Advertisement
burke

Untitled

Aug 23rd, 2017
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 MB | None | 0 0
  1. $ docker-compose up
  2. Creating volume "oclweb_db_web_data" with default driver
  3. Pulling db_web (postgres:9.6.4)...
  4. 9.6.4: Pulling from library/postgres
  5. ad74af05f5a2: Already exists
  6. 8996b4a29b2b: Already exists
  7. bea3311ef15b: Already exists
  8. b1b9eb0ac9c8: Already exists
  9. 1d6d551d6af0: Already exists
  10. ba16377760f9: Already exists
  11. fd68bfa82d98: Pull complete
  12. f49f2decd34d: Pull complete
  13. 6b1468749943: Pull complete
  14. 29d82d6e2d6c: Pull complete
  15. ad849322ee0c: Pull complete
  16. c5539863a39f: Pull complete
  17. 18cc2b50256c: Pull complete
  18. Digest: sha256:586320aba4a40f7c4ffdb69534f93c844f01c0ff1211c4b9d9f05a8bddca186f
  19. Status: Downloaded newer image for postgres:9.6.4
  20. Building web
  21. Step 1/29 : FROM python:2.7.13
  22. ---> fa8e55b2235d
  23. Step 2/29 : ENV PYTHONUNBUFFERED 1
  24. ---> Using cache
  25. ---> 197bda56a88e
  26. Step 3/29 : RUN mkdir /code
  27. ---> Using cache
  28. ---> 9ddbed8e5eb9
  29. Step 4/29 : ADD . /code/
  30. ---> 12caa094379f
  31. Removing intermediate container 1c19980c5f20
  32. Step 5/29 : WORKDIR /code
  33. ---> 515bb4d2abff
  34. Removing intermediate container 99b170ab4eff
  35. Step 6/29 : RUN pip install -r requirements.txt
  36. ---> Running in 5733a017e7a8
  37. Collecting django==1.6.2 (from -r requirements/base.txt (line 2))
  38. Downloading Django-1.6.2-py2.py3-none-any.whl (6.7MB)
  39. Collecting django-configurations==0.8 (from -r requirements/base.txt (line 5))
  40. Downloading django_configurations-0.8-py2.py3-none-any.whl
  41. Collecting django-secure==1.0 (from -r requirements/base.txt (line 6))
  42. Downloading django-secure-1.0.tar.gz
  43. Collecting django-cache-url==0.8.0 (from -r requirements/base.txt (line 7))
  44. Downloading django_cache_url-0.8.0-py2.py3-none-any.whl
  45. Collecting dj-database-url==0.2.2 (from -r requirements/base.txt (line 8))
  46. Downloading dj-database-url-0.2.2.tar.gz
  47. Collecting django-braces==1.3.1 (from -r requirements/base.txt (line 11))
  48. Downloading django_braces-1.3.1-py2.py3-none-any.whl
  49. Collecting django-crispy-forms==1.4.0 (from -r requirements/base.txt (line 12))
  50. Downloading django-crispy-forms-1.4.0.tar.gz (47kB)
  51. Collecting django-bootstrap3==4.11.0 (from -r requirements/base.txt (line 13))
  52. Downloading django-bootstrap3-4.11.0.tar.gz
  53. Collecting South==0.8.4 (from -r requirements/base.txt (line 16))
  54. Downloading South-0.8.4-py2.py3-none-any.whl (135kB)
  55. Collecting django-model-utils==2.0.2 (from -r requirements/base.txt (line 17))
  56. Downloading django-model-utils-2.0.2.tar.gz
  57. Collecting Pillow==2.3.0 (from -r requirements/base.txt (line 20))
  58. Downloading Pillow-2.3.0.zip (2.4MB)
  59. Collecting django-allauth==0.15.0 (from -r requirements/base.txt (line 24))
  60. Downloading django-allauth-0.15.0.tar.gz (242kB)
  61. Collecting unicode-slugify==0.1.1 (from -r requirements/base.txt (line 27))
  62. Downloading unicode-slugify-0.1.1.tar.gz
  63. Collecting django-autoslug==1.7.2 (from -r requirements/base.txt (line 28))
  64. Downloading django-autoslug-1.7.2.tar.gz
  65. Collecting django-avatar==2.0 (from -r requirements/base.txt (line 31))
  66. Downloading django-avatar-2.0.tar.gz (1.6MB)
  67. Collecting Fabric==1.9.0 (from -r requirements/base.txt (line 32))
  68. Downloading Fabric-1.9.0-py2-none-any.whl (92kB)
  69. Collecting simplejson==3.4.0 (from -r requirements/base.txt (line 35))
  70. Downloading simplejson-3.4.0.tar.gz (68kB)
  71. Collecting python-dateutil==2.2 (from -r requirements/base.txt (line 36))
  72. Downloading python-dateutil-2.2.tar.gz (259kB)
  73. Collecting sqlparse==0.1.19 (from -r requirements/base.txt (line 38))
  74. Downloading sqlparse-0.1.19.tar.gz (58kB)
  75. Collecting newrelic (from -r requirements/base.txt (line 39))
  76. Downloading newrelic-2.90.0.75.tar.gz (728kB)
  77. Collecting psycopg2==2.5.2 (from -r requirements/production.txt (line 5))
  78. Downloading psycopg2-2.5.2.tar.gz (685kB)
  79. Collecting gunicorn==18.0 (from -r requirements/production.txt (line 6))
  80. Downloading gunicorn-18.0.tar.gz (366kB)
  81. Collecting django-storages==1.1.8 (from -r requirements/production.txt (line 7))
  82. Downloading django-storages-1.1.8.tar.gz
  83. Collecting Collectfast==0.1.13 (from -r requirements/production.txt (line 8))
  84. Downloading Collectfast-0.1.13.tar.gz
  85. Collecting gevent==1.1.2 (from -r requirements/production.txt (line 9))
  86. Downloading gevent-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (1.3MB)
  87. Collecting boto==2.23.0 (from -r requirements/production.txt (line 10))
  88. Downloading boto-2.23.0-py2.py3-none-any.whl (1.1MB)
  89. Collecting django-debug-toolbar==1.0.1 (from -r requirements/production.txt (line 13))
  90. Downloading django_debug_toolbar-1.0.1-py2.py3-none-any.whl (226kB)
  91. Collecting django-extensions==1.3.3 (from -r requirements/production.txt (line 14))
  92. Downloading django-extensions-1.3.3.tar.gz (169kB)
  93. Collecting six (from django-braces==1.3.1->-r requirements/base.txt (line 11))
  94. Downloading six-1.10.0-py2.py3-none-any.whl
  95. Collecting python-openid>=2.2.5 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  96. Downloading python-openid-2.2.5.tar.gz (301kB)
  97. Collecting requests-oauthlib>=0.3.0 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  98. Downloading requests_oauthlib-0.8.0-py2.py3-none-any.whl
  99. Collecting requests>=1.0.3 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  100. Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
  101. Collecting django-appconf>=0.6 (from django-avatar==2.0->-r requirements/base.txt (line 31))
  102. Downloading django_appconf-1.0.2-py2.py3-none-any.whl
  103. Collecting paramiko>=1.10 (from Fabric==1.9.0->-r requirements/base.txt (line 32))
  104. Downloading paramiko-2.2.1-py2.py3-none-any.whl (176kB)
  105. Collecting pytz>=2013b (from Collectfast==0.1.13->-r requirements/production.txt (line 8))
  106. Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
  107. Collecting greenlet>=0.4.9 (from gevent==1.1.2->-r requirements/production.txt (line 9))
  108. Downloading greenlet-0.4.12-cp27-cp27mu-manylinux1_x86_64.whl (41kB)
  109. Collecting oauthlib>=0.6.2 (from requests-oauthlib>=0.3.0->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  110. Downloading oauthlib-2.0.2.tar.gz (125kB)
  111. Collecting idna<2.7,>=2.5 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  112. Downloading idna-2.6-py2.py3-none-any.whl (56kB)
  113. Collecting urllib3<1.23,>=1.21.1 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  114. Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
  115. Collecting certifi>=2017.4.17 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  116. Downloading certifi-2017.7.27.1-py2.py3-none-any.whl (349kB)
  117. Collecting chardet<3.1.0,>=3.0.2 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  118. Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
  119. Collecting pynacl>=1.0.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  120. Downloading PyNaCl-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (539kB)
  121. Collecting pyasn1>=0.1.7 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  122. Downloading pyasn1-0.3.2-py2.py3-none-any.whl (63kB)
  123. Collecting cryptography>=1.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  124. Downloading cryptography-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
  125. Collecting bcrypt>=3.1.3 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  126. Downloading bcrypt-3.1.3-cp27-cp27mu-manylinux1_x86_64.whl (57kB)
  127. Collecting cffi>=1.4.1 (from pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  128. Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
  129. Collecting enum34 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  130. Downloading enum34-1.1.6-py2-none-any.whl
  131. Collecting ipaddress (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  132. Downloading ipaddress-1.0.18-py2-none-any.whl
  133. Collecting asn1crypto>=0.21.0 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  134. Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
  135. Collecting pycparser (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  136. Downloading pycparser-2.18.tar.gz (245kB)
  137. 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
  138. Running setup.py bdist_wheel for django-secure: started
  139. Running setup.py bdist_wheel for django-secure: finished with status 'done'
  140. Stored in directory: /root/.cache/pip/wheels/08/29/21/f3e0ab448bbf22183fd42446dbe0b4575577a2928a8cced201
  141. Running setup.py bdist_wheel for dj-database-url: started
  142. Running setup.py bdist_wheel for dj-database-url: finished with status 'done'
  143. Stored in directory: /root/.cache/pip/wheels/9e/52/38/7fe49c082ac63583938831ef4b68e3f9646e73dac87c3480ae
  144. Running setup.py bdist_wheel for django-crispy-forms: started
  145. Running setup.py bdist_wheel for django-crispy-forms: finished with status 'done'
  146. Stored in directory: /root/.cache/pip/wheels/8d/7d/ee/8e00580433a499fd133431230273b5e8639a8289e1d607f6bd
  147. Running setup.py bdist_wheel for django-bootstrap3: started
  148. Running setup.py bdist_wheel for django-bootstrap3: finished with status 'done'
  149. Stored in directory: /root/.cache/pip/wheels/02/72/42/61e7ca635836d5788437c2e8e68961e8811c94757efcf15e73
  150. Running setup.py bdist_wheel for django-model-utils: started
  151. Running setup.py bdist_wheel for django-model-utils: finished with status 'done'
  152. Stored in directory: /root/.cache/pip/wheels/a4/56/40/b9853516a7060caf9fa58d4372e4ef0b9d28736c09f83882c8
  153. Running setup.py bdist_wheel for Pillow: started
  154. Running setup.py bdist_wheel for Pillow: finished with status 'done'
  155. Stored in directory: /root/.cache/pip/wheels/b7/fb/c9/aba97e15f4cb7692f2e278aefa4a01d6310f8d2985c023d64a
  156. Running setup.py bdist_wheel for django-allauth: started
  157. Running setup.py bdist_wheel for django-allauth: finished with status 'done'
  158. Stored in directory: /root/.cache/pip/wheels/ac/d9/14/bdeab26878a7d700a6cbd0f16200fb620ca0ce289718992bd0
  159. Running setup.py bdist_wheel for unicode-slugify: started
  160. Running setup.py bdist_wheel for unicode-slugify: finished with status 'done'
  161. Stored in directory: /root/.cache/pip/wheels/09/e4/90/45e490c083fb041063f1b76d8b2daaffdffce3f6dc9a6fe018
  162. Running setup.py bdist_wheel for django-autoslug: started
  163. Running setup.py bdist_wheel for django-autoslug: finished with status 'done'
  164. Stored in directory: /root/.cache/pip/wheels/cb/e9/d3/67471ddae944db4c9c4b5046c5b8cd672c0c044ebc780379b3
  165. Running setup.py bdist_wheel for django-avatar: started
  166. Running setup.py bdist_wheel for django-avatar: finished with status 'done'
  167. Stored in directory: /root/.cache/pip/wheels/b8/83/ff/c70d26f11e7fdc9aecbeafdc7ad828a5e06e75c4fcf797d262
  168. Running setup.py bdist_wheel for simplejson: started
  169. Running setup.py bdist_wheel for simplejson: finished with status 'done'
  170. Stored in directory: /root/.cache/pip/wheels/67/d0/3d/7f6764bcd710c5622392a594a6fea3cc4d349846b92aee2a6d
  171. Running setup.py bdist_wheel for python-dateutil: started
  172. Running setup.py bdist_wheel for python-dateutil: finished with status 'done'
  173. Stored in directory: /root/.cache/pip/wheels/1f/0e/b1/c2af9598a2c3d7bf50ba78eb60ac2032de17b885d7b79fdede
  174. Running setup.py bdist_wheel for sqlparse: started
  175. Running setup.py bdist_wheel for sqlparse: finished with status 'done'
  176. Stored in directory: /root/.cache/pip/wheels/ef/22/36/1c3c229ebf514a0b534424314151526f782c20c378897bc141
  177. Running setup.py bdist_wheel for newrelic: started
  178. Running setup.py bdist_wheel for newrelic: finished with status 'done'
  179. Stored in directory: /root/.cache/pip/wheels/8f/94/98/f704f39fc80dae5df7290f3c9635344e7487841bbca6288aed
  180. Running setup.py bdist_wheel for psycopg2: started
  181. Running setup.py bdist_wheel for psycopg2: finished with status 'done'
  182. Stored in directory: /root/.cache/pip/wheels/91/a8/52/336ce05dd15e86b2c5debe08b1e6caf076bd208ba5085cafd0
  183. Running setup.py bdist_wheel for gunicorn: started
  184. Running setup.py bdist_wheel for gunicorn: finished with status 'done'
  185. Stored in directory: /root/.cache/pip/wheels/64/07/89/e2dce813bea23a0ee108703f045bfd434597d3ed52671760a7
  186. Running setup.py bdist_wheel for django-storages: started
  187. Running setup.py bdist_wheel for django-storages: finished with status 'done'
  188. Stored in directory: /root/.cache/pip/wheels/ae/a2/ad/0226bd2e6780ccb1ad89637afc8b093ec3a4e843cb4d5dccf2
  189. Running setup.py bdist_wheel for Collectfast: started
  190. Running setup.py bdist_wheel for Collectfast: finished with status 'done'
  191. Stored in directory: /root/.cache/pip/wheels/3b/90/e0/6998914889067f197720884db92134d5a4afbfb1e7d3198d6c
  192. Running setup.py bdist_wheel for django-extensions: started
  193. Running setup.py bdist_wheel for django-extensions: finished with status 'done'
  194. Stored in directory: /root/.cache/pip/wheels/41/19/ce/2e8d92f8c71d1bb7dc00962e51de1b2d34251d05cce1cbb6e0
  195. Running setup.py bdist_wheel for python-openid: started
  196. Running setup.py bdist_wheel for python-openid: finished with status 'done'
  197. Stored in directory: /root/.cache/pip/wheels/0a/da/67/e9e68f4b5e03732dc17a545b4ce3ce84b4a9bef67253d4ff72
  198. Running setup.py bdist_wheel for oauthlib: started
  199. Running setup.py bdist_wheel for oauthlib: finished with status 'done'
  200. Stored in directory: /root/.cache/pip/wheels/84/98/7a/fba7268f61097bea6081cbe5480bc439b38975748ea7684fd5
  201. Running setup.py bdist_wheel for pycparser: started
  202. Running setup.py bdist_wheel for pycparser: finished with status 'done'
  203. Stored in directory: /root/.cache/pip/wheels/95/14/9a/5e7b9024459d2a6600aaa64e0ba485325aff7a9ac7489db1b6
  204. 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
  205. 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
  206. 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
  207. ---> 208cb3397449
  208. Removing intermediate container 5733a017e7a8
  209. Step 7/29 : RUN apt-get update
  210. ---> Running in 7cb55987b315
  211. Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
  212. Ign http://deb.debian.org jessie InRelease
  213. Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
  214. Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
  215. Get:4 http://deb.debian.org jessie Release [148 kB]
  216. Get:5 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
  217. Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  218. Get:7 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  219. Fetched 9998 kB in 4s (2196 kB/s)
  220. Reading package lists...
  221. ---> 5d54bd20afc7
  222. Removing intermediate container 7cb55987b315
  223. Step 8/29 : RUN apt-get install curl
  224. ---> Running in 6dc31132669b
  225. Reading package lists...
  226. Building dependency tree...
  227. Reading state information...
  228. curl is already the newest version.
  229. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  230. ---> 315fd5e35df3
  231. Removing intermediate container 6dc31132669b
  232. Step 9/29 : RUN curl -sL https://deb.nodesource.com/setup_4.x | bash
  233. ---> Running in b1e64bd272d9
  234.  
  235. ## Installing the NodeSource Node.js v4.x LTS Argon repo...
  236.  
  237.  
  238. ## Populating apt-get cache...
  239.  
  240. + apt-get update
  241. Hit http://security.debian.org jessie/updates InRelease
  242. Ign http://deb.debian.org jessie InRelease
  243. Get:1 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
  244. Hit http://deb.debian.org jessie-updates InRelease
  245. Hit http://deb.debian.org jessie Release.gpg
  246. Hit http://deb.debian.org jessie Release
  247. Get:2 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  248. Get:3 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  249. Fetched 9639 kB in 4s (2333 kB/s)
  250. Reading package lists...
  251.  
  252. ## Installing packages required for setup: apt-transport-https lsb-release...
  253.  
  254. + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
  255.  
  256. ## Confirming "jessie" is supported...
  257.  
  258. + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_4.x/dists/jessie/Release'
  259.  
  260. ## Adding the NodeSource signing key to your keyring...
  261.  
  262. + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
  263. OK
  264.  
  265. ## Creating apt sources list file for the NodeSource Node.js v4.x LTS Argon repo...
  266.  
  267. + echo 'deb https://deb.nodesource.com/node_4.x jessie main' > /etc/apt/sources.list.d/nodesource.list
  268. + echo 'deb-src https://deb.nodesource.com/node_4.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
  269.  
  270. ## Running `apt-get update` for you...
  271.  
  272. + apt-get update
  273. Hit http://security.debian.org jessie/updates InRelease
  274. Get:1 https://deb.nodesource.com jessie InRelease [4634 B]
  275. Ign http://deb.debian.org jessie InRelease
  276. Get:2 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
  277. Hit http://deb.debian.org jessie-updates InRelease
  278. Get:3 https://deb.nodesource.com jessie/main Sources [762 B]
  279. Hit http://deb.debian.org jessie Release.gpg
  280. Get:4 https://deb.nodesource.com jessie/main amd64 Packages [966 B]
  281. Hit http://deb.debian.org jessie Release
  282. Get:5 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  283. Get:6 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  284. Fetched 9646 kB in 4s (2049 kB/s)
  285. Reading package lists...
  286.  
  287. ## Run `apt-get install nodejs` (as root) to install Node.js v4.x LTS Argon and npm
  288.  
  289. ---> 188fcb27c21d
  290. Removing intermediate container b1e64bd272d9
  291. Step 10/29 : RUN apt-get -y install nodejs
  292. ---> Running in 2e6582beb6ce
  293. Reading package lists...
  294. Building dependency tree...
  295. Reading state information...
  296. The following extra packages will be installed:
  297. rlwrap
  298. The following NEW packages will be installed:
  299. nodejs rlwrap
  300. 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
  301. Need to get 8919 kB of archives.
  302. After this operation, 42.5 MB of additional disk space will be used.
  303. Get:1 https://deb.nodesource.com/node_4.x/ jessie/main nodejs amd64 4.8.4-2nodesource1~jessie1 [8843 kB]
  304. Get:2 http://deb.debian.org/debian/ jessie/main rlwrap amd64 0.41-1 [75.7 kB]
  305. debconf: delaying package configuration, since apt-utils is not installed
  306. Fetched 8919 kB in 0s (9365 kB/s)
  307. Selecting previously unselected package rlwrap.
  308. (Reading database ... 21621 files and directories currently installed.)
  309. Preparing to unpack .../rlwrap_0.41-1_amd64.deb ...
  310. Unpacking rlwrap (0.41-1) ...
  311. Selecting previously unselected package nodejs.
  312. Preparing to unpack .../nodejs_4.8.4-2nodesource1~jessie1_amd64.deb ...
  313. Unpacking nodejs (4.8.4-2nodesource1~jessie1) ...
  314. Setting up rlwrap (0.41-1) ...
  315. update-alternatives: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode
  316. Setting up nodejs (4.8.4-2nodesource1~jessie1) ...
  317. ---> 9b76922778ac
  318. Removing intermediate container 2e6582beb6ce
  319. Step 11/29 : RUN npm install
  320. ---> Running in 4141d100ec9d
  321. npm WARN package.json [email protected] No repository field.
  322. npm WARN package.json [email protected] No license field.
  323. npm WARN deprecated [email protected]: Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'
  324. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  325. npm WARN deprecated [email protected]: Use uuid module instead
  326. npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
  327. 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.
  328. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  329. npm WARN engine [email protected]: wanted: {"node":">=4","npm":">=3"} (current: {"node":"4.8.4","npm":"2.15.11"})
  330.  
  331. > [email protected] install /code/node_modules/phantomjs
  332. > node install.js
  333.  
  334. PhantomJS not found on PATH
  335. Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1//phantomjs-2.1.1-linux-x86_64.tar.bz2
  336. Saving to /code/node_modules/phantomjs/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
  337. Receiving...
  338.  
  339. Received 22866K total.
  340. Extracting tar contents (via spawned process)
  341. Removing /code/node_modules/phantomjs/lib/phantom
  342. 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
  343. Writing location.js file
  344. Done. Phantomjs binary available at /code/node_modules/phantomjs/lib/phantom/bin/phantomjs
  345. [email protected] node_modules/connect-livereload
  346.  
  347. [email protected] node_modules/grunt-bg-shell
  348.  
  349. [email protected] node_modules/chance
  350.  
  351. [email protected] node_modules/grunt-contrib-compass
  352.  
  353. [email protected] node_modules/time-grunt
  354.  
  355. [email protected] node_modules/jasmine-spec-reporter
  356.  
  357. [email protected] node_modules/load-grunt-tasks
  358.  
  359. [email protected] node_modules/grunt
  360.  
  361. [email protected] node_modules/grunt-contrib-watch
  362.  
  363. [email protected] node_modules/protractor
  364. ├── @types/[email protected]
  365. ├── @types/[email protected]
  366. ├── @types/[email protected]
  367. ├── @types/[email protected]
  368.  
  369. [email protected] node_modules/phantomjs
  370. ---> 4ee8ae3af8d7
  371. Removing intermediate container 4141d100ec9d
  372. Step 12/29 : RUN npm install -g grunt-cli
  373. ---> Running in e50ad72efbd7
  374. /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
  375. [email protected] /usr/lib/node_modules/grunt-cli
  376. ---> 27c5126cc18e
  377. Removing intermediate container e50ad72efbd7
  378. Step 13/29 : EXPOSE 7000
  379. ---> Running in d2440cff6eac
  380. ---> 9a5a59c0f521
  381. Removing intermediate container d2440cff6eac
  382. Step 14/29 : RUN apt-get update --fix-missing
  383. ---> Running in f4a89faa899b
  384. Hit http://security.debian.org jessie/updates InRelease
  385. Hit https://deb.nodesource.com jessie InRelease
  386. Ign http://deb.debian.org jessie InRelease
  387. Get:1 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
  388. Hit http://deb.debian.org jessie-updates InRelease
  389. Hit http://deb.debian.org jessie Release.gpg
  390. Hit http://deb.debian.org jessie Release
  391. Get:2 https://deb.nodesource.com jessie/main Sources [762 B]
  392. Get:3 https://deb.nodesource.com jessie/main amd64 Packages [966 B]
  393. Get:4 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  394. Get:5 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  395. Fetched 9641 kB in 4s (2065 kB/s)
  396. Reading package lists...
  397. ---> 171f89a0c913
  398. Removing intermediate container f4a89faa899b
  399. Step 15/29 : RUN apt-get install -y openssh-server
  400. ---> Running in a67df4da2cdc
  401. Reading package lists...
  402. Building dependency tree...
  403. Reading state information...
  404. The following extra packages will be installed:
  405. init-system-helpers libwrap0 libxmuu1 ncurses-term openssh-sftp-server tcpd
  406. xauth
  407. Suggested packages:
  408. ssh-askpass rssh molly-guard ufw monkeysphere
  409. The following NEW packages will be installed:
  410. init-system-helpers libwrap0 libxmuu1 ncurses-term openssh-server
  411. openssh-sftp-server tcpd xauth
  412. 0 upgraded, 8 newly installed, 0 to remove and 13 not upgraded.
  413. Need to get 979 kB of archives.
  414. After this operation, 3626 kB of additional disk space will be used.
  415. Get:1 http://deb.debian.org/debian/ jessie/main libwrap0 amd64 7.6.q-25 [58.5 kB]
  416. Get:2 http://deb.debian.org/debian/ jessie/main libxmuu1 amd64 2:1.1.2-1 [23.3 kB]
  417. Get:3 http://deb.debian.org/debian/ jessie/main init-system-helpers all 1.22 [14.0 kB]
  418. Get:4 http://deb.debian.org/debian/ jessie/main ncurses-term all 5.9+20140913-1 [453 kB]
  419. Get:5 http://deb.debian.org/debian/ jessie/main openssh-sftp-server amd64 1:6.7p1-5+deb8u3 [38.0 kB]
  420. Get:6 http://deb.debian.org/debian/ jessie/main openssh-server amd64 1:6.7p1-5+deb8u3 [331 kB]
  421. Get:7 http://deb.debian.org/debian/ jessie/main tcpd amd64 7.6.q-25 [22.9 kB]
  422. Get:8 http://deb.debian.org/debian/ jessie/main xauth amd64 1:1.0.9-1 [38.2 kB]
  423. debconf: delaying package configuration, since apt-utils is not installed
  424. Fetched 979 kB in 0s (1049 kB/s)
  425. Selecting previously unselected package libwrap0:amd64.
  426. (Reading database ... 24981 files and directories currently installed.)
  427. Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
  428. Unpacking libwrap0:amd64 (7.6.q-25) ...
  429. Selecting previously unselected package libxmuu1:amd64.
  430. Preparing to unpack .../libxmuu1_2%3a1.1.2-1_amd64.deb ...
  431. Unpacking libxmuu1:amd64 (2:1.1.2-1) ...
  432. Selecting previously unselected package init-system-helpers.
  433. Preparing to unpack .../init-system-helpers_1.22_all.deb ...
  434. Unpacking init-system-helpers (1.22) ...
  435. Selecting previously unselected package ncurses-term.
  436. Preparing to unpack .../ncurses-term_5.9+20140913-1_all.deb ...
  437. Unpacking ncurses-term (5.9+20140913-1) ...
  438. Selecting previously unselected package openssh-sftp-server.
  439. Preparing to unpack .../openssh-sftp-server_1%3a6.7p1-5+deb8u3_amd64.deb ...
  440. Unpacking openssh-sftp-server (1:6.7p1-5+deb8u3) ...
  441. Selecting previously unselected package openssh-server.
  442. Preparing to unpack .../openssh-server_1%3a6.7p1-5+deb8u3_amd64.deb ...
  443. Unpacking openssh-server (1:6.7p1-5+deb8u3) ...
  444. Selecting previously unselected package tcpd.
  445. Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ...
  446. Unpacking tcpd (7.6.q-25) ...
  447. Selecting previously unselected package xauth.
  448. Preparing to unpack .../xauth_1%3a1.0.9-1_amd64.deb ...
  449. Unpacking xauth (1:1.0.9-1) ...
  450. Processing triggers for systemd (215-17+deb8u7) ...
  451. Setting up libwrap0:amd64 (7.6.q-25) ...
  452. Setting up libxmuu1:amd64 (2:1.1.2-1) ...
  453. Setting up init-system-helpers (1.22) ...
  454. Setting up ncurses-term (5.9+20140913-1) ...
  455. Setting up openssh-sftp-server (1:6.7p1-5+deb8u3) ...
  456. Setting up openssh-server (1:6.7p1-5+deb8u3) ...
  457. debconf: unable to initialize frontend: Dialog
  458. debconf: (TERM is not set, so the dialog frontend is not usable.)
  459. debconf: falling back to frontend: Readline
  460. Creating SSH2 RSA key; this may take some time ...
  461. 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)
  462. Creating SSH2 DSA key; this may take some time ...
  463. 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)
  464. Creating SSH2 ECDSA key; this may take some time ...
  465. 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)
  466. Creating SSH2 ED25519 key; this may take some time ...
  467. 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)
  468. invoke-rc.d: policy-rc.d denied execution of start.
  469. Setting up tcpd (7.6.q-25) ...
  470. Setting up xauth (1:1.0.9-1) ...
  471. Processing triggers for libc-bin (2.19-18+deb8u10) ...
  472. Processing triggers for systemd (215-17+deb8u7) ...
  473. ---> 175c83243be9
  474. Removing intermediate container a67df4da2cdc
  475. Step 16/29 : RUN apt-get install -y sudo
  476. ---> Running in 11906588e1af
  477. Reading package lists...
  478. Building dependency tree...
  479. Reading state information...
  480. The following NEW packages will be installed:
  481. sudo
  482. 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
  483. Need to get 854 kB of archives.
  484. After this operation, 2391 kB of additional disk space will be used.
  485. Get:1 http://deb.debian.org/debian/ jessie/main sudo amd64 1.8.10p3-1+deb8u4 [854 kB]
  486. debconf: delaying package configuration, since apt-utils is not installed
  487. Fetched 854 kB in 0s (1116 kB/s)
  488. Selecting previously unselected package sudo.
  489. (Reading database ... 27737 files and directories currently installed.)
  490. Preparing to unpack .../sudo_1.8.10p3-1+deb8u4_amd64.deb ...
  491. Unpacking sudo (1.8.10p3-1+deb8u4) ...
  492. Processing triggers for systemd (215-17+deb8u7) ...
  493. Setting up sudo (1.8.10p3-1+deb8u4) ...
  494. Processing triggers for systemd (215-17+deb8u7) ...
  495. ---> d3b653bc5ea1
  496. Removing intermediate container 11906588e1af
  497. Step 17/29 : RUN mkdir /var/run/sshd
  498. ---> Running in 523ef359f45c
  499. ---> 3b83faf27c58
  500. Removing intermediate container 523ef359f45c
  501. Step 18/29 : RUN echo 'root:Root123' | chpasswd
  502. ---> Running in 6acd3f17a6df
  503. ---> 37405ac82ab2
  504. Removing intermediate container 6acd3f17a6df
  505. Step 19/29 : RUN sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
  506. ---> Running in 30096fdacde8
  507. ---> dec466deb126
  508. Removing intermediate container 30096fdacde8
  509. Step 20/29 : RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
  510. ---> Running in 40931a1cb78e
  511. ---> 38213c0228d3
  512. Removing intermediate container 40931a1cb78e
  513. Step 21/29 : RUN echo "export VISIBLE=now" >> /etc/profile
  514. ---> Running in d963580bac4b
  515. ---> b8175393b636
  516. Removing intermediate container d963580bac4b
  517. Step 22/29 : RUN echo "KexAlgorithms=diffie-hellman-group1-sha1" >> /etc/ssh/sshd_config
  518. ---> Running in ff35c32a9bb2
  519. ---> 45edf3fa5b19
  520. Removing intermediate container ff35c32a9bb2
  521. Step 23/29 : RUN echo "PermitUserEnvironment=yes" >> /etc/ssh/sshd_config
  522. ---> Running in 4c90b8d23f2e
  523. ---> 80dc7107f3ff
  524. Removing intermediate container 4c90b8d23f2e
  525. Step 24/29 : EXPOSE 22
  526. ---> Running in 052a47053192
  527. ---> 999bbba178e2
  528. Removing intermediate container 052a47053192
  529. Step 25/29 : RUN touch /root/.bash_profile
  530. ---> Running in 6943a355be46
  531. ---> 42582eff12cc
  532. Removing intermediate container 6943a355be46
  533. Step 26/29 : RUN echo "cd /code" >> /root/.bash_profile
  534. ---> Running in 7fbdabb8c8ec
  535. ---> 4440a7e802e0
  536. Removing intermediate container 7fbdabb8c8ec
  537. Step 27/29 : RUN mkdir /root/.ssh/
  538. ---> Running in 681ee3df1c9a
  539. ---> ad7172a68d40
  540. Removing intermediate container 681ee3df1c9a
  541. Step 28/29 : RUN touch /root/.ssh/environment
  542. ---> Running in 857aa0de5dfc
  543. ---> 991df2cb496f
  544. Removing intermediate container 857aa0de5dfc
  545. Step 29/29 : CMD bash startup.sh
  546. ---> Running in 5dae63113fd8
  547. ---> 73c14131488e
  548. Removing intermediate container 5dae63113fd8
  549. Successfully built 73c14131488e
  550. Successfully tagged openconceptlab/oclweb:dev
  551. 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`.
  552. Creating oclweb_db_web_1 ...
  553. Creating oclweb_db_web_1 ... done
  554. Creating oclweb_web_1 ...
  555. Creating oclweb_web_1 ... done
  556. Attaching to oclweb_db_web_1, oclweb_web_1
  557. db_web_1 | The files belonging to this database system will be owned by user "postgres".
  558. db_web_1 | This user must also own the server process.
  559. db_web_1 |
  560. db_web_1 | The database cluster will be initialized with locale "en_US.utf8".
  561. db_web_1 | The default database encoding has accordingly been set to "UTF8".
  562. db_web_1 | The default text search configuration will be set to "english".
  563. db_web_1 |
  564. db_web_1 | Data page checksums are disabled.
  565. db_web_1 |
  566. db_web_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  567. web_1 | Starting OpenBSD Secure Shell server: sshd.
  568. db_web_1 | creating subdirectories ... ok
  569. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  570. db_web_1 | selecting default max_connections ... 100
  571. db_web_1 | selecting default shared_buffers ... 128MB
  572. db_web_1 | selecting dynamic shared memory implementation ... posix
  573. db_web_1 | creating configuration files ... ok
  574. db_web_1 | running bootstrap script ... ok
  575. db_web_1 | performing post-bootstrap initialization ... ok
  576. db_web_1 | syncing data to disk ... ok
  577. db_web_1 |
  578. db_web_1 | Success. You can now start the database server using:
  579. db_web_1 |
  580. db_web_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  581. db_web_1 |
  582. db_web_1 |
  583. db_web_1 | WARNING: enabling "trust" authentication for local connections
  584. db_web_1 | You can change this by editing pg_hba.conf or using the option -A, or
  585. db_web_1 | --auth-local and --auth-host, the next time you run initdb.
  586. db_web_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
  587. db_web_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  588. db_web_1 | LOG: database system was shut down at 2017-08-23 14:01:03 UTC
  589. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  590. db_web_1 | LOG: database system is ready to accept connections
  591. db_web_1 | LOG: autovacuum launcher started
  592. web_1 | Syncing...
  593. web_1 | Traceback (most recent call last):
  594. web_1 | File "ocl_web/manage.py", line 19, in <module>
  595. web_1 | execute_from_command_line(sys.argv)
  596. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  597. web_1 | utility.execute()
  598. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  599. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  600. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  601. web_1 | self.execute(*args, **options.__dict__)
  602. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  603. web_1 | output = self.handle(*args, **options)
  604. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  605. web_1 | return self.handle_noargs(**options)
  606. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  607. web_1 | syncdb.Command().execute(**options)
  608. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  609. web_1 | output = self.handle(*args, **options)
  610. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  611. web_1 | return self.handle_noargs(**options)
  612. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  613. web_1 | cursor = connection.cursor()
  614. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  615. web_1 | cursor = self.make_debug_cursor(self._cursor())
  616. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  617. web_1 | self.ensure_connection()
  618. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  619. web_1 | self.connect()
  620. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  621. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  622. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  623. web_1 | self.connect()
  624. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  625. web_1 | self.connection = self.get_new_connection(conn_params)
  626. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  627. web_1 | return Database.connect(**conn_params)
  628. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  629. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  630. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  631. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  632. web_1 | TCP/IP connections on port 5432?
  633. web_1 |
  634. db_web_1 | done
  635. db_web_1 | server started
  636. db_web_1 | CREATE DATABASE
  637. db_web_1 |
  638. db_web_1 | CREATE ROLE
  639. db_web_1 |
  640. db_web_1 |
  641. db_web_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  642. db_web_1 |
  643. web_1 | Traceback (most recent call last):
  644. web_1 | File "ocl_web/manage.py", line 19, in <module>
  645. web_1 | execute_from_command_line(sys.argv)
  646. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  647. web_1 | utility.execute()
  648. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  649. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  650. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  651. web_1 | self.execute(*args, **options.__dict__)
  652. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  653. web_1 | output = self.handle(*args, **options)
  654. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  655. web_1 | ignore_ghosts = ignore_ghosts,
  656. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  657. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  658. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  659. web_1 | for h in histories:
  660. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  661. web_1 | self._fetch_all()
  662. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  663. web_1 | self._result_cache = list(self.iterator())
  664. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  665. web_1 | for row in compiler.results_iter():
  666. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  667. web_1 | for rows in self.execute_sql(MULTI):
  668. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  669. web_1 | cursor = self.connection.cursor()
  670. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  671. web_1 | cursor = self.make_debug_cursor(self._cursor())
  672. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  673. web_1 | self.ensure_connection()
  674. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  675. web_1 | self.connect()
  676. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  677. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  678. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  679. web_1 | self.connect()
  680. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  681. web_1 | self.connection = self.get_new_connection(conn_params)
  682. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  683. web_1 | return Database.connect(**conn_params)
  684. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  685. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  686. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  687. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  688. web_1 | TCP/IP connections on port 5432?
  689. web_1 |
  690. db_web_1 | LOG: received fast shutdown request
  691. db_web_1 | LOG: aborting any active transactions
  692. db_web_1 | LOG: autovacuum launcher shutting down
  693. db_web_1 | waiting for server to shut down....LOG: shutting down
  694. db_web_1 | LOG: database system is shut down
  695. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  696. web_1 | [GCC 4.9.2] on linux2
  697. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  698. web_1 | (InteractiveConsole)
  699. web_1 | >>> Traceback (most recent call last):
  700. web_1 | File "<console>", line 1, in <module>
  701. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  702. web_1 | return self.query.get_count(using=self.db)
  703. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  704. web_1 | number = obj.get_aggregation(using=using)[None]
  705. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  706. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  707. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  708. web_1 | cursor = self.connection.cursor()
  709. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  710. web_1 | cursor = self.make_debug_cursor(self._cursor())
  711. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  712. web_1 | self.ensure_connection()
  713. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  714. web_1 | self.connect()
  715. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  716. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  717. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  718. web_1 | self.connect()
  719. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  720. web_1 | self.connection = self.get_new_connection(conn_params)
  721. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  722. web_1 | return Database.connect(**conn_params)
  723. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  724. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  725. web_1 | OperationalError: could not connect to server: Connection refused
  726. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  727. web_1 | TCP/IP connections on port 5432?
  728. web_1 |
  729. web_1 |
  730. web_1 | >>> Starting the server
  731. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  732. web_1 |
  733. web_1 | Fatal error: Unable to find local grunt.
  734. web_1 |
  735. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  736. web_1 | your project. For more information about installing and configuring grunt,
  737. web_1 | please see the Getting Started guide:
  738. web_1 |
  739. web_1 | http://gruntjs.com/getting-started
  740. db_web_1 | done
  741. db_web_1 | server stopped
  742. db_web_1 |
  743. db_web_1 | PostgreSQL init process complete; ready for start up.
  744. db_web_1 |
  745. db_web_1 | LOG: database system was shut down at 2017-08-23 14:01:04 UTC
  746. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  747. db_web_1 | LOG: database system is ready to accept connections
  748. db_web_1 | LOG: autovacuum launcher started
  749. oclweb_web_1 exited with code 99
  750. web_1 | Starting OpenBSD Secure Shell server: sshd.
  751. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  752. web_1 | Syncing...
  753. web_1 | Traceback (most recent call last):
  754. web_1 | File "ocl_web/manage.py", line 19, in <module>
  755. web_1 | execute_from_command_line(sys.argv)
  756. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  757. web_1 | utility.execute()
  758. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  759. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  760. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  761. web_1 | self.execute(*args, **options.__dict__)
  762. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  763. web_1 | output = self.handle(*args, **options)
  764. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  765. web_1 | return self.handle_noargs(**options)
  766. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  767. web_1 | syncdb.Command().execute(**options)
  768. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  769. web_1 | output = self.handle(*args, **options)
  770. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  771. web_1 | return self.handle_noargs(**options)
  772. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  773. web_1 | cursor = connection.cursor()
  774. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  775. web_1 | cursor = self.make_debug_cursor(self._cursor())
  776. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  777. web_1 | self.ensure_connection()
  778. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  779. web_1 | self.connect()
  780. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  781. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  782. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  783. web_1 | self.connect()
  784. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  785. web_1 | self.connection = self.get_new_connection(conn_params)
  786. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  787. web_1 | return Database.connect(**conn_params)
  788. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  789. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  790. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  791. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  792. web_1 | TCP/IP connections on port 5432?
  793. web_1 |
  794. web_1 | Traceback (most recent call last):
  795. web_1 | File "ocl_web/manage.py", line 19, in <module>
  796. web_1 | execute_from_command_line(sys.argv)
  797. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  798. web_1 | utility.execute()
  799. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  800. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  801. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  802. web_1 | self.execute(*args, **options.__dict__)
  803. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  804. web_1 | output = self.handle(*args, **options)
  805. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  806. web_1 | ignore_ghosts = ignore_ghosts,
  807. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  808. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  809. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  810. web_1 | for h in histories:
  811. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  812. web_1 | self._fetch_all()
  813. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  814. web_1 | self._result_cache = list(self.iterator())
  815. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  816. web_1 | for row in compiler.results_iter():
  817. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  818. web_1 | for rows in self.execute_sql(MULTI):
  819. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  820. web_1 | cursor = self.connection.cursor()
  821. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  822. web_1 | cursor = self.make_debug_cursor(self._cursor())
  823. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  824. web_1 | self.ensure_connection()
  825. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  826. web_1 | self.connect()
  827. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  828. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  829. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  830. web_1 | self.connect()
  831. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  832. web_1 | self.connection = self.get_new_connection(conn_params)
  833. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  834. web_1 | return Database.connect(**conn_params)
  835. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  836. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  837. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  838. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  839. web_1 | TCP/IP connections on port 5432?
  840. web_1 |
  841. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  842. web_1 | [GCC 4.9.2] on linux2
  843. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  844. web_1 | (InteractiveConsole)
  845. web_1 | Traceback (most recent call last):
  846. web_1 | File "<console>", line 1, in <module>
  847. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  848. web_1 | return self.query.get_count(using=self.db)
  849. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  850. web_1 | number = obj.get_aggregation(using=using)[None]
  851. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  852. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  853. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  854. web_1 | cursor = self.connection.cursor()
  855. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  856. web_1 | cursor = self.make_debug_cursor(self._cursor())
  857. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  858. web_1 | self.ensure_connection()
  859. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  860. web_1 | self.connect()
  861. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  862. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  863. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  864. web_1 | self.connect()
  865. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  866. web_1 | self.connection = self.get_new_connection(conn_params)
  867. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  868. web_1 | return Database.connect(**conn_params)
  869. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  870. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  871. web_1 | OperationalError: could not connect to server: Connection refused
  872. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  873. web_1 | TCP/IP connections on port 5432?
  874. web_1 |
  875. web_1 |
  876. web_1 | >>> >>> Starting the server
  877. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  878. web_1 |
  879. web_1 | Fatal error: Unable to find local grunt.
  880. web_1 |
  881. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  882. web_1 | your project. For more information about installing and configuring grunt,
  883. web_1 | please see the Getting Started guide:
  884. web_1 |
  885. web_1 | http://gruntjs.com/getting-started
  886. web_1 | Starting OpenBSD Secure Shell server: sshd.
  887. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  888. web_1 | Syncing...
  889. web_1 | Creating tables ...
  890. web_1 | Creating table auth_permission
  891. web_1 | Creating table auth_group_permissions
  892. web_1 | Creating table auth_group
  893. web_1 | Creating table django_content_type
  894. web_1 | Creating table django_session
  895. web_1 | Creating table django_site
  896. web_1 | Creating table django_admin_log
  897. web_1 | Creating table south_migrationhistory
  898. web_1 | Creating table avatar_avatar
  899. web_1 | Creating table users_user_groups
  900. web_1 | Creating table users_user_user_permissions
  901. web_1 | Creating table users_user
  902. web_1 | Creating table account_emailaddress
  903. web_1 | Creating table account_emailconfirmation
  904. web_1 | Installing custom SQL ...
  905. web_1 | Installing indexes ...
  906. web_1 | Installed 0 object(s) from 0 fixture(s)
  907. web_1 |
  908. web_1 | Synced:
  909. web_1 | > django.contrib.auth
  910. web_1 | > django.contrib.contenttypes
  911. web_1 | > django.contrib.sessions
  912. web_1 | > django.contrib.sites
  913. web_1 | > django.contrib.messages
  914. web_1 | > django.contrib.staticfiles
  915. web_1 | > django.contrib.admin
  916. web_1 | > south
  917. web_1 | > crispy_forms
  918. web_1 | > avatar
  919. web_1 | > bootstrap3
  920. web_1 | > users
  921. web_1 | > allauth
  922. web_1 | > allauth.account
  923. web_1 | > django.contrib.humanize
  924. web_1 | > debug_toolbar
  925. web_1 |
  926. web_1 | Not synced (use migrations):
  927. web_1 | - allauth.socialaccount
  928. web_1 | - django_extensions
  929. web_1 | (use ./manage.py migrate to migrate these)
  930. web_1 | Running migrations for socialaccount:
  931. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  932. web_1 | > socialaccount:0001_initial
  933. web_1 | > socialaccount:0002_genericmodels
  934. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  935. web_1 | > socialaccount:0004_add_sites
  936. web_1 | > socialaccount:0005_set_sites
  937. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  938. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  939. web_1 | > socialaccount:0008_client_id
  940. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  941. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  942. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  943. web_1 | - Loading initial data for socialaccount.
  944. web_1 | Installed 0 object(s) from 0 fixture(s)
  945. web_1 | Running migrations for django_extensions:
  946. web_1 | - Migrating forwards to 0001_empty.
  947. web_1 | > django_extensions:0001_empty
  948. web_1 | - Loading initial data for django_extensions.
  949. web_1 | Installed 0 object(s) from 0 fixture(s)
  950. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  951. web_1 | [GCC 4.9.2] on linux2
  952. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  953. web_1 | (InteractiveConsole)
  954. web_1 |
  955. web_1 | >>> >>> Starting the server
  956. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  957. web_1 |
  958. web_1 | Fatal error: Unable to find local grunt.
  959. web_1 |
  960. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  961. web_1 | your project. For more information about installing and configuring grunt,
  962. web_1 | please see the Getting Started guide:
  963. web_1 |
  964. web_1 | http://gruntjs.com/getting-started
  965. web_1 | Starting OpenBSD Secure Shell server: sshd.
  966. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  967. web_1 | Syncing...
  968. web_1 | Creating tables ...
  969. web_1 | Installing custom SQL ...
  970. web_1 | Installing indexes ...
  971. web_1 | Installed 0 object(s) from 0 fixture(s)
  972. web_1 |
  973. web_1 | Synced:
  974. web_1 | > django.contrib.auth
  975. web_1 | > django.contrib.contenttypes
  976. web_1 | > django.contrib.sessions
  977. web_1 | > django.contrib.sites
  978. web_1 | > django.contrib.messages
  979. web_1 | > django.contrib.staticfiles
  980. web_1 | > django.contrib.admin
  981. web_1 | > south
  982. web_1 | > crispy_forms
  983. web_1 | > avatar
  984. web_1 | > bootstrap3
  985. web_1 | > users
  986. web_1 | > allauth
  987. web_1 | > allauth.account
  988. web_1 | > django.contrib.humanize
  989. web_1 | > debug_toolbar
  990. web_1 |
  991. web_1 | Not synced (use migrations):
  992. web_1 | - allauth.socialaccount
  993. web_1 | - django_extensions
  994. web_1 | (use ./manage.py migrate to migrate these)
  995. web_1 | Running migrations for socialaccount:
  996. web_1 | - Nothing to migrate.
  997. web_1 | - Loading initial data for socialaccount.
  998. web_1 | Installed 0 object(s) from 0 fixture(s)
  999. web_1 | Running migrations for django_extensions:
  1000. web_1 | - Nothing to migrate.
  1001. web_1 | - Loading initial data for django_extensions.
  1002. web_1 | Installed 0 object(s) from 0 fixture(s)
  1003. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1004. web_1 | [GCC 4.9.2] on linux2
  1005. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1006. web_1 | (InteractiveConsole)
  1007. web_1 |
  1008. web_1 | >>> >>> Starting the server
  1009. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1010. web_1 |
  1011. web_1 | Fatal error: Unable to find local grunt.
  1012. web_1 |
  1013. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1014. web_1 | your project. For more information about installing and configuring grunt,
  1015. web_1 | please see the Getting Started guide:
  1016. web_1 |
  1017. web_1 | http://gruntjs.com/getting-started
  1018. oclweb_web_1 exited with code 99
  1019. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1020. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1021. web_1 | Syncing...
  1022. web_1 | Traceback (most recent call last):
  1023. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1024. web_1 | execute_from_command_line(sys.argv)
  1025. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1026. web_1 | utility.execute()
  1027. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1028. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1029. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1030. web_1 | self.execute(*args, **options.__dict__)
  1031. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1032. web_1 | output = self.handle(*args, **options)
  1033. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1034. web_1 | return self.handle_noargs(**options)
  1035. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  1036. web_1 | syncdb.Command().execute(**options)
  1037. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1038. web_1 | output = self.handle(*args, **options)
  1039. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1040. web_1 | return self.handle_noargs(**options)
  1041. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  1042. web_1 | cursor = connection.cursor()
  1043. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1044. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1045. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1046. web_1 | self.ensure_connection()
  1047. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1048. web_1 | self.connect()
  1049. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1050. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1051. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1052. web_1 | self.connect()
  1053. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1054. web_1 | self.connection = self.get_new_connection(conn_params)
  1055. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1056. web_1 | return Database.connect(**conn_params)
  1057. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1058. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1059. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1060. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1061. web_1 | TCP/IP connections on port 5432?
  1062. web_1 |
  1063. web_1 | Traceback (most recent call last):
  1064. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1065. web_1 | execute_from_command_line(sys.argv)
  1066. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1067. web_1 | utility.execute()
  1068. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1069. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1070. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1071. web_1 | self.execute(*args, **options.__dict__)
  1072. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1073. web_1 | output = self.handle(*args, **options)
  1074. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  1075. web_1 | ignore_ghosts = ignore_ghosts,
  1076. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  1077. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  1078. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  1079. web_1 | for h in histories:
  1080. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  1081. web_1 | self._fetch_all()
  1082. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  1083. web_1 | self._result_cache = list(self.iterator())
  1084. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  1085. web_1 | for row in compiler.results_iter():
  1086. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  1087. web_1 | for rows in self.execute_sql(MULTI):
  1088. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1089. web_1 | cursor = self.connection.cursor()
  1090. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1091. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1092. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1093. web_1 | self.ensure_connection()
  1094. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1095. web_1 | self.connect()
  1096. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1097. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1098. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1099. web_1 | self.connect()
  1100. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1101. web_1 | self.connection = self.get_new_connection(conn_params)
  1102. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1103. web_1 | return Database.connect(**conn_params)
  1104. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1105. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1106. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1107. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1108. web_1 | TCP/IP connections on port 5432?
  1109. web_1 |
  1110. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1111. web_1 | [GCC 4.9.2] on linux2
  1112. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1113. web_1 | (InteractiveConsole)
  1114. web_1 | Traceback (most recent call last):
  1115. web_1 | File "<console>", line 1, in <module>
  1116. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  1117. web_1 | return self.query.get_count(using=self.db)
  1118. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  1119. web_1 | number = obj.get_aggregation(using=using)[None]
  1120. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  1121. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  1122. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1123. web_1 | cursor = self.connection.cursor()
  1124. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1125. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1126. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1127. web_1 | self.ensure_connection()
  1128. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1129. web_1 | self.connect()
  1130. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1131. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1132. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1133. web_1 | self.connect()
  1134. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1135. web_1 | self.connection = self.get_new_connection(conn_params)
  1136. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1137. web_1 | return Database.connect(**conn_params)
  1138. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1139. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1140. web_1 | OperationalError: could not connect to server: Connection refused
  1141. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1142. web_1 | TCP/IP connections on port 5432?
  1143. web_1 |
  1144. web_1 |
  1145. web_1 | >>> >>> Starting the server
  1146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1147. web_1 |
  1148. web_1 | Fatal error: Unable to find local grunt.
  1149. web_1 |
  1150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1151. web_1 | your project. For more information about installing and configuring grunt,
  1152. web_1 | please see the Getting Started guide:
  1153. web_1 |
  1154. web_1 | http://gruntjs.com/getting-started
  1155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1157. web_1 | Syncing...
  1158. web_1 | Creating tables ...
  1159. web_1 | Creating table auth_permission
  1160. web_1 | Creating table auth_group_permissions
  1161. web_1 | Creating table auth_group
  1162. web_1 | Creating table django_content_type
  1163. web_1 | Creating table django_session
  1164. web_1 | Creating table django_site
  1165. web_1 | Creating table django_admin_log
  1166. web_1 | Creating table south_migrationhistory
  1167. web_1 | Creating table avatar_avatar
  1168. web_1 | Creating table users_user_groups
  1169. web_1 | Creating table users_user_user_permissions
  1170. web_1 | Creating table users_user
  1171. web_1 | Creating table account_emailaddress
  1172. web_1 | Creating table account_emailconfirmation
  1173. web_1 | Installing custom SQL ...
  1174. web_1 | Installing indexes ...
  1175. web_1 | Installed 0 object(s) from 0 fixture(s)
  1176. web_1 |
  1177. web_1 | Synced:
  1178. web_1 | > django.contrib.auth
  1179. web_1 | > django.contrib.contenttypes
  1180. web_1 | > django.contrib.sessions
  1181. web_1 | > django.contrib.sites
  1182. web_1 | > django.contrib.messages
  1183. web_1 | > django.contrib.staticfiles
  1184. web_1 | > django.contrib.admin
  1185. web_1 | > south
  1186. web_1 | > crispy_forms
  1187. web_1 | > avatar
  1188. web_1 | > bootstrap3
  1189. web_1 | > users
  1190. web_1 | > allauth
  1191. web_1 | > allauth.account
  1192. web_1 | > django.contrib.humanize
  1193. web_1 | > debug_toolbar
  1194. web_1 |
  1195. web_1 | Not synced (use migrations):
  1196. web_1 | - allauth.socialaccount
  1197. web_1 | - django_extensions
  1198. web_1 | (use ./manage.py migrate to migrate these)
  1199. web_1 | Running migrations for socialaccount:
  1200. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1201. web_1 | > socialaccount:0001_initial
  1202. web_1 | > socialaccount:0002_genericmodels
  1203. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1204. web_1 | > socialaccount:0004_add_sites
  1205. web_1 | > socialaccount:0005_set_sites
  1206. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1207. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1208. web_1 | > socialaccount:0008_client_id
  1209. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1210. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1211. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1212. web_1 | - Loading initial data for socialaccount.
  1213. web_1 | Installed 0 object(s) from 0 fixture(s)
  1214. web_1 | Running migrations for django_extensions:
  1215. web_1 | - Migrating forwards to 0001_empty.
  1216. web_1 | > django_extensions:0001_empty
  1217. web_1 | - Loading initial data for django_extensions.
  1218. web_1 | Installed 0 object(s) from 0 fixture(s)
  1219. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1220. web_1 | [GCC 4.9.2] on linux2
  1221. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1222. web_1 | (InteractiveConsole)
  1223. web_1 |
  1224. web_1 | >>> >>> Starting the server
  1225. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1226. web_1 |
  1227. web_1 | Fatal error: Unable to find local grunt.
  1228. web_1 |
  1229. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1230. web_1 | your project. For more information about installing and configuring grunt,
  1231. web_1 | please see the Getting Started guide:
  1232. web_1 |
  1233. web_1 | http://gruntjs.com/getting-started
  1234. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1235. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1236. web_1 | Syncing...
  1237. web_1 | Creating tables ...
  1238. web_1 | Installing custom SQL ...
  1239. web_1 | Installing indexes ...
  1240. web_1 | Installed 0 object(s) from 0 fixture(s)
  1241. web_1 |
  1242. web_1 | Synced:
  1243. web_1 | > django.contrib.auth
  1244. web_1 | > django.contrib.contenttypes
  1245. web_1 | > django.contrib.sessions
  1246. web_1 | > django.contrib.sites
  1247. web_1 | > django.contrib.messages
  1248. web_1 | > django.contrib.staticfiles
  1249. web_1 | > django.contrib.admin
  1250. web_1 | > south
  1251. web_1 | > crispy_forms
  1252. web_1 | > avatar
  1253. web_1 | > bootstrap3
  1254. web_1 | > users
  1255. web_1 | > allauth
  1256. web_1 | > allauth.account
  1257. web_1 | > django.contrib.humanize
  1258. web_1 | > debug_toolbar
  1259. web_1 |
  1260. web_1 | Not synced (use migrations):
  1261. web_1 | - allauth.socialaccount
  1262. web_1 | - django_extensions
  1263. web_1 | (use ./manage.py migrate to migrate these)
  1264. web_1 | Running migrations for socialaccount:
  1265. web_1 | - Nothing to migrate.
  1266. web_1 | - Loading initial data for socialaccount.
  1267. web_1 | Installed 0 object(s) from 0 fixture(s)
  1268. web_1 | Running migrations for django_extensions:
  1269. web_1 | - Nothing to migrate.
  1270. web_1 | - Loading initial data for django_extensions.
  1271. web_1 | Installed 0 object(s) from 0 fixture(s)
  1272. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1273. web_1 | [GCC 4.9.2] on linux2
  1274. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1275. web_1 | (InteractiveConsole)
  1276. web_1 |
  1277. web_1 | >>> >>> Starting the server
  1278. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1279. web_1 |
  1280. web_1 | Fatal error: Unable to find local grunt.
  1281. web_1 |
  1282. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1283. web_1 | your project. For more information about installing and configuring grunt,
  1284. web_1 | please see the Getting Started guide:
  1285. web_1 |
  1286. web_1 | http://gruntjs.com/getting-started
  1287. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1288. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1289. web_1 | Syncing...
  1290. web_1 | Creating tables ...
  1291. web_1 | Installing custom SQL ...
  1292. web_1 | Installing indexes ...
  1293. web_1 | Installed 0 object(s) from 0 fixture(s)
  1294. web_1 |
  1295. web_1 | Synced:
  1296. web_1 | > django.contrib.auth
  1297. web_1 | > django.contrib.contenttypes
  1298. web_1 | > django.contrib.sessions
  1299. web_1 | > django.contrib.sites
  1300. web_1 | > django.contrib.messages
  1301. web_1 | > django.contrib.staticfiles
  1302. web_1 | > django.contrib.admin
  1303. web_1 | > south
  1304. web_1 | > crispy_forms
  1305. web_1 | > avatar
  1306. web_1 | > bootstrap3
  1307. web_1 | > users
  1308. web_1 | > allauth
  1309. web_1 | > allauth.account
  1310. web_1 | > django.contrib.humanize
  1311. web_1 | > debug_toolbar
  1312. web_1 |
  1313. web_1 | Not synced (use migrations):
  1314. web_1 | - allauth.socialaccount
  1315. web_1 | - django_extensions
  1316. web_1 | (use ./manage.py migrate to migrate these)
  1317. web_1 | Running migrations for socialaccount:
  1318. web_1 | - Nothing to migrate.
  1319. web_1 | - Loading initial data for socialaccount.
  1320. web_1 | Installed 0 object(s) from 0 fixture(s)
  1321. web_1 | Running migrations for django_extensions:
  1322. web_1 | - Nothing to migrate.
  1323. web_1 | - Loading initial data for django_extensions.
  1324. web_1 | Installed 0 object(s) from 0 fixture(s)
  1325. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1326. web_1 | [GCC 4.9.2] on linux2
  1327. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1328. web_1 | (InteractiveConsole)
  1329. web_1 |
  1330. web_1 | >>> >>> Starting the server
  1331. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1332. web_1 |
  1333. web_1 | Fatal error: Unable to find local grunt.
  1334. web_1 |
  1335. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1336. web_1 | your project. For more information about installing and configuring grunt,
  1337. web_1 | please see the Getting Started guide:
  1338. web_1 |
  1339. web_1 | http://gruntjs.com/getting-started
  1340. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1341. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1342. web_1 | Syncing...
  1343. web_1 | Creating tables ...
  1344. web_1 | Installing custom SQL ...
  1345. web_1 | Installing indexes ...
  1346. web_1 | Installed 0 object(s) from 0 fixture(s)
  1347. web_1 |
  1348. web_1 | Synced:
  1349. web_1 | > django.contrib.auth
  1350. web_1 | > django.contrib.contenttypes
  1351. web_1 | > django.contrib.sessions
  1352. web_1 | > django.contrib.sites
  1353. web_1 | > django.contrib.messages
  1354. web_1 | > django.contrib.staticfiles
  1355. web_1 | > django.contrib.admin
  1356. web_1 | > south
  1357. web_1 | > crispy_forms
  1358. web_1 | > avatar
  1359. web_1 | > bootstrap3
  1360. web_1 | > users
  1361. web_1 | > allauth
  1362. web_1 | > allauth.account
  1363. web_1 | > django.contrib.humanize
  1364. web_1 | > debug_toolbar
  1365. web_1 |
  1366. web_1 | Not synced (use migrations):
  1367. web_1 | - allauth.socialaccount
  1368. web_1 | - django_extensions
  1369. web_1 | (use ./manage.py migrate to migrate these)
  1370. web_1 | Running migrations for socialaccount:
  1371. web_1 | - Nothing to migrate.
  1372. web_1 | - Loading initial data for socialaccount.
  1373. web_1 | Installed 0 object(s) from 0 fixture(s)
  1374. web_1 | Running migrations for django_extensions:
  1375. web_1 | - Nothing to migrate.
  1376. web_1 | - Loading initial data for django_extensions.
  1377. web_1 | Installed 0 object(s) from 0 fixture(s)
  1378. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1379. web_1 | [GCC 4.9.2] on linux2
  1380. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1381. web_1 | (InteractiveConsole)
  1382. web_1 |
  1383. web_1 | >>> >>> Starting the server
  1384. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1385. web_1 |
  1386. web_1 | Fatal error: Unable to find local grunt.
  1387. web_1 |
  1388. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1389. web_1 | your project. For more information about installing and configuring grunt,
  1390. web_1 | please see the Getting Started guide:
  1391. web_1 |
  1392. web_1 | http://gruntjs.com/getting-started
  1393. oclweb_web_1 exited with code 99
  1394. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1395. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1396. web_1 | Syncing...
  1397. web_1 | Traceback (most recent call last):
  1398. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1399. web_1 | execute_from_command_line(sys.argv)
  1400. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1401. web_1 | utility.execute()
  1402. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1403. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1404. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1405. web_1 | self.execute(*args, **options.__dict__)
  1406. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1407. web_1 | output = self.handle(*args, **options)
  1408. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1409. web_1 | return self.handle_noargs(**options)
  1410. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  1411. web_1 | syncdb.Command().execute(**options)
  1412. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1413. web_1 | output = self.handle(*args, **options)
  1414. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1415. web_1 | return self.handle_noargs(**options)
  1416. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  1417. web_1 | cursor = connection.cursor()
  1418. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1419. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1420. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1421. web_1 | self.ensure_connection()
  1422. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1423. web_1 | self.connect()
  1424. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1425. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1426. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1427. web_1 | self.connect()
  1428. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1429. web_1 | self.connection = self.get_new_connection(conn_params)
  1430. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1431. web_1 | return Database.connect(**conn_params)
  1432. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1433. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1434. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1435. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1436. web_1 | TCP/IP connections on port 5432?
  1437. web_1 |
  1438. web_1 | Traceback (most recent call last):
  1439. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1440. web_1 | execute_from_command_line(sys.argv)
  1441. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1442. web_1 | utility.execute()
  1443. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1444. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1445. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1446. web_1 | self.execute(*args, **options.__dict__)
  1447. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1448. web_1 | output = self.handle(*args, **options)
  1449. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  1450. web_1 | ignore_ghosts = ignore_ghosts,
  1451. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  1452. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  1453. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  1454. web_1 | for h in histories:
  1455. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  1456. web_1 | self._fetch_all()
  1457. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  1458. web_1 | self._result_cache = list(self.iterator())
  1459. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  1460. web_1 | for row in compiler.results_iter():
  1461. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  1462. web_1 | for rows in self.execute_sql(MULTI):
  1463. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1464. web_1 | cursor = self.connection.cursor()
  1465. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1466. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1467. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1468. web_1 | self.ensure_connection()
  1469. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1470. web_1 | self.connect()
  1471. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1472. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1473. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1474. web_1 | self.connect()
  1475. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1476. web_1 | self.connection = self.get_new_connection(conn_params)
  1477. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1478. web_1 | return Database.connect(**conn_params)
  1479. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1480. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1481. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1482. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1483. web_1 | TCP/IP connections on port 5432?
  1484. web_1 |
  1485. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1486. web_1 | [GCC 4.9.2] on linux2
  1487. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1488. web_1 | (InteractiveConsole)
  1489. web_1 | Traceback (most recent call last):
  1490. web_1 | File "<console>", line 1, in <module>
  1491. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  1492. web_1 | return self.query.get_count(using=self.db)
  1493. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  1494. web_1 | number = obj.get_aggregation(using=using)[None]
  1495. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  1496. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  1497. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1498. web_1 | cursor = self.connection.cursor()
  1499. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1500. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1501. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1502. web_1 | self.ensure_connection()
  1503. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1504. web_1 | self.connect()
  1505. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1506. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1507. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1508. web_1 | self.connect()
  1509. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1510. web_1 | self.connection = self.get_new_connection(conn_params)
  1511. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1512. web_1 | return Database.connect(**conn_params)
  1513. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1514. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1515. web_1 | OperationalError: could not connect to server: Connection refused
  1516. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1517. web_1 | TCP/IP connections on port 5432?
  1518. web_1 |
  1519. web_1 |
  1520. web_1 | >>> >>> Starting the server
  1521. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1522. web_1 |
  1523. web_1 | Fatal error: Unable to find local grunt.
  1524. web_1 |
  1525. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1526. web_1 | your project. For more information about installing and configuring grunt,
  1527. web_1 | please see the Getting Started guide:
  1528. web_1 |
  1529. web_1 | http://gruntjs.com/getting-started
  1530. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1531. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1532. web_1 | Syncing...
  1533. web_1 | Creating tables ...
  1534. web_1 | Creating table auth_permission
  1535. web_1 | Creating table auth_group_permissions
  1536. web_1 | Creating table auth_group
  1537. web_1 | Creating table django_content_type
  1538. web_1 | Creating table django_session
  1539. web_1 | Creating table django_site
  1540. web_1 | Creating table django_admin_log
  1541. web_1 | Creating table south_migrationhistory
  1542. web_1 | Creating table avatar_avatar
  1543. web_1 | Creating table users_user_groups
  1544. web_1 | Creating table users_user_user_permissions
  1545. web_1 | Creating table users_user
  1546. web_1 | Creating table account_emailaddress
  1547. web_1 | Creating table account_emailconfirmation
  1548. web_1 | Installing custom SQL ...
  1549. web_1 | Installing indexes ...
  1550. web_1 | Installed 0 object(s) from 0 fixture(s)
  1551. web_1 |
  1552. web_1 | Synced:
  1553. web_1 | > django.contrib.auth
  1554. web_1 | > django.contrib.contenttypes
  1555. web_1 | > django.contrib.sessions
  1556. web_1 | > django.contrib.sites
  1557. web_1 | > django.contrib.messages
  1558. web_1 | > django.contrib.staticfiles
  1559. web_1 | > django.contrib.admin
  1560. web_1 | > south
  1561. web_1 | > crispy_forms
  1562. web_1 | > avatar
  1563. web_1 | > bootstrap3
  1564. web_1 | > users
  1565. web_1 | > allauth
  1566. web_1 | > allauth.account
  1567. web_1 | > django.contrib.humanize
  1568. web_1 | > debug_toolbar
  1569. web_1 |
  1570. web_1 | Not synced (use migrations):
  1571. web_1 | - allauth.socialaccount
  1572. web_1 | - django_extensions
  1573. web_1 | (use ./manage.py migrate to migrate these)
  1574. web_1 | Running migrations for socialaccount:
  1575. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1576. web_1 | > socialaccount:0001_initial
  1577. web_1 | > socialaccount:0002_genericmodels
  1578. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1579. web_1 | > socialaccount:0004_add_sites
  1580. web_1 | > socialaccount:0005_set_sites
  1581. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1582. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1583. web_1 | > socialaccount:0008_client_id
  1584. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1585. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1586. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1587. web_1 | - Loading initial data for socialaccount.
  1588. web_1 | Installed 0 object(s) from 0 fixture(s)
  1589. web_1 | Running migrations for django_extensions:
  1590. web_1 | - Migrating forwards to 0001_empty.
  1591. web_1 | > django_extensions:0001_empty
  1592. web_1 | - Loading initial data for django_extensions.
  1593. web_1 | Installed 0 object(s) from 0 fixture(s)
  1594. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1595. web_1 | [GCC 4.9.2] on linux2
  1596. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1597. web_1 | (InteractiveConsole)
  1598. web_1 |
  1599. web_1 | >>> >>> Starting the server
  1600. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1601. web_1 |
  1602. web_1 | Fatal error: Unable to find local grunt.
  1603. web_1 |
  1604. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1605. web_1 | your project. For more information about installing and configuring grunt,
  1606. web_1 | please see the Getting Started guide:
  1607. web_1 |
  1608. web_1 | http://gruntjs.com/getting-started
  1609. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1610. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1611. web_1 | Syncing...
  1612. web_1 | Creating tables ...
  1613. web_1 | Installing custom SQL ...
  1614. web_1 | Installing indexes ...
  1615. web_1 | Installed 0 object(s) from 0 fixture(s)
  1616. web_1 |
  1617. web_1 | Synced:
  1618. web_1 | > django.contrib.auth
  1619. web_1 | > django.contrib.contenttypes
  1620. web_1 | > django.contrib.sessions
  1621. web_1 | > django.contrib.sites
  1622. web_1 | > django.contrib.messages
  1623. web_1 | > django.contrib.staticfiles
  1624. web_1 | > django.contrib.admin
  1625. web_1 | > south
  1626. web_1 | > crispy_forms
  1627. web_1 | > avatar
  1628. web_1 | > bootstrap3
  1629. web_1 | > users
  1630. web_1 | > allauth
  1631. web_1 | > allauth.account
  1632. web_1 | > django.contrib.humanize
  1633. web_1 | > debug_toolbar
  1634. web_1 |
  1635. web_1 | Not synced (use migrations):
  1636. web_1 | - allauth.socialaccount
  1637. web_1 | - django_extensions
  1638. web_1 | (use ./manage.py migrate to migrate these)
  1639. web_1 | Running migrations for socialaccount:
  1640. web_1 | - Nothing to migrate.
  1641. web_1 | - Loading initial data for socialaccount.
  1642. web_1 | Installed 0 object(s) from 0 fixture(s)
  1643. web_1 | Running migrations for django_extensions:
  1644. web_1 | - Nothing to migrate.
  1645. web_1 | - Loading initial data for django_extensions.
  1646. web_1 | Installed 0 object(s) from 0 fixture(s)
  1647. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1648. web_1 | [GCC 4.9.2] on linux2
  1649. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1650. web_1 | (InteractiveConsole)
  1651. web_1 |
  1652. web_1 | >>> >>> Starting the server
  1653. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1654. web_1 |
  1655. web_1 | Fatal error: Unable to find local grunt.
  1656. web_1 |
  1657. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1658. web_1 | your project. For more information about installing and configuring grunt,
  1659. web_1 | please see the Getting Started guide:
  1660. web_1 |
  1661. web_1 | http://gruntjs.com/getting-started
  1662. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1663. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1664. web_1 | Syncing...
  1665. web_1 | Creating tables ...
  1666. web_1 | Installing custom SQL ...
  1667. web_1 | Installing indexes ...
  1668. web_1 | Installed 0 object(s) from 0 fixture(s)
  1669. web_1 |
  1670. web_1 | Synced:
  1671. web_1 | > django.contrib.auth
  1672. web_1 | > django.contrib.contenttypes
  1673. web_1 | > django.contrib.sessions
  1674. web_1 | > django.contrib.sites
  1675. web_1 | > django.contrib.messages
  1676. web_1 | > django.contrib.staticfiles
  1677. web_1 | > django.contrib.admin
  1678. web_1 | > south
  1679. web_1 | > crispy_forms
  1680. web_1 | > avatar
  1681. web_1 | > bootstrap3
  1682. web_1 | > users
  1683. web_1 | > allauth
  1684. web_1 | > allauth.account
  1685. web_1 | > django.contrib.humanize
  1686. web_1 | > debug_toolbar
  1687. web_1 |
  1688. web_1 | Not synced (use migrations):
  1689. web_1 | - allauth.socialaccount
  1690. web_1 | - django_extensions
  1691. web_1 | (use ./manage.py migrate to migrate these)
  1692. web_1 | Running migrations for socialaccount:
  1693. web_1 | - Nothing to migrate.
  1694. web_1 | - Loading initial data for socialaccount.
  1695. web_1 | Installed 0 object(s) from 0 fixture(s)
  1696. web_1 | Running migrations for django_extensions:
  1697. web_1 | - Nothing to migrate.
  1698. web_1 | - Loading initial data for django_extensions.
  1699. web_1 | Installed 0 object(s) from 0 fixture(s)
  1700. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1701. web_1 | [GCC 4.9.2] on linux2
  1702. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1703. web_1 | (InteractiveConsole)
  1704. web_1 |
  1705. web_1 | >>> >>> Starting the server
  1706. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1707. web_1 |
  1708. web_1 | Fatal error: Unable to find local grunt.
  1709. web_1 |
  1710. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1711. web_1 | your project. For more information about installing and configuring grunt,
  1712. web_1 | please see the Getting Started guide:
  1713. web_1 |
  1714. web_1 | http://gruntjs.com/getting-started
  1715. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1716. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1717. web_1 | Syncing...
  1718. web_1 | Creating tables ...
  1719. web_1 | Installing custom SQL ...
  1720. web_1 | Installing indexes ...
  1721. web_1 | Installed 0 object(s) from 0 fixture(s)
  1722. web_1 |
  1723. web_1 | Synced:
  1724. web_1 | > django.contrib.auth
  1725. web_1 | > django.contrib.contenttypes
  1726. web_1 | > django.contrib.sessions
  1727. web_1 | > django.contrib.sites
  1728. web_1 | > django.contrib.messages
  1729. web_1 | > django.contrib.staticfiles
  1730. web_1 | > django.contrib.admin
  1731. web_1 | > south
  1732. web_1 | > crispy_forms
  1733. web_1 | > avatar
  1734. web_1 | > bootstrap3
  1735. web_1 | > users
  1736. web_1 | > allauth
  1737. web_1 | > allauth.account
  1738. web_1 | > django.contrib.humanize
  1739. web_1 | > debug_toolbar
  1740. web_1 |
  1741. web_1 | Not synced (use migrations):
  1742. web_1 | - allauth.socialaccount
  1743. web_1 | - django_extensions
  1744. web_1 | (use ./manage.py migrate to migrate these)
  1745. web_1 | Running migrations for socialaccount:
  1746. web_1 | - Nothing to migrate.
  1747. web_1 | - Loading initial data for socialaccount.
  1748. web_1 | Installed 0 object(s) from 0 fixture(s)
  1749. web_1 | Running migrations for django_extensions:
  1750. web_1 | - Nothing to migrate.
  1751. web_1 | - Loading initial data for django_extensions.
  1752. web_1 | Installed 0 object(s) from 0 fixture(s)
  1753. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1754. web_1 | [GCC 4.9.2] on linux2
  1755. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1756. web_1 | (InteractiveConsole)
  1757. web_1 |
  1758. web_1 | >>> >>> Starting the server
  1759. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1760. web_1 |
  1761. web_1 | Fatal error: Unable to find local grunt.
  1762. web_1 |
  1763. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1764. web_1 | your project. For more information about installing and configuring grunt,
  1765. web_1 | please see the Getting Started guide:
  1766. web_1 |
  1767. web_1 | http://gruntjs.com/getting-started
  1768. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1769. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1770. web_1 | Syncing...
  1771. web_1 | Creating tables ...
  1772. web_1 | Installing custom SQL ...
  1773. web_1 | Installing indexes ...
  1774. web_1 | Installed 0 object(s) from 0 fixture(s)
  1775. web_1 |
  1776. web_1 | Synced:
  1777. web_1 | > django.contrib.auth
  1778. web_1 | > django.contrib.contenttypes
  1779. web_1 | > django.contrib.sessions
  1780. web_1 | > django.contrib.sites
  1781. web_1 | > django.contrib.messages
  1782. web_1 | > django.contrib.staticfiles
  1783. web_1 | > django.contrib.admin
  1784. web_1 | > south
  1785. web_1 | > crispy_forms
  1786. web_1 | > avatar
  1787. web_1 | > bootstrap3
  1788. web_1 | > users
  1789. web_1 | > allauth
  1790. web_1 | > allauth.account
  1791. web_1 | > django.contrib.humanize
  1792. web_1 | > debug_toolbar
  1793. web_1 |
  1794. web_1 | Not synced (use migrations):
  1795. web_1 | - allauth.socialaccount
  1796. web_1 | - django_extensions
  1797. web_1 | (use ./manage.py migrate to migrate these)
  1798. web_1 | Running migrations for socialaccount:
  1799. web_1 | - Nothing to migrate.
  1800. web_1 | - Loading initial data for socialaccount.
  1801. web_1 | Installed 0 object(s) from 0 fixture(s)
  1802. web_1 | Running migrations for django_extensions:
  1803. web_1 | - Nothing to migrate.
  1804. web_1 | - Loading initial data for django_extensions.
  1805. web_1 | Installed 0 object(s) from 0 fixture(s)
  1806. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1807. web_1 | [GCC 4.9.2] on linux2
  1808. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1809. web_1 | (InteractiveConsole)
  1810. web_1 |
  1811. web_1 | >>> >>> Starting the server
  1812. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1813. web_1 |
  1814. web_1 | Fatal error: Unable to find local grunt.
  1815. web_1 |
  1816. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1817. web_1 | your project. For more information about installing and configuring grunt,
  1818. web_1 | please see the Getting Started guide:
  1819. web_1 |
  1820. web_1 | http://gruntjs.com/getting-started
  1821. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1822. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1823. web_1 | Syncing...
  1824. web_1 | Creating tables ...
  1825. web_1 | Installing custom SQL ...
  1826. web_1 | Installing indexes ...
  1827. web_1 | Installed 0 object(s) from 0 fixture(s)
  1828. web_1 |
  1829. web_1 | Synced:
  1830. web_1 | > django.contrib.auth
  1831. web_1 | > django.contrib.contenttypes
  1832. web_1 | > django.contrib.sessions
  1833. web_1 | > django.contrib.sites
  1834. web_1 | > django.contrib.messages
  1835. web_1 | > django.contrib.staticfiles
  1836. web_1 | > django.contrib.admin
  1837. web_1 | > south
  1838. web_1 | > crispy_forms
  1839. web_1 | > avatar
  1840. web_1 | > bootstrap3
  1841. web_1 | > users
  1842. web_1 | > allauth
  1843. web_1 | > allauth.account
  1844. web_1 | > django.contrib.humanize
  1845. web_1 | > debug_toolbar
  1846. web_1 |
  1847. web_1 | Not synced (use migrations):
  1848. web_1 | - allauth.socialaccount
  1849. web_1 | - django_extensions
  1850. web_1 | (use ./manage.py migrate to migrate these)
  1851. web_1 | Running migrations for socialaccount:
  1852. web_1 | - Nothing to migrate.
  1853. web_1 | - Loading initial data for socialaccount.
  1854. web_1 | Installed 0 object(s) from 0 fixture(s)
  1855. web_1 | Running migrations for django_extensions:
  1856. web_1 | - Nothing to migrate.
  1857. web_1 | - Loading initial data for django_extensions.
  1858. web_1 | Installed 0 object(s) from 0 fixture(s)
  1859. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1860. web_1 | [GCC 4.9.2] on linux2
  1861. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1862. web_1 | (InteractiveConsole)
  1863. web_1 |
  1864. web_1 | >>> >>> Starting the server
  1865. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1866. web_1 |
  1867. web_1 | Fatal error: Unable to find local grunt.
  1868. web_1 |
  1869. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1870. web_1 | your project. For more information about installing and configuring grunt,
  1871. web_1 | please see the Getting Started guide:
  1872. web_1 |
  1873. web_1 | http://gruntjs.com/getting-started
  1874. oclweb_web_1 exited with code 99
  1875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1876. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  1877. web_1 | Syncing...
  1878. web_1 | Traceback (most recent call last):
  1879. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1880. web_1 | execute_from_command_line(sys.argv)
  1881. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1882. web_1 | utility.execute()
  1883. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1884. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1885. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1886. web_1 | self.execute(*args, **options.__dict__)
  1887. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1888. web_1 | output = self.handle(*args, **options)
  1889. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1890. web_1 | return self.handle_noargs(**options)
  1891. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  1892. web_1 | syncdb.Command().execute(**options)
  1893. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1894. web_1 | output = self.handle(*args, **options)
  1895. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  1896. web_1 | return self.handle_noargs(**options)
  1897. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  1898. web_1 | cursor = connection.cursor()
  1899. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1900. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1901. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1902. web_1 | self.ensure_connection()
  1903. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1904. web_1 | self.connect()
  1905. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1906. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1907. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1908. web_1 | self.connect()
  1909. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1910. web_1 | self.connection = self.get_new_connection(conn_params)
  1911. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1912. web_1 | return Database.connect(**conn_params)
  1913. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1914. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1915. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1916. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1917. web_1 | TCP/IP connections on port 5432?
  1918. web_1 |
  1919. web_1 | Traceback (most recent call last):
  1920. web_1 | File "ocl_web/manage.py", line 19, in <module>
  1921. web_1 | execute_from_command_line(sys.argv)
  1922. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  1923. web_1 | utility.execute()
  1924. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  1925. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  1926. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  1927. web_1 | self.execute(*args, **options.__dict__)
  1928. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  1929. web_1 | output = self.handle(*args, **options)
  1930. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  1931. web_1 | ignore_ghosts = ignore_ghosts,
  1932. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  1933. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  1934. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  1935. web_1 | for h in histories:
  1936. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  1937. web_1 | self._fetch_all()
  1938. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  1939. web_1 | self._result_cache = list(self.iterator())
  1940. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  1941. web_1 | for row in compiler.results_iter():
  1942. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  1943. web_1 | for rows in self.execute_sql(MULTI):
  1944. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1945. web_1 | cursor = self.connection.cursor()
  1946. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1947. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1948. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1949. web_1 | self.ensure_connection()
  1950. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1951. web_1 | self.connect()
  1952. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1953. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1954. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1955. web_1 | self.connect()
  1956. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1957. web_1 | self.connection = self.get_new_connection(conn_params)
  1958. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1959. web_1 | return Database.connect(**conn_params)
  1960. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1961. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1962. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  1963. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1964. web_1 | TCP/IP connections on port 5432?
  1965. web_1 |
  1966. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  1967. web_1 | [GCC 4.9.2] on linux2
  1968. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  1969. web_1 | (InteractiveConsole)
  1970. web_1 | Traceback (most recent call last):
  1971. web_1 | File "<console>", line 1, in <module>
  1972. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  1973. web_1 | return self.query.get_count(using=self.db)
  1974. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  1975. web_1 | number = obj.get_aggregation(using=using)[None]
  1976. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  1977. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  1978. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  1979. web_1 | cursor = self.connection.cursor()
  1980. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  1981. web_1 | cursor = self.make_debug_cursor(self._cursor())
  1982. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  1983. web_1 | self.ensure_connection()
  1984. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1985. web_1 | self.connect()
  1986. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  1987. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  1988. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  1989. web_1 | self.connect()
  1990. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  1991. web_1 | self.connection = self.get_new_connection(conn_params)
  1992. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  1993. web_1 | return Database.connect(**conn_params)
  1994. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  1995. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  1996. web_1 | OperationalError: could not connect to server: Connection refused
  1997. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  1998. web_1 | TCP/IP connections on port 5432?
  1999. web_1 |
  2000. web_1 |
  2001. web_1 | >>> >>> Starting the server
  2002. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2003. web_1 |
  2004. web_1 | Fatal error: Unable to find local grunt.
  2005. web_1 |
  2006. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2007. web_1 | your project. For more information about installing and configuring grunt,
  2008. web_1 | please see the Getting Started guide:
  2009. web_1 |
  2010. web_1 | http://gruntjs.com/getting-started
  2011. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2012. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2013. web_1 | Syncing...
  2014. web_1 | Creating tables ...
  2015. web_1 | Creating table auth_permission
  2016. web_1 | Creating table auth_group_permissions
  2017. web_1 | Creating table auth_group
  2018. web_1 | Creating table django_content_type
  2019. web_1 | Creating table django_session
  2020. web_1 | Creating table django_site
  2021. web_1 | Creating table django_admin_log
  2022. web_1 | Creating table south_migrationhistory
  2023. web_1 | Creating table avatar_avatar
  2024. web_1 | Creating table users_user_groups
  2025. web_1 | Creating table users_user_user_permissions
  2026. web_1 | Creating table users_user
  2027. web_1 | Creating table account_emailaddress
  2028. web_1 | Creating table account_emailconfirmation
  2029. web_1 | Installing custom SQL ...
  2030. web_1 | Installing indexes ...
  2031. web_1 | Installed 0 object(s) from 0 fixture(s)
  2032. web_1 |
  2033. web_1 | Synced:
  2034. web_1 | > django.contrib.auth
  2035. web_1 | > django.contrib.contenttypes
  2036. web_1 | > django.contrib.sessions
  2037. web_1 | > django.contrib.sites
  2038. web_1 | > django.contrib.messages
  2039. web_1 | > django.contrib.staticfiles
  2040. web_1 | > django.contrib.admin
  2041. web_1 | > south
  2042. web_1 | > crispy_forms
  2043. web_1 | > avatar
  2044. web_1 | > bootstrap3
  2045. web_1 | > users
  2046. web_1 | > allauth
  2047. web_1 | > allauth.account
  2048. web_1 | > django.contrib.humanize
  2049. web_1 | > debug_toolbar
  2050. web_1 |
  2051. web_1 | Not synced (use migrations):
  2052. web_1 | - allauth.socialaccount
  2053. web_1 | - django_extensions
  2054. web_1 | (use ./manage.py migrate to migrate these)
  2055. web_1 | Running migrations for socialaccount:
  2056. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2057. web_1 | > socialaccount:0001_initial
  2058. web_1 | > socialaccount:0002_genericmodels
  2059. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2060. web_1 | > socialaccount:0004_add_sites
  2061. web_1 | > socialaccount:0005_set_sites
  2062. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2063. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2064. web_1 | > socialaccount:0008_client_id
  2065. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2066. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2067. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2068. web_1 | - Loading initial data for socialaccount.
  2069. web_1 | Installed 0 object(s) from 0 fixture(s)
  2070. web_1 | Running migrations for django_extensions:
  2071. web_1 | - Migrating forwards to 0001_empty.
  2072. web_1 | > django_extensions:0001_empty
  2073. web_1 | - Loading initial data for django_extensions.
  2074. web_1 | Installed 0 object(s) from 0 fixture(s)
  2075. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2076. web_1 | [GCC 4.9.2] on linux2
  2077. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2078. web_1 | (InteractiveConsole)
  2079. web_1 |
  2080. web_1 | >>> >>> Starting the server
  2081. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2082. web_1 |
  2083. web_1 | Fatal error: Unable to find local grunt.
  2084. web_1 |
  2085. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2086. web_1 | your project. For more information about installing and configuring grunt,
  2087. web_1 | please see the Getting Started guide:
  2088. web_1 |
  2089. web_1 | http://gruntjs.com/getting-started
  2090. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2091. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2092. web_1 | Syncing...
  2093. web_1 | Creating tables ...
  2094. web_1 | Installing custom SQL ...
  2095. web_1 | Installing indexes ...
  2096. web_1 | Installed 0 object(s) from 0 fixture(s)
  2097. web_1 |
  2098. web_1 | Synced:
  2099. web_1 | > django.contrib.auth
  2100. web_1 | > django.contrib.contenttypes
  2101. web_1 | > django.contrib.sessions
  2102. web_1 | > django.contrib.sites
  2103. web_1 | > django.contrib.messages
  2104. web_1 | > django.contrib.staticfiles
  2105. web_1 | > django.contrib.admin
  2106. web_1 | > south
  2107. web_1 | > crispy_forms
  2108. web_1 | > avatar
  2109. web_1 | > bootstrap3
  2110. web_1 | > users
  2111. web_1 | > allauth
  2112. web_1 | > allauth.account
  2113. web_1 | > django.contrib.humanize
  2114. web_1 | > debug_toolbar
  2115. web_1 |
  2116. web_1 | Not synced (use migrations):
  2117. web_1 | - allauth.socialaccount
  2118. web_1 | - django_extensions
  2119. web_1 | (use ./manage.py migrate to migrate these)
  2120. web_1 | Running migrations for socialaccount:
  2121. web_1 | - Nothing to migrate.
  2122. web_1 | - Loading initial data for socialaccount.
  2123. web_1 | Installed 0 object(s) from 0 fixture(s)
  2124. web_1 | Running migrations for django_extensions:
  2125. web_1 | - Nothing to migrate.
  2126. web_1 | - Loading initial data for django_extensions.
  2127. web_1 | Installed 0 object(s) from 0 fixture(s)
  2128. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2129. web_1 | [GCC 4.9.2] on linux2
  2130. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2131. web_1 | (InteractiveConsole)
  2132. web_1 |
  2133. web_1 | >>> >>> Starting the server
  2134. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2135. web_1 |
  2136. web_1 | Fatal error: Unable to find local grunt.
  2137. web_1 |
  2138. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2139. web_1 | your project. For more information about installing and configuring grunt,
  2140. web_1 | please see the Getting Started guide:
  2141. web_1 |
  2142. web_1 | http://gruntjs.com/getting-started
  2143. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2144. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2145. web_1 | Syncing...
  2146. web_1 | Creating tables ...
  2147. web_1 | Installing custom SQL ...
  2148. web_1 | Installing indexes ...
  2149. web_1 | Installed 0 object(s) from 0 fixture(s)
  2150. web_1 |
  2151. web_1 | Synced:
  2152. web_1 | > django.contrib.auth
  2153. web_1 | > django.contrib.contenttypes
  2154. web_1 | > django.contrib.sessions
  2155. web_1 | > django.contrib.sites
  2156. web_1 | > django.contrib.messages
  2157. web_1 | > django.contrib.staticfiles
  2158. web_1 | > django.contrib.admin
  2159. web_1 | > south
  2160. web_1 | > crispy_forms
  2161. web_1 | > avatar
  2162. web_1 | > bootstrap3
  2163. web_1 | > users
  2164. web_1 | > allauth
  2165. web_1 | > allauth.account
  2166. web_1 | > django.contrib.humanize
  2167. web_1 | > debug_toolbar
  2168. web_1 |
  2169. web_1 | Not synced (use migrations):
  2170. web_1 | - allauth.socialaccount
  2171. web_1 | - django_extensions
  2172. web_1 | (use ./manage.py migrate to migrate these)
  2173. web_1 | Running migrations for socialaccount:
  2174. web_1 | - Nothing to migrate.
  2175. web_1 | - Loading initial data for socialaccount.
  2176. web_1 | Installed 0 object(s) from 0 fixture(s)
  2177. web_1 | Running migrations for django_extensions:
  2178. web_1 | - Nothing to migrate.
  2179. web_1 | - Loading initial data for django_extensions.
  2180. web_1 | Installed 0 object(s) from 0 fixture(s)
  2181. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2182. web_1 | [GCC 4.9.2] on linux2
  2183. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2184. web_1 | (InteractiveConsole)
  2185. web_1 |
  2186. web_1 | >>> >>> Starting the server
  2187. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2188. web_1 |
  2189. web_1 | Fatal error: Unable to find local grunt.
  2190. web_1 |
  2191. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2192. web_1 | your project. For more information about installing and configuring grunt,
  2193. web_1 | please see the Getting Started guide:
  2194. web_1 |
  2195. web_1 | http://gruntjs.com/getting-started
  2196. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2197. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2198. web_1 | Syncing...
  2199. web_1 | Creating tables ...
  2200. web_1 | Installing custom SQL ...
  2201. web_1 | Installing indexes ...
  2202. web_1 | Installed 0 object(s) from 0 fixture(s)
  2203. web_1 |
  2204. web_1 | Synced:
  2205. web_1 | > django.contrib.auth
  2206. web_1 | > django.contrib.contenttypes
  2207. web_1 | > django.contrib.sessions
  2208. web_1 | > django.contrib.sites
  2209. web_1 | > django.contrib.messages
  2210. web_1 | > django.contrib.staticfiles
  2211. web_1 | > django.contrib.admin
  2212. web_1 | > south
  2213. web_1 | > crispy_forms
  2214. web_1 | > avatar
  2215. web_1 | > bootstrap3
  2216. web_1 | > users
  2217. web_1 | > allauth
  2218. web_1 | > allauth.account
  2219. web_1 | > django.contrib.humanize
  2220. web_1 | > debug_toolbar
  2221. web_1 |
  2222. web_1 | Not synced (use migrations):
  2223. web_1 | - allauth.socialaccount
  2224. web_1 | - django_extensions
  2225. web_1 | (use ./manage.py migrate to migrate these)
  2226. web_1 | Running migrations for socialaccount:
  2227. web_1 | - Nothing to migrate.
  2228. web_1 | - Loading initial data for socialaccount.
  2229. web_1 | Installed 0 object(s) from 0 fixture(s)
  2230. web_1 | Running migrations for django_extensions:
  2231. web_1 | - Nothing to migrate.
  2232. web_1 | - Loading initial data for django_extensions.
  2233. web_1 | Installed 0 object(s) from 0 fixture(s)
  2234. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2235. web_1 | [GCC 4.9.2] on linux2
  2236. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2237. web_1 | (InteractiveConsole)
  2238. web_1 |
  2239. web_1 | >>> >>> Starting the server
  2240. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2241. web_1 |
  2242. web_1 | Fatal error: Unable to find local grunt.
  2243. web_1 |
  2244. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2245. web_1 | your project. For more information about installing and configuring grunt,
  2246. web_1 | please see the Getting Started guide:
  2247. web_1 |
  2248. web_1 | http://gruntjs.com/getting-started
  2249. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2250. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2251. web_1 | Syncing...
  2252. web_1 | Creating tables ...
  2253. web_1 | Installing custom SQL ...
  2254. web_1 | Installing indexes ...
  2255. web_1 | Installed 0 object(s) from 0 fixture(s)
  2256. web_1 |
  2257. web_1 | Synced:
  2258. web_1 | > django.contrib.auth
  2259. web_1 | > django.contrib.contenttypes
  2260. web_1 | > django.contrib.sessions
  2261. web_1 | > django.contrib.sites
  2262. web_1 | > django.contrib.messages
  2263. web_1 | > django.contrib.staticfiles
  2264. web_1 | > django.contrib.admin
  2265. web_1 | > south
  2266. web_1 | > crispy_forms
  2267. web_1 | > avatar
  2268. web_1 | > bootstrap3
  2269. web_1 | > users
  2270. web_1 | > allauth
  2271. web_1 | > allauth.account
  2272. web_1 | > django.contrib.humanize
  2273. web_1 | > debug_toolbar
  2274. web_1 |
  2275. web_1 | Not synced (use migrations):
  2276. web_1 | - allauth.socialaccount
  2277. web_1 | - django_extensions
  2278. web_1 | (use ./manage.py migrate to migrate these)
  2279. web_1 | Running migrations for socialaccount:
  2280. web_1 | - Nothing to migrate.
  2281. web_1 | - Loading initial data for socialaccount.
  2282. web_1 | Installed 0 object(s) from 0 fixture(s)
  2283. web_1 | Running migrations for django_extensions:
  2284. web_1 | - Nothing to migrate.
  2285. web_1 | - Loading initial data for django_extensions.
  2286. web_1 | Installed 0 object(s) from 0 fixture(s)
  2287. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2288. web_1 | [GCC 4.9.2] on linux2
  2289. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2290. web_1 | (InteractiveConsole)
  2291. web_1 |
  2292. web_1 | >>> >>> Starting the server
  2293. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2294. web_1 |
  2295. web_1 | Fatal error: Unable to find local grunt.
  2296. web_1 |
  2297. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2298. web_1 | your project. For more information about installing and configuring grunt,
  2299. web_1 | please see the Getting Started guide:
  2300. web_1 |
  2301. web_1 | http://gruntjs.com/getting-started
  2302. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2303. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2304. web_1 | Syncing...
  2305. web_1 | Creating tables ...
  2306. web_1 | Installing custom SQL ...
  2307. web_1 | Installing indexes ...
  2308. web_1 | Installed 0 object(s) from 0 fixture(s)
  2309. web_1 |
  2310. web_1 | Synced:
  2311. web_1 | > django.contrib.auth
  2312. web_1 | > django.contrib.contenttypes
  2313. web_1 | > django.contrib.sessions
  2314. web_1 | > django.contrib.sites
  2315. web_1 | > django.contrib.messages
  2316. web_1 | > django.contrib.staticfiles
  2317. web_1 | > django.contrib.admin
  2318. web_1 | > south
  2319. web_1 | > crispy_forms
  2320. web_1 | > avatar
  2321. web_1 | > bootstrap3
  2322. web_1 | > users
  2323. web_1 | > allauth
  2324. web_1 | > allauth.account
  2325. web_1 | > django.contrib.humanize
  2326. web_1 | > debug_toolbar
  2327. web_1 |
  2328. web_1 | Not synced (use migrations):
  2329. web_1 | - allauth.socialaccount
  2330. web_1 | - django_extensions
  2331. web_1 | (use ./manage.py migrate to migrate these)
  2332. web_1 | Running migrations for socialaccount:
  2333. web_1 | - Nothing to migrate.
  2334. web_1 | - Loading initial data for socialaccount.
  2335. web_1 | Installed 0 object(s) from 0 fixture(s)
  2336. web_1 | Running migrations for django_extensions:
  2337. web_1 | - Nothing to migrate.
  2338. web_1 | - Loading initial data for django_extensions.
  2339. web_1 | Installed 0 object(s) from 0 fixture(s)
  2340. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2341. web_1 | [GCC 4.9.2] on linux2
  2342. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2343. web_1 | (InteractiveConsole)
  2344. web_1 |
  2345. web_1 | >>> >>> Starting the server
  2346. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2347. web_1 |
  2348. web_1 | Fatal error: Unable to find local grunt.
  2349. web_1 |
  2350. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2351. web_1 | your project. For more information about installing and configuring grunt,
  2352. web_1 | please see the Getting Started guide:
  2353. web_1 |
  2354. web_1 | http://gruntjs.com/getting-started
  2355. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2356. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2357. web_1 | Syncing...
  2358. web_1 | Creating tables ...
  2359. web_1 | Installing custom SQL ...
  2360. web_1 | Installing indexes ...
  2361. web_1 | Installed 0 object(s) from 0 fixture(s)
  2362. web_1 |
  2363. web_1 | Synced:
  2364. web_1 | > django.contrib.auth
  2365. web_1 | > django.contrib.contenttypes
  2366. web_1 | > django.contrib.sessions
  2367. web_1 | > django.contrib.sites
  2368. web_1 | > django.contrib.messages
  2369. web_1 | > django.contrib.staticfiles
  2370. web_1 | > django.contrib.admin
  2371. web_1 | > south
  2372. web_1 | > crispy_forms
  2373. web_1 | > avatar
  2374. web_1 | > bootstrap3
  2375. web_1 | > users
  2376. web_1 | > allauth
  2377. web_1 | > allauth.account
  2378. web_1 | > django.contrib.humanize
  2379. web_1 | > debug_toolbar
  2380. web_1 |
  2381. web_1 | Not synced (use migrations):
  2382. web_1 | - allauth.socialaccount
  2383. web_1 | - django_extensions
  2384. web_1 | (use ./manage.py migrate to migrate these)
  2385. web_1 | Running migrations for socialaccount:
  2386. web_1 | - Nothing to migrate.
  2387. web_1 | - Loading initial data for socialaccount.
  2388. web_1 | Installed 0 object(s) from 0 fixture(s)
  2389. web_1 | Running migrations for django_extensions:
  2390. web_1 | - Nothing to migrate.
  2391. web_1 | - Loading initial data for django_extensions.
  2392. web_1 | Installed 0 object(s) from 0 fixture(s)
  2393. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2394. web_1 | [GCC 4.9.2] on linux2
  2395. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2396. web_1 | (InteractiveConsole)
  2397. web_1 |
  2398. web_1 | >>> >>> Starting the server
  2399. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2400. web_1 |
  2401. web_1 | Fatal error: Unable to find local grunt.
  2402. web_1 |
  2403. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2404. web_1 | your project. For more information about installing and configuring grunt,
  2405. web_1 | please see the Getting Started guide:
  2406. web_1 |
  2407. web_1 | http://gruntjs.com/getting-started
  2408. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2409. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2410. web_1 | Syncing...
  2411. web_1 | Creating tables ...
  2412. web_1 | Installing custom SQL ...
  2413. web_1 | Installing indexes ...
  2414. web_1 | Installed 0 object(s) from 0 fixture(s)
  2415. web_1 |
  2416. web_1 | Synced:
  2417. web_1 | > django.contrib.auth
  2418. web_1 | > django.contrib.contenttypes
  2419. web_1 | > django.contrib.sessions
  2420. web_1 | > django.contrib.sites
  2421. web_1 | > django.contrib.messages
  2422. web_1 | > django.contrib.staticfiles
  2423. web_1 | > django.contrib.admin
  2424. web_1 | > south
  2425. web_1 | > crispy_forms
  2426. web_1 | > avatar
  2427. web_1 | > bootstrap3
  2428. web_1 | > users
  2429. web_1 | > allauth
  2430. web_1 | > allauth.account
  2431. web_1 | > django.contrib.humanize
  2432. web_1 | > debug_toolbar
  2433. web_1 |
  2434. web_1 | Not synced (use migrations):
  2435. web_1 | - allauth.socialaccount
  2436. web_1 | - django_extensions
  2437. web_1 | (use ./manage.py migrate to migrate these)
  2438. web_1 | Running migrations for socialaccount:
  2439. web_1 | - Nothing to migrate.
  2440. web_1 | - Loading initial data for socialaccount.
  2441. web_1 | Installed 0 object(s) from 0 fixture(s)
  2442. web_1 | Running migrations for django_extensions:
  2443. web_1 | - Nothing to migrate.
  2444. web_1 | - Loading initial data for django_extensions.
  2445. web_1 | Installed 0 object(s) from 0 fixture(s)
  2446. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2447. web_1 | [GCC 4.9.2] on linux2
  2448. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2449. web_1 | (InteractiveConsole)
  2450. web_1 |
  2451. web_1 | >>> >>> Starting the server
  2452. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2453. web_1 |
  2454. web_1 | Fatal error: Unable to find local grunt.
  2455. web_1 |
  2456. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2457. web_1 | your project. For more information about installing and configuring grunt,
  2458. web_1 | please see the Getting Started guide:
  2459. web_1 |
  2460. web_1 | http://gruntjs.com/getting-started
  2461. oclweb_web_1 exited with code 99
  2462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2464. web_1 | Syncing...
  2465. web_1 | Traceback (most recent call last):
  2466. web_1 | File "ocl_web/manage.py", line 19, in <module>
  2467. web_1 | execute_from_command_line(sys.argv)
  2468. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  2469. web_1 | utility.execute()
  2470. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  2471. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  2472. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  2473. web_1 | self.execute(*args, **options.__dict__)
  2474. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  2475. web_1 | output = self.handle(*args, **options)
  2476. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  2477. web_1 | return self.handle_noargs(**options)
  2478. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  2479. web_1 | syncdb.Command().execute(**options)
  2480. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  2481. web_1 | output = self.handle(*args, **options)
  2482. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  2483. web_1 | return self.handle_noargs(**options)
  2484. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  2485. web_1 | cursor = connection.cursor()
  2486. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  2487. web_1 | cursor = self.make_debug_cursor(self._cursor())
  2488. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  2489. web_1 | self.ensure_connection()
  2490. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2491. web_1 | self.connect()
  2492. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  2493. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  2494. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2495. web_1 | self.connect()
  2496. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  2497. web_1 | self.connection = self.get_new_connection(conn_params)
  2498. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  2499. web_1 | return Database.connect(**conn_params)
  2500. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  2501. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  2502. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  2503. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  2504. web_1 | TCP/IP connections on port 5432?
  2505. web_1 |
  2506. web_1 | Traceback (most recent call last):
  2507. web_1 | File "ocl_web/manage.py", line 19, in <module>
  2508. web_1 | execute_from_command_line(sys.argv)
  2509. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  2510. web_1 | utility.execute()
  2511. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  2512. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  2513. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  2514. web_1 | self.execute(*args, **options.__dict__)
  2515. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  2516. web_1 | output = self.handle(*args, **options)
  2517. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  2518. web_1 | ignore_ghosts = ignore_ghosts,
  2519. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  2520. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  2521. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  2522. web_1 | for h in histories:
  2523. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  2524. web_1 | self._fetch_all()
  2525. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  2526. web_1 | self._result_cache = list(self.iterator())
  2527. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  2528. web_1 | for row in compiler.results_iter():
  2529. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  2530. web_1 | for rows in self.execute_sql(MULTI):
  2531. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  2532. web_1 | cursor = self.connection.cursor()
  2533. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  2534. web_1 | cursor = self.make_debug_cursor(self._cursor())
  2535. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  2536. web_1 | self.ensure_connection()
  2537. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2538. web_1 | self.connect()
  2539. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  2540. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  2541. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2542. web_1 | self.connect()
  2543. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  2544. web_1 | self.connection = self.get_new_connection(conn_params)
  2545. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  2546. web_1 | return Database.connect(**conn_params)
  2547. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  2548. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  2549. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  2550. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  2551. web_1 | TCP/IP connections on port 5432?
  2552. web_1 |
  2553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2554. web_1 | [GCC 4.9.2] on linux2
  2555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2556. web_1 | (InteractiveConsole)
  2557. web_1 | Traceback (most recent call last):
  2558. web_1 | File "<console>", line 1, in <module>
  2559. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  2560. web_1 | return self.query.get_count(using=self.db)
  2561. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  2562. web_1 | number = obj.get_aggregation(using=using)[None]
  2563. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  2564. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  2565. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  2566. web_1 | cursor = self.connection.cursor()
  2567. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  2568. web_1 | cursor = self.make_debug_cursor(self._cursor())
  2569. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  2570. web_1 | self.ensure_connection()
  2571. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2572. web_1 | self.connect()
  2573. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  2574. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  2575. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  2576. web_1 | self.connect()
  2577. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  2578. web_1 | self.connection = self.get_new_connection(conn_params)
  2579. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  2580. web_1 | return Database.connect(**conn_params)
  2581. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  2582. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  2583. web_1 | OperationalError: could not connect to server: Connection refused
  2584. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  2585. web_1 | TCP/IP connections on port 5432?
  2586. web_1 |
  2587. web_1 |
  2588. web_1 | >>> >>> Starting the server
  2589. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2590. web_1 |
  2591. web_1 | Fatal error: Unable to find local grunt.
  2592. web_1 |
  2593. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2594. web_1 | your project. For more information about installing and configuring grunt,
  2595. web_1 | please see the Getting Started guide:
  2596. web_1 |
  2597. web_1 | http://gruntjs.com/getting-started
  2598. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2599. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2600. web_1 | Syncing...
  2601. web_1 | Creating tables ...
  2602. web_1 | Creating table auth_permission
  2603. web_1 | Creating table auth_group_permissions
  2604. web_1 | Creating table auth_group
  2605. web_1 | Creating table django_content_type
  2606. web_1 | Creating table django_session
  2607. web_1 | Creating table django_site
  2608. web_1 | Creating table django_admin_log
  2609. web_1 | Creating table south_migrationhistory
  2610. web_1 | Creating table avatar_avatar
  2611. web_1 | Creating table users_user_groups
  2612. web_1 | Creating table users_user_user_permissions
  2613. web_1 | Creating table users_user
  2614. web_1 | Creating table account_emailaddress
  2615. web_1 | Creating table account_emailconfirmation
  2616. web_1 | Installing custom SQL ...
  2617. web_1 | Installing indexes ...
  2618. web_1 | Installed 0 object(s) from 0 fixture(s)
  2619. web_1 |
  2620. web_1 | Synced:
  2621. web_1 | > django.contrib.auth
  2622. web_1 | > django.contrib.contenttypes
  2623. web_1 | > django.contrib.sessions
  2624. web_1 | > django.contrib.sites
  2625. web_1 | > django.contrib.messages
  2626. web_1 | > django.contrib.staticfiles
  2627. web_1 | > django.contrib.admin
  2628. web_1 | > south
  2629. web_1 | > crispy_forms
  2630. web_1 | > avatar
  2631. web_1 | > bootstrap3
  2632. web_1 | > users
  2633. web_1 | > allauth
  2634. web_1 | > allauth.account
  2635. web_1 | > django.contrib.humanize
  2636. web_1 | > debug_toolbar
  2637. web_1 |
  2638. web_1 | Not synced (use migrations):
  2639. web_1 | - allauth.socialaccount
  2640. web_1 | - django_extensions
  2641. web_1 | (use ./manage.py migrate to migrate these)
  2642. web_1 | Running migrations for socialaccount:
  2643. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2644. web_1 | > socialaccount:0001_initial
  2645. web_1 | > socialaccount:0002_genericmodels
  2646. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2647. web_1 | > socialaccount:0004_add_sites
  2648. web_1 | > socialaccount:0005_set_sites
  2649. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2650. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2651. web_1 | > socialaccount:0008_client_id
  2652. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2653. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2654. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2655. web_1 | - Loading initial data for socialaccount.
  2656. web_1 | Installed 0 object(s) from 0 fixture(s)
  2657. web_1 | Running migrations for django_extensions:
  2658. web_1 | - Migrating forwards to 0001_empty.
  2659. web_1 | > django_extensions:0001_empty
  2660. web_1 | - Loading initial data for django_extensions.
  2661. web_1 | Installed 0 object(s) from 0 fixture(s)
  2662. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2663. web_1 | [GCC 4.9.2] on linux2
  2664. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2665. web_1 | (InteractiveConsole)
  2666. web_1 |
  2667. web_1 | >>> >>> Starting the server
  2668. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2669. web_1 |
  2670. web_1 | Fatal error: Unable to find local grunt.
  2671. web_1 |
  2672. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2673. web_1 | your project. For more information about installing and configuring grunt,
  2674. web_1 | please see the Getting Started guide:
  2675. web_1 |
  2676. web_1 | http://gruntjs.com/getting-started
  2677. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2678. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2679. web_1 | Syncing...
  2680. web_1 | Creating tables ...
  2681. web_1 | Installing custom SQL ...
  2682. web_1 | Installing indexes ...
  2683. web_1 | Installed 0 object(s) from 0 fixture(s)
  2684. web_1 |
  2685. web_1 | Synced:
  2686. web_1 | > django.contrib.auth
  2687. web_1 | > django.contrib.contenttypes
  2688. web_1 | > django.contrib.sessions
  2689. web_1 | > django.contrib.sites
  2690. web_1 | > django.contrib.messages
  2691. web_1 | > django.contrib.staticfiles
  2692. web_1 | > django.contrib.admin
  2693. web_1 | > south
  2694. web_1 | > crispy_forms
  2695. web_1 | > avatar
  2696. web_1 | > bootstrap3
  2697. web_1 | > users
  2698. web_1 | > allauth
  2699. web_1 | > allauth.account
  2700. web_1 | > django.contrib.humanize
  2701. web_1 | > debug_toolbar
  2702. web_1 |
  2703. web_1 | Not synced (use migrations):
  2704. web_1 | - allauth.socialaccount
  2705. web_1 | - django_extensions
  2706. web_1 | (use ./manage.py migrate to migrate these)
  2707. web_1 | Running migrations for socialaccount:
  2708. web_1 | - Nothing to migrate.
  2709. web_1 | - Loading initial data for socialaccount.
  2710. web_1 | Installed 0 object(s) from 0 fixture(s)
  2711. web_1 | Running migrations for django_extensions:
  2712. web_1 | - Nothing to migrate.
  2713. web_1 | - Loading initial data for django_extensions.
  2714. web_1 | Installed 0 object(s) from 0 fixture(s)
  2715. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2716. web_1 | [GCC 4.9.2] on linux2
  2717. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2718. web_1 | (InteractiveConsole)
  2719. web_1 |
  2720. web_1 | >>> >>> Starting the server
  2721. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2722. web_1 |
  2723. web_1 | Fatal error: Unable to find local grunt.
  2724. web_1 |
  2725. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2726. web_1 | your project. For more information about installing and configuring grunt,
  2727. web_1 | please see the Getting Started guide:
  2728. web_1 |
  2729. web_1 | http://gruntjs.com/getting-started
  2730. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2731. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2732. web_1 | Syncing...
  2733. web_1 | Creating tables ...
  2734. web_1 | Installing custom SQL ...
  2735. web_1 | Installing indexes ...
  2736. web_1 | Installed 0 object(s) from 0 fixture(s)
  2737. web_1 |
  2738. web_1 | Synced:
  2739. web_1 | > django.contrib.auth
  2740. web_1 | > django.contrib.contenttypes
  2741. web_1 | > django.contrib.sessions
  2742. web_1 | > django.contrib.sites
  2743. web_1 | > django.contrib.messages
  2744. web_1 | > django.contrib.staticfiles
  2745. web_1 | > django.contrib.admin
  2746. web_1 | > south
  2747. web_1 | > crispy_forms
  2748. web_1 | > avatar
  2749. web_1 | > bootstrap3
  2750. web_1 | > users
  2751. web_1 | > allauth
  2752. web_1 | > allauth.account
  2753. web_1 | > django.contrib.humanize
  2754. web_1 | > debug_toolbar
  2755. web_1 |
  2756. web_1 | Not synced (use migrations):
  2757. web_1 | - allauth.socialaccount
  2758. web_1 | - django_extensions
  2759. web_1 | (use ./manage.py migrate to migrate these)
  2760. web_1 | Running migrations for socialaccount:
  2761. web_1 | - Nothing to migrate.
  2762. web_1 | - Loading initial data for socialaccount.
  2763. web_1 | Installed 0 object(s) from 0 fixture(s)
  2764. web_1 | Running migrations for django_extensions:
  2765. web_1 | - Nothing to migrate.
  2766. web_1 | - Loading initial data for django_extensions.
  2767. web_1 | Installed 0 object(s) from 0 fixture(s)
  2768. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2769. web_1 | [GCC 4.9.2] on linux2
  2770. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2771. web_1 | (InteractiveConsole)
  2772. web_1 |
  2773. web_1 | >>> >>> Starting the server
  2774. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2775. web_1 |
  2776. web_1 | Fatal error: Unable to find local grunt.
  2777. web_1 |
  2778. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2779. web_1 | your project. For more information about installing and configuring grunt,
  2780. web_1 | please see the Getting Started guide:
  2781. web_1 |
  2782. web_1 | http://gruntjs.com/getting-started
  2783. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2784. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2785. web_1 | Syncing...
  2786. web_1 | Creating tables ...
  2787. web_1 | Installing custom SQL ...
  2788. web_1 | Installing indexes ...
  2789. web_1 | Installed 0 object(s) from 0 fixture(s)
  2790. web_1 |
  2791. web_1 | Synced:
  2792. web_1 | > django.contrib.auth
  2793. web_1 | > django.contrib.contenttypes
  2794. web_1 | > django.contrib.sessions
  2795. web_1 | > django.contrib.sites
  2796. web_1 | > django.contrib.messages
  2797. web_1 | > django.contrib.staticfiles
  2798. web_1 | > django.contrib.admin
  2799. web_1 | > south
  2800. web_1 | > crispy_forms
  2801. web_1 | > avatar
  2802. web_1 | > bootstrap3
  2803. web_1 | > users
  2804. web_1 | > allauth
  2805. web_1 | > allauth.account
  2806. web_1 | > django.contrib.humanize
  2807. web_1 | > debug_toolbar
  2808. web_1 |
  2809. web_1 | Not synced (use migrations):
  2810. web_1 | - allauth.socialaccount
  2811. web_1 | - django_extensions
  2812. web_1 | (use ./manage.py migrate to migrate these)
  2813. web_1 | Running migrations for socialaccount:
  2814. web_1 | - Nothing to migrate.
  2815. web_1 | - Loading initial data for socialaccount.
  2816. web_1 | Installed 0 object(s) from 0 fixture(s)
  2817. web_1 | Running migrations for django_extensions:
  2818. web_1 | - Nothing to migrate.
  2819. web_1 | - Loading initial data for django_extensions.
  2820. web_1 | Installed 0 object(s) from 0 fixture(s)
  2821. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2822. web_1 | [GCC 4.9.2] on linux2
  2823. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2824. web_1 | (InteractiveConsole)
  2825. web_1 |
  2826. web_1 | >>> >>> Starting the server
  2827. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2828. web_1 |
  2829. web_1 | Fatal error: Unable to find local grunt.
  2830. web_1 |
  2831. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2832. web_1 | your project. For more information about installing and configuring grunt,
  2833. web_1 | please see the Getting Started guide:
  2834. web_1 |
  2835. web_1 | http://gruntjs.com/getting-started
  2836. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2837. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2838. web_1 | Syncing...
  2839. web_1 | Creating tables ...
  2840. web_1 | Installing custom SQL ...
  2841. web_1 | Installing indexes ...
  2842. web_1 | Installed 0 object(s) from 0 fixture(s)
  2843. web_1 |
  2844. web_1 | Synced:
  2845. web_1 | > django.contrib.auth
  2846. web_1 | > django.contrib.contenttypes
  2847. web_1 | > django.contrib.sessions
  2848. web_1 | > django.contrib.sites
  2849. web_1 | > django.contrib.messages
  2850. web_1 | > django.contrib.staticfiles
  2851. web_1 | > django.contrib.admin
  2852. web_1 | > south
  2853. web_1 | > crispy_forms
  2854. web_1 | > avatar
  2855. web_1 | > bootstrap3
  2856. web_1 | > users
  2857. web_1 | > allauth
  2858. web_1 | > allauth.account
  2859. web_1 | > django.contrib.humanize
  2860. web_1 | > debug_toolbar
  2861. web_1 |
  2862. web_1 | Not synced (use migrations):
  2863. web_1 | - allauth.socialaccount
  2864. web_1 | - django_extensions
  2865. web_1 | (use ./manage.py migrate to migrate these)
  2866. web_1 | Running migrations for socialaccount:
  2867. web_1 | - Nothing to migrate.
  2868. web_1 | - Loading initial data for socialaccount.
  2869. web_1 | Installed 0 object(s) from 0 fixture(s)
  2870. web_1 | Running migrations for django_extensions:
  2871. web_1 | - Nothing to migrate.
  2872. web_1 | - Loading initial data for django_extensions.
  2873. web_1 | Installed 0 object(s) from 0 fixture(s)
  2874. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2875. web_1 | [GCC 4.9.2] on linux2
  2876. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2877. web_1 | (InteractiveConsole)
  2878. web_1 |
  2879. web_1 | >>> >>> Starting the server
  2880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2881. web_1 |
  2882. web_1 | Fatal error: Unable to find local grunt.
  2883. web_1 |
  2884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2885. web_1 | your project. For more information about installing and configuring grunt,
  2886. web_1 | please see the Getting Started guide:
  2887. web_1 |
  2888. web_1 | http://gruntjs.com/getting-started
  2889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2890. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2891. web_1 | Syncing...
  2892. web_1 | Creating tables ...
  2893. web_1 | Installing custom SQL ...
  2894. web_1 | Installing indexes ...
  2895. web_1 | Installed 0 object(s) from 0 fixture(s)
  2896. web_1 |
  2897. web_1 | Synced:
  2898. web_1 | > django.contrib.auth
  2899. web_1 | > django.contrib.contenttypes
  2900. web_1 | > django.contrib.sessions
  2901. web_1 | > django.contrib.sites
  2902. web_1 | > django.contrib.messages
  2903. web_1 | > django.contrib.staticfiles
  2904. web_1 | > django.contrib.admin
  2905. web_1 | > south
  2906. web_1 | > crispy_forms
  2907. web_1 | > avatar
  2908. web_1 | > bootstrap3
  2909. web_1 | > users
  2910. web_1 | > allauth
  2911. web_1 | > allauth.account
  2912. web_1 | > django.contrib.humanize
  2913. web_1 | > debug_toolbar
  2914. web_1 |
  2915. web_1 | Not synced (use migrations):
  2916. web_1 | - allauth.socialaccount
  2917. web_1 | - django_extensions
  2918. web_1 | (use ./manage.py migrate to migrate these)
  2919. web_1 | Running migrations for socialaccount:
  2920. web_1 | - Nothing to migrate.
  2921. web_1 | - Loading initial data for socialaccount.
  2922. web_1 | Installed 0 object(s) from 0 fixture(s)
  2923. web_1 | Running migrations for django_extensions:
  2924. web_1 | - Nothing to migrate.
  2925. web_1 | - Loading initial data for django_extensions.
  2926. web_1 | Installed 0 object(s) from 0 fixture(s)
  2927. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2928. web_1 | [GCC 4.9.2] on linux2
  2929. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2930. web_1 | (InteractiveConsole)
  2931. web_1 |
  2932. web_1 | >>> >>> Starting the server
  2933. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2934. web_1 |
  2935. web_1 | Fatal error: Unable to find local grunt.
  2936. web_1 |
  2937. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2938. web_1 | your project. For more information about installing and configuring grunt,
  2939. web_1 | please see the Getting Started guide:
  2940. web_1 |
  2941. web_1 | http://gruntjs.com/getting-started
  2942. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2943. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2944. web_1 | Syncing...
  2945. web_1 | Creating tables ...
  2946. web_1 | Installing custom SQL ...
  2947. web_1 | Installing indexes ...
  2948. web_1 | Installed 0 object(s) from 0 fixture(s)
  2949. web_1 |
  2950. web_1 | Synced:
  2951. web_1 | > django.contrib.auth
  2952. web_1 | > django.contrib.contenttypes
  2953. web_1 | > django.contrib.sessions
  2954. web_1 | > django.contrib.sites
  2955. web_1 | > django.contrib.messages
  2956. web_1 | > django.contrib.staticfiles
  2957. web_1 | > django.contrib.admin
  2958. web_1 | > south
  2959. web_1 | > crispy_forms
  2960. web_1 | > avatar
  2961. web_1 | > bootstrap3
  2962. web_1 | > users
  2963. web_1 | > allauth
  2964. web_1 | > allauth.account
  2965. web_1 | > django.contrib.humanize
  2966. web_1 | > debug_toolbar
  2967. web_1 |
  2968. web_1 | Not synced (use migrations):
  2969. web_1 | - allauth.socialaccount
  2970. web_1 | - django_extensions
  2971. web_1 | (use ./manage.py migrate to migrate these)
  2972. web_1 | Running migrations for socialaccount:
  2973. web_1 | - Nothing to migrate.
  2974. web_1 | - Loading initial data for socialaccount.
  2975. web_1 | Installed 0 object(s) from 0 fixture(s)
  2976. web_1 | Running migrations for django_extensions:
  2977. web_1 | - Nothing to migrate.
  2978. web_1 | - Loading initial data for django_extensions.
  2979. web_1 | Installed 0 object(s) from 0 fixture(s)
  2980. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  2981. web_1 | [GCC 4.9.2] on linux2
  2982. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  2983. web_1 | (InteractiveConsole)
  2984. web_1 |
  2985. web_1 | >>> >>> Starting the server
  2986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2987. web_1 |
  2988. web_1 | Fatal error: Unable to find local grunt.
  2989. web_1 |
  2990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2991. web_1 | your project. For more information about installing and configuring grunt,
  2992. web_1 | please see the Getting Started guide:
  2993. web_1 |
  2994. web_1 | http://gruntjs.com/getting-started
  2995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  2997. web_1 | Syncing...
  2998. web_1 | Creating tables ...
  2999. web_1 | Installing custom SQL ...
  3000. web_1 | Installing indexes ...
  3001. web_1 | Installed 0 object(s) from 0 fixture(s)
  3002. web_1 |
  3003. web_1 | Synced:
  3004. web_1 | > django.contrib.auth
  3005. web_1 | > django.contrib.contenttypes
  3006. web_1 | > django.contrib.sessions
  3007. web_1 | > django.contrib.sites
  3008. web_1 | > django.contrib.messages
  3009. web_1 | > django.contrib.staticfiles
  3010. web_1 | > django.contrib.admin
  3011. web_1 | > south
  3012. web_1 | > crispy_forms
  3013. web_1 | > avatar
  3014. web_1 | > bootstrap3
  3015. web_1 | > users
  3016. web_1 | > allauth
  3017. web_1 | > allauth.account
  3018. web_1 | > django.contrib.humanize
  3019. web_1 | > debug_toolbar
  3020. web_1 |
  3021. web_1 | Not synced (use migrations):
  3022. web_1 | - allauth.socialaccount
  3023. web_1 | - django_extensions
  3024. web_1 | (use ./manage.py migrate to migrate these)
  3025. web_1 | Running migrations for socialaccount:
  3026. web_1 | - Nothing to migrate.
  3027. web_1 | - Loading initial data for socialaccount.
  3028. web_1 | Installed 0 object(s) from 0 fixture(s)
  3029. web_1 | Running migrations for django_extensions:
  3030. web_1 | - Nothing to migrate.
  3031. web_1 | - Loading initial data for django_extensions.
  3032. web_1 | Installed 0 object(s) from 0 fixture(s)
  3033. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3034. web_1 | [GCC 4.9.2] on linux2
  3035. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3036. web_1 | (InteractiveConsole)
  3037. web_1 |
  3038. web_1 | >>> >>> Starting the server
  3039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3040. web_1 |
  3041. web_1 | Fatal error: Unable to find local grunt.
  3042. web_1 |
  3043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3044. web_1 | your project. For more information about installing and configuring grunt,
  3045. web_1 | please see the Getting Started guide:
  3046. web_1 |
  3047. web_1 | http://gruntjs.com/getting-started
  3048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3049. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3050. web_1 | Syncing...
  3051. web_1 | Creating tables ...
  3052. web_1 | Installing custom SQL ...
  3053. web_1 | Installing indexes ...
  3054. web_1 | Installed 0 object(s) from 0 fixture(s)
  3055. web_1 |
  3056. web_1 | Synced:
  3057. web_1 | > django.contrib.auth
  3058. web_1 | > django.contrib.contenttypes
  3059. web_1 | > django.contrib.sessions
  3060. web_1 | > django.contrib.sites
  3061. web_1 | > django.contrib.messages
  3062. web_1 | > django.contrib.staticfiles
  3063. web_1 | > django.contrib.admin
  3064. web_1 | > south
  3065. web_1 | > crispy_forms
  3066. web_1 | > avatar
  3067. web_1 | > bootstrap3
  3068. web_1 | > users
  3069. web_1 | > allauth
  3070. web_1 | > allauth.account
  3071. web_1 | > django.contrib.humanize
  3072. web_1 | > debug_toolbar
  3073. web_1 |
  3074. web_1 | Not synced (use migrations):
  3075. web_1 | - allauth.socialaccount
  3076. web_1 | - django_extensions
  3077. web_1 | (use ./manage.py migrate to migrate these)
  3078. web_1 | Running migrations for socialaccount:
  3079. web_1 | - Nothing to migrate.
  3080. web_1 | - Loading initial data for socialaccount.
  3081. web_1 | Installed 0 object(s) from 0 fixture(s)
  3082. web_1 | Running migrations for django_extensions:
  3083. web_1 | - Nothing to migrate.
  3084. web_1 | - Loading initial data for django_extensions.
  3085. web_1 | Installed 0 object(s) from 0 fixture(s)
  3086. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3087. web_1 | [GCC 4.9.2] on linux2
  3088. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3089. web_1 | (InteractiveConsole)
  3090. web_1 |
  3091. web_1 | >>> >>> Starting the server
  3092. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3093. web_1 |
  3094. web_1 | Fatal error: Unable to find local grunt.
  3095. web_1 |
  3096. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3097. web_1 | your project. For more information about installing and configuring grunt,
  3098. web_1 | please see the Getting Started guide:
  3099. web_1 |
  3100. web_1 | http://gruntjs.com/getting-started
  3101. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3102. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3103. web_1 | Syncing...
  3104. web_1 | Creating tables ...
  3105. web_1 | Installing custom SQL ...
  3106. web_1 | Installing indexes ...
  3107. web_1 | Installed 0 object(s) from 0 fixture(s)
  3108. web_1 |
  3109. web_1 | Synced:
  3110. web_1 | > django.contrib.auth
  3111. web_1 | > django.contrib.contenttypes
  3112. web_1 | > django.contrib.sessions
  3113. web_1 | > django.contrib.sites
  3114. web_1 | > django.contrib.messages
  3115. web_1 | > django.contrib.staticfiles
  3116. web_1 | > django.contrib.admin
  3117. web_1 | > south
  3118. web_1 | > crispy_forms
  3119. web_1 | > avatar
  3120. web_1 | > bootstrap3
  3121. web_1 | > users
  3122. web_1 | > allauth
  3123. web_1 | > allauth.account
  3124. web_1 | > django.contrib.humanize
  3125. web_1 | > debug_toolbar
  3126. web_1 |
  3127. web_1 | Not synced (use migrations):
  3128. web_1 | - allauth.socialaccount
  3129. web_1 | - django_extensions
  3130. web_1 | (use ./manage.py migrate to migrate these)
  3131. web_1 | Running migrations for socialaccount:
  3132. web_1 | - Nothing to migrate.
  3133. web_1 | - Loading initial data for socialaccount.
  3134. web_1 | Installed 0 object(s) from 0 fixture(s)
  3135. web_1 | Running migrations for django_extensions:
  3136. web_1 | - Nothing to migrate.
  3137. web_1 | - Loading initial data for django_extensions.
  3138. web_1 | Installed 0 object(s) from 0 fixture(s)
  3139. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3140. web_1 | [GCC 4.9.2] on linux2
  3141. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3142. web_1 | (InteractiveConsole)
  3143. web_1 |
  3144. web_1 | >>> >>> Starting the server
  3145. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3146. web_1 |
  3147. web_1 | Fatal error: Unable to find local grunt.
  3148. web_1 |
  3149. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3150. web_1 | your project. For more information about installing and configuring grunt,
  3151. web_1 | please see the Getting Started guide:
  3152. web_1 |
  3153. web_1 | http://gruntjs.com/getting-started
  3154. oclweb_web_1 exited with code 99
  3155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3157. web_1 | Syncing...
  3158. web_1 | Traceback (most recent call last):
  3159. web_1 | File "ocl_web/manage.py", line 19, in <module>
  3160. web_1 | execute_from_command_line(sys.argv)
  3161. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  3162. web_1 | utility.execute()
  3163. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  3164. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  3165. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  3166. web_1 | self.execute(*args, **options.__dict__)
  3167. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  3168. web_1 | output = self.handle(*args, **options)
  3169. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  3170. web_1 | return self.handle_noargs(**options)
  3171. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  3172. web_1 | syncdb.Command().execute(**options)
  3173. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  3174. web_1 | output = self.handle(*args, **options)
  3175. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  3176. web_1 | return self.handle_noargs(**options)
  3177. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  3178. web_1 | cursor = connection.cursor()
  3179. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  3180. web_1 | cursor = self.make_debug_cursor(self._cursor())
  3181. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  3182. web_1 | self.ensure_connection()
  3183. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3184. web_1 | self.connect()
  3185. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  3186. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  3187. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3188. web_1 | self.connect()
  3189. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  3190. web_1 | self.connection = self.get_new_connection(conn_params)
  3191. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  3192. web_1 | return Database.connect(**conn_params)
  3193. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  3194. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  3195. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  3196. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  3197. web_1 | TCP/IP connections on port 5432?
  3198. web_1 |
  3199. web_1 | Traceback (most recent call last):
  3200. web_1 | File "ocl_web/manage.py", line 19, in <module>
  3201. web_1 | execute_from_command_line(sys.argv)
  3202. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  3203. web_1 | utility.execute()
  3204. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  3205. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  3206. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  3207. web_1 | self.execute(*args, **options.__dict__)
  3208. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  3209. web_1 | output = self.handle(*args, **options)
  3210. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  3211. web_1 | ignore_ghosts = ignore_ghosts,
  3212. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  3213. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  3214. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  3215. web_1 | for h in histories:
  3216. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  3217. web_1 | self._fetch_all()
  3218. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  3219. web_1 | self._result_cache = list(self.iterator())
  3220. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  3221. web_1 | for row in compiler.results_iter():
  3222. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  3223. web_1 | for rows in self.execute_sql(MULTI):
  3224. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  3225. web_1 | cursor = self.connection.cursor()
  3226. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  3227. web_1 | cursor = self.make_debug_cursor(self._cursor())
  3228. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  3229. web_1 | self.ensure_connection()
  3230. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3231. web_1 | self.connect()
  3232. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  3233. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  3234. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3235. web_1 | self.connect()
  3236. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  3237. web_1 | self.connection = self.get_new_connection(conn_params)
  3238. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  3239. web_1 | return Database.connect(**conn_params)
  3240. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  3241. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  3242. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  3243. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  3244. web_1 | TCP/IP connections on port 5432?
  3245. web_1 |
  3246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3247. web_1 | [GCC 4.9.2] on linux2
  3248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3249. web_1 | (InteractiveConsole)
  3250. web_1 | Traceback (most recent call last):
  3251. web_1 | File "<console>", line 1, in <module>
  3252. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  3253. web_1 | return self.query.get_count(using=self.db)
  3254. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  3255. web_1 | number = obj.get_aggregation(using=using)[None]
  3256. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  3257. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  3258. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  3259. web_1 | cursor = self.connection.cursor()
  3260. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  3261. web_1 | cursor = self.make_debug_cursor(self._cursor())
  3262. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  3263. web_1 | self.ensure_connection()
  3264. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3265. web_1 | self.connect()
  3266. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  3267. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  3268. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3269. web_1 | self.connect()
  3270. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  3271. web_1 | self.connection = self.get_new_connection(conn_params)
  3272. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  3273. web_1 | return Database.connect(**conn_params)
  3274. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  3275. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  3276. web_1 | OperationalError: could not connect to server: Connection refused
  3277. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  3278. web_1 | TCP/IP connections on port 5432?
  3279. web_1 |
  3280. web_1 |
  3281. web_1 | >>> >>> Starting the server
  3282. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3283. web_1 |
  3284. web_1 | Fatal error: Unable to find local grunt.
  3285. web_1 |
  3286. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3287. web_1 | your project. For more information about installing and configuring grunt,
  3288. web_1 | please see the Getting Started guide:
  3289. web_1 |
  3290. web_1 | http://gruntjs.com/getting-started
  3291. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3292. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3293. web_1 | Syncing...
  3294. web_1 | Creating tables ...
  3295. web_1 | Creating table auth_permission
  3296. web_1 | Creating table auth_group_permissions
  3297. web_1 | Creating table auth_group
  3298. web_1 | Creating table django_content_type
  3299. web_1 | Creating table django_session
  3300. web_1 | Creating table django_site
  3301. web_1 | Creating table django_admin_log
  3302. web_1 | Creating table south_migrationhistory
  3303. web_1 | Creating table avatar_avatar
  3304. web_1 | Creating table users_user_groups
  3305. web_1 | Creating table users_user_user_permissions
  3306. web_1 | Creating table users_user
  3307. web_1 | Creating table account_emailaddress
  3308. web_1 | Creating table account_emailconfirmation
  3309. web_1 | Installing custom SQL ...
  3310. web_1 | Installing indexes ...
  3311. web_1 | Installed 0 object(s) from 0 fixture(s)
  3312. web_1 |
  3313. web_1 | Synced:
  3314. web_1 | > django.contrib.auth
  3315. web_1 | > django.contrib.contenttypes
  3316. web_1 | > django.contrib.sessions
  3317. web_1 | > django.contrib.sites
  3318. web_1 | > django.contrib.messages
  3319. web_1 | > django.contrib.staticfiles
  3320. web_1 | > django.contrib.admin
  3321. web_1 | > south
  3322. web_1 | > crispy_forms
  3323. web_1 | > avatar
  3324. web_1 | > bootstrap3
  3325. web_1 | > users
  3326. web_1 | > allauth
  3327. web_1 | > allauth.account
  3328. web_1 | > django.contrib.humanize
  3329. web_1 | > debug_toolbar
  3330. web_1 |
  3331. web_1 | Not synced (use migrations):
  3332. web_1 | - allauth.socialaccount
  3333. web_1 | - django_extensions
  3334. web_1 | (use ./manage.py migrate to migrate these)
  3335. web_1 | Running migrations for socialaccount:
  3336. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  3337. web_1 | > socialaccount:0001_initial
  3338. web_1 | > socialaccount:0002_genericmodels
  3339. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  3340. web_1 | > socialaccount:0004_add_sites
  3341. web_1 | > socialaccount:0005_set_sites
  3342. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  3343. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  3344. web_1 | > socialaccount:0008_client_id
  3345. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  3346. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  3347. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  3348. web_1 | - Loading initial data for socialaccount.
  3349. web_1 | Installed 0 object(s) from 0 fixture(s)
  3350. web_1 | Running migrations for django_extensions:
  3351. web_1 | - Migrating forwards to 0001_empty.
  3352. web_1 | > django_extensions:0001_empty
  3353. web_1 | - Loading initial data for django_extensions.
  3354. web_1 | Installed 0 object(s) from 0 fixture(s)
  3355. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3356. web_1 | [GCC 4.9.2] on linux2
  3357. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3358. web_1 | (InteractiveConsole)
  3359. web_1 |
  3360. web_1 | >>> >>> Starting the server
  3361. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3362. web_1 |
  3363. web_1 | Fatal error: Unable to find local grunt.
  3364. web_1 |
  3365. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3366. web_1 | your project. For more information about installing and configuring grunt,
  3367. web_1 | please see the Getting Started guide:
  3368. web_1 |
  3369. web_1 | http://gruntjs.com/getting-started
  3370. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3371. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3372. web_1 | Syncing...
  3373. web_1 | Creating tables ...
  3374. web_1 | Installing custom SQL ...
  3375. web_1 | Installing indexes ...
  3376. web_1 | Installed 0 object(s) from 0 fixture(s)
  3377. web_1 |
  3378. web_1 | Synced:
  3379. web_1 | > django.contrib.auth
  3380. web_1 | > django.contrib.contenttypes
  3381. web_1 | > django.contrib.sessions
  3382. web_1 | > django.contrib.sites
  3383. web_1 | > django.contrib.messages
  3384. web_1 | > django.contrib.staticfiles
  3385. web_1 | > django.contrib.admin
  3386. web_1 | > south
  3387. web_1 | > crispy_forms
  3388. web_1 | > avatar
  3389. web_1 | > bootstrap3
  3390. web_1 | > users
  3391. web_1 | > allauth
  3392. web_1 | > allauth.account
  3393. web_1 | > django.contrib.humanize
  3394. web_1 | > debug_toolbar
  3395. web_1 |
  3396. web_1 | Not synced (use migrations):
  3397. web_1 | - allauth.socialaccount
  3398. web_1 | - django_extensions
  3399. web_1 | (use ./manage.py migrate to migrate these)
  3400. web_1 | Running migrations for socialaccount:
  3401. web_1 | - Nothing to migrate.
  3402. web_1 | - Loading initial data for socialaccount.
  3403. web_1 | Installed 0 object(s) from 0 fixture(s)
  3404. web_1 | Running migrations for django_extensions:
  3405. web_1 | - Nothing to migrate.
  3406. web_1 | - Loading initial data for django_extensions.
  3407. web_1 | Installed 0 object(s) from 0 fixture(s)
  3408. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3409. web_1 | [GCC 4.9.2] on linux2
  3410. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3411. web_1 | (InteractiveConsole)
  3412. web_1 |
  3413. web_1 | >>> >>> Starting the server
  3414. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3415. web_1 |
  3416. web_1 | Fatal error: Unable to find local grunt.
  3417. web_1 |
  3418. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3419. web_1 | your project. For more information about installing and configuring grunt,
  3420. web_1 | please see the Getting Started guide:
  3421. web_1 |
  3422. web_1 | http://gruntjs.com/getting-started
  3423. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3424. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3425. web_1 | Syncing...
  3426. web_1 | Creating tables ...
  3427. web_1 | Installing custom SQL ...
  3428. web_1 | Installing indexes ...
  3429. web_1 | Installed 0 object(s) from 0 fixture(s)
  3430. web_1 |
  3431. web_1 | Synced:
  3432. web_1 | > django.contrib.auth
  3433. web_1 | > django.contrib.contenttypes
  3434. web_1 | > django.contrib.sessions
  3435. web_1 | > django.contrib.sites
  3436. web_1 | > django.contrib.messages
  3437. web_1 | > django.contrib.staticfiles
  3438. web_1 | > django.contrib.admin
  3439. web_1 | > south
  3440. web_1 | > crispy_forms
  3441. web_1 | > avatar
  3442. web_1 | > bootstrap3
  3443. web_1 | > users
  3444. web_1 | > allauth
  3445. web_1 | > allauth.account
  3446. web_1 | > django.contrib.humanize
  3447. web_1 | > debug_toolbar
  3448. web_1 |
  3449. web_1 | Not synced (use migrations):
  3450. web_1 | - allauth.socialaccount
  3451. web_1 | - django_extensions
  3452. web_1 | (use ./manage.py migrate to migrate these)
  3453. web_1 | Running migrations for socialaccount:
  3454. web_1 | - Nothing to migrate.
  3455. web_1 | - Loading initial data for socialaccount.
  3456. web_1 | Installed 0 object(s) from 0 fixture(s)
  3457. web_1 | Running migrations for django_extensions:
  3458. web_1 | - Nothing to migrate.
  3459. web_1 | - Loading initial data for django_extensions.
  3460. web_1 | Installed 0 object(s) from 0 fixture(s)
  3461. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3462. web_1 | [GCC 4.9.2] on linux2
  3463. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3464. web_1 | (InteractiveConsole)
  3465. web_1 |
  3466. web_1 | >>> >>> Starting the server
  3467. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3468. web_1 |
  3469. web_1 | Fatal error: Unable to find local grunt.
  3470. web_1 |
  3471. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3472. web_1 | your project. For more information about installing and configuring grunt,
  3473. web_1 | please see the Getting Started guide:
  3474. web_1 |
  3475. web_1 | http://gruntjs.com/getting-started
  3476. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3477. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3478. web_1 | Syncing...
  3479. web_1 | Creating tables ...
  3480. web_1 | Installing custom SQL ...
  3481. web_1 | Installing indexes ...
  3482. web_1 | Installed 0 object(s) from 0 fixture(s)
  3483. web_1 |
  3484. web_1 | Synced:
  3485. web_1 | > django.contrib.auth
  3486. web_1 | > django.contrib.contenttypes
  3487. web_1 | > django.contrib.sessions
  3488. web_1 | > django.contrib.sites
  3489. web_1 | > django.contrib.messages
  3490. web_1 | > django.contrib.staticfiles
  3491. web_1 | > django.contrib.admin
  3492. web_1 | > south
  3493. web_1 | > crispy_forms
  3494. web_1 | > avatar
  3495. web_1 | > bootstrap3
  3496. web_1 | > users
  3497. web_1 | > allauth
  3498. web_1 | > allauth.account
  3499. web_1 | > django.contrib.humanize
  3500. web_1 | > debug_toolbar
  3501. web_1 |
  3502. web_1 | Not synced (use migrations):
  3503. web_1 | - allauth.socialaccount
  3504. web_1 | - django_extensions
  3505. web_1 | (use ./manage.py migrate to migrate these)
  3506. web_1 | Running migrations for socialaccount:
  3507. web_1 | - Nothing to migrate.
  3508. web_1 | - Loading initial data for socialaccount.
  3509. web_1 | Installed 0 object(s) from 0 fixture(s)
  3510. web_1 | Running migrations for django_extensions:
  3511. web_1 | - Nothing to migrate.
  3512. web_1 | - Loading initial data for django_extensions.
  3513. web_1 | Installed 0 object(s) from 0 fixture(s)
  3514. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3515. web_1 | [GCC 4.9.2] on linux2
  3516. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3517. web_1 | (InteractiveConsole)
  3518. web_1 |
  3519. web_1 | >>> >>> Starting the server
  3520. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3521. web_1 |
  3522. web_1 | Fatal error: Unable to find local grunt.
  3523. web_1 |
  3524. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3525. web_1 | your project. For more information about installing and configuring grunt,
  3526. web_1 | please see the Getting Started guide:
  3527. web_1 |
  3528. web_1 | http://gruntjs.com/getting-started
  3529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3530. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3531. web_1 | Syncing...
  3532. web_1 | Creating tables ...
  3533. web_1 | Installing custom SQL ...
  3534. web_1 | Installing indexes ...
  3535. web_1 | Installed 0 object(s) from 0 fixture(s)
  3536. web_1 |
  3537. web_1 | Synced:
  3538. web_1 | > django.contrib.auth
  3539. web_1 | > django.contrib.contenttypes
  3540. web_1 | > django.contrib.sessions
  3541. web_1 | > django.contrib.sites
  3542. web_1 | > django.contrib.messages
  3543. web_1 | > django.contrib.staticfiles
  3544. web_1 | > django.contrib.admin
  3545. web_1 | > south
  3546. web_1 | > crispy_forms
  3547. web_1 | > avatar
  3548. web_1 | > bootstrap3
  3549. web_1 | > users
  3550. web_1 | > allauth
  3551. web_1 | > allauth.account
  3552. web_1 | > django.contrib.humanize
  3553. web_1 | > debug_toolbar
  3554. web_1 |
  3555. web_1 | Not synced (use migrations):
  3556. web_1 | - allauth.socialaccount
  3557. web_1 | - django_extensions
  3558. web_1 | (use ./manage.py migrate to migrate these)
  3559. web_1 | Running migrations for socialaccount:
  3560. web_1 | - Nothing to migrate.
  3561. web_1 | - Loading initial data for socialaccount.
  3562. web_1 | Installed 0 object(s) from 0 fixture(s)
  3563. web_1 | Running migrations for django_extensions:
  3564. web_1 | - Nothing to migrate.
  3565. web_1 | - Loading initial data for django_extensions.
  3566. web_1 | Installed 0 object(s) from 0 fixture(s)
  3567. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3568. web_1 | [GCC 4.9.2] on linux2
  3569. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3570. web_1 | (InteractiveConsole)
  3571. web_1 |
  3572. web_1 | >>> >>> Starting the server
  3573. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3574. web_1 |
  3575. web_1 | Fatal error: Unable to find local grunt.
  3576. web_1 |
  3577. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3578. web_1 | your project. For more information about installing and configuring grunt,
  3579. web_1 | please see the Getting Started guide:
  3580. web_1 |
  3581. web_1 | http://gruntjs.com/getting-started
  3582. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3583. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3584. web_1 | Syncing...
  3585. web_1 | Creating tables ...
  3586. web_1 | Installing custom SQL ...
  3587. web_1 | Installing indexes ...
  3588. web_1 | Installed 0 object(s) from 0 fixture(s)
  3589. web_1 |
  3590. web_1 | Synced:
  3591. web_1 | > django.contrib.auth
  3592. web_1 | > django.contrib.contenttypes
  3593. web_1 | > django.contrib.sessions
  3594. web_1 | > django.contrib.sites
  3595. web_1 | > django.contrib.messages
  3596. web_1 | > django.contrib.staticfiles
  3597. web_1 | > django.contrib.admin
  3598. web_1 | > south
  3599. web_1 | > crispy_forms
  3600. web_1 | > avatar
  3601. web_1 | > bootstrap3
  3602. web_1 | > users
  3603. web_1 | > allauth
  3604. web_1 | > allauth.account
  3605. web_1 | > django.contrib.humanize
  3606. web_1 | > debug_toolbar
  3607. web_1 |
  3608. web_1 | Not synced (use migrations):
  3609. web_1 | - allauth.socialaccount
  3610. web_1 | - django_extensions
  3611. web_1 | (use ./manage.py migrate to migrate these)
  3612. web_1 | Running migrations for socialaccount:
  3613. web_1 | - Nothing to migrate.
  3614. web_1 | - Loading initial data for socialaccount.
  3615. web_1 | Installed 0 object(s) from 0 fixture(s)
  3616. web_1 | Running migrations for django_extensions:
  3617. web_1 | - Nothing to migrate.
  3618. web_1 | - Loading initial data for django_extensions.
  3619. web_1 | Installed 0 object(s) from 0 fixture(s)
  3620. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3621. web_1 | [GCC 4.9.2] on linux2
  3622. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3623. web_1 | (InteractiveConsole)
  3624. web_1 |
  3625. web_1 | >>> >>> Starting the server
  3626. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3627. web_1 |
  3628. web_1 | Fatal error: Unable to find local grunt.
  3629. web_1 |
  3630. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3631. web_1 | your project. For more information about installing and configuring grunt,
  3632. web_1 | please see the Getting Started guide:
  3633. web_1 |
  3634. web_1 | http://gruntjs.com/getting-started
  3635. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3636. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3637. web_1 | Syncing...
  3638. web_1 | Creating tables ...
  3639. web_1 | Installing custom SQL ...
  3640. web_1 | Installing indexes ...
  3641. web_1 | Installed 0 object(s) from 0 fixture(s)
  3642. web_1 |
  3643. web_1 | Synced:
  3644. web_1 | > django.contrib.auth
  3645. web_1 | > django.contrib.contenttypes
  3646. web_1 | > django.contrib.sessions
  3647. web_1 | > django.contrib.sites
  3648. web_1 | > django.contrib.messages
  3649. web_1 | > django.contrib.staticfiles
  3650. web_1 | > django.contrib.admin
  3651. web_1 | > south
  3652. web_1 | > crispy_forms
  3653. web_1 | > avatar
  3654. web_1 | > bootstrap3
  3655. web_1 | > users
  3656. web_1 | > allauth
  3657. web_1 | > allauth.account
  3658. web_1 | > django.contrib.humanize
  3659. web_1 | > debug_toolbar
  3660. web_1 |
  3661. web_1 | Not synced (use migrations):
  3662. web_1 | - allauth.socialaccount
  3663. web_1 | - django_extensions
  3664. web_1 | (use ./manage.py migrate to migrate these)
  3665. web_1 | Running migrations for socialaccount:
  3666. web_1 | - Nothing to migrate.
  3667. web_1 | - Loading initial data for socialaccount.
  3668. web_1 | Installed 0 object(s) from 0 fixture(s)
  3669. web_1 | Running migrations for django_extensions:
  3670. web_1 | - Nothing to migrate.
  3671. web_1 | - Loading initial data for django_extensions.
  3672. web_1 | Installed 0 object(s) from 0 fixture(s)
  3673. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3674. web_1 | [GCC 4.9.2] on linux2
  3675. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3676. web_1 | (InteractiveConsole)
  3677. web_1 |
  3678. web_1 | >>> >>> Starting the server
  3679. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3680. web_1 |
  3681. web_1 | Fatal error: Unable to find local grunt.
  3682. web_1 |
  3683. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3684. web_1 | your project. For more information about installing and configuring grunt,
  3685. web_1 | please see the Getting Started guide:
  3686. web_1 |
  3687. web_1 | http://gruntjs.com/getting-started
  3688. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3689. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3690. web_1 | Syncing...
  3691. web_1 | Creating tables ...
  3692. web_1 | Installing custom SQL ...
  3693. web_1 | Installing indexes ...
  3694. web_1 | Installed 0 object(s) from 0 fixture(s)
  3695. web_1 |
  3696. web_1 | Synced:
  3697. web_1 | > django.contrib.auth
  3698. web_1 | > django.contrib.contenttypes
  3699. web_1 | > django.contrib.sessions
  3700. web_1 | > django.contrib.sites
  3701. web_1 | > django.contrib.messages
  3702. web_1 | > django.contrib.staticfiles
  3703. web_1 | > django.contrib.admin
  3704. web_1 | > south
  3705. web_1 | > crispy_forms
  3706. web_1 | > avatar
  3707. web_1 | > bootstrap3
  3708. web_1 | > users
  3709. web_1 | > allauth
  3710. web_1 | > allauth.account
  3711. web_1 | > django.contrib.humanize
  3712. web_1 | > debug_toolbar
  3713. web_1 |
  3714. web_1 | Not synced (use migrations):
  3715. web_1 | - allauth.socialaccount
  3716. web_1 | - django_extensions
  3717. web_1 | (use ./manage.py migrate to migrate these)
  3718. web_1 | Running migrations for socialaccount:
  3719. web_1 | - Nothing to migrate.
  3720. web_1 | - Loading initial data for socialaccount.
  3721. web_1 | Installed 0 object(s) from 0 fixture(s)
  3722. web_1 | Running migrations for django_extensions:
  3723. web_1 | - Nothing to migrate.
  3724. web_1 | - Loading initial data for django_extensions.
  3725. web_1 | Installed 0 object(s) from 0 fixture(s)
  3726. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3727. web_1 | [GCC 4.9.2] on linux2
  3728. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3729. web_1 | (InteractiveConsole)
  3730. web_1 |
  3731. web_1 | >>> >>> Starting the server
  3732. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3733. web_1 |
  3734. web_1 | Fatal error: Unable to find local grunt.
  3735. web_1 |
  3736. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3737. web_1 | your project. For more information about installing and configuring grunt,
  3738. web_1 | please see the Getting Started guide:
  3739. web_1 |
  3740. web_1 | http://gruntjs.com/getting-started
  3741. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3742. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3743. web_1 | Syncing...
  3744. web_1 | Creating tables ...
  3745. web_1 | Installing custom SQL ...
  3746. web_1 | Installing indexes ...
  3747. web_1 | Installed 0 object(s) from 0 fixture(s)
  3748. web_1 |
  3749. web_1 | Synced:
  3750. web_1 | > django.contrib.auth
  3751. web_1 | > django.contrib.contenttypes
  3752. web_1 | > django.contrib.sessions
  3753. web_1 | > django.contrib.sites
  3754. web_1 | > django.contrib.messages
  3755. web_1 | > django.contrib.staticfiles
  3756. web_1 | > django.contrib.admin
  3757. web_1 | > south
  3758. web_1 | > crispy_forms
  3759. web_1 | > avatar
  3760. web_1 | > bootstrap3
  3761. web_1 | > users
  3762. web_1 | > allauth
  3763. web_1 | > allauth.account
  3764. web_1 | > django.contrib.humanize
  3765. web_1 | > debug_toolbar
  3766. web_1 |
  3767. web_1 | Not synced (use migrations):
  3768. web_1 | - allauth.socialaccount
  3769. web_1 | - django_extensions
  3770. web_1 | (use ./manage.py migrate to migrate these)
  3771. web_1 | Running migrations for socialaccount:
  3772. web_1 | - Nothing to migrate.
  3773. web_1 | - Loading initial data for socialaccount.
  3774. web_1 | Installed 0 object(s) from 0 fixture(s)
  3775. web_1 | Running migrations for django_extensions:
  3776. web_1 | - Nothing to migrate.
  3777. web_1 | - Loading initial data for django_extensions.
  3778. web_1 | Installed 0 object(s) from 0 fixture(s)
  3779. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3780. web_1 | [GCC 4.9.2] on linux2
  3781. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3782. web_1 | (InteractiveConsole)
  3783. web_1 |
  3784. web_1 | >>> >>> Starting the server
  3785. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3786. web_1 |
  3787. web_1 | Fatal error: Unable to find local grunt.
  3788. web_1 |
  3789. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3790. web_1 | your project. For more information about installing and configuring grunt,
  3791. web_1 | please see the Getting Started guide:
  3792. web_1 |
  3793. web_1 | http://gruntjs.com/getting-started
  3794. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3795. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3796. web_1 | Syncing...
  3797. web_1 | Creating tables ...
  3798. web_1 | Installing custom SQL ...
  3799. web_1 | Installing indexes ...
  3800. web_1 | Installed 0 object(s) from 0 fixture(s)
  3801. web_1 |
  3802. web_1 | Synced:
  3803. web_1 | > django.contrib.auth
  3804. web_1 | > django.contrib.contenttypes
  3805. web_1 | > django.contrib.sessions
  3806. web_1 | > django.contrib.sites
  3807. web_1 | > django.contrib.messages
  3808. web_1 | > django.contrib.staticfiles
  3809. web_1 | > django.contrib.admin
  3810. web_1 | > south
  3811. web_1 | > crispy_forms
  3812. web_1 | > avatar
  3813. web_1 | > bootstrap3
  3814. web_1 | > users
  3815. web_1 | > allauth
  3816. web_1 | > allauth.account
  3817. web_1 | > django.contrib.humanize
  3818. web_1 | > debug_toolbar
  3819. web_1 |
  3820. web_1 | Not synced (use migrations):
  3821. web_1 | - allauth.socialaccount
  3822. web_1 | - django_extensions
  3823. web_1 | (use ./manage.py migrate to migrate these)
  3824. web_1 | Running migrations for socialaccount:
  3825. web_1 | - Nothing to migrate.
  3826. web_1 | - Loading initial data for socialaccount.
  3827. web_1 | Installed 0 object(s) from 0 fixture(s)
  3828. web_1 | Running migrations for django_extensions:
  3829. web_1 | - Nothing to migrate.
  3830. web_1 | - Loading initial data for django_extensions.
  3831. web_1 | Installed 0 object(s) from 0 fixture(s)
  3832. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3833. web_1 | [GCC 4.9.2] on linux2
  3834. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3835. web_1 | (InteractiveConsole)
  3836. web_1 |
  3837. web_1 | >>> >>> Starting the server
  3838. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3839. web_1 |
  3840. web_1 | Fatal error: Unable to find local grunt.
  3841. web_1 |
  3842. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3843. web_1 | your project. For more information about installing and configuring grunt,
  3844. web_1 | please see the Getting Started guide:
  3845. web_1 |
  3846. web_1 | http://gruntjs.com/getting-started
  3847. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3848. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3849. web_1 | Syncing...
  3850. web_1 | Creating tables ...
  3851. web_1 | Installing custom SQL ...
  3852. web_1 | Installing indexes ...
  3853. web_1 | Installed 0 object(s) from 0 fixture(s)
  3854. web_1 |
  3855. web_1 | Synced:
  3856. web_1 | > django.contrib.auth
  3857. web_1 | > django.contrib.contenttypes
  3858. web_1 | > django.contrib.sessions
  3859. web_1 | > django.contrib.sites
  3860. web_1 | > django.contrib.messages
  3861. web_1 | > django.contrib.staticfiles
  3862. web_1 | > django.contrib.admin
  3863. web_1 | > south
  3864. web_1 | > crispy_forms
  3865. web_1 | > avatar
  3866. web_1 | > bootstrap3
  3867. web_1 | > users
  3868. web_1 | > allauth
  3869. web_1 | > allauth.account
  3870. web_1 | > django.contrib.humanize
  3871. web_1 | > debug_toolbar
  3872. web_1 |
  3873. web_1 | Not synced (use migrations):
  3874. web_1 | - allauth.socialaccount
  3875. web_1 | - django_extensions
  3876. web_1 | (use ./manage.py migrate to migrate these)
  3877. web_1 | Running migrations for socialaccount:
  3878. web_1 | - Nothing to migrate.
  3879. web_1 | - Loading initial data for socialaccount.
  3880. web_1 | Installed 0 object(s) from 0 fixture(s)
  3881. web_1 | Running migrations for django_extensions:
  3882. web_1 | - Nothing to migrate.
  3883. web_1 | - Loading initial data for django_extensions.
  3884. web_1 | Installed 0 object(s) from 0 fixture(s)
  3885. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3886. web_1 | [GCC 4.9.2] on linux2
  3887. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3888. web_1 | (InteractiveConsole)
  3889. web_1 |
  3890. web_1 | >>> >>> Starting the server
  3891. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3892. web_1 |
  3893. web_1 | Fatal error: Unable to find local grunt.
  3894. web_1 |
  3895. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3896. web_1 | your project. For more information about installing and configuring grunt,
  3897. web_1 | please see the Getting Started guide:
  3898. web_1 |
  3899. web_1 | http://gruntjs.com/getting-started
  3900. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3901. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3902. web_1 | Syncing...
  3903. web_1 | Creating tables ...
  3904. web_1 | Installing custom SQL ...
  3905. web_1 | Installing indexes ...
  3906. web_1 | Installed 0 object(s) from 0 fixture(s)
  3907. web_1 |
  3908. web_1 | Synced:
  3909. web_1 | > django.contrib.auth
  3910. web_1 | > django.contrib.contenttypes
  3911. web_1 | > django.contrib.sessions
  3912. web_1 | > django.contrib.sites
  3913. web_1 | > django.contrib.messages
  3914. web_1 | > django.contrib.staticfiles
  3915. web_1 | > django.contrib.admin
  3916. web_1 | > south
  3917. web_1 | > crispy_forms
  3918. web_1 | > avatar
  3919. web_1 | > bootstrap3
  3920. web_1 | > users
  3921. web_1 | > allauth
  3922. web_1 | > allauth.account
  3923. web_1 | > django.contrib.humanize
  3924. web_1 | > debug_toolbar
  3925. web_1 |
  3926. web_1 | Not synced (use migrations):
  3927. web_1 | - allauth.socialaccount
  3928. web_1 | - django_extensions
  3929. web_1 | (use ./manage.py migrate to migrate these)
  3930. web_1 | Running migrations for socialaccount:
  3931. web_1 | - Nothing to migrate.
  3932. web_1 | - Loading initial data for socialaccount.
  3933. web_1 | Installed 0 object(s) from 0 fixture(s)
  3934. web_1 | Running migrations for django_extensions:
  3935. web_1 | - Nothing to migrate.
  3936. web_1 | - Loading initial data for django_extensions.
  3937. web_1 | Installed 0 object(s) from 0 fixture(s)
  3938. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  3939. web_1 | [GCC 4.9.2] on linux2
  3940. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  3941. web_1 | (InteractiveConsole)
  3942. web_1 |
  3943. web_1 | >>> >>> Starting the server
  3944. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3945. web_1 |
  3946. web_1 | Fatal error: Unable to find local grunt.
  3947. web_1 |
  3948. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3949. web_1 | your project. For more information about installing and configuring grunt,
  3950. web_1 | please see the Getting Started guide:
  3951. web_1 |
  3952. web_1 | http://gruntjs.com/getting-started
  3953. oclweb_web_1 exited with code 99
  3954. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3955. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  3956. web_1 | Syncing...
  3957. web_1 | Traceback (most recent call last):
  3958. web_1 | File "ocl_web/manage.py", line 19, in <module>
  3959. web_1 | execute_from_command_line(sys.argv)
  3960. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  3961. web_1 | utility.execute()
  3962. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  3963. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  3964. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  3965. web_1 | self.execute(*args, **options.__dict__)
  3966. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  3967. web_1 | output = self.handle(*args, **options)
  3968. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  3969. web_1 | return self.handle_noargs(**options)
  3970. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  3971. web_1 | syncdb.Command().execute(**options)
  3972. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  3973. web_1 | output = self.handle(*args, **options)
  3974. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  3975. web_1 | return self.handle_noargs(**options)
  3976. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  3977. web_1 | cursor = connection.cursor()
  3978. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  3979. web_1 | cursor = self.make_debug_cursor(self._cursor())
  3980. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  3981. web_1 | self.ensure_connection()
  3982. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3983. web_1 | self.connect()
  3984. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  3985. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  3986. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  3987. web_1 | self.connect()
  3988. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  3989. web_1 | self.connection = self.get_new_connection(conn_params)
  3990. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  3991. web_1 | return Database.connect(**conn_params)
  3992. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  3993. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  3994. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  3995. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  3996. web_1 | TCP/IP connections on port 5432?
  3997. web_1 |
  3998. web_1 | Traceback (most recent call last):
  3999. web_1 | File "ocl_web/manage.py", line 19, in <module>
  4000. web_1 | execute_from_command_line(sys.argv)
  4001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  4002. web_1 | utility.execute()
  4003. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  4004. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  4005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  4006. web_1 | self.execute(*args, **options.__dict__)
  4007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  4008. web_1 | output = self.handle(*args, **options)
  4009. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  4010. web_1 | ignore_ghosts = ignore_ghosts,
  4011. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  4012. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  4013. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  4014. web_1 | for h in histories:
  4015. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  4016. web_1 | self._fetch_all()
  4017. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  4018. web_1 | self._result_cache = list(self.iterator())
  4019. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  4020. web_1 | for row in compiler.results_iter():
  4021. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  4022. web_1 | for rows in self.execute_sql(MULTI):
  4023. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  4024. web_1 | cursor = self.connection.cursor()
  4025. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  4026. web_1 | cursor = self.make_debug_cursor(self._cursor())
  4027. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  4028. web_1 | self.ensure_connection()
  4029. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4030. web_1 | self.connect()
  4031. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  4032. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  4033. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4034. web_1 | self.connect()
  4035. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  4036. web_1 | self.connection = self.get_new_connection(conn_params)
  4037. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  4038. web_1 | return Database.connect(**conn_params)
  4039. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  4040. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  4041. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  4042. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  4043. web_1 | TCP/IP connections on port 5432?
  4044. web_1 |
  4045. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4046. web_1 | [GCC 4.9.2] on linux2
  4047. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4048. web_1 | (InteractiveConsole)
  4049. web_1 | Traceback (most recent call last):
  4050. web_1 | File "<console>", line 1, in <module>
  4051. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  4052. web_1 | return self.query.get_count(using=self.db)
  4053. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  4054. web_1 | number = obj.get_aggregation(using=using)[None]
  4055. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  4056. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  4057. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  4058. web_1 | cursor = self.connection.cursor()
  4059. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  4060. web_1 | cursor = self.make_debug_cursor(self._cursor())
  4061. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  4062. web_1 | self.ensure_connection()
  4063. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4064. web_1 | self.connect()
  4065. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  4066. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  4067. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4068. web_1 | self.connect()
  4069. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  4070. web_1 | self.connection = self.get_new_connection(conn_params)
  4071. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  4072. web_1 | return Database.connect(**conn_params)
  4073. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  4074. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  4075. web_1 | OperationalError: could not connect to server: Connection refused
  4076. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  4077. web_1 | TCP/IP connections on port 5432?
  4078. web_1 |
  4079. web_1 |
  4080. web_1 | >>> >>> Starting the server
  4081. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4082. web_1 |
  4083. web_1 | Fatal error: Unable to find local grunt.
  4084. web_1 |
  4085. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4086. web_1 | your project. For more information about installing and configuring grunt,
  4087. web_1 | please see the Getting Started guide:
  4088. web_1 |
  4089. web_1 | http://gruntjs.com/getting-started
  4090. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4091. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4092. web_1 | Syncing...
  4093. web_1 | Creating tables ...
  4094. web_1 | Creating table auth_permission
  4095. web_1 | Creating table auth_group_permissions
  4096. web_1 | Creating table auth_group
  4097. web_1 | Creating table django_content_type
  4098. web_1 | Creating table django_session
  4099. web_1 | Creating table django_site
  4100. web_1 | Creating table django_admin_log
  4101. web_1 | Creating table south_migrationhistory
  4102. web_1 | Creating table avatar_avatar
  4103. web_1 | Creating table users_user_groups
  4104. web_1 | Creating table users_user_user_permissions
  4105. web_1 | Creating table users_user
  4106. web_1 | Creating table account_emailaddress
  4107. web_1 | Creating table account_emailconfirmation
  4108. web_1 | Installing custom SQL ...
  4109. web_1 | Installing indexes ...
  4110. web_1 | Installed 0 object(s) from 0 fixture(s)
  4111. web_1 |
  4112. web_1 | Synced:
  4113. web_1 | > django.contrib.auth
  4114. web_1 | > django.contrib.contenttypes
  4115. web_1 | > django.contrib.sessions
  4116. web_1 | > django.contrib.sites
  4117. web_1 | > django.contrib.messages
  4118. web_1 | > django.contrib.staticfiles
  4119. web_1 | > django.contrib.admin
  4120. web_1 | > south
  4121. web_1 | > crispy_forms
  4122. web_1 | > avatar
  4123. web_1 | > bootstrap3
  4124. web_1 | > users
  4125. web_1 | > allauth
  4126. web_1 | > allauth.account
  4127. web_1 | > django.contrib.humanize
  4128. web_1 | > debug_toolbar
  4129. web_1 |
  4130. web_1 | Not synced (use migrations):
  4131. web_1 | - allauth.socialaccount
  4132. web_1 | - django_extensions
  4133. web_1 | (use ./manage.py migrate to migrate these)
  4134. web_1 | Running migrations for socialaccount:
  4135. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  4136. web_1 | > socialaccount:0001_initial
  4137. web_1 | > socialaccount:0002_genericmodels
  4138. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  4139. web_1 | > socialaccount:0004_add_sites
  4140. web_1 | > socialaccount:0005_set_sites
  4141. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  4142. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  4143. web_1 | > socialaccount:0008_client_id
  4144. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  4145. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  4146. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  4147. web_1 | - Loading initial data for socialaccount.
  4148. web_1 | Installed 0 object(s) from 0 fixture(s)
  4149. web_1 | Running migrations for django_extensions:
  4150. web_1 | - Migrating forwards to 0001_empty.
  4151. web_1 | > django_extensions:0001_empty
  4152. web_1 | - Loading initial data for django_extensions.
  4153. web_1 | Installed 0 object(s) from 0 fixture(s)
  4154. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4155. web_1 | [GCC 4.9.2] on linux2
  4156. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4157. web_1 | (InteractiveConsole)
  4158. web_1 |
  4159. web_1 | >>> >>> Starting the server
  4160. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4161. web_1 |
  4162. web_1 | Fatal error: Unable to find local grunt.
  4163. web_1 |
  4164. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4165. web_1 | your project. For more information about installing and configuring grunt,
  4166. web_1 | please see the Getting Started guide:
  4167. web_1 |
  4168. web_1 | http://gruntjs.com/getting-started
  4169. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4170. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4171. web_1 | Syncing...
  4172. web_1 | Creating tables ...
  4173. web_1 | Installing custom SQL ...
  4174. web_1 | Installing indexes ...
  4175. web_1 | Installed 0 object(s) from 0 fixture(s)
  4176. web_1 |
  4177. web_1 | Synced:
  4178. web_1 | > django.contrib.auth
  4179. web_1 | > django.contrib.contenttypes
  4180. web_1 | > django.contrib.sessions
  4181. web_1 | > django.contrib.sites
  4182. web_1 | > django.contrib.messages
  4183. web_1 | > django.contrib.staticfiles
  4184. web_1 | > django.contrib.admin
  4185. web_1 | > south
  4186. web_1 | > crispy_forms
  4187. web_1 | > avatar
  4188. web_1 | > bootstrap3
  4189. web_1 | > users
  4190. web_1 | > allauth
  4191. web_1 | > allauth.account
  4192. web_1 | > django.contrib.humanize
  4193. web_1 | > debug_toolbar
  4194. web_1 |
  4195. web_1 | Not synced (use migrations):
  4196. web_1 | - allauth.socialaccount
  4197. web_1 | - django_extensions
  4198. web_1 | (use ./manage.py migrate to migrate these)
  4199. web_1 | Running migrations for socialaccount:
  4200. web_1 | - Nothing to migrate.
  4201. web_1 | - Loading initial data for socialaccount.
  4202. web_1 | Installed 0 object(s) from 0 fixture(s)
  4203. web_1 | Running migrations for django_extensions:
  4204. web_1 | - Nothing to migrate.
  4205. web_1 | - Loading initial data for django_extensions.
  4206. web_1 | Installed 0 object(s) from 0 fixture(s)
  4207. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4208. web_1 | [GCC 4.9.2] on linux2
  4209. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4210. web_1 | (InteractiveConsole)
  4211. web_1 |
  4212. web_1 | >>> >>> Starting the server
  4213. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4214. web_1 |
  4215. web_1 | Fatal error: Unable to find local grunt.
  4216. web_1 |
  4217. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4218. web_1 | your project. For more information about installing and configuring grunt,
  4219. web_1 | please see the Getting Started guide:
  4220. web_1 |
  4221. web_1 | http://gruntjs.com/getting-started
  4222. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4223. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4224. web_1 | Syncing...
  4225. web_1 | Creating tables ...
  4226. web_1 | Installing custom SQL ...
  4227. web_1 | Installing indexes ...
  4228. web_1 | Installed 0 object(s) from 0 fixture(s)
  4229. web_1 |
  4230. web_1 | Synced:
  4231. web_1 | > django.contrib.auth
  4232. web_1 | > django.contrib.contenttypes
  4233. web_1 | > django.contrib.sessions
  4234. web_1 | > django.contrib.sites
  4235. web_1 | > django.contrib.messages
  4236. web_1 | > django.contrib.staticfiles
  4237. web_1 | > django.contrib.admin
  4238. web_1 | > south
  4239. web_1 | > crispy_forms
  4240. web_1 | > avatar
  4241. web_1 | > bootstrap3
  4242. web_1 | > users
  4243. web_1 | > allauth
  4244. web_1 | > allauth.account
  4245. web_1 | > django.contrib.humanize
  4246. web_1 | > debug_toolbar
  4247. web_1 |
  4248. web_1 | Not synced (use migrations):
  4249. web_1 | - allauth.socialaccount
  4250. web_1 | - django_extensions
  4251. web_1 | (use ./manage.py migrate to migrate these)
  4252. web_1 | Running migrations for socialaccount:
  4253. web_1 | - Nothing to migrate.
  4254. web_1 | - Loading initial data for socialaccount.
  4255. web_1 | Installed 0 object(s) from 0 fixture(s)
  4256. web_1 | Running migrations for django_extensions:
  4257. web_1 | - Nothing to migrate.
  4258. web_1 | - Loading initial data for django_extensions.
  4259. web_1 | Installed 0 object(s) from 0 fixture(s)
  4260. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4261. web_1 | [GCC 4.9.2] on linux2
  4262. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4263. web_1 | (InteractiveConsole)
  4264. web_1 |
  4265. web_1 | >>> >>> Starting the server
  4266. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4267. web_1 |
  4268. web_1 | Fatal error: Unable to find local grunt.
  4269. web_1 |
  4270. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4271. web_1 | your project. For more information about installing and configuring grunt,
  4272. web_1 | please see the Getting Started guide:
  4273. web_1 |
  4274. web_1 | http://gruntjs.com/getting-started
  4275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4276. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4277. web_1 | Syncing...
  4278. web_1 | Creating tables ...
  4279. web_1 | Installing custom SQL ...
  4280. web_1 | Installing indexes ...
  4281. web_1 | Installed 0 object(s) from 0 fixture(s)
  4282. web_1 |
  4283. web_1 | Synced:
  4284. web_1 | > django.contrib.auth
  4285. web_1 | > django.contrib.contenttypes
  4286. web_1 | > django.contrib.sessions
  4287. web_1 | > django.contrib.sites
  4288. web_1 | > django.contrib.messages
  4289. web_1 | > django.contrib.staticfiles
  4290. web_1 | > django.contrib.admin
  4291. web_1 | > south
  4292. web_1 | > crispy_forms
  4293. web_1 | > avatar
  4294. web_1 | > bootstrap3
  4295. web_1 | > users
  4296. web_1 | > allauth
  4297. web_1 | > allauth.account
  4298. web_1 | > django.contrib.humanize
  4299. web_1 | > debug_toolbar
  4300. web_1 |
  4301. web_1 | Not synced (use migrations):
  4302. web_1 | - allauth.socialaccount
  4303. web_1 | - django_extensions
  4304. web_1 | (use ./manage.py migrate to migrate these)
  4305. web_1 | Running migrations for socialaccount:
  4306. web_1 | - Nothing to migrate.
  4307. web_1 | - Loading initial data for socialaccount.
  4308. web_1 | Installed 0 object(s) from 0 fixture(s)
  4309. web_1 | Running migrations for django_extensions:
  4310. web_1 | - Nothing to migrate.
  4311. web_1 | - Loading initial data for django_extensions.
  4312. web_1 | Installed 0 object(s) from 0 fixture(s)
  4313. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4314. web_1 | [GCC 4.9.2] on linux2
  4315. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4316. web_1 | (InteractiveConsole)
  4317. web_1 |
  4318. web_1 | >>> >>> Starting the server
  4319. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4320. web_1 |
  4321. web_1 | Fatal error: Unable to find local grunt.
  4322. web_1 |
  4323. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4324. web_1 | your project. For more information about installing and configuring grunt,
  4325. web_1 | please see the Getting Started guide:
  4326. web_1 |
  4327. web_1 | http://gruntjs.com/getting-started
  4328. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4329. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4330. web_1 | Syncing...
  4331. web_1 | Creating tables ...
  4332. web_1 | Installing custom SQL ...
  4333. web_1 | Installing indexes ...
  4334. web_1 | Installed 0 object(s) from 0 fixture(s)
  4335. web_1 |
  4336. web_1 | Synced:
  4337. web_1 | > django.contrib.auth
  4338. web_1 | > django.contrib.contenttypes
  4339. web_1 | > django.contrib.sessions
  4340. web_1 | > django.contrib.sites
  4341. web_1 | > django.contrib.messages
  4342. web_1 | > django.contrib.staticfiles
  4343. web_1 | > django.contrib.admin
  4344. web_1 | > south
  4345. web_1 | > crispy_forms
  4346. web_1 | > avatar
  4347. web_1 | > bootstrap3
  4348. web_1 | > users
  4349. web_1 | > allauth
  4350. web_1 | > allauth.account
  4351. web_1 | > django.contrib.humanize
  4352. web_1 | > debug_toolbar
  4353. web_1 |
  4354. web_1 | Not synced (use migrations):
  4355. web_1 | - allauth.socialaccount
  4356. web_1 | - django_extensions
  4357. web_1 | (use ./manage.py migrate to migrate these)
  4358. web_1 | Running migrations for socialaccount:
  4359. web_1 | - Nothing to migrate.
  4360. web_1 | - Loading initial data for socialaccount.
  4361. web_1 | Installed 0 object(s) from 0 fixture(s)
  4362. web_1 | Running migrations for django_extensions:
  4363. web_1 | - Nothing to migrate.
  4364. web_1 | - Loading initial data for django_extensions.
  4365. web_1 | Installed 0 object(s) from 0 fixture(s)
  4366. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4367. web_1 | [GCC 4.9.2] on linux2
  4368. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4369. web_1 | (InteractiveConsole)
  4370. web_1 |
  4371. web_1 | >>> >>> Starting the server
  4372. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4373. web_1 |
  4374. web_1 | Fatal error: Unable to find local grunt.
  4375. web_1 |
  4376. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4377. web_1 | your project. For more information about installing and configuring grunt,
  4378. web_1 | please see the Getting Started guide:
  4379. web_1 |
  4380. web_1 | http://gruntjs.com/getting-started
  4381. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4382. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4383. web_1 | Syncing...
  4384. web_1 | Creating tables ...
  4385. web_1 | Installing custom SQL ...
  4386. web_1 | Installing indexes ...
  4387. web_1 | Installed 0 object(s) from 0 fixture(s)
  4388. web_1 |
  4389. web_1 | Synced:
  4390. web_1 | > django.contrib.auth
  4391. web_1 | > django.contrib.contenttypes
  4392. web_1 | > django.contrib.sessions
  4393. web_1 | > django.contrib.sites
  4394. web_1 | > django.contrib.messages
  4395. web_1 | > django.contrib.staticfiles
  4396. web_1 | > django.contrib.admin
  4397. web_1 | > south
  4398. web_1 | > crispy_forms
  4399. web_1 | > avatar
  4400. web_1 | > bootstrap3
  4401. web_1 | > users
  4402. web_1 | > allauth
  4403. web_1 | > allauth.account
  4404. web_1 | > django.contrib.humanize
  4405. web_1 | > debug_toolbar
  4406. web_1 |
  4407. web_1 | Not synced (use migrations):
  4408. web_1 | - allauth.socialaccount
  4409. web_1 | - django_extensions
  4410. web_1 | (use ./manage.py migrate to migrate these)
  4411. web_1 | Running migrations for socialaccount:
  4412. web_1 | - Nothing to migrate.
  4413. web_1 | - Loading initial data for socialaccount.
  4414. web_1 | Installed 0 object(s) from 0 fixture(s)
  4415. web_1 | Running migrations for django_extensions:
  4416. web_1 | - Nothing to migrate.
  4417. web_1 | - Loading initial data for django_extensions.
  4418. web_1 | Installed 0 object(s) from 0 fixture(s)
  4419. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4420. web_1 | [GCC 4.9.2] on linux2
  4421. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4422. web_1 | (InteractiveConsole)
  4423. web_1 |
  4424. web_1 | >>> >>> Starting the server
  4425. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4426. web_1 |
  4427. web_1 | Fatal error: Unable to find local grunt.
  4428. web_1 |
  4429. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4430. web_1 | your project. For more information about installing and configuring grunt,
  4431. web_1 | please see the Getting Started guide:
  4432. web_1 |
  4433. web_1 | http://gruntjs.com/getting-started
  4434. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4435. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4436. web_1 | Syncing...
  4437. web_1 | Creating tables ...
  4438. web_1 | Installing custom SQL ...
  4439. web_1 | Installing indexes ...
  4440. web_1 | Installed 0 object(s) from 0 fixture(s)
  4441. web_1 |
  4442. web_1 | Synced:
  4443. web_1 | > django.contrib.auth
  4444. web_1 | > django.contrib.contenttypes
  4445. web_1 | > django.contrib.sessions
  4446. web_1 | > django.contrib.sites
  4447. web_1 | > django.contrib.messages
  4448. web_1 | > django.contrib.staticfiles
  4449. web_1 | > django.contrib.admin
  4450. web_1 | > south
  4451. web_1 | > crispy_forms
  4452. web_1 | > avatar
  4453. web_1 | > bootstrap3
  4454. web_1 | > users
  4455. web_1 | > allauth
  4456. web_1 | > allauth.account
  4457. web_1 | > django.contrib.humanize
  4458. web_1 | > debug_toolbar
  4459. web_1 |
  4460. web_1 | Not synced (use migrations):
  4461. web_1 | - allauth.socialaccount
  4462. web_1 | - django_extensions
  4463. web_1 | (use ./manage.py migrate to migrate these)
  4464. web_1 | Running migrations for socialaccount:
  4465. web_1 | - Nothing to migrate.
  4466. web_1 | - Loading initial data for socialaccount.
  4467. web_1 | Installed 0 object(s) from 0 fixture(s)
  4468. web_1 | Running migrations for django_extensions:
  4469. web_1 | - Nothing to migrate.
  4470. web_1 | - Loading initial data for django_extensions.
  4471. web_1 | Installed 0 object(s) from 0 fixture(s)
  4472. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4473. web_1 | [GCC 4.9.2] on linux2
  4474. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4475. web_1 | (InteractiveConsole)
  4476. web_1 |
  4477. web_1 | >>> >>> Starting the server
  4478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4479. web_1 |
  4480. web_1 | Fatal error: Unable to find local grunt.
  4481. web_1 |
  4482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4483. web_1 | your project. For more information about installing and configuring grunt,
  4484. web_1 | please see the Getting Started guide:
  4485. web_1 |
  4486. web_1 | http://gruntjs.com/getting-started
  4487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4488. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4489. web_1 | Syncing...
  4490. web_1 | Creating tables ...
  4491. web_1 | Installing custom SQL ...
  4492. web_1 | Installing indexes ...
  4493. web_1 | Installed 0 object(s) from 0 fixture(s)
  4494. web_1 |
  4495. web_1 | Synced:
  4496. web_1 | > django.contrib.auth
  4497. web_1 | > django.contrib.contenttypes
  4498. web_1 | > django.contrib.sessions
  4499. web_1 | > django.contrib.sites
  4500. web_1 | > django.contrib.messages
  4501. web_1 | > django.contrib.staticfiles
  4502. web_1 | > django.contrib.admin
  4503. web_1 | > south
  4504. web_1 | > crispy_forms
  4505. web_1 | > avatar
  4506. web_1 | > bootstrap3
  4507. web_1 | > users
  4508. web_1 | > allauth
  4509. web_1 | > allauth.account
  4510. web_1 | > django.contrib.humanize
  4511. web_1 | > debug_toolbar
  4512. web_1 |
  4513. web_1 | Not synced (use migrations):
  4514. web_1 | - allauth.socialaccount
  4515. web_1 | - django_extensions
  4516. web_1 | (use ./manage.py migrate to migrate these)
  4517. web_1 | Running migrations for socialaccount:
  4518. web_1 | - Nothing to migrate.
  4519. web_1 | - Loading initial data for socialaccount.
  4520. web_1 | Installed 0 object(s) from 0 fixture(s)
  4521. web_1 | Running migrations for django_extensions:
  4522. web_1 | - Nothing to migrate.
  4523. web_1 | - Loading initial data for django_extensions.
  4524. web_1 | Installed 0 object(s) from 0 fixture(s)
  4525. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4526. web_1 | [GCC 4.9.2] on linux2
  4527. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4528. web_1 | (InteractiveConsole)
  4529. web_1 |
  4530. web_1 | >>> >>> Starting the server
  4531. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4532. web_1 |
  4533. web_1 | Fatal error: Unable to find local grunt.
  4534. web_1 |
  4535. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4536. web_1 | your project. For more information about installing and configuring grunt,
  4537. web_1 | please see the Getting Started guide:
  4538. web_1 |
  4539. web_1 | http://gruntjs.com/getting-started
  4540. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4541. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4542. web_1 | Syncing...
  4543. web_1 | Creating tables ...
  4544. web_1 | Installing custom SQL ...
  4545. web_1 | Installing indexes ...
  4546. web_1 | Installed 0 object(s) from 0 fixture(s)
  4547. web_1 |
  4548. web_1 | Synced:
  4549. web_1 | > django.contrib.auth
  4550. web_1 | > django.contrib.contenttypes
  4551. web_1 | > django.contrib.sessions
  4552. web_1 | > django.contrib.sites
  4553. web_1 | > django.contrib.messages
  4554. web_1 | > django.contrib.staticfiles
  4555. web_1 | > django.contrib.admin
  4556. web_1 | > south
  4557. web_1 | > crispy_forms
  4558. web_1 | > avatar
  4559. web_1 | > bootstrap3
  4560. web_1 | > users
  4561. web_1 | > allauth
  4562. web_1 | > allauth.account
  4563. web_1 | > django.contrib.humanize
  4564. web_1 | > debug_toolbar
  4565. web_1 |
  4566. web_1 | Not synced (use migrations):
  4567. web_1 | - allauth.socialaccount
  4568. web_1 | - django_extensions
  4569. web_1 | (use ./manage.py migrate to migrate these)
  4570. web_1 | Running migrations for socialaccount:
  4571. web_1 | - Nothing to migrate.
  4572. web_1 | - Loading initial data for socialaccount.
  4573. web_1 | Installed 0 object(s) from 0 fixture(s)
  4574. web_1 | Running migrations for django_extensions:
  4575. web_1 | - Nothing to migrate.
  4576. web_1 | - Loading initial data for django_extensions.
  4577. web_1 | Installed 0 object(s) from 0 fixture(s)
  4578. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4579. web_1 | [GCC 4.9.2] on linux2
  4580. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4581. web_1 | (InteractiveConsole)
  4582. web_1 |
  4583. web_1 | >>> >>> Starting the server
  4584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4585. web_1 |
  4586. web_1 | Fatal error: Unable to find local grunt.
  4587. web_1 |
  4588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4589. web_1 | your project. For more information about installing and configuring grunt,
  4590. web_1 | please see the Getting Started guide:
  4591. web_1 |
  4592. web_1 | http://gruntjs.com/getting-started
  4593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4594. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4595. web_1 | Syncing...
  4596. web_1 | Creating tables ...
  4597. web_1 | Installing custom SQL ...
  4598. web_1 | Installing indexes ...
  4599. web_1 | Installed 0 object(s) from 0 fixture(s)
  4600. web_1 |
  4601. web_1 | Synced:
  4602. web_1 | > django.contrib.auth
  4603. web_1 | > django.contrib.contenttypes
  4604. web_1 | > django.contrib.sessions
  4605. web_1 | > django.contrib.sites
  4606. web_1 | > django.contrib.messages
  4607. web_1 | > django.contrib.staticfiles
  4608. web_1 | > django.contrib.admin
  4609. web_1 | > south
  4610. web_1 | > crispy_forms
  4611. web_1 | > avatar
  4612. web_1 | > bootstrap3
  4613. web_1 | > users
  4614. web_1 | > allauth
  4615. web_1 | > allauth.account
  4616. web_1 | > django.contrib.humanize
  4617. web_1 | > debug_toolbar
  4618. web_1 |
  4619. web_1 | Not synced (use migrations):
  4620. web_1 | - allauth.socialaccount
  4621. web_1 | - django_extensions
  4622. web_1 | (use ./manage.py migrate to migrate these)
  4623. web_1 | Running migrations for socialaccount:
  4624. web_1 | - Nothing to migrate.
  4625. web_1 | - Loading initial data for socialaccount.
  4626. web_1 | Installed 0 object(s) from 0 fixture(s)
  4627. web_1 | Running migrations for django_extensions:
  4628. web_1 | - Nothing to migrate.
  4629. web_1 | - Loading initial data for django_extensions.
  4630. web_1 | Installed 0 object(s) from 0 fixture(s)
  4631. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4632. web_1 | [GCC 4.9.2] on linux2
  4633. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4634. web_1 | (InteractiveConsole)
  4635. web_1 |
  4636. web_1 | >>> >>> Starting the server
  4637. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4638. web_1 |
  4639. web_1 | Fatal error: Unable to find local grunt.
  4640. web_1 |
  4641. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4642. web_1 | your project. For more information about installing and configuring grunt,
  4643. web_1 | please see the Getting Started guide:
  4644. web_1 |
  4645. web_1 | http://gruntjs.com/getting-started
  4646. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4647. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4648. web_1 | Syncing...
  4649. web_1 | Creating tables ...
  4650. web_1 | Installing custom SQL ...
  4651. web_1 | Installing indexes ...
  4652. web_1 | Installed 0 object(s) from 0 fixture(s)
  4653. web_1 |
  4654. web_1 | Synced:
  4655. web_1 | > django.contrib.auth
  4656. web_1 | > django.contrib.contenttypes
  4657. web_1 | > django.contrib.sessions
  4658. web_1 | > django.contrib.sites
  4659. web_1 | > django.contrib.messages
  4660. web_1 | > django.contrib.staticfiles
  4661. web_1 | > django.contrib.admin
  4662. web_1 | > south
  4663. web_1 | > crispy_forms
  4664. web_1 | > avatar
  4665. web_1 | > bootstrap3
  4666. web_1 | > users
  4667. web_1 | > allauth
  4668. web_1 | > allauth.account
  4669. web_1 | > django.contrib.humanize
  4670. web_1 | > debug_toolbar
  4671. web_1 |
  4672. web_1 | Not synced (use migrations):
  4673. web_1 | - allauth.socialaccount
  4674. web_1 | - django_extensions
  4675. web_1 | (use ./manage.py migrate to migrate these)
  4676. web_1 | Running migrations for socialaccount:
  4677. web_1 | - Nothing to migrate.
  4678. web_1 | - Loading initial data for socialaccount.
  4679. web_1 | Installed 0 object(s) from 0 fixture(s)
  4680. web_1 | Running migrations for django_extensions:
  4681. web_1 | - Nothing to migrate.
  4682. web_1 | - Loading initial data for django_extensions.
  4683. web_1 | Installed 0 object(s) from 0 fixture(s)
  4684. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4685. web_1 | [GCC 4.9.2] on linux2
  4686. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4687. web_1 | (InteractiveConsole)
  4688. web_1 |
  4689. web_1 | >>> >>> Starting the server
  4690. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4691. web_1 |
  4692. web_1 | Fatal error: Unable to find local grunt.
  4693. web_1 |
  4694. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4695. web_1 | your project. For more information about installing and configuring grunt,
  4696. web_1 | please see the Getting Started guide:
  4697. web_1 |
  4698. web_1 | http://gruntjs.com/getting-started
  4699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4701. web_1 | Syncing...
  4702. web_1 | Creating tables ...
  4703. web_1 | Installing custom SQL ...
  4704. web_1 | Installing indexes ...
  4705. web_1 | Installed 0 object(s) from 0 fixture(s)
  4706. web_1 |
  4707. web_1 | Synced:
  4708. web_1 | > django.contrib.auth
  4709. web_1 | > django.contrib.contenttypes
  4710. web_1 | > django.contrib.sessions
  4711. web_1 | > django.contrib.sites
  4712. web_1 | > django.contrib.messages
  4713. web_1 | > django.contrib.staticfiles
  4714. web_1 | > django.contrib.admin
  4715. web_1 | > south
  4716. web_1 | > crispy_forms
  4717. web_1 | > avatar
  4718. web_1 | > bootstrap3
  4719. web_1 | > users
  4720. web_1 | > allauth
  4721. web_1 | > allauth.account
  4722. web_1 | > django.contrib.humanize
  4723. web_1 | > debug_toolbar
  4724. web_1 |
  4725. web_1 | Not synced (use migrations):
  4726. web_1 | - allauth.socialaccount
  4727. web_1 | - django_extensions
  4728. web_1 | (use ./manage.py migrate to migrate these)
  4729. web_1 | Running migrations for socialaccount:
  4730. web_1 | - Nothing to migrate.
  4731. web_1 | - Loading initial data for socialaccount.
  4732. web_1 | Installed 0 object(s) from 0 fixture(s)
  4733. web_1 | Running migrations for django_extensions:
  4734. web_1 | - Nothing to migrate.
  4735. web_1 | - Loading initial data for django_extensions.
  4736. web_1 | Installed 0 object(s) from 0 fixture(s)
  4737. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4738. web_1 | [GCC 4.9.2] on linux2
  4739. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4740. web_1 | (InteractiveConsole)
  4741. web_1 |
  4742. web_1 | >>> >>> Starting the server
  4743. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4744. web_1 |
  4745. web_1 | Fatal error: Unable to find local grunt.
  4746. web_1 |
  4747. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4748. web_1 | your project. For more information about installing and configuring grunt,
  4749. web_1 | please see the Getting Started guide:
  4750. web_1 |
  4751. web_1 | http://gruntjs.com/getting-started
  4752. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4753. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4754. web_1 | Syncing...
  4755. web_1 | Creating tables ...
  4756. web_1 | Installing custom SQL ...
  4757. web_1 | Installing indexes ...
  4758. web_1 | Installed 0 object(s) from 0 fixture(s)
  4759. web_1 |
  4760. web_1 | Synced:
  4761. web_1 | > django.contrib.auth
  4762. web_1 | > django.contrib.contenttypes
  4763. web_1 | > django.contrib.sessions
  4764. web_1 | > django.contrib.sites
  4765. web_1 | > django.contrib.messages
  4766. web_1 | > django.contrib.staticfiles
  4767. web_1 | > django.contrib.admin
  4768. web_1 | > south
  4769. web_1 | > crispy_forms
  4770. web_1 | > avatar
  4771. web_1 | > bootstrap3
  4772. web_1 | > users
  4773. web_1 | > allauth
  4774. web_1 | > allauth.account
  4775. web_1 | > django.contrib.humanize
  4776. web_1 | > debug_toolbar
  4777. web_1 |
  4778. web_1 | Not synced (use migrations):
  4779. web_1 | - allauth.socialaccount
  4780. web_1 | - django_extensions
  4781. web_1 | (use ./manage.py migrate to migrate these)
  4782. web_1 | Running migrations for socialaccount:
  4783. web_1 | - Nothing to migrate.
  4784. web_1 | - Loading initial data for socialaccount.
  4785. web_1 | Installed 0 object(s) from 0 fixture(s)
  4786. web_1 | Running migrations for django_extensions:
  4787. web_1 | - Nothing to migrate.
  4788. web_1 | - Loading initial data for django_extensions.
  4789. web_1 | Installed 0 object(s) from 0 fixture(s)
  4790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4791. web_1 | [GCC 4.9.2] on linux2
  4792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4793. web_1 | (InteractiveConsole)
  4794. web_1 |
  4795. web_1 | >>> >>> Starting the server
  4796. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4797. web_1 |
  4798. web_1 | Fatal error: Unable to find local grunt.
  4799. web_1 |
  4800. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4801. web_1 | your project. For more information about installing and configuring grunt,
  4802. web_1 | please see the Getting Started guide:
  4803. web_1 |
  4804. web_1 | http://gruntjs.com/getting-started
  4805. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4806. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4807. web_1 | Syncing...
  4808. web_1 | Creating tables ...
  4809. web_1 | Installing custom SQL ...
  4810. web_1 | Installing indexes ...
  4811. web_1 | Installed 0 object(s) from 0 fixture(s)
  4812. web_1 |
  4813. web_1 | Synced:
  4814. web_1 | > django.contrib.auth
  4815. web_1 | > django.contrib.contenttypes
  4816. web_1 | > django.contrib.sessions
  4817. web_1 | > django.contrib.sites
  4818. web_1 | > django.contrib.messages
  4819. web_1 | > django.contrib.staticfiles
  4820. web_1 | > django.contrib.admin
  4821. web_1 | > south
  4822. web_1 | > crispy_forms
  4823. web_1 | > avatar
  4824. web_1 | > bootstrap3
  4825. web_1 | > users
  4826. web_1 | > allauth
  4827. web_1 | > allauth.account
  4828. web_1 | > django.contrib.humanize
  4829. web_1 | > debug_toolbar
  4830. web_1 |
  4831. web_1 | Not synced (use migrations):
  4832. web_1 | - allauth.socialaccount
  4833. web_1 | - django_extensions
  4834. web_1 | (use ./manage.py migrate to migrate these)
  4835. web_1 | Running migrations for socialaccount:
  4836. web_1 | - Nothing to migrate.
  4837. web_1 | - Loading initial data for socialaccount.
  4838. web_1 | Installed 0 object(s) from 0 fixture(s)
  4839. web_1 | Running migrations for django_extensions:
  4840. web_1 | - Nothing to migrate.
  4841. web_1 | - Loading initial data for django_extensions.
  4842. web_1 | Installed 0 object(s) from 0 fixture(s)
  4843. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4844. web_1 | [GCC 4.9.2] on linux2
  4845. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4846. web_1 | (InteractiveConsole)
  4847. web_1 |
  4848. web_1 | >>> >>> Starting the server
  4849. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4850. web_1 |
  4851. web_1 | Fatal error: Unable to find local grunt.
  4852. web_1 |
  4853. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4854. web_1 | your project. For more information about installing and configuring grunt,
  4855. web_1 | please see the Getting Started guide:
  4856. web_1 |
  4857. web_1 | http://gruntjs.com/getting-started
  4858. oclweb_web_1 exited with code 99
  4859. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4860. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4861. web_1 | Syncing...
  4862. web_1 | Traceback (most recent call last):
  4863. web_1 | File "ocl_web/manage.py", line 19, in <module>
  4864. web_1 | execute_from_command_line(sys.argv)
  4865. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  4866. web_1 | utility.execute()
  4867. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  4868. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  4869. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  4870. web_1 | self.execute(*args, **options.__dict__)
  4871. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  4872. web_1 | output = self.handle(*args, **options)
  4873. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  4874. web_1 | return self.handle_noargs(**options)
  4875. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  4876. web_1 | syncdb.Command().execute(**options)
  4877. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  4878. web_1 | output = self.handle(*args, **options)
  4879. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  4880. web_1 | return self.handle_noargs(**options)
  4881. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  4882. web_1 | cursor = connection.cursor()
  4883. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  4884. web_1 | cursor = self.make_debug_cursor(self._cursor())
  4885. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  4886. web_1 | self.ensure_connection()
  4887. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4888. web_1 | self.connect()
  4889. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  4890. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  4891. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4892. web_1 | self.connect()
  4893. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  4894. web_1 | self.connection = self.get_new_connection(conn_params)
  4895. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  4896. web_1 | return Database.connect(**conn_params)
  4897. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  4898. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  4899. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  4900. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  4901. web_1 | TCP/IP connections on port 5432?
  4902. web_1 |
  4903. web_1 | Traceback (most recent call last):
  4904. web_1 | File "ocl_web/manage.py", line 19, in <module>
  4905. web_1 | execute_from_command_line(sys.argv)
  4906. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  4907. web_1 | utility.execute()
  4908. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  4909. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  4910. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  4911. web_1 | self.execute(*args, **options.__dict__)
  4912. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  4913. web_1 | output = self.handle(*args, **options)
  4914. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  4915. web_1 | ignore_ghosts = ignore_ghosts,
  4916. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  4917. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  4918. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  4919. web_1 | for h in histories:
  4920. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  4921. web_1 | self._fetch_all()
  4922. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  4923. web_1 | self._result_cache = list(self.iterator())
  4924. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  4925. web_1 | for row in compiler.results_iter():
  4926. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  4927. web_1 | for rows in self.execute_sql(MULTI):
  4928. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  4929. web_1 | cursor = self.connection.cursor()
  4930. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  4931. web_1 | cursor = self.make_debug_cursor(self._cursor())
  4932. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  4933. web_1 | self.ensure_connection()
  4934. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4935. web_1 | self.connect()
  4936. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  4937. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  4938. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4939. web_1 | self.connect()
  4940. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  4941. web_1 | self.connection = self.get_new_connection(conn_params)
  4942. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  4943. web_1 | return Database.connect(**conn_params)
  4944. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  4945. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  4946. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  4947. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  4948. web_1 | TCP/IP connections on port 5432?
  4949. web_1 |
  4950. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  4951. web_1 | [GCC 4.9.2] on linux2
  4952. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  4953. web_1 | (InteractiveConsole)
  4954. web_1 | Traceback (most recent call last):
  4955. web_1 | File "<console>", line 1, in <module>
  4956. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  4957. web_1 | return self.query.get_count(using=self.db)
  4958. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  4959. web_1 | number = obj.get_aggregation(using=using)[None]
  4960. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  4961. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  4962. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  4963. web_1 | cursor = self.connection.cursor()
  4964. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  4965. web_1 | cursor = self.make_debug_cursor(self._cursor())
  4966. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  4967. web_1 | self.ensure_connection()
  4968. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4969. web_1 | self.connect()
  4970. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  4971. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  4972. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  4973. web_1 | self.connect()
  4974. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  4975. web_1 | self.connection = self.get_new_connection(conn_params)
  4976. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  4977. web_1 | return Database.connect(**conn_params)
  4978. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  4979. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  4980. web_1 | OperationalError: could not connect to server: Connection refused
  4981. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  4982. web_1 | TCP/IP connections on port 5432?
  4983. web_1 |
  4984. web_1 |
  4985. web_1 | >>> >>> Starting the server
  4986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4987. web_1 |
  4988. web_1 | Fatal error: Unable to find local grunt.
  4989. web_1 |
  4990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4991. web_1 | your project. For more information about installing and configuring grunt,
  4992. web_1 | please see the Getting Started guide:
  4993. web_1 |
  4994. web_1 | http://gruntjs.com/getting-started
  4995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  4997. web_1 | Syncing...
  4998. web_1 | Creating tables ...
  4999. web_1 | Creating table auth_permission
  5000. web_1 | Creating table auth_group_permissions
  5001. web_1 | Creating table auth_group
  5002. web_1 | Creating table django_content_type
  5003. web_1 | Creating table django_session
  5004. web_1 | Creating table django_site
  5005. web_1 | Creating table django_admin_log
  5006. web_1 | Creating table south_migrationhistory
  5007. web_1 | Creating table avatar_avatar
  5008. web_1 | Creating table users_user_groups
  5009. web_1 | Creating table users_user_user_permissions
  5010. web_1 | Creating table users_user
  5011. web_1 | Creating table account_emailaddress
  5012. web_1 | Creating table account_emailconfirmation
  5013. web_1 | Installing custom SQL ...
  5014. web_1 | Installing indexes ...
  5015. web_1 | Installed 0 object(s) from 0 fixture(s)
  5016. web_1 |
  5017. web_1 | Synced:
  5018. web_1 | > django.contrib.auth
  5019. web_1 | > django.contrib.contenttypes
  5020. web_1 | > django.contrib.sessions
  5021. web_1 | > django.contrib.sites
  5022. web_1 | > django.contrib.messages
  5023. web_1 | > django.contrib.staticfiles
  5024. web_1 | > django.contrib.admin
  5025. web_1 | > south
  5026. web_1 | > crispy_forms
  5027. web_1 | > avatar
  5028. web_1 | > bootstrap3
  5029. web_1 | > users
  5030. web_1 | > allauth
  5031. web_1 | > allauth.account
  5032. web_1 | > django.contrib.humanize
  5033. web_1 | > debug_toolbar
  5034. web_1 |
  5035. web_1 | Not synced (use migrations):
  5036. web_1 | - allauth.socialaccount
  5037. web_1 | - django_extensions
  5038. web_1 | (use ./manage.py migrate to migrate these)
  5039. web_1 | Running migrations for socialaccount:
  5040. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  5041. web_1 | > socialaccount:0001_initial
  5042. web_1 | > socialaccount:0002_genericmodels
  5043. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  5044. web_1 | > socialaccount:0004_add_sites
  5045. web_1 | > socialaccount:0005_set_sites
  5046. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  5047. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  5048. web_1 | > socialaccount:0008_client_id
  5049. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  5050. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  5051. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  5052. web_1 | - Loading initial data for socialaccount.
  5053. web_1 | Installed 0 object(s) from 0 fixture(s)
  5054. web_1 | Running migrations for django_extensions:
  5055. web_1 | - Migrating forwards to 0001_empty.
  5056. web_1 | > django_extensions:0001_empty
  5057. web_1 | - Loading initial data for django_extensions.
  5058. web_1 | Installed 0 object(s) from 0 fixture(s)
  5059. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5060. web_1 | [GCC 4.9.2] on linux2
  5061. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5062. web_1 | (InteractiveConsole)
  5063. web_1 |
  5064. web_1 | >>> >>> Starting the server
  5065. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5066. web_1 |
  5067. web_1 | Fatal error: Unable to find local grunt.
  5068. web_1 |
  5069. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5070. web_1 | your project. For more information about installing and configuring grunt,
  5071. web_1 | please see the Getting Started guide:
  5072. web_1 |
  5073. web_1 | http://gruntjs.com/getting-started
  5074. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5075. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5076. web_1 | Syncing...
  5077. web_1 | Creating tables ...
  5078. web_1 | Installing custom SQL ...
  5079. web_1 | Installing indexes ...
  5080. web_1 | Installed 0 object(s) from 0 fixture(s)
  5081. web_1 |
  5082. web_1 | Synced:
  5083. web_1 | > django.contrib.auth
  5084. web_1 | > django.contrib.contenttypes
  5085. web_1 | > django.contrib.sessions
  5086. web_1 | > django.contrib.sites
  5087. web_1 | > django.contrib.messages
  5088. web_1 | > django.contrib.staticfiles
  5089. web_1 | > django.contrib.admin
  5090. web_1 | > south
  5091. web_1 | > crispy_forms
  5092. web_1 | > avatar
  5093. web_1 | > bootstrap3
  5094. web_1 | > users
  5095. web_1 | > allauth
  5096. web_1 | > allauth.account
  5097. web_1 | > django.contrib.humanize
  5098. web_1 | > debug_toolbar
  5099. web_1 |
  5100. web_1 | Not synced (use migrations):
  5101. web_1 | - allauth.socialaccount
  5102. web_1 | - django_extensions
  5103. web_1 | (use ./manage.py migrate to migrate these)
  5104. web_1 | Running migrations for socialaccount:
  5105. web_1 | - Nothing to migrate.
  5106. web_1 | - Loading initial data for socialaccount.
  5107. web_1 | Installed 0 object(s) from 0 fixture(s)
  5108. web_1 | Running migrations for django_extensions:
  5109. web_1 | - Nothing to migrate.
  5110. web_1 | - Loading initial data for django_extensions.
  5111. web_1 | Installed 0 object(s) from 0 fixture(s)
  5112. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5113. web_1 | [GCC 4.9.2] on linux2
  5114. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5115. web_1 | (InteractiveConsole)
  5116. web_1 |
  5117. web_1 | >>> >>> Starting the server
  5118. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5119. web_1 |
  5120. web_1 | Fatal error: Unable to find local grunt.
  5121. web_1 |
  5122. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5123. web_1 | your project. For more information about installing and configuring grunt,
  5124. web_1 | please see the Getting Started guide:
  5125. web_1 |
  5126. web_1 | http://gruntjs.com/getting-started
  5127. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5128. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5129. web_1 | Syncing...
  5130. web_1 | Creating tables ...
  5131. web_1 | Installing custom SQL ...
  5132. web_1 | Installing indexes ...
  5133. web_1 | Installed 0 object(s) from 0 fixture(s)
  5134. web_1 |
  5135. web_1 | Synced:
  5136. web_1 | > django.contrib.auth
  5137. web_1 | > django.contrib.contenttypes
  5138. web_1 | > django.contrib.sessions
  5139. web_1 | > django.contrib.sites
  5140. web_1 | > django.contrib.messages
  5141. web_1 | > django.contrib.staticfiles
  5142. web_1 | > django.contrib.admin
  5143. web_1 | > south
  5144. web_1 | > crispy_forms
  5145. web_1 | > avatar
  5146. web_1 | > bootstrap3
  5147. web_1 | > users
  5148. web_1 | > allauth
  5149. web_1 | > allauth.account
  5150. web_1 | > django.contrib.humanize
  5151. web_1 | > debug_toolbar
  5152. web_1 |
  5153. web_1 | Not synced (use migrations):
  5154. web_1 | - allauth.socialaccount
  5155. web_1 | - django_extensions
  5156. web_1 | (use ./manage.py migrate to migrate these)
  5157. web_1 | Running migrations for socialaccount:
  5158. web_1 | - Nothing to migrate.
  5159. web_1 | - Loading initial data for socialaccount.
  5160. web_1 | Installed 0 object(s) from 0 fixture(s)
  5161. web_1 | Running migrations for django_extensions:
  5162. web_1 | - Nothing to migrate.
  5163. web_1 | - Loading initial data for django_extensions.
  5164. web_1 | Installed 0 object(s) from 0 fixture(s)
  5165. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5166. web_1 | [GCC 4.9.2] on linux2
  5167. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5168. web_1 | (InteractiveConsole)
  5169. web_1 |
  5170. web_1 | >>> >>> Starting the server
  5171. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5172. web_1 |
  5173. web_1 | Fatal error: Unable to find local grunt.
  5174. web_1 |
  5175. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5176. web_1 | your project. For more information about installing and configuring grunt,
  5177. web_1 | please see the Getting Started guide:
  5178. web_1 |
  5179. web_1 | http://gruntjs.com/getting-started
  5180. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5181. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5182. web_1 | Syncing...
  5183. web_1 | Creating tables ...
  5184. web_1 | Installing custom SQL ...
  5185. web_1 | Installing indexes ...
  5186. web_1 | Installed 0 object(s) from 0 fixture(s)
  5187. web_1 |
  5188. web_1 | Synced:
  5189. web_1 | > django.contrib.auth
  5190. web_1 | > django.contrib.contenttypes
  5191. web_1 | > django.contrib.sessions
  5192. web_1 | > django.contrib.sites
  5193. web_1 | > django.contrib.messages
  5194. web_1 | > django.contrib.staticfiles
  5195. web_1 | > django.contrib.admin
  5196. web_1 | > south
  5197. web_1 | > crispy_forms
  5198. web_1 | > avatar
  5199. web_1 | > bootstrap3
  5200. web_1 | > users
  5201. web_1 | > allauth
  5202. web_1 | > allauth.account
  5203. web_1 | > django.contrib.humanize
  5204. web_1 | > debug_toolbar
  5205. web_1 |
  5206. web_1 | Not synced (use migrations):
  5207. web_1 | - allauth.socialaccount
  5208. web_1 | - django_extensions
  5209. web_1 | (use ./manage.py migrate to migrate these)
  5210. web_1 | Running migrations for socialaccount:
  5211. web_1 | - Nothing to migrate.
  5212. web_1 | - Loading initial data for socialaccount.
  5213. web_1 | Installed 0 object(s) from 0 fixture(s)
  5214. web_1 | Running migrations for django_extensions:
  5215. web_1 | - Nothing to migrate.
  5216. web_1 | - Loading initial data for django_extensions.
  5217. web_1 | Installed 0 object(s) from 0 fixture(s)
  5218. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5219. web_1 | [GCC 4.9.2] on linux2
  5220. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5221. web_1 | (InteractiveConsole)
  5222. web_1 |
  5223. web_1 | >>> >>> Starting the server
  5224. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5225. web_1 |
  5226. web_1 | Fatal error: Unable to find local grunt.
  5227. web_1 |
  5228. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5229. web_1 | your project. For more information about installing and configuring grunt,
  5230. web_1 | please see the Getting Started guide:
  5231. web_1 |
  5232. web_1 | http://gruntjs.com/getting-started
  5233. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5234. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5235. web_1 | Syncing...
  5236. web_1 | Creating tables ...
  5237. web_1 | Installing custom SQL ...
  5238. web_1 | Installing indexes ...
  5239. web_1 | Installed 0 object(s) from 0 fixture(s)
  5240. web_1 |
  5241. web_1 | Synced:
  5242. web_1 | > django.contrib.auth
  5243. web_1 | > django.contrib.contenttypes
  5244. web_1 | > django.contrib.sessions
  5245. web_1 | > django.contrib.sites
  5246. web_1 | > django.contrib.messages
  5247. web_1 | > django.contrib.staticfiles
  5248. web_1 | > django.contrib.admin
  5249. web_1 | > south
  5250. web_1 | > crispy_forms
  5251. web_1 | > avatar
  5252. web_1 | > bootstrap3
  5253. web_1 | > users
  5254. web_1 | > allauth
  5255. web_1 | > allauth.account
  5256. web_1 | > django.contrib.humanize
  5257. web_1 | > debug_toolbar
  5258. web_1 |
  5259. web_1 | Not synced (use migrations):
  5260. web_1 | - allauth.socialaccount
  5261. web_1 | - django_extensions
  5262. web_1 | (use ./manage.py migrate to migrate these)
  5263. web_1 | Running migrations for socialaccount:
  5264. web_1 | - Nothing to migrate.
  5265. web_1 | - Loading initial data for socialaccount.
  5266. web_1 | Installed 0 object(s) from 0 fixture(s)
  5267. web_1 | Running migrations for django_extensions:
  5268. web_1 | - Nothing to migrate.
  5269. web_1 | - Loading initial data for django_extensions.
  5270. web_1 | Installed 0 object(s) from 0 fixture(s)
  5271. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5272. web_1 | [GCC 4.9.2] on linux2
  5273. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5274. web_1 | (InteractiveConsole)
  5275. web_1 |
  5276. web_1 | >>> >>> Starting the server
  5277. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5278. web_1 |
  5279. web_1 | Fatal error: Unable to find local grunt.
  5280. web_1 |
  5281. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5282. web_1 | your project. For more information about installing and configuring grunt,
  5283. web_1 | please see the Getting Started guide:
  5284. web_1 |
  5285. web_1 | http://gruntjs.com/getting-started
  5286. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5287. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5288. web_1 | Syncing...
  5289. web_1 | Creating tables ...
  5290. web_1 | Installing custom SQL ...
  5291. web_1 | Installing indexes ...
  5292. web_1 | Installed 0 object(s) from 0 fixture(s)
  5293. web_1 |
  5294. web_1 | Synced:
  5295. web_1 | > django.contrib.auth
  5296. web_1 | > django.contrib.contenttypes
  5297. web_1 | > django.contrib.sessions
  5298. web_1 | > django.contrib.sites
  5299. web_1 | > django.contrib.messages
  5300. web_1 | > django.contrib.staticfiles
  5301. web_1 | > django.contrib.admin
  5302. web_1 | > south
  5303. web_1 | > crispy_forms
  5304. web_1 | > avatar
  5305. web_1 | > bootstrap3
  5306. web_1 | > users
  5307. web_1 | > allauth
  5308. web_1 | > allauth.account
  5309. web_1 | > django.contrib.humanize
  5310. web_1 | > debug_toolbar
  5311. web_1 |
  5312. web_1 | Not synced (use migrations):
  5313. web_1 | - allauth.socialaccount
  5314. web_1 | - django_extensions
  5315. web_1 | (use ./manage.py migrate to migrate these)
  5316. web_1 | Running migrations for socialaccount:
  5317. web_1 | - Nothing to migrate.
  5318. web_1 | - Loading initial data for socialaccount.
  5319. web_1 | Installed 0 object(s) from 0 fixture(s)
  5320. web_1 | Running migrations for django_extensions:
  5321. web_1 | - Nothing to migrate.
  5322. web_1 | - Loading initial data for django_extensions.
  5323. web_1 | Installed 0 object(s) from 0 fixture(s)
  5324. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5325. web_1 | [GCC 4.9.2] on linux2
  5326. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5327. web_1 | (InteractiveConsole)
  5328. web_1 |
  5329. web_1 | >>> >>> Starting the server
  5330. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5331. web_1 |
  5332. web_1 | Fatal error: Unable to find local grunt.
  5333. web_1 |
  5334. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5335. web_1 | your project. For more information about installing and configuring grunt,
  5336. web_1 | please see the Getting Started guide:
  5337. web_1 |
  5338. web_1 | http://gruntjs.com/getting-started
  5339. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5340. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5341. web_1 | Syncing...
  5342. web_1 | Creating tables ...
  5343. web_1 | Installing custom SQL ...
  5344. web_1 | Installing indexes ...
  5345. web_1 | Installed 0 object(s) from 0 fixture(s)
  5346. web_1 |
  5347. web_1 | Synced:
  5348. web_1 | > django.contrib.auth
  5349. web_1 | > django.contrib.contenttypes
  5350. web_1 | > django.contrib.sessions
  5351. web_1 | > django.contrib.sites
  5352. web_1 | > django.contrib.messages
  5353. web_1 | > django.contrib.staticfiles
  5354. web_1 | > django.contrib.admin
  5355. web_1 | > south
  5356. web_1 | > crispy_forms
  5357. web_1 | > avatar
  5358. web_1 | > bootstrap3
  5359. web_1 | > users
  5360. web_1 | > allauth
  5361. web_1 | > allauth.account
  5362. web_1 | > django.contrib.humanize
  5363. web_1 | > debug_toolbar
  5364. web_1 |
  5365. web_1 | Not synced (use migrations):
  5366. web_1 | - allauth.socialaccount
  5367. web_1 | - django_extensions
  5368. web_1 | (use ./manage.py migrate to migrate these)
  5369. web_1 | Running migrations for socialaccount:
  5370. web_1 | - Nothing to migrate.
  5371. web_1 | - Loading initial data for socialaccount.
  5372. web_1 | Installed 0 object(s) from 0 fixture(s)
  5373. web_1 | Running migrations for django_extensions:
  5374. web_1 | - Nothing to migrate.
  5375. web_1 | - Loading initial data for django_extensions.
  5376. web_1 | Installed 0 object(s) from 0 fixture(s)
  5377. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5378. web_1 | [GCC 4.9.2] on linux2
  5379. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5380. web_1 | (InteractiveConsole)
  5381. web_1 |
  5382. web_1 | >>> >>> Starting the server
  5383. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5384. web_1 |
  5385. web_1 | Fatal error: Unable to find local grunt.
  5386. web_1 |
  5387. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5388. web_1 | your project. For more information about installing and configuring grunt,
  5389. web_1 | please see the Getting Started guide:
  5390. web_1 |
  5391. web_1 | http://gruntjs.com/getting-started
  5392. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5393. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5394. web_1 | Syncing...
  5395. web_1 | Creating tables ...
  5396. web_1 | Installing custom SQL ...
  5397. web_1 | Installing indexes ...
  5398. web_1 | Installed 0 object(s) from 0 fixture(s)
  5399. web_1 |
  5400. web_1 | Synced:
  5401. web_1 | > django.contrib.auth
  5402. web_1 | > django.contrib.contenttypes
  5403. web_1 | > django.contrib.sessions
  5404. web_1 | > django.contrib.sites
  5405. web_1 | > django.contrib.messages
  5406. web_1 | > django.contrib.staticfiles
  5407. web_1 | > django.contrib.admin
  5408. web_1 | > south
  5409. web_1 | > crispy_forms
  5410. web_1 | > avatar
  5411. web_1 | > bootstrap3
  5412. web_1 | > users
  5413. web_1 | > allauth
  5414. web_1 | > allauth.account
  5415. web_1 | > django.contrib.humanize
  5416. web_1 | > debug_toolbar
  5417. web_1 |
  5418. web_1 | Not synced (use migrations):
  5419. web_1 | - allauth.socialaccount
  5420. web_1 | - django_extensions
  5421. web_1 | (use ./manage.py migrate to migrate these)
  5422. web_1 | Running migrations for socialaccount:
  5423. web_1 | - Nothing to migrate.
  5424. web_1 | - Loading initial data for socialaccount.
  5425. web_1 | Installed 0 object(s) from 0 fixture(s)
  5426. web_1 | Running migrations for django_extensions:
  5427. web_1 | - Nothing to migrate.
  5428. web_1 | - Loading initial data for django_extensions.
  5429. web_1 | Installed 0 object(s) from 0 fixture(s)
  5430. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5431. web_1 | [GCC 4.9.2] on linux2
  5432. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5433. web_1 | (InteractiveConsole)
  5434. web_1 |
  5435. web_1 | >>> >>> Starting the server
  5436. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5437. web_1 |
  5438. web_1 | Fatal error: Unable to find local grunt.
  5439. web_1 |
  5440. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5441. web_1 | your project. For more information about installing and configuring grunt,
  5442. web_1 | please see the Getting Started guide:
  5443. web_1 |
  5444. web_1 | http://gruntjs.com/getting-started
  5445. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5446. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5447. web_1 | Syncing...
  5448. web_1 | Creating tables ...
  5449. web_1 | Installing custom SQL ...
  5450. web_1 | Installing indexes ...
  5451. web_1 | Installed 0 object(s) from 0 fixture(s)
  5452. web_1 |
  5453. web_1 | Synced:
  5454. web_1 | > django.contrib.auth
  5455. web_1 | > django.contrib.contenttypes
  5456. web_1 | > django.contrib.sessions
  5457. web_1 | > django.contrib.sites
  5458. web_1 | > django.contrib.messages
  5459. web_1 | > django.contrib.staticfiles
  5460. web_1 | > django.contrib.admin
  5461. web_1 | > south
  5462. web_1 | > crispy_forms
  5463. web_1 | > avatar
  5464. web_1 | > bootstrap3
  5465. web_1 | > users
  5466. web_1 | > allauth
  5467. web_1 | > allauth.account
  5468. web_1 | > django.contrib.humanize
  5469. web_1 | > debug_toolbar
  5470. web_1 |
  5471. web_1 | Not synced (use migrations):
  5472. web_1 | - allauth.socialaccount
  5473. web_1 | - django_extensions
  5474. web_1 | (use ./manage.py migrate to migrate these)
  5475. web_1 | Running migrations for socialaccount:
  5476. web_1 | - Nothing to migrate.
  5477. web_1 | - Loading initial data for socialaccount.
  5478. web_1 | Installed 0 object(s) from 0 fixture(s)
  5479. web_1 | Running migrations for django_extensions:
  5480. web_1 | - Nothing to migrate.
  5481. web_1 | - Loading initial data for django_extensions.
  5482. web_1 | Installed 0 object(s) from 0 fixture(s)
  5483. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5484. web_1 | [GCC 4.9.2] on linux2
  5485. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5486. web_1 | (InteractiveConsole)
  5487. web_1 |
  5488. web_1 | >>> >>> Starting the server
  5489. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5490. web_1 |
  5491. web_1 | Fatal error: Unable to find local grunt.
  5492. web_1 |
  5493. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5494. web_1 | your project. For more information about installing and configuring grunt,
  5495. web_1 | please see the Getting Started guide:
  5496. web_1 |
  5497. web_1 | http://gruntjs.com/getting-started
  5498. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5499. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5500. web_1 | Syncing...
  5501. web_1 | Creating tables ...
  5502. web_1 | Installing custom SQL ...
  5503. web_1 | Installing indexes ...
  5504. web_1 | Installed 0 object(s) from 0 fixture(s)
  5505. web_1 |
  5506. web_1 | Synced:
  5507. web_1 | > django.contrib.auth
  5508. web_1 | > django.contrib.contenttypes
  5509. web_1 | > django.contrib.sessions
  5510. web_1 | > django.contrib.sites
  5511. web_1 | > django.contrib.messages
  5512. web_1 | > django.contrib.staticfiles
  5513. web_1 | > django.contrib.admin
  5514. web_1 | > south
  5515. web_1 | > crispy_forms
  5516. web_1 | > avatar
  5517. web_1 | > bootstrap3
  5518. web_1 | > users
  5519. web_1 | > allauth
  5520. web_1 | > allauth.account
  5521. web_1 | > django.contrib.humanize
  5522. web_1 | > debug_toolbar
  5523. web_1 |
  5524. web_1 | Not synced (use migrations):
  5525. web_1 | - allauth.socialaccount
  5526. web_1 | - django_extensions
  5527. web_1 | (use ./manage.py migrate to migrate these)
  5528. web_1 | Running migrations for socialaccount:
  5529. web_1 | - Nothing to migrate.
  5530. web_1 | - Loading initial data for socialaccount.
  5531. web_1 | Installed 0 object(s) from 0 fixture(s)
  5532. web_1 | Running migrations for django_extensions:
  5533. web_1 | - Nothing to migrate.
  5534. web_1 | - Loading initial data for django_extensions.
  5535. web_1 | Installed 0 object(s) from 0 fixture(s)
  5536. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5537. web_1 | [GCC 4.9.2] on linux2
  5538. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5539. web_1 | (InteractiveConsole)
  5540. web_1 |
  5541. web_1 | >>> >>> Starting the server
  5542. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5543. web_1 |
  5544. web_1 | Fatal error: Unable to find local grunt.
  5545. web_1 |
  5546. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5547. web_1 | your project. For more information about installing and configuring grunt,
  5548. web_1 | please see the Getting Started guide:
  5549. web_1 |
  5550. web_1 | http://gruntjs.com/getting-started
  5551. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5552. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5553. web_1 | Syncing...
  5554. web_1 | Creating tables ...
  5555. web_1 | Installing custom SQL ...
  5556. web_1 | Installing indexes ...
  5557. web_1 | Installed 0 object(s) from 0 fixture(s)
  5558. web_1 |
  5559. web_1 | Synced:
  5560. web_1 | > django.contrib.auth
  5561. web_1 | > django.contrib.contenttypes
  5562. web_1 | > django.contrib.sessions
  5563. web_1 | > django.contrib.sites
  5564. web_1 | > django.contrib.messages
  5565. web_1 | > django.contrib.staticfiles
  5566. web_1 | > django.contrib.admin
  5567. web_1 | > south
  5568. web_1 | > crispy_forms
  5569. web_1 | > avatar
  5570. web_1 | > bootstrap3
  5571. web_1 | > users
  5572. web_1 | > allauth
  5573. web_1 | > allauth.account
  5574. web_1 | > django.contrib.humanize
  5575. web_1 | > debug_toolbar
  5576. web_1 |
  5577. web_1 | Not synced (use migrations):
  5578. web_1 | - allauth.socialaccount
  5579. web_1 | - django_extensions
  5580. web_1 | (use ./manage.py migrate to migrate these)
  5581. web_1 | Running migrations for socialaccount:
  5582. web_1 | - Nothing to migrate.
  5583. web_1 | - Loading initial data for socialaccount.
  5584. web_1 | Installed 0 object(s) from 0 fixture(s)
  5585. web_1 | Running migrations for django_extensions:
  5586. web_1 | - Nothing to migrate.
  5587. web_1 | - Loading initial data for django_extensions.
  5588. web_1 | Installed 0 object(s) from 0 fixture(s)
  5589. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5590. web_1 | [GCC 4.9.2] on linux2
  5591. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5592. web_1 | (InteractiveConsole)
  5593. web_1 |
  5594. web_1 | >>> >>> Starting the server
  5595. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5596. web_1 |
  5597. web_1 | Fatal error: Unable to find local grunt.
  5598. web_1 |
  5599. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5600. web_1 | your project. For more information about installing and configuring grunt,
  5601. web_1 | please see the Getting Started guide:
  5602. web_1 |
  5603. web_1 | http://gruntjs.com/getting-started
  5604. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5605. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5606. web_1 | Syncing...
  5607. web_1 | Creating tables ...
  5608. web_1 | Installing custom SQL ...
  5609. web_1 | Installing indexes ...
  5610. web_1 | Installed 0 object(s) from 0 fixture(s)
  5611. web_1 |
  5612. web_1 | Synced:
  5613. web_1 | > django.contrib.auth
  5614. web_1 | > django.contrib.contenttypes
  5615. web_1 | > django.contrib.sessions
  5616. web_1 | > django.contrib.sites
  5617. web_1 | > django.contrib.messages
  5618. web_1 | > django.contrib.staticfiles
  5619. web_1 | > django.contrib.admin
  5620. web_1 | > south
  5621. web_1 | > crispy_forms
  5622. web_1 | > avatar
  5623. web_1 | > bootstrap3
  5624. web_1 | > users
  5625. web_1 | > allauth
  5626. web_1 | > allauth.account
  5627. web_1 | > django.contrib.humanize
  5628. web_1 | > debug_toolbar
  5629. web_1 |
  5630. web_1 | Not synced (use migrations):
  5631. web_1 | - allauth.socialaccount
  5632. web_1 | - django_extensions
  5633. web_1 | (use ./manage.py migrate to migrate these)
  5634. web_1 | Running migrations for socialaccount:
  5635. web_1 | - Nothing to migrate.
  5636. web_1 | - Loading initial data for socialaccount.
  5637. web_1 | Installed 0 object(s) from 0 fixture(s)
  5638. web_1 | Running migrations for django_extensions:
  5639. web_1 | - Nothing to migrate.
  5640. web_1 | - Loading initial data for django_extensions.
  5641. web_1 | Installed 0 object(s) from 0 fixture(s)
  5642. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5643. web_1 | [GCC 4.9.2] on linux2
  5644. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5645. web_1 | (InteractiveConsole)
  5646. web_1 |
  5647. web_1 | >>> >>> Starting the server
  5648. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5649. web_1 |
  5650. web_1 | Fatal error: Unable to find local grunt.
  5651. web_1 |
  5652. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5653. web_1 | your project. For more information about installing and configuring grunt,
  5654. web_1 | please see the Getting Started guide:
  5655. web_1 |
  5656. web_1 | http://gruntjs.com/getting-started
  5657. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5658. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5659. web_1 | Syncing...
  5660. web_1 | Creating tables ...
  5661. web_1 | Installing custom SQL ...
  5662. web_1 | Installing indexes ...
  5663. web_1 | Installed 0 object(s) from 0 fixture(s)
  5664. web_1 |
  5665. web_1 | Synced:
  5666. web_1 | > django.contrib.auth
  5667. web_1 | > django.contrib.contenttypes
  5668. web_1 | > django.contrib.sessions
  5669. web_1 | > django.contrib.sites
  5670. web_1 | > django.contrib.messages
  5671. web_1 | > django.contrib.staticfiles
  5672. web_1 | > django.contrib.admin
  5673. web_1 | > south
  5674. web_1 | > crispy_forms
  5675. web_1 | > avatar
  5676. web_1 | > bootstrap3
  5677. web_1 | > users
  5678. web_1 | > allauth
  5679. web_1 | > allauth.account
  5680. web_1 | > django.contrib.humanize
  5681. web_1 | > debug_toolbar
  5682. web_1 |
  5683. web_1 | Not synced (use migrations):
  5684. web_1 | - allauth.socialaccount
  5685. web_1 | - django_extensions
  5686. web_1 | (use ./manage.py migrate to migrate these)
  5687. web_1 | Running migrations for socialaccount:
  5688. web_1 | - Nothing to migrate.
  5689. web_1 | - Loading initial data for socialaccount.
  5690. web_1 | Installed 0 object(s) from 0 fixture(s)
  5691. web_1 | Running migrations for django_extensions:
  5692. web_1 | - Nothing to migrate.
  5693. web_1 | - Loading initial data for django_extensions.
  5694. web_1 | Installed 0 object(s) from 0 fixture(s)
  5695. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5696. web_1 | [GCC 4.9.2] on linux2
  5697. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5698. web_1 | (InteractiveConsole)
  5699. web_1 |
  5700. web_1 | >>> >>> Starting the server
  5701. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5702. web_1 |
  5703. web_1 | Fatal error: Unable to find local grunt.
  5704. web_1 |
  5705. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5706. web_1 | your project. For more information about installing and configuring grunt,
  5707. web_1 | please see the Getting Started guide:
  5708. web_1 |
  5709. web_1 | http://gruntjs.com/getting-started
  5710. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5711. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5712. web_1 | Syncing...
  5713. web_1 | Creating tables ...
  5714. web_1 | Installing custom SQL ...
  5715. web_1 | Installing indexes ...
  5716. web_1 | Installed 0 object(s) from 0 fixture(s)
  5717. web_1 |
  5718. web_1 | Synced:
  5719. web_1 | > django.contrib.auth
  5720. web_1 | > django.contrib.contenttypes
  5721. web_1 | > django.contrib.sessions
  5722. web_1 | > django.contrib.sites
  5723. web_1 | > django.contrib.messages
  5724. web_1 | > django.contrib.staticfiles
  5725. web_1 | > django.contrib.admin
  5726. web_1 | > south
  5727. web_1 | > crispy_forms
  5728. web_1 | > avatar
  5729. web_1 | > bootstrap3
  5730. web_1 | > users
  5731. web_1 | > allauth
  5732. web_1 | > allauth.account
  5733. web_1 | > django.contrib.humanize
  5734. web_1 | > debug_toolbar
  5735. web_1 |
  5736. web_1 | Not synced (use migrations):
  5737. web_1 | - allauth.socialaccount
  5738. web_1 | - django_extensions
  5739. web_1 | (use ./manage.py migrate to migrate these)
  5740. web_1 | Running migrations for socialaccount:
  5741. web_1 | - Nothing to migrate.
  5742. web_1 | - Loading initial data for socialaccount.
  5743. web_1 | Installed 0 object(s) from 0 fixture(s)
  5744. web_1 | Running migrations for django_extensions:
  5745. web_1 | - Nothing to migrate.
  5746. web_1 | - Loading initial data for django_extensions.
  5747. web_1 | Installed 0 object(s) from 0 fixture(s)
  5748. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5749. web_1 | [GCC 4.9.2] on linux2
  5750. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5751. web_1 | (InteractiveConsole)
  5752. web_1 |
  5753. web_1 | >>> >>> Starting the server
  5754. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5755. web_1 |
  5756. web_1 | Fatal error: Unable to find local grunt.
  5757. web_1 |
  5758. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5759. web_1 | your project. For more information about installing and configuring grunt,
  5760. web_1 | please see the Getting Started guide:
  5761. web_1 |
  5762. web_1 | http://gruntjs.com/getting-started
  5763. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5764. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5765. web_1 | Syncing...
  5766. web_1 | Creating tables ...
  5767. web_1 | Installing custom SQL ...
  5768. web_1 | Installing indexes ...
  5769. web_1 | Installed 0 object(s) from 0 fixture(s)
  5770. web_1 |
  5771. web_1 | Synced:
  5772. web_1 | > django.contrib.auth
  5773. web_1 | > django.contrib.contenttypes
  5774. web_1 | > django.contrib.sessions
  5775. web_1 | > django.contrib.sites
  5776. web_1 | > django.contrib.messages
  5777. web_1 | > django.contrib.staticfiles
  5778. web_1 | > django.contrib.admin
  5779. web_1 | > south
  5780. web_1 | > crispy_forms
  5781. web_1 | > avatar
  5782. web_1 | > bootstrap3
  5783. web_1 | > users
  5784. web_1 | > allauth
  5785. web_1 | > allauth.account
  5786. web_1 | > django.contrib.humanize
  5787. web_1 | > debug_toolbar
  5788. web_1 |
  5789. web_1 | Not synced (use migrations):
  5790. web_1 | - allauth.socialaccount
  5791. web_1 | - django_extensions
  5792. web_1 | (use ./manage.py migrate to migrate these)
  5793. web_1 | Running migrations for socialaccount:
  5794. web_1 | - Nothing to migrate.
  5795. web_1 | - Loading initial data for socialaccount.
  5796. web_1 | Installed 0 object(s) from 0 fixture(s)
  5797. web_1 | Running migrations for django_extensions:
  5798. web_1 | - Nothing to migrate.
  5799. web_1 | - Loading initial data for django_extensions.
  5800. web_1 | Installed 0 object(s) from 0 fixture(s)
  5801. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5802. web_1 | [GCC 4.9.2] on linux2
  5803. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5804. web_1 | (InteractiveConsole)
  5805. web_1 |
  5806. web_1 | >>> >>> Starting the server
  5807. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5808. web_1 |
  5809. web_1 | Fatal error: Unable to find local grunt.
  5810. web_1 |
  5811. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5812. web_1 | your project. For more information about installing and configuring grunt,
  5813. web_1 | please see the Getting Started guide:
  5814. web_1 |
  5815. web_1 | http://gruntjs.com/getting-started
  5816. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5817. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5818. web_1 | Syncing...
  5819. web_1 | Creating tables ...
  5820. web_1 | Installing custom SQL ...
  5821. web_1 | Installing indexes ...
  5822. web_1 | Installed 0 object(s) from 0 fixture(s)
  5823. web_1 |
  5824. web_1 | Synced:
  5825. web_1 | > django.contrib.auth
  5826. web_1 | > django.contrib.contenttypes
  5827. web_1 | > django.contrib.sessions
  5828. web_1 | > django.contrib.sites
  5829. web_1 | > django.contrib.messages
  5830. web_1 | > django.contrib.staticfiles
  5831. web_1 | > django.contrib.admin
  5832. web_1 | > south
  5833. web_1 | > crispy_forms
  5834. web_1 | > avatar
  5835. web_1 | > bootstrap3
  5836. web_1 | > users
  5837. web_1 | > allauth
  5838. web_1 | > allauth.account
  5839. web_1 | > django.contrib.humanize
  5840. web_1 | > debug_toolbar
  5841. web_1 |
  5842. web_1 | Not synced (use migrations):
  5843. web_1 | - allauth.socialaccount
  5844. web_1 | - django_extensions
  5845. web_1 | (use ./manage.py migrate to migrate these)
  5846. web_1 | Running migrations for socialaccount:
  5847. web_1 | - Nothing to migrate.
  5848. web_1 | - Loading initial data for socialaccount.
  5849. web_1 | Installed 0 object(s) from 0 fixture(s)
  5850. web_1 | Running migrations for django_extensions:
  5851. web_1 | - Nothing to migrate.
  5852. web_1 | - Loading initial data for django_extensions.
  5853. web_1 | Installed 0 object(s) from 0 fixture(s)
  5854. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5855. web_1 | [GCC 4.9.2] on linux2
  5856. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5857. web_1 | (InteractiveConsole)
  5858. web_1 |
  5859. web_1 | >>> >>> Starting the server
  5860. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5861. web_1 |
  5862. web_1 | Fatal error: Unable to find local grunt.
  5863. web_1 |
  5864. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5865. web_1 | your project. For more information about installing and configuring grunt,
  5866. web_1 | please see the Getting Started guide:
  5867. web_1 |
  5868. web_1 | http://gruntjs.com/getting-started
  5869. oclweb_web_1 exited with code 99
  5870. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5871. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  5872. web_1 | Syncing...
  5873. web_1 | Traceback (most recent call last):
  5874. web_1 | File "ocl_web/manage.py", line 19, in <module>
  5875. web_1 | execute_from_command_line(sys.argv)
  5876. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  5877. web_1 | utility.execute()
  5878. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  5879. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  5880. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  5881. web_1 | self.execute(*args, **options.__dict__)
  5882. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  5883. web_1 | output = self.handle(*args, **options)
  5884. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  5885. web_1 | return self.handle_noargs(**options)
  5886. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  5887. web_1 | syncdb.Command().execute(**options)
  5888. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  5889. web_1 | output = self.handle(*args, **options)
  5890. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  5891. web_1 | return self.handle_noargs(**options)
  5892. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  5893. web_1 | cursor = connection.cursor()
  5894. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  5895. web_1 | cursor = self.make_debug_cursor(self._cursor())
  5896. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  5897. web_1 | self.ensure_connection()
  5898. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5899. web_1 | self.connect()
  5900. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  5901. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  5902. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5903. web_1 | self.connect()
  5904. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  5905. web_1 | self.connection = self.get_new_connection(conn_params)
  5906. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  5907. web_1 | return Database.connect(**conn_params)
  5908. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  5909. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  5910. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  5911. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  5912. web_1 | TCP/IP connections on port 5432?
  5913. web_1 |
  5914. web_1 | Traceback (most recent call last):
  5915. web_1 | File "ocl_web/manage.py", line 19, in <module>
  5916. web_1 | execute_from_command_line(sys.argv)
  5917. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  5918. web_1 | utility.execute()
  5919. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  5920. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  5921. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  5922. web_1 | self.execute(*args, **options.__dict__)
  5923. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  5924. web_1 | output = self.handle(*args, **options)
  5925. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  5926. web_1 | ignore_ghosts = ignore_ghosts,
  5927. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  5928. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  5929. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  5930. web_1 | for h in histories:
  5931. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  5932. web_1 | self._fetch_all()
  5933. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  5934. web_1 | self._result_cache = list(self.iterator())
  5935. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  5936. web_1 | for row in compiler.results_iter():
  5937. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  5938. web_1 | for rows in self.execute_sql(MULTI):
  5939. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  5940. web_1 | cursor = self.connection.cursor()
  5941. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  5942. web_1 | cursor = self.make_debug_cursor(self._cursor())
  5943. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  5944. web_1 | self.ensure_connection()
  5945. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5946. web_1 | self.connect()
  5947. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  5948. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  5949. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5950. web_1 | self.connect()
  5951. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  5952. web_1 | self.connection = self.get_new_connection(conn_params)
  5953. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  5954. web_1 | return Database.connect(**conn_params)
  5955. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  5956. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  5957. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  5958. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  5959. web_1 | TCP/IP connections on port 5432?
  5960. web_1 |
  5961. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  5962. web_1 | [GCC 4.9.2] on linux2
  5963. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  5964. web_1 | (InteractiveConsole)
  5965. web_1 | Traceback (most recent call last):
  5966. web_1 | File "<console>", line 1, in <module>
  5967. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  5968. web_1 | return self.query.get_count(using=self.db)
  5969. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  5970. web_1 | number = obj.get_aggregation(using=using)[None]
  5971. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  5972. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  5973. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  5974. web_1 | cursor = self.connection.cursor()
  5975. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  5976. web_1 | cursor = self.make_debug_cursor(self._cursor())
  5977. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  5978. web_1 | self.ensure_connection()
  5979. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5980. web_1 | self.connect()
  5981. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  5982. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  5983. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  5984. web_1 | self.connect()
  5985. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  5986. web_1 | self.connection = self.get_new_connection(conn_params)
  5987. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  5988. web_1 | return Database.connect(**conn_params)
  5989. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  5990. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  5991. web_1 | OperationalError: could not connect to server: Connection refused
  5992. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  5993. web_1 | TCP/IP connections on port 5432?
  5994. web_1 |
  5995. web_1 |
  5996. web_1 | >>> >>> Starting the server
  5997. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5998. web_1 |
  5999. web_1 | Fatal error: Unable to find local grunt.
  6000. web_1 |
  6001. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6002. web_1 | your project. For more information about installing and configuring grunt,
  6003. web_1 | please see the Getting Started guide:
  6004. web_1 |
  6005. web_1 | http://gruntjs.com/getting-started
  6006. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6007. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6008. web_1 | Syncing...
  6009. web_1 | Creating tables ...
  6010. web_1 | Creating table auth_permission
  6011. web_1 | Creating table auth_group_permissions
  6012. web_1 | Creating table auth_group
  6013. web_1 | Creating table django_content_type
  6014. web_1 | Creating table django_session
  6015. web_1 | Creating table django_site
  6016. web_1 | Creating table django_admin_log
  6017. web_1 | Creating table south_migrationhistory
  6018. web_1 | Creating table avatar_avatar
  6019. web_1 | Creating table users_user_groups
  6020. web_1 | Creating table users_user_user_permissions
  6021. web_1 | Creating table users_user
  6022. web_1 | Creating table account_emailaddress
  6023. web_1 | Creating table account_emailconfirmation
  6024. web_1 | Installing custom SQL ...
  6025. web_1 | Installing indexes ...
  6026. web_1 | Installed 0 object(s) from 0 fixture(s)
  6027. web_1 |
  6028. web_1 | Synced:
  6029. web_1 | > django.contrib.auth
  6030. web_1 | > django.contrib.contenttypes
  6031. web_1 | > django.contrib.sessions
  6032. web_1 | > django.contrib.sites
  6033. web_1 | > django.contrib.messages
  6034. web_1 | > django.contrib.staticfiles
  6035. web_1 | > django.contrib.admin
  6036. web_1 | > south
  6037. web_1 | > crispy_forms
  6038. web_1 | > avatar
  6039. web_1 | > bootstrap3
  6040. web_1 | > users
  6041. web_1 | > allauth
  6042. web_1 | > allauth.account
  6043. web_1 | > django.contrib.humanize
  6044. web_1 | > debug_toolbar
  6045. web_1 |
  6046. web_1 | Not synced (use migrations):
  6047. web_1 | - allauth.socialaccount
  6048. web_1 | - django_extensions
  6049. web_1 | (use ./manage.py migrate to migrate these)
  6050. web_1 | Running migrations for socialaccount:
  6051. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  6052. web_1 | > socialaccount:0001_initial
  6053. web_1 | > socialaccount:0002_genericmodels
  6054. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  6055. web_1 | > socialaccount:0004_add_sites
  6056. web_1 | > socialaccount:0005_set_sites
  6057. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  6058. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  6059. web_1 | > socialaccount:0008_client_id
  6060. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  6061. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  6062. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  6063. web_1 | - Loading initial data for socialaccount.
  6064. web_1 | Installed 0 object(s) from 0 fixture(s)
  6065. web_1 | Running migrations for django_extensions:
  6066. web_1 | - Migrating forwards to 0001_empty.
  6067. web_1 | > django_extensions:0001_empty
  6068. web_1 | - Loading initial data for django_extensions.
  6069. web_1 | Installed 0 object(s) from 0 fixture(s)
  6070. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6071. web_1 | [GCC 4.9.2] on linux2
  6072. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6073. web_1 | (InteractiveConsole)
  6074. web_1 |
  6075. web_1 | >>> >>> Starting the server
  6076. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6077. web_1 |
  6078. web_1 | Fatal error: Unable to find local grunt.
  6079. web_1 |
  6080. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6081. web_1 | your project. For more information about installing and configuring grunt,
  6082. web_1 | please see the Getting Started guide:
  6083. web_1 |
  6084. web_1 | http://gruntjs.com/getting-started
  6085. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6086. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6087. web_1 | Syncing...
  6088. web_1 | Creating tables ...
  6089. web_1 | Installing custom SQL ...
  6090. web_1 | Installing indexes ...
  6091. web_1 | Installed 0 object(s) from 0 fixture(s)
  6092. web_1 |
  6093. web_1 | Synced:
  6094. web_1 | > django.contrib.auth
  6095. web_1 | > django.contrib.contenttypes
  6096. web_1 | > django.contrib.sessions
  6097. web_1 | > django.contrib.sites
  6098. web_1 | > django.contrib.messages
  6099. web_1 | > django.contrib.staticfiles
  6100. web_1 | > django.contrib.admin
  6101. web_1 | > south
  6102. web_1 | > crispy_forms
  6103. web_1 | > avatar
  6104. web_1 | > bootstrap3
  6105. web_1 | > users
  6106. web_1 | > allauth
  6107. web_1 | > allauth.account
  6108. web_1 | > django.contrib.humanize
  6109. web_1 | > debug_toolbar
  6110. web_1 |
  6111. web_1 | Not synced (use migrations):
  6112. web_1 | - allauth.socialaccount
  6113. web_1 | - django_extensions
  6114. web_1 | (use ./manage.py migrate to migrate these)
  6115. web_1 | Running migrations for socialaccount:
  6116. web_1 | - Nothing to migrate.
  6117. web_1 | - Loading initial data for socialaccount.
  6118. web_1 | Installed 0 object(s) from 0 fixture(s)
  6119. web_1 | Running migrations for django_extensions:
  6120. web_1 | - Nothing to migrate.
  6121. web_1 | - Loading initial data for django_extensions.
  6122. web_1 | Installed 0 object(s) from 0 fixture(s)
  6123. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6124. web_1 | [GCC 4.9.2] on linux2
  6125. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6126. web_1 | (InteractiveConsole)
  6127. web_1 |
  6128. web_1 | >>> >>> Starting the server
  6129. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6130. web_1 |
  6131. web_1 | Fatal error: Unable to find local grunt.
  6132. web_1 |
  6133. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6134. web_1 | your project. For more information about installing and configuring grunt,
  6135. web_1 | please see the Getting Started guide:
  6136. web_1 |
  6137. web_1 | http://gruntjs.com/getting-started
  6138. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6139. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6140. web_1 | Syncing...
  6141. web_1 | Creating tables ...
  6142. web_1 | Installing custom SQL ...
  6143. web_1 | Installing indexes ...
  6144. web_1 | Installed 0 object(s) from 0 fixture(s)
  6145. web_1 |
  6146. web_1 | Synced:
  6147. web_1 | > django.contrib.auth
  6148. web_1 | > django.contrib.contenttypes
  6149. web_1 | > django.contrib.sessions
  6150. web_1 | > django.contrib.sites
  6151. web_1 | > django.contrib.messages
  6152. web_1 | > django.contrib.staticfiles
  6153. web_1 | > django.contrib.admin
  6154. web_1 | > south
  6155. web_1 | > crispy_forms
  6156. web_1 | > avatar
  6157. web_1 | > bootstrap3
  6158. web_1 | > users
  6159. web_1 | > allauth
  6160. web_1 | > allauth.account
  6161. web_1 | > django.contrib.humanize
  6162. web_1 | > debug_toolbar
  6163. web_1 |
  6164. web_1 | Not synced (use migrations):
  6165. web_1 | - allauth.socialaccount
  6166. web_1 | - django_extensions
  6167. web_1 | (use ./manage.py migrate to migrate these)
  6168. web_1 | Running migrations for socialaccount:
  6169. web_1 | - Nothing to migrate.
  6170. web_1 | - Loading initial data for socialaccount.
  6171. web_1 | Installed 0 object(s) from 0 fixture(s)
  6172. web_1 | Running migrations for django_extensions:
  6173. web_1 | - Nothing to migrate.
  6174. web_1 | - Loading initial data for django_extensions.
  6175. web_1 | Installed 0 object(s) from 0 fixture(s)
  6176. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6177. web_1 | [GCC 4.9.2] on linux2
  6178. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6179. web_1 | (InteractiveConsole)
  6180. web_1 |
  6181. web_1 | >>> >>> Starting the server
  6182. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6183. web_1 |
  6184. web_1 | Fatal error: Unable to find local grunt.
  6185. web_1 |
  6186. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6187. web_1 | your project. For more information about installing and configuring grunt,
  6188. web_1 | please see the Getting Started guide:
  6189. web_1 |
  6190. web_1 | http://gruntjs.com/getting-started
  6191. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6192. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6193. web_1 | Syncing...
  6194. web_1 | Creating tables ...
  6195. web_1 | Installing custom SQL ...
  6196. web_1 | Installing indexes ...
  6197. web_1 | Installed 0 object(s) from 0 fixture(s)
  6198. web_1 |
  6199. web_1 | Synced:
  6200. web_1 | > django.contrib.auth
  6201. web_1 | > django.contrib.contenttypes
  6202. web_1 | > django.contrib.sessions
  6203. web_1 | > django.contrib.sites
  6204. web_1 | > django.contrib.messages
  6205. web_1 | > django.contrib.staticfiles
  6206. web_1 | > django.contrib.admin
  6207. web_1 | > south
  6208. web_1 | > crispy_forms
  6209. web_1 | > avatar
  6210. web_1 | > bootstrap3
  6211. web_1 | > users
  6212. web_1 | > allauth
  6213. web_1 | > allauth.account
  6214. web_1 | > django.contrib.humanize
  6215. web_1 | > debug_toolbar
  6216. web_1 |
  6217. web_1 | Not synced (use migrations):
  6218. web_1 | - allauth.socialaccount
  6219. web_1 | - django_extensions
  6220. web_1 | (use ./manage.py migrate to migrate these)
  6221. web_1 | Running migrations for socialaccount:
  6222. web_1 | - Nothing to migrate.
  6223. web_1 | - Loading initial data for socialaccount.
  6224. web_1 | Installed 0 object(s) from 0 fixture(s)
  6225. web_1 | Running migrations for django_extensions:
  6226. web_1 | - Nothing to migrate.
  6227. web_1 | - Loading initial data for django_extensions.
  6228. web_1 | Installed 0 object(s) from 0 fixture(s)
  6229. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6230. web_1 | [GCC 4.9.2] on linux2
  6231. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6232. web_1 | (InteractiveConsole)
  6233. web_1 |
  6234. web_1 | >>> >>> Starting the server
  6235. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6236. web_1 |
  6237. web_1 | Fatal error: Unable to find local grunt.
  6238. web_1 |
  6239. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6240. web_1 | your project. For more information about installing and configuring grunt,
  6241. web_1 | please see the Getting Started guide:
  6242. web_1 |
  6243. web_1 | http://gruntjs.com/getting-started
  6244. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6245. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6246. web_1 | Syncing...
  6247. web_1 | Creating tables ...
  6248. web_1 | Installing custom SQL ...
  6249. web_1 | Installing indexes ...
  6250. web_1 | Installed 0 object(s) from 0 fixture(s)
  6251. web_1 |
  6252. web_1 | Synced:
  6253. web_1 | > django.contrib.auth
  6254. web_1 | > django.contrib.contenttypes
  6255. web_1 | > django.contrib.sessions
  6256. web_1 | > django.contrib.sites
  6257. web_1 | > django.contrib.messages
  6258. web_1 | > django.contrib.staticfiles
  6259. web_1 | > django.contrib.admin
  6260. web_1 | > south
  6261. web_1 | > crispy_forms
  6262. web_1 | > avatar
  6263. web_1 | > bootstrap3
  6264. web_1 | > users
  6265. web_1 | > allauth
  6266. web_1 | > allauth.account
  6267. web_1 | > django.contrib.humanize
  6268. web_1 | > debug_toolbar
  6269. web_1 |
  6270. web_1 | Not synced (use migrations):
  6271. web_1 | - allauth.socialaccount
  6272. web_1 | - django_extensions
  6273. web_1 | (use ./manage.py migrate to migrate these)
  6274. web_1 | Running migrations for socialaccount:
  6275. web_1 | - Nothing to migrate.
  6276. web_1 | - Loading initial data for socialaccount.
  6277. web_1 | Installed 0 object(s) from 0 fixture(s)
  6278. web_1 | Running migrations for django_extensions:
  6279. web_1 | - Nothing to migrate.
  6280. web_1 | - Loading initial data for django_extensions.
  6281. web_1 | Installed 0 object(s) from 0 fixture(s)
  6282. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6283. web_1 | [GCC 4.9.2] on linux2
  6284. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6285. web_1 | (InteractiveConsole)
  6286. web_1 |
  6287. web_1 | >>> >>> Starting the server
  6288. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6289. web_1 |
  6290. web_1 | Fatal error: Unable to find local grunt.
  6291. web_1 |
  6292. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6293. web_1 | your project. For more information about installing and configuring grunt,
  6294. web_1 | please see the Getting Started guide:
  6295. web_1 |
  6296. web_1 | http://gruntjs.com/getting-started
  6297. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6298. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6299. web_1 | Syncing...
  6300. web_1 | Creating tables ...
  6301. web_1 | Installing custom SQL ...
  6302. web_1 | Installing indexes ...
  6303. web_1 | Installed 0 object(s) from 0 fixture(s)
  6304. web_1 |
  6305. web_1 | Synced:
  6306. web_1 | > django.contrib.auth
  6307. web_1 | > django.contrib.contenttypes
  6308. web_1 | > django.contrib.sessions
  6309. web_1 | > django.contrib.sites
  6310. web_1 | > django.contrib.messages
  6311. web_1 | > django.contrib.staticfiles
  6312. web_1 | > django.contrib.admin
  6313. web_1 | > south
  6314. web_1 | > crispy_forms
  6315. web_1 | > avatar
  6316. web_1 | > bootstrap3
  6317. web_1 | > users
  6318. web_1 | > allauth
  6319. web_1 | > allauth.account
  6320. web_1 | > django.contrib.humanize
  6321. web_1 | > debug_toolbar
  6322. web_1 |
  6323. web_1 | Not synced (use migrations):
  6324. web_1 | - allauth.socialaccount
  6325. web_1 | - django_extensions
  6326. web_1 | (use ./manage.py migrate to migrate these)
  6327. web_1 | Running migrations for socialaccount:
  6328. web_1 | - Nothing to migrate.
  6329. web_1 | - Loading initial data for socialaccount.
  6330. web_1 | Installed 0 object(s) from 0 fixture(s)
  6331. web_1 | Running migrations for django_extensions:
  6332. web_1 | - Nothing to migrate.
  6333. web_1 | - Loading initial data for django_extensions.
  6334. web_1 | Installed 0 object(s) from 0 fixture(s)
  6335. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6336. web_1 | [GCC 4.9.2] on linux2
  6337. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6338. web_1 | (InteractiveConsole)
  6339. web_1 |
  6340. web_1 | >>> >>> Starting the server
  6341. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6342. web_1 |
  6343. web_1 | Fatal error: Unable to find local grunt.
  6344. web_1 |
  6345. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6346. web_1 | your project. For more information about installing and configuring grunt,
  6347. web_1 | please see the Getting Started guide:
  6348. web_1 |
  6349. web_1 | http://gruntjs.com/getting-started
  6350. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6351. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6352. web_1 | Syncing...
  6353. web_1 | Creating tables ...
  6354. web_1 | Installing custom SQL ...
  6355. web_1 | Installing indexes ...
  6356. web_1 | Installed 0 object(s) from 0 fixture(s)
  6357. web_1 |
  6358. web_1 | Synced:
  6359. web_1 | > django.contrib.auth
  6360. web_1 | > django.contrib.contenttypes
  6361. web_1 | > django.contrib.sessions
  6362. web_1 | > django.contrib.sites
  6363. web_1 | > django.contrib.messages
  6364. web_1 | > django.contrib.staticfiles
  6365. web_1 | > django.contrib.admin
  6366. web_1 | > south
  6367. web_1 | > crispy_forms
  6368. web_1 | > avatar
  6369. web_1 | > bootstrap3
  6370. web_1 | > users
  6371. web_1 | > allauth
  6372. web_1 | > allauth.account
  6373. web_1 | > django.contrib.humanize
  6374. web_1 | > debug_toolbar
  6375. web_1 |
  6376. web_1 | Not synced (use migrations):
  6377. web_1 | - allauth.socialaccount
  6378. web_1 | - django_extensions
  6379. web_1 | (use ./manage.py migrate to migrate these)
  6380. web_1 | Running migrations for socialaccount:
  6381. web_1 | - Nothing to migrate.
  6382. web_1 | - Loading initial data for socialaccount.
  6383. web_1 | Installed 0 object(s) from 0 fixture(s)
  6384. web_1 | Running migrations for django_extensions:
  6385. web_1 | - Nothing to migrate.
  6386. web_1 | - Loading initial data for django_extensions.
  6387. web_1 | Installed 0 object(s) from 0 fixture(s)
  6388. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6389. web_1 | [GCC 4.9.2] on linux2
  6390. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6391. web_1 | (InteractiveConsole)
  6392. web_1 |
  6393. web_1 | >>> >>> Starting the server
  6394. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6395. web_1 |
  6396. web_1 | Fatal error: Unable to find local grunt.
  6397. web_1 |
  6398. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6399. web_1 | your project. For more information about installing and configuring grunt,
  6400. web_1 | please see the Getting Started guide:
  6401. web_1 |
  6402. web_1 | http://gruntjs.com/getting-started
  6403. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6404. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6405. web_1 | Syncing...
  6406. web_1 | Creating tables ...
  6407. web_1 | Installing custom SQL ...
  6408. web_1 | Installing indexes ...
  6409. web_1 | Installed 0 object(s) from 0 fixture(s)
  6410. web_1 |
  6411. web_1 | Synced:
  6412. web_1 | > django.contrib.auth
  6413. web_1 | > django.contrib.contenttypes
  6414. web_1 | > django.contrib.sessions
  6415. web_1 | > django.contrib.sites
  6416. web_1 | > django.contrib.messages
  6417. web_1 | > django.contrib.staticfiles
  6418. web_1 | > django.contrib.admin
  6419. web_1 | > south
  6420. web_1 | > crispy_forms
  6421. web_1 | > avatar
  6422. web_1 | > bootstrap3
  6423. web_1 | > users
  6424. web_1 | > allauth
  6425. web_1 | > allauth.account
  6426. web_1 | > django.contrib.humanize
  6427. web_1 | > debug_toolbar
  6428. web_1 |
  6429. web_1 | Not synced (use migrations):
  6430. web_1 | - allauth.socialaccount
  6431. web_1 | - django_extensions
  6432. web_1 | (use ./manage.py migrate to migrate these)
  6433. web_1 | Running migrations for socialaccount:
  6434. web_1 | - Nothing to migrate.
  6435. web_1 | - Loading initial data for socialaccount.
  6436. web_1 | Installed 0 object(s) from 0 fixture(s)
  6437. web_1 | Running migrations for django_extensions:
  6438. web_1 | - Nothing to migrate.
  6439. web_1 | - Loading initial data for django_extensions.
  6440. web_1 | Installed 0 object(s) from 0 fixture(s)
  6441. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6442. web_1 | [GCC 4.9.2] on linux2
  6443. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6444. web_1 | (InteractiveConsole)
  6445. web_1 |
  6446. web_1 | >>> >>> Starting the server
  6447. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6448. web_1 |
  6449. web_1 | Fatal error: Unable to find local grunt.
  6450. web_1 |
  6451. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6452. web_1 | your project. For more information about installing and configuring grunt,
  6453. web_1 | please see the Getting Started guide:
  6454. web_1 |
  6455. web_1 | http://gruntjs.com/getting-started
  6456. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6457. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6458. web_1 | Syncing...
  6459. web_1 | Creating tables ...
  6460. web_1 | Installing custom SQL ...
  6461. web_1 | Installing indexes ...
  6462. web_1 | Installed 0 object(s) from 0 fixture(s)
  6463. web_1 |
  6464. web_1 | Synced:
  6465. web_1 | > django.contrib.auth
  6466. web_1 | > django.contrib.contenttypes
  6467. web_1 | > django.contrib.sessions
  6468. web_1 | > django.contrib.sites
  6469. web_1 | > django.contrib.messages
  6470. web_1 | > django.contrib.staticfiles
  6471. web_1 | > django.contrib.admin
  6472. web_1 | > south
  6473. web_1 | > crispy_forms
  6474. web_1 | > avatar
  6475. web_1 | > bootstrap3
  6476. web_1 | > users
  6477. web_1 | > allauth
  6478. web_1 | > allauth.account
  6479. web_1 | > django.contrib.humanize
  6480. web_1 | > debug_toolbar
  6481. web_1 |
  6482. web_1 | Not synced (use migrations):
  6483. web_1 | - allauth.socialaccount
  6484. web_1 | - django_extensions
  6485. web_1 | (use ./manage.py migrate to migrate these)
  6486. web_1 | Running migrations for socialaccount:
  6487. web_1 | - Nothing to migrate.
  6488. web_1 | - Loading initial data for socialaccount.
  6489. web_1 | Installed 0 object(s) from 0 fixture(s)
  6490. web_1 | Running migrations for django_extensions:
  6491. web_1 | - Nothing to migrate.
  6492. web_1 | - Loading initial data for django_extensions.
  6493. web_1 | Installed 0 object(s) from 0 fixture(s)
  6494. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6495. web_1 | [GCC 4.9.2] on linux2
  6496. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6497. web_1 | (InteractiveConsole)
  6498. web_1 |
  6499. web_1 | >>> >>> Starting the server
  6500. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6501. web_1 |
  6502. web_1 | Fatal error: Unable to find local grunt.
  6503. web_1 |
  6504. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6505. web_1 | your project. For more information about installing and configuring grunt,
  6506. web_1 | please see the Getting Started guide:
  6507. web_1 |
  6508. web_1 | http://gruntjs.com/getting-started
  6509. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6510. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6511. web_1 | Syncing...
  6512. web_1 | Creating tables ...
  6513. web_1 | Installing custom SQL ...
  6514. web_1 | Installing indexes ...
  6515. web_1 | Installed 0 object(s) from 0 fixture(s)
  6516. web_1 |
  6517. web_1 | Synced:
  6518. web_1 | > django.contrib.auth
  6519. web_1 | > django.contrib.contenttypes
  6520. web_1 | > django.contrib.sessions
  6521. web_1 | > django.contrib.sites
  6522. web_1 | > django.contrib.messages
  6523. web_1 | > django.contrib.staticfiles
  6524. web_1 | > django.contrib.admin
  6525. web_1 | > south
  6526. web_1 | > crispy_forms
  6527. web_1 | > avatar
  6528. web_1 | > bootstrap3
  6529. web_1 | > users
  6530. web_1 | > allauth
  6531. web_1 | > allauth.account
  6532. web_1 | > django.contrib.humanize
  6533. web_1 | > debug_toolbar
  6534. web_1 |
  6535. web_1 | Not synced (use migrations):
  6536. web_1 | - allauth.socialaccount
  6537. web_1 | - django_extensions
  6538. web_1 | (use ./manage.py migrate to migrate these)
  6539. web_1 | Running migrations for socialaccount:
  6540. web_1 | - Nothing to migrate.
  6541. web_1 | - Loading initial data for socialaccount.
  6542. web_1 | Installed 0 object(s) from 0 fixture(s)
  6543. web_1 | Running migrations for django_extensions:
  6544. web_1 | - Nothing to migrate.
  6545. web_1 | - Loading initial data for django_extensions.
  6546. web_1 | Installed 0 object(s) from 0 fixture(s)
  6547. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6548. web_1 | [GCC 4.9.2] on linux2
  6549. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6550. web_1 | (InteractiveConsole)
  6551. web_1 |
  6552. web_1 | >>> >>> Starting the server
  6553. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6554. web_1 |
  6555. web_1 | Fatal error: Unable to find local grunt.
  6556. web_1 |
  6557. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6558. web_1 | your project. For more information about installing and configuring grunt,
  6559. web_1 | please see the Getting Started guide:
  6560. web_1 |
  6561. web_1 | http://gruntjs.com/getting-started
  6562. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6563. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6564. web_1 | Syncing...
  6565. web_1 | Creating tables ...
  6566. web_1 | Installing custom SQL ...
  6567. web_1 | Installing indexes ...
  6568. web_1 | Installed 0 object(s) from 0 fixture(s)
  6569. web_1 |
  6570. web_1 | Synced:
  6571. web_1 | > django.contrib.auth
  6572. web_1 | > django.contrib.contenttypes
  6573. web_1 | > django.contrib.sessions
  6574. web_1 | > django.contrib.sites
  6575. web_1 | > django.contrib.messages
  6576. web_1 | > django.contrib.staticfiles
  6577. web_1 | > django.contrib.admin
  6578. web_1 | > south
  6579. web_1 | > crispy_forms
  6580. web_1 | > avatar
  6581. web_1 | > bootstrap3
  6582. web_1 | > users
  6583. web_1 | > allauth
  6584. web_1 | > allauth.account
  6585. web_1 | > django.contrib.humanize
  6586. web_1 | > debug_toolbar
  6587. web_1 |
  6588. web_1 | Not synced (use migrations):
  6589. web_1 | - allauth.socialaccount
  6590. web_1 | - django_extensions
  6591. web_1 | (use ./manage.py migrate to migrate these)
  6592. web_1 | Running migrations for socialaccount:
  6593. web_1 | - Nothing to migrate.
  6594. web_1 | - Loading initial data for socialaccount.
  6595. web_1 | Installed 0 object(s) from 0 fixture(s)
  6596. web_1 | Running migrations for django_extensions:
  6597. web_1 | - Nothing to migrate.
  6598. web_1 | - Loading initial data for django_extensions.
  6599. web_1 | Installed 0 object(s) from 0 fixture(s)
  6600. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6601. web_1 | [GCC 4.9.2] on linux2
  6602. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6603. web_1 | (InteractiveConsole)
  6604. web_1 |
  6605. web_1 | >>> >>> Starting the server
  6606. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6607. web_1 |
  6608. web_1 | Fatal error: Unable to find local grunt.
  6609. web_1 |
  6610. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6611. web_1 | your project. For more information about installing and configuring grunt,
  6612. web_1 | please see the Getting Started guide:
  6613. web_1 |
  6614. web_1 | http://gruntjs.com/getting-started
  6615. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6616. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6617. web_1 | Syncing...
  6618. web_1 | Creating tables ...
  6619. web_1 | Installing custom SQL ...
  6620. web_1 | Installing indexes ...
  6621. web_1 | Installed 0 object(s) from 0 fixture(s)
  6622. web_1 |
  6623. web_1 | Synced:
  6624. web_1 | > django.contrib.auth
  6625. web_1 | > django.contrib.contenttypes
  6626. web_1 | > django.contrib.sessions
  6627. web_1 | > django.contrib.sites
  6628. web_1 | > django.contrib.messages
  6629. web_1 | > django.contrib.staticfiles
  6630. web_1 | > django.contrib.admin
  6631. web_1 | > south
  6632. web_1 | > crispy_forms
  6633. web_1 | > avatar
  6634. web_1 | > bootstrap3
  6635. web_1 | > users
  6636. web_1 | > allauth
  6637. web_1 | > allauth.account
  6638. web_1 | > django.contrib.humanize
  6639. web_1 | > debug_toolbar
  6640. web_1 |
  6641. web_1 | Not synced (use migrations):
  6642. web_1 | - allauth.socialaccount
  6643. web_1 | - django_extensions
  6644. web_1 | (use ./manage.py migrate to migrate these)
  6645. web_1 | Running migrations for socialaccount:
  6646. web_1 | - Nothing to migrate.
  6647. web_1 | - Loading initial data for socialaccount.
  6648. web_1 | Installed 0 object(s) from 0 fixture(s)
  6649. web_1 | Running migrations for django_extensions:
  6650. web_1 | - Nothing to migrate.
  6651. web_1 | - Loading initial data for django_extensions.
  6652. web_1 | Installed 0 object(s) from 0 fixture(s)
  6653. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6654. web_1 | [GCC 4.9.2] on linux2
  6655. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6656. web_1 | (InteractiveConsole)
  6657. web_1 |
  6658. web_1 | >>> >>> Starting the server
  6659. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6660. web_1 |
  6661. web_1 | Fatal error: Unable to find local grunt.
  6662. web_1 |
  6663. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6664. web_1 | your project. For more information about installing and configuring grunt,
  6665. web_1 | please see the Getting Started guide:
  6666. web_1 |
  6667. web_1 | http://gruntjs.com/getting-started
  6668. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6669. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6670. web_1 | Syncing...
  6671. web_1 | Creating tables ...
  6672. web_1 | Installing custom SQL ...
  6673. web_1 | Installing indexes ...
  6674. web_1 | Installed 0 object(s) from 0 fixture(s)
  6675. web_1 |
  6676. web_1 | Synced:
  6677. web_1 | > django.contrib.auth
  6678. web_1 | > django.contrib.contenttypes
  6679. web_1 | > django.contrib.sessions
  6680. web_1 | > django.contrib.sites
  6681. web_1 | > django.contrib.messages
  6682. web_1 | > django.contrib.staticfiles
  6683. web_1 | > django.contrib.admin
  6684. web_1 | > south
  6685. web_1 | > crispy_forms
  6686. web_1 | > avatar
  6687. web_1 | > bootstrap3
  6688. web_1 | > users
  6689. web_1 | > allauth
  6690. web_1 | > allauth.account
  6691. web_1 | > django.contrib.humanize
  6692. web_1 | > debug_toolbar
  6693. web_1 |
  6694. web_1 | Not synced (use migrations):
  6695. web_1 | - allauth.socialaccount
  6696. web_1 | - django_extensions
  6697. web_1 | (use ./manage.py migrate to migrate these)
  6698. web_1 | Running migrations for socialaccount:
  6699. web_1 | - Nothing to migrate.
  6700. web_1 | - Loading initial data for socialaccount.
  6701. web_1 | Installed 0 object(s) from 0 fixture(s)
  6702. web_1 | Running migrations for django_extensions:
  6703. web_1 | - Nothing to migrate.
  6704. web_1 | - Loading initial data for django_extensions.
  6705. web_1 | Installed 0 object(s) from 0 fixture(s)
  6706. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6707. web_1 | [GCC 4.9.2] on linux2
  6708. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6709. web_1 | (InteractiveConsole)
  6710. web_1 |
  6711. web_1 | >>> >>> Starting the server
  6712. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6713. web_1 |
  6714. web_1 | Fatal error: Unable to find local grunt.
  6715. web_1 |
  6716. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6717. web_1 | your project. For more information about installing and configuring grunt,
  6718. web_1 | please see the Getting Started guide:
  6719. web_1 |
  6720. web_1 | http://gruntjs.com/getting-started
  6721. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6722. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6723. web_1 | Syncing...
  6724. web_1 | Creating tables ...
  6725. web_1 | Installing custom SQL ...
  6726. web_1 | Installing indexes ...
  6727. web_1 | Installed 0 object(s) from 0 fixture(s)
  6728. web_1 |
  6729. web_1 | Synced:
  6730. web_1 | > django.contrib.auth
  6731. web_1 | > django.contrib.contenttypes
  6732. web_1 | > django.contrib.sessions
  6733. web_1 | > django.contrib.sites
  6734. web_1 | > django.contrib.messages
  6735. web_1 | > django.contrib.staticfiles
  6736. web_1 | > django.contrib.admin
  6737. web_1 | > south
  6738. web_1 | > crispy_forms
  6739. web_1 | > avatar
  6740. web_1 | > bootstrap3
  6741. web_1 | > users
  6742. web_1 | > allauth
  6743. web_1 | > allauth.account
  6744. web_1 | > django.contrib.humanize
  6745. web_1 | > debug_toolbar
  6746. web_1 |
  6747. web_1 | Not synced (use migrations):
  6748. web_1 | - allauth.socialaccount
  6749. web_1 | - django_extensions
  6750. web_1 | (use ./manage.py migrate to migrate these)
  6751. web_1 | Running migrations for socialaccount:
  6752. web_1 | - Nothing to migrate.
  6753. web_1 | - Loading initial data for socialaccount.
  6754. web_1 | Installed 0 object(s) from 0 fixture(s)
  6755. web_1 | Running migrations for django_extensions:
  6756. web_1 | - Nothing to migrate.
  6757. web_1 | - Loading initial data for django_extensions.
  6758. web_1 | Installed 0 object(s) from 0 fixture(s)
  6759. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6760. web_1 | [GCC 4.9.2] on linux2
  6761. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6762. web_1 | (InteractiveConsole)
  6763. web_1 |
  6764. web_1 | >>> >>> Starting the server
  6765. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6766. web_1 |
  6767. web_1 | Fatal error: Unable to find local grunt.
  6768. web_1 |
  6769. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6770. web_1 | your project. For more information about installing and configuring grunt,
  6771. web_1 | please see the Getting Started guide:
  6772. web_1 |
  6773. web_1 | http://gruntjs.com/getting-started
  6774. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6775. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6776. web_1 | Syncing...
  6777. web_1 | Creating tables ...
  6778. web_1 | Installing custom SQL ...
  6779. web_1 | Installing indexes ...
  6780. web_1 | Installed 0 object(s) from 0 fixture(s)
  6781. web_1 |
  6782. web_1 | Synced:
  6783. web_1 | > django.contrib.auth
  6784. web_1 | > django.contrib.contenttypes
  6785. web_1 | > django.contrib.sessions
  6786. web_1 | > django.contrib.sites
  6787. web_1 | > django.contrib.messages
  6788. web_1 | > django.contrib.staticfiles
  6789. web_1 | > django.contrib.admin
  6790. web_1 | > south
  6791. web_1 | > crispy_forms
  6792. web_1 | > avatar
  6793. web_1 | > bootstrap3
  6794. web_1 | > users
  6795. web_1 | > allauth
  6796. web_1 | > allauth.account
  6797. web_1 | > django.contrib.humanize
  6798. web_1 | > debug_toolbar
  6799. web_1 |
  6800. web_1 | Not synced (use migrations):
  6801. web_1 | - allauth.socialaccount
  6802. web_1 | - django_extensions
  6803. web_1 | (use ./manage.py migrate to migrate these)
  6804. web_1 | Running migrations for socialaccount:
  6805. web_1 | - Nothing to migrate.
  6806. web_1 | - Loading initial data for socialaccount.
  6807. web_1 | Installed 0 object(s) from 0 fixture(s)
  6808. web_1 | Running migrations for django_extensions:
  6809. web_1 | - Nothing to migrate.
  6810. web_1 | - Loading initial data for django_extensions.
  6811. web_1 | Installed 0 object(s) from 0 fixture(s)
  6812. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6813. web_1 | [GCC 4.9.2] on linux2
  6814. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6815. web_1 | (InteractiveConsole)
  6816. web_1 |
  6817. web_1 | >>> >>> Starting the server
  6818. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6819. web_1 |
  6820. web_1 | Fatal error: Unable to find local grunt.
  6821. web_1 |
  6822. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6823. web_1 | your project. For more information about installing and configuring grunt,
  6824. web_1 | please see the Getting Started guide:
  6825. web_1 |
  6826. web_1 | http://gruntjs.com/getting-started
  6827. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6828. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6829. web_1 | Syncing...
  6830. web_1 | Creating tables ...
  6831. web_1 | Installing custom SQL ...
  6832. web_1 | Installing indexes ...
  6833. web_1 | Installed 0 object(s) from 0 fixture(s)
  6834. web_1 |
  6835. web_1 | Synced:
  6836. web_1 | > django.contrib.auth
  6837. web_1 | > django.contrib.contenttypes
  6838. web_1 | > django.contrib.sessions
  6839. web_1 | > django.contrib.sites
  6840. web_1 | > django.contrib.messages
  6841. web_1 | > django.contrib.staticfiles
  6842. web_1 | > django.contrib.admin
  6843. web_1 | > south
  6844. web_1 | > crispy_forms
  6845. web_1 | > avatar
  6846. web_1 | > bootstrap3
  6847. web_1 | > users
  6848. web_1 | > allauth
  6849. web_1 | > allauth.account
  6850. web_1 | > django.contrib.humanize
  6851. web_1 | > debug_toolbar
  6852. web_1 |
  6853. web_1 | Not synced (use migrations):
  6854. web_1 | - allauth.socialaccount
  6855. web_1 | - django_extensions
  6856. web_1 | (use ./manage.py migrate to migrate these)
  6857. web_1 | Running migrations for socialaccount:
  6858. web_1 | - Nothing to migrate.
  6859. web_1 | - Loading initial data for socialaccount.
  6860. web_1 | Installed 0 object(s) from 0 fixture(s)
  6861. web_1 | Running migrations for django_extensions:
  6862. web_1 | - Nothing to migrate.
  6863. web_1 | - Loading initial data for django_extensions.
  6864. web_1 | Installed 0 object(s) from 0 fixture(s)
  6865. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6866. web_1 | [GCC 4.9.2] on linux2
  6867. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6868. web_1 | (InteractiveConsole)
  6869. web_1 |
  6870. web_1 | >>> >>> Starting the server
  6871. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6872. web_1 |
  6873. web_1 | Fatal error: Unable to find local grunt.
  6874. web_1 |
  6875. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6876. web_1 | your project. For more information about installing and configuring grunt,
  6877. web_1 | please see the Getting Started guide:
  6878. web_1 |
  6879. web_1 | http://gruntjs.com/getting-started
  6880. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6881. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6882. web_1 | Syncing...
  6883. web_1 | Creating tables ...
  6884. web_1 | Installing custom SQL ...
  6885. web_1 | Installing indexes ...
  6886. web_1 | Installed 0 object(s) from 0 fixture(s)
  6887. web_1 |
  6888. web_1 | Synced:
  6889. web_1 | > django.contrib.auth
  6890. web_1 | > django.contrib.contenttypes
  6891. web_1 | > django.contrib.sessions
  6892. web_1 | > django.contrib.sites
  6893. web_1 | > django.contrib.messages
  6894. web_1 | > django.contrib.staticfiles
  6895. web_1 | > django.contrib.admin
  6896. web_1 | > south
  6897. web_1 | > crispy_forms
  6898. web_1 | > avatar
  6899. web_1 | > bootstrap3
  6900. web_1 | > users
  6901. web_1 | > allauth
  6902. web_1 | > allauth.account
  6903. web_1 | > django.contrib.humanize
  6904. web_1 | > debug_toolbar
  6905. web_1 |
  6906. web_1 | Not synced (use migrations):
  6907. web_1 | - allauth.socialaccount
  6908. web_1 | - django_extensions
  6909. web_1 | (use ./manage.py migrate to migrate these)
  6910. web_1 | Running migrations for socialaccount:
  6911. web_1 | - Nothing to migrate.
  6912. web_1 | - Loading initial data for socialaccount.
  6913. web_1 | Installed 0 object(s) from 0 fixture(s)
  6914. web_1 | Running migrations for django_extensions:
  6915. web_1 | - Nothing to migrate.
  6916. web_1 | - Loading initial data for django_extensions.
  6917. web_1 | Installed 0 object(s) from 0 fixture(s)
  6918. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6919. web_1 | [GCC 4.9.2] on linux2
  6920. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6921. web_1 | (InteractiveConsole)
  6922. web_1 |
  6923. web_1 | >>> >>> Starting the server
  6924. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6925. web_1 |
  6926. web_1 | Fatal error: Unable to find local grunt.
  6927. web_1 |
  6928. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6929. web_1 | your project. For more information about installing and configuring grunt,
  6930. web_1 | please see the Getting Started guide:
  6931. web_1 |
  6932. web_1 | http://gruntjs.com/getting-started
  6933. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6934. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6935. web_1 | Syncing...
  6936. web_1 | Creating tables ...
  6937. web_1 | Installing custom SQL ...
  6938. web_1 | Installing indexes ...
  6939. web_1 | Installed 0 object(s) from 0 fixture(s)
  6940. web_1 |
  6941. web_1 | Synced:
  6942. web_1 | > django.contrib.auth
  6943. web_1 | > django.contrib.contenttypes
  6944. web_1 | > django.contrib.sessions
  6945. web_1 | > django.contrib.sites
  6946. web_1 | > django.contrib.messages
  6947. web_1 | > django.contrib.staticfiles
  6948. web_1 | > django.contrib.admin
  6949. web_1 | > south
  6950. web_1 | > crispy_forms
  6951. web_1 | > avatar
  6952. web_1 | > bootstrap3
  6953. web_1 | > users
  6954. web_1 | > allauth
  6955. web_1 | > allauth.account
  6956. web_1 | > django.contrib.humanize
  6957. web_1 | > debug_toolbar
  6958. web_1 |
  6959. web_1 | Not synced (use migrations):
  6960. web_1 | - allauth.socialaccount
  6961. web_1 | - django_extensions
  6962. web_1 | (use ./manage.py migrate to migrate these)
  6963. web_1 | Running migrations for socialaccount:
  6964. web_1 | - Nothing to migrate.
  6965. web_1 | - Loading initial data for socialaccount.
  6966. web_1 | Installed 0 object(s) from 0 fixture(s)
  6967. web_1 | Running migrations for django_extensions:
  6968. web_1 | - Nothing to migrate.
  6969. web_1 | - Loading initial data for django_extensions.
  6970. web_1 | Installed 0 object(s) from 0 fixture(s)
  6971. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  6972. web_1 | [GCC 4.9.2] on linux2
  6973. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  6974. web_1 | (InteractiveConsole)
  6975. web_1 |
  6976. web_1 | >>> >>> Starting the server
  6977. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6978. web_1 |
  6979. web_1 | Fatal error: Unable to find local grunt.
  6980. web_1 |
  6981. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6982. web_1 | your project. For more information about installing and configuring grunt,
  6983. web_1 | please see the Getting Started guide:
  6984. web_1 |
  6985. web_1 | http://gruntjs.com/getting-started
  6986. oclweb_web_1 exited with code 99
  6987. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6988. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  6989. web_1 | Syncing...
  6990. web_1 | Traceback (most recent call last):
  6991. web_1 | File "ocl_web/manage.py", line 19, in <module>
  6992. web_1 | execute_from_command_line(sys.argv)
  6993. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  6994. web_1 | utility.execute()
  6995. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  6996. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  6997. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  6998. web_1 | self.execute(*args, **options.__dict__)
  6999. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  7000. web_1 | output = self.handle(*args, **options)
  7001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  7002. web_1 | return self.handle_noargs(**options)
  7003. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  7004. web_1 | syncdb.Command().execute(**options)
  7005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  7006. web_1 | output = self.handle(*args, **options)
  7007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  7008. web_1 | return self.handle_noargs(**options)
  7009. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  7010. web_1 | cursor = connection.cursor()
  7011. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  7012. web_1 | cursor = self.make_debug_cursor(self._cursor())
  7013. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  7014. web_1 | self.ensure_connection()
  7015. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7016. web_1 | self.connect()
  7017. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  7018. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  7019. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7020. web_1 | self.connect()
  7021. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  7022. web_1 | self.connection = self.get_new_connection(conn_params)
  7023. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  7024. web_1 | return Database.connect(**conn_params)
  7025. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  7026. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  7027. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  7028. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  7029. web_1 | TCP/IP connections on port 5432?
  7030. web_1 |
  7031. web_1 | Traceback (most recent call last):
  7032. web_1 | File "ocl_web/manage.py", line 19, in <module>
  7033. web_1 | execute_from_command_line(sys.argv)
  7034. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  7035. web_1 | utility.execute()
  7036. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  7037. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  7038. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  7039. web_1 | self.execute(*args, **options.__dict__)
  7040. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  7041. web_1 | output = self.handle(*args, **options)
  7042. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  7043. web_1 | ignore_ghosts = ignore_ghosts,
  7044. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  7045. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  7046. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  7047. web_1 | for h in histories:
  7048. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  7049. web_1 | self._fetch_all()
  7050. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  7051. web_1 | self._result_cache = list(self.iterator())
  7052. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  7053. web_1 | for row in compiler.results_iter():
  7054. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  7055. web_1 | for rows in self.execute_sql(MULTI):
  7056. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  7057. web_1 | cursor = self.connection.cursor()
  7058. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  7059. web_1 | cursor = self.make_debug_cursor(self._cursor())
  7060. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  7061. web_1 | self.ensure_connection()
  7062. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7063. web_1 | self.connect()
  7064. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  7065. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  7066. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7067. web_1 | self.connect()
  7068. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  7069. web_1 | self.connection = self.get_new_connection(conn_params)
  7070. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  7071. web_1 | return Database.connect(**conn_params)
  7072. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  7073. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  7074. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  7075. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  7076. web_1 | TCP/IP connections on port 5432?
  7077. web_1 |
  7078. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7079. web_1 | [GCC 4.9.2] on linux2
  7080. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7081. web_1 | (InteractiveConsole)
  7082. web_1 | Traceback (most recent call last):
  7083. web_1 | File "<console>", line 1, in <module>
  7084. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  7085. web_1 | return self.query.get_count(using=self.db)
  7086. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  7087. web_1 | number = obj.get_aggregation(using=using)[None]
  7088. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  7089. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  7090. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  7091. web_1 | cursor = self.connection.cursor()
  7092. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  7093. web_1 | cursor = self.make_debug_cursor(self._cursor())
  7094. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  7095. web_1 | self.ensure_connection()
  7096. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7097. web_1 | self.connect()
  7098. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  7099. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  7100. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  7101. web_1 | self.connect()
  7102. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  7103. web_1 | self.connection = self.get_new_connection(conn_params)
  7104. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  7105. web_1 | return Database.connect(**conn_params)
  7106. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  7107. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  7108. web_1 | OperationalError: could not connect to server: Connection refused
  7109. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  7110. web_1 | TCP/IP connections on port 5432?
  7111. web_1 |
  7112. web_1 |
  7113. web_1 | >>> >>> Starting the server
  7114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7115. web_1 |
  7116. web_1 | Fatal error: Unable to find local grunt.
  7117. web_1 |
  7118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7119. web_1 | your project. For more information about installing and configuring grunt,
  7120. web_1 | please see the Getting Started guide:
  7121. web_1 |
  7122. web_1 | http://gruntjs.com/getting-started
  7123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7125. web_1 | Syncing...
  7126. web_1 | Creating tables ...
  7127. web_1 | Creating table auth_permission
  7128. web_1 | Creating table auth_group_permissions
  7129. web_1 | Creating table auth_group
  7130. web_1 | Creating table django_content_type
  7131. web_1 | Creating table django_session
  7132. web_1 | Creating table django_site
  7133. web_1 | Creating table django_admin_log
  7134. web_1 | Creating table south_migrationhistory
  7135. web_1 | Creating table avatar_avatar
  7136. web_1 | Creating table users_user_groups
  7137. web_1 | Creating table users_user_user_permissions
  7138. web_1 | Creating table users_user
  7139. web_1 | Creating table account_emailaddress
  7140. web_1 | Creating table account_emailconfirmation
  7141. web_1 | Installing custom SQL ...
  7142. web_1 | Installing indexes ...
  7143. web_1 | Installed 0 object(s) from 0 fixture(s)
  7144. web_1 |
  7145. web_1 | Synced:
  7146. web_1 | > django.contrib.auth
  7147. web_1 | > django.contrib.contenttypes
  7148. web_1 | > django.contrib.sessions
  7149. web_1 | > django.contrib.sites
  7150. web_1 | > django.contrib.messages
  7151. web_1 | > django.contrib.staticfiles
  7152. web_1 | > django.contrib.admin
  7153. web_1 | > south
  7154. web_1 | > crispy_forms
  7155. web_1 | > avatar
  7156. web_1 | > bootstrap3
  7157. web_1 | > users
  7158. web_1 | > allauth
  7159. web_1 | > allauth.account
  7160. web_1 | > django.contrib.humanize
  7161. web_1 | > debug_toolbar
  7162. web_1 |
  7163. web_1 | Not synced (use migrations):
  7164. web_1 | - allauth.socialaccount
  7165. web_1 | - django_extensions
  7166. web_1 | (use ./manage.py migrate to migrate these)
  7167. web_1 | Running migrations for socialaccount:
  7168. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  7169. web_1 | > socialaccount:0001_initial
  7170. web_1 | > socialaccount:0002_genericmodels
  7171. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  7172. web_1 | > socialaccount:0004_add_sites
  7173. web_1 | > socialaccount:0005_set_sites
  7174. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  7175. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  7176. web_1 | > socialaccount:0008_client_id
  7177. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  7178. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  7179. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  7180. web_1 | - Loading initial data for socialaccount.
  7181. web_1 | Installed 0 object(s) from 0 fixture(s)
  7182. web_1 | Running migrations for django_extensions:
  7183. web_1 | - Migrating forwards to 0001_empty.
  7184. web_1 | > django_extensions:0001_empty
  7185. web_1 | - Loading initial data for django_extensions.
  7186. web_1 | Installed 0 object(s) from 0 fixture(s)
  7187. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7188. web_1 | [GCC 4.9.2] on linux2
  7189. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7190. web_1 | (InteractiveConsole)
  7191. web_1 |
  7192. web_1 | >>> >>> Starting the server
  7193. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7194. web_1 |
  7195. web_1 | Fatal error: Unable to find local grunt.
  7196. web_1 |
  7197. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7198. web_1 | your project. For more information about installing and configuring grunt,
  7199. web_1 | please see the Getting Started guide:
  7200. web_1 |
  7201. web_1 | http://gruntjs.com/getting-started
  7202. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7203. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7204. web_1 | Syncing...
  7205. web_1 | Creating tables ...
  7206. web_1 | Installing custom SQL ...
  7207. web_1 | Installing indexes ...
  7208. web_1 | Installed 0 object(s) from 0 fixture(s)
  7209. web_1 |
  7210. web_1 | Synced:
  7211. web_1 | > django.contrib.auth
  7212. web_1 | > django.contrib.contenttypes
  7213. web_1 | > django.contrib.sessions
  7214. web_1 | > django.contrib.sites
  7215. web_1 | > django.contrib.messages
  7216. web_1 | > django.contrib.staticfiles
  7217. web_1 | > django.contrib.admin
  7218. web_1 | > south
  7219. web_1 | > crispy_forms
  7220. web_1 | > avatar
  7221. web_1 | > bootstrap3
  7222. web_1 | > users
  7223. web_1 | > allauth
  7224. web_1 | > allauth.account
  7225. web_1 | > django.contrib.humanize
  7226. web_1 | > debug_toolbar
  7227. web_1 |
  7228. web_1 | Not synced (use migrations):
  7229. web_1 | - allauth.socialaccount
  7230. web_1 | - django_extensions
  7231. web_1 | (use ./manage.py migrate to migrate these)
  7232. web_1 | Running migrations for socialaccount:
  7233. web_1 | - Nothing to migrate.
  7234. web_1 | - Loading initial data for socialaccount.
  7235. web_1 | Installed 0 object(s) from 0 fixture(s)
  7236. web_1 | Running migrations for django_extensions:
  7237. web_1 | - Nothing to migrate.
  7238. web_1 | - Loading initial data for django_extensions.
  7239. web_1 | Installed 0 object(s) from 0 fixture(s)
  7240. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7241. web_1 | [GCC 4.9.2] on linux2
  7242. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7243. web_1 | (InteractiveConsole)
  7244. web_1 |
  7245. web_1 | >>> >>> Starting the server
  7246. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7247. web_1 |
  7248. web_1 | Fatal error: Unable to find local grunt.
  7249. web_1 |
  7250. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7251. web_1 | your project. For more information about installing and configuring grunt,
  7252. web_1 | please see the Getting Started guide:
  7253. web_1 |
  7254. web_1 | http://gruntjs.com/getting-started
  7255. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7256. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7257. web_1 | Syncing...
  7258. web_1 | Creating tables ...
  7259. web_1 | Installing custom SQL ...
  7260. web_1 | Installing indexes ...
  7261. web_1 | Installed 0 object(s) from 0 fixture(s)
  7262. web_1 |
  7263. web_1 | Synced:
  7264. web_1 | > django.contrib.auth
  7265. web_1 | > django.contrib.contenttypes
  7266. web_1 | > django.contrib.sessions
  7267. web_1 | > django.contrib.sites
  7268. web_1 | > django.contrib.messages
  7269. web_1 | > django.contrib.staticfiles
  7270. web_1 | > django.contrib.admin
  7271. web_1 | > south
  7272. web_1 | > crispy_forms
  7273. web_1 | > avatar
  7274. web_1 | > bootstrap3
  7275. web_1 | > users
  7276. web_1 | > allauth
  7277. web_1 | > allauth.account
  7278. web_1 | > django.contrib.humanize
  7279. web_1 | > debug_toolbar
  7280. web_1 |
  7281. web_1 | Not synced (use migrations):
  7282. web_1 | - allauth.socialaccount
  7283. web_1 | - django_extensions
  7284. web_1 | (use ./manage.py migrate to migrate these)
  7285. web_1 | Running migrations for socialaccount:
  7286. web_1 | - Nothing to migrate.
  7287. web_1 | - Loading initial data for socialaccount.
  7288. web_1 | Installed 0 object(s) from 0 fixture(s)
  7289. web_1 | Running migrations for django_extensions:
  7290. web_1 | - Nothing to migrate.
  7291. web_1 | - Loading initial data for django_extensions.
  7292. web_1 | Installed 0 object(s) from 0 fixture(s)
  7293. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7294. web_1 | [GCC 4.9.2] on linux2
  7295. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7296. web_1 | (InteractiveConsole)
  7297. web_1 |
  7298. web_1 | >>> >>> Starting the server
  7299. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7300. web_1 |
  7301. web_1 | Fatal error: Unable to find local grunt.
  7302. web_1 |
  7303. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7304. web_1 | your project. For more information about installing and configuring grunt,
  7305. web_1 | please see the Getting Started guide:
  7306. web_1 |
  7307. web_1 | http://gruntjs.com/getting-started
  7308. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7309. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7310. web_1 | Syncing...
  7311. web_1 | Creating tables ...
  7312. web_1 | Installing custom SQL ...
  7313. web_1 | Installing indexes ...
  7314. web_1 | Installed 0 object(s) from 0 fixture(s)
  7315. web_1 |
  7316. web_1 | Synced:
  7317. web_1 | > django.contrib.auth
  7318. web_1 | > django.contrib.contenttypes
  7319. web_1 | > django.contrib.sessions
  7320. web_1 | > django.contrib.sites
  7321. web_1 | > django.contrib.messages
  7322. web_1 | > django.contrib.staticfiles
  7323. web_1 | > django.contrib.admin
  7324. web_1 | > south
  7325. web_1 | > crispy_forms
  7326. web_1 | > avatar
  7327. web_1 | > bootstrap3
  7328. web_1 | > users
  7329. web_1 | > allauth
  7330. web_1 | > allauth.account
  7331. web_1 | > django.contrib.humanize
  7332. web_1 | > debug_toolbar
  7333. web_1 |
  7334. web_1 | Not synced (use migrations):
  7335. web_1 | - allauth.socialaccount
  7336. web_1 | - django_extensions
  7337. web_1 | (use ./manage.py migrate to migrate these)
  7338. web_1 | Running migrations for socialaccount:
  7339. web_1 | - Nothing to migrate.
  7340. web_1 | - Loading initial data for socialaccount.
  7341. web_1 | Installed 0 object(s) from 0 fixture(s)
  7342. web_1 | Running migrations for django_extensions:
  7343. web_1 | - Nothing to migrate.
  7344. web_1 | - Loading initial data for django_extensions.
  7345. web_1 | Installed 0 object(s) from 0 fixture(s)
  7346. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7347. web_1 | [GCC 4.9.2] on linux2
  7348. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7349. web_1 | (InteractiveConsole)
  7350. web_1 |
  7351. web_1 | >>> >>> Starting the server
  7352. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7353. web_1 |
  7354. web_1 | Fatal error: Unable to find local grunt.
  7355. web_1 |
  7356. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7357. web_1 | your project. For more information about installing and configuring grunt,
  7358. web_1 | please see the Getting Started guide:
  7359. web_1 |
  7360. web_1 | http://gruntjs.com/getting-started
  7361. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7362. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7363. web_1 | Syncing...
  7364. web_1 | Creating tables ...
  7365. web_1 | Installing custom SQL ...
  7366. web_1 | Installing indexes ...
  7367. web_1 | Installed 0 object(s) from 0 fixture(s)
  7368. web_1 |
  7369. web_1 | Synced:
  7370. web_1 | > django.contrib.auth
  7371. web_1 | > django.contrib.contenttypes
  7372. web_1 | > django.contrib.sessions
  7373. web_1 | > django.contrib.sites
  7374. web_1 | > django.contrib.messages
  7375. web_1 | > django.contrib.staticfiles
  7376. web_1 | > django.contrib.admin
  7377. web_1 | > south
  7378. web_1 | > crispy_forms
  7379. web_1 | > avatar
  7380. web_1 | > bootstrap3
  7381. web_1 | > users
  7382. web_1 | > allauth
  7383. web_1 | > allauth.account
  7384. web_1 | > django.contrib.humanize
  7385. web_1 | > debug_toolbar
  7386. web_1 |
  7387. web_1 | Not synced (use migrations):
  7388. web_1 | - allauth.socialaccount
  7389. web_1 | - django_extensions
  7390. web_1 | (use ./manage.py migrate to migrate these)
  7391. web_1 | Running migrations for socialaccount:
  7392. web_1 | - Nothing to migrate.
  7393. web_1 | - Loading initial data for socialaccount.
  7394. web_1 | Installed 0 object(s) from 0 fixture(s)
  7395. web_1 | Running migrations for django_extensions:
  7396. web_1 | - Nothing to migrate.
  7397. web_1 | - Loading initial data for django_extensions.
  7398. web_1 | Installed 0 object(s) from 0 fixture(s)
  7399. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7400. web_1 | [GCC 4.9.2] on linux2
  7401. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7402. web_1 | (InteractiveConsole)
  7403. web_1 |
  7404. web_1 | >>> >>> Starting the server
  7405. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7406. web_1 |
  7407. web_1 | Fatal error: Unable to find local grunt.
  7408. web_1 |
  7409. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7410. web_1 | your project. For more information about installing and configuring grunt,
  7411. web_1 | please see the Getting Started guide:
  7412. web_1 |
  7413. web_1 | http://gruntjs.com/getting-started
  7414. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7415. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7416. web_1 | Syncing...
  7417. web_1 | Creating tables ...
  7418. web_1 | Installing custom SQL ...
  7419. web_1 | Installing indexes ...
  7420. web_1 | Installed 0 object(s) from 0 fixture(s)
  7421. web_1 |
  7422. web_1 | Synced:
  7423. web_1 | > django.contrib.auth
  7424. web_1 | > django.contrib.contenttypes
  7425. web_1 | > django.contrib.sessions
  7426. web_1 | > django.contrib.sites
  7427. web_1 | > django.contrib.messages
  7428. web_1 | > django.contrib.staticfiles
  7429. web_1 | > django.contrib.admin
  7430. web_1 | > south
  7431. web_1 | > crispy_forms
  7432. web_1 | > avatar
  7433. web_1 | > bootstrap3
  7434. web_1 | > users
  7435. web_1 | > allauth
  7436. web_1 | > allauth.account
  7437. web_1 | > django.contrib.humanize
  7438. web_1 | > debug_toolbar
  7439. web_1 |
  7440. web_1 | Not synced (use migrations):
  7441. web_1 | - allauth.socialaccount
  7442. web_1 | - django_extensions
  7443. web_1 | (use ./manage.py migrate to migrate these)
  7444. web_1 | Running migrations for socialaccount:
  7445. web_1 | - Nothing to migrate.
  7446. web_1 | - Loading initial data for socialaccount.
  7447. web_1 | Installed 0 object(s) from 0 fixture(s)
  7448. web_1 | Running migrations for django_extensions:
  7449. web_1 | - Nothing to migrate.
  7450. web_1 | - Loading initial data for django_extensions.
  7451. web_1 | Installed 0 object(s) from 0 fixture(s)
  7452. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7453. web_1 | [GCC 4.9.2] on linux2
  7454. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7455. web_1 | (InteractiveConsole)
  7456. web_1 |
  7457. web_1 | >>> >>> Starting the server
  7458. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7459. web_1 |
  7460. web_1 | Fatal error: Unable to find local grunt.
  7461. web_1 |
  7462. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7463. web_1 | your project. For more information about installing and configuring grunt,
  7464. web_1 | please see the Getting Started guide:
  7465. web_1 |
  7466. web_1 | http://gruntjs.com/getting-started
  7467. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7468. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7469. web_1 | Syncing...
  7470. web_1 | Creating tables ...
  7471. web_1 | Installing custom SQL ...
  7472. web_1 | Installing indexes ...
  7473. web_1 | Installed 0 object(s) from 0 fixture(s)
  7474. web_1 |
  7475. web_1 | Synced:
  7476. web_1 | > django.contrib.auth
  7477. web_1 | > django.contrib.contenttypes
  7478. web_1 | > django.contrib.sessions
  7479. web_1 | > django.contrib.sites
  7480. web_1 | > django.contrib.messages
  7481. web_1 | > django.contrib.staticfiles
  7482. web_1 | > django.contrib.admin
  7483. web_1 | > south
  7484. web_1 | > crispy_forms
  7485. web_1 | > avatar
  7486. web_1 | > bootstrap3
  7487. web_1 | > users
  7488. web_1 | > allauth
  7489. web_1 | > allauth.account
  7490. web_1 | > django.contrib.humanize
  7491. web_1 | > debug_toolbar
  7492. web_1 |
  7493. web_1 | Not synced (use migrations):
  7494. web_1 | - allauth.socialaccount
  7495. web_1 | - django_extensions
  7496. web_1 | (use ./manage.py migrate to migrate these)
  7497. web_1 | Running migrations for socialaccount:
  7498. web_1 | - Nothing to migrate.
  7499. web_1 | - Loading initial data for socialaccount.
  7500. web_1 | Installed 0 object(s) from 0 fixture(s)
  7501. web_1 | Running migrations for django_extensions:
  7502. web_1 | - Nothing to migrate.
  7503. web_1 | - Loading initial data for django_extensions.
  7504. web_1 | Installed 0 object(s) from 0 fixture(s)
  7505. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7506. web_1 | [GCC 4.9.2] on linux2
  7507. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7508. web_1 | (InteractiveConsole)
  7509. web_1 |
  7510. web_1 | >>> >>> Starting the server
  7511. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7512. web_1 |
  7513. web_1 | Fatal error: Unable to find local grunt.
  7514. web_1 |
  7515. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7516. web_1 | your project. For more information about installing and configuring grunt,
  7517. web_1 | please see the Getting Started guide:
  7518. web_1 |
  7519. web_1 | http://gruntjs.com/getting-started
  7520. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7521. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7522. web_1 | Syncing...
  7523. web_1 | Creating tables ...
  7524. web_1 | Installing custom SQL ...
  7525. web_1 | Installing indexes ...
  7526. web_1 | Installed 0 object(s) from 0 fixture(s)
  7527. web_1 |
  7528. web_1 | Synced:
  7529. web_1 | > django.contrib.auth
  7530. web_1 | > django.contrib.contenttypes
  7531. web_1 | > django.contrib.sessions
  7532. web_1 | > django.contrib.sites
  7533. web_1 | > django.contrib.messages
  7534. web_1 | > django.contrib.staticfiles
  7535. web_1 | > django.contrib.admin
  7536. web_1 | > south
  7537. web_1 | > crispy_forms
  7538. web_1 | > avatar
  7539. web_1 | > bootstrap3
  7540. web_1 | > users
  7541. web_1 | > allauth
  7542. web_1 | > allauth.account
  7543. web_1 | > django.contrib.humanize
  7544. web_1 | > debug_toolbar
  7545. web_1 |
  7546. web_1 | Not synced (use migrations):
  7547. web_1 | - allauth.socialaccount
  7548. web_1 | - django_extensions
  7549. web_1 | (use ./manage.py migrate to migrate these)
  7550. web_1 | Running migrations for socialaccount:
  7551. web_1 | - Nothing to migrate.
  7552. web_1 | - Loading initial data for socialaccount.
  7553. web_1 | Installed 0 object(s) from 0 fixture(s)
  7554. web_1 | Running migrations for django_extensions:
  7555. web_1 | - Nothing to migrate.
  7556. web_1 | - Loading initial data for django_extensions.
  7557. web_1 | Installed 0 object(s) from 0 fixture(s)
  7558. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7559. web_1 | [GCC 4.9.2] on linux2
  7560. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7561. web_1 | (InteractiveConsole)
  7562. web_1 |
  7563. web_1 | >>> >>> Starting the server
  7564. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7565. web_1 |
  7566. web_1 | Fatal error: Unable to find local grunt.
  7567. web_1 |
  7568. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7569. web_1 | your project. For more information about installing and configuring grunt,
  7570. web_1 | please see the Getting Started guide:
  7571. web_1 |
  7572. web_1 | http://gruntjs.com/getting-started
  7573. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7574. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7575. web_1 | Syncing...
  7576. web_1 | Creating tables ...
  7577. web_1 | Installing custom SQL ...
  7578. web_1 | Installing indexes ...
  7579. web_1 | Installed 0 object(s) from 0 fixture(s)
  7580. web_1 |
  7581. web_1 | Synced:
  7582. web_1 | > django.contrib.auth
  7583. web_1 | > django.contrib.contenttypes
  7584. web_1 | > django.contrib.sessions
  7585. web_1 | > django.contrib.sites
  7586. web_1 | > django.contrib.messages
  7587. web_1 | > django.contrib.staticfiles
  7588. web_1 | > django.contrib.admin
  7589. web_1 | > south
  7590. web_1 | > crispy_forms
  7591. web_1 | > avatar
  7592. web_1 | > bootstrap3
  7593. web_1 | > users
  7594. web_1 | > allauth
  7595. web_1 | > allauth.account
  7596. web_1 | > django.contrib.humanize
  7597. web_1 | > debug_toolbar
  7598. web_1 |
  7599. web_1 | Not synced (use migrations):
  7600. web_1 | - allauth.socialaccount
  7601. web_1 | - django_extensions
  7602. web_1 | (use ./manage.py migrate to migrate these)
  7603. web_1 | Running migrations for socialaccount:
  7604. web_1 | - Nothing to migrate.
  7605. web_1 | - Loading initial data for socialaccount.
  7606. web_1 | Installed 0 object(s) from 0 fixture(s)
  7607. web_1 | Running migrations for django_extensions:
  7608. web_1 | - Nothing to migrate.
  7609. web_1 | - Loading initial data for django_extensions.
  7610. web_1 | Installed 0 object(s) from 0 fixture(s)
  7611. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7612. web_1 | [GCC 4.9.2] on linux2
  7613. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7614. web_1 | (InteractiveConsole)
  7615. web_1 |
  7616. web_1 | >>> >>> Starting the server
  7617. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7618. web_1 |
  7619. web_1 | Fatal error: Unable to find local grunt.
  7620. web_1 |
  7621. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7622. web_1 | your project. For more information about installing and configuring grunt,
  7623. web_1 | please see the Getting Started guide:
  7624. web_1 |
  7625. web_1 | http://gruntjs.com/getting-started
  7626. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7627. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7628. web_1 | Syncing...
  7629. web_1 | Creating tables ...
  7630. web_1 | Installing custom SQL ...
  7631. web_1 | Installing indexes ...
  7632. web_1 | Installed 0 object(s) from 0 fixture(s)
  7633. web_1 |
  7634. web_1 | Synced:
  7635. web_1 | > django.contrib.auth
  7636. web_1 | > django.contrib.contenttypes
  7637. web_1 | > django.contrib.sessions
  7638. web_1 | > django.contrib.sites
  7639. web_1 | > django.contrib.messages
  7640. web_1 | > django.contrib.staticfiles
  7641. web_1 | > django.contrib.admin
  7642. web_1 | > south
  7643. web_1 | > crispy_forms
  7644. web_1 | > avatar
  7645. web_1 | > bootstrap3
  7646. web_1 | > users
  7647. web_1 | > allauth
  7648. web_1 | > allauth.account
  7649. web_1 | > django.contrib.humanize
  7650. web_1 | > debug_toolbar
  7651. web_1 |
  7652. web_1 | Not synced (use migrations):
  7653. web_1 | - allauth.socialaccount
  7654. web_1 | - django_extensions
  7655. web_1 | (use ./manage.py migrate to migrate these)
  7656. web_1 | Running migrations for socialaccount:
  7657. web_1 | - Nothing to migrate.
  7658. web_1 | - Loading initial data for socialaccount.
  7659. web_1 | Installed 0 object(s) from 0 fixture(s)
  7660. web_1 | Running migrations for django_extensions:
  7661. web_1 | - Nothing to migrate.
  7662. web_1 | - Loading initial data for django_extensions.
  7663. web_1 | Installed 0 object(s) from 0 fixture(s)
  7664. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7665. web_1 | [GCC 4.9.2] on linux2
  7666. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7667. web_1 | (InteractiveConsole)
  7668. web_1 |
  7669. web_1 | >>> >>> Starting the server
  7670. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7671. web_1 |
  7672. web_1 | Fatal error: Unable to find local grunt.
  7673. web_1 |
  7674. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7675. web_1 | your project. For more information about installing and configuring grunt,
  7676. web_1 | please see the Getting Started guide:
  7677. web_1 |
  7678. web_1 | http://gruntjs.com/getting-started
  7679. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7680. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7681. web_1 | Syncing...
  7682. web_1 | Creating tables ...
  7683. web_1 | Installing custom SQL ...
  7684. web_1 | Installing indexes ...
  7685. web_1 | Installed 0 object(s) from 0 fixture(s)
  7686. web_1 |
  7687. web_1 | Synced:
  7688. web_1 | > django.contrib.auth
  7689. web_1 | > django.contrib.contenttypes
  7690. web_1 | > django.contrib.sessions
  7691. web_1 | > django.contrib.sites
  7692. web_1 | > django.contrib.messages
  7693. web_1 | > django.contrib.staticfiles
  7694. web_1 | > django.contrib.admin
  7695. web_1 | > south
  7696. web_1 | > crispy_forms
  7697. web_1 | > avatar
  7698. web_1 | > bootstrap3
  7699. web_1 | > users
  7700. web_1 | > allauth
  7701. web_1 | > allauth.account
  7702. web_1 | > django.contrib.humanize
  7703. web_1 | > debug_toolbar
  7704. web_1 |
  7705. web_1 | Not synced (use migrations):
  7706. web_1 | - allauth.socialaccount
  7707. web_1 | - django_extensions
  7708. web_1 | (use ./manage.py migrate to migrate these)
  7709. web_1 | Running migrations for socialaccount:
  7710. web_1 | - Nothing to migrate.
  7711. web_1 | - Loading initial data for socialaccount.
  7712. web_1 | Installed 0 object(s) from 0 fixture(s)
  7713. web_1 | Running migrations for django_extensions:
  7714. web_1 | - Nothing to migrate.
  7715. web_1 | - Loading initial data for django_extensions.
  7716. web_1 | Installed 0 object(s) from 0 fixture(s)
  7717. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7718. web_1 | [GCC 4.9.2] on linux2
  7719. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7720. web_1 | (InteractiveConsole)
  7721. web_1 |
  7722. web_1 | >>> >>> Starting the server
  7723. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7724. web_1 |
  7725. web_1 | Fatal error: Unable to find local grunt.
  7726. web_1 |
  7727. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7728. web_1 | your project. For more information about installing and configuring grunt,
  7729. web_1 | please see the Getting Started guide:
  7730. web_1 |
  7731. web_1 | http://gruntjs.com/getting-started
  7732. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7733. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7734. web_1 | Syncing...
  7735. web_1 | Creating tables ...
  7736. web_1 | Installing custom SQL ...
  7737. web_1 | Installing indexes ...
  7738. web_1 | Installed 0 object(s) from 0 fixture(s)
  7739. web_1 |
  7740. web_1 | Synced:
  7741. web_1 | > django.contrib.auth
  7742. web_1 | > django.contrib.contenttypes
  7743. web_1 | > django.contrib.sessions
  7744. web_1 | > django.contrib.sites
  7745. web_1 | > django.contrib.messages
  7746. web_1 | > django.contrib.staticfiles
  7747. web_1 | > django.contrib.admin
  7748. web_1 | > south
  7749. web_1 | > crispy_forms
  7750. web_1 | > avatar
  7751. web_1 | > bootstrap3
  7752. web_1 | > users
  7753. web_1 | > allauth
  7754. web_1 | > allauth.account
  7755. web_1 | > django.contrib.humanize
  7756. web_1 | > debug_toolbar
  7757. web_1 |
  7758. web_1 | Not synced (use migrations):
  7759. web_1 | - allauth.socialaccount
  7760. web_1 | - django_extensions
  7761. web_1 | (use ./manage.py migrate to migrate these)
  7762. web_1 | Running migrations for socialaccount:
  7763. web_1 | - Nothing to migrate.
  7764. web_1 | - Loading initial data for socialaccount.
  7765. web_1 | Installed 0 object(s) from 0 fixture(s)
  7766. web_1 | Running migrations for django_extensions:
  7767. web_1 | - Nothing to migrate.
  7768. web_1 | - Loading initial data for django_extensions.
  7769. web_1 | Installed 0 object(s) from 0 fixture(s)
  7770. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7771. web_1 | [GCC 4.9.2] on linux2
  7772. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7773. web_1 | (InteractiveConsole)
  7774. web_1 |
  7775. web_1 | >>> >>> Starting the server
  7776. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7777. web_1 |
  7778. web_1 | Fatal error: Unable to find local grunt.
  7779. web_1 |
  7780. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7781. web_1 | your project. For more information about installing and configuring grunt,
  7782. web_1 | please see the Getting Started guide:
  7783. web_1 |
  7784. web_1 | http://gruntjs.com/getting-started
  7785. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7786. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7787. web_1 | Syncing...
  7788. web_1 | Creating tables ...
  7789. web_1 | Installing custom SQL ...
  7790. web_1 | Installing indexes ...
  7791. web_1 | Installed 0 object(s) from 0 fixture(s)
  7792. web_1 |
  7793. web_1 | Synced:
  7794. web_1 | > django.contrib.auth
  7795. web_1 | > django.contrib.contenttypes
  7796. web_1 | > django.contrib.sessions
  7797. web_1 | > django.contrib.sites
  7798. web_1 | > django.contrib.messages
  7799. web_1 | > django.contrib.staticfiles
  7800. web_1 | > django.contrib.admin
  7801. web_1 | > south
  7802. web_1 | > crispy_forms
  7803. web_1 | > avatar
  7804. web_1 | > bootstrap3
  7805. web_1 | > users
  7806. web_1 | > allauth
  7807. web_1 | > allauth.account
  7808. web_1 | > django.contrib.humanize
  7809. web_1 | > debug_toolbar
  7810. web_1 |
  7811. web_1 | Not synced (use migrations):
  7812. web_1 | - allauth.socialaccount
  7813. web_1 | - django_extensions
  7814. web_1 | (use ./manage.py migrate to migrate these)
  7815. web_1 | Running migrations for socialaccount:
  7816. web_1 | - Nothing to migrate.
  7817. web_1 | - Loading initial data for socialaccount.
  7818. web_1 | Installed 0 object(s) from 0 fixture(s)
  7819. web_1 | Running migrations for django_extensions:
  7820. web_1 | - Nothing to migrate.
  7821. web_1 | - Loading initial data for django_extensions.
  7822. web_1 | Installed 0 object(s) from 0 fixture(s)
  7823. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7824. web_1 | [GCC 4.9.2] on linux2
  7825. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7826. web_1 | (InteractiveConsole)
  7827. web_1 |
  7828. web_1 | >>> >>> Starting the server
  7829. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7830. web_1 |
  7831. web_1 | Fatal error: Unable to find local grunt.
  7832. web_1 |
  7833. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7834. web_1 | your project. For more information about installing and configuring grunt,
  7835. web_1 | please see the Getting Started guide:
  7836. web_1 |
  7837. web_1 | http://gruntjs.com/getting-started
  7838. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7839. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7840. web_1 | Syncing...
  7841. web_1 | Creating tables ...
  7842. web_1 | Installing custom SQL ...
  7843. web_1 | Installing indexes ...
  7844. web_1 | Installed 0 object(s) from 0 fixture(s)
  7845. web_1 |
  7846. web_1 | Synced:
  7847. web_1 | > django.contrib.auth
  7848. web_1 | > django.contrib.contenttypes
  7849. web_1 | > django.contrib.sessions
  7850. web_1 | > django.contrib.sites
  7851. web_1 | > django.contrib.messages
  7852. web_1 | > django.contrib.staticfiles
  7853. web_1 | > django.contrib.admin
  7854. web_1 | > south
  7855. web_1 | > crispy_forms
  7856. web_1 | > avatar
  7857. web_1 | > bootstrap3
  7858. web_1 | > users
  7859. web_1 | > allauth
  7860. web_1 | > allauth.account
  7861. web_1 | > django.contrib.humanize
  7862. web_1 | > debug_toolbar
  7863. web_1 |
  7864. web_1 | Not synced (use migrations):
  7865. web_1 | - allauth.socialaccount
  7866. web_1 | - django_extensions
  7867. web_1 | (use ./manage.py migrate to migrate these)
  7868. web_1 | Running migrations for socialaccount:
  7869. web_1 | - Nothing to migrate.
  7870. web_1 | - Loading initial data for socialaccount.
  7871. web_1 | Installed 0 object(s) from 0 fixture(s)
  7872. web_1 | Running migrations for django_extensions:
  7873. web_1 | - Nothing to migrate.
  7874. web_1 | - Loading initial data for django_extensions.
  7875. web_1 | Installed 0 object(s) from 0 fixture(s)
  7876. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7877. web_1 | [GCC 4.9.2] on linux2
  7878. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7879. web_1 | (InteractiveConsole)
  7880. web_1 |
  7881. web_1 | >>> >>> Starting the server
  7882. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7883. web_1 |
  7884. web_1 | Fatal error: Unable to find local grunt.
  7885. web_1 |
  7886. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7887. web_1 | your project. For more information about installing and configuring grunt,
  7888. web_1 | please see the Getting Started guide:
  7889. web_1 |
  7890. web_1 | http://gruntjs.com/getting-started
  7891. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7892. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7893. web_1 | Syncing...
  7894. web_1 | Creating tables ...
  7895. web_1 | Installing custom SQL ...
  7896. web_1 | Installing indexes ...
  7897. web_1 | Installed 0 object(s) from 0 fixture(s)
  7898. web_1 |
  7899. web_1 | Synced:
  7900. web_1 | > django.contrib.auth
  7901. web_1 | > django.contrib.contenttypes
  7902. web_1 | > django.contrib.sessions
  7903. web_1 | > django.contrib.sites
  7904. web_1 | > django.contrib.messages
  7905. web_1 | > django.contrib.staticfiles
  7906. web_1 | > django.contrib.admin
  7907. web_1 | > south
  7908. web_1 | > crispy_forms
  7909. web_1 | > avatar
  7910. web_1 | > bootstrap3
  7911. web_1 | > users
  7912. web_1 | > allauth
  7913. web_1 | > allauth.account
  7914. web_1 | > django.contrib.humanize
  7915. web_1 | > debug_toolbar
  7916. web_1 |
  7917. web_1 | Not synced (use migrations):
  7918. web_1 | - allauth.socialaccount
  7919. web_1 | - django_extensions
  7920. web_1 | (use ./manage.py migrate to migrate these)
  7921. web_1 | Running migrations for socialaccount:
  7922. web_1 | - Nothing to migrate.
  7923. web_1 | - Loading initial data for socialaccount.
  7924. web_1 | Installed 0 object(s) from 0 fixture(s)
  7925. web_1 | Running migrations for django_extensions:
  7926. web_1 | - Nothing to migrate.
  7927. web_1 | - Loading initial data for django_extensions.
  7928. web_1 | Installed 0 object(s) from 0 fixture(s)
  7929. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7930. web_1 | [GCC 4.9.2] on linux2
  7931. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7932. web_1 | (InteractiveConsole)
  7933. web_1 |
  7934. web_1 | >>> >>> Starting the server
  7935. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7936. web_1 |
  7937. web_1 | Fatal error: Unable to find local grunt.
  7938. web_1 |
  7939. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7940. web_1 | your project. For more information about installing and configuring grunt,
  7941. web_1 | please see the Getting Started guide:
  7942. web_1 |
  7943. web_1 | http://gruntjs.com/getting-started
  7944. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7945. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7946. web_1 | Syncing...
  7947. web_1 | Creating tables ...
  7948. web_1 | Installing custom SQL ...
  7949. web_1 | Installing indexes ...
  7950. web_1 | Installed 0 object(s) from 0 fixture(s)
  7951. web_1 |
  7952. web_1 | Synced:
  7953. web_1 | > django.contrib.auth
  7954. web_1 | > django.contrib.contenttypes
  7955. web_1 | > django.contrib.sessions
  7956. web_1 | > django.contrib.sites
  7957. web_1 | > django.contrib.messages
  7958. web_1 | > django.contrib.staticfiles
  7959. web_1 | > django.contrib.admin
  7960. web_1 | > south
  7961. web_1 | > crispy_forms
  7962. web_1 | > avatar
  7963. web_1 | > bootstrap3
  7964. web_1 | > users
  7965. web_1 | > allauth
  7966. web_1 | > allauth.account
  7967. web_1 | > django.contrib.humanize
  7968. web_1 | > debug_toolbar
  7969. web_1 |
  7970. web_1 | Not synced (use migrations):
  7971. web_1 | - allauth.socialaccount
  7972. web_1 | - django_extensions
  7973. web_1 | (use ./manage.py migrate to migrate these)
  7974. web_1 | Running migrations for socialaccount:
  7975. web_1 | - Nothing to migrate.
  7976. web_1 | - Loading initial data for socialaccount.
  7977. web_1 | Installed 0 object(s) from 0 fixture(s)
  7978. web_1 | Running migrations for django_extensions:
  7979. web_1 | - Nothing to migrate.
  7980. web_1 | - Loading initial data for django_extensions.
  7981. web_1 | Installed 0 object(s) from 0 fixture(s)
  7982. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  7983. web_1 | [GCC 4.9.2] on linux2
  7984. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  7985. web_1 | (InteractiveConsole)
  7986. web_1 |
  7987. web_1 | >>> >>> Starting the server
  7988. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7989. web_1 |
  7990. web_1 | Fatal error: Unable to find local grunt.
  7991. web_1 |
  7992. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7993. web_1 | your project. For more information about installing and configuring grunt,
  7994. web_1 | please see the Getting Started guide:
  7995. web_1 |
  7996. web_1 | http://gruntjs.com/getting-started
  7997. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7998. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  7999. web_1 | Syncing...
  8000. web_1 | Creating tables ...
  8001. web_1 | Installing custom SQL ...
  8002. web_1 | Installing indexes ...
  8003. web_1 | Installed 0 object(s) from 0 fixture(s)
  8004. web_1 |
  8005. web_1 | Synced:
  8006. web_1 | > django.contrib.auth
  8007. web_1 | > django.contrib.contenttypes
  8008. web_1 | > django.contrib.sessions
  8009. web_1 | > django.contrib.sites
  8010. web_1 | > django.contrib.messages
  8011. web_1 | > django.contrib.staticfiles
  8012. web_1 | > django.contrib.admin
  8013. web_1 | > south
  8014. web_1 | > crispy_forms
  8015. web_1 | > avatar
  8016. web_1 | > bootstrap3
  8017. web_1 | > users
  8018. web_1 | > allauth
  8019. web_1 | > allauth.account
  8020. web_1 | > django.contrib.humanize
  8021. web_1 | > debug_toolbar
  8022. web_1 |
  8023. web_1 | Not synced (use migrations):
  8024. web_1 | - allauth.socialaccount
  8025. web_1 | - django_extensions
  8026. web_1 | (use ./manage.py migrate to migrate these)
  8027. web_1 | Running migrations for socialaccount:
  8028. web_1 | - Nothing to migrate.
  8029. web_1 | - Loading initial data for socialaccount.
  8030. web_1 | Installed 0 object(s) from 0 fixture(s)
  8031. web_1 | Running migrations for django_extensions:
  8032. web_1 | - Nothing to migrate.
  8033. web_1 | - Loading initial data for django_extensions.
  8034. web_1 | Installed 0 object(s) from 0 fixture(s)
  8035. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8036. web_1 | [GCC 4.9.2] on linux2
  8037. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8038. web_1 | (InteractiveConsole)
  8039. web_1 |
  8040. web_1 | >>> >>> Starting the server
  8041. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8042. web_1 |
  8043. web_1 | Fatal error: Unable to find local grunt.
  8044. web_1 |
  8045. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8046. web_1 | your project. For more information about installing and configuring grunt,
  8047. web_1 | please see the Getting Started guide:
  8048. web_1 |
  8049. web_1 | http://gruntjs.com/getting-started
  8050. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8051. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8052. web_1 | Syncing...
  8053. web_1 | Creating tables ...
  8054. web_1 | Installing custom SQL ...
  8055. web_1 | Installing indexes ...
  8056. web_1 | Installed 0 object(s) from 0 fixture(s)
  8057. web_1 |
  8058. web_1 | Synced:
  8059. web_1 | > django.contrib.auth
  8060. web_1 | > django.contrib.contenttypes
  8061. web_1 | > django.contrib.sessions
  8062. web_1 | > django.contrib.sites
  8063. web_1 | > django.contrib.messages
  8064. web_1 | > django.contrib.staticfiles
  8065. web_1 | > django.contrib.admin
  8066. web_1 | > south
  8067. web_1 | > crispy_forms
  8068. web_1 | > avatar
  8069. web_1 | > bootstrap3
  8070. web_1 | > users
  8071. web_1 | > allauth
  8072. web_1 | > allauth.account
  8073. web_1 | > django.contrib.humanize
  8074. web_1 | > debug_toolbar
  8075. web_1 |
  8076. web_1 | Not synced (use migrations):
  8077. web_1 | - allauth.socialaccount
  8078. web_1 | - django_extensions
  8079. web_1 | (use ./manage.py migrate to migrate these)
  8080. web_1 | Running migrations for socialaccount:
  8081. web_1 | - Nothing to migrate.
  8082. web_1 | - Loading initial data for socialaccount.
  8083. web_1 | Installed 0 object(s) from 0 fixture(s)
  8084. web_1 | Running migrations for django_extensions:
  8085. web_1 | - Nothing to migrate.
  8086. web_1 | - Loading initial data for django_extensions.
  8087. web_1 | Installed 0 object(s) from 0 fixture(s)
  8088. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8089. web_1 | [GCC 4.9.2] on linux2
  8090. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8091. web_1 | (InteractiveConsole)
  8092. web_1 |
  8093. web_1 | >>> >>> Starting the server
  8094. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8095. web_1 |
  8096. web_1 | Fatal error: Unable to find local grunt.
  8097. web_1 |
  8098. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8099. web_1 | your project. For more information about installing and configuring grunt,
  8100. web_1 | please see the Getting Started guide:
  8101. web_1 |
  8102. web_1 | http://gruntjs.com/getting-started
  8103. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8104. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8105. web_1 | Syncing...
  8106. web_1 | Creating tables ...
  8107. web_1 | Installing custom SQL ...
  8108. web_1 | Installing indexes ...
  8109. web_1 | Installed 0 object(s) from 0 fixture(s)
  8110. web_1 |
  8111. web_1 | Synced:
  8112. web_1 | > django.contrib.auth
  8113. web_1 | > django.contrib.contenttypes
  8114. web_1 | > django.contrib.sessions
  8115. web_1 | > django.contrib.sites
  8116. web_1 | > django.contrib.messages
  8117. web_1 | > django.contrib.staticfiles
  8118. web_1 | > django.contrib.admin
  8119. web_1 | > south
  8120. web_1 | > crispy_forms
  8121. web_1 | > avatar
  8122. web_1 | > bootstrap3
  8123. web_1 | > users
  8124. web_1 | > allauth
  8125. web_1 | > allauth.account
  8126. web_1 | > django.contrib.humanize
  8127. web_1 | > debug_toolbar
  8128. web_1 |
  8129. web_1 | Not synced (use migrations):
  8130. web_1 | - allauth.socialaccount
  8131. web_1 | - django_extensions
  8132. web_1 | (use ./manage.py migrate to migrate these)
  8133. web_1 | Running migrations for socialaccount:
  8134. web_1 | - Nothing to migrate.
  8135. web_1 | - Loading initial data for socialaccount.
  8136. web_1 | Installed 0 object(s) from 0 fixture(s)
  8137. web_1 | Running migrations for django_extensions:
  8138. web_1 | - Nothing to migrate.
  8139. web_1 | - Loading initial data for django_extensions.
  8140. web_1 | Installed 0 object(s) from 0 fixture(s)
  8141. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8142. web_1 | [GCC 4.9.2] on linux2
  8143. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8144. web_1 | (InteractiveConsole)
  8145. web_1 |
  8146. web_1 | >>> >>> Starting the server
  8147. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8148. web_1 |
  8149. web_1 | Fatal error: Unable to find local grunt.
  8150. web_1 |
  8151. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8152. web_1 | your project. For more information about installing and configuring grunt,
  8153. web_1 | please see the Getting Started guide:
  8154. web_1 |
  8155. web_1 | http://gruntjs.com/getting-started
  8156. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8157. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8158. web_1 | Syncing...
  8159. web_1 | Creating tables ...
  8160. web_1 | Installing custom SQL ...
  8161. web_1 | Installing indexes ...
  8162. web_1 | Installed 0 object(s) from 0 fixture(s)
  8163. web_1 |
  8164. web_1 | Synced:
  8165. web_1 | > django.contrib.auth
  8166. web_1 | > django.contrib.contenttypes
  8167. web_1 | > django.contrib.sessions
  8168. web_1 | > django.contrib.sites
  8169. web_1 | > django.contrib.messages
  8170. web_1 | > django.contrib.staticfiles
  8171. web_1 | > django.contrib.admin
  8172. web_1 | > south
  8173. web_1 | > crispy_forms
  8174. web_1 | > avatar
  8175. web_1 | > bootstrap3
  8176. web_1 | > users
  8177. web_1 | > allauth
  8178. web_1 | > allauth.account
  8179. web_1 | > django.contrib.humanize
  8180. web_1 | > debug_toolbar
  8181. web_1 |
  8182. web_1 | Not synced (use migrations):
  8183. web_1 | - allauth.socialaccount
  8184. web_1 | - django_extensions
  8185. web_1 | (use ./manage.py migrate to migrate these)
  8186. web_1 | Running migrations for socialaccount:
  8187. web_1 | - Nothing to migrate.
  8188. web_1 | - Loading initial data for socialaccount.
  8189. web_1 | Installed 0 object(s) from 0 fixture(s)
  8190. web_1 | Running migrations for django_extensions:
  8191. web_1 | - Nothing to migrate.
  8192. web_1 | - Loading initial data for django_extensions.
  8193. web_1 | Installed 0 object(s) from 0 fixture(s)
  8194. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8195. web_1 | [GCC 4.9.2] on linux2
  8196. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8197. web_1 | (InteractiveConsole)
  8198. web_1 |
  8199. web_1 | >>> >>> Starting the server
  8200. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8201. web_1 |
  8202. web_1 | Fatal error: Unable to find local grunt.
  8203. web_1 |
  8204. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8205. web_1 | your project. For more information about installing and configuring grunt,
  8206. web_1 | please see the Getting Started guide:
  8207. web_1 |
  8208. web_1 | http://gruntjs.com/getting-started
  8209. oclweb_web_1 exited with code 99
  8210. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8211. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8212. web_1 | Syncing...
  8213. web_1 | Traceback (most recent call last):
  8214. web_1 | File "ocl_web/manage.py", line 19, in <module>
  8215. web_1 | execute_from_command_line(sys.argv)
  8216. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  8217. web_1 | utility.execute()
  8218. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  8219. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  8220. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  8221. web_1 | self.execute(*args, **options.__dict__)
  8222. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  8223. web_1 | output = self.handle(*args, **options)
  8224. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  8225. web_1 | return self.handle_noargs(**options)
  8226. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  8227. web_1 | syncdb.Command().execute(**options)
  8228. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  8229. web_1 | output = self.handle(*args, **options)
  8230. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  8231. web_1 | return self.handle_noargs(**options)
  8232. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  8233. web_1 | cursor = connection.cursor()
  8234. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  8235. web_1 | cursor = self.make_debug_cursor(self._cursor())
  8236. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  8237. web_1 | self.ensure_connection()
  8238. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8239. web_1 | self.connect()
  8240. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  8241. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  8242. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8243. web_1 | self.connect()
  8244. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  8245. web_1 | self.connection = self.get_new_connection(conn_params)
  8246. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  8247. web_1 | return Database.connect(**conn_params)
  8248. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  8249. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  8250. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  8251. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  8252. web_1 | TCP/IP connections on port 5432?
  8253. web_1 |
  8254. web_1 | Traceback (most recent call last):
  8255. web_1 | File "ocl_web/manage.py", line 19, in <module>
  8256. web_1 | execute_from_command_line(sys.argv)
  8257. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  8258. web_1 | utility.execute()
  8259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  8260. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  8261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  8262. web_1 | self.execute(*args, **options.__dict__)
  8263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  8264. web_1 | output = self.handle(*args, **options)
  8265. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  8266. web_1 | ignore_ghosts = ignore_ghosts,
  8267. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  8268. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  8269. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  8270. web_1 | for h in histories:
  8271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  8272. web_1 | self._fetch_all()
  8273. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  8274. web_1 | self._result_cache = list(self.iterator())
  8275. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  8276. web_1 | for row in compiler.results_iter():
  8277. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  8278. web_1 | for rows in self.execute_sql(MULTI):
  8279. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  8280. web_1 | cursor = self.connection.cursor()
  8281. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  8282. web_1 | cursor = self.make_debug_cursor(self._cursor())
  8283. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  8284. web_1 | self.ensure_connection()
  8285. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8286. web_1 | self.connect()
  8287. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  8288. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  8289. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8290. web_1 | self.connect()
  8291. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  8292. web_1 | self.connection = self.get_new_connection(conn_params)
  8293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  8294. web_1 | return Database.connect(**conn_params)
  8295. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  8296. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  8297. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  8298. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  8299. web_1 | TCP/IP connections on port 5432?
  8300. web_1 |
  8301. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8302. web_1 | [GCC 4.9.2] on linux2
  8303. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8304. web_1 | (InteractiveConsole)
  8305. web_1 | Traceback (most recent call last):
  8306. web_1 | File "<console>", line 1, in <module>
  8307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  8308. web_1 | return self.query.get_count(using=self.db)
  8309. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  8310. web_1 | number = obj.get_aggregation(using=using)[None]
  8311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  8312. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  8313. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  8314. web_1 | cursor = self.connection.cursor()
  8315. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  8316. web_1 | cursor = self.make_debug_cursor(self._cursor())
  8317. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  8318. web_1 | self.ensure_connection()
  8319. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8320. web_1 | self.connect()
  8321. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  8322. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  8323. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  8324. web_1 | self.connect()
  8325. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  8326. web_1 | self.connection = self.get_new_connection(conn_params)
  8327. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  8328. web_1 | return Database.connect(**conn_params)
  8329. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  8330. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  8331. web_1 | OperationalError: could not connect to server: Connection refused
  8332. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  8333. web_1 | TCP/IP connections on port 5432?
  8334. web_1 |
  8335. web_1 |
  8336. web_1 | >>> >>> Starting the server
  8337. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8338. web_1 |
  8339. web_1 | Fatal error: Unable to find local grunt.
  8340. web_1 |
  8341. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8342. web_1 | your project. For more information about installing and configuring grunt,
  8343. web_1 | please see the Getting Started guide:
  8344. web_1 |
  8345. web_1 | http://gruntjs.com/getting-started
  8346. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8347. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8348. web_1 | Syncing...
  8349. web_1 | Creating tables ...
  8350. web_1 | Creating table auth_permission
  8351. web_1 | Creating table auth_group_permissions
  8352. web_1 | Creating table auth_group
  8353. web_1 | Creating table django_content_type
  8354. web_1 | Creating table django_session
  8355. web_1 | Creating table django_site
  8356. web_1 | Creating table django_admin_log
  8357. web_1 | Creating table south_migrationhistory
  8358. web_1 | Creating table avatar_avatar
  8359. web_1 | Creating table users_user_groups
  8360. web_1 | Creating table users_user_user_permissions
  8361. web_1 | Creating table users_user
  8362. web_1 | Creating table account_emailaddress
  8363. web_1 | Creating table account_emailconfirmation
  8364. web_1 | Installing custom SQL ...
  8365. web_1 | Installing indexes ...
  8366. web_1 | Installed 0 object(s) from 0 fixture(s)
  8367. web_1 |
  8368. web_1 | Synced:
  8369. web_1 | > django.contrib.auth
  8370. web_1 | > django.contrib.contenttypes
  8371. web_1 | > django.contrib.sessions
  8372. web_1 | > django.contrib.sites
  8373. web_1 | > django.contrib.messages
  8374. web_1 | > django.contrib.staticfiles
  8375. web_1 | > django.contrib.admin
  8376. web_1 | > south
  8377. web_1 | > crispy_forms
  8378. web_1 | > avatar
  8379. web_1 | > bootstrap3
  8380. web_1 | > users
  8381. web_1 | > allauth
  8382. web_1 | > allauth.account
  8383. web_1 | > django.contrib.humanize
  8384. web_1 | > debug_toolbar
  8385. web_1 |
  8386. web_1 | Not synced (use migrations):
  8387. web_1 | - allauth.socialaccount
  8388. web_1 | - django_extensions
  8389. web_1 | (use ./manage.py migrate to migrate these)
  8390. web_1 | Running migrations for socialaccount:
  8391. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  8392. web_1 | > socialaccount:0001_initial
  8393. web_1 | > socialaccount:0002_genericmodels
  8394. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  8395. web_1 | > socialaccount:0004_add_sites
  8396. web_1 | > socialaccount:0005_set_sites
  8397. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  8398. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  8399. web_1 | > socialaccount:0008_client_id
  8400. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  8401. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  8402. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  8403. web_1 | - Loading initial data for socialaccount.
  8404. web_1 | Installed 0 object(s) from 0 fixture(s)
  8405. web_1 | Running migrations for django_extensions:
  8406. web_1 | - Migrating forwards to 0001_empty.
  8407. web_1 | > django_extensions:0001_empty
  8408. web_1 | - Loading initial data for django_extensions.
  8409. web_1 | Installed 0 object(s) from 0 fixture(s)
  8410. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8411. web_1 | [GCC 4.9.2] on linux2
  8412. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8413. web_1 | (InteractiveConsole)
  8414. web_1 |
  8415. web_1 | >>> >>> Starting the server
  8416. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8417. web_1 |
  8418. web_1 | Fatal error: Unable to find local grunt.
  8419. web_1 |
  8420. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8421. web_1 | your project. For more information about installing and configuring grunt,
  8422. web_1 | please see the Getting Started guide:
  8423. web_1 |
  8424. web_1 | http://gruntjs.com/getting-started
  8425. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8426. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8427. web_1 | Syncing...
  8428. web_1 | Creating tables ...
  8429. web_1 | Installing custom SQL ...
  8430. web_1 | Installing indexes ...
  8431. web_1 | Installed 0 object(s) from 0 fixture(s)
  8432. web_1 |
  8433. web_1 | Synced:
  8434. web_1 | > django.contrib.auth
  8435. web_1 | > django.contrib.contenttypes
  8436. web_1 | > django.contrib.sessions
  8437. web_1 | > django.contrib.sites
  8438. web_1 | > django.contrib.messages
  8439. web_1 | > django.contrib.staticfiles
  8440. web_1 | > django.contrib.admin
  8441. web_1 | > south
  8442. web_1 | > crispy_forms
  8443. web_1 | > avatar
  8444. web_1 | > bootstrap3
  8445. web_1 | > users
  8446. web_1 | > allauth
  8447. web_1 | > allauth.account
  8448. web_1 | > django.contrib.humanize
  8449. web_1 | > debug_toolbar
  8450. web_1 |
  8451. web_1 | Not synced (use migrations):
  8452. web_1 | - allauth.socialaccount
  8453. web_1 | - django_extensions
  8454. web_1 | (use ./manage.py migrate to migrate these)
  8455. web_1 | Running migrations for socialaccount:
  8456. web_1 | - Nothing to migrate.
  8457. web_1 | - Loading initial data for socialaccount.
  8458. web_1 | Installed 0 object(s) from 0 fixture(s)
  8459. web_1 | Running migrations for django_extensions:
  8460. web_1 | - Nothing to migrate.
  8461. web_1 | - Loading initial data for django_extensions.
  8462. web_1 | Installed 0 object(s) from 0 fixture(s)
  8463. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8464. web_1 | [GCC 4.9.2] on linux2
  8465. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8466. web_1 | (InteractiveConsole)
  8467. web_1 |
  8468. web_1 | >>> >>> Starting the server
  8469. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8470. web_1 |
  8471. web_1 | Fatal error: Unable to find local grunt.
  8472. web_1 |
  8473. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8474. web_1 | your project. For more information about installing and configuring grunt,
  8475. web_1 | please see the Getting Started guide:
  8476. web_1 |
  8477. web_1 | http://gruntjs.com/getting-started
  8478. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8479. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8480. web_1 | Syncing...
  8481. web_1 | Creating tables ...
  8482. web_1 | Installing custom SQL ...
  8483. web_1 | Installing indexes ...
  8484. web_1 | Installed 0 object(s) from 0 fixture(s)
  8485. web_1 |
  8486. web_1 | Synced:
  8487. web_1 | > django.contrib.auth
  8488. web_1 | > django.contrib.contenttypes
  8489. web_1 | > django.contrib.sessions
  8490. web_1 | > django.contrib.sites
  8491. web_1 | > django.contrib.messages
  8492. web_1 | > django.contrib.staticfiles
  8493. web_1 | > django.contrib.admin
  8494. web_1 | > south
  8495. web_1 | > crispy_forms
  8496. web_1 | > avatar
  8497. web_1 | > bootstrap3
  8498. web_1 | > users
  8499. web_1 | > allauth
  8500. web_1 | > allauth.account
  8501. web_1 | > django.contrib.humanize
  8502. web_1 | > debug_toolbar
  8503. web_1 |
  8504. web_1 | Not synced (use migrations):
  8505. web_1 | - allauth.socialaccount
  8506. web_1 | - django_extensions
  8507. web_1 | (use ./manage.py migrate to migrate these)
  8508. web_1 | Running migrations for socialaccount:
  8509. web_1 | - Nothing to migrate.
  8510. web_1 | - Loading initial data for socialaccount.
  8511. web_1 | Installed 0 object(s) from 0 fixture(s)
  8512. web_1 | Running migrations for django_extensions:
  8513. web_1 | - Nothing to migrate.
  8514. web_1 | - Loading initial data for django_extensions.
  8515. web_1 | Installed 0 object(s) from 0 fixture(s)
  8516. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8517. web_1 | [GCC 4.9.2] on linux2
  8518. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8519. web_1 | (InteractiveConsole)
  8520. web_1 |
  8521. web_1 | >>> >>> Starting the server
  8522. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8523. web_1 |
  8524. web_1 | Fatal error: Unable to find local grunt.
  8525. web_1 |
  8526. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8527. web_1 | your project. For more information about installing and configuring grunt,
  8528. web_1 | please see the Getting Started guide:
  8529. web_1 |
  8530. web_1 | http://gruntjs.com/getting-started
  8531. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8532. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8533. web_1 | Syncing...
  8534. web_1 | Creating tables ...
  8535. web_1 | Installing custom SQL ...
  8536. web_1 | Installing indexes ...
  8537. web_1 | Installed 0 object(s) from 0 fixture(s)
  8538. web_1 |
  8539. web_1 | Synced:
  8540. web_1 | > django.contrib.auth
  8541. web_1 | > django.contrib.contenttypes
  8542. web_1 | > django.contrib.sessions
  8543. web_1 | > django.contrib.sites
  8544. web_1 | > django.contrib.messages
  8545. web_1 | > django.contrib.staticfiles
  8546. web_1 | > django.contrib.admin
  8547. web_1 | > south
  8548. web_1 | > crispy_forms
  8549. web_1 | > avatar
  8550. web_1 | > bootstrap3
  8551. web_1 | > users
  8552. web_1 | > allauth
  8553. web_1 | > allauth.account
  8554. web_1 | > django.contrib.humanize
  8555. web_1 | > debug_toolbar
  8556. web_1 |
  8557. web_1 | Not synced (use migrations):
  8558. web_1 | - allauth.socialaccount
  8559. web_1 | - django_extensions
  8560. web_1 | (use ./manage.py migrate to migrate these)
  8561. web_1 | Running migrations for socialaccount:
  8562. web_1 | - Nothing to migrate.
  8563. web_1 | - Loading initial data for socialaccount.
  8564. web_1 | Installed 0 object(s) from 0 fixture(s)
  8565. web_1 | Running migrations for django_extensions:
  8566. web_1 | - Nothing to migrate.
  8567. web_1 | - Loading initial data for django_extensions.
  8568. web_1 | Installed 0 object(s) from 0 fixture(s)
  8569. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8570. web_1 | [GCC 4.9.2] on linux2
  8571. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8572. web_1 | (InteractiveConsole)
  8573. web_1 |
  8574. web_1 | >>> >>> Starting the server
  8575. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8576. web_1 |
  8577. web_1 | Fatal error: Unable to find local grunt.
  8578. web_1 |
  8579. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8580. web_1 | your project. For more information about installing and configuring grunt,
  8581. web_1 | please see the Getting Started guide:
  8582. web_1 |
  8583. web_1 | http://gruntjs.com/getting-started
  8584. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8585. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8586. web_1 | Syncing...
  8587. web_1 | Creating tables ...
  8588. web_1 | Installing custom SQL ...
  8589. web_1 | Installing indexes ...
  8590. web_1 | Installed 0 object(s) from 0 fixture(s)
  8591. web_1 |
  8592. web_1 | Synced:
  8593. web_1 | > django.contrib.auth
  8594. web_1 | > django.contrib.contenttypes
  8595. web_1 | > django.contrib.sessions
  8596. web_1 | > django.contrib.sites
  8597. web_1 | > django.contrib.messages
  8598. web_1 | > django.contrib.staticfiles
  8599. web_1 | > django.contrib.admin
  8600. web_1 | > south
  8601. web_1 | > crispy_forms
  8602. web_1 | > avatar
  8603. web_1 | > bootstrap3
  8604. web_1 | > users
  8605. web_1 | > allauth
  8606. web_1 | > allauth.account
  8607. web_1 | > django.contrib.humanize
  8608. web_1 | > debug_toolbar
  8609. web_1 |
  8610. web_1 | Not synced (use migrations):
  8611. web_1 | - allauth.socialaccount
  8612. web_1 | - django_extensions
  8613. web_1 | (use ./manage.py migrate to migrate these)
  8614. web_1 | Running migrations for socialaccount:
  8615. web_1 | - Nothing to migrate.
  8616. web_1 | - Loading initial data for socialaccount.
  8617. web_1 | Installed 0 object(s) from 0 fixture(s)
  8618. web_1 | Running migrations for django_extensions:
  8619. web_1 | - Nothing to migrate.
  8620. web_1 | - Loading initial data for django_extensions.
  8621. web_1 | Installed 0 object(s) from 0 fixture(s)
  8622. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8623. web_1 | [GCC 4.9.2] on linux2
  8624. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8625. web_1 | (InteractiveConsole)
  8626. web_1 |
  8627. web_1 | >>> >>> Starting the server
  8628. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8629. web_1 |
  8630. web_1 | Fatal error: Unable to find local grunt.
  8631. web_1 |
  8632. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8633. web_1 | your project. For more information about installing and configuring grunt,
  8634. web_1 | please see the Getting Started guide:
  8635. web_1 |
  8636. web_1 | http://gruntjs.com/getting-started
  8637. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8638. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8639. web_1 | Syncing...
  8640. web_1 | Creating tables ...
  8641. web_1 | Installing custom SQL ...
  8642. web_1 | Installing indexes ...
  8643. web_1 | Installed 0 object(s) from 0 fixture(s)
  8644. web_1 |
  8645. web_1 | Synced:
  8646. web_1 | > django.contrib.auth
  8647. web_1 | > django.contrib.contenttypes
  8648. web_1 | > django.contrib.sessions
  8649. web_1 | > django.contrib.sites
  8650. web_1 | > django.contrib.messages
  8651. web_1 | > django.contrib.staticfiles
  8652. web_1 | > django.contrib.admin
  8653. web_1 | > south
  8654. web_1 | > crispy_forms
  8655. web_1 | > avatar
  8656. web_1 | > bootstrap3
  8657. web_1 | > users
  8658. web_1 | > allauth
  8659. web_1 | > allauth.account
  8660. web_1 | > django.contrib.humanize
  8661. web_1 | > debug_toolbar
  8662. web_1 |
  8663. web_1 | Not synced (use migrations):
  8664. web_1 | - allauth.socialaccount
  8665. web_1 | - django_extensions
  8666. web_1 | (use ./manage.py migrate to migrate these)
  8667. web_1 | Running migrations for socialaccount:
  8668. web_1 | - Nothing to migrate.
  8669. web_1 | - Loading initial data for socialaccount.
  8670. web_1 | Installed 0 object(s) from 0 fixture(s)
  8671. web_1 | Running migrations for django_extensions:
  8672. web_1 | - Nothing to migrate.
  8673. web_1 | - Loading initial data for django_extensions.
  8674. web_1 | Installed 0 object(s) from 0 fixture(s)
  8675. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8676. web_1 | [GCC 4.9.2] on linux2
  8677. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8678. web_1 | (InteractiveConsole)
  8679. web_1 |
  8680. web_1 | >>> >>> Starting the server
  8681. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8682. web_1 |
  8683. web_1 | Fatal error: Unable to find local grunt.
  8684. web_1 |
  8685. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8686. web_1 | your project. For more information about installing and configuring grunt,
  8687. web_1 | please see the Getting Started guide:
  8688. web_1 |
  8689. web_1 | http://gruntjs.com/getting-started
  8690. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8691. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8692. web_1 | Syncing...
  8693. web_1 | Creating tables ...
  8694. web_1 | Installing custom SQL ...
  8695. web_1 | Installing indexes ...
  8696. web_1 | Installed 0 object(s) from 0 fixture(s)
  8697. web_1 |
  8698. web_1 | Synced:
  8699. web_1 | > django.contrib.auth
  8700. web_1 | > django.contrib.contenttypes
  8701. web_1 | > django.contrib.sessions
  8702. web_1 | > django.contrib.sites
  8703. web_1 | > django.contrib.messages
  8704. web_1 | > django.contrib.staticfiles
  8705. web_1 | > django.contrib.admin
  8706. web_1 | > south
  8707. web_1 | > crispy_forms
  8708. web_1 | > avatar
  8709. web_1 | > bootstrap3
  8710. web_1 | > users
  8711. web_1 | > allauth
  8712. web_1 | > allauth.account
  8713. web_1 | > django.contrib.humanize
  8714. web_1 | > debug_toolbar
  8715. web_1 |
  8716. web_1 | Not synced (use migrations):
  8717. web_1 | - allauth.socialaccount
  8718. web_1 | - django_extensions
  8719. web_1 | (use ./manage.py migrate to migrate these)
  8720. web_1 | Running migrations for socialaccount:
  8721. web_1 | - Nothing to migrate.
  8722. web_1 | - Loading initial data for socialaccount.
  8723. web_1 | Installed 0 object(s) from 0 fixture(s)
  8724. web_1 | Running migrations for django_extensions:
  8725. web_1 | - Nothing to migrate.
  8726. web_1 | - Loading initial data for django_extensions.
  8727. web_1 | Installed 0 object(s) from 0 fixture(s)
  8728. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8729. web_1 | [GCC 4.9.2] on linux2
  8730. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8731. web_1 | (InteractiveConsole)
  8732. web_1 |
  8733. web_1 | >>> >>> Starting the server
  8734. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8735. web_1 |
  8736. web_1 | Fatal error: Unable to find local grunt.
  8737. web_1 |
  8738. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8739. web_1 | your project. For more information about installing and configuring grunt,
  8740. web_1 | please see the Getting Started guide:
  8741. web_1 |
  8742. web_1 | http://gruntjs.com/getting-started
  8743. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8744. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8745. web_1 | Syncing...
  8746. web_1 | Creating tables ...
  8747. web_1 | Installing custom SQL ...
  8748. web_1 | Installing indexes ...
  8749. web_1 | Installed 0 object(s) from 0 fixture(s)
  8750. web_1 |
  8751. web_1 | Synced:
  8752. web_1 | > django.contrib.auth
  8753. web_1 | > django.contrib.contenttypes
  8754. web_1 | > django.contrib.sessions
  8755. web_1 | > django.contrib.sites
  8756. web_1 | > django.contrib.messages
  8757. web_1 | > django.contrib.staticfiles
  8758. web_1 | > django.contrib.admin
  8759. web_1 | > south
  8760. web_1 | > crispy_forms
  8761. web_1 | > avatar
  8762. web_1 | > bootstrap3
  8763. web_1 | > users
  8764. web_1 | > allauth
  8765. web_1 | > allauth.account
  8766. web_1 | > django.contrib.humanize
  8767. web_1 | > debug_toolbar
  8768. web_1 |
  8769. web_1 | Not synced (use migrations):
  8770. web_1 | - allauth.socialaccount
  8771. web_1 | - django_extensions
  8772. web_1 | (use ./manage.py migrate to migrate these)
  8773. web_1 | Running migrations for socialaccount:
  8774. web_1 | - Nothing to migrate.
  8775. web_1 | - Loading initial data for socialaccount.
  8776. web_1 | Installed 0 object(s) from 0 fixture(s)
  8777. web_1 | Running migrations for django_extensions:
  8778. web_1 | - Nothing to migrate.
  8779. web_1 | - Loading initial data for django_extensions.
  8780. web_1 | Installed 0 object(s) from 0 fixture(s)
  8781. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8782. web_1 | [GCC 4.9.2] on linux2
  8783. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8784. web_1 | (InteractiveConsole)
  8785. web_1 |
  8786. web_1 | >>> >>> Starting the server
  8787. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8788. web_1 |
  8789. web_1 | Fatal error: Unable to find local grunt.
  8790. web_1 |
  8791. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8792. web_1 | your project. For more information about installing and configuring grunt,
  8793. web_1 | please see the Getting Started guide:
  8794. web_1 |
  8795. web_1 | http://gruntjs.com/getting-started
  8796. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8797. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8798. web_1 | Syncing...
  8799. web_1 | Creating tables ...
  8800. web_1 | Installing custom SQL ...
  8801. web_1 | Installing indexes ...
  8802. web_1 | Installed 0 object(s) from 0 fixture(s)
  8803. web_1 |
  8804. web_1 | Synced:
  8805. web_1 | > django.contrib.auth
  8806. web_1 | > django.contrib.contenttypes
  8807. web_1 | > django.contrib.sessions
  8808. web_1 | > django.contrib.sites
  8809. web_1 | > django.contrib.messages
  8810. web_1 | > django.contrib.staticfiles
  8811. web_1 | > django.contrib.admin
  8812. web_1 | > south
  8813. web_1 | > crispy_forms
  8814. web_1 | > avatar
  8815. web_1 | > bootstrap3
  8816. web_1 | > users
  8817. web_1 | > allauth
  8818. web_1 | > allauth.account
  8819. web_1 | > django.contrib.humanize
  8820. web_1 | > debug_toolbar
  8821. web_1 |
  8822. web_1 | Not synced (use migrations):
  8823. web_1 | - allauth.socialaccount
  8824. web_1 | - django_extensions
  8825. web_1 | (use ./manage.py migrate to migrate these)
  8826. web_1 | Running migrations for socialaccount:
  8827. web_1 | - Nothing to migrate.
  8828. web_1 | - Loading initial data for socialaccount.
  8829. web_1 | Installed 0 object(s) from 0 fixture(s)
  8830. web_1 | Running migrations for django_extensions:
  8831. web_1 | - Nothing to migrate.
  8832. web_1 | - Loading initial data for django_extensions.
  8833. web_1 | Installed 0 object(s) from 0 fixture(s)
  8834. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8835. web_1 | [GCC 4.9.2] on linux2
  8836. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8837. web_1 | (InteractiveConsole)
  8838. web_1 |
  8839. web_1 | >>> >>> Starting the server
  8840. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8841. web_1 |
  8842. web_1 | Fatal error: Unable to find local grunt.
  8843. web_1 |
  8844. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8845. web_1 | your project. For more information about installing and configuring grunt,
  8846. web_1 | please see the Getting Started guide:
  8847. web_1 |
  8848. web_1 | http://gruntjs.com/getting-started
  8849. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8850. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8851. web_1 | Syncing...
  8852. web_1 | Creating tables ...
  8853. web_1 | Installing custom SQL ...
  8854. web_1 | Installing indexes ...
  8855. web_1 | Installed 0 object(s) from 0 fixture(s)
  8856. web_1 |
  8857. web_1 | Synced:
  8858. web_1 | > django.contrib.auth
  8859. web_1 | > django.contrib.contenttypes
  8860. web_1 | > django.contrib.sessions
  8861. web_1 | > django.contrib.sites
  8862. web_1 | > django.contrib.messages
  8863. web_1 | > django.contrib.staticfiles
  8864. web_1 | > django.contrib.admin
  8865. web_1 | > south
  8866. web_1 | > crispy_forms
  8867. web_1 | > avatar
  8868. web_1 | > bootstrap3
  8869. web_1 | > users
  8870. web_1 | > allauth
  8871. web_1 | > allauth.account
  8872. web_1 | > django.contrib.humanize
  8873. web_1 | > debug_toolbar
  8874. web_1 |
  8875. web_1 | Not synced (use migrations):
  8876. web_1 | - allauth.socialaccount
  8877. web_1 | - django_extensions
  8878. web_1 | (use ./manage.py migrate to migrate these)
  8879. web_1 | Running migrations for socialaccount:
  8880. web_1 | - Nothing to migrate.
  8881. web_1 | - Loading initial data for socialaccount.
  8882. web_1 | Installed 0 object(s) from 0 fixture(s)
  8883. web_1 | Running migrations for django_extensions:
  8884. web_1 | - Nothing to migrate.
  8885. web_1 | - Loading initial data for django_extensions.
  8886. web_1 | Installed 0 object(s) from 0 fixture(s)
  8887. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8888. web_1 | [GCC 4.9.2] on linux2
  8889. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8890. web_1 | (InteractiveConsole)
  8891. web_1 |
  8892. web_1 | >>> >>> Starting the server
  8893. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8894. web_1 |
  8895. web_1 | Fatal error: Unable to find local grunt.
  8896. web_1 |
  8897. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8898. web_1 | your project. For more information about installing and configuring grunt,
  8899. web_1 | please see the Getting Started guide:
  8900. web_1 |
  8901. web_1 | http://gruntjs.com/getting-started
  8902. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8903. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8904. web_1 | Syncing...
  8905. web_1 | Creating tables ...
  8906. web_1 | Installing custom SQL ...
  8907. web_1 | Installing indexes ...
  8908. web_1 | Installed 0 object(s) from 0 fixture(s)
  8909. web_1 |
  8910. web_1 | Synced:
  8911. web_1 | > django.contrib.auth
  8912. web_1 | > django.contrib.contenttypes
  8913. web_1 | > django.contrib.sessions
  8914. web_1 | > django.contrib.sites
  8915. web_1 | > django.contrib.messages
  8916. web_1 | > django.contrib.staticfiles
  8917. web_1 | > django.contrib.admin
  8918. web_1 | > south
  8919. web_1 | > crispy_forms
  8920. web_1 | > avatar
  8921. web_1 | > bootstrap3
  8922. web_1 | > users
  8923. web_1 | > allauth
  8924. web_1 | > allauth.account
  8925. web_1 | > django.contrib.humanize
  8926. web_1 | > debug_toolbar
  8927. web_1 |
  8928. web_1 | Not synced (use migrations):
  8929. web_1 | - allauth.socialaccount
  8930. web_1 | - django_extensions
  8931. web_1 | (use ./manage.py migrate to migrate these)
  8932. web_1 | Running migrations for socialaccount:
  8933. web_1 | - Nothing to migrate.
  8934. web_1 | - Loading initial data for socialaccount.
  8935. web_1 | Installed 0 object(s) from 0 fixture(s)
  8936. web_1 | Running migrations for django_extensions:
  8937. web_1 | - Nothing to migrate.
  8938. web_1 | - Loading initial data for django_extensions.
  8939. web_1 | Installed 0 object(s) from 0 fixture(s)
  8940. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8941. web_1 | [GCC 4.9.2] on linux2
  8942. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8943. web_1 | (InteractiveConsole)
  8944. web_1 |
  8945. web_1 | >>> >>> Starting the server
  8946. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8947. web_1 |
  8948. web_1 | Fatal error: Unable to find local grunt.
  8949. web_1 |
  8950. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8951. web_1 | your project. For more information about installing and configuring grunt,
  8952. web_1 | please see the Getting Started guide:
  8953. web_1 |
  8954. web_1 | http://gruntjs.com/getting-started
  8955. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8956. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  8957. web_1 | Syncing...
  8958. web_1 | Creating tables ...
  8959. web_1 | Installing custom SQL ...
  8960. web_1 | Installing indexes ...
  8961. web_1 | Installed 0 object(s) from 0 fixture(s)
  8962. web_1 |
  8963. web_1 | Synced:
  8964. web_1 | > django.contrib.auth
  8965. web_1 | > django.contrib.contenttypes
  8966. web_1 | > django.contrib.sessions
  8967. web_1 | > django.contrib.sites
  8968. web_1 | > django.contrib.messages
  8969. web_1 | > django.contrib.staticfiles
  8970. web_1 | > django.contrib.admin
  8971. web_1 | > south
  8972. web_1 | > crispy_forms
  8973. web_1 | > avatar
  8974. web_1 | > bootstrap3
  8975. web_1 | > users
  8976. web_1 | > allauth
  8977. web_1 | > allauth.account
  8978. web_1 | > django.contrib.humanize
  8979. web_1 | > debug_toolbar
  8980. web_1 |
  8981. web_1 | Not synced (use migrations):
  8982. web_1 | - allauth.socialaccount
  8983. web_1 | - django_extensions
  8984. web_1 | (use ./manage.py migrate to migrate these)
  8985. web_1 | Running migrations for socialaccount:
  8986. web_1 | - Nothing to migrate.
  8987. web_1 | - Loading initial data for socialaccount.
  8988. web_1 | Installed 0 object(s) from 0 fixture(s)
  8989. web_1 | Running migrations for django_extensions:
  8990. web_1 | - Nothing to migrate.
  8991. web_1 | - Loading initial data for django_extensions.
  8992. web_1 | Installed 0 object(s) from 0 fixture(s)
  8993. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  8994. web_1 | [GCC 4.9.2] on linux2
  8995. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  8996. web_1 | (InteractiveConsole)
  8997. web_1 |
  8998. web_1 | >>> >>> Starting the server
  8999. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9000. web_1 |
  9001. web_1 | Fatal error: Unable to find local grunt.
  9002. web_1 |
  9003. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9004. web_1 | your project. For more information about installing and configuring grunt,
  9005. web_1 | please see the Getting Started guide:
  9006. web_1 |
  9007. web_1 | http://gruntjs.com/getting-started
  9008. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9009. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9010. web_1 | Syncing...
  9011. web_1 | Creating tables ...
  9012. web_1 | Installing custom SQL ...
  9013. web_1 | Installing indexes ...
  9014. web_1 | Installed 0 object(s) from 0 fixture(s)
  9015. web_1 |
  9016. web_1 | Synced:
  9017. web_1 | > django.contrib.auth
  9018. web_1 | > django.contrib.contenttypes
  9019. web_1 | > django.contrib.sessions
  9020. web_1 | > django.contrib.sites
  9021. web_1 | > django.contrib.messages
  9022. web_1 | > django.contrib.staticfiles
  9023. web_1 | > django.contrib.admin
  9024. web_1 | > south
  9025. web_1 | > crispy_forms
  9026. web_1 | > avatar
  9027. web_1 | > bootstrap3
  9028. web_1 | > users
  9029. web_1 | > allauth
  9030. web_1 | > allauth.account
  9031. web_1 | > django.contrib.humanize
  9032. web_1 | > debug_toolbar
  9033. web_1 |
  9034. web_1 | Not synced (use migrations):
  9035. web_1 | - allauth.socialaccount
  9036. web_1 | - django_extensions
  9037. web_1 | (use ./manage.py migrate to migrate these)
  9038. web_1 | Running migrations for socialaccount:
  9039. web_1 | - Nothing to migrate.
  9040. web_1 | - Loading initial data for socialaccount.
  9041. web_1 | Installed 0 object(s) from 0 fixture(s)
  9042. web_1 | Running migrations for django_extensions:
  9043. web_1 | - Nothing to migrate.
  9044. web_1 | - Loading initial data for django_extensions.
  9045. web_1 | Installed 0 object(s) from 0 fixture(s)
  9046. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9047. web_1 | [GCC 4.9.2] on linux2
  9048. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9049. web_1 | (InteractiveConsole)
  9050. web_1 |
  9051. web_1 | >>> >>> Starting the server
  9052. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9053. web_1 |
  9054. web_1 | Fatal error: Unable to find local grunt.
  9055. web_1 |
  9056. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9057. web_1 | your project. For more information about installing and configuring grunt,
  9058. web_1 | please see the Getting Started guide:
  9059. web_1 |
  9060. web_1 | http://gruntjs.com/getting-started
  9061. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9062. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9063. web_1 | Syncing...
  9064. web_1 | Creating tables ...
  9065. web_1 | Installing custom SQL ...
  9066. web_1 | Installing indexes ...
  9067. web_1 | Installed 0 object(s) from 0 fixture(s)
  9068. web_1 |
  9069. web_1 | Synced:
  9070. web_1 | > django.contrib.auth
  9071. web_1 | > django.contrib.contenttypes
  9072. web_1 | > django.contrib.sessions
  9073. web_1 | > django.contrib.sites
  9074. web_1 | > django.contrib.messages
  9075. web_1 | > django.contrib.staticfiles
  9076. web_1 | > django.contrib.admin
  9077. web_1 | > south
  9078. web_1 | > crispy_forms
  9079. web_1 | > avatar
  9080. web_1 | > bootstrap3
  9081. web_1 | > users
  9082. web_1 | > allauth
  9083. web_1 | > allauth.account
  9084. web_1 | > django.contrib.humanize
  9085. web_1 | > debug_toolbar
  9086. web_1 |
  9087. web_1 | Not synced (use migrations):
  9088. web_1 | - allauth.socialaccount
  9089. web_1 | - django_extensions
  9090. web_1 | (use ./manage.py migrate to migrate these)
  9091. web_1 | Running migrations for socialaccount:
  9092. web_1 | - Nothing to migrate.
  9093. web_1 | - Loading initial data for socialaccount.
  9094. web_1 | Installed 0 object(s) from 0 fixture(s)
  9095. web_1 | Running migrations for django_extensions:
  9096. web_1 | - Nothing to migrate.
  9097. web_1 | - Loading initial data for django_extensions.
  9098. web_1 | Installed 0 object(s) from 0 fixture(s)
  9099. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9100. web_1 | [GCC 4.9.2] on linux2
  9101. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9102. web_1 | (InteractiveConsole)
  9103. web_1 |
  9104. web_1 | >>> >>> Starting the server
  9105. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9106. web_1 |
  9107. web_1 | Fatal error: Unable to find local grunt.
  9108. web_1 |
  9109. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9110. web_1 | your project. For more information about installing and configuring grunt,
  9111. web_1 | please see the Getting Started guide:
  9112. web_1 |
  9113. web_1 | http://gruntjs.com/getting-started
  9114. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9115. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9116. web_1 | Syncing...
  9117. web_1 | Creating tables ...
  9118. web_1 | Installing custom SQL ...
  9119. web_1 | Installing indexes ...
  9120. web_1 | Installed 0 object(s) from 0 fixture(s)
  9121. web_1 |
  9122. web_1 | Synced:
  9123. web_1 | > django.contrib.auth
  9124. web_1 | > django.contrib.contenttypes
  9125. web_1 | > django.contrib.sessions
  9126. web_1 | > django.contrib.sites
  9127. web_1 | > django.contrib.messages
  9128. web_1 | > django.contrib.staticfiles
  9129. web_1 | > django.contrib.admin
  9130. web_1 | > south
  9131. web_1 | > crispy_forms
  9132. web_1 | > avatar
  9133. web_1 | > bootstrap3
  9134. web_1 | > users
  9135. web_1 | > allauth
  9136. web_1 | > allauth.account
  9137. web_1 | > django.contrib.humanize
  9138. web_1 | > debug_toolbar
  9139. web_1 |
  9140. web_1 | Not synced (use migrations):
  9141. web_1 | - allauth.socialaccount
  9142. web_1 | - django_extensions
  9143. web_1 | (use ./manage.py migrate to migrate these)
  9144. web_1 | Running migrations for socialaccount:
  9145. web_1 | - Nothing to migrate.
  9146. web_1 | - Loading initial data for socialaccount.
  9147. web_1 | Installed 0 object(s) from 0 fixture(s)
  9148. web_1 | Running migrations for django_extensions:
  9149. web_1 | - Nothing to migrate.
  9150. web_1 | - Loading initial data for django_extensions.
  9151. web_1 | Installed 0 object(s) from 0 fixture(s)
  9152. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9153. web_1 | [GCC 4.9.2] on linux2
  9154. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9155. web_1 | (InteractiveConsole)
  9156. web_1 |
  9157. web_1 | >>> >>> Starting the server
  9158. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9159. web_1 |
  9160. web_1 | Fatal error: Unable to find local grunt.
  9161. web_1 |
  9162. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9163. web_1 | your project. For more information about installing and configuring grunt,
  9164. web_1 | please see the Getting Started guide:
  9165. web_1 |
  9166. web_1 | http://gruntjs.com/getting-started
  9167. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9168. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9169. web_1 | Syncing...
  9170. web_1 | Creating tables ...
  9171. web_1 | Installing custom SQL ...
  9172. web_1 | Installing indexes ...
  9173. web_1 | Installed 0 object(s) from 0 fixture(s)
  9174. web_1 |
  9175. web_1 | Synced:
  9176. web_1 | > django.contrib.auth
  9177. web_1 | > django.contrib.contenttypes
  9178. web_1 | > django.contrib.sessions
  9179. web_1 | > django.contrib.sites
  9180. web_1 | > django.contrib.messages
  9181. web_1 | > django.contrib.staticfiles
  9182. web_1 | > django.contrib.admin
  9183. web_1 | > south
  9184. web_1 | > crispy_forms
  9185. web_1 | > avatar
  9186. web_1 | > bootstrap3
  9187. web_1 | > users
  9188. web_1 | > allauth
  9189. web_1 | > allauth.account
  9190. web_1 | > django.contrib.humanize
  9191. web_1 | > debug_toolbar
  9192. web_1 |
  9193. web_1 | Not synced (use migrations):
  9194. web_1 | - allauth.socialaccount
  9195. web_1 | - django_extensions
  9196. web_1 | (use ./manage.py migrate to migrate these)
  9197. web_1 | Running migrations for socialaccount:
  9198. web_1 | - Nothing to migrate.
  9199. web_1 | - Loading initial data for socialaccount.
  9200. web_1 | Installed 0 object(s) from 0 fixture(s)
  9201. web_1 | Running migrations for django_extensions:
  9202. web_1 | - Nothing to migrate.
  9203. web_1 | - Loading initial data for django_extensions.
  9204. web_1 | Installed 0 object(s) from 0 fixture(s)
  9205. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9206. web_1 | [GCC 4.9.2] on linux2
  9207. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9208. web_1 | (InteractiveConsole)
  9209. web_1 |
  9210. web_1 | >>> >>> Starting the server
  9211. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9212. web_1 |
  9213. web_1 | Fatal error: Unable to find local grunt.
  9214. web_1 |
  9215. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9216. web_1 | your project. For more information about installing and configuring grunt,
  9217. web_1 | please see the Getting Started guide:
  9218. web_1 |
  9219. web_1 | http://gruntjs.com/getting-started
  9220. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9221. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9222. web_1 | Syncing...
  9223. web_1 | Creating tables ...
  9224. web_1 | Installing custom SQL ...
  9225. web_1 | Installing indexes ...
  9226. web_1 | Installed 0 object(s) from 0 fixture(s)
  9227. web_1 |
  9228. web_1 | Synced:
  9229. web_1 | > django.contrib.auth
  9230. web_1 | > django.contrib.contenttypes
  9231. web_1 | > django.contrib.sessions
  9232. web_1 | > django.contrib.sites
  9233. web_1 | > django.contrib.messages
  9234. web_1 | > django.contrib.staticfiles
  9235. web_1 | > django.contrib.admin
  9236. web_1 | > south
  9237. web_1 | > crispy_forms
  9238. web_1 | > avatar
  9239. web_1 | > bootstrap3
  9240. web_1 | > users
  9241. web_1 | > allauth
  9242. web_1 | > allauth.account
  9243. web_1 | > django.contrib.humanize
  9244. web_1 | > debug_toolbar
  9245. web_1 |
  9246. web_1 | Not synced (use migrations):
  9247. web_1 | - allauth.socialaccount
  9248. web_1 | - django_extensions
  9249. web_1 | (use ./manage.py migrate to migrate these)
  9250. web_1 | Running migrations for socialaccount:
  9251. web_1 | - Nothing to migrate.
  9252. web_1 | - Loading initial data for socialaccount.
  9253. web_1 | Installed 0 object(s) from 0 fixture(s)
  9254. web_1 | Running migrations for django_extensions:
  9255. web_1 | - Nothing to migrate.
  9256. web_1 | - Loading initial data for django_extensions.
  9257. web_1 | Installed 0 object(s) from 0 fixture(s)
  9258. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9259. web_1 | [GCC 4.9.2] on linux2
  9260. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9261. web_1 | (InteractiveConsole)
  9262. web_1 |
  9263. web_1 | >>> >>> Starting the server
  9264. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9265. web_1 |
  9266. web_1 | Fatal error: Unable to find local grunt.
  9267. web_1 |
  9268. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9269. web_1 | your project. For more information about installing and configuring grunt,
  9270. web_1 | please see the Getting Started guide:
  9271. web_1 |
  9272. web_1 | http://gruntjs.com/getting-started
  9273. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9274. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9275. web_1 | Syncing...
  9276. web_1 | Creating tables ...
  9277. web_1 | Installing custom SQL ...
  9278. web_1 | Installing indexes ...
  9279. web_1 | Installed 0 object(s) from 0 fixture(s)
  9280. web_1 |
  9281. web_1 | Synced:
  9282. web_1 | > django.contrib.auth
  9283. web_1 | > django.contrib.contenttypes
  9284. web_1 | > django.contrib.sessions
  9285. web_1 | > django.contrib.sites
  9286. web_1 | > django.contrib.messages
  9287. web_1 | > django.contrib.staticfiles
  9288. web_1 | > django.contrib.admin
  9289. web_1 | > south
  9290. web_1 | > crispy_forms
  9291. web_1 | > avatar
  9292. web_1 | > bootstrap3
  9293. web_1 | > users
  9294. web_1 | > allauth
  9295. web_1 | > allauth.account
  9296. web_1 | > django.contrib.humanize
  9297. web_1 | > debug_toolbar
  9298. web_1 |
  9299. web_1 | Not synced (use migrations):
  9300. web_1 | - allauth.socialaccount
  9301. web_1 | - django_extensions
  9302. web_1 | (use ./manage.py migrate to migrate these)
  9303. web_1 | Running migrations for socialaccount:
  9304. web_1 | - Nothing to migrate.
  9305. web_1 | - Loading initial data for socialaccount.
  9306. web_1 | Installed 0 object(s) from 0 fixture(s)
  9307. web_1 | Running migrations for django_extensions:
  9308. web_1 | - Nothing to migrate.
  9309. web_1 | - Loading initial data for django_extensions.
  9310. web_1 | Installed 0 object(s) from 0 fixture(s)
  9311. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9312. web_1 | [GCC 4.9.2] on linux2
  9313. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9314. web_1 | (InteractiveConsole)
  9315. web_1 |
  9316. web_1 | >>> >>> Starting the server
  9317. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9318. web_1 |
  9319. web_1 | Fatal error: Unable to find local grunt.
  9320. web_1 |
  9321. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9322. web_1 | your project. For more information about installing and configuring grunt,
  9323. web_1 | please see the Getting Started guide:
  9324. web_1 |
  9325. web_1 | http://gruntjs.com/getting-started
  9326. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9327. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9328. web_1 | Syncing...
  9329. web_1 | Creating tables ...
  9330. web_1 | Installing custom SQL ...
  9331. web_1 | Installing indexes ...
  9332. web_1 | Installed 0 object(s) from 0 fixture(s)
  9333. web_1 |
  9334. web_1 | Synced:
  9335. web_1 | > django.contrib.auth
  9336. web_1 | > django.contrib.contenttypes
  9337. web_1 | > django.contrib.sessions
  9338. web_1 | > django.contrib.sites
  9339. web_1 | > django.contrib.messages
  9340. web_1 | > django.contrib.staticfiles
  9341. web_1 | > django.contrib.admin
  9342. web_1 | > south
  9343. web_1 | > crispy_forms
  9344. web_1 | > avatar
  9345. web_1 | > bootstrap3
  9346. web_1 | > users
  9347. web_1 | > allauth
  9348. web_1 | > allauth.account
  9349. web_1 | > django.contrib.humanize
  9350. web_1 | > debug_toolbar
  9351. web_1 |
  9352. web_1 | Not synced (use migrations):
  9353. web_1 | - allauth.socialaccount
  9354. web_1 | - django_extensions
  9355. web_1 | (use ./manage.py migrate to migrate these)
  9356. web_1 | Running migrations for socialaccount:
  9357. web_1 | - Nothing to migrate.
  9358. web_1 | - Loading initial data for socialaccount.
  9359. web_1 | Installed 0 object(s) from 0 fixture(s)
  9360. web_1 | Running migrations for django_extensions:
  9361. web_1 | - Nothing to migrate.
  9362. web_1 | - Loading initial data for django_extensions.
  9363. web_1 | Installed 0 object(s) from 0 fixture(s)
  9364. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9365. web_1 | [GCC 4.9.2] on linux2
  9366. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9367. web_1 | (InteractiveConsole)
  9368. web_1 |
  9369. web_1 | >>> >>> Starting the server
  9370. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9371. web_1 |
  9372. web_1 | Fatal error: Unable to find local grunt.
  9373. web_1 |
  9374. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9375. web_1 | your project. For more information about installing and configuring grunt,
  9376. web_1 | please see the Getting Started guide:
  9377. web_1 |
  9378. web_1 | http://gruntjs.com/getting-started
  9379. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9380. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9381. web_1 | Syncing...
  9382. web_1 | Creating tables ...
  9383. web_1 | Installing custom SQL ...
  9384. web_1 | Installing indexes ...
  9385. web_1 | Installed 0 object(s) from 0 fixture(s)
  9386. web_1 |
  9387. web_1 | Synced:
  9388. web_1 | > django.contrib.auth
  9389. web_1 | > django.contrib.contenttypes
  9390. web_1 | > django.contrib.sessions
  9391. web_1 | > django.contrib.sites
  9392. web_1 | > django.contrib.messages
  9393. web_1 | > django.contrib.staticfiles
  9394. web_1 | > django.contrib.admin
  9395. web_1 | > south
  9396. web_1 | > crispy_forms
  9397. web_1 | > avatar
  9398. web_1 | > bootstrap3
  9399. web_1 | > users
  9400. web_1 | > allauth
  9401. web_1 | > allauth.account
  9402. web_1 | > django.contrib.humanize
  9403. web_1 | > debug_toolbar
  9404. web_1 |
  9405. web_1 | Not synced (use migrations):
  9406. web_1 | - allauth.socialaccount
  9407. web_1 | - django_extensions
  9408. web_1 | (use ./manage.py migrate to migrate these)
  9409. web_1 | Running migrations for socialaccount:
  9410. web_1 | - Nothing to migrate.
  9411. web_1 | - Loading initial data for socialaccount.
  9412. web_1 | Installed 0 object(s) from 0 fixture(s)
  9413. web_1 | Running migrations for django_extensions:
  9414. web_1 | - Nothing to migrate.
  9415. web_1 | - Loading initial data for django_extensions.
  9416. web_1 | Installed 0 object(s) from 0 fixture(s)
  9417. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9418. web_1 | [GCC 4.9.2] on linux2
  9419. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9420. web_1 | (InteractiveConsole)
  9421. web_1 |
  9422. web_1 | >>> >>> Starting the server
  9423. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9424. web_1 |
  9425. web_1 | Fatal error: Unable to find local grunt.
  9426. web_1 |
  9427. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9428. web_1 | your project. For more information about installing and configuring grunt,
  9429. web_1 | please see the Getting Started guide:
  9430. web_1 |
  9431. web_1 | http://gruntjs.com/getting-started
  9432. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9433. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9434. web_1 | Syncing...
  9435. web_1 | Creating tables ...
  9436. web_1 | Installing custom SQL ...
  9437. web_1 | Installing indexes ...
  9438. web_1 | Installed 0 object(s) from 0 fixture(s)
  9439. web_1 |
  9440. web_1 | Synced:
  9441. web_1 | > django.contrib.auth
  9442. web_1 | > django.contrib.contenttypes
  9443. web_1 | > django.contrib.sessions
  9444. web_1 | > django.contrib.sites
  9445. web_1 | > django.contrib.messages
  9446. web_1 | > django.contrib.staticfiles
  9447. web_1 | > django.contrib.admin
  9448. web_1 | > south
  9449. web_1 | > crispy_forms
  9450. web_1 | > avatar
  9451. web_1 | > bootstrap3
  9452. web_1 | > users
  9453. web_1 | > allauth
  9454. web_1 | > allauth.account
  9455. web_1 | > django.contrib.humanize
  9456. web_1 | > debug_toolbar
  9457. web_1 |
  9458. web_1 | Not synced (use migrations):
  9459. web_1 | - allauth.socialaccount
  9460. web_1 | - django_extensions
  9461. web_1 | (use ./manage.py migrate to migrate these)
  9462. web_1 | Running migrations for socialaccount:
  9463. web_1 | - Nothing to migrate.
  9464. web_1 | - Loading initial data for socialaccount.
  9465. web_1 | Installed 0 object(s) from 0 fixture(s)
  9466. web_1 | Running migrations for django_extensions:
  9467. web_1 | - Nothing to migrate.
  9468. web_1 | - Loading initial data for django_extensions.
  9469. web_1 | Installed 0 object(s) from 0 fixture(s)
  9470. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9471. web_1 | [GCC 4.9.2] on linux2
  9472. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9473. web_1 | (InteractiveConsole)
  9474. web_1 |
  9475. web_1 | >>> >>> Starting the server
  9476. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9477. web_1 |
  9478. web_1 | Fatal error: Unable to find local grunt.
  9479. web_1 |
  9480. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9481. web_1 | your project. For more information about installing and configuring grunt,
  9482. web_1 | please see the Getting Started guide:
  9483. web_1 |
  9484. web_1 | http://gruntjs.com/getting-started
  9485. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9486. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9487. web_1 | Syncing...
  9488. web_1 | Creating tables ...
  9489. web_1 | Installing custom SQL ...
  9490. web_1 | Installing indexes ...
  9491. web_1 | Installed 0 object(s) from 0 fixture(s)
  9492. web_1 |
  9493. web_1 | Synced:
  9494. web_1 | > django.contrib.auth
  9495. web_1 | > django.contrib.contenttypes
  9496. web_1 | > django.contrib.sessions
  9497. web_1 | > django.contrib.sites
  9498. web_1 | > django.contrib.messages
  9499. web_1 | > django.contrib.staticfiles
  9500. web_1 | > django.contrib.admin
  9501. web_1 | > south
  9502. web_1 | > crispy_forms
  9503. web_1 | > avatar
  9504. web_1 | > bootstrap3
  9505. web_1 | > users
  9506. web_1 | > allauth
  9507. web_1 | > allauth.account
  9508. web_1 | > django.contrib.humanize
  9509. web_1 | > debug_toolbar
  9510. web_1 |
  9511. web_1 | Not synced (use migrations):
  9512. web_1 | - allauth.socialaccount
  9513. web_1 | - django_extensions
  9514. web_1 | (use ./manage.py migrate to migrate these)
  9515. web_1 | Running migrations for socialaccount:
  9516. web_1 | - Nothing to migrate.
  9517. web_1 | - Loading initial data for socialaccount.
  9518. web_1 | Installed 0 object(s) from 0 fixture(s)
  9519. web_1 | Running migrations for django_extensions:
  9520. web_1 | - Nothing to migrate.
  9521. web_1 | - Loading initial data for django_extensions.
  9522. web_1 | Installed 0 object(s) from 0 fixture(s)
  9523. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9524. web_1 | [GCC 4.9.2] on linux2
  9525. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9526. web_1 | (InteractiveConsole)
  9527. web_1 |
  9528. web_1 | >>> >>> Starting the server
  9529. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9530. web_1 |
  9531. web_1 | Fatal error: Unable to find local grunt.
  9532. web_1 |
  9533. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9534. web_1 | your project. For more information about installing and configuring grunt,
  9535. web_1 | please see the Getting Started guide:
  9536. web_1 |
  9537. web_1 | http://gruntjs.com/getting-started
  9538. oclweb_web_1 exited with code 99
  9539. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9540. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9541. web_1 | Syncing...
  9542. web_1 | Traceback (most recent call last):
  9543. web_1 | File "ocl_web/manage.py", line 19, in <module>
  9544. web_1 | execute_from_command_line(sys.argv)
  9545. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  9546. web_1 | utility.execute()
  9547. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  9548. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  9549. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  9550. web_1 | self.execute(*args, **options.__dict__)
  9551. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  9552. web_1 | output = self.handle(*args, **options)
  9553. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  9554. web_1 | return self.handle_noargs(**options)
  9555. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  9556. web_1 | syncdb.Command().execute(**options)
  9557. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  9558. web_1 | output = self.handle(*args, **options)
  9559. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  9560. web_1 | return self.handle_noargs(**options)
  9561. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  9562. web_1 | cursor = connection.cursor()
  9563. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  9564. web_1 | cursor = self.make_debug_cursor(self._cursor())
  9565. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  9566. web_1 | self.ensure_connection()
  9567. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9568. web_1 | self.connect()
  9569. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  9570. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  9571. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9572. web_1 | self.connect()
  9573. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  9574. web_1 | self.connection = self.get_new_connection(conn_params)
  9575. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  9576. web_1 | return Database.connect(**conn_params)
  9577. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  9578. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  9579. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  9580. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  9581. web_1 | TCP/IP connections on port 5432?
  9582. web_1 |
  9583. web_1 | Traceback (most recent call last):
  9584. web_1 | File "ocl_web/manage.py", line 19, in <module>
  9585. web_1 | execute_from_command_line(sys.argv)
  9586. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  9587. web_1 | utility.execute()
  9588. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  9589. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  9590. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  9591. web_1 | self.execute(*args, **options.__dict__)
  9592. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  9593. web_1 | output = self.handle(*args, **options)
  9594. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  9595. web_1 | ignore_ghosts = ignore_ghosts,
  9596. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  9597. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  9598. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  9599. web_1 | for h in histories:
  9600. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  9601. web_1 | self._fetch_all()
  9602. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  9603. web_1 | self._result_cache = list(self.iterator())
  9604. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  9605. web_1 | for row in compiler.results_iter():
  9606. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  9607. web_1 | for rows in self.execute_sql(MULTI):
  9608. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  9609. web_1 | cursor = self.connection.cursor()
  9610. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  9611. web_1 | cursor = self.make_debug_cursor(self._cursor())
  9612. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  9613. web_1 | self.ensure_connection()
  9614. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9615. web_1 | self.connect()
  9616. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  9617. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  9618. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9619. web_1 | self.connect()
  9620. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  9621. web_1 | self.connection = self.get_new_connection(conn_params)
  9622. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  9623. web_1 | return Database.connect(**conn_params)
  9624. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  9625. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  9626. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  9627. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  9628. web_1 | TCP/IP connections on port 5432?
  9629. web_1 |
  9630. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9631. web_1 | [GCC 4.9.2] on linux2
  9632. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9633. web_1 | (InteractiveConsole)
  9634. web_1 | Traceback (most recent call last):
  9635. web_1 | File "<console>", line 1, in <module>
  9636. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  9637. web_1 | return self.query.get_count(using=self.db)
  9638. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  9639. web_1 | number = obj.get_aggregation(using=using)[None]
  9640. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  9641. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  9642. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  9643. web_1 | cursor = self.connection.cursor()
  9644. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  9645. web_1 | cursor = self.make_debug_cursor(self._cursor())
  9646. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  9647. web_1 | self.ensure_connection()
  9648. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9649. web_1 | self.connect()
  9650. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  9651. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  9652. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  9653. web_1 | self.connect()
  9654. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  9655. web_1 | self.connection = self.get_new_connection(conn_params)
  9656. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  9657. web_1 | return Database.connect(**conn_params)
  9658. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  9659. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  9660. web_1 | OperationalError: could not connect to server: Connection refused
  9661. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  9662. web_1 | TCP/IP connections on port 5432?
  9663. web_1 |
  9664. web_1 |
  9665. web_1 | >>> >>> Starting the server
  9666. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9667. web_1 |
  9668. web_1 | Fatal error: Unable to find local grunt.
  9669. web_1 |
  9670. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9671. web_1 | your project. For more information about installing and configuring grunt,
  9672. web_1 | please see the Getting Started guide:
  9673. web_1 |
  9674. web_1 | http://gruntjs.com/getting-started
  9675. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9676. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9677. web_1 | Syncing...
  9678. web_1 | Creating tables ...
  9679. web_1 | Creating table auth_permission
  9680. web_1 | Creating table auth_group_permissions
  9681. web_1 | Creating table auth_group
  9682. web_1 | Creating table django_content_type
  9683. web_1 | Creating table django_session
  9684. web_1 | Creating table django_site
  9685. web_1 | Creating table django_admin_log
  9686. web_1 | Creating table south_migrationhistory
  9687. web_1 | Creating table avatar_avatar
  9688. web_1 | Creating table users_user_groups
  9689. web_1 | Creating table users_user_user_permissions
  9690. web_1 | Creating table users_user
  9691. web_1 | Creating table account_emailaddress
  9692. web_1 | Creating table account_emailconfirmation
  9693. web_1 | Installing custom SQL ...
  9694. web_1 | Installing indexes ...
  9695. web_1 | Installed 0 object(s) from 0 fixture(s)
  9696. web_1 |
  9697. web_1 | Synced:
  9698. web_1 | > django.contrib.auth
  9699. web_1 | > django.contrib.contenttypes
  9700. web_1 | > django.contrib.sessions
  9701. web_1 | > django.contrib.sites
  9702. web_1 | > django.contrib.messages
  9703. web_1 | > django.contrib.staticfiles
  9704. web_1 | > django.contrib.admin
  9705. web_1 | > south
  9706. web_1 | > crispy_forms
  9707. web_1 | > avatar
  9708. web_1 | > bootstrap3
  9709. web_1 | > users
  9710. web_1 | > allauth
  9711. web_1 | > allauth.account
  9712. web_1 | > django.contrib.humanize
  9713. web_1 | > debug_toolbar
  9714. web_1 |
  9715. web_1 | Not synced (use migrations):
  9716. web_1 | - allauth.socialaccount
  9717. web_1 | - django_extensions
  9718. web_1 | (use ./manage.py migrate to migrate these)
  9719. web_1 | Running migrations for socialaccount:
  9720. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  9721. web_1 | > socialaccount:0001_initial
  9722. web_1 | > socialaccount:0002_genericmodels
  9723. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  9724. web_1 | > socialaccount:0004_add_sites
  9725. web_1 | > socialaccount:0005_set_sites
  9726. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  9727. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  9728. web_1 | > socialaccount:0008_client_id
  9729. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  9730. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  9731. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  9732. web_1 | - Loading initial data for socialaccount.
  9733. web_1 | Installed 0 object(s) from 0 fixture(s)
  9734. web_1 | Running migrations for django_extensions:
  9735. web_1 | - Migrating forwards to 0001_empty.
  9736. web_1 | > django_extensions:0001_empty
  9737. web_1 | - Loading initial data for django_extensions.
  9738. web_1 | Installed 0 object(s) from 0 fixture(s)
  9739. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9740. web_1 | [GCC 4.9.2] on linux2
  9741. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9742. web_1 | (InteractiveConsole)
  9743. web_1 |
  9744. web_1 | >>> >>> Starting the server
  9745. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9746. web_1 |
  9747. web_1 | Fatal error: Unable to find local grunt.
  9748. web_1 |
  9749. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9750. web_1 | your project. For more information about installing and configuring grunt,
  9751. web_1 | please see the Getting Started guide:
  9752. web_1 |
  9753. web_1 | http://gruntjs.com/getting-started
  9754. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9755. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9756. web_1 | Syncing...
  9757. web_1 | Creating tables ...
  9758. web_1 | Installing custom SQL ...
  9759. web_1 | Installing indexes ...
  9760. web_1 | Installed 0 object(s) from 0 fixture(s)
  9761. web_1 |
  9762. web_1 | Synced:
  9763. web_1 | > django.contrib.auth
  9764. web_1 | > django.contrib.contenttypes
  9765. web_1 | > django.contrib.sessions
  9766. web_1 | > django.contrib.sites
  9767. web_1 | > django.contrib.messages
  9768. web_1 | > django.contrib.staticfiles
  9769. web_1 | > django.contrib.admin
  9770. web_1 | > south
  9771. web_1 | > crispy_forms
  9772. web_1 | > avatar
  9773. web_1 | > bootstrap3
  9774. web_1 | > users
  9775. web_1 | > allauth
  9776. web_1 | > allauth.account
  9777. web_1 | > django.contrib.humanize
  9778. web_1 | > debug_toolbar
  9779. web_1 |
  9780. web_1 | Not synced (use migrations):
  9781. web_1 | - allauth.socialaccount
  9782. web_1 | - django_extensions
  9783. web_1 | (use ./manage.py migrate to migrate these)
  9784. web_1 | Running migrations for socialaccount:
  9785. web_1 | - Nothing to migrate.
  9786. web_1 | - Loading initial data for socialaccount.
  9787. web_1 | Installed 0 object(s) from 0 fixture(s)
  9788. web_1 | Running migrations for django_extensions:
  9789. web_1 | - Nothing to migrate.
  9790. web_1 | - Loading initial data for django_extensions.
  9791. web_1 | Installed 0 object(s) from 0 fixture(s)
  9792. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9793. web_1 | [GCC 4.9.2] on linux2
  9794. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9795. web_1 | (InteractiveConsole)
  9796. web_1 |
  9797. web_1 | >>> >>> Starting the server
  9798. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9799. web_1 |
  9800. web_1 | Fatal error: Unable to find local grunt.
  9801. web_1 |
  9802. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9803. web_1 | your project. For more information about installing and configuring grunt,
  9804. web_1 | please see the Getting Started guide:
  9805. web_1 |
  9806. web_1 | http://gruntjs.com/getting-started
  9807. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9808. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9809. web_1 | Syncing...
  9810. web_1 | Creating tables ...
  9811. web_1 | Installing custom SQL ...
  9812. web_1 | Installing indexes ...
  9813. web_1 | Installed 0 object(s) from 0 fixture(s)
  9814. web_1 |
  9815. web_1 | Synced:
  9816. web_1 | > django.contrib.auth
  9817. web_1 | > django.contrib.contenttypes
  9818. web_1 | > django.contrib.sessions
  9819. web_1 | > django.contrib.sites
  9820. web_1 | > django.contrib.messages
  9821. web_1 | > django.contrib.staticfiles
  9822. web_1 | > django.contrib.admin
  9823. web_1 | > south
  9824. web_1 | > crispy_forms
  9825. web_1 | > avatar
  9826. web_1 | > bootstrap3
  9827. web_1 | > users
  9828. web_1 | > allauth
  9829. web_1 | > allauth.account
  9830. web_1 | > django.contrib.humanize
  9831. web_1 | > debug_toolbar
  9832. web_1 |
  9833. web_1 | Not synced (use migrations):
  9834. web_1 | - allauth.socialaccount
  9835. web_1 | - django_extensions
  9836. web_1 | (use ./manage.py migrate to migrate these)
  9837. web_1 | Running migrations for socialaccount:
  9838. web_1 | - Nothing to migrate.
  9839. web_1 | - Loading initial data for socialaccount.
  9840. web_1 | Installed 0 object(s) from 0 fixture(s)
  9841. web_1 | Running migrations for django_extensions:
  9842. web_1 | - Nothing to migrate.
  9843. web_1 | - Loading initial data for django_extensions.
  9844. web_1 | Installed 0 object(s) from 0 fixture(s)
  9845. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9846. web_1 | [GCC 4.9.2] on linux2
  9847. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9848. web_1 | (InteractiveConsole)
  9849. web_1 |
  9850. web_1 | >>> >>> Starting the server
  9851. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9852. web_1 |
  9853. web_1 | Fatal error: Unable to find local grunt.
  9854. web_1 |
  9855. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9856. web_1 | your project. For more information about installing and configuring grunt,
  9857. web_1 | please see the Getting Started guide:
  9858. web_1 |
  9859. web_1 | http://gruntjs.com/getting-started
  9860. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9861. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9862. web_1 | Syncing...
  9863. web_1 | Creating tables ...
  9864. web_1 | Installing custom SQL ...
  9865. web_1 | Installing indexes ...
  9866. web_1 | Installed 0 object(s) from 0 fixture(s)
  9867. web_1 |
  9868. web_1 | Synced:
  9869. web_1 | > django.contrib.auth
  9870. web_1 | > django.contrib.contenttypes
  9871. web_1 | > django.contrib.sessions
  9872. web_1 | > django.contrib.sites
  9873. web_1 | > django.contrib.messages
  9874. web_1 | > django.contrib.staticfiles
  9875. web_1 | > django.contrib.admin
  9876. web_1 | > south
  9877. web_1 | > crispy_forms
  9878. web_1 | > avatar
  9879. web_1 | > bootstrap3
  9880. web_1 | > users
  9881. web_1 | > allauth
  9882. web_1 | > allauth.account
  9883. web_1 | > django.contrib.humanize
  9884. web_1 | > debug_toolbar
  9885. web_1 |
  9886. web_1 | Not synced (use migrations):
  9887. web_1 | - allauth.socialaccount
  9888. web_1 | - django_extensions
  9889. web_1 | (use ./manage.py migrate to migrate these)
  9890. web_1 | Running migrations for socialaccount:
  9891. web_1 | - Nothing to migrate.
  9892. web_1 | - Loading initial data for socialaccount.
  9893. web_1 | Installed 0 object(s) from 0 fixture(s)
  9894. web_1 | Running migrations for django_extensions:
  9895. web_1 | - Nothing to migrate.
  9896. web_1 | - Loading initial data for django_extensions.
  9897. web_1 | Installed 0 object(s) from 0 fixture(s)
  9898. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9899. web_1 | [GCC 4.9.2] on linux2
  9900. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9901. web_1 | (InteractiveConsole)
  9902. web_1 |
  9903. web_1 | >>> >>> Starting the server
  9904. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9905. web_1 |
  9906. web_1 | Fatal error: Unable to find local grunt.
  9907. web_1 |
  9908. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9909. web_1 | your project. For more information about installing and configuring grunt,
  9910. web_1 | please see the Getting Started guide:
  9911. web_1 |
  9912. web_1 | http://gruntjs.com/getting-started
  9913. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9914. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9915. web_1 | Syncing...
  9916. web_1 | Creating tables ...
  9917. web_1 | Installing custom SQL ...
  9918. web_1 | Installing indexes ...
  9919. web_1 | Installed 0 object(s) from 0 fixture(s)
  9920. web_1 |
  9921. web_1 | Synced:
  9922. web_1 | > django.contrib.auth
  9923. web_1 | > django.contrib.contenttypes
  9924. web_1 | > django.contrib.sessions
  9925. web_1 | > django.contrib.sites
  9926. web_1 | > django.contrib.messages
  9927. web_1 | > django.contrib.staticfiles
  9928. web_1 | > django.contrib.admin
  9929. web_1 | > south
  9930. web_1 | > crispy_forms
  9931. web_1 | > avatar
  9932. web_1 | > bootstrap3
  9933. web_1 | > users
  9934. web_1 | > allauth
  9935. web_1 | > allauth.account
  9936. web_1 | > django.contrib.humanize
  9937. web_1 | > debug_toolbar
  9938. web_1 |
  9939. web_1 | Not synced (use migrations):
  9940. web_1 | - allauth.socialaccount
  9941. web_1 | - django_extensions
  9942. web_1 | (use ./manage.py migrate to migrate these)
  9943. web_1 | Running migrations for socialaccount:
  9944. web_1 | - Nothing to migrate.
  9945. web_1 | - Loading initial data for socialaccount.
  9946. web_1 | Installed 0 object(s) from 0 fixture(s)
  9947. web_1 | Running migrations for django_extensions:
  9948. web_1 | - Nothing to migrate.
  9949. web_1 | - Loading initial data for django_extensions.
  9950. web_1 | Installed 0 object(s) from 0 fixture(s)
  9951. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  9952. web_1 | [GCC 4.9.2] on linux2
  9953. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  9954. web_1 | (InteractiveConsole)
  9955. web_1 |
  9956. web_1 | >>> >>> Starting the server
  9957. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  9958. web_1 |
  9959. web_1 | Fatal error: Unable to find local grunt.
  9960. web_1 |
  9961. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  9962. web_1 | your project. For more information about installing and configuring grunt,
  9963. web_1 | please see the Getting Started guide:
  9964. web_1 |
  9965. web_1 | http://gruntjs.com/getting-started
  9966. web_1 | Starting OpenBSD Secure Shell server: sshd.
  9967. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  9968. web_1 | Syncing...
  9969. web_1 | Creating tables ...
  9970. web_1 | Installing custom SQL ...
  9971. web_1 | Installing indexes ...
  9972. web_1 | Installed 0 object(s) from 0 fixture(s)
  9973. web_1 |
  9974. web_1 | Synced:
  9975. web_1 | > django.contrib.auth
  9976. web_1 | > django.contrib.contenttypes
  9977. web_1 | > django.contrib.sessions
  9978. web_1 | > django.contrib.sites
  9979. web_1 | > django.contrib.messages
  9980. web_1 | > django.contrib.staticfiles
  9981. web_1 | > django.contrib.admin
  9982. web_1 | > south
  9983. web_1 | > crispy_forms
  9984. web_1 | > avatar
  9985. web_1 | > bootstrap3
  9986. web_1 | > users
  9987. web_1 | > allauth
  9988. web_1 | > allauth.account
  9989. web_1 | > django.contrib.humanize
  9990. web_1 | > debug_toolbar
  9991. web_1 |
  9992. web_1 | Not synced (use migrations):
  9993. web_1 | - allauth.socialaccount
  9994. web_1 | - django_extensions
  9995. web_1 | (use ./manage.py migrate to migrate these)
  9996. web_1 | Running migrations for socialaccount:
  9997. web_1 | - Nothing to migrate.
  9998. web_1 | - Loading initial data for socialaccount.
  9999. web_1 | Installed 0 object(s) from 0 fixture(s)
  10000. web_1 | Running migrations for django_extensions:
  10001. web_1 | - Nothing to migrate.
  10002. web_1 | - Loading initial data for django_extensions.
  10003. web_1 | Installed 0 object(s) from 0 fixture(s)
  10004. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10005. web_1 | [GCC 4.9.2] on linux2
  10006. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10007. web_1 | (InteractiveConsole)
  10008. web_1 |
  10009. web_1 | >>> >>> Starting the server
  10010. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10011. web_1 |
  10012. web_1 | Fatal error: Unable to find local grunt.
  10013. web_1 |
  10014. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10015. web_1 | your project. For more information about installing and configuring grunt,
  10016. web_1 | please see the Getting Started guide:
  10017. web_1 |
  10018. web_1 | http://gruntjs.com/getting-started
  10019. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10020. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10021. web_1 | Syncing...
  10022. web_1 | Creating tables ...
  10023. web_1 | Installing custom SQL ...
  10024. web_1 | Installing indexes ...
  10025. web_1 | Installed 0 object(s) from 0 fixture(s)
  10026. web_1 |
  10027. web_1 | Synced:
  10028. web_1 | > django.contrib.auth
  10029. web_1 | > django.contrib.contenttypes
  10030. web_1 | > django.contrib.sessions
  10031. web_1 | > django.contrib.sites
  10032. web_1 | > django.contrib.messages
  10033. web_1 | > django.contrib.staticfiles
  10034. web_1 | > django.contrib.admin
  10035. web_1 | > south
  10036. web_1 | > crispy_forms
  10037. web_1 | > avatar
  10038. web_1 | > bootstrap3
  10039. web_1 | > users
  10040. web_1 | > allauth
  10041. web_1 | > allauth.account
  10042. web_1 | > django.contrib.humanize
  10043. web_1 | > debug_toolbar
  10044. web_1 |
  10045. web_1 | Not synced (use migrations):
  10046. web_1 | - allauth.socialaccount
  10047. web_1 | - django_extensions
  10048. web_1 | (use ./manage.py migrate to migrate these)
  10049. web_1 | Running migrations for socialaccount:
  10050. web_1 | - Nothing to migrate.
  10051. web_1 | - Loading initial data for socialaccount.
  10052. web_1 | Installed 0 object(s) from 0 fixture(s)
  10053. web_1 | Running migrations for django_extensions:
  10054. web_1 | - Nothing to migrate.
  10055. web_1 | - Loading initial data for django_extensions.
  10056. web_1 | Installed 0 object(s) from 0 fixture(s)
  10057. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10058. web_1 | [GCC 4.9.2] on linux2
  10059. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10060. web_1 | (InteractiveConsole)
  10061. web_1 |
  10062. web_1 | >>> >>> Starting the server
  10063. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10064. web_1 |
  10065. web_1 | Fatal error: Unable to find local grunt.
  10066. web_1 |
  10067. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10068. web_1 | your project. For more information about installing and configuring grunt,
  10069. web_1 | please see the Getting Started guide:
  10070. web_1 |
  10071. web_1 | http://gruntjs.com/getting-started
  10072. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10073. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10074. web_1 | Syncing...
  10075. web_1 | Creating tables ...
  10076. web_1 | Installing custom SQL ...
  10077. web_1 | Installing indexes ...
  10078. web_1 | Installed 0 object(s) from 0 fixture(s)
  10079. web_1 |
  10080. web_1 | Synced:
  10081. web_1 | > django.contrib.auth
  10082. web_1 | > django.contrib.contenttypes
  10083. web_1 | > django.contrib.sessions
  10084. web_1 | > django.contrib.sites
  10085. web_1 | > django.contrib.messages
  10086. web_1 | > django.contrib.staticfiles
  10087. web_1 | > django.contrib.admin
  10088. web_1 | > south
  10089. web_1 | > crispy_forms
  10090. web_1 | > avatar
  10091. web_1 | > bootstrap3
  10092. web_1 | > users
  10093. web_1 | > allauth
  10094. web_1 | > allauth.account
  10095. web_1 | > django.contrib.humanize
  10096. web_1 | > debug_toolbar
  10097. web_1 |
  10098. web_1 | Not synced (use migrations):
  10099. web_1 | - allauth.socialaccount
  10100. web_1 | - django_extensions
  10101. web_1 | (use ./manage.py migrate to migrate these)
  10102. web_1 | Running migrations for socialaccount:
  10103. web_1 | - Nothing to migrate.
  10104. web_1 | - Loading initial data for socialaccount.
  10105. web_1 | Installed 0 object(s) from 0 fixture(s)
  10106. web_1 | Running migrations for django_extensions:
  10107. web_1 | - Nothing to migrate.
  10108. web_1 | - Loading initial data for django_extensions.
  10109. web_1 | Installed 0 object(s) from 0 fixture(s)
  10110. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10111. web_1 | [GCC 4.9.2] on linux2
  10112. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10113. web_1 | (InteractiveConsole)
  10114. web_1 |
  10115. web_1 | >>> >>> Starting the server
  10116. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10117. web_1 |
  10118. web_1 | Fatal error: Unable to find local grunt.
  10119. web_1 |
  10120. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10121. web_1 | your project. For more information about installing and configuring grunt,
  10122. web_1 | please see the Getting Started guide:
  10123. web_1 |
  10124. web_1 | http://gruntjs.com/getting-started
  10125. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10126. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10127. web_1 | Syncing...
  10128. web_1 | Creating tables ...
  10129. web_1 | Installing custom SQL ...
  10130. web_1 | Installing indexes ...
  10131. web_1 | Installed 0 object(s) from 0 fixture(s)
  10132. web_1 |
  10133. web_1 | Synced:
  10134. web_1 | > django.contrib.auth
  10135. web_1 | > django.contrib.contenttypes
  10136. web_1 | > django.contrib.sessions
  10137. web_1 | > django.contrib.sites
  10138. web_1 | > django.contrib.messages
  10139. web_1 | > django.contrib.staticfiles
  10140. web_1 | > django.contrib.admin
  10141. web_1 | > south
  10142. web_1 | > crispy_forms
  10143. web_1 | > avatar
  10144. web_1 | > bootstrap3
  10145. web_1 | > users
  10146. web_1 | > allauth
  10147. web_1 | > allauth.account
  10148. web_1 | > django.contrib.humanize
  10149. web_1 | > debug_toolbar
  10150. web_1 |
  10151. web_1 | Not synced (use migrations):
  10152. web_1 | - allauth.socialaccount
  10153. web_1 | - django_extensions
  10154. web_1 | (use ./manage.py migrate to migrate these)
  10155. web_1 | Running migrations for socialaccount:
  10156. web_1 | - Nothing to migrate.
  10157. web_1 | - Loading initial data for socialaccount.
  10158. web_1 | Installed 0 object(s) from 0 fixture(s)
  10159. web_1 | Running migrations for django_extensions:
  10160. web_1 | - Nothing to migrate.
  10161. web_1 | - Loading initial data for django_extensions.
  10162. web_1 | Installed 0 object(s) from 0 fixture(s)
  10163. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10164. web_1 | [GCC 4.9.2] on linux2
  10165. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10166. web_1 | (InteractiveConsole)
  10167. web_1 |
  10168. web_1 | >>> >>> Starting the server
  10169. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10170. web_1 |
  10171. web_1 | Fatal error: Unable to find local grunt.
  10172. web_1 |
  10173. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10174. web_1 | your project. For more information about installing and configuring grunt,
  10175. web_1 | please see the Getting Started guide:
  10176. web_1 |
  10177. web_1 | http://gruntjs.com/getting-started
  10178. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10179. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10180. web_1 | Syncing...
  10181. web_1 | Creating tables ...
  10182. web_1 | Installing custom SQL ...
  10183. web_1 | Installing indexes ...
  10184. web_1 | Installed 0 object(s) from 0 fixture(s)
  10185. web_1 |
  10186. web_1 | Synced:
  10187. web_1 | > django.contrib.auth
  10188. web_1 | > django.contrib.contenttypes
  10189. web_1 | > django.contrib.sessions
  10190. web_1 | > django.contrib.sites
  10191. web_1 | > django.contrib.messages
  10192. web_1 | > django.contrib.staticfiles
  10193. web_1 | > django.contrib.admin
  10194. web_1 | > south
  10195. web_1 | > crispy_forms
  10196. web_1 | > avatar
  10197. web_1 | > bootstrap3
  10198. web_1 | > users
  10199. web_1 | > allauth
  10200. web_1 | > allauth.account
  10201. web_1 | > django.contrib.humanize
  10202. web_1 | > debug_toolbar
  10203. web_1 |
  10204. web_1 | Not synced (use migrations):
  10205. web_1 | - allauth.socialaccount
  10206. web_1 | - django_extensions
  10207. web_1 | (use ./manage.py migrate to migrate these)
  10208. web_1 | Running migrations for socialaccount:
  10209. web_1 | - Nothing to migrate.
  10210. web_1 | - Loading initial data for socialaccount.
  10211. web_1 | Installed 0 object(s) from 0 fixture(s)
  10212. web_1 | Running migrations for django_extensions:
  10213. web_1 | - Nothing to migrate.
  10214. web_1 | - Loading initial data for django_extensions.
  10215. web_1 | Installed 0 object(s) from 0 fixture(s)
  10216. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10217. web_1 | [GCC 4.9.2] on linux2
  10218. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10219. web_1 | (InteractiveConsole)
  10220. web_1 |
  10221. web_1 | >>> >>> Starting the server
  10222. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10223. web_1 |
  10224. web_1 | Fatal error: Unable to find local grunt.
  10225. web_1 |
  10226. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10227. web_1 | your project. For more information about installing and configuring grunt,
  10228. web_1 | please see the Getting Started guide:
  10229. web_1 |
  10230. web_1 | http://gruntjs.com/getting-started
  10231. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10232. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10233. web_1 | Syncing...
  10234. web_1 | Creating tables ...
  10235. web_1 | Installing custom SQL ...
  10236. web_1 | Installing indexes ...
  10237. web_1 | Installed 0 object(s) from 0 fixture(s)
  10238. web_1 |
  10239. web_1 | Synced:
  10240. web_1 | > django.contrib.auth
  10241. web_1 | > django.contrib.contenttypes
  10242. web_1 | > django.contrib.sessions
  10243. web_1 | > django.contrib.sites
  10244. web_1 | > django.contrib.messages
  10245. web_1 | > django.contrib.staticfiles
  10246. web_1 | > django.contrib.admin
  10247. web_1 | > south
  10248. web_1 | > crispy_forms
  10249. web_1 | > avatar
  10250. web_1 | > bootstrap3
  10251. web_1 | > users
  10252. web_1 | > allauth
  10253. web_1 | > allauth.account
  10254. web_1 | > django.contrib.humanize
  10255. web_1 | > debug_toolbar
  10256. web_1 |
  10257. web_1 | Not synced (use migrations):
  10258. web_1 | - allauth.socialaccount
  10259. web_1 | - django_extensions
  10260. web_1 | (use ./manage.py migrate to migrate these)
  10261. web_1 | Running migrations for socialaccount:
  10262. web_1 | - Nothing to migrate.
  10263. web_1 | - Loading initial data for socialaccount.
  10264. web_1 | Installed 0 object(s) from 0 fixture(s)
  10265. web_1 | Running migrations for django_extensions:
  10266. web_1 | - Nothing to migrate.
  10267. web_1 | - Loading initial data for django_extensions.
  10268. web_1 | Installed 0 object(s) from 0 fixture(s)
  10269. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10270. web_1 | [GCC 4.9.2] on linux2
  10271. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10272. web_1 | (InteractiveConsole)
  10273. web_1 |
  10274. web_1 | >>> >>> Starting the server
  10275. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10276. web_1 |
  10277. web_1 | Fatal error: Unable to find local grunt.
  10278. web_1 |
  10279. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10280. web_1 | your project. For more information about installing and configuring grunt,
  10281. web_1 | please see the Getting Started guide:
  10282. web_1 |
  10283. web_1 | http://gruntjs.com/getting-started
  10284. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10285. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10286. web_1 | Syncing...
  10287. web_1 | Creating tables ...
  10288. web_1 | Installing custom SQL ...
  10289. web_1 | Installing indexes ...
  10290. web_1 | Installed 0 object(s) from 0 fixture(s)
  10291. web_1 |
  10292. web_1 | Synced:
  10293. web_1 | > django.contrib.auth
  10294. web_1 | > django.contrib.contenttypes
  10295. web_1 | > django.contrib.sessions
  10296. web_1 | > django.contrib.sites
  10297. web_1 | > django.contrib.messages
  10298. web_1 | > django.contrib.staticfiles
  10299. web_1 | > django.contrib.admin
  10300. web_1 | > south
  10301. web_1 | > crispy_forms
  10302. web_1 | > avatar
  10303. web_1 | > bootstrap3
  10304. web_1 | > users
  10305. web_1 | > allauth
  10306. web_1 | > allauth.account
  10307. web_1 | > django.contrib.humanize
  10308. web_1 | > debug_toolbar
  10309. web_1 |
  10310. web_1 | Not synced (use migrations):
  10311. web_1 | - allauth.socialaccount
  10312. web_1 | - django_extensions
  10313. web_1 | (use ./manage.py migrate to migrate these)
  10314. web_1 | Running migrations for socialaccount:
  10315. web_1 | - Nothing to migrate.
  10316. web_1 | - Loading initial data for socialaccount.
  10317. web_1 | Installed 0 object(s) from 0 fixture(s)
  10318. web_1 | Running migrations for django_extensions:
  10319. web_1 | - Nothing to migrate.
  10320. web_1 | - Loading initial data for django_extensions.
  10321. web_1 | Installed 0 object(s) from 0 fixture(s)
  10322. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10323. web_1 | [GCC 4.9.2] on linux2
  10324. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10325. web_1 | (InteractiveConsole)
  10326. web_1 |
  10327. web_1 | >>> >>> Starting the server
  10328. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10329. web_1 |
  10330. web_1 | Fatal error: Unable to find local grunt.
  10331. web_1 |
  10332. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10333. web_1 | your project. For more information about installing and configuring grunt,
  10334. web_1 | please see the Getting Started guide:
  10335. web_1 |
  10336. web_1 | http://gruntjs.com/getting-started
  10337. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10338. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10339. web_1 | Syncing...
  10340. web_1 | Creating tables ...
  10341. web_1 | Installing custom SQL ...
  10342. web_1 | Installing indexes ...
  10343. web_1 | Installed 0 object(s) from 0 fixture(s)
  10344. web_1 |
  10345. web_1 | Synced:
  10346. web_1 | > django.contrib.auth
  10347. web_1 | > django.contrib.contenttypes
  10348. web_1 | > django.contrib.sessions
  10349. web_1 | > django.contrib.sites
  10350. web_1 | > django.contrib.messages
  10351. web_1 | > django.contrib.staticfiles
  10352. web_1 | > django.contrib.admin
  10353. web_1 | > south
  10354. web_1 | > crispy_forms
  10355. web_1 | > avatar
  10356. web_1 | > bootstrap3
  10357. web_1 | > users
  10358. web_1 | > allauth
  10359. web_1 | > allauth.account
  10360. web_1 | > django.contrib.humanize
  10361. web_1 | > debug_toolbar
  10362. web_1 |
  10363. web_1 | Not synced (use migrations):
  10364. web_1 | - allauth.socialaccount
  10365. web_1 | - django_extensions
  10366. web_1 | (use ./manage.py migrate to migrate these)
  10367. web_1 | Running migrations for socialaccount:
  10368. web_1 | - Nothing to migrate.
  10369. web_1 | - Loading initial data for socialaccount.
  10370. web_1 | Installed 0 object(s) from 0 fixture(s)
  10371. web_1 | Running migrations for django_extensions:
  10372. web_1 | - Nothing to migrate.
  10373. web_1 | - Loading initial data for django_extensions.
  10374. web_1 | Installed 0 object(s) from 0 fixture(s)
  10375. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10376. web_1 | [GCC 4.9.2] on linux2
  10377. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10378. web_1 | (InteractiveConsole)
  10379. web_1 |
  10380. web_1 | >>> >>> Starting the server
  10381. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10382. web_1 |
  10383. web_1 | Fatal error: Unable to find local grunt.
  10384. web_1 |
  10385. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10386. web_1 | your project. For more information about installing and configuring grunt,
  10387. web_1 | please see the Getting Started guide:
  10388. web_1 |
  10389. web_1 | http://gruntjs.com/getting-started
  10390. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10391. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10392. web_1 | Syncing...
  10393. web_1 | Creating tables ...
  10394. web_1 | Installing custom SQL ...
  10395. web_1 | Installing indexes ...
  10396. web_1 | Installed 0 object(s) from 0 fixture(s)
  10397. web_1 |
  10398. web_1 | Synced:
  10399. web_1 | > django.contrib.auth
  10400. web_1 | > django.contrib.contenttypes
  10401. web_1 | > django.contrib.sessions
  10402. web_1 | > django.contrib.sites
  10403. web_1 | > django.contrib.messages
  10404. web_1 | > django.contrib.staticfiles
  10405. web_1 | > django.contrib.admin
  10406. web_1 | > south
  10407. web_1 | > crispy_forms
  10408. web_1 | > avatar
  10409. web_1 | > bootstrap3
  10410. web_1 | > users
  10411. web_1 | > allauth
  10412. web_1 | > allauth.account
  10413. web_1 | > django.contrib.humanize
  10414. web_1 | > debug_toolbar
  10415. web_1 |
  10416. web_1 | Not synced (use migrations):
  10417. web_1 | - allauth.socialaccount
  10418. web_1 | - django_extensions
  10419. web_1 | (use ./manage.py migrate to migrate these)
  10420. web_1 | Running migrations for socialaccount:
  10421. web_1 | - Nothing to migrate.
  10422. web_1 | - Loading initial data for socialaccount.
  10423. web_1 | Installed 0 object(s) from 0 fixture(s)
  10424. web_1 | Running migrations for django_extensions:
  10425. web_1 | - Nothing to migrate.
  10426. web_1 | - Loading initial data for django_extensions.
  10427. web_1 | Installed 0 object(s) from 0 fixture(s)
  10428. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10429. web_1 | [GCC 4.9.2] on linux2
  10430. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10431. web_1 | (InteractiveConsole)
  10432. web_1 |
  10433. web_1 | >>> >>> Starting the server
  10434. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10435. web_1 |
  10436. web_1 | Fatal error: Unable to find local grunt.
  10437. web_1 |
  10438. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10439. web_1 | your project. For more information about installing and configuring grunt,
  10440. web_1 | please see the Getting Started guide:
  10441. web_1 |
  10442. web_1 | http://gruntjs.com/getting-started
  10443. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10444. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10445. web_1 | Syncing...
  10446. web_1 | Creating tables ...
  10447. web_1 | Installing custom SQL ...
  10448. web_1 | Installing indexes ...
  10449. web_1 | Installed 0 object(s) from 0 fixture(s)
  10450. web_1 |
  10451. web_1 | Synced:
  10452. web_1 | > django.contrib.auth
  10453. web_1 | > django.contrib.contenttypes
  10454. web_1 | > django.contrib.sessions
  10455. web_1 | > django.contrib.sites
  10456. web_1 | > django.contrib.messages
  10457. web_1 | > django.contrib.staticfiles
  10458. web_1 | > django.contrib.admin
  10459. web_1 | > south
  10460. web_1 | > crispy_forms
  10461. web_1 | > avatar
  10462. web_1 | > bootstrap3
  10463. web_1 | > users
  10464. web_1 | > allauth
  10465. web_1 | > allauth.account
  10466. web_1 | > django.contrib.humanize
  10467. web_1 | > debug_toolbar
  10468. web_1 |
  10469. web_1 | Not synced (use migrations):
  10470. web_1 | - allauth.socialaccount
  10471. web_1 | - django_extensions
  10472. web_1 | (use ./manage.py migrate to migrate these)
  10473. web_1 | Running migrations for socialaccount:
  10474. web_1 | - Nothing to migrate.
  10475. web_1 | - Loading initial data for socialaccount.
  10476. web_1 | Installed 0 object(s) from 0 fixture(s)
  10477. web_1 | Running migrations for django_extensions:
  10478. web_1 | - Nothing to migrate.
  10479. web_1 | - Loading initial data for django_extensions.
  10480. web_1 | Installed 0 object(s) from 0 fixture(s)
  10481. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10482. web_1 | [GCC 4.9.2] on linux2
  10483. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10484. web_1 | (InteractiveConsole)
  10485. web_1 |
  10486. web_1 | >>> >>> Starting the server
  10487. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10488. web_1 |
  10489. web_1 | Fatal error: Unable to find local grunt.
  10490. web_1 |
  10491. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10492. web_1 | your project. For more information about installing and configuring grunt,
  10493. web_1 | please see the Getting Started guide:
  10494. web_1 |
  10495. web_1 | http://gruntjs.com/getting-started
  10496. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10497. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10498. web_1 | Syncing...
  10499. web_1 | Creating tables ...
  10500. web_1 | Installing custom SQL ...
  10501. web_1 | Installing indexes ...
  10502. web_1 | Installed 0 object(s) from 0 fixture(s)
  10503. web_1 |
  10504. web_1 | Synced:
  10505. web_1 | > django.contrib.auth
  10506. web_1 | > django.contrib.contenttypes
  10507. web_1 | > django.contrib.sessions
  10508. web_1 | > django.contrib.sites
  10509. web_1 | > django.contrib.messages
  10510. web_1 | > django.contrib.staticfiles
  10511. web_1 | > django.contrib.admin
  10512. web_1 | > south
  10513. web_1 | > crispy_forms
  10514. web_1 | > avatar
  10515. web_1 | > bootstrap3
  10516. web_1 | > users
  10517. web_1 | > allauth
  10518. web_1 | > allauth.account
  10519. web_1 | > django.contrib.humanize
  10520. web_1 | > debug_toolbar
  10521. web_1 |
  10522. web_1 | Not synced (use migrations):
  10523. web_1 | - allauth.socialaccount
  10524. web_1 | - django_extensions
  10525. web_1 | (use ./manage.py migrate to migrate these)
  10526. web_1 | Running migrations for socialaccount:
  10527. web_1 | - Nothing to migrate.
  10528. web_1 | - Loading initial data for socialaccount.
  10529. web_1 | Installed 0 object(s) from 0 fixture(s)
  10530. web_1 | Running migrations for django_extensions:
  10531. web_1 | - Nothing to migrate.
  10532. web_1 | - Loading initial data for django_extensions.
  10533. web_1 | Installed 0 object(s) from 0 fixture(s)
  10534. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10535. web_1 | [GCC 4.9.2] on linux2
  10536. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10537. web_1 | (InteractiveConsole)
  10538. web_1 |
  10539. web_1 | >>> >>> Starting the server
  10540. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10541. web_1 |
  10542. web_1 | Fatal error: Unable to find local grunt.
  10543. web_1 |
  10544. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10545. web_1 | your project. For more information about installing and configuring grunt,
  10546. web_1 | please see the Getting Started guide:
  10547. web_1 |
  10548. web_1 | http://gruntjs.com/getting-started
  10549. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10550. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10551. web_1 | Syncing...
  10552. web_1 | Creating tables ...
  10553. web_1 | Installing custom SQL ...
  10554. web_1 | Installing indexes ...
  10555. web_1 | Installed 0 object(s) from 0 fixture(s)
  10556. web_1 |
  10557. web_1 | Synced:
  10558. web_1 | > django.contrib.auth
  10559. web_1 | > django.contrib.contenttypes
  10560. web_1 | > django.contrib.sessions
  10561. web_1 | > django.contrib.sites
  10562. web_1 | > django.contrib.messages
  10563. web_1 | > django.contrib.staticfiles
  10564. web_1 | > django.contrib.admin
  10565. web_1 | > south
  10566. web_1 | > crispy_forms
  10567. web_1 | > avatar
  10568. web_1 | > bootstrap3
  10569. web_1 | > users
  10570. web_1 | > allauth
  10571. web_1 | > allauth.account
  10572. web_1 | > django.contrib.humanize
  10573. web_1 | > debug_toolbar
  10574. web_1 |
  10575. web_1 | Not synced (use migrations):
  10576. web_1 | - allauth.socialaccount
  10577. web_1 | - django_extensions
  10578. web_1 | (use ./manage.py migrate to migrate these)
  10579. web_1 | Running migrations for socialaccount:
  10580. web_1 | - Nothing to migrate.
  10581. web_1 | - Loading initial data for socialaccount.
  10582. web_1 | Installed 0 object(s) from 0 fixture(s)
  10583. web_1 | Running migrations for django_extensions:
  10584. web_1 | - Nothing to migrate.
  10585. web_1 | - Loading initial data for django_extensions.
  10586. web_1 | Installed 0 object(s) from 0 fixture(s)
  10587. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10588. web_1 | [GCC 4.9.2] on linux2
  10589. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10590. web_1 | (InteractiveConsole)
  10591. web_1 |
  10592. web_1 | >>> >>> Starting the server
  10593. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10594. web_1 |
  10595. web_1 | Fatal error: Unable to find local grunt.
  10596. web_1 |
  10597. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10598. web_1 | your project. For more information about installing and configuring grunt,
  10599. web_1 | please see the Getting Started guide:
  10600. web_1 |
  10601. web_1 | http://gruntjs.com/getting-started
  10602. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10603. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10604. web_1 | Syncing...
  10605. web_1 | Creating tables ...
  10606. web_1 | Installing custom SQL ...
  10607. web_1 | Installing indexes ...
  10608. web_1 | Installed 0 object(s) from 0 fixture(s)
  10609. web_1 |
  10610. web_1 | Synced:
  10611. web_1 | > django.contrib.auth
  10612. web_1 | > django.contrib.contenttypes
  10613. web_1 | > django.contrib.sessions
  10614. web_1 | > django.contrib.sites
  10615. web_1 | > django.contrib.messages
  10616. web_1 | > django.contrib.staticfiles
  10617. web_1 | > django.contrib.admin
  10618. web_1 | > south
  10619. web_1 | > crispy_forms
  10620. web_1 | > avatar
  10621. web_1 | > bootstrap3
  10622. web_1 | > users
  10623. web_1 | > allauth
  10624. web_1 | > allauth.account
  10625. web_1 | > django.contrib.humanize
  10626. web_1 | > debug_toolbar
  10627. web_1 |
  10628. web_1 | Not synced (use migrations):
  10629. web_1 | - allauth.socialaccount
  10630. web_1 | - django_extensions
  10631. web_1 | (use ./manage.py migrate to migrate these)
  10632. web_1 | Running migrations for socialaccount:
  10633. web_1 | - Nothing to migrate.
  10634. web_1 | - Loading initial data for socialaccount.
  10635. web_1 | Installed 0 object(s) from 0 fixture(s)
  10636. web_1 | Running migrations for django_extensions:
  10637. web_1 | - Nothing to migrate.
  10638. web_1 | - Loading initial data for django_extensions.
  10639. web_1 | Installed 0 object(s) from 0 fixture(s)
  10640. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10641. web_1 | [GCC 4.9.2] on linux2
  10642. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10643. web_1 | (InteractiveConsole)
  10644. web_1 |
  10645. web_1 | >>> >>> Starting the server
  10646. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10647. web_1 |
  10648. web_1 | Fatal error: Unable to find local grunt.
  10649. web_1 |
  10650. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10651. web_1 | your project. For more information about installing and configuring grunt,
  10652. web_1 | please see the Getting Started guide:
  10653. web_1 |
  10654. web_1 | http://gruntjs.com/getting-started
  10655. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10656. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10657. web_1 | Syncing...
  10658. web_1 | Creating tables ...
  10659. web_1 | Installing custom SQL ...
  10660. web_1 | Installing indexes ...
  10661. web_1 | Installed 0 object(s) from 0 fixture(s)
  10662. web_1 |
  10663. web_1 | Synced:
  10664. web_1 | > django.contrib.auth
  10665. web_1 | > django.contrib.contenttypes
  10666. web_1 | > django.contrib.sessions
  10667. web_1 | > django.contrib.sites
  10668. web_1 | > django.contrib.messages
  10669. web_1 | > django.contrib.staticfiles
  10670. web_1 | > django.contrib.admin
  10671. web_1 | > south
  10672. web_1 | > crispy_forms
  10673. web_1 | > avatar
  10674. web_1 | > bootstrap3
  10675. web_1 | > users
  10676. web_1 | > allauth
  10677. web_1 | > allauth.account
  10678. web_1 | > django.contrib.humanize
  10679. web_1 | > debug_toolbar
  10680. web_1 |
  10681. web_1 | Not synced (use migrations):
  10682. web_1 | - allauth.socialaccount
  10683. web_1 | - django_extensions
  10684. web_1 | (use ./manage.py migrate to migrate these)
  10685. web_1 | Running migrations for socialaccount:
  10686. web_1 | - Nothing to migrate.
  10687. web_1 | - Loading initial data for socialaccount.
  10688. web_1 | Installed 0 object(s) from 0 fixture(s)
  10689. web_1 | Running migrations for django_extensions:
  10690. web_1 | - Nothing to migrate.
  10691. web_1 | - Loading initial data for django_extensions.
  10692. web_1 | Installed 0 object(s) from 0 fixture(s)
  10693. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10694. web_1 | [GCC 4.9.2] on linux2
  10695. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10696. web_1 | (InteractiveConsole)
  10697. web_1 |
  10698. web_1 | >>> >>> Starting the server
  10699. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10700. web_1 |
  10701. web_1 | Fatal error: Unable to find local grunt.
  10702. web_1 |
  10703. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10704. web_1 | your project. For more information about installing and configuring grunt,
  10705. web_1 | please see the Getting Started guide:
  10706. web_1 |
  10707. web_1 | http://gruntjs.com/getting-started
  10708. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10709. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10710. web_1 | Syncing...
  10711. web_1 | Creating tables ...
  10712. web_1 | Installing custom SQL ...
  10713. web_1 | Installing indexes ...
  10714. web_1 | Installed 0 object(s) from 0 fixture(s)
  10715. web_1 |
  10716. web_1 | Synced:
  10717. web_1 | > django.contrib.auth
  10718. web_1 | > django.contrib.contenttypes
  10719. web_1 | > django.contrib.sessions
  10720. web_1 | > django.contrib.sites
  10721. web_1 | > django.contrib.messages
  10722. web_1 | > django.contrib.staticfiles
  10723. web_1 | > django.contrib.admin
  10724. web_1 | > south
  10725. web_1 | > crispy_forms
  10726. web_1 | > avatar
  10727. web_1 | > bootstrap3
  10728. web_1 | > users
  10729. web_1 | > allauth
  10730. web_1 | > allauth.account
  10731. web_1 | > django.contrib.humanize
  10732. web_1 | > debug_toolbar
  10733. web_1 |
  10734. web_1 | Not synced (use migrations):
  10735. web_1 | - allauth.socialaccount
  10736. web_1 | - django_extensions
  10737. web_1 | (use ./manage.py migrate to migrate these)
  10738. web_1 | Running migrations for socialaccount:
  10739. web_1 | - Nothing to migrate.
  10740. web_1 | - Loading initial data for socialaccount.
  10741. web_1 | Installed 0 object(s) from 0 fixture(s)
  10742. web_1 | Running migrations for django_extensions:
  10743. web_1 | - Nothing to migrate.
  10744. web_1 | - Loading initial data for django_extensions.
  10745. web_1 | Installed 0 object(s) from 0 fixture(s)
  10746. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10747. web_1 | [GCC 4.9.2] on linux2
  10748. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10749. web_1 | (InteractiveConsole)
  10750. web_1 |
  10751. web_1 | >>> >>> Starting the server
  10752. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10753. web_1 |
  10754. web_1 | Fatal error: Unable to find local grunt.
  10755. web_1 |
  10756. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10757. web_1 | your project. For more information about installing and configuring grunt,
  10758. web_1 | please see the Getting Started guide:
  10759. web_1 |
  10760. web_1 | http://gruntjs.com/getting-started
  10761. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10762. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10763. web_1 | Syncing...
  10764. web_1 | Creating tables ...
  10765. web_1 | Installing custom SQL ...
  10766. web_1 | Installing indexes ...
  10767. web_1 | Installed 0 object(s) from 0 fixture(s)
  10768. web_1 |
  10769. web_1 | Synced:
  10770. web_1 | > django.contrib.auth
  10771. web_1 | > django.contrib.contenttypes
  10772. web_1 | > django.contrib.sessions
  10773. web_1 | > django.contrib.sites
  10774. web_1 | > django.contrib.messages
  10775. web_1 | > django.contrib.staticfiles
  10776. web_1 | > django.contrib.admin
  10777. web_1 | > south
  10778. web_1 | > crispy_forms
  10779. web_1 | > avatar
  10780. web_1 | > bootstrap3
  10781. web_1 | > users
  10782. web_1 | > allauth
  10783. web_1 | > allauth.account
  10784. web_1 | > django.contrib.humanize
  10785. web_1 | > debug_toolbar
  10786. web_1 |
  10787. web_1 | Not synced (use migrations):
  10788. web_1 | - allauth.socialaccount
  10789. web_1 | - django_extensions
  10790. web_1 | (use ./manage.py migrate to migrate these)
  10791. web_1 | Running migrations for socialaccount:
  10792. web_1 | - Nothing to migrate.
  10793. web_1 | - Loading initial data for socialaccount.
  10794. web_1 | Installed 0 object(s) from 0 fixture(s)
  10795. web_1 | Running migrations for django_extensions:
  10796. web_1 | - Nothing to migrate.
  10797. web_1 | - Loading initial data for django_extensions.
  10798. web_1 | Installed 0 object(s) from 0 fixture(s)
  10799. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10800. web_1 | [GCC 4.9.2] on linux2
  10801. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10802. web_1 | (InteractiveConsole)
  10803. web_1 |
  10804. web_1 | >>> >>> Starting the server
  10805. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10806. web_1 |
  10807. web_1 | Fatal error: Unable to find local grunt.
  10808. web_1 |
  10809. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10810. web_1 | your project. For more information about installing and configuring grunt,
  10811. web_1 | please see the Getting Started guide:
  10812. web_1 |
  10813. web_1 | http://gruntjs.com/getting-started
  10814. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10815. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10816. web_1 | Syncing...
  10817. web_1 | Creating tables ...
  10818. web_1 | Installing custom SQL ...
  10819. web_1 | Installing indexes ...
  10820. web_1 | Installed 0 object(s) from 0 fixture(s)
  10821. web_1 |
  10822. web_1 | Synced:
  10823. web_1 | > django.contrib.auth
  10824. web_1 | > django.contrib.contenttypes
  10825. web_1 | > django.contrib.sessions
  10826. web_1 | > django.contrib.sites
  10827. web_1 | > django.contrib.messages
  10828. web_1 | > django.contrib.staticfiles
  10829. web_1 | > django.contrib.admin
  10830. web_1 | > south
  10831. web_1 | > crispy_forms
  10832. web_1 | > avatar
  10833. web_1 | > bootstrap3
  10834. web_1 | > users
  10835. web_1 | > allauth
  10836. web_1 | > allauth.account
  10837. web_1 | > django.contrib.humanize
  10838. web_1 | > debug_toolbar
  10839. web_1 |
  10840. web_1 | Not synced (use migrations):
  10841. web_1 | - allauth.socialaccount
  10842. web_1 | - django_extensions
  10843. web_1 | (use ./manage.py migrate to migrate these)
  10844. web_1 | Running migrations for socialaccount:
  10845. web_1 | - Nothing to migrate.
  10846. web_1 | - Loading initial data for socialaccount.
  10847. web_1 | Installed 0 object(s) from 0 fixture(s)
  10848. web_1 | Running migrations for django_extensions:
  10849. web_1 | - Nothing to migrate.
  10850. web_1 | - Loading initial data for django_extensions.
  10851. web_1 | Installed 0 object(s) from 0 fixture(s)
  10852. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10853. web_1 | [GCC 4.9.2] on linux2
  10854. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10855. web_1 | (InteractiveConsole)
  10856. web_1 |
  10857. web_1 | >>> >>> Starting the server
  10858. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10859. web_1 |
  10860. web_1 | Fatal error: Unable to find local grunt.
  10861. web_1 |
  10862. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10863. web_1 | your project. For more information about installing and configuring grunt,
  10864. web_1 | please see the Getting Started guide:
  10865. web_1 |
  10866. web_1 | http://gruntjs.com/getting-started
  10867. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10868. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10869. web_1 | Syncing...
  10870. web_1 | Creating tables ...
  10871. web_1 | Installing custom SQL ...
  10872. web_1 | Installing indexes ...
  10873. web_1 | Installed 0 object(s) from 0 fixture(s)
  10874. web_1 |
  10875. web_1 | Synced:
  10876. web_1 | > django.contrib.auth
  10877. web_1 | > django.contrib.contenttypes
  10878. web_1 | > django.contrib.sessions
  10879. web_1 | > django.contrib.sites
  10880. web_1 | > django.contrib.messages
  10881. web_1 | > django.contrib.staticfiles
  10882. web_1 | > django.contrib.admin
  10883. web_1 | > south
  10884. web_1 | > crispy_forms
  10885. web_1 | > avatar
  10886. web_1 | > bootstrap3
  10887. web_1 | > users
  10888. web_1 | > allauth
  10889. web_1 | > allauth.account
  10890. web_1 | > django.contrib.humanize
  10891. web_1 | > debug_toolbar
  10892. web_1 |
  10893. web_1 | Not synced (use migrations):
  10894. web_1 | - allauth.socialaccount
  10895. web_1 | - django_extensions
  10896. web_1 | (use ./manage.py migrate to migrate these)
  10897. web_1 | Running migrations for socialaccount:
  10898. web_1 | - Nothing to migrate.
  10899. web_1 | - Loading initial data for socialaccount.
  10900. web_1 | Installed 0 object(s) from 0 fixture(s)
  10901. web_1 | Running migrations for django_extensions:
  10902. web_1 | - Nothing to migrate.
  10903. web_1 | - Loading initial data for django_extensions.
  10904. web_1 | Installed 0 object(s) from 0 fixture(s)
  10905. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10906. web_1 | [GCC 4.9.2] on linux2
  10907. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10908. web_1 | (InteractiveConsole)
  10909. web_1 |
  10910. web_1 | >>> >>> Starting the server
  10911. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10912. web_1 |
  10913. web_1 | Fatal error: Unable to find local grunt.
  10914. web_1 |
  10915. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10916. web_1 | your project. For more information about installing and configuring grunt,
  10917. web_1 | please see the Getting Started guide:
  10918. web_1 |
  10919. web_1 | http://gruntjs.com/getting-started
  10920. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10921. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10922. web_1 | Syncing...
  10923. web_1 | Creating tables ...
  10924. web_1 | Installing custom SQL ...
  10925. web_1 | Installing indexes ...
  10926. web_1 | Installed 0 object(s) from 0 fixture(s)
  10927. web_1 |
  10928. web_1 | Synced:
  10929. web_1 | > django.contrib.auth
  10930. web_1 | > django.contrib.contenttypes
  10931. web_1 | > django.contrib.sessions
  10932. web_1 | > django.contrib.sites
  10933. web_1 | > django.contrib.messages
  10934. web_1 | > django.contrib.staticfiles
  10935. web_1 | > django.contrib.admin
  10936. web_1 | > south
  10937. web_1 | > crispy_forms
  10938. web_1 | > avatar
  10939. web_1 | > bootstrap3
  10940. web_1 | > users
  10941. web_1 | > allauth
  10942. web_1 | > allauth.account
  10943. web_1 | > django.contrib.humanize
  10944. web_1 | > debug_toolbar
  10945. web_1 |
  10946. web_1 | Not synced (use migrations):
  10947. web_1 | - allauth.socialaccount
  10948. web_1 | - django_extensions
  10949. web_1 | (use ./manage.py migrate to migrate these)
  10950. web_1 | Running migrations for socialaccount:
  10951. web_1 | - Nothing to migrate.
  10952. web_1 | - Loading initial data for socialaccount.
  10953. web_1 | Installed 0 object(s) from 0 fixture(s)
  10954. web_1 | Running migrations for django_extensions:
  10955. web_1 | - Nothing to migrate.
  10956. web_1 | - Loading initial data for django_extensions.
  10957. web_1 | Installed 0 object(s) from 0 fixture(s)
  10958. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  10959. web_1 | [GCC 4.9.2] on linux2
  10960. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  10961. web_1 | (InteractiveConsole)
  10962. web_1 |
  10963. web_1 | >>> >>> Starting the server
  10964. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  10965. web_1 |
  10966. web_1 | Fatal error: Unable to find local grunt.
  10967. web_1 |
  10968. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  10969. web_1 | your project. For more information about installing and configuring grunt,
  10970. web_1 | please see the Getting Started guide:
  10971. web_1 |
  10972. web_1 | http://gruntjs.com/getting-started
  10973. oclweb_web_1 exited with code 99
  10974. web_1 | Starting OpenBSD Secure Shell server: sshd.
  10975. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  10976. web_1 | Syncing...
  10977. web_1 | Traceback (most recent call last):
  10978. web_1 | File "ocl_web/manage.py", line 19, in <module>
  10979. web_1 | execute_from_command_line(sys.argv)
  10980. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  10981. web_1 | utility.execute()
  10982. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  10983. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  10984. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  10985. web_1 | self.execute(*args, **options.__dict__)
  10986. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  10987. web_1 | output = self.handle(*args, **options)
  10988. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  10989. web_1 | return self.handle_noargs(**options)
  10990. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  10991. web_1 | syncdb.Command().execute(**options)
  10992. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  10993. web_1 | output = self.handle(*args, **options)
  10994. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  10995. web_1 | return self.handle_noargs(**options)
  10996. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  10997. web_1 | cursor = connection.cursor()
  10998. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  10999. web_1 | cursor = self.make_debug_cursor(self._cursor())
  11000. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  11001. web_1 | self.ensure_connection()
  11002. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11003. web_1 | self.connect()
  11004. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  11005. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  11006. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11007. web_1 | self.connect()
  11008. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  11009. web_1 | self.connection = self.get_new_connection(conn_params)
  11010. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  11011. web_1 | return Database.connect(**conn_params)
  11012. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  11013. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  11014. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  11015. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  11016. web_1 | TCP/IP connections on port 5432?
  11017. web_1 |
  11018. web_1 | Traceback (most recent call last):
  11019. web_1 | File "ocl_web/manage.py", line 19, in <module>
  11020. web_1 | execute_from_command_line(sys.argv)
  11021. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  11022. web_1 | utility.execute()
  11023. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  11024. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  11025. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  11026. web_1 | self.execute(*args, **options.__dict__)
  11027. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  11028. web_1 | output = self.handle(*args, **options)
  11029. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  11030. web_1 | ignore_ghosts = ignore_ghosts,
  11031. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  11032. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  11033. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  11034. web_1 | for h in histories:
  11035. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  11036. web_1 | self._fetch_all()
  11037. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  11038. web_1 | self._result_cache = list(self.iterator())
  11039. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  11040. web_1 | for row in compiler.results_iter():
  11041. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  11042. web_1 | for rows in self.execute_sql(MULTI):
  11043. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  11044. web_1 | cursor = self.connection.cursor()
  11045. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  11046. web_1 | cursor = self.make_debug_cursor(self._cursor())
  11047. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  11048. web_1 | self.ensure_connection()
  11049. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11050. web_1 | self.connect()
  11051. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  11052. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  11053. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11054. web_1 | self.connect()
  11055. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  11056. web_1 | self.connection = self.get_new_connection(conn_params)
  11057. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  11058. web_1 | return Database.connect(**conn_params)
  11059. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  11060. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  11061. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  11062. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  11063. web_1 | TCP/IP connections on port 5432?
  11064. web_1 |
  11065. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11066. web_1 | [GCC 4.9.2] on linux2
  11067. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11068. web_1 | (InteractiveConsole)
  11069. web_1 | Traceback (most recent call last):
  11070. web_1 | File "<console>", line 1, in <module>
  11071. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  11072. web_1 | return self.query.get_count(using=self.db)
  11073. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  11074. web_1 | number = obj.get_aggregation(using=using)[None]
  11075. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  11076. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  11077. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  11078. web_1 | cursor = self.connection.cursor()
  11079. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  11080. web_1 | cursor = self.make_debug_cursor(self._cursor())
  11081. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  11082. web_1 | self.ensure_connection()
  11083. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11084. web_1 | self.connect()
  11085. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  11086. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  11087. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  11088. web_1 | self.connect()
  11089. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  11090. web_1 | self.connection = self.get_new_connection(conn_params)
  11091. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  11092. web_1 | return Database.connect(**conn_params)
  11093. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  11094. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  11095. web_1 | OperationalError: could not connect to server: Connection refused
  11096. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  11097. web_1 | TCP/IP connections on port 5432?
  11098. web_1 |
  11099. web_1 |
  11100. web_1 | >>> >>> Starting the server
  11101. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11102. web_1 |
  11103. web_1 | Fatal error: Unable to find local grunt.
  11104. web_1 |
  11105. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11106. web_1 | your project. For more information about installing and configuring grunt,
  11107. web_1 | please see the Getting Started guide:
  11108. web_1 |
  11109. web_1 | http://gruntjs.com/getting-started
  11110. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11111. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11112. web_1 | Syncing...
  11113. web_1 | Creating tables ...
  11114. web_1 | Creating table auth_permission
  11115. web_1 | Creating table auth_group_permissions
  11116. web_1 | Creating table auth_group
  11117. web_1 | Creating table django_content_type
  11118. web_1 | Creating table django_session
  11119. web_1 | Creating table django_site
  11120. web_1 | Creating table django_admin_log
  11121. web_1 | Creating table south_migrationhistory
  11122. web_1 | Creating table avatar_avatar
  11123. web_1 | Creating table users_user_groups
  11124. web_1 | Creating table users_user_user_permissions
  11125. web_1 | Creating table users_user
  11126. web_1 | Creating table account_emailaddress
  11127. web_1 | Creating table account_emailconfirmation
  11128. web_1 | Installing custom SQL ...
  11129. web_1 | Installing indexes ...
  11130. web_1 | Installed 0 object(s) from 0 fixture(s)
  11131. web_1 |
  11132. web_1 | Synced:
  11133. web_1 | > django.contrib.auth
  11134. web_1 | > django.contrib.contenttypes
  11135. web_1 | > django.contrib.sessions
  11136. web_1 | > django.contrib.sites
  11137. web_1 | > django.contrib.messages
  11138. web_1 | > django.contrib.staticfiles
  11139. web_1 | > django.contrib.admin
  11140. web_1 | > south
  11141. web_1 | > crispy_forms
  11142. web_1 | > avatar
  11143. web_1 | > bootstrap3
  11144. web_1 | > users
  11145. web_1 | > allauth
  11146. web_1 | > allauth.account
  11147. web_1 | > django.contrib.humanize
  11148. web_1 | > debug_toolbar
  11149. web_1 |
  11150. web_1 | Not synced (use migrations):
  11151. web_1 | - allauth.socialaccount
  11152. web_1 | - django_extensions
  11153. web_1 | (use ./manage.py migrate to migrate these)
  11154. web_1 | Running migrations for socialaccount:
  11155. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  11156. web_1 | > socialaccount:0001_initial
  11157. web_1 | > socialaccount:0002_genericmodels
  11158. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  11159. web_1 | > socialaccount:0004_add_sites
  11160. web_1 | > socialaccount:0005_set_sites
  11161. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  11162. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  11163. web_1 | > socialaccount:0008_client_id
  11164. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  11165. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  11166. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  11167. web_1 | - Loading initial data for socialaccount.
  11168. web_1 | Installed 0 object(s) from 0 fixture(s)
  11169. web_1 | Running migrations for django_extensions:
  11170. web_1 | - Migrating forwards to 0001_empty.
  11171. web_1 | > django_extensions:0001_empty
  11172. web_1 | - Loading initial data for django_extensions.
  11173. web_1 | Installed 0 object(s) from 0 fixture(s)
  11174. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11175. web_1 | [GCC 4.9.2] on linux2
  11176. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11177. web_1 | (InteractiveConsole)
  11178. web_1 |
  11179. web_1 | >>> >>> Starting the server
  11180. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11181. web_1 |
  11182. web_1 | Fatal error: Unable to find local grunt.
  11183. web_1 |
  11184. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11185. web_1 | your project. For more information about installing and configuring grunt,
  11186. web_1 | please see the Getting Started guide:
  11187. web_1 |
  11188. web_1 | http://gruntjs.com/getting-started
  11189. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11190. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11191. web_1 | Syncing...
  11192. web_1 | Creating tables ...
  11193. web_1 | Installing custom SQL ...
  11194. web_1 | Installing indexes ...
  11195. web_1 | Installed 0 object(s) from 0 fixture(s)
  11196. web_1 |
  11197. web_1 | Synced:
  11198. web_1 | > django.contrib.auth
  11199. web_1 | > django.contrib.contenttypes
  11200. web_1 | > django.contrib.sessions
  11201. web_1 | > django.contrib.sites
  11202. web_1 | > django.contrib.messages
  11203. web_1 | > django.contrib.staticfiles
  11204. web_1 | > django.contrib.admin
  11205. web_1 | > south
  11206. web_1 | > crispy_forms
  11207. web_1 | > avatar
  11208. web_1 | > bootstrap3
  11209. web_1 | > users
  11210. web_1 | > allauth
  11211. web_1 | > allauth.account
  11212. web_1 | > django.contrib.humanize
  11213. web_1 | > debug_toolbar
  11214. web_1 |
  11215. web_1 | Not synced (use migrations):
  11216. web_1 | - allauth.socialaccount
  11217. web_1 | - django_extensions
  11218. web_1 | (use ./manage.py migrate to migrate these)
  11219. web_1 | Running migrations for socialaccount:
  11220. web_1 | - Nothing to migrate.
  11221. web_1 | - Loading initial data for socialaccount.
  11222. web_1 | Installed 0 object(s) from 0 fixture(s)
  11223. web_1 | Running migrations for django_extensions:
  11224. web_1 | - Nothing to migrate.
  11225. web_1 | - Loading initial data for django_extensions.
  11226. web_1 | Installed 0 object(s) from 0 fixture(s)
  11227. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11228. web_1 | [GCC 4.9.2] on linux2
  11229. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11230. web_1 | (InteractiveConsole)
  11231. web_1 |
  11232. web_1 | >>> >>> Starting the server
  11233. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11234. web_1 |
  11235. web_1 | Fatal error: Unable to find local grunt.
  11236. web_1 |
  11237. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11238. web_1 | your project. For more information about installing and configuring grunt,
  11239. web_1 | please see the Getting Started guide:
  11240. web_1 |
  11241. web_1 | http://gruntjs.com/getting-started
  11242. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11243. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11244. web_1 | Syncing...
  11245. web_1 | Creating tables ...
  11246. web_1 | Installing custom SQL ...
  11247. web_1 | Installing indexes ...
  11248. web_1 | Installed 0 object(s) from 0 fixture(s)
  11249. web_1 |
  11250. web_1 | Synced:
  11251. web_1 | > django.contrib.auth
  11252. web_1 | > django.contrib.contenttypes
  11253. web_1 | > django.contrib.sessions
  11254. web_1 | > django.contrib.sites
  11255. web_1 | > django.contrib.messages
  11256. web_1 | > django.contrib.staticfiles
  11257. web_1 | > django.contrib.admin
  11258. web_1 | > south
  11259. web_1 | > crispy_forms
  11260. web_1 | > avatar
  11261. web_1 | > bootstrap3
  11262. web_1 | > users
  11263. web_1 | > allauth
  11264. web_1 | > allauth.account
  11265. web_1 | > django.contrib.humanize
  11266. web_1 | > debug_toolbar
  11267. web_1 |
  11268. web_1 | Not synced (use migrations):
  11269. web_1 | - allauth.socialaccount
  11270. web_1 | - django_extensions
  11271. web_1 | (use ./manage.py migrate to migrate these)
  11272. web_1 | Running migrations for socialaccount:
  11273. web_1 | - Nothing to migrate.
  11274. web_1 | - Loading initial data for socialaccount.
  11275. web_1 | Installed 0 object(s) from 0 fixture(s)
  11276. web_1 | Running migrations for django_extensions:
  11277. web_1 | - Nothing to migrate.
  11278. web_1 | - Loading initial data for django_extensions.
  11279. web_1 | Installed 0 object(s) from 0 fixture(s)
  11280. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11281. web_1 | [GCC 4.9.2] on linux2
  11282. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11283. web_1 | (InteractiveConsole)
  11284. web_1 |
  11285. web_1 | >>> >>> Starting the server
  11286. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11287. web_1 |
  11288. web_1 | Fatal error: Unable to find local grunt.
  11289. web_1 |
  11290. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11291. web_1 | your project. For more information about installing and configuring grunt,
  11292. web_1 | please see the Getting Started guide:
  11293. web_1 |
  11294. web_1 | http://gruntjs.com/getting-started
  11295. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11296. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11297. web_1 | Syncing...
  11298. web_1 | Creating tables ...
  11299. web_1 | Installing custom SQL ...
  11300. web_1 | Installing indexes ...
  11301. web_1 | Installed 0 object(s) from 0 fixture(s)
  11302. web_1 |
  11303. web_1 | Synced:
  11304. web_1 | > django.contrib.auth
  11305. web_1 | > django.contrib.contenttypes
  11306. web_1 | > django.contrib.sessions
  11307. web_1 | > django.contrib.sites
  11308. web_1 | > django.contrib.messages
  11309. web_1 | > django.contrib.staticfiles
  11310. web_1 | > django.contrib.admin
  11311. web_1 | > south
  11312. web_1 | > crispy_forms
  11313. web_1 | > avatar
  11314. web_1 | > bootstrap3
  11315. web_1 | > users
  11316. web_1 | > allauth
  11317. web_1 | > allauth.account
  11318. web_1 | > django.contrib.humanize
  11319. web_1 | > debug_toolbar
  11320. web_1 |
  11321. web_1 | Not synced (use migrations):
  11322. web_1 | - allauth.socialaccount
  11323. web_1 | - django_extensions
  11324. web_1 | (use ./manage.py migrate to migrate these)
  11325. web_1 | Running migrations for socialaccount:
  11326. web_1 | - Nothing to migrate.
  11327. web_1 | - Loading initial data for socialaccount.
  11328. web_1 | Installed 0 object(s) from 0 fixture(s)
  11329. web_1 | Running migrations for django_extensions:
  11330. web_1 | - Nothing to migrate.
  11331. web_1 | - Loading initial data for django_extensions.
  11332. web_1 | Installed 0 object(s) from 0 fixture(s)
  11333. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11334. web_1 | [GCC 4.9.2] on linux2
  11335. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11336. web_1 | (InteractiveConsole)
  11337. web_1 |
  11338. web_1 | >>> >>> Starting the server
  11339. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11340. web_1 |
  11341. web_1 | Fatal error: Unable to find local grunt.
  11342. web_1 |
  11343. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11344. web_1 | your project. For more information about installing and configuring grunt,
  11345. web_1 | please see the Getting Started guide:
  11346. web_1 |
  11347. web_1 | http://gruntjs.com/getting-started
  11348. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11349. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11350. web_1 | Syncing...
  11351. web_1 | Creating tables ...
  11352. web_1 | Installing custom SQL ...
  11353. web_1 | Installing indexes ...
  11354. web_1 | Installed 0 object(s) from 0 fixture(s)
  11355. web_1 |
  11356. web_1 | Synced:
  11357. web_1 | > django.contrib.auth
  11358. web_1 | > django.contrib.contenttypes
  11359. web_1 | > django.contrib.sessions
  11360. web_1 | > django.contrib.sites
  11361. web_1 | > django.contrib.messages
  11362. web_1 | > django.contrib.staticfiles
  11363. web_1 | > django.contrib.admin
  11364. web_1 | > south
  11365. web_1 | > crispy_forms
  11366. web_1 | > avatar
  11367. web_1 | > bootstrap3
  11368. web_1 | > users
  11369. web_1 | > allauth
  11370. web_1 | > allauth.account
  11371. web_1 | > django.contrib.humanize
  11372. web_1 | > debug_toolbar
  11373. web_1 |
  11374. web_1 | Not synced (use migrations):
  11375. web_1 | - allauth.socialaccount
  11376. web_1 | - django_extensions
  11377. web_1 | (use ./manage.py migrate to migrate these)
  11378. web_1 | Running migrations for socialaccount:
  11379. web_1 | - Nothing to migrate.
  11380. web_1 | - Loading initial data for socialaccount.
  11381. web_1 | Installed 0 object(s) from 0 fixture(s)
  11382. web_1 | Running migrations for django_extensions:
  11383. web_1 | - Nothing to migrate.
  11384. web_1 | - Loading initial data for django_extensions.
  11385. web_1 | Installed 0 object(s) from 0 fixture(s)
  11386. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11387. web_1 | [GCC 4.9.2] on linux2
  11388. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11389. web_1 | (InteractiveConsole)
  11390. web_1 |
  11391. web_1 | >>> >>> Starting the server
  11392. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11393. web_1 |
  11394. web_1 | Fatal error: Unable to find local grunt.
  11395. web_1 |
  11396. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11397. web_1 | your project. For more information about installing and configuring grunt,
  11398. web_1 | please see the Getting Started guide:
  11399. web_1 |
  11400. web_1 | http://gruntjs.com/getting-started
  11401. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11402. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11403. web_1 | Syncing...
  11404. web_1 | Creating tables ...
  11405. web_1 | Installing custom SQL ...
  11406. web_1 | Installing indexes ...
  11407. web_1 | Installed 0 object(s) from 0 fixture(s)
  11408. web_1 |
  11409. web_1 | Synced:
  11410. web_1 | > django.contrib.auth
  11411. web_1 | > django.contrib.contenttypes
  11412. web_1 | > django.contrib.sessions
  11413. web_1 | > django.contrib.sites
  11414. web_1 | > django.contrib.messages
  11415. web_1 | > django.contrib.staticfiles
  11416. web_1 | > django.contrib.admin
  11417. web_1 | > south
  11418. web_1 | > crispy_forms
  11419. web_1 | > avatar
  11420. web_1 | > bootstrap3
  11421. web_1 | > users
  11422. web_1 | > allauth
  11423. web_1 | > allauth.account
  11424. web_1 | > django.contrib.humanize
  11425. web_1 | > debug_toolbar
  11426. web_1 |
  11427. web_1 | Not synced (use migrations):
  11428. web_1 | - allauth.socialaccount
  11429. web_1 | - django_extensions
  11430. web_1 | (use ./manage.py migrate to migrate these)
  11431. web_1 | Running migrations for socialaccount:
  11432. web_1 | - Nothing to migrate.
  11433. web_1 | - Loading initial data for socialaccount.
  11434. web_1 | Installed 0 object(s) from 0 fixture(s)
  11435. web_1 | Running migrations for django_extensions:
  11436. web_1 | - Nothing to migrate.
  11437. web_1 | - Loading initial data for django_extensions.
  11438. web_1 | Installed 0 object(s) from 0 fixture(s)
  11439. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11440. web_1 | [GCC 4.9.2] on linux2
  11441. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11442. web_1 | (InteractiveConsole)
  11443. web_1 |
  11444. web_1 | >>> >>> Starting the server
  11445. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11446. web_1 |
  11447. web_1 | Fatal error: Unable to find local grunt.
  11448. web_1 |
  11449. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11450. web_1 | your project. For more information about installing and configuring grunt,
  11451. web_1 | please see the Getting Started guide:
  11452. web_1 |
  11453. web_1 | http://gruntjs.com/getting-started
  11454. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11455. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11456. web_1 | Syncing...
  11457. web_1 | Creating tables ...
  11458. web_1 | Installing custom SQL ...
  11459. web_1 | Installing indexes ...
  11460. web_1 | Installed 0 object(s) from 0 fixture(s)
  11461. web_1 |
  11462. web_1 | Synced:
  11463. web_1 | > django.contrib.auth
  11464. web_1 | > django.contrib.contenttypes
  11465. web_1 | > django.contrib.sessions
  11466. web_1 | > django.contrib.sites
  11467. web_1 | > django.contrib.messages
  11468. web_1 | > django.contrib.staticfiles
  11469. web_1 | > django.contrib.admin
  11470. web_1 | > south
  11471. web_1 | > crispy_forms
  11472. web_1 | > avatar
  11473. web_1 | > bootstrap3
  11474. web_1 | > users
  11475. web_1 | > allauth
  11476. web_1 | > allauth.account
  11477. web_1 | > django.contrib.humanize
  11478. web_1 | > debug_toolbar
  11479. web_1 |
  11480. web_1 | Not synced (use migrations):
  11481. web_1 | - allauth.socialaccount
  11482. web_1 | - django_extensions
  11483. web_1 | (use ./manage.py migrate to migrate these)
  11484. web_1 | Running migrations for socialaccount:
  11485. web_1 | - Nothing to migrate.
  11486. web_1 | - Loading initial data for socialaccount.
  11487. web_1 | Installed 0 object(s) from 0 fixture(s)
  11488. web_1 | Running migrations for django_extensions:
  11489. web_1 | - Nothing to migrate.
  11490. web_1 | - Loading initial data for django_extensions.
  11491. web_1 | Installed 0 object(s) from 0 fixture(s)
  11492. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11493. web_1 | [GCC 4.9.2] on linux2
  11494. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11495. web_1 | (InteractiveConsole)
  11496. web_1 |
  11497. web_1 | >>> >>> Starting the server
  11498. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11499. web_1 |
  11500. web_1 | Fatal error: Unable to find local grunt.
  11501. web_1 |
  11502. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11503. web_1 | your project. For more information about installing and configuring grunt,
  11504. web_1 | please see the Getting Started guide:
  11505. web_1 |
  11506. web_1 | http://gruntjs.com/getting-started
  11507. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11508. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11509. web_1 | Syncing...
  11510. web_1 | Creating tables ...
  11511. web_1 | Installing custom SQL ...
  11512. web_1 | Installing indexes ...
  11513. web_1 | Installed 0 object(s) from 0 fixture(s)
  11514. web_1 |
  11515. web_1 | Synced:
  11516. web_1 | > django.contrib.auth
  11517. web_1 | > django.contrib.contenttypes
  11518. web_1 | > django.contrib.sessions
  11519. web_1 | > django.contrib.sites
  11520. web_1 | > django.contrib.messages
  11521. web_1 | > django.contrib.staticfiles
  11522. web_1 | > django.contrib.admin
  11523. web_1 | > south
  11524. web_1 | > crispy_forms
  11525. web_1 | > avatar
  11526. web_1 | > bootstrap3
  11527. web_1 | > users
  11528. web_1 | > allauth
  11529. web_1 | > allauth.account
  11530. web_1 | > django.contrib.humanize
  11531. web_1 | > debug_toolbar
  11532. web_1 |
  11533. web_1 | Not synced (use migrations):
  11534. web_1 | - allauth.socialaccount
  11535. web_1 | - django_extensions
  11536. web_1 | (use ./manage.py migrate to migrate these)
  11537. web_1 | Running migrations for socialaccount:
  11538. web_1 | - Nothing to migrate.
  11539. web_1 | - Loading initial data for socialaccount.
  11540. web_1 | Installed 0 object(s) from 0 fixture(s)
  11541. web_1 | Running migrations for django_extensions:
  11542. web_1 | - Nothing to migrate.
  11543. web_1 | - Loading initial data for django_extensions.
  11544. web_1 | Installed 0 object(s) from 0 fixture(s)
  11545. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11546. web_1 | [GCC 4.9.2] on linux2
  11547. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11548. web_1 | (InteractiveConsole)
  11549. web_1 |
  11550. web_1 | >>> >>> Starting the server
  11551. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11552. web_1 |
  11553. web_1 | Fatal error: Unable to find local grunt.
  11554. web_1 |
  11555. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11556. web_1 | your project. For more information about installing and configuring grunt,
  11557. web_1 | please see the Getting Started guide:
  11558. web_1 |
  11559. web_1 | http://gruntjs.com/getting-started
  11560. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11561. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11562. web_1 | Syncing...
  11563. web_1 | Creating tables ...
  11564. web_1 | Installing custom SQL ...
  11565. web_1 | Installing indexes ...
  11566. web_1 | Installed 0 object(s) from 0 fixture(s)
  11567. web_1 |
  11568. web_1 | Synced:
  11569. web_1 | > django.contrib.auth
  11570. web_1 | > django.contrib.contenttypes
  11571. web_1 | > django.contrib.sessions
  11572. web_1 | > django.contrib.sites
  11573. web_1 | > django.contrib.messages
  11574. web_1 | > django.contrib.staticfiles
  11575. web_1 | > django.contrib.admin
  11576. web_1 | > south
  11577. web_1 | > crispy_forms
  11578. web_1 | > avatar
  11579. web_1 | > bootstrap3
  11580. web_1 | > users
  11581. web_1 | > allauth
  11582. web_1 | > allauth.account
  11583. web_1 | > django.contrib.humanize
  11584. web_1 | > debug_toolbar
  11585. web_1 |
  11586. web_1 | Not synced (use migrations):
  11587. web_1 | - allauth.socialaccount
  11588. web_1 | - django_extensions
  11589. web_1 | (use ./manage.py migrate to migrate these)
  11590. web_1 | Running migrations for socialaccount:
  11591. web_1 | - Nothing to migrate.
  11592. web_1 | - Loading initial data for socialaccount.
  11593. web_1 | Installed 0 object(s) from 0 fixture(s)
  11594. web_1 | Running migrations for django_extensions:
  11595. web_1 | - Nothing to migrate.
  11596. web_1 | - Loading initial data for django_extensions.
  11597. web_1 | Installed 0 object(s) from 0 fixture(s)
  11598. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11599. web_1 | [GCC 4.9.2] on linux2
  11600. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11601. web_1 | (InteractiveConsole)
  11602. web_1 |
  11603. web_1 | >>> >>> Starting the server
  11604. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11605. web_1 |
  11606. web_1 | Fatal error: Unable to find local grunt.
  11607. web_1 |
  11608. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11609. web_1 | your project. For more information about installing and configuring grunt,
  11610. web_1 | please see the Getting Started guide:
  11611. web_1 |
  11612. web_1 | http://gruntjs.com/getting-started
  11613. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11614. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11615. web_1 | Syncing...
  11616. web_1 | Creating tables ...
  11617. web_1 | Installing custom SQL ...
  11618. web_1 | Installing indexes ...
  11619. web_1 | Installed 0 object(s) from 0 fixture(s)
  11620. web_1 |
  11621. web_1 | Synced:
  11622. web_1 | > django.contrib.auth
  11623. web_1 | > django.contrib.contenttypes
  11624. web_1 | > django.contrib.sessions
  11625. web_1 | > django.contrib.sites
  11626. web_1 | > django.contrib.messages
  11627. web_1 | > django.contrib.staticfiles
  11628. web_1 | > django.contrib.admin
  11629. web_1 | > south
  11630. web_1 | > crispy_forms
  11631. web_1 | > avatar
  11632. web_1 | > bootstrap3
  11633. web_1 | > users
  11634. web_1 | > allauth
  11635. web_1 | > allauth.account
  11636. web_1 | > django.contrib.humanize
  11637. web_1 | > debug_toolbar
  11638. web_1 |
  11639. web_1 | Not synced (use migrations):
  11640. web_1 | - allauth.socialaccount
  11641. web_1 | - django_extensions
  11642. web_1 | (use ./manage.py migrate to migrate these)
  11643. web_1 | Running migrations for socialaccount:
  11644. web_1 | - Nothing to migrate.
  11645. web_1 | - Loading initial data for socialaccount.
  11646. web_1 | Installed 0 object(s) from 0 fixture(s)
  11647. web_1 | Running migrations for django_extensions:
  11648. web_1 | - Nothing to migrate.
  11649. web_1 | - Loading initial data for django_extensions.
  11650. web_1 | Installed 0 object(s) from 0 fixture(s)
  11651. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11652. web_1 | [GCC 4.9.2] on linux2
  11653. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11654. web_1 | (InteractiveConsole)
  11655. web_1 |
  11656. web_1 | >>> >>> Starting the server
  11657. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11658. web_1 |
  11659. web_1 | Fatal error: Unable to find local grunt.
  11660. web_1 |
  11661. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11662. web_1 | your project. For more information about installing and configuring grunt,
  11663. web_1 | please see the Getting Started guide:
  11664. web_1 |
  11665. web_1 | http://gruntjs.com/getting-started
  11666. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11667. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11668. web_1 | Syncing...
  11669. web_1 | Creating tables ...
  11670. web_1 | Installing custom SQL ...
  11671. web_1 | Installing indexes ...
  11672. web_1 | Installed 0 object(s) from 0 fixture(s)
  11673. web_1 |
  11674. web_1 | Synced:
  11675. web_1 | > django.contrib.auth
  11676. web_1 | > django.contrib.contenttypes
  11677. web_1 | > django.contrib.sessions
  11678. web_1 | > django.contrib.sites
  11679. web_1 | > django.contrib.messages
  11680. web_1 | > django.contrib.staticfiles
  11681. web_1 | > django.contrib.admin
  11682. web_1 | > south
  11683. web_1 | > crispy_forms
  11684. web_1 | > avatar
  11685. web_1 | > bootstrap3
  11686. web_1 | > users
  11687. web_1 | > allauth
  11688. web_1 | > allauth.account
  11689. web_1 | > django.contrib.humanize
  11690. web_1 | > debug_toolbar
  11691. web_1 |
  11692. web_1 | Not synced (use migrations):
  11693. web_1 | - allauth.socialaccount
  11694. web_1 | - django_extensions
  11695. web_1 | (use ./manage.py migrate to migrate these)
  11696. web_1 | Running migrations for socialaccount:
  11697. web_1 | - Nothing to migrate.
  11698. web_1 | - Loading initial data for socialaccount.
  11699. web_1 | Installed 0 object(s) from 0 fixture(s)
  11700. web_1 | Running migrations for django_extensions:
  11701. web_1 | - Nothing to migrate.
  11702. web_1 | - Loading initial data for django_extensions.
  11703. web_1 | Installed 0 object(s) from 0 fixture(s)
  11704. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11705. web_1 | [GCC 4.9.2] on linux2
  11706. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11707. web_1 | (InteractiveConsole)
  11708. web_1 |
  11709. web_1 | >>> >>> Starting the server
  11710. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11711. web_1 |
  11712. web_1 | Fatal error: Unable to find local grunt.
  11713. web_1 |
  11714. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11715. web_1 | your project. For more information about installing and configuring grunt,
  11716. web_1 | please see the Getting Started guide:
  11717. web_1 |
  11718. web_1 | http://gruntjs.com/getting-started
  11719. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11720. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11721. web_1 | Syncing...
  11722. web_1 | Creating tables ...
  11723. web_1 | Installing custom SQL ...
  11724. web_1 | Installing indexes ...
  11725. web_1 | Installed 0 object(s) from 0 fixture(s)
  11726. web_1 |
  11727. web_1 | Synced:
  11728. web_1 | > django.contrib.auth
  11729. web_1 | > django.contrib.contenttypes
  11730. web_1 | > django.contrib.sessions
  11731. web_1 | > django.contrib.sites
  11732. web_1 | > django.contrib.messages
  11733. web_1 | > django.contrib.staticfiles
  11734. web_1 | > django.contrib.admin
  11735. web_1 | > south
  11736. web_1 | > crispy_forms
  11737. web_1 | > avatar
  11738. web_1 | > bootstrap3
  11739. web_1 | > users
  11740. web_1 | > allauth
  11741. web_1 | > allauth.account
  11742. web_1 | > django.contrib.humanize
  11743. web_1 | > debug_toolbar
  11744. web_1 |
  11745. web_1 | Not synced (use migrations):
  11746. web_1 | - allauth.socialaccount
  11747. web_1 | - django_extensions
  11748. web_1 | (use ./manage.py migrate to migrate these)
  11749. web_1 | Running migrations for socialaccount:
  11750. web_1 | - Nothing to migrate.
  11751. web_1 | - Loading initial data for socialaccount.
  11752. web_1 | Installed 0 object(s) from 0 fixture(s)
  11753. web_1 | Running migrations for django_extensions:
  11754. web_1 | - Nothing to migrate.
  11755. web_1 | - Loading initial data for django_extensions.
  11756. web_1 | Installed 0 object(s) from 0 fixture(s)
  11757. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11758. web_1 | [GCC 4.9.2] on linux2
  11759. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11760. web_1 | (InteractiveConsole)
  11761. web_1 |
  11762. web_1 | >>> >>> Starting the server
  11763. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11764. web_1 |
  11765. web_1 | Fatal error: Unable to find local grunt.
  11766. web_1 |
  11767. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11768. web_1 | your project. For more information about installing and configuring grunt,
  11769. web_1 | please see the Getting Started guide:
  11770. web_1 |
  11771. web_1 | http://gruntjs.com/getting-started
  11772. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11773. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11774. web_1 | Syncing...
  11775. web_1 | Creating tables ...
  11776. web_1 | Installing custom SQL ...
  11777. web_1 | Installing indexes ...
  11778. web_1 | Installed 0 object(s) from 0 fixture(s)
  11779. web_1 |
  11780. web_1 | Synced:
  11781. web_1 | > django.contrib.auth
  11782. web_1 | > django.contrib.contenttypes
  11783. web_1 | > django.contrib.sessions
  11784. web_1 | > django.contrib.sites
  11785. web_1 | > django.contrib.messages
  11786. web_1 | > django.contrib.staticfiles
  11787. web_1 | > django.contrib.admin
  11788. web_1 | > south
  11789. web_1 | > crispy_forms
  11790. web_1 | > avatar
  11791. web_1 | > bootstrap3
  11792. web_1 | > users
  11793. web_1 | > allauth
  11794. web_1 | > allauth.account
  11795. web_1 | > django.contrib.humanize
  11796. web_1 | > debug_toolbar
  11797. web_1 |
  11798. web_1 | Not synced (use migrations):
  11799. web_1 | - allauth.socialaccount
  11800. web_1 | - django_extensions
  11801. web_1 | (use ./manage.py migrate to migrate these)
  11802. web_1 | Running migrations for socialaccount:
  11803. web_1 | - Nothing to migrate.
  11804. web_1 | - Loading initial data for socialaccount.
  11805. web_1 | Installed 0 object(s) from 0 fixture(s)
  11806. web_1 | Running migrations for django_extensions:
  11807. web_1 | - Nothing to migrate.
  11808. web_1 | - Loading initial data for django_extensions.
  11809. web_1 | Installed 0 object(s) from 0 fixture(s)
  11810. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11811. web_1 | [GCC 4.9.2] on linux2
  11812. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11813. web_1 | (InteractiveConsole)
  11814. web_1 |
  11815. web_1 | >>> >>> Starting the server
  11816. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11817. web_1 |
  11818. web_1 | Fatal error: Unable to find local grunt.
  11819. web_1 |
  11820. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11821. web_1 | your project. For more information about installing and configuring grunt,
  11822. web_1 | please see the Getting Started guide:
  11823. web_1 |
  11824. web_1 | http://gruntjs.com/getting-started
  11825. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11826. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11827. web_1 | Syncing...
  11828. web_1 | Creating tables ...
  11829. web_1 | Installing custom SQL ...
  11830. web_1 | Installing indexes ...
  11831. web_1 | Installed 0 object(s) from 0 fixture(s)
  11832. web_1 |
  11833. web_1 | Synced:
  11834. web_1 | > django.contrib.auth
  11835. web_1 | > django.contrib.contenttypes
  11836. web_1 | > django.contrib.sessions
  11837. web_1 | > django.contrib.sites
  11838. web_1 | > django.contrib.messages
  11839. web_1 | > django.contrib.staticfiles
  11840. web_1 | > django.contrib.admin
  11841. web_1 | > south
  11842. web_1 | > crispy_forms
  11843. web_1 | > avatar
  11844. web_1 | > bootstrap3
  11845. web_1 | > users
  11846. web_1 | > allauth
  11847. web_1 | > allauth.account
  11848. web_1 | > django.contrib.humanize
  11849. web_1 | > debug_toolbar
  11850. web_1 |
  11851. web_1 | Not synced (use migrations):
  11852. web_1 | - allauth.socialaccount
  11853. web_1 | - django_extensions
  11854. web_1 | (use ./manage.py migrate to migrate these)
  11855. web_1 | Running migrations for socialaccount:
  11856. web_1 | - Nothing to migrate.
  11857. web_1 | - Loading initial data for socialaccount.
  11858. web_1 | Installed 0 object(s) from 0 fixture(s)
  11859. web_1 | Running migrations for django_extensions:
  11860. web_1 | - Nothing to migrate.
  11861. web_1 | - Loading initial data for django_extensions.
  11862. web_1 | Installed 0 object(s) from 0 fixture(s)
  11863. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11864. web_1 | [GCC 4.9.2] on linux2
  11865. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11866. web_1 | (InteractiveConsole)
  11867. web_1 |
  11868. web_1 | >>> >>> Starting the server
  11869. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11870. web_1 |
  11871. web_1 | Fatal error: Unable to find local grunt.
  11872. web_1 |
  11873. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11874. web_1 | your project. For more information about installing and configuring grunt,
  11875. web_1 | please see the Getting Started guide:
  11876. web_1 |
  11877. web_1 | http://gruntjs.com/getting-started
  11878. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11879. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11880. web_1 | Syncing...
  11881. web_1 | Creating tables ...
  11882. web_1 | Installing custom SQL ...
  11883. web_1 | Installing indexes ...
  11884. web_1 | Installed 0 object(s) from 0 fixture(s)
  11885. web_1 |
  11886. web_1 | Synced:
  11887. web_1 | > django.contrib.auth
  11888. web_1 | > django.contrib.contenttypes
  11889. web_1 | > django.contrib.sessions
  11890. web_1 | > django.contrib.sites
  11891. web_1 | > django.contrib.messages
  11892. web_1 | > django.contrib.staticfiles
  11893. web_1 | > django.contrib.admin
  11894. web_1 | > south
  11895. web_1 | > crispy_forms
  11896. web_1 | > avatar
  11897. web_1 | > bootstrap3
  11898. web_1 | > users
  11899. web_1 | > allauth
  11900. web_1 | > allauth.account
  11901. web_1 | > django.contrib.humanize
  11902. web_1 | > debug_toolbar
  11903. web_1 |
  11904. web_1 | Not synced (use migrations):
  11905. web_1 | - allauth.socialaccount
  11906. web_1 | - django_extensions
  11907. web_1 | (use ./manage.py migrate to migrate these)
  11908. web_1 | Running migrations for socialaccount:
  11909. web_1 | - Nothing to migrate.
  11910. web_1 | - Loading initial data for socialaccount.
  11911. web_1 | Installed 0 object(s) from 0 fixture(s)
  11912. web_1 | Running migrations for django_extensions:
  11913. web_1 | - Nothing to migrate.
  11914. web_1 | - Loading initial data for django_extensions.
  11915. web_1 | Installed 0 object(s) from 0 fixture(s)
  11916. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11917. web_1 | [GCC 4.9.2] on linux2
  11918. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11919. web_1 | (InteractiveConsole)
  11920. web_1 |
  11921. web_1 | >>> >>> Starting the server
  11922. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11923. web_1 |
  11924. web_1 | Fatal error: Unable to find local grunt.
  11925. web_1 |
  11926. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11927. web_1 | your project. For more information about installing and configuring grunt,
  11928. web_1 | please see the Getting Started guide:
  11929. web_1 |
  11930. web_1 | http://gruntjs.com/getting-started
  11931. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11932. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11933. web_1 | Syncing...
  11934. web_1 | Creating tables ...
  11935. web_1 | Installing custom SQL ...
  11936. web_1 | Installing indexes ...
  11937. web_1 | Installed 0 object(s) from 0 fixture(s)
  11938. web_1 |
  11939. web_1 | Synced:
  11940. web_1 | > django.contrib.auth
  11941. web_1 | > django.contrib.contenttypes
  11942. web_1 | > django.contrib.sessions
  11943. web_1 | > django.contrib.sites
  11944. web_1 | > django.contrib.messages
  11945. web_1 | > django.contrib.staticfiles
  11946. web_1 | > django.contrib.admin
  11947. web_1 | > south
  11948. web_1 | > crispy_forms
  11949. web_1 | > avatar
  11950. web_1 | > bootstrap3
  11951. web_1 | > users
  11952. web_1 | > allauth
  11953. web_1 | > allauth.account
  11954. web_1 | > django.contrib.humanize
  11955. web_1 | > debug_toolbar
  11956. web_1 |
  11957. web_1 | Not synced (use migrations):
  11958. web_1 | - allauth.socialaccount
  11959. web_1 | - django_extensions
  11960. web_1 | (use ./manage.py migrate to migrate these)
  11961. web_1 | Running migrations for socialaccount:
  11962. web_1 | - Nothing to migrate.
  11963. web_1 | - Loading initial data for socialaccount.
  11964. web_1 | Installed 0 object(s) from 0 fixture(s)
  11965. web_1 | Running migrations for django_extensions:
  11966. web_1 | - Nothing to migrate.
  11967. web_1 | - Loading initial data for django_extensions.
  11968. web_1 | Installed 0 object(s) from 0 fixture(s)
  11969. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  11970. web_1 | [GCC 4.9.2] on linux2
  11971. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  11972. web_1 | (InteractiveConsole)
  11973. web_1 |
  11974. web_1 | >>> >>> Starting the server
  11975. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  11976. web_1 |
  11977. web_1 | Fatal error: Unable to find local grunt.
  11978. web_1 |
  11979. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  11980. web_1 | your project. For more information about installing and configuring grunt,
  11981. web_1 | please see the Getting Started guide:
  11982. web_1 |
  11983. web_1 | http://gruntjs.com/getting-started
  11984. web_1 | Starting OpenBSD Secure Shell server: sshd.
  11985. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  11986. web_1 | Syncing...
  11987. web_1 | Creating tables ...
  11988. web_1 | Installing custom SQL ...
  11989. web_1 | Installing indexes ...
  11990. web_1 | Installed 0 object(s) from 0 fixture(s)
  11991. web_1 |
  11992. web_1 | Synced:
  11993. web_1 | > django.contrib.auth
  11994. web_1 | > django.contrib.contenttypes
  11995. web_1 | > django.contrib.sessions
  11996. web_1 | > django.contrib.sites
  11997. web_1 | > django.contrib.messages
  11998. web_1 | > django.contrib.staticfiles
  11999. web_1 | > django.contrib.admin
  12000. web_1 | > south
  12001. web_1 | > crispy_forms
  12002. web_1 | > avatar
  12003. web_1 | > bootstrap3
  12004. web_1 | > users
  12005. web_1 | > allauth
  12006. web_1 | > allauth.account
  12007. web_1 | > django.contrib.humanize
  12008. web_1 | > debug_toolbar
  12009. web_1 |
  12010. web_1 | Not synced (use migrations):
  12011. web_1 | - allauth.socialaccount
  12012. web_1 | - django_extensions
  12013. web_1 | (use ./manage.py migrate to migrate these)
  12014. web_1 | Running migrations for socialaccount:
  12015. web_1 | - Nothing to migrate.
  12016. web_1 | - Loading initial data for socialaccount.
  12017. web_1 | Installed 0 object(s) from 0 fixture(s)
  12018. web_1 | Running migrations for django_extensions:
  12019. web_1 | - Nothing to migrate.
  12020. web_1 | - Loading initial data for django_extensions.
  12021. web_1 | Installed 0 object(s) from 0 fixture(s)
  12022. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12023. web_1 | [GCC 4.9.2] on linux2
  12024. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12025. web_1 | (InteractiveConsole)
  12026. web_1 |
  12027. web_1 | >>> >>> Starting the server
  12028. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12029. web_1 |
  12030. web_1 | Fatal error: Unable to find local grunt.
  12031. web_1 |
  12032. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12033. web_1 | your project. For more information about installing and configuring grunt,
  12034. web_1 | please see the Getting Started guide:
  12035. web_1 |
  12036. web_1 | http://gruntjs.com/getting-started
  12037. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12038. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12039. web_1 | Syncing...
  12040. web_1 | Creating tables ...
  12041. web_1 | Installing custom SQL ...
  12042. web_1 | Installing indexes ...
  12043. web_1 | Installed 0 object(s) from 0 fixture(s)
  12044. web_1 |
  12045. web_1 | Synced:
  12046. web_1 | > django.contrib.auth
  12047. web_1 | > django.contrib.contenttypes
  12048. web_1 | > django.contrib.sessions
  12049. web_1 | > django.contrib.sites
  12050. web_1 | > django.contrib.messages
  12051. web_1 | > django.contrib.staticfiles
  12052. web_1 | > django.contrib.admin
  12053. web_1 | > south
  12054. web_1 | > crispy_forms
  12055. web_1 | > avatar
  12056. web_1 | > bootstrap3
  12057. web_1 | > users
  12058. web_1 | > allauth
  12059. web_1 | > allauth.account
  12060. web_1 | > django.contrib.humanize
  12061. web_1 | > debug_toolbar
  12062. web_1 |
  12063. web_1 | Not synced (use migrations):
  12064. web_1 | - allauth.socialaccount
  12065. web_1 | - django_extensions
  12066. web_1 | (use ./manage.py migrate to migrate these)
  12067. web_1 | Running migrations for socialaccount:
  12068. web_1 | - Nothing to migrate.
  12069. web_1 | - Loading initial data for socialaccount.
  12070. web_1 | Installed 0 object(s) from 0 fixture(s)
  12071. web_1 | Running migrations for django_extensions:
  12072. web_1 | - Nothing to migrate.
  12073. web_1 | - Loading initial data for django_extensions.
  12074. web_1 | Installed 0 object(s) from 0 fixture(s)
  12075. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12076. web_1 | [GCC 4.9.2] on linux2
  12077. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12078. web_1 | (InteractiveConsole)
  12079. web_1 |
  12080. web_1 | >>> >>> Starting the server
  12081. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12082. web_1 |
  12083. web_1 | Fatal error: Unable to find local grunt.
  12084. web_1 |
  12085. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12086. web_1 | your project. For more information about installing and configuring grunt,
  12087. web_1 | please see the Getting Started guide:
  12088. web_1 |
  12089. web_1 | http://gruntjs.com/getting-started
  12090. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12091. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12092. web_1 | Syncing...
  12093. web_1 | Creating tables ...
  12094. web_1 | Installing custom SQL ...
  12095. web_1 | Installing indexes ...
  12096. web_1 | Installed 0 object(s) from 0 fixture(s)
  12097. web_1 |
  12098. web_1 | Synced:
  12099. web_1 | > django.contrib.auth
  12100. web_1 | > django.contrib.contenttypes
  12101. web_1 | > django.contrib.sessions
  12102. web_1 | > django.contrib.sites
  12103. web_1 | > django.contrib.messages
  12104. web_1 | > django.contrib.staticfiles
  12105. web_1 | > django.contrib.admin
  12106. web_1 | > south
  12107. web_1 | > crispy_forms
  12108. web_1 | > avatar
  12109. web_1 | > bootstrap3
  12110. web_1 | > users
  12111. web_1 | > allauth
  12112. web_1 | > allauth.account
  12113. web_1 | > django.contrib.humanize
  12114. web_1 | > debug_toolbar
  12115. web_1 |
  12116. web_1 | Not synced (use migrations):
  12117. web_1 | - allauth.socialaccount
  12118. web_1 | - django_extensions
  12119. web_1 | (use ./manage.py migrate to migrate these)
  12120. web_1 | Running migrations for socialaccount:
  12121. web_1 | - Nothing to migrate.
  12122. web_1 | - Loading initial data for socialaccount.
  12123. web_1 | Installed 0 object(s) from 0 fixture(s)
  12124. web_1 | Running migrations for django_extensions:
  12125. web_1 | - Nothing to migrate.
  12126. web_1 | - Loading initial data for django_extensions.
  12127. web_1 | Installed 0 object(s) from 0 fixture(s)
  12128. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12129. web_1 | [GCC 4.9.2] on linux2
  12130. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12131. web_1 | (InteractiveConsole)
  12132. web_1 |
  12133. web_1 | >>> >>> Starting the server
  12134. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12135. web_1 |
  12136. web_1 | Fatal error: Unable to find local grunt.
  12137. web_1 |
  12138. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12139. web_1 | your project. For more information about installing and configuring grunt,
  12140. web_1 | please see the Getting Started guide:
  12141. web_1 |
  12142. web_1 | http://gruntjs.com/getting-started
  12143. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12144. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12145. web_1 | Syncing...
  12146. web_1 | Creating tables ...
  12147. web_1 | Installing custom SQL ...
  12148. web_1 | Installing indexes ...
  12149. web_1 | Installed 0 object(s) from 0 fixture(s)
  12150. web_1 |
  12151. web_1 | Synced:
  12152. web_1 | > django.contrib.auth
  12153. web_1 | > django.contrib.contenttypes
  12154. web_1 | > django.contrib.sessions
  12155. web_1 | > django.contrib.sites
  12156. web_1 | > django.contrib.messages
  12157. web_1 | > django.contrib.staticfiles
  12158. web_1 | > django.contrib.admin
  12159. web_1 | > south
  12160. web_1 | > crispy_forms
  12161. web_1 | > avatar
  12162. web_1 | > bootstrap3
  12163. web_1 | > users
  12164. web_1 | > allauth
  12165. web_1 | > allauth.account
  12166. web_1 | > django.contrib.humanize
  12167. web_1 | > debug_toolbar
  12168. web_1 |
  12169. web_1 | Not synced (use migrations):
  12170. web_1 | - allauth.socialaccount
  12171. web_1 | - django_extensions
  12172. web_1 | (use ./manage.py migrate to migrate these)
  12173. web_1 | Running migrations for socialaccount:
  12174. web_1 | - Nothing to migrate.
  12175. web_1 | - Loading initial data for socialaccount.
  12176. web_1 | Installed 0 object(s) from 0 fixture(s)
  12177. web_1 | Running migrations for django_extensions:
  12178. web_1 | - Nothing to migrate.
  12179. web_1 | - Loading initial data for django_extensions.
  12180. web_1 | Installed 0 object(s) from 0 fixture(s)
  12181. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12182. web_1 | [GCC 4.9.2] on linux2
  12183. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12184. web_1 | (InteractiveConsole)
  12185. web_1 |
  12186. web_1 | >>> >>> Starting the server
  12187. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12188. web_1 |
  12189. web_1 | Fatal error: Unable to find local grunt.
  12190. web_1 |
  12191. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12192. web_1 | your project. For more information about installing and configuring grunt,
  12193. web_1 | please see the Getting Started guide:
  12194. web_1 |
  12195. web_1 | http://gruntjs.com/getting-started
  12196. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12197. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12198. web_1 | Syncing...
  12199. web_1 | Creating tables ...
  12200. web_1 | Installing custom SQL ...
  12201. web_1 | Installing indexes ...
  12202. web_1 | Installed 0 object(s) from 0 fixture(s)
  12203. web_1 |
  12204. web_1 | Synced:
  12205. web_1 | > django.contrib.auth
  12206. web_1 | > django.contrib.contenttypes
  12207. web_1 | > django.contrib.sessions
  12208. web_1 | > django.contrib.sites
  12209. web_1 | > django.contrib.messages
  12210. web_1 | > django.contrib.staticfiles
  12211. web_1 | > django.contrib.admin
  12212. web_1 | > south
  12213. web_1 | > crispy_forms
  12214. web_1 | > avatar
  12215. web_1 | > bootstrap3
  12216. web_1 | > users
  12217. web_1 | > allauth
  12218. web_1 | > allauth.account
  12219. web_1 | > django.contrib.humanize
  12220. web_1 | > debug_toolbar
  12221. web_1 |
  12222. web_1 | Not synced (use migrations):
  12223. web_1 | - allauth.socialaccount
  12224. web_1 | - django_extensions
  12225. web_1 | (use ./manage.py migrate to migrate these)
  12226. web_1 | Running migrations for socialaccount:
  12227. web_1 | - Nothing to migrate.
  12228. web_1 | - Loading initial data for socialaccount.
  12229. web_1 | Installed 0 object(s) from 0 fixture(s)
  12230. web_1 | Running migrations for django_extensions:
  12231. web_1 | - Nothing to migrate.
  12232. web_1 | - Loading initial data for django_extensions.
  12233. web_1 | Installed 0 object(s) from 0 fixture(s)
  12234. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12235. web_1 | [GCC 4.9.2] on linux2
  12236. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12237. web_1 | (InteractiveConsole)
  12238. web_1 |
  12239. web_1 | >>> >>> Starting the server
  12240. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12241. web_1 |
  12242. web_1 | Fatal error: Unable to find local grunt.
  12243. web_1 |
  12244. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12245. web_1 | your project. For more information about installing and configuring grunt,
  12246. web_1 | please see the Getting Started guide:
  12247. web_1 |
  12248. web_1 | http://gruntjs.com/getting-started
  12249. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12250. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12251. web_1 | Syncing...
  12252. web_1 | Creating tables ...
  12253. web_1 | Installing custom SQL ...
  12254. web_1 | Installing indexes ...
  12255. web_1 | Installed 0 object(s) from 0 fixture(s)
  12256. web_1 |
  12257. web_1 | Synced:
  12258. web_1 | > django.contrib.auth
  12259. web_1 | > django.contrib.contenttypes
  12260. web_1 | > django.contrib.sessions
  12261. web_1 | > django.contrib.sites
  12262. web_1 | > django.contrib.messages
  12263. web_1 | > django.contrib.staticfiles
  12264. web_1 | > django.contrib.admin
  12265. web_1 | > south
  12266. web_1 | > crispy_forms
  12267. web_1 | > avatar
  12268. web_1 | > bootstrap3
  12269. web_1 | > users
  12270. web_1 | > allauth
  12271. web_1 | > allauth.account
  12272. web_1 | > django.contrib.humanize
  12273. web_1 | > debug_toolbar
  12274. web_1 |
  12275. web_1 | Not synced (use migrations):
  12276. web_1 | - allauth.socialaccount
  12277. web_1 | - django_extensions
  12278. web_1 | (use ./manage.py migrate to migrate these)
  12279. web_1 | Running migrations for socialaccount:
  12280. web_1 | - Nothing to migrate.
  12281. web_1 | - Loading initial data for socialaccount.
  12282. web_1 | Installed 0 object(s) from 0 fixture(s)
  12283. web_1 | Running migrations for django_extensions:
  12284. web_1 | - Nothing to migrate.
  12285. web_1 | - Loading initial data for django_extensions.
  12286. web_1 | Installed 0 object(s) from 0 fixture(s)
  12287. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12288. web_1 | [GCC 4.9.2] on linux2
  12289. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12290. web_1 | (InteractiveConsole)
  12291. web_1 |
  12292. web_1 | >>> >>> Starting the server
  12293. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12294. web_1 |
  12295. web_1 | Fatal error: Unable to find local grunt.
  12296. web_1 |
  12297. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12298. web_1 | your project. For more information about installing and configuring grunt,
  12299. web_1 | please see the Getting Started guide:
  12300. web_1 |
  12301. web_1 | http://gruntjs.com/getting-started
  12302. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12303. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12304. web_1 | Syncing...
  12305. web_1 | Creating tables ...
  12306. web_1 | Installing custom SQL ...
  12307. web_1 | Installing indexes ...
  12308. web_1 | Installed 0 object(s) from 0 fixture(s)
  12309. web_1 |
  12310. web_1 | Synced:
  12311. web_1 | > django.contrib.auth
  12312. web_1 | > django.contrib.contenttypes
  12313. web_1 | > django.contrib.sessions
  12314. web_1 | > django.contrib.sites
  12315. web_1 | > django.contrib.messages
  12316. web_1 | > django.contrib.staticfiles
  12317. web_1 | > django.contrib.admin
  12318. web_1 | > south
  12319. web_1 | > crispy_forms
  12320. web_1 | > avatar
  12321. web_1 | > bootstrap3
  12322. web_1 | > users
  12323. web_1 | > allauth
  12324. web_1 | > allauth.account
  12325. web_1 | > django.contrib.humanize
  12326. web_1 | > debug_toolbar
  12327. web_1 |
  12328. web_1 | Not synced (use migrations):
  12329. web_1 | - allauth.socialaccount
  12330. web_1 | - django_extensions
  12331. web_1 | (use ./manage.py migrate to migrate these)
  12332. web_1 | Running migrations for socialaccount:
  12333. web_1 | - Nothing to migrate.
  12334. web_1 | - Loading initial data for socialaccount.
  12335. web_1 | Installed 0 object(s) from 0 fixture(s)
  12336. web_1 | Running migrations for django_extensions:
  12337. web_1 | - Nothing to migrate.
  12338. web_1 | - Loading initial data for django_extensions.
  12339. web_1 | Installed 0 object(s) from 0 fixture(s)
  12340. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12341. web_1 | [GCC 4.9.2] on linux2
  12342. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12343. web_1 | (InteractiveConsole)
  12344. web_1 |
  12345. web_1 | >>> >>> Starting the server
  12346. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12347. web_1 |
  12348. web_1 | Fatal error: Unable to find local grunt.
  12349. web_1 |
  12350. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12351. web_1 | your project. For more information about installing and configuring grunt,
  12352. web_1 | please see the Getting Started guide:
  12353. web_1 |
  12354. web_1 | http://gruntjs.com/getting-started
  12355. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12356. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12357. web_1 | Syncing...
  12358. web_1 | Creating tables ...
  12359. web_1 | Installing custom SQL ...
  12360. web_1 | Installing indexes ...
  12361. web_1 | Installed 0 object(s) from 0 fixture(s)
  12362. web_1 |
  12363. web_1 | Synced:
  12364. web_1 | > django.contrib.auth
  12365. web_1 | > django.contrib.contenttypes
  12366. web_1 | > django.contrib.sessions
  12367. web_1 | > django.contrib.sites
  12368. web_1 | > django.contrib.messages
  12369. web_1 | > django.contrib.staticfiles
  12370. web_1 | > django.contrib.admin
  12371. web_1 | > south
  12372. web_1 | > crispy_forms
  12373. web_1 | > avatar
  12374. web_1 | > bootstrap3
  12375. web_1 | > users
  12376. web_1 | > allauth
  12377. web_1 | > allauth.account
  12378. web_1 | > django.contrib.humanize
  12379. web_1 | > debug_toolbar
  12380. web_1 |
  12381. web_1 | Not synced (use migrations):
  12382. web_1 | - allauth.socialaccount
  12383. web_1 | - django_extensions
  12384. web_1 | (use ./manage.py migrate to migrate these)
  12385. web_1 | Running migrations for socialaccount:
  12386. web_1 | - Nothing to migrate.
  12387. web_1 | - Loading initial data for socialaccount.
  12388. web_1 | Installed 0 object(s) from 0 fixture(s)
  12389. web_1 | Running migrations for django_extensions:
  12390. web_1 | - Nothing to migrate.
  12391. web_1 | - Loading initial data for django_extensions.
  12392. web_1 | Installed 0 object(s) from 0 fixture(s)
  12393. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12394. web_1 | [GCC 4.9.2] on linux2
  12395. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12396. web_1 | (InteractiveConsole)
  12397. web_1 |
  12398. web_1 | >>> >>> Starting the server
  12399. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12400. web_1 |
  12401. web_1 | Fatal error: Unable to find local grunt.
  12402. web_1 |
  12403. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12404. web_1 | your project. For more information about installing and configuring grunt,
  12405. web_1 | please see the Getting Started guide:
  12406. web_1 |
  12407. web_1 | http://gruntjs.com/getting-started
  12408. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12409. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12410. web_1 | Syncing...
  12411. web_1 | Creating tables ...
  12412. web_1 | Installing custom SQL ...
  12413. web_1 | Installing indexes ...
  12414. web_1 | Installed 0 object(s) from 0 fixture(s)
  12415. web_1 |
  12416. web_1 | Synced:
  12417. web_1 | > django.contrib.auth
  12418. web_1 | > django.contrib.contenttypes
  12419. web_1 | > django.contrib.sessions
  12420. web_1 | > django.contrib.sites
  12421. web_1 | > django.contrib.messages
  12422. web_1 | > django.contrib.staticfiles
  12423. web_1 | > django.contrib.admin
  12424. web_1 | > south
  12425. web_1 | > crispy_forms
  12426. web_1 | > avatar
  12427. web_1 | > bootstrap3
  12428. web_1 | > users
  12429. web_1 | > allauth
  12430. web_1 | > allauth.account
  12431. web_1 | > django.contrib.humanize
  12432. web_1 | > debug_toolbar
  12433. web_1 |
  12434. web_1 | Not synced (use migrations):
  12435. web_1 | - allauth.socialaccount
  12436. web_1 | - django_extensions
  12437. web_1 | (use ./manage.py migrate to migrate these)
  12438. web_1 | Running migrations for socialaccount:
  12439. web_1 | - Nothing to migrate.
  12440. web_1 | - Loading initial data for socialaccount.
  12441. web_1 | Installed 0 object(s) from 0 fixture(s)
  12442. web_1 | Running migrations for django_extensions:
  12443. web_1 | - Nothing to migrate.
  12444. web_1 | - Loading initial data for django_extensions.
  12445. web_1 | Installed 0 object(s) from 0 fixture(s)
  12446. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12447. web_1 | [GCC 4.9.2] on linux2
  12448. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12449. web_1 | (InteractiveConsole)
  12450. web_1 |
  12451. web_1 | >>> >>> Starting the server
  12452. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12453. web_1 |
  12454. web_1 | Fatal error: Unable to find local grunt.
  12455. web_1 |
  12456. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12457. web_1 | your project. For more information about installing and configuring grunt,
  12458. web_1 | please see the Getting Started guide:
  12459. web_1 |
  12460. web_1 | http://gruntjs.com/getting-started
  12461. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12462. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12463. web_1 | Syncing...
  12464. web_1 | Creating tables ...
  12465. web_1 | Installing custom SQL ...
  12466. web_1 | Installing indexes ...
  12467. web_1 | Installed 0 object(s) from 0 fixture(s)
  12468. web_1 |
  12469. web_1 | Synced:
  12470. web_1 | > django.contrib.auth
  12471. web_1 | > django.contrib.contenttypes
  12472. web_1 | > django.contrib.sessions
  12473. web_1 | > django.contrib.sites
  12474. web_1 | > django.contrib.messages
  12475. web_1 | > django.contrib.staticfiles
  12476. web_1 | > django.contrib.admin
  12477. web_1 | > south
  12478. web_1 | > crispy_forms
  12479. web_1 | > avatar
  12480. web_1 | > bootstrap3
  12481. web_1 | > users
  12482. web_1 | > allauth
  12483. web_1 | > allauth.account
  12484. web_1 | > django.contrib.humanize
  12485. web_1 | > debug_toolbar
  12486. web_1 |
  12487. web_1 | Not synced (use migrations):
  12488. web_1 | - allauth.socialaccount
  12489. web_1 | - django_extensions
  12490. web_1 | (use ./manage.py migrate to migrate these)
  12491. web_1 | Running migrations for socialaccount:
  12492. web_1 | - Nothing to migrate.
  12493. web_1 | - Loading initial data for socialaccount.
  12494. web_1 | Installed 0 object(s) from 0 fixture(s)
  12495. web_1 | Running migrations for django_extensions:
  12496. web_1 | - Nothing to migrate.
  12497. web_1 | - Loading initial data for django_extensions.
  12498. web_1 | Installed 0 object(s) from 0 fixture(s)
  12499. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12500. web_1 | [GCC 4.9.2] on linux2
  12501. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12502. web_1 | (InteractiveConsole)
  12503. web_1 |
  12504. web_1 | >>> >>> Starting the server
  12505. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12506. web_1 |
  12507. web_1 | Fatal error: Unable to find local grunt.
  12508. web_1 |
  12509. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12510. web_1 | your project. For more information about installing and configuring grunt,
  12511. web_1 | please see the Getting Started guide:
  12512. web_1 |
  12513. web_1 | http://gruntjs.com/getting-started
  12514. oclweb_web_1 exited with code 99
  12515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12517. web_1 | Syncing...
  12518. web_1 | Traceback (most recent call last):
  12519. web_1 | File "ocl_web/manage.py", line 19, in <module>
  12520. web_1 | execute_from_command_line(sys.argv)
  12521. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  12522. web_1 | utility.execute()
  12523. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  12524. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  12525. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  12526. web_1 | self.execute(*args, **options.__dict__)
  12527. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  12528. web_1 | output = self.handle(*args, **options)
  12529. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  12530. web_1 | return self.handle_noargs(**options)
  12531. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  12532. web_1 | syncdb.Command().execute(**options)
  12533. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  12534. web_1 | output = self.handle(*args, **options)
  12535. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  12536. web_1 | return self.handle_noargs(**options)
  12537. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  12538. web_1 | cursor = connection.cursor()
  12539. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  12540. web_1 | cursor = self.make_debug_cursor(self._cursor())
  12541. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  12542. web_1 | self.ensure_connection()
  12543. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12544. web_1 | self.connect()
  12545. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  12546. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  12547. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12548. web_1 | self.connect()
  12549. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  12550. web_1 | self.connection = self.get_new_connection(conn_params)
  12551. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  12552. web_1 | return Database.connect(**conn_params)
  12553. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  12554. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  12555. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  12556. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  12557. web_1 | TCP/IP connections on port 5432?
  12558. web_1 |
  12559. web_1 | Traceback (most recent call last):
  12560. web_1 | File "ocl_web/manage.py", line 19, in <module>
  12561. web_1 | execute_from_command_line(sys.argv)
  12562. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  12563. web_1 | utility.execute()
  12564. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  12565. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  12566. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  12567. web_1 | self.execute(*args, **options.__dict__)
  12568. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  12569. web_1 | output = self.handle(*args, **options)
  12570. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  12571. web_1 | ignore_ghosts = ignore_ghosts,
  12572. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  12573. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  12574. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  12575. web_1 | for h in histories:
  12576. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  12577. web_1 | self._fetch_all()
  12578. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  12579. web_1 | self._result_cache = list(self.iterator())
  12580. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  12581. web_1 | for row in compiler.results_iter():
  12582. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  12583. web_1 | for rows in self.execute_sql(MULTI):
  12584. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  12585. web_1 | cursor = self.connection.cursor()
  12586. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  12587. web_1 | cursor = self.make_debug_cursor(self._cursor())
  12588. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  12589. web_1 | self.ensure_connection()
  12590. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12591. web_1 | self.connect()
  12592. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  12593. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  12594. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12595. web_1 | self.connect()
  12596. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  12597. web_1 | self.connection = self.get_new_connection(conn_params)
  12598. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  12599. web_1 | return Database.connect(**conn_params)
  12600. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  12601. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  12602. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  12603. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  12604. web_1 | TCP/IP connections on port 5432?
  12605. web_1 |
  12606. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12607. web_1 | [GCC 4.9.2] on linux2
  12608. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12609. web_1 | (InteractiveConsole)
  12610. web_1 | Traceback (most recent call last):
  12611. web_1 | File "<console>", line 1, in <module>
  12612. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  12613. web_1 | return self.query.get_count(using=self.db)
  12614. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  12615. web_1 | number = obj.get_aggregation(using=using)[None]
  12616. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  12617. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  12618. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  12619. web_1 | cursor = self.connection.cursor()
  12620. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  12621. web_1 | cursor = self.make_debug_cursor(self._cursor())
  12622. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  12623. web_1 | self.ensure_connection()
  12624. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12625. web_1 | self.connect()
  12626. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  12627. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  12628. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  12629. web_1 | self.connect()
  12630. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  12631. web_1 | self.connection = self.get_new_connection(conn_params)
  12632. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  12633. web_1 | return Database.connect(**conn_params)
  12634. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  12635. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  12636. web_1 | OperationalError: could not connect to server: Connection refused
  12637. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  12638. web_1 | TCP/IP connections on port 5432?
  12639. web_1 |
  12640. web_1 |
  12641. web_1 | >>> >>> Starting the server
  12642. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12643. web_1 |
  12644. web_1 | Fatal error: Unable to find local grunt.
  12645. web_1 |
  12646. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12647. web_1 | your project. For more information about installing and configuring grunt,
  12648. web_1 | please see the Getting Started guide:
  12649. web_1 |
  12650. web_1 | http://gruntjs.com/getting-started
  12651. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12652. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12653. web_1 | Syncing...
  12654. web_1 | Creating tables ...
  12655. web_1 | Creating table auth_permission
  12656. web_1 | Creating table auth_group_permissions
  12657. web_1 | Creating table auth_group
  12658. web_1 | Creating table django_content_type
  12659. web_1 | Creating table django_session
  12660. web_1 | Creating table django_site
  12661. web_1 | Creating table django_admin_log
  12662. web_1 | Creating table south_migrationhistory
  12663. web_1 | Creating table avatar_avatar
  12664. web_1 | Creating table users_user_groups
  12665. web_1 | Creating table users_user_user_permissions
  12666. web_1 | Creating table users_user
  12667. web_1 | Creating table account_emailaddress
  12668. web_1 | Creating table account_emailconfirmation
  12669. web_1 | Installing custom SQL ...
  12670. web_1 | Installing indexes ...
  12671. web_1 | Installed 0 object(s) from 0 fixture(s)
  12672. web_1 |
  12673. web_1 | Synced:
  12674. web_1 | > django.contrib.auth
  12675. web_1 | > django.contrib.contenttypes
  12676. web_1 | > django.contrib.sessions
  12677. web_1 | > django.contrib.sites
  12678. web_1 | > django.contrib.messages
  12679. web_1 | > django.contrib.staticfiles
  12680. web_1 | > django.contrib.admin
  12681. web_1 | > south
  12682. web_1 | > crispy_forms
  12683. web_1 | > avatar
  12684. web_1 | > bootstrap3
  12685. web_1 | > users
  12686. web_1 | > allauth
  12687. web_1 | > allauth.account
  12688. web_1 | > django.contrib.humanize
  12689. web_1 | > debug_toolbar
  12690. web_1 |
  12691. web_1 | Not synced (use migrations):
  12692. web_1 | - allauth.socialaccount
  12693. web_1 | - django_extensions
  12694. web_1 | (use ./manage.py migrate to migrate these)
  12695. web_1 | Running migrations for socialaccount:
  12696. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  12697. web_1 | > socialaccount:0001_initial
  12698. web_1 | > socialaccount:0002_genericmodels
  12699. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  12700. web_1 | > socialaccount:0004_add_sites
  12701. web_1 | > socialaccount:0005_set_sites
  12702. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  12703. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  12704. web_1 | > socialaccount:0008_client_id
  12705. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  12706. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  12707. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  12708. web_1 | - Loading initial data for socialaccount.
  12709. web_1 | Installed 0 object(s) from 0 fixture(s)
  12710. web_1 | Running migrations for django_extensions:
  12711. web_1 | - Migrating forwards to 0001_empty.
  12712. web_1 | > django_extensions:0001_empty
  12713. web_1 | - Loading initial data for django_extensions.
  12714. web_1 | Installed 0 object(s) from 0 fixture(s)
  12715. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12716. web_1 | [GCC 4.9.2] on linux2
  12717. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12718. web_1 | (InteractiveConsole)
  12719. web_1 |
  12720. web_1 | >>> >>> Starting the server
  12721. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12722. web_1 |
  12723. web_1 | Fatal error: Unable to find local grunt.
  12724. web_1 |
  12725. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12726. web_1 | your project. For more information about installing and configuring grunt,
  12727. web_1 | please see the Getting Started guide:
  12728. web_1 |
  12729. web_1 | http://gruntjs.com/getting-started
  12730. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12731. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12732. web_1 | Syncing...
  12733. web_1 | Creating tables ...
  12734. web_1 | Installing custom SQL ...
  12735. web_1 | Installing indexes ...
  12736. web_1 | Installed 0 object(s) from 0 fixture(s)
  12737. web_1 |
  12738. web_1 | Synced:
  12739. web_1 | > django.contrib.auth
  12740. web_1 | > django.contrib.contenttypes
  12741. web_1 | > django.contrib.sessions
  12742. web_1 | > django.contrib.sites
  12743. web_1 | > django.contrib.messages
  12744. web_1 | > django.contrib.staticfiles
  12745. web_1 | > django.contrib.admin
  12746. web_1 | > south
  12747. web_1 | > crispy_forms
  12748. web_1 | > avatar
  12749. web_1 | > bootstrap3
  12750. web_1 | > users
  12751. web_1 | > allauth
  12752. web_1 | > allauth.account
  12753. web_1 | > django.contrib.humanize
  12754. web_1 | > debug_toolbar
  12755. web_1 |
  12756. web_1 | Not synced (use migrations):
  12757. web_1 | - allauth.socialaccount
  12758. web_1 | - django_extensions
  12759. web_1 | (use ./manage.py migrate to migrate these)
  12760. web_1 | Running migrations for socialaccount:
  12761. web_1 | - Nothing to migrate.
  12762. web_1 | - Loading initial data for socialaccount.
  12763. web_1 | Installed 0 object(s) from 0 fixture(s)
  12764. web_1 | Running migrations for django_extensions:
  12765. web_1 | - Nothing to migrate.
  12766. web_1 | - Loading initial data for django_extensions.
  12767. web_1 | Installed 0 object(s) from 0 fixture(s)
  12768. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12769. web_1 | [GCC 4.9.2] on linux2
  12770. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12771. web_1 | (InteractiveConsole)
  12772. web_1 |
  12773. web_1 | >>> >>> Starting the server
  12774. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12775. web_1 |
  12776. web_1 | Fatal error: Unable to find local grunt.
  12777. web_1 |
  12778. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12779. web_1 | your project. For more information about installing and configuring grunt,
  12780. web_1 | please see the Getting Started guide:
  12781. web_1 |
  12782. web_1 | http://gruntjs.com/getting-started
  12783. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12784. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12785. web_1 | Syncing...
  12786. web_1 | Creating tables ...
  12787. web_1 | Installing custom SQL ...
  12788. web_1 | Installing indexes ...
  12789. web_1 | Installed 0 object(s) from 0 fixture(s)
  12790. web_1 |
  12791. web_1 | Synced:
  12792. web_1 | > django.contrib.auth
  12793. web_1 | > django.contrib.contenttypes
  12794. web_1 | > django.contrib.sessions
  12795. web_1 | > django.contrib.sites
  12796. web_1 | > django.contrib.messages
  12797. web_1 | > django.contrib.staticfiles
  12798. web_1 | > django.contrib.admin
  12799. web_1 | > south
  12800. web_1 | > crispy_forms
  12801. web_1 | > avatar
  12802. web_1 | > bootstrap3
  12803. web_1 | > users
  12804. web_1 | > allauth
  12805. web_1 | > allauth.account
  12806. web_1 | > django.contrib.humanize
  12807. web_1 | > debug_toolbar
  12808. web_1 |
  12809. web_1 | Not synced (use migrations):
  12810. web_1 | - allauth.socialaccount
  12811. web_1 | - django_extensions
  12812. web_1 | (use ./manage.py migrate to migrate these)
  12813. web_1 | Running migrations for socialaccount:
  12814. web_1 | - Nothing to migrate.
  12815. web_1 | - Loading initial data for socialaccount.
  12816. web_1 | Installed 0 object(s) from 0 fixture(s)
  12817. web_1 | Running migrations for django_extensions:
  12818. web_1 | - Nothing to migrate.
  12819. web_1 | - Loading initial data for django_extensions.
  12820. web_1 | Installed 0 object(s) from 0 fixture(s)
  12821. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12822. web_1 | [GCC 4.9.2] on linux2
  12823. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12824. web_1 | (InteractiveConsole)
  12825. web_1 |
  12826. web_1 | >>> >>> Starting the server
  12827. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12828. web_1 |
  12829. web_1 | Fatal error: Unable to find local grunt.
  12830. web_1 |
  12831. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12832. web_1 | your project. For more information about installing and configuring grunt,
  12833. web_1 | please see the Getting Started guide:
  12834. web_1 |
  12835. web_1 | http://gruntjs.com/getting-started
  12836. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12837. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12838. web_1 | Syncing...
  12839. web_1 | Creating tables ...
  12840. web_1 | Installing custom SQL ...
  12841. web_1 | Installing indexes ...
  12842. web_1 | Installed 0 object(s) from 0 fixture(s)
  12843. web_1 |
  12844. web_1 | Synced:
  12845. web_1 | > django.contrib.auth
  12846. web_1 | > django.contrib.contenttypes
  12847. web_1 | > django.contrib.sessions
  12848. web_1 | > django.contrib.sites
  12849. web_1 | > django.contrib.messages
  12850. web_1 | > django.contrib.staticfiles
  12851. web_1 | > django.contrib.admin
  12852. web_1 | > south
  12853. web_1 | > crispy_forms
  12854. web_1 | > avatar
  12855. web_1 | > bootstrap3
  12856. web_1 | > users
  12857. web_1 | > allauth
  12858. web_1 | > allauth.account
  12859. web_1 | > django.contrib.humanize
  12860. web_1 | > debug_toolbar
  12861. web_1 |
  12862. web_1 | Not synced (use migrations):
  12863. web_1 | - allauth.socialaccount
  12864. web_1 | - django_extensions
  12865. web_1 | (use ./manage.py migrate to migrate these)
  12866. web_1 | Running migrations for socialaccount:
  12867. web_1 | - Nothing to migrate.
  12868. web_1 | - Loading initial data for socialaccount.
  12869. web_1 | Installed 0 object(s) from 0 fixture(s)
  12870. web_1 | Running migrations for django_extensions:
  12871. web_1 | - Nothing to migrate.
  12872. web_1 | - Loading initial data for django_extensions.
  12873. web_1 | Installed 0 object(s) from 0 fixture(s)
  12874. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12875. web_1 | [GCC 4.9.2] on linux2
  12876. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12877. web_1 | (InteractiveConsole)
  12878. web_1 |
  12879. web_1 | >>> >>> Starting the server
  12880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12881. web_1 |
  12882. web_1 | Fatal error: Unable to find local grunt.
  12883. web_1 |
  12884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12885. web_1 | your project. For more information about installing and configuring grunt,
  12886. web_1 | please see the Getting Started guide:
  12887. web_1 |
  12888. web_1 | http://gruntjs.com/getting-started
  12889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12890. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12891. web_1 | Syncing...
  12892. web_1 | Creating tables ...
  12893. web_1 | Installing custom SQL ...
  12894. web_1 | Installing indexes ...
  12895. web_1 | Installed 0 object(s) from 0 fixture(s)
  12896. web_1 |
  12897. web_1 | Synced:
  12898. web_1 | > django.contrib.auth
  12899. web_1 | > django.contrib.contenttypes
  12900. web_1 | > django.contrib.sessions
  12901. web_1 | > django.contrib.sites
  12902. web_1 | > django.contrib.messages
  12903. web_1 | > django.contrib.staticfiles
  12904. web_1 | > django.contrib.admin
  12905. web_1 | > south
  12906. web_1 | > crispy_forms
  12907. web_1 | > avatar
  12908. web_1 | > bootstrap3
  12909. web_1 | > users
  12910. web_1 | > allauth
  12911. web_1 | > allauth.account
  12912. web_1 | > django.contrib.humanize
  12913. web_1 | > debug_toolbar
  12914. web_1 |
  12915. web_1 | Not synced (use migrations):
  12916. web_1 | - allauth.socialaccount
  12917. web_1 | - django_extensions
  12918. web_1 | (use ./manage.py migrate to migrate these)
  12919. web_1 | Running migrations for socialaccount:
  12920. web_1 | - Nothing to migrate.
  12921. web_1 | - Loading initial data for socialaccount.
  12922. web_1 | Installed 0 object(s) from 0 fixture(s)
  12923. web_1 | Running migrations for django_extensions:
  12924. web_1 | - Nothing to migrate.
  12925. web_1 | - Loading initial data for django_extensions.
  12926. web_1 | Installed 0 object(s) from 0 fixture(s)
  12927. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12928. web_1 | [GCC 4.9.2] on linux2
  12929. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12930. web_1 | (InteractiveConsole)
  12931. web_1 |
  12932. web_1 | >>> >>> Starting the server
  12933. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12934. web_1 |
  12935. web_1 | Fatal error: Unable to find local grunt.
  12936. web_1 |
  12937. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12938. web_1 | your project. For more information about installing and configuring grunt,
  12939. web_1 | please see the Getting Started guide:
  12940. web_1 |
  12941. web_1 | http://gruntjs.com/getting-started
  12942. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12943. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12944. web_1 | Syncing...
  12945. web_1 | Creating tables ...
  12946. web_1 | Installing custom SQL ...
  12947. web_1 | Installing indexes ...
  12948. web_1 | Installed 0 object(s) from 0 fixture(s)
  12949. web_1 |
  12950. web_1 | Synced:
  12951. web_1 | > django.contrib.auth
  12952. web_1 | > django.contrib.contenttypes
  12953. web_1 | > django.contrib.sessions
  12954. web_1 | > django.contrib.sites
  12955. web_1 | > django.contrib.messages
  12956. web_1 | > django.contrib.staticfiles
  12957. web_1 | > django.contrib.admin
  12958. web_1 | > south
  12959. web_1 | > crispy_forms
  12960. web_1 | > avatar
  12961. web_1 | > bootstrap3
  12962. web_1 | > users
  12963. web_1 | > allauth
  12964. web_1 | > allauth.account
  12965. web_1 | > django.contrib.humanize
  12966. web_1 | > debug_toolbar
  12967. web_1 |
  12968. web_1 | Not synced (use migrations):
  12969. web_1 | - allauth.socialaccount
  12970. web_1 | - django_extensions
  12971. web_1 | (use ./manage.py migrate to migrate these)
  12972. web_1 | Running migrations for socialaccount:
  12973. web_1 | - Nothing to migrate.
  12974. web_1 | - Loading initial data for socialaccount.
  12975. web_1 | Installed 0 object(s) from 0 fixture(s)
  12976. web_1 | Running migrations for django_extensions:
  12977. web_1 | - Nothing to migrate.
  12978. web_1 | - Loading initial data for django_extensions.
  12979. web_1 | Installed 0 object(s) from 0 fixture(s)
  12980. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  12981. web_1 | [GCC 4.9.2] on linux2
  12982. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  12983. web_1 | (InteractiveConsole)
  12984. web_1 |
  12985. web_1 | >>> >>> Starting the server
  12986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  12987. web_1 |
  12988. web_1 | Fatal error: Unable to find local grunt.
  12989. web_1 |
  12990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  12991. web_1 | your project. For more information about installing and configuring grunt,
  12992. web_1 | please see the Getting Started guide:
  12993. web_1 |
  12994. web_1 | http://gruntjs.com/getting-started
  12995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  12996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  12997. web_1 | Syncing...
  12998. web_1 | Creating tables ...
  12999. web_1 | Installing custom SQL ...
  13000. web_1 | Installing indexes ...
  13001. web_1 | Installed 0 object(s) from 0 fixture(s)
  13002. web_1 |
  13003. web_1 | Synced:
  13004. web_1 | > django.contrib.auth
  13005. web_1 | > django.contrib.contenttypes
  13006. web_1 | > django.contrib.sessions
  13007. web_1 | > django.contrib.sites
  13008. web_1 | > django.contrib.messages
  13009. web_1 | > django.contrib.staticfiles
  13010. web_1 | > django.contrib.admin
  13011. web_1 | > south
  13012. web_1 | > crispy_forms
  13013. web_1 | > avatar
  13014. web_1 | > bootstrap3
  13015. web_1 | > users
  13016. web_1 | > allauth
  13017. web_1 | > allauth.account
  13018. web_1 | > django.contrib.humanize
  13019. web_1 | > debug_toolbar
  13020. web_1 |
  13021. web_1 | Not synced (use migrations):
  13022. web_1 | - allauth.socialaccount
  13023. web_1 | - django_extensions
  13024. web_1 | (use ./manage.py migrate to migrate these)
  13025. web_1 | Running migrations for socialaccount:
  13026. web_1 | - Nothing to migrate.
  13027. web_1 | - Loading initial data for socialaccount.
  13028. web_1 | Installed 0 object(s) from 0 fixture(s)
  13029. web_1 | Running migrations for django_extensions:
  13030. web_1 | - Nothing to migrate.
  13031. web_1 | - Loading initial data for django_extensions.
  13032. web_1 | Installed 0 object(s) from 0 fixture(s)
  13033. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13034. web_1 | [GCC 4.9.2] on linux2
  13035. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13036. web_1 | (InteractiveConsole)
  13037. web_1 |
  13038. web_1 | >>> >>> Starting the server
  13039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13040. web_1 |
  13041. web_1 | Fatal error: Unable to find local grunt.
  13042. web_1 |
  13043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13044. web_1 | your project. For more information about installing and configuring grunt,
  13045. web_1 | please see the Getting Started guide:
  13046. web_1 |
  13047. web_1 | http://gruntjs.com/getting-started
  13048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13049. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13050. web_1 | Syncing...
  13051. web_1 | Creating tables ...
  13052. web_1 | Installing custom SQL ...
  13053. web_1 | Installing indexes ...
  13054. web_1 | Installed 0 object(s) from 0 fixture(s)
  13055. web_1 |
  13056. web_1 | Synced:
  13057. web_1 | > django.contrib.auth
  13058. web_1 | > django.contrib.contenttypes
  13059. web_1 | > django.contrib.sessions
  13060. web_1 | > django.contrib.sites
  13061. web_1 | > django.contrib.messages
  13062. web_1 | > django.contrib.staticfiles
  13063. web_1 | > django.contrib.admin
  13064. web_1 | > south
  13065. web_1 | > crispy_forms
  13066. web_1 | > avatar
  13067. web_1 | > bootstrap3
  13068. web_1 | > users
  13069. web_1 | > allauth
  13070. web_1 | > allauth.account
  13071. web_1 | > django.contrib.humanize
  13072. web_1 | > debug_toolbar
  13073. web_1 |
  13074. web_1 | Not synced (use migrations):
  13075. web_1 | - allauth.socialaccount
  13076. web_1 | - django_extensions
  13077. web_1 | (use ./manage.py migrate to migrate these)
  13078. web_1 | Running migrations for socialaccount:
  13079. web_1 | - Nothing to migrate.
  13080. web_1 | - Loading initial data for socialaccount.
  13081. web_1 | Installed 0 object(s) from 0 fixture(s)
  13082. web_1 | Running migrations for django_extensions:
  13083. web_1 | - Nothing to migrate.
  13084. web_1 | - Loading initial data for django_extensions.
  13085. web_1 | Installed 0 object(s) from 0 fixture(s)
  13086. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13087. web_1 | [GCC 4.9.2] on linux2
  13088. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13089. web_1 | (InteractiveConsole)
  13090. web_1 |
  13091. web_1 | >>> >>> Starting the server
  13092. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13093. web_1 |
  13094. web_1 | Fatal error: Unable to find local grunt.
  13095. web_1 |
  13096. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13097. web_1 | your project. For more information about installing and configuring grunt,
  13098. web_1 | please see the Getting Started guide:
  13099. web_1 |
  13100. web_1 | http://gruntjs.com/getting-started
  13101. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13102. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13103. web_1 | Syncing...
  13104. web_1 | Creating tables ...
  13105. web_1 | Installing custom SQL ...
  13106. web_1 | Installing indexes ...
  13107. web_1 | Installed 0 object(s) from 0 fixture(s)
  13108. web_1 |
  13109. web_1 | Synced:
  13110. web_1 | > django.contrib.auth
  13111. web_1 | > django.contrib.contenttypes
  13112. web_1 | > django.contrib.sessions
  13113. web_1 | > django.contrib.sites
  13114. web_1 | > django.contrib.messages
  13115. web_1 | > django.contrib.staticfiles
  13116. web_1 | > django.contrib.admin
  13117. web_1 | > south
  13118. web_1 | > crispy_forms
  13119. web_1 | > avatar
  13120. web_1 | > bootstrap3
  13121. web_1 | > users
  13122. web_1 | > allauth
  13123. web_1 | > allauth.account
  13124. web_1 | > django.contrib.humanize
  13125. web_1 | > debug_toolbar
  13126. web_1 |
  13127. web_1 | Not synced (use migrations):
  13128. web_1 | - allauth.socialaccount
  13129. web_1 | - django_extensions
  13130. web_1 | (use ./manage.py migrate to migrate these)
  13131. web_1 | Running migrations for socialaccount:
  13132. web_1 | - Nothing to migrate.
  13133. web_1 | - Loading initial data for socialaccount.
  13134. web_1 | Installed 0 object(s) from 0 fixture(s)
  13135. web_1 | Running migrations for django_extensions:
  13136. web_1 | - Nothing to migrate.
  13137. web_1 | - Loading initial data for django_extensions.
  13138. web_1 | Installed 0 object(s) from 0 fixture(s)
  13139. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13140. web_1 | [GCC 4.9.2] on linux2
  13141. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13142. web_1 | (InteractiveConsole)
  13143. web_1 |
  13144. web_1 | >>> >>> Starting the server
  13145. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13146. web_1 |
  13147. web_1 | Fatal error: Unable to find local grunt.
  13148. web_1 |
  13149. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13150. web_1 | your project. For more information about installing and configuring grunt,
  13151. web_1 | please see the Getting Started guide:
  13152. web_1 |
  13153. web_1 | http://gruntjs.com/getting-started
  13154. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13155. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13156. web_1 | Syncing...
  13157. web_1 | Creating tables ...
  13158. web_1 | Installing custom SQL ...
  13159. web_1 | Installing indexes ...
  13160. web_1 | Installed 0 object(s) from 0 fixture(s)
  13161. web_1 |
  13162. web_1 | Synced:
  13163. web_1 | > django.contrib.auth
  13164. web_1 | > django.contrib.contenttypes
  13165. web_1 | > django.contrib.sessions
  13166. web_1 | > django.contrib.sites
  13167. web_1 | > django.contrib.messages
  13168. web_1 | > django.contrib.staticfiles
  13169. web_1 | > django.contrib.admin
  13170. web_1 | > south
  13171. web_1 | > crispy_forms
  13172. web_1 | > avatar
  13173. web_1 | > bootstrap3
  13174. web_1 | > users
  13175. web_1 | > allauth
  13176. web_1 | > allauth.account
  13177. web_1 | > django.contrib.humanize
  13178. web_1 | > debug_toolbar
  13179. web_1 |
  13180. web_1 | Not synced (use migrations):
  13181. web_1 | - allauth.socialaccount
  13182. web_1 | - django_extensions
  13183. web_1 | (use ./manage.py migrate to migrate these)
  13184. web_1 | Running migrations for socialaccount:
  13185. web_1 | - Nothing to migrate.
  13186. web_1 | - Loading initial data for socialaccount.
  13187. web_1 | Installed 0 object(s) from 0 fixture(s)
  13188. web_1 | Running migrations for django_extensions:
  13189. web_1 | - Nothing to migrate.
  13190. web_1 | - Loading initial data for django_extensions.
  13191. web_1 | Installed 0 object(s) from 0 fixture(s)
  13192. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13193. web_1 | [GCC 4.9.2] on linux2
  13194. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13195. web_1 | (InteractiveConsole)
  13196. web_1 |
  13197. web_1 | >>> >>> Starting the server
  13198. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13199. web_1 |
  13200. web_1 | Fatal error: Unable to find local grunt.
  13201. web_1 |
  13202. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13203. web_1 | your project. For more information about installing and configuring grunt,
  13204. web_1 | please see the Getting Started guide:
  13205. web_1 |
  13206. web_1 | http://gruntjs.com/getting-started
  13207. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13208. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13209. web_1 | Syncing...
  13210. web_1 | Creating tables ...
  13211. web_1 | Installing custom SQL ...
  13212. web_1 | Installing indexes ...
  13213. web_1 | Installed 0 object(s) from 0 fixture(s)
  13214. web_1 |
  13215. web_1 | Synced:
  13216. web_1 | > django.contrib.auth
  13217. web_1 | > django.contrib.contenttypes
  13218. web_1 | > django.contrib.sessions
  13219. web_1 | > django.contrib.sites
  13220. web_1 | > django.contrib.messages
  13221. web_1 | > django.contrib.staticfiles
  13222. web_1 | > django.contrib.admin
  13223. web_1 | > south
  13224. web_1 | > crispy_forms
  13225. web_1 | > avatar
  13226. web_1 | > bootstrap3
  13227. web_1 | > users
  13228. web_1 | > allauth
  13229. web_1 | > allauth.account
  13230. web_1 | > django.contrib.humanize
  13231. web_1 | > debug_toolbar
  13232. web_1 |
  13233. web_1 | Not synced (use migrations):
  13234. web_1 | - allauth.socialaccount
  13235. web_1 | - django_extensions
  13236. web_1 | (use ./manage.py migrate to migrate these)
  13237. web_1 | Running migrations for socialaccount:
  13238. web_1 | - Nothing to migrate.
  13239. web_1 | - Loading initial data for socialaccount.
  13240. web_1 | Installed 0 object(s) from 0 fixture(s)
  13241. web_1 | Running migrations for django_extensions:
  13242. web_1 | - Nothing to migrate.
  13243. web_1 | - Loading initial data for django_extensions.
  13244. web_1 | Installed 0 object(s) from 0 fixture(s)
  13245. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13246. web_1 | [GCC 4.9.2] on linux2
  13247. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13248. web_1 | (InteractiveConsole)
  13249. web_1 |
  13250. web_1 | >>> >>> Starting the server
  13251. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13252. web_1 |
  13253. web_1 | Fatal error: Unable to find local grunt.
  13254. web_1 |
  13255. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13256. web_1 | your project. For more information about installing and configuring grunt,
  13257. web_1 | please see the Getting Started guide:
  13258. web_1 |
  13259. web_1 | http://gruntjs.com/getting-started
  13260. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13261. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13262. web_1 | Syncing...
  13263. web_1 | Creating tables ...
  13264. web_1 | Installing custom SQL ...
  13265. web_1 | Installing indexes ...
  13266. web_1 | Installed 0 object(s) from 0 fixture(s)
  13267. web_1 |
  13268. web_1 | Synced:
  13269. web_1 | > django.contrib.auth
  13270. web_1 | > django.contrib.contenttypes
  13271. web_1 | > django.contrib.sessions
  13272. web_1 | > django.contrib.sites
  13273. web_1 | > django.contrib.messages
  13274. web_1 | > django.contrib.staticfiles
  13275. web_1 | > django.contrib.admin
  13276. web_1 | > south
  13277. web_1 | > crispy_forms
  13278. web_1 | > avatar
  13279. web_1 | > bootstrap3
  13280. web_1 | > users
  13281. web_1 | > allauth
  13282. web_1 | > allauth.account
  13283. web_1 | > django.contrib.humanize
  13284. web_1 | > debug_toolbar
  13285. web_1 |
  13286. web_1 | Not synced (use migrations):
  13287. web_1 | - allauth.socialaccount
  13288. web_1 | - django_extensions
  13289. web_1 | (use ./manage.py migrate to migrate these)
  13290. web_1 | Running migrations for socialaccount:
  13291. web_1 | - Nothing to migrate.
  13292. web_1 | - Loading initial data for socialaccount.
  13293. web_1 | Installed 0 object(s) from 0 fixture(s)
  13294. web_1 | Running migrations for django_extensions:
  13295. web_1 | - Nothing to migrate.
  13296. web_1 | - Loading initial data for django_extensions.
  13297. web_1 | Installed 0 object(s) from 0 fixture(s)
  13298. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13299. web_1 | [GCC 4.9.2] on linux2
  13300. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13301. web_1 | (InteractiveConsole)
  13302. web_1 |
  13303. web_1 | >>> >>> Starting the server
  13304. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13305. web_1 |
  13306. web_1 | Fatal error: Unable to find local grunt.
  13307. web_1 |
  13308. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13309. web_1 | your project. For more information about installing and configuring grunt,
  13310. web_1 | please see the Getting Started guide:
  13311. web_1 |
  13312. web_1 | http://gruntjs.com/getting-started
  13313. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13314. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13315. web_1 | Syncing...
  13316. web_1 | Creating tables ...
  13317. web_1 | Installing custom SQL ...
  13318. web_1 | Installing indexes ...
  13319. web_1 | Installed 0 object(s) from 0 fixture(s)
  13320. web_1 |
  13321. web_1 | Synced:
  13322. web_1 | > django.contrib.auth
  13323. web_1 | > django.contrib.contenttypes
  13324. web_1 | > django.contrib.sessions
  13325. web_1 | > django.contrib.sites
  13326. web_1 | > django.contrib.messages
  13327. web_1 | > django.contrib.staticfiles
  13328. web_1 | > django.contrib.admin
  13329. web_1 | > south
  13330. web_1 | > crispy_forms
  13331. web_1 | > avatar
  13332. web_1 | > bootstrap3
  13333. web_1 | > users
  13334. web_1 | > allauth
  13335. web_1 | > allauth.account
  13336. web_1 | > django.contrib.humanize
  13337. web_1 | > debug_toolbar
  13338. web_1 |
  13339. web_1 | Not synced (use migrations):
  13340. web_1 | - allauth.socialaccount
  13341. web_1 | - django_extensions
  13342. web_1 | (use ./manage.py migrate to migrate these)
  13343. web_1 | Running migrations for socialaccount:
  13344. web_1 | - Nothing to migrate.
  13345. web_1 | - Loading initial data for socialaccount.
  13346. web_1 | Installed 0 object(s) from 0 fixture(s)
  13347. web_1 | Running migrations for django_extensions:
  13348. web_1 | - Nothing to migrate.
  13349. web_1 | - Loading initial data for django_extensions.
  13350. web_1 | Installed 0 object(s) from 0 fixture(s)
  13351. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13352. web_1 | [GCC 4.9.2] on linux2
  13353. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13354. web_1 | (InteractiveConsole)
  13355. web_1 |
  13356. web_1 | >>> >>> Starting the server
  13357. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13358. web_1 |
  13359. web_1 | Fatal error: Unable to find local grunt.
  13360. web_1 |
  13361. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13362. web_1 | your project. For more information about installing and configuring grunt,
  13363. web_1 | please see the Getting Started guide:
  13364. web_1 |
  13365. web_1 | http://gruntjs.com/getting-started
  13366. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13367. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13368. web_1 | Syncing...
  13369. web_1 | Creating tables ...
  13370. web_1 | Installing custom SQL ...
  13371. web_1 | Installing indexes ...
  13372. web_1 | Installed 0 object(s) from 0 fixture(s)
  13373. web_1 |
  13374. web_1 | Synced:
  13375. web_1 | > django.contrib.auth
  13376. web_1 | > django.contrib.contenttypes
  13377. web_1 | > django.contrib.sessions
  13378. web_1 | > django.contrib.sites
  13379. web_1 | > django.contrib.messages
  13380. web_1 | > django.contrib.staticfiles
  13381. web_1 | > django.contrib.admin
  13382. web_1 | > south
  13383. web_1 | > crispy_forms
  13384. web_1 | > avatar
  13385. web_1 | > bootstrap3
  13386. web_1 | > users
  13387. web_1 | > allauth
  13388. web_1 | > allauth.account
  13389. web_1 | > django.contrib.humanize
  13390. web_1 | > debug_toolbar
  13391. web_1 |
  13392. web_1 | Not synced (use migrations):
  13393. web_1 | - allauth.socialaccount
  13394. web_1 | - django_extensions
  13395. web_1 | (use ./manage.py migrate to migrate these)
  13396. web_1 | Running migrations for socialaccount:
  13397. web_1 | - Nothing to migrate.
  13398. web_1 | - Loading initial data for socialaccount.
  13399. web_1 | Installed 0 object(s) from 0 fixture(s)
  13400. web_1 | Running migrations for django_extensions:
  13401. web_1 | - Nothing to migrate.
  13402. web_1 | - Loading initial data for django_extensions.
  13403. web_1 | Installed 0 object(s) from 0 fixture(s)
  13404. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13405. web_1 | [GCC 4.9.2] on linux2
  13406. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13407. web_1 | (InteractiveConsole)
  13408. web_1 |
  13409. web_1 | >>> >>> Starting the server
  13410. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13411. web_1 |
  13412. web_1 | Fatal error: Unable to find local grunt.
  13413. web_1 |
  13414. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13415. web_1 | your project. For more information about installing and configuring grunt,
  13416. web_1 | please see the Getting Started guide:
  13417. web_1 |
  13418. web_1 | http://gruntjs.com/getting-started
  13419. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13420. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13421. web_1 | Syncing...
  13422. web_1 | Creating tables ...
  13423. web_1 | Installing custom SQL ...
  13424. web_1 | Installing indexes ...
  13425. web_1 | Installed 0 object(s) from 0 fixture(s)
  13426. web_1 |
  13427. web_1 | Synced:
  13428. web_1 | > django.contrib.auth
  13429. web_1 | > django.contrib.contenttypes
  13430. web_1 | > django.contrib.sessions
  13431. web_1 | > django.contrib.sites
  13432. web_1 | > django.contrib.messages
  13433. web_1 | > django.contrib.staticfiles
  13434. web_1 | > django.contrib.admin
  13435. web_1 | > south
  13436. web_1 | > crispy_forms
  13437. web_1 | > avatar
  13438. web_1 | > bootstrap3
  13439. web_1 | > users
  13440. web_1 | > allauth
  13441. web_1 | > allauth.account
  13442. web_1 | > django.contrib.humanize
  13443. web_1 | > debug_toolbar
  13444. web_1 |
  13445. web_1 | Not synced (use migrations):
  13446. web_1 | - allauth.socialaccount
  13447. web_1 | - django_extensions
  13448. web_1 | (use ./manage.py migrate to migrate these)
  13449. web_1 | Running migrations for socialaccount:
  13450. web_1 | - Nothing to migrate.
  13451. web_1 | - Loading initial data for socialaccount.
  13452. web_1 | Installed 0 object(s) from 0 fixture(s)
  13453. web_1 | Running migrations for django_extensions:
  13454. web_1 | - Nothing to migrate.
  13455. web_1 | - Loading initial data for django_extensions.
  13456. web_1 | Installed 0 object(s) from 0 fixture(s)
  13457. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13458. web_1 | [GCC 4.9.2] on linux2
  13459. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13460. web_1 | (InteractiveConsole)
  13461. web_1 |
  13462. web_1 | >>> >>> Starting the server
  13463. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13464. web_1 |
  13465. web_1 | Fatal error: Unable to find local grunt.
  13466. web_1 |
  13467. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13468. web_1 | your project. For more information about installing and configuring grunt,
  13469. web_1 | please see the Getting Started guide:
  13470. web_1 |
  13471. web_1 | http://gruntjs.com/getting-started
  13472. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13473. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13474. web_1 | Syncing...
  13475. web_1 | Creating tables ...
  13476. web_1 | Installing custom SQL ...
  13477. web_1 | Installing indexes ...
  13478. web_1 | Installed 0 object(s) from 0 fixture(s)
  13479. web_1 |
  13480. web_1 | Synced:
  13481. web_1 | > django.contrib.auth
  13482. web_1 | > django.contrib.contenttypes
  13483. web_1 | > django.contrib.sessions
  13484. web_1 | > django.contrib.sites
  13485. web_1 | > django.contrib.messages
  13486. web_1 | > django.contrib.staticfiles
  13487. web_1 | > django.contrib.admin
  13488. web_1 | > south
  13489. web_1 | > crispy_forms
  13490. web_1 | > avatar
  13491. web_1 | > bootstrap3
  13492. web_1 | > users
  13493. web_1 | > allauth
  13494. web_1 | > allauth.account
  13495. web_1 | > django.contrib.humanize
  13496. web_1 | > debug_toolbar
  13497. web_1 |
  13498. web_1 | Not synced (use migrations):
  13499. web_1 | - allauth.socialaccount
  13500. web_1 | - django_extensions
  13501. web_1 | (use ./manage.py migrate to migrate these)
  13502. web_1 | Running migrations for socialaccount:
  13503. web_1 | - Nothing to migrate.
  13504. web_1 | - Loading initial data for socialaccount.
  13505. web_1 | Installed 0 object(s) from 0 fixture(s)
  13506. web_1 | Running migrations for django_extensions:
  13507. web_1 | - Nothing to migrate.
  13508. web_1 | - Loading initial data for django_extensions.
  13509. web_1 | Installed 0 object(s) from 0 fixture(s)
  13510. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13511. web_1 | [GCC 4.9.2] on linux2
  13512. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13513. web_1 | (InteractiveConsole)
  13514. web_1 |
  13515. web_1 | >>> >>> Starting the server
  13516. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13517. web_1 |
  13518. web_1 | Fatal error: Unable to find local grunt.
  13519. web_1 |
  13520. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13521. web_1 | your project. For more information about installing and configuring grunt,
  13522. web_1 | please see the Getting Started guide:
  13523. web_1 |
  13524. web_1 | http://gruntjs.com/getting-started
  13525. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13526. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13527. web_1 | Syncing...
  13528. web_1 | Creating tables ...
  13529. web_1 | Installing custom SQL ...
  13530. web_1 | Installing indexes ...
  13531. web_1 | Installed 0 object(s) from 0 fixture(s)
  13532. web_1 |
  13533. web_1 | Synced:
  13534. web_1 | > django.contrib.auth
  13535. web_1 | > django.contrib.contenttypes
  13536. web_1 | > django.contrib.sessions
  13537. web_1 | > django.contrib.sites
  13538. web_1 | > django.contrib.messages
  13539. web_1 | > django.contrib.staticfiles
  13540. web_1 | > django.contrib.admin
  13541. web_1 | > south
  13542. web_1 | > crispy_forms
  13543. web_1 | > avatar
  13544. web_1 | > bootstrap3
  13545. web_1 | > users
  13546. web_1 | > allauth
  13547. web_1 | > allauth.account
  13548. web_1 | > django.contrib.humanize
  13549. web_1 | > debug_toolbar
  13550. web_1 |
  13551. web_1 | Not synced (use migrations):
  13552. web_1 | - allauth.socialaccount
  13553. web_1 | - django_extensions
  13554. web_1 | (use ./manage.py migrate to migrate these)
  13555. web_1 | Running migrations for socialaccount:
  13556. web_1 | - Nothing to migrate.
  13557. web_1 | - Loading initial data for socialaccount.
  13558. web_1 | Installed 0 object(s) from 0 fixture(s)
  13559. web_1 | Running migrations for django_extensions:
  13560. web_1 | - Nothing to migrate.
  13561. web_1 | - Loading initial data for django_extensions.
  13562. web_1 | Installed 0 object(s) from 0 fixture(s)
  13563. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13564. web_1 | [GCC 4.9.2] on linux2
  13565. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13566. web_1 | (InteractiveConsole)
  13567. web_1 |
  13568. web_1 | >>> >>> Starting the server
  13569. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13570. web_1 |
  13571. web_1 | Fatal error: Unable to find local grunt.
  13572. web_1 |
  13573. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13574. web_1 | your project. For more information about installing and configuring grunt,
  13575. web_1 | please see the Getting Started guide:
  13576. web_1 |
  13577. web_1 | http://gruntjs.com/getting-started
  13578. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13579. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13580. web_1 | Syncing...
  13581. web_1 | Creating tables ...
  13582. web_1 | Installing custom SQL ...
  13583. web_1 | Installing indexes ...
  13584. web_1 | Installed 0 object(s) from 0 fixture(s)
  13585. web_1 |
  13586. web_1 | Synced:
  13587. web_1 | > django.contrib.auth
  13588. web_1 | > django.contrib.contenttypes
  13589. web_1 | > django.contrib.sessions
  13590. web_1 | > django.contrib.sites
  13591. web_1 | > django.contrib.messages
  13592. web_1 | > django.contrib.staticfiles
  13593. web_1 | > django.contrib.admin
  13594. web_1 | > south
  13595. web_1 | > crispy_forms
  13596. web_1 | > avatar
  13597. web_1 | > bootstrap3
  13598. web_1 | > users
  13599. web_1 | > allauth
  13600. web_1 | > allauth.account
  13601. web_1 | > django.contrib.humanize
  13602. web_1 | > debug_toolbar
  13603. web_1 |
  13604. web_1 | Not synced (use migrations):
  13605. web_1 | - allauth.socialaccount
  13606. web_1 | - django_extensions
  13607. web_1 | (use ./manage.py migrate to migrate these)
  13608. web_1 | Running migrations for socialaccount:
  13609. web_1 | - Nothing to migrate.
  13610. web_1 | - Loading initial data for socialaccount.
  13611. web_1 | Installed 0 object(s) from 0 fixture(s)
  13612. web_1 | Running migrations for django_extensions:
  13613. web_1 | - Nothing to migrate.
  13614. web_1 | - Loading initial data for django_extensions.
  13615. web_1 | Installed 0 object(s) from 0 fixture(s)
  13616. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13617. web_1 | [GCC 4.9.2] on linux2
  13618. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13619. web_1 | (InteractiveConsole)
  13620. web_1 |
  13621. web_1 | >>> >>> Starting the server
  13622. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13623. web_1 |
  13624. web_1 | Fatal error: Unable to find local grunt.
  13625. web_1 |
  13626. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13627. web_1 | your project. For more information about installing and configuring grunt,
  13628. web_1 | please see the Getting Started guide:
  13629. web_1 |
  13630. web_1 | http://gruntjs.com/getting-started
  13631. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13632. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13633. web_1 | Syncing...
  13634. web_1 | Creating tables ...
  13635. web_1 | Installing custom SQL ...
  13636. web_1 | Installing indexes ...
  13637. web_1 | Installed 0 object(s) from 0 fixture(s)
  13638. web_1 |
  13639. web_1 | Synced:
  13640. web_1 | > django.contrib.auth
  13641. web_1 | > django.contrib.contenttypes
  13642. web_1 | > django.contrib.sessions
  13643. web_1 | > django.contrib.sites
  13644. web_1 | > django.contrib.messages
  13645. web_1 | > django.contrib.staticfiles
  13646. web_1 | > django.contrib.admin
  13647. web_1 | > south
  13648. web_1 | > crispy_forms
  13649. web_1 | > avatar
  13650. web_1 | > bootstrap3
  13651. web_1 | > users
  13652. web_1 | > allauth
  13653. web_1 | > allauth.account
  13654. web_1 | > django.contrib.humanize
  13655. web_1 | > debug_toolbar
  13656. web_1 |
  13657. web_1 | Not synced (use migrations):
  13658. web_1 | - allauth.socialaccount
  13659. web_1 | - django_extensions
  13660. web_1 | (use ./manage.py migrate to migrate these)
  13661. web_1 | Running migrations for socialaccount:
  13662. web_1 | - Nothing to migrate.
  13663. web_1 | - Loading initial data for socialaccount.
  13664. web_1 | Installed 0 object(s) from 0 fixture(s)
  13665. web_1 | Running migrations for django_extensions:
  13666. web_1 | - Nothing to migrate.
  13667. web_1 | - Loading initial data for django_extensions.
  13668. web_1 | Installed 0 object(s) from 0 fixture(s)
  13669. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13670. web_1 | [GCC 4.9.2] on linux2
  13671. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13672. web_1 | (InteractiveConsole)
  13673. web_1 |
  13674. web_1 | >>> >>> Starting the server
  13675. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13676. web_1 |
  13677. web_1 | Fatal error: Unable to find local grunt.
  13678. web_1 |
  13679. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13680. web_1 | your project. For more information about installing and configuring grunt,
  13681. web_1 | please see the Getting Started guide:
  13682. web_1 |
  13683. web_1 | http://gruntjs.com/getting-started
  13684. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13685. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13686. web_1 | Syncing...
  13687. web_1 | Creating tables ...
  13688. web_1 | Installing custom SQL ...
  13689. web_1 | Installing indexes ...
  13690. web_1 | Installed 0 object(s) from 0 fixture(s)
  13691. web_1 |
  13692. web_1 | Synced:
  13693. web_1 | > django.contrib.auth
  13694. web_1 | > django.contrib.contenttypes
  13695. web_1 | > django.contrib.sessions
  13696. web_1 | > django.contrib.sites
  13697. web_1 | > django.contrib.messages
  13698. web_1 | > django.contrib.staticfiles
  13699. web_1 | > django.contrib.admin
  13700. web_1 | > south
  13701. web_1 | > crispy_forms
  13702. web_1 | > avatar
  13703. web_1 | > bootstrap3
  13704. web_1 | > users
  13705. web_1 | > allauth
  13706. web_1 | > allauth.account
  13707. web_1 | > django.contrib.humanize
  13708. web_1 | > debug_toolbar
  13709. web_1 |
  13710. web_1 | Not synced (use migrations):
  13711. web_1 | - allauth.socialaccount
  13712. web_1 | - django_extensions
  13713. web_1 | (use ./manage.py migrate to migrate these)
  13714. web_1 | Running migrations for socialaccount:
  13715. web_1 | - Nothing to migrate.
  13716. web_1 | - Loading initial data for socialaccount.
  13717. web_1 | Installed 0 object(s) from 0 fixture(s)
  13718. web_1 | Running migrations for django_extensions:
  13719. web_1 | - Nothing to migrate.
  13720. web_1 | - Loading initial data for django_extensions.
  13721. web_1 | Installed 0 object(s) from 0 fixture(s)
  13722. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13723. web_1 | [GCC 4.9.2] on linux2
  13724. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13725. web_1 | (InteractiveConsole)
  13726. web_1 |
  13727. web_1 | >>> >>> Starting the server
  13728. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13729. web_1 |
  13730. web_1 | Fatal error: Unable to find local grunt.
  13731. web_1 |
  13732. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13733. web_1 | your project. For more information about installing and configuring grunt,
  13734. web_1 | please see the Getting Started guide:
  13735. web_1 |
  13736. web_1 | http://gruntjs.com/getting-started
  13737. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13738. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13739. web_1 | Syncing...
  13740. web_1 | Creating tables ...
  13741. web_1 | Installing custom SQL ...
  13742. web_1 | Installing indexes ...
  13743. web_1 | Installed 0 object(s) from 0 fixture(s)
  13744. web_1 |
  13745. web_1 | Synced:
  13746. web_1 | > django.contrib.auth
  13747. web_1 | > django.contrib.contenttypes
  13748. web_1 | > django.contrib.sessions
  13749. web_1 | > django.contrib.sites
  13750. web_1 | > django.contrib.messages
  13751. web_1 | > django.contrib.staticfiles
  13752. web_1 | > django.contrib.admin
  13753. web_1 | > south
  13754. web_1 | > crispy_forms
  13755. web_1 | > avatar
  13756. web_1 | > bootstrap3
  13757. web_1 | > users
  13758. web_1 | > allauth
  13759. web_1 | > allauth.account
  13760. web_1 | > django.contrib.humanize
  13761. web_1 | > debug_toolbar
  13762. web_1 |
  13763. web_1 | Not synced (use migrations):
  13764. web_1 | - allauth.socialaccount
  13765. web_1 | - django_extensions
  13766. web_1 | (use ./manage.py migrate to migrate these)
  13767. web_1 | Running migrations for socialaccount:
  13768. web_1 | - Nothing to migrate.
  13769. web_1 | - Loading initial data for socialaccount.
  13770. web_1 | Installed 0 object(s) from 0 fixture(s)
  13771. web_1 | Running migrations for django_extensions:
  13772. web_1 | - Nothing to migrate.
  13773. web_1 | - Loading initial data for django_extensions.
  13774. web_1 | Installed 0 object(s) from 0 fixture(s)
  13775. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13776. web_1 | [GCC 4.9.2] on linux2
  13777. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13778. web_1 | (InteractiveConsole)
  13779. web_1 |
  13780. web_1 | >>> >>> Starting the server
  13781. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13782. web_1 |
  13783. web_1 | Fatal error: Unable to find local grunt.
  13784. web_1 |
  13785. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13786. web_1 | your project. For more information about installing and configuring grunt,
  13787. web_1 | please see the Getting Started guide:
  13788. web_1 |
  13789. web_1 | http://gruntjs.com/getting-started
  13790. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13791. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13792. web_1 | Syncing...
  13793. web_1 | Creating tables ...
  13794. web_1 | Installing custom SQL ...
  13795. web_1 | Installing indexes ...
  13796. web_1 | Installed 0 object(s) from 0 fixture(s)
  13797. web_1 |
  13798. web_1 | Synced:
  13799. web_1 | > django.contrib.auth
  13800. web_1 | > django.contrib.contenttypes
  13801. web_1 | > django.contrib.sessions
  13802. web_1 | > django.contrib.sites
  13803. web_1 | > django.contrib.messages
  13804. web_1 | > django.contrib.staticfiles
  13805. web_1 | > django.contrib.admin
  13806. web_1 | > south
  13807. web_1 | > crispy_forms
  13808. web_1 | > avatar
  13809. web_1 | > bootstrap3
  13810. web_1 | > users
  13811. web_1 | > allauth
  13812. web_1 | > allauth.account
  13813. web_1 | > django.contrib.humanize
  13814. web_1 | > debug_toolbar
  13815. web_1 |
  13816. web_1 | Not synced (use migrations):
  13817. web_1 | - allauth.socialaccount
  13818. web_1 | - django_extensions
  13819. web_1 | (use ./manage.py migrate to migrate these)
  13820. web_1 | Running migrations for socialaccount:
  13821. web_1 | - Nothing to migrate.
  13822. web_1 | - Loading initial data for socialaccount.
  13823. web_1 | Installed 0 object(s) from 0 fixture(s)
  13824. web_1 | Running migrations for django_extensions:
  13825. web_1 | - Nothing to migrate.
  13826. web_1 | - Loading initial data for django_extensions.
  13827. web_1 | Installed 0 object(s) from 0 fixture(s)
  13828. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13829. web_1 | [GCC 4.9.2] on linux2
  13830. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13831. web_1 | (InteractiveConsole)
  13832. web_1 |
  13833. web_1 | >>> >>> Starting the server
  13834. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13835. web_1 |
  13836. web_1 | Fatal error: Unable to find local grunt.
  13837. web_1 |
  13838. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13839. web_1 | your project. For more information about installing and configuring grunt,
  13840. web_1 | please see the Getting Started guide:
  13841. web_1 |
  13842. web_1 | http://gruntjs.com/getting-started
  13843. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13844. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13845. web_1 | Syncing...
  13846. web_1 | Creating tables ...
  13847. web_1 | Installing custom SQL ...
  13848. web_1 | Installing indexes ...
  13849. web_1 | Installed 0 object(s) from 0 fixture(s)
  13850. web_1 |
  13851. web_1 | Synced:
  13852. web_1 | > django.contrib.auth
  13853. web_1 | > django.contrib.contenttypes
  13854. web_1 | > django.contrib.sessions
  13855. web_1 | > django.contrib.sites
  13856. web_1 | > django.contrib.messages
  13857. web_1 | > django.contrib.staticfiles
  13858. web_1 | > django.contrib.admin
  13859. web_1 | > south
  13860. web_1 | > crispy_forms
  13861. web_1 | > avatar
  13862. web_1 | > bootstrap3
  13863. web_1 | > users
  13864. web_1 | > allauth
  13865. web_1 | > allauth.account
  13866. web_1 | > django.contrib.humanize
  13867. web_1 | > debug_toolbar
  13868. web_1 |
  13869. web_1 | Not synced (use migrations):
  13870. web_1 | - allauth.socialaccount
  13871. web_1 | - django_extensions
  13872. web_1 | (use ./manage.py migrate to migrate these)
  13873. web_1 | Running migrations for socialaccount:
  13874. web_1 | - Nothing to migrate.
  13875. web_1 | - Loading initial data for socialaccount.
  13876. web_1 | Installed 0 object(s) from 0 fixture(s)
  13877. web_1 | Running migrations for django_extensions:
  13878. web_1 | - Nothing to migrate.
  13879. web_1 | - Loading initial data for django_extensions.
  13880. web_1 | Installed 0 object(s) from 0 fixture(s)
  13881. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13882. web_1 | [GCC 4.9.2] on linux2
  13883. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13884. web_1 | (InteractiveConsole)
  13885. web_1 |
  13886. web_1 | >>> >>> Starting the server
  13887. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13888. web_1 |
  13889. web_1 | Fatal error: Unable to find local grunt.
  13890. web_1 |
  13891. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13892. web_1 | your project. For more information about installing and configuring grunt,
  13893. web_1 | please see the Getting Started guide:
  13894. web_1 |
  13895. web_1 | http://gruntjs.com/getting-started
  13896. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13897. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13898. web_1 | Syncing...
  13899. web_1 | Creating tables ...
  13900. web_1 | Installing custom SQL ...
  13901. web_1 | Installing indexes ...
  13902. web_1 | Installed 0 object(s) from 0 fixture(s)
  13903. web_1 |
  13904. web_1 | Synced:
  13905. web_1 | > django.contrib.auth
  13906. web_1 | > django.contrib.contenttypes
  13907. web_1 | > django.contrib.sessions
  13908. web_1 | > django.contrib.sites
  13909. web_1 | > django.contrib.messages
  13910. web_1 | > django.contrib.staticfiles
  13911. web_1 | > django.contrib.admin
  13912. web_1 | > south
  13913. web_1 | > crispy_forms
  13914. web_1 | > avatar
  13915. web_1 | > bootstrap3
  13916. web_1 | > users
  13917. web_1 | > allauth
  13918. web_1 | > allauth.account
  13919. web_1 | > django.contrib.humanize
  13920. web_1 | > debug_toolbar
  13921. web_1 |
  13922. web_1 | Not synced (use migrations):
  13923. web_1 | - allauth.socialaccount
  13924. web_1 | - django_extensions
  13925. web_1 | (use ./manage.py migrate to migrate these)
  13926. web_1 | Running migrations for socialaccount:
  13927. web_1 | - Nothing to migrate.
  13928. web_1 | - Loading initial data for socialaccount.
  13929. web_1 | Installed 0 object(s) from 0 fixture(s)
  13930. web_1 | Running migrations for django_extensions:
  13931. web_1 | - Nothing to migrate.
  13932. web_1 | - Loading initial data for django_extensions.
  13933. web_1 | Installed 0 object(s) from 0 fixture(s)
  13934. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13935. web_1 | [GCC 4.9.2] on linux2
  13936. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13937. web_1 | (InteractiveConsole)
  13938. web_1 |
  13939. web_1 | >>> >>> Starting the server
  13940. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13941. web_1 |
  13942. web_1 | Fatal error: Unable to find local grunt.
  13943. web_1 |
  13944. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13945. web_1 | your project. For more information about installing and configuring grunt,
  13946. web_1 | please see the Getting Started guide:
  13947. web_1 |
  13948. web_1 | http://gruntjs.com/getting-started
  13949. web_1 | Starting OpenBSD Secure Shell server: sshd.
  13950. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  13951. web_1 | Syncing...
  13952. web_1 | Creating tables ...
  13953. web_1 | Installing custom SQL ...
  13954. web_1 | Installing indexes ...
  13955. web_1 | Installed 0 object(s) from 0 fixture(s)
  13956. web_1 |
  13957. web_1 | Synced:
  13958. web_1 | > django.contrib.auth
  13959. web_1 | > django.contrib.contenttypes
  13960. web_1 | > django.contrib.sessions
  13961. web_1 | > django.contrib.sites
  13962. web_1 | > django.contrib.messages
  13963. web_1 | > django.contrib.staticfiles
  13964. web_1 | > django.contrib.admin
  13965. web_1 | > south
  13966. web_1 | > crispy_forms
  13967. web_1 | > avatar
  13968. web_1 | > bootstrap3
  13969. web_1 | > users
  13970. web_1 | > allauth
  13971. web_1 | > allauth.account
  13972. web_1 | > django.contrib.humanize
  13973. web_1 | > debug_toolbar
  13974. web_1 |
  13975. web_1 | Not synced (use migrations):
  13976. web_1 | - allauth.socialaccount
  13977. web_1 | - django_extensions
  13978. web_1 | (use ./manage.py migrate to migrate these)
  13979. web_1 | Running migrations for socialaccount:
  13980. web_1 | - Nothing to migrate.
  13981. web_1 | - Loading initial data for socialaccount.
  13982. web_1 | Installed 0 object(s) from 0 fixture(s)
  13983. web_1 | Running migrations for django_extensions:
  13984. web_1 | - Nothing to migrate.
  13985. web_1 | - Loading initial data for django_extensions.
  13986. web_1 | Installed 0 object(s) from 0 fixture(s)
  13987. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  13988. web_1 | [GCC 4.9.2] on linux2
  13989. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  13990. web_1 | (InteractiveConsole)
  13991. web_1 |
  13992. web_1 | >>> >>> Starting the server
  13993. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  13994. web_1 |
  13995. web_1 | Fatal error: Unable to find local grunt.
  13996. web_1 |
  13997. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  13998. web_1 | your project. For more information about installing and configuring grunt,
  13999. web_1 | please see the Getting Started guide:
  14000. web_1 |
  14001. web_1 | http://gruntjs.com/getting-started
  14002. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14003. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14004. web_1 | Syncing...
  14005. web_1 | Creating tables ...
  14006. web_1 | Installing custom SQL ...
  14007. web_1 | Installing indexes ...
  14008. web_1 | Installed 0 object(s) from 0 fixture(s)
  14009. web_1 |
  14010. web_1 | Synced:
  14011. web_1 | > django.contrib.auth
  14012. web_1 | > django.contrib.contenttypes
  14013. web_1 | > django.contrib.sessions
  14014. web_1 | > django.contrib.sites
  14015. web_1 | > django.contrib.messages
  14016. web_1 | > django.contrib.staticfiles
  14017. web_1 | > django.contrib.admin
  14018. web_1 | > south
  14019. web_1 | > crispy_forms
  14020. web_1 | > avatar
  14021. web_1 | > bootstrap3
  14022. web_1 | > users
  14023. web_1 | > allauth
  14024. web_1 | > allauth.account
  14025. web_1 | > django.contrib.humanize
  14026. web_1 | > debug_toolbar
  14027. web_1 |
  14028. web_1 | Not synced (use migrations):
  14029. web_1 | - allauth.socialaccount
  14030. web_1 | - django_extensions
  14031. web_1 | (use ./manage.py migrate to migrate these)
  14032. web_1 | Running migrations for socialaccount:
  14033. web_1 | - Nothing to migrate.
  14034. web_1 | - Loading initial data for socialaccount.
  14035. web_1 | Installed 0 object(s) from 0 fixture(s)
  14036. web_1 | Running migrations for django_extensions:
  14037. web_1 | - Nothing to migrate.
  14038. web_1 | - Loading initial data for django_extensions.
  14039. web_1 | Installed 0 object(s) from 0 fixture(s)
  14040. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14041. web_1 | [GCC 4.9.2] on linux2
  14042. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14043. web_1 | (InteractiveConsole)
  14044. web_1 |
  14045. web_1 | >>> >>> Starting the server
  14046. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14047. web_1 |
  14048. web_1 | Fatal error: Unable to find local grunt.
  14049. web_1 |
  14050. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14051. web_1 | your project. For more information about installing and configuring grunt,
  14052. web_1 | please see the Getting Started guide:
  14053. web_1 |
  14054. web_1 | http://gruntjs.com/getting-started
  14055. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14056. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14057. web_1 | Syncing...
  14058. web_1 | Creating tables ...
  14059. web_1 | Installing custom SQL ...
  14060. web_1 | Installing indexes ...
  14061. web_1 | Installed 0 object(s) from 0 fixture(s)
  14062. web_1 |
  14063. web_1 | Synced:
  14064. web_1 | > django.contrib.auth
  14065. web_1 | > django.contrib.contenttypes
  14066. web_1 | > django.contrib.sessions
  14067. web_1 | > django.contrib.sites
  14068. web_1 | > django.contrib.messages
  14069. web_1 | > django.contrib.staticfiles
  14070. web_1 | > django.contrib.admin
  14071. web_1 | > south
  14072. web_1 | > crispy_forms
  14073. web_1 | > avatar
  14074. web_1 | > bootstrap3
  14075. web_1 | > users
  14076. web_1 | > allauth
  14077. web_1 | > allauth.account
  14078. web_1 | > django.contrib.humanize
  14079. web_1 | > debug_toolbar
  14080. web_1 |
  14081. web_1 | Not synced (use migrations):
  14082. web_1 | - allauth.socialaccount
  14083. web_1 | - django_extensions
  14084. web_1 | (use ./manage.py migrate to migrate these)
  14085. web_1 | Running migrations for socialaccount:
  14086. web_1 | - Nothing to migrate.
  14087. web_1 | - Loading initial data for socialaccount.
  14088. web_1 | Installed 0 object(s) from 0 fixture(s)
  14089. web_1 | Running migrations for django_extensions:
  14090. web_1 | - Nothing to migrate.
  14091. web_1 | - Loading initial data for django_extensions.
  14092. web_1 | Installed 0 object(s) from 0 fixture(s)
  14093. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14094. web_1 | [GCC 4.9.2] on linux2
  14095. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14096. web_1 | (InteractiveConsole)
  14097. web_1 |
  14098. web_1 | >>> >>> Starting the server
  14099. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14100. web_1 |
  14101. web_1 | Fatal error: Unable to find local grunt.
  14102. web_1 |
  14103. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14104. web_1 | your project. For more information about installing and configuring grunt,
  14105. web_1 | please see the Getting Started guide:
  14106. web_1 |
  14107. web_1 | http://gruntjs.com/getting-started
  14108. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14109. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14110. web_1 | Syncing...
  14111. web_1 | Creating tables ...
  14112. web_1 | Installing custom SQL ...
  14113. web_1 | Installing indexes ...
  14114. web_1 | Installed 0 object(s) from 0 fixture(s)
  14115. web_1 |
  14116. web_1 | Synced:
  14117. web_1 | > django.contrib.auth
  14118. web_1 | > django.contrib.contenttypes
  14119. web_1 | > django.contrib.sessions
  14120. web_1 | > django.contrib.sites
  14121. web_1 | > django.contrib.messages
  14122. web_1 | > django.contrib.staticfiles
  14123. web_1 | > django.contrib.admin
  14124. web_1 | > south
  14125. web_1 | > crispy_forms
  14126. web_1 | > avatar
  14127. web_1 | > bootstrap3
  14128. web_1 | > users
  14129. web_1 | > allauth
  14130. web_1 | > allauth.account
  14131. web_1 | > django.contrib.humanize
  14132. web_1 | > debug_toolbar
  14133. web_1 |
  14134. web_1 | Not synced (use migrations):
  14135. web_1 | - allauth.socialaccount
  14136. web_1 | - django_extensions
  14137. web_1 | (use ./manage.py migrate to migrate these)
  14138. web_1 | Running migrations for socialaccount:
  14139. web_1 | - Nothing to migrate.
  14140. web_1 | - Loading initial data for socialaccount.
  14141. web_1 | Installed 0 object(s) from 0 fixture(s)
  14142. web_1 | Running migrations for django_extensions:
  14143. web_1 | - Nothing to migrate.
  14144. web_1 | - Loading initial data for django_extensions.
  14145. web_1 | Installed 0 object(s) from 0 fixture(s)
  14146. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14147. web_1 | [GCC 4.9.2] on linux2
  14148. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14149. web_1 | (InteractiveConsole)
  14150. web_1 |
  14151. web_1 | >>> >>> Starting the server
  14152. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14153. web_1 |
  14154. web_1 | Fatal error: Unable to find local grunt.
  14155. web_1 |
  14156. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14157. web_1 | your project. For more information about installing and configuring grunt,
  14158. web_1 | please see the Getting Started guide:
  14159. web_1 |
  14160. web_1 | http://gruntjs.com/getting-started
  14161. oclweb_web_1 exited with code 99
  14162. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14163. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14164. web_1 | Syncing...
  14165. web_1 | Traceback (most recent call last):
  14166. web_1 | File "ocl_web/manage.py", line 19, in <module>
  14167. web_1 | execute_from_command_line(sys.argv)
  14168. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  14169. web_1 | utility.execute()
  14170. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  14171. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  14172. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  14173. web_1 | self.execute(*args, **options.__dict__)
  14174. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  14175. web_1 | output = self.handle(*args, **options)
  14176. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  14177. web_1 | return self.handle_noargs(**options)
  14178. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  14179. web_1 | syncdb.Command().execute(**options)
  14180. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  14181. web_1 | output = self.handle(*args, **options)
  14182. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  14183. web_1 | return self.handle_noargs(**options)
  14184. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  14185. web_1 | cursor = connection.cursor()
  14186. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  14187. web_1 | cursor = self.make_debug_cursor(self._cursor())
  14188. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  14189. web_1 | self.ensure_connection()
  14190. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14191. web_1 | self.connect()
  14192. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  14193. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  14194. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14195. web_1 | self.connect()
  14196. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  14197. web_1 | self.connection = self.get_new_connection(conn_params)
  14198. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  14199. web_1 | return Database.connect(**conn_params)
  14200. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  14201. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  14202. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  14203. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  14204. web_1 | TCP/IP connections on port 5432?
  14205. web_1 |
  14206. web_1 | Traceback (most recent call last):
  14207. web_1 | File "ocl_web/manage.py", line 19, in <module>
  14208. web_1 | execute_from_command_line(sys.argv)
  14209. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  14210. web_1 | utility.execute()
  14211. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  14212. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  14213. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  14214. web_1 | self.execute(*args, **options.__dict__)
  14215. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  14216. web_1 | output = self.handle(*args, **options)
  14217. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  14218. web_1 | ignore_ghosts = ignore_ghosts,
  14219. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  14220. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  14221. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  14222. web_1 | for h in histories:
  14223. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  14224. web_1 | self._fetch_all()
  14225. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  14226. web_1 | self._result_cache = list(self.iterator())
  14227. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  14228. web_1 | for row in compiler.results_iter():
  14229. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  14230. web_1 | for rows in self.execute_sql(MULTI):
  14231. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  14232. web_1 | cursor = self.connection.cursor()
  14233. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  14234. web_1 | cursor = self.make_debug_cursor(self._cursor())
  14235. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  14236. web_1 | self.ensure_connection()
  14237. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14238. web_1 | self.connect()
  14239. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  14240. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  14241. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14242. web_1 | self.connect()
  14243. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  14244. web_1 | self.connection = self.get_new_connection(conn_params)
  14245. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  14246. web_1 | return Database.connect(**conn_params)
  14247. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  14248. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  14249. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  14250. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  14251. web_1 | TCP/IP connections on port 5432?
  14252. web_1 |
  14253. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14254. web_1 | [GCC 4.9.2] on linux2
  14255. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14256. web_1 | (InteractiveConsole)
  14257. web_1 | Traceback (most recent call last):
  14258. web_1 | File "<console>", line 1, in <module>
  14259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  14260. web_1 | return self.query.get_count(using=self.db)
  14261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  14262. web_1 | number = obj.get_aggregation(using=using)[None]
  14263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  14264. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  14265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  14266. web_1 | cursor = self.connection.cursor()
  14267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  14268. web_1 | cursor = self.make_debug_cursor(self._cursor())
  14269. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  14270. web_1 | self.ensure_connection()
  14271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14272. web_1 | self.connect()
  14273. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  14274. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  14275. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  14276. web_1 | self.connect()
  14277. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  14278. web_1 | self.connection = self.get_new_connection(conn_params)
  14279. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  14280. web_1 | return Database.connect(**conn_params)
  14281. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  14282. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  14283. web_1 | OperationalError: could not connect to server: Connection refused
  14284. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  14285. web_1 | TCP/IP connections on port 5432?
  14286. web_1 |
  14287. web_1 |
  14288. web_1 | >>> >>> Starting the server
  14289. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14290. web_1 |
  14291. web_1 | Fatal error: Unable to find local grunt.
  14292. web_1 |
  14293. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14294. web_1 | your project. For more information about installing and configuring grunt,
  14295. web_1 | please see the Getting Started guide:
  14296. web_1 |
  14297. web_1 | http://gruntjs.com/getting-started
  14298. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14299. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14300. web_1 | Syncing...
  14301. web_1 | Creating tables ...
  14302. web_1 | Creating table auth_permission
  14303. web_1 | Creating table auth_group_permissions
  14304. web_1 | Creating table auth_group
  14305. web_1 | Creating table django_content_type
  14306. web_1 | Creating table django_session
  14307. web_1 | Creating table django_site
  14308. web_1 | Creating table django_admin_log
  14309. web_1 | Creating table south_migrationhistory
  14310. web_1 | Creating table avatar_avatar
  14311. web_1 | Creating table users_user_groups
  14312. web_1 | Creating table users_user_user_permissions
  14313. web_1 | Creating table users_user
  14314. web_1 | Creating table account_emailaddress
  14315. web_1 | Creating table account_emailconfirmation
  14316. web_1 | Installing custom SQL ...
  14317. web_1 | Installing indexes ...
  14318. web_1 | Installed 0 object(s) from 0 fixture(s)
  14319. web_1 |
  14320. web_1 | Synced:
  14321. web_1 | > django.contrib.auth
  14322. web_1 | > django.contrib.contenttypes
  14323. web_1 | > django.contrib.sessions
  14324. web_1 | > django.contrib.sites
  14325. web_1 | > django.contrib.messages
  14326. web_1 | > django.contrib.staticfiles
  14327. web_1 | > django.contrib.admin
  14328. web_1 | > south
  14329. web_1 | > crispy_forms
  14330. web_1 | > avatar
  14331. web_1 | > bootstrap3
  14332. web_1 | > users
  14333. web_1 | > allauth
  14334. web_1 | > allauth.account
  14335. web_1 | > django.contrib.humanize
  14336. web_1 | > debug_toolbar
  14337. web_1 |
  14338. web_1 | Not synced (use migrations):
  14339. web_1 | - allauth.socialaccount
  14340. web_1 | - django_extensions
  14341. web_1 | (use ./manage.py migrate to migrate these)
  14342. web_1 | Running migrations for socialaccount:
  14343. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  14344. web_1 | > socialaccount:0001_initial
  14345. web_1 | > socialaccount:0002_genericmodels
  14346. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  14347. web_1 | > socialaccount:0004_add_sites
  14348. web_1 | > socialaccount:0005_set_sites
  14349. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  14350. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  14351. web_1 | > socialaccount:0008_client_id
  14352. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  14353. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  14354. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  14355. web_1 | - Loading initial data for socialaccount.
  14356. web_1 | Installed 0 object(s) from 0 fixture(s)
  14357. web_1 | Running migrations for django_extensions:
  14358. web_1 | - Migrating forwards to 0001_empty.
  14359. web_1 | > django_extensions:0001_empty
  14360. web_1 | - Loading initial data for django_extensions.
  14361. web_1 | Installed 0 object(s) from 0 fixture(s)
  14362. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14363. web_1 | [GCC 4.9.2] on linux2
  14364. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14365. web_1 | (InteractiveConsole)
  14366. web_1 |
  14367. web_1 | >>> >>> Starting the server
  14368. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14369. web_1 |
  14370. web_1 | Fatal error: Unable to find local grunt.
  14371. web_1 |
  14372. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14373. web_1 | your project. For more information about installing and configuring grunt,
  14374. web_1 | please see the Getting Started guide:
  14375. web_1 |
  14376. web_1 | http://gruntjs.com/getting-started
  14377. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14378. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14379. web_1 | Syncing...
  14380. web_1 | Creating tables ...
  14381. web_1 | Installing custom SQL ...
  14382. web_1 | Installing indexes ...
  14383. web_1 | Installed 0 object(s) from 0 fixture(s)
  14384. web_1 |
  14385. web_1 | Synced:
  14386. web_1 | > django.contrib.auth
  14387. web_1 | > django.contrib.contenttypes
  14388. web_1 | > django.contrib.sessions
  14389. web_1 | > django.contrib.sites
  14390. web_1 | > django.contrib.messages
  14391. web_1 | > django.contrib.staticfiles
  14392. web_1 | > django.contrib.admin
  14393. web_1 | > south
  14394. web_1 | > crispy_forms
  14395. web_1 | > avatar
  14396. web_1 | > bootstrap3
  14397. web_1 | > users
  14398. web_1 | > allauth
  14399. web_1 | > allauth.account
  14400. web_1 | > django.contrib.humanize
  14401. web_1 | > debug_toolbar
  14402. web_1 |
  14403. web_1 | Not synced (use migrations):
  14404. web_1 | - allauth.socialaccount
  14405. web_1 | - django_extensions
  14406. web_1 | (use ./manage.py migrate to migrate these)
  14407. web_1 | Running migrations for socialaccount:
  14408. web_1 | - Nothing to migrate.
  14409. web_1 | - Loading initial data for socialaccount.
  14410. web_1 | Installed 0 object(s) from 0 fixture(s)
  14411. web_1 | Running migrations for django_extensions:
  14412. web_1 | - Nothing to migrate.
  14413. web_1 | - Loading initial data for django_extensions.
  14414. web_1 | Installed 0 object(s) from 0 fixture(s)
  14415. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14416. web_1 | [GCC 4.9.2] on linux2
  14417. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14418. web_1 | (InteractiveConsole)
  14419. web_1 |
  14420. web_1 | >>> >>> Starting the server
  14421. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14422. web_1 |
  14423. web_1 | Fatal error: Unable to find local grunt.
  14424. web_1 |
  14425. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14426. web_1 | your project. For more information about installing and configuring grunt,
  14427. web_1 | please see the Getting Started guide:
  14428. web_1 |
  14429. web_1 | http://gruntjs.com/getting-started
  14430. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14431. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14432. web_1 | Syncing...
  14433. web_1 | Creating tables ...
  14434. web_1 | Installing custom SQL ...
  14435. web_1 | Installing indexes ...
  14436. web_1 | Installed 0 object(s) from 0 fixture(s)
  14437. web_1 |
  14438. web_1 | Synced:
  14439. web_1 | > django.contrib.auth
  14440. web_1 | > django.contrib.contenttypes
  14441. web_1 | > django.contrib.sessions
  14442. web_1 | > django.contrib.sites
  14443. web_1 | > django.contrib.messages
  14444. web_1 | > django.contrib.staticfiles
  14445. web_1 | > django.contrib.admin
  14446. web_1 | > south
  14447. web_1 | > crispy_forms
  14448. web_1 | > avatar
  14449. web_1 | > bootstrap3
  14450. web_1 | > users
  14451. web_1 | > allauth
  14452. web_1 | > allauth.account
  14453. web_1 | > django.contrib.humanize
  14454. web_1 | > debug_toolbar
  14455. web_1 |
  14456. web_1 | Not synced (use migrations):
  14457. web_1 | - allauth.socialaccount
  14458. web_1 | - django_extensions
  14459. web_1 | (use ./manage.py migrate to migrate these)
  14460. web_1 | Running migrations for socialaccount:
  14461. web_1 | - Nothing to migrate.
  14462. web_1 | - Loading initial data for socialaccount.
  14463. web_1 | Installed 0 object(s) from 0 fixture(s)
  14464. web_1 | Running migrations for django_extensions:
  14465. web_1 | - Nothing to migrate.
  14466. web_1 | - Loading initial data for django_extensions.
  14467. web_1 | Installed 0 object(s) from 0 fixture(s)
  14468. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14469. web_1 | [GCC 4.9.2] on linux2
  14470. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14471. web_1 | (InteractiveConsole)
  14472. web_1 |
  14473. web_1 | >>> >>> Starting the server
  14474. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14475. web_1 |
  14476. web_1 | Fatal error: Unable to find local grunt.
  14477. web_1 |
  14478. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14479. web_1 | your project. For more information about installing and configuring grunt,
  14480. web_1 | please see the Getting Started guide:
  14481. web_1 |
  14482. web_1 | http://gruntjs.com/getting-started
  14483. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14484. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14485. web_1 | Syncing...
  14486. web_1 | Creating tables ...
  14487. web_1 | Installing custom SQL ...
  14488. web_1 | Installing indexes ...
  14489. web_1 | Installed 0 object(s) from 0 fixture(s)
  14490. web_1 |
  14491. web_1 | Synced:
  14492. web_1 | > django.contrib.auth
  14493. web_1 | > django.contrib.contenttypes
  14494. web_1 | > django.contrib.sessions
  14495. web_1 | > django.contrib.sites
  14496. web_1 | > django.contrib.messages
  14497. web_1 | > django.contrib.staticfiles
  14498. web_1 | > django.contrib.admin
  14499. web_1 | > south
  14500. web_1 | > crispy_forms
  14501. web_1 | > avatar
  14502. web_1 | > bootstrap3
  14503. web_1 | > users
  14504. web_1 | > allauth
  14505. web_1 | > allauth.account
  14506. web_1 | > django.contrib.humanize
  14507. web_1 | > debug_toolbar
  14508. web_1 |
  14509. web_1 | Not synced (use migrations):
  14510. web_1 | - allauth.socialaccount
  14511. web_1 | - django_extensions
  14512. web_1 | (use ./manage.py migrate to migrate these)
  14513. web_1 | Running migrations for socialaccount:
  14514. web_1 | - Nothing to migrate.
  14515. web_1 | - Loading initial data for socialaccount.
  14516. web_1 | Installed 0 object(s) from 0 fixture(s)
  14517. web_1 | Running migrations for django_extensions:
  14518. web_1 | - Nothing to migrate.
  14519. web_1 | - Loading initial data for django_extensions.
  14520. web_1 | Installed 0 object(s) from 0 fixture(s)
  14521. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14522. web_1 | [GCC 4.9.2] on linux2
  14523. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14524. web_1 | (InteractiveConsole)
  14525. web_1 |
  14526. web_1 | >>> >>> Starting the server
  14527. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14528. web_1 |
  14529. web_1 | Fatal error: Unable to find local grunt.
  14530. web_1 |
  14531. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14532. web_1 | your project. For more information about installing and configuring grunt,
  14533. web_1 | please see the Getting Started guide:
  14534. web_1 |
  14535. web_1 | http://gruntjs.com/getting-started
  14536. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14537. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14538. web_1 | Syncing...
  14539. web_1 | Creating tables ...
  14540. web_1 | Installing custom SQL ...
  14541. web_1 | Installing indexes ...
  14542. web_1 | Installed 0 object(s) from 0 fixture(s)
  14543. web_1 |
  14544. web_1 | Synced:
  14545. web_1 | > django.contrib.auth
  14546. web_1 | > django.contrib.contenttypes
  14547. web_1 | > django.contrib.sessions
  14548. web_1 | > django.contrib.sites
  14549. web_1 | > django.contrib.messages
  14550. web_1 | > django.contrib.staticfiles
  14551. web_1 | > django.contrib.admin
  14552. web_1 | > south
  14553. web_1 | > crispy_forms
  14554. web_1 | > avatar
  14555. web_1 | > bootstrap3
  14556. web_1 | > users
  14557. web_1 | > allauth
  14558. web_1 | > allauth.account
  14559. web_1 | > django.contrib.humanize
  14560. web_1 | > debug_toolbar
  14561. web_1 |
  14562. web_1 | Not synced (use migrations):
  14563. web_1 | - allauth.socialaccount
  14564. web_1 | - django_extensions
  14565. web_1 | (use ./manage.py migrate to migrate these)
  14566. web_1 | Running migrations for socialaccount:
  14567. web_1 | - Nothing to migrate.
  14568. web_1 | - Loading initial data for socialaccount.
  14569. web_1 | Installed 0 object(s) from 0 fixture(s)
  14570. web_1 | Running migrations for django_extensions:
  14571. web_1 | - Nothing to migrate.
  14572. web_1 | - Loading initial data for django_extensions.
  14573. web_1 | Installed 0 object(s) from 0 fixture(s)
  14574. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14575. web_1 | [GCC 4.9.2] on linux2
  14576. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14577. web_1 | (InteractiveConsole)
  14578. web_1 |
  14579. web_1 | >>> >>> Starting the server
  14580. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14581. web_1 |
  14582. web_1 | Fatal error: Unable to find local grunt.
  14583. web_1 |
  14584. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14585. web_1 | your project. For more information about installing and configuring grunt,
  14586. web_1 | please see the Getting Started guide:
  14587. web_1 |
  14588. web_1 | http://gruntjs.com/getting-started
  14589. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14590. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14591. web_1 | Syncing...
  14592. web_1 | Creating tables ...
  14593. web_1 | Installing custom SQL ...
  14594. web_1 | Installing indexes ...
  14595. web_1 | Installed 0 object(s) from 0 fixture(s)
  14596. web_1 |
  14597. web_1 | Synced:
  14598. web_1 | > django.contrib.auth
  14599. web_1 | > django.contrib.contenttypes
  14600. web_1 | > django.contrib.sessions
  14601. web_1 | > django.contrib.sites
  14602. web_1 | > django.contrib.messages
  14603. web_1 | > django.contrib.staticfiles
  14604. web_1 | > django.contrib.admin
  14605. web_1 | > south
  14606. web_1 | > crispy_forms
  14607. web_1 | > avatar
  14608. web_1 | > bootstrap3
  14609. web_1 | > users
  14610. web_1 | > allauth
  14611. web_1 | > allauth.account
  14612. web_1 | > django.contrib.humanize
  14613. web_1 | > debug_toolbar
  14614. web_1 |
  14615. web_1 | Not synced (use migrations):
  14616. web_1 | - allauth.socialaccount
  14617. web_1 | - django_extensions
  14618. web_1 | (use ./manage.py migrate to migrate these)
  14619. web_1 | Running migrations for socialaccount:
  14620. web_1 | - Nothing to migrate.
  14621. web_1 | - Loading initial data for socialaccount.
  14622. web_1 | Installed 0 object(s) from 0 fixture(s)
  14623. web_1 | Running migrations for django_extensions:
  14624. web_1 | - Nothing to migrate.
  14625. web_1 | - Loading initial data for django_extensions.
  14626. web_1 | Installed 0 object(s) from 0 fixture(s)
  14627. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14628. web_1 | [GCC 4.9.2] on linux2
  14629. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14630. web_1 | (InteractiveConsole)
  14631. web_1 |
  14632. web_1 | >>> >>> Starting the server
  14633. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14634. web_1 |
  14635. web_1 | Fatal error: Unable to find local grunt.
  14636. web_1 |
  14637. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14638. web_1 | your project. For more information about installing and configuring grunt,
  14639. web_1 | please see the Getting Started guide:
  14640. web_1 |
  14641. web_1 | http://gruntjs.com/getting-started
  14642. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14643. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14644. web_1 | Syncing...
  14645. web_1 | Creating tables ...
  14646. web_1 | Installing custom SQL ...
  14647. web_1 | Installing indexes ...
  14648. web_1 | Installed 0 object(s) from 0 fixture(s)
  14649. web_1 |
  14650. web_1 | Synced:
  14651. web_1 | > django.contrib.auth
  14652. web_1 | > django.contrib.contenttypes
  14653. web_1 | > django.contrib.sessions
  14654. web_1 | > django.contrib.sites
  14655. web_1 | > django.contrib.messages
  14656. web_1 | > django.contrib.staticfiles
  14657. web_1 | > django.contrib.admin
  14658. web_1 | > south
  14659. web_1 | > crispy_forms
  14660. web_1 | > avatar
  14661. web_1 | > bootstrap3
  14662. web_1 | > users
  14663. web_1 | > allauth
  14664. web_1 | > allauth.account
  14665. web_1 | > django.contrib.humanize
  14666. web_1 | > debug_toolbar
  14667. web_1 |
  14668. web_1 | Not synced (use migrations):
  14669. web_1 | - allauth.socialaccount
  14670. web_1 | - django_extensions
  14671. web_1 | (use ./manage.py migrate to migrate these)
  14672. web_1 | Running migrations for socialaccount:
  14673. web_1 | - Nothing to migrate.
  14674. web_1 | - Loading initial data for socialaccount.
  14675. web_1 | Installed 0 object(s) from 0 fixture(s)
  14676. web_1 | Running migrations for django_extensions:
  14677. web_1 | - Nothing to migrate.
  14678. web_1 | - Loading initial data for django_extensions.
  14679. web_1 | Installed 0 object(s) from 0 fixture(s)
  14680. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14681. web_1 | [GCC 4.9.2] on linux2
  14682. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14683. web_1 | (InteractiveConsole)
  14684. web_1 |
  14685. web_1 | >>> >>> Starting the server
  14686. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14687. web_1 |
  14688. web_1 | Fatal error: Unable to find local grunt.
  14689. web_1 |
  14690. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14691. web_1 | your project. For more information about installing and configuring grunt,
  14692. web_1 | please see the Getting Started guide:
  14693. web_1 |
  14694. web_1 | http://gruntjs.com/getting-started
  14695. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14696. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14697. web_1 | Syncing...
  14698. web_1 | Creating tables ...
  14699. web_1 | Installing custom SQL ...
  14700. web_1 | Installing indexes ...
  14701. web_1 | Installed 0 object(s) from 0 fixture(s)
  14702. web_1 |
  14703. web_1 | Synced:
  14704. web_1 | > django.contrib.auth
  14705. web_1 | > django.contrib.contenttypes
  14706. web_1 | > django.contrib.sessions
  14707. web_1 | > django.contrib.sites
  14708. web_1 | > django.contrib.messages
  14709. web_1 | > django.contrib.staticfiles
  14710. web_1 | > django.contrib.admin
  14711. web_1 | > south
  14712. web_1 | > crispy_forms
  14713. web_1 | > avatar
  14714. web_1 | > bootstrap3
  14715. web_1 | > users
  14716. web_1 | > allauth
  14717. web_1 | > allauth.account
  14718. web_1 | > django.contrib.humanize
  14719. web_1 | > debug_toolbar
  14720. web_1 |
  14721. web_1 | Not synced (use migrations):
  14722. web_1 | - allauth.socialaccount
  14723. web_1 | - django_extensions
  14724. web_1 | (use ./manage.py migrate to migrate these)
  14725. web_1 | Running migrations for socialaccount:
  14726. web_1 | - Nothing to migrate.
  14727. web_1 | - Loading initial data for socialaccount.
  14728. web_1 | Installed 0 object(s) from 0 fixture(s)
  14729. web_1 | Running migrations for django_extensions:
  14730. web_1 | - Nothing to migrate.
  14731. web_1 | - Loading initial data for django_extensions.
  14732. web_1 | Installed 0 object(s) from 0 fixture(s)
  14733. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14734. web_1 | [GCC 4.9.2] on linux2
  14735. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14736. web_1 | (InteractiveConsole)
  14737. web_1 |
  14738. web_1 | >>> >>> Starting the server
  14739. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14740. web_1 |
  14741. web_1 | Fatal error: Unable to find local grunt.
  14742. web_1 |
  14743. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14744. web_1 | your project. For more information about installing and configuring grunt,
  14745. web_1 | please see the Getting Started guide:
  14746. web_1 |
  14747. web_1 | http://gruntjs.com/getting-started
  14748. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14749. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14750. web_1 | Syncing...
  14751. web_1 | Creating tables ...
  14752. web_1 | Installing custom SQL ...
  14753. web_1 | Installing indexes ...
  14754. web_1 | Installed 0 object(s) from 0 fixture(s)
  14755. web_1 |
  14756. web_1 | Synced:
  14757. web_1 | > django.contrib.auth
  14758. web_1 | > django.contrib.contenttypes
  14759. web_1 | > django.contrib.sessions
  14760. web_1 | > django.contrib.sites
  14761. web_1 | > django.contrib.messages
  14762. web_1 | > django.contrib.staticfiles
  14763. web_1 | > django.contrib.admin
  14764. web_1 | > south
  14765. web_1 | > crispy_forms
  14766. web_1 | > avatar
  14767. web_1 | > bootstrap3
  14768. web_1 | > users
  14769. web_1 | > allauth
  14770. web_1 | > allauth.account
  14771. web_1 | > django.contrib.humanize
  14772. web_1 | > debug_toolbar
  14773. web_1 |
  14774. web_1 | Not synced (use migrations):
  14775. web_1 | - allauth.socialaccount
  14776. web_1 | - django_extensions
  14777. web_1 | (use ./manage.py migrate to migrate these)
  14778. web_1 | Running migrations for socialaccount:
  14779. web_1 | - Nothing to migrate.
  14780. web_1 | - Loading initial data for socialaccount.
  14781. web_1 | Installed 0 object(s) from 0 fixture(s)
  14782. web_1 | Running migrations for django_extensions:
  14783. web_1 | - Nothing to migrate.
  14784. web_1 | - Loading initial data for django_extensions.
  14785. web_1 | Installed 0 object(s) from 0 fixture(s)
  14786. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14787. web_1 | [GCC 4.9.2] on linux2
  14788. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14789. web_1 | (InteractiveConsole)
  14790. web_1 |
  14791. web_1 | >>> >>> Starting the server
  14792. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14793. web_1 |
  14794. web_1 | Fatal error: Unable to find local grunt.
  14795. web_1 |
  14796. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14797. web_1 | your project. For more information about installing and configuring grunt,
  14798. web_1 | please see the Getting Started guide:
  14799. web_1 |
  14800. web_1 | http://gruntjs.com/getting-started
  14801. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14802. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14803. web_1 | Syncing...
  14804. web_1 | Creating tables ...
  14805. web_1 | Installing custom SQL ...
  14806. web_1 | Installing indexes ...
  14807. web_1 | Installed 0 object(s) from 0 fixture(s)
  14808. web_1 |
  14809. web_1 | Synced:
  14810. web_1 | > django.contrib.auth
  14811. web_1 | > django.contrib.contenttypes
  14812. web_1 | > django.contrib.sessions
  14813. web_1 | > django.contrib.sites
  14814. web_1 | > django.contrib.messages
  14815. web_1 | > django.contrib.staticfiles
  14816. web_1 | > django.contrib.admin
  14817. web_1 | > south
  14818. web_1 | > crispy_forms
  14819. web_1 | > avatar
  14820. web_1 | > bootstrap3
  14821. web_1 | > users
  14822. web_1 | > allauth
  14823. web_1 | > allauth.account
  14824. web_1 | > django.contrib.humanize
  14825. web_1 | > debug_toolbar
  14826. web_1 |
  14827. web_1 | Not synced (use migrations):
  14828. web_1 | - allauth.socialaccount
  14829. web_1 | - django_extensions
  14830. web_1 | (use ./manage.py migrate to migrate these)
  14831. web_1 | Running migrations for socialaccount:
  14832. web_1 | - Nothing to migrate.
  14833. web_1 | - Loading initial data for socialaccount.
  14834. web_1 | Installed 0 object(s) from 0 fixture(s)
  14835. web_1 | Running migrations for django_extensions:
  14836. web_1 | - Nothing to migrate.
  14837. web_1 | - Loading initial data for django_extensions.
  14838. web_1 | Installed 0 object(s) from 0 fixture(s)
  14839. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14840. web_1 | [GCC 4.9.2] on linux2
  14841. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14842. web_1 | (InteractiveConsole)
  14843. web_1 |
  14844. web_1 | >>> >>> Starting the server
  14845. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14846. web_1 |
  14847. web_1 | Fatal error: Unable to find local grunt.
  14848. web_1 |
  14849. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14850. web_1 | your project. For more information about installing and configuring grunt,
  14851. web_1 | please see the Getting Started guide:
  14852. web_1 |
  14853. web_1 | http://gruntjs.com/getting-started
  14854. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14855. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14856. web_1 | Syncing...
  14857. web_1 | Creating tables ...
  14858. web_1 | Installing custom SQL ...
  14859. web_1 | Installing indexes ...
  14860. web_1 | Installed 0 object(s) from 0 fixture(s)
  14861. web_1 |
  14862. web_1 | Synced:
  14863. web_1 | > django.contrib.auth
  14864. web_1 | > django.contrib.contenttypes
  14865. web_1 | > django.contrib.sessions
  14866. web_1 | > django.contrib.sites
  14867. web_1 | > django.contrib.messages
  14868. web_1 | > django.contrib.staticfiles
  14869. web_1 | > django.contrib.admin
  14870. web_1 | > south
  14871. web_1 | > crispy_forms
  14872. web_1 | > avatar
  14873. web_1 | > bootstrap3
  14874. web_1 | > users
  14875. web_1 | > allauth
  14876. web_1 | > allauth.account
  14877. web_1 | > django.contrib.humanize
  14878. web_1 | > debug_toolbar
  14879. web_1 |
  14880. web_1 | Not synced (use migrations):
  14881. web_1 | - allauth.socialaccount
  14882. web_1 | - django_extensions
  14883. web_1 | (use ./manage.py migrate to migrate these)
  14884. web_1 | Running migrations for socialaccount:
  14885. web_1 | - Nothing to migrate.
  14886. web_1 | - Loading initial data for socialaccount.
  14887. web_1 | Installed 0 object(s) from 0 fixture(s)
  14888. web_1 | Running migrations for django_extensions:
  14889. web_1 | - Nothing to migrate.
  14890. web_1 | - Loading initial data for django_extensions.
  14891. web_1 | Installed 0 object(s) from 0 fixture(s)
  14892. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14893. web_1 | [GCC 4.9.2] on linux2
  14894. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14895. web_1 | (InteractiveConsole)
  14896. web_1 |
  14897. web_1 | >>> >>> Starting the server
  14898. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14899. web_1 |
  14900. web_1 | Fatal error: Unable to find local grunt.
  14901. web_1 |
  14902. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14903. web_1 | your project. For more information about installing and configuring grunt,
  14904. web_1 | please see the Getting Started guide:
  14905. web_1 |
  14906. web_1 | http://gruntjs.com/getting-started
  14907. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14908. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14909. web_1 | Syncing...
  14910. web_1 | Creating tables ...
  14911. web_1 | Installing custom SQL ...
  14912. web_1 | Installing indexes ...
  14913. web_1 | Installed 0 object(s) from 0 fixture(s)
  14914. web_1 |
  14915. web_1 | Synced:
  14916. web_1 | > django.contrib.auth
  14917. web_1 | > django.contrib.contenttypes
  14918. web_1 | > django.contrib.sessions
  14919. web_1 | > django.contrib.sites
  14920. web_1 | > django.contrib.messages
  14921. web_1 | > django.contrib.staticfiles
  14922. web_1 | > django.contrib.admin
  14923. web_1 | > south
  14924. web_1 | > crispy_forms
  14925. web_1 | > avatar
  14926. web_1 | > bootstrap3
  14927. web_1 | > users
  14928. web_1 | > allauth
  14929. web_1 | > allauth.account
  14930. web_1 | > django.contrib.humanize
  14931. web_1 | > debug_toolbar
  14932. web_1 |
  14933. web_1 | Not synced (use migrations):
  14934. web_1 | - allauth.socialaccount
  14935. web_1 | - django_extensions
  14936. web_1 | (use ./manage.py migrate to migrate these)
  14937. web_1 | Running migrations for socialaccount:
  14938. web_1 | - Nothing to migrate.
  14939. web_1 | - Loading initial data for socialaccount.
  14940. web_1 | Installed 0 object(s) from 0 fixture(s)
  14941. web_1 | Running migrations for django_extensions:
  14942. web_1 | - Nothing to migrate.
  14943. web_1 | - Loading initial data for django_extensions.
  14944. web_1 | Installed 0 object(s) from 0 fixture(s)
  14945. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14946. web_1 | [GCC 4.9.2] on linux2
  14947. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  14948. web_1 | (InteractiveConsole)
  14949. web_1 |
  14950. web_1 | >>> >>> Starting the server
  14951. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  14952. web_1 |
  14953. web_1 | Fatal error: Unable to find local grunt.
  14954. web_1 |
  14955. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  14956. web_1 | your project. For more information about installing and configuring grunt,
  14957. web_1 | please see the Getting Started guide:
  14958. web_1 |
  14959. web_1 | http://gruntjs.com/getting-started
  14960. web_1 | Starting OpenBSD Secure Shell server: sshd.
  14961. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  14962. web_1 | Syncing...
  14963. web_1 | Creating tables ...
  14964. web_1 | Installing custom SQL ...
  14965. web_1 | Installing indexes ...
  14966. web_1 | Installed 0 object(s) from 0 fixture(s)
  14967. web_1 |
  14968. web_1 | Synced:
  14969. web_1 | > django.contrib.auth
  14970. web_1 | > django.contrib.contenttypes
  14971. web_1 | > django.contrib.sessions
  14972. web_1 | > django.contrib.sites
  14973. web_1 | > django.contrib.messages
  14974. web_1 | > django.contrib.staticfiles
  14975. web_1 | > django.contrib.admin
  14976. web_1 | > south
  14977. web_1 | > crispy_forms
  14978. web_1 | > avatar
  14979. web_1 | > bootstrap3
  14980. web_1 | > users
  14981. web_1 | > allauth
  14982. web_1 | > allauth.account
  14983. web_1 | > django.contrib.humanize
  14984. web_1 | > debug_toolbar
  14985. web_1 |
  14986. web_1 | Not synced (use migrations):
  14987. web_1 | - allauth.socialaccount
  14988. web_1 | - django_extensions
  14989. web_1 | (use ./manage.py migrate to migrate these)
  14990. web_1 | Running migrations for socialaccount:
  14991. web_1 | - Nothing to migrate.
  14992. web_1 | - Loading initial data for socialaccount.
  14993. web_1 | Installed 0 object(s) from 0 fixture(s)
  14994. web_1 | Running migrations for django_extensions:
  14995. web_1 | - Nothing to migrate.
  14996. web_1 | - Loading initial data for django_extensions.
  14997. web_1 | Installed 0 object(s) from 0 fixture(s)
  14998. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  14999. web_1 | [GCC 4.9.2] on linux2
  15000. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15001. web_1 | (InteractiveConsole)
  15002. web_1 |
  15003. web_1 | >>> >>> Starting the server
  15004. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15005. web_1 |
  15006. web_1 | Fatal error: Unable to find local grunt.
  15007. web_1 |
  15008. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15009. web_1 | your project. For more information about installing and configuring grunt,
  15010. web_1 | please see the Getting Started guide:
  15011. web_1 |
  15012. web_1 | http://gruntjs.com/getting-started
  15013. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15014. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15015. web_1 | Syncing...
  15016. web_1 | Creating tables ...
  15017. web_1 | Installing custom SQL ...
  15018. web_1 | Installing indexes ...
  15019. web_1 | Installed 0 object(s) from 0 fixture(s)
  15020. web_1 |
  15021. web_1 | Synced:
  15022. web_1 | > django.contrib.auth
  15023. web_1 | > django.contrib.contenttypes
  15024. web_1 | > django.contrib.sessions
  15025. web_1 | > django.contrib.sites
  15026. web_1 | > django.contrib.messages
  15027. web_1 | > django.contrib.staticfiles
  15028. web_1 | > django.contrib.admin
  15029. web_1 | > south
  15030. web_1 | > crispy_forms
  15031. web_1 | > avatar
  15032. web_1 | > bootstrap3
  15033. web_1 | > users
  15034. web_1 | > allauth
  15035. web_1 | > allauth.account
  15036. web_1 | > django.contrib.humanize
  15037. web_1 | > debug_toolbar
  15038. web_1 |
  15039. web_1 | Not synced (use migrations):
  15040. web_1 | - allauth.socialaccount
  15041. web_1 | - django_extensions
  15042. web_1 | (use ./manage.py migrate to migrate these)
  15043. web_1 | Running migrations for socialaccount:
  15044. web_1 | - Nothing to migrate.
  15045. web_1 | - Loading initial data for socialaccount.
  15046. web_1 | Installed 0 object(s) from 0 fixture(s)
  15047. web_1 | Running migrations for django_extensions:
  15048. web_1 | - Nothing to migrate.
  15049. web_1 | - Loading initial data for django_extensions.
  15050. web_1 | Installed 0 object(s) from 0 fixture(s)
  15051. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15052. web_1 | [GCC 4.9.2] on linux2
  15053. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15054. web_1 | (InteractiveConsole)
  15055. web_1 |
  15056. web_1 | >>> >>> Starting the server
  15057. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15058. web_1 |
  15059. web_1 | Fatal error: Unable to find local grunt.
  15060. web_1 |
  15061. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15062. web_1 | your project. For more information about installing and configuring grunt,
  15063. web_1 | please see the Getting Started guide:
  15064. web_1 |
  15065. web_1 | http://gruntjs.com/getting-started
  15066. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15067. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15068. web_1 | Syncing...
  15069. web_1 | Creating tables ...
  15070. web_1 | Installing custom SQL ...
  15071. web_1 | Installing indexes ...
  15072. web_1 | Installed 0 object(s) from 0 fixture(s)
  15073. web_1 |
  15074. web_1 | Synced:
  15075. web_1 | > django.contrib.auth
  15076. web_1 | > django.contrib.contenttypes
  15077. web_1 | > django.contrib.sessions
  15078. web_1 | > django.contrib.sites
  15079. web_1 | > django.contrib.messages
  15080. web_1 | > django.contrib.staticfiles
  15081. web_1 | > django.contrib.admin
  15082. web_1 | > south
  15083. web_1 | > crispy_forms
  15084. web_1 | > avatar
  15085. web_1 | > bootstrap3
  15086. web_1 | > users
  15087. web_1 | > allauth
  15088. web_1 | > allauth.account
  15089. web_1 | > django.contrib.humanize
  15090. web_1 | > debug_toolbar
  15091. web_1 |
  15092. web_1 | Not synced (use migrations):
  15093. web_1 | - allauth.socialaccount
  15094. web_1 | - django_extensions
  15095. web_1 | (use ./manage.py migrate to migrate these)
  15096. web_1 | Running migrations for socialaccount:
  15097. web_1 | - Nothing to migrate.
  15098. web_1 | - Loading initial data for socialaccount.
  15099. web_1 | Installed 0 object(s) from 0 fixture(s)
  15100. web_1 | Running migrations for django_extensions:
  15101. web_1 | - Nothing to migrate.
  15102. web_1 | - Loading initial data for django_extensions.
  15103. web_1 | Installed 0 object(s) from 0 fixture(s)
  15104. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15105. web_1 | [GCC 4.9.2] on linux2
  15106. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15107. web_1 | (InteractiveConsole)
  15108. web_1 |
  15109. web_1 | >>> >>> Starting the server
  15110. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15111. web_1 |
  15112. web_1 | Fatal error: Unable to find local grunt.
  15113. web_1 |
  15114. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15115. web_1 | your project. For more information about installing and configuring grunt,
  15116. web_1 | please see the Getting Started guide:
  15117. web_1 |
  15118. web_1 | http://gruntjs.com/getting-started
  15119. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15120. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15121. web_1 | Syncing...
  15122. web_1 | Creating tables ...
  15123. web_1 | Installing custom SQL ...
  15124. web_1 | Installing indexes ...
  15125. web_1 | Installed 0 object(s) from 0 fixture(s)
  15126. web_1 |
  15127. web_1 | Synced:
  15128. web_1 | > django.contrib.auth
  15129. web_1 | > django.contrib.contenttypes
  15130. web_1 | > django.contrib.sessions
  15131. web_1 | > django.contrib.sites
  15132. web_1 | > django.contrib.messages
  15133. web_1 | > django.contrib.staticfiles
  15134. web_1 | > django.contrib.admin
  15135. web_1 | > south
  15136. web_1 | > crispy_forms
  15137. web_1 | > avatar
  15138. web_1 | > bootstrap3
  15139. web_1 | > users
  15140. web_1 | > allauth
  15141. web_1 | > allauth.account
  15142. web_1 | > django.contrib.humanize
  15143. web_1 | > debug_toolbar
  15144. web_1 |
  15145. web_1 | Not synced (use migrations):
  15146. web_1 | - allauth.socialaccount
  15147. web_1 | - django_extensions
  15148. web_1 | (use ./manage.py migrate to migrate these)
  15149. web_1 | Running migrations for socialaccount:
  15150. web_1 | - Nothing to migrate.
  15151. web_1 | - Loading initial data for socialaccount.
  15152. web_1 | Installed 0 object(s) from 0 fixture(s)
  15153. web_1 | Running migrations for django_extensions:
  15154. web_1 | - Nothing to migrate.
  15155. web_1 | - Loading initial data for django_extensions.
  15156. web_1 | Installed 0 object(s) from 0 fixture(s)
  15157. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15158. web_1 | [GCC 4.9.2] on linux2
  15159. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15160. web_1 | (InteractiveConsole)
  15161. web_1 |
  15162. web_1 | >>> >>> Starting the server
  15163. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15164. web_1 |
  15165. web_1 | Fatal error: Unable to find local grunt.
  15166. web_1 |
  15167. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15168. web_1 | your project. For more information about installing and configuring grunt,
  15169. web_1 | please see the Getting Started guide:
  15170. web_1 |
  15171. web_1 | http://gruntjs.com/getting-started
  15172. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15173. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15174. web_1 | Syncing...
  15175. web_1 | Creating tables ...
  15176. web_1 | Installing custom SQL ...
  15177. web_1 | Installing indexes ...
  15178. web_1 | Installed 0 object(s) from 0 fixture(s)
  15179. web_1 |
  15180. web_1 | Synced:
  15181. web_1 | > django.contrib.auth
  15182. web_1 | > django.contrib.contenttypes
  15183. web_1 | > django.contrib.sessions
  15184. web_1 | > django.contrib.sites
  15185. web_1 | > django.contrib.messages
  15186. web_1 | > django.contrib.staticfiles
  15187. web_1 | > django.contrib.admin
  15188. web_1 | > south
  15189. web_1 | > crispy_forms
  15190. web_1 | > avatar
  15191. web_1 | > bootstrap3
  15192. web_1 | > users
  15193. web_1 | > allauth
  15194. web_1 | > allauth.account
  15195. web_1 | > django.contrib.humanize
  15196. web_1 | > debug_toolbar
  15197. web_1 |
  15198. web_1 | Not synced (use migrations):
  15199. web_1 | - allauth.socialaccount
  15200. web_1 | - django_extensions
  15201. web_1 | (use ./manage.py migrate to migrate these)
  15202. web_1 | Running migrations for socialaccount:
  15203. web_1 | - Nothing to migrate.
  15204. web_1 | - Loading initial data for socialaccount.
  15205. web_1 | Installed 0 object(s) from 0 fixture(s)
  15206. web_1 | Running migrations for django_extensions:
  15207. web_1 | - Nothing to migrate.
  15208. web_1 | - Loading initial data for django_extensions.
  15209. web_1 | Installed 0 object(s) from 0 fixture(s)
  15210. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15211. web_1 | [GCC 4.9.2] on linux2
  15212. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15213. web_1 | (InteractiveConsole)
  15214. web_1 |
  15215. web_1 | >>> >>> Starting the server
  15216. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15217. web_1 |
  15218. web_1 | Fatal error: Unable to find local grunt.
  15219. web_1 |
  15220. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15221. web_1 | your project. For more information about installing and configuring grunt,
  15222. web_1 | please see the Getting Started guide:
  15223. web_1 |
  15224. web_1 | http://gruntjs.com/getting-started
  15225. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15226. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15227. web_1 | Syncing...
  15228. web_1 | Creating tables ...
  15229. web_1 | Installing custom SQL ...
  15230. web_1 | Installing indexes ...
  15231. web_1 | Installed 0 object(s) from 0 fixture(s)
  15232. web_1 |
  15233. web_1 | Synced:
  15234. web_1 | > django.contrib.auth
  15235. web_1 | > django.contrib.contenttypes
  15236. web_1 | > django.contrib.sessions
  15237. web_1 | > django.contrib.sites
  15238. web_1 | > django.contrib.messages
  15239. web_1 | > django.contrib.staticfiles
  15240. web_1 | > django.contrib.admin
  15241. web_1 | > south
  15242. web_1 | > crispy_forms
  15243. web_1 | > avatar
  15244. web_1 | > bootstrap3
  15245. web_1 | > users
  15246. web_1 | > allauth
  15247. web_1 | > allauth.account
  15248. web_1 | > django.contrib.humanize
  15249. web_1 | > debug_toolbar
  15250. web_1 |
  15251. web_1 | Not synced (use migrations):
  15252. web_1 | - allauth.socialaccount
  15253. web_1 | - django_extensions
  15254. web_1 | (use ./manage.py migrate to migrate these)
  15255. web_1 | Running migrations for socialaccount:
  15256. web_1 | - Nothing to migrate.
  15257. web_1 | - Loading initial data for socialaccount.
  15258. web_1 | Installed 0 object(s) from 0 fixture(s)
  15259. web_1 | Running migrations for django_extensions:
  15260. web_1 | - Nothing to migrate.
  15261. web_1 | - Loading initial data for django_extensions.
  15262. web_1 | Installed 0 object(s) from 0 fixture(s)
  15263. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15264. web_1 | [GCC 4.9.2] on linux2
  15265. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15266. web_1 | (InteractiveConsole)
  15267. web_1 |
  15268. web_1 | >>> >>> Starting the server
  15269. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15270. web_1 |
  15271. web_1 | Fatal error: Unable to find local grunt.
  15272. web_1 |
  15273. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15274. web_1 | your project. For more information about installing and configuring grunt,
  15275. web_1 | please see the Getting Started guide:
  15276. web_1 |
  15277. web_1 | http://gruntjs.com/getting-started
  15278. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15279. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15280. web_1 | Syncing...
  15281. web_1 | Creating tables ...
  15282. web_1 | Installing custom SQL ...
  15283. web_1 | Installing indexes ...
  15284. web_1 | Installed 0 object(s) from 0 fixture(s)
  15285. web_1 |
  15286. web_1 | Synced:
  15287. web_1 | > django.contrib.auth
  15288. web_1 | > django.contrib.contenttypes
  15289. web_1 | > django.contrib.sessions
  15290. web_1 | > django.contrib.sites
  15291. web_1 | > django.contrib.messages
  15292. web_1 | > django.contrib.staticfiles
  15293. web_1 | > django.contrib.admin
  15294. web_1 | > south
  15295. web_1 | > crispy_forms
  15296. web_1 | > avatar
  15297. web_1 | > bootstrap3
  15298. web_1 | > users
  15299. web_1 | > allauth
  15300. web_1 | > allauth.account
  15301. web_1 | > django.contrib.humanize
  15302. web_1 | > debug_toolbar
  15303. web_1 |
  15304. web_1 | Not synced (use migrations):
  15305. web_1 | - allauth.socialaccount
  15306. web_1 | - django_extensions
  15307. web_1 | (use ./manage.py migrate to migrate these)
  15308. web_1 | Running migrations for socialaccount:
  15309. web_1 | - Nothing to migrate.
  15310. web_1 | - Loading initial data for socialaccount.
  15311. web_1 | Installed 0 object(s) from 0 fixture(s)
  15312. web_1 | Running migrations for django_extensions:
  15313. web_1 | - Nothing to migrate.
  15314. web_1 | - Loading initial data for django_extensions.
  15315. web_1 | Installed 0 object(s) from 0 fixture(s)
  15316. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15317. web_1 | [GCC 4.9.2] on linux2
  15318. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15319. web_1 | (InteractiveConsole)
  15320. web_1 |
  15321. web_1 | >>> >>> Starting the server
  15322. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15323. web_1 |
  15324. web_1 | Fatal error: Unable to find local grunt.
  15325. web_1 |
  15326. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15327. web_1 | your project. For more information about installing and configuring grunt,
  15328. web_1 | please see the Getting Started guide:
  15329. web_1 |
  15330. web_1 | http://gruntjs.com/getting-started
  15331. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15332. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15333. web_1 | Syncing...
  15334. web_1 | Creating tables ...
  15335. web_1 | Installing custom SQL ...
  15336. web_1 | Installing indexes ...
  15337. web_1 | Installed 0 object(s) from 0 fixture(s)
  15338. web_1 |
  15339. web_1 | Synced:
  15340. web_1 | > django.contrib.auth
  15341. web_1 | > django.contrib.contenttypes
  15342. web_1 | > django.contrib.sessions
  15343. web_1 | > django.contrib.sites
  15344. web_1 | > django.contrib.messages
  15345. web_1 | > django.contrib.staticfiles
  15346. web_1 | > django.contrib.admin
  15347. web_1 | > south
  15348. web_1 | > crispy_forms
  15349. web_1 | > avatar
  15350. web_1 | > bootstrap3
  15351. web_1 | > users
  15352. web_1 | > allauth
  15353. web_1 | > allauth.account
  15354. web_1 | > django.contrib.humanize
  15355. web_1 | > debug_toolbar
  15356. web_1 |
  15357. web_1 | Not synced (use migrations):
  15358. web_1 | - allauth.socialaccount
  15359. web_1 | - django_extensions
  15360. web_1 | (use ./manage.py migrate to migrate these)
  15361. web_1 | Running migrations for socialaccount:
  15362. web_1 | - Nothing to migrate.
  15363. web_1 | - Loading initial data for socialaccount.
  15364. web_1 | Installed 0 object(s) from 0 fixture(s)
  15365. web_1 | Running migrations for django_extensions:
  15366. web_1 | - Nothing to migrate.
  15367. web_1 | - Loading initial data for django_extensions.
  15368. web_1 | Installed 0 object(s) from 0 fixture(s)
  15369. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15370. web_1 | [GCC 4.9.2] on linux2
  15371. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15372. web_1 | (InteractiveConsole)
  15373. web_1 |
  15374. web_1 | >>> >>> Starting the server
  15375. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15376. web_1 |
  15377. web_1 | Fatal error: Unable to find local grunt.
  15378. web_1 |
  15379. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15380. web_1 | your project. For more information about installing and configuring grunt,
  15381. web_1 | please see the Getting Started guide:
  15382. web_1 |
  15383. web_1 | http://gruntjs.com/getting-started
  15384. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15385. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15386. web_1 | Syncing...
  15387. web_1 | Creating tables ...
  15388. web_1 | Installing custom SQL ...
  15389. web_1 | Installing indexes ...
  15390. web_1 | Installed 0 object(s) from 0 fixture(s)
  15391. web_1 |
  15392. web_1 | Synced:
  15393. web_1 | > django.contrib.auth
  15394. web_1 | > django.contrib.contenttypes
  15395. web_1 | > django.contrib.sessions
  15396. web_1 | > django.contrib.sites
  15397. web_1 | > django.contrib.messages
  15398. web_1 | > django.contrib.staticfiles
  15399. web_1 | > django.contrib.admin
  15400. web_1 | > south
  15401. web_1 | > crispy_forms
  15402. web_1 | > avatar
  15403. web_1 | > bootstrap3
  15404. web_1 | > users
  15405. web_1 | > allauth
  15406. web_1 | > allauth.account
  15407. web_1 | > django.contrib.humanize
  15408. web_1 | > debug_toolbar
  15409. web_1 |
  15410. web_1 | Not synced (use migrations):
  15411. web_1 | - allauth.socialaccount
  15412. web_1 | - django_extensions
  15413. web_1 | (use ./manage.py migrate to migrate these)
  15414. web_1 | Running migrations for socialaccount:
  15415. web_1 | - Nothing to migrate.
  15416. web_1 | - Loading initial data for socialaccount.
  15417. web_1 | Installed 0 object(s) from 0 fixture(s)
  15418. web_1 | Running migrations for django_extensions:
  15419. web_1 | - Nothing to migrate.
  15420. web_1 | - Loading initial data for django_extensions.
  15421. web_1 | Installed 0 object(s) from 0 fixture(s)
  15422. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15423. web_1 | [GCC 4.9.2] on linux2
  15424. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15425. web_1 | (InteractiveConsole)
  15426. web_1 |
  15427. web_1 | >>> >>> Starting the server
  15428. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15429. web_1 |
  15430. web_1 | Fatal error: Unable to find local grunt.
  15431. web_1 |
  15432. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15433. web_1 | your project. For more information about installing and configuring grunt,
  15434. web_1 | please see the Getting Started guide:
  15435. web_1 |
  15436. web_1 | http://gruntjs.com/getting-started
  15437. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15438. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15439. web_1 | Syncing...
  15440. web_1 | Creating tables ...
  15441. web_1 | Installing custom SQL ...
  15442. web_1 | Installing indexes ...
  15443. web_1 | Installed 0 object(s) from 0 fixture(s)
  15444. web_1 |
  15445. web_1 | Synced:
  15446. web_1 | > django.contrib.auth
  15447. web_1 | > django.contrib.contenttypes
  15448. web_1 | > django.contrib.sessions
  15449. web_1 | > django.contrib.sites
  15450. web_1 | > django.contrib.messages
  15451. web_1 | > django.contrib.staticfiles
  15452. web_1 | > django.contrib.admin
  15453. web_1 | > south
  15454. web_1 | > crispy_forms
  15455. web_1 | > avatar
  15456. web_1 | > bootstrap3
  15457. web_1 | > users
  15458. web_1 | > allauth
  15459. web_1 | > allauth.account
  15460. web_1 | > django.contrib.humanize
  15461. web_1 | > debug_toolbar
  15462. web_1 |
  15463. web_1 | Not synced (use migrations):
  15464. web_1 | - allauth.socialaccount
  15465. web_1 | - django_extensions
  15466. web_1 | (use ./manage.py migrate to migrate these)
  15467. web_1 | Running migrations for socialaccount:
  15468. web_1 | - Nothing to migrate.
  15469. web_1 | - Loading initial data for socialaccount.
  15470. web_1 | Installed 0 object(s) from 0 fixture(s)
  15471. web_1 | Running migrations for django_extensions:
  15472. web_1 | - Nothing to migrate.
  15473. web_1 | - Loading initial data for django_extensions.
  15474. web_1 | Installed 0 object(s) from 0 fixture(s)
  15475. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15476. web_1 | [GCC 4.9.2] on linux2
  15477. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15478. web_1 | (InteractiveConsole)
  15479. web_1 |
  15480. web_1 | >>> >>> Starting the server
  15481. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15482. web_1 |
  15483. web_1 | Fatal error: Unable to find local grunt.
  15484. web_1 |
  15485. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15486. web_1 | your project. For more information about installing and configuring grunt,
  15487. web_1 | please see the Getting Started guide:
  15488. web_1 |
  15489. web_1 | http://gruntjs.com/getting-started
  15490. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15491. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15492. web_1 | Syncing...
  15493. web_1 | Creating tables ...
  15494. web_1 | Installing custom SQL ...
  15495. web_1 | Installing indexes ...
  15496. web_1 | Installed 0 object(s) from 0 fixture(s)
  15497. web_1 |
  15498. web_1 | Synced:
  15499. web_1 | > django.contrib.auth
  15500. web_1 | > django.contrib.contenttypes
  15501. web_1 | > django.contrib.sessions
  15502. web_1 | > django.contrib.sites
  15503. web_1 | > django.contrib.messages
  15504. web_1 | > django.contrib.staticfiles
  15505. web_1 | > django.contrib.admin
  15506. web_1 | > south
  15507. web_1 | > crispy_forms
  15508. web_1 | > avatar
  15509. web_1 | > bootstrap3
  15510. web_1 | > users
  15511. web_1 | > allauth
  15512. web_1 | > allauth.account
  15513. web_1 | > django.contrib.humanize
  15514. web_1 | > debug_toolbar
  15515. web_1 |
  15516. web_1 | Not synced (use migrations):
  15517. web_1 | - allauth.socialaccount
  15518. web_1 | - django_extensions
  15519. web_1 | (use ./manage.py migrate to migrate these)
  15520. web_1 | Running migrations for socialaccount:
  15521. web_1 | - Nothing to migrate.
  15522. web_1 | - Loading initial data for socialaccount.
  15523. web_1 | Installed 0 object(s) from 0 fixture(s)
  15524. web_1 | Running migrations for django_extensions:
  15525. web_1 | - Nothing to migrate.
  15526. web_1 | - Loading initial data for django_extensions.
  15527. web_1 | Installed 0 object(s) from 0 fixture(s)
  15528. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15529. web_1 | [GCC 4.9.2] on linux2
  15530. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15531. web_1 | (InteractiveConsole)
  15532. web_1 |
  15533. web_1 | >>> >>> Starting the server
  15534. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15535. web_1 |
  15536. web_1 | Fatal error: Unable to find local grunt.
  15537. web_1 |
  15538. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15539. web_1 | your project. For more information about installing and configuring grunt,
  15540. web_1 | please see the Getting Started guide:
  15541. web_1 |
  15542. web_1 | http://gruntjs.com/getting-started
  15543. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15544. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15545. web_1 | Syncing...
  15546. web_1 | Creating tables ...
  15547. web_1 | Installing custom SQL ...
  15548. web_1 | Installing indexes ...
  15549. web_1 | Installed 0 object(s) from 0 fixture(s)
  15550. web_1 |
  15551. web_1 | Synced:
  15552. web_1 | > django.contrib.auth
  15553. web_1 | > django.contrib.contenttypes
  15554. web_1 | > django.contrib.sessions
  15555. web_1 | > django.contrib.sites
  15556. web_1 | > django.contrib.messages
  15557. web_1 | > django.contrib.staticfiles
  15558. web_1 | > django.contrib.admin
  15559. web_1 | > south
  15560. web_1 | > crispy_forms
  15561. web_1 | > avatar
  15562. web_1 | > bootstrap3
  15563. web_1 | > users
  15564. web_1 | > allauth
  15565. web_1 | > allauth.account
  15566. web_1 | > django.contrib.humanize
  15567. web_1 | > debug_toolbar
  15568. web_1 |
  15569. web_1 | Not synced (use migrations):
  15570. web_1 | - allauth.socialaccount
  15571. web_1 | - django_extensions
  15572. web_1 | (use ./manage.py migrate to migrate these)
  15573. web_1 | Running migrations for socialaccount:
  15574. web_1 | - Nothing to migrate.
  15575. web_1 | - Loading initial data for socialaccount.
  15576. web_1 | Installed 0 object(s) from 0 fixture(s)
  15577. web_1 | Running migrations for django_extensions:
  15578. web_1 | - Nothing to migrate.
  15579. web_1 | - Loading initial data for django_extensions.
  15580. web_1 | Installed 0 object(s) from 0 fixture(s)
  15581. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15582. web_1 | [GCC 4.9.2] on linux2
  15583. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15584. web_1 | (InteractiveConsole)
  15585. web_1 |
  15586. web_1 | >>> >>> Starting the server
  15587. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15588. web_1 |
  15589. web_1 | Fatal error: Unable to find local grunt.
  15590. web_1 |
  15591. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15592. web_1 | your project. For more information about installing and configuring grunt,
  15593. web_1 | please see the Getting Started guide:
  15594. web_1 |
  15595. web_1 | http://gruntjs.com/getting-started
  15596. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15597. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15598. web_1 | Syncing...
  15599. web_1 | Creating tables ...
  15600. web_1 | Installing custom SQL ...
  15601. web_1 | Installing indexes ...
  15602. web_1 | Installed 0 object(s) from 0 fixture(s)
  15603. web_1 |
  15604. web_1 | Synced:
  15605. web_1 | > django.contrib.auth
  15606. web_1 | > django.contrib.contenttypes
  15607. web_1 | > django.contrib.sessions
  15608. web_1 | > django.contrib.sites
  15609. web_1 | > django.contrib.messages
  15610. web_1 | > django.contrib.staticfiles
  15611. web_1 | > django.contrib.admin
  15612. web_1 | > south
  15613. web_1 | > crispy_forms
  15614. web_1 | > avatar
  15615. web_1 | > bootstrap3
  15616. web_1 | > users
  15617. web_1 | > allauth
  15618. web_1 | > allauth.account
  15619. web_1 | > django.contrib.humanize
  15620. web_1 | > debug_toolbar
  15621. web_1 |
  15622. web_1 | Not synced (use migrations):
  15623. web_1 | - allauth.socialaccount
  15624. web_1 | - django_extensions
  15625. web_1 | (use ./manage.py migrate to migrate these)
  15626. web_1 | Running migrations for socialaccount:
  15627. web_1 | - Nothing to migrate.
  15628. web_1 | - Loading initial data for socialaccount.
  15629. web_1 | Installed 0 object(s) from 0 fixture(s)
  15630. web_1 | Running migrations for django_extensions:
  15631. web_1 | - Nothing to migrate.
  15632. web_1 | - Loading initial data for django_extensions.
  15633. web_1 | Installed 0 object(s) from 0 fixture(s)
  15634. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15635. web_1 | [GCC 4.9.2] on linux2
  15636. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15637. web_1 | (InteractiveConsole)
  15638. web_1 |
  15639. web_1 | >>> >>> Starting the server
  15640. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15641. web_1 |
  15642. web_1 | Fatal error: Unable to find local grunt.
  15643. web_1 |
  15644. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15645. web_1 | your project. For more information about installing and configuring grunt,
  15646. web_1 | please see the Getting Started guide:
  15647. web_1 |
  15648. web_1 | http://gruntjs.com/getting-started
  15649. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15650. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15651. web_1 | Syncing...
  15652. web_1 | Creating tables ...
  15653. web_1 | Installing custom SQL ...
  15654. web_1 | Installing indexes ...
  15655. web_1 | Installed 0 object(s) from 0 fixture(s)
  15656. web_1 |
  15657. web_1 | Synced:
  15658. web_1 | > django.contrib.auth
  15659. web_1 | > django.contrib.contenttypes
  15660. web_1 | > django.contrib.sessions
  15661. web_1 | > django.contrib.sites
  15662. web_1 | > django.contrib.messages
  15663. web_1 | > django.contrib.staticfiles
  15664. web_1 | > django.contrib.admin
  15665. web_1 | > south
  15666. web_1 | > crispy_forms
  15667. web_1 | > avatar
  15668. web_1 | > bootstrap3
  15669. web_1 | > users
  15670. web_1 | > allauth
  15671. web_1 | > allauth.account
  15672. web_1 | > django.contrib.humanize
  15673. web_1 | > debug_toolbar
  15674. web_1 |
  15675. web_1 | Not synced (use migrations):
  15676. web_1 | - allauth.socialaccount
  15677. web_1 | - django_extensions
  15678. web_1 | (use ./manage.py migrate to migrate these)
  15679. web_1 | Running migrations for socialaccount:
  15680. web_1 | - Nothing to migrate.
  15681. web_1 | - Loading initial data for socialaccount.
  15682. web_1 | Installed 0 object(s) from 0 fixture(s)
  15683. web_1 | Running migrations for django_extensions:
  15684. web_1 | - Nothing to migrate.
  15685. web_1 | - Loading initial data for django_extensions.
  15686. web_1 | Installed 0 object(s) from 0 fixture(s)
  15687. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15688. web_1 | [GCC 4.9.2] on linux2
  15689. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15690. web_1 | (InteractiveConsole)
  15691. web_1 |
  15692. web_1 | >>> >>> Starting the server
  15693. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15694. web_1 |
  15695. web_1 | Fatal error: Unable to find local grunt.
  15696. web_1 |
  15697. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15698. web_1 | your project. For more information about installing and configuring grunt,
  15699. web_1 | please see the Getting Started guide:
  15700. web_1 |
  15701. web_1 | http://gruntjs.com/getting-started
  15702. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15703. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15704. web_1 | Syncing...
  15705. web_1 | Creating tables ...
  15706. web_1 | Installing custom SQL ...
  15707. web_1 | Installing indexes ...
  15708. web_1 | Installed 0 object(s) from 0 fixture(s)
  15709. web_1 |
  15710. web_1 | Synced:
  15711. web_1 | > django.contrib.auth
  15712. web_1 | > django.contrib.contenttypes
  15713. web_1 | > django.contrib.sessions
  15714. web_1 | > django.contrib.sites
  15715. web_1 | > django.contrib.messages
  15716. web_1 | > django.contrib.staticfiles
  15717. web_1 | > django.contrib.admin
  15718. web_1 | > south
  15719. web_1 | > crispy_forms
  15720. web_1 | > avatar
  15721. web_1 | > bootstrap3
  15722. web_1 | > users
  15723. web_1 | > allauth
  15724. web_1 | > allauth.account
  15725. web_1 | > django.contrib.humanize
  15726. web_1 | > debug_toolbar
  15727. web_1 |
  15728. web_1 | Not synced (use migrations):
  15729. web_1 | - allauth.socialaccount
  15730. web_1 | - django_extensions
  15731. web_1 | (use ./manage.py migrate to migrate these)
  15732. web_1 | Running migrations for socialaccount:
  15733. web_1 | - Nothing to migrate.
  15734. web_1 | - Loading initial data for socialaccount.
  15735. web_1 | Installed 0 object(s) from 0 fixture(s)
  15736. web_1 | Running migrations for django_extensions:
  15737. web_1 | - Nothing to migrate.
  15738. web_1 | - Loading initial data for django_extensions.
  15739. web_1 | Installed 0 object(s) from 0 fixture(s)
  15740. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15741. web_1 | [GCC 4.9.2] on linux2
  15742. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15743. web_1 | (InteractiveConsole)
  15744. web_1 |
  15745. web_1 | >>> >>> Starting the server
  15746. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15747. web_1 |
  15748. web_1 | Fatal error: Unable to find local grunt.
  15749. web_1 |
  15750. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15751. web_1 | your project. For more information about installing and configuring grunt,
  15752. web_1 | please see the Getting Started guide:
  15753. web_1 |
  15754. web_1 | http://gruntjs.com/getting-started
  15755. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15756. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15757. web_1 | Syncing...
  15758. web_1 | Creating tables ...
  15759. web_1 | Installing custom SQL ...
  15760. web_1 | Installing indexes ...
  15761. web_1 | Installed 0 object(s) from 0 fixture(s)
  15762. web_1 |
  15763. web_1 | Synced:
  15764. web_1 | > django.contrib.auth
  15765. web_1 | > django.contrib.contenttypes
  15766. web_1 | > django.contrib.sessions
  15767. web_1 | > django.contrib.sites
  15768. web_1 | > django.contrib.messages
  15769. web_1 | > django.contrib.staticfiles
  15770. web_1 | > django.contrib.admin
  15771. web_1 | > south
  15772. web_1 | > crispy_forms
  15773. web_1 | > avatar
  15774. web_1 | > bootstrap3
  15775. web_1 | > users
  15776. web_1 | > allauth
  15777. web_1 | > allauth.account
  15778. web_1 | > django.contrib.humanize
  15779. web_1 | > debug_toolbar
  15780. web_1 |
  15781. web_1 | Not synced (use migrations):
  15782. web_1 | - allauth.socialaccount
  15783. web_1 | - django_extensions
  15784. web_1 | (use ./manage.py migrate to migrate these)
  15785. web_1 | Running migrations for socialaccount:
  15786. web_1 | - Nothing to migrate.
  15787. web_1 | - Loading initial data for socialaccount.
  15788. web_1 | Installed 0 object(s) from 0 fixture(s)
  15789. web_1 | Running migrations for django_extensions:
  15790. web_1 | - Nothing to migrate.
  15791. web_1 | - Loading initial data for django_extensions.
  15792. web_1 | Installed 0 object(s) from 0 fixture(s)
  15793. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15794. web_1 | [GCC 4.9.2] on linux2
  15795. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15796. web_1 | (InteractiveConsole)
  15797. web_1 |
  15798. web_1 | >>> >>> Starting the server
  15799. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15800. web_1 |
  15801. web_1 | Fatal error: Unable to find local grunt.
  15802. web_1 |
  15803. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15804. web_1 | your project. For more information about installing and configuring grunt,
  15805. web_1 | please see the Getting Started guide:
  15806. web_1 |
  15807. web_1 | http://gruntjs.com/getting-started
  15808. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15809. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15810. web_1 | Syncing...
  15811. web_1 | Creating tables ...
  15812. web_1 | Installing custom SQL ...
  15813. web_1 | Installing indexes ...
  15814. web_1 | Installed 0 object(s) from 0 fixture(s)
  15815. web_1 |
  15816. web_1 | Synced:
  15817. web_1 | > django.contrib.auth
  15818. web_1 | > django.contrib.contenttypes
  15819. web_1 | > django.contrib.sessions
  15820. web_1 | > django.contrib.sites
  15821. web_1 | > django.contrib.messages
  15822. web_1 | > django.contrib.staticfiles
  15823. web_1 | > django.contrib.admin
  15824. web_1 | > south
  15825. web_1 | > crispy_forms
  15826. web_1 | > avatar
  15827. web_1 | > bootstrap3
  15828. web_1 | > users
  15829. web_1 | > allauth
  15830. web_1 | > allauth.account
  15831. web_1 | > django.contrib.humanize
  15832. web_1 | > debug_toolbar
  15833. web_1 |
  15834. web_1 | Not synced (use migrations):
  15835. web_1 | - allauth.socialaccount
  15836. web_1 | - django_extensions
  15837. web_1 | (use ./manage.py migrate to migrate these)
  15838. web_1 | Running migrations for socialaccount:
  15839. web_1 | - Nothing to migrate.
  15840. web_1 | - Loading initial data for socialaccount.
  15841. web_1 | Installed 0 object(s) from 0 fixture(s)
  15842. web_1 | Running migrations for django_extensions:
  15843. web_1 | - Nothing to migrate.
  15844. web_1 | - Loading initial data for django_extensions.
  15845. web_1 | Installed 0 object(s) from 0 fixture(s)
  15846. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15847. web_1 | [GCC 4.9.2] on linux2
  15848. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15849. web_1 | (InteractiveConsole)
  15850. web_1 |
  15851. web_1 | >>> >>> Starting the server
  15852. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15853. web_1 |
  15854. web_1 | Fatal error: Unable to find local grunt.
  15855. web_1 |
  15856. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15857. web_1 | your project. For more information about installing and configuring grunt,
  15858. web_1 | please see the Getting Started guide:
  15859. web_1 |
  15860. web_1 | http://gruntjs.com/getting-started
  15861. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15862. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15863. web_1 | Syncing...
  15864. web_1 | Creating tables ...
  15865. web_1 | Installing custom SQL ...
  15866. web_1 | Installing indexes ...
  15867. web_1 | Installed 0 object(s) from 0 fixture(s)
  15868. web_1 |
  15869. web_1 | Synced:
  15870. web_1 | > django.contrib.auth
  15871. web_1 | > django.contrib.contenttypes
  15872. web_1 | > django.contrib.sessions
  15873. web_1 | > django.contrib.sites
  15874. web_1 | > django.contrib.messages
  15875. web_1 | > django.contrib.staticfiles
  15876. web_1 | > django.contrib.admin
  15877. web_1 | > south
  15878. web_1 | > crispy_forms
  15879. web_1 | > avatar
  15880. web_1 | > bootstrap3
  15881. web_1 | > users
  15882. web_1 | > allauth
  15883. web_1 | > allauth.account
  15884. web_1 | > django.contrib.humanize
  15885. web_1 | > debug_toolbar
  15886. web_1 |
  15887. web_1 | Not synced (use migrations):
  15888. web_1 | - allauth.socialaccount
  15889. web_1 | - django_extensions
  15890. web_1 | (use ./manage.py migrate to migrate these)
  15891. web_1 | Running migrations for socialaccount:
  15892. web_1 | - Nothing to migrate.
  15893. web_1 | - Loading initial data for socialaccount.
  15894. web_1 | Installed 0 object(s) from 0 fixture(s)
  15895. web_1 | Running migrations for django_extensions:
  15896. web_1 | - Nothing to migrate.
  15897. web_1 | - Loading initial data for django_extensions.
  15898. web_1 | Installed 0 object(s) from 0 fixture(s)
  15899. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  15900. web_1 | [GCC 4.9.2] on linux2
  15901. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  15902. web_1 | (InteractiveConsole)
  15903. web_1 |
  15904. web_1 | >>> >>> Starting the server
  15905. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  15906. web_1 |
  15907. web_1 | Fatal error: Unable to find local grunt.
  15908. web_1 |
  15909. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  15910. web_1 | your project. For more information about installing and configuring grunt,
  15911. web_1 | please see the Getting Started guide:
  15912. web_1 |
  15913. web_1 | http://gruntjs.com/getting-started
  15914. oclweb_web_1 exited with code 99
  15915. web_1 | Starting OpenBSD Secure Shell server: sshd.
  15916. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  15917. web_1 | Syncing...
  15918. web_1 | Traceback (most recent call last):
  15919. web_1 | File "ocl_web/manage.py", line 19, in <module>
  15920. web_1 | execute_from_command_line(sys.argv)
  15921. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  15922. web_1 | utility.execute()
  15923. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  15924. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  15925. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  15926. web_1 | self.execute(*args, **options.__dict__)
  15927. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  15928. web_1 | output = self.handle(*args, **options)
  15929. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  15930. web_1 | return self.handle_noargs(**options)
  15931. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  15932. web_1 | syncdb.Command().execute(**options)
  15933. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  15934. web_1 | output = self.handle(*args, **options)
  15935. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  15936. web_1 | return self.handle_noargs(**options)
  15937. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  15938. web_1 | cursor = connection.cursor()
  15939. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  15940. web_1 | cursor = self.make_debug_cursor(self._cursor())
  15941. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  15942. web_1 | self.ensure_connection()
  15943. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  15944. web_1 | self.connect()
  15945. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  15946. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  15947. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  15948. web_1 | self.connect()
  15949. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  15950. web_1 | self.connection = self.get_new_connection(conn_params)
  15951. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  15952. web_1 | return Database.connect(**conn_params)
  15953. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  15954. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  15955. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  15956. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  15957. web_1 | TCP/IP connections on port 5432?
  15958. web_1 |
  15959. web_1 | Traceback (most recent call last):
  15960. web_1 | File "ocl_web/manage.py", line 19, in <module>
  15961. web_1 | execute_from_command_line(sys.argv)
  15962. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  15963. web_1 | utility.execute()
  15964. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  15965. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  15966. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  15967. web_1 | self.execute(*args, **options.__dict__)
  15968. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  15969. web_1 | output = self.handle(*args, **options)
  15970. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  15971. web_1 | ignore_ghosts = ignore_ghosts,
  15972. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  15973. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  15974. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  15975. web_1 | for h in histories:
  15976. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  15977. web_1 | self._fetch_all()
  15978. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  15979. web_1 | self._result_cache = list(self.iterator())
  15980. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  15981. web_1 | for row in compiler.results_iter():
  15982. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  15983. web_1 | for rows in self.execute_sql(MULTI):
  15984. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  15985. web_1 | cursor = self.connection.cursor()
  15986. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  15987. web_1 | cursor = self.make_debug_cursor(self._cursor())
  15988. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  15989. web_1 | self.ensure_connection()
  15990. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  15991. web_1 | self.connect()
  15992. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  15993. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  15994. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  15995. web_1 | self.connect()
  15996. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  15997. web_1 | self.connection = self.get_new_connection(conn_params)
  15998. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  15999. web_1 | return Database.connect(**conn_params)
  16000. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  16001. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  16002. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  16003. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  16004. web_1 | TCP/IP connections on port 5432?
  16005. web_1 |
  16006. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16007. web_1 | [GCC 4.9.2] on linux2
  16008. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16009. web_1 | (InteractiveConsole)
  16010. web_1 | Traceback (most recent call last):
  16011. web_1 | File "<console>", line 1, in <module>
  16012. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  16013. web_1 | return self.query.get_count(using=self.db)
  16014. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  16015. web_1 | number = obj.get_aggregation(using=using)[None]
  16016. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  16017. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  16018. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  16019. web_1 | cursor = self.connection.cursor()
  16020. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  16021. web_1 | cursor = self.make_debug_cursor(self._cursor())
  16022. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  16023. web_1 | self.ensure_connection()
  16024. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  16025. web_1 | self.connect()
  16026. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  16027. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  16028. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  16029. web_1 | self.connect()
  16030. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  16031. web_1 | self.connection = self.get_new_connection(conn_params)
  16032. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  16033. web_1 | return Database.connect(**conn_params)
  16034. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  16035. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  16036. web_1 | OperationalError: could not connect to server: Connection refused
  16037. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  16038. web_1 | TCP/IP connections on port 5432?
  16039. web_1 |
  16040. web_1 |
  16041. web_1 | >>> >>> Starting the server
  16042. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16043. web_1 |
  16044. web_1 | Fatal error: Unable to find local grunt.
  16045. web_1 |
  16046. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16047. web_1 | your project. For more information about installing and configuring grunt,
  16048. web_1 | please see the Getting Started guide:
  16049. web_1 |
  16050. web_1 | http://gruntjs.com/getting-started
  16051. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16052. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16053. web_1 | Syncing...
  16054. web_1 | Creating tables ...
  16055. web_1 | Creating table auth_permission
  16056. web_1 | Creating table auth_group_permissions
  16057. web_1 | Creating table auth_group
  16058. web_1 | Creating table django_content_type
  16059. web_1 | Creating table django_session
  16060. web_1 | Creating table django_site
  16061. web_1 | Creating table django_admin_log
  16062. web_1 | Creating table south_migrationhistory
  16063. web_1 | Creating table avatar_avatar
  16064. web_1 | Creating table users_user_groups
  16065. web_1 | Creating table users_user_user_permissions
  16066. web_1 | Creating table users_user
  16067. web_1 | Creating table account_emailaddress
  16068. web_1 | Creating table account_emailconfirmation
  16069. web_1 | Installing custom SQL ...
  16070. web_1 | Installing indexes ...
  16071. web_1 | Installed 0 object(s) from 0 fixture(s)
  16072. web_1 |
  16073. web_1 | Synced:
  16074. web_1 | > django.contrib.auth
  16075. web_1 | > django.contrib.contenttypes
  16076. web_1 | > django.contrib.sessions
  16077. web_1 | > django.contrib.sites
  16078. web_1 | > django.contrib.messages
  16079. web_1 | > django.contrib.staticfiles
  16080. web_1 | > django.contrib.admin
  16081. web_1 | > south
  16082. web_1 | > crispy_forms
  16083. web_1 | > avatar
  16084. web_1 | > bootstrap3
  16085. web_1 | > users
  16086. web_1 | > allauth
  16087. web_1 | > allauth.account
  16088. web_1 | > django.contrib.humanize
  16089. web_1 | > debug_toolbar
  16090. web_1 |
  16091. web_1 | Not synced (use migrations):
  16092. web_1 | - allauth.socialaccount
  16093. web_1 | - django_extensions
  16094. web_1 | (use ./manage.py migrate to migrate these)
  16095. web_1 | Running migrations for socialaccount:
  16096. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  16097. web_1 | > socialaccount:0001_initial
  16098. web_1 | > socialaccount:0002_genericmodels
  16099. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  16100. web_1 | > socialaccount:0004_add_sites
  16101. web_1 | > socialaccount:0005_set_sites
  16102. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  16103. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  16104. web_1 | > socialaccount:0008_client_id
  16105. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  16106. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  16107. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  16108. web_1 | - Loading initial data for socialaccount.
  16109. web_1 | Installed 0 object(s) from 0 fixture(s)
  16110. web_1 | Running migrations for django_extensions:
  16111. web_1 | - Migrating forwards to 0001_empty.
  16112. web_1 | > django_extensions:0001_empty
  16113. web_1 | - Loading initial data for django_extensions.
  16114. web_1 | Installed 0 object(s) from 0 fixture(s)
  16115. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16116. web_1 | [GCC 4.9.2] on linux2
  16117. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16118. web_1 | (InteractiveConsole)
  16119. web_1 |
  16120. web_1 | >>> >>> Starting the server
  16121. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16122. web_1 |
  16123. web_1 | Fatal error: Unable to find local grunt.
  16124. web_1 |
  16125. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16126. web_1 | your project. For more information about installing and configuring grunt,
  16127. web_1 | please see the Getting Started guide:
  16128. web_1 |
  16129. web_1 | http://gruntjs.com/getting-started
  16130. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16131. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16132. web_1 | Syncing...
  16133. web_1 | Creating tables ...
  16134. web_1 | Installing custom SQL ...
  16135. web_1 | Installing indexes ...
  16136. web_1 | Installed 0 object(s) from 0 fixture(s)
  16137. web_1 |
  16138. web_1 | Synced:
  16139. web_1 | > django.contrib.auth
  16140. web_1 | > django.contrib.contenttypes
  16141. web_1 | > django.contrib.sessions
  16142. web_1 | > django.contrib.sites
  16143. web_1 | > django.contrib.messages
  16144. web_1 | > django.contrib.staticfiles
  16145. web_1 | > django.contrib.admin
  16146. web_1 | > south
  16147. web_1 | > crispy_forms
  16148. web_1 | > avatar
  16149. web_1 | > bootstrap3
  16150. web_1 | > users
  16151. web_1 | > allauth
  16152. web_1 | > allauth.account
  16153. web_1 | > django.contrib.humanize
  16154. web_1 | > debug_toolbar
  16155. web_1 |
  16156. web_1 | Not synced (use migrations):
  16157. web_1 | - allauth.socialaccount
  16158. web_1 | - django_extensions
  16159. web_1 | (use ./manage.py migrate to migrate these)
  16160. web_1 | Running migrations for socialaccount:
  16161. web_1 | - Nothing to migrate.
  16162. web_1 | - Loading initial data for socialaccount.
  16163. web_1 | Installed 0 object(s) from 0 fixture(s)
  16164. web_1 | Running migrations for django_extensions:
  16165. web_1 | - Nothing to migrate.
  16166. web_1 | - Loading initial data for django_extensions.
  16167. web_1 | Installed 0 object(s) from 0 fixture(s)
  16168. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16169. web_1 | [GCC 4.9.2] on linux2
  16170. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16171. web_1 | (InteractiveConsole)
  16172. web_1 |
  16173. web_1 | >>> >>> Starting the server
  16174. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16175. web_1 |
  16176. web_1 | Fatal error: Unable to find local grunt.
  16177. web_1 |
  16178. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16179. web_1 | your project. For more information about installing and configuring grunt,
  16180. web_1 | please see the Getting Started guide:
  16181. web_1 |
  16182. web_1 | http://gruntjs.com/getting-started
  16183. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16184. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16185. web_1 | Syncing...
  16186. web_1 | Creating tables ...
  16187. web_1 | Installing custom SQL ...
  16188. web_1 | Installing indexes ...
  16189. web_1 | Installed 0 object(s) from 0 fixture(s)
  16190. web_1 |
  16191. web_1 | Synced:
  16192. web_1 | > django.contrib.auth
  16193. web_1 | > django.contrib.contenttypes
  16194. web_1 | > django.contrib.sessions
  16195. web_1 | > django.contrib.sites
  16196. web_1 | > django.contrib.messages
  16197. web_1 | > django.contrib.staticfiles
  16198. web_1 | > django.contrib.admin
  16199. web_1 | > south
  16200. web_1 | > crispy_forms
  16201. web_1 | > avatar
  16202. web_1 | > bootstrap3
  16203. web_1 | > users
  16204. web_1 | > allauth
  16205. web_1 | > allauth.account
  16206. web_1 | > django.contrib.humanize
  16207. web_1 | > debug_toolbar
  16208. web_1 |
  16209. web_1 | Not synced (use migrations):
  16210. web_1 | - allauth.socialaccount
  16211. web_1 | - django_extensions
  16212. web_1 | (use ./manage.py migrate to migrate these)
  16213. web_1 | Running migrations for socialaccount:
  16214. web_1 | - Nothing to migrate.
  16215. web_1 | - Loading initial data for socialaccount.
  16216. web_1 | Installed 0 object(s) from 0 fixture(s)
  16217. web_1 | Running migrations for django_extensions:
  16218. web_1 | - Nothing to migrate.
  16219. web_1 | - Loading initial data for django_extensions.
  16220. web_1 | Installed 0 object(s) from 0 fixture(s)
  16221. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16222. web_1 | [GCC 4.9.2] on linux2
  16223. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16224. web_1 | (InteractiveConsole)
  16225. web_1 |
  16226. web_1 | >>> >>> Starting the server
  16227. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16228. web_1 |
  16229. web_1 | Fatal error: Unable to find local grunt.
  16230. web_1 |
  16231. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16232. web_1 | your project. For more information about installing and configuring grunt,
  16233. web_1 | please see the Getting Started guide:
  16234. web_1 |
  16235. web_1 | http://gruntjs.com/getting-started
  16236. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16237. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16238. web_1 | Syncing...
  16239. web_1 | Creating tables ...
  16240. web_1 | Installing custom SQL ...
  16241. web_1 | Installing indexes ...
  16242. web_1 | Installed 0 object(s) from 0 fixture(s)
  16243. web_1 |
  16244. web_1 | Synced:
  16245. web_1 | > django.contrib.auth
  16246. web_1 | > django.contrib.contenttypes
  16247. web_1 | > django.contrib.sessions
  16248. web_1 | > django.contrib.sites
  16249. web_1 | > django.contrib.messages
  16250. web_1 | > django.contrib.staticfiles
  16251. web_1 | > django.contrib.admin
  16252. web_1 | > south
  16253. web_1 | > crispy_forms
  16254. web_1 | > avatar
  16255. web_1 | > bootstrap3
  16256. web_1 | > users
  16257. web_1 | > allauth
  16258. web_1 | > allauth.account
  16259. web_1 | > django.contrib.humanize
  16260. web_1 | > debug_toolbar
  16261. web_1 |
  16262. web_1 | Not synced (use migrations):
  16263. web_1 | - allauth.socialaccount
  16264. web_1 | - django_extensions
  16265. web_1 | (use ./manage.py migrate to migrate these)
  16266. web_1 | Running migrations for socialaccount:
  16267. web_1 | - Nothing to migrate.
  16268. web_1 | - Loading initial data for socialaccount.
  16269. web_1 | Installed 0 object(s) from 0 fixture(s)
  16270. web_1 | Running migrations for django_extensions:
  16271. web_1 | - Nothing to migrate.
  16272. web_1 | - Loading initial data for django_extensions.
  16273. web_1 | Installed 0 object(s) from 0 fixture(s)
  16274. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16275. web_1 | [GCC 4.9.2] on linux2
  16276. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16277. web_1 | (InteractiveConsole)
  16278. web_1 |
  16279. web_1 | >>> >>> Starting the server
  16280. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16281. web_1 |
  16282. web_1 | Fatal error: Unable to find local grunt.
  16283. web_1 |
  16284. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16285. web_1 | your project. For more information about installing and configuring grunt,
  16286. web_1 | please see the Getting Started guide:
  16287. web_1 |
  16288. web_1 | http://gruntjs.com/getting-started
  16289. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16290. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16291. web_1 | Syncing...
  16292. web_1 | Creating tables ...
  16293. web_1 | Installing custom SQL ...
  16294. web_1 | Installing indexes ...
  16295. web_1 | Installed 0 object(s) from 0 fixture(s)
  16296. web_1 |
  16297. web_1 | Synced:
  16298. web_1 | > django.contrib.auth
  16299. web_1 | > django.contrib.contenttypes
  16300. web_1 | > django.contrib.sessions
  16301. web_1 | > django.contrib.sites
  16302. web_1 | > django.contrib.messages
  16303. web_1 | > django.contrib.staticfiles
  16304. web_1 | > django.contrib.admin
  16305. web_1 | > south
  16306. web_1 | > crispy_forms
  16307. web_1 | > avatar
  16308. web_1 | > bootstrap3
  16309. web_1 | > users
  16310. web_1 | > allauth
  16311. web_1 | > allauth.account
  16312. web_1 | > django.contrib.humanize
  16313. web_1 | > debug_toolbar
  16314. web_1 |
  16315. web_1 | Not synced (use migrations):
  16316. web_1 | - allauth.socialaccount
  16317. web_1 | - django_extensions
  16318. web_1 | (use ./manage.py migrate to migrate these)
  16319. web_1 | Running migrations for socialaccount:
  16320. web_1 | - Nothing to migrate.
  16321. web_1 | - Loading initial data for socialaccount.
  16322. web_1 | Installed 0 object(s) from 0 fixture(s)
  16323. web_1 | Running migrations for django_extensions:
  16324. web_1 | - Nothing to migrate.
  16325. web_1 | - Loading initial data for django_extensions.
  16326. web_1 | Installed 0 object(s) from 0 fixture(s)
  16327. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16328. web_1 | [GCC 4.9.2] on linux2
  16329. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16330. web_1 | (InteractiveConsole)
  16331. web_1 |
  16332. web_1 | >>> >>> Starting the server
  16333. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16334. web_1 |
  16335. web_1 | Fatal error: Unable to find local grunt.
  16336. web_1 |
  16337. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16338. web_1 | your project. For more information about installing and configuring grunt,
  16339. web_1 | please see the Getting Started guide:
  16340. web_1 |
  16341. web_1 | http://gruntjs.com/getting-started
  16342. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16343. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16344. web_1 | Syncing...
  16345. web_1 | Creating tables ...
  16346. web_1 | Installing custom SQL ...
  16347. web_1 | Installing indexes ...
  16348. web_1 | Installed 0 object(s) from 0 fixture(s)
  16349. web_1 |
  16350. web_1 | Synced:
  16351. web_1 | > django.contrib.auth
  16352. web_1 | > django.contrib.contenttypes
  16353. web_1 | > django.contrib.sessions
  16354. web_1 | > django.contrib.sites
  16355. web_1 | > django.contrib.messages
  16356. web_1 | > django.contrib.staticfiles
  16357. web_1 | > django.contrib.admin
  16358. web_1 | > south
  16359. web_1 | > crispy_forms
  16360. web_1 | > avatar
  16361. web_1 | > bootstrap3
  16362. web_1 | > users
  16363. web_1 | > allauth
  16364. web_1 | > allauth.account
  16365. web_1 | > django.contrib.humanize
  16366. web_1 | > debug_toolbar
  16367. web_1 |
  16368. web_1 | Not synced (use migrations):
  16369. web_1 | - allauth.socialaccount
  16370. web_1 | - django_extensions
  16371. web_1 | (use ./manage.py migrate to migrate these)
  16372. web_1 | Running migrations for socialaccount:
  16373. web_1 | - Nothing to migrate.
  16374. web_1 | - Loading initial data for socialaccount.
  16375. web_1 | Installed 0 object(s) from 0 fixture(s)
  16376. web_1 | Running migrations for django_extensions:
  16377. web_1 | - Nothing to migrate.
  16378. web_1 | - Loading initial data for django_extensions.
  16379. web_1 | Installed 0 object(s) from 0 fixture(s)
  16380. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16381. web_1 | [GCC 4.9.2] on linux2
  16382. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16383. web_1 | (InteractiveConsole)
  16384. web_1 |
  16385. web_1 | >>> >>> Starting the server
  16386. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16387. web_1 |
  16388. web_1 | Fatal error: Unable to find local grunt.
  16389. web_1 |
  16390. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16391. web_1 | your project. For more information about installing and configuring grunt,
  16392. web_1 | please see the Getting Started guide:
  16393. web_1 |
  16394. web_1 | http://gruntjs.com/getting-started
  16395. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16396. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16397. web_1 | Syncing...
  16398. web_1 | Creating tables ...
  16399. web_1 | Installing custom SQL ...
  16400. web_1 | Installing indexes ...
  16401. web_1 | Installed 0 object(s) from 0 fixture(s)
  16402. web_1 |
  16403. web_1 | Synced:
  16404. web_1 | > django.contrib.auth
  16405. web_1 | > django.contrib.contenttypes
  16406. web_1 | > django.contrib.sessions
  16407. web_1 | > django.contrib.sites
  16408. web_1 | > django.contrib.messages
  16409. web_1 | > django.contrib.staticfiles
  16410. web_1 | > django.contrib.admin
  16411. web_1 | > south
  16412. web_1 | > crispy_forms
  16413. web_1 | > avatar
  16414. web_1 | > bootstrap3
  16415. web_1 | > users
  16416. web_1 | > allauth
  16417. web_1 | > allauth.account
  16418. web_1 | > django.contrib.humanize
  16419. web_1 | > debug_toolbar
  16420. web_1 |
  16421. web_1 | Not synced (use migrations):
  16422. web_1 | - allauth.socialaccount
  16423. web_1 | - django_extensions
  16424. web_1 | (use ./manage.py migrate to migrate these)
  16425. web_1 | Running migrations for socialaccount:
  16426. web_1 | - Nothing to migrate.
  16427. web_1 | - Loading initial data for socialaccount.
  16428. web_1 | Installed 0 object(s) from 0 fixture(s)
  16429. web_1 | Running migrations for django_extensions:
  16430. web_1 | - Nothing to migrate.
  16431. web_1 | - Loading initial data for django_extensions.
  16432. web_1 | Installed 0 object(s) from 0 fixture(s)
  16433. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16434. web_1 | [GCC 4.9.2] on linux2
  16435. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16436. web_1 | (InteractiveConsole)
  16437. web_1 |
  16438. web_1 | >>> >>> Starting the server
  16439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16440. web_1 |
  16441. web_1 | Fatal error: Unable to find local grunt.
  16442. web_1 |
  16443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16444. web_1 | your project. For more information about installing and configuring grunt,
  16445. web_1 | please see the Getting Started guide:
  16446. web_1 |
  16447. web_1 | http://gruntjs.com/getting-started
  16448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16449. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16450. web_1 | Syncing...
  16451. web_1 | Creating tables ...
  16452. web_1 | Installing custom SQL ...
  16453. web_1 | Installing indexes ...
  16454. web_1 | Installed 0 object(s) from 0 fixture(s)
  16455. web_1 |
  16456. web_1 | Synced:
  16457. web_1 | > django.contrib.auth
  16458. web_1 | > django.contrib.contenttypes
  16459. web_1 | > django.contrib.sessions
  16460. web_1 | > django.contrib.sites
  16461. web_1 | > django.contrib.messages
  16462. web_1 | > django.contrib.staticfiles
  16463. web_1 | > django.contrib.admin
  16464. web_1 | > south
  16465. web_1 | > crispy_forms
  16466. web_1 | > avatar
  16467. web_1 | > bootstrap3
  16468. web_1 | > users
  16469. web_1 | > allauth
  16470. web_1 | > allauth.account
  16471. web_1 | > django.contrib.humanize
  16472. web_1 | > debug_toolbar
  16473. web_1 |
  16474. web_1 | Not synced (use migrations):
  16475. web_1 | - allauth.socialaccount
  16476. web_1 | - django_extensions
  16477. web_1 | (use ./manage.py migrate to migrate these)
  16478. web_1 | Running migrations for socialaccount:
  16479. web_1 | - Nothing to migrate.
  16480. web_1 | - Loading initial data for socialaccount.
  16481. web_1 | Installed 0 object(s) from 0 fixture(s)
  16482. web_1 | Running migrations for django_extensions:
  16483. web_1 | - Nothing to migrate.
  16484. web_1 | - Loading initial data for django_extensions.
  16485. web_1 | Installed 0 object(s) from 0 fixture(s)
  16486. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16487. web_1 | [GCC 4.9.2] on linux2
  16488. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16489. web_1 | (InteractiveConsole)
  16490. web_1 |
  16491. web_1 | >>> >>> Starting the server
  16492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16493. web_1 |
  16494. web_1 | Fatal error: Unable to find local grunt.
  16495. web_1 |
  16496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16497. web_1 | your project. For more information about installing and configuring grunt,
  16498. web_1 | please see the Getting Started guide:
  16499. web_1 |
  16500. web_1 | http://gruntjs.com/getting-started
  16501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16502. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16503. web_1 | Syncing...
  16504. web_1 | Creating tables ...
  16505. web_1 | Installing custom SQL ...
  16506. web_1 | Installing indexes ...
  16507. web_1 | Installed 0 object(s) from 0 fixture(s)
  16508. web_1 |
  16509. web_1 | Synced:
  16510. web_1 | > django.contrib.auth
  16511. web_1 | > django.contrib.contenttypes
  16512. web_1 | > django.contrib.sessions
  16513. web_1 | > django.contrib.sites
  16514. web_1 | > django.contrib.messages
  16515. web_1 | > django.contrib.staticfiles
  16516. web_1 | > django.contrib.admin
  16517. web_1 | > south
  16518. web_1 | > crispy_forms
  16519. web_1 | > avatar
  16520. web_1 | > bootstrap3
  16521. web_1 | > users
  16522. web_1 | > allauth
  16523. web_1 | > allauth.account
  16524. web_1 | > django.contrib.humanize
  16525. web_1 | > debug_toolbar
  16526. web_1 |
  16527. web_1 | Not synced (use migrations):
  16528. web_1 | - allauth.socialaccount
  16529. web_1 | - django_extensions
  16530. web_1 | (use ./manage.py migrate to migrate these)
  16531. web_1 | Running migrations for socialaccount:
  16532. web_1 | - Nothing to migrate.
  16533. web_1 | - Loading initial data for socialaccount.
  16534. web_1 | Installed 0 object(s) from 0 fixture(s)
  16535. web_1 | Running migrations for django_extensions:
  16536. web_1 | - Nothing to migrate.
  16537. web_1 | - Loading initial data for django_extensions.
  16538. web_1 | Installed 0 object(s) from 0 fixture(s)
  16539. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16540. web_1 | [GCC 4.9.2] on linux2
  16541. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16542. web_1 | (InteractiveConsole)
  16543. web_1 |
  16544. web_1 | >>> >>> Starting the server
  16545. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16546. web_1 |
  16547. web_1 | Fatal error: Unable to find local grunt.
  16548. web_1 |
  16549. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16550. web_1 | your project. For more information about installing and configuring grunt,
  16551. web_1 | please see the Getting Started guide:
  16552. web_1 |
  16553. web_1 | http://gruntjs.com/getting-started
  16554. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16555. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16556. web_1 | Syncing...
  16557. web_1 | Creating tables ...
  16558. web_1 | Installing custom SQL ...
  16559. web_1 | Installing indexes ...
  16560. web_1 | Installed 0 object(s) from 0 fixture(s)
  16561. web_1 |
  16562. web_1 | Synced:
  16563. web_1 | > django.contrib.auth
  16564. web_1 | > django.contrib.contenttypes
  16565. web_1 | > django.contrib.sessions
  16566. web_1 | > django.contrib.sites
  16567. web_1 | > django.contrib.messages
  16568. web_1 | > django.contrib.staticfiles
  16569. web_1 | > django.contrib.admin
  16570. web_1 | > south
  16571. web_1 | > crispy_forms
  16572. web_1 | > avatar
  16573. web_1 | > bootstrap3
  16574. web_1 | > users
  16575. web_1 | > allauth
  16576. web_1 | > allauth.account
  16577. web_1 | > django.contrib.humanize
  16578. web_1 | > debug_toolbar
  16579. web_1 |
  16580. web_1 | Not synced (use migrations):
  16581. web_1 | - allauth.socialaccount
  16582. web_1 | - django_extensions
  16583. web_1 | (use ./manage.py migrate to migrate these)
  16584. web_1 | Running migrations for socialaccount:
  16585. web_1 | - Nothing to migrate.
  16586. web_1 | - Loading initial data for socialaccount.
  16587. web_1 | Installed 0 object(s) from 0 fixture(s)
  16588. web_1 | Running migrations for django_extensions:
  16589. web_1 | - Nothing to migrate.
  16590. web_1 | - Loading initial data for django_extensions.
  16591. web_1 | Installed 0 object(s) from 0 fixture(s)
  16592. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16593. web_1 | [GCC 4.9.2] on linux2
  16594. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16595. web_1 | (InteractiveConsole)
  16596. web_1 |
  16597. web_1 | >>> >>> Starting the server
  16598. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16599. web_1 |
  16600. web_1 | Fatal error: Unable to find local grunt.
  16601. web_1 |
  16602. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16603. web_1 | your project. For more information about installing and configuring grunt,
  16604. web_1 | please see the Getting Started guide:
  16605. web_1 |
  16606. web_1 | http://gruntjs.com/getting-started
  16607. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16608. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16609. web_1 | Syncing...
  16610. web_1 | Creating tables ...
  16611. web_1 | Installing custom SQL ...
  16612. web_1 | Installing indexes ...
  16613. web_1 | Installed 0 object(s) from 0 fixture(s)
  16614. web_1 |
  16615. web_1 | Synced:
  16616. web_1 | > django.contrib.auth
  16617. web_1 | > django.contrib.contenttypes
  16618. web_1 | > django.contrib.sessions
  16619. web_1 | > django.contrib.sites
  16620. web_1 | > django.contrib.messages
  16621. web_1 | > django.contrib.staticfiles
  16622. web_1 | > django.contrib.admin
  16623. web_1 | > south
  16624. web_1 | > crispy_forms
  16625. web_1 | > avatar
  16626. web_1 | > bootstrap3
  16627. web_1 | > users
  16628. web_1 | > allauth
  16629. web_1 | > allauth.account
  16630. web_1 | > django.contrib.humanize
  16631. web_1 | > debug_toolbar
  16632. web_1 |
  16633. web_1 | Not synced (use migrations):
  16634. web_1 | - allauth.socialaccount
  16635. web_1 | - django_extensions
  16636. web_1 | (use ./manage.py migrate to migrate these)
  16637. web_1 | Running migrations for socialaccount:
  16638. web_1 | - Nothing to migrate.
  16639. web_1 | - Loading initial data for socialaccount.
  16640. web_1 | Installed 0 object(s) from 0 fixture(s)
  16641. web_1 | Running migrations for django_extensions:
  16642. web_1 | - Nothing to migrate.
  16643. web_1 | - Loading initial data for django_extensions.
  16644. web_1 | Installed 0 object(s) from 0 fixture(s)
  16645. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16646. web_1 | [GCC 4.9.2] on linux2
  16647. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16648. web_1 | (InteractiveConsole)
  16649. web_1 |
  16650. web_1 | >>> >>> Starting the server
  16651. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16652. web_1 |
  16653. web_1 | Fatal error: Unable to find local grunt.
  16654. web_1 |
  16655. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16656. web_1 | your project. For more information about installing and configuring grunt,
  16657. web_1 | please see the Getting Started guide:
  16658. web_1 |
  16659. web_1 | http://gruntjs.com/getting-started
  16660. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16661. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16662. web_1 | Syncing...
  16663. web_1 | Creating tables ...
  16664. web_1 | Installing custom SQL ...
  16665. web_1 | Installing indexes ...
  16666. web_1 | Installed 0 object(s) from 0 fixture(s)
  16667. web_1 |
  16668. web_1 | Synced:
  16669. web_1 | > django.contrib.auth
  16670. web_1 | > django.contrib.contenttypes
  16671. web_1 | > django.contrib.sessions
  16672. web_1 | > django.contrib.sites
  16673. web_1 | > django.contrib.messages
  16674. web_1 | > django.contrib.staticfiles
  16675. web_1 | > django.contrib.admin
  16676. web_1 | > south
  16677. web_1 | > crispy_forms
  16678. web_1 | > avatar
  16679. web_1 | > bootstrap3
  16680. web_1 | > users
  16681. web_1 | > allauth
  16682. web_1 | > allauth.account
  16683. web_1 | > django.contrib.humanize
  16684. web_1 | > debug_toolbar
  16685. web_1 |
  16686. web_1 | Not synced (use migrations):
  16687. web_1 | - allauth.socialaccount
  16688. web_1 | - django_extensions
  16689. web_1 | (use ./manage.py migrate to migrate these)
  16690. web_1 | Running migrations for socialaccount:
  16691. web_1 | - Nothing to migrate.
  16692. web_1 | - Loading initial data for socialaccount.
  16693. web_1 | Installed 0 object(s) from 0 fixture(s)
  16694. web_1 | Running migrations for django_extensions:
  16695. web_1 | - Nothing to migrate.
  16696. web_1 | - Loading initial data for django_extensions.
  16697. web_1 | Installed 0 object(s) from 0 fixture(s)
  16698. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16699. web_1 | [GCC 4.9.2] on linux2
  16700. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16701. web_1 | (InteractiveConsole)
  16702. web_1 |
  16703. web_1 | >>> >>> Starting the server
  16704. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16705. web_1 |
  16706. web_1 | Fatal error: Unable to find local grunt.
  16707. web_1 |
  16708. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16709. web_1 | your project. For more information about installing and configuring grunt,
  16710. web_1 | please see the Getting Started guide:
  16711. web_1 |
  16712. web_1 | http://gruntjs.com/getting-started
  16713. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16714. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16715. web_1 | Syncing...
  16716. web_1 | Creating tables ...
  16717. web_1 | Installing custom SQL ...
  16718. web_1 | Installing indexes ...
  16719. web_1 | Installed 0 object(s) from 0 fixture(s)
  16720. web_1 |
  16721. web_1 | Synced:
  16722. web_1 | > django.contrib.auth
  16723. web_1 | > django.contrib.contenttypes
  16724. web_1 | > django.contrib.sessions
  16725. web_1 | > django.contrib.sites
  16726. web_1 | > django.contrib.messages
  16727. web_1 | > django.contrib.staticfiles
  16728. web_1 | > django.contrib.admin
  16729. web_1 | > south
  16730. web_1 | > crispy_forms
  16731. web_1 | > avatar
  16732. web_1 | > bootstrap3
  16733. web_1 | > users
  16734. web_1 | > allauth
  16735. web_1 | > allauth.account
  16736. web_1 | > django.contrib.humanize
  16737. web_1 | > debug_toolbar
  16738. web_1 |
  16739. web_1 | Not synced (use migrations):
  16740. web_1 | - allauth.socialaccount
  16741. web_1 | - django_extensions
  16742. web_1 | (use ./manage.py migrate to migrate these)
  16743. web_1 | Running migrations for socialaccount:
  16744. web_1 | - Nothing to migrate.
  16745. web_1 | - Loading initial data for socialaccount.
  16746. web_1 | Installed 0 object(s) from 0 fixture(s)
  16747. web_1 | Running migrations for django_extensions:
  16748. web_1 | - Nothing to migrate.
  16749. web_1 | - Loading initial data for django_extensions.
  16750. web_1 | Installed 0 object(s) from 0 fixture(s)
  16751. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16752. web_1 | [GCC 4.9.2] on linux2
  16753. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16754. web_1 | (InteractiveConsole)
  16755. web_1 |
  16756. web_1 | >>> >>> Starting the server
  16757. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16758. web_1 |
  16759. web_1 | Fatal error: Unable to find local grunt.
  16760. web_1 |
  16761. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16762. web_1 | your project. For more information about installing and configuring grunt,
  16763. web_1 | please see the Getting Started guide:
  16764. web_1 |
  16765. web_1 | http://gruntjs.com/getting-started
  16766. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16767. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16768. web_1 | Syncing...
  16769. web_1 | Creating tables ...
  16770. web_1 | Installing custom SQL ...
  16771. web_1 | Installing indexes ...
  16772. web_1 | Installed 0 object(s) from 0 fixture(s)
  16773. web_1 |
  16774. web_1 | Synced:
  16775. web_1 | > django.contrib.auth
  16776. web_1 | > django.contrib.contenttypes
  16777. web_1 | > django.contrib.sessions
  16778. web_1 | > django.contrib.sites
  16779. web_1 | > django.contrib.messages
  16780. web_1 | > django.contrib.staticfiles
  16781. web_1 | > django.contrib.admin
  16782. web_1 | > south
  16783. web_1 | > crispy_forms
  16784. web_1 | > avatar
  16785. web_1 | > bootstrap3
  16786. web_1 | > users
  16787. web_1 | > allauth
  16788. web_1 | > allauth.account
  16789. web_1 | > django.contrib.humanize
  16790. web_1 | > debug_toolbar
  16791. web_1 |
  16792. web_1 | Not synced (use migrations):
  16793. web_1 | - allauth.socialaccount
  16794. web_1 | - django_extensions
  16795. web_1 | (use ./manage.py migrate to migrate these)
  16796. web_1 | Running migrations for socialaccount:
  16797. web_1 | - Nothing to migrate.
  16798. web_1 | - Loading initial data for socialaccount.
  16799. web_1 | Installed 0 object(s) from 0 fixture(s)
  16800. web_1 | Running migrations for django_extensions:
  16801. web_1 | - Nothing to migrate.
  16802. web_1 | - Loading initial data for django_extensions.
  16803. web_1 | Installed 0 object(s) from 0 fixture(s)
  16804. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16805. web_1 | [GCC 4.9.2] on linux2
  16806. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16807. web_1 | (InteractiveConsole)
  16808. web_1 |
  16809. web_1 | >>> >>> Starting the server
  16810. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16811. web_1 |
  16812. web_1 | Fatal error: Unable to find local grunt.
  16813. web_1 |
  16814. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16815. web_1 | your project. For more information about installing and configuring grunt,
  16816. web_1 | please see the Getting Started guide:
  16817. web_1 |
  16818. web_1 | http://gruntjs.com/getting-started
  16819. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16820. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16821. web_1 | Syncing...
  16822. web_1 | Creating tables ...
  16823. web_1 | Installing custom SQL ...
  16824. web_1 | Installing indexes ...
  16825. web_1 | Installed 0 object(s) from 0 fixture(s)
  16826. web_1 |
  16827. web_1 | Synced:
  16828. web_1 | > django.contrib.auth
  16829. web_1 | > django.contrib.contenttypes
  16830. web_1 | > django.contrib.sessions
  16831. web_1 | > django.contrib.sites
  16832. web_1 | > django.contrib.messages
  16833. web_1 | > django.contrib.staticfiles
  16834. web_1 | > django.contrib.admin
  16835. web_1 | > south
  16836. web_1 | > crispy_forms
  16837. web_1 | > avatar
  16838. web_1 | > bootstrap3
  16839. web_1 | > users
  16840. web_1 | > allauth
  16841. web_1 | > allauth.account
  16842. web_1 | > django.contrib.humanize
  16843. web_1 | > debug_toolbar
  16844. web_1 |
  16845. web_1 | Not synced (use migrations):
  16846. web_1 | - allauth.socialaccount
  16847. web_1 | - django_extensions
  16848. web_1 | (use ./manage.py migrate to migrate these)
  16849. web_1 | Running migrations for socialaccount:
  16850. web_1 | - Nothing to migrate.
  16851. web_1 | - Loading initial data for socialaccount.
  16852. web_1 | Installed 0 object(s) from 0 fixture(s)
  16853. web_1 | Running migrations for django_extensions:
  16854. web_1 | - Nothing to migrate.
  16855. web_1 | - Loading initial data for django_extensions.
  16856. web_1 | Installed 0 object(s) from 0 fixture(s)
  16857. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16858. web_1 | [GCC 4.9.2] on linux2
  16859. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16860. web_1 | (InteractiveConsole)
  16861. web_1 |
  16862. web_1 | >>> >>> Starting the server
  16863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16864. web_1 |
  16865. web_1 | Fatal error: Unable to find local grunt.
  16866. web_1 |
  16867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16868. web_1 | your project. For more information about installing and configuring grunt,
  16869. web_1 | please see the Getting Started guide:
  16870. web_1 |
  16871. web_1 | http://gruntjs.com/getting-started
  16872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16873. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16874. web_1 | Syncing...
  16875. web_1 | Creating tables ...
  16876. web_1 | Installing custom SQL ...
  16877. web_1 | Installing indexes ...
  16878. web_1 | Installed 0 object(s) from 0 fixture(s)
  16879. web_1 |
  16880. web_1 | Synced:
  16881. web_1 | > django.contrib.auth
  16882. web_1 | > django.contrib.contenttypes
  16883. web_1 | > django.contrib.sessions
  16884. web_1 | > django.contrib.sites
  16885. web_1 | > django.contrib.messages
  16886. web_1 | > django.contrib.staticfiles
  16887. web_1 | > django.contrib.admin
  16888. web_1 | > south
  16889. web_1 | > crispy_forms
  16890. web_1 | > avatar
  16891. web_1 | > bootstrap3
  16892. web_1 | > users
  16893. web_1 | > allauth
  16894. web_1 | > allauth.account
  16895. web_1 | > django.contrib.humanize
  16896. web_1 | > debug_toolbar
  16897. web_1 |
  16898. web_1 | Not synced (use migrations):
  16899. web_1 | - allauth.socialaccount
  16900. web_1 | - django_extensions
  16901. web_1 | (use ./manage.py migrate to migrate these)
  16902. web_1 | Running migrations for socialaccount:
  16903. web_1 | - Nothing to migrate.
  16904. web_1 | - Loading initial data for socialaccount.
  16905. web_1 | Installed 0 object(s) from 0 fixture(s)
  16906. web_1 | Running migrations for django_extensions:
  16907. web_1 | - Nothing to migrate.
  16908. web_1 | - Loading initial data for django_extensions.
  16909. web_1 | Installed 0 object(s) from 0 fixture(s)
  16910. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16911. web_1 | [GCC 4.9.2] on linux2
  16912. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16913. web_1 | (InteractiveConsole)
  16914. web_1 |
  16915. web_1 | >>> >>> Starting the server
  16916. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16917. web_1 |
  16918. web_1 | Fatal error: Unable to find local grunt.
  16919. web_1 |
  16920. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16921. web_1 | your project. For more information about installing and configuring grunt,
  16922. web_1 | please see the Getting Started guide:
  16923. web_1 |
  16924. web_1 | http://gruntjs.com/getting-started
  16925. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16926. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16927. web_1 | Syncing...
  16928. web_1 | Creating tables ...
  16929. web_1 | Installing custom SQL ...
  16930. web_1 | Installing indexes ...
  16931. web_1 | Installed 0 object(s) from 0 fixture(s)
  16932. web_1 |
  16933. web_1 | Synced:
  16934. web_1 | > django.contrib.auth
  16935. web_1 | > django.contrib.contenttypes
  16936. web_1 | > django.contrib.sessions
  16937. web_1 | > django.contrib.sites
  16938. web_1 | > django.contrib.messages
  16939. web_1 | > django.contrib.staticfiles
  16940. web_1 | > django.contrib.admin
  16941. web_1 | > south
  16942. web_1 | > crispy_forms
  16943. web_1 | > avatar
  16944. web_1 | > bootstrap3
  16945. web_1 | > users
  16946. web_1 | > allauth
  16947. web_1 | > allauth.account
  16948. web_1 | > django.contrib.humanize
  16949. web_1 | > debug_toolbar
  16950. web_1 |
  16951. web_1 | Not synced (use migrations):
  16952. web_1 | - allauth.socialaccount
  16953. web_1 | - django_extensions
  16954. web_1 | (use ./manage.py migrate to migrate these)
  16955. web_1 | Running migrations for socialaccount:
  16956. web_1 | - Nothing to migrate.
  16957. web_1 | - Loading initial data for socialaccount.
  16958. web_1 | Installed 0 object(s) from 0 fixture(s)
  16959. web_1 | Running migrations for django_extensions:
  16960. web_1 | - Nothing to migrate.
  16961. web_1 | - Loading initial data for django_extensions.
  16962. web_1 | Installed 0 object(s) from 0 fixture(s)
  16963. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  16964. web_1 | [GCC 4.9.2] on linux2
  16965. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  16966. web_1 | (InteractiveConsole)
  16967. web_1 |
  16968. web_1 | >>> >>> Starting the server
  16969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  16970. web_1 |
  16971. web_1 | Fatal error: Unable to find local grunt.
  16972. web_1 |
  16973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  16974. web_1 | your project. For more information about installing and configuring grunt,
  16975. web_1 | please see the Getting Started guide:
  16976. web_1 |
  16977. web_1 | http://gruntjs.com/getting-started
  16978. web_1 | Starting OpenBSD Secure Shell server: sshd.
  16979. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  16980. web_1 | Syncing...
  16981. web_1 | Creating tables ...
  16982. web_1 | Installing custom SQL ...
  16983. web_1 | Installing indexes ...
  16984. web_1 | Installed 0 object(s) from 0 fixture(s)
  16985. web_1 |
  16986. web_1 | Synced:
  16987. web_1 | > django.contrib.auth
  16988. web_1 | > django.contrib.contenttypes
  16989. web_1 | > django.contrib.sessions
  16990. web_1 | > django.contrib.sites
  16991. web_1 | > django.contrib.messages
  16992. web_1 | > django.contrib.staticfiles
  16993. web_1 | > django.contrib.admin
  16994. web_1 | > south
  16995. web_1 | > crispy_forms
  16996. web_1 | > avatar
  16997. web_1 | > bootstrap3
  16998. web_1 | > users
  16999. web_1 | > allauth
  17000. web_1 | > allauth.account
  17001. web_1 | > django.contrib.humanize
  17002. web_1 | > debug_toolbar
  17003. web_1 |
  17004. web_1 | Not synced (use migrations):
  17005. web_1 | - allauth.socialaccount
  17006. web_1 | - django_extensions
  17007. web_1 | (use ./manage.py migrate to migrate these)
  17008. web_1 | Running migrations for socialaccount:
  17009. web_1 | - Nothing to migrate.
  17010. web_1 | - Loading initial data for socialaccount.
  17011. web_1 | Installed 0 object(s) from 0 fixture(s)
  17012. web_1 | Running migrations for django_extensions:
  17013. web_1 | - Nothing to migrate.
  17014. web_1 | - Loading initial data for django_extensions.
  17015. web_1 | Installed 0 object(s) from 0 fixture(s)
  17016. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17017. web_1 | [GCC 4.9.2] on linux2
  17018. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17019. web_1 | (InteractiveConsole)
  17020. web_1 |
  17021. web_1 | >>> >>> Starting the server
  17022. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17023. web_1 |
  17024. web_1 | Fatal error: Unable to find local grunt.
  17025. web_1 |
  17026. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17027. web_1 | your project. For more information about installing and configuring grunt,
  17028. web_1 | please see the Getting Started guide:
  17029. web_1 |
  17030. web_1 | http://gruntjs.com/getting-started
  17031. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17032. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17033. web_1 | Syncing...
  17034. web_1 | Creating tables ...
  17035. web_1 | Installing custom SQL ...
  17036. web_1 | Installing indexes ...
  17037. web_1 | Installed 0 object(s) from 0 fixture(s)
  17038. web_1 |
  17039. web_1 | Synced:
  17040. web_1 | > django.contrib.auth
  17041. web_1 | > django.contrib.contenttypes
  17042. web_1 | > django.contrib.sessions
  17043. web_1 | > django.contrib.sites
  17044. web_1 | > django.contrib.messages
  17045. web_1 | > django.contrib.staticfiles
  17046. web_1 | > django.contrib.admin
  17047. web_1 | > south
  17048. web_1 | > crispy_forms
  17049. web_1 | > avatar
  17050. web_1 | > bootstrap3
  17051. web_1 | > users
  17052. web_1 | > allauth
  17053. web_1 | > allauth.account
  17054. web_1 | > django.contrib.humanize
  17055. web_1 | > debug_toolbar
  17056. web_1 |
  17057. web_1 | Not synced (use migrations):
  17058. web_1 | - allauth.socialaccount
  17059. web_1 | - django_extensions
  17060. web_1 | (use ./manage.py migrate to migrate these)
  17061. web_1 | Running migrations for socialaccount:
  17062. web_1 | - Nothing to migrate.
  17063. web_1 | - Loading initial data for socialaccount.
  17064. web_1 | Installed 0 object(s) from 0 fixture(s)
  17065. web_1 | Running migrations for django_extensions:
  17066. web_1 | - Nothing to migrate.
  17067. web_1 | - Loading initial data for django_extensions.
  17068. web_1 | Installed 0 object(s) from 0 fixture(s)
  17069. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17070. web_1 | [GCC 4.9.2] on linux2
  17071. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17072. web_1 | (InteractiveConsole)
  17073. web_1 |
  17074. web_1 | >>> >>> Starting the server
  17075. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17076. web_1 |
  17077. web_1 | Fatal error: Unable to find local grunt.
  17078. web_1 |
  17079. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17080. web_1 | your project. For more information about installing and configuring grunt,
  17081. web_1 | please see the Getting Started guide:
  17082. web_1 |
  17083. web_1 | http://gruntjs.com/getting-started
  17084. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17085. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17086. web_1 | Syncing...
  17087. web_1 | Creating tables ...
  17088. web_1 | Installing custom SQL ...
  17089. web_1 | Installing indexes ...
  17090. web_1 | Installed 0 object(s) from 0 fixture(s)
  17091. web_1 |
  17092. web_1 | Synced:
  17093. web_1 | > django.contrib.auth
  17094. web_1 | > django.contrib.contenttypes
  17095. web_1 | > django.contrib.sessions
  17096. web_1 | > django.contrib.sites
  17097. web_1 | > django.contrib.messages
  17098. web_1 | > django.contrib.staticfiles
  17099. web_1 | > django.contrib.admin
  17100. web_1 | > south
  17101. web_1 | > crispy_forms
  17102. web_1 | > avatar
  17103. web_1 | > bootstrap3
  17104. web_1 | > users
  17105. web_1 | > allauth
  17106. web_1 | > allauth.account
  17107. web_1 | > django.contrib.humanize
  17108. web_1 | > debug_toolbar
  17109. web_1 |
  17110. web_1 | Not synced (use migrations):
  17111. web_1 | - allauth.socialaccount
  17112. web_1 | - django_extensions
  17113. web_1 | (use ./manage.py migrate to migrate these)
  17114. web_1 | Running migrations for socialaccount:
  17115. web_1 | - Nothing to migrate.
  17116. web_1 | - Loading initial data for socialaccount.
  17117. web_1 | Installed 0 object(s) from 0 fixture(s)
  17118. web_1 | Running migrations for django_extensions:
  17119. web_1 | - Nothing to migrate.
  17120. web_1 | - Loading initial data for django_extensions.
  17121. web_1 | Installed 0 object(s) from 0 fixture(s)
  17122. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17123. web_1 | [GCC 4.9.2] on linux2
  17124. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17125. web_1 | (InteractiveConsole)
  17126. web_1 |
  17127. web_1 | >>> >>> Starting the server
  17128. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17129. web_1 |
  17130. web_1 | Fatal error: Unable to find local grunt.
  17131. web_1 |
  17132. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17133. web_1 | your project. For more information about installing and configuring grunt,
  17134. web_1 | please see the Getting Started guide:
  17135. web_1 |
  17136. web_1 | http://gruntjs.com/getting-started
  17137. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17138. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17139. web_1 | Syncing...
  17140. web_1 | Creating tables ...
  17141. web_1 | Installing custom SQL ...
  17142. web_1 | Installing indexes ...
  17143. web_1 | Installed 0 object(s) from 0 fixture(s)
  17144. web_1 |
  17145. web_1 | Synced:
  17146. web_1 | > django.contrib.auth
  17147. web_1 | > django.contrib.contenttypes
  17148. web_1 | > django.contrib.sessions
  17149. web_1 | > django.contrib.sites
  17150. web_1 | > django.contrib.messages
  17151. web_1 | > django.contrib.staticfiles
  17152. web_1 | > django.contrib.admin
  17153. web_1 | > south
  17154. web_1 | > crispy_forms
  17155. web_1 | > avatar
  17156. web_1 | > bootstrap3
  17157. web_1 | > users
  17158. web_1 | > allauth
  17159. web_1 | > allauth.account
  17160. web_1 | > django.contrib.humanize
  17161. web_1 | > debug_toolbar
  17162. web_1 |
  17163. web_1 | Not synced (use migrations):
  17164. web_1 | - allauth.socialaccount
  17165. web_1 | - django_extensions
  17166. web_1 | (use ./manage.py migrate to migrate these)
  17167. web_1 | Running migrations for socialaccount:
  17168. web_1 | - Nothing to migrate.
  17169. web_1 | - Loading initial data for socialaccount.
  17170. web_1 | Installed 0 object(s) from 0 fixture(s)
  17171. web_1 | Running migrations for django_extensions:
  17172. web_1 | - Nothing to migrate.
  17173. web_1 | - Loading initial data for django_extensions.
  17174. web_1 | Installed 0 object(s) from 0 fixture(s)
  17175. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17176. web_1 | [GCC 4.9.2] on linux2
  17177. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17178. web_1 | (InteractiveConsole)
  17179. web_1 |
  17180. web_1 | >>> >>> Starting the server
  17181. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17182. web_1 |
  17183. web_1 | Fatal error: Unable to find local grunt.
  17184. web_1 |
  17185. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17186. web_1 | your project. For more information about installing and configuring grunt,
  17187. web_1 | please see the Getting Started guide:
  17188. web_1 |
  17189. web_1 | http://gruntjs.com/getting-started
  17190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17191. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17192. web_1 | Syncing...
  17193. web_1 | Creating tables ...
  17194. web_1 | Installing custom SQL ...
  17195. web_1 | Installing indexes ...
  17196. web_1 | Installed 0 object(s) from 0 fixture(s)
  17197. web_1 |
  17198. web_1 | Synced:
  17199. web_1 | > django.contrib.auth
  17200. web_1 | > django.contrib.contenttypes
  17201. web_1 | > django.contrib.sessions
  17202. web_1 | > django.contrib.sites
  17203. web_1 | > django.contrib.messages
  17204. web_1 | > django.contrib.staticfiles
  17205. web_1 | > django.contrib.admin
  17206. web_1 | > south
  17207. web_1 | > crispy_forms
  17208. web_1 | > avatar
  17209. web_1 | > bootstrap3
  17210. web_1 | > users
  17211. web_1 | > allauth
  17212. web_1 | > allauth.account
  17213. web_1 | > django.contrib.humanize
  17214. web_1 | > debug_toolbar
  17215. web_1 |
  17216. web_1 | Not synced (use migrations):
  17217. web_1 | - allauth.socialaccount
  17218. web_1 | - django_extensions
  17219. web_1 | (use ./manage.py migrate to migrate these)
  17220. web_1 | Running migrations for socialaccount:
  17221. web_1 | - Nothing to migrate.
  17222. web_1 | - Loading initial data for socialaccount.
  17223. web_1 | Installed 0 object(s) from 0 fixture(s)
  17224. web_1 | Running migrations for django_extensions:
  17225. web_1 | - Nothing to migrate.
  17226. web_1 | - Loading initial data for django_extensions.
  17227. web_1 | Installed 0 object(s) from 0 fixture(s)
  17228. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17229. web_1 | [GCC 4.9.2] on linux2
  17230. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17231. web_1 | (InteractiveConsole)
  17232. web_1 |
  17233. web_1 | >>> >>> Starting the server
  17234. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17235. web_1 |
  17236. web_1 | Fatal error: Unable to find local grunt.
  17237. web_1 |
  17238. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17239. web_1 | your project. For more information about installing and configuring grunt,
  17240. web_1 | please see the Getting Started guide:
  17241. web_1 |
  17242. web_1 | http://gruntjs.com/getting-started
  17243. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17244. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17245. web_1 | Syncing...
  17246. web_1 | Creating tables ...
  17247. web_1 | Installing custom SQL ...
  17248. web_1 | Installing indexes ...
  17249. web_1 | Installed 0 object(s) from 0 fixture(s)
  17250. web_1 |
  17251. web_1 | Synced:
  17252. web_1 | > django.contrib.auth
  17253. web_1 | > django.contrib.contenttypes
  17254. web_1 | > django.contrib.sessions
  17255. web_1 | > django.contrib.sites
  17256. web_1 | > django.contrib.messages
  17257. web_1 | > django.contrib.staticfiles
  17258. web_1 | > django.contrib.admin
  17259. web_1 | > south
  17260. web_1 | > crispy_forms
  17261. web_1 | > avatar
  17262. web_1 | > bootstrap3
  17263. web_1 | > users
  17264. web_1 | > allauth
  17265. web_1 | > allauth.account
  17266. web_1 | > django.contrib.humanize
  17267. web_1 | > debug_toolbar
  17268. web_1 |
  17269. web_1 | Not synced (use migrations):
  17270. web_1 | - allauth.socialaccount
  17271. web_1 | - django_extensions
  17272. web_1 | (use ./manage.py migrate to migrate these)
  17273. web_1 | Running migrations for socialaccount:
  17274. web_1 | - Nothing to migrate.
  17275. web_1 | - Loading initial data for socialaccount.
  17276. web_1 | Installed 0 object(s) from 0 fixture(s)
  17277. web_1 | Running migrations for django_extensions:
  17278. web_1 | - Nothing to migrate.
  17279. web_1 | - Loading initial data for django_extensions.
  17280. web_1 | Installed 0 object(s) from 0 fixture(s)
  17281. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17282. web_1 | [GCC 4.9.2] on linux2
  17283. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17284. web_1 | (InteractiveConsole)
  17285. web_1 |
  17286. web_1 | >>> >>> Starting the server
  17287. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17288. web_1 |
  17289. web_1 | Fatal error: Unable to find local grunt.
  17290. web_1 |
  17291. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17292. web_1 | your project. For more information about installing and configuring grunt,
  17293. web_1 | please see the Getting Started guide:
  17294. web_1 |
  17295. web_1 | http://gruntjs.com/getting-started
  17296. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17297. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17298. web_1 | Syncing...
  17299. web_1 | Creating tables ...
  17300. web_1 | Installing custom SQL ...
  17301. web_1 | Installing indexes ...
  17302. web_1 | Installed 0 object(s) from 0 fixture(s)
  17303. web_1 |
  17304. web_1 | Synced:
  17305. web_1 | > django.contrib.auth
  17306. web_1 | > django.contrib.contenttypes
  17307. web_1 | > django.contrib.sessions
  17308. web_1 | > django.contrib.sites
  17309. web_1 | > django.contrib.messages
  17310. web_1 | > django.contrib.staticfiles
  17311. web_1 | > django.contrib.admin
  17312. web_1 | > south
  17313. web_1 | > crispy_forms
  17314. web_1 | > avatar
  17315. web_1 | > bootstrap3
  17316. web_1 | > users
  17317. web_1 | > allauth
  17318. web_1 | > allauth.account
  17319. web_1 | > django.contrib.humanize
  17320. web_1 | > debug_toolbar
  17321. web_1 |
  17322. web_1 | Not synced (use migrations):
  17323. web_1 | - allauth.socialaccount
  17324. web_1 | - django_extensions
  17325. web_1 | (use ./manage.py migrate to migrate these)
  17326. web_1 | Running migrations for socialaccount:
  17327. web_1 | - Nothing to migrate.
  17328. web_1 | - Loading initial data for socialaccount.
  17329. web_1 | Installed 0 object(s) from 0 fixture(s)
  17330. web_1 | Running migrations for django_extensions:
  17331. web_1 | - Nothing to migrate.
  17332. web_1 | - Loading initial data for django_extensions.
  17333. web_1 | Installed 0 object(s) from 0 fixture(s)
  17334. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17335. web_1 | [GCC 4.9.2] on linux2
  17336. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17337. web_1 | (InteractiveConsole)
  17338. web_1 |
  17339. web_1 | >>> >>> Starting the server
  17340. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17341. web_1 |
  17342. web_1 | Fatal error: Unable to find local grunt.
  17343. web_1 |
  17344. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17345. web_1 | your project. For more information about installing and configuring grunt,
  17346. web_1 | please see the Getting Started guide:
  17347. web_1 |
  17348. web_1 | http://gruntjs.com/getting-started
  17349. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17350. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17351. web_1 | Syncing...
  17352. web_1 | Creating tables ...
  17353. web_1 | Installing custom SQL ...
  17354. web_1 | Installing indexes ...
  17355. web_1 | Installed 0 object(s) from 0 fixture(s)
  17356. web_1 |
  17357. web_1 | Synced:
  17358. web_1 | > django.contrib.auth
  17359. web_1 | > django.contrib.contenttypes
  17360. web_1 | > django.contrib.sessions
  17361. web_1 | > django.contrib.sites
  17362. web_1 | > django.contrib.messages
  17363. web_1 | > django.contrib.staticfiles
  17364. web_1 | > django.contrib.admin
  17365. web_1 | > south
  17366. web_1 | > crispy_forms
  17367. web_1 | > avatar
  17368. web_1 | > bootstrap3
  17369. web_1 | > users
  17370. web_1 | > allauth
  17371. web_1 | > allauth.account
  17372. web_1 | > django.contrib.humanize
  17373. web_1 | > debug_toolbar
  17374. web_1 |
  17375. web_1 | Not synced (use migrations):
  17376. web_1 | - allauth.socialaccount
  17377. web_1 | - django_extensions
  17378. web_1 | (use ./manage.py migrate to migrate these)
  17379. web_1 | Running migrations for socialaccount:
  17380. web_1 | - Nothing to migrate.
  17381. web_1 | - Loading initial data for socialaccount.
  17382. web_1 | Installed 0 object(s) from 0 fixture(s)
  17383. web_1 | Running migrations for django_extensions:
  17384. web_1 | - Nothing to migrate.
  17385. web_1 | - Loading initial data for django_extensions.
  17386. web_1 | Installed 0 object(s) from 0 fixture(s)
  17387. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17388. web_1 | [GCC 4.9.2] on linux2
  17389. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17390. web_1 | (InteractiveConsole)
  17391. web_1 |
  17392. web_1 | >>> >>> Starting the server
  17393. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17394. web_1 |
  17395. web_1 | Fatal error: Unable to find local grunt.
  17396. web_1 |
  17397. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17398. web_1 | your project. For more information about installing and configuring grunt,
  17399. web_1 | please see the Getting Started guide:
  17400. web_1 |
  17401. web_1 | http://gruntjs.com/getting-started
  17402. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17403. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17404. web_1 | Syncing...
  17405. web_1 | Creating tables ...
  17406. web_1 | Installing custom SQL ...
  17407. web_1 | Installing indexes ...
  17408. web_1 | Installed 0 object(s) from 0 fixture(s)
  17409. web_1 |
  17410. web_1 | Synced:
  17411. web_1 | > django.contrib.auth
  17412. web_1 | > django.contrib.contenttypes
  17413. web_1 | > django.contrib.sessions
  17414. web_1 | > django.contrib.sites
  17415. web_1 | > django.contrib.messages
  17416. web_1 | > django.contrib.staticfiles
  17417. web_1 | > django.contrib.admin
  17418. web_1 | > south
  17419. web_1 | > crispy_forms
  17420. web_1 | > avatar
  17421. web_1 | > bootstrap3
  17422. web_1 | > users
  17423. web_1 | > allauth
  17424. web_1 | > allauth.account
  17425. web_1 | > django.contrib.humanize
  17426. web_1 | > debug_toolbar
  17427. web_1 |
  17428. web_1 | Not synced (use migrations):
  17429. web_1 | - allauth.socialaccount
  17430. web_1 | - django_extensions
  17431. web_1 | (use ./manage.py migrate to migrate these)
  17432. web_1 | Running migrations for socialaccount:
  17433. web_1 | - Nothing to migrate.
  17434. web_1 | - Loading initial data for socialaccount.
  17435. web_1 | Installed 0 object(s) from 0 fixture(s)
  17436. web_1 | Running migrations for django_extensions:
  17437. web_1 | - Nothing to migrate.
  17438. web_1 | - Loading initial data for django_extensions.
  17439. web_1 | Installed 0 object(s) from 0 fixture(s)
  17440. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17441. web_1 | [GCC 4.9.2] on linux2
  17442. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17443. web_1 | (InteractiveConsole)
  17444. web_1 |
  17445. web_1 | >>> >>> Starting the server
  17446. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17447. web_1 |
  17448. web_1 | Fatal error: Unable to find local grunt.
  17449. web_1 |
  17450. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17451. web_1 | your project. For more information about installing and configuring grunt,
  17452. web_1 | please see the Getting Started guide:
  17453. web_1 |
  17454. web_1 | http://gruntjs.com/getting-started
  17455. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17456. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17457. web_1 | Syncing...
  17458. web_1 | Creating tables ...
  17459. web_1 | Installing custom SQL ...
  17460. web_1 | Installing indexes ...
  17461. web_1 | Installed 0 object(s) from 0 fixture(s)
  17462. web_1 |
  17463. web_1 | Synced:
  17464. web_1 | > django.contrib.auth
  17465. web_1 | > django.contrib.contenttypes
  17466. web_1 | > django.contrib.sessions
  17467. web_1 | > django.contrib.sites
  17468. web_1 | > django.contrib.messages
  17469. web_1 | > django.contrib.staticfiles
  17470. web_1 | > django.contrib.admin
  17471. web_1 | > south
  17472. web_1 | > crispy_forms
  17473. web_1 | > avatar
  17474. web_1 | > bootstrap3
  17475. web_1 | > users
  17476. web_1 | > allauth
  17477. web_1 | > allauth.account
  17478. web_1 | > django.contrib.humanize
  17479. web_1 | > debug_toolbar
  17480. web_1 |
  17481. web_1 | Not synced (use migrations):
  17482. web_1 | - allauth.socialaccount
  17483. web_1 | - django_extensions
  17484. web_1 | (use ./manage.py migrate to migrate these)
  17485. web_1 | Running migrations for socialaccount:
  17486. web_1 | - Nothing to migrate.
  17487. web_1 | - Loading initial data for socialaccount.
  17488. web_1 | Installed 0 object(s) from 0 fixture(s)
  17489. web_1 | Running migrations for django_extensions:
  17490. web_1 | - Nothing to migrate.
  17491. web_1 | - Loading initial data for django_extensions.
  17492. web_1 | Installed 0 object(s) from 0 fixture(s)
  17493. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17494. web_1 | [GCC 4.9.2] on linux2
  17495. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17496. web_1 | (InteractiveConsole)
  17497. web_1 |
  17498. web_1 | >>> >>> Starting the server
  17499. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17500. web_1 |
  17501. web_1 | Fatal error: Unable to find local grunt.
  17502. web_1 |
  17503. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17504. web_1 | your project. For more information about installing and configuring grunt,
  17505. web_1 | please see the Getting Started guide:
  17506. web_1 |
  17507. web_1 | http://gruntjs.com/getting-started
  17508. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17509. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17510. web_1 | Syncing...
  17511. web_1 | Creating tables ...
  17512. web_1 | Installing custom SQL ...
  17513. web_1 | Installing indexes ...
  17514. web_1 | Installed 0 object(s) from 0 fixture(s)
  17515. web_1 |
  17516. web_1 | Synced:
  17517. web_1 | > django.contrib.auth
  17518. web_1 | > django.contrib.contenttypes
  17519. web_1 | > django.contrib.sessions
  17520. web_1 | > django.contrib.sites
  17521. web_1 | > django.contrib.messages
  17522. web_1 | > django.contrib.staticfiles
  17523. web_1 | > django.contrib.admin
  17524. web_1 | > south
  17525. web_1 | > crispy_forms
  17526. web_1 | > avatar
  17527. web_1 | > bootstrap3
  17528. web_1 | > users
  17529. web_1 | > allauth
  17530. web_1 | > allauth.account
  17531. web_1 | > django.contrib.humanize
  17532. web_1 | > debug_toolbar
  17533. web_1 |
  17534. web_1 | Not synced (use migrations):
  17535. web_1 | - allauth.socialaccount
  17536. web_1 | - django_extensions
  17537. web_1 | (use ./manage.py migrate to migrate these)
  17538. web_1 | Running migrations for socialaccount:
  17539. web_1 | - Nothing to migrate.
  17540. web_1 | - Loading initial data for socialaccount.
  17541. web_1 | Installed 0 object(s) from 0 fixture(s)
  17542. web_1 | Running migrations for django_extensions:
  17543. web_1 | - Nothing to migrate.
  17544. web_1 | - Loading initial data for django_extensions.
  17545. web_1 | Installed 0 object(s) from 0 fixture(s)
  17546. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17547. web_1 | [GCC 4.9.2] on linux2
  17548. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17549. web_1 | (InteractiveConsole)
  17550. web_1 |
  17551. web_1 | >>> >>> Starting the server
  17552. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17553. web_1 |
  17554. web_1 | Fatal error: Unable to find local grunt.
  17555. web_1 |
  17556. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17557. web_1 | your project. For more information about installing and configuring grunt,
  17558. web_1 | please see the Getting Started guide:
  17559. web_1 |
  17560. web_1 | http://gruntjs.com/getting-started
  17561. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17562. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17563. web_1 | Syncing...
  17564. web_1 | Creating tables ...
  17565. web_1 | Installing custom SQL ...
  17566. web_1 | Installing indexes ...
  17567. web_1 | Installed 0 object(s) from 0 fixture(s)
  17568. web_1 |
  17569. web_1 | Synced:
  17570. web_1 | > django.contrib.auth
  17571. web_1 | > django.contrib.contenttypes
  17572. web_1 | > django.contrib.sessions
  17573. web_1 | > django.contrib.sites
  17574. web_1 | > django.contrib.messages
  17575. web_1 | > django.contrib.staticfiles
  17576. web_1 | > django.contrib.admin
  17577. web_1 | > south
  17578. web_1 | > crispy_forms
  17579. web_1 | > avatar
  17580. web_1 | > bootstrap3
  17581. web_1 | > users
  17582. web_1 | > allauth
  17583. web_1 | > allauth.account
  17584. web_1 | > django.contrib.humanize
  17585. web_1 | > debug_toolbar
  17586. web_1 |
  17587. web_1 | Not synced (use migrations):
  17588. web_1 | - allauth.socialaccount
  17589. web_1 | - django_extensions
  17590. web_1 | (use ./manage.py migrate to migrate these)
  17591. web_1 | Running migrations for socialaccount:
  17592. web_1 | - Nothing to migrate.
  17593. web_1 | - Loading initial data for socialaccount.
  17594. web_1 | Installed 0 object(s) from 0 fixture(s)
  17595. web_1 | Running migrations for django_extensions:
  17596. web_1 | - Nothing to migrate.
  17597. web_1 | - Loading initial data for django_extensions.
  17598. web_1 | Installed 0 object(s) from 0 fixture(s)
  17599. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17600. web_1 | [GCC 4.9.2] on linux2
  17601. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17602. web_1 | (InteractiveConsole)
  17603. web_1 |
  17604. web_1 | >>> >>> Starting the server
  17605. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17606. web_1 |
  17607. web_1 | Fatal error: Unable to find local grunt.
  17608. web_1 |
  17609. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17610. web_1 | your project. For more information about installing and configuring grunt,
  17611. web_1 | please see the Getting Started guide:
  17612. web_1 |
  17613. web_1 | http://gruntjs.com/getting-started
  17614. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17615. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17616. web_1 | Syncing...
  17617. web_1 | Creating tables ...
  17618. web_1 | Installing custom SQL ...
  17619. web_1 | Installing indexes ...
  17620. web_1 | Installed 0 object(s) from 0 fixture(s)
  17621. web_1 |
  17622. web_1 | Synced:
  17623. web_1 | > django.contrib.auth
  17624. web_1 | > django.contrib.contenttypes
  17625. web_1 | > django.contrib.sessions
  17626. web_1 | > django.contrib.sites
  17627. web_1 | > django.contrib.messages
  17628. web_1 | > django.contrib.staticfiles
  17629. web_1 | > django.contrib.admin
  17630. web_1 | > south
  17631. web_1 | > crispy_forms
  17632. web_1 | > avatar
  17633. web_1 | > bootstrap3
  17634. web_1 | > users
  17635. web_1 | > allauth
  17636. web_1 | > allauth.account
  17637. web_1 | > django.contrib.humanize
  17638. web_1 | > debug_toolbar
  17639. web_1 |
  17640. web_1 | Not synced (use migrations):
  17641. web_1 | - allauth.socialaccount
  17642. web_1 | - django_extensions
  17643. web_1 | (use ./manage.py migrate to migrate these)
  17644. web_1 | Running migrations for socialaccount:
  17645. web_1 | - Nothing to migrate.
  17646. web_1 | - Loading initial data for socialaccount.
  17647. web_1 | Installed 0 object(s) from 0 fixture(s)
  17648. web_1 | Running migrations for django_extensions:
  17649. web_1 | - Nothing to migrate.
  17650. web_1 | - Loading initial data for django_extensions.
  17651. web_1 | Installed 0 object(s) from 0 fixture(s)
  17652. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17653. web_1 | [GCC 4.9.2] on linux2
  17654. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17655. web_1 | (InteractiveConsole)
  17656. web_1 |
  17657. web_1 | >>> >>> Starting the server
  17658. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17659. web_1 |
  17660. web_1 | Fatal error: Unable to find local grunt.
  17661. web_1 |
  17662. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17663. web_1 | your project. For more information about installing and configuring grunt,
  17664. web_1 | please see the Getting Started guide:
  17665. web_1 |
  17666. web_1 | http://gruntjs.com/getting-started
  17667. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17668. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17669. web_1 | Syncing...
  17670. web_1 | Creating tables ...
  17671. web_1 | Installing custom SQL ...
  17672. web_1 | Installing indexes ...
  17673. web_1 | Installed 0 object(s) from 0 fixture(s)
  17674. web_1 |
  17675. web_1 | Synced:
  17676. web_1 | > django.contrib.auth
  17677. web_1 | > django.contrib.contenttypes
  17678. web_1 | > django.contrib.sessions
  17679. web_1 | > django.contrib.sites
  17680. web_1 | > django.contrib.messages
  17681. web_1 | > django.contrib.staticfiles
  17682. web_1 | > django.contrib.admin
  17683. web_1 | > south
  17684. web_1 | > crispy_forms
  17685. web_1 | > avatar
  17686. web_1 | > bootstrap3
  17687. web_1 | > users
  17688. web_1 | > allauth
  17689. web_1 | > allauth.account
  17690. web_1 | > django.contrib.humanize
  17691. web_1 | > debug_toolbar
  17692. web_1 |
  17693. web_1 | Not synced (use migrations):
  17694. web_1 | - allauth.socialaccount
  17695. web_1 | - django_extensions
  17696. web_1 | (use ./manage.py migrate to migrate these)
  17697. web_1 | Running migrations for socialaccount:
  17698. web_1 | - Nothing to migrate.
  17699. web_1 | - Loading initial data for socialaccount.
  17700. web_1 | Installed 0 object(s) from 0 fixture(s)
  17701. web_1 | Running migrations for django_extensions:
  17702. web_1 | - Nothing to migrate.
  17703. web_1 | - Loading initial data for django_extensions.
  17704. web_1 | Installed 0 object(s) from 0 fixture(s)
  17705. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17706. web_1 | [GCC 4.9.2] on linux2
  17707. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17708. web_1 | (InteractiveConsole)
  17709. web_1 |
  17710. web_1 | >>> >>> Starting the server
  17711. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17712. web_1 |
  17713. web_1 | Fatal error: Unable to find local grunt.
  17714. web_1 |
  17715. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17716. web_1 | your project. For more information about installing and configuring grunt,
  17717. web_1 | please see the Getting Started guide:
  17718. web_1 |
  17719. web_1 | http://gruntjs.com/getting-started
  17720. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17721. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17722. web_1 | Syncing...
  17723. web_1 | Creating tables ...
  17724. web_1 | Installing custom SQL ...
  17725. web_1 | Installing indexes ...
  17726. web_1 | Installed 0 object(s) from 0 fixture(s)
  17727. web_1 |
  17728. web_1 | Synced:
  17729. web_1 | > django.contrib.auth
  17730. web_1 | > django.contrib.contenttypes
  17731. web_1 | > django.contrib.sessions
  17732. web_1 | > django.contrib.sites
  17733. web_1 | > django.contrib.messages
  17734. web_1 | > django.contrib.staticfiles
  17735. web_1 | > django.contrib.admin
  17736. web_1 | > south
  17737. web_1 | > crispy_forms
  17738. web_1 | > avatar
  17739. web_1 | > bootstrap3
  17740. web_1 | > users
  17741. web_1 | > allauth
  17742. web_1 | > allauth.account
  17743. web_1 | > django.contrib.humanize
  17744. web_1 | > debug_toolbar
  17745. web_1 |
  17746. web_1 | Not synced (use migrations):
  17747. web_1 | - allauth.socialaccount
  17748. web_1 | - django_extensions
  17749. web_1 | (use ./manage.py migrate to migrate these)
  17750. web_1 | Running migrations for socialaccount:
  17751. web_1 | - Nothing to migrate.
  17752. web_1 | - Loading initial data for socialaccount.
  17753. web_1 | Installed 0 object(s) from 0 fixture(s)
  17754. web_1 | Running migrations for django_extensions:
  17755. web_1 | - Nothing to migrate.
  17756. web_1 | - Loading initial data for django_extensions.
  17757. web_1 | Installed 0 object(s) from 0 fixture(s)
  17758. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17759. web_1 | [GCC 4.9.2] on linux2
  17760. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17761. web_1 | (InteractiveConsole)
  17762. web_1 |
  17763. web_1 | >>> >>> Starting the server
  17764. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17765. web_1 |
  17766. web_1 | Fatal error: Unable to find local grunt.
  17767. web_1 |
  17768. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17769. web_1 | your project. For more information about installing and configuring grunt,
  17770. web_1 | please see the Getting Started guide:
  17771. web_1 |
  17772. web_1 | http://gruntjs.com/getting-started
  17773. oclweb_web_1 exited with code 99
  17774. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17775. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17776. web_1 | Syncing...
  17777. web_1 | Traceback (most recent call last):
  17778. web_1 | File "ocl_web/manage.py", line 19, in <module>
  17779. web_1 | execute_from_command_line(sys.argv)
  17780. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  17781. web_1 | utility.execute()
  17782. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  17783. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  17784. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  17785. web_1 | self.execute(*args, **options.__dict__)
  17786. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  17787. web_1 | output = self.handle(*args, **options)
  17788. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  17789. web_1 | return self.handle_noargs(**options)
  17790. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  17791. web_1 | syncdb.Command().execute(**options)
  17792. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  17793. web_1 | output = self.handle(*args, **options)
  17794. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  17795. web_1 | return self.handle_noargs(**options)
  17796. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  17797. web_1 | cursor = connection.cursor()
  17798. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  17799. web_1 | cursor = self.make_debug_cursor(self._cursor())
  17800. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  17801. web_1 | self.ensure_connection()
  17802. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17803. web_1 | self.connect()
  17804. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  17805. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  17806. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17807. web_1 | self.connect()
  17808. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  17809. web_1 | self.connection = self.get_new_connection(conn_params)
  17810. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  17811. web_1 | return Database.connect(**conn_params)
  17812. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  17813. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  17814. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  17815. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  17816. web_1 | TCP/IP connections on port 5432?
  17817. web_1 |
  17818. web_1 | Traceback (most recent call last):
  17819. web_1 | File "ocl_web/manage.py", line 19, in <module>
  17820. web_1 | execute_from_command_line(sys.argv)
  17821. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  17822. web_1 | utility.execute()
  17823. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  17824. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  17825. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  17826. web_1 | self.execute(*args, **options.__dict__)
  17827. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  17828. web_1 | output = self.handle(*args, **options)
  17829. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  17830. web_1 | ignore_ghosts = ignore_ghosts,
  17831. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  17832. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  17833. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  17834. web_1 | for h in histories:
  17835. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  17836. web_1 | self._fetch_all()
  17837. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  17838. web_1 | self._result_cache = list(self.iterator())
  17839. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  17840. web_1 | for row in compiler.results_iter():
  17841. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  17842. web_1 | for rows in self.execute_sql(MULTI):
  17843. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  17844. web_1 | cursor = self.connection.cursor()
  17845. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  17846. web_1 | cursor = self.make_debug_cursor(self._cursor())
  17847. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  17848. web_1 | self.ensure_connection()
  17849. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17850. web_1 | self.connect()
  17851. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  17852. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  17853. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17854. web_1 | self.connect()
  17855. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  17856. web_1 | self.connection = self.get_new_connection(conn_params)
  17857. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  17858. web_1 | return Database.connect(**conn_params)
  17859. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  17860. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  17861. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  17862. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  17863. web_1 | TCP/IP connections on port 5432?
  17864. web_1 |
  17865. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17866. web_1 | [GCC 4.9.2] on linux2
  17867. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17868. web_1 | (InteractiveConsole)
  17869. web_1 | Traceback (most recent call last):
  17870. web_1 | File "<console>", line 1, in <module>
  17871. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  17872. web_1 | return self.query.get_count(using=self.db)
  17873. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  17874. web_1 | number = obj.get_aggregation(using=using)[None]
  17875. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  17876. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  17877. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  17878. web_1 | cursor = self.connection.cursor()
  17879. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  17880. web_1 | cursor = self.make_debug_cursor(self._cursor())
  17881. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  17882. web_1 | self.ensure_connection()
  17883. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17884. web_1 | self.connect()
  17885. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  17886. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  17887. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  17888. web_1 | self.connect()
  17889. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  17890. web_1 | self.connection = self.get_new_connection(conn_params)
  17891. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  17892. web_1 | return Database.connect(**conn_params)
  17893. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  17894. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  17895. web_1 | OperationalError: could not connect to server: Connection refused
  17896. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  17897. web_1 | TCP/IP connections on port 5432?
  17898. web_1 |
  17899. web_1 |
  17900. web_1 | >>> >>> Starting the server
  17901. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17902. web_1 |
  17903. web_1 | Fatal error: Unable to find local grunt.
  17904. web_1 |
  17905. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17906. web_1 | your project. For more information about installing and configuring grunt,
  17907. web_1 | please see the Getting Started guide:
  17908. web_1 |
  17909. web_1 | http://gruntjs.com/getting-started
  17910. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17911. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17912. web_1 | Syncing...
  17913. web_1 | Creating tables ...
  17914. web_1 | Creating table auth_permission
  17915. web_1 | Creating table auth_group_permissions
  17916. web_1 | Creating table auth_group
  17917. web_1 | Creating table django_content_type
  17918. web_1 | Creating table django_session
  17919. web_1 | Creating table django_site
  17920. web_1 | Creating table django_admin_log
  17921. web_1 | Creating table south_migrationhistory
  17922. web_1 | Creating table avatar_avatar
  17923. web_1 | Creating table users_user_groups
  17924. web_1 | Creating table users_user_user_permissions
  17925. web_1 | Creating table users_user
  17926. web_1 | Creating table account_emailaddress
  17927. web_1 | Creating table account_emailconfirmation
  17928. web_1 | Installing custom SQL ...
  17929. web_1 | Installing indexes ...
  17930. web_1 | Installed 0 object(s) from 0 fixture(s)
  17931. web_1 |
  17932. web_1 | Synced:
  17933. web_1 | > django.contrib.auth
  17934. web_1 | > django.contrib.contenttypes
  17935. web_1 | > django.contrib.sessions
  17936. web_1 | > django.contrib.sites
  17937. web_1 | > django.contrib.messages
  17938. web_1 | > django.contrib.staticfiles
  17939. web_1 | > django.contrib.admin
  17940. web_1 | > south
  17941. web_1 | > crispy_forms
  17942. web_1 | > avatar
  17943. web_1 | > bootstrap3
  17944. web_1 | > users
  17945. web_1 | > allauth
  17946. web_1 | > allauth.account
  17947. web_1 | > django.contrib.humanize
  17948. web_1 | > debug_toolbar
  17949. web_1 |
  17950. web_1 | Not synced (use migrations):
  17951. web_1 | - allauth.socialaccount
  17952. web_1 | - django_extensions
  17953. web_1 | (use ./manage.py migrate to migrate these)
  17954. web_1 | Running migrations for socialaccount:
  17955. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  17956. web_1 | > socialaccount:0001_initial
  17957. web_1 | > socialaccount:0002_genericmodels
  17958. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  17959. web_1 | > socialaccount:0004_add_sites
  17960. web_1 | > socialaccount:0005_set_sites
  17961. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  17962. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  17963. web_1 | > socialaccount:0008_client_id
  17964. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  17965. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  17966. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  17967. web_1 | - Loading initial data for socialaccount.
  17968. web_1 | Installed 0 object(s) from 0 fixture(s)
  17969. web_1 | Running migrations for django_extensions:
  17970. web_1 | - Migrating forwards to 0001_empty.
  17971. web_1 | > django_extensions:0001_empty
  17972. web_1 | - Loading initial data for django_extensions.
  17973. web_1 | Installed 0 object(s) from 0 fixture(s)
  17974. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  17975. web_1 | [GCC 4.9.2] on linux2
  17976. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  17977. web_1 | (InteractiveConsole)
  17978. web_1 |
  17979. web_1 | >>> >>> Starting the server
  17980. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  17981. web_1 |
  17982. web_1 | Fatal error: Unable to find local grunt.
  17983. web_1 |
  17984. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  17985. web_1 | your project. For more information about installing and configuring grunt,
  17986. web_1 | please see the Getting Started guide:
  17987. web_1 |
  17988. web_1 | http://gruntjs.com/getting-started
  17989. web_1 | Starting OpenBSD Secure Shell server: sshd.
  17990. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  17991. web_1 | Syncing...
  17992. web_1 | Creating tables ...
  17993. web_1 | Installing custom SQL ...
  17994. web_1 | Installing indexes ...
  17995. web_1 | Installed 0 object(s) from 0 fixture(s)
  17996. web_1 |
  17997. web_1 | Synced:
  17998. web_1 | > django.contrib.auth
  17999. web_1 | > django.contrib.contenttypes
  18000. web_1 | > django.contrib.sessions
  18001. web_1 | > django.contrib.sites
  18002. web_1 | > django.contrib.messages
  18003. web_1 | > django.contrib.staticfiles
  18004. web_1 | > django.contrib.admin
  18005. web_1 | > south
  18006. web_1 | > crispy_forms
  18007. web_1 | > avatar
  18008. web_1 | > bootstrap3
  18009. web_1 | > users
  18010. web_1 | > allauth
  18011. web_1 | > allauth.account
  18012. web_1 | > django.contrib.humanize
  18013. web_1 | > debug_toolbar
  18014. web_1 |
  18015. web_1 | Not synced (use migrations):
  18016. web_1 | - allauth.socialaccount
  18017. web_1 | - django_extensions
  18018. web_1 | (use ./manage.py migrate to migrate these)
  18019. web_1 | Running migrations for socialaccount:
  18020. web_1 | - Nothing to migrate.
  18021. web_1 | - Loading initial data for socialaccount.
  18022. web_1 | Installed 0 object(s) from 0 fixture(s)
  18023. web_1 | Running migrations for django_extensions:
  18024. web_1 | - Nothing to migrate.
  18025. web_1 | - Loading initial data for django_extensions.
  18026. web_1 | Installed 0 object(s) from 0 fixture(s)
  18027. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18028. web_1 | [GCC 4.9.2] on linux2
  18029. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18030. web_1 | (InteractiveConsole)
  18031. web_1 |
  18032. web_1 | >>> >>> Starting the server
  18033. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18034. web_1 |
  18035. web_1 | Fatal error: Unable to find local grunt.
  18036. web_1 |
  18037. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18038. web_1 | your project. For more information about installing and configuring grunt,
  18039. web_1 | please see the Getting Started guide:
  18040. web_1 |
  18041. web_1 | http://gruntjs.com/getting-started
  18042. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18043. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18044. web_1 | Syncing...
  18045. web_1 | Creating tables ...
  18046. web_1 | Installing custom SQL ...
  18047. web_1 | Installing indexes ...
  18048. web_1 | Installed 0 object(s) from 0 fixture(s)
  18049. web_1 |
  18050. web_1 | Synced:
  18051. web_1 | > django.contrib.auth
  18052. web_1 | > django.contrib.contenttypes
  18053. web_1 | > django.contrib.sessions
  18054. web_1 | > django.contrib.sites
  18055. web_1 | > django.contrib.messages
  18056. web_1 | > django.contrib.staticfiles
  18057. web_1 | > django.contrib.admin
  18058. web_1 | > south
  18059. web_1 | > crispy_forms
  18060. web_1 | > avatar
  18061. web_1 | > bootstrap3
  18062. web_1 | > users
  18063. web_1 | > allauth
  18064. web_1 | > allauth.account
  18065. web_1 | > django.contrib.humanize
  18066. web_1 | > debug_toolbar
  18067. web_1 |
  18068. web_1 | Not synced (use migrations):
  18069. web_1 | - allauth.socialaccount
  18070. web_1 | - django_extensions
  18071. web_1 | (use ./manage.py migrate to migrate these)
  18072. web_1 | Running migrations for socialaccount:
  18073. web_1 | - Nothing to migrate.
  18074. web_1 | - Loading initial data for socialaccount.
  18075. web_1 | Installed 0 object(s) from 0 fixture(s)
  18076. web_1 | Running migrations for django_extensions:
  18077. web_1 | - Nothing to migrate.
  18078. web_1 | - Loading initial data for django_extensions.
  18079. web_1 | Installed 0 object(s) from 0 fixture(s)
  18080. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18081. web_1 | [GCC 4.9.2] on linux2
  18082. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18083. web_1 | (InteractiveConsole)
  18084. web_1 |
  18085. web_1 | >>> >>> Starting the server
  18086. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18087. web_1 |
  18088. web_1 | Fatal error: Unable to find local grunt.
  18089. web_1 |
  18090. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18091. web_1 | your project. For more information about installing and configuring grunt,
  18092. web_1 | please see the Getting Started guide:
  18093. web_1 |
  18094. web_1 | http://gruntjs.com/getting-started
  18095. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18096. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18097. web_1 | Syncing...
  18098. web_1 | Creating tables ...
  18099. web_1 | Installing custom SQL ...
  18100. web_1 | Installing indexes ...
  18101. web_1 | Installed 0 object(s) from 0 fixture(s)
  18102. web_1 |
  18103. web_1 | Synced:
  18104. web_1 | > django.contrib.auth
  18105. web_1 | > django.contrib.contenttypes
  18106. web_1 | > django.contrib.sessions
  18107. web_1 | > django.contrib.sites
  18108. web_1 | > django.contrib.messages
  18109. web_1 | > django.contrib.staticfiles
  18110. web_1 | > django.contrib.admin
  18111. web_1 | > south
  18112. web_1 | > crispy_forms
  18113. web_1 | > avatar
  18114. web_1 | > bootstrap3
  18115. web_1 | > users
  18116. web_1 | > allauth
  18117. web_1 | > allauth.account
  18118. web_1 | > django.contrib.humanize
  18119. web_1 | > debug_toolbar
  18120. web_1 |
  18121. web_1 | Not synced (use migrations):
  18122. web_1 | - allauth.socialaccount
  18123. web_1 | - django_extensions
  18124. web_1 | (use ./manage.py migrate to migrate these)
  18125. web_1 | Running migrations for socialaccount:
  18126. web_1 | - Nothing to migrate.
  18127. web_1 | - Loading initial data for socialaccount.
  18128. web_1 | Installed 0 object(s) from 0 fixture(s)
  18129. web_1 | Running migrations for django_extensions:
  18130. web_1 | - Nothing to migrate.
  18131. web_1 | - Loading initial data for django_extensions.
  18132. web_1 | Installed 0 object(s) from 0 fixture(s)
  18133. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18134. web_1 | [GCC 4.9.2] on linux2
  18135. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18136. web_1 | (InteractiveConsole)
  18137. web_1 |
  18138. web_1 | >>> >>> Starting the server
  18139. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18140. web_1 |
  18141. web_1 | Fatal error: Unable to find local grunt.
  18142. web_1 |
  18143. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18144. web_1 | your project. For more information about installing and configuring grunt,
  18145. web_1 | please see the Getting Started guide:
  18146. web_1 |
  18147. web_1 | http://gruntjs.com/getting-started
  18148. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18149. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18150. web_1 | Syncing...
  18151. web_1 | Creating tables ...
  18152. web_1 | Installing custom SQL ...
  18153. web_1 | Installing indexes ...
  18154. web_1 | Installed 0 object(s) from 0 fixture(s)
  18155. web_1 |
  18156. web_1 | Synced:
  18157. web_1 | > django.contrib.auth
  18158. web_1 | > django.contrib.contenttypes
  18159. web_1 | > django.contrib.sessions
  18160. web_1 | > django.contrib.sites
  18161. web_1 | > django.contrib.messages
  18162. web_1 | > django.contrib.staticfiles
  18163. web_1 | > django.contrib.admin
  18164. web_1 | > south
  18165. web_1 | > crispy_forms
  18166. web_1 | > avatar
  18167. web_1 | > bootstrap3
  18168. web_1 | > users
  18169. web_1 | > allauth
  18170. web_1 | > allauth.account
  18171. web_1 | > django.contrib.humanize
  18172. web_1 | > debug_toolbar
  18173. web_1 |
  18174. web_1 | Not synced (use migrations):
  18175. web_1 | - allauth.socialaccount
  18176. web_1 | - django_extensions
  18177. web_1 | (use ./manage.py migrate to migrate these)
  18178. web_1 | Running migrations for socialaccount:
  18179. web_1 | - Nothing to migrate.
  18180. web_1 | - Loading initial data for socialaccount.
  18181. web_1 | Installed 0 object(s) from 0 fixture(s)
  18182. web_1 | Running migrations for django_extensions:
  18183. web_1 | - Nothing to migrate.
  18184. web_1 | - Loading initial data for django_extensions.
  18185. web_1 | Installed 0 object(s) from 0 fixture(s)
  18186. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18187. web_1 | [GCC 4.9.2] on linux2
  18188. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18189. web_1 | (InteractiveConsole)
  18190. web_1 |
  18191. web_1 | >>> >>> Starting the server
  18192. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18193. web_1 |
  18194. web_1 | Fatal error: Unable to find local grunt.
  18195. web_1 |
  18196. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18197. web_1 | your project. For more information about installing and configuring grunt,
  18198. web_1 | please see the Getting Started guide:
  18199. web_1 |
  18200. web_1 | http://gruntjs.com/getting-started
  18201. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18202. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18203. web_1 | Syncing...
  18204. web_1 | Creating tables ...
  18205. web_1 | Installing custom SQL ...
  18206. web_1 | Installing indexes ...
  18207. web_1 | Installed 0 object(s) from 0 fixture(s)
  18208. web_1 |
  18209. web_1 | Synced:
  18210. web_1 | > django.contrib.auth
  18211. web_1 | > django.contrib.contenttypes
  18212. web_1 | > django.contrib.sessions
  18213. web_1 | > django.contrib.sites
  18214. web_1 | > django.contrib.messages
  18215. web_1 | > django.contrib.staticfiles
  18216. web_1 | > django.contrib.admin
  18217. web_1 | > south
  18218. web_1 | > crispy_forms
  18219. web_1 | > avatar
  18220. web_1 | > bootstrap3
  18221. web_1 | > users
  18222. web_1 | > allauth
  18223. web_1 | > allauth.account
  18224. web_1 | > django.contrib.humanize
  18225. web_1 | > debug_toolbar
  18226. web_1 |
  18227. web_1 | Not synced (use migrations):
  18228. web_1 | - allauth.socialaccount
  18229. web_1 | - django_extensions
  18230. web_1 | (use ./manage.py migrate to migrate these)
  18231. web_1 | Running migrations for socialaccount:
  18232. web_1 | - Nothing to migrate.
  18233. web_1 | - Loading initial data for socialaccount.
  18234. web_1 | Installed 0 object(s) from 0 fixture(s)
  18235. web_1 | Running migrations for django_extensions:
  18236. web_1 | - Nothing to migrate.
  18237. web_1 | - Loading initial data for django_extensions.
  18238. web_1 | Installed 0 object(s) from 0 fixture(s)
  18239. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18240. web_1 | [GCC 4.9.2] on linux2
  18241. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18242. web_1 | (InteractiveConsole)
  18243. web_1 |
  18244. web_1 | >>> >>> Starting the server
  18245. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18246. web_1 |
  18247. web_1 | Fatal error: Unable to find local grunt.
  18248. web_1 |
  18249. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18250. web_1 | your project. For more information about installing and configuring grunt,
  18251. web_1 | please see the Getting Started guide:
  18252. web_1 |
  18253. web_1 | http://gruntjs.com/getting-started
  18254. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18255. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18256. web_1 | Syncing...
  18257. web_1 | Creating tables ...
  18258. web_1 | Installing custom SQL ...
  18259. web_1 | Installing indexes ...
  18260. web_1 | Installed 0 object(s) from 0 fixture(s)
  18261. web_1 |
  18262. web_1 | Synced:
  18263. web_1 | > django.contrib.auth
  18264. web_1 | > django.contrib.contenttypes
  18265. web_1 | > django.contrib.sessions
  18266. web_1 | > django.contrib.sites
  18267. web_1 | > django.contrib.messages
  18268. web_1 | > django.contrib.staticfiles
  18269. web_1 | > django.contrib.admin
  18270. web_1 | > south
  18271. web_1 | > crispy_forms
  18272. web_1 | > avatar
  18273. web_1 | > bootstrap3
  18274. web_1 | > users
  18275. web_1 | > allauth
  18276. web_1 | > allauth.account
  18277. web_1 | > django.contrib.humanize
  18278. web_1 | > debug_toolbar
  18279. web_1 |
  18280. web_1 | Not synced (use migrations):
  18281. web_1 | - allauth.socialaccount
  18282. web_1 | - django_extensions
  18283. web_1 | (use ./manage.py migrate to migrate these)
  18284. web_1 | Running migrations for socialaccount:
  18285. web_1 | - Nothing to migrate.
  18286. web_1 | - Loading initial data for socialaccount.
  18287. web_1 | Installed 0 object(s) from 0 fixture(s)
  18288. web_1 | Running migrations for django_extensions:
  18289. web_1 | - Nothing to migrate.
  18290. web_1 | - Loading initial data for django_extensions.
  18291. web_1 | Installed 0 object(s) from 0 fixture(s)
  18292. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18293. web_1 | [GCC 4.9.2] on linux2
  18294. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18295. web_1 | (InteractiveConsole)
  18296. web_1 |
  18297. web_1 | >>> >>> Starting the server
  18298. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18299. web_1 |
  18300. web_1 | Fatal error: Unable to find local grunt.
  18301. web_1 |
  18302. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18303. web_1 | your project. For more information about installing and configuring grunt,
  18304. web_1 | please see the Getting Started guide:
  18305. web_1 |
  18306. web_1 | http://gruntjs.com/getting-started
  18307. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18308. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18309. web_1 | Syncing...
  18310. web_1 | Creating tables ...
  18311. web_1 | Installing custom SQL ...
  18312. web_1 | Installing indexes ...
  18313. web_1 | Installed 0 object(s) from 0 fixture(s)
  18314. web_1 |
  18315. web_1 | Synced:
  18316. web_1 | > django.contrib.auth
  18317. web_1 | > django.contrib.contenttypes
  18318. web_1 | > django.contrib.sessions
  18319. web_1 | > django.contrib.sites
  18320. web_1 | > django.contrib.messages
  18321. web_1 | > django.contrib.staticfiles
  18322. web_1 | > django.contrib.admin
  18323. web_1 | > south
  18324. web_1 | > crispy_forms
  18325. web_1 | > avatar
  18326. web_1 | > bootstrap3
  18327. web_1 | > users
  18328. web_1 | > allauth
  18329. web_1 | > allauth.account
  18330. web_1 | > django.contrib.humanize
  18331. web_1 | > debug_toolbar
  18332. web_1 |
  18333. web_1 | Not synced (use migrations):
  18334. web_1 | - allauth.socialaccount
  18335. web_1 | - django_extensions
  18336. web_1 | (use ./manage.py migrate to migrate these)
  18337. web_1 | Running migrations for socialaccount:
  18338. web_1 | - Nothing to migrate.
  18339. web_1 | - Loading initial data for socialaccount.
  18340. web_1 | Installed 0 object(s) from 0 fixture(s)
  18341. web_1 | Running migrations for django_extensions:
  18342. web_1 | - Nothing to migrate.
  18343. web_1 | - Loading initial data for django_extensions.
  18344. web_1 | Installed 0 object(s) from 0 fixture(s)
  18345. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18346. web_1 | [GCC 4.9.2] on linux2
  18347. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18348. web_1 | (InteractiveConsole)
  18349. web_1 |
  18350. web_1 | >>> >>> Starting the server
  18351. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18352. web_1 |
  18353. web_1 | Fatal error: Unable to find local grunt.
  18354. web_1 |
  18355. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18356. web_1 | your project. For more information about installing and configuring grunt,
  18357. web_1 | please see the Getting Started guide:
  18358. web_1 |
  18359. web_1 | http://gruntjs.com/getting-started
  18360. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18361. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18362. web_1 | Syncing...
  18363. web_1 | Creating tables ...
  18364. web_1 | Installing custom SQL ...
  18365. web_1 | Installing indexes ...
  18366. web_1 | Installed 0 object(s) from 0 fixture(s)
  18367. web_1 |
  18368. web_1 | Synced:
  18369. web_1 | > django.contrib.auth
  18370. web_1 | > django.contrib.contenttypes
  18371. web_1 | > django.contrib.sessions
  18372. web_1 | > django.contrib.sites
  18373. web_1 | > django.contrib.messages
  18374. web_1 | > django.contrib.staticfiles
  18375. web_1 | > django.contrib.admin
  18376. web_1 | > south
  18377. web_1 | > crispy_forms
  18378. web_1 | > avatar
  18379. web_1 | > bootstrap3
  18380. web_1 | > users
  18381. web_1 | > allauth
  18382. web_1 | > allauth.account
  18383. web_1 | > django.contrib.humanize
  18384. web_1 | > debug_toolbar
  18385. web_1 |
  18386. web_1 | Not synced (use migrations):
  18387. web_1 | - allauth.socialaccount
  18388. web_1 | - django_extensions
  18389. web_1 | (use ./manage.py migrate to migrate these)
  18390. web_1 | Running migrations for socialaccount:
  18391. web_1 | - Nothing to migrate.
  18392. web_1 | - Loading initial data for socialaccount.
  18393. web_1 | Installed 0 object(s) from 0 fixture(s)
  18394. web_1 | Running migrations for django_extensions:
  18395. web_1 | - Nothing to migrate.
  18396. web_1 | - Loading initial data for django_extensions.
  18397. web_1 | Installed 0 object(s) from 0 fixture(s)
  18398. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18399. web_1 | [GCC 4.9.2] on linux2
  18400. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18401. web_1 | (InteractiveConsole)
  18402. web_1 |
  18403. web_1 | >>> >>> Starting the server
  18404. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18405. web_1 |
  18406. web_1 | Fatal error: Unable to find local grunt.
  18407. web_1 |
  18408. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18409. web_1 | your project. For more information about installing and configuring grunt,
  18410. web_1 | please see the Getting Started guide:
  18411. web_1 |
  18412. web_1 | http://gruntjs.com/getting-started
  18413. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18414. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18415. web_1 | Syncing...
  18416. web_1 | Creating tables ...
  18417. web_1 | Installing custom SQL ...
  18418. web_1 | Installing indexes ...
  18419. web_1 | Installed 0 object(s) from 0 fixture(s)
  18420. web_1 |
  18421. web_1 | Synced:
  18422. web_1 | > django.contrib.auth
  18423. web_1 | > django.contrib.contenttypes
  18424. web_1 | > django.contrib.sessions
  18425. web_1 | > django.contrib.sites
  18426. web_1 | > django.contrib.messages
  18427. web_1 | > django.contrib.staticfiles
  18428. web_1 | > django.contrib.admin
  18429. web_1 | > south
  18430. web_1 | > crispy_forms
  18431. web_1 | > avatar
  18432. web_1 | > bootstrap3
  18433. web_1 | > users
  18434. web_1 | > allauth
  18435. web_1 | > allauth.account
  18436. web_1 | > django.contrib.humanize
  18437. web_1 | > debug_toolbar
  18438. web_1 |
  18439. web_1 | Not synced (use migrations):
  18440. web_1 | - allauth.socialaccount
  18441. web_1 | - django_extensions
  18442. web_1 | (use ./manage.py migrate to migrate these)
  18443. web_1 | Running migrations for socialaccount:
  18444. web_1 | - Nothing to migrate.
  18445. web_1 | - Loading initial data for socialaccount.
  18446. web_1 | Installed 0 object(s) from 0 fixture(s)
  18447. web_1 | Running migrations for django_extensions:
  18448. web_1 | - Nothing to migrate.
  18449. web_1 | - Loading initial data for django_extensions.
  18450. web_1 | Installed 0 object(s) from 0 fixture(s)
  18451. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18452. web_1 | [GCC 4.9.2] on linux2
  18453. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18454. web_1 | (InteractiveConsole)
  18455. web_1 |
  18456. web_1 | >>> >>> Starting the server
  18457. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18458. web_1 |
  18459. web_1 | Fatal error: Unable to find local grunt.
  18460. web_1 |
  18461. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18462. web_1 | your project. For more information about installing and configuring grunt,
  18463. web_1 | please see the Getting Started guide:
  18464. web_1 |
  18465. web_1 | http://gruntjs.com/getting-started
  18466. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18467. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18468. web_1 | Syncing...
  18469. web_1 | Creating tables ...
  18470. web_1 | Installing custom SQL ...
  18471. web_1 | Installing indexes ...
  18472. web_1 | Installed 0 object(s) from 0 fixture(s)
  18473. web_1 |
  18474. web_1 | Synced:
  18475. web_1 | > django.contrib.auth
  18476. web_1 | > django.contrib.contenttypes
  18477. web_1 | > django.contrib.sessions
  18478. web_1 | > django.contrib.sites
  18479. web_1 | > django.contrib.messages
  18480. web_1 | > django.contrib.staticfiles
  18481. web_1 | > django.contrib.admin
  18482. web_1 | > south
  18483. web_1 | > crispy_forms
  18484. web_1 | > avatar
  18485. web_1 | > bootstrap3
  18486. web_1 | > users
  18487. web_1 | > allauth
  18488. web_1 | > allauth.account
  18489. web_1 | > django.contrib.humanize
  18490. web_1 | > debug_toolbar
  18491. web_1 |
  18492. web_1 | Not synced (use migrations):
  18493. web_1 | - allauth.socialaccount
  18494. web_1 | - django_extensions
  18495. web_1 | (use ./manage.py migrate to migrate these)
  18496. web_1 | Running migrations for socialaccount:
  18497. web_1 | - Nothing to migrate.
  18498. web_1 | - Loading initial data for socialaccount.
  18499. web_1 | Installed 0 object(s) from 0 fixture(s)
  18500. web_1 | Running migrations for django_extensions:
  18501. web_1 | - Nothing to migrate.
  18502. web_1 | - Loading initial data for django_extensions.
  18503. web_1 | Installed 0 object(s) from 0 fixture(s)
  18504. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18505. web_1 | [GCC 4.9.2] on linux2
  18506. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18507. web_1 | (InteractiveConsole)
  18508. web_1 |
  18509. web_1 | >>> >>> Starting the server
  18510. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18511. web_1 |
  18512. web_1 | Fatal error: Unable to find local grunt.
  18513. web_1 |
  18514. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18515. web_1 | your project. For more information about installing and configuring grunt,
  18516. web_1 | please see the Getting Started guide:
  18517. web_1 |
  18518. web_1 | http://gruntjs.com/getting-started
  18519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18520. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18521. web_1 | Syncing...
  18522. web_1 | Creating tables ...
  18523. web_1 | Installing custom SQL ...
  18524. web_1 | Installing indexes ...
  18525. web_1 | Installed 0 object(s) from 0 fixture(s)
  18526. web_1 |
  18527. web_1 | Synced:
  18528. web_1 | > django.contrib.auth
  18529. web_1 | > django.contrib.contenttypes
  18530. web_1 | > django.contrib.sessions
  18531. web_1 | > django.contrib.sites
  18532. web_1 | > django.contrib.messages
  18533. web_1 | > django.contrib.staticfiles
  18534. web_1 | > django.contrib.admin
  18535. web_1 | > south
  18536. web_1 | > crispy_forms
  18537. web_1 | > avatar
  18538. web_1 | > bootstrap3
  18539. web_1 | > users
  18540. web_1 | > allauth
  18541. web_1 | > allauth.account
  18542. web_1 | > django.contrib.humanize
  18543. web_1 | > debug_toolbar
  18544. web_1 |
  18545. web_1 | Not synced (use migrations):
  18546. web_1 | - allauth.socialaccount
  18547. web_1 | - django_extensions
  18548. web_1 | (use ./manage.py migrate to migrate these)
  18549. web_1 | Running migrations for socialaccount:
  18550. web_1 | - Nothing to migrate.
  18551. web_1 | - Loading initial data for socialaccount.
  18552. web_1 | Installed 0 object(s) from 0 fixture(s)
  18553. web_1 | Running migrations for django_extensions:
  18554. web_1 | - Nothing to migrate.
  18555. web_1 | - Loading initial data for django_extensions.
  18556. web_1 | Installed 0 object(s) from 0 fixture(s)
  18557. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18558. web_1 | [GCC 4.9.2] on linux2
  18559. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18560. web_1 | (InteractiveConsole)
  18561. web_1 |
  18562. web_1 | >>> >>> Starting the server
  18563. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18564. web_1 |
  18565. web_1 | Fatal error: Unable to find local grunt.
  18566. web_1 |
  18567. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18568. web_1 | your project. For more information about installing and configuring grunt,
  18569. web_1 | please see the Getting Started guide:
  18570. web_1 |
  18571. web_1 | http://gruntjs.com/getting-started
  18572. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18573. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18574. web_1 | Syncing...
  18575. web_1 | Creating tables ...
  18576. web_1 | Installing custom SQL ...
  18577. web_1 | Installing indexes ...
  18578. web_1 | Installed 0 object(s) from 0 fixture(s)
  18579. web_1 |
  18580. web_1 | Synced:
  18581. web_1 | > django.contrib.auth
  18582. web_1 | > django.contrib.contenttypes
  18583. web_1 | > django.contrib.sessions
  18584. web_1 | > django.contrib.sites
  18585. web_1 | > django.contrib.messages
  18586. web_1 | > django.contrib.staticfiles
  18587. web_1 | > django.contrib.admin
  18588. web_1 | > south
  18589. web_1 | > crispy_forms
  18590. web_1 | > avatar
  18591. web_1 | > bootstrap3
  18592. web_1 | > users
  18593. web_1 | > allauth
  18594. web_1 | > allauth.account
  18595. web_1 | > django.contrib.humanize
  18596. web_1 | > debug_toolbar
  18597. web_1 |
  18598. web_1 | Not synced (use migrations):
  18599. web_1 | - allauth.socialaccount
  18600. web_1 | - django_extensions
  18601. web_1 | (use ./manage.py migrate to migrate these)
  18602. web_1 | Running migrations for socialaccount:
  18603. web_1 | - Nothing to migrate.
  18604. web_1 | - Loading initial data for socialaccount.
  18605. web_1 | Installed 0 object(s) from 0 fixture(s)
  18606. web_1 | Running migrations for django_extensions:
  18607. web_1 | - Nothing to migrate.
  18608. web_1 | - Loading initial data for django_extensions.
  18609. web_1 | Installed 0 object(s) from 0 fixture(s)
  18610. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18611. web_1 | [GCC 4.9.2] on linux2
  18612. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18613. web_1 | (InteractiveConsole)
  18614. web_1 |
  18615. web_1 | >>> >>> Starting the server
  18616. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18617. web_1 |
  18618. web_1 | Fatal error: Unable to find local grunt.
  18619. web_1 |
  18620. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18621. web_1 | your project. For more information about installing and configuring grunt,
  18622. web_1 | please see the Getting Started guide:
  18623. web_1 |
  18624. web_1 | http://gruntjs.com/getting-started
  18625. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18626. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18627. web_1 | Syncing...
  18628. web_1 | Creating tables ...
  18629. web_1 | Installing custom SQL ...
  18630. web_1 | Installing indexes ...
  18631. web_1 | Installed 0 object(s) from 0 fixture(s)
  18632. web_1 |
  18633. web_1 | Synced:
  18634. web_1 | > django.contrib.auth
  18635. web_1 | > django.contrib.contenttypes
  18636. web_1 | > django.contrib.sessions
  18637. web_1 | > django.contrib.sites
  18638. web_1 | > django.contrib.messages
  18639. web_1 | > django.contrib.staticfiles
  18640. web_1 | > django.contrib.admin
  18641. web_1 | > south
  18642. web_1 | > crispy_forms
  18643. web_1 | > avatar
  18644. web_1 | > bootstrap3
  18645. web_1 | > users
  18646. web_1 | > allauth
  18647. web_1 | > allauth.account
  18648. web_1 | > django.contrib.humanize
  18649. web_1 | > debug_toolbar
  18650. web_1 |
  18651. web_1 | Not synced (use migrations):
  18652. web_1 | - allauth.socialaccount
  18653. web_1 | - django_extensions
  18654. web_1 | (use ./manage.py migrate to migrate these)
  18655. web_1 | Running migrations for socialaccount:
  18656. web_1 | - Nothing to migrate.
  18657. web_1 | - Loading initial data for socialaccount.
  18658. web_1 | Installed 0 object(s) from 0 fixture(s)
  18659. web_1 | Running migrations for django_extensions:
  18660. web_1 | - Nothing to migrate.
  18661. web_1 | - Loading initial data for django_extensions.
  18662. web_1 | Installed 0 object(s) from 0 fixture(s)
  18663. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18664. web_1 | [GCC 4.9.2] on linux2
  18665. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18666. web_1 | (InteractiveConsole)
  18667. web_1 |
  18668. web_1 | >>> >>> Starting the server
  18669. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18670. web_1 |
  18671. web_1 | Fatal error: Unable to find local grunt.
  18672. web_1 |
  18673. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18674. web_1 | your project. For more information about installing and configuring grunt,
  18675. web_1 | please see the Getting Started guide:
  18676. web_1 |
  18677. web_1 | http://gruntjs.com/getting-started
  18678. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18679. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18680. web_1 | Syncing...
  18681. web_1 | Creating tables ...
  18682. web_1 | Installing custom SQL ...
  18683. web_1 | Installing indexes ...
  18684. web_1 | Installed 0 object(s) from 0 fixture(s)
  18685. web_1 |
  18686. web_1 | Synced:
  18687. web_1 | > django.contrib.auth
  18688. web_1 | > django.contrib.contenttypes
  18689. web_1 | > django.contrib.sessions
  18690. web_1 | > django.contrib.sites
  18691. web_1 | > django.contrib.messages
  18692. web_1 | > django.contrib.staticfiles
  18693. web_1 | > django.contrib.admin
  18694. web_1 | > south
  18695. web_1 | > crispy_forms
  18696. web_1 | > avatar
  18697. web_1 | > bootstrap3
  18698. web_1 | > users
  18699. web_1 | > allauth
  18700. web_1 | > allauth.account
  18701. web_1 | > django.contrib.humanize
  18702. web_1 | > debug_toolbar
  18703. web_1 |
  18704. web_1 | Not synced (use migrations):
  18705. web_1 | - allauth.socialaccount
  18706. web_1 | - django_extensions
  18707. web_1 | (use ./manage.py migrate to migrate these)
  18708. web_1 | Running migrations for socialaccount:
  18709. web_1 | - Nothing to migrate.
  18710. web_1 | - Loading initial data for socialaccount.
  18711. web_1 | Installed 0 object(s) from 0 fixture(s)
  18712. web_1 | Running migrations for django_extensions:
  18713. web_1 | - Nothing to migrate.
  18714. web_1 | - Loading initial data for django_extensions.
  18715. web_1 | Installed 0 object(s) from 0 fixture(s)
  18716. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18717. web_1 | [GCC 4.9.2] on linux2
  18718. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18719. web_1 | (InteractiveConsole)
  18720. web_1 |
  18721. web_1 | >>> >>> Starting the server
  18722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18723. web_1 |
  18724. web_1 | Fatal error: Unable to find local grunt.
  18725. web_1 |
  18726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18727. web_1 | your project. For more information about installing and configuring grunt,
  18728. web_1 | please see the Getting Started guide:
  18729. web_1 |
  18730. web_1 | http://gruntjs.com/getting-started
  18731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18732. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18733. web_1 | Syncing...
  18734. web_1 | Creating tables ...
  18735. web_1 | Installing custom SQL ...
  18736. web_1 | Installing indexes ...
  18737. web_1 | Installed 0 object(s) from 0 fixture(s)
  18738. web_1 |
  18739. web_1 | Synced:
  18740. web_1 | > django.contrib.auth
  18741. web_1 | > django.contrib.contenttypes
  18742. web_1 | > django.contrib.sessions
  18743. web_1 | > django.contrib.sites
  18744. web_1 | > django.contrib.messages
  18745. web_1 | > django.contrib.staticfiles
  18746. web_1 | > django.contrib.admin
  18747. web_1 | > south
  18748. web_1 | > crispy_forms
  18749. web_1 | > avatar
  18750. web_1 | > bootstrap3
  18751. web_1 | > users
  18752. web_1 | > allauth
  18753. web_1 | > allauth.account
  18754. web_1 | > django.contrib.humanize
  18755. web_1 | > debug_toolbar
  18756. web_1 |
  18757. web_1 | Not synced (use migrations):
  18758. web_1 | - allauth.socialaccount
  18759. web_1 | - django_extensions
  18760. web_1 | (use ./manage.py migrate to migrate these)
  18761. web_1 | Running migrations for socialaccount:
  18762. web_1 | - Nothing to migrate.
  18763. web_1 | - Loading initial data for socialaccount.
  18764. web_1 | Installed 0 object(s) from 0 fixture(s)
  18765. web_1 | Running migrations for django_extensions:
  18766. web_1 | - Nothing to migrate.
  18767. web_1 | - Loading initial data for django_extensions.
  18768. web_1 | Installed 0 object(s) from 0 fixture(s)
  18769. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18770. web_1 | [GCC 4.9.2] on linux2
  18771. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18772. web_1 | (InteractiveConsole)
  18773. web_1 |
  18774. web_1 | >>> >>> Starting the server
  18775. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18776. web_1 |
  18777. web_1 | Fatal error: Unable to find local grunt.
  18778. web_1 |
  18779. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18780. web_1 | your project. For more information about installing and configuring grunt,
  18781. web_1 | please see the Getting Started guide:
  18782. web_1 |
  18783. web_1 | http://gruntjs.com/getting-started
  18784. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18785. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18786. web_1 | Syncing...
  18787. web_1 | Creating tables ...
  18788. web_1 | Installing custom SQL ...
  18789. web_1 | Installing indexes ...
  18790. web_1 | Installed 0 object(s) from 0 fixture(s)
  18791. web_1 |
  18792. web_1 | Synced:
  18793. web_1 | > django.contrib.auth
  18794. web_1 | > django.contrib.contenttypes
  18795. web_1 | > django.contrib.sessions
  18796. web_1 | > django.contrib.sites
  18797. web_1 | > django.contrib.messages
  18798. web_1 | > django.contrib.staticfiles
  18799. web_1 | > django.contrib.admin
  18800. web_1 | > south
  18801. web_1 | > crispy_forms
  18802. web_1 | > avatar
  18803. web_1 | > bootstrap3
  18804. web_1 | > users
  18805. web_1 | > allauth
  18806. web_1 | > allauth.account
  18807. web_1 | > django.contrib.humanize
  18808. web_1 | > debug_toolbar
  18809. web_1 |
  18810. web_1 | Not synced (use migrations):
  18811. web_1 | - allauth.socialaccount
  18812. web_1 | - django_extensions
  18813. web_1 | (use ./manage.py migrate to migrate these)
  18814. web_1 | Running migrations for socialaccount:
  18815. web_1 | - Nothing to migrate.
  18816. web_1 | - Loading initial data for socialaccount.
  18817. web_1 | Installed 0 object(s) from 0 fixture(s)
  18818. web_1 | Running migrations for django_extensions:
  18819. web_1 | - Nothing to migrate.
  18820. web_1 | - Loading initial data for django_extensions.
  18821. web_1 | Installed 0 object(s) from 0 fixture(s)
  18822. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18823. web_1 | [GCC 4.9.2] on linux2
  18824. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18825. web_1 | (InteractiveConsole)
  18826. web_1 |
  18827. web_1 | >>> >>> Starting the server
  18828. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18829. web_1 |
  18830. web_1 | Fatal error: Unable to find local grunt.
  18831. web_1 |
  18832. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18833. web_1 | your project. For more information about installing and configuring grunt,
  18834. web_1 | please see the Getting Started guide:
  18835. web_1 |
  18836. web_1 | http://gruntjs.com/getting-started
  18837. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18838. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18839. web_1 | Syncing...
  18840. web_1 | Creating tables ...
  18841. web_1 | Installing custom SQL ...
  18842. web_1 | Installing indexes ...
  18843. web_1 | Installed 0 object(s) from 0 fixture(s)
  18844. web_1 |
  18845. web_1 | Synced:
  18846. web_1 | > django.contrib.auth
  18847. web_1 | > django.contrib.contenttypes
  18848. web_1 | > django.contrib.sessions
  18849. web_1 | > django.contrib.sites
  18850. web_1 | > django.contrib.messages
  18851. web_1 | > django.contrib.staticfiles
  18852. web_1 | > django.contrib.admin
  18853. web_1 | > south
  18854. web_1 | > crispy_forms
  18855. web_1 | > avatar
  18856. web_1 | > bootstrap3
  18857. web_1 | > users
  18858. web_1 | > allauth
  18859. web_1 | > allauth.account
  18860. web_1 | > django.contrib.humanize
  18861. web_1 | > debug_toolbar
  18862. web_1 |
  18863. web_1 | Not synced (use migrations):
  18864. web_1 | - allauth.socialaccount
  18865. web_1 | - django_extensions
  18866. web_1 | (use ./manage.py migrate to migrate these)
  18867. web_1 | Running migrations for socialaccount:
  18868. web_1 | - Nothing to migrate.
  18869. web_1 | - Loading initial data for socialaccount.
  18870. web_1 | Installed 0 object(s) from 0 fixture(s)
  18871. web_1 | Running migrations for django_extensions:
  18872. web_1 | - Nothing to migrate.
  18873. web_1 | - Loading initial data for django_extensions.
  18874. web_1 | Installed 0 object(s) from 0 fixture(s)
  18875. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18876. web_1 | [GCC 4.9.2] on linux2
  18877. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18878. web_1 | (InteractiveConsole)
  18879. web_1 |
  18880. web_1 | >>> >>> Starting the server
  18881. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18882. web_1 |
  18883. web_1 | Fatal error: Unable to find local grunt.
  18884. web_1 |
  18885. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18886. web_1 | your project. For more information about installing and configuring grunt,
  18887. web_1 | please see the Getting Started guide:
  18888. web_1 |
  18889. web_1 | http://gruntjs.com/getting-started
  18890. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18891. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18892. web_1 | Syncing...
  18893. web_1 | Creating tables ...
  18894. web_1 | Installing custom SQL ...
  18895. web_1 | Installing indexes ...
  18896. web_1 | Installed 0 object(s) from 0 fixture(s)
  18897. web_1 |
  18898. web_1 | Synced:
  18899. web_1 | > django.contrib.auth
  18900. web_1 | > django.contrib.contenttypes
  18901. web_1 | > django.contrib.sessions
  18902. web_1 | > django.contrib.sites
  18903. web_1 | > django.contrib.messages
  18904. web_1 | > django.contrib.staticfiles
  18905. web_1 | > django.contrib.admin
  18906. web_1 | > south
  18907. web_1 | > crispy_forms
  18908. web_1 | > avatar
  18909. web_1 | > bootstrap3
  18910. web_1 | > users
  18911. web_1 | > allauth
  18912. web_1 | > allauth.account
  18913. web_1 | > django.contrib.humanize
  18914. web_1 | > debug_toolbar
  18915. web_1 |
  18916. web_1 | Not synced (use migrations):
  18917. web_1 | - allauth.socialaccount
  18918. web_1 | - django_extensions
  18919. web_1 | (use ./manage.py migrate to migrate these)
  18920. web_1 | Running migrations for socialaccount:
  18921. web_1 | - Nothing to migrate.
  18922. web_1 | - Loading initial data for socialaccount.
  18923. web_1 | Installed 0 object(s) from 0 fixture(s)
  18924. web_1 | Running migrations for django_extensions:
  18925. web_1 | - Nothing to migrate.
  18926. web_1 | - Loading initial data for django_extensions.
  18927. web_1 | Installed 0 object(s) from 0 fixture(s)
  18928. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18929. web_1 | [GCC 4.9.2] on linux2
  18930. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18931. web_1 | (InteractiveConsole)
  18932. web_1 |
  18933. web_1 | >>> >>> Starting the server
  18934. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18935. web_1 |
  18936. web_1 | Fatal error: Unable to find local grunt.
  18937. web_1 |
  18938. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18939. web_1 | your project. For more information about installing and configuring grunt,
  18940. web_1 | please see the Getting Started guide:
  18941. web_1 |
  18942. web_1 | http://gruntjs.com/getting-started
  18943. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18944. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18945. web_1 | Syncing...
  18946. web_1 | Creating tables ...
  18947. web_1 | Installing custom SQL ...
  18948. web_1 | Installing indexes ...
  18949. web_1 | Installed 0 object(s) from 0 fixture(s)
  18950. web_1 |
  18951. web_1 | Synced:
  18952. web_1 | > django.contrib.auth
  18953. web_1 | > django.contrib.contenttypes
  18954. web_1 | > django.contrib.sessions
  18955. web_1 | > django.contrib.sites
  18956. web_1 | > django.contrib.messages
  18957. web_1 | > django.contrib.staticfiles
  18958. web_1 | > django.contrib.admin
  18959. web_1 | > south
  18960. web_1 | > crispy_forms
  18961. web_1 | > avatar
  18962. web_1 | > bootstrap3
  18963. web_1 | > users
  18964. web_1 | > allauth
  18965. web_1 | > allauth.account
  18966. web_1 | > django.contrib.humanize
  18967. web_1 | > debug_toolbar
  18968. web_1 |
  18969. web_1 | Not synced (use migrations):
  18970. web_1 | - allauth.socialaccount
  18971. web_1 | - django_extensions
  18972. web_1 | (use ./manage.py migrate to migrate these)
  18973. web_1 | Running migrations for socialaccount:
  18974. web_1 | - Nothing to migrate.
  18975. web_1 | - Loading initial data for socialaccount.
  18976. web_1 | Installed 0 object(s) from 0 fixture(s)
  18977. web_1 | Running migrations for django_extensions:
  18978. web_1 | - Nothing to migrate.
  18979. web_1 | - Loading initial data for django_extensions.
  18980. web_1 | Installed 0 object(s) from 0 fixture(s)
  18981. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  18982. web_1 | [GCC 4.9.2] on linux2
  18983. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  18984. web_1 | (InteractiveConsole)
  18985. web_1 |
  18986. web_1 | >>> >>> Starting the server
  18987. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  18988. web_1 |
  18989. web_1 | Fatal error: Unable to find local grunt.
  18990. web_1 |
  18991. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  18992. web_1 | your project. For more information about installing and configuring grunt,
  18993. web_1 | please see the Getting Started guide:
  18994. web_1 |
  18995. web_1 | http://gruntjs.com/getting-started
  18996. web_1 | Starting OpenBSD Secure Shell server: sshd.
  18997. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  18998. web_1 | Syncing...
  18999. web_1 | Creating tables ...
  19000. web_1 | Installing custom SQL ...
  19001. web_1 | Installing indexes ...
  19002. web_1 | Installed 0 object(s) from 0 fixture(s)
  19003. web_1 |
  19004. web_1 | Synced:
  19005. web_1 | > django.contrib.auth
  19006. web_1 | > django.contrib.contenttypes
  19007. web_1 | > django.contrib.sessions
  19008. web_1 | > django.contrib.sites
  19009. web_1 | > django.contrib.messages
  19010. web_1 | > django.contrib.staticfiles
  19011. web_1 | > django.contrib.admin
  19012. web_1 | > south
  19013. web_1 | > crispy_forms
  19014. web_1 | > avatar
  19015. web_1 | > bootstrap3
  19016. web_1 | > users
  19017. web_1 | > allauth
  19018. web_1 | > allauth.account
  19019. web_1 | > django.contrib.humanize
  19020. web_1 | > debug_toolbar
  19021. web_1 |
  19022. web_1 | Not synced (use migrations):
  19023. web_1 | - allauth.socialaccount
  19024. web_1 | - django_extensions
  19025. web_1 | (use ./manage.py migrate to migrate these)
  19026. web_1 | Running migrations for socialaccount:
  19027. web_1 | - Nothing to migrate.
  19028. web_1 | - Loading initial data for socialaccount.
  19029. web_1 | Installed 0 object(s) from 0 fixture(s)
  19030. web_1 | Running migrations for django_extensions:
  19031. web_1 | - Nothing to migrate.
  19032. web_1 | - Loading initial data for django_extensions.
  19033. web_1 | Installed 0 object(s) from 0 fixture(s)
  19034. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19035. web_1 | [GCC 4.9.2] on linux2
  19036. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19037. web_1 | (InteractiveConsole)
  19038. web_1 |
  19039. web_1 | >>> >>> Starting the server
  19040. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19041. web_1 |
  19042. web_1 | Fatal error: Unable to find local grunt.
  19043. web_1 |
  19044. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19045. web_1 | your project. For more information about installing and configuring grunt,
  19046. web_1 | please see the Getting Started guide:
  19047. web_1 |
  19048. web_1 | http://gruntjs.com/getting-started
  19049. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19050. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19051. web_1 | Syncing...
  19052. web_1 | Creating tables ...
  19053. web_1 | Installing custom SQL ...
  19054. web_1 | Installing indexes ...
  19055. web_1 | Installed 0 object(s) from 0 fixture(s)
  19056. web_1 |
  19057. web_1 | Synced:
  19058. web_1 | > django.contrib.auth
  19059. web_1 | > django.contrib.contenttypes
  19060. web_1 | > django.contrib.sessions
  19061. web_1 | > django.contrib.sites
  19062. web_1 | > django.contrib.messages
  19063. web_1 | > django.contrib.staticfiles
  19064. web_1 | > django.contrib.admin
  19065. web_1 | > south
  19066. web_1 | > crispy_forms
  19067. web_1 | > avatar
  19068. web_1 | > bootstrap3
  19069. web_1 | > users
  19070. web_1 | > allauth
  19071. web_1 | > allauth.account
  19072. web_1 | > django.contrib.humanize
  19073. web_1 | > debug_toolbar
  19074. web_1 |
  19075. web_1 | Not synced (use migrations):
  19076. web_1 | - allauth.socialaccount
  19077. web_1 | - django_extensions
  19078. web_1 | (use ./manage.py migrate to migrate these)
  19079. web_1 | Running migrations for socialaccount:
  19080. web_1 | - Nothing to migrate.
  19081. web_1 | - Loading initial data for socialaccount.
  19082. web_1 | Installed 0 object(s) from 0 fixture(s)
  19083. web_1 | Running migrations for django_extensions:
  19084. web_1 | - Nothing to migrate.
  19085. web_1 | - Loading initial data for django_extensions.
  19086. web_1 | Installed 0 object(s) from 0 fixture(s)
  19087. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19088. web_1 | [GCC 4.9.2] on linux2
  19089. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19090. web_1 | (InteractiveConsole)
  19091. web_1 |
  19092. web_1 | >>> >>> Starting the server
  19093. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19094. web_1 |
  19095. web_1 | Fatal error: Unable to find local grunt.
  19096. web_1 |
  19097. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19098. web_1 | your project. For more information about installing and configuring grunt,
  19099. web_1 | please see the Getting Started guide:
  19100. web_1 |
  19101. web_1 | http://gruntjs.com/getting-started
  19102. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19103. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19104. web_1 | Syncing...
  19105. web_1 | Creating tables ...
  19106. web_1 | Installing custom SQL ...
  19107. web_1 | Installing indexes ...
  19108. web_1 | Installed 0 object(s) from 0 fixture(s)
  19109. web_1 |
  19110. web_1 | Synced:
  19111. web_1 | > django.contrib.auth
  19112. web_1 | > django.contrib.contenttypes
  19113. web_1 | > django.contrib.sessions
  19114. web_1 | > django.contrib.sites
  19115. web_1 | > django.contrib.messages
  19116. web_1 | > django.contrib.staticfiles
  19117. web_1 | > django.contrib.admin
  19118. web_1 | > south
  19119. web_1 | > crispy_forms
  19120. web_1 | > avatar
  19121. web_1 | > bootstrap3
  19122. web_1 | > users
  19123. web_1 | > allauth
  19124. web_1 | > allauth.account
  19125. web_1 | > django.contrib.humanize
  19126. web_1 | > debug_toolbar
  19127. web_1 |
  19128. web_1 | Not synced (use migrations):
  19129. web_1 | - allauth.socialaccount
  19130. web_1 | - django_extensions
  19131. web_1 | (use ./manage.py migrate to migrate these)
  19132. web_1 | Running migrations for socialaccount:
  19133. web_1 | - Nothing to migrate.
  19134. web_1 | - Loading initial data for socialaccount.
  19135. web_1 | Installed 0 object(s) from 0 fixture(s)
  19136. web_1 | Running migrations for django_extensions:
  19137. web_1 | - Nothing to migrate.
  19138. web_1 | - Loading initial data for django_extensions.
  19139. web_1 | Installed 0 object(s) from 0 fixture(s)
  19140. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19141. web_1 | [GCC 4.9.2] on linux2
  19142. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19143. web_1 | (InteractiveConsole)
  19144. web_1 |
  19145. web_1 | >>> >>> Starting the server
  19146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19147. web_1 |
  19148. web_1 | Fatal error: Unable to find local grunt.
  19149. web_1 |
  19150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19151. web_1 | your project. For more information about installing and configuring grunt,
  19152. web_1 | please see the Getting Started guide:
  19153. web_1 |
  19154. web_1 | http://gruntjs.com/getting-started
  19155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19157. web_1 | Syncing...
  19158. web_1 | Creating tables ...
  19159. web_1 | Installing custom SQL ...
  19160. web_1 | Installing indexes ...
  19161. web_1 | Installed 0 object(s) from 0 fixture(s)
  19162. web_1 |
  19163. web_1 | Synced:
  19164. web_1 | > django.contrib.auth
  19165. web_1 | > django.contrib.contenttypes
  19166. web_1 | > django.contrib.sessions
  19167. web_1 | > django.contrib.sites
  19168. web_1 | > django.contrib.messages
  19169. web_1 | > django.contrib.staticfiles
  19170. web_1 | > django.contrib.admin
  19171. web_1 | > south
  19172. web_1 | > crispy_forms
  19173. web_1 | > avatar
  19174. web_1 | > bootstrap3
  19175. web_1 | > users
  19176. web_1 | > allauth
  19177. web_1 | > allauth.account
  19178. web_1 | > django.contrib.humanize
  19179. web_1 | > debug_toolbar
  19180. web_1 |
  19181. web_1 | Not synced (use migrations):
  19182. web_1 | - allauth.socialaccount
  19183. web_1 | - django_extensions
  19184. web_1 | (use ./manage.py migrate to migrate these)
  19185. web_1 | Running migrations for socialaccount:
  19186. web_1 | - Nothing to migrate.
  19187. web_1 | - Loading initial data for socialaccount.
  19188. web_1 | Installed 0 object(s) from 0 fixture(s)
  19189. web_1 | Running migrations for django_extensions:
  19190. web_1 | - Nothing to migrate.
  19191. web_1 | - Loading initial data for django_extensions.
  19192. web_1 | Installed 0 object(s) from 0 fixture(s)
  19193. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19194. web_1 | [GCC 4.9.2] on linux2
  19195. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19196. web_1 | (InteractiveConsole)
  19197. web_1 |
  19198. web_1 | >>> >>> Starting the server
  19199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19200. web_1 |
  19201. web_1 | Fatal error: Unable to find local grunt.
  19202. web_1 |
  19203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19204. web_1 | your project. For more information about installing and configuring grunt,
  19205. web_1 | please see the Getting Started guide:
  19206. web_1 |
  19207. web_1 | http://gruntjs.com/getting-started
  19208. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19209. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19210. web_1 | Syncing...
  19211. web_1 | Creating tables ...
  19212. web_1 | Installing custom SQL ...
  19213. web_1 | Installing indexes ...
  19214. web_1 | Installed 0 object(s) from 0 fixture(s)
  19215. web_1 |
  19216. web_1 | Synced:
  19217. web_1 | > django.contrib.auth
  19218. web_1 | > django.contrib.contenttypes
  19219. web_1 | > django.contrib.sessions
  19220. web_1 | > django.contrib.sites
  19221. web_1 | > django.contrib.messages
  19222. web_1 | > django.contrib.staticfiles
  19223. web_1 | > django.contrib.admin
  19224. web_1 | > south
  19225. web_1 | > crispy_forms
  19226. web_1 | > avatar
  19227. web_1 | > bootstrap3
  19228. web_1 | > users
  19229. web_1 | > allauth
  19230. web_1 | > allauth.account
  19231. web_1 | > django.contrib.humanize
  19232. web_1 | > debug_toolbar
  19233. web_1 |
  19234. web_1 | Not synced (use migrations):
  19235. web_1 | - allauth.socialaccount
  19236. web_1 | - django_extensions
  19237. web_1 | (use ./manage.py migrate to migrate these)
  19238. web_1 | Running migrations for socialaccount:
  19239. web_1 | - Nothing to migrate.
  19240. web_1 | - Loading initial data for socialaccount.
  19241. web_1 | Installed 0 object(s) from 0 fixture(s)
  19242. web_1 | Running migrations for django_extensions:
  19243. web_1 | - Nothing to migrate.
  19244. web_1 | - Loading initial data for django_extensions.
  19245. web_1 | Installed 0 object(s) from 0 fixture(s)
  19246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19247. web_1 | [GCC 4.9.2] on linux2
  19248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19249. web_1 | (InteractiveConsole)
  19250. web_1 |
  19251. web_1 | >>> >>> Starting the server
  19252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19253. web_1 |
  19254. web_1 | Fatal error: Unable to find local grunt.
  19255. web_1 |
  19256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19257. web_1 | your project. For more information about installing and configuring grunt,
  19258. web_1 | please see the Getting Started guide:
  19259. web_1 |
  19260. web_1 | http://gruntjs.com/getting-started
  19261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19262. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19263. web_1 | Syncing...
  19264. web_1 | Creating tables ...
  19265. web_1 | Installing custom SQL ...
  19266. web_1 | Installing indexes ...
  19267. web_1 | Installed 0 object(s) from 0 fixture(s)
  19268. web_1 |
  19269. web_1 | Synced:
  19270. web_1 | > django.contrib.auth
  19271. web_1 | > django.contrib.contenttypes
  19272. web_1 | > django.contrib.sessions
  19273. web_1 | > django.contrib.sites
  19274. web_1 | > django.contrib.messages
  19275. web_1 | > django.contrib.staticfiles
  19276. web_1 | > django.contrib.admin
  19277. web_1 | > south
  19278. web_1 | > crispy_forms
  19279. web_1 | > avatar
  19280. web_1 | > bootstrap3
  19281. web_1 | > users
  19282. web_1 | > allauth
  19283. web_1 | > allauth.account
  19284. web_1 | > django.contrib.humanize
  19285. web_1 | > debug_toolbar
  19286. web_1 |
  19287. web_1 | Not synced (use migrations):
  19288. web_1 | - allauth.socialaccount
  19289. web_1 | - django_extensions
  19290. web_1 | (use ./manage.py migrate to migrate these)
  19291. web_1 | Running migrations for socialaccount:
  19292. web_1 | - Nothing to migrate.
  19293. web_1 | - Loading initial data for socialaccount.
  19294. web_1 | Installed 0 object(s) from 0 fixture(s)
  19295. web_1 | Running migrations for django_extensions:
  19296. web_1 | - Nothing to migrate.
  19297. web_1 | - Loading initial data for django_extensions.
  19298. web_1 | Installed 0 object(s) from 0 fixture(s)
  19299. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19300. web_1 | [GCC 4.9.2] on linux2
  19301. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19302. web_1 | (InteractiveConsole)
  19303. web_1 |
  19304. web_1 | >>> >>> Starting the server
  19305. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19306. web_1 |
  19307. web_1 | Fatal error: Unable to find local grunt.
  19308. web_1 |
  19309. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19310. web_1 | your project. For more information about installing and configuring grunt,
  19311. web_1 | please see the Getting Started guide:
  19312. web_1 |
  19313. web_1 | http://gruntjs.com/getting-started
  19314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19316. web_1 | Syncing...
  19317. web_1 | Creating tables ...
  19318. web_1 | Installing custom SQL ...
  19319. web_1 | Installing indexes ...
  19320. web_1 | Installed 0 object(s) from 0 fixture(s)
  19321. web_1 |
  19322. web_1 | Synced:
  19323. web_1 | > django.contrib.auth
  19324. web_1 | > django.contrib.contenttypes
  19325. web_1 | > django.contrib.sessions
  19326. web_1 | > django.contrib.sites
  19327. web_1 | > django.contrib.messages
  19328. web_1 | > django.contrib.staticfiles
  19329. web_1 | > django.contrib.admin
  19330. web_1 | > south
  19331. web_1 | > crispy_forms
  19332. web_1 | > avatar
  19333. web_1 | > bootstrap3
  19334. web_1 | > users
  19335. web_1 | > allauth
  19336. web_1 | > allauth.account
  19337. web_1 | > django.contrib.humanize
  19338. web_1 | > debug_toolbar
  19339. web_1 |
  19340. web_1 | Not synced (use migrations):
  19341. web_1 | - allauth.socialaccount
  19342. web_1 | - django_extensions
  19343. web_1 | (use ./manage.py migrate to migrate these)
  19344. web_1 | Running migrations for socialaccount:
  19345. web_1 | - Nothing to migrate.
  19346. web_1 | - Loading initial data for socialaccount.
  19347. web_1 | Installed 0 object(s) from 0 fixture(s)
  19348. web_1 | Running migrations for django_extensions:
  19349. web_1 | - Nothing to migrate.
  19350. web_1 | - Loading initial data for django_extensions.
  19351. web_1 | Installed 0 object(s) from 0 fixture(s)
  19352. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19353. web_1 | [GCC 4.9.2] on linux2
  19354. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19355. web_1 | (InteractiveConsole)
  19356. web_1 |
  19357. web_1 | >>> >>> Starting the server
  19358. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19359. web_1 |
  19360. web_1 | Fatal error: Unable to find local grunt.
  19361. web_1 |
  19362. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19363. web_1 | your project. For more information about installing and configuring grunt,
  19364. web_1 | please see the Getting Started guide:
  19365. web_1 |
  19366. web_1 | http://gruntjs.com/getting-started
  19367. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19368. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19369. web_1 | Syncing...
  19370. web_1 | Creating tables ...
  19371. web_1 | Installing custom SQL ...
  19372. web_1 | Installing indexes ...
  19373. web_1 | Installed 0 object(s) from 0 fixture(s)
  19374. web_1 |
  19375. web_1 | Synced:
  19376. web_1 | > django.contrib.auth
  19377. web_1 | > django.contrib.contenttypes
  19378. web_1 | > django.contrib.sessions
  19379. web_1 | > django.contrib.sites
  19380. web_1 | > django.contrib.messages
  19381. web_1 | > django.contrib.staticfiles
  19382. web_1 | > django.contrib.admin
  19383. web_1 | > south
  19384. web_1 | > crispy_forms
  19385. web_1 | > avatar
  19386. web_1 | > bootstrap3
  19387. web_1 | > users
  19388. web_1 | > allauth
  19389. web_1 | > allauth.account
  19390. web_1 | > django.contrib.humanize
  19391. web_1 | > debug_toolbar
  19392. web_1 |
  19393. web_1 | Not synced (use migrations):
  19394. web_1 | - allauth.socialaccount
  19395. web_1 | - django_extensions
  19396. web_1 | (use ./manage.py migrate to migrate these)
  19397. web_1 | Running migrations for socialaccount:
  19398. web_1 | - Nothing to migrate.
  19399. web_1 | - Loading initial data for socialaccount.
  19400. web_1 | Installed 0 object(s) from 0 fixture(s)
  19401. web_1 | Running migrations for django_extensions:
  19402. web_1 | - Nothing to migrate.
  19403. web_1 | - Loading initial data for django_extensions.
  19404. web_1 | Installed 0 object(s) from 0 fixture(s)
  19405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19406. web_1 | [GCC 4.9.2] on linux2
  19407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19408. web_1 | (InteractiveConsole)
  19409. web_1 |
  19410. web_1 | >>> >>> Starting the server
  19411. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19412. web_1 |
  19413. web_1 | Fatal error: Unable to find local grunt.
  19414. web_1 |
  19415. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19416. web_1 | your project. For more information about installing and configuring grunt,
  19417. web_1 | please see the Getting Started guide:
  19418. web_1 |
  19419. web_1 | http://gruntjs.com/getting-started
  19420. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19421. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19422. web_1 | Syncing...
  19423. web_1 | Creating tables ...
  19424. web_1 | Installing custom SQL ...
  19425. web_1 | Installing indexes ...
  19426. web_1 | Installed 0 object(s) from 0 fixture(s)
  19427. web_1 |
  19428. web_1 | Synced:
  19429. web_1 | > django.contrib.auth
  19430. web_1 | > django.contrib.contenttypes
  19431. web_1 | > django.contrib.sessions
  19432. web_1 | > django.contrib.sites
  19433. web_1 | > django.contrib.messages
  19434. web_1 | > django.contrib.staticfiles
  19435. web_1 | > django.contrib.admin
  19436. web_1 | > south
  19437. web_1 | > crispy_forms
  19438. web_1 | > avatar
  19439. web_1 | > bootstrap3
  19440. web_1 | > users
  19441. web_1 | > allauth
  19442. web_1 | > allauth.account
  19443. web_1 | > django.contrib.humanize
  19444. web_1 | > debug_toolbar
  19445. web_1 |
  19446. web_1 | Not synced (use migrations):
  19447. web_1 | - allauth.socialaccount
  19448. web_1 | - django_extensions
  19449. web_1 | (use ./manage.py migrate to migrate these)
  19450. web_1 | Running migrations for socialaccount:
  19451. web_1 | - Nothing to migrate.
  19452. web_1 | - Loading initial data for socialaccount.
  19453. web_1 | Installed 0 object(s) from 0 fixture(s)
  19454. web_1 | Running migrations for django_extensions:
  19455. web_1 | - Nothing to migrate.
  19456. web_1 | - Loading initial data for django_extensions.
  19457. web_1 | Installed 0 object(s) from 0 fixture(s)
  19458. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19459. web_1 | [GCC 4.9.2] on linux2
  19460. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19461. web_1 | (InteractiveConsole)
  19462. web_1 |
  19463. web_1 | >>> >>> Starting the server
  19464. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19465. web_1 |
  19466. web_1 | Fatal error: Unable to find local grunt.
  19467. web_1 |
  19468. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19469. web_1 | your project. For more information about installing and configuring grunt,
  19470. web_1 | please see the Getting Started guide:
  19471. web_1 |
  19472. web_1 | http://gruntjs.com/getting-started
  19473. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19474. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19475. web_1 | Syncing...
  19476. web_1 | Creating tables ...
  19477. web_1 | Installing custom SQL ...
  19478. web_1 | Installing indexes ...
  19479. web_1 | Installed 0 object(s) from 0 fixture(s)
  19480. web_1 |
  19481. web_1 | Synced:
  19482. web_1 | > django.contrib.auth
  19483. web_1 | > django.contrib.contenttypes
  19484. web_1 | > django.contrib.sessions
  19485. web_1 | > django.contrib.sites
  19486. web_1 | > django.contrib.messages
  19487. web_1 | > django.contrib.staticfiles
  19488. web_1 | > django.contrib.admin
  19489. web_1 | > south
  19490. web_1 | > crispy_forms
  19491. web_1 | > avatar
  19492. web_1 | > bootstrap3
  19493. web_1 | > users
  19494. web_1 | > allauth
  19495. web_1 | > allauth.account
  19496. web_1 | > django.contrib.humanize
  19497. web_1 | > debug_toolbar
  19498. web_1 |
  19499. web_1 | Not synced (use migrations):
  19500. web_1 | - allauth.socialaccount
  19501. web_1 | - django_extensions
  19502. web_1 | (use ./manage.py migrate to migrate these)
  19503. web_1 | Running migrations for socialaccount:
  19504. web_1 | - Nothing to migrate.
  19505. web_1 | - Loading initial data for socialaccount.
  19506. web_1 | Installed 0 object(s) from 0 fixture(s)
  19507. web_1 | Running migrations for django_extensions:
  19508. web_1 | - Nothing to migrate.
  19509. web_1 | - Loading initial data for django_extensions.
  19510. web_1 | Installed 0 object(s) from 0 fixture(s)
  19511. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19512. web_1 | [GCC 4.9.2] on linux2
  19513. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19514. web_1 | (InteractiveConsole)
  19515. web_1 |
  19516. web_1 | >>> >>> Starting the server
  19517. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19518. web_1 |
  19519. web_1 | Fatal error: Unable to find local grunt.
  19520. web_1 |
  19521. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19522. web_1 | your project. For more information about installing and configuring grunt,
  19523. web_1 | please see the Getting Started guide:
  19524. web_1 |
  19525. web_1 | http://gruntjs.com/getting-started
  19526. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19527. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19528. web_1 | Syncing...
  19529. web_1 | Creating tables ...
  19530. web_1 | Installing custom SQL ...
  19531. web_1 | Installing indexes ...
  19532. web_1 | Installed 0 object(s) from 0 fixture(s)
  19533. web_1 |
  19534. web_1 | Synced:
  19535. web_1 | > django.contrib.auth
  19536. web_1 | > django.contrib.contenttypes
  19537. web_1 | > django.contrib.sessions
  19538. web_1 | > django.contrib.sites
  19539. web_1 | > django.contrib.messages
  19540. web_1 | > django.contrib.staticfiles
  19541. web_1 | > django.contrib.admin
  19542. web_1 | > south
  19543. web_1 | > crispy_forms
  19544. web_1 | > avatar
  19545. web_1 | > bootstrap3
  19546. web_1 | > users
  19547. web_1 | > allauth
  19548. web_1 | > allauth.account
  19549. web_1 | > django.contrib.humanize
  19550. web_1 | > debug_toolbar
  19551. web_1 |
  19552. web_1 | Not synced (use migrations):
  19553. web_1 | - allauth.socialaccount
  19554. web_1 | - django_extensions
  19555. web_1 | (use ./manage.py migrate to migrate these)
  19556. web_1 | Running migrations for socialaccount:
  19557. web_1 | - Nothing to migrate.
  19558. web_1 | - Loading initial data for socialaccount.
  19559. web_1 | Installed 0 object(s) from 0 fixture(s)
  19560. web_1 | Running migrations for django_extensions:
  19561. web_1 | - Nothing to migrate.
  19562. web_1 | - Loading initial data for django_extensions.
  19563. web_1 | Installed 0 object(s) from 0 fixture(s)
  19564. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19565. web_1 | [GCC 4.9.2] on linux2
  19566. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19567. web_1 | (InteractiveConsole)
  19568. web_1 |
  19569. web_1 | >>> >>> Starting the server
  19570. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19571. web_1 |
  19572. web_1 | Fatal error: Unable to find local grunt.
  19573. web_1 |
  19574. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19575. web_1 | your project. For more information about installing and configuring grunt,
  19576. web_1 | please see the Getting Started guide:
  19577. web_1 |
  19578. web_1 | http://gruntjs.com/getting-started
  19579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19580. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19581. web_1 | Syncing...
  19582. web_1 | Creating tables ...
  19583. web_1 | Installing custom SQL ...
  19584. web_1 | Installing indexes ...
  19585. web_1 | Installed 0 object(s) from 0 fixture(s)
  19586. web_1 |
  19587. web_1 | Synced:
  19588. web_1 | > django.contrib.auth
  19589. web_1 | > django.contrib.contenttypes
  19590. web_1 | > django.contrib.sessions
  19591. web_1 | > django.contrib.sites
  19592. web_1 | > django.contrib.messages
  19593. web_1 | > django.contrib.staticfiles
  19594. web_1 | > django.contrib.admin
  19595. web_1 | > south
  19596. web_1 | > crispy_forms
  19597. web_1 | > avatar
  19598. web_1 | > bootstrap3
  19599. web_1 | > users
  19600. web_1 | > allauth
  19601. web_1 | > allauth.account
  19602. web_1 | > django.contrib.humanize
  19603. web_1 | > debug_toolbar
  19604. web_1 |
  19605. web_1 | Not synced (use migrations):
  19606. web_1 | - allauth.socialaccount
  19607. web_1 | - django_extensions
  19608. web_1 | (use ./manage.py migrate to migrate these)
  19609. web_1 | Running migrations for socialaccount:
  19610. web_1 | - Nothing to migrate.
  19611. web_1 | - Loading initial data for socialaccount.
  19612. web_1 | Installed 0 object(s) from 0 fixture(s)
  19613. web_1 | Running migrations for django_extensions:
  19614. web_1 | - Nothing to migrate.
  19615. web_1 | - Loading initial data for django_extensions.
  19616. web_1 | Installed 0 object(s) from 0 fixture(s)
  19617. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19618. web_1 | [GCC 4.9.2] on linux2
  19619. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19620. web_1 | (InteractiveConsole)
  19621. web_1 |
  19622. web_1 | >>> >>> Starting the server
  19623. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19624. web_1 |
  19625. web_1 | Fatal error: Unable to find local grunt.
  19626. web_1 |
  19627. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19628. web_1 | your project. For more information about installing and configuring grunt,
  19629. web_1 | please see the Getting Started guide:
  19630. web_1 |
  19631. web_1 | http://gruntjs.com/getting-started
  19632. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19633. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19634. web_1 | Syncing...
  19635. web_1 | Creating tables ...
  19636. web_1 | Installing custom SQL ...
  19637. web_1 | Installing indexes ...
  19638. web_1 | Installed 0 object(s) from 0 fixture(s)
  19639. web_1 |
  19640. web_1 | Synced:
  19641. web_1 | > django.contrib.auth
  19642. web_1 | > django.contrib.contenttypes
  19643. web_1 | > django.contrib.sessions
  19644. web_1 | > django.contrib.sites
  19645. web_1 | > django.contrib.messages
  19646. web_1 | > django.contrib.staticfiles
  19647. web_1 | > django.contrib.admin
  19648. web_1 | > south
  19649. web_1 | > crispy_forms
  19650. web_1 | > avatar
  19651. web_1 | > bootstrap3
  19652. web_1 | > users
  19653. web_1 | > allauth
  19654. web_1 | > allauth.account
  19655. web_1 | > django.contrib.humanize
  19656. web_1 | > debug_toolbar
  19657. web_1 |
  19658. web_1 | Not synced (use migrations):
  19659. web_1 | - allauth.socialaccount
  19660. web_1 | - django_extensions
  19661. web_1 | (use ./manage.py migrate to migrate these)
  19662. web_1 | Running migrations for socialaccount:
  19663. web_1 | - Nothing to migrate.
  19664. web_1 | - Loading initial data for socialaccount.
  19665. web_1 | Installed 0 object(s) from 0 fixture(s)
  19666. web_1 | Running migrations for django_extensions:
  19667. web_1 | - Nothing to migrate.
  19668. web_1 | - Loading initial data for django_extensions.
  19669. web_1 | Installed 0 object(s) from 0 fixture(s)
  19670. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19671. web_1 | [GCC 4.9.2] on linux2
  19672. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19673. web_1 | (InteractiveConsole)
  19674. web_1 |
  19675. web_1 | >>> >>> Starting the server
  19676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19677. web_1 |
  19678. web_1 | Fatal error: Unable to find local grunt.
  19679. web_1 |
  19680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19681. web_1 | your project. For more information about installing and configuring grunt,
  19682. web_1 | please see the Getting Started guide:
  19683. web_1 |
  19684. web_1 | http://gruntjs.com/getting-started
  19685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19686. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19687. web_1 | Syncing...
  19688. web_1 | Creating tables ...
  19689. web_1 | Installing custom SQL ...
  19690. web_1 | Installing indexes ...
  19691. web_1 | Installed 0 object(s) from 0 fixture(s)
  19692. web_1 |
  19693. web_1 | Synced:
  19694. web_1 | > django.contrib.auth
  19695. web_1 | > django.contrib.contenttypes
  19696. web_1 | > django.contrib.sessions
  19697. web_1 | > django.contrib.sites
  19698. web_1 | > django.contrib.messages
  19699. web_1 | > django.contrib.staticfiles
  19700. web_1 | > django.contrib.admin
  19701. web_1 | > south
  19702. web_1 | > crispy_forms
  19703. web_1 | > avatar
  19704. web_1 | > bootstrap3
  19705. web_1 | > users
  19706. web_1 | > allauth
  19707. web_1 | > allauth.account
  19708. web_1 | > django.contrib.humanize
  19709. web_1 | > debug_toolbar
  19710. web_1 |
  19711. web_1 | Not synced (use migrations):
  19712. web_1 | - allauth.socialaccount
  19713. web_1 | - django_extensions
  19714. web_1 | (use ./manage.py migrate to migrate these)
  19715. web_1 | Running migrations for socialaccount:
  19716. web_1 | - Nothing to migrate.
  19717. web_1 | - Loading initial data for socialaccount.
  19718. web_1 | Installed 0 object(s) from 0 fixture(s)
  19719. web_1 | Running migrations for django_extensions:
  19720. web_1 | - Nothing to migrate.
  19721. web_1 | - Loading initial data for django_extensions.
  19722. web_1 | Installed 0 object(s) from 0 fixture(s)
  19723. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19724. web_1 | [GCC 4.9.2] on linux2
  19725. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19726. web_1 | (InteractiveConsole)
  19727. web_1 |
  19728. web_1 | >>> >>> Starting the server
  19729. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19730. web_1 |
  19731. web_1 | Fatal error: Unable to find local grunt.
  19732. web_1 |
  19733. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19734. web_1 | your project. For more information about installing and configuring grunt,
  19735. web_1 | please see the Getting Started guide:
  19736. web_1 |
  19737. web_1 | http://gruntjs.com/getting-started
  19738. oclweb_web_1 exited with code 99
  19739. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19740. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19741. web_1 | Syncing...
  19742. web_1 | Traceback (most recent call last):
  19743. web_1 | File "ocl_web/manage.py", line 19, in <module>
  19744. web_1 | execute_from_command_line(sys.argv)
  19745. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  19746. web_1 | utility.execute()
  19747. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  19748. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  19749. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  19750. web_1 | self.execute(*args, **options.__dict__)
  19751. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  19752. web_1 | output = self.handle(*args, **options)
  19753. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  19754. web_1 | return self.handle_noargs(**options)
  19755. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  19756. web_1 | syncdb.Command().execute(**options)
  19757. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  19758. web_1 | output = self.handle(*args, **options)
  19759. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  19760. web_1 | return self.handle_noargs(**options)
  19761. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  19762. web_1 | cursor = connection.cursor()
  19763. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  19764. web_1 | cursor = self.make_debug_cursor(self._cursor())
  19765. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  19766. web_1 | self.ensure_connection()
  19767. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19768. web_1 | self.connect()
  19769. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  19770. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  19771. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19772. web_1 | self.connect()
  19773. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  19774. web_1 | self.connection = self.get_new_connection(conn_params)
  19775. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  19776. web_1 | return Database.connect(**conn_params)
  19777. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  19778. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  19779. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  19780. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  19781. web_1 | TCP/IP connections on port 5432?
  19782. web_1 |
  19783. web_1 | Traceback (most recent call last):
  19784. web_1 | File "ocl_web/manage.py", line 19, in <module>
  19785. web_1 | execute_from_command_line(sys.argv)
  19786. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  19787. web_1 | utility.execute()
  19788. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  19789. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  19790. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  19791. web_1 | self.execute(*args, **options.__dict__)
  19792. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  19793. web_1 | output = self.handle(*args, **options)
  19794. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  19795. web_1 | ignore_ghosts = ignore_ghosts,
  19796. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  19797. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  19798. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  19799. web_1 | for h in histories:
  19800. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  19801. web_1 | self._fetch_all()
  19802. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  19803. web_1 | self._result_cache = list(self.iterator())
  19804. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  19805. web_1 | for row in compiler.results_iter():
  19806. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  19807. web_1 | for rows in self.execute_sql(MULTI):
  19808. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  19809. web_1 | cursor = self.connection.cursor()
  19810. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  19811. web_1 | cursor = self.make_debug_cursor(self._cursor())
  19812. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  19813. web_1 | self.ensure_connection()
  19814. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19815. web_1 | self.connect()
  19816. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  19817. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  19818. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19819. web_1 | self.connect()
  19820. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  19821. web_1 | self.connection = self.get_new_connection(conn_params)
  19822. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  19823. web_1 | return Database.connect(**conn_params)
  19824. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  19825. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  19826. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  19827. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  19828. web_1 | TCP/IP connections on port 5432?
  19829. web_1 |
  19830. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19831. web_1 | [GCC 4.9.2] on linux2
  19832. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19833. web_1 | (InteractiveConsole)
  19834. web_1 | Traceback (most recent call last):
  19835. web_1 | File "<console>", line 1, in <module>
  19836. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  19837. web_1 | return self.query.get_count(using=self.db)
  19838. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  19839. web_1 | number = obj.get_aggregation(using=using)[None]
  19840. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  19841. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  19842. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  19843. web_1 | cursor = self.connection.cursor()
  19844. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  19845. web_1 | cursor = self.make_debug_cursor(self._cursor())
  19846. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  19847. web_1 | self.ensure_connection()
  19848. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19849. web_1 | self.connect()
  19850. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  19851. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  19852. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  19853. web_1 | self.connect()
  19854. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  19855. web_1 | self.connection = self.get_new_connection(conn_params)
  19856. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  19857. web_1 | return Database.connect(**conn_params)
  19858. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  19859. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  19860. web_1 | OperationalError: could not connect to server: Connection refused
  19861. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  19862. web_1 | TCP/IP connections on port 5432?
  19863. web_1 |
  19864. web_1 |
  19865. web_1 | >>> >>> Starting the server
  19866. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19867. web_1 |
  19868. web_1 | Fatal error: Unable to find local grunt.
  19869. web_1 |
  19870. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19871. web_1 | your project. For more information about installing and configuring grunt,
  19872. web_1 | please see the Getting Started guide:
  19873. web_1 |
  19874. web_1 | http://gruntjs.com/getting-started
  19875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19876. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19877. web_1 | Syncing...
  19878. web_1 | Creating tables ...
  19879. web_1 | Creating table auth_permission
  19880. web_1 | Creating table auth_group_permissions
  19881. web_1 | Creating table auth_group
  19882. web_1 | Creating table django_content_type
  19883. web_1 | Creating table django_session
  19884. web_1 | Creating table django_site
  19885. web_1 | Creating table django_admin_log
  19886. web_1 | Creating table south_migrationhistory
  19887. web_1 | Creating table avatar_avatar
  19888. web_1 | Creating table users_user_groups
  19889. web_1 | Creating table users_user_user_permissions
  19890. web_1 | Creating table users_user
  19891. web_1 | Creating table account_emailaddress
  19892. web_1 | Creating table account_emailconfirmation
  19893. web_1 | Installing custom SQL ...
  19894. web_1 | Installing indexes ...
  19895. web_1 | Installed 0 object(s) from 0 fixture(s)
  19896. web_1 |
  19897. web_1 | Synced:
  19898. web_1 | > django.contrib.auth
  19899. web_1 | > django.contrib.contenttypes
  19900. web_1 | > django.contrib.sessions
  19901. web_1 | > django.contrib.sites
  19902. web_1 | > django.contrib.messages
  19903. web_1 | > django.contrib.staticfiles
  19904. web_1 | > django.contrib.admin
  19905. web_1 | > south
  19906. web_1 | > crispy_forms
  19907. web_1 | > avatar
  19908. web_1 | > bootstrap3
  19909. web_1 | > users
  19910. web_1 | > allauth
  19911. web_1 | > allauth.account
  19912. web_1 | > django.contrib.humanize
  19913. web_1 | > debug_toolbar
  19914. web_1 |
  19915. web_1 | Not synced (use migrations):
  19916. web_1 | - allauth.socialaccount
  19917. web_1 | - django_extensions
  19918. web_1 | (use ./manage.py migrate to migrate these)
  19919. web_1 | Running migrations for socialaccount:
  19920. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  19921. web_1 | > socialaccount:0001_initial
  19922. web_1 | > socialaccount:0002_genericmodels
  19923. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  19924. web_1 | > socialaccount:0004_add_sites
  19925. web_1 | > socialaccount:0005_set_sites
  19926. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  19927. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  19928. web_1 | > socialaccount:0008_client_id
  19929. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  19930. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  19931. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  19932. web_1 | - Loading initial data for socialaccount.
  19933. web_1 | Installed 0 object(s) from 0 fixture(s)
  19934. web_1 | Running migrations for django_extensions:
  19935. web_1 | - Migrating forwards to 0001_empty.
  19936. web_1 | > django_extensions:0001_empty
  19937. web_1 | - Loading initial data for django_extensions.
  19938. web_1 | Installed 0 object(s) from 0 fixture(s)
  19939. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19940. web_1 | [GCC 4.9.2] on linux2
  19941. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19942. web_1 | (InteractiveConsole)
  19943. web_1 |
  19944. web_1 | >>> >>> Starting the server
  19945. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19946. web_1 |
  19947. web_1 | Fatal error: Unable to find local grunt.
  19948. web_1 |
  19949. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  19950. web_1 | your project. For more information about installing and configuring grunt,
  19951. web_1 | please see the Getting Started guide:
  19952. web_1 |
  19953. web_1 | http://gruntjs.com/getting-started
  19954. web_1 | Starting OpenBSD Secure Shell server: sshd.
  19955. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  19956. web_1 | Syncing...
  19957. web_1 | Creating tables ...
  19958. web_1 | Installing custom SQL ...
  19959. web_1 | Installing indexes ...
  19960. web_1 | Installed 0 object(s) from 0 fixture(s)
  19961. web_1 |
  19962. web_1 | Synced:
  19963. web_1 | > django.contrib.auth
  19964. web_1 | > django.contrib.contenttypes
  19965. web_1 | > django.contrib.sessions
  19966. web_1 | > django.contrib.sites
  19967. web_1 | > django.contrib.messages
  19968. web_1 | > django.contrib.staticfiles
  19969. web_1 | > django.contrib.admin
  19970. web_1 | > south
  19971. web_1 | > crispy_forms
  19972. web_1 | > avatar
  19973. web_1 | > bootstrap3
  19974. web_1 | > users
  19975. web_1 | > allauth
  19976. web_1 | > allauth.account
  19977. web_1 | > django.contrib.humanize
  19978. web_1 | > debug_toolbar
  19979. web_1 |
  19980. web_1 | Not synced (use migrations):
  19981. web_1 | - allauth.socialaccount
  19982. web_1 | - django_extensions
  19983. web_1 | (use ./manage.py migrate to migrate these)
  19984. web_1 | Running migrations for socialaccount:
  19985. web_1 | - Nothing to migrate.
  19986. web_1 | - Loading initial data for socialaccount.
  19987. web_1 | Installed 0 object(s) from 0 fixture(s)
  19988. web_1 | Running migrations for django_extensions:
  19989. web_1 | - Nothing to migrate.
  19990. web_1 | - Loading initial data for django_extensions.
  19991. web_1 | Installed 0 object(s) from 0 fixture(s)
  19992. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  19993. web_1 | [GCC 4.9.2] on linux2
  19994. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  19995. web_1 | (InteractiveConsole)
  19996. web_1 |
  19997. web_1 | >>> >>> Starting the server
  19998. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  19999. web_1 |
  20000. web_1 | Fatal error: Unable to find local grunt.
  20001. web_1 |
  20002. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20003. web_1 | your project. For more information about installing and configuring grunt,
  20004. web_1 | please see the Getting Started guide:
  20005. web_1 |
  20006. web_1 | http://gruntjs.com/getting-started
  20007. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20008. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20009. web_1 | Syncing...
  20010. web_1 | Creating tables ...
  20011. web_1 | Installing custom SQL ...
  20012. web_1 | Installing indexes ...
  20013. web_1 | Installed 0 object(s) from 0 fixture(s)
  20014. web_1 |
  20015. web_1 | Synced:
  20016. web_1 | > django.contrib.auth
  20017. web_1 | > django.contrib.contenttypes
  20018. web_1 | > django.contrib.sessions
  20019. web_1 | > django.contrib.sites
  20020. web_1 | > django.contrib.messages
  20021. web_1 | > django.contrib.staticfiles
  20022. web_1 | > django.contrib.admin
  20023. web_1 | > south
  20024. web_1 | > crispy_forms
  20025. web_1 | > avatar
  20026. web_1 | > bootstrap3
  20027. web_1 | > users
  20028. web_1 | > allauth
  20029. web_1 | > allauth.account
  20030. web_1 | > django.contrib.humanize
  20031. web_1 | > debug_toolbar
  20032. web_1 |
  20033. web_1 | Not synced (use migrations):
  20034. web_1 | - allauth.socialaccount
  20035. web_1 | - django_extensions
  20036. web_1 | (use ./manage.py migrate to migrate these)
  20037. web_1 | Running migrations for socialaccount:
  20038. web_1 | - Nothing to migrate.
  20039. web_1 | - Loading initial data for socialaccount.
  20040. web_1 | Installed 0 object(s) from 0 fixture(s)
  20041. web_1 | Running migrations for django_extensions:
  20042. web_1 | - Nothing to migrate.
  20043. web_1 | - Loading initial data for django_extensions.
  20044. web_1 | Installed 0 object(s) from 0 fixture(s)
  20045. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20046. web_1 | [GCC 4.9.2] on linux2
  20047. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20048. web_1 | (InteractiveConsole)
  20049. web_1 |
  20050. web_1 | >>> >>> Starting the server
  20051. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20052. web_1 |
  20053. web_1 | Fatal error: Unable to find local grunt.
  20054. web_1 |
  20055. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20056. web_1 | your project. For more information about installing and configuring grunt,
  20057. web_1 | please see the Getting Started guide:
  20058. web_1 |
  20059. web_1 | http://gruntjs.com/getting-started
  20060. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20061. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20062. web_1 | Syncing...
  20063. web_1 | Creating tables ...
  20064. web_1 | Installing custom SQL ...
  20065. web_1 | Installing indexes ...
  20066. web_1 | Installed 0 object(s) from 0 fixture(s)
  20067. web_1 |
  20068. web_1 | Synced:
  20069. web_1 | > django.contrib.auth
  20070. web_1 | > django.contrib.contenttypes
  20071. web_1 | > django.contrib.sessions
  20072. web_1 | > django.contrib.sites
  20073. web_1 | > django.contrib.messages
  20074. web_1 | > django.contrib.staticfiles
  20075. web_1 | > django.contrib.admin
  20076. web_1 | > south
  20077. web_1 | > crispy_forms
  20078. web_1 | > avatar
  20079. web_1 | > bootstrap3
  20080. web_1 | > users
  20081. web_1 | > allauth
  20082. web_1 | > allauth.account
  20083. web_1 | > django.contrib.humanize
  20084. web_1 | > debug_toolbar
  20085. web_1 |
  20086. web_1 | Not synced (use migrations):
  20087. web_1 | - allauth.socialaccount
  20088. web_1 | - django_extensions
  20089. web_1 | (use ./manage.py migrate to migrate these)
  20090. web_1 | Running migrations for socialaccount:
  20091. web_1 | - Nothing to migrate.
  20092. web_1 | - Loading initial data for socialaccount.
  20093. web_1 | Installed 0 object(s) from 0 fixture(s)
  20094. web_1 | Running migrations for django_extensions:
  20095. web_1 | - Nothing to migrate.
  20096. web_1 | - Loading initial data for django_extensions.
  20097. web_1 | Installed 0 object(s) from 0 fixture(s)
  20098. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20099. web_1 | [GCC 4.9.2] on linux2
  20100. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20101. web_1 | (InteractiveConsole)
  20102. web_1 |
  20103. web_1 | >>> >>> Starting the server
  20104. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20105. web_1 |
  20106. web_1 | Fatal error: Unable to find local grunt.
  20107. web_1 |
  20108. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20109. web_1 | your project. For more information about installing and configuring grunt,
  20110. web_1 | please see the Getting Started guide:
  20111. web_1 |
  20112. web_1 | http://gruntjs.com/getting-started
  20113. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20114. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20115. web_1 | Syncing...
  20116. web_1 | Creating tables ...
  20117. web_1 | Installing custom SQL ...
  20118. web_1 | Installing indexes ...
  20119. web_1 | Installed 0 object(s) from 0 fixture(s)
  20120. web_1 |
  20121. web_1 | Synced:
  20122. web_1 | > django.contrib.auth
  20123. web_1 | > django.contrib.contenttypes
  20124. web_1 | > django.contrib.sessions
  20125. web_1 | > django.contrib.sites
  20126. web_1 | > django.contrib.messages
  20127. web_1 | > django.contrib.staticfiles
  20128. web_1 | > django.contrib.admin
  20129. web_1 | > south
  20130. web_1 | > crispy_forms
  20131. web_1 | > avatar
  20132. web_1 | > bootstrap3
  20133. web_1 | > users
  20134. web_1 | > allauth
  20135. web_1 | > allauth.account
  20136. web_1 | > django.contrib.humanize
  20137. web_1 | > debug_toolbar
  20138. web_1 |
  20139. web_1 | Not synced (use migrations):
  20140. web_1 | - allauth.socialaccount
  20141. web_1 | - django_extensions
  20142. web_1 | (use ./manage.py migrate to migrate these)
  20143. web_1 | Running migrations for socialaccount:
  20144. web_1 | - Nothing to migrate.
  20145. web_1 | - Loading initial data for socialaccount.
  20146. web_1 | Installed 0 object(s) from 0 fixture(s)
  20147. web_1 | Running migrations for django_extensions:
  20148. web_1 | - Nothing to migrate.
  20149. web_1 | - Loading initial data for django_extensions.
  20150. web_1 | Installed 0 object(s) from 0 fixture(s)
  20151. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20152. web_1 | [GCC 4.9.2] on linux2
  20153. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20154. web_1 | (InteractiveConsole)
  20155. web_1 |
  20156. web_1 | >>> >>> Starting the server
  20157. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20158. web_1 |
  20159. web_1 | Fatal error: Unable to find local grunt.
  20160. web_1 |
  20161. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20162. web_1 | your project. For more information about installing and configuring grunt,
  20163. web_1 | please see the Getting Started guide:
  20164. web_1 |
  20165. web_1 | http://gruntjs.com/getting-started
  20166. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20167. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20168. web_1 | Syncing...
  20169. web_1 | Creating tables ...
  20170. web_1 | Installing custom SQL ...
  20171. web_1 | Installing indexes ...
  20172. web_1 | Installed 0 object(s) from 0 fixture(s)
  20173. web_1 |
  20174. web_1 | Synced:
  20175. web_1 | > django.contrib.auth
  20176. web_1 | > django.contrib.contenttypes
  20177. web_1 | > django.contrib.sessions
  20178. web_1 | > django.contrib.sites
  20179. web_1 | > django.contrib.messages
  20180. web_1 | > django.contrib.staticfiles
  20181. web_1 | > django.contrib.admin
  20182. web_1 | > south
  20183. web_1 | > crispy_forms
  20184. web_1 | > avatar
  20185. web_1 | > bootstrap3
  20186. web_1 | > users
  20187. web_1 | > allauth
  20188. web_1 | > allauth.account
  20189. web_1 | > django.contrib.humanize
  20190. web_1 | > debug_toolbar
  20191. web_1 |
  20192. web_1 | Not synced (use migrations):
  20193. web_1 | - allauth.socialaccount
  20194. web_1 | - django_extensions
  20195. web_1 | (use ./manage.py migrate to migrate these)
  20196. web_1 | Running migrations for socialaccount:
  20197. web_1 | - Nothing to migrate.
  20198. web_1 | - Loading initial data for socialaccount.
  20199. web_1 | Installed 0 object(s) from 0 fixture(s)
  20200. web_1 | Running migrations for django_extensions:
  20201. web_1 | - Nothing to migrate.
  20202. web_1 | - Loading initial data for django_extensions.
  20203. web_1 | Installed 0 object(s) from 0 fixture(s)
  20204. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20205. web_1 | [GCC 4.9.2] on linux2
  20206. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20207. web_1 | (InteractiveConsole)
  20208. web_1 |
  20209. web_1 | >>> >>> Starting the server
  20210. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20211. web_1 |
  20212. web_1 | Fatal error: Unable to find local grunt.
  20213. web_1 |
  20214. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20215. web_1 | your project. For more information about installing and configuring grunt,
  20216. web_1 | please see the Getting Started guide:
  20217. web_1 |
  20218. web_1 | http://gruntjs.com/getting-started
  20219. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20220. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20221. web_1 | Syncing...
  20222. web_1 | Creating tables ...
  20223. web_1 | Installing custom SQL ...
  20224. web_1 | Installing indexes ...
  20225. web_1 | Installed 0 object(s) from 0 fixture(s)
  20226. web_1 |
  20227. web_1 | Synced:
  20228. web_1 | > django.contrib.auth
  20229. web_1 | > django.contrib.contenttypes
  20230. web_1 | > django.contrib.sessions
  20231. web_1 | > django.contrib.sites
  20232. web_1 | > django.contrib.messages
  20233. web_1 | > django.contrib.staticfiles
  20234. web_1 | > django.contrib.admin
  20235. web_1 | > south
  20236. web_1 | > crispy_forms
  20237. web_1 | > avatar
  20238. web_1 | > bootstrap3
  20239. web_1 | > users
  20240. web_1 | > allauth
  20241. web_1 | > allauth.account
  20242. web_1 | > django.contrib.humanize
  20243. web_1 | > debug_toolbar
  20244. web_1 |
  20245. web_1 | Not synced (use migrations):
  20246. web_1 | - allauth.socialaccount
  20247. web_1 | - django_extensions
  20248. web_1 | (use ./manage.py migrate to migrate these)
  20249. web_1 | Running migrations for socialaccount:
  20250. web_1 | - Nothing to migrate.
  20251. web_1 | - Loading initial data for socialaccount.
  20252. web_1 | Installed 0 object(s) from 0 fixture(s)
  20253. web_1 | Running migrations for django_extensions:
  20254. web_1 | - Nothing to migrate.
  20255. web_1 | - Loading initial data for django_extensions.
  20256. web_1 | Installed 0 object(s) from 0 fixture(s)
  20257. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20258. web_1 | [GCC 4.9.2] on linux2
  20259. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20260. web_1 | (InteractiveConsole)
  20261. web_1 |
  20262. web_1 | >>> >>> Starting the server
  20263. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20264. web_1 |
  20265. web_1 | Fatal error: Unable to find local grunt.
  20266. web_1 |
  20267. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20268. web_1 | your project. For more information about installing and configuring grunt,
  20269. web_1 | please see the Getting Started guide:
  20270. web_1 |
  20271. web_1 | http://gruntjs.com/getting-started
  20272. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20273. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20274. web_1 | Syncing...
  20275. web_1 | Creating tables ...
  20276. web_1 | Installing custom SQL ...
  20277. web_1 | Installing indexes ...
  20278. web_1 | Installed 0 object(s) from 0 fixture(s)
  20279. web_1 |
  20280. web_1 | Synced:
  20281. web_1 | > django.contrib.auth
  20282. web_1 | > django.contrib.contenttypes
  20283. web_1 | > django.contrib.sessions
  20284. web_1 | > django.contrib.sites
  20285. web_1 | > django.contrib.messages
  20286. web_1 | > django.contrib.staticfiles
  20287. web_1 | > django.contrib.admin
  20288. web_1 | > south
  20289. web_1 | > crispy_forms
  20290. web_1 | > avatar
  20291. web_1 | > bootstrap3
  20292. web_1 | > users
  20293. web_1 | > allauth
  20294. web_1 | > allauth.account
  20295. web_1 | > django.contrib.humanize
  20296. web_1 | > debug_toolbar
  20297. web_1 |
  20298. web_1 | Not synced (use migrations):
  20299. web_1 | - allauth.socialaccount
  20300. web_1 | - django_extensions
  20301. web_1 | (use ./manage.py migrate to migrate these)
  20302. web_1 | Running migrations for socialaccount:
  20303. web_1 | - Nothing to migrate.
  20304. web_1 | - Loading initial data for socialaccount.
  20305. web_1 | Installed 0 object(s) from 0 fixture(s)
  20306. web_1 | Running migrations for django_extensions:
  20307. web_1 | - Nothing to migrate.
  20308. web_1 | - Loading initial data for django_extensions.
  20309. web_1 | Installed 0 object(s) from 0 fixture(s)
  20310. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20311. web_1 | [GCC 4.9.2] on linux2
  20312. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20313. web_1 | (InteractiveConsole)
  20314. web_1 |
  20315. web_1 | >>> >>> Starting the server
  20316. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20317. web_1 |
  20318. web_1 | Fatal error: Unable to find local grunt.
  20319. web_1 |
  20320. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20321. web_1 | your project. For more information about installing and configuring grunt,
  20322. web_1 | please see the Getting Started guide:
  20323. web_1 |
  20324. web_1 | http://gruntjs.com/getting-started
  20325. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20326. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20327. web_1 | Syncing...
  20328. web_1 | Creating tables ...
  20329. web_1 | Installing custom SQL ...
  20330. web_1 | Installing indexes ...
  20331. web_1 | Installed 0 object(s) from 0 fixture(s)
  20332. web_1 |
  20333. web_1 | Synced:
  20334. web_1 | > django.contrib.auth
  20335. web_1 | > django.contrib.contenttypes
  20336. web_1 | > django.contrib.sessions
  20337. web_1 | > django.contrib.sites
  20338. web_1 | > django.contrib.messages
  20339. web_1 | > django.contrib.staticfiles
  20340. web_1 | > django.contrib.admin
  20341. web_1 | > south
  20342. web_1 | > crispy_forms
  20343. web_1 | > avatar
  20344. web_1 | > bootstrap3
  20345. web_1 | > users
  20346. web_1 | > allauth
  20347. web_1 | > allauth.account
  20348. web_1 | > django.contrib.humanize
  20349. web_1 | > debug_toolbar
  20350. web_1 |
  20351. web_1 | Not synced (use migrations):
  20352. web_1 | - allauth.socialaccount
  20353. web_1 | - django_extensions
  20354. web_1 | (use ./manage.py migrate to migrate these)
  20355. web_1 | Running migrations for socialaccount:
  20356. web_1 | - Nothing to migrate.
  20357. web_1 | - Loading initial data for socialaccount.
  20358. web_1 | Installed 0 object(s) from 0 fixture(s)
  20359. web_1 | Running migrations for django_extensions:
  20360. web_1 | - Nothing to migrate.
  20361. web_1 | - Loading initial data for django_extensions.
  20362. web_1 | Installed 0 object(s) from 0 fixture(s)
  20363. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20364. web_1 | [GCC 4.9.2] on linux2
  20365. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20366. web_1 | (InteractiveConsole)
  20367. web_1 |
  20368. web_1 | >>> >>> Starting the server
  20369. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20370. web_1 |
  20371. web_1 | Fatal error: Unable to find local grunt.
  20372. web_1 |
  20373. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20374. web_1 | your project. For more information about installing and configuring grunt,
  20375. web_1 | please see the Getting Started guide:
  20376. web_1 |
  20377. web_1 | http://gruntjs.com/getting-started
  20378. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20379. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20380. web_1 | Syncing...
  20381. web_1 | Creating tables ...
  20382. web_1 | Installing custom SQL ...
  20383. web_1 | Installing indexes ...
  20384. web_1 | Installed 0 object(s) from 0 fixture(s)
  20385. web_1 |
  20386. web_1 | Synced:
  20387. web_1 | > django.contrib.auth
  20388. web_1 | > django.contrib.contenttypes
  20389. web_1 | > django.contrib.sessions
  20390. web_1 | > django.contrib.sites
  20391. web_1 | > django.contrib.messages
  20392. web_1 | > django.contrib.staticfiles
  20393. web_1 | > django.contrib.admin
  20394. web_1 | > south
  20395. web_1 | > crispy_forms
  20396. web_1 | > avatar
  20397. web_1 | > bootstrap3
  20398. web_1 | > users
  20399. web_1 | > allauth
  20400. web_1 | > allauth.account
  20401. web_1 | > django.contrib.humanize
  20402. web_1 | > debug_toolbar
  20403. web_1 |
  20404. web_1 | Not synced (use migrations):
  20405. web_1 | - allauth.socialaccount
  20406. web_1 | - django_extensions
  20407. web_1 | (use ./manage.py migrate to migrate these)
  20408. web_1 | Running migrations for socialaccount:
  20409. web_1 | - Nothing to migrate.
  20410. web_1 | - Loading initial data for socialaccount.
  20411. web_1 | Installed 0 object(s) from 0 fixture(s)
  20412. web_1 | Running migrations for django_extensions:
  20413. web_1 | - Nothing to migrate.
  20414. web_1 | - Loading initial data for django_extensions.
  20415. web_1 | Installed 0 object(s) from 0 fixture(s)
  20416. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20417. web_1 | [GCC 4.9.2] on linux2
  20418. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20419. web_1 | (InteractiveConsole)
  20420. web_1 |
  20421. web_1 | >>> >>> Starting the server
  20422. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20423. web_1 |
  20424. web_1 | Fatal error: Unable to find local grunt.
  20425. web_1 |
  20426. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20427. web_1 | your project. For more information about installing and configuring grunt,
  20428. web_1 | please see the Getting Started guide:
  20429. web_1 |
  20430. web_1 | http://gruntjs.com/getting-started
  20431. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20432. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20433. web_1 | Syncing...
  20434. web_1 | Creating tables ...
  20435. web_1 | Installing custom SQL ...
  20436. web_1 | Installing indexes ...
  20437. web_1 | Installed 0 object(s) from 0 fixture(s)
  20438. web_1 |
  20439. web_1 | Synced:
  20440. web_1 | > django.contrib.auth
  20441. web_1 | > django.contrib.contenttypes
  20442. web_1 | > django.contrib.sessions
  20443. web_1 | > django.contrib.sites
  20444. web_1 | > django.contrib.messages
  20445. web_1 | > django.contrib.staticfiles
  20446. web_1 | > django.contrib.admin
  20447. web_1 | > south
  20448. web_1 | > crispy_forms
  20449. web_1 | > avatar
  20450. web_1 | > bootstrap3
  20451. web_1 | > users
  20452. web_1 | > allauth
  20453. web_1 | > allauth.account
  20454. web_1 | > django.contrib.humanize
  20455. web_1 | > debug_toolbar
  20456. web_1 |
  20457. web_1 | Not synced (use migrations):
  20458. web_1 | - allauth.socialaccount
  20459. web_1 | - django_extensions
  20460. web_1 | (use ./manage.py migrate to migrate these)
  20461. web_1 | Running migrations for socialaccount:
  20462. web_1 | - Nothing to migrate.
  20463. web_1 | - Loading initial data for socialaccount.
  20464. web_1 | Installed 0 object(s) from 0 fixture(s)
  20465. web_1 | Running migrations for django_extensions:
  20466. web_1 | - Nothing to migrate.
  20467. web_1 | - Loading initial data for django_extensions.
  20468. web_1 | Installed 0 object(s) from 0 fixture(s)
  20469. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20470. web_1 | [GCC 4.9.2] on linux2
  20471. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20472. web_1 | (InteractiveConsole)
  20473. web_1 |
  20474. web_1 | >>> >>> Starting the server
  20475. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20476. web_1 |
  20477. web_1 | Fatal error: Unable to find local grunt.
  20478. web_1 |
  20479. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20480. web_1 | your project. For more information about installing and configuring grunt,
  20481. web_1 | please see the Getting Started guide:
  20482. web_1 |
  20483. web_1 | http://gruntjs.com/getting-started
  20484. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20485. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20486. web_1 | Syncing...
  20487. web_1 | Creating tables ...
  20488. web_1 | Installing custom SQL ...
  20489. web_1 | Installing indexes ...
  20490. web_1 | Installed 0 object(s) from 0 fixture(s)
  20491. web_1 |
  20492. web_1 | Synced:
  20493. web_1 | > django.contrib.auth
  20494. web_1 | > django.contrib.contenttypes
  20495. web_1 | > django.contrib.sessions
  20496. web_1 | > django.contrib.sites
  20497. web_1 | > django.contrib.messages
  20498. web_1 | > django.contrib.staticfiles
  20499. web_1 | > django.contrib.admin
  20500. web_1 | > south
  20501. web_1 | > crispy_forms
  20502. web_1 | > avatar
  20503. web_1 | > bootstrap3
  20504. web_1 | > users
  20505. web_1 | > allauth
  20506. web_1 | > allauth.account
  20507. web_1 | > django.contrib.humanize
  20508. web_1 | > debug_toolbar
  20509. web_1 |
  20510. web_1 | Not synced (use migrations):
  20511. web_1 | - allauth.socialaccount
  20512. web_1 | - django_extensions
  20513. web_1 | (use ./manage.py migrate to migrate these)
  20514. web_1 | Running migrations for socialaccount:
  20515. web_1 | - Nothing to migrate.
  20516. web_1 | - Loading initial data for socialaccount.
  20517. web_1 | Installed 0 object(s) from 0 fixture(s)
  20518. web_1 | Running migrations for django_extensions:
  20519. web_1 | - Nothing to migrate.
  20520. web_1 | - Loading initial data for django_extensions.
  20521. web_1 | Installed 0 object(s) from 0 fixture(s)
  20522. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20523. web_1 | [GCC 4.9.2] on linux2
  20524. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20525. web_1 | (InteractiveConsole)
  20526. web_1 |
  20527. web_1 | >>> >>> Starting the server
  20528. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20529. web_1 |
  20530. web_1 | Fatal error: Unable to find local grunt.
  20531. web_1 |
  20532. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20533. web_1 | your project. For more information about installing and configuring grunt,
  20534. web_1 | please see the Getting Started guide:
  20535. web_1 |
  20536. web_1 | http://gruntjs.com/getting-started
  20537. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20538. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20539. web_1 | Syncing...
  20540. web_1 | Creating tables ...
  20541. web_1 | Installing custom SQL ...
  20542. web_1 | Installing indexes ...
  20543. web_1 | Installed 0 object(s) from 0 fixture(s)
  20544. web_1 |
  20545. web_1 | Synced:
  20546. web_1 | > django.contrib.auth
  20547. web_1 | > django.contrib.contenttypes
  20548. web_1 | > django.contrib.sessions
  20549. web_1 | > django.contrib.sites
  20550. web_1 | > django.contrib.messages
  20551. web_1 | > django.contrib.staticfiles
  20552. web_1 | > django.contrib.admin
  20553. web_1 | > south
  20554. web_1 | > crispy_forms
  20555. web_1 | > avatar
  20556. web_1 | > bootstrap3
  20557. web_1 | > users
  20558. web_1 | > allauth
  20559. web_1 | > allauth.account
  20560. web_1 | > django.contrib.humanize
  20561. web_1 | > debug_toolbar
  20562. web_1 |
  20563. web_1 | Not synced (use migrations):
  20564. web_1 | - allauth.socialaccount
  20565. web_1 | - django_extensions
  20566. web_1 | (use ./manage.py migrate to migrate these)
  20567. web_1 | Running migrations for socialaccount:
  20568. web_1 | - Nothing to migrate.
  20569. web_1 | - Loading initial data for socialaccount.
  20570. web_1 | Installed 0 object(s) from 0 fixture(s)
  20571. web_1 | Running migrations for django_extensions:
  20572. web_1 | - Nothing to migrate.
  20573. web_1 | - Loading initial data for django_extensions.
  20574. web_1 | Installed 0 object(s) from 0 fixture(s)
  20575. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20576. web_1 | [GCC 4.9.2] on linux2
  20577. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20578. web_1 | (InteractiveConsole)
  20579. web_1 |
  20580. web_1 | >>> >>> Starting the server
  20581. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20582. web_1 |
  20583. web_1 | Fatal error: Unable to find local grunt.
  20584. web_1 |
  20585. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20586. web_1 | your project. For more information about installing and configuring grunt,
  20587. web_1 | please see the Getting Started guide:
  20588. web_1 |
  20589. web_1 | http://gruntjs.com/getting-started
  20590. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20591. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20592. web_1 | Syncing...
  20593. web_1 | Creating tables ...
  20594. web_1 | Installing custom SQL ...
  20595. web_1 | Installing indexes ...
  20596. web_1 | Installed 0 object(s) from 0 fixture(s)
  20597. web_1 |
  20598. web_1 | Synced:
  20599. web_1 | > django.contrib.auth
  20600. web_1 | > django.contrib.contenttypes
  20601. web_1 | > django.contrib.sessions
  20602. web_1 | > django.contrib.sites
  20603. web_1 | > django.contrib.messages
  20604. web_1 | > django.contrib.staticfiles
  20605. web_1 | > django.contrib.admin
  20606. web_1 | > south
  20607. web_1 | > crispy_forms
  20608. web_1 | > avatar
  20609. web_1 | > bootstrap3
  20610. web_1 | > users
  20611. web_1 | > allauth
  20612. web_1 | > allauth.account
  20613. web_1 | > django.contrib.humanize
  20614. web_1 | > debug_toolbar
  20615. web_1 |
  20616. web_1 | Not synced (use migrations):
  20617. web_1 | - allauth.socialaccount
  20618. web_1 | - django_extensions
  20619. web_1 | (use ./manage.py migrate to migrate these)
  20620. web_1 | Running migrations for socialaccount:
  20621. web_1 | - Nothing to migrate.
  20622. web_1 | - Loading initial data for socialaccount.
  20623. web_1 | Installed 0 object(s) from 0 fixture(s)
  20624. web_1 | Running migrations for django_extensions:
  20625. web_1 | - Nothing to migrate.
  20626. web_1 | - Loading initial data for django_extensions.
  20627. web_1 | Installed 0 object(s) from 0 fixture(s)
  20628. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20629. web_1 | [GCC 4.9.2] on linux2
  20630. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20631. web_1 | (InteractiveConsole)
  20632. web_1 |
  20633. web_1 | >>> >>> Starting the server
  20634. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20635. web_1 |
  20636. web_1 | Fatal error: Unable to find local grunt.
  20637. web_1 |
  20638. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20639. web_1 | your project. For more information about installing and configuring grunt,
  20640. web_1 | please see the Getting Started guide:
  20641. web_1 |
  20642. web_1 | http://gruntjs.com/getting-started
  20643. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20644. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20645. web_1 | Syncing...
  20646. web_1 | Creating tables ...
  20647. web_1 | Installing custom SQL ...
  20648. web_1 | Installing indexes ...
  20649. web_1 | Installed 0 object(s) from 0 fixture(s)
  20650. web_1 |
  20651. web_1 | Synced:
  20652. web_1 | > django.contrib.auth
  20653. web_1 | > django.contrib.contenttypes
  20654. web_1 | > django.contrib.sessions
  20655. web_1 | > django.contrib.sites
  20656. web_1 | > django.contrib.messages
  20657. web_1 | > django.contrib.staticfiles
  20658. web_1 | > django.contrib.admin
  20659. web_1 | > south
  20660. web_1 | > crispy_forms
  20661. web_1 | > avatar
  20662. web_1 | > bootstrap3
  20663. web_1 | > users
  20664. web_1 | > allauth
  20665. web_1 | > allauth.account
  20666. web_1 | > django.contrib.humanize
  20667. web_1 | > debug_toolbar
  20668. web_1 |
  20669. web_1 | Not synced (use migrations):
  20670. web_1 | - allauth.socialaccount
  20671. web_1 | - django_extensions
  20672. web_1 | (use ./manage.py migrate to migrate these)
  20673. web_1 | Running migrations for socialaccount:
  20674. web_1 | - Nothing to migrate.
  20675. web_1 | - Loading initial data for socialaccount.
  20676. web_1 | Installed 0 object(s) from 0 fixture(s)
  20677. web_1 | Running migrations for django_extensions:
  20678. web_1 | - Nothing to migrate.
  20679. web_1 | - Loading initial data for django_extensions.
  20680. web_1 | Installed 0 object(s) from 0 fixture(s)
  20681. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20682. web_1 | [GCC 4.9.2] on linux2
  20683. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20684. web_1 | (InteractiveConsole)
  20685. web_1 |
  20686. web_1 | >>> >>> Starting the server
  20687. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20688. web_1 |
  20689. web_1 | Fatal error: Unable to find local grunt.
  20690. web_1 |
  20691. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20692. web_1 | your project. For more information about installing and configuring grunt,
  20693. web_1 | please see the Getting Started guide:
  20694. web_1 |
  20695. web_1 | http://gruntjs.com/getting-started
  20696. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20697. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20698. web_1 | Syncing...
  20699. web_1 | Creating tables ...
  20700. web_1 | Installing custom SQL ...
  20701. web_1 | Installing indexes ...
  20702. web_1 | Installed 0 object(s) from 0 fixture(s)
  20703. web_1 |
  20704. web_1 | Synced:
  20705. web_1 | > django.contrib.auth
  20706. web_1 | > django.contrib.contenttypes
  20707. web_1 | > django.contrib.sessions
  20708. web_1 | > django.contrib.sites
  20709. web_1 | > django.contrib.messages
  20710. web_1 | > django.contrib.staticfiles
  20711. web_1 | > django.contrib.admin
  20712. web_1 | > south
  20713. web_1 | > crispy_forms
  20714. web_1 | > avatar
  20715. web_1 | > bootstrap3
  20716. web_1 | > users
  20717. web_1 | > allauth
  20718. web_1 | > allauth.account
  20719. web_1 | > django.contrib.humanize
  20720. web_1 | > debug_toolbar
  20721. web_1 |
  20722. web_1 | Not synced (use migrations):
  20723. web_1 | - allauth.socialaccount
  20724. web_1 | - django_extensions
  20725. web_1 | (use ./manage.py migrate to migrate these)
  20726. web_1 | Running migrations for socialaccount:
  20727. web_1 | - Nothing to migrate.
  20728. web_1 | - Loading initial data for socialaccount.
  20729. web_1 | Installed 0 object(s) from 0 fixture(s)
  20730. web_1 | Running migrations for django_extensions:
  20731. web_1 | - Nothing to migrate.
  20732. web_1 | - Loading initial data for django_extensions.
  20733. web_1 | Installed 0 object(s) from 0 fixture(s)
  20734. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20735. web_1 | [GCC 4.9.2] on linux2
  20736. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20737. web_1 | (InteractiveConsole)
  20738. web_1 |
  20739. web_1 | >>> >>> Starting the server
  20740. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20741. web_1 |
  20742. web_1 | Fatal error: Unable to find local grunt.
  20743. web_1 |
  20744. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20745. web_1 | your project. For more information about installing and configuring grunt,
  20746. web_1 | please see the Getting Started guide:
  20747. web_1 |
  20748. web_1 | http://gruntjs.com/getting-started
  20749. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20750. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20751. web_1 | Syncing...
  20752. web_1 | Creating tables ...
  20753. web_1 | Installing custom SQL ...
  20754. web_1 | Installing indexes ...
  20755. web_1 | Installed 0 object(s) from 0 fixture(s)
  20756. web_1 |
  20757. web_1 | Synced:
  20758. web_1 | > django.contrib.auth
  20759. web_1 | > django.contrib.contenttypes
  20760. web_1 | > django.contrib.sessions
  20761. web_1 | > django.contrib.sites
  20762. web_1 | > django.contrib.messages
  20763. web_1 | > django.contrib.staticfiles
  20764. web_1 | > django.contrib.admin
  20765. web_1 | > south
  20766. web_1 | > crispy_forms
  20767. web_1 | > avatar
  20768. web_1 | > bootstrap3
  20769. web_1 | > users
  20770. web_1 | > allauth
  20771. web_1 | > allauth.account
  20772. web_1 | > django.contrib.humanize
  20773. web_1 | > debug_toolbar
  20774. web_1 |
  20775. web_1 | Not synced (use migrations):
  20776. web_1 | - allauth.socialaccount
  20777. web_1 | - django_extensions
  20778. web_1 | (use ./manage.py migrate to migrate these)
  20779. web_1 | Running migrations for socialaccount:
  20780. web_1 | - Nothing to migrate.
  20781. web_1 | - Loading initial data for socialaccount.
  20782. web_1 | Installed 0 object(s) from 0 fixture(s)
  20783. web_1 | Running migrations for django_extensions:
  20784. web_1 | - Nothing to migrate.
  20785. web_1 | - Loading initial data for django_extensions.
  20786. web_1 | Installed 0 object(s) from 0 fixture(s)
  20787. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20788. web_1 | [GCC 4.9.2] on linux2
  20789. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20790. web_1 | (InteractiveConsole)
  20791. web_1 |
  20792. web_1 | >>> >>> Starting the server
  20793. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20794. web_1 |
  20795. web_1 | Fatal error: Unable to find local grunt.
  20796. web_1 |
  20797. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20798. web_1 | your project. For more information about installing and configuring grunt,
  20799. web_1 | please see the Getting Started guide:
  20800. web_1 |
  20801. web_1 | http://gruntjs.com/getting-started
  20802. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20803. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20804. web_1 | Syncing...
  20805. web_1 | Creating tables ...
  20806. web_1 | Installing custom SQL ...
  20807. web_1 | Installing indexes ...
  20808. web_1 | Installed 0 object(s) from 0 fixture(s)
  20809. web_1 |
  20810. web_1 | Synced:
  20811. web_1 | > django.contrib.auth
  20812. web_1 | > django.contrib.contenttypes
  20813. web_1 | > django.contrib.sessions
  20814. web_1 | > django.contrib.sites
  20815. web_1 | > django.contrib.messages
  20816. web_1 | > django.contrib.staticfiles
  20817. web_1 | > django.contrib.admin
  20818. web_1 | > south
  20819. web_1 | > crispy_forms
  20820. web_1 | > avatar
  20821. web_1 | > bootstrap3
  20822. web_1 | > users
  20823. web_1 | > allauth
  20824. web_1 | > allauth.account
  20825. web_1 | > django.contrib.humanize
  20826. web_1 | > debug_toolbar
  20827. web_1 |
  20828. web_1 | Not synced (use migrations):
  20829. web_1 | - allauth.socialaccount
  20830. web_1 | - django_extensions
  20831. web_1 | (use ./manage.py migrate to migrate these)
  20832. web_1 | Running migrations for socialaccount:
  20833. web_1 | - Nothing to migrate.
  20834. web_1 | - Loading initial data for socialaccount.
  20835. web_1 | Installed 0 object(s) from 0 fixture(s)
  20836. web_1 | Running migrations for django_extensions:
  20837. web_1 | - Nothing to migrate.
  20838. web_1 | - Loading initial data for django_extensions.
  20839. web_1 | Installed 0 object(s) from 0 fixture(s)
  20840. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20841. web_1 | [GCC 4.9.2] on linux2
  20842. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20843. web_1 | (InteractiveConsole)
  20844. web_1 |
  20845. web_1 | >>> >>> Starting the server
  20846. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20847. web_1 |
  20848. web_1 | Fatal error: Unable to find local grunt.
  20849. web_1 |
  20850. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20851. web_1 | your project. For more information about installing and configuring grunt,
  20852. web_1 | please see the Getting Started guide:
  20853. web_1 |
  20854. web_1 | http://gruntjs.com/getting-started
  20855. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20856. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20857. web_1 | Syncing...
  20858. web_1 | Creating tables ...
  20859. web_1 | Installing custom SQL ...
  20860. web_1 | Installing indexes ...
  20861. web_1 | Installed 0 object(s) from 0 fixture(s)
  20862. web_1 |
  20863. web_1 | Synced:
  20864. web_1 | > django.contrib.auth
  20865. web_1 | > django.contrib.contenttypes
  20866. web_1 | > django.contrib.sessions
  20867. web_1 | > django.contrib.sites
  20868. web_1 | > django.contrib.messages
  20869. web_1 | > django.contrib.staticfiles
  20870. web_1 | > django.contrib.admin
  20871. web_1 | > south
  20872. web_1 | > crispy_forms
  20873. web_1 | > avatar
  20874. web_1 | > bootstrap3
  20875. web_1 | > users
  20876. web_1 | > allauth
  20877. web_1 | > allauth.account
  20878. web_1 | > django.contrib.humanize
  20879. web_1 | > debug_toolbar
  20880. web_1 |
  20881. web_1 | Not synced (use migrations):
  20882. web_1 | - allauth.socialaccount
  20883. web_1 | - django_extensions
  20884. web_1 | (use ./manage.py migrate to migrate these)
  20885. web_1 | Running migrations for socialaccount:
  20886. web_1 | - Nothing to migrate.
  20887. web_1 | - Loading initial data for socialaccount.
  20888. web_1 | Installed 0 object(s) from 0 fixture(s)
  20889. web_1 | Running migrations for django_extensions:
  20890. web_1 | - Nothing to migrate.
  20891. web_1 | - Loading initial data for django_extensions.
  20892. web_1 | Installed 0 object(s) from 0 fixture(s)
  20893. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20894. web_1 | [GCC 4.9.2] on linux2
  20895. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20896. web_1 | (InteractiveConsole)
  20897. web_1 |
  20898. web_1 | >>> >>> Starting the server
  20899. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20900. web_1 |
  20901. web_1 | Fatal error: Unable to find local grunt.
  20902. web_1 |
  20903. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20904. web_1 | your project. For more information about installing and configuring grunt,
  20905. web_1 | please see the Getting Started guide:
  20906. web_1 |
  20907. web_1 | http://gruntjs.com/getting-started
  20908. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20909. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20910. web_1 | Syncing...
  20911. web_1 | Creating tables ...
  20912. web_1 | Installing custom SQL ...
  20913. web_1 | Installing indexes ...
  20914. web_1 | Installed 0 object(s) from 0 fixture(s)
  20915. web_1 |
  20916. web_1 | Synced:
  20917. web_1 | > django.contrib.auth
  20918. web_1 | > django.contrib.contenttypes
  20919. web_1 | > django.contrib.sessions
  20920. web_1 | > django.contrib.sites
  20921. web_1 | > django.contrib.messages
  20922. web_1 | > django.contrib.staticfiles
  20923. web_1 | > django.contrib.admin
  20924. web_1 | > south
  20925. web_1 | > crispy_forms
  20926. web_1 | > avatar
  20927. web_1 | > bootstrap3
  20928. web_1 | > users
  20929. web_1 | > allauth
  20930. web_1 | > allauth.account
  20931. web_1 | > django.contrib.humanize
  20932. web_1 | > debug_toolbar
  20933. web_1 |
  20934. web_1 | Not synced (use migrations):
  20935. web_1 | - allauth.socialaccount
  20936. web_1 | - django_extensions
  20937. web_1 | (use ./manage.py migrate to migrate these)
  20938. web_1 | Running migrations for socialaccount:
  20939. web_1 | - Nothing to migrate.
  20940. web_1 | - Loading initial data for socialaccount.
  20941. web_1 | Installed 0 object(s) from 0 fixture(s)
  20942. web_1 | Running migrations for django_extensions:
  20943. web_1 | - Nothing to migrate.
  20944. web_1 | - Loading initial data for django_extensions.
  20945. web_1 | Installed 0 object(s) from 0 fixture(s)
  20946. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  20947. web_1 | [GCC 4.9.2] on linux2
  20948. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  20949. web_1 | (InteractiveConsole)
  20950. web_1 |
  20951. web_1 | >>> >>> Starting the server
  20952. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  20953. web_1 |
  20954. web_1 | Fatal error: Unable to find local grunt.
  20955. web_1 |
  20956. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  20957. web_1 | your project. For more information about installing and configuring grunt,
  20958. web_1 | please see the Getting Started guide:
  20959. web_1 |
  20960. web_1 | http://gruntjs.com/getting-started
  20961. web_1 | Starting OpenBSD Secure Shell server: sshd.
  20962. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  20963. web_1 | Syncing...
  20964. web_1 | Creating tables ...
  20965. web_1 | Installing custom SQL ...
  20966. web_1 | Installing indexes ...
  20967. web_1 | Installed 0 object(s) from 0 fixture(s)
  20968. web_1 |
  20969. web_1 | Synced:
  20970. web_1 | > django.contrib.auth
  20971. web_1 | > django.contrib.contenttypes
  20972. web_1 | > django.contrib.sessions
  20973. web_1 | > django.contrib.sites
  20974. web_1 | > django.contrib.messages
  20975. web_1 | > django.contrib.staticfiles
  20976. web_1 | > django.contrib.admin
  20977. web_1 | > south
  20978. web_1 | > crispy_forms
  20979. web_1 | > avatar
  20980. web_1 | > bootstrap3
  20981. web_1 | > users
  20982. web_1 | > allauth
  20983. web_1 | > allauth.account
  20984. web_1 | > django.contrib.humanize
  20985. web_1 | > debug_toolbar
  20986. web_1 |
  20987. web_1 | Not synced (use migrations):
  20988. web_1 | - allauth.socialaccount
  20989. web_1 | - django_extensions
  20990. web_1 | (use ./manage.py migrate to migrate these)
  20991. web_1 | Running migrations for socialaccount:
  20992. web_1 | - Nothing to migrate.
  20993. web_1 | - Loading initial data for socialaccount.
  20994. web_1 | Installed 0 object(s) from 0 fixture(s)
  20995. web_1 | Running migrations for django_extensions:
  20996. web_1 | - Nothing to migrate.
  20997. web_1 | - Loading initial data for django_extensions.
  20998. web_1 | Installed 0 object(s) from 0 fixture(s)
  20999. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21000. web_1 | [GCC 4.9.2] on linux2
  21001. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21002. web_1 | (InteractiveConsole)
  21003. web_1 |
  21004. web_1 | >>> >>> Starting the server
  21005. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21006. web_1 |
  21007. web_1 | Fatal error: Unable to find local grunt.
  21008. web_1 |
  21009. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21010. web_1 | your project. For more information about installing and configuring grunt,
  21011. web_1 | please see the Getting Started guide:
  21012. web_1 |
  21013. web_1 | http://gruntjs.com/getting-started
  21014. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21015. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21016. web_1 | Syncing...
  21017. web_1 | Creating tables ...
  21018. web_1 | Installing custom SQL ...
  21019. web_1 | Installing indexes ...
  21020. web_1 | Installed 0 object(s) from 0 fixture(s)
  21021. web_1 |
  21022. web_1 | Synced:
  21023. web_1 | > django.contrib.auth
  21024. web_1 | > django.contrib.contenttypes
  21025. web_1 | > django.contrib.sessions
  21026. web_1 | > django.contrib.sites
  21027. web_1 | > django.contrib.messages
  21028. web_1 | > django.contrib.staticfiles
  21029. web_1 | > django.contrib.admin
  21030. web_1 | > south
  21031. web_1 | > crispy_forms
  21032. web_1 | > avatar
  21033. web_1 | > bootstrap3
  21034. web_1 | > users
  21035. web_1 | > allauth
  21036. web_1 | > allauth.account
  21037. web_1 | > django.contrib.humanize
  21038. web_1 | > debug_toolbar
  21039. web_1 |
  21040. web_1 | Not synced (use migrations):
  21041. web_1 | - allauth.socialaccount
  21042. web_1 | - django_extensions
  21043. web_1 | (use ./manage.py migrate to migrate these)
  21044. web_1 | Running migrations for socialaccount:
  21045. web_1 | - Nothing to migrate.
  21046. web_1 | - Loading initial data for socialaccount.
  21047. web_1 | Installed 0 object(s) from 0 fixture(s)
  21048. web_1 | Running migrations for django_extensions:
  21049. web_1 | - Nothing to migrate.
  21050. web_1 | - Loading initial data for django_extensions.
  21051. web_1 | Installed 0 object(s) from 0 fixture(s)
  21052. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21053. web_1 | [GCC 4.9.2] on linux2
  21054. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21055. web_1 | (InteractiveConsole)
  21056. web_1 |
  21057. web_1 | >>> >>> Starting the server
  21058. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21059. web_1 |
  21060. web_1 | Fatal error: Unable to find local grunt.
  21061. web_1 |
  21062. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21063. web_1 | your project. For more information about installing and configuring grunt,
  21064. web_1 | please see the Getting Started guide:
  21065. web_1 |
  21066. web_1 | http://gruntjs.com/getting-started
  21067. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21068. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21069. web_1 | Syncing...
  21070. web_1 | Creating tables ...
  21071. web_1 | Installing custom SQL ...
  21072. web_1 | Installing indexes ...
  21073. web_1 | Installed 0 object(s) from 0 fixture(s)
  21074. web_1 |
  21075. web_1 | Synced:
  21076. web_1 | > django.contrib.auth
  21077. web_1 | > django.contrib.contenttypes
  21078. web_1 | > django.contrib.sessions
  21079. web_1 | > django.contrib.sites
  21080. web_1 | > django.contrib.messages
  21081. web_1 | > django.contrib.staticfiles
  21082. web_1 | > django.contrib.admin
  21083. web_1 | > south
  21084. web_1 | > crispy_forms
  21085. web_1 | > avatar
  21086. web_1 | > bootstrap3
  21087. web_1 | > users
  21088. web_1 | > allauth
  21089. web_1 | > allauth.account
  21090. web_1 | > django.contrib.humanize
  21091. web_1 | > debug_toolbar
  21092. web_1 |
  21093. web_1 | Not synced (use migrations):
  21094. web_1 | - allauth.socialaccount
  21095. web_1 | - django_extensions
  21096. web_1 | (use ./manage.py migrate to migrate these)
  21097. web_1 | Running migrations for socialaccount:
  21098. web_1 | - Nothing to migrate.
  21099. web_1 | - Loading initial data for socialaccount.
  21100. web_1 | Installed 0 object(s) from 0 fixture(s)
  21101. web_1 | Running migrations for django_extensions:
  21102. web_1 | - Nothing to migrate.
  21103. web_1 | - Loading initial data for django_extensions.
  21104. web_1 | Installed 0 object(s) from 0 fixture(s)
  21105. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21106. web_1 | [GCC 4.9.2] on linux2
  21107. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21108. web_1 | (InteractiveConsole)
  21109. web_1 |
  21110. web_1 | >>> >>> Starting the server
  21111. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21112. web_1 |
  21113. web_1 | Fatal error: Unable to find local grunt.
  21114. web_1 |
  21115. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21116. web_1 | your project. For more information about installing and configuring grunt,
  21117. web_1 | please see the Getting Started guide:
  21118. web_1 |
  21119. web_1 | http://gruntjs.com/getting-started
  21120. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21121. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21122. web_1 | Syncing...
  21123. web_1 | Creating tables ...
  21124. web_1 | Installing custom SQL ...
  21125. web_1 | Installing indexes ...
  21126. web_1 | Installed 0 object(s) from 0 fixture(s)
  21127. web_1 |
  21128. web_1 | Synced:
  21129. web_1 | > django.contrib.auth
  21130. web_1 | > django.contrib.contenttypes
  21131. web_1 | > django.contrib.sessions
  21132. web_1 | > django.contrib.sites
  21133. web_1 | > django.contrib.messages
  21134. web_1 | > django.contrib.staticfiles
  21135. web_1 | > django.contrib.admin
  21136. web_1 | > south
  21137. web_1 | > crispy_forms
  21138. web_1 | > avatar
  21139. web_1 | > bootstrap3
  21140. web_1 | > users
  21141. web_1 | > allauth
  21142. web_1 | > allauth.account
  21143. web_1 | > django.contrib.humanize
  21144. web_1 | > debug_toolbar
  21145. web_1 |
  21146. web_1 | Not synced (use migrations):
  21147. web_1 | - allauth.socialaccount
  21148. web_1 | - django_extensions
  21149. web_1 | (use ./manage.py migrate to migrate these)
  21150. web_1 | Running migrations for socialaccount:
  21151. web_1 | - Nothing to migrate.
  21152. web_1 | - Loading initial data for socialaccount.
  21153. web_1 | Installed 0 object(s) from 0 fixture(s)
  21154. web_1 | Running migrations for django_extensions:
  21155. web_1 | - Nothing to migrate.
  21156. web_1 | - Loading initial data for django_extensions.
  21157. web_1 | Installed 0 object(s) from 0 fixture(s)
  21158. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21159. web_1 | [GCC 4.9.2] on linux2
  21160. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21161. web_1 | (InteractiveConsole)
  21162. web_1 |
  21163. web_1 | >>> >>> Starting the server
  21164. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21165. web_1 |
  21166. web_1 | Fatal error: Unable to find local grunt.
  21167. web_1 |
  21168. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21169. web_1 | your project. For more information about installing and configuring grunt,
  21170. web_1 | please see the Getting Started guide:
  21171. web_1 |
  21172. web_1 | http://gruntjs.com/getting-started
  21173. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21174. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21175. web_1 | Syncing...
  21176. web_1 | Creating tables ...
  21177. web_1 | Installing custom SQL ...
  21178. web_1 | Installing indexes ...
  21179. web_1 | Installed 0 object(s) from 0 fixture(s)
  21180. web_1 |
  21181. web_1 | Synced:
  21182. web_1 | > django.contrib.auth
  21183. web_1 | > django.contrib.contenttypes
  21184. web_1 | > django.contrib.sessions
  21185. web_1 | > django.contrib.sites
  21186. web_1 | > django.contrib.messages
  21187. web_1 | > django.contrib.staticfiles
  21188. web_1 | > django.contrib.admin
  21189. web_1 | > south
  21190. web_1 | > crispy_forms
  21191. web_1 | > avatar
  21192. web_1 | > bootstrap3
  21193. web_1 | > users
  21194. web_1 | > allauth
  21195. web_1 | > allauth.account
  21196. web_1 | > django.contrib.humanize
  21197. web_1 | > debug_toolbar
  21198. web_1 |
  21199. web_1 | Not synced (use migrations):
  21200. web_1 | - allauth.socialaccount
  21201. web_1 | - django_extensions
  21202. web_1 | (use ./manage.py migrate to migrate these)
  21203. web_1 | Running migrations for socialaccount:
  21204. web_1 | - Nothing to migrate.
  21205. web_1 | - Loading initial data for socialaccount.
  21206. web_1 | Installed 0 object(s) from 0 fixture(s)
  21207. web_1 | Running migrations for django_extensions:
  21208. web_1 | - Nothing to migrate.
  21209. web_1 | - Loading initial data for django_extensions.
  21210. web_1 | Installed 0 object(s) from 0 fixture(s)
  21211. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21212. web_1 | [GCC 4.9.2] on linux2
  21213. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21214. web_1 | (InteractiveConsole)
  21215. web_1 |
  21216. web_1 | >>> >>> Starting the server
  21217. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21218. web_1 |
  21219. web_1 | Fatal error: Unable to find local grunt.
  21220. web_1 |
  21221. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21222. web_1 | your project. For more information about installing and configuring grunt,
  21223. web_1 | please see the Getting Started guide:
  21224. web_1 |
  21225. web_1 | http://gruntjs.com/getting-started
  21226. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21227. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21228. web_1 | Syncing...
  21229. web_1 | Creating tables ...
  21230. web_1 | Installing custom SQL ...
  21231. web_1 | Installing indexes ...
  21232. web_1 | Installed 0 object(s) from 0 fixture(s)
  21233. web_1 |
  21234. web_1 | Synced:
  21235. web_1 | > django.contrib.auth
  21236. web_1 | > django.contrib.contenttypes
  21237. web_1 | > django.contrib.sessions
  21238. web_1 | > django.contrib.sites
  21239. web_1 | > django.contrib.messages
  21240. web_1 | > django.contrib.staticfiles
  21241. web_1 | > django.contrib.admin
  21242. web_1 | > south
  21243. web_1 | > crispy_forms
  21244. web_1 | > avatar
  21245. web_1 | > bootstrap3
  21246. web_1 | > users
  21247. web_1 | > allauth
  21248. web_1 | > allauth.account
  21249. web_1 | > django.contrib.humanize
  21250. web_1 | > debug_toolbar
  21251. web_1 |
  21252. web_1 | Not synced (use migrations):
  21253. web_1 | - allauth.socialaccount
  21254. web_1 | - django_extensions
  21255. web_1 | (use ./manage.py migrate to migrate these)
  21256. web_1 | Running migrations for socialaccount:
  21257. web_1 | - Nothing to migrate.
  21258. web_1 | - Loading initial data for socialaccount.
  21259. web_1 | Installed 0 object(s) from 0 fixture(s)
  21260. web_1 | Running migrations for django_extensions:
  21261. web_1 | - Nothing to migrate.
  21262. web_1 | - Loading initial data for django_extensions.
  21263. web_1 | Installed 0 object(s) from 0 fixture(s)
  21264. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21265. web_1 | [GCC 4.9.2] on linux2
  21266. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21267. web_1 | (InteractiveConsole)
  21268. web_1 |
  21269. web_1 | >>> >>> Starting the server
  21270. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21271. web_1 |
  21272. web_1 | Fatal error: Unable to find local grunt.
  21273. web_1 |
  21274. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21275. web_1 | your project. For more information about installing and configuring grunt,
  21276. web_1 | please see the Getting Started guide:
  21277. web_1 |
  21278. web_1 | http://gruntjs.com/getting-started
  21279. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21280. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21281. web_1 | Syncing...
  21282. web_1 | Creating tables ...
  21283. web_1 | Installing custom SQL ...
  21284. web_1 | Installing indexes ...
  21285. web_1 | Installed 0 object(s) from 0 fixture(s)
  21286. web_1 |
  21287. web_1 | Synced:
  21288. web_1 | > django.contrib.auth
  21289. web_1 | > django.contrib.contenttypes
  21290. web_1 | > django.contrib.sessions
  21291. web_1 | > django.contrib.sites
  21292. web_1 | > django.contrib.messages
  21293. web_1 | > django.contrib.staticfiles
  21294. web_1 | > django.contrib.admin
  21295. web_1 | > south
  21296. web_1 | > crispy_forms
  21297. web_1 | > avatar
  21298. web_1 | > bootstrap3
  21299. web_1 | > users
  21300. web_1 | > allauth
  21301. web_1 | > allauth.account
  21302. web_1 | > django.contrib.humanize
  21303. web_1 | > debug_toolbar
  21304. web_1 |
  21305. web_1 | Not synced (use migrations):
  21306. web_1 | - allauth.socialaccount
  21307. web_1 | - django_extensions
  21308. web_1 | (use ./manage.py migrate to migrate these)
  21309. web_1 | Running migrations for socialaccount:
  21310. web_1 | - Nothing to migrate.
  21311. web_1 | - Loading initial data for socialaccount.
  21312. web_1 | Installed 0 object(s) from 0 fixture(s)
  21313. web_1 | Running migrations for django_extensions:
  21314. web_1 | - Nothing to migrate.
  21315. web_1 | - Loading initial data for django_extensions.
  21316. web_1 | Installed 0 object(s) from 0 fixture(s)
  21317. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21318. web_1 | [GCC 4.9.2] on linux2
  21319. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21320. web_1 | (InteractiveConsole)
  21321. web_1 |
  21322. web_1 | >>> >>> Starting the server
  21323. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21324. web_1 |
  21325. web_1 | Fatal error: Unable to find local grunt.
  21326. web_1 |
  21327. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21328. web_1 | your project. For more information about installing and configuring grunt,
  21329. web_1 | please see the Getting Started guide:
  21330. web_1 |
  21331. web_1 | http://gruntjs.com/getting-started
  21332. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21333. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21334. web_1 | Syncing...
  21335. web_1 | Creating tables ...
  21336. web_1 | Installing custom SQL ...
  21337. web_1 | Installing indexes ...
  21338. web_1 | Installed 0 object(s) from 0 fixture(s)
  21339. web_1 |
  21340. web_1 | Synced:
  21341. web_1 | > django.contrib.auth
  21342. web_1 | > django.contrib.contenttypes
  21343. web_1 | > django.contrib.sessions
  21344. web_1 | > django.contrib.sites
  21345. web_1 | > django.contrib.messages
  21346. web_1 | > django.contrib.staticfiles
  21347. web_1 | > django.contrib.admin
  21348. web_1 | > south
  21349. web_1 | > crispy_forms
  21350. web_1 | > avatar
  21351. web_1 | > bootstrap3
  21352. web_1 | > users
  21353. web_1 | > allauth
  21354. web_1 | > allauth.account
  21355. web_1 | > django.contrib.humanize
  21356. web_1 | > debug_toolbar
  21357. web_1 |
  21358. web_1 | Not synced (use migrations):
  21359. web_1 | - allauth.socialaccount
  21360. web_1 | - django_extensions
  21361. web_1 | (use ./manage.py migrate to migrate these)
  21362. web_1 | Running migrations for socialaccount:
  21363. web_1 | - Nothing to migrate.
  21364. web_1 | - Loading initial data for socialaccount.
  21365. web_1 | Installed 0 object(s) from 0 fixture(s)
  21366. web_1 | Running migrations for django_extensions:
  21367. web_1 | - Nothing to migrate.
  21368. web_1 | - Loading initial data for django_extensions.
  21369. web_1 | Installed 0 object(s) from 0 fixture(s)
  21370. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21371. web_1 | [GCC 4.9.2] on linux2
  21372. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21373. web_1 | (InteractiveConsole)
  21374. web_1 |
  21375. web_1 | >>> >>> Starting the server
  21376. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21377. web_1 |
  21378. web_1 | Fatal error: Unable to find local grunt.
  21379. web_1 |
  21380. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21381. web_1 | your project. For more information about installing and configuring grunt,
  21382. web_1 | please see the Getting Started guide:
  21383. web_1 |
  21384. web_1 | http://gruntjs.com/getting-started
  21385. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21386. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21387. web_1 | Syncing...
  21388. web_1 | Creating tables ...
  21389. web_1 | Installing custom SQL ...
  21390. web_1 | Installing indexes ...
  21391. web_1 | Installed 0 object(s) from 0 fixture(s)
  21392. web_1 |
  21393. web_1 | Synced:
  21394. web_1 | > django.contrib.auth
  21395. web_1 | > django.contrib.contenttypes
  21396. web_1 | > django.contrib.sessions
  21397. web_1 | > django.contrib.sites
  21398. web_1 | > django.contrib.messages
  21399. web_1 | > django.contrib.staticfiles
  21400. web_1 | > django.contrib.admin
  21401. web_1 | > south
  21402. web_1 | > crispy_forms
  21403. web_1 | > avatar
  21404. web_1 | > bootstrap3
  21405. web_1 | > users
  21406. web_1 | > allauth
  21407. web_1 | > allauth.account
  21408. web_1 | > django.contrib.humanize
  21409. web_1 | > debug_toolbar
  21410. web_1 |
  21411. web_1 | Not synced (use migrations):
  21412. web_1 | - allauth.socialaccount
  21413. web_1 | - django_extensions
  21414. web_1 | (use ./manage.py migrate to migrate these)
  21415. web_1 | Running migrations for socialaccount:
  21416. web_1 | - Nothing to migrate.
  21417. web_1 | - Loading initial data for socialaccount.
  21418. web_1 | Installed 0 object(s) from 0 fixture(s)
  21419. web_1 | Running migrations for django_extensions:
  21420. web_1 | - Nothing to migrate.
  21421. web_1 | - Loading initial data for django_extensions.
  21422. web_1 | Installed 0 object(s) from 0 fixture(s)
  21423. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21424. web_1 | [GCC 4.9.2] on linux2
  21425. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21426. web_1 | (InteractiveConsole)
  21427. web_1 |
  21428. web_1 | >>> >>> Starting the server
  21429. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21430. web_1 |
  21431. web_1 | Fatal error: Unable to find local grunt.
  21432. web_1 |
  21433. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21434. web_1 | your project. For more information about installing and configuring grunt,
  21435. web_1 | please see the Getting Started guide:
  21436. web_1 |
  21437. web_1 | http://gruntjs.com/getting-started
  21438. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21439. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21440. web_1 | Syncing...
  21441. web_1 | Creating tables ...
  21442. web_1 | Installing custom SQL ...
  21443. web_1 | Installing indexes ...
  21444. web_1 | Installed 0 object(s) from 0 fixture(s)
  21445. web_1 |
  21446. web_1 | Synced:
  21447. web_1 | > django.contrib.auth
  21448. web_1 | > django.contrib.contenttypes
  21449. web_1 | > django.contrib.sessions
  21450. web_1 | > django.contrib.sites
  21451. web_1 | > django.contrib.messages
  21452. web_1 | > django.contrib.staticfiles
  21453. web_1 | > django.contrib.admin
  21454. web_1 | > south
  21455. web_1 | > crispy_forms
  21456. web_1 | > avatar
  21457. web_1 | > bootstrap3
  21458. web_1 | > users
  21459. web_1 | > allauth
  21460. web_1 | > allauth.account
  21461. web_1 | > django.contrib.humanize
  21462. web_1 | > debug_toolbar
  21463. web_1 |
  21464. web_1 | Not synced (use migrations):
  21465. web_1 | - allauth.socialaccount
  21466. web_1 | - django_extensions
  21467. web_1 | (use ./manage.py migrate to migrate these)
  21468. web_1 | Running migrations for socialaccount:
  21469. web_1 | - Nothing to migrate.
  21470. web_1 | - Loading initial data for socialaccount.
  21471. web_1 | Installed 0 object(s) from 0 fixture(s)
  21472. web_1 | Running migrations for django_extensions:
  21473. web_1 | - Nothing to migrate.
  21474. web_1 | - Loading initial data for django_extensions.
  21475. web_1 | Installed 0 object(s) from 0 fixture(s)
  21476. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21477. web_1 | [GCC 4.9.2] on linux2
  21478. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21479. web_1 | (InteractiveConsole)
  21480. web_1 |
  21481. web_1 | >>> >>> Starting the server
  21482. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21483. web_1 |
  21484. web_1 | Fatal error: Unable to find local grunt.
  21485. web_1 |
  21486. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21487. web_1 | your project. For more information about installing and configuring grunt,
  21488. web_1 | please see the Getting Started guide:
  21489. web_1 |
  21490. web_1 | http://gruntjs.com/getting-started
  21491. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21492. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21493. web_1 | Syncing...
  21494. web_1 | Creating tables ...
  21495. web_1 | Installing custom SQL ...
  21496. web_1 | Installing indexes ...
  21497. web_1 | Installed 0 object(s) from 0 fixture(s)
  21498. web_1 |
  21499. web_1 | Synced:
  21500. web_1 | > django.contrib.auth
  21501. web_1 | > django.contrib.contenttypes
  21502. web_1 | > django.contrib.sessions
  21503. web_1 | > django.contrib.sites
  21504. web_1 | > django.contrib.messages
  21505. web_1 | > django.contrib.staticfiles
  21506. web_1 | > django.contrib.admin
  21507. web_1 | > south
  21508. web_1 | > crispy_forms
  21509. web_1 | > avatar
  21510. web_1 | > bootstrap3
  21511. web_1 | > users
  21512. web_1 | > allauth
  21513. web_1 | > allauth.account
  21514. web_1 | > django.contrib.humanize
  21515. web_1 | > debug_toolbar
  21516. web_1 |
  21517. web_1 | Not synced (use migrations):
  21518. web_1 | - allauth.socialaccount
  21519. web_1 | - django_extensions
  21520. web_1 | (use ./manage.py migrate to migrate these)
  21521. web_1 | Running migrations for socialaccount:
  21522. web_1 | - Nothing to migrate.
  21523. web_1 | - Loading initial data for socialaccount.
  21524. web_1 | Installed 0 object(s) from 0 fixture(s)
  21525. web_1 | Running migrations for django_extensions:
  21526. web_1 | - Nothing to migrate.
  21527. web_1 | - Loading initial data for django_extensions.
  21528. web_1 | Installed 0 object(s) from 0 fixture(s)
  21529. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21530. web_1 | [GCC 4.9.2] on linux2
  21531. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21532. web_1 | (InteractiveConsole)
  21533. web_1 |
  21534. web_1 | >>> >>> Starting the server
  21535. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21536. web_1 |
  21537. web_1 | Fatal error: Unable to find local grunt.
  21538. web_1 |
  21539. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21540. web_1 | your project. For more information about installing and configuring grunt,
  21541. web_1 | please see the Getting Started guide:
  21542. web_1 |
  21543. web_1 | http://gruntjs.com/getting-started
  21544. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21545. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21546. web_1 | Syncing...
  21547. web_1 | Creating tables ...
  21548. web_1 | Installing custom SQL ...
  21549. web_1 | Installing indexes ...
  21550. web_1 | Installed 0 object(s) from 0 fixture(s)
  21551. web_1 |
  21552. web_1 | Synced:
  21553. web_1 | > django.contrib.auth
  21554. web_1 | > django.contrib.contenttypes
  21555. web_1 | > django.contrib.sessions
  21556. web_1 | > django.contrib.sites
  21557. web_1 | > django.contrib.messages
  21558. web_1 | > django.contrib.staticfiles
  21559. web_1 | > django.contrib.admin
  21560. web_1 | > south
  21561. web_1 | > crispy_forms
  21562. web_1 | > avatar
  21563. web_1 | > bootstrap3
  21564. web_1 | > users
  21565. web_1 | > allauth
  21566. web_1 | > allauth.account
  21567. web_1 | > django.contrib.humanize
  21568. web_1 | > debug_toolbar
  21569. web_1 |
  21570. web_1 | Not synced (use migrations):
  21571. web_1 | - allauth.socialaccount
  21572. web_1 | - django_extensions
  21573. web_1 | (use ./manage.py migrate to migrate these)
  21574. web_1 | Running migrations for socialaccount:
  21575. web_1 | - Nothing to migrate.
  21576. web_1 | - Loading initial data for socialaccount.
  21577. web_1 | Installed 0 object(s) from 0 fixture(s)
  21578. web_1 | Running migrations for django_extensions:
  21579. web_1 | - Nothing to migrate.
  21580. web_1 | - Loading initial data for django_extensions.
  21581. web_1 | Installed 0 object(s) from 0 fixture(s)
  21582. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21583. web_1 | [GCC 4.9.2] on linux2
  21584. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21585. web_1 | (InteractiveConsole)
  21586. web_1 |
  21587. web_1 | >>> >>> Starting the server
  21588. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21589. web_1 |
  21590. web_1 | Fatal error: Unable to find local grunt.
  21591. web_1 |
  21592. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21593. web_1 | your project. For more information about installing and configuring grunt,
  21594. web_1 | please see the Getting Started guide:
  21595. web_1 |
  21596. web_1 | http://gruntjs.com/getting-started
  21597. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21598. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21599. web_1 | Syncing...
  21600. web_1 | Creating tables ...
  21601. web_1 | Installing custom SQL ...
  21602. web_1 | Installing indexes ...
  21603. web_1 | Installed 0 object(s) from 0 fixture(s)
  21604. web_1 |
  21605. web_1 | Synced:
  21606. web_1 | > django.contrib.auth
  21607. web_1 | > django.contrib.contenttypes
  21608. web_1 | > django.contrib.sessions
  21609. web_1 | > django.contrib.sites
  21610. web_1 | > django.contrib.messages
  21611. web_1 | > django.contrib.staticfiles
  21612. web_1 | > django.contrib.admin
  21613. web_1 | > south
  21614. web_1 | > crispy_forms
  21615. web_1 | > avatar
  21616. web_1 | > bootstrap3
  21617. web_1 | > users
  21618. web_1 | > allauth
  21619. web_1 | > allauth.account
  21620. web_1 | > django.contrib.humanize
  21621. web_1 | > debug_toolbar
  21622. web_1 |
  21623. web_1 | Not synced (use migrations):
  21624. web_1 | - allauth.socialaccount
  21625. web_1 | - django_extensions
  21626. web_1 | (use ./manage.py migrate to migrate these)
  21627. web_1 | Running migrations for socialaccount:
  21628. web_1 | - Nothing to migrate.
  21629. web_1 | - Loading initial data for socialaccount.
  21630. web_1 | Installed 0 object(s) from 0 fixture(s)
  21631. web_1 | Running migrations for django_extensions:
  21632. web_1 | - Nothing to migrate.
  21633. web_1 | - Loading initial data for django_extensions.
  21634. web_1 | Installed 0 object(s) from 0 fixture(s)
  21635. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21636. web_1 | [GCC 4.9.2] on linux2
  21637. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21638. web_1 | (InteractiveConsole)
  21639. web_1 |
  21640. web_1 | >>> >>> Starting the server
  21641. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21642. web_1 |
  21643. web_1 | Fatal error: Unable to find local grunt.
  21644. web_1 |
  21645. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21646. web_1 | your project. For more information about installing and configuring grunt,
  21647. web_1 | please see the Getting Started guide:
  21648. web_1 |
  21649. web_1 | http://gruntjs.com/getting-started
  21650. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21651. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21652. web_1 | Syncing...
  21653. web_1 | Creating tables ...
  21654. web_1 | Installing custom SQL ...
  21655. web_1 | Installing indexes ...
  21656. web_1 | Installed 0 object(s) from 0 fixture(s)
  21657. web_1 |
  21658. web_1 | Synced:
  21659. web_1 | > django.contrib.auth
  21660. web_1 | > django.contrib.contenttypes
  21661. web_1 | > django.contrib.sessions
  21662. web_1 | > django.contrib.sites
  21663. web_1 | > django.contrib.messages
  21664. web_1 | > django.contrib.staticfiles
  21665. web_1 | > django.contrib.admin
  21666. web_1 | > south
  21667. web_1 | > crispy_forms
  21668. web_1 | > avatar
  21669. web_1 | > bootstrap3
  21670. web_1 | > users
  21671. web_1 | > allauth
  21672. web_1 | > allauth.account
  21673. web_1 | > django.contrib.humanize
  21674. web_1 | > debug_toolbar
  21675. web_1 |
  21676. web_1 | Not synced (use migrations):
  21677. web_1 | - allauth.socialaccount
  21678. web_1 | - django_extensions
  21679. web_1 | (use ./manage.py migrate to migrate these)
  21680. web_1 | Running migrations for socialaccount:
  21681. web_1 | - Nothing to migrate.
  21682. web_1 | - Loading initial data for socialaccount.
  21683. web_1 | Installed 0 object(s) from 0 fixture(s)
  21684. web_1 | Running migrations for django_extensions:
  21685. web_1 | - Nothing to migrate.
  21686. web_1 | - Loading initial data for django_extensions.
  21687. web_1 | Installed 0 object(s) from 0 fixture(s)
  21688. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21689. web_1 | [GCC 4.9.2] on linux2
  21690. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21691. web_1 | (InteractiveConsole)
  21692. web_1 |
  21693. web_1 | >>> >>> Starting the server
  21694. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21695. web_1 |
  21696. web_1 | Fatal error: Unable to find local grunt.
  21697. web_1 |
  21698. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21699. web_1 | your project. For more information about installing and configuring grunt,
  21700. web_1 | please see the Getting Started guide:
  21701. web_1 |
  21702. web_1 | http://gruntjs.com/getting-started
  21703. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21704. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21705. web_1 | Syncing...
  21706. web_1 | Creating tables ...
  21707. web_1 | Installing custom SQL ...
  21708. web_1 | Installing indexes ...
  21709. web_1 | Installed 0 object(s) from 0 fixture(s)
  21710. web_1 |
  21711. web_1 | Synced:
  21712. web_1 | > django.contrib.auth
  21713. web_1 | > django.contrib.contenttypes
  21714. web_1 | > django.contrib.sessions
  21715. web_1 | > django.contrib.sites
  21716. web_1 | > django.contrib.messages
  21717. web_1 | > django.contrib.staticfiles
  21718. web_1 | > django.contrib.admin
  21719. web_1 | > south
  21720. web_1 | > crispy_forms
  21721. web_1 | > avatar
  21722. web_1 | > bootstrap3
  21723. web_1 | > users
  21724. web_1 | > allauth
  21725. web_1 | > allauth.account
  21726. web_1 | > django.contrib.humanize
  21727. web_1 | > debug_toolbar
  21728. web_1 |
  21729. web_1 | Not synced (use migrations):
  21730. web_1 | - allauth.socialaccount
  21731. web_1 | - django_extensions
  21732. web_1 | (use ./manage.py migrate to migrate these)
  21733. web_1 | Running migrations for socialaccount:
  21734. web_1 | - Nothing to migrate.
  21735. web_1 | - Loading initial data for socialaccount.
  21736. web_1 | Installed 0 object(s) from 0 fixture(s)
  21737. web_1 | Running migrations for django_extensions:
  21738. web_1 | - Nothing to migrate.
  21739. web_1 | - Loading initial data for django_extensions.
  21740. web_1 | Installed 0 object(s) from 0 fixture(s)
  21741. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21742. web_1 | [GCC 4.9.2] on linux2
  21743. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21744. web_1 | (InteractiveConsole)
  21745. web_1 |
  21746. web_1 | >>> >>> Starting the server
  21747. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21748. web_1 |
  21749. web_1 | Fatal error: Unable to find local grunt.
  21750. web_1 |
  21751. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21752. web_1 | your project. For more information about installing and configuring grunt,
  21753. web_1 | please see the Getting Started guide:
  21754. web_1 |
  21755. web_1 | http://gruntjs.com/getting-started
  21756. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21757. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21758. web_1 | Syncing...
  21759. web_1 | Creating tables ...
  21760. web_1 | Installing custom SQL ...
  21761. web_1 | Installing indexes ...
  21762. web_1 | Installed 0 object(s) from 0 fixture(s)
  21763. web_1 |
  21764. web_1 | Synced:
  21765. web_1 | > django.contrib.auth
  21766. web_1 | > django.contrib.contenttypes
  21767. web_1 | > django.contrib.sessions
  21768. web_1 | > django.contrib.sites
  21769. web_1 | > django.contrib.messages
  21770. web_1 | > django.contrib.staticfiles
  21771. web_1 | > django.contrib.admin
  21772. web_1 | > south
  21773. web_1 | > crispy_forms
  21774. web_1 | > avatar
  21775. web_1 | > bootstrap3
  21776. web_1 | > users
  21777. web_1 | > allauth
  21778. web_1 | > allauth.account
  21779. web_1 | > django.contrib.humanize
  21780. web_1 | > debug_toolbar
  21781. web_1 |
  21782. web_1 | Not synced (use migrations):
  21783. web_1 | - allauth.socialaccount
  21784. web_1 | - django_extensions
  21785. web_1 | (use ./manage.py migrate to migrate these)
  21786. web_1 | Running migrations for socialaccount:
  21787. web_1 | - Nothing to migrate.
  21788. web_1 | - Loading initial data for socialaccount.
  21789. web_1 | Installed 0 object(s) from 0 fixture(s)
  21790. web_1 | Running migrations for django_extensions:
  21791. web_1 | - Nothing to migrate.
  21792. web_1 | - Loading initial data for django_extensions.
  21793. web_1 | Installed 0 object(s) from 0 fixture(s)
  21794. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21795. web_1 | [GCC 4.9.2] on linux2
  21796. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21797. web_1 | (InteractiveConsole)
  21798. web_1 |
  21799. web_1 | >>> >>> Starting the server
  21800. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21801. web_1 |
  21802. web_1 | Fatal error: Unable to find local grunt.
  21803. web_1 |
  21804. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21805. web_1 | your project. For more information about installing and configuring grunt,
  21806. web_1 | please see the Getting Started guide:
  21807. web_1 |
  21808. web_1 | http://gruntjs.com/getting-started
  21809. oclweb_web_1 exited with code 99
  21810. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21811. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21812. web_1 | Syncing...
  21813. web_1 | Traceback (most recent call last):
  21814. web_1 | File "ocl_web/manage.py", line 19, in <module>
  21815. web_1 | execute_from_command_line(sys.argv)
  21816. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  21817. web_1 | utility.execute()
  21818. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  21819. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  21820. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  21821. web_1 | self.execute(*args, **options.__dict__)
  21822. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  21823. web_1 | output = self.handle(*args, **options)
  21824. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  21825. web_1 | return self.handle_noargs(**options)
  21826. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  21827. web_1 | syncdb.Command().execute(**options)
  21828. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  21829. web_1 | output = self.handle(*args, **options)
  21830. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  21831. web_1 | return self.handle_noargs(**options)
  21832. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  21833. web_1 | cursor = connection.cursor()
  21834. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  21835. web_1 | cursor = self.make_debug_cursor(self._cursor())
  21836. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  21837. web_1 | self.ensure_connection()
  21838. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21839. web_1 | self.connect()
  21840. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  21841. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  21842. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21843. web_1 | self.connect()
  21844. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  21845. web_1 | self.connection = self.get_new_connection(conn_params)
  21846. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  21847. web_1 | return Database.connect(**conn_params)
  21848. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  21849. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  21850. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  21851. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  21852. web_1 | TCP/IP connections on port 5432?
  21853. web_1 |
  21854. web_1 | Traceback (most recent call last):
  21855. web_1 | File "ocl_web/manage.py", line 19, in <module>
  21856. web_1 | execute_from_command_line(sys.argv)
  21857. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  21858. web_1 | utility.execute()
  21859. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  21860. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  21861. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  21862. web_1 | self.execute(*args, **options.__dict__)
  21863. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  21864. web_1 | output = self.handle(*args, **options)
  21865. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  21866. web_1 | ignore_ghosts = ignore_ghosts,
  21867. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  21868. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  21869. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  21870. web_1 | for h in histories:
  21871. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  21872. web_1 | self._fetch_all()
  21873. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  21874. web_1 | self._result_cache = list(self.iterator())
  21875. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  21876. web_1 | for row in compiler.results_iter():
  21877. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  21878. web_1 | for rows in self.execute_sql(MULTI):
  21879. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  21880. web_1 | cursor = self.connection.cursor()
  21881. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  21882. web_1 | cursor = self.make_debug_cursor(self._cursor())
  21883. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  21884. web_1 | self.ensure_connection()
  21885. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21886. web_1 | self.connect()
  21887. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  21888. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  21889. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21890. web_1 | self.connect()
  21891. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  21892. web_1 | self.connection = self.get_new_connection(conn_params)
  21893. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  21894. web_1 | return Database.connect(**conn_params)
  21895. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  21896. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  21897. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  21898. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  21899. web_1 | TCP/IP connections on port 5432?
  21900. web_1 |
  21901. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  21902. web_1 | [GCC 4.9.2] on linux2
  21903. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  21904. web_1 | (InteractiveConsole)
  21905. web_1 | Traceback (most recent call last):
  21906. web_1 | File "<console>", line 1, in <module>
  21907. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  21908. web_1 | return self.query.get_count(using=self.db)
  21909. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  21910. web_1 | number = obj.get_aggregation(using=using)[None]
  21911. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  21912. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  21913. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  21914. web_1 | cursor = self.connection.cursor()
  21915. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  21916. web_1 | cursor = self.make_debug_cursor(self._cursor())
  21917. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  21918. web_1 | self.ensure_connection()
  21919. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21920. web_1 | self.connect()
  21921. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  21922. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  21923. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  21924. web_1 | self.connect()
  21925. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  21926. web_1 | self.connection = self.get_new_connection(conn_params)
  21927. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  21928. web_1 | return Database.connect(**conn_params)
  21929. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  21930. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  21931. web_1 | OperationalError: could not connect to server: Connection refused
  21932. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  21933. web_1 | TCP/IP connections on port 5432?
  21934. web_1 |
  21935. web_1 |
  21936. web_1 | >>> >>> Starting the server
  21937. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  21938. web_1 |
  21939. web_1 | Fatal error: Unable to find local grunt.
  21940. web_1 |
  21941. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  21942. web_1 | your project. For more information about installing and configuring grunt,
  21943. web_1 | please see the Getting Started guide:
  21944. web_1 |
  21945. web_1 | http://gruntjs.com/getting-started
  21946. web_1 | Starting OpenBSD Secure Shell server: sshd.
  21947. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  21948. web_1 | Syncing...
  21949. web_1 | Creating tables ...
  21950. web_1 | Creating table auth_permission
  21951. web_1 | Creating table auth_group_permissions
  21952. web_1 | Creating table auth_group
  21953. web_1 | Creating table django_content_type
  21954. web_1 | Creating table django_session
  21955. web_1 | Creating table django_site
  21956. web_1 | Creating table django_admin_log
  21957. web_1 | Creating table south_migrationhistory
  21958. web_1 | Creating table avatar_avatar
  21959. web_1 | Creating table users_user_groups
  21960. web_1 | Creating table users_user_user_permissions
  21961. web_1 | Creating table users_user
  21962. web_1 | Creating table account_emailaddress
  21963. web_1 | Creating table account_emailconfirmation
  21964. web_1 | Installing custom SQL ...
  21965. web_1 | Installing indexes ...
  21966. web_1 | Installed 0 object(s) from 0 fixture(s)
  21967. web_1 |
  21968. web_1 | Synced:
  21969. web_1 | > django.contrib.auth
  21970. web_1 | > django.contrib.contenttypes
  21971. web_1 | > django.contrib.sessions
  21972. web_1 | > django.contrib.sites
  21973. web_1 | > django.contrib.messages
  21974. web_1 | > django.contrib.staticfiles
  21975. web_1 | > django.contrib.admin
  21976. web_1 | > south
  21977. web_1 | > crispy_forms
  21978. web_1 | > avatar
  21979. web_1 | > bootstrap3
  21980. web_1 | > users
  21981. web_1 | > allauth
  21982. web_1 | > allauth.account
  21983. web_1 | > django.contrib.humanize
  21984. web_1 | > debug_toolbar
  21985. web_1 |
  21986. web_1 | Not synced (use migrations):
  21987. web_1 | - allauth.socialaccount
  21988. web_1 | - django_extensions
  21989. web_1 | (use ./manage.py migrate to migrate these)
  21990. web_1 | Running migrations for socialaccount:
  21991. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  21992. web_1 | > socialaccount:0001_initial
  21993. web_1 | > socialaccount:0002_genericmodels
  21994. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  21995. web_1 | > socialaccount:0004_add_sites
  21996. web_1 | > socialaccount:0005_set_sites
  21997. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  21998. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  21999. web_1 | > socialaccount:0008_client_id
  22000. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  22001. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  22002. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  22003. web_1 | - Loading initial data for socialaccount.
  22004. web_1 | Installed 0 object(s) from 0 fixture(s)
  22005. web_1 | Running migrations for django_extensions:
  22006. web_1 | - Migrating forwards to 0001_empty.
  22007. web_1 | > django_extensions:0001_empty
  22008. web_1 | - Loading initial data for django_extensions.
  22009. web_1 | Installed 0 object(s) from 0 fixture(s)
  22010. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22011. web_1 | [GCC 4.9.2] on linux2
  22012. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22013. web_1 | (InteractiveConsole)
  22014. web_1 |
  22015. web_1 | >>> >>> Starting the server
  22016. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22017. web_1 |
  22018. web_1 | Fatal error: Unable to find local grunt.
  22019. web_1 |
  22020. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22021. web_1 | your project. For more information about installing and configuring grunt,
  22022. web_1 | please see the Getting Started guide:
  22023. web_1 |
  22024. web_1 | http://gruntjs.com/getting-started
  22025. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22026. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22027. web_1 | Syncing...
  22028. web_1 | Creating tables ...
  22029. web_1 | Installing custom SQL ...
  22030. web_1 | Installing indexes ...
  22031. web_1 | Installed 0 object(s) from 0 fixture(s)
  22032. web_1 |
  22033. web_1 | Synced:
  22034. web_1 | > django.contrib.auth
  22035. web_1 | > django.contrib.contenttypes
  22036. web_1 | > django.contrib.sessions
  22037. web_1 | > django.contrib.sites
  22038. web_1 | > django.contrib.messages
  22039. web_1 | > django.contrib.staticfiles
  22040. web_1 | > django.contrib.admin
  22041. web_1 | > south
  22042. web_1 | > crispy_forms
  22043. web_1 | > avatar
  22044. web_1 | > bootstrap3
  22045. web_1 | > users
  22046. web_1 | > allauth
  22047. web_1 | > allauth.account
  22048. web_1 | > django.contrib.humanize
  22049. web_1 | > debug_toolbar
  22050. web_1 |
  22051. web_1 | Not synced (use migrations):
  22052. web_1 | - allauth.socialaccount
  22053. web_1 | - django_extensions
  22054. web_1 | (use ./manage.py migrate to migrate these)
  22055. web_1 | Running migrations for socialaccount:
  22056. web_1 | - Nothing to migrate.
  22057. web_1 | - Loading initial data for socialaccount.
  22058. web_1 | Installed 0 object(s) from 0 fixture(s)
  22059. web_1 | Running migrations for django_extensions:
  22060. web_1 | - Nothing to migrate.
  22061. web_1 | - Loading initial data for django_extensions.
  22062. web_1 | Installed 0 object(s) from 0 fixture(s)
  22063. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22064. web_1 | [GCC 4.9.2] on linux2
  22065. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22066. web_1 | (InteractiveConsole)
  22067. web_1 |
  22068. web_1 | >>> >>> Starting the server
  22069. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22070. web_1 |
  22071. web_1 | Fatal error: Unable to find local grunt.
  22072. web_1 |
  22073. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22074. web_1 | your project. For more information about installing and configuring grunt,
  22075. web_1 | please see the Getting Started guide:
  22076. web_1 |
  22077. web_1 | http://gruntjs.com/getting-started
  22078. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22079. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22080. web_1 | Syncing...
  22081. web_1 | Creating tables ...
  22082. web_1 | Installing custom SQL ...
  22083. web_1 | Installing indexes ...
  22084. web_1 | Installed 0 object(s) from 0 fixture(s)
  22085. web_1 |
  22086. web_1 | Synced:
  22087. web_1 | > django.contrib.auth
  22088. web_1 | > django.contrib.contenttypes
  22089. web_1 | > django.contrib.sessions
  22090. web_1 | > django.contrib.sites
  22091. web_1 | > django.contrib.messages
  22092. web_1 | > django.contrib.staticfiles
  22093. web_1 | > django.contrib.admin
  22094. web_1 | > south
  22095. web_1 | > crispy_forms
  22096. web_1 | > avatar
  22097. web_1 | > bootstrap3
  22098. web_1 | > users
  22099. web_1 | > allauth
  22100. web_1 | > allauth.account
  22101. web_1 | > django.contrib.humanize
  22102. web_1 | > debug_toolbar
  22103. web_1 |
  22104. web_1 | Not synced (use migrations):
  22105. web_1 | - allauth.socialaccount
  22106. web_1 | - django_extensions
  22107. web_1 | (use ./manage.py migrate to migrate these)
  22108. web_1 | Running migrations for socialaccount:
  22109. web_1 | - Nothing to migrate.
  22110. web_1 | - Loading initial data for socialaccount.
  22111. web_1 | Installed 0 object(s) from 0 fixture(s)
  22112. web_1 | Running migrations for django_extensions:
  22113. web_1 | - Nothing to migrate.
  22114. web_1 | - Loading initial data for django_extensions.
  22115. web_1 | Installed 0 object(s) from 0 fixture(s)
  22116. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22117. web_1 | [GCC 4.9.2] on linux2
  22118. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22119. web_1 | (InteractiveConsole)
  22120. web_1 |
  22121. web_1 | >>> >>> Starting the server
  22122. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22123. web_1 |
  22124. web_1 | Fatal error: Unable to find local grunt.
  22125. web_1 |
  22126. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22127. web_1 | your project. For more information about installing and configuring grunt,
  22128. web_1 | please see the Getting Started guide:
  22129. web_1 |
  22130. web_1 | http://gruntjs.com/getting-started
  22131. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22132. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22133. web_1 | Syncing...
  22134. web_1 | Creating tables ...
  22135. web_1 | Installing custom SQL ...
  22136. web_1 | Installing indexes ...
  22137. web_1 | Installed 0 object(s) from 0 fixture(s)
  22138. web_1 |
  22139. web_1 | Synced:
  22140. web_1 | > django.contrib.auth
  22141. web_1 | > django.contrib.contenttypes
  22142. web_1 | > django.contrib.sessions
  22143. web_1 | > django.contrib.sites
  22144. web_1 | > django.contrib.messages
  22145. web_1 | > django.contrib.staticfiles
  22146. web_1 | > django.contrib.admin
  22147. web_1 | > south
  22148. web_1 | > crispy_forms
  22149. web_1 | > avatar
  22150. web_1 | > bootstrap3
  22151. web_1 | > users
  22152. web_1 | > allauth
  22153. web_1 | > allauth.account
  22154. web_1 | > django.contrib.humanize
  22155. web_1 | > debug_toolbar
  22156. web_1 |
  22157. web_1 | Not synced (use migrations):
  22158. web_1 | - allauth.socialaccount
  22159. web_1 | - django_extensions
  22160. web_1 | (use ./manage.py migrate to migrate these)
  22161. web_1 | Running migrations for socialaccount:
  22162. web_1 | - Nothing to migrate.
  22163. web_1 | - Loading initial data for socialaccount.
  22164. web_1 | Installed 0 object(s) from 0 fixture(s)
  22165. web_1 | Running migrations for django_extensions:
  22166. web_1 | - Nothing to migrate.
  22167. web_1 | - Loading initial data for django_extensions.
  22168. web_1 | Installed 0 object(s) from 0 fixture(s)
  22169. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22170. web_1 | [GCC 4.9.2] on linux2
  22171. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22172. web_1 | (InteractiveConsole)
  22173. web_1 |
  22174. web_1 | >>> >>> Starting the server
  22175. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22176. web_1 |
  22177. web_1 | Fatal error: Unable to find local grunt.
  22178. web_1 |
  22179. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22180. web_1 | your project. For more information about installing and configuring grunt,
  22181. web_1 | please see the Getting Started guide:
  22182. web_1 |
  22183. web_1 | http://gruntjs.com/getting-started
  22184. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22185. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22186. web_1 | Syncing...
  22187. web_1 | Creating tables ...
  22188. web_1 | Installing custom SQL ...
  22189. web_1 | Installing indexes ...
  22190. web_1 | Installed 0 object(s) from 0 fixture(s)
  22191. web_1 |
  22192. web_1 | Synced:
  22193. web_1 | > django.contrib.auth
  22194. web_1 | > django.contrib.contenttypes
  22195. web_1 | > django.contrib.sessions
  22196. web_1 | > django.contrib.sites
  22197. web_1 | > django.contrib.messages
  22198. web_1 | > django.contrib.staticfiles
  22199. web_1 | > django.contrib.admin
  22200. web_1 | > south
  22201. web_1 | > crispy_forms
  22202. web_1 | > avatar
  22203. web_1 | > bootstrap3
  22204. web_1 | > users
  22205. web_1 | > allauth
  22206. web_1 | > allauth.account
  22207. web_1 | > django.contrib.humanize
  22208. web_1 | > debug_toolbar
  22209. web_1 |
  22210. web_1 | Not synced (use migrations):
  22211. web_1 | - allauth.socialaccount
  22212. web_1 | - django_extensions
  22213. web_1 | (use ./manage.py migrate to migrate these)
  22214. web_1 | Running migrations for socialaccount:
  22215. web_1 | - Nothing to migrate.
  22216. web_1 | - Loading initial data for socialaccount.
  22217. web_1 | Installed 0 object(s) from 0 fixture(s)
  22218. web_1 | Running migrations for django_extensions:
  22219. web_1 | - Nothing to migrate.
  22220. web_1 | - Loading initial data for django_extensions.
  22221. web_1 | Installed 0 object(s) from 0 fixture(s)
  22222. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22223. web_1 | [GCC 4.9.2] on linux2
  22224. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22225. web_1 | (InteractiveConsole)
  22226. web_1 |
  22227. web_1 | >>> >>> Starting the server
  22228. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22229. web_1 |
  22230. web_1 | Fatal error: Unable to find local grunt.
  22231. web_1 |
  22232. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22233. web_1 | your project. For more information about installing and configuring grunt,
  22234. web_1 | please see the Getting Started guide:
  22235. web_1 |
  22236. web_1 | http://gruntjs.com/getting-started
  22237. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22238. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22239. web_1 | Syncing...
  22240. web_1 | Creating tables ...
  22241. web_1 | Installing custom SQL ...
  22242. web_1 | Installing indexes ...
  22243. web_1 | Installed 0 object(s) from 0 fixture(s)
  22244. web_1 |
  22245. web_1 | Synced:
  22246. web_1 | > django.contrib.auth
  22247. web_1 | > django.contrib.contenttypes
  22248. web_1 | > django.contrib.sessions
  22249. web_1 | > django.contrib.sites
  22250. web_1 | > django.contrib.messages
  22251. web_1 | > django.contrib.staticfiles
  22252. web_1 | > django.contrib.admin
  22253. web_1 | > south
  22254. web_1 | > crispy_forms
  22255. web_1 | > avatar
  22256. web_1 | > bootstrap3
  22257. web_1 | > users
  22258. web_1 | > allauth
  22259. web_1 | > allauth.account
  22260. web_1 | > django.contrib.humanize
  22261. web_1 | > debug_toolbar
  22262. web_1 |
  22263. web_1 | Not synced (use migrations):
  22264. web_1 | - allauth.socialaccount
  22265. web_1 | - django_extensions
  22266. web_1 | (use ./manage.py migrate to migrate these)
  22267. web_1 | Running migrations for socialaccount:
  22268. web_1 | - Nothing to migrate.
  22269. web_1 | - Loading initial data for socialaccount.
  22270. web_1 | Installed 0 object(s) from 0 fixture(s)
  22271. web_1 | Running migrations for django_extensions:
  22272. web_1 | - Nothing to migrate.
  22273. web_1 | - Loading initial data for django_extensions.
  22274. web_1 | Installed 0 object(s) from 0 fixture(s)
  22275. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22276. web_1 | [GCC 4.9.2] on linux2
  22277. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22278. web_1 | (InteractiveConsole)
  22279. web_1 |
  22280. web_1 | >>> >>> Starting the server
  22281. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22282. web_1 |
  22283. web_1 | Fatal error: Unable to find local grunt.
  22284. web_1 |
  22285. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22286. web_1 | your project. For more information about installing and configuring grunt,
  22287. web_1 | please see the Getting Started guide:
  22288. web_1 |
  22289. web_1 | http://gruntjs.com/getting-started
  22290. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22291. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22292. web_1 | Syncing...
  22293. web_1 | Creating tables ...
  22294. web_1 | Installing custom SQL ...
  22295. web_1 | Installing indexes ...
  22296. web_1 | Installed 0 object(s) from 0 fixture(s)
  22297. web_1 |
  22298. web_1 | Synced:
  22299. web_1 | > django.contrib.auth
  22300. web_1 | > django.contrib.contenttypes
  22301. web_1 | > django.contrib.sessions
  22302. web_1 | > django.contrib.sites
  22303. web_1 | > django.contrib.messages
  22304. web_1 | > django.contrib.staticfiles
  22305. web_1 | > django.contrib.admin
  22306. web_1 | > south
  22307. web_1 | > crispy_forms
  22308. web_1 | > avatar
  22309. web_1 | > bootstrap3
  22310. web_1 | > users
  22311. web_1 | > allauth
  22312. web_1 | > allauth.account
  22313. web_1 | > django.contrib.humanize
  22314. web_1 | > debug_toolbar
  22315. web_1 |
  22316. web_1 | Not synced (use migrations):
  22317. web_1 | - allauth.socialaccount
  22318. web_1 | - django_extensions
  22319. web_1 | (use ./manage.py migrate to migrate these)
  22320. web_1 | Running migrations for socialaccount:
  22321. web_1 | - Nothing to migrate.
  22322. web_1 | - Loading initial data for socialaccount.
  22323. web_1 | Installed 0 object(s) from 0 fixture(s)
  22324. web_1 | Running migrations for django_extensions:
  22325. web_1 | - Nothing to migrate.
  22326. web_1 | - Loading initial data for django_extensions.
  22327. web_1 | Installed 0 object(s) from 0 fixture(s)
  22328. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22329. web_1 | [GCC 4.9.2] on linux2
  22330. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22331. web_1 | (InteractiveConsole)
  22332. web_1 |
  22333. web_1 | >>> >>> Starting the server
  22334. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22335. web_1 |
  22336. web_1 | Fatal error: Unable to find local grunt.
  22337. web_1 |
  22338. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22339. web_1 | your project. For more information about installing and configuring grunt,
  22340. web_1 | please see the Getting Started guide:
  22341. web_1 |
  22342. web_1 | http://gruntjs.com/getting-started
  22343. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22344. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22345. web_1 | Syncing...
  22346. web_1 | Creating tables ...
  22347. web_1 | Installing custom SQL ...
  22348. web_1 | Installing indexes ...
  22349. web_1 | Installed 0 object(s) from 0 fixture(s)
  22350. web_1 |
  22351. web_1 | Synced:
  22352. web_1 | > django.contrib.auth
  22353. web_1 | > django.contrib.contenttypes
  22354. web_1 | > django.contrib.sessions
  22355. web_1 | > django.contrib.sites
  22356. web_1 | > django.contrib.messages
  22357. web_1 | > django.contrib.staticfiles
  22358. web_1 | > django.contrib.admin
  22359. web_1 | > south
  22360. web_1 | > crispy_forms
  22361. web_1 | > avatar
  22362. web_1 | > bootstrap3
  22363. web_1 | > users
  22364. web_1 | > allauth
  22365. web_1 | > allauth.account
  22366. web_1 | > django.contrib.humanize
  22367. web_1 | > debug_toolbar
  22368. web_1 |
  22369. web_1 | Not synced (use migrations):
  22370. web_1 | - allauth.socialaccount
  22371. web_1 | - django_extensions
  22372. web_1 | (use ./manage.py migrate to migrate these)
  22373. web_1 | Running migrations for socialaccount:
  22374. web_1 | - Nothing to migrate.
  22375. web_1 | - Loading initial data for socialaccount.
  22376. web_1 | Installed 0 object(s) from 0 fixture(s)
  22377. web_1 | Running migrations for django_extensions:
  22378. web_1 | - Nothing to migrate.
  22379. web_1 | - Loading initial data for django_extensions.
  22380. web_1 | Installed 0 object(s) from 0 fixture(s)
  22381. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22382. web_1 | [GCC 4.9.2] on linux2
  22383. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22384. web_1 | (InteractiveConsole)
  22385. web_1 |
  22386. web_1 | >>> >>> Starting the server
  22387. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22388. web_1 |
  22389. web_1 | Fatal error: Unable to find local grunt.
  22390. web_1 |
  22391. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22392. web_1 | your project. For more information about installing and configuring grunt,
  22393. web_1 | please see the Getting Started guide:
  22394. web_1 |
  22395. web_1 | http://gruntjs.com/getting-started
  22396. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22397. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22398. web_1 | Syncing...
  22399. web_1 | Creating tables ...
  22400. web_1 | Installing custom SQL ...
  22401. web_1 | Installing indexes ...
  22402. web_1 | Installed 0 object(s) from 0 fixture(s)
  22403. web_1 |
  22404. web_1 | Synced:
  22405. web_1 | > django.contrib.auth
  22406. web_1 | > django.contrib.contenttypes
  22407. web_1 | > django.contrib.sessions
  22408. web_1 | > django.contrib.sites
  22409. web_1 | > django.contrib.messages
  22410. web_1 | > django.contrib.staticfiles
  22411. web_1 | > django.contrib.admin
  22412. web_1 | > south
  22413. web_1 | > crispy_forms
  22414. web_1 | > avatar
  22415. web_1 | > bootstrap3
  22416. web_1 | > users
  22417. web_1 | > allauth
  22418. web_1 | > allauth.account
  22419. web_1 | > django.contrib.humanize
  22420. web_1 | > debug_toolbar
  22421. web_1 |
  22422. web_1 | Not synced (use migrations):
  22423. web_1 | - allauth.socialaccount
  22424. web_1 | - django_extensions
  22425. web_1 | (use ./manage.py migrate to migrate these)
  22426. web_1 | Running migrations for socialaccount:
  22427. web_1 | - Nothing to migrate.
  22428. web_1 | - Loading initial data for socialaccount.
  22429. web_1 | Installed 0 object(s) from 0 fixture(s)
  22430. web_1 | Running migrations for django_extensions:
  22431. web_1 | - Nothing to migrate.
  22432. web_1 | - Loading initial data for django_extensions.
  22433. web_1 | Installed 0 object(s) from 0 fixture(s)
  22434. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22435. web_1 | [GCC 4.9.2] on linux2
  22436. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22437. web_1 | (InteractiveConsole)
  22438. web_1 |
  22439. web_1 | >>> >>> Starting the server
  22440. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22441. web_1 |
  22442. web_1 | Fatal error: Unable to find local grunt.
  22443. web_1 |
  22444. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22445. web_1 | your project. For more information about installing and configuring grunt,
  22446. web_1 | please see the Getting Started guide:
  22447. web_1 |
  22448. web_1 | http://gruntjs.com/getting-started
  22449. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22450. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22451. web_1 | Syncing...
  22452. web_1 | Creating tables ...
  22453. web_1 | Installing custom SQL ...
  22454. web_1 | Installing indexes ...
  22455. web_1 | Installed 0 object(s) from 0 fixture(s)
  22456. web_1 |
  22457. web_1 | Synced:
  22458. web_1 | > django.contrib.auth
  22459. web_1 | > django.contrib.contenttypes
  22460. web_1 | > django.contrib.sessions
  22461. web_1 | > django.contrib.sites
  22462. web_1 | > django.contrib.messages
  22463. web_1 | > django.contrib.staticfiles
  22464. web_1 | > django.contrib.admin
  22465. web_1 | > south
  22466. web_1 | > crispy_forms
  22467. web_1 | > avatar
  22468. web_1 | > bootstrap3
  22469. web_1 | > users
  22470. web_1 | > allauth
  22471. web_1 | > allauth.account
  22472. web_1 | > django.contrib.humanize
  22473. web_1 | > debug_toolbar
  22474. web_1 |
  22475. web_1 | Not synced (use migrations):
  22476. web_1 | - allauth.socialaccount
  22477. web_1 | - django_extensions
  22478. web_1 | (use ./manage.py migrate to migrate these)
  22479. web_1 | Running migrations for socialaccount:
  22480. web_1 | - Nothing to migrate.
  22481. web_1 | - Loading initial data for socialaccount.
  22482. web_1 | Installed 0 object(s) from 0 fixture(s)
  22483. web_1 | Running migrations for django_extensions:
  22484. web_1 | - Nothing to migrate.
  22485. web_1 | - Loading initial data for django_extensions.
  22486. web_1 | Installed 0 object(s) from 0 fixture(s)
  22487. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22488. web_1 | [GCC 4.9.2] on linux2
  22489. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22490. web_1 | (InteractiveConsole)
  22491. web_1 |
  22492. web_1 | >>> >>> Starting the server
  22493. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22494. web_1 |
  22495. web_1 | Fatal error: Unable to find local grunt.
  22496. web_1 |
  22497. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22498. web_1 | your project. For more information about installing and configuring grunt,
  22499. web_1 | please see the Getting Started guide:
  22500. web_1 |
  22501. web_1 | http://gruntjs.com/getting-started
  22502. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22503. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22504. web_1 | Syncing...
  22505. web_1 | Creating tables ...
  22506. web_1 | Installing custom SQL ...
  22507. web_1 | Installing indexes ...
  22508. web_1 | Installed 0 object(s) from 0 fixture(s)
  22509. web_1 |
  22510. web_1 | Synced:
  22511. web_1 | > django.contrib.auth
  22512. web_1 | > django.contrib.contenttypes
  22513. web_1 | > django.contrib.sessions
  22514. web_1 | > django.contrib.sites
  22515. web_1 | > django.contrib.messages
  22516. web_1 | > django.contrib.staticfiles
  22517. web_1 | > django.contrib.admin
  22518. web_1 | > south
  22519. web_1 | > crispy_forms
  22520. web_1 | > avatar
  22521. web_1 | > bootstrap3
  22522. web_1 | > users
  22523. web_1 | > allauth
  22524. web_1 | > allauth.account
  22525. web_1 | > django.contrib.humanize
  22526. web_1 | > debug_toolbar
  22527. web_1 |
  22528. web_1 | Not synced (use migrations):
  22529. web_1 | - allauth.socialaccount
  22530. web_1 | - django_extensions
  22531. web_1 | (use ./manage.py migrate to migrate these)
  22532. web_1 | Running migrations for socialaccount:
  22533. web_1 | - Nothing to migrate.
  22534. web_1 | - Loading initial data for socialaccount.
  22535. web_1 | Installed 0 object(s) from 0 fixture(s)
  22536. web_1 | Running migrations for django_extensions:
  22537. web_1 | - Nothing to migrate.
  22538. web_1 | - Loading initial data for django_extensions.
  22539. web_1 | Installed 0 object(s) from 0 fixture(s)
  22540. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22541. web_1 | [GCC 4.9.2] on linux2
  22542. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22543. web_1 | (InteractiveConsole)
  22544. web_1 |
  22545. web_1 | >>> >>> Starting the server
  22546. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22547. web_1 |
  22548. web_1 | Fatal error: Unable to find local grunt.
  22549. web_1 |
  22550. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22551. web_1 | your project. For more information about installing and configuring grunt,
  22552. web_1 | please see the Getting Started guide:
  22553. web_1 |
  22554. web_1 | http://gruntjs.com/getting-started
  22555. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22556. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22557. web_1 | Syncing...
  22558. web_1 | Creating tables ...
  22559. web_1 | Installing custom SQL ...
  22560. web_1 | Installing indexes ...
  22561. web_1 | Installed 0 object(s) from 0 fixture(s)
  22562. web_1 |
  22563. web_1 | Synced:
  22564. web_1 | > django.contrib.auth
  22565. web_1 | > django.contrib.contenttypes
  22566. web_1 | > django.contrib.sessions
  22567. web_1 | > django.contrib.sites
  22568. web_1 | > django.contrib.messages
  22569. web_1 | > django.contrib.staticfiles
  22570. web_1 | > django.contrib.admin
  22571. web_1 | > south
  22572. web_1 | > crispy_forms
  22573. web_1 | > avatar
  22574. web_1 | > bootstrap3
  22575. web_1 | > users
  22576. web_1 | > allauth
  22577. web_1 | > allauth.account
  22578. web_1 | > django.contrib.humanize
  22579. web_1 | > debug_toolbar
  22580. web_1 |
  22581. web_1 | Not synced (use migrations):
  22582. web_1 | - allauth.socialaccount
  22583. web_1 | - django_extensions
  22584. web_1 | (use ./manage.py migrate to migrate these)
  22585. web_1 | Running migrations for socialaccount:
  22586. web_1 | - Nothing to migrate.
  22587. web_1 | - Loading initial data for socialaccount.
  22588. web_1 | Installed 0 object(s) from 0 fixture(s)
  22589. web_1 | Running migrations for django_extensions:
  22590. web_1 | - Nothing to migrate.
  22591. web_1 | - Loading initial data for django_extensions.
  22592. web_1 | Installed 0 object(s) from 0 fixture(s)
  22593. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22594. web_1 | [GCC 4.9.2] on linux2
  22595. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22596. web_1 | (InteractiveConsole)
  22597. web_1 |
  22598. web_1 | >>> >>> Starting the server
  22599. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22600. web_1 |
  22601. web_1 | Fatal error: Unable to find local grunt.
  22602. web_1 |
  22603. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22604. web_1 | your project. For more information about installing and configuring grunt,
  22605. web_1 | please see the Getting Started guide:
  22606. web_1 |
  22607. web_1 | http://gruntjs.com/getting-started
  22608. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22609. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22610. web_1 | Syncing...
  22611. web_1 | Creating tables ...
  22612. web_1 | Installing custom SQL ...
  22613. web_1 | Installing indexes ...
  22614. web_1 | Installed 0 object(s) from 0 fixture(s)
  22615. web_1 |
  22616. web_1 | Synced:
  22617. web_1 | > django.contrib.auth
  22618. web_1 | > django.contrib.contenttypes
  22619. web_1 | > django.contrib.sessions
  22620. web_1 | > django.contrib.sites
  22621. web_1 | > django.contrib.messages
  22622. web_1 | > django.contrib.staticfiles
  22623. web_1 | > django.contrib.admin
  22624. web_1 | > south
  22625. web_1 | > crispy_forms
  22626. web_1 | > avatar
  22627. web_1 | > bootstrap3
  22628. web_1 | > users
  22629. web_1 | > allauth
  22630. web_1 | > allauth.account
  22631. web_1 | > django.contrib.humanize
  22632. web_1 | > debug_toolbar
  22633. web_1 |
  22634. web_1 | Not synced (use migrations):
  22635. web_1 | - allauth.socialaccount
  22636. web_1 | - django_extensions
  22637. web_1 | (use ./manage.py migrate to migrate these)
  22638. web_1 | Running migrations for socialaccount:
  22639. web_1 | - Nothing to migrate.
  22640. web_1 | - Loading initial data for socialaccount.
  22641. web_1 | Installed 0 object(s) from 0 fixture(s)
  22642. web_1 | Running migrations for django_extensions:
  22643. web_1 | - Nothing to migrate.
  22644. web_1 | - Loading initial data for django_extensions.
  22645. web_1 | Installed 0 object(s) from 0 fixture(s)
  22646. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22647. web_1 | [GCC 4.9.2] on linux2
  22648. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22649. web_1 | (InteractiveConsole)
  22650. web_1 |
  22651. web_1 | >>> >>> Starting the server
  22652. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22653. web_1 |
  22654. web_1 | Fatal error: Unable to find local grunt.
  22655. web_1 |
  22656. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22657. web_1 | your project. For more information about installing and configuring grunt,
  22658. web_1 | please see the Getting Started guide:
  22659. web_1 |
  22660. web_1 | http://gruntjs.com/getting-started
  22661. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22662. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22663. web_1 | Syncing...
  22664. web_1 | Creating tables ...
  22665. web_1 | Installing custom SQL ...
  22666. web_1 | Installing indexes ...
  22667. web_1 | Installed 0 object(s) from 0 fixture(s)
  22668. web_1 |
  22669. web_1 | Synced:
  22670. web_1 | > django.contrib.auth
  22671. web_1 | > django.contrib.contenttypes
  22672. web_1 | > django.contrib.sessions
  22673. web_1 | > django.contrib.sites
  22674. web_1 | > django.contrib.messages
  22675. web_1 | > django.contrib.staticfiles
  22676. web_1 | > django.contrib.admin
  22677. web_1 | > south
  22678. web_1 | > crispy_forms
  22679. web_1 | > avatar
  22680. web_1 | > bootstrap3
  22681. web_1 | > users
  22682. web_1 | > allauth
  22683. web_1 | > allauth.account
  22684. web_1 | > django.contrib.humanize
  22685. web_1 | > debug_toolbar
  22686. web_1 |
  22687. web_1 | Not synced (use migrations):
  22688. web_1 | - allauth.socialaccount
  22689. web_1 | - django_extensions
  22690. web_1 | (use ./manage.py migrate to migrate these)
  22691. web_1 | Running migrations for socialaccount:
  22692. web_1 | - Nothing to migrate.
  22693. web_1 | - Loading initial data for socialaccount.
  22694. web_1 | Installed 0 object(s) from 0 fixture(s)
  22695. web_1 | Running migrations for django_extensions:
  22696. web_1 | - Nothing to migrate.
  22697. web_1 | - Loading initial data for django_extensions.
  22698. web_1 | Installed 0 object(s) from 0 fixture(s)
  22699. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22700. web_1 | [GCC 4.9.2] on linux2
  22701. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22702. web_1 | (InteractiveConsole)
  22703. web_1 |
  22704. web_1 | >>> >>> Starting the server
  22705. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22706. web_1 |
  22707. web_1 | Fatal error: Unable to find local grunt.
  22708. web_1 |
  22709. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22710. web_1 | your project. For more information about installing and configuring grunt,
  22711. web_1 | please see the Getting Started guide:
  22712. web_1 |
  22713. web_1 | http://gruntjs.com/getting-started
  22714. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22715. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22716. web_1 | Syncing...
  22717. web_1 | Creating tables ...
  22718. web_1 | Installing custom SQL ...
  22719. web_1 | Installing indexes ...
  22720. web_1 | Installed 0 object(s) from 0 fixture(s)
  22721. web_1 |
  22722. web_1 | Synced:
  22723. web_1 | > django.contrib.auth
  22724. web_1 | > django.contrib.contenttypes
  22725. web_1 | > django.contrib.sessions
  22726. web_1 | > django.contrib.sites
  22727. web_1 | > django.contrib.messages
  22728. web_1 | > django.contrib.staticfiles
  22729. web_1 | > django.contrib.admin
  22730. web_1 | > south
  22731. web_1 | > crispy_forms
  22732. web_1 | > avatar
  22733. web_1 | > bootstrap3
  22734. web_1 | > users
  22735. web_1 | > allauth
  22736. web_1 | > allauth.account
  22737. web_1 | > django.contrib.humanize
  22738. web_1 | > debug_toolbar
  22739. web_1 |
  22740. web_1 | Not synced (use migrations):
  22741. web_1 | - allauth.socialaccount
  22742. web_1 | - django_extensions
  22743. web_1 | (use ./manage.py migrate to migrate these)
  22744. web_1 | Running migrations for socialaccount:
  22745. web_1 | - Nothing to migrate.
  22746. web_1 | - Loading initial data for socialaccount.
  22747. web_1 | Installed 0 object(s) from 0 fixture(s)
  22748. web_1 | Running migrations for django_extensions:
  22749. web_1 | - Nothing to migrate.
  22750. web_1 | - Loading initial data for django_extensions.
  22751. web_1 | Installed 0 object(s) from 0 fixture(s)
  22752. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22753. web_1 | [GCC 4.9.2] on linux2
  22754. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22755. web_1 | (InteractiveConsole)
  22756. web_1 |
  22757. web_1 | >>> >>> Starting the server
  22758. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22759. web_1 |
  22760. web_1 | Fatal error: Unable to find local grunt.
  22761. web_1 |
  22762. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22763. web_1 | your project. For more information about installing and configuring grunt,
  22764. web_1 | please see the Getting Started guide:
  22765. web_1 |
  22766. web_1 | http://gruntjs.com/getting-started
  22767. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22768. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22769. web_1 | Syncing...
  22770. web_1 | Creating tables ...
  22771. web_1 | Installing custom SQL ...
  22772. web_1 | Installing indexes ...
  22773. web_1 | Installed 0 object(s) from 0 fixture(s)
  22774. web_1 |
  22775. web_1 | Synced:
  22776. web_1 | > django.contrib.auth
  22777. web_1 | > django.contrib.contenttypes
  22778. web_1 | > django.contrib.sessions
  22779. web_1 | > django.contrib.sites
  22780. web_1 | > django.contrib.messages
  22781. web_1 | > django.contrib.staticfiles
  22782. web_1 | > django.contrib.admin
  22783. web_1 | > south
  22784. web_1 | > crispy_forms
  22785. web_1 | > avatar
  22786. web_1 | > bootstrap3
  22787. web_1 | > users
  22788. web_1 | > allauth
  22789. web_1 | > allauth.account
  22790. web_1 | > django.contrib.humanize
  22791. web_1 | > debug_toolbar
  22792. web_1 |
  22793. web_1 | Not synced (use migrations):
  22794. web_1 | - allauth.socialaccount
  22795. web_1 | - django_extensions
  22796. web_1 | (use ./manage.py migrate to migrate these)
  22797. web_1 | Running migrations for socialaccount:
  22798. web_1 | - Nothing to migrate.
  22799. web_1 | - Loading initial data for socialaccount.
  22800. web_1 | Installed 0 object(s) from 0 fixture(s)
  22801. web_1 | Running migrations for django_extensions:
  22802. web_1 | - Nothing to migrate.
  22803. web_1 | - Loading initial data for django_extensions.
  22804. web_1 | Installed 0 object(s) from 0 fixture(s)
  22805. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22806. web_1 | [GCC 4.9.2] on linux2
  22807. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22808. web_1 | (InteractiveConsole)
  22809. web_1 |
  22810. web_1 | >>> >>> Starting the server
  22811. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22812. web_1 |
  22813. web_1 | Fatal error: Unable to find local grunt.
  22814. web_1 |
  22815. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22816. web_1 | your project. For more information about installing and configuring grunt,
  22817. web_1 | please see the Getting Started guide:
  22818. web_1 |
  22819. web_1 | http://gruntjs.com/getting-started
  22820. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22821. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22822. web_1 | Syncing...
  22823. web_1 | Creating tables ...
  22824. web_1 | Installing custom SQL ...
  22825. web_1 | Installing indexes ...
  22826. web_1 | Installed 0 object(s) from 0 fixture(s)
  22827. web_1 |
  22828. web_1 | Synced:
  22829. web_1 | > django.contrib.auth
  22830. web_1 | > django.contrib.contenttypes
  22831. web_1 | > django.contrib.sessions
  22832. web_1 | > django.contrib.sites
  22833. web_1 | > django.contrib.messages
  22834. web_1 | > django.contrib.staticfiles
  22835. web_1 | > django.contrib.admin
  22836. web_1 | > south
  22837. web_1 | > crispy_forms
  22838. web_1 | > avatar
  22839. web_1 | > bootstrap3
  22840. web_1 | > users
  22841. web_1 | > allauth
  22842. web_1 | > allauth.account
  22843. web_1 | > django.contrib.humanize
  22844. web_1 | > debug_toolbar
  22845. web_1 |
  22846. web_1 | Not synced (use migrations):
  22847. web_1 | - allauth.socialaccount
  22848. web_1 | - django_extensions
  22849. web_1 | (use ./manage.py migrate to migrate these)
  22850. web_1 | Running migrations for socialaccount:
  22851. web_1 | - Nothing to migrate.
  22852. web_1 | - Loading initial data for socialaccount.
  22853. web_1 | Installed 0 object(s) from 0 fixture(s)
  22854. web_1 | Running migrations for django_extensions:
  22855. web_1 | - Nothing to migrate.
  22856. web_1 | - Loading initial data for django_extensions.
  22857. web_1 | Installed 0 object(s) from 0 fixture(s)
  22858. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22859. web_1 | [GCC 4.9.2] on linux2
  22860. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22861. web_1 | (InteractiveConsole)
  22862. web_1 |
  22863. web_1 | >>> >>> Starting the server
  22864. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22865. web_1 |
  22866. web_1 | Fatal error: Unable to find local grunt.
  22867. web_1 |
  22868. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22869. web_1 | your project. For more information about installing and configuring grunt,
  22870. web_1 | please see the Getting Started guide:
  22871. web_1 |
  22872. web_1 | http://gruntjs.com/getting-started
  22873. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22874. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22875. web_1 | Syncing...
  22876. web_1 | Creating tables ...
  22877. web_1 | Installing custom SQL ...
  22878. web_1 | Installing indexes ...
  22879. web_1 | Installed 0 object(s) from 0 fixture(s)
  22880. web_1 |
  22881. web_1 | Synced:
  22882. web_1 | > django.contrib.auth
  22883. web_1 | > django.contrib.contenttypes
  22884. web_1 | > django.contrib.sessions
  22885. web_1 | > django.contrib.sites
  22886. web_1 | > django.contrib.messages
  22887. web_1 | > django.contrib.staticfiles
  22888. web_1 | > django.contrib.admin
  22889. web_1 | > south
  22890. web_1 | > crispy_forms
  22891. web_1 | > avatar
  22892. web_1 | > bootstrap3
  22893. web_1 | > users
  22894. web_1 | > allauth
  22895. web_1 | > allauth.account
  22896. web_1 | > django.contrib.humanize
  22897. web_1 | > debug_toolbar
  22898. web_1 |
  22899. web_1 | Not synced (use migrations):
  22900. web_1 | - allauth.socialaccount
  22901. web_1 | - django_extensions
  22902. web_1 | (use ./manage.py migrate to migrate these)
  22903. web_1 | Running migrations for socialaccount:
  22904. web_1 | - Nothing to migrate.
  22905. web_1 | - Loading initial data for socialaccount.
  22906. web_1 | Installed 0 object(s) from 0 fixture(s)
  22907. web_1 | Running migrations for django_extensions:
  22908. web_1 | - Nothing to migrate.
  22909. web_1 | - Loading initial data for django_extensions.
  22910. web_1 | Installed 0 object(s) from 0 fixture(s)
  22911. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22912. web_1 | [GCC 4.9.2] on linux2
  22913. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22914. web_1 | (InteractiveConsole)
  22915. web_1 |
  22916. web_1 | >>> >>> Starting the server
  22917. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22918. web_1 |
  22919. web_1 | Fatal error: Unable to find local grunt.
  22920. web_1 |
  22921. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22922. web_1 | your project. For more information about installing and configuring grunt,
  22923. web_1 | please see the Getting Started guide:
  22924. web_1 |
  22925. web_1 | http://gruntjs.com/getting-started
  22926. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22927. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22928. web_1 | Syncing...
  22929. web_1 | Creating tables ...
  22930. web_1 | Installing custom SQL ...
  22931. web_1 | Installing indexes ...
  22932. web_1 | Installed 0 object(s) from 0 fixture(s)
  22933. web_1 |
  22934. web_1 | Synced:
  22935. web_1 | > django.contrib.auth
  22936. web_1 | > django.contrib.contenttypes
  22937. web_1 | > django.contrib.sessions
  22938. web_1 | > django.contrib.sites
  22939. web_1 | > django.contrib.messages
  22940. web_1 | > django.contrib.staticfiles
  22941. web_1 | > django.contrib.admin
  22942. web_1 | > south
  22943. web_1 | > crispy_forms
  22944. web_1 | > avatar
  22945. web_1 | > bootstrap3
  22946. web_1 | > users
  22947. web_1 | > allauth
  22948. web_1 | > allauth.account
  22949. web_1 | > django.contrib.humanize
  22950. web_1 | > debug_toolbar
  22951. web_1 |
  22952. web_1 | Not synced (use migrations):
  22953. web_1 | - allauth.socialaccount
  22954. web_1 | - django_extensions
  22955. web_1 | (use ./manage.py migrate to migrate these)
  22956. web_1 | Running migrations for socialaccount:
  22957. web_1 | - Nothing to migrate.
  22958. web_1 | - Loading initial data for socialaccount.
  22959. web_1 | Installed 0 object(s) from 0 fixture(s)
  22960. web_1 | Running migrations for django_extensions:
  22961. web_1 | - Nothing to migrate.
  22962. web_1 | - Loading initial data for django_extensions.
  22963. web_1 | Installed 0 object(s) from 0 fixture(s)
  22964. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  22965. web_1 | [GCC 4.9.2] on linux2
  22966. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  22967. web_1 | (InteractiveConsole)
  22968. web_1 |
  22969. web_1 | >>> >>> Starting the server
  22970. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  22971. web_1 |
  22972. web_1 | Fatal error: Unable to find local grunt.
  22973. web_1 |
  22974. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  22975. web_1 | your project. For more information about installing and configuring grunt,
  22976. web_1 | please see the Getting Started guide:
  22977. web_1 |
  22978. web_1 | http://gruntjs.com/getting-started
  22979. web_1 | Starting OpenBSD Secure Shell server: sshd.
  22980. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  22981. web_1 | Syncing...
  22982. web_1 | Creating tables ...
  22983. web_1 | Installing custom SQL ...
  22984. web_1 | Installing indexes ...
  22985. web_1 | Installed 0 object(s) from 0 fixture(s)
  22986. web_1 |
  22987. web_1 | Synced:
  22988. web_1 | > django.contrib.auth
  22989. web_1 | > django.contrib.contenttypes
  22990. web_1 | > django.contrib.sessions
  22991. web_1 | > django.contrib.sites
  22992. web_1 | > django.contrib.messages
  22993. web_1 | > django.contrib.staticfiles
  22994. web_1 | > django.contrib.admin
  22995. web_1 | > south
  22996. web_1 | > crispy_forms
  22997. web_1 | > avatar
  22998. web_1 | > bootstrap3
  22999. web_1 | > users
  23000. web_1 | > allauth
  23001. web_1 | > allauth.account
  23002. web_1 | > django.contrib.humanize
  23003. web_1 | > debug_toolbar
  23004. web_1 |
  23005. web_1 | Not synced (use migrations):
  23006. web_1 | - allauth.socialaccount
  23007. web_1 | - django_extensions
  23008. web_1 | (use ./manage.py migrate to migrate these)
  23009. web_1 | Running migrations for socialaccount:
  23010. web_1 | - Nothing to migrate.
  23011. web_1 | - Loading initial data for socialaccount.
  23012. web_1 | Installed 0 object(s) from 0 fixture(s)
  23013. web_1 | Running migrations for django_extensions:
  23014. web_1 | - Nothing to migrate.
  23015. web_1 | - Loading initial data for django_extensions.
  23016. web_1 | Installed 0 object(s) from 0 fixture(s)
  23017. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23018. web_1 | [GCC 4.9.2] on linux2
  23019. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23020. web_1 | (InteractiveConsole)
  23021. web_1 |
  23022. web_1 | >>> >>> Starting the server
  23023. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23024. web_1 |
  23025. web_1 | Fatal error: Unable to find local grunt.
  23026. web_1 |
  23027. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23028. web_1 | your project. For more information about installing and configuring grunt,
  23029. web_1 | please see the Getting Started guide:
  23030. web_1 |
  23031. web_1 | http://gruntjs.com/getting-started
  23032. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23033. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23034. web_1 | Syncing...
  23035. web_1 | Creating tables ...
  23036. web_1 | Installing custom SQL ...
  23037. web_1 | Installing indexes ...
  23038. web_1 | Installed 0 object(s) from 0 fixture(s)
  23039. web_1 |
  23040. web_1 | Synced:
  23041. web_1 | > django.contrib.auth
  23042. web_1 | > django.contrib.contenttypes
  23043. web_1 | > django.contrib.sessions
  23044. web_1 | > django.contrib.sites
  23045. web_1 | > django.contrib.messages
  23046. web_1 | > django.contrib.staticfiles
  23047. web_1 | > django.contrib.admin
  23048. web_1 | > south
  23049. web_1 | > crispy_forms
  23050. web_1 | > avatar
  23051. web_1 | > bootstrap3
  23052. web_1 | > users
  23053. web_1 | > allauth
  23054. web_1 | > allauth.account
  23055. web_1 | > django.contrib.humanize
  23056. web_1 | > debug_toolbar
  23057. web_1 |
  23058. web_1 | Not synced (use migrations):
  23059. web_1 | - allauth.socialaccount
  23060. web_1 | - django_extensions
  23061. web_1 | (use ./manage.py migrate to migrate these)
  23062. web_1 | Running migrations for socialaccount:
  23063. web_1 | - Nothing to migrate.
  23064. web_1 | - Loading initial data for socialaccount.
  23065. web_1 | Installed 0 object(s) from 0 fixture(s)
  23066. web_1 | Running migrations for django_extensions:
  23067. web_1 | - Nothing to migrate.
  23068. web_1 | - Loading initial data for django_extensions.
  23069. web_1 | Installed 0 object(s) from 0 fixture(s)
  23070. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23071. web_1 | [GCC 4.9.2] on linux2
  23072. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23073. web_1 | (InteractiveConsole)
  23074. web_1 |
  23075. web_1 | >>> >>> Starting the server
  23076. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23077. web_1 |
  23078. web_1 | Fatal error: Unable to find local grunt.
  23079. web_1 |
  23080. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23081. web_1 | your project. For more information about installing and configuring grunt,
  23082. web_1 | please see the Getting Started guide:
  23083. web_1 |
  23084. web_1 | http://gruntjs.com/getting-started
  23085. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23086. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23087. web_1 | Syncing...
  23088. web_1 | Creating tables ...
  23089. web_1 | Installing custom SQL ...
  23090. web_1 | Installing indexes ...
  23091. web_1 | Installed 0 object(s) from 0 fixture(s)
  23092. web_1 |
  23093. web_1 | Synced:
  23094. web_1 | > django.contrib.auth
  23095. web_1 | > django.contrib.contenttypes
  23096. web_1 | > django.contrib.sessions
  23097. web_1 | > django.contrib.sites
  23098. web_1 | > django.contrib.messages
  23099. web_1 | > django.contrib.staticfiles
  23100. web_1 | > django.contrib.admin
  23101. web_1 | > south
  23102. web_1 | > crispy_forms
  23103. web_1 | > avatar
  23104. web_1 | > bootstrap3
  23105. web_1 | > users
  23106. web_1 | > allauth
  23107. web_1 | > allauth.account
  23108. web_1 | > django.contrib.humanize
  23109. web_1 | > debug_toolbar
  23110. web_1 |
  23111. web_1 | Not synced (use migrations):
  23112. web_1 | - allauth.socialaccount
  23113. web_1 | - django_extensions
  23114. web_1 | (use ./manage.py migrate to migrate these)
  23115. web_1 | Running migrations for socialaccount:
  23116. web_1 | - Nothing to migrate.
  23117. web_1 | - Loading initial data for socialaccount.
  23118. web_1 | Installed 0 object(s) from 0 fixture(s)
  23119. web_1 | Running migrations for django_extensions:
  23120. web_1 | - Nothing to migrate.
  23121. web_1 | - Loading initial data for django_extensions.
  23122. web_1 | Installed 0 object(s) from 0 fixture(s)
  23123. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23124. web_1 | [GCC 4.9.2] on linux2
  23125. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23126. web_1 | (InteractiveConsole)
  23127. web_1 |
  23128. web_1 | >>> >>> Starting the server
  23129. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23130. web_1 |
  23131. web_1 | Fatal error: Unable to find local grunt.
  23132. web_1 |
  23133. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23134. web_1 | your project. For more information about installing and configuring grunt,
  23135. web_1 | please see the Getting Started guide:
  23136. web_1 |
  23137. web_1 | http://gruntjs.com/getting-started
  23138. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23139. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23140. web_1 | Syncing...
  23141. web_1 | Creating tables ...
  23142. web_1 | Installing custom SQL ...
  23143. web_1 | Installing indexes ...
  23144. web_1 | Installed 0 object(s) from 0 fixture(s)
  23145. web_1 |
  23146. web_1 | Synced:
  23147. web_1 | > django.contrib.auth
  23148. web_1 | > django.contrib.contenttypes
  23149. web_1 | > django.contrib.sessions
  23150. web_1 | > django.contrib.sites
  23151. web_1 | > django.contrib.messages
  23152. web_1 | > django.contrib.staticfiles
  23153. web_1 | > django.contrib.admin
  23154. web_1 | > south
  23155. web_1 | > crispy_forms
  23156. web_1 | > avatar
  23157. web_1 | > bootstrap3
  23158. web_1 | > users
  23159. web_1 | > allauth
  23160. web_1 | > allauth.account
  23161. web_1 | > django.contrib.humanize
  23162. web_1 | > debug_toolbar
  23163. web_1 |
  23164. web_1 | Not synced (use migrations):
  23165. web_1 | - allauth.socialaccount
  23166. web_1 | - django_extensions
  23167. web_1 | (use ./manage.py migrate to migrate these)
  23168. web_1 | Running migrations for socialaccount:
  23169. web_1 | - Nothing to migrate.
  23170. web_1 | - Loading initial data for socialaccount.
  23171. web_1 | Installed 0 object(s) from 0 fixture(s)
  23172. web_1 | Running migrations for django_extensions:
  23173. web_1 | - Nothing to migrate.
  23174. web_1 | - Loading initial data for django_extensions.
  23175. web_1 | Installed 0 object(s) from 0 fixture(s)
  23176. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23177. web_1 | [GCC 4.9.2] on linux2
  23178. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23179. web_1 | (InteractiveConsole)
  23180. web_1 |
  23181. web_1 | >>> >>> Starting the server
  23182. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23183. web_1 |
  23184. web_1 | Fatal error: Unable to find local grunt.
  23185. web_1 |
  23186. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23187. web_1 | your project. For more information about installing and configuring grunt,
  23188. web_1 | please see the Getting Started guide:
  23189. web_1 |
  23190. web_1 | http://gruntjs.com/getting-started
  23191. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23192. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23193. web_1 | Syncing...
  23194. web_1 | Creating tables ...
  23195. web_1 | Installing custom SQL ...
  23196. web_1 | Installing indexes ...
  23197. web_1 | Installed 0 object(s) from 0 fixture(s)
  23198. web_1 |
  23199. web_1 | Synced:
  23200. web_1 | > django.contrib.auth
  23201. web_1 | > django.contrib.contenttypes
  23202. web_1 | > django.contrib.sessions
  23203. web_1 | > django.contrib.sites
  23204. web_1 | > django.contrib.messages
  23205. web_1 | > django.contrib.staticfiles
  23206. web_1 | > django.contrib.admin
  23207. web_1 | > south
  23208. web_1 | > crispy_forms
  23209. web_1 | > avatar
  23210. web_1 | > bootstrap3
  23211. web_1 | > users
  23212. web_1 | > allauth
  23213. web_1 | > allauth.account
  23214. web_1 | > django.contrib.humanize
  23215. web_1 | > debug_toolbar
  23216. web_1 |
  23217. web_1 | Not synced (use migrations):
  23218. web_1 | - allauth.socialaccount
  23219. web_1 | - django_extensions
  23220. web_1 | (use ./manage.py migrate to migrate these)
  23221. web_1 | Running migrations for socialaccount:
  23222. web_1 | - Nothing to migrate.
  23223. web_1 | - Loading initial data for socialaccount.
  23224. web_1 | Installed 0 object(s) from 0 fixture(s)
  23225. web_1 | Running migrations for django_extensions:
  23226. web_1 | - Nothing to migrate.
  23227. web_1 | - Loading initial data for django_extensions.
  23228. web_1 | Installed 0 object(s) from 0 fixture(s)
  23229. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23230. web_1 | [GCC 4.9.2] on linux2
  23231. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23232. web_1 | (InteractiveConsole)
  23233. web_1 |
  23234. web_1 | >>> >>> Starting the server
  23235. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23236. web_1 |
  23237. web_1 | Fatal error: Unable to find local grunt.
  23238. web_1 |
  23239. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23240. web_1 | your project. For more information about installing and configuring grunt,
  23241. web_1 | please see the Getting Started guide:
  23242. web_1 |
  23243. web_1 | http://gruntjs.com/getting-started
  23244. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23245. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23246. web_1 | Syncing...
  23247. web_1 | Creating tables ...
  23248. web_1 | Installing custom SQL ...
  23249. web_1 | Installing indexes ...
  23250. web_1 | Installed 0 object(s) from 0 fixture(s)
  23251. web_1 |
  23252. web_1 | Synced:
  23253. web_1 | > django.contrib.auth
  23254. web_1 | > django.contrib.contenttypes
  23255. web_1 | > django.contrib.sessions
  23256. web_1 | > django.contrib.sites
  23257. web_1 | > django.contrib.messages
  23258. web_1 | > django.contrib.staticfiles
  23259. web_1 | > django.contrib.admin
  23260. web_1 | > south
  23261. web_1 | > crispy_forms
  23262. web_1 | > avatar
  23263. web_1 | > bootstrap3
  23264. web_1 | > users
  23265. web_1 | > allauth
  23266. web_1 | > allauth.account
  23267. web_1 | > django.contrib.humanize
  23268. web_1 | > debug_toolbar
  23269. web_1 |
  23270. web_1 | Not synced (use migrations):
  23271. web_1 | - allauth.socialaccount
  23272. web_1 | - django_extensions
  23273. web_1 | (use ./manage.py migrate to migrate these)
  23274. web_1 | Running migrations for socialaccount:
  23275. web_1 | - Nothing to migrate.
  23276. web_1 | - Loading initial data for socialaccount.
  23277. web_1 | Installed 0 object(s) from 0 fixture(s)
  23278. web_1 | Running migrations for django_extensions:
  23279. web_1 | - Nothing to migrate.
  23280. web_1 | - Loading initial data for django_extensions.
  23281. web_1 | Installed 0 object(s) from 0 fixture(s)
  23282. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23283. web_1 | [GCC 4.9.2] on linux2
  23284. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23285. web_1 | (InteractiveConsole)
  23286. web_1 |
  23287. web_1 | >>> >>> Starting the server
  23288. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23289. web_1 |
  23290. web_1 | Fatal error: Unable to find local grunt.
  23291. web_1 |
  23292. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23293. web_1 | your project. For more information about installing and configuring grunt,
  23294. web_1 | please see the Getting Started guide:
  23295. web_1 |
  23296. web_1 | http://gruntjs.com/getting-started
  23297. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23298. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23299. web_1 | Syncing...
  23300. web_1 | Creating tables ...
  23301. web_1 | Installing custom SQL ...
  23302. web_1 | Installing indexes ...
  23303. web_1 | Installed 0 object(s) from 0 fixture(s)
  23304. web_1 |
  23305. web_1 | Synced:
  23306. web_1 | > django.contrib.auth
  23307. web_1 | > django.contrib.contenttypes
  23308. web_1 | > django.contrib.sessions
  23309. web_1 | > django.contrib.sites
  23310. web_1 | > django.contrib.messages
  23311. web_1 | > django.contrib.staticfiles
  23312. web_1 | > django.contrib.admin
  23313. web_1 | > south
  23314. web_1 | > crispy_forms
  23315. web_1 | > avatar
  23316. web_1 | > bootstrap3
  23317. web_1 | > users
  23318. web_1 | > allauth
  23319. web_1 | > allauth.account
  23320. web_1 | > django.contrib.humanize
  23321. web_1 | > debug_toolbar
  23322. web_1 |
  23323. web_1 | Not synced (use migrations):
  23324. web_1 | - allauth.socialaccount
  23325. web_1 | - django_extensions
  23326. web_1 | (use ./manage.py migrate to migrate these)
  23327. web_1 | Running migrations for socialaccount:
  23328. web_1 | - Nothing to migrate.
  23329. web_1 | - Loading initial data for socialaccount.
  23330. web_1 | Installed 0 object(s) from 0 fixture(s)
  23331. web_1 | Running migrations for django_extensions:
  23332. web_1 | - Nothing to migrate.
  23333. web_1 | - Loading initial data for django_extensions.
  23334. web_1 | Installed 0 object(s) from 0 fixture(s)
  23335. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23336. web_1 | [GCC 4.9.2] on linux2
  23337. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23338. web_1 | (InteractiveConsole)
  23339. web_1 |
  23340. web_1 | >>> >>> Starting the server
  23341. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23342. web_1 |
  23343. web_1 | Fatal error: Unable to find local grunt.
  23344. web_1 |
  23345. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23346. web_1 | your project. For more information about installing and configuring grunt,
  23347. web_1 | please see the Getting Started guide:
  23348. web_1 |
  23349. web_1 | http://gruntjs.com/getting-started
  23350. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23351. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23352. web_1 | Syncing...
  23353. web_1 | Creating tables ...
  23354. web_1 | Installing custom SQL ...
  23355. web_1 | Installing indexes ...
  23356. web_1 | Installed 0 object(s) from 0 fixture(s)
  23357. web_1 |
  23358. web_1 | Synced:
  23359. web_1 | > django.contrib.auth
  23360. web_1 | > django.contrib.contenttypes
  23361. web_1 | > django.contrib.sessions
  23362. web_1 | > django.contrib.sites
  23363. web_1 | > django.contrib.messages
  23364. web_1 | > django.contrib.staticfiles
  23365. web_1 | > django.contrib.admin
  23366. web_1 | > south
  23367. web_1 | > crispy_forms
  23368. web_1 | > avatar
  23369. web_1 | > bootstrap3
  23370. web_1 | > users
  23371. web_1 | > allauth
  23372. web_1 | > allauth.account
  23373. web_1 | > django.contrib.humanize
  23374. web_1 | > debug_toolbar
  23375. web_1 |
  23376. web_1 | Not synced (use migrations):
  23377. web_1 | - allauth.socialaccount
  23378. web_1 | - django_extensions
  23379. web_1 | (use ./manage.py migrate to migrate these)
  23380. web_1 | Running migrations for socialaccount:
  23381. web_1 | - Nothing to migrate.
  23382. web_1 | - Loading initial data for socialaccount.
  23383. web_1 | Installed 0 object(s) from 0 fixture(s)
  23384. web_1 | Running migrations for django_extensions:
  23385. web_1 | - Nothing to migrate.
  23386. web_1 | - Loading initial data for django_extensions.
  23387. web_1 | Installed 0 object(s) from 0 fixture(s)
  23388. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23389. web_1 | [GCC 4.9.2] on linux2
  23390. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23391. web_1 | (InteractiveConsole)
  23392. web_1 |
  23393. web_1 | >>> >>> Starting the server
  23394. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23395. web_1 |
  23396. web_1 | Fatal error: Unable to find local grunt.
  23397. web_1 |
  23398. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23399. web_1 | your project. For more information about installing and configuring grunt,
  23400. web_1 | please see the Getting Started guide:
  23401. web_1 |
  23402. web_1 | http://gruntjs.com/getting-started
  23403. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23404. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23405. web_1 | Syncing...
  23406. web_1 | Creating tables ...
  23407. web_1 | Installing custom SQL ...
  23408. web_1 | Installing indexes ...
  23409. web_1 | Installed 0 object(s) from 0 fixture(s)
  23410. web_1 |
  23411. web_1 | Synced:
  23412. web_1 | > django.contrib.auth
  23413. web_1 | > django.contrib.contenttypes
  23414. web_1 | > django.contrib.sessions
  23415. web_1 | > django.contrib.sites
  23416. web_1 | > django.contrib.messages
  23417. web_1 | > django.contrib.staticfiles
  23418. web_1 | > django.contrib.admin
  23419. web_1 | > south
  23420. web_1 | > crispy_forms
  23421. web_1 | > avatar
  23422. web_1 | > bootstrap3
  23423. web_1 | > users
  23424. web_1 | > allauth
  23425. web_1 | > allauth.account
  23426. web_1 | > django.contrib.humanize
  23427. web_1 | > debug_toolbar
  23428. web_1 |
  23429. web_1 | Not synced (use migrations):
  23430. web_1 | - allauth.socialaccount
  23431. web_1 | - django_extensions
  23432. web_1 | (use ./manage.py migrate to migrate these)
  23433. web_1 | Running migrations for socialaccount:
  23434. web_1 | - Nothing to migrate.
  23435. web_1 | - Loading initial data for socialaccount.
  23436. web_1 | Installed 0 object(s) from 0 fixture(s)
  23437. web_1 | Running migrations for django_extensions:
  23438. web_1 | - Nothing to migrate.
  23439. web_1 | - Loading initial data for django_extensions.
  23440. web_1 | Installed 0 object(s) from 0 fixture(s)
  23441. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23442. web_1 | [GCC 4.9.2] on linux2
  23443. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23444. web_1 | (InteractiveConsole)
  23445. web_1 |
  23446. web_1 | >>> >>> Starting the server
  23447. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23448. web_1 |
  23449. web_1 | Fatal error: Unable to find local grunt.
  23450. web_1 |
  23451. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23452. web_1 | your project. For more information about installing and configuring grunt,
  23453. web_1 | please see the Getting Started guide:
  23454. web_1 |
  23455. web_1 | http://gruntjs.com/getting-started
  23456. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23457. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23458. web_1 | Syncing...
  23459. web_1 | Creating tables ...
  23460. web_1 | Installing custom SQL ...
  23461. web_1 | Installing indexes ...
  23462. web_1 | Installed 0 object(s) from 0 fixture(s)
  23463. web_1 |
  23464. web_1 | Synced:
  23465. web_1 | > django.contrib.auth
  23466. web_1 | > django.contrib.contenttypes
  23467. web_1 | > django.contrib.sessions
  23468. web_1 | > django.contrib.sites
  23469. web_1 | > django.contrib.messages
  23470. web_1 | > django.contrib.staticfiles
  23471. web_1 | > django.contrib.admin
  23472. web_1 | > south
  23473. web_1 | > crispy_forms
  23474. web_1 | > avatar
  23475. web_1 | > bootstrap3
  23476. web_1 | > users
  23477. web_1 | > allauth
  23478. web_1 | > allauth.account
  23479. web_1 | > django.contrib.humanize
  23480. web_1 | > debug_toolbar
  23481. web_1 |
  23482. web_1 | Not synced (use migrations):
  23483. web_1 | - allauth.socialaccount
  23484. web_1 | - django_extensions
  23485. web_1 | (use ./manage.py migrate to migrate these)
  23486. web_1 | Running migrations for socialaccount:
  23487. web_1 | - Nothing to migrate.
  23488. web_1 | - Loading initial data for socialaccount.
  23489. web_1 | Installed 0 object(s) from 0 fixture(s)
  23490. web_1 | Running migrations for django_extensions:
  23491. web_1 | - Nothing to migrate.
  23492. web_1 | - Loading initial data for django_extensions.
  23493. web_1 | Installed 0 object(s) from 0 fixture(s)
  23494. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23495. web_1 | [GCC 4.9.2] on linux2
  23496. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23497. web_1 | (InteractiveConsole)
  23498. web_1 |
  23499. web_1 | >>> >>> Starting the server
  23500. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23501. web_1 |
  23502. web_1 | Fatal error: Unable to find local grunt.
  23503. web_1 |
  23504. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23505. web_1 | your project. For more information about installing and configuring grunt,
  23506. web_1 | please see the Getting Started guide:
  23507. web_1 |
  23508. web_1 | http://gruntjs.com/getting-started
  23509. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23510. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23511. web_1 | Syncing...
  23512. web_1 | Creating tables ...
  23513. web_1 | Installing custom SQL ...
  23514. web_1 | Installing indexes ...
  23515. web_1 | Installed 0 object(s) from 0 fixture(s)
  23516. web_1 |
  23517. web_1 | Synced:
  23518. web_1 | > django.contrib.auth
  23519. web_1 | > django.contrib.contenttypes
  23520. web_1 | > django.contrib.sessions
  23521. web_1 | > django.contrib.sites
  23522. web_1 | > django.contrib.messages
  23523. web_1 | > django.contrib.staticfiles
  23524. web_1 | > django.contrib.admin
  23525. web_1 | > south
  23526. web_1 | > crispy_forms
  23527. web_1 | > avatar
  23528. web_1 | > bootstrap3
  23529. web_1 | > users
  23530. web_1 | > allauth
  23531. web_1 | > allauth.account
  23532. web_1 | > django.contrib.humanize
  23533. web_1 | > debug_toolbar
  23534. web_1 |
  23535. web_1 | Not synced (use migrations):
  23536. web_1 | - allauth.socialaccount
  23537. web_1 | - django_extensions
  23538. web_1 | (use ./manage.py migrate to migrate these)
  23539. web_1 | Running migrations for socialaccount:
  23540. web_1 | - Nothing to migrate.
  23541. web_1 | - Loading initial data for socialaccount.
  23542. web_1 | Installed 0 object(s) from 0 fixture(s)
  23543. web_1 | Running migrations for django_extensions:
  23544. web_1 | - Nothing to migrate.
  23545. web_1 | - Loading initial data for django_extensions.
  23546. web_1 | Installed 0 object(s) from 0 fixture(s)
  23547. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23548. web_1 | [GCC 4.9.2] on linux2
  23549. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23550. web_1 | (InteractiveConsole)
  23551. web_1 |
  23552. web_1 | >>> >>> Starting the server
  23553. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23554. web_1 |
  23555. web_1 | Fatal error: Unable to find local grunt.
  23556. web_1 |
  23557. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23558. web_1 | your project. For more information about installing and configuring grunt,
  23559. web_1 | please see the Getting Started guide:
  23560. web_1 |
  23561. web_1 | http://gruntjs.com/getting-started
  23562. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23563. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23564. web_1 | Syncing...
  23565. web_1 | Creating tables ...
  23566. web_1 | Installing custom SQL ...
  23567. web_1 | Installing indexes ...
  23568. web_1 | Installed 0 object(s) from 0 fixture(s)
  23569. web_1 |
  23570. web_1 | Synced:
  23571. web_1 | > django.contrib.auth
  23572. web_1 | > django.contrib.contenttypes
  23573. web_1 | > django.contrib.sessions
  23574. web_1 | > django.contrib.sites
  23575. web_1 | > django.contrib.messages
  23576. web_1 | > django.contrib.staticfiles
  23577. web_1 | > django.contrib.admin
  23578. web_1 | > south
  23579. web_1 | > crispy_forms
  23580. web_1 | > avatar
  23581. web_1 | > bootstrap3
  23582. web_1 | > users
  23583. web_1 | > allauth
  23584. web_1 | > allauth.account
  23585. web_1 | > django.contrib.humanize
  23586. web_1 | > debug_toolbar
  23587. web_1 |
  23588. web_1 | Not synced (use migrations):
  23589. web_1 | - allauth.socialaccount
  23590. web_1 | - django_extensions
  23591. web_1 | (use ./manage.py migrate to migrate these)
  23592. web_1 | Running migrations for socialaccount:
  23593. web_1 | - Nothing to migrate.
  23594. web_1 | - Loading initial data for socialaccount.
  23595. web_1 | Installed 0 object(s) from 0 fixture(s)
  23596. web_1 | Running migrations for django_extensions:
  23597. web_1 | - Nothing to migrate.
  23598. web_1 | - Loading initial data for django_extensions.
  23599. web_1 | Installed 0 object(s) from 0 fixture(s)
  23600. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23601. web_1 | [GCC 4.9.2] on linux2
  23602. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23603. web_1 | (InteractiveConsole)
  23604. web_1 |
  23605. web_1 | >>> >>> Starting the server
  23606. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23607. web_1 |
  23608. web_1 | Fatal error: Unable to find local grunt.
  23609. web_1 |
  23610. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23611. web_1 | your project. For more information about installing and configuring grunt,
  23612. web_1 | please see the Getting Started guide:
  23613. web_1 |
  23614. web_1 | http://gruntjs.com/getting-started
  23615. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23616. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23617. web_1 | Syncing...
  23618. web_1 | Creating tables ...
  23619. web_1 | Installing custom SQL ...
  23620. web_1 | Installing indexes ...
  23621. web_1 | Installed 0 object(s) from 0 fixture(s)
  23622. web_1 |
  23623. web_1 | Synced:
  23624. web_1 | > django.contrib.auth
  23625. web_1 | > django.contrib.contenttypes
  23626. web_1 | > django.contrib.sessions
  23627. web_1 | > django.contrib.sites
  23628. web_1 | > django.contrib.messages
  23629. web_1 | > django.contrib.staticfiles
  23630. web_1 | > django.contrib.admin
  23631. web_1 | > south
  23632. web_1 | > crispy_forms
  23633. web_1 | > avatar
  23634. web_1 | > bootstrap3
  23635. web_1 | > users
  23636. web_1 | > allauth
  23637. web_1 | > allauth.account
  23638. web_1 | > django.contrib.humanize
  23639. web_1 | > debug_toolbar
  23640. web_1 |
  23641. web_1 | Not synced (use migrations):
  23642. web_1 | - allauth.socialaccount
  23643. web_1 | - django_extensions
  23644. web_1 | (use ./manage.py migrate to migrate these)
  23645. web_1 | Running migrations for socialaccount:
  23646. web_1 | - Nothing to migrate.
  23647. web_1 | - Loading initial data for socialaccount.
  23648. web_1 | Installed 0 object(s) from 0 fixture(s)
  23649. web_1 | Running migrations for django_extensions:
  23650. web_1 | - Nothing to migrate.
  23651. web_1 | - Loading initial data for django_extensions.
  23652. web_1 | Installed 0 object(s) from 0 fixture(s)
  23653. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23654. web_1 | [GCC 4.9.2] on linux2
  23655. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23656. web_1 | (InteractiveConsole)
  23657. web_1 |
  23658. web_1 | >>> >>> Starting the server
  23659. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23660. web_1 |
  23661. web_1 | Fatal error: Unable to find local grunt.
  23662. web_1 |
  23663. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23664. web_1 | your project. For more information about installing and configuring grunt,
  23665. web_1 | please see the Getting Started guide:
  23666. web_1 |
  23667. web_1 | http://gruntjs.com/getting-started
  23668. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23669. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23670. web_1 | Syncing...
  23671. web_1 | Creating tables ...
  23672. web_1 | Installing custom SQL ...
  23673. web_1 | Installing indexes ...
  23674. web_1 | Installed 0 object(s) from 0 fixture(s)
  23675. web_1 |
  23676. web_1 | Synced:
  23677. web_1 | > django.contrib.auth
  23678. web_1 | > django.contrib.contenttypes
  23679. web_1 | > django.contrib.sessions
  23680. web_1 | > django.contrib.sites
  23681. web_1 | > django.contrib.messages
  23682. web_1 | > django.contrib.staticfiles
  23683. web_1 | > django.contrib.admin
  23684. web_1 | > south
  23685. web_1 | > crispy_forms
  23686. web_1 | > avatar
  23687. web_1 | > bootstrap3
  23688. web_1 | > users
  23689. web_1 | > allauth
  23690. web_1 | > allauth.account
  23691. web_1 | > django.contrib.humanize
  23692. web_1 | > debug_toolbar
  23693. web_1 |
  23694. web_1 | Not synced (use migrations):
  23695. web_1 | - allauth.socialaccount
  23696. web_1 | - django_extensions
  23697. web_1 | (use ./manage.py migrate to migrate these)
  23698. web_1 | Running migrations for socialaccount:
  23699. web_1 | - Nothing to migrate.
  23700. web_1 | - Loading initial data for socialaccount.
  23701. web_1 | Installed 0 object(s) from 0 fixture(s)
  23702. web_1 | Running migrations for django_extensions:
  23703. web_1 | - Nothing to migrate.
  23704. web_1 | - Loading initial data for django_extensions.
  23705. web_1 | Installed 0 object(s) from 0 fixture(s)
  23706. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23707. web_1 | [GCC 4.9.2] on linux2
  23708. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23709. web_1 | (InteractiveConsole)
  23710. web_1 |
  23711. web_1 | >>> >>> Starting the server
  23712. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23713. web_1 |
  23714. web_1 | Fatal error: Unable to find local grunt.
  23715. web_1 |
  23716. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23717. web_1 | your project. For more information about installing and configuring grunt,
  23718. web_1 | please see the Getting Started guide:
  23719. web_1 |
  23720. web_1 | http://gruntjs.com/getting-started
  23721. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23722. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23723. web_1 | Syncing...
  23724. web_1 | Creating tables ...
  23725. web_1 | Installing custom SQL ...
  23726. web_1 | Installing indexes ...
  23727. web_1 | Installed 0 object(s) from 0 fixture(s)
  23728. web_1 |
  23729. web_1 | Synced:
  23730. web_1 | > django.contrib.auth
  23731. web_1 | > django.contrib.contenttypes
  23732. web_1 | > django.contrib.sessions
  23733. web_1 | > django.contrib.sites
  23734. web_1 | > django.contrib.messages
  23735. web_1 | > django.contrib.staticfiles
  23736. web_1 | > django.contrib.admin
  23737. web_1 | > south
  23738. web_1 | > crispy_forms
  23739. web_1 | > avatar
  23740. web_1 | > bootstrap3
  23741. web_1 | > users
  23742. web_1 | > allauth
  23743. web_1 | > allauth.account
  23744. web_1 | > django.contrib.humanize
  23745. web_1 | > debug_toolbar
  23746. web_1 |
  23747. web_1 | Not synced (use migrations):
  23748. web_1 | - allauth.socialaccount
  23749. web_1 | - django_extensions
  23750. web_1 | (use ./manage.py migrate to migrate these)
  23751. web_1 | Running migrations for socialaccount:
  23752. web_1 | - Nothing to migrate.
  23753. web_1 | - Loading initial data for socialaccount.
  23754. web_1 | Installed 0 object(s) from 0 fixture(s)
  23755. web_1 | Running migrations for django_extensions:
  23756. web_1 | - Nothing to migrate.
  23757. web_1 | - Loading initial data for django_extensions.
  23758. web_1 | Installed 0 object(s) from 0 fixture(s)
  23759. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23760. web_1 | [GCC 4.9.2] on linux2
  23761. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23762. web_1 | (InteractiveConsole)
  23763. web_1 |
  23764. web_1 | >>> >>> Starting the server
  23765. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23766. web_1 |
  23767. web_1 | Fatal error: Unable to find local grunt.
  23768. web_1 |
  23769. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23770. web_1 | your project. For more information about installing and configuring grunt,
  23771. web_1 | please see the Getting Started guide:
  23772. web_1 |
  23773. web_1 | http://gruntjs.com/getting-started
  23774. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23775. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23776. web_1 | Syncing...
  23777. web_1 | Creating tables ...
  23778. web_1 | Installing custom SQL ...
  23779. web_1 | Installing indexes ...
  23780. web_1 | Installed 0 object(s) from 0 fixture(s)
  23781. web_1 |
  23782. web_1 | Synced:
  23783. web_1 | > django.contrib.auth
  23784. web_1 | > django.contrib.contenttypes
  23785. web_1 | > django.contrib.sessions
  23786. web_1 | > django.contrib.sites
  23787. web_1 | > django.contrib.messages
  23788. web_1 | > django.contrib.staticfiles
  23789. web_1 | > django.contrib.admin
  23790. web_1 | > south
  23791. web_1 | > crispy_forms
  23792. web_1 | > avatar
  23793. web_1 | > bootstrap3
  23794. web_1 | > users
  23795. web_1 | > allauth
  23796. web_1 | > allauth.account
  23797. web_1 | > django.contrib.humanize
  23798. web_1 | > debug_toolbar
  23799. web_1 |
  23800. web_1 | Not synced (use migrations):
  23801. web_1 | - allauth.socialaccount
  23802. web_1 | - django_extensions
  23803. web_1 | (use ./manage.py migrate to migrate these)
  23804. web_1 | Running migrations for socialaccount:
  23805. web_1 | - Nothing to migrate.
  23806. web_1 | - Loading initial data for socialaccount.
  23807. web_1 | Installed 0 object(s) from 0 fixture(s)
  23808. web_1 | Running migrations for django_extensions:
  23809. web_1 | - Nothing to migrate.
  23810. web_1 | - Loading initial data for django_extensions.
  23811. web_1 | Installed 0 object(s) from 0 fixture(s)
  23812. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23813. web_1 | [GCC 4.9.2] on linux2
  23814. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23815. web_1 | (InteractiveConsole)
  23816. web_1 |
  23817. web_1 | >>> >>> Starting the server
  23818. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23819. web_1 |
  23820. web_1 | Fatal error: Unable to find local grunt.
  23821. web_1 |
  23822. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23823. web_1 | your project. For more information about installing and configuring grunt,
  23824. web_1 | please see the Getting Started guide:
  23825. web_1 |
  23826. web_1 | http://gruntjs.com/getting-started
  23827. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23828. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23829. web_1 | Syncing...
  23830. web_1 | Creating tables ...
  23831. web_1 | Installing custom SQL ...
  23832. web_1 | Installing indexes ...
  23833. web_1 | Installed 0 object(s) from 0 fixture(s)
  23834. web_1 |
  23835. web_1 | Synced:
  23836. web_1 | > django.contrib.auth
  23837. web_1 | > django.contrib.contenttypes
  23838. web_1 | > django.contrib.sessions
  23839. web_1 | > django.contrib.sites
  23840. web_1 | > django.contrib.messages
  23841. web_1 | > django.contrib.staticfiles
  23842. web_1 | > django.contrib.admin
  23843. web_1 | > south
  23844. web_1 | > crispy_forms
  23845. web_1 | > avatar
  23846. web_1 | > bootstrap3
  23847. web_1 | > users
  23848. web_1 | > allauth
  23849. web_1 | > allauth.account
  23850. web_1 | > django.contrib.humanize
  23851. web_1 | > debug_toolbar
  23852. web_1 |
  23853. web_1 | Not synced (use migrations):
  23854. web_1 | - allauth.socialaccount
  23855. web_1 | - django_extensions
  23856. web_1 | (use ./manage.py migrate to migrate these)
  23857. web_1 | Running migrations for socialaccount:
  23858. web_1 | - Nothing to migrate.
  23859. web_1 | - Loading initial data for socialaccount.
  23860. web_1 | Installed 0 object(s) from 0 fixture(s)
  23861. web_1 | Running migrations for django_extensions:
  23862. web_1 | - Nothing to migrate.
  23863. web_1 | - Loading initial data for django_extensions.
  23864. web_1 | Installed 0 object(s) from 0 fixture(s)
  23865. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23866. web_1 | [GCC 4.9.2] on linux2
  23867. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23868. web_1 | (InteractiveConsole)
  23869. web_1 |
  23870. web_1 | >>> >>> Starting the server
  23871. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23872. web_1 |
  23873. web_1 | Fatal error: Unable to find local grunt.
  23874. web_1 |
  23875. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23876. web_1 | your project. For more information about installing and configuring grunt,
  23877. web_1 | please see the Getting Started guide:
  23878. web_1 |
  23879. web_1 | http://gruntjs.com/getting-started
  23880. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23881. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23882. web_1 | Syncing...
  23883. web_1 | Creating tables ...
  23884. web_1 | Installing custom SQL ...
  23885. web_1 | Installing indexes ...
  23886. web_1 | Installed 0 object(s) from 0 fixture(s)
  23887. web_1 |
  23888. web_1 | Synced:
  23889. web_1 | > django.contrib.auth
  23890. web_1 | > django.contrib.contenttypes
  23891. web_1 | > django.contrib.sessions
  23892. web_1 | > django.contrib.sites
  23893. web_1 | > django.contrib.messages
  23894. web_1 | > django.contrib.staticfiles
  23895. web_1 | > django.contrib.admin
  23896. web_1 | > south
  23897. web_1 | > crispy_forms
  23898. web_1 | > avatar
  23899. web_1 | > bootstrap3
  23900. web_1 | > users
  23901. web_1 | > allauth
  23902. web_1 | > allauth.account
  23903. web_1 | > django.contrib.humanize
  23904. web_1 | > debug_toolbar
  23905. web_1 |
  23906. web_1 | Not synced (use migrations):
  23907. web_1 | - allauth.socialaccount
  23908. web_1 | - django_extensions
  23909. web_1 | (use ./manage.py migrate to migrate these)
  23910. web_1 | Running migrations for socialaccount:
  23911. web_1 | - Nothing to migrate.
  23912. web_1 | - Loading initial data for socialaccount.
  23913. web_1 | Installed 0 object(s) from 0 fixture(s)
  23914. web_1 | Running migrations for django_extensions:
  23915. web_1 | - Nothing to migrate.
  23916. web_1 | - Loading initial data for django_extensions.
  23917. web_1 | Installed 0 object(s) from 0 fixture(s)
  23918. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23919. web_1 | [GCC 4.9.2] on linux2
  23920. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23921. web_1 | (InteractiveConsole)
  23922. web_1 |
  23923. web_1 | >>> >>> Starting the server
  23924. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23925. web_1 |
  23926. web_1 | Fatal error: Unable to find local grunt.
  23927. web_1 |
  23928. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23929. web_1 | your project. For more information about installing and configuring grunt,
  23930. web_1 | please see the Getting Started guide:
  23931. web_1 |
  23932. web_1 | http://gruntjs.com/getting-started
  23933. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23934. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23935. web_1 | Syncing...
  23936. web_1 | Creating tables ...
  23937. web_1 | Installing custom SQL ...
  23938. web_1 | Installing indexes ...
  23939. web_1 | Installed 0 object(s) from 0 fixture(s)
  23940. web_1 |
  23941. web_1 | Synced:
  23942. web_1 | > django.contrib.auth
  23943. web_1 | > django.contrib.contenttypes
  23944. web_1 | > django.contrib.sessions
  23945. web_1 | > django.contrib.sites
  23946. web_1 | > django.contrib.messages
  23947. web_1 | > django.contrib.staticfiles
  23948. web_1 | > django.contrib.admin
  23949. web_1 | > south
  23950. web_1 | > crispy_forms
  23951. web_1 | > avatar
  23952. web_1 | > bootstrap3
  23953. web_1 | > users
  23954. web_1 | > allauth
  23955. web_1 | > allauth.account
  23956. web_1 | > django.contrib.humanize
  23957. web_1 | > debug_toolbar
  23958. web_1 |
  23959. web_1 | Not synced (use migrations):
  23960. web_1 | - allauth.socialaccount
  23961. web_1 | - django_extensions
  23962. web_1 | (use ./manage.py migrate to migrate these)
  23963. web_1 | Running migrations for socialaccount:
  23964. web_1 | - Nothing to migrate.
  23965. web_1 | - Loading initial data for socialaccount.
  23966. web_1 | Installed 0 object(s) from 0 fixture(s)
  23967. web_1 | Running migrations for django_extensions:
  23968. web_1 | - Nothing to migrate.
  23969. web_1 | - Loading initial data for django_extensions.
  23970. web_1 | Installed 0 object(s) from 0 fixture(s)
  23971. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  23972. web_1 | [GCC 4.9.2] on linux2
  23973. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  23974. web_1 | (InteractiveConsole)
  23975. web_1 |
  23976. web_1 | >>> >>> Starting the server
  23977. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  23978. web_1 |
  23979. web_1 | Fatal error: Unable to find local grunt.
  23980. web_1 |
  23981. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  23982. web_1 | your project. For more information about installing and configuring grunt,
  23983. web_1 | please see the Getting Started guide:
  23984. web_1 |
  23985. web_1 | http://gruntjs.com/getting-started
  23986. oclweb_web_1 exited with code 99
  23987. web_1 | Starting OpenBSD Secure Shell server: sshd.
  23988. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  23989. web_1 | Syncing...
  23990. web_1 | Traceback (most recent call last):
  23991. web_1 | File "ocl_web/manage.py", line 19, in <module>
  23992. web_1 | execute_from_command_line(sys.argv)
  23993. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  23994. web_1 | utility.execute()
  23995. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  23996. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  23997. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  23998. web_1 | self.execute(*args, **options.__dict__)
  23999. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  24000. web_1 | output = self.handle(*args, **options)
  24001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  24002. web_1 | return self.handle_noargs(**options)
  24003. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  24004. web_1 | syncdb.Command().execute(**options)
  24005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  24006. web_1 | output = self.handle(*args, **options)
  24007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  24008. web_1 | return self.handle_noargs(**options)
  24009. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  24010. web_1 | cursor = connection.cursor()
  24011. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  24012. web_1 | cursor = self.make_debug_cursor(self._cursor())
  24013. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  24014. web_1 | self.ensure_connection()
  24015. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24016. web_1 | self.connect()
  24017. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  24018. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  24019. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24020. web_1 | self.connect()
  24021. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  24022. web_1 | self.connection = self.get_new_connection(conn_params)
  24023. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  24024. web_1 | return Database.connect(**conn_params)
  24025. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  24026. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  24027. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  24028. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  24029. web_1 | TCP/IP connections on port 5432?
  24030. web_1 |
  24031. web_1 | Traceback (most recent call last):
  24032. web_1 | File "ocl_web/manage.py", line 19, in <module>
  24033. web_1 | execute_from_command_line(sys.argv)
  24034. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  24035. web_1 | utility.execute()
  24036. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  24037. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  24038. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  24039. web_1 | self.execute(*args, **options.__dict__)
  24040. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  24041. web_1 | output = self.handle(*args, **options)
  24042. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  24043. web_1 | ignore_ghosts = ignore_ghosts,
  24044. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  24045. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  24046. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  24047. web_1 | for h in histories:
  24048. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  24049. web_1 | self._fetch_all()
  24050. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  24051. web_1 | self._result_cache = list(self.iterator())
  24052. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  24053. web_1 | for row in compiler.results_iter():
  24054. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  24055. web_1 | for rows in self.execute_sql(MULTI):
  24056. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  24057. web_1 | cursor = self.connection.cursor()
  24058. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  24059. web_1 | cursor = self.make_debug_cursor(self._cursor())
  24060. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  24061. web_1 | self.ensure_connection()
  24062. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24063. web_1 | self.connect()
  24064. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  24065. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  24066. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24067. web_1 | self.connect()
  24068. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  24069. web_1 | self.connection = self.get_new_connection(conn_params)
  24070. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  24071. web_1 | return Database.connect(**conn_params)
  24072. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  24073. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  24074. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  24075. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  24076. web_1 | TCP/IP connections on port 5432?
  24077. web_1 |
  24078. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24079. web_1 | [GCC 4.9.2] on linux2
  24080. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24081. web_1 | (InteractiveConsole)
  24082. web_1 | Traceback (most recent call last):
  24083. web_1 | File "<console>", line 1, in <module>
  24084. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  24085. web_1 | return self.query.get_count(using=self.db)
  24086. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  24087. web_1 | number = obj.get_aggregation(using=using)[None]
  24088. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  24089. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  24090. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  24091. web_1 | cursor = self.connection.cursor()
  24092. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  24093. web_1 | cursor = self.make_debug_cursor(self._cursor())
  24094. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  24095. web_1 | self.ensure_connection()
  24096. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24097. web_1 | self.connect()
  24098. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  24099. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  24100. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  24101. web_1 | self.connect()
  24102. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  24103. web_1 | self.connection = self.get_new_connection(conn_params)
  24104. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  24105. web_1 | return Database.connect(**conn_params)
  24106. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  24107. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  24108. web_1 | OperationalError: could not connect to server: Connection refused
  24109. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  24110. web_1 | TCP/IP connections on port 5432?
  24111. web_1 |
  24112. web_1 |
  24113. web_1 | >>> >>> Starting the server
  24114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24115. web_1 |
  24116. web_1 | Fatal error: Unable to find local grunt.
  24117. web_1 |
  24118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24119. web_1 | your project. For more information about installing and configuring grunt,
  24120. web_1 | please see the Getting Started guide:
  24121. web_1 |
  24122. web_1 | http://gruntjs.com/getting-started
  24123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24125. web_1 | Syncing...
  24126. web_1 | Creating tables ...
  24127. web_1 | Creating table auth_permission
  24128. web_1 | Creating table auth_group_permissions
  24129. web_1 | Creating table auth_group
  24130. web_1 | Creating table django_content_type
  24131. web_1 | Creating table django_session
  24132. web_1 | Creating table django_site
  24133. web_1 | Creating table django_admin_log
  24134. web_1 | Creating table south_migrationhistory
  24135. web_1 | Creating table avatar_avatar
  24136. web_1 | Creating table users_user_groups
  24137. web_1 | Creating table users_user_user_permissions
  24138. web_1 | Creating table users_user
  24139. web_1 | Creating table account_emailaddress
  24140. web_1 | Creating table account_emailconfirmation
  24141. web_1 | Installing custom SQL ...
  24142. web_1 | Installing indexes ...
  24143. web_1 | Installed 0 object(s) from 0 fixture(s)
  24144. web_1 |
  24145. web_1 | Synced:
  24146. web_1 | > django.contrib.auth
  24147. web_1 | > django.contrib.contenttypes
  24148. web_1 | > django.contrib.sessions
  24149. web_1 | > django.contrib.sites
  24150. web_1 | > django.contrib.messages
  24151. web_1 | > django.contrib.staticfiles
  24152. web_1 | > django.contrib.admin
  24153. web_1 | > south
  24154. web_1 | > crispy_forms
  24155. web_1 | > avatar
  24156. web_1 | > bootstrap3
  24157. web_1 | > users
  24158. web_1 | > allauth
  24159. web_1 | > allauth.account
  24160. web_1 | > django.contrib.humanize
  24161. web_1 | > debug_toolbar
  24162. web_1 |
  24163. web_1 | Not synced (use migrations):
  24164. web_1 | - allauth.socialaccount
  24165. web_1 | - django_extensions
  24166. web_1 | (use ./manage.py migrate to migrate these)
  24167. web_1 | Running migrations for socialaccount:
  24168. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  24169. web_1 | > socialaccount:0001_initial
  24170. web_1 | > socialaccount:0002_genericmodels
  24171. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  24172. web_1 | > socialaccount:0004_add_sites
  24173. web_1 | > socialaccount:0005_set_sites
  24174. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  24175. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  24176. web_1 | > socialaccount:0008_client_id
  24177. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  24178. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  24179. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  24180. web_1 | - Loading initial data for socialaccount.
  24181. web_1 | Installed 0 object(s) from 0 fixture(s)
  24182. web_1 | Running migrations for django_extensions:
  24183. web_1 | - Migrating forwards to 0001_empty.
  24184. web_1 | > django_extensions:0001_empty
  24185. web_1 | - Loading initial data for django_extensions.
  24186. web_1 | Installed 0 object(s) from 0 fixture(s)
  24187. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24188. web_1 | [GCC 4.9.2] on linux2
  24189. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24190. web_1 | (InteractiveConsole)
  24191. web_1 |
  24192. web_1 | >>> >>> Starting the server
  24193. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24194. web_1 |
  24195. web_1 | Fatal error: Unable to find local grunt.
  24196. web_1 |
  24197. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24198. web_1 | your project. For more information about installing and configuring grunt,
  24199. web_1 | please see the Getting Started guide:
  24200. web_1 |
  24201. web_1 | http://gruntjs.com/getting-started
  24202. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24203. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24204. web_1 | Syncing...
  24205. web_1 | Creating tables ...
  24206. web_1 | Installing custom SQL ...
  24207. web_1 | Installing indexes ...
  24208. web_1 | Installed 0 object(s) from 0 fixture(s)
  24209. web_1 |
  24210. web_1 | Synced:
  24211. web_1 | > django.contrib.auth
  24212. web_1 | > django.contrib.contenttypes
  24213. web_1 | > django.contrib.sessions
  24214. web_1 | > django.contrib.sites
  24215. web_1 | > django.contrib.messages
  24216. web_1 | > django.contrib.staticfiles
  24217. web_1 | > django.contrib.admin
  24218. web_1 | > south
  24219. web_1 | > crispy_forms
  24220. web_1 | > avatar
  24221. web_1 | > bootstrap3
  24222. web_1 | > users
  24223. web_1 | > allauth
  24224. web_1 | > allauth.account
  24225. web_1 | > django.contrib.humanize
  24226. web_1 | > debug_toolbar
  24227. web_1 |
  24228. web_1 | Not synced (use migrations):
  24229. web_1 | - allauth.socialaccount
  24230. web_1 | - django_extensions
  24231. web_1 | (use ./manage.py migrate to migrate these)
  24232. web_1 | Running migrations for socialaccount:
  24233. web_1 | - Nothing to migrate.
  24234. web_1 | - Loading initial data for socialaccount.
  24235. web_1 | Installed 0 object(s) from 0 fixture(s)
  24236. web_1 | Running migrations for django_extensions:
  24237. web_1 | - Nothing to migrate.
  24238. web_1 | - Loading initial data for django_extensions.
  24239. web_1 | Installed 0 object(s) from 0 fixture(s)
  24240. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24241. web_1 | [GCC 4.9.2] on linux2
  24242. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24243. web_1 | (InteractiveConsole)
  24244. web_1 |
  24245. web_1 | >>> >>> Starting the server
  24246. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24247. web_1 |
  24248. web_1 | Fatal error: Unable to find local grunt.
  24249. web_1 |
  24250. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24251. web_1 | your project. For more information about installing and configuring grunt,
  24252. web_1 | please see the Getting Started guide:
  24253. web_1 |
  24254. web_1 | http://gruntjs.com/getting-started
  24255. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24256. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24257. web_1 | Syncing...
  24258. web_1 | Creating tables ...
  24259. web_1 | Installing custom SQL ...
  24260. web_1 | Installing indexes ...
  24261. web_1 | Installed 0 object(s) from 0 fixture(s)
  24262. web_1 |
  24263. web_1 | Synced:
  24264. web_1 | > django.contrib.auth
  24265. web_1 | > django.contrib.contenttypes
  24266. web_1 | > django.contrib.sessions
  24267. web_1 | > django.contrib.sites
  24268. web_1 | > django.contrib.messages
  24269. web_1 | > django.contrib.staticfiles
  24270. web_1 | > django.contrib.admin
  24271. web_1 | > south
  24272. web_1 | > crispy_forms
  24273. web_1 | > avatar
  24274. web_1 | > bootstrap3
  24275. web_1 | > users
  24276. web_1 | > allauth
  24277. web_1 | > allauth.account
  24278. web_1 | > django.contrib.humanize
  24279. web_1 | > debug_toolbar
  24280. web_1 |
  24281. web_1 | Not synced (use migrations):
  24282. web_1 | - allauth.socialaccount
  24283. web_1 | - django_extensions
  24284. web_1 | (use ./manage.py migrate to migrate these)
  24285. web_1 | Running migrations for socialaccount:
  24286. web_1 | - Nothing to migrate.
  24287. web_1 | - Loading initial data for socialaccount.
  24288. web_1 | Installed 0 object(s) from 0 fixture(s)
  24289. web_1 | Running migrations for django_extensions:
  24290. web_1 | - Nothing to migrate.
  24291. web_1 | - Loading initial data for django_extensions.
  24292. web_1 | Installed 0 object(s) from 0 fixture(s)
  24293. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24294. web_1 | [GCC 4.9.2] on linux2
  24295. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24296. web_1 | (InteractiveConsole)
  24297. web_1 |
  24298. web_1 | >>> >>> Starting the server
  24299. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24300. web_1 |
  24301. web_1 | Fatal error: Unable to find local grunt.
  24302. web_1 |
  24303. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24304. web_1 | your project. For more information about installing and configuring grunt,
  24305. web_1 | please see the Getting Started guide:
  24306. web_1 |
  24307. web_1 | http://gruntjs.com/getting-started
  24308. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24309. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24310. web_1 | Syncing...
  24311. web_1 | Creating tables ...
  24312. web_1 | Installing custom SQL ...
  24313. web_1 | Installing indexes ...
  24314. web_1 | Installed 0 object(s) from 0 fixture(s)
  24315. web_1 |
  24316. web_1 | Synced:
  24317. web_1 | > django.contrib.auth
  24318. web_1 | > django.contrib.contenttypes
  24319. web_1 | > django.contrib.sessions
  24320. web_1 | > django.contrib.sites
  24321. web_1 | > django.contrib.messages
  24322. web_1 | > django.contrib.staticfiles
  24323. web_1 | > django.contrib.admin
  24324. web_1 | > south
  24325. web_1 | > crispy_forms
  24326. web_1 | > avatar
  24327. web_1 | > bootstrap3
  24328. web_1 | > users
  24329. web_1 | > allauth
  24330. web_1 | > allauth.account
  24331. web_1 | > django.contrib.humanize
  24332. web_1 | > debug_toolbar
  24333. web_1 |
  24334. web_1 | Not synced (use migrations):
  24335. web_1 | - allauth.socialaccount
  24336. web_1 | - django_extensions
  24337. web_1 | (use ./manage.py migrate to migrate these)
  24338. web_1 | Running migrations for socialaccount:
  24339. web_1 | - Nothing to migrate.
  24340. web_1 | - Loading initial data for socialaccount.
  24341. web_1 | Installed 0 object(s) from 0 fixture(s)
  24342. web_1 | Running migrations for django_extensions:
  24343. web_1 | - Nothing to migrate.
  24344. web_1 | - Loading initial data for django_extensions.
  24345. web_1 | Installed 0 object(s) from 0 fixture(s)
  24346. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24347. web_1 | [GCC 4.9.2] on linux2
  24348. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24349. web_1 | (InteractiveConsole)
  24350. web_1 |
  24351. web_1 | >>> >>> Starting the server
  24352. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24353. web_1 |
  24354. web_1 | Fatal error: Unable to find local grunt.
  24355. web_1 |
  24356. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24357. web_1 | your project. For more information about installing and configuring grunt,
  24358. web_1 | please see the Getting Started guide:
  24359. web_1 |
  24360. web_1 | http://gruntjs.com/getting-started
  24361. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24362. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24363. web_1 | Syncing...
  24364. web_1 | Creating tables ...
  24365. web_1 | Installing custom SQL ...
  24366. web_1 | Installing indexes ...
  24367. web_1 | Installed 0 object(s) from 0 fixture(s)
  24368. web_1 |
  24369. web_1 | Synced:
  24370. web_1 | > django.contrib.auth
  24371. web_1 | > django.contrib.contenttypes
  24372. web_1 | > django.contrib.sessions
  24373. web_1 | > django.contrib.sites
  24374. web_1 | > django.contrib.messages
  24375. web_1 | > django.contrib.staticfiles
  24376. web_1 | > django.contrib.admin
  24377. web_1 | > south
  24378. web_1 | > crispy_forms
  24379. web_1 | > avatar
  24380. web_1 | > bootstrap3
  24381. web_1 | > users
  24382. web_1 | > allauth
  24383. web_1 | > allauth.account
  24384. web_1 | > django.contrib.humanize
  24385. web_1 | > debug_toolbar
  24386. web_1 |
  24387. web_1 | Not synced (use migrations):
  24388. web_1 | - allauth.socialaccount
  24389. web_1 | - django_extensions
  24390. web_1 | (use ./manage.py migrate to migrate these)
  24391. web_1 | Running migrations for socialaccount:
  24392. web_1 | - Nothing to migrate.
  24393. web_1 | - Loading initial data for socialaccount.
  24394. web_1 | Installed 0 object(s) from 0 fixture(s)
  24395. web_1 | Running migrations for django_extensions:
  24396. web_1 | - Nothing to migrate.
  24397. web_1 | - Loading initial data for django_extensions.
  24398. web_1 | Installed 0 object(s) from 0 fixture(s)
  24399. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24400. web_1 | [GCC 4.9.2] on linux2
  24401. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24402. web_1 | (InteractiveConsole)
  24403. web_1 |
  24404. web_1 | >>> >>> Starting the server
  24405. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24406. web_1 |
  24407. web_1 | Fatal error: Unable to find local grunt.
  24408. web_1 |
  24409. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24410. web_1 | your project. For more information about installing and configuring grunt,
  24411. web_1 | please see the Getting Started guide:
  24412. web_1 |
  24413. web_1 | http://gruntjs.com/getting-started
  24414. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24415. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24416. web_1 | Syncing...
  24417. web_1 | Creating tables ...
  24418. web_1 | Installing custom SQL ...
  24419. web_1 | Installing indexes ...
  24420. web_1 | Installed 0 object(s) from 0 fixture(s)
  24421. web_1 |
  24422. web_1 | Synced:
  24423. web_1 | > django.contrib.auth
  24424. web_1 | > django.contrib.contenttypes
  24425. web_1 | > django.contrib.sessions
  24426. web_1 | > django.contrib.sites
  24427. web_1 | > django.contrib.messages
  24428. web_1 | > django.contrib.staticfiles
  24429. web_1 | > django.contrib.admin
  24430. web_1 | > south
  24431. web_1 | > crispy_forms
  24432. web_1 | > avatar
  24433. web_1 | > bootstrap3
  24434. web_1 | > users
  24435. web_1 | > allauth
  24436. web_1 | > allauth.account
  24437. web_1 | > django.contrib.humanize
  24438. web_1 | > debug_toolbar
  24439. web_1 |
  24440. web_1 | Not synced (use migrations):
  24441. web_1 | - allauth.socialaccount
  24442. web_1 | - django_extensions
  24443. web_1 | (use ./manage.py migrate to migrate these)
  24444. web_1 | Running migrations for socialaccount:
  24445. web_1 | - Nothing to migrate.
  24446. web_1 | - Loading initial data for socialaccount.
  24447. web_1 | Installed 0 object(s) from 0 fixture(s)
  24448. web_1 | Running migrations for django_extensions:
  24449. web_1 | - Nothing to migrate.
  24450. web_1 | - Loading initial data for django_extensions.
  24451. web_1 | Installed 0 object(s) from 0 fixture(s)
  24452. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24453. web_1 | [GCC 4.9.2] on linux2
  24454. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24455. web_1 | (InteractiveConsole)
  24456. web_1 |
  24457. web_1 | >>> >>> Starting the server
  24458. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24459. web_1 |
  24460. web_1 | Fatal error: Unable to find local grunt.
  24461. web_1 |
  24462. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24463. web_1 | your project. For more information about installing and configuring grunt,
  24464. web_1 | please see the Getting Started guide:
  24465. web_1 |
  24466. web_1 | http://gruntjs.com/getting-started
  24467. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24468. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24469. web_1 | Syncing...
  24470. web_1 | Creating tables ...
  24471. web_1 | Installing custom SQL ...
  24472. web_1 | Installing indexes ...
  24473. web_1 | Installed 0 object(s) from 0 fixture(s)
  24474. web_1 |
  24475. web_1 | Synced:
  24476. web_1 | > django.contrib.auth
  24477. web_1 | > django.contrib.contenttypes
  24478. web_1 | > django.contrib.sessions
  24479. web_1 | > django.contrib.sites
  24480. web_1 | > django.contrib.messages
  24481. web_1 | > django.contrib.staticfiles
  24482. web_1 | > django.contrib.admin
  24483. web_1 | > south
  24484. web_1 | > crispy_forms
  24485. web_1 | > avatar
  24486. web_1 | > bootstrap3
  24487. web_1 | > users
  24488. web_1 | > allauth
  24489. web_1 | > allauth.account
  24490. web_1 | > django.contrib.humanize
  24491. web_1 | > debug_toolbar
  24492. web_1 |
  24493. web_1 | Not synced (use migrations):
  24494. web_1 | - allauth.socialaccount
  24495. web_1 | - django_extensions
  24496. web_1 | (use ./manage.py migrate to migrate these)
  24497. web_1 | Running migrations for socialaccount:
  24498. web_1 | - Nothing to migrate.
  24499. web_1 | - Loading initial data for socialaccount.
  24500. web_1 | Installed 0 object(s) from 0 fixture(s)
  24501. web_1 | Running migrations for django_extensions:
  24502. web_1 | - Nothing to migrate.
  24503. web_1 | - Loading initial data for django_extensions.
  24504. web_1 | Installed 0 object(s) from 0 fixture(s)
  24505. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24506. web_1 | [GCC 4.9.2] on linux2
  24507. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24508. web_1 | (InteractiveConsole)
  24509. web_1 |
  24510. web_1 | >>> >>> Starting the server
  24511. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24512. web_1 |
  24513. web_1 | Fatal error: Unable to find local grunt.
  24514. web_1 |
  24515. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24516. web_1 | your project. For more information about installing and configuring grunt,
  24517. web_1 | please see the Getting Started guide:
  24518. web_1 |
  24519. web_1 | http://gruntjs.com/getting-started
  24520. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24521. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24522. web_1 | Syncing...
  24523. web_1 | Creating tables ...
  24524. web_1 | Installing custom SQL ...
  24525. web_1 | Installing indexes ...
  24526. web_1 | Installed 0 object(s) from 0 fixture(s)
  24527. web_1 |
  24528. web_1 | Synced:
  24529. web_1 | > django.contrib.auth
  24530. web_1 | > django.contrib.contenttypes
  24531. web_1 | > django.contrib.sessions
  24532. web_1 | > django.contrib.sites
  24533. web_1 | > django.contrib.messages
  24534. web_1 | > django.contrib.staticfiles
  24535. web_1 | > django.contrib.admin
  24536. web_1 | > south
  24537. web_1 | > crispy_forms
  24538. web_1 | > avatar
  24539. web_1 | > bootstrap3
  24540. web_1 | > users
  24541. web_1 | > allauth
  24542. web_1 | > allauth.account
  24543. web_1 | > django.contrib.humanize
  24544. web_1 | > debug_toolbar
  24545. web_1 |
  24546. web_1 | Not synced (use migrations):
  24547. web_1 | - allauth.socialaccount
  24548. web_1 | - django_extensions
  24549. web_1 | (use ./manage.py migrate to migrate these)
  24550. web_1 | Running migrations for socialaccount:
  24551. web_1 | - Nothing to migrate.
  24552. web_1 | - Loading initial data for socialaccount.
  24553. web_1 | Installed 0 object(s) from 0 fixture(s)
  24554. web_1 | Running migrations for django_extensions:
  24555. web_1 | - Nothing to migrate.
  24556. web_1 | - Loading initial data for django_extensions.
  24557. web_1 | Installed 0 object(s) from 0 fixture(s)
  24558. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24559. web_1 | [GCC 4.9.2] on linux2
  24560. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24561. web_1 | (InteractiveConsole)
  24562. web_1 |
  24563. web_1 | >>> >>> Starting the server
  24564. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24565. web_1 |
  24566. web_1 | Fatal error: Unable to find local grunt.
  24567. web_1 |
  24568. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24569. web_1 | your project. For more information about installing and configuring grunt,
  24570. web_1 | please see the Getting Started guide:
  24571. web_1 |
  24572. web_1 | http://gruntjs.com/getting-started
  24573. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24574. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24575. web_1 | Syncing...
  24576. web_1 | Creating tables ...
  24577. web_1 | Installing custom SQL ...
  24578. web_1 | Installing indexes ...
  24579. web_1 | Installed 0 object(s) from 0 fixture(s)
  24580. web_1 |
  24581. web_1 | Synced:
  24582. web_1 | > django.contrib.auth
  24583. web_1 | > django.contrib.contenttypes
  24584. web_1 | > django.contrib.sessions
  24585. web_1 | > django.contrib.sites
  24586. web_1 | > django.contrib.messages
  24587. web_1 | > django.contrib.staticfiles
  24588. web_1 | > django.contrib.admin
  24589. web_1 | > south
  24590. web_1 | > crispy_forms
  24591. web_1 | > avatar
  24592. web_1 | > bootstrap3
  24593. web_1 | > users
  24594. web_1 | > allauth
  24595. web_1 | > allauth.account
  24596. web_1 | > django.contrib.humanize
  24597. web_1 | > debug_toolbar
  24598. web_1 |
  24599. web_1 | Not synced (use migrations):
  24600. web_1 | - allauth.socialaccount
  24601. web_1 | - django_extensions
  24602. web_1 | (use ./manage.py migrate to migrate these)
  24603. web_1 | Running migrations for socialaccount:
  24604. web_1 | - Nothing to migrate.
  24605. web_1 | - Loading initial data for socialaccount.
  24606. web_1 | Installed 0 object(s) from 0 fixture(s)
  24607. web_1 | Running migrations for django_extensions:
  24608. web_1 | - Nothing to migrate.
  24609. web_1 | - Loading initial data for django_extensions.
  24610. web_1 | Installed 0 object(s) from 0 fixture(s)
  24611. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24612. web_1 | [GCC 4.9.2] on linux2
  24613. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24614. web_1 | (InteractiveConsole)
  24615. web_1 |
  24616. web_1 | >>> >>> Starting the server
  24617. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24618. web_1 |
  24619. web_1 | Fatal error: Unable to find local grunt.
  24620. web_1 |
  24621. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24622. web_1 | your project. For more information about installing and configuring grunt,
  24623. web_1 | please see the Getting Started guide:
  24624. web_1 |
  24625. web_1 | http://gruntjs.com/getting-started
  24626. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24627. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24628. web_1 | Syncing...
  24629. web_1 | Creating tables ...
  24630. web_1 | Installing custom SQL ...
  24631. web_1 | Installing indexes ...
  24632. web_1 | Installed 0 object(s) from 0 fixture(s)
  24633. web_1 |
  24634. web_1 | Synced:
  24635. web_1 | > django.contrib.auth
  24636. web_1 | > django.contrib.contenttypes
  24637. web_1 | > django.contrib.sessions
  24638. web_1 | > django.contrib.sites
  24639. web_1 | > django.contrib.messages
  24640. web_1 | > django.contrib.staticfiles
  24641. web_1 | > django.contrib.admin
  24642. web_1 | > south
  24643. web_1 | > crispy_forms
  24644. web_1 | > avatar
  24645. web_1 | > bootstrap3
  24646. web_1 | > users
  24647. web_1 | > allauth
  24648. web_1 | > allauth.account
  24649. web_1 | > django.contrib.humanize
  24650. web_1 | > debug_toolbar
  24651. web_1 |
  24652. web_1 | Not synced (use migrations):
  24653. web_1 | - allauth.socialaccount
  24654. web_1 | - django_extensions
  24655. web_1 | (use ./manage.py migrate to migrate these)
  24656. web_1 | Running migrations for socialaccount:
  24657. web_1 | - Nothing to migrate.
  24658. web_1 | - Loading initial data for socialaccount.
  24659. web_1 | Installed 0 object(s) from 0 fixture(s)
  24660. web_1 | Running migrations for django_extensions:
  24661. web_1 | - Nothing to migrate.
  24662. web_1 | - Loading initial data for django_extensions.
  24663. web_1 | Installed 0 object(s) from 0 fixture(s)
  24664. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24665. web_1 | [GCC 4.9.2] on linux2
  24666. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24667. web_1 | (InteractiveConsole)
  24668. web_1 |
  24669. web_1 | >>> >>> Starting the server
  24670. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24671. web_1 |
  24672. web_1 | Fatal error: Unable to find local grunt.
  24673. web_1 |
  24674. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24675. web_1 | your project. For more information about installing and configuring grunt,
  24676. web_1 | please see the Getting Started guide:
  24677. web_1 |
  24678. web_1 | http://gruntjs.com/getting-started
  24679. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24680. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24681. web_1 | Syncing...
  24682. web_1 | Creating tables ...
  24683. web_1 | Installing custom SQL ...
  24684. web_1 | Installing indexes ...
  24685. web_1 | Installed 0 object(s) from 0 fixture(s)
  24686. web_1 |
  24687. web_1 | Synced:
  24688. web_1 | > django.contrib.auth
  24689. web_1 | > django.contrib.contenttypes
  24690. web_1 | > django.contrib.sessions
  24691. web_1 | > django.contrib.sites
  24692. web_1 | > django.contrib.messages
  24693. web_1 | > django.contrib.staticfiles
  24694. web_1 | > django.contrib.admin
  24695. web_1 | > south
  24696. web_1 | > crispy_forms
  24697. web_1 | > avatar
  24698. web_1 | > bootstrap3
  24699. web_1 | > users
  24700. web_1 | > allauth
  24701. web_1 | > allauth.account
  24702. web_1 | > django.contrib.humanize
  24703. web_1 | > debug_toolbar
  24704. web_1 |
  24705. web_1 | Not synced (use migrations):
  24706. web_1 | - allauth.socialaccount
  24707. web_1 | - django_extensions
  24708. web_1 | (use ./manage.py migrate to migrate these)
  24709. web_1 | Running migrations for socialaccount:
  24710. web_1 | - Nothing to migrate.
  24711. web_1 | - Loading initial data for socialaccount.
  24712. web_1 | Installed 0 object(s) from 0 fixture(s)
  24713. web_1 | Running migrations for django_extensions:
  24714. web_1 | - Nothing to migrate.
  24715. web_1 | - Loading initial data for django_extensions.
  24716. web_1 | Installed 0 object(s) from 0 fixture(s)
  24717. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24718. web_1 | [GCC 4.9.2] on linux2
  24719. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24720. web_1 | (InteractiveConsole)
  24721. web_1 |
  24722. web_1 | >>> >>> Starting the server
  24723. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24724. web_1 |
  24725. web_1 | Fatal error: Unable to find local grunt.
  24726. web_1 |
  24727. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24728. web_1 | your project. For more information about installing and configuring grunt,
  24729. web_1 | please see the Getting Started guide:
  24730. web_1 |
  24731. web_1 | http://gruntjs.com/getting-started
  24732. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24733. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24734. web_1 | Syncing...
  24735. web_1 | Creating tables ...
  24736. web_1 | Installing custom SQL ...
  24737. web_1 | Installing indexes ...
  24738. web_1 | Installed 0 object(s) from 0 fixture(s)
  24739. web_1 |
  24740. web_1 | Synced:
  24741. web_1 | > django.contrib.auth
  24742. web_1 | > django.contrib.contenttypes
  24743. web_1 | > django.contrib.sessions
  24744. web_1 | > django.contrib.sites
  24745. web_1 | > django.contrib.messages
  24746. web_1 | > django.contrib.staticfiles
  24747. web_1 | > django.contrib.admin
  24748. web_1 | > south
  24749. web_1 | > crispy_forms
  24750. web_1 | > avatar
  24751. web_1 | > bootstrap3
  24752. web_1 | > users
  24753. web_1 | > allauth
  24754. web_1 | > allauth.account
  24755. web_1 | > django.contrib.humanize
  24756. web_1 | > debug_toolbar
  24757. web_1 |
  24758. web_1 | Not synced (use migrations):
  24759. web_1 | - allauth.socialaccount
  24760. web_1 | - django_extensions
  24761. web_1 | (use ./manage.py migrate to migrate these)
  24762. web_1 | Running migrations for socialaccount:
  24763. web_1 | - Nothing to migrate.
  24764. web_1 | - Loading initial data for socialaccount.
  24765. web_1 | Installed 0 object(s) from 0 fixture(s)
  24766. web_1 | Running migrations for django_extensions:
  24767. web_1 | - Nothing to migrate.
  24768. web_1 | - Loading initial data for django_extensions.
  24769. web_1 | Installed 0 object(s) from 0 fixture(s)
  24770. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24771. web_1 | [GCC 4.9.2] on linux2
  24772. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24773. web_1 | (InteractiveConsole)
  24774. web_1 |
  24775. web_1 | >>> >>> Starting the server
  24776. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24777. web_1 |
  24778. web_1 | Fatal error: Unable to find local grunt.
  24779. web_1 |
  24780. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24781. web_1 | your project. For more information about installing and configuring grunt,
  24782. web_1 | please see the Getting Started guide:
  24783. web_1 |
  24784. web_1 | http://gruntjs.com/getting-started
  24785. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24786. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24787. web_1 | Syncing...
  24788. web_1 | Creating tables ...
  24789. web_1 | Installing custom SQL ...
  24790. web_1 | Installing indexes ...
  24791. web_1 | Installed 0 object(s) from 0 fixture(s)
  24792. web_1 |
  24793. web_1 | Synced:
  24794. web_1 | > django.contrib.auth
  24795. web_1 | > django.contrib.contenttypes
  24796. web_1 | > django.contrib.sessions
  24797. web_1 | > django.contrib.sites
  24798. web_1 | > django.contrib.messages
  24799. web_1 | > django.contrib.staticfiles
  24800. web_1 | > django.contrib.admin
  24801. web_1 | > south
  24802. web_1 | > crispy_forms
  24803. web_1 | > avatar
  24804. web_1 | > bootstrap3
  24805. web_1 | > users
  24806. web_1 | > allauth
  24807. web_1 | > allauth.account
  24808. web_1 | > django.contrib.humanize
  24809. web_1 | > debug_toolbar
  24810. web_1 |
  24811. web_1 | Not synced (use migrations):
  24812. web_1 | - allauth.socialaccount
  24813. web_1 | - django_extensions
  24814. web_1 | (use ./manage.py migrate to migrate these)
  24815. web_1 | Running migrations for socialaccount:
  24816. web_1 | - Nothing to migrate.
  24817. web_1 | - Loading initial data for socialaccount.
  24818. web_1 | Installed 0 object(s) from 0 fixture(s)
  24819. web_1 | Running migrations for django_extensions:
  24820. web_1 | - Nothing to migrate.
  24821. web_1 | - Loading initial data for django_extensions.
  24822. web_1 | Installed 0 object(s) from 0 fixture(s)
  24823. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24824. web_1 | [GCC 4.9.2] on linux2
  24825. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24826. web_1 | (InteractiveConsole)
  24827. web_1 |
  24828. web_1 | >>> >>> Starting the server
  24829. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24830. web_1 |
  24831. web_1 | Fatal error: Unable to find local grunt.
  24832. web_1 |
  24833. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24834. web_1 | your project. For more information about installing and configuring grunt,
  24835. web_1 | please see the Getting Started guide:
  24836. web_1 |
  24837. web_1 | http://gruntjs.com/getting-started
  24838. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24839. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24840. web_1 | Syncing...
  24841. web_1 | Creating tables ...
  24842. web_1 | Installing custom SQL ...
  24843. web_1 | Installing indexes ...
  24844. web_1 | Installed 0 object(s) from 0 fixture(s)
  24845. web_1 |
  24846. web_1 | Synced:
  24847. web_1 | > django.contrib.auth
  24848. web_1 | > django.contrib.contenttypes
  24849. web_1 | > django.contrib.sessions
  24850. web_1 | > django.contrib.sites
  24851. web_1 | > django.contrib.messages
  24852. web_1 | > django.contrib.staticfiles
  24853. web_1 | > django.contrib.admin
  24854. web_1 | > south
  24855. web_1 | > crispy_forms
  24856. web_1 | > avatar
  24857. web_1 | > bootstrap3
  24858. web_1 | > users
  24859. web_1 | > allauth
  24860. web_1 | > allauth.account
  24861. web_1 | > django.contrib.humanize
  24862. web_1 | > debug_toolbar
  24863. web_1 |
  24864. web_1 | Not synced (use migrations):
  24865. web_1 | - allauth.socialaccount
  24866. web_1 | - django_extensions
  24867. web_1 | (use ./manage.py migrate to migrate these)
  24868. web_1 | Running migrations for socialaccount:
  24869. web_1 | - Nothing to migrate.
  24870. web_1 | - Loading initial data for socialaccount.
  24871. web_1 | Installed 0 object(s) from 0 fixture(s)
  24872. web_1 | Running migrations for django_extensions:
  24873. web_1 | - Nothing to migrate.
  24874. web_1 | - Loading initial data for django_extensions.
  24875. web_1 | Installed 0 object(s) from 0 fixture(s)
  24876. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24877. web_1 | [GCC 4.9.2] on linux2
  24878. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24879. web_1 | (InteractiveConsole)
  24880. web_1 |
  24881. web_1 | >>> >>> Starting the server
  24882. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24883. web_1 |
  24884. web_1 | Fatal error: Unable to find local grunt.
  24885. web_1 |
  24886. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24887. web_1 | your project. For more information about installing and configuring grunt,
  24888. web_1 | please see the Getting Started guide:
  24889. web_1 |
  24890. web_1 | http://gruntjs.com/getting-started
  24891. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24892. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24893. web_1 | Syncing...
  24894. web_1 | Creating tables ...
  24895. web_1 | Installing custom SQL ...
  24896. web_1 | Installing indexes ...
  24897. web_1 | Installed 0 object(s) from 0 fixture(s)
  24898. web_1 |
  24899. web_1 | Synced:
  24900. web_1 | > django.contrib.auth
  24901. web_1 | > django.contrib.contenttypes
  24902. web_1 | > django.contrib.sessions
  24903. web_1 | > django.contrib.sites
  24904. web_1 | > django.contrib.messages
  24905. web_1 | > django.contrib.staticfiles
  24906. web_1 | > django.contrib.admin
  24907. web_1 | > south
  24908. web_1 | > crispy_forms
  24909. web_1 | > avatar
  24910. web_1 | > bootstrap3
  24911. web_1 | > users
  24912. web_1 | > allauth
  24913. web_1 | > allauth.account
  24914. web_1 | > django.contrib.humanize
  24915. web_1 | > debug_toolbar
  24916. web_1 |
  24917. web_1 | Not synced (use migrations):
  24918. web_1 | - allauth.socialaccount
  24919. web_1 | - django_extensions
  24920. web_1 | (use ./manage.py migrate to migrate these)
  24921. web_1 | Running migrations for socialaccount:
  24922. web_1 | - Nothing to migrate.
  24923. web_1 | - Loading initial data for socialaccount.
  24924. web_1 | Installed 0 object(s) from 0 fixture(s)
  24925. web_1 | Running migrations for django_extensions:
  24926. web_1 | - Nothing to migrate.
  24927. web_1 | - Loading initial data for django_extensions.
  24928. web_1 | Installed 0 object(s) from 0 fixture(s)
  24929. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24930. web_1 | [GCC 4.9.2] on linux2
  24931. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24932. web_1 | (InteractiveConsole)
  24933. web_1 |
  24934. web_1 | >>> >>> Starting the server
  24935. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24936. web_1 |
  24937. web_1 | Fatal error: Unable to find local grunt.
  24938. web_1 |
  24939. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24940. web_1 | your project. For more information about installing and configuring grunt,
  24941. web_1 | please see the Getting Started guide:
  24942. web_1 |
  24943. web_1 | http://gruntjs.com/getting-started
  24944. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24945. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24946. web_1 | Syncing...
  24947. web_1 | Creating tables ...
  24948. web_1 | Installing custom SQL ...
  24949. web_1 | Installing indexes ...
  24950. web_1 | Installed 0 object(s) from 0 fixture(s)
  24951. web_1 |
  24952. web_1 | Synced:
  24953. web_1 | > django.contrib.auth
  24954. web_1 | > django.contrib.contenttypes
  24955. web_1 | > django.contrib.sessions
  24956. web_1 | > django.contrib.sites
  24957. web_1 | > django.contrib.messages
  24958. web_1 | > django.contrib.staticfiles
  24959. web_1 | > django.contrib.admin
  24960. web_1 | > south
  24961. web_1 | > crispy_forms
  24962. web_1 | > avatar
  24963. web_1 | > bootstrap3
  24964. web_1 | > users
  24965. web_1 | > allauth
  24966. web_1 | > allauth.account
  24967. web_1 | > django.contrib.humanize
  24968. web_1 | > debug_toolbar
  24969. web_1 |
  24970. web_1 | Not synced (use migrations):
  24971. web_1 | - allauth.socialaccount
  24972. web_1 | - django_extensions
  24973. web_1 | (use ./manage.py migrate to migrate these)
  24974. web_1 | Running migrations for socialaccount:
  24975. web_1 | - Nothing to migrate.
  24976. web_1 | - Loading initial data for socialaccount.
  24977. web_1 | Installed 0 object(s) from 0 fixture(s)
  24978. web_1 | Running migrations for django_extensions:
  24979. web_1 | - Nothing to migrate.
  24980. web_1 | - Loading initial data for django_extensions.
  24981. web_1 | Installed 0 object(s) from 0 fixture(s)
  24982. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  24983. web_1 | [GCC 4.9.2] on linux2
  24984. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  24985. web_1 | (InteractiveConsole)
  24986. web_1 |
  24987. web_1 | >>> >>> Starting the server
  24988. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  24989. web_1 |
  24990. web_1 | Fatal error: Unable to find local grunt.
  24991. web_1 |
  24992. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  24993. web_1 | your project. For more information about installing and configuring grunt,
  24994. web_1 | please see the Getting Started guide:
  24995. web_1 |
  24996. web_1 | http://gruntjs.com/getting-started
  24997. web_1 | Starting OpenBSD Secure Shell server: sshd.
  24998. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  24999. web_1 | Syncing...
  25000. web_1 | Creating tables ...
  25001. web_1 | Installing custom SQL ...
  25002. web_1 | Installing indexes ...
  25003. web_1 | Installed 0 object(s) from 0 fixture(s)
  25004. web_1 |
  25005. web_1 | Synced:
  25006. web_1 | > django.contrib.auth
  25007. web_1 | > django.contrib.contenttypes
  25008. web_1 | > django.contrib.sessions
  25009. web_1 | > django.contrib.sites
  25010. web_1 | > django.contrib.messages
  25011. web_1 | > django.contrib.staticfiles
  25012. web_1 | > django.contrib.admin
  25013. web_1 | > south
  25014. web_1 | > crispy_forms
  25015. web_1 | > avatar
  25016. web_1 | > bootstrap3
  25017. web_1 | > users
  25018. web_1 | > allauth
  25019. web_1 | > allauth.account
  25020. web_1 | > django.contrib.humanize
  25021. web_1 | > debug_toolbar
  25022. web_1 |
  25023. web_1 | Not synced (use migrations):
  25024. web_1 | - allauth.socialaccount
  25025. web_1 | - django_extensions
  25026. web_1 | (use ./manage.py migrate to migrate these)
  25027. web_1 | Running migrations for socialaccount:
  25028. web_1 | - Nothing to migrate.
  25029. web_1 | - Loading initial data for socialaccount.
  25030. web_1 | Installed 0 object(s) from 0 fixture(s)
  25031. web_1 | Running migrations for django_extensions:
  25032. web_1 | - Nothing to migrate.
  25033. web_1 | - Loading initial data for django_extensions.
  25034. web_1 | Installed 0 object(s) from 0 fixture(s)
  25035. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25036. web_1 | [GCC 4.9.2] on linux2
  25037. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25038. web_1 | (InteractiveConsole)
  25039. web_1 |
  25040. web_1 | >>> >>> Starting the server
  25041. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25042. web_1 |
  25043. web_1 | Fatal error: Unable to find local grunt.
  25044. web_1 |
  25045. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25046. web_1 | your project. For more information about installing and configuring grunt,
  25047. web_1 | please see the Getting Started guide:
  25048. web_1 |
  25049. web_1 | http://gruntjs.com/getting-started
  25050. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25051. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25052. web_1 | Syncing...
  25053. web_1 | Creating tables ...
  25054. web_1 | Installing custom SQL ...
  25055. web_1 | Installing indexes ...
  25056. web_1 | Installed 0 object(s) from 0 fixture(s)
  25057. web_1 |
  25058. web_1 | Synced:
  25059. web_1 | > django.contrib.auth
  25060. web_1 | > django.contrib.contenttypes
  25061. web_1 | > django.contrib.sessions
  25062. web_1 | > django.contrib.sites
  25063. web_1 | > django.contrib.messages
  25064. web_1 | > django.contrib.staticfiles
  25065. web_1 | > django.contrib.admin
  25066. web_1 | > south
  25067. web_1 | > crispy_forms
  25068. web_1 | > avatar
  25069. web_1 | > bootstrap3
  25070. web_1 | > users
  25071. web_1 | > allauth
  25072. web_1 | > allauth.account
  25073. web_1 | > django.contrib.humanize
  25074. web_1 | > debug_toolbar
  25075. web_1 |
  25076. web_1 | Not synced (use migrations):
  25077. web_1 | - allauth.socialaccount
  25078. web_1 | - django_extensions
  25079. web_1 | (use ./manage.py migrate to migrate these)
  25080. web_1 | Running migrations for socialaccount:
  25081. web_1 | - Nothing to migrate.
  25082. web_1 | - Loading initial data for socialaccount.
  25083. web_1 | Installed 0 object(s) from 0 fixture(s)
  25084. web_1 | Running migrations for django_extensions:
  25085. web_1 | - Nothing to migrate.
  25086. web_1 | - Loading initial data for django_extensions.
  25087. web_1 | Installed 0 object(s) from 0 fixture(s)
  25088. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25089. web_1 | [GCC 4.9.2] on linux2
  25090. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25091. web_1 | (InteractiveConsole)
  25092. web_1 |
  25093. web_1 | >>> >>> Starting the server
  25094. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25095. web_1 |
  25096. web_1 | Fatal error: Unable to find local grunt.
  25097. web_1 |
  25098. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25099. web_1 | your project. For more information about installing and configuring grunt,
  25100. web_1 | please see the Getting Started guide:
  25101. web_1 |
  25102. web_1 | http://gruntjs.com/getting-started
  25103. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25104. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25105. web_1 | Syncing...
  25106. web_1 | Creating tables ...
  25107. web_1 | Installing custom SQL ...
  25108. web_1 | Installing indexes ...
  25109. web_1 | Installed 0 object(s) from 0 fixture(s)
  25110. web_1 |
  25111. web_1 | Synced:
  25112. web_1 | > django.contrib.auth
  25113. web_1 | > django.contrib.contenttypes
  25114. web_1 | > django.contrib.sessions
  25115. web_1 | > django.contrib.sites
  25116. web_1 | > django.contrib.messages
  25117. web_1 | > django.contrib.staticfiles
  25118. web_1 | > django.contrib.admin
  25119. web_1 | > south
  25120. web_1 | > crispy_forms
  25121. web_1 | > avatar
  25122. web_1 | > bootstrap3
  25123. web_1 | > users
  25124. web_1 | > allauth
  25125. web_1 | > allauth.account
  25126. web_1 | > django.contrib.humanize
  25127. web_1 | > debug_toolbar
  25128. web_1 |
  25129. web_1 | Not synced (use migrations):
  25130. web_1 | - allauth.socialaccount
  25131. web_1 | - django_extensions
  25132. web_1 | (use ./manage.py migrate to migrate these)
  25133. web_1 | Running migrations for socialaccount:
  25134. web_1 | - Nothing to migrate.
  25135. web_1 | - Loading initial data for socialaccount.
  25136. web_1 | Installed 0 object(s) from 0 fixture(s)
  25137. web_1 | Running migrations for django_extensions:
  25138. web_1 | - Nothing to migrate.
  25139. web_1 | - Loading initial data for django_extensions.
  25140. web_1 | Installed 0 object(s) from 0 fixture(s)
  25141. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25142. web_1 | [GCC 4.9.2] on linux2
  25143. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25144. web_1 | (InteractiveConsole)
  25145. web_1 |
  25146. web_1 | >>> >>> Starting the server
  25147. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25148. web_1 |
  25149. web_1 | Fatal error: Unable to find local grunt.
  25150. web_1 |
  25151. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25152. web_1 | your project. For more information about installing and configuring grunt,
  25153. web_1 | please see the Getting Started guide:
  25154. web_1 |
  25155. web_1 | http://gruntjs.com/getting-started
  25156. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25157. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25158. web_1 | Syncing...
  25159. web_1 | Creating tables ...
  25160. web_1 | Installing custom SQL ...
  25161. web_1 | Installing indexes ...
  25162. web_1 | Installed 0 object(s) from 0 fixture(s)
  25163. web_1 |
  25164. web_1 | Synced:
  25165. web_1 | > django.contrib.auth
  25166. web_1 | > django.contrib.contenttypes
  25167. web_1 | > django.contrib.sessions
  25168. web_1 | > django.contrib.sites
  25169. web_1 | > django.contrib.messages
  25170. web_1 | > django.contrib.staticfiles
  25171. web_1 | > django.contrib.admin
  25172. web_1 | > south
  25173. web_1 | > crispy_forms
  25174. web_1 | > avatar
  25175. web_1 | > bootstrap3
  25176. web_1 | > users
  25177. web_1 | > allauth
  25178. web_1 | > allauth.account
  25179. web_1 | > django.contrib.humanize
  25180. web_1 | > debug_toolbar
  25181. web_1 |
  25182. web_1 | Not synced (use migrations):
  25183. web_1 | - allauth.socialaccount
  25184. web_1 | - django_extensions
  25185. web_1 | (use ./manage.py migrate to migrate these)
  25186. web_1 | Running migrations for socialaccount:
  25187. web_1 | - Nothing to migrate.
  25188. web_1 | - Loading initial data for socialaccount.
  25189. web_1 | Installed 0 object(s) from 0 fixture(s)
  25190. web_1 | Running migrations for django_extensions:
  25191. web_1 | - Nothing to migrate.
  25192. web_1 | - Loading initial data for django_extensions.
  25193. web_1 | Installed 0 object(s) from 0 fixture(s)
  25194. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25195. web_1 | [GCC 4.9.2] on linux2
  25196. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25197. web_1 | (InteractiveConsole)
  25198. web_1 |
  25199. web_1 | >>> >>> Starting the server
  25200. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25201. web_1 |
  25202. web_1 | Fatal error: Unable to find local grunt.
  25203. web_1 |
  25204. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25205. web_1 | your project. For more information about installing and configuring grunt,
  25206. web_1 | please see the Getting Started guide:
  25207. web_1 |
  25208. web_1 | http://gruntjs.com/getting-started
  25209. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25210. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25211. web_1 | Syncing...
  25212. web_1 | Creating tables ...
  25213. web_1 | Installing custom SQL ...
  25214. web_1 | Installing indexes ...
  25215. web_1 | Installed 0 object(s) from 0 fixture(s)
  25216. web_1 |
  25217. web_1 | Synced:
  25218. web_1 | > django.contrib.auth
  25219. web_1 | > django.contrib.contenttypes
  25220. web_1 | > django.contrib.sessions
  25221. web_1 | > django.contrib.sites
  25222. web_1 | > django.contrib.messages
  25223. web_1 | > django.contrib.staticfiles
  25224. web_1 | > django.contrib.admin
  25225. web_1 | > south
  25226. web_1 | > crispy_forms
  25227. web_1 | > avatar
  25228. web_1 | > bootstrap3
  25229. web_1 | > users
  25230. web_1 | > allauth
  25231. web_1 | > allauth.account
  25232. web_1 | > django.contrib.humanize
  25233. web_1 | > debug_toolbar
  25234. web_1 |
  25235. web_1 | Not synced (use migrations):
  25236. web_1 | - allauth.socialaccount
  25237. web_1 | - django_extensions
  25238. web_1 | (use ./manage.py migrate to migrate these)
  25239. web_1 | Running migrations for socialaccount:
  25240. web_1 | - Nothing to migrate.
  25241. web_1 | - Loading initial data for socialaccount.
  25242. web_1 | Installed 0 object(s) from 0 fixture(s)
  25243. web_1 | Running migrations for django_extensions:
  25244. web_1 | - Nothing to migrate.
  25245. web_1 | - Loading initial data for django_extensions.
  25246. web_1 | Installed 0 object(s) from 0 fixture(s)
  25247. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25248. web_1 | [GCC 4.9.2] on linux2
  25249. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25250. web_1 | (InteractiveConsole)
  25251. web_1 |
  25252. web_1 | >>> >>> Starting the server
  25253. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25254. web_1 |
  25255. web_1 | Fatal error: Unable to find local grunt.
  25256. web_1 |
  25257. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25258. web_1 | your project. For more information about installing and configuring grunt,
  25259. web_1 | please see the Getting Started guide:
  25260. web_1 |
  25261. web_1 | http://gruntjs.com/getting-started
  25262. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25263. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25264. web_1 | Syncing...
  25265. web_1 | Creating tables ...
  25266. web_1 | Installing custom SQL ...
  25267. web_1 | Installing indexes ...
  25268. web_1 | Installed 0 object(s) from 0 fixture(s)
  25269. web_1 |
  25270. web_1 | Synced:
  25271. web_1 | > django.contrib.auth
  25272. web_1 | > django.contrib.contenttypes
  25273. web_1 | > django.contrib.sessions
  25274. web_1 | > django.contrib.sites
  25275. web_1 | > django.contrib.messages
  25276. web_1 | > django.contrib.staticfiles
  25277. web_1 | > django.contrib.admin
  25278. web_1 | > south
  25279. web_1 | > crispy_forms
  25280. web_1 | > avatar
  25281. web_1 | > bootstrap3
  25282. web_1 | > users
  25283. web_1 | > allauth
  25284. web_1 | > allauth.account
  25285. web_1 | > django.contrib.humanize
  25286. web_1 | > debug_toolbar
  25287. web_1 |
  25288. web_1 | Not synced (use migrations):
  25289. web_1 | - allauth.socialaccount
  25290. web_1 | - django_extensions
  25291. web_1 | (use ./manage.py migrate to migrate these)
  25292. web_1 | Running migrations for socialaccount:
  25293. web_1 | - Nothing to migrate.
  25294. web_1 | - Loading initial data for socialaccount.
  25295. web_1 | Installed 0 object(s) from 0 fixture(s)
  25296. web_1 | Running migrations for django_extensions:
  25297. web_1 | - Nothing to migrate.
  25298. web_1 | - Loading initial data for django_extensions.
  25299. web_1 | Installed 0 object(s) from 0 fixture(s)
  25300. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25301. web_1 | [GCC 4.9.2] on linux2
  25302. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25303. web_1 | (InteractiveConsole)
  25304. web_1 |
  25305. web_1 | >>> >>> Starting the server
  25306. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25307. web_1 |
  25308. web_1 | Fatal error: Unable to find local grunt.
  25309. web_1 |
  25310. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25311. web_1 | your project. For more information about installing and configuring grunt,
  25312. web_1 | please see the Getting Started guide:
  25313. web_1 |
  25314. web_1 | http://gruntjs.com/getting-started
  25315. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25316. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25317. web_1 | Syncing...
  25318. web_1 | Creating tables ...
  25319. web_1 | Installing custom SQL ...
  25320. web_1 | Installing indexes ...
  25321. web_1 | Installed 0 object(s) from 0 fixture(s)
  25322. web_1 |
  25323. web_1 | Synced:
  25324. web_1 | > django.contrib.auth
  25325. web_1 | > django.contrib.contenttypes
  25326. web_1 | > django.contrib.sessions
  25327. web_1 | > django.contrib.sites
  25328. web_1 | > django.contrib.messages
  25329. web_1 | > django.contrib.staticfiles
  25330. web_1 | > django.contrib.admin
  25331. web_1 | > south
  25332. web_1 | > crispy_forms
  25333. web_1 | > avatar
  25334. web_1 | > bootstrap3
  25335. web_1 | > users
  25336. web_1 | > allauth
  25337. web_1 | > allauth.account
  25338. web_1 | > django.contrib.humanize
  25339. web_1 | > debug_toolbar
  25340. web_1 |
  25341. web_1 | Not synced (use migrations):
  25342. web_1 | - allauth.socialaccount
  25343. web_1 | - django_extensions
  25344. web_1 | (use ./manage.py migrate to migrate these)
  25345. web_1 | Running migrations for socialaccount:
  25346. web_1 | - Nothing to migrate.
  25347. web_1 | - Loading initial data for socialaccount.
  25348. web_1 | Installed 0 object(s) from 0 fixture(s)
  25349. web_1 | Running migrations for django_extensions:
  25350. web_1 | - Nothing to migrate.
  25351. web_1 | - Loading initial data for django_extensions.
  25352. web_1 | Installed 0 object(s) from 0 fixture(s)
  25353. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25354. web_1 | [GCC 4.9.2] on linux2
  25355. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25356. web_1 | (InteractiveConsole)
  25357. web_1 |
  25358. web_1 | >>> >>> Starting the server
  25359. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25360. web_1 |
  25361. web_1 | Fatal error: Unable to find local grunt.
  25362. web_1 |
  25363. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25364. web_1 | your project. For more information about installing and configuring grunt,
  25365. web_1 | please see the Getting Started guide:
  25366. web_1 |
  25367. web_1 | http://gruntjs.com/getting-started
  25368. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25369. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25370. web_1 | Syncing...
  25371. web_1 | Creating tables ...
  25372. web_1 | Installing custom SQL ...
  25373. web_1 | Installing indexes ...
  25374. web_1 | Installed 0 object(s) from 0 fixture(s)
  25375. web_1 |
  25376. web_1 | Synced:
  25377. web_1 | > django.contrib.auth
  25378. web_1 | > django.contrib.contenttypes
  25379. web_1 | > django.contrib.sessions
  25380. web_1 | > django.contrib.sites
  25381. web_1 | > django.contrib.messages
  25382. web_1 | > django.contrib.staticfiles
  25383. web_1 | > django.contrib.admin
  25384. web_1 | > south
  25385. web_1 | > crispy_forms
  25386. web_1 | > avatar
  25387. web_1 | > bootstrap3
  25388. web_1 | > users
  25389. web_1 | > allauth
  25390. web_1 | > allauth.account
  25391. web_1 | > django.contrib.humanize
  25392. web_1 | > debug_toolbar
  25393. web_1 |
  25394. web_1 | Not synced (use migrations):
  25395. web_1 | - allauth.socialaccount
  25396. web_1 | - django_extensions
  25397. web_1 | (use ./manage.py migrate to migrate these)
  25398. web_1 | Running migrations for socialaccount:
  25399. web_1 | - Nothing to migrate.
  25400. web_1 | - Loading initial data for socialaccount.
  25401. web_1 | Installed 0 object(s) from 0 fixture(s)
  25402. web_1 | Running migrations for django_extensions:
  25403. web_1 | - Nothing to migrate.
  25404. web_1 | - Loading initial data for django_extensions.
  25405. web_1 | Installed 0 object(s) from 0 fixture(s)
  25406. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25407. web_1 | [GCC 4.9.2] on linux2
  25408. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25409. web_1 | (InteractiveConsole)
  25410. web_1 |
  25411. web_1 | >>> >>> Starting the server
  25412. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25413. web_1 |
  25414. web_1 | Fatal error: Unable to find local grunt.
  25415. web_1 |
  25416. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25417. web_1 | your project. For more information about installing and configuring grunt,
  25418. web_1 | please see the Getting Started guide:
  25419. web_1 |
  25420. web_1 | http://gruntjs.com/getting-started
  25421. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25422. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25423. web_1 | Syncing...
  25424. web_1 | Creating tables ...
  25425. web_1 | Installing custom SQL ...
  25426. web_1 | Installing indexes ...
  25427. web_1 | Installed 0 object(s) from 0 fixture(s)
  25428. web_1 |
  25429. web_1 | Synced:
  25430. web_1 | > django.contrib.auth
  25431. web_1 | > django.contrib.contenttypes
  25432. web_1 | > django.contrib.sessions
  25433. web_1 | > django.contrib.sites
  25434. web_1 | > django.contrib.messages
  25435. web_1 | > django.contrib.staticfiles
  25436. web_1 | > django.contrib.admin
  25437. web_1 | > south
  25438. web_1 | > crispy_forms
  25439. web_1 | > avatar
  25440. web_1 | > bootstrap3
  25441. web_1 | > users
  25442. web_1 | > allauth
  25443. web_1 | > allauth.account
  25444. web_1 | > django.contrib.humanize
  25445. web_1 | > debug_toolbar
  25446. web_1 |
  25447. web_1 | Not synced (use migrations):
  25448. web_1 | - allauth.socialaccount
  25449. web_1 | - django_extensions
  25450. web_1 | (use ./manage.py migrate to migrate these)
  25451. web_1 | Running migrations for socialaccount:
  25452. web_1 | - Nothing to migrate.
  25453. web_1 | - Loading initial data for socialaccount.
  25454. web_1 | Installed 0 object(s) from 0 fixture(s)
  25455. web_1 | Running migrations for django_extensions:
  25456. web_1 | - Nothing to migrate.
  25457. web_1 | - Loading initial data for django_extensions.
  25458. web_1 | Installed 0 object(s) from 0 fixture(s)
  25459. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25460. web_1 | [GCC 4.9.2] on linux2
  25461. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25462. web_1 | (InteractiveConsole)
  25463. web_1 |
  25464. web_1 | >>> >>> Starting the server
  25465. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25466. web_1 |
  25467. web_1 | Fatal error: Unable to find local grunt.
  25468. web_1 |
  25469. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25470. web_1 | your project. For more information about installing and configuring grunt,
  25471. web_1 | please see the Getting Started guide:
  25472. web_1 |
  25473. web_1 | http://gruntjs.com/getting-started
  25474. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25475. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25476. web_1 | Syncing...
  25477. web_1 | Creating tables ...
  25478. web_1 | Installing custom SQL ...
  25479. web_1 | Installing indexes ...
  25480. web_1 | Installed 0 object(s) from 0 fixture(s)
  25481. web_1 |
  25482. web_1 | Synced:
  25483. web_1 | > django.contrib.auth
  25484. web_1 | > django.contrib.contenttypes
  25485. web_1 | > django.contrib.sessions
  25486. web_1 | > django.contrib.sites
  25487. web_1 | > django.contrib.messages
  25488. web_1 | > django.contrib.staticfiles
  25489. web_1 | > django.contrib.admin
  25490. web_1 | > south
  25491. web_1 | > crispy_forms
  25492. web_1 | > avatar
  25493. web_1 | > bootstrap3
  25494. web_1 | > users
  25495. web_1 | > allauth
  25496. web_1 | > allauth.account
  25497. web_1 | > django.contrib.humanize
  25498. web_1 | > debug_toolbar
  25499. web_1 |
  25500. web_1 | Not synced (use migrations):
  25501. web_1 | - allauth.socialaccount
  25502. web_1 | - django_extensions
  25503. web_1 | (use ./manage.py migrate to migrate these)
  25504. web_1 | Running migrations for socialaccount:
  25505. web_1 | - Nothing to migrate.
  25506. web_1 | - Loading initial data for socialaccount.
  25507. web_1 | Installed 0 object(s) from 0 fixture(s)
  25508. web_1 | Running migrations for django_extensions:
  25509. web_1 | - Nothing to migrate.
  25510. web_1 | - Loading initial data for django_extensions.
  25511. web_1 | Installed 0 object(s) from 0 fixture(s)
  25512. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25513. web_1 | [GCC 4.9.2] on linux2
  25514. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25515. web_1 | (InteractiveConsole)
  25516. web_1 |
  25517. web_1 | >>> >>> Starting the server
  25518. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25519. web_1 |
  25520. web_1 | Fatal error: Unable to find local grunt.
  25521. web_1 |
  25522. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25523. web_1 | your project. For more information about installing and configuring grunt,
  25524. web_1 | please see the Getting Started guide:
  25525. web_1 |
  25526. web_1 | http://gruntjs.com/getting-started
  25527. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25528. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25529. web_1 | Syncing...
  25530. web_1 | Creating tables ...
  25531. web_1 | Installing custom SQL ...
  25532. web_1 | Installing indexes ...
  25533. web_1 | Installed 0 object(s) from 0 fixture(s)
  25534. web_1 |
  25535. web_1 | Synced:
  25536. web_1 | > django.contrib.auth
  25537. web_1 | > django.contrib.contenttypes
  25538. web_1 | > django.contrib.sessions
  25539. web_1 | > django.contrib.sites
  25540. web_1 | > django.contrib.messages
  25541. web_1 | > django.contrib.staticfiles
  25542. web_1 | > django.contrib.admin
  25543. web_1 | > south
  25544. web_1 | > crispy_forms
  25545. web_1 | > avatar
  25546. web_1 | > bootstrap3
  25547. web_1 | > users
  25548. web_1 | > allauth
  25549. web_1 | > allauth.account
  25550. web_1 | > django.contrib.humanize
  25551. web_1 | > debug_toolbar
  25552. web_1 |
  25553. web_1 | Not synced (use migrations):
  25554. web_1 | - allauth.socialaccount
  25555. web_1 | - django_extensions
  25556. web_1 | (use ./manage.py migrate to migrate these)
  25557. web_1 | Running migrations for socialaccount:
  25558. web_1 | - Nothing to migrate.
  25559. web_1 | - Loading initial data for socialaccount.
  25560. web_1 | Installed 0 object(s) from 0 fixture(s)
  25561. web_1 | Running migrations for django_extensions:
  25562. web_1 | - Nothing to migrate.
  25563. web_1 | - Loading initial data for django_extensions.
  25564. web_1 | Installed 0 object(s) from 0 fixture(s)
  25565. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25566. web_1 | [GCC 4.9.2] on linux2
  25567. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25568. web_1 | (InteractiveConsole)
  25569. web_1 |
  25570. web_1 | >>> >>> Starting the server
  25571. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25572. web_1 |
  25573. web_1 | Fatal error: Unable to find local grunt.
  25574. web_1 |
  25575. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25576. web_1 | your project. For more information about installing and configuring grunt,
  25577. web_1 | please see the Getting Started guide:
  25578. web_1 |
  25579. web_1 | http://gruntjs.com/getting-started
  25580. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25581. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25582. web_1 | Syncing...
  25583. web_1 | Creating tables ...
  25584. web_1 | Installing custom SQL ...
  25585. web_1 | Installing indexes ...
  25586. web_1 | Installed 0 object(s) from 0 fixture(s)
  25587. web_1 |
  25588. web_1 | Synced:
  25589. web_1 | > django.contrib.auth
  25590. web_1 | > django.contrib.contenttypes
  25591. web_1 | > django.contrib.sessions
  25592. web_1 | > django.contrib.sites
  25593. web_1 | > django.contrib.messages
  25594. web_1 | > django.contrib.staticfiles
  25595. web_1 | > django.contrib.admin
  25596. web_1 | > south
  25597. web_1 | > crispy_forms
  25598. web_1 | > avatar
  25599. web_1 | > bootstrap3
  25600. web_1 | > users
  25601. web_1 | > allauth
  25602. web_1 | > allauth.account
  25603. web_1 | > django.contrib.humanize
  25604. web_1 | > debug_toolbar
  25605. web_1 |
  25606. web_1 | Not synced (use migrations):
  25607. web_1 | - allauth.socialaccount
  25608. web_1 | - django_extensions
  25609. web_1 | (use ./manage.py migrate to migrate these)
  25610. web_1 | Running migrations for socialaccount:
  25611. web_1 | - Nothing to migrate.
  25612. web_1 | - Loading initial data for socialaccount.
  25613. web_1 | Installed 0 object(s) from 0 fixture(s)
  25614. web_1 | Running migrations for django_extensions:
  25615. web_1 | - Nothing to migrate.
  25616. web_1 | - Loading initial data for django_extensions.
  25617. web_1 | Installed 0 object(s) from 0 fixture(s)
  25618. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25619. web_1 | [GCC 4.9.2] on linux2
  25620. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25621. web_1 | (InteractiveConsole)
  25622. web_1 |
  25623. web_1 | >>> >>> Starting the server
  25624. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25625. web_1 |
  25626. web_1 | Fatal error: Unable to find local grunt.
  25627. web_1 |
  25628. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25629. web_1 | your project. For more information about installing and configuring grunt,
  25630. web_1 | please see the Getting Started guide:
  25631. web_1 |
  25632. web_1 | http://gruntjs.com/getting-started
  25633. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25634. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25635. web_1 | Syncing...
  25636. web_1 | Creating tables ...
  25637. web_1 | Installing custom SQL ...
  25638. web_1 | Installing indexes ...
  25639. web_1 | Installed 0 object(s) from 0 fixture(s)
  25640. web_1 |
  25641. web_1 | Synced:
  25642. web_1 | > django.contrib.auth
  25643. web_1 | > django.contrib.contenttypes
  25644. web_1 | > django.contrib.sessions
  25645. web_1 | > django.contrib.sites
  25646. web_1 | > django.contrib.messages
  25647. web_1 | > django.contrib.staticfiles
  25648. web_1 | > django.contrib.admin
  25649. web_1 | > south
  25650. web_1 | > crispy_forms
  25651. web_1 | > avatar
  25652. web_1 | > bootstrap3
  25653. web_1 | > users
  25654. web_1 | > allauth
  25655. web_1 | > allauth.account
  25656. web_1 | > django.contrib.humanize
  25657. web_1 | > debug_toolbar
  25658. web_1 |
  25659. web_1 | Not synced (use migrations):
  25660. web_1 | - allauth.socialaccount
  25661. web_1 | - django_extensions
  25662. web_1 | (use ./manage.py migrate to migrate these)
  25663. web_1 | Running migrations for socialaccount:
  25664. web_1 | - Nothing to migrate.
  25665. web_1 | - Loading initial data for socialaccount.
  25666. web_1 | Installed 0 object(s) from 0 fixture(s)
  25667. web_1 | Running migrations for django_extensions:
  25668. web_1 | - Nothing to migrate.
  25669. web_1 | - Loading initial data for django_extensions.
  25670. web_1 | Installed 0 object(s) from 0 fixture(s)
  25671. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25672. web_1 | [GCC 4.9.2] on linux2
  25673. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25674. web_1 | (InteractiveConsole)
  25675. web_1 |
  25676. web_1 | >>> >>> Starting the server
  25677. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25678. web_1 |
  25679. web_1 | Fatal error: Unable to find local grunt.
  25680. web_1 |
  25681. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25682. web_1 | your project. For more information about installing and configuring grunt,
  25683. web_1 | please see the Getting Started guide:
  25684. web_1 |
  25685. web_1 | http://gruntjs.com/getting-started
  25686. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25687. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25688. web_1 | Syncing...
  25689. web_1 | Creating tables ...
  25690. web_1 | Installing custom SQL ...
  25691. web_1 | Installing indexes ...
  25692. web_1 | Installed 0 object(s) from 0 fixture(s)
  25693. web_1 |
  25694. web_1 | Synced:
  25695. web_1 | > django.contrib.auth
  25696. web_1 | > django.contrib.contenttypes
  25697. web_1 | > django.contrib.sessions
  25698. web_1 | > django.contrib.sites
  25699. web_1 | > django.contrib.messages
  25700. web_1 | > django.contrib.staticfiles
  25701. web_1 | > django.contrib.admin
  25702. web_1 | > south
  25703. web_1 | > crispy_forms
  25704. web_1 | > avatar
  25705. web_1 | > bootstrap3
  25706. web_1 | > users
  25707. web_1 | > allauth
  25708. web_1 | > allauth.account
  25709. web_1 | > django.contrib.humanize
  25710. web_1 | > debug_toolbar
  25711. web_1 |
  25712. web_1 | Not synced (use migrations):
  25713. web_1 | - allauth.socialaccount
  25714. web_1 | - django_extensions
  25715. web_1 | (use ./manage.py migrate to migrate these)
  25716. web_1 | Running migrations for socialaccount:
  25717. web_1 | - Nothing to migrate.
  25718. web_1 | - Loading initial data for socialaccount.
  25719. web_1 | Installed 0 object(s) from 0 fixture(s)
  25720. web_1 | Running migrations for django_extensions:
  25721. web_1 | - Nothing to migrate.
  25722. web_1 | - Loading initial data for django_extensions.
  25723. web_1 | Installed 0 object(s) from 0 fixture(s)
  25724. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25725. web_1 | [GCC 4.9.2] on linux2
  25726. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25727. web_1 | (InteractiveConsole)
  25728. web_1 |
  25729. web_1 | >>> >>> Starting the server
  25730. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25731. web_1 |
  25732. web_1 | Fatal error: Unable to find local grunt.
  25733. web_1 |
  25734. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25735. web_1 | your project. For more information about installing and configuring grunt,
  25736. web_1 | please see the Getting Started guide:
  25737. web_1 |
  25738. web_1 | http://gruntjs.com/getting-started
  25739. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25740. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25741. web_1 | Syncing...
  25742. web_1 | Creating tables ...
  25743. web_1 | Installing custom SQL ...
  25744. web_1 | Installing indexes ...
  25745. web_1 | Installed 0 object(s) from 0 fixture(s)
  25746. web_1 |
  25747. web_1 | Synced:
  25748. web_1 | > django.contrib.auth
  25749. web_1 | > django.contrib.contenttypes
  25750. web_1 | > django.contrib.sessions
  25751. web_1 | > django.contrib.sites
  25752. web_1 | > django.contrib.messages
  25753. web_1 | > django.contrib.staticfiles
  25754. web_1 | > django.contrib.admin
  25755. web_1 | > south
  25756. web_1 | > crispy_forms
  25757. web_1 | > avatar
  25758. web_1 | > bootstrap3
  25759. web_1 | > users
  25760. web_1 | > allauth
  25761. web_1 | > allauth.account
  25762. web_1 | > django.contrib.humanize
  25763. web_1 | > debug_toolbar
  25764. web_1 |
  25765. web_1 | Not synced (use migrations):
  25766. web_1 | - allauth.socialaccount
  25767. web_1 | - django_extensions
  25768. web_1 | (use ./manage.py migrate to migrate these)
  25769. web_1 | Running migrations for socialaccount:
  25770. web_1 | - Nothing to migrate.
  25771. web_1 | - Loading initial data for socialaccount.
  25772. web_1 | Installed 0 object(s) from 0 fixture(s)
  25773. web_1 | Running migrations for django_extensions:
  25774. web_1 | - Nothing to migrate.
  25775. web_1 | - Loading initial data for django_extensions.
  25776. web_1 | Installed 0 object(s) from 0 fixture(s)
  25777. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25778. web_1 | [GCC 4.9.2] on linux2
  25779. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25780. web_1 | (InteractiveConsole)
  25781. web_1 |
  25782. web_1 | >>> >>> Starting the server
  25783. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25784. web_1 |
  25785. web_1 | Fatal error: Unable to find local grunt.
  25786. web_1 |
  25787. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25788. web_1 | your project. For more information about installing and configuring grunt,
  25789. web_1 | please see the Getting Started guide:
  25790. web_1 |
  25791. web_1 | http://gruntjs.com/getting-started
  25792. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25793. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25794. web_1 | Syncing...
  25795. web_1 | Creating tables ...
  25796. web_1 | Installing custom SQL ...
  25797. web_1 | Installing indexes ...
  25798. web_1 | Installed 0 object(s) from 0 fixture(s)
  25799. web_1 |
  25800. web_1 | Synced:
  25801. web_1 | > django.contrib.auth
  25802. web_1 | > django.contrib.contenttypes
  25803. web_1 | > django.contrib.sessions
  25804. web_1 | > django.contrib.sites
  25805. web_1 | > django.contrib.messages
  25806. web_1 | > django.contrib.staticfiles
  25807. web_1 | > django.contrib.admin
  25808. web_1 | > south
  25809. web_1 | > crispy_forms
  25810. web_1 | > avatar
  25811. web_1 | > bootstrap3
  25812. web_1 | > users
  25813. web_1 | > allauth
  25814. web_1 | > allauth.account
  25815. web_1 | > django.contrib.humanize
  25816. web_1 | > debug_toolbar
  25817. web_1 |
  25818. web_1 | Not synced (use migrations):
  25819. web_1 | - allauth.socialaccount
  25820. web_1 | - django_extensions
  25821. web_1 | (use ./manage.py migrate to migrate these)
  25822. web_1 | Running migrations for socialaccount:
  25823. web_1 | - Nothing to migrate.
  25824. web_1 | - Loading initial data for socialaccount.
  25825. web_1 | Installed 0 object(s) from 0 fixture(s)
  25826. web_1 | Running migrations for django_extensions:
  25827. web_1 | - Nothing to migrate.
  25828. web_1 | - Loading initial data for django_extensions.
  25829. web_1 | Installed 0 object(s) from 0 fixture(s)
  25830. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25831. web_1 | [GCC 4.9.2] on linux2
  25832. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25833. web_1 | (InteractiveConsole)
  25834. web_1 |
  25835. web_1 | >>> >>> Starting the server
  25836. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25837. web_1 |
  25838. web_1 | Fatal error: Unable to find local grunt.
  25839. web_1 |
  25840. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25841. web_1 | your project. For more information about installing and configuring grunt,
  25842. web_1 | please see the Getting Started guide:
  25843. web_1 |
  25844. web_1 | http://gruntjs.com/getting-started
  25845. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25846. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25847. web_1 | Syncing...
  25848. web_1 | Creating tables ...
  25849. web_1 | Installing custom SQL ...
  25850. web_1 | Installing indexes ...
  25851. web_1 | Installed 0 object(s) from 0 fixture(s)
  25852. web_1 |
  25853. web_1 | Synced:
  25854. web_1 | > django.contrib.auth
  25855. web_1 | > django.contrib.contenttypes
  25856. web_1 | > django.contrib.sessions
  25857. web_1 | > django.contrib.sites
  25858. web_1 | > django.contrib.messages
  25859. web_1 | > django.contrib.staticfiles
  25860. web_1 | > django.contrib.admin
  25861. web_1 | > south
  25862. web_1 | > crispy_forms
  25863. web_1 | > avatar
  25864. web_1 | > bootstrap3
  25865. web_1 | > users
  25866. web_1 | > allauth
  25867. web_1 | > allauth.account
  25868. web_1 | > django.contrib.humanize
  25869. web_1 | > debug_toolbar
  25870. web_1 |
  25871. web_1 | Not synced (use migrations):
  25872. web_1 | - allauth.socialaccount
  25873. web_1 | - django_extensions
  25874. web_1 | (use ./manage.py migrate to migrate these)
  25875. web_1 | Running migrations for socialaccount:
  25876. web_1 | - Nothing to migrate.
  25877. web_1 | - Loading initial data for socialaccount.
  25878. web_1 | Installed 0 object(s) from 0 fixture(s)
  25879. web_1 | Running migrations for django_extensions:
  25880. web_1 | - Nothing to migrate.
  25881. web_1 | - Loading initial data for django_extensions.
  25882. web_1 | Installed 0 object(s) from 0 fixture(s)
  25883. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25884. web_1 | [GCC 4.9.2] on linux2
  25885. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25886. web_1 | (InteractiveConsole)
  25887. web_1 |
  25888. web_1 | >>> >>> Starting the server
  25889. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25890. web_1 |
  25891. web_1 | Fatal error: Unable to find local grunt.
  25892. web_1 |
  25893. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25894. web_1 | your project. For more information about installing and configuring grunt,
  25895. web_1 | please see the Getting Started guide:
  25896. web_1 |
  25897. web_1 | http://gruntjs.com/getting-started
  25898. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25899. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25900. web_1 | Syncing...
  25901. web_1 | Creating tables ...
  25902. web_1 | Installing custom SQL ...
  25903. web_1 | Installing indexes ...
  25904. web_1 | Installed 0 object(s) from 0 fixture(s)
  25905. web_1 |
  25906. web_1 | Synced:
  25907. web_1 | > django.contrib.auth
  25908. web_1 | > django.contrib.contenttypes
  25909. web_1 | > django.contrib.sessions
  25910. web_1 | > django.contrib.sites
  25911. web_1 | > django.contrib.messages
  25912. web_1 | > django.contrib.staticfiles
  25913. web_1 | > django.contrib.admin
  25914. web_1 | > south
  25915. web_1 | > crispy_forms
  25916. web_1 | > avatar
  25917. web_1 | > bootstrap3
  25918. web_1 | > users
  25919. web_1 | > allauth
  25920. web_1 | > allauth.account
  25921. web_1 | > django.contrib.humanize
  25922. web_1 | > debug_toolbar
  25923. web_1 |
  25924. web_1 | Not synced (use migrations):
  25925. web_1 | - allauth.socialaccount
  25926. web_1 | - django_extensions
  25927. web_1 | (use ./manage.py migrate to migrate these)
  25928. web_1 | Running migrations for socialaccount:
  25929. web_1 | - Nothing to migrate.
  25930. web_1 | - Loading initial data for socialaccount.
  25931. web_1 | Installed 0 object(s) from 0 fixture(s)
  25932. web_1 | Running migrations for django_extensions:
  25933. web_1 | - Nothing to migrate.
  25934. web_1 | - Loading initial data for django_extensions.
  25935. web_1 | Installed 0 object(s) from 0 fixture(s)
  25936. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25937. web_1 | [GCC 4.9.2] on linux2
  25938. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25939. web_1 | (InteractiveConsole)
  25940. web_1 |
  25941. web_1 | >>> >>> Starting the server
  25942. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25943. web_1 |
  25944. web_1 | Fatal error: Unable to find local grunt.
  25945. web_1 |
  25946. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  25947. web_1 | your project. For more information about installing and configuring grunt,
  25948. web_1 | please see the Getting Started guide:
  25949. web_1 |
  25950. web_1 | http://gruntjs.com/getting-started
  25951. web_1 | Starting OpenBSD Secure Shell server: sshd.
  25952. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  25953. web_1 | Syncing...
  25954. web_1 | Creating tables ...
  25955. web_1 | Installing custom SQL ...
  25956. web_1 | Installing indexes ...
  25957. web_1 | Installed 0 object(s) from 0 fixture(s)
  25958. web_1 |
  25959. web_1 | Synced:
  25960. web_1 | > django.contrib.auth
  25961. web_1 | > django.contrib.contenttypes
  25962. web_1 | > django.contrib.sessions
  25963. web_1 | > django.contrib.sites
  25964. web_1 | > django.contrib.messages
  25965. web_1 | > django.contrib.staticfiles
  25966. web_1 | > django.contrib.admin
  25967. web_1 | > south
  25968. web_1 | > crispy_forms
  25969. web_1 | > avatar
  25970. web_1 | > bootstrap3
  25971. web_1 | > users
  25972. web_1 | > allauth
  25973. web_1 | > allauth.account
  25974. web_1 | > django.contrib.humanize
  25975. web_1 | > debug_toolbar
  25976. web_1 |
  25977. web_1 | Not synced (use migrations):
  25978. web_1 | - allauth.socialaccount
  25979. web_1 | - django_extensions
  25980. web_1 | (use ./manage.py migrate to migrate these)
  25981. web_1 | Running migrations for socialaccount:
  25982. web_1 | - Nothing to migrate.
  25983. web_1 | - Loading initial data for socialaccount.
  25984. web_1 | Installed 0 object(s) from 0 fixture(s)
  25985. web_1 | Running migrations for django_extensions:
  25986. web_1 | - Nothing to migrate.
  25987. web_1 | - Loading initial data for django_extensions.
  25988. web_1 | Installed 0 object(s) from 0 fixture(s)
  25989. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  25990. web_1 | [GCC 4.9.2] on linux2
  25991. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  25992. web_1 | (InteractiveConsole)
  25993. web_1 |
  25994. web_1 | >>> >>> Starting the server
  25995. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  25996. web_1 |
  25997. web_1 | Fatal error: Unable to find local grunt.
  25998. web_1 |
  25999. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26000. web_1 | your project. For more information about installing and configuring grunt,
  26001. web_1 | please see the Getting Started guide:
  26002. web_1 |
  26003. web_1 | http://gruntjs.com/getting-started
  26004. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26005. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26006. web_1 | Syncing...
  26007. web_1 | Creating tables ...
  26008. web_1 | Installing custom SQL ...
  26009. web_1 | Installing indexes ...
  26010. web_1 | Installed 0 object(s) from 0 fixture(s)
  26011. web_1 |
  26012. web_1 | Synced:
  26013. web_1 | > django.contrib.auth
  26014. web_1 | > django.contrib.contenttypes
  26015. web_1 | > django.contrib.sessions
  26016. web_1 | > django.contrib.sites
  26017. web_1 | > django.contrib.messages
  26018. web_1 | > django.contrib.staticfiles
  26019. web_1 | > django.contrib.admin
  26020. web_1 | > south
  26021. web_1 | > crispy_forms
  26022. web_1 | > avatar
  26023. web_1 | > bootstrap3
  26024. web_1 | > users
  26025. web_1 | > allauth
  26026. web_1 | > allauth.account
  26027. web_1 | > django.contrib.humanize
  26028. web_1 | > debug_toolbar
  26029. web_1 |
  26030. web_1 | Not synced (use migrations):
  26031. web_1 | - allauth.socialaccount
  26032. web_1 | - django_extensions
  26033. web_1 | (use ./manage.py migrate to migrate these)
  26034. web_1 | Running migrations for socialaccount:
  26035. web_1 | - Nothing to migrate.
  26036. web_1 | - Loading initial data for socialaccount.
  26037. web_1 | Installed 0 object(s) from 0 fixture(s)
  26038. web_1 | Running migrations for django_extensions:
  26039. web_1 | - Nothing to migrate.
  26040. web_1 | - Loading initial data for django_extensions.
  26041. web_1 | Installed 0 object(s) from 0 fixture(s)
  26042. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26043. web_1 | [GCC 4.9.2] on linux2
  26044. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26045. web_1 | (InteractiveConsole)
  26046. web_1 |
  26047. web_1 | >>> >>> Starting the server
  26048. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26049. web_1 |
  26050. web_1 | Fatal error: Unable to find local grunt.
  26051. web_1 |
  26052. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26053. web_1 | your project. For more information about installing and configuring grunt,
  26054. web_1 | please see the Getting Started guide:
  26055. web_1 |
  26056. web_1 | http://gruntjs.com/getting-started
  26057. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26058. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26059. web_1 | Syncing...
  26060. web_1 | Creating tables ...
  26061. web_1 | Installing custom SQL ...
  26062. web_1 | Installing indexes ...
  26063. web_1 | Installed 0 object(s) from 0 fixture(s)
  26064. web_1 |
  26065. web_1 | Synced:
  26066. web_1 | > django.contrib.auth
  26067. web_1 | > django.contrib.contenttypes
  26068. web_1 | > django.contrib.sessions
  26069. web_1 | > django.contrib.sites
  26070. web_1 | > django.contrib.messages
  26071. web_1 | > django.contrib.staticfiles
  26072. web_1 | > django.contrib.admin
  26073. web_1 | > south
  26074. web_1 | > crispy_forms
  26075. web_1 | > avatar
  26076. web_1 | > bootstrap3
  26077. web_1 | > users
  26078. web_1 | > allauth
  26079. web_1 | > allauth.account
  26080. web_1 | > django.contrib.humanize
  26081. web_1 | > debug_toolbar
  26082. web_1 |
  26083. web_1 | Not synced (use migrations):
  26084. web_1 | - allauth.socialaccount
  26085. web_1 | - django_extensions
  26086. web_1 | (use ./manage.py migrate to migrate these)
  26087. web_1 | Running migrations for socialaccount:
  26088. web_1 | - Nothing to migrate.
  26089. web_1 | - Loading initial data for socialaccount.
  26090. web_1 | Installed 0 object(s) from 0 fixture(s)
  26091. web_1 | Running migrations for django_extensions:
  26092. web_1 | - Nothing to migrate.
  26093. web_1 | - Loading initial data for django_extensions.
  26094. web_1 | Installed 0 object(s) from 0 fixture(s)
  26095. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26096. web_1 | [GCC 4.9.2] on linux2
  26097. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26098. web_1 | (InteractiveConsole)
  26099. web_1 |
  26100. web_1 | >>> >>> Starting the server
  26101. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26102. web_1 |
  26103. web_1 | Fatal error: Unable to find local grunt.
  26104. web_1 |
  26105. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26106. web_1 | your project. For more information about installing and configuring grunt,
  26107. web_1 | please see the Getting Started guide:
  26108. web_1 |
  26109. web_1 | http://gruntjs.com/getting-started
  26110. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26111. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26112. web_1 | Syncing...
  26113. web_1 | Creating tables ...
  26114. web_1 | Installing custom SQL ...
  26115. web_1 | Installing indexes ...
  26116. web_1 | Installed 0 object(s) from 0 fixture(s)
  26117. web_1 |
  26118. web_1 | Synced:
  26119. web_1 | > django.contrib.auth
  26120. web_1 | > django.contrib.contenttypes
  26121. web_1 | > django.contrib.sessions
  26122. web_1 | > django.contrib.sites
  26123. web_1 | > django.contrib.messages
  26124. web_1 | > django.contrib.staticfiles
  26125. web_1 | > django.contrib.admin
  26126. web_1 | > south
  26127. web_1 | > crispy_forms
  26128. web_1 | > avatar
  26129. web_1 | > bootstrap3
  26130. web_1 | > users
  26131. web_1 | > allauth
  26132. web_1 | > allauth.account
  26133. web_1 | > django.contrib.humanize
  26134. web_1 | > debug_toolbar
  26135. web_1 |
  26136. web_1 | Not synced (use migrations):
  26137. web_1 | - allauth.socialaccount
  26138. web_1 | - django_extensions
  26139. web_1 | (use ./manage.py migrate to migrate these)
  26140. web_1 | Running migrations for socialaccount:
  26141. web_1 | - Nothing to migrate.
  26142. web_1 | - Loading initial data for socialaccount.
  26143. web_1 | Installed 0 object(s) from 0 fixture(s)
  26144. web_1 | Running migrations for django_extensions:
  26145. web_1 | - Nothing to migrate.
  26146. web_1 | - Loading initial data for django_extensions.
  26147. web_1 | Installed 0 object(s) from 0 fixture(s)
  26148. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26149. web_1 | [GCC 4.9.2] on linux2
  26150. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26151. web_1 | (InteractiveConsole)
  26152. web_1 |
  26153. web_1 | >>> >>> Starting the server
  26154. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26155. web_1 |
  26156. web_1 | Fatal error: Unable to find local grunt.
  26157. web_1 |
  26158. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26159. web_1 | your project. For more information about installing and configuring grunt,
  26160. web_1 | please see the Getting Started guide:
  26161. web_1 |
  26162. web_1 | http://gruntjs.com/getting-started
  26163. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26164. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26165. web_1 | Syncing...
  26166. web_1 | Creating tables ...
  26167. web_1 | Installing custom SQL ...
  26168. web_1 | Installing indexes ...
  26169. web_1 | Installed 0 object(s) from 0 fixture(s)
  26170. web_1 |
  26171. web_1 | Synced:
  26172. web_1 | > django.contrib.auth
  26173. web_1 | > django.contrib.contenttypes
  26174. web_1 | > django.contrib.sessions
  26175. web_1 | > django.contrib.sites
  26176. web_1 | > django.contrib.messages
  26177. web_1 | > django.contrib.staticfiles
  26178. web_1 | > django.contrib.admin
  26179. web_1 | > south
  26180. web_1 | > crispy_forms
  26181. web_1 | > avatar
  26182. web_1 | > bootstrap3
  26183. web_1 | > users
  26184. web_1 | > allauth
  26185. web_1 | > allauth.account
  26186. web_1 | > django.contrib.humanize
  26187. web_1 | > debug_toolbar
  26188. web_1 |
  26189. web_1 | Not synced (use migrations):
  26190. web_1 | - allauth.socialaccount
  26191. web_1 | - django_extensions
  26192. web_1 | (use ./manage.py migrate to migrate these)
  26193. web_1 | Running migrations for socialaccount:
  26194. web_1 | - Nothing to migrate.
  26195. web_1 | - Loading initial data for socialaccount.
  26196. web_1 | Installed 0 object(s) from 0 fixture(s)
  26197. web_1 | Running migrations for django_extensions:
  26198. web_1 | - Nothing to migrate.
  26199. web_1 | - Loading initial data for django_extensions.
  26200. web_1 | Installed 0 object(s) from 0 fixture(s)
  26201. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26202. web_1 | [GCC 4.9.2] on linux2
  26203. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26204. web_1 | (InteractiveConsole)
  26205. web_1 |
  26206. web_1 | >>> >>> Starting the server
  26207. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26208. web_1 |
  26209. web_1 | Fatal error: Unable to find local grunt.
  26210. web_1 |
  26211. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26212. web_1 | your project. For more information about installing and configuring grunt,
  26213. web_1 | please see the Getting Started guide:
  26214. web_1 |
  26215. web_1 | http://gruntjs.com/getting-started
  26216. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26217. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26218. web_1 | Syncing...
  26219. web_1 | Creating tables ...
  26220. web_1 | Installing custom SQL ...
  26221. web_1 | Installing indexes ...
  26222. web_1 | Installed 0 object(s) from 0 fixture(s)
  26223. web_1 |
  26224. web_1 | Synced:
  26225. web_1 | > django.contrib.auth
  26226. web_1 | > django.contrib.contenttypes
  26227. web_1 | > django.contrib.sessions
  26228. web_1 | > django.contrib.sites
  26229. web_1 | > django.contrib.messages
  26230. web_1 | > django.contrib.staticfiles
  26231. web_1 | > django.contrib.admin
  26232. web_1 | > south
  26233. web_1 | > crispy_forms
  26234. web_1 | > avatar
  26235. web_1 | > bootstrap3
  26236. web_1 | > users
  26237. web_1 | > allauth
  26238. web_1 | > allauth.account
  26239. web_1 | > django.contrib.humanize
  26240. web_1 | > debug_toolbar
  26241. web_1 |
  26242. web_1 | Not synced (use migrations):
  26243. web_1 | - allauth.socialaccount
  26244. web_1 | - django_extensions
  26245. web_1 | (use ./manage.py migrate to migrate these)
  26246. web_1 | Running migrations for socialaccount:
  26247. web_1 | - Nothing to migrate.
  26248. web_1 | - Loading initial data for socialaccount.
  26249. web_1 | Installed 0 object(s) from 0 fixture(s)
  26250. web_1 | Running migrations for django_extensions:
  26251. web_1 | - Nothing to migrate.
  26252. web_1 | - Loading initial data for django_extensions.
  26253. web_1 | Installed 0 object(s) from 0 fixture(s)
  26254. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26255. web_1 | [GCC 4.9.2] on linux2
  26256. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26257. web_1 | (InteractiveConsole)
  26258. web_1 |
  26259. web_1 | >>> >>> Starting the server
  26260. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26261. web_1 |
  26262. web_1 | Fatal error: Unable to find local grunt.
  26263. web_1 |
  26264. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26265. web_1 | your project. For more information about installing and configuring grunt,
  26266. web_1 | please see the Getting Started guide:
  26267. web_1 |
  26268. web_1 | http://gruntjs.com/getting-started
  26269. oclweb_web_1 exited with code 99
  26270. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26271. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26272. web_1 | Syncing...
  26273. web_1 | Traceback (most recent call last):
  26274. web_1 | File "ocl_web/manage.py", line 19, in <module>
  26275. web_1 | execute_from_command_line(sys.argv)
  26276. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  26277. web_1 | utility.execute()
  26278. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  26279. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  26280. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  26281. web_1 | self.execute(*args, **options.__dict__)
  26282. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  26283. web_1 | output = self.handle(*args, **options)
  26284. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  26285. web_1 | return self.handle_noargs(**options)
  26286. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  26287. web_1 | syncdb.Command().execute(**options)
  26288. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  26289. web_1 | output = self.handle(*args, **options)
  26290. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  26291. web_1 | return self.handle_noargs(**options)
  26292. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  26293. web_1 | cursor = connection.cursor()
  26294. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  26295. web_1 | cursor = self.make_debug_cursor(self._cursor())
  26296. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  26297. web_1 | self.ensure_connection()
  26298. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26299. web_1 | self.connect()
  26300. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  26301. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  26302. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26303. web_1 | self.connect()
  26304. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  26305. web_1 | self.connection = self.get_new_connection(conn_params)
  26306. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  26307. web_1 | return Database.connect(**conn_params)
  26308. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  26309. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  26310. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  26311. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  26312. web_1 | TCP/IP connections on port 5432?
  26313. web_1 |
  26314. web_1 | Traceback (most recent call last):
  26315. web_1 | File "ocl_web/manage.py", line 19, in <module>
  26316. web_1 | execute_from_command_line(sys.argv)
  26317. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  26318. web_1 | utility.execute()
  26319. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  26320. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  26321. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  26322. web_1 | self.execute(*args, **options.__dict__)
  26323. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  26324. web_1 | output = self.handle(*args, **options)
  26325. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  26326. web_1 | ignore_ghosts = ignore_ghosts,
  26327. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  26328. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  26329. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  26330. web_1 | for h in histories:
  26331. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  26332. web_1 | self._fetch_all()
  26333. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  26334. web_1 | self._result_cache = list(self.iterator())
  26335. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  26336. web_1 | for row in compiler.results_iter():
  26337. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  26338. web_1 | for rows in self.execute_sql(MULTI):
  26339. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  26340. web_1 | cursor = self.connection.cursor()
  26341. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  26342. web_1 | cursor = self.make_debug_cursor(self._cursor())
  26343. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  26344. web_1 | self.ensure_connection()
  26345. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26346. web_1 | self.connect()
  26347. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  26348. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  26349. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26350. web_1 | self.connect()
  26351. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  26352. web_1 | self.connection = self.get_new_connection(conn_params)
  26353. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  26354. web_1 | return Database.connect(**conn_params)
  26355. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  26356. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  26357. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  26358. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  26359. web_1 | TCP/IP connections on port 5432?
  26360. web_1 |
  26361. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26362. web_1 | [GCC 4.9.2] on linux2
  26363. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26364. web_1 | (InteractiveConsole)
  26365. web_1 | Traceback (most recent call last):
  26366. web_1 | File "<console>", line 1, in <module>
  26367. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  26368. web_1 | return self.query.get_count(using=self.db)
  26369. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  26370. web_1 | number = obj.get_aggregation(using=using)[None]
  26371. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  26372. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  26373. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  26374. web_1 | cursor = self.connection.cursor()
  26375. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  26376. web_1 | cursor = self.make_debug_cursor(self._cursor())
  26377. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  26378. web_1 | self.ensure_connection()
  26379. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26380. web_1 | self.connect()
  26381. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  26382. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  26383. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  26384. web_1 | self.connect()
  26385. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  26386. web_1 | self.connection = self.get_new_connection(conn_params)
  26387. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  26388. web_1 | return Database.connect(**conn_params)
  26389. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  26390. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  26391. web_1 | OperationalError: could not connect to server: Connection refused
  26392. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  26393. web_1 | TCP/IP connections on port 5432?
  26394. web_1 |
  26395. web_1 |
  26396. web_1 | >>> >>> Starting the server
  26397. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26398. web_1 |
  26399. web_1 | Fatal error: Unable to find local grunt.
  26400. web_1 |
  26401. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26402. web_1 | your project. For more information about installing and configuring grunt,
  26403. web_1 | please see the Getting Started guide:
  26404. web_1 |
  26405. web_1 | http://gruntjs.com/getting-started
  26406. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26407. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26408. web_1 | Syncing...
  26409. web_1 | Creating tables ...
  26410. web_1 | Creating table auth_permission
  26411. web_1 | Creating table auth_group_permissions
  26412. web_1 | Creating table auth_group
  26413. web_1 | Creating table django_content_type
  26414. web_1 | Creating table django_session
  26415. web_1 | Creating table django_site
  26416. web_1 | Creating table django_admin_log
  26417. web_1 | Creating table south_migrationhistory
  26418. web_1 | Creating table avatar_avatar
  26419. web_1 | Creating table users_user_groups
  26420. web_1 | Creating table users_user_user_permissions
  26421. web_1 | Creating table users_user
  26422. web_1 | Creating table account_emailaddress
  26423. web_1 | Creating table account_emailconfirmation
  26424. web_1 | Installing custom SQL ...
  26425. web_1 | Installing indexes ...
  26426. web_1 | Installed 0 object(s) from 0 fixture(s)
  26427. web_1 |
  26428. web_1 | Synced:
  26429. web_1 | > django.contrib.auth
  26430. web_1 | > django.contrib.contenttypes
  26431. web_1 | > django.contrib.sessions
  26432. web_1 | > django.contrib.sites
  26433. web_1 | > django.contrib.messages
  26434. web_1 | > django.contrib.staticfiles
  26435. web_1 | > django.contrib.admin
  26436. web_1 | > south
  26437. web_1 | > crispy_forms
  26438. web_1 | > avatar
  26439. web_1 | > bootstrap3
  26440. web_1 | > users
  26441. web_1 | > allauth
  26442. web_1 | > allauth.account
  26443. web_1 | > django.contrib.humanize
  26444. web_1 | > debug_toolbar
  26445. web_1 |
  26446. web_1 | Not synced (use migrations):
  26447. web_1 | - allauth.socialaccount
  26448. web_1 | - django_extensions
  26449. web_1 | (use ./manage.py migrate to migrate these)
  26450. web_1 | Running migrations for socialaccount:
  26451. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  26452. web_1 | > socialaccount:0001_initial
  26453. web_1 | > socialaccount:0002_genericmodels
  26454. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  26455. web_1 | > socialaccount:0004_add_sites
  26456. web_1 | > socialaccount:0005_set_sites
  26457. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  26458. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  26459. web_1 | > socialaccount:0008_client_id
  26460. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  26461. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  26462. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  26463. web_1 | - Loading initial data for socialaccount.
  26464. web_1 | Installed 0 object(s) from 0 fixture(s)
  26465. web_1 | Running migrations for django_extensions:
  26466. web_1 | - Migrating forwards to 0001_empty.
  26467. web_1 | > django_extensions:0001_empty
  26468. web_1 | - Loading initial data for django_extensions.
  26469. web_1 | Installed 0 object(s) from 0 fixture(s)
  26470. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26471. web_1 | [GCC 4.9.2] on linux2
  26472. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26473. web_1 | (InteractiveConsole)
  26474. web_1 |
  26475. web_1 | >>> >>> Starting the server
  26476. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26477. web_1 |
  26478. web_1 | Fatal error: Unable to find local grunt.
  26479. web_1 |
  26480. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26481. web_1 | your project. For more information about installing and configuring grunt,
  26482. web_1 | please see the Getting Started guide:
  26483. web_1 |
  26484. web_1 | http://gruntjs.com/getting-started
  26485. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26486. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26487. web_1 | Syncing...
  26488. web_1 | Creating tables ...
  26489. web_1 | Installing custom SQL ...
  26490. web_1 | Installing indexes ...
  26491. web_1 | Installed 0 object(s) from 0 fixture(s)
  26492. web_1 |
  26493. web_1 | Synced:
  26494. web_1 | > django.contrib.auth
  26495. web_1 | > django.contrib.contenttypes
  26496. web_1 | > django.contrib.sessions
  26497. web_1 | > django.contrib.sites
  26498. web_1 | > django.contrib.messages
  26499. web_1 | > django.contrib.staticfiles
  26500. web_1 | > django.contrib.admin
  26501. web_1 | > south
  26502. web_1 | > crispy_forms
  26503. web_1 | > avatar
  26504. web_1 | > bootstrap3
  26505. web_1 | > users
  26506. web_1 | > allauth
  26507. web_1 | > allauth.account
  26508. web_1 | > django.contrib.humanize
  26509. web_1 | > debug_toolbar
  26510. web_1 |
  26511. web_1 | Not synced (use migrations):
  26512. web_1 | - allauth.socialaccount
  26513. web_1 | - django_extensions
  26514. web_1 | (use ./manage.py migrate to migrate these)
  26515. web_1 | Running migrations for socialaccount:
  26516. web_1 | - Nothing to migrate.
  26517. web_1 | - Loading initial data for socialaccount.
  26518. web_1 | Installed 0 object(s) from 0 fixture(s)
  26519. web_1 | Running migrations for django_extensions:
  26520. web_1 | - Nothing to migrate.
  26521. web_1 | - Loading initial data for django_extensions.
  26522. web_1 | Installed 0 object(s) from 0 fixture(s)
  26523. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26524. web_1 | [GCC 4.9.2] on linux2
  26525. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26526. web_1 | (InteractiveConsole)
  26527. web_1 |
  26528. web_1 | >>> >>> Starting the server
  26529. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26530. web_1 |
  26531. web_1 | Fatal error: Unable to find local grunt.
  26532. web_1 |
  26533. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26534. web_1 | your project. For more information about installing and configuring grunt,
  26535. web_1 | please see the Getting Started guide:
  26536. web_1 |
  26537. web_1 | http://gruntjs.com/getting-started
  26538. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26539. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26540. web_1 | Syncing...
  26541. web_1 | Creating tables ...
  26542. web_1 | Installing custom SQL ...
  26543. web_1 | Installing indexes ...
  26544. web_1 | Installed 0 object(s) from 0 fixture(s)
  26545. web_1 |
  26546. web_1 | Synced:
  26547. web_1 | > django.contrib.auth
  26548. web_1 | > django.contrib.contenttypes
  26549. web_1 | > django.contrib.sessions
  26550. web_1 | > django.contrib.sites
  26551. web_1 | > django.contrib.messages
  26552. web_1 | > django.contrib.staticfiles
  26553. web_1 | > django.contrib.admin
  26554. web_1 | > south
  26555. web_1 | > crispy_forms
  26556. web_1 | > avatar
  26557. web_1 | > bootstrap3
  26558. web_1 | > users
  26559. web_1 | > allauth
  26560. web_1 | > allauth.account
  26561. web_1 | > django.contrib.humanize
  26562. web_1 | > debug_toolbar
  26563. web_1 |
  26564. web_1 | Not synced (use migrations):
  26565. web_1 | - allauth.socialaccount
  26566. web_1 | - django_extensions
  26567. web_1 | (use ./manage.py migrate to migrate these)
  26568. web_1 | Running migrations for socialaccount:
  26569. web_1 | - Nothing to migrate.
  26570. web_1 | - Loading initial data for socialaccount.
  26571. web_1 | Installed 0 object(s) from 0 fixture(s)
  26572. web_1 | Running migrations for django_extensions:
  26573. web_1 | - Nothing to migrate.
  26574. web_1 | - Loading initial data for django_extensions.
  26575. web_1 | Installed 0 object(s) from 0 fixture(s)
  26576. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26577. web_1 | [GCC 4.9.2] on linux2
  26578. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26579. web_1 | (InteractiveConsole)
  26580. web_1 |
  26581. web_1 | >>> >>> Starting the server
  26582. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26583. web_1 |
  26584. web_1 | Fatal error: Unable to find local grunt.
  26585. web_1 |
  26586. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26587. web_1 | your project. For more information about installing and configuring grunt,
  26588. web_1 | please see the Getting Started guide:
  26589. web_1 |
  26590. web_1 | http://gruntjs.com/getting-started
  26591. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26592. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26593. web_1 | Syncing...
  26594. web_1 | Creating tables ...
  26595. web_1 | Installing custom SQL ...
  26596. web_1 | Installing indexes ...
  26597. web_1 | Installed 0 object(s) from 0 fixture(s)
  26598. web_1 |
  26599. web_1 | Synced:
  26600. web_1 | > django.contrib.auth
  26601. web_1 | > django.contrib.contenttypes
  26602. web_1 | > django.contrib.sessions
  26603. web_1 | > django.contrib.sites
  26604. web_1 | > django.contrib.messages
  26605. web_1 | > django.contrib.staticfiles
  26606. web_1 | > django.contrib.admin
  26607. web_1 | > south
  26608. web_1 | > crispy_forms
  26609. web_1 | > avatar
  26610. web_1 | > bootstrap3
  26611. web_1 | > users
  26612. web_1 | > allauth
  26613. web_1 | > allauth.account
  26614. web_1 | > django.contrib.humanize
  26615. web_1 | > debug_toolbar
  26616. web_1 |
  26617. web_1 | Not synced (use migrations):
  26618. web_1 | - allauth.socialaccount
  26619. web_1 | - django_extensions
  26620. web_1 | (use ./manage.py migrate to migrate these)
  26621. web_1 | Running migrations for socialaccount:
  26622. web_1 | - Nothing to migrate.
  26623. web_1 | - Loading initial data for socialaccount.
  26624. web_1 | Installed 0 object(s) from 0 fixture(s)
  26625. web_1 | Running migrations for django_extensions:
  26626. web_1 | - Nothing to migrate.
  26627. web_1 | - Loading initial data for django_extensions.
  26628. web_1 | Installed 0 object(s) from 0 fixture(s)
  26629. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26630. web_1 | [GCC 4.9.2] on linux2
  26631. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26632. web_1 | (InteractiveConsole)
  26633. web_1 |
  26634. web_1 | >>> >>> Starting the server
  26635. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26636. web_1 |
  26637. web_1 | Fatal error: Unable to find local grunt.
  26638. web_1 |
  26639. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26640. web_1 | your project. For more information about installing and configuring grunt,
  26641. web_1 | please see the Getting Started guide:
  26642. web_1 |
  26643. web_1 | http://gruntjs.com/getting-started
  26644. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26645. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26646. web_1 | Syncing...
  26647. web_1 | Creating tables ...
  26648. web_1 | Installing custom SQL ...
  26649. web_1 | Installing indexes ...
  26650. web_1 | Installed 0 object(s) from 0 fixture(s)
  26651. web_1 |
  26652. web_1 | Synced:
  26653. web_1 | > django.contrib.auth
  26654. web_1 | > django.contrib.contenttypes
  26655. web_1 | > django.contrib.sessions
  26656. web_1 | > django.contrib.sites
  26657. web_1 | > django.contrib.messages
  26658. web_1 | > django.contrib.staticfiles
  26659. web_1 | > django.contrib.admin
  26660. web_1 | > south
  26661. web_1 | > crispy_forms
  26662. web_1 | > avatar
  26663. web_1 | > bootstrap3
  26664. web_1 | > users
  26665. web_1 | > allauth
  26666. web_1 | > allauth.account
  26667. web_1 | > django.contrib.humanize
  26668. web_1 | > debug_toolbar
  26669. web_1 |
  26670. web_1 | Not synced (use migrations):
  26671. web_1 | - allauth.socialaccount
  26672. web_1 | - django_extensions
  26673. web_1 | (use ./manage.py migrate to migrate these)
  26674. web_1 | Running migrations for socialaccount:
  26675. web_1 | - Nothing to migrate.
  26676. web_1 | - Loading initial data for socialaccount.
  26677. web_1 | Installed 0 object(s) from 0 fixture(s)
  26678. web_1 | Running migrations for django_extensions:
  26679. web_1 | - Nothing to migrate.
  26680. web_1 | - Loading initial data for django_extensions.
  26681. web_1 | Installed 0 object(s) from 0 fixture(s)
  26682. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26683. web_1 | [GCC 4.9.2] on linux2
  26684. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26685. web_1 | (InteractiveConsole)
  26686. web_1 |
  26687. web_1 | >>> >>> Starting the server
  26688. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26689. web_1 |
  26690. web_1 | Fatal error: Unable to find local grunt.
  26691. web_1 |
  26692. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26693. web_1 | your project. For more information about installing and configuring grunt,
  26694. web_1 | please see the Getting Started guide:
  26695. web_1 |
  26696. web_1 | http://gruntjs.com/getting-started
  26697. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26698. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26699. web_1 | Syncing...
  26700. web_1 | Creating tables ...
  26701. web_1 | Installing custom SQL ...
  26702. web_1 | Installing indexes ...
  26703. web_1 | Installed 0 object(s) from 0 fixture(s)
  26704. web_1 |
  26705. web_1 | Synced:
  26706. web_1 | > django.contrib.auth
  26707. web_1 | > django.contrib.contenttypes
  26708. web_1 | > django.contrib.sessions
  26709. web_1 | > django.contrib.sites
  26710. web_1 | > django.contrib.messages
  26711. web_1 | > django.contrib.staticfiles
  26712. web_1 | > django.contrib.admin
  26713. web_1 | > south
  26714. web_1 | > crispy_forms
  26715. web_1 | > avatar
  26716. web_1 | > bootstrap3
  26717. web_1 | > users
  26718. web_1 | > allauth
  26719. web_1 | > allauth.account
  26720. web_1 | > django.contrib.humanize
  26721. web_1 | > debug_toolbar
  26722. web_1 |
  26723. web_1 | Not synced (use migrations):
  26724. web_1 | - allauth.socialaccount
  26725. web_1 | - django_extensions
  26726. web_1 | (use ./manage.py migrate to migrate these)
  26727. web_1 | Running migrations for socialaccount:
  26728. web_1 | - Nothing to migrate.
  26729. web_1 | - Loading initial data for socialaccount.
  26730. web_1 | Installed 0 object(s) from 0 fixture(s)
  26731. web_1 | Running migrations for django_extensions:
  26732. web_1 | - Nothing to migrate.
  26733. web_1 | - Loading initial data for django_extensions.
  26734. web_1 | Installed 0 object(s) from 0 fixture(s)
  26735. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26736. web_1 | [GCC 4.9.2] on linux2
  26737. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26738. web_1 | (InteractiveConsole)
  26739. web_1 |
  26740. web_1 | >>> >>> Starting the server
  26741. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26742. web_1 |
  26743. web_1 | Fatal error: Unable to find local grunt.
  26744. web_1 |
  26745. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26746. web_1 | your project. For more information about installing and configuring grunt,
  26747. web_1 | please see the Getting Started guide:
  26748. web_1 |
  26749. web_1 | http://gruntjs.com/getting-started
  26750. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26751. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26752. web_1 | Syncing...
  26753. web_1 | Creating tables ...
  26754. web_1 | Installing custom SQL ...
  26755. web_1 | Installing indexes ...
  26756. web_1 | Installed 0 object(s) from 0 fixture(s)
  26757. web_1 |
  26758. web_1 | Synced:
  26759. web_1 | > django.contrib.auth
  26760. web_1 | > django.contrib.contenttypes
  26761. web_1 | > django.contrib.sessions
  26762. web_1 | > django.contrib.sites
  26763. web_1 | > django.contrib.messages
  26764. web_1 | > django.contrib.staticfiles
  26765. web_1 | > django.contrib.admin
  26766. web_1 | > south
  26767. web_1 | > crispy_forms
  26768. web_1 | > avatar
  26769. web_1 | > bootstrap3
  26770. web_1 | > users
  26771. web_1 | > allauth
  26772. web_1 | > allauth.account
  26773. web_1 | > django.contrib.humanize
  26774. web_1 | > debug_toolbar
  26775. web_1 |
  26776. web_1 | Not synced (use migrations):
  26777. web_1 | - allauth.socialaccount
  26778. web_1 | - django_extensions
  26779. web_1 | (use ./manage.py migrate to migrate these)
  26780. web_1 | Running migrations for socialaccount:
  26781. web_1 | - Nothing to migrate.
  26782. web_1 | - Loading initial data for socialaccount.
  26783. web_1 | Installed 0 object(s) from 0 fixture(s)
  26784. web_1 | Running migrations for django_extensions:
  26785. web_1 | - Nothing to migrate.
  26786. web_1 | - Loading initial data for django_extensions.
  26787. web_1 | Installed 0 object(s) from 0 fixture(s)
  26788. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26789. web_1 | [GCC 4.9.2] on linux2
  26790. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26791. web_1 | (InteractiveConsole)
  26792. web_1 |
  26793. web_1 | >>> >>> Starting the server
  26794. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26795. web_1 |
  26796. web_1 | Fatal error: Unable to find local grunt.
  26797. web_1 |
  26798. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26799. web_1 | your project. For more information about installing and configuring grunt,
  26800. web_1 | please see the Getting Started guide:
  26801. web_1 |
  26802. web_1 | http://gruntjs.com/getting-started
  26803. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26804. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26805. web_1 | Syncing...
  26806. web_1 | Creating tables ...
  26807. web_1 | Installing custom SQL ...
  26808. web_1 | Installing indexes ...
  26809. web_1 | Installed 0 object(s) from 0 fixture(s)
  26810. web_1 |
  26811. web_1 | Synced:
  26812. web_1 | > django.contrib.auth
  26813. web_1 | > django.contrib.contenttypes
  26814. web_1 | > django.contrib.sessions
  26815. web_1 | > django.contrib.sites
  26816. web_1 | > django.contrib.messages
  26817. web_1 | > django.contrib.staticfiles
  26818. web_1 | > django.contrib.admin
  26819. web_1 | > south
  26820. web_1 | > crispy_forms
  26821. web_1 | > avatar
  26822. web_1 | > bootstrap3
  26823. web_1 | > users
  26824. web_1 | > allauth
  26825. web_1 | > allauth.account
  26826. web_1 | > django.contrib.humanize
  26827. web_1 | > debug_toolbar
  26828. web_1 |
  26829. web_1 | Not synced (use migrations):
  26830. web_1 | - allauth.socialaccount
  26831. web_1 | - django_extensions
  26832. web_1 | (use ./manage.py migrate to migrate these)
  26833. web_1 | Running migrations for socialaccount:
  26834. web_1 | - Nothing to migrate.
  26835. web_1 | - Loading initial data for socialaccount.
  26836. web_1 | Installed 0 object(s) from 0 fixture(s)
  26837. web_1 | Running migrations for django_extensions:
  26838. web_1 | - Nothing to migrate.
  26839. web_1 | - Loading initial data for django_extensions.
  26840. web_1 | Installed 0 object(s) from 0 fixture(s)
  26841. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26842. web_1 | [GCC 4.9.2] on linux2
  26843. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26844. web_1 | (InteractiveConsole)
  26845. web_1 |
  26846. web_1 | >>> >>> Starting the server
  26847. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26848. web_1 |
  26849. web_1 | Fatal error: Unable to find local grunt.
  26850. web_1 |
  26851. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26852. web_1 | your project. For more information about installing and configuring grunt,
  26853. web_1 | please see the Getting Started guide:
  26854. web_1 |
  26855. web_1 | http://gruntjs.com/getting-started
  26856. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26857. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26858. web_1 | Syncing...
  26859. web_1 | Creating tables ...
  26860. web_1 | Installing custom SQL ...
  26861. web_1 | Installing indexes ...
  26862. web_1 | Installed 0 object(s) from 0 fixture(s)
  26863. web_1 |
  26864. web_1 | Synced:
  26865. web_1 | > django.contrib.auth
  26866. web_1 | > django.contrib.contenttypes
  26867. web_1 | > django.contrib.sessions
  26868. web_1 | > django.contrib.sites
  26869. web_1 | > django.contrib.messages
  26870. web_1 | > django.contrib.staticfiles
  26871. web_1 | > django.contrib.admin
  26872. web_1 | > south
  26873. web_1 | > crispy_forms
  26874. web_1 | > avatar
  26875. web_1 | > bootstrap3
  26876. web_1 | > users
  26877. web_1 | > allauth
  26878. web_1 | > allauth.account
  26879. web_1 | > django.contrib.humanize
  26880. web_1 | > debug_toolbar
  26881. web_1 |
  26882. web_1 | Not synced (use migrations):
  26883. web_1 | - allauth.socialaccount
  26884. web_1 | - django_extensions
  26885. web_1 | (use ./manage.py migrate to migrate these)
  26886. web_1 | Running migrations for socialaccount:
  26887. web_1 | - Nothing to migrate.
  26888. web_1 | - Loading initial data for socialaccount.
  26889. web_1 | Installed 0 object(s) from 0 fixture(s)
  26890. web_1 | Running migrations for django_extensions:
  26891. web_1 | - Nothing to migrate.
  26892. web_1 | - Loading initial data for django_extensions.
  26893. web_1 | Installed 0 object(s) from 0 fixture(s)
  26894. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26895. web_1 | [GCC 4.9.2] on linux2
  26896. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26897. web_1 | (InteractiveConsole)
  26898. web_1 |
  26899. web_1 | >>> >>> Starting the server
  26900. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26901. web_1 |
  26902. web_1 | Fatal error: Unable to find local grunt.
  26903. web_1 |
  26904. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26905. web_1 | your project. For more information about installing and configuring grunt,
  26906. web_1 | please see the Getting Started guide:
  26907. web_1 |
  26908. web_1 | http://gruntjs.com/getting-started
  26909. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26910. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26911. web_1 | Syncing...
  26912. web_1 | Creating tables ...
  26913. web_1 | Installing custom SQL ...
  26914. web_1 | Installing indexes ...
  26915. web_1 | Installed 0 object(s) from 0 fixture(s)
  26916. web_1 |
  26917. web_1 | Synced:
  26918. web_1 | > django.contrib.auth
  26919. web_1 | > django.contrib.contenttypes
  26920. web_1 | > django.contrib.sessions
  26921. web_1 | > django.contrib.sites
  26922. web_1 | > django.contrib.messages
  26923. web_1 | > django.contrib.staticfiles
  26924. web_1 | > django.contrib.admin
  26925. web_1 | > south
  26926. web_1 | > crispy_forms
  26927. web_1 | > avatar
  26928. web_1 | > bootstrap3
  26929. web_1 | > users
  26930. web_1 | > allauth
  26931. web_1 | > allauth.account
  26932. web_1 | > django.contrib.humanize
  26933. web_1 | > debug_toolbar
  26934. web_1 |
  26935. web_1 | Not synced (use migrations):
  26936. web_1 | - allauth.socialaccount
  26937. web_1 | - django_extensions
  26938. web_1 | (use ./manage.py migrate to migrate these)
  26939. web_1 | Running migrations for socialaccount:
  26940. web_1 | - Nothing to migrate.
  26941. web_1 | - Loading initial data for socialaccount.
  26942. web_1 | Installed 0 object(s) from 0 fixture(s)
  26943. web_1 | Running migrations for django_extensions:
  26944. web_1 | - Nothing to migrate.
  26945. web_1 | - Loading initial data for django_extensions.
  26946. web_1 | Installed 0 object(s) from 0 fixture(s)
  26947. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  26948. web_1 | [GCC 4.9.2] on linux2
  26949. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  26950. web_1 | (InteractiveConsole)
  26951. web_1 |
  26952. web_1 | >>> >>> Starting the server
  26953. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  26954. web_1 |
  26955. web_1 | Fatal error: Unable to find local grunt.
  26956. web_1 |
  26957. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  26958. web_1 | your project. For more information about installing and configuring grunt,
  26959. web_1 | please see the Getting Started guide:
  26960. web_1 |
  26961. web_1 | http://gruntjs.com/getting-started
  26962. web_1 | Starting OpenBSD Secure Shell server: sshd.
  26963. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  26964. web_1 | Syncing...
  26965. web_1 | Creating tables ...
  26966. web_1 | Installing custom SQL ...
  26967. web_1 | Installing indexes ...
  26968. web_1 | Installed 0 object(s) from 0 fixture(s)
  26969. web_1 |
  26970. web_1 | Synced:
  26971. web_1 | > django.contrib.auth
  26972. web_1 | > django.contrib.contenttypes
  26973. web_1 | > django.contrib.sessions
  26974. web_1 | > django.contrib.sites
  26975. web_1 | > django.contrib.messages
  26976. web_1 | > django.contrib.staticfiles
  26977. web_1 | > django.contrib.admin
  26978. web_1 | > south
  26979. web_1 | > crispy_forms
  26980. web_1 | > avatar
  26981. web_1 | > bootstrap3
  26982. web_1 | > users
  26983. web_1 | > allauth
  26984. web_1 | > allauth.account
  26985. web_1 | > django.contrib.humanize
  26986. web_1 | > debug_toolbar
  26987. web_1 |
  26988. web_1 | Not synced (use migrations):
  26989. web_1 | - allauth.socialaccount
  26990. web_1 | - django_extensions
  26991. web_1 | (use ./manage.py migrate to migrate these)
  26992. web_1 | Running migrations for socialaccount:
  26993. web_1 | - Nothing to migrate.
  26994. web_1 | - Loading initial data for socialaccount.
  26995. web_1 | Installed 0 object(s) from 0 fixture(s)
  26996. web_1 | Running migrations for django_extensions:
  26997. web_1 | - Nothing to migrate.
  26998. web_1 | - Loading initial data for django_extensions.
  26999. web_1 | Installed 0 object(s) from 0 fixture(s)
  27000. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27001. web_1 | [GCC 4.9.2] on linux2
  27002. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27003. web_1 | (InteractiveConsole)
  27004. web_1 |
  27005. web_1 | >>> >>> Starting the server
  27006. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27007. web_1 |
  27008. web_1 | Fatal error: Unable to find local grunt.
  27009. web_1 |
  27010. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27011. web_1 | your project. For more information about installing and configuring grunt,
  27012. web_1 | please see the Getting Started guide:
  27013. web_1 |
  27014. web_1 | http://gruntjs.com/getting-started
  27015. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27016. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27017. web_1 | Syncing...
  27018. web_1 | Creating tables ...
  27019. web_1 | Installing custom SQL ...
  27020. web_1 | Installing indexes ...
  27021. web_1 | Installed 0 object(s) from 0 fixture(s)
  27022. web_1 |
  27023. web_1 | Synced:
  27024. web_1 | > django.contrib.auth
  27025. web_1 | > django.contrib.contenttypes
  27026. web_1 | > django.contrib.sessions
  27027. web_1 | > django.contrib.sites
  27028. web_1 | > django.contrib.messages
  27029. web_1 | > django.contrib.staticfiles
  27030. web_1 | > django.contrib.admin
  27031. web_1 | > south
  27032. web_1 | > crispy_forms
  27033. web_1 | > avatar
  27034. web_1 | > bootstrap3
  27035. web_1 | > users
  27036. web_1 | > allauth
  27037. web_1 | > allauth.account
  27038. web_1 | > django.contrib.humanize
  27039. web_1 | > debug_toolbar
  27040. web_1 |
  27041. web_1 | Not synced (use migrations):
  27042. web_1 | - allauth.socialaccount
  27043. web_1 | - django_extensions
  27044. web_1 | (use ./manage.py migrate to migrate these)
  27045. web_1 | Running migrations for socialaccount:
  27046. web_1 | - Nothing to migrate.
  27047. web_1 | - Loading initial data for socialaccount.
  27048. web_1 | Installed 0 object(s) from 0 fixture(s)
  27049. web_1 | Running migrations for django_extensions:
  27050. web_1 | - Nothing to migrate.
  27051. web_1 | - Loading initial data for django_extensions.
  27052. web_1 | Installed 0 object(s) from 0 fixture(s)
  27053. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27054. web_1 | [GCC 4.9.2] on linux2
  27055. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27056. web_1 | (InteractiveConsole)
  27057. web_1 |
  27058. web_1 | >>> >>> Starting the server
  27059. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27060. web_1 |
  27061. web_1 | Fatal error: Unable to find local grunt.
  27062. web_1 |
  27063. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27064. web_1 | your project. For more information about installing and configuring grunt,
  27065. web_1 | please see the Getting Started guide:
  27066. web_1 |
  27067. web_1 | http://gruntjs.com/getting-started
  27068. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27069. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27070. web_1 | Syncing...
  27071. web_1 | Creating tables ...
  27072. web_1 | Installing custom SQL ...
  27073. web_1 | Installing indexes ...
  27074. web_1 | Installed 0 object(s) from 0 fixture(s)
  27075. web_1 |
  27076. web_1 | Synced:
  27077. web_1 | > django.contrib.auth
  27078. web_1 | > django.contrib.contenttypes
  27079. web_1 | > django.contrib.sessions
  27080. web_1 | > django.contrib.sites
  27081. web_1 | > django.contrib.messages
  27082. web_1 | > django.contrib.staticfiles
  27083. web_1 | > django.contrib.admin
  27084. web_1 | > south
  27085. web_1 | > crispy_forms
  27086. web_1 | > avatar
  27087. web_1 | > bootstrap3
  27088. web_1 | > users
  27089. web_1 | > allauth
  27090. web_1 | > allauth.account
  27091. web_1 | > django.contrib.humanize
  27092. web_1 | > debug_toolbar
  27093. web_1 |
  27094. web_1 | Not synced (use migrations):
  27095. web_1 | - allauth.socialaccount
  27096. web_1 | - django_extensions
  27097. web_1 | (use ./manage.py migrate to migrate these)
  27098. web_1 | Running migrations for socialaccount:
  27099. web_1 | - Nothing to migrate.
  27100. web_1 | - Loading initial data for socialaccount.
  27101. web_1 | Installed 0 object(s) from 0 fixture(s)
  27102. web_1 | Running migrations for django_extensions:
  27103. web_1 | - Nothing to migrate.
  27104. web_1 | - Loading initial data for django_extensions.
  27105. web_1 | Installed 0 object(s) from 0 fixture(s)
  27106. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27107. web_1 | [GCC 4.9.2] on linux2
  27108. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27109. web_1 | (InteractiveConsole)
  27110. web_1 |
  27111. web_1 | >>> >>> Starting the server
  27112. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27113. web_1 |
  27114. web_1 | Fatal error: Unable to find local grunt.
  27115. web_1 |
  27116. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27117. web_1 | your project. For more information about installing and configuring grunt,
  27118. web_1 | please see the Getting Started guide:
  27119. web_1 |
  27120. web_1 | http://gruntjs.com/getting-started
  27121. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27122. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27123. web_1 | Syncing...
  27124. web_1 | Creating tables ...
  27125. web_1 | Installing custom SQL ...
  27126. web_1 | Installing indexes ...
  27127. web_1 | Installed 0 object(s) from 0 fixture(s)
  27128. web_1 |
  27129. web_1 | Synced:
  27130. web_1 | > django.contrib.auth
  27131. web_1 | > django.contrib.contenttypes
  27132. web_1 | > django.contrib.sessions
  27133. web_1 | > django.contrib.sites
  27134. web_1 | > django.contrib.messages
  27135. web_1 | > django.contrib.staticfiles
  27136. web_1 | > django.contrib.admin
  27137. web_1 | > south
  27138. web_1 | > crispy_forms
  27139. web_1 | > avatar
  27140. web_1 | > bootstrap3
  27141. web_1 | > users
  27142. web_1 | > allauth
  27143. web_1 | > allauth.account
  27144. web_1 | > django.contrib.humanize
  27145. web_1 | > debug_toolbar
  27146. web_1 |
  27147. web_1 | Not synced (use migrations):
  27148. web_1 | - allauth.socialaccount
  27149. web_1 | - django_extensions
  27150. web_1 | (use ./manage.py migrate to migrate these)
  27151. web_1 | Running migrations for socialaccount:
  27152. web_1 | - Nothing to migrate.
  27153. web_1 | - Loading initial data for socialaccount.
  27154. web_1 | Installed 0 object(s) from 0 fixture(s)
  27155. web_1 | Running migrations for django_extensions:
  27156. web_1 | - Nothing to migrate.
  27157. web_1 | - Loading initial data for django_extensions.
  27158. web_1 | Installed 0 object(s) from 0 fixture(s)
  27159. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27160. web_1 | [GCC 4.9.2] on linux2
  27161. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27162. web_1 | (InteractiveConsole)
  27163. web_1 |
  27164. web_1 | >>> >>> Starting the server
  27165. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27166. web_1 |
  27167. web_1 | Fatal error: Unable to find local grunt.
  27168. web_1 |
  27169. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27170. web_1 | your project. For more information about installing and configuring grunt,
  27171. web_1 | please see the Getting Started guide:
  27172. web_1 |
  27173. web_1 | http://gruntjs.com/getting-started
  27174. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27175. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27176. web_1 | Syncing...
  27177. web_1 | Creating tables ...
  27178. web_1 | Installing custom SQL ...
  27179. web_1 | Installing indexes ...
  27180. web_1 | Installed 0 object(s) from 0 fixture(s)
  27181. web_1 |
  27182. web_1 | Synced:
  27183. web_1 | > django.contrib.auth
  27184. web_1 | > django.contrib.contenttypes
  27185. web_1 | > django.contrib.sessions
  27186. web_1 | > django.contrib.sites
  27187. web_1 | > django.contrib.messages
  27188. web_1 | > django.contrib.staticfiles
  27189. web_1 | > django.contrib.admin
  27190. web_1 | > south
  27191. web_1 | > crispy_forms
  27192. web_1 | > avatar
  27193. web_1 | > bootstrap3
  27194. web_1 | > users
  27195. web_1 | > allauth
  27196. web_1 | > allauth.account
  27197. web_1 | > django.contrib.humanize
  27198. web_1 | > debug_toolbar
  27199. web_1 |
  27200. web_1 | Not synced (use migrations):
  27201. web_1 | - allauth.socialaccount
  27202. web_1 | - django_extensions
  27203. web_1 | (use ./manage.py migrate to migrate these)
  27204. web_1 | Running migrations for socialaccount:
  27205. web_1 | - Nothing to migrate.
  27206. web_1 | - Loading initial data for socialaccount.
  27207. web_1 | Installed 0 object(s) from 0 fixture(s)
  27208. web_1 | Running migrations for django_extensions:
  27209. web_1 | - Nothing to migrate.
  27210. web_1 | - Loading initial data for django_extensions.
  27211. web_1 | Installed 0 object(s) from 0 fixture(s)
  27212. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27213. web_1 | [GCC 4.9.2] on linux2
  27214. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27215. web_1 | (InteractiveConsole)
  27216. web_1 |
  27217. web_1 | >>> >>> Starting the server
  27218. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27219. web_1 |
  27220. web_1 | Fatal error: Unable to find local grunt.
  27221. web_1 |
  27222. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27223. web_1 | your project. For more information about installing and configuring grunt,
  27224. web_1 | please see the Getting Started guide:
  27225. web_1 |
  27226. web_1 | http://gruntjs.com/getting-started
  27227. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27228. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27229. web_1 | Syncing...
  27230. web_1 | Creating tables ...
  27231. web_1 | Installing custom SQL ...
  27232. web_1 | Installing indexes ...
  27233. web_1 | Installed 0 object(s) from 0 fixture(s)
  27234. web_1 |
  27235. web_1 | Synced:
  27236. web_1 | > django.contrib.auth
  27237. web_1 | > django.contrib.contenttypes
  27238. web_1 | > django.contrib.sessions
  27239. web_1 | > django.contrib.sites
  27240. web_1 | > django.contrib.messages
  27241. web_1 | > django.contrib.staticfiles
  27242. web_1 | > django.contrib.admin
  27243. web_1 | > south
  27244. web_1 | > crispy_forms
  27245. web_1 | > avatar
  27246. web_1 | > bootstrap3
  27247. web_1 | > users
  27248. web_1 | > allauth
  27249. web_1 | > allauth.account
  27250. web_1 | > django.contrib.humanize
  27251. web_1 | > debug_toolbar
  27252. web_1 |
  27253. web_1 | Not synced (use migrations):
  27254. web_1 | - allauth.socialaccount
  27255. web_1 | - django_extensions
  27256. web_1 | (use ./manage.py migrate to migrate these)
  27257. web_1 | Running migrations for socialaccount:
  27258. web_1 | - Nothing to migrate.
  27259. web_1 | - Loading initial data for socialaccount.
  27260. web_1 | Installed 0 object(s) from 0 fixture(s)
  27261. web_1 | Running migrations for django_extensions:
  27262. web_1 | - Nothing to migrate.
  27263. web_1 | - Loading initial data for django_extensions.
  27264. web_1 | Installed 0 object(s) from 0 fixture(s)
  27265. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27266. web_1 | [GCC 4.9.2] on linux2
  27267. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27268. web_1 | (InteractiveConsole)
  27269. web_1 |
  27270. web_1 | >>> >>> Starting the server
  27271. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27272. web_1 |
  27273. web_1 | Fatal error: Unable to find local grunt.
  27274. web_1 |
  27275. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27276. web_1 | your project. For more information about installing and configuring grunt,
  27277. web_1 | please see the Getting Started guide:
  27278. web_1 |
  27279. web_1 | http://gruntjs.com/getting-started
  27280. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27281. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27282. web_1 | Syncing...
  27283. web_1 | Creating tables ...
  27284. web_1 | Installing custom SQL ...
  27285. web_1 | Installing indexes ...
  27286. web_1 | Installed 0 object(s) from 0 fixture(s)
  27287. web_1 |
  27288. web_1 | Synced:
  27289. web_1 | > django.contrib.auth
  27290. web_1 | > django.contrib.contenttypes
  27291. web_1 | > django.contrib.sessions
  27292. web_1 | > django.contrib.sites
  27293. web_1 | > django.contrib.messages
  27294. web_1 | > django.contrib.staticfiles
  27295. web_1 | > django.contrib.admin
  27296. web_1 | > south
  27297. web_1 | > crispy_forms
  27298. web_1 | > avatar
  27299. web_1 | > bootstrap3
  27300. web_1 | > users
  27301. web_1 | > allauth
  27302. web_1 | > allauth.account
  27303. web_1 | > django.contrib.humanize
  27304. web_1 | > debug_toolbar
  27305. web_1 |
  27306. web_1 | Not synced (use migrations):
  27307. web_1 | - allauth.socialaccount
  27308. web_1 | - django_extensions
  27309. web_1 | (use ./manage.py migrate to migrate these)
  27310. web_1 | Running migrations for socialaccount:
  27311. web_1 | - Nothing to migrate.
  27312. web_1 | - Loading initial data for socialaccount.
  27313. web_1 | Installed 0 object(s) from 0 fixture(s)
  27314. web_1 | Running migrations for django_extensions:
  27315. web_1 | - Nothing to migrate.
  27316. web_1 | - Loading initial data for django_extensions.
  27317. web_1 | Installed 0 object(s) from 0 fixture(s)
  27318. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27319. web_1 | [GCC 4.9.2] on linux2
  27320. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27321. web_1 | (InteractiveConsole)
  27322. web_1 |
  27323. web_1 | >>> >>> Starting the server
  27324. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27325. web_1 |
  27326. web_1 | Fatal error: Unable to find local grunt.
  27327. web_1 |
  27328. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27329. web_1 | your project. For more information about installing and configuring grunt,
  27330. web_1 | please see the Getting Started guide:
  27331. web_1 |
  27332. web_1 | http://gruntjs.com/getting-started
  27333. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27334. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27335. web_1 | Syncing...
  27336. web_1 | Creating tables ...
  27337. web_1 | Installing custom SQL ...
  27338. web_1 | Installing indexes ...
  27339. web_1 | Installed 0 object(s) from 0 fixture(s)
  27340. web_1 |
  27341. web_1 | Synced:
  27342. web_1 | > django.contrib.auth
  27343. web_1 | > django.contrib.contenttypes
  27344. web_1 | > django.contrib.sessions
  27345. web_1 | > django.contrib.sites
  27346. web_1 | > django.contrib.messages
  27347. web_1 | > django.contrib.staticfiles
  27348. web_1 | > django.contrib.admin
  27349. web_1 | > south
  27350. web_1 | > crispy_forms
  27351. web_1 | > avatar
  27352. web_1 | > bootstrap3
  27353. web_1 | > users
  27354. web_1 | > allauth
  27355. web_1 | > allauth.account
  27356. web_1 | > django.contrib.humanize
  27357. web_1 | > debug_toolbar
  27358. web_1 |
  27359. web_1 | Not synced (use migrations):
  27360. web_1 | - allauth.socialaccount
  27361. web_1 | - django_extensions
  27362. web_1 | (use ./manage.py migrate to migrate these)
  27363. web_1 | Running migrations for socialaccount:
  27364. web_1 | - Nothing to migrate.
  27365. web_1 | - Loading initial data for socialaccount.
  27366. web_1 | Installed 0 object(s) from 0 fixture(s)
  27367. web_1 | Running migrations for django_extensions:
  27368. web_1 | - Nothing to migrate.
  27369. web_1 | - Loading initial data for django_extensions.
  27370. web_1 | Installed 0 object(s) from 0 fixture(s)
  27371. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27372. web_1 | [GCC 4.9.2] on linux2
  27373. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27374. web_1 | (InteractiveConsole)
  27375. web_1 |
  27376. web_1 | >>> >>> Starting the server
  27377. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27378. web_1 |
  27379. web_1 | Fatal error: Unable to find local grunt.
  27380. web_1 |
  27381. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27382. web_1 | your project. For more information about installing and configuring grunt,
  27383. web_1 | please see the Getting Started guide:
  27384. web_1 |
  27385. web_1 | http://gruntjs.com/getting-started
  27386. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27387. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27388. web_1 | Syncing...
  27389. web_1 | Creating tables ...
  27390. web_1 | Installing custom SQL ...
  27391. web_1 | Installing indexes ...
  27392. web_1 | Installed 0 object(s) from 0 fixture(s)
  27393. web_1 |
  27394. web_1 | Synced:
  27395. web_1 | > django.contrib.auth
  27396. web_1 | > django.contrib.contenttypes
  27397. web_1 | > django.contrib.sessions
  27398. web_1 | > django.contrib.sites
  27399. web_1 | > django.contrib.messages
  27400. web_1 | > django.contrib.staticfiles
  27401. web_1 | > django.contrib.admin
  27402. web_1 | > south
  27403. web_1 | > crispy_forms
  27404. web_1 | > avatar
  27405. web_1 | > bootstrap3
  27406. web_1 | > users
  27407. web_1 | > allauth
  27408. web_1 | > allauth.account
  27409. web_1 | > django.contrib.humanize
  27410. web_1 | > debug_toolbar
  27411. web_1 |
  27412. web_1 | Not synced (use migrations):
  27413. web_1 | - allauth.socialaccount
  27414. web_1 | - django_extensions
  27415. web_1 | (use ./manage.py migrate to migrate these)
  27416. web_1 | Running migrations for socialaccount:
  27417. web_1 | - Nothing to migrate.
  27418. web_1 | - Loading initial data for socialaccount.
  27419. web_1 | Installed 0 object(s) from 0 fixture(s)
  27420. web_1 | Running migrations for django_extensions:
  27421. web_1 | - Nothing to migrate.
  27422. web_1 | - Loading initial data for django_extensions.
  27423. web_1 | Installed 0 object(s) from 0 fixture(s)
  27424. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27425. web_1 | [GCC 4.9.2] on linux2
  27426. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27427. web_1 | (InteractiveConsole)
  27428. web_1 |
  27429. web_1 | >>> >>> Starting the server
  27430. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27431. web_1 |
  27432. web_1 | Fatal error: Unable to find local grunt.
  27433. web_1 |
  27434. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27435. web_1 | your project. For more information about installing and configuring grunt,
  27436. web_1 | please see the Getting Started guide:
  27437. web_1 |
  27438. web_1 | http://gruntjs.com/getting-started
  27439. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27440. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27441. web_1 | Syncing...
  27442. web_1 | Creating tables ...
  27443. web_1 | Installing custom SQL ...
  27444. web_1 | Installing indexes ...
  27445. web_1 | Installed 0 object(s) from 0 fixture(s)
  27446. web_1 |
  27447. web_1 | Synced:
  27448. web_1 | > django.contrib.auth
  27449. web_1 | > django.contrib.contenttypes
  27450. web_1 | > django.contrib.sessions
  27451. web_1 | > django.contrib.sites
  27452. web_1 | > django.contrib.messages
  27453. web_1 | > django.contrib.staticfiles
  27454. web_1 | > django.contrib.admin
  27455. web_1 | > south
  27456. web_1 | > crispy_forms
  27457. web_1 | > avatar
  27458. web_1 | > bootstrap3
  27459. web_1 | > users
  27460. web_1 | > allauth
  27461. web_1 | > allauth.account
  27462. web_1 | > django.contrib.humanize
  27463. web_1 | > debug_toolbar
  27464. web_1 |
  27465. web_1 | Not synced (use migrations):
  27466. web_1 | - allauth.socialaccount
  27467. web_1 | - django_extensions
  27468. web_1 | (use ./manage.py migrate to migrate these)
  27469. web_1 | Running migrations for socialaccount:
  27470. web_1 | - Nothing to migrate.
  27471. web_1 | - Loading initial data for socialaccount.
  27472. web_1 | Installed 0 object(s) from 0 fixture(s)
  27473. web_1 | Running migrations for django_extensions:
  27474. web_1 | - Nothing to migrate.
  27475. web_1 | - Loading initial data for django_extensions.
  27476. web_1 | Installed 0 object(s) from 0 fixture(s)
  27477. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27478. web_1 | [GCC 4.9.2] on linux2
  27479. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27480. web_1 | (InteractiveConsole)
  27481. web_1 |
  27482. web_1 | >>> >>> Starting the server
  27483. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27484. web_1 |
  27485. web_1 | Fatal error: Unable to find local grunt.
  27486. web_1 |
  27487. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27488. web_1 | your project. For more information about installing and configuring grunt,
  27489. web_1 | please see the Getting Started guide:
  27490. web_1 |
  27491. web_1 | http://gruntjs.com/getting-started
  27492. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27493. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27494. web_1 | Syncing...
  27495. web_1 | Creating tables ...
  27496. web_1 | Installing custom SQL ...
  27497. web_1 | Installing indexes ...
  27498. web_1 | Installed 0 object(s) from 0 fixture(s)
  27499. web_1 |
  27500. web_1 | Synced:
  27501. web_1 | > django.contrib.auth
  27502. web_1 | > django.contrib.contenttypes
  27503. web_1 | > django.contrib.sessions
  27504. web_1 | > django.contrib.sites
  27505. web_1 | > django.contrib.messages
  27506. web_1 | > django.contrib.staticfiles
  27507. web_1 | > django.contrib.admin
  27508. web_1 | > south
  27509. web_1 | > crispy_forms
  27510. web_1 | > avatar
  27511. web_1 | > bootstrap3
  27512. web_1 | > users
  27513. web_1 | > allauth
  27514. web_1 | > allauth.account
  27515. web_1 | > django.contrib.humanize
  27516. web_1 | > debug_toolbar
  27517. web_1 |
  27518. web_1 | Not synced (use migrations):
  27519. web_1 | - allauth.socialaccount
  27520. web_1 | - django_extensions
  27521. web_1 | (use ./manage.py migrate to migrate these)
  27522. web_1 | Running migrations for socialaccount:
  27523. web_1 | - Nothing to migrate.
  27524. web_1 | - Loading initial data for socialaccount.
  27525. web_1 | Installed 0 object(s) from 0 fixture(s)
  27526. web_1 | Running migrations for django_extensions:
  27527. web_1 | - Nothing to migrate.
  27528. web_1 | - Loading initial data for django_extensions.
  27529. web_1 | Installed 0 object(s) from 0 fixture(s)
  27530. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27531. web_1 | [GCC 4.9.2] on linux2
  27532. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27533. web_1 | (InteractiveConsole)
  27534. web_1 |
  27535. web_1 | >>> >>> Starting the server
  27536. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27537. web_1 |
  27538. web_1 | Fatal error: Unable to find local grunt.
  27539. web_1 |
  27540. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27541. web_1 | your project. For more information about installing and configuring grunt,
  27542. web_1 | please see the Getting Started guide:
  27543. web_1 |
  27544. web_1 | http://gruntjs.com/getting-started
  27545. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27546. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27547. web_1 | Syncing...
  27548. web_1 | Creating tables ...
  27549. web_1 | Installing custom SQL ...
  27550. web_1 | Installing indexes ...
  27551. web_1 | Installed 0 object(s) from 0 fixture(s)
  27552. web_1 |
  27553. web_1 | Synced:
  27554. web_1 | > django.contrib.auth
  27555. web_1 | > django.contrib.contenttypes
  27556. web_1 | > django.contrib.sessions
  27557. web_1 | > django.contrib.sites
  27558. web_1 | > django.contrib.messages
  27559. web_1 | > django.contrib.staticfiles
  27560. web_1 | > django.contrib.admin
  27561. web_1 | > south
  27562. web_1 | > crispy_forms
  27563. web_1 | > avatar
  27564. web_1 | > bootstrap3
  27565. web_1 | > users
  27566. web_1 | > allauth
  27567. web_1 | > allauth.account
  27568. web_1 | > django.contrib.humanize
  27569. web_1 | > debug_toolbar
  27570. web_1 |
  27571. web_1 | Not synced (use migrations):
  27572. web_1 | - allauth.socialaccount
  27573. web_1 | - django_extensions
  27574. web_1 | (use ./manage.py migrate to migrate these)
  27575. web_1 | Running migrations for socialaccount:
  27576. web_1 | - Nothing to migrate.
  27577. web_1 | - Loading initial data for socialaccount.
  27578. web_1 | Installed 0 object(s) from 0 fixture(s)
  27579. web_1 | Running migrations for django_extensions:
  27580. web_1 | - Nothing to migrate.
  27581. web_1 | - Loading initial data for django_extensions.
  27582. web_1 | Installed 0 object(s) from 0 fixture(s)
  27583. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27584. web_1 | [GCC 4.9.2] on linux2
  27585. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27586. web_1 | (InteractiveConsole)
  27587. web_1 |
  27588. web_1 | >>> >>> Starting the server
  27589. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27590. web_1 |
  27591. web_1 | Fatal error: Unable to find local grunt.
  27592. web_1 |
  27593. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27594. web_1 | your project. For more information about installing and configuring grunt,
  27595. web_1 | please see the Getting Started guide:
  27596. web_1 |
  27597. web_1 | http://gruntjs.com/getting-started
  27598. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27599. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27600. web_1 | Syncing...
  27601. web_1 | Creating tables ...
  27602. web_1 | Installing custom SQL ...
  27603. web_1 | Installing indexes ...
  27604. web_1 | Installed 0 object(s) from 0 fixture(s)
  27605. web_1 |
  27606. web_1 | Synced:
  27607. web_1 | > django.contrib.auth
  27608. web_1 | > django.contrib.contenttypes
  27609. web_1 | > django.contrib.sessions
  27610. web_1 | > django.contrib.sites
  27611. web_1 | > django.contrib.messages
  27612. web_1 | > django.contrib.staticfiles
  27613. web_1 | > django.contrib.admin
  27614. web_1 | > south
  27615. web_1 | > crispy_forms
  27616. web_1 | > avatar
  27617. web_1 | > bootstrap3
  27618. web_1 | > users
  27619. web_1 | > allauth
  27620. web_1 | > allauth.account
  27621. web_1 | > django.contrib.humanize
  27622. web_1 | > debug_toolbar
  27623. web_1 |
  27624. web_1 | Not synced (use migrations):
  27625. web_1 | - allauth.socialaccount
  27626. web_1 | - django_extensions
  27627. web_1 | (use ./manage.py migrate to migrate these)
  27628. web_1 | Running migrations for socialaccount:
  27629. web_1 | - Nothing to migrate.
  27630. web_1 | - Loading initial data for socialaccount.
  27631. web_1 | Installed 0 object(s) from 0 fixture(s)
  27632. web_1 | Running migrations for django_extensions:
  27633. web_1 | - Nothing to migrate.
  27634. web_1 | - Loading initial data for django_extensions.
  27635. web_1 | Installed 0 object(s) from 0 fixture(s)
  27636. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27637. web_1 | [GCC 4.9.2] on linux2
  27638. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27639. web_1 | (InteractiveConsole)
  27640. web_1 |
  27641. web_1 | >>> >>> Starting the server
  27642. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27643. web_1 |
  27644. web_1 | Fatal error: Unable to find local grunt.
  27645. web_1 |
  27646. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27647. web_1 | your project. For more information about installing and configuring grunt,
  27648. web_1 | please see the Getting Started guide:
  27649. web_1 |
  27650. web_1 | http://gruntjs.com/getting-started
  27651. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27652. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27653. web_1 | Syncing...
  27654. web_1 | Creating tables ...
  27655. web_1 | Installing custom SQL ...
  27656. web_1 | Installing indexes ...
  27657. web_1 | Installed 0 object(s) from 0 fixture(s)
  27658. web_1 |
  27659. web_1 | Synced:
  27660. web_1 | > django.contrib.auth
  27661. web_1 | > django.contrib.contenttypes
  27662. web_1 | > django.contrib.sessions
  27663. web_1 | > django.contrib.sites
  27664. web_1 | > django.contrib.messages
  27665. web_1 | > django.contrib.staticfiles
  27666. web_1 | > django.contrib.admin
  27667. web_1 | > south
  27668. web_1 | > crispy_forms
  27669. web_1 | > avatar
  27670. web_1 | > bootstrap3
  27671. web_1 | > users
  27672. web_1 | > allauth
  27673. web_1 | > allauth.account
  27674. web_1 | > django.contrib.humanize
  27675. web_1 | > debug_toolbar
  27676. web_1 |
  27677. web_1 | Not synced (use migrations):
  27678. web_1 | - allauth.socialaccount
  27679. web_1 | - django_extensions
  27680. web_1 | (use ./manage.py migrate to migrate these)
  27681. web_1 | Running migrations for socialaccount:
  27682. web_1 | - Nothing to migrate.
  27683. web_1 | - Loading initial data for socialaccount.
  27684. web_1 | Installed 0 object(s) from 0 fixture(s)
  27685. web_1 | Running migrations for django_extensions:
  27686. web_1 | - Nothing to migrate.
  27687. web_1 | - Loading initial data for django_extensions.
  27688. web_1 | Installed 0 object(s) from 0 fixture(s)
  27689. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27690. web_1 | [GCC 4.9.2] on linux2
  27691. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27692. web_1 | (InteractiveConsole)
  27693. web_1 |
  27694. web_1 | >>> >>> Starting the server
  27695. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27696. web_1 |
  27697. web_1 | Fatal error: Unable to find local grunt.
  27698. web_1 |
  27699. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27700. web_1 | your project. For more information about installing and configuring grunt,
  27701. web_1 | please see the Getting Started guide:
  27702. web_1 |
  27703. web_1 | http://gruntjs.com/getting-started
  27704. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27705. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27706. web_1 | Syncing...
  27707. web_1 | Creating tables ...
  27708. web_1 | Installing custom SQL ...
  27709. web_1 | Installing indexes ...
  27710. web_1 | Installed 0 object(s) from 0 fixture(s)
  27711. web_1 |
  27712. web_1 | Synced:
  27713. web_1 | > django.contrib.auth
  27714. web_1 | > django.contrib.contenttypes
  27715. web_1 | > django.contrib.sessions
  27716. web_1 | > django.contrib.sites
  27717. web_1 | > django.contrib.messages
  27718. web_1 | > django.contrib.staticfiles
  27719. web_1 | > django.contrib.admin
  27720. web_1 | > south
  27721. web_1 | > crispy_forms
  27722. web_1 | > avatar
  27723. web_1 | > bootstrap3
  27724. web_1 | > users
  27725. web_1 | > allauth
  27726. web_1 | > allauth.account
  27727. web_1 | > django.contrib.humanize
  27728. web_1 | > debug_toolbar
  27729. web_1 |
  27730. web_1 | Not synced (use migrations):
  27731. web_1 | - allauth.socialaccount
  27732. web_1 | - django_extensions
  27733. web_1 | (use ./manage.py migrate to migrate these)
  27734. web_1 | Running migrations for socialaccount:
  27735. web_1 | - Nothing to migrate.
  27736. web_1 | - Loading initial data for socialaccount.
  27737. web_1 | Installed 0 object(s) from 0 fixture(s)
  27738. web_1 | Running migrations for django_extensions:
  27739. web_1 | - Nothing to migrate.
  27740. web_1 | - Loading initial data for django_extensions.
  27741. web_1 | Installed 0 object(s) from 0 fixture(s)
  27742. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27743. web_1 | [GCC 4.9.2] on linux2
  27744. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27745. web_1 | (InteractiveConsole)
  27746. web_1 |
  27747. web_1 | >>> >>> Starting the server
  27748. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27749. web_1 |
  27750. web_1 | Fatal error: Unable to find local grunt.
  27751. web_1 |
  27752. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27753. web_1 | your project. For more information about installing and configuring grunt,
  27754. web_1 | please see the Getting Started guide:
  27755. web_1 |
  27756. web_1 | http://gruntjs.com/getting-started
  27757. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27758. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27759. web_1 | Syncing...
  27760. web_1 | Creating tables ...
  27761. web_1 | Installing custom SQL ...
  27762. web_1 | Installing indexes ...
  27763. web_1 | Installed 0 object(s) from 0 fixture(s)
  27764. web_1 |
  27765. web_1 | Synced:
  27766. web_1 | > django.contrib.auth
  27767. web_1 | > django.contrib.contenttypes
  27768. web_1 | > django.contrib.sessions
  27769. web_1 | > django.contrib.sites
  27770. web_1 | > django.contrib.messages
  27771. web_1 | > django.contrib.staticfiles
  27772. web_1 | > django.contrib.admin
  27773. web_1 | > south
  27774. web_1 | > crispy_forms
  27775. web_1 | > avatar
  27776. web_1 | > bootstrap3
  27777. web_1 | > users
  27778. web_1 | > allauth
  27779. web_1 | > allauth.account
  27780. web_1 | > django.contrib.humanize
  27781. web_1 | > debug_toolbar
  27782. web_1 |
  27783. web_1 | Not synced (use migrations):
  27784. web_1 | - allauth.socialaccount
  27785. web_1 | - django_extensions
  27786. web_1 | (use ./manage.py migrate to migrate these)
  27787. web_1 | Running migrations for socialaccount:
  27788. web_1 | - Nothing to migrate.
  27789. web_1 | - Loading initial data for socialaccount.
  27790. web_1 | Installed 0 object(s) from 0 fixture(s)
  27791. web_1 | Running migrations for django_extensions:
  27792. web_1 | - Nothing to migrate.
  27793. web_1 | - Loading initial data for django_extensions.
  27794. web_1 | Installed 0 object(s) from 0 fixture(s)
  27795. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27796. web_1 | [GCC 4.9.2] on linux2
  27797. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27798. web_1 | (InteractiveConsole)
  27799. web_1 |
  27800. web_1 | >>> >>> Starting the server
  27801. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27802. web_1 |
  27803. web_1 | Fatal error: Unable to find local grunt.
  27804. web_1 |
  27805. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27806. web_1 | your project. For more information about installing and configuring grunt,
  27807. web_1 | please see the Getting Started guide:
  27808. web_1 |
  27809. web_1 | http://gruntjs.com/getting-started
  27810. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27811. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27812. web_1 | Syncing...
  27813. web_1 | Creating tables ...
  27814. web_1 | Installing custom SQL ...
  27815. web_1 | Installing indexes ...
  27816. web_1 | Installed 0 object(s) from 0 fixture(s)
  27817. web_1 |
  27818. web_1 | Synced:
  27819. web_1 | > django.contrib.auth
  27820. web_1 | > django.contrib.contenttypes
  27821. web_1 | > django.contrib.sessions
  27822. web_1 | > django.contrib.sites
  27823. web_1 | > django.contrib.messages
  27824. web_1 | > django.contrib.staticfiles
  27825. web_1 | > django.contrib.admin
  27826. web_1 | > south
  27827. web_1 | > crispy_forms
  27828. web_1 | > avatar
  27829. web_1 | > bootstrap3
  27830. web_1 | > users
  27831. web_1 | > allauth
  27832. web_1 | > allauth.account
  27833. web_1 | > django.contrib.humanize
  27834. web_1 | > debug_toolbar
  27835. web_1 |
  27836. web_1 | Not synced (use migrations):
  27837. web_1 | - allauth.socialaccount
  27838. web_1 | - django_extensions
  27839. web_1 | (use ./manage.py migrate to migrate these)
  27840. web_1 | Running migrations for socialaccount:
  27841. web_1 | - Nothing to migrate.
  27842. web_1 | - Loading initial data for socialaccount.
  27843. web_1 | Installed 0 object(s) from 0 fixture(s)
  27844. web_1 | Running migrations for django_extensions:
  27845. web_1 | - Nothing to migrate.
  27846. web_1 | - Loading initial data for django_extensions.
  27847. web_1 | Installed 0 object(s) from 0 fixture(s)
  27848. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27849. web_1 | [GCC 4.9.2] on linux2
  27850. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27851. web_1 | (InteractiveConsole)
  27852. web_1 |
  27853. web_1 | >>> >>> Starting the server
  27854. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27855. web_1 |
  27856. web_1 | Fatal error: Unable to find local grunt.
  27857. web_1 |
  27858. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27859. web_1 | your project. For more information about installing and configuring grunt,
  27860. web_1 | please see the Getting Started guide:
  27861. web_1 |
  27862. web_1 | http://gruntjs.com/getting-started
  27863. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27864. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27865. web_1 | Syncing...
  27866. web_1 | Creating tables ...
  27867. web_1 | Installing custom SQL ...
  27868. web_1 | Installing indexes ...
  27869. web_1 | Installed 0 object(s) from 0 fixture(s)
  27870. web_1 |
  27871. web_1 | Synced:
  27872. web_1 | > django.contrib.auth
  27873. web_1 | > django.contrib.contenttypes
  27874. web_1 | > django.contrib.sessions
  27875. web_1 | > django.contrib.sites
  27876. web_1 | > django.contrib.messages
  27877. web_1 | > django.contrib.staticfiles
  27878. web_1 | > django.contrib.admin
  27879. web_1 | > south
  27880. web_1 | > crispy_forms
  27881. web_1 | > avatar
  27882. web_1 | > bootstrap3
  27883. web_1 | > users
  27884. web_1 | > allauth
  27885. web_1 | > allauth.account
  27886. web_1 | > django.contrib.humanize
  27887. web_1 | > debug_toolbar
  27888. web_1 |
  27889. web_1 | Not synced (use migrations):
  27890. web_1 | - allauth.socialaccount
  27891. web_1 | - django_extensions
  27892. web_1 | (use ./manage.py migrate to migrate these)
  27893. web_1 | Running migrations for socialaccount:
  27894. web_1 | - Nothing to migrate.
  27895. web_1 | - Loading initial data for socialaccount.
  27896. web_1 | Installed 0 object(s) from 0 fixture(s)
  27897. web_1 | Running migrations for django_extensions:
  27898. web_1 | - Nothing to migrate.
  27899. web_1 | - Loading initial data for django_extensions.
  27900. web_1 | Installed 0 object(s) from 0 fixture(s)
  27901. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27902. web_1 | [GCC 4.9.2] on linux2
  27903. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27904. web_1 | (InteractiveConsole)
  27905. web_1 |
  27906. web_1 | >>> >>> Starting the server
  27907. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27908. web_1 |
  27909. web_1 | Fatal error: Unable to find local grunt.
  27910. web_1 |
  27911. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27912. web_1 | your project. For more information about installing and configuring grunt,
  27913. web_1 | please see the Getting Started guide:
  27914. web_1 |
  27915. web_1 | http://gruntjs.com/getting-started
  27916. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27917. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27918. web_1 | Syncing...
  27919. web_1 | Creating tables ...
  27920. web_1 | Installing custom SQL ...
  27921. web_1 | Installing indexes ...
  27922. web_1 | Installed 0 object(s) from 0 fixture(s)
  27923. web_1 |
  27924. web_1 | Synced:
  27925. web_1 | > django.contrib.auth
  27926. web_1 | > django.contrib.contenttypes
  27927. web_1 | > django.contrib.sessions
  27928. web_1 | > django.contrib.sites
  27929. web_1 | > django.contrib.messages
  27930. web_1 | > django.contrib.staticfiles
  27931. web_1 | > django.contrib.admin
  27932. web_1 | > south
  27933. web_1 | > crispy_forms
  27934. web_1 | > avatar
  27935. web_1 | > bootstrap3
  27936. web_1 | > users
  27937. web_1 | > allauth
  27938. web_1 | > allauth.account
  27939. web_1 | > django.contrib.humanize
  27940. web_1 | > debug_toolbar
  27941. web_1 |
  27942. web_1 | Not synced (use migrations):
  27943. web_1 | - allauth.socialaccount
  27944. web_1 | - django_extensions
  27945. web_1 | (use ./manage.py migrate to migrate these)
  27946. web_1 | Running migrations for socialaccount:
  27947. web_1 | - Nothing to migrate.
  27948. web_1 | - Loading initial data for socialaccount.
  27949. web_1 | Installed 0 object(s) from 0 fixture(s)
  27950. web_1 | Running migrations for django_extensions:
  27951. web_1 | - Nothing to migrate.
  27952. web_1 | - Loading initial data for django_extensions.
  27953. web_1 | Installed 0 object(s) from 0 fixture(s)
  27954. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  27955. web_1 | [GCC 4.9.2] on linux2
  27956. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  27957. web_1 | (InteractiveConsole)
  27958. web_1 |
  27959. web_1 | >>> >>> Starting the server
  27960. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  27961. web_1 |
  27962. web_1 | Fatal error: Unable to find local grunt.
  27963. web_1 |
  27964. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  27965. web_1 | your project. For more information about installing and configuring grunt,
  27966. web_1 | please see the Getting Started guide:
  27967. web_1 |
  27968. web_1 | http://gruntjs.com/getting-started
  27969. web_1 | Starting OpenBSD Secure Shell server: sshd.
  27970. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  27971. web_1 | Syncing...
  27972. web_1 | Creating tables ...
  27973. web_1 | Installing custom SQL ...
  27974. web_1 | Installing indexes ...
  27975. web_1 | Installed 0 object(s) from 0 fixture(s)
  27976. web_1 |
  27977. web_1 | Synced:
  27978. web_1 | > django.contrib.auth
  27979. web_1 | > django.contrib.contenttypes
  27980. web_1 | > django.contrib.sessions
  27981. web_1 | > django.contrib.sites
  27982. web_1 | > django.contrib.messages
  27983. web_1 | > django.contrib.staticfiles
  27984. web_1 | > django.contrib.admin
  27985. web_1 | > south
  27986. web_1 | > crispy_forms
  27987. web_1 | > avatar
  27988. web_1 | > bootstrap3
  27989. web_1 | > users
  27990. web_1 | > allauth
  27991. web_1 | > allauth.account
  27992. web_1 | > django.contrib.humanize
  27993. web_1 | > debug_toolbar
  27994. web_1 |
  27995. web_1 | Not synced (use migrations):
  27996. web_1 | - allauth.socialaccount
  27997. web_1 | - django_extensions
  27998. web_1 | (use ./manage.py migrate to migrate these)
  27999. web_1 | Running migrations for socialaccount:
  28000. web_1 | - Nothing to migrate.
  28001. web_1 | - Loading initial data for socialaccount.
  28002. web_1 | Installed 0 object(s) from 0 fixture(s)
  28003. web_1 | Running migrations for django_extensions:
  28004. web_1 | - Nothing to migrate.
  28005. web_1 | - Loading initial data for django_extensions.
  28006. web_1 | Installed 0 object(s) from 0 fixture(s)
  28007. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28008. web_1 | [GCC 4.9.2] on linux2
  28009. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28010. web_1 | (InteractiveConsole)
  28011. web_1 |
  28012. web_1 | >>> >>> Starting the server
  28013. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28014. web_1 |
  28015. web_1 | Fatal error: Unable to find local grunt.
  28016. web_1 |
  28017. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28018. web_1 | your project. For more information about installing and configuring grunt,
  28019. web_1 | please see the Getting Started guide:
  28020. web_1 |
  28021. web_1 | http://gruntjs.com/getting-started
  28022. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28023. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28024. web_1 | Syncing...
  28025. web_1 | Creating tables ...
  28026. web_1 | Installing custom SQL ...
  28027. web_1 | Installing indexes ...
  28028. web_1 | Installed 0 object(s) from 0 fixture(s)
  28029. web_1 |
  28030. web_1 | Synced:
  28031. web_1 | > django.contrib.auth
  28032. web_1 | > django.contrib.contenttypes
  28033. web_1 | > django.contrib.sessions
  28034. web_1 | > django.contrib.sites
  28035. web_1 | > django.contrib.messages
  28036. web_1 | > django.contrib.staticfiles
  28037. web_1 | > django.contrib.admin
  28038. web_1 | > south
  28039. web_1 | > crispy_forms
  28040. web_1 | > avatar
  28041. web_1 | > bootstrap3
  28042. web_1 | > users
  28043. web_1 | > allauth
  28044. web_1 | > allauth.account
  28045. web_1 | > django.contrib.humanize
  28046. web_1 | > debug_toolbar
  28047. web_1 |
  28048. web_1 | Not synced (use migrations):
  28049. web_1 | - allauth.socialaccount
  28050. web_1 | - django_extensions
  28051. web_1 | (use ./manage.py migrate to migrate these)
  28052. web_1 | Running migrations for socialaccount:
  28053. web_1 | - Nothing to migrate.
  28054. web_1 | - Loading initial data for socialaccount.
  28055. web_1 | Installed 0 object(s) from 0 fixture(s)
  28056. web_1 | Running migrations for django_extensions:
  28057. web_1 | - Nothing to migrate.
  28058. web_1 | - Loading initial data for django_extensions.
  28059. web_1 | Installed 0 object(s) from 0 fixture(s)
  28060. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28061. web_1 | [GCC 4.9.2] on linux2
  28062. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28063. web_1 | (InteractiveConsole)
  28064. web_1 |
  28065. web_1 | >>> >>> Starting the server
  28066. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28067. web_1 |
  28068. web_1 | Fatal error: Unable to find local grunt.
  28069. web_1 |
  28070. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28071. web_1 | your project. For more information about installing and configuring grunt,
  28072. web_1 | please see the Getting Started guide:
  28073. web_1 |
  28074. web_1 | http://gruntjs.com/getting-started
  28075. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28076. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28077. web_1 | Syncing...
  28078. web_1 | Creating tables ...
  28079. web_1 | Installing custom SQL ...
  28080. web_1 | Installing indexes ...
  28081. web_1 | Installed 0 object(s) from 0 fixture(s)
  28082. web_1 |
  28083. web_1 | Synced:
  28084. web_1 | > django.contrib.auth
  28085. web_1 | > django.contrib.contenttypes
  28086. web_1 | > django.contrib.sessions
  28087. web_1 | > django.contrib.sites
  28088. web_1 | > django.contrib.messages
  28089. web_1 | > django.contrib.staticfiles
  28090. web_1 | > django.contrib.admin
  28091. web_1 | > south
  28092. web_1 | > crispy_forms
  28093. web_1 | > avatar
  28094. web_1 | > bootstrap3
  28095. web_1 | > users
  28096. web_1 | > allauth
  28097. web_1 | > allauth.account
  28098. web_1 | > django.contrib.humanize
  28099. web_1 | > debug_toolbar
  28100. web_1 |
  28101. web_1 | Not synced (use migrations):
  28102. web_1 | - allauth.socialaccount
  28103. web_1 | - django_extensions
  28104. web_1 | (use ./manage.py migrate to migrate these)
  28105. web_1 | Running migrations for socialaccount:
  28106. web_1 | - Nothing to migrate.
  28107. web_1 | - Loading initial data for socialaccount.
  28108. web_1 | Installed 0 object(s) from 0 fixture(s)
  28109. web_1 | Running migrations for django_extensions:
  28110. web_1 | - Nothing to migrate.
  28111. web_1 | - Loading initial data for django_extensions.
  28112. web_1 | Installed 0 object(s) from 0 fixture(s)
  28113. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28114. web_1 | [GCC 4.9.2] on linux2
  28115. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28116. web_1 | (InteractiveConsole)
  28117. web_1 |
  28118. web_1 | >>> >>> Starting the server
  28119. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28120. web_1 |
  28121. web_1 | Fatal error: Unable to find local grunt.
  28122. web_1 |
  28123. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28124. web_1 | your project. For more information about installing and configuring grunt,
  28125. web_1 | please see the Getting Started guide:
  28126. web_1 |
  28127. web_1 | http://gruntjs.com/getting-started
  28128. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28129. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28130. web_1 | Syncing...
  28131. web_1 | Creating tables ...
  28132. web_1 | Installing custom SQL ...
  28133. web_1 | Installing indexes ...
  28134. web_1 | Installed 0 object(s) from 0 fixture(s)
  28135. web_1 |
  28136. web_1 | Synced:
  28137. web_1 | > django.contrib.auth
  28138. web_1 | > django.contrib.contenttypes
  28139. web_1 | > django.contrib.sessions
  28140. web_1 | > django.contrib.sites
  28141. web_1 | > django.contrib.messages
  28142. web_1 | > django.contrib.staticfiles
  28143. web_1 | > django.contrib.admin
  28144. web_1 | > south
  28145. web_1 | > crispy_forms
  28146. web_1 | > avatar
  28147. web_1 | > bootstrap3
  28148. web_1 | > users
  28149. web_1 | > allauth
  28150. web_1 | > allauth.account
  28151. web_1 | > django.contrib.humanize
  28152. web_1 | > debug_toolbar
  28153. web_1 |
  28154. web_1 | Not synced (use migrations):
  28155. web_1 | - allauth.socialaccount
  28156. web_1 | - django_extensions
  28157. web_1 | (use ./manage.py migrate to migrate these)
  28158. web_1 | Running migrations for socialaccount:
  28159. web_1 | - Nothing to migrate.
  28160. web_1 | - Loading initial data for socialaccount.
  28161. web_1 | Installed 0 object(s) from 0 fixture(s)
  28162. web_1 | Running migrations for django_extensions:
  28163. web_1 | - Nothing to migrate.
  28164. web_1 | - Loading initial data for django_extensions.
  28165. web_1 | Installed 0 object(s) from 0 fixture(s)
  28166. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28167. web_1 | [GCC 4.9.2] on linux2
  28168. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28169. web_1 | (InteractiveConsole)
  28170. web_1 |
  28171. web_1 | >>> >>> Starting the server
  28172. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28173. web_1 |
  28174. web_1 | Fatal error: Unable to find local grunt.
  28175. web_1 |
  28176. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28177. web_1 | your project. For more information about installing and configuring grunt,
  28178. web_1 | please see the Getting Started guide:
  28179. web_1 |
  28180. web_1 | http://gruntjs.com/getting-started
  28181. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28182. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28183. web_1 | Syncing...
  28184. web_1 | Creating tables ...
  28185. web_1 | Installing custom SQL ...
  28186. web_1 | Installing indexes ...
  28187. web_1 | Installed 0 object(s) from 0 fixture(s)
  28188. web_1 |
  28189. web_1 | Synced:
  28190. web_1 | > django.contrib.auth
  28191. web_1 | > django.contrib.contenttypes
  28192. web_1 | > django.contrib.sessions
  28193. web_1 | > django.contrib.sites
  28194. web_1 | > django.contrib.messages
  28195. web_1 | > django.contrib.staticfiles
  28196. web_1 | > django.contrib.admin
  28197. web_1 | > south
  28198. web_1 | > crispy_forms
  28199. web_1 | > avatar
  28200. web_1 | > bootstrap3
  28201. web_1 | > users
  28202. web_1 | > allauth
  28203. web_1 | > allauth.account
  28204. web_1 | > django.contrib.humanize
  28205. web_1 | > debug_toolbar
  28206. web_1 |
  28207. web_1 | Not synced (use migrations):
  28208. web_1 | - allauth.socialaccount
  28209. web_1 | - django_extensions
  28210. web_1 | (use ./manage.py migrate to migrate these)
  28211. web_1 | Running migrations for socialaccount:
  28212. web_1 | - Nothing to migrate.
  28213. web_1 | - Loading initial data for socialaccount.
  28214. web_1 | Installed 0 object(s) from 0 fixture(s)
  28215. web_1 | Running migrations for django_extensions:
  28216. web_1 | - Nothing to migrate.
  28217. web_1 | - Loading initial data for django_extensions.
  28218. web_1 | Installed 0 object(s) from 0 fixture(s)
  28219. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28220. web_1 | [GCC 4.9.2] on linux2
  28221. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28222. web_1 | (InteractiveConsole)
  28223. web_1 |
  28224. web_1 | >>> >>> Starting the server
  28225. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28226. web_1 |
  28227. web_1 | Fatal error: Unable to find local grunt.
  28228. web_1 |
  28229. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28230. web_1 | your project. For more information about installing and configuring grunt,
  28231. web_1 | please see the Getting Started guide:
  28232. web_1 |
  28233. web_1 | http://gruntjs.com/getting-started
  28234. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28235. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28236. web_1 | Syncing...
  28237. web_1 | Creating tables ...
  28238. web_1 | Installing custom SQL ...
  28239. web_1 | Installing indexes ...
  28240. web_1 | Installed 0 object(s) from 0 fixture(s)
  28241. web_1 |
  28242. web_1 | Synced:
  28243. web_1 | > django.contrib.auth
  28244. web_1 | > django.contrib.contenttypes
  28245. web_1 | > django.contrib.sessions
  28246. web_1 | > django.contrib.sites
  28247. web_1 | > django.contrib.messages
  28248. web_1 | > django.contrib.staticfiles
  28249. web_1 | > django.contrib.admin
  28250. web_1 | > south
  28251. web_1 | > crispy_forms
  28252. web_1 | > avatar
  28253. web_1 | > bootstrap3
  28254. web_1 | > users
  28255. web_1 | > allauth
  28256. web_1 | > allauth.account
  28257. web_1 | > django.contrib.humanize
  28258. web_1 | > debug_toolbar
  28259. web_1 |
  28260. web_1 | Not synced (use migrations):
  28261. web_1 | - allauth.socialaccount
  28262. web_1 | - django_extensions
  28263. web_1 | (use ./manage.py migrate to migrate these)
  28264. web_1 | Running migrations for socialaccount:
  28265. web_1 | - Nothing to migrate.
  28266. web_1 | - Loading initial data for socialaccount.
  28267. web_1 | Installed 0 object(s) from 0 fixture(s)
  28268. web_1 | Running migrations for django_extensions:
  28269. web_1 | - Nothing to migrate.
  28270. web_1 | - Loading initial data for django_extensions.
  28271. web_1 | Installed 0 object(s) from 0 fixture(s)
  28272. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28273. web_1 | [GCC 4.9.2] on linux2
  28274. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28275. web_1 | (InteractiveConsole)
  28276. web_1 |
  28277. web_1 | >>> >>> Starting the server
  28278. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28279. web_1 |
  28280. web_1 | Fatal error: Unable to find local grunt.
  28281. web_1 |
  28282. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28283. web_1 | your project. For more information about installing and configuring grunt,
  28284. web_1 | please see the Getting Started guide:
  28285. web_1 |
  28286. web_1 | http://gruntjs.com/getting-started
  28287. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28288. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28289. web_1 | Syncing...
  28290. web_1 | Creating tables ...
  28291. web_1 | Installing custom SQL ...
  28292. web_1 | Installing indexes ...
  28293. web_1 | Installed 0 object(s) from 0 fixture(s)
  28294. web_1 |
  28295. web_1 | Synced:
  28296. web_1 | > django.contrib.auth
  28297. web_1 | > django.contrib.contenttypes
  28298. web_1 | > django.contrib.sessions
  28299. web_1 | > django.contrib.sites
  28300. web_1 | > django.contrib.messages
  28301. web_1 | > django.contrib.staticfiles
  28302. web_1 | > django.contrib.admin
  28303. web_1 | > south
  28304. web_1 | > crispy_forms
  28305. web_1 | > avatar
  28306. web_1 | > bootstrap3
  28307. web_1 | > users
  28308. web_1 | > allauth
  28309. web_1 | > allauth.account
  28310. web_1 | > django.contrib.humanize
  28311. web_1 | > debug_toolbar
  28312. web_1 |
  28313. web_1 | Not synced (use migrations):
  28314. web_1 | - allauth.socialaccount
  28315. web_1 | - django_extensions
  28316. web_1 | (use ./manage.py migrate to migrate these)
  28317. web_1 | Running migrations for socialaccount:
  28318. web_1 | - Nothing to migrate.
  28319. web_1 | - Loading initial data for socialaccount.
  28320. web_1 | Installed 0 object(s) from 0 fixture(s)
  28321. web_1 | Running migrations for django_extensions:
  28322. web_1 | - Nothing to migrate.
  28323. web_1 | - Loading initial data for django_extensions.
  28324. web_1 | Installed 0 object(s) from 0 fixture(s)
  28325. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28326. web_1 | [GCC 4.9.2] on linux2
  28327. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28328. web_1 | (InteractiveConsole)
  28329. web_1 |
  28330. web_1 | >>> >>> Starting the server
  28331. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28332. web_1 |
  28333. web_1 | Fatal error: Unable to find local grunt.
  28334. web_1 |
  28335. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28336. web_1 | your project. For more information about installing and configuring grunt,
  28337. web_1 | please see the Getting Started guide:
  28338. web_1 |
  28339. web_1 | http://gruntjs.com/getting-started
  28340. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28341. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28342. web_1 | Syncing...
  28343. web_1 | Creating tables ...
  28344. web_1 | Installing custom SQL ...
  28345. web_1 | Installing indexes ...
  28346. web_1 | Installed 0 object(s) from 0 fixture(s)
  28347. web_1 |
  28348. web_1 | Synced:
  28349. web_1 | > django.contrib.auth
  28350. web_1 | > django.contrib.contenttypes
  28351. web_1 | > django.contrib.sessions
  28352. web_1 | > django.contrib.sites
  28353. web_1 | > django.contrib.messages
  28354. web_1 | > django.contrib.staticfiles
  28355. web_1 | > django.contrib.admin
  28356. web_1 | > south
  28357. web_1 | > crispy_forms
  28358. web_1 | > avatar
  28359. web_1 | > bootstrap3
  28360. web_1 | > users
  28361. web_1 | > allauth
  28362. web_1 | > allauth.account
  28363. web_1 | > django.contrib.humanize
  28364. web_1 | > debug_toolbar
  28365. web_1 |
  28366. web_1 | Not synced (use migrations):
  28367. web_1 | - allauth.socialaccount
  28368. web_1 | - django_extensions
  28369. web_1 | (use ./manage.py migrate to migrate these)
  28370. web_1 | Running migrations for socialaccount:
  28371. web_1 | - Nothing to migrate.
  28372. web_1 | - Loading initial data for socialaccount.
  28373. web_1 | Installed 0 object(s) from 0 fixture(s)
  28374. web_1 | Running migrations for django_extensions:
  28375. web_1 | - Nothing to migrate.
  28376. web_1 | - Loading initial data for django_extensions.
  28377. web_1 | Installed 0 object(s) from 0 fixture(s)
  28378. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28379. web_1 | [GCC 4.9.2] on linux2
  28380. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28381. web_1 | (InteractiveConsole)
  28382. web_1 |
  28383. web_1 | >>> >>> Starting the server
  28384. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28385. web_1 |
  28386. web_1 | Fatal error: Unable to find local grunt.
  28387. web_1 |
  28388. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28389. web_1 | your project. For more information about installing and configuring grunt,
  28390. web_1 | please see the Getting Started guide:
  28391. web_1 |
  28392. web_1 | http://gruntjs.com/getting-started
  28393. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28394. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28395. web_1 | Syncing...
  28396. web_1 | Creating tables ...
  28397. web_1 | Installing custom SQL ...
  28398. web_1 | Installing indexes ...
  28399. web_1 | Installed 0 object(s) from 0 fixture(s)
  28400. web_1 |
  28401. web_1 | Synced:
  28402. web_1 | > django.contrib.auth
  28403. web_1 | > django.contrib.contenttypes
  28404. web_1 | > django.contrib.sessions
  28405. web_1 | > django.contrib.sites
  28406. web_1 | > django.contrib.messages
  28407. web_1 | > django.contrib.staticfiles
  28408. web_1 | > django.contrib.admin
  28409. web_1 | > south
  28410. web_1 | > crispy_forms
  28411. web_1 | > avatar
  28412. web_1 | > bootstrap3
  28413. web_1 | > users
  28414. web_1 | > allauth
  28415. web_1 | > allauth.account
  28416. web_1 | > django.contrib.humanize
  28417. web_1 | > debug_toolbar
  28418. web_1 |
  28419. web_1 | Not synced (use migrations):
  28420. web_1 | - allauth.socialaccount
  28421. web_1 | - django_extensions
  28422. web_1 | (use ./manage.py migrate to migrate these)
  28423. web_1 | Running migrations for socialaccount:
  28424. web_1 | - Nothing to migrate.
  28425. web_1 | - Loading initial data for socialaccount.
  28426. web_1 | Installed 0 object(s) from 0 fixture(s)
  28427. web_1 | Running migrations for django_extensions:
  28428. web_1 | - Nothing to migrate.
  28429. web_1 | - Loading initial data for django_extensions.
  28430. web_1 | Installed 0 object(s) from 0 fixture(s)
  28431. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28432. web_1 | [GCC 4.9.2] on linux2
  28433. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28434. web_1 | (InteractiveConsole)
  28435. web_1 |
  28436. web_1 | >>> >>> Starting the server
  28437. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28438. web_1 |
  28439. web_1 | Fatal error: Unable to find local grunt.
  28440. web_1 |
  28441. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28442. web_1 | your project. For more information about installing and configuring grunt,
  28443. web_1 | please see the Getting Started guide:
  28444. web_1 |
  28445. web_1 | http://gruntjs.com/getting-started
  28446. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28447. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28448. web_1 | Syncing...
  28449. web_1 | Creating tables ...
  28450. web_1 | Installing custom SQL ...
  28451. web_1 | Installing indexes ...
  28452. web_1 | Installed 0 object(s) from 0 fixture(s)
  28453. web_1 |
  28454. web_1 | Synced:
  28455. web_1 | > django.contrib.auth
  28456. web_1 | > django.contrib.contenttypes
  28457. web_1 | > django.contrib.sessions
  28458. web_1 | > django.contrib.sites
  28459. web_1 | > django.contrib.messages
  28460. web_1 | > django.contrib.staticfiles
  28461. web_1 | > django.contrib.admin
  28462. web_1 | > south
  28463. web_1 | > crispy_forms
  28464. web_1 | > avatar
  28465. web_1 | > bootstrap3
  28466. web_1 | > users
  28467. web_1 | > allauth
  28468. web_1 | > allauth.account
  28469. web_1 | > django.contrib.humanize
  28470. web_1 | > debug_toolbar
  28471. web_1 |
  28472. web_1 | Not synced (use migrations):
  28473. web_1 | - allauth.socialaccount
  28474. web_1 | - django_extensions
  28475. web_1 | (use ./manage.py migrate to migrate these)
  28476. web_1 | Running migrations for socialaccount:
  28477. web_1 | - Nothing to migrate.
  28478. web_1 | - Loading initial data for socialaccount.
  28479. web_1 | Installed 0 object(s) from 0 fixture(s)
  28480. web_1 | Running migrations for django_extensions:
  28481. web_1 | - Nothing to migrate.
  28482. web_1 | - Loading initial data for django_extensions.
  28483. web_1 | Installed 0 object(s) from 0 fixture(s)
  28484. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28485. web_1 | [GCC 4.9.2] on linux2
  28486. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28487. web_1 | (InteractiveConsole)
  28488. web_1 |
  28489. web_1 | >>> >>> Starting the server
  28490. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28491. web_1 |
  28492. web_1 | Fatal error: Unable to find local grunt.
  28493. web_1 |
  28494. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28495. web_1 | your project. For more information about installing and configuring grunt,
  28496. web_1 | please see the Getting Started guide:
  28497. web_1 |
  28498. web_1 | http://gruntjs.com/getting-started
  28499. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28500. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28501. web_1 | Syncing...
  28502. web_1 | Creating tables ...
  28503. web_1 | Installing custom SQL ...
  28504. web_1 | Installing indexes ...
  28505. web_1 | Installed 0 object(s) from 0 fixture(s)
  28506. web_1 |
  28507. web_1 | Synced:
  28508. web_1 | > django.contrib.auth
  28509. web_1 | > django.contrib.contenttypes
  28510. web_1 | > django.contrib.sessions
  28511. web_1 | > django.contrib.sites
  28512. web_1 | > django.contrib.messages
  28513. web_1 | > django.contrib.staticfiles
  28514. web_1 | > django.contrib.admin
  28515. web_1 | > south
  28516. web_1 | > crispy_forms
  28517. web_1 | > avatar
  28518. web_1 | > bootstrap3
  28519. web_1 | > users
  28520. web_1 | > allauth
  28521. web_1 | > allauth.account
  28522. web_1 | > django.contrib.humanize
  28523. web_1 | > debug_toolbar
  28524. web_1 |
  28525. web_1 | Not synced (use migrations):
  28526. web_1 | - allauth.socialaccount
  28527. web_1 | - django_extensions
  28528. web_1 | (use ./manage.py migrate to migrate these)
  28529. web_1 | Running migrations for socialaccount:
  28530. web_1 | - Nothing to migrate.
  28531. web_1 | - Loading initial data for socialaccount.
  28532. web_1 | Installed 0 object(s) from 0 fixture(s)
  28533. web_1 | Running migrations for django_extensions:
  28534. web_1 | - Nothing to migrate.
  28535. web_1 | - Loading initial data for django_extensions.
  28536. web_1 | Installed 0 object(s) from 0 fixture(s)
  28537. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28538. web_1 | [GCC 4.9.2] on linux2
  28539. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28540. web_1 | (InteractiveConsole)
  28541. web_1 |
  28542. web_1 | >>> >>> Starting the server
  28543. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28544. web_1 |
  28545. web_1 | Fatal error: Unable to find local grunt.
  28546. web_1 |
  28547. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28548. web_1 | your project. For more information about installing and configuring grunt,
  28549. web_1 | please see the Getting Started guide:
  28550. web_1 |
  28551. web_1 | http://gruntjs.com/getting-started
  28552. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28553. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28554. web_1 | Syncing...
  28555. web_1 | Creating tables ...
  28556. web_1 | Installing custom SQL ...
  28557. web_1 | Installing indexes ...
  28558. web_1 | Installed 0 object(s) from 0 fixture(s)
  28559. web_1 |
  28560. web_1 | Synced:
  28561. web_1 | > django.contrib.auth
  28562. web_1 | > django.contrib.contenttypes
  28563. web_1 | > django.contrib.sessions
  28564. web_1 | > django.contrib.sites
  28565. web_1 | > django.contrib.messages
  28566. web_1 | > django.contrib.staticfiles
  28567. web_1 | > django.contrib.admin
  28568. web_1 | > south
  28569. web_1 | > crispy_forms
  28570. web_1 | > avatar
  28571. web_1 | > bootstrap3
  28572. web_1 | > users
  28573. web_1 | > allauth
  28574. web_1 | > allauth.account
  28575. web_1 | > django.contrib.humanize
  28576. web_1 | > debug_toolbar
  28577. web_1 |
  28578. web_1 | Not synced (use migrations):
  28579. web_1 | - allauth.socialaccount
  28580. web_1 | - django_extensions
  28581. web_1 | (use ./manage.py migrate to migrate these)
  28582. web_1 | Running migrations for socialaccount:
  28583. web_1 | - Nothing to migrate.
  28584. web_1 | - Loading initial data for socialaccount.
  28585. web_1 | Installed 0 object(s) from 0 fixture(s)
  28586. web_1 | Running migrations for django_extensions:
  28587. web_1 | - Nothing to migrate.
  28588. web_1 | - Loading initial data for django_extensions.
  28589. web_1 | Installed 0 object(s) from 0 fixture(s)
  28590. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28591. web_1 | [GCC 4.9.2] on linux2
  28592. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28593. web_1 | (InteractiveConsole)
  28594. web_1 |
  28595. web_1 | >>> >>> Starting the server
  28596. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28597. web_1 |
  28598. web_1 | Fatal error: Unable to find local grunt.
  28599. web_1 |
  28600. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28601. web_1 | your project. For more information about installing and configuring grunt,
  28602. web_1 | please see the Getting Started guide:
  28603. web_1 |
  28604. web_1 | http://gruntjs.com/getting-started
  28605. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28606. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28607. web_1 | Syncing...
  28608. web_1 | Creating tables ...
  28609. web_1 | Installing custom SQL ...
  28610. web_1 | Installing indexes ...
  28611. web_1 | Installed 0 object(s) from 0 fixture(s)
  28612. web_1 |
  28613. web_1 | Synced:
  28614. web_1 | > django.contrib.auth
  28615. web_1 | > django.contrib.contenttypes
  28616. web_1 | > django.contrib.sessions
  28617. web_1 | > django.contrib.sites
  28618. web_1 | > django.contrib.messages
  28619. web_1 | > django.contrib.staticfiles
  28620. web_1 | > django.contrib.admin
  28621. web_1 | > south
  28622. web_1 | > crispy_forms
  28623. web_1 | > avatar
  28624. web_1 | > bootstrap3
  28625. web_1 | > users
  28626. web_1 | > allauth
  28627. web_1 | > allauth.account
  28628. web_1 | > django.contrib.humanize
  28629. web_1 | > debug_toolbar
  28630. web_1 |
  28631. web_1 | Not synced (use migrations):
  28632. web_1 | - allauth.socialaccount
  28633. web_1 | - django_extensions
  28634. web_1 | (use ./manage.py migrate to migrate these)
  28635. web_1 | Running migrations for socialaccount:
  28636. web_1 | - Nothing to migrate.
  28637. web_1 | - Loading initial data for socialaccount.
  28638. web_1 | Installed 0 object(s) from 0 fixture(s)
  28639. web_1 | Running migrations for django_extensions:
  28640. web_1 | - Nothing to migrate.
  28641. web_1 | - Loading initial data for django_extensions.
  28642. web_1 | Installed 0 object(s) from 0 fixture(s)
  28643. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28644. web_1 | [GCC 4.9.2] on linux2
  28645. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28646. web_1 | (InteractiveConsole)
  28647. web_1 |
  28648. web_1 | >>> >>> Starting the server
  28649. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28650. web_1 |
  28651. web_1 | Fatal error: Unable to find local grunt.
  28652. web_1 |
  28653. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28654. web_1 | your project. For more information about installing and configuring grunt,
  28655. web_1 | please see the Getting Started guide:
  28656. web_1 |
  28657. web_1 | http://gruntjs.com/getting-started
  28658. oclweb_web_1 exited with code 99
  28659. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28660. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28661. web_1 | Syncing...
  28662. web_1 | Traceback (most recent call last):
  28663. web_1 | File "ocl_web/manage.py", line 19, in <module>
  28664. web_1 | execute_from_command_line(sys.argv)
  28665. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  28666. web_1 | utility.execute()
  28667. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  28668. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  28669. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  28670. web_1 | self.execute(*args, **options.__dict__)
  28671. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  28672. web_1 | output = self.handle(*args, **options)
  28673. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  28674. web_1 | return self.handle_noargs(**options)
  28675. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  28676. web_1 | syncdb.Command().execute(**options)
  28677. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  28678. web_1 | output = self.handle(*args, **options)
  28679. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  28680. web_1 | return self.handle_noargs(**options)
  28681. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  28682. web_1 | cursor = connection.cursor()
  28683. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  28684. web_1 | cursor = self.make_debug_cursor(self._cursor())
  28685. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  28686. web_1 | self.ensure_connection()
  28687. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28688. web_1 | self.connect()
  28689. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  28690. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  28691. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28692. web_1 | self.connect()
  28693. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  28694. web_1 | self.connection = self.get_new_connection(conn_params)
  28695. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  28696. web_1 | return Database.connect(**conn_params)
  28697. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  28698. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  28699. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  28700. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  28701. web_1 | TCP/IP connections on port 5432?
  28702. web_1 |
  28703. web_1 | Traceback (most recent call last):
  28704. web_1 | File "ocl_web/manage.py", line 19, in <module>
  28705. web_1 | execute_from_command_line(sys.argv)
  28706. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  28707. web_1 | utility.execute()
  28708. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  28709. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  28710. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  28711. web_1 | self.execute(*args, **options.__dict__)
  28712. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  28713. web_1 | output = self.handle(*args, **options)
  28714. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  28715. web_1 | ignore_ghosts = ignore_ghosts,
  28716. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  28717. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  28718. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  28719. web_1 | for h in histories:
  28720. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  28721. web_1 | self._fetch_all()
  28722. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  28723. web_1 | self._result_cache = list(self.iterator())
  28724. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  28725. web_1 | for row in compiler.results_iter():
  28726. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  28727. web_1 | for rows in self.execute_sql(MULTI):
  28728. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  28729. web_1 | cursor = self.connection.cursor()
  28730. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  28731. web_1 | cursor = self.make_debug_cursor(self._cursor())
  28732. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  28733. web_1 | self.ensure_connection()
  28734. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28735. web_1 | self.connect()
  28736. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  28737. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  28738. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28739. web_1 | self.connect()
  28740. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  28741. web_1 | self.connection = self.get_new_connection(conn_params)
  28742. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  28743. web_1 | return Database.connect(**conn_params)
  28744. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  28745. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  28746. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  28747. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  28748. web_1 | TCP/IP connections on port 5432?
  28749. web_1 |
  28750. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28751. web_1 | [GCC 4.9.2] on linux2
  28752. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28753. web_1 | (InteractiveConsole)
  28754. web_1 | Traceback (most recent call last):
  28755. web_1 | File "<console>", line 1, in <module>
  28756. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  28757. web_1 | return self.query.get_count(using=self.db)
  28758. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  28759. web_1 | number = obj.get_aggregation(using=using)[None]
  28760. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  28761. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  28762. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  28763. web_1 | cursor = self.connection.cursor()
  28764. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  28765. web_1 | cursor = self.make_debug_cursor(self._cursor())
  28766. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  28767. web_1 | self.ensure_connection()
  28768. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28769. web_1 | self.connect()
  28770. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  28771. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  28772. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  28773. web_1 | self.connect()
  28774. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  28775. web_1 | self.connection = self.get_new_connection(conn_params)
  28776. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  28777. web_1 | return Database.connect(**conn_params)
  28778. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  28779. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  28780. web_1 | OperationalError: could not connect to server: Connection refused
  28781. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  28782. web_1 | TCP/IP connections on port 5432?
  28783. web_1 |
  28784. web_1 |
  28785. web_1 | >>> >>> Starting the server
  28786. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28787. web_1 |
  28788. web_1 | Fatal error: Unable to find local grunt.
  28789. web_1 |
  28790. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28791. web_1 | your project. For more information about installing and configuring grunt,
  28792. web_1 | please see the Getting Started guide:
  28793. web_1 |
  28794. web_1 | http://gruntjs.com/getting-started
  28795. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28796. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28797. web_1 | Syncing...
  28798. web_1 | Creating tables ...
  28799. web_1 | Creating table auth_permission
  28800. web_1 | Creating table auth_group_permissions
  28801. web_1 | Creating table auth_group
  28802. web_1 | Creating table django_content_type
  28803. web_1 | Creating table django_session
  28804. web_1 | Creating table django_site
  28805. web_1 | Creating table django_admin_log
  28806. web_1 | Creating table south_migrationhistory
  28807. web_1 | Creating table avatar_avatar
  28808. web_1 | Creating table users_user_groups
  28809. web_1 | Creating table users_user_user_permissions
  28810. web_1 | Creating table users_user
  28811. web_1 | Creating table account_emailaddress
  28812. web_1 | Creating table account_emailconfirmation
  28813. web_1 | Installing custom SQL ...
  28814. web_1 | Installing indexes ...
  28815. web_1 | Installed 0 object(s) from 0 fixture(s)
  28816. web_1 |
  28817. web_1 | Synced:
  28818. web_1 | > django.contrib.auth
  28819. web_1 | > django.contrib.contenttypes
  28820. web_1 | > django.contrib.sessions
  28821. web_1 | > django.contrib.sites
  28822. web_1 | > django.contrib.messages
  28823. web_1 | > django.contrib.staticfiles
  28824. web_1 | > django.contrib.admin
  28825. web_1 | > south
  28826. web_1 | > crispy_forms
  28827. web_1 | > avatar
  28828. web_1 | > bootstrap3
  28829. web_1 | > users
  28830. web_1 | > allauth
  28831. web_1 | > allauth.account
  28832. web_1 | > django.contrib.humanize
  28833. web_1 | > debug_toolbar
  28834. web_1 |
  28835. web_1 | Not synced (use migrations):
  28836. web_1 | - allauth.socialaccount
  28837. web_1 | - django_extensions
  28838. web_1 | (use ./manage.py migrate to migrate these)
  28839. web_1 | Running migrations for socialaccount:
  28840. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  28841. web_1 | > socialaccount:0001_initial
  28842. web_1 | > socialaccount:0002_genericmodels
  28843. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  28844. web_1 | > socialaccount:0004_add_sites
  28845. web_1 | > socialaccount:0005_set_sites
  28846. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  28847. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  28848. web_1 | > socialaccount:0008_client_id
  28849. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  28850. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  28851. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  28852. web_1 | - Loading initial data for socialaccount.
  28853. web_1 | Installed 0 object(s) from 0 fixture(s)
  28854. web_1 | Running migrations for django_extensions:
  28855. web_1 | - Migrating forwards to 0001_empty.
  28856. web_1 | > django_extensions:0001_empty
  28857. web_1 | - Loading initial data for django_extensions.
  28858. web_1 | Installed 0 object(s) from 0 fixture(s)
  28859. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28860. web_1 | [GCC 4.9.2] on linux2
  28861. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28862. web_1 | (InteractiveConsole)
  28863. web_1 |
  28864. web_1 | >>> >>> Starting the server
  28865. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28866. web_1 |
  28867. web_1 | Fatal error: Unable to find local grunt.
  28868. web_1 |
  28869. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28870. web_1 | your project. For more information about installing and configuring grunt,
  28871. web_1 | please see the Getting Started guide:
  28872. web_1 |
  28873. web_1 | http://gruntjs.com/getting-started
  28874. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28875. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28876. web_1 | Syncing...
  28877. web_1 | Creating tables ...
  28878. web_1 | Installing custom SQL ...
  28879. web_1 | Installing indexes ...
  28880. web_1 | Installed 0 object(s) from 0 fixture(s)
  28881. web_1 |
  28882. web_1 | Synced:
  28883. web_1 | > django.contrib.auth
  28884. web_1 | > django.contrib.contenttypes
  28885. web_1 | > django.contrib.sessions
  28886. web_1 | > django.contrib.sites
  28887. web_1 | > django.contrib.messages
  28888. web_1 | > django.contrib.staticfiles
  28889. web_1 | > django.contrib.admin
  28890. web_1 | > south
  28891. web_1 | > crispy_forms
  28892. web_1 | > avatar
  28893. web_1 | > bootstrap3
  28894. web_1 | > users
  28895. web_1 | > allauth
  28896. web_1 | > allauth.account
  28897. web_1 | > django.contrib.humanize
  28898. web_1 | > debug_toolbar
  28899. web_1 |
  28900. web_1 | Not synced (use migrations):
  28901. web_1 | - allauth.socialaccount
  28902. web_1 | - django_extensions
  28903. web_1 | (use ./manage.py migrate to migrate these)
  28904. web_1 | Running migrations for socialaccount:
  28905. web_1 | - Nothing to migrate.
  28906. web_1 | - Loading initial data for socialaccount.
  28907. web_1 | Installed 0 object(s) from 0 fixture(s)
  28908. web_1 | Running migrations for django_extensions:
  28909. web_1 | - Nothing to migrate.
  28910. web_1 | - Loading initial data for django_extensions.
  28911. web_1 | Installed 0 object(s) from 0 fixture(s)
  28912. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28913. web_1 | [GCC 4.9.2] on linux2
  28914. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28915. web_1 | (InteractiveConsole)
  28916. web_1 |
  28917. web_1 | >>> >>> Starting the server
  28918. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28919. web_1 |
  28920. web_1 | Fatal error: Unable to find local grunt.
  28921. web_1 |
  28922. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28923. web_1 | your project. For more information about installing and configuring grunt,
  28924. web_1 | please see the Getting Started guide:
  28925. web_1 |
  28926. web_1 | http://gruntjs.com/getting-started
  28927. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28928. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28929. web_1 | Syncing...
  28930. web_1 | Creating tables ...
  28931. web_1 | Installing custom SQL ...
  28932. web_1 | Installing indexes ...
  28933. web_1 | Installed 0 object(s) from 0 fixture(s)
  28934. web_1 |
  28935. web_1 | Synced:
  28936. web_1 | > django.contrib.auth
  28937. web_1 | > django.contrib.contenttypes
  28938. web_1 | > django.contrib.sessions
  28939. web_1 | > django.contrib.sites
  28940. web_1 | > django.contrib.messages
  28941. web_1 | > django.contrib.staticfiles
  28942. web_1 | > django.contrib.admin
  28943. web_1 | > south
  28944. web_1 | > crispy_forms
  28945. web_1 | > avatar
  28946. web_1 | > bootstrap3
  28947. web_1 | > users
  28948. web_1 | > allauth
  28949. web_1 | > allauth.account
  28950. web_1 | > django.contrib.humanize
  28951. web_1 | > debug_toolbar
  28952. web_1 |
  28953. web_1 | Not synced (use migrations):
  28954. web_1 | - allauth.socialaccount
  28955. web_1 | - django_extensions
  28956. web_1 | (use ./manage.py migrate to migrate these)
  28957. web_1 | Running migrations for socialaccount:
  28958. web_1 | - Nothing to migrate.
  28959. web_1 | - Loading initial data for socialaccount.
  28960. web_1 | Installed 0 object(s) from 0 fixture(s)
  28961. web_1 | Running migrations for django_extensions:
  28962. web_1 | - Nothing to migrate.
  28963. web_1 | - Loading initial data for django_extensions.
  28964. web_1 | Installed 0 object(s) from 0 fixture(s)
  28965. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  28966. web_1 | [GCC 4.9.2] on linux2
  28967. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  28968. web_1 | (InteractiveConsole)
  28969. web_1 |
  28970. web_1 | >>> >>> Starting the server
  28971. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  28972. web_1 |
  28973. web_1 | Fatal error: Unable to find local grunt.
  28974. web_1 |
  28975. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  28976. web_1 | your project. For more information about installing and configuring grunt,
  28977. web_1 | please see the Getting Started guide:
  28978. web_1 |
  28979. web_1 | http://gruntjs.com/getting-started
  28980. web_1 | Starting OpenBSD Secure Shell server: sshd.
  28981. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  28982. web_1 | Syncing...
  28983. web_1 | Creating tables ...
  28984. web_1 | Installing custom SQL ...
  28985. web_1 | Installing indexes ...
  28986. web_1 | Installed 0 object(s) from 0 fixture(s)
  28987. web_1 |
  28988. web_1 | Synced:
  28989. web_1 | > django.contrib.auth
  28990. web_1 | > django.contrib.contenttypes
  28991. web_1 | > django.contrib.sessions
  28992. web_1 | > django.contrib.sites
  28993. web_1 | > django.contrib.messages
  28994. web_1 | > django.contrib.staticfiles
  28995. web_1 | > django.contrib.admin
  28996. web_1 | > south
  28997. web_1 | > crispy_forms
  28998. web_1 | > avatar
  28999. web_1 | > bootstrap3
  29000. web_1 | > users
  29001. web_1 | > allauth
  29002. web_1 | > allauth.account
  29003. web_1 | > django.contrib.humanize
  29004. web_1 | > debug_toolbar
  29005. web_1 |
  29006. web_1 | Not synced (use migrations):
  29007. web_1 | - allauth.socialaccount
  29008. web_1 | - django_extensions
  29009. web_1 | (use ./manage.py migrate to migrate these)
  29010. web_1 | Running migrations for socialaccount:
  29011. web_1 | - Nothing to migrate.
  29012. web_1 | - Loading initial data for socialaccount.
  29013. web_1 | Installed 0 object(s) from 0 fixture(s)
  29014. web_1 | Running migrations for django_extensions:
  29015. web_1 | - Nothing to migrate.
  29016. web_1 | - Loading initial data for django_extensions.
  29017. web_1 | Installed 0 object(s) from 0 fixture(s)
  29018. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29019. web_1 | [GCC 4.9.2] on linux2
  29020. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29021. web_1 | (InteractiveConsole)
  29022. web_1 |
  29023. web_1 | >>> >>> Starting the server
  29024. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29025. web_1 |
  29026. web_1 | Fatal error: Unable to find local grunt.
  29027. web_1 |
  29028. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29029. web_1 | your project. For more information about installing and configuring grunt,
  29030. web_1 | please see the Getting Started guide:
  29031. web_1 |
  29032. web_1 | http://gruntjs.com/getting-started
  29033. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29034. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29035. web_1 | Syncing...
  29036. web_1 | Creating tables ...
  29037. web_1 | Installing custom SQL ...
  29038. web_1 | Installing indexes ...
  29039. web_1 | Installed 0 object(s) from 0 fixture(s)
  29040. web_1 |
  29041. web_1 | Synced:
  29042. web_1 | > django.contrib.auth
  29043. web_1 | > django.contrib.contenttypes
  29044. web_1 | > django.contrib.sessions
  29045. web_1 | > django.contrib.sites
  29046. web_1 | > django.contrib.messages
  29047. web_1 | > django.contrib.staticfiles
  29048. web_1 | > django.contrib.admin
  29049. web_1 | > south
  29050. web_1 | > crispy_forms
  29051. web_1 | > avatar
  29052. web_1 | > bootstrap3
  29053. web_1 | > users
  29054. web_1 | > allauth
  29055. web_1 | > allauth.account
  29056. web_1 | > django.contrib.humanize
  29057. web_1 | > debug_toolbar
  29058. web_1 |
  29059. web_1 | Not synced (use migrations):
  29060. web_1 | - allauth.socialaccount
  29061. web_1 | - django_extensions
  29062. web_1 | (use ./manage.py migrate to migrate these)
  29063. web_1 | Running migrations for socialaccount:
  29064. web_1 | - Nothing to migrate.
  29065. web_1 | - Loading initial data for socialaccount.
  29066. web_1 | Installed 0 object(s) from 0 fixture(s)
  29067. web_1 | Running migrations for django_extensions:
  29068. web_1 | - Nothing to migrate.
  29069. web_1 | - Loading initial data for django_extensions.
  29070. web_1 | Installed 0 object(s) from 0 fixture(s)
  29071. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29072. web_1 | [GCC 4.9.2] on linux2
  29073. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29074. web_1 | (InteractiveConsole)
  29075. web_1 |
  29076. web_1 | >>> >>> Starting the server
  29077. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29078. web_1 |
  29079. web_1 | Fatal error: Unable to find local grunt.
  29080. web_1 |
  29081. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29082. web_1 | your project. For more information about installing and configuring grunt,
  29083. web_1 | please see the Getting Started guide:
  29084. web_1 |
  29085. web_1 | http://gruntjs.com/getting-started
  29086. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29087. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29088. web_1 | Syncing...
  29089. web_1 | Creating tables ...
  29090. web_1 | Installing custom SQL ...
  29091. web_1 | Installing indexes ...
  29092. web_1 | Installed 0 object(s) from 0 fixture(s)
  29093. web_1 |
  29094. web_1 | Synced:
  29095. web_1 | > django.contrib.auth
  29096. web_1 | > django.contrib.contenttypes
  29097. web_1 | > django.contrib.sessions
  29098. web_1 | > django.contrib.sites
  29099. web_1 | > django.contrib.messages
  29100. web_1 | > django.contrib.staticfiles
  29101. web_1 | > django.contrib.admin
  29102. web_1 | > south
  29103. web_1 | > crispy_forms
  29104. web_1 | > avatar
  29105. web_1 | > bootstrap3
  29106. web_1 | > users
  29107. web_1 | > allauth
  29108. web_1 | > allauth.account
  29109. web_1 | > django.contrib.humanize
  29110. web_1 | > debug_toolbar
  29111. web_1 |
  29112. web_1 | Not synced (use migrations):
  29113. web_1 | - allauth.socialaccount
  29114. web_1 | - django_extensions
  29115. web_1 | (use ./manage.py migrate to migrate these)
  29116. web_1 | Running migrations for socialaccount:
  29117. web_1 | - Nothing to migrate.
  29118. web_1 | - Loading initial data for socialaccount.
  29119. web_1 | Installed 0 object(s) from 0 fixture(s)
  29120. web_1 | Running migrations for django_extensions:
  29121. web_1 | - Nothing to migrate.
  29122. web_1 | - Loading initial data for django_extensions.
  29123. web_1 | Installed 0 object(s) from 0 fixture(s)
  29124. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29125. web_1 | [GCC 4.9.2] on linux2
  29126. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29127. web_1 | (InteractiveConsole)
  29128. web_1 |
  29129. web_1 | >>> >>> Starting the server
  29130. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29131. web_1 |
  29132. web_1 | Fatal error: Unable to find local grunt.
  29133. web_1 |
  29134. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29135. web_1 | your project. For more information about installing and configuring grunt,
  29136. web_1 | please see the Getting Started guide:
  29137. web_1 |
  29138. web_1 | http://gruntjs.com/getting-started
  29139. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29140. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29141. web_1 | Syncing...
  29142. web_1 | Creating tables ...
  29143. web_1 | Installing custom SQL ...
  29144. web_1 | Installing indexes ...
  29145. web_1 | Installed 0 object(s) from 0 fixture(s)
  29146. web_1 |
  29147. web_1 | Synced:
  29148. web_1 | > django.contrib.auth
  29149. web_1 | > django.contrib.contenttypes
  29150. web_1 | > django.contrib.sessions
  29151. web_1 | > django.contrib.sites
  29152. web_1 | > django.contrib.messages
  29153. web_1 | > django.contrib.staticfiles
  29154. web_1 | > django.contrib.admin
  29155. web_1 | > south
  29156. web_1 | > crispy_forms
  29157. web_1 | > avatar
  29158. web_1 | > bootstrap3
  29159. web_1 | > users
  29160. web_1 | > allauth
  29161. web_1 | > allauth.account
  29162. web_1 | > django.contrib.humanize
  29163. web_1 | > debug_toolbar
  29164. web_1 |
  29165. web_1 | Not synced (use migrations):
  29166. web_1 | - allauth.socialaccount
  29167. web_1 | - django_extensions
  29168. web_1 | (use ./manage.py migrate to migrate these)
  29169. web_1 | Running migrations for socialaccount:
  29170. web_1 | - Nothing to migrate.
  29171. web_1 | - Loading initial data for socialaccount.
  29172. web_1 | Installed 0 object(s) from 0 fixture(s)
  29173. web_1 | Running migrations for django_extensions:
  29174. web_1 | - Nothing to migrate.
  29175. web_1 | - Loading initial data for django_extensions.
  29176. web_1 | Installed 0 object(s) from 0 fixture(s)
  29177. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29178. web_1 | [GCC 4.9.2] on linux2
  29179. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29180. web_1 | (InteractiveConsole)
  29181. web_1 |
  29182. web_1 | >>> >>> Starting the server
  29183. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29184. web_1 |
  29185. web_1 | Fatal error: Unable to find local grunt.
  29186. web_1 |
  29187. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29188. web_1 | your project. For more information about installing and configuring grunt,
  29189. web_1 | please see the Getting Started guide:
  29190. web_1 |
  29191. web_1 | http://gruntjs.com/getting-started
  29192. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29193. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29194. web_1 | Syncing...
  29195. web_1 | Creating tables ...
  29196. web_1 | Installing custom SQL ...
  29197. web_1 | Installing indexes ...
  29198. web_1 | Installed 0 object(s) from 0 fixture(s)
  29199. web_1 |
  29200. web_1 | Synced:
  29201. web_1 | > django.contrib.auth
  29202. web_1 | > django.contrib.contenttypes
  29203. web_1 | > django.contrib.sessions
  29204. web_1 | > django.contrib.sites
  29205. web_1 | > django.contrib.messages
  29206. web_1 | > django.contrib.staticfiles
  29207. web_1 | > django.contrib.admin
  29208. web_1 | > south
  29209. web_1 | > crispy_forms
  29210. web_1 | > avatar
  29211. web_1 | > bootstrap3
  29212. web_1 | > users
  29213. web_1 | > allauth
  29214. web_1 | > allauth.account
  29215. web_1 | > django.contrib.humanize
  29216. web_1 | > debug_toolbar
  29217. web_1 |
  29218. web_1 | Not synced (use migrations):
  29219. web_1 | - allauth.socialaccount
  29220. web_1 | - django_extensions
  29221. web_1 | (use ./manage.py migrate to migrate these)
  29222. web_1 | Running migrations for socialaccount:
  29223. web_1 | - Nothing to migrate.
  29224. web_1 | - Loading initial data for socialaccount.
  29225. web_1 | Installed 0 object(s) from 0 fixture(s)
  29226. web_1 | Running migrations for django_extensions:
  29227. web_1 | - Nothing to migrate.
  29228. web_1 | - Loading initial data for django_extensions.
  29229. web_1 | Installed 0 object(s) from 0 fixture(s)
  29230. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29231. web_1 | [GCC 4.9.2] on linux2
  29232. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29233. web_1 | (InteractiveConsole)
  29234. web_1 |
  29235. web_1 | >>> >>> Starting the server
  29236. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29237. web_1 |
  29238. web_1 | Fatal error: Unable to find local grunt.
  29239. web_1 |
  29240. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29241. web_1 | your project. For more information about installing and configuring grunt,
  29242. web_1 | please see the Getting Started guide:
  29243. web_1 |
  29244. web_1 | http://gruntjs.com/getting-started
  29245. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29246. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29247. web_1 | Syncing...
  29248. web_1 | Creating tables ...
  29249. web_1 | Installing custom SQL ...
  29250. web_1 | Installing indexes ...
  29251. web_1 | Installed 0 object(s) from 0 fixture(s)
  29252. web_1 |
  29253. web_1 | Synced:
  29254. web_1 | > django.contrib.auth
  29255. web_1 | > django.contrib.contenttypes
  29256. web_1 | > django.contrib.sessions
  29257. web_1 | > django.contrib.sites
  29258. web_1 | > django.contrib.messages
  29259. web_1 | > django.contrib.staticfiles
  29260. web_1 | > django.contrib.admin
  29261. web_1 | > south
  29262. web_1 | > crispy_forms
  29263. web_1 | > avatar
  29264. web_1 | > bootstrap3
  29265. web_1 | > users
  29266. web_1 | > allauth
  29267. web_1 | > allauth.account
  29268. web_1 | > django.contrib.humanize
  29269. web_1 | > debug_toolbar
  29270. web_1 |
  29271. web_1 | Not synced (use migrations):
  29272. web_1 | - allauth.socialaccount
  29273. web_1 | - django_extensions
  29274. web_1 | (use ./manage.py migrate to migrate these)
  29275. web_1 | Running migrations for socialaccount:
  29276. web_1 | - Nothing to migrate.
  29277. web_1 | - Loading initial data for socialaccount.
  29278. web_1 | Installed 0 object(s) from 0 fixture(s)
  29279. web_1 | Running migrations for django_extensions:
  29280. web_1 | - Nothing to migrate.
  29281. web_1 | - Loading initial data for django_extensions.
  29282. web_1 | Installed 0 object(s) from 0 fixture(s)
  29283. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29284. web_1 | [GCC 4.9.2] on linux2
  29285. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29286. web_1 | (InteractiveConsole)
  29287. web_1 |
  29288. web_1 | >>> >>> Starting the server
  29289. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29290. web_1 |
  29291. web_1 | Fatal error: Unable to find local grunt.
  29292. web_1 |
  29293. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29294. web_1 | your project. For more information about installing and configuring grunt,
  29295. web_1 | please see the Getting Started guide:
  29296. web_1 |
  29297. web_1 | http://gruntjs.com/getting-started
  29298. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29299. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29300. web_1 | Syncing...
  29301. web_1 | Creating tables ...
  29302. web_1 | Installing custom SQL ...
  29303. web_1 | Installing indexes ...
  29304. web_1 | Installed 0 object(s) from 0 fixture(s)
  29305. web_1 |
  29306. web_1 | Synced:
  29307. web_1 | > django.contrib.auth
  29308. web_1 | > django.contrib.contenttypes
  29309. web_1 | > django.contrib.sessions
  29310. web_1 | > django.contrib.sites
  29311. web_1 | > django.contrib.messages
  29312. web_1 | > django.contrib.staticfiles
  29313. web_1 | > django.contrib.admin
  29314. web_1 | > south
  29315. web_1 | > crispy_forms
  29316. web_1 | > avatar
  29317. web_1 | > bootstrap3
  29318. web_1 | > users
  29319. web_1 | > allauth
  29320. web_1 | > allauth.account
  29321. web_1 | > django.contrib.humanize
  29322. web_1 | > debug_toolbar
  29323. web_1 |
  29324. web_1 | Not synced (use migrations):
  29325. web_1 | - allauth.socialaccount
  29326. web_1 | - django_extensions
  29327. web_1 | (use ./manage.py migrate to migrate these)
  29328. web_1 | Running migrations for socialaccount:
  29329. web_1 | - Nothing to migrate.
  29330. web_1 | - Loading initial data for socialaccount.
  29331. web_1 | Installed 0 object(s) from 0 fixture(s)
  29332. web_1 | Running migrations for django_extensions:
  29333. web_1 | - Nothing to migrate.
  29334. web_1 | - Loading initial data for django_extensions.
  29335. web_1 | Installed 0 object(s) from 0 fixture(s)
  29336. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29337. web_1 | [GCC 4.9.2] on linux2
  29338. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29339. web_1 | (InteractiveConsole)
  29340. web_1 |
  29341. web_1 | >>> >>> Starting the server
  29342. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29343. web_1 |
  29344. web_1 | Fatal error: Unable to find local grunt.
  29345. web_1 |
  29346. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29347. web_1 | your project. For more information about installing and configuring grunt,
  29348. web_1 | please see the Getting Started guide:
  29349. web_1 |
  29350. web_1 | http://gruntjs.com/getting-started
  29351. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29352. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29353. web_1 | Syncing...
  29354. web_1 | Creating tables ...
  29355. web_1 | Installing custom SQL ...
  29356. web_1 | Installing indexes ...
  29357. web_1 | Installed 0 object(s) from 0 fixture(s)
  29358. web_1 |
  29359. web_1 | Synced:
  29360. web_1 | > django.contrib.auth
  29361. web_1 | > django.contrib.contenttypes
  29362. web_1 | > django.contrib.sessions
  29363. web_1 | > django.contrib.sites
  29364. web_1 | > django.contrib.messages
  29365. web_1 | > django.contrib.staticfiles
  29366. web_1 | > django.contrib.admin
  29367. web_1 | > south
  29368. web_1 | > crispy_forms
  29369. web_1 | > avatar
  29370. web_1 | > bootstrap3
  29371. web_1 | > users
  29372. web_1 | > allauth
  29373. web_1 | > allauth.account
  29374. web_1 | > django.contrib.humanize
  29375. web_1 | > debug_toolbar
  29376. web_1 |
  29377. web_1 | Not synced (use migrations):
  29378. web_1 | - allauth.socialaccount
  29379. web_1 | - django_extensions
  29380. web_1 | (use ./manage.py migrate to migrate these)
  29381. web_1 | Running migrations for socialaccount:
  29382. web_1 | - Nothing to migrate.
  29383. web_1 | - Loading initial data for socialaccount.
  29384. web_1 | Installed 0 object(s) from 0 fixture(s)
  29385. web_1 | Running migrations for django_extensions:
  29386. web_1 | - Nothing to migrate.
  29387. web_1 | - Loading initial data for django_extensions.
  29388. web_1 | Installed 0 object(s) from 0 fixture(s)
  29389. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29390. web_1 | [GCC 4.9.2] on linux2
  29391. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29392. web_1 | (InteractiveConsole)
  29393. web_1 |
  29394. web_1 | >>> >>> Starting the server
  29395. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29396. web_1 |
  29397. web_1 | Fatal error: Unable to find local grunt.
  29398. web_1 |
  29399. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29400. web_1 | your project. For more information about installing and configuring grunt,
  29401. web_1 | please see the Getting Started guide:
  29402. web_1 |
  29403. web_1 | http://gruntjs.com/getting-started
  29404. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29405. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29406. web_1 | Syncing...
  29407. web_1 | Creating tables ...
  29408. web_1 | Installing custom SQL ...
  29409. web_1 | Installing indexes ...
  29410. web_1 | Installed 0 object(s) from 0 fixture(s)
  29411. web_1 |
  29412. web_1 | Synced:
  29413. web_1 | > django.contrib.auth
  29414. web_1 | > django.contrib.contenttypes
  29415. web_1 | > django.contrib.sessions
  29416. web_1 | > django.contrib.sites
  29417. web_1 | > django.contrib.messages
  29418. web_1 | > django.contrib.staticfiles
  29419. web_1 | > django.contrib.admin
  29420. web_1 | > south
  29421. web_1 | > crispy_forms
  29422. web_1 | > avatar
  29423. web_1 | > bootstrap3
  29424. web_1 | > users
  29425. web_1 | > allauth
  29426. web_1 | > allauth.account
  29427. web_1 | > django.contrib.humanize
  29428. web_1 | > debug_toolbar
  29429. web_1 |
  29430. web_1 | Not synced (use migrations):
  29431. web_1 | - allauth.socialaccount
  29432. web_1 | - django_extensions
  29433. web_1 | (use ./manage.py migrate to migrate these)
  29434. web_1 | Running migrations for socialaccount:
  29435. web_1 | - Nothing to migrate.
  29436. web_1 | - Loading initial data for socialaccount.
  29437. web_1 | Installed 0 object(s) from 0 fixture(s)
  29438. web_1 | Running migrations for django_extensions:
  29439. web_1 | - Nothing to migrate.
  29440. web_1 | - Loading initial data for django_extensions.
  29441. web_1 | Installed 0 object(s) from 0 fixture(s)
  29442. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29443. web_1 | [GCC 4.9.2] on linux2
  29444. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29445. web_1 | (InteractiveConsole)
  29446. web_1 |
  29447. web_1 | >>> >>> Starting the server
  29448. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29449. web_1 |
  29450. web_1 | Fatal error: Unable to find local grunt.
  29451. web_1 |
  29452. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29453. web_1 | your project. For more information about installing and configuring grunt,
  29454. web_1 | please see the Getting Started guide:
  29455. web_1 |
  29456. web_1 | http://gruntjs.com/getting-started
  29457. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29458. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29459. web_1 | Syncing...
  29460. web_1 | Creating tables ...
  29461. web_1 | Installing custom SQL ...
  29462. web_1 | Installing indexes ...
  29463. web_1 | Installed 0 object(s) from 0 fixture(s)
  29464. web_1 |
  29465. web_1 | Synced:
  29466. web_1 | > django.contrib.auth
  29467. web_1 | > django.contrib.contenttypes
  29468. web_1 | > django.contrib.sessions
  29469. web_1 | > django.contrib.sites
  29470. web_1 | > django.contrib.messages
  29471. web_1 | > django.contrib.staticfiles
  29472. web_1 | > django.contrib.admin
  29473. web_1 | > south
  29474. web_1 | > crispy_forms
  29475. web_1 | > avatar
  29476. web_1 | > bootstrap3
  29477. web_1 | > users
  29478. web_1 | > allauth
  29479. web_1 | > allauth.account
  29480. web_1 | > django.contrib.humanize
  29481. web_1 | > debug_toolbar
  29482. web_1 |
  29483. web_1 | Not synced (use migrations):
  29484. web_1 | - allauth.socialaccount
  29485. web_1 | - django_extensions
  29486. web_1 | (use ./manage.py migrate to migrate these)
  29487. web_1 | Running migrations for socialaccount:
  29488. web_1 | - Nothing to migrate.
  29489. web_1 | - Loading initial data for socialaccount.
  29490. web_1 | Installed 0 object(s) from 0 fixture(s)
  29491. web_1 | Running migrations for django_extensions:
  29492. web_1 | - Nothing to migrate.
  29493. web_1 | - Loading initial data for django_extensions.
  29494. web_1 | Installed 0 object(s) from 0 fixture(s)
  29495. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29496. web_1 | [GCC 4.9.2] on linux2
  29497. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29498. web_1 | (InteractiveConsole)
  29499. web_1 |
  29500. web_1 | >>> >>> Starting the server
  29501. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29502. web_1 |
  29503. web_1 | Fatal error: Unable to find local grunt.
  29504. web_1 |
  29505. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29506. web_1 | your project. For more information about installing and configuring grunt,
  29507. web_1 | please see the Getting Started guide:
  29508. web_1 |
  29509. web_1 | http://gruntjs.com/getting-started
  29510. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29511. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29512. web_1 | Syncing...
  29513. web_1 | Creating tables ...
  29514. web_1 | Installing custom SQL ...
  29515. web_1 | Installing indexes ...
  29516. web_1 | Installed 0 object(s) from 0 fixture(s)
  29517. web_1 |
  29518. web_1 | Synced:
  29519. web_1 | > django.contrib.auth
  29520. web_1 | > django.contrib.contenttypes
  29521. web_1 | > django.contrib.sessions
  29522. web_1 | > django.contrib.sites
  29523. web_1 | > django.contrib.messages
  29524. web_1 | > django.contrib.staticfiles
  29525. web_1 | > django.contrib.admin
  29526. web_1 | > south
  29527. web_1 | > crispy_forms
  29528. web_1 | > avatar
  29529. web_1 | > bootstrap3
  29530. web_1 | > users
  29531. web_1 | > allauth
  29532. web_1 | > allauth.account
  29533. web_1 | > django.contrib.humanize
  29534. web_1 | > debug_toolbar
  29535. web_1 |
  29536. web_1 | Not synced (use migrations):
  29537. web_1 | - allauth.socialaccount
  29538. web_1 | - django_extensions
  29539. web_1 | (use ./manage.py migrate to migrate these)
  29540. web_1 | Running migrations for socialaccount:
  29541. web_1 | - Nothing to migrate.
  29542. web_1 | - Loading initial data for socialaccount.
  29543. web_1 | Installed 0 object(s) from 0 fixture(s)
  29544. web_1 | Running migrations for django_extensions:
  29545. web_1 | - Nothing to migrate.
  29546. web_1 | - Loading initial data for django_extensions.
  29547. web_1 | Installed 0 object(s) from 0 fixture(s)
  29548. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29549. web_1 | [GCC 4.9.2] on linux2
  29550. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29551. web_1 | (InteractiveConsole)
  29552. web_1 |
  29553. web_1 | >>> >>> Starting the server
  29554. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29555. web_1 |
  29556. web_1 | Fatal error: Unable to find local grunt.
  29557. web_1 |
  29558. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29559. web_1 | your project. For more information about installing and configuring grunt,
  29560. web_1 | please see the Getting Started guide:
  29561. web_1 |
  29562. web_1 | http://gruntjs.com/getting-started
  29563. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29564. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29565. web_1 | Syncing...
  29566. web_1 | Creating tables ...
  29567. web_1 | Installing custom SQL ...
  29568. web_1 | Installing indexes ...
  29569. web_1 | Installed 0 object(s) from 0 fixture(s)
  29570. web_1 |
  29571. web_1 | Synced:
  29572. web_1 | > django.contrib.auth
  29573. web_1 | > django.contrib.contenttypes
  29574. web_1 | > django.contrib.sessions
  29575. web_1 | > django.contrib.sites
  29576. web_1 | > django.contrib.messages
  29577. web_1 | > django.contrib.staticfiles
  29578. web_1 | > django.contrib.admin
  29579. web_1 | > south
  29580. web_1 | > crispy_forms
  29581. web_1 | > avatar
  29582. web_1 | > bootstrap3
  29583. web_1 | > users
  29584. web_1 | > allauth
  29585. web_1 | > allauth.account
  29586. web_1 | > django.contrib.humanize
  29587. web_1 | > debug_toolbar
  29588. web_1 |
  29589. web_1 | Not synced (use migrations):
  29590. web_1 | - allauth.socialaccount
  29591. web_1 | - django_extensions
  29592. web_1 | (use ./manage.py migrate to migrate these)
  29593. web_1 | Running migrations for socialaccount:
  29594. web_1 | - Nothing to migrate.
  29595. web_1 | - Loading initial data for socialaccount.
  29596. web_1 | Installed 0 object(s) from 0 fixture(s)
  29597. web_1 | Running migrations for django_extensions:
  29598. web_1 | - Nothing to migrate.
  29599. web_1 | - Loading initial data for django_extensions.
  29600. web_1 | Installed 0 object(s) from 0 fixture(s)
  29601. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29602. web_1 | [GCC 4.9.2] on linux2
  29603. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29604. web_1 | (InteractiveConsole)
  29605. web_1 |
  29606. web_1 | >>> >>> Starting the server
  29607. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29608. web_1 |
  29609. web_1 | Fatal error: Unable to find local grunt.
  29610. web_1 |
  29611. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29612. web_1 | your project. For more information about installing and configuring grunt,
  29613. web_1 | please see the Getting Started guide:
  29614. web_1 |
  29615. web_1 | http://gruntjs.com/getting-started
  29616. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29617. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29618. web_1 | Syncing...
  29619. web_1 | Creating tables ...
  29620. web_1 | Installing custom SQL ...
  29621. web_1 | Installing indexes ...
  29622. web_1 | Installed 0 object(s) from 0 fixture(s)
  29623. web_1 |
  29624. web_1 | Synced:
  29625. web_1 | > django.contrib.auth
  29626. web_1 | > django.contrib.contenttypes
  29627. web_1 | > django.contrib.sessions
  29628. web_1 | > django.contrib.sites
  29629. web_1 | > django.contrib.messages
  29630. web_1 | > django.contrib.staticfiles
  29631. web_1 | > django.contrib.admin
  29632. web_1 | > south
  29633. web_1 | > crispy_forms
  29634. web_1 | > avatar
  29635. web_1 | > bootstrap3
  29636. web_1 | > users
  29637. web_1 | > allauth
  29638. web_1 | > allauth.account
  29639. web_1 | > django.contrib.humanize
  29640. web_1 | > debug_toolbar
  29641. web_1 |
  29642. web_1 | Not synced (use migrations):
  29643. web_1 | - allauth.socialaccount
  29644. web_1 | - django_extensions
  29645. web_1 | (use ./manage.py migrate to migrate these)
  29646. web_1 | Running migrations for socialaccount:
  29647. web_1 | - Nothing to migrate.
  29648. web_1 | - Loading initial data for socialaccount.
  29649. web_1 | Installed 0 object(s) from 0 fixture(s)
  29650. web_1 | Running migrations for django_extensions:
  29651. web_1 | - Nothing to migrate.
  29652. web_1 | - Loading initial data for django_extensions.
  29653. web_1 | Installed 0 object(s) from 0 fixture(s)
  29654. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29655. web_1 | [GCC 4.9.2] on linux2
  29656. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29657. web_1 | (InteractiveConsole)
  29658. web_1 |
  29659. web_1 | >>> >>> Starting the server
  29660. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29661. web_1 |
  29662. web_1 | Fatal error: Unable to find local grunt.
  29663. web_1 |
  29664. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29665. web_1 | your project. For more information about installing and configuring grunt,
  29666. web_1 | please see the Getting Started guide:
  29667. web_1 |
  29668. web_1 | http://gruntjs.com/getting-started
  29669. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29670. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29671. web_1 | Syncing...
  29672. web_1 | Creating tables ...
  29673. web_1 | Installing custom SQL ...
  29674. web_1 | Installing indexes ...
  29675. web_1 | Installed 0 object(s) from 0 fixture(s)
  29676. web_1 |
  29677. web_1 | Synced:
  29678. web_1 | > django.contrib.auth
  29679. web_1 | > django.contrib.contenttypes
  29680. web_1 | > django.contrib.sessions
  29681. web_1 | > django.contrib.sites
  29682. web_1 | > django.contrib.messages
  29683. web_1 | > django.contrib.staticfiles
  29684. web_1 | > django.contrib.admin
  29685. web_1 | > south
  29686. web_1 | > crispy_forms
  29687. web_1 | > avatar
  29688. web_1 | > bootstrap3
  29689. web_1 | > users
  29690. web_1 | > allauth
  29691. web_1 | > allauth.account
  29692. web_1 | > django.contrib.humanize
  29693. web_1 | > debug_toolbar
  29694. web_1 |
  29695. web_1 | Not synced (use migrations):
  29696. web_1 | - allauth.socialaccount
  29697. web_1 | - django_extensions
  29698. web_1 | (use ./manage.py migrate to migrate these)
  29699. web_1 | Running migrations for socialaccount:
  29700. web_1 | - Nothing to migrate.
  29701. web_1 | - Loading initial data for socialaccount.
  29702. web_1 | Installed 0 object(s) from 0 fixture(s)
  29703. web_1 | Running migrations for django_extensions:
  29704. web_1 | - Nothing to migrate.
  29705. web_1 | - Loading initial data for django_extensions.
  29706. web_1 | Installed 0 object(s) from 0 fixture(s)
  29707. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29708. web_1 | [GCC 4.9.2] on linux2
  29709. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29710. web_1 | (InteractiveConsole)
  29711. web_1 |
  29712. web_1 | >>> >>> Starting the server
  29713. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29714. web_1 |
  29715. web_1 | Fatal error: Unable to find local grunt.
  29716. web_1 |
  29717. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29718. web_1 | your project. For more information about installing and configuring grunt,
  29719. web_1 | please see the Getting Started guide:
  29720. web_1 |
  29721. web_1 | http://gruntjs.com/getting-started
  29722. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29723. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29724. web_1 | Syncing...
  29725. web_1 | Creating tables ...
  29726. web_1 | Installing custom SQL ...
  29727. web_1 | Installing indexes ...
  29728. web_1 | Installed 0 object(s) from 0 fixture(s)
  29729. web_1 |
  29730. web_1 | Synced:
  29731. web_1 | > django.contrib.auth
  29732. web_1 | > django.contrib.contenttypes
  29733. web_1 | > django.contrib.sessions
  29734. web_1 | > django.contrib.sites
  29735. web_1 | > django.contrib.messages
  29736. web_1 | > django.contrib.staticfiles
  29737. web_1 | > django.contrib.admin
  29738. web_1 | > south
  29739. web_1 | > crispy_forms
  29740. web_1 | > avatar
  29741. web_1 | > bootstrap3
  29742. web_1 | > users
  29743. web_1 | > allauth
  29744. web_1 | > allauth.account
  29745. web_1 | > django.contrib.humanize
  29746. web_1 | > debug_toolbar
  29747. web_1 |
  29748. web_1 | Not synced (use migrations):
  29749. web_1 | - allauth.socialaccount
  29750. web_1 | - django_extensions
  29751. web_1 | (use ./manage.py migrate to migrate these)
  29752. web_1 | Running migrations for socialaccount:
  29753. web_1 | - Nothing to migrate.
  29754. web_1 | - Loading initial data for socialaccount.
  29755. web_1 | Installed 0 object(s) from 0 fixture(s)
  29756. web_1 | Running migrations for django_extensions:
  29757. web_1 | - Nothing to migrate.
  29758. web_1 | - Loading initial data for django_extensions.
  29759. web_1 | Installed 0 object(s) from 0 fixture(s)
  29760. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29761. web_1 | [GCC 4.9.2] on linux2
  29762. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29763. web_1 | (InteractiveConsole)
  29764. web_1 |
  29765. web_1 | >>> >>> Starting the server
  29766. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29767. web_1 |
  29768. web_1 | Fatal error: Unable to find local grunt.
  29769. web_1 |
  29770. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29771. web_1 | your project. For more information about installing and configuring grunt,
  29772. web_1 | please see the Getting Started guide:
  29773. web_1 |
  29774. web_1 | http://gruntjs.com/getting-started
  29775. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29776. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29777. web_1 | Syncing...
  29778. web_1 | Creating tables ...
  29779. web_1 | Installing custom SQL ...
  29780. web_1 | Installing indexes ...
  29781. web_1 | Installed 0 object(s) from 0 fixture(s)
  29782. web_1 |
  29783. web_1 | Synced:
  29784. web_1 | > django.contrib.auth
  29785. web_1 | > django.contrib.contenttypes
  29786. web_1 | > django.contrib.sessions
  29787. web_1 | > django.contrib.sites
  29788. web_1 | > django.contrib.messages
  29789. web_1 | > django.contrib.staticfiles
  29790. web_1 | > django.contrib.admin
  29791. web_1 | > south
  29792. web_1 | > crispy_forms
  29793. web_1 | > avatar
  29794. web_1 | > bootstrap3
  29795. web_1 | > users
  29796. web_1 | > allauth
  29797. web_1 | > allauth.account
  29798. web_1 | > django.contrib.humanize
  29799. web_1 | > debug_toolbar
  29800. web_1 |
  29801. web_1 | Not synced (use migrations):
  29802. web_1 | - allauth.socialaccount
  29803. web_1 | - django_extensions
  29804. web_1 | (use ./manage.py migrate to migrate these)
  29805. web_1 | Running migrations for socialaccount:
  29806. web_1 | - Nothing to migrate.
  29807. web_1 | - Loading initial data for socialaccount.
  29808. web_1 | Installed 0 object(s) from 0 fixture(s)
  29809. web_1 | Running migrations for django_extensions:
  29810. web_1 | - Nothing to migrate.
  29811. web_1 | - Loading initial data for django_extensions.
  29812. web_1 | Installed 0 object(s) from 0 fixture(s)
  29813. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29814. web_1 | [GCC 4.9.2] on linux2
  29815. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29816. web_1 | (InteractiveConsole)
  29817. web_1 |
  29818. web_1 | >>> >>> Starting the server
  29819. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29820. web_1 |
  29821. web_1 | Fatal error: Unable to find local grunt.
  29822. web_1 |
  29823. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29824. web_1 | your project. For more information about installing and configuring grunt,
  29825. web_1 | please see the Getting Started guide:
  29826. web_1 |
  29827. web_1 | http://gruntjs.com/getting-started
  29828. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29829. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29830. web_1 | Syncing...
  29831. web_1 | Creating tables ...
  29832. web_1 | Installing custom SQL ...
  29833. web_1 | Installing indexes ...
  29834. web_1 | Installed 0 object(s) from 0 fixture(s)
  29835. web_1 |
  29836. web_1 | Synced:
  29837. web_1 | > django.contrib.auth
  29838. web_1 | > django.contrib.contenttypes
  29839. web_1 | > django.contrib.sessions
  29840. web_1 | > django.contrib.sites
  29841. web_1 | > django.contrib.messages
  29842. web_1 | > django.contrib.staticfiles
  29843. web_1 | > django.contrib.admin
  29844. web_1 | > south
  29845. web_1 | > crispy_forms
  29846. web_1 | > avatar
  29847. web_1 | > bootstrap3
  29848. web_1 | > users
  29849. web_1 | > allauth
  29850. web_1 | > allauth.account
  29851. web_1 | > django.contrib.humanize
  29852. web_1 | > debug_toolbar
  29853. web_1 |
  29854. web_1 | Not synced (use migrations):
  29855. web_1 | - allauth.socialaccount
  29856. web_1 | - django_extensions
  29857. web_1 | (use ./manage.py migrate to migrate these)
  29858. web_1 | Running migrations for socialaccount:
  29859. web_1 | - Nothing to migrate.
  29860. web_1 | - Loading initial data for socialaccount.
  29861. web_1 | Installed 0 object(s) from 0 fixture(s)
  29862. web_1 | Running migrations for django_extensions:
  29863. web_1 | - Nothing to migrate.
  29864. web_1 | - Loading initial data for django_extensions.
  29865. web_1 | Installed 0 object(s) from 0 fixture(s)
  29866. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29867. web_1 | [GCC 4.9.2] on linux2
  29868. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29869. web_1 | (InteractiveConsole)
  29870. web_1 |
  29871. web_1 | >>> >>> Starting the server
  29872. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29873. web_1 |
  29874. web_1 | Fatal error: Unable to find local grunt.
  29875. web_1 |
  29876. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29877. web_1 | your project. For more information about installing and configuring grunt,
  29878. web_1 | please see the Getting Started guide:
  29879. web_1 |
  29880. web_1 | http://gruntjs.com/getting-started
  29881. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29882. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29883. web_1 | Syncing...
  29884. web_1 | Creating tables ...
  29885. web_1 | Installing custom SQL ...
  29886. web_1 | Installing indexes ...
  29887. web_1 | Installed 0 object(s) from 0 fixture(s)
  29888. web_1 |
  29889. web_1 | Synced:
  29890. web_1 | > django.contrib.auth
  29891. web_1 | > django.contrib.contenttypes
  29892. web_1 | > django.contrib.sessions
  29893. web_1 | > django.contrib.sites
  29894. web_1 | > django.contrib.messages
  29895. web_1 | > django.contrib.staticfiles
  29896. web_1 | > django.contrib.admin
  29897. web_1 | > south
  29898. web_1 | > crispy_forms
  29899. web_1 | > avatar
  29900. web_1 | > bootstrap3
  29901. web_1 | > users
  29902. web_1 | > allauth
  29903. web_1 | > allauth.account
  29904. web_1 | > django.contrib.humanize
  29905. web_1 | > debug_toolbar
  29906. web_1 |
  29907. web_1 | Not synced (use migrations):
  29908. web_1 | - allauth.socialaccount
  29909. web_1 | - django_extensions
  29910. web_1 | (use ./manage.py migrate to migrate these)
  29911. web_1 | Running migrations for socialaccount:
  29912. web_1 | - Nothing to migrate.
  29913. web_1 | - Loading initial data for socialaccount.
  29914. web_1 | Installed 0 object(s) from 0 fixture(s)
  29915. web_1 | Running migrations for django_extensions:
  29916. web_1 | - Nothing to migrate.
  29917. web_1 | - Loading initial data for django_extensions.
  29918. web_1 | Installed 0 object(s) from 0 fixture(s)
  29919. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29920. web_1 | [GCC 4.9.2] on linux2
  29921. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29922. web_1 | (InteractiveConsole)
  29923. web_1 |
  29924. web_1 | >>> >>> Starting the server
  29925. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29926. web_1 |
  29927. web_1 | Fatal error: Unable to find local grunt.
  29928. web_1 |
  29929. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29930. web_1 | your project. For more information about installing and configuring grunt,
  29931. web_1 | please see the Getting Started guide:
  29932. web_1 |
  29933. web_1 | http://gruntjs.com/getting-started
  29934. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29935. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29936. web_1 | Syncing...
  29937. web_1 | Creating tables ...
  29938. web_1 | Installing custom SQL ...
  29939. web_1 | Installing indexes ...
  29940. web_1 | Installed 0 object(s) from 0 fixture(s)
  29941. web_1 |
  29942. web_1 | Synced:
  29943. web_1 | > django.contrib.auth
  29944. web_1 | > django.contrib.contenttypes
  29945. web_1 | > django.contrib.sessions
  29946. web_1 | > django.contrib.sites
  29947. web_1 | > django.contrib.messages
  29948. web_1 | > django.contrib.staticfiles
  29949. web_1 | > django.contrib.admin
  29950. web_1 | > south
  29951. web_1 | > crispy_forms
  29952. web_1 | > avatar
  29953. web_1 | > bootstrap3
  29954. web_1 | > users
  29955. web_1 | > allauth
  29956. web_1 | > allauth.account
  29957. web_1 | > django.contrib.humanize
  29958. web_1 | > debug_toolbar
  29959. web_1 |
  29960. web_1 | Not synced (use migrations):
  29961. web_1 | - allauth.socialaccount
  29962. web_1 | - django_extensions
  29963. web_1 | (use ./manage.py migrate to migrate these)
  29964. web_1 | Running migrations for socialaccount:
  29965. web_1 | - Nothing to migrate.
  29966. web_1 | - Loading initial data for socialaccount.
  29967. web_1 | Installed 0 object(s) from 0 fixture(s)
  29968. web_1 | Running migrations for django_extensions:
  29969. web_1 | - Nothing to migrate.
  29970. web_1 | - Loading initial data for django_extensions.
  29971. web_1 | Installed 0 object(s) from 0 fixture(s)
  29972. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  29973. web_1 | [GCC 4.9.2] on linux2
  29974. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  29975. web_1 | (InteractiveConsole)
  29976. web_1 |
  29977. web_1 | >>> >>> Starting the server
  29978. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  29979. web_1 |
  29980. web_1 | Fatal error: Unable to find local grunt.
  29981. web_1 |
  29982. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  29983. web_1 | your project. For more information about installing and configuring grunt,
  29984. web_1 | please see the Getting Started guide:
  29985. web_1 |
  29986. web_1 | http://gruntjs.com/getting-started
  29987. web_1 | Starting OpenBSD Secure Shell server: sshd.
  29988. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  29989. web_1 | Syncing...
  29990. web_1 | Creating tables ...
  29991. web_1 | Installing custom SQL ...
  29992. web_1 | Installing indexes ...
  29993. web_1 | Installed 0 object(s) from 0 fixture(s)
  29994. web_1 |
  29995. web_1 | Synced:
  29996. web_1 | > django.contrib.auth
  29997. web_1 | > django.contrib.contenttypes
  29998. web_1 | > django.contrib.sessions
  29999. web_1 | > django.contrib.sites
  30000. web_1 | > django.contrib.messages
  30001. web_1 | > django.contrib.staticfiles
  30002. web_1 | > django.contrib.admin
  30003. web_1 | > south
  30004. web_1 | > crispy_forms
  30005. web_1 | > avatar
  30006. web_1 | > bootstrap3
  30007. web_1 | > users
  30008. web_1 | > allauth
  30009. web_1 | > allauth.account
  30010. web_1 | > django.contrib.humanize
  30011. web_1 | > debug_toolbar
  30012. web_1 |
  30013. web_1 | Not synced (use migrations):
  30014. web_1 | - allauth.socialaccount
  30015. web_1 | - django_extensions
  30016. web_1 | (use ./manage.py migrate to migrate these)
  30017. web_1 | Running migrations for socialaccount:
  30018. web_1 | - Nothing to migrate.
  30019. web_1 | - Loading initial data for socialaccount.
  30020. web_1 | Installed 0 object(s) from 0 fixture(s)
  30021. web_1 | Running migrations for django_extensions:
  30022. web_1 | - Nothing to migrate.
  30023. web_1 | - Loading initial data for django_extensions.
  30024. web_1 | Installed 0 object(s) from 0 fixture(s)
  30025. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30026. web_1 | [GCC 4.9.2] on linux2
  30027. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30028. web_1 | (InteractiveConsole)
  30029. web_1 |
  30030. web_1 | >>> >>> Starting the server
  30031. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30032. web_1 |
  30033. web_1 | Fatal error: Unable to find local grunt.
  30034. web_1 |
  30035. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30036. web_1 | your project. For more information about installing and configuring grunt,
  30037. web_1 | please see the Getting Started guide:
  30038. web_1 |
  30039. web_1 | http://gruntjs.com/getting-started
  30040. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30041. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30042. web_1 | Syncing...
  30043. web_1 | Creating tables ...
  30044. web_1 | Installing custom SQL ...
  30045. web_1 | Installing indexes ...
  30046. web_1 | Installed 0 object(s) from 0 fixture(s)
  30047. web_1 |
  30048. web_1 | Synced:
  30049. web_1 | > django.contrib.auth
  30050. web_1 | > django.contrib.contenttypes
  30051. web_1 | > django.contrib.sessions
  30052. web_1 | > django.contrib.sites
  30053. web_1 | > django.contrib.messages
  30054. web_1 | > django.contrib.staticfiles
  30055. web_1 | > django.contrib.admin
  30056. web_1 | > south
  30057. web_1 | > crispy_forms
  30058. web_1 | > avatar
  30059. web_1 | > bootstrap3
  30060. web_1 | > users
  30061. web_1 | > allauth
  30062. web_1 | > allauth.account
  30063. web_1 | > django.contrib.humanize
  30064. web_1 | > debug_toolbar
  30065. web_1 |
  30066. web_1 | Not synced (use migrations):
  30067. web_1 | - allauth.socialaccount
  30068. web_1 | - django_extensions
  30069. web_1 | (use ./manage.py migrate to migrate these)
  30070. web_1 | Running migrations for socialaccount:
  30071. web_1 | - Nothing to migrate.
  30072. web_1 | - Loading initial data for socialaccount.
  30073. web_1 | Installed 0 object(s) from 0 fixture(s)
  30074. web_1 | Running migrations for django_extensions:
  30075. web_1 | - Nothing to migrate.
  30076. web_1 | - Loading initial data for django_extensions.
  30077. web_1 | Installed 0 object(s) from 0 fixture(s)
  30078. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30079. web_1 | [GCC 4.9.2] on linux2
  30080. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30081. web_1 | (InteractiveConsole)
  30082. web_1 |
  30083. web_1 | >>> >>> Starting the server
  30084. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30085. web_1 |
  30086. web_1 | Fatal error: Unable to find local grunt.
  30087. web_1 |
  30088. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30089. web_1 | your project. For more information about installing and configuring grunt,
  30090. web_1 | please see the Getting Started guide:
  30091. web_1 |
  30092. web_1 | http://gruntjs.com/getting-started
  30093. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30094. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30095. web_1 | Syncing...
  30096. web_1 | Creating tables ...
  30097. web_1 | Installing custom SQL ...
  30098. web_1 | Installing indexes ...
  30099. web_1 | Installed 0 object(s) from 0 fixture(s)
  30100. web_1 |
  30101. web_1 | Synced:
  30102. web_1 | > django.contrib.auth
  30103. web_1 | > django.contrib.contenttypes
  30104. web_1 | > django.contrib.sessions
  30105. web_1 | > django.contrib.sites
  30106. web_1 | > django.contrib.messages
  30107. web_1 | > django.contrib.staticfiles
  30108. web_1 | > django.contrib.admin
  30109. web_1 | > south
  30110. web_1 | > crispy_forms
  30111. web_1 | > avatar
  30112. web_1 | > bootstrap3
  30113. web_1 | > users
  30114. web_1 | > allauth
  30115. web_1 | > allauth.account
  30116. web_1 | > django.contrib.humanize
  30117. web_1 | > debug_toolbar
  30118. web_1 |
  30119. web_1 | Not synced (use migrations):
  30120. web_1 | - allauth.socialaccount
  30121. web_1 | - django_extensions
  30122. web_1 | (use ./manage.py migrate to migrate these)
  30123. web_1 | Running migrations for socialaccount:
  30124. web_1 | - Nothing to migrate.
  30125. web_1 | - Loading initial data for socialaccount.
  30126. web_1 | Installed 0 object(s) from 0 fixture(s)
  30127. web_1 | Running migrations for django_extensions:
  30128. web_1 | - Nothing to migrate.
  30129. web_1 | - Loading initial data for django_extensions.
  30130. web_1 | Installed 0 object(s) from 0 fixture(s)
  30131. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30132. web_1 | [GCC 4.9.2] on linux2
  30133. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30134. web_1 | (InteractiveConsole)
  30135. web_1 |
  30136. web_1 | >>> >>> Starting the server
  30137. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30138. web_1 |
  30139. web_1 | Fatal error: Unable to find local grunt.
  30140. web_1 |
  30141. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30142. web_1 | your project. For more information about installing and configuring grunt,
  30143. web_1 | please see the Getting Started guide:
  30144. web_1 |
  30145. web_1 | http://gruntjs.com/getting-started
  30146. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30147. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30148. web_1 | Syncing...
  30149. web_1 | Creating tables ...
  30150. web_1 | Installing custom SQL ...
  30151. web_1 | Installing indexes ...
  30152. web_1 | Installed 0 object(s) from 0 fixture(s)
  30153. web_1 |
  30154. web_1 | Synced:
  30155. web_1 | > django.contrib.auth
  30156. web_1 | > django.contrib.contenttypes
  30157. web_1 | > django.contrib.sessions
  30158. web_1 | > django.contrib.sites
  30159. web_1 | > django.contrib.messages
  30160. web_1 | > django.contrib.staticfiles
  30161. web_1 | > django.contrib.admin
  30162. web_1 | > south
  30163. web_1 | > crispy_forms
  30164. web_1 | > avatar
  30165. web_1 | > bootstrap3
  30166. web_1 | > users
  30167. web_1 | > allauth
  30168. web_1 | > allauth.account
  30169. web_1 | > django.contrib.humanize
  30170. web_1 | > debug_toolbar
  30171. web_1 |
  30172. web_1 | Not synced (use migrations):
  30173. web_1 | - allauth.socialaccount
  30174. web_1 | - django_extensions
  30175. web_1 | (use ./manage.py migrate to migrate these)
  30176. web_1 | Running migrations for socialaccount:
  30177. web_1 | - Nothing to migrate.
  30178. web_1 | - Loading initial data for socialaccount.
  30179. web_1 | Installed 0 object(s) from 0 fixture(s)
  30180. web_1 | Running migrations for django_extensions:
  30181. web_1 | - Nothing to migrate.
  30182. web_1 | - Loading initial data for django_extensions.
  30183. web_1 | Installed 0 object(s) from 0 fixture(s)
  30184. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30185. web_1 | [GCC 4.9.2] on linux2
  30186. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30187. web_1 | (InteractiveConsole)
  30188. web_1 |
  30189. web_1 | >>> >>> Starting the server
  30190. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30191. web_1 |
  30192. web_1 | Fatal error: Unable to find local grunt.
  30193. web_1 |
  30194. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30195. web_1 | your project. For more information about installing and configuring grunt,
  30196. web_1 | please see the Getting Started guide:
  30197. web_1 |
  30198. web_1 | http://gruntjs.com/getting-started
  30199. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30200. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30201. web_1 | Syncing...
  30202. web_1 | Creating tables ...
  30203. web_1 | Installing custom SQL ...
  30204. web_1 | Installing indexes ...
  30205. web_1 | Installed 0 object(s) from 0 fixture(s)
  30206. web_1 |
  30207. web_1 | Synced:
  30208. web_1 | > django.contrib.auth
  30209. web_1 | > django.contrib.contenttypes
  30210. web_1 | > django.contrib.sessions
  30211. web_1 | > django.contrib.sites
  30212. web_1 | > django.contrib.messages
  30213. web_1 | > django.contrib.staticfiles
  30214. web_1 | > django.contrib.admin
  30215. web_1 | > south
  30216. web_1 | > crispy_forms
  30217. web_1 | > avatar
  30218. web_1 | > bootstrap3
  30219. web_1 | > users
  30220. web_1 | > allauth
  30221. web_1 | > allauth.account
  30222. web_1 | > django.contrib.humanize
  30223. web_1 | > debug_toolbar
  30224. web_1 |
  30225. web_1 | Not synced (use migrations):
  30226. web_1 | - allauth.socialaccount
  30227. web_1 | - django_extensions
  30228. web_1 | (use ./manage.py migrate to migrate these)
  30229. web_1 | Running migrations for socialaccount:
  30230. web_1 | - Nothing to migrate.
  30231. web_1 | - Loading initial data for socialaccount.
  30232. web_1 | Installed 0 object(s) from 0 fixture(s)
  30233. web_1 | Running migrations for django_extensions:
  30234. web_1 | - Nothing to migrate.
  30235. web_1 | - Loading initial data for django_extensions.
  30236. web_1 | Installed 0 object(s) from 0 fixture(s)
  30237. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30238. web_1 | [GCC 4.9.2] on linux2
  30239. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30240. web_1 | (InteractiveConsole)
  30241. web_1 |
  30242. web_1 | >>> >>> Starting the server
  30243. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30244. web_1 |
  30245. web_1 | Fatal error: Unable to find local grunt.
  30246. web_1 |
  30247. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30248. web_1 | your project. For more information about installing and configuring grunt,
  30249. web_1 | please see the Getting Started guide:
  30250. web_1 |
  30251. web_1 | http://gruntjs.com/getting-started
  30252. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30253. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30254. web_1 | Syncing...
  30255. web_1 | Creating tables ...
  30256. web_1 | Installing custom SQL ...
  30257. web_1 | Installing indexes ...
  30258. web_1 | Installed 0 object(s) from 0 fixture(s)
  30259. web_1 |
  30260. web_1 | Synced:
  30261. web_1 | > django.contrib.auth
  30262. web_1 | > django.contrib.contenttypes
  30263. web_1 | > django.contrib.sessions
  30264. web_1 | > django.contrib.sites
  30265. web_1 | > django.contrib.messages
  30266. web_1 | > django.contrib.staticfiles
  30267. web_1 | > django.contrib.admin
  30268. web_1 | > south
  30269. web_1 | > crispy_forms
  30270. web_1 | > avatar
  30271. web_1 | > bootstrap3
  30272. web_1 | > users
  30273. web_1 | > allauth
  30274. web_1 | > allauth.account
  30275. web_1 | > django.contrib.humanize
  30276. web_1 | > debug_toolbar
  30277. web_1 |
  30278. web_1 | Not synced (use migrations):
  30279. web_1 | - allauth.socialaccount
  30280. web_1 | - django_extensions
  30281. web_1 | (use ./manage.py migrate to migrate these)
  30282. web_1 | Running migrations for socialaccount:
  30283. web_1 | - Nothing to migrate.
  30284. web_1 | - Loading initial data for socialaccount.
  30285. web_1 | Installed 0 object(s) from 0 fixture(s)
  30286. web_1 | Running migrations for django_extensions:
  30287. web_1 | - Nothing to migrate.
  30288. web_1 | - Loading initial data for django_extensions.
  30289. web_1 | Installed 0 object(s) from 0 fixture(s)
  30290. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30291. web_1 | [GCC 4.9.2] on linux2
  30292. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30293. web_1 | (InteractiveConsole)
  30294. web_1 |
  30295. web_1 | >>> >>> Starting the server
  30296. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30297. web_1 |
  30298. web_1 | Fatal error: Unable to find local grunt.
  30299. web_1 |
  30300. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30301. web_1 | your project. For more information about installing and configuring grunt,
  30302. web_1 | please see the Getting Started guide:
  30303. web_1 |
  30304. web_1 | http://gruntjs.com/getting-started
  30305. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30306. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30307. web_1 | Syncing...
  30308. web_1 | Creating tables ...
  30309. web_1 | Installing custom SQL ...
  30310. web_1 | Installing indexes ...
  30311. web_1 | Installed 0 object(s) from 0 fixture(s)
  30312. web_1 |
  30313. web_1 | Synced:
  30314. web_1 | > django.contrib.auth
  30315. web_1 | > django.contrib.contenttypes
  30316. web_1 | > django.contrib.sessions
  30317. web_1 | > django.contrib.sites
  30318. web_1 | > django.contrib.messages
  30319. web_1 | > django.contrib.staticfiles
  30320. web_1 | > django.contrib.admin
  30321. web_1 | > south
  30322. web_1 | > crispy_forms
  30323. web_1 | > avatar
  30324. web_1 | > bootstrap3
  30325. web_1 | > users
  30326. web_1 | > allauth
  30327. web_1 | > allauth.account
  30328. web_1 | > django.contrib.humanize
  30329. web_1 | > debug_toolbar
  30330. web_1 |
  30331. web_1 | Not synced (use migrations):
  30332. web_1 | - allauth.socialaccount
  30333. web_1 | - django_extensions
  30334. web_1 | (use ./manage.py migrate to migrate these)
  30335. web_1 | Running migrations for socialaccount:
  30336. web_1 | - Nothing to migrate.
  30337. web_1 | - Loading initial data for socialaccount.
  30338. web_1 | Installed 0 object(s) from 0 fixture(s)
  30339. web_1 | Running migrations for django_extensions:
  30340. web_1 | - Nothing to migrate.
  30341. web_1 | - Loading initial data for django_extensions.
  30342. web_1 | Installed 0 object(s) from 0 fixture(s)
  30343. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30344. web_1 | [GCC 4.9.2] on linux2
  30345. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30346. web_1 | (InteractiveConsole)
  30347. web_1 |
  30348. web_1 | >>> >>> Starting the server
  30349. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30350. web_1 |
  30351. web_1 | Fatal error: Unable to find local grunt.
  30352. web_1 |
  30353. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30354. web_1 | your project. For more information about installing and configuring grunt,
  30355. web_1 | please see the Getting Started guide:
  30356. web_1 |
  30357. web_1 | http://gruntjs.com/getting-started
  30358. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30359. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30360. web_1 | Syncing...
  30361. web_1 | Creating tables ...
  30362. web_1 | Installing custom SQL ...
  30363. web_1 | Installing indexes ...
  30364. web_1 | Installed 0 object(s) from 0 fixture(s)
  30365. web_1 |
  30366. web_1 | Synced:
  30367. web_1 | > django.contrib.auth
  30368. web_1 | > django.contrib.contenttypes
  30369. web_1 | > django.contrib.sessions
  30370. web_1 | > django.contrib.sites
  30371. web_1 | > django.contrib.messages
  30372. web_1 | > django.contrib.staticfiles
  30373. web_1 | > django.contrib.admin
  30374. web_1 | > south
  30375. web_1 | > crispy_forms
  30376. web_1 | > avatar
  30377. web_1 | > bootstrap3
  30378. web_1 | > users
  30379. web_1 | > allauth
  30380. web_1 | > allauth.account
  30381. web_1 | > django.contrib.humanize
  30382. web_1 | > debug_toolbar
  30383. web_1 |
  30384. web_1 | Not synced (use migrations):
  30385. web_1 | - allauth.socialaccount
  30386. web_1 | - django_extensions
  30387. web_1 | (use ./manage.py migrate to migrate these)
  30388. web_1 | Running migrations for socialaccount:
  30389. web_1 | - Nothing to migrate.
  30390. web_1 | - Loading initial data for socialaccount.
  30391. web_1 | Installed 0 object(s) from 0 fixture(s)
  30392. web_1 | Running migrations for django_extensions:
  30393. web_1 | - Nothing to migrate.
  30394. web_1 | - Loading initial data for django_extensions.
  30395. web_1 | Installed 0 object(s) from 0 fixture(s)
  30396. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30397. web_1 | [GCC 4.9.2] on linux2
  30398. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30399. web_1 | (InteractiveConsole)
  30400. web_1 |
  30401. web_1 | >>> >>> Starting the server
  30402. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30403. web_1 |
  30404. web_1 | Fatal error: Unable to find local grunt.
  30405. web_1 |
  30406. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30407. web_1 | your project. For more information about installing and configuring grunt,
  30408. web_1 | please see the Getting Started guide:
  30409. web_1 |
  30410. web_1 | http://gruntjs.com/getting-started
  30411. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30412. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30413. web_1 | Syncing...
  30414. web_1 | Creating tables ...
  30415. web_1 | Installing custom SQL ...
  30416. web_1 | Installing indexes ...
  30417. web_1 | Installed 0 object(s) from 0 fixture(s)
  30418. web_1 |
  30419. web_1 | Synced:
  30420. web_1 | > django.contrib.auth
  30421. web_1 | > django.contrib.contenttypes
  30422. web_1 | > django.contrib.sessions
  30423. web_1 | > django.contrib.sites
  30424. web_1 | > django.contrib.messages
  30425. web_1 | > django.contrib.staticfiles
  30426. web_1 | > django.contrib.admin
  30427. web_1 | > south
  30428. web_1 | > crispy_forms
  30429. web_1 | > avatar
  30430. web_1 | > bootstrap3
  30431. web_1 | > users
  30432. web_1 | > allauth
  30433. web_1 | > allauth.account
  30434. web_1 | > django.contrib.humanize
  30435. web_1 | > debug_toolbar
  30436. web_1 |
  30437. web_1 | Not synced (use migrations):
  30438. web_1 | - allauth.socialaccount
  30439. web_1 | - django_extensions
  30440. web_1 | (use ./manage.py migrate to migrate these)
  30441. web_1 | Running migrations for socialaccount:
  30442. web_1 | - Nothing to migrate.
  30443. web_1 | - Loading initial data for socialaccount.
  30444. web_1 | Installed 0 object(s) from 0 fixture(s)
  30445. web_1 | Running migrations for django_extensions:
  30446. web_1 | - Nothing to migrate.
  30447. web_1 | - Loading initial data for django_extensions.
  30448. web_1 | Installed 0 object(s) from 0 fixture(s)
  30449. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30450. web_1 | [GCC 4.9.2] on linux2
  30451. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30452. web_1 | (InteractiveConsole)
  30453. web_1 |
  30454. web_1 | >>> >>> Starting the server
  30455. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30456. web_1 |
  30457. web_1 | Fatal error: Unable to find local grunt.
  30458. web_1 |
  30459. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30460. web_1 | your project. For more information about installing and configuring grunt,
  30461. web_1 | please see the Getting Started guide:
  30462. web_1 |
  30463. web_1 | http://gruntjs.com/getting-started
  30464. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30465. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30466. web_1 | Syncing...
  30467. web_1 | Creating tables ...
  30468. web_1 | Installing custom SQL ...
  30469. web_1 | Installing indexes ...
  30470. web_1 | Installed 0 object(s) from 0 fixture(s)
  30471. web_1 |
  30472. web_1 | Synced:
  30473. web_1 | > django.contrib.auth
  30474. web_1 | > django.contrib.contenttypes
  30475. web_1 | > django.contrib.sessions
  30476. web_1 | > django.contrib.sites
  30477. web_1 | > django.contrib.messages
  30478. web_1 | > django.contrib.staticfiles
  30479. web_1 | > django.contrib.admin
  30480. web_1 | > south
  30481. web_1 | > crispy_forms
  30482. web_1 | > avatar
  30483. web_1 | > bootstrap3
  30484. web_1 | > users
  30485. web_1 | > allauth
  30486. web_1 | > allauth.account
  30487. web_1 | > django.contrib.humanize
  30488. web_1 | > debug_toolbar
  30489. web_1 |
  30490. web_1 | Not synced (use migrations):
  30491. web_1 | - allauth.socialaccount
  30492. web_1 | - django_extensions
  30493. web_1 | (use ./manage.py migrate to migrate these)
  30494. web_1 | Running migrations for socialaccount:
  30495. web_1 | - Nothing to migrate.
  30496. web_1 | - Loading initial data for socialaccount.
  30497. web_1 | Installed 0 object(s) from 0 fixture(s)
  30498. web_1 | Running migrations for django_extensions:
  30499. web_1 | - Nothing to migrate.
  30500. web_1 | - Loading initial data for django_extensions.
  30501. web_1 | Installed 0 object(s) from 0 fixture(s)
  30502. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30503. web_1 | [GCC 4.9.2] on linux2
  30504. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30505. web_1 | (InteractiveConsole)
  30506. web_1 |
  30507. web_1 | >>> >>> Starting the server
  30508. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30509. web_1 |
  30510. web_1 | Fatal error: Unable to find local grunt.
  30511. web_1 |
  30512. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30513. web_1 | your project. For more information about installing and configuring grunt,
  30514. web_1 | please see the Getting Started guide:
  30515. web_1 |
  30516. web_1 | http://gruntjs.com/getting-started
  30517. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30518. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30519. web_1 | Syncing...
  30520. web_1 | Creating tables ...
  30521. web_1 | Installing custom SQL ...
  30522. web_1 | Installing indexes ...
  30523. web_1 | Installed 0 object(s) from 0 fixture(s)
  30524. web_1 |
  30525. web_1 | Synced:
  30526. web_1 | > django.contrib.auth
  30527. web_1 | > django.contrib.contenttypes
  30528. web_1 | > django.contrib.sessions
  30529. web_1 | > django.contrib.sites
  30530. web_1 | > django.contrib.messages
  30531. web_1 | > django.contrib.staticfiles
  30532. web_1 | > django.contrib.admin
  30533. web_1 | > south
  30534. web_1 | > crispy_forms
  30535. web_1 | > avatar
  30536. web_1 | > bootstrap3
  30537. web_1 | > users
  30538. web_1 | > allauth
  30539. web_1 | > allauth.account
  30540. web_1 | > django.contrib.humanize
  30541. web_1 | > debug_toolbar
  30542. web_1 |
  30543. web_1 | Not synced (use migrations):
  30544. web_1 | - allauth.socialaccount
  30545. web_1 | - django_extensions
  30546. web_1 | (use ./manage.py migrate to migrate these)
  30547. web_1 | Running migrations for socialaccount:
  30548. web_1 | - Nothing to migrate.
  30549. web_1 | - Loading initial data for socialaccount.
  30550. web_1 | Installed 0 object(s) from 0 fixture(s)
  30551. web_1 | Running migrations for django_extensions:
  30552. web_1 | - Nothing to migrate.
  30553. web_1 | - Loading initial data for django_extensions.
  30554. web_1 | Installed 0 object(s) from 0 fixture(s)
  30555. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30556. web_1 | [GCC 4.9.2] on linux2
  30557. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30558. web_1 | (InteractiveConsole)
  30559. web_1 |
  30560. web_1 | >>> >>> Starting the server
  30561. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30562. web_1 |
  30563. web_1 | Fatal error: Unable to find local grunt.
  30564. web_1 |
  30565. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30566. web_1 | your project. For more information about installing and configuring grunt,
  30567. web_1 | please see the Getting Started guide:
  30568. web_1 |
  30569. web_1 | http://gruntjs.com/getting-started
  30570. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30571. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30572. web_1 | Syncing...
  30573. web_1 | Creating tables ...
  30574. web_1 | Installing custom SQL ...
  30575. web_1 | Installing indexes ...
  30576. web_1 | Installed 0 object(s) from 0 fixture(s)
  30577. web_1 |
  30578. web_1 | Synced:
  30579. web_1 | > django.contrib.auth
  30580. web_1 | > django.contrib.contenttypes
  30581. web_1 | > django.contrib.sessions
  30582. web_1 | > django.contrib.sites
  30583. web_1 | > django.contrib.messages
  30584. web_1 | > django.contrib.staticfiles
  30585. web_1 | > django.contrib.admin
  30586. web_1 | > south
  30587. web_1 | > crispy_forms
  30588. web_1 | > avatar
  30589. web_1 | > bootstrap3
  30590. web_1 | > users
  30591. web_1 | > allauth
  30592. web_1 | > allauth.account
  30593. web_1 | > django.contrib.humanize
  30594. web_1 | > debug_toolbar
  30595. web_1 |
  30596. web_1 | Not synced (use migrations):
  30597. web_1 | - allauth.socialaccount
  30598. web_1 | - django_extensions
  30599. web_1 | (use ./manage.py migrate to migrate these)
  30600. web_1 | Running migrations for socialaccount:
  30601. web_1 | - Nothing to migrate.
  30602. web_1 | - Loading initial data for socialaccount.
  30603. web_1 | Installed 0 object(s) from 0 fixture(s)
  30604. web_1 | Running migrations for django_extensions:
  30605. web_1 | - Nothing to migrate.
  30606. web_1 | - Loading initial data for django_extensions.
  30607. web_1 | Installed 0 object(s) from 0 fixture(s)
  30608. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30609. web_1 | [GCC 4.9.2] on linux2
  30610. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30611. web_1 | (InteractiveConsole)
  30612. web_1 |
  30613. web_1 | >>> >>> Starting the server
  30614. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30615. web_1 |
  30616. web_1 | Fatal error: Unable to find local grunt.
  30617. web_1 |
  30618. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30619. web_1 | your project. For more information about installing and configuring grunt,
  30620. web_1 | please see the Getting Started guide:
  30621. web_1 |
  30622. web_1 | http://gruntjs.com/getting-started
  30623. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30624. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30625. web_1 | Syncing...
  30626. web_1 | Creating tables ...
  30627. web_1 | Installing custom SQL ...
  30628. web_1 | Installing indexes ...
  30629. web_1 | Installed 0 object(s) from 0 fixture(s)
  30630. web_1 |
  30631. web_1 | Synced:
  30632. web_1 | > django.contrib.auth
  30633. web_1 | > django.contrib.contenttypes
  30634. web_1 | > django.contrib.sessions
  30635. web_1 | > django.contrib.sites
  30636. web_1 | > django.contrib.messages
  30637. web_1 | > django.contrib.staticfiles
  30638. web_1 | > django.contrib.admin
  30639. web_1 | > south
  30640. web_1 | > crispy_forms
  30641. web_1 | > avatar
  30642. web_1 | > bootstrap3
  30643. web_1 | > users
  30644. web_1 | > allauth
  30645. web_1 | > allauth.account
  30646. web_1 | > django.contrib.humanize
  30647. web_1 | > debug_toolbar
  30648. web_1 |
  30649. web_1 | Not synced (use migrations):
  30650. web_1 | - allauth.socialaccount
  30651. web_1 | - django_extensions
  30652. web_1 | (use ./manage.py migrate to migrate these)
  30653. web_1 | Running migrations for socialaccount:
  30654. web_1 | - Nothing to migrate.
  30655. web_1 | - Loading initial data for socialaccount.
  30656. web_1 | Installed 0 object(s) from 0 fixture(s)
  30657. web_1 | Running migrations for django_extensions:
  30658. web_1 | - Nothing to migrate.
  30659. web_1 | - Loading initial data for django_extensions.
  30660. web_1 | Installed 0 object(s) from 0 fixture(s)
  30661. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30662. web_1 | [GCC 4.9.2] on linux2
  30663. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30664. web_1 | (InteractiveConsole)
  30665. web_1 |
  30666. web_1 | >>> >>> Starting the server
  30667. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30668. web_1 |
  30669. web_1 | Fatal error: Unable to find local grunt.
  30670. web_1 |
  30671. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30672. web_1 | your project. For more information about installing and configuring grunt,
  30673. web_1 | please see the Getting Started guide:
  30674. web_1 |
  30675. web_1 | http://gruntjs.com/getting-started
  30676. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30677. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30678. web_1 | Syncing...
  30679. web_1 | Creating tables ...
  30680. web_1 | Installing custom SQL ...
  30681. web_1 | Installing indexes ...
  30682. web_1 | Installed 0 object(s) from 0 fixture(s)
  30683. web_1 |
  30684. web_1 | Synced:
  30685. web_1 | > django.contrib.auth
  30686. web_1 | > django.contrib.contenttypes
  30687. web_1 | > django.contrib.sessions
  30688. web_1 | > django.contrib.sites
  30689. web_1 | > django.contrib.messages
  30690. web_1 | > django.contrib.staticfiles
  30691. web_1 | > django.contrib.admin
  30692. web_1 | > south
  30693. web_1 | > crispy_forms
  30694. web_1 | > avatar
  30695. web_1 | > bootstrap3
  30696. web_1 | > users
  30697. web_1 | > allauth
  30698. web_1 | > allauth.account
  30699. web_1 | > django.contrib.humanize
  30700. web_1 | > debug_toolbar
  30701. web_1 |
  30702. web_1 | Not synced (use migrations):
  30703. web_1 | - allauth.socialaccount
  30704. web_1 | - django_extensions
  30705. web_1 | (use ./manage.py migrate to migrate these)
  30706. web_1 | Running migrations for socialaccount:
  30707. web_1 | - Nothing to migrate.
  30708. web_1 | - Loading initial data for socialaccount.
  30709. web_1 | Installed 0 object(s) from 0 fixture(s)
  30710. web_1 | Running migrations for django_extensions:
  30711. web_1 | - Nothing to migrate.
  30712. web_1 | - Loading initial data for django_extensions.
  30713. web_1 | Installed 0 object(s) from 0 fixture(s)
  30714. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30715. web_1 | [GCC 4.9.2] on linux2
  30716. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30717. web_1 | (InteractiveConsole)
  30718. web_1 |
  30719. web_1 | >>> >>> Starting the server
  30720. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30721. web_1 |
  30722. web_1 | Fatal error: Unable to find local grunt.
  30723. web_1 |
  30724. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30725. web_1 | your project. For more information about installing and configuring grunt,
  30726. web_1 | please see the Getting Started guide:
  30727. web_1 |
  30728. web_1 | http://gruntjs.com/getting-started
  30729. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30730. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30731. web_1 | Syncing...
  30732. web_1 | Creating tables ...
  30733. web_1 | Installing custom SQL ...
  30734. web_1 | Installing indexes ...
  30735. web_1 | Installed 0 object(s) from 0 fixture(s)
  30736. web_1 |
  30737. web_1 | Synced:
  30738. web_1 | > django.contrib.auth
  30739. web_1 | > django.contrib.contenttypes
  30740. web_1 | > django.contrib.sessions
  30741. web_1 | > django.contrib.sites
  30742. web_1 | > django.contrib.messages
  30743. web_1 | > django.contrib.staticfiles
  30744. web_1 | > django.contrib.admin
  30745. web_1 | > south
  30746. web_1 | > crispy_forms
  30747. web_1 | > avatar
  30748. web_1 | > bootstrap3
  30749. web_1 | > users
  30750. web_1 | > allauth
  30751. web_1 | > allauth.account
  30752. web_1 | > django.contrib.humanize
  30753. web_1 | > debug_toolbar
  30754. web_1 |
  30755. web_1 | Not synced (use migrations):
  30756. web_1 | - allauth.socialaccount
  30757. web_1 | - django_extensions
  30758. web_1 | (use ./manage.py migrate to migrate these)
  30759. web_1 | Running migrations for socialaccount:
  30760. web_1 | - Nothing to migrate.
  30761. web_1 | - Loading initial data for socialaccount.
  30762. web_1 | Installed 0 object(s) from 0 fixture(s)
  30763. web_1 | Running migrations for django_extensions:
  30764. web_1 | - Nothing to migrate.
  30765. web_1 | - Loading initial data for django_extensions.
  30766. web_1 | Installed 0 object(s) from 0 fixture(s)
  30767. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30768. web_1 | [GCC 4.9.2] on linux2
  30769. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30770. web_1 | (InteractiveConsole)
  30771. web_1 |
  30772. web_1 | >>> >>> Starting the server
  30773. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30774. web_1 |
  30775. web_1 | Fatal error: Unable to find local grunt.
  30776. web_1 |
  30777. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30778. web_1 | your project. For more information about installing and configuring grunt,
  30779. web_1 | please see the Getting Started guide:
  30780. web_1 |
  30781. web_1 | http://gruntjs.com/getting-started
  30782. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30783. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30784. web_1 | Syncing...
  30785. web_1 | Creating tables ...
  30786. web_1 | Installing custom SQL ...
  30787. web_1 | Installing indexes ...
  30788. web_1 | Installed 0 object(s) from 0 fixture(s)
  30789. web_1 |
  30790. web_1 | Synced:
  30791. web_1 | > django.contrib.auth
  30792. web_1 | > django.contrib.contenttypes
  30793. web_1 | > django.contrib.sessions
  30794. web_1 | > django.contrib.sites
  30795. web_1 | > django.contrib.messages
  30796. web_1 | > django.contrib.staticfiles
  30797. web_1 | > django.contrib.admin
  30798. web_1 | > south
  30799. web_1 | > crispy_forms
  30800. web_1 | > avatar
  30801. web_1 | > bootstrap3
  30802. web_1 | > users
  30803. web_1 | > allauth
  30804. web_1 | > allauth.account
  30805. web_1 | > django.contrib.humanize
  30806. web_1 | > debug_toolbar
  30807. web_1 |
  30808. web_1 | Not synced (use migrations):
  30809. web_1 | - allauth.socialaccount
  30810. web_1 | - django_extensions
  30811. web_1 | (use ./manage.py migrate to migrate these)
  30812. web_1 | Running migrations for socialaccount:
  30813. web_1 | - Nothing to migrate.
  30814. web_1 | - Loading initial data for socialaccount.
  30815. web_1 | Installed 0 object(s) from 0 fixture(s)
  30816. web_1 | Running migrations for django_extensions:
  30817. web_1 | - Nothing to migrate.
  30818. web_1 | - Loading initial data for django_extensions.
  30819. web_1 | Installed 0 object(s) from 0 fixture(s)
  30820. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30821. web_1 | [GCC 4.9.2] on linux2
  30822. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30823. web_1 | (InteractiveConsole)
  30824. web_1 |
  30825. web_1 | >>> >>> Starting the server
  30826. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30827. web_1 |
  30828. web_1 | Fatal error: Unable to find local grunt.
  30829. web_1 |
  30830. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30831. web_1 | your project. For more information about installing and configuring grunt,
  30832. web_1 | please see the Getting Started guide:
  30833. web_1 |
  30834. web_1 | http://gruntjs.com/getting-started
  30835. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30836. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30837. web_1 | Syncing...
  30838. web_1 | Creating tables ...
  30839. web_1 | Installing custom SQL ...
  30840. web_1 | Installing indexes ...
  30841. web_1 | Installed 0 object(s) from 0 fixture(s)
  30842. web_1 |
  30843. web_1 | Synced:
  30844. web_1 | > django.contrib.auth
  30845. web_1 | > django.contrib.contenttypes
  30846. web_1 | > django.contrib.sessions
  30847. web_1 | > django.contrib.sites
  30848. web_1 | > django.contrib.messages
  30849. web_1 | > django.contrib.staticfiles
  30850. web_1 | > django.contrib.admin
  30851. web_1 | > south
  30852. web_1 | > crispy_forms
  30853. web_1 | > avatar
  30854. web_1 | > bootstrap3
  30855. web_1 | > users
  30856. web_1 | > allauth
  30857. web_1 | > allauth.account
  30858. web_1 | > django.contrib.humanize
  30859. web_1 | > debug_toolbar
  30860. web_1 |
  30861. web_1 | Not synced (use migrations):
  30862. web_1 | - allauth.socialaccount
  30863. web_1 | - django_extensions
  30864. web_1 | (use ./manage.py migrate to migrate these)
  30865. web_1 | Running migrations for socialaccount:
  30866. web_1 | - Nothing to migrate.
  30867. web_1 | - Loading initial data for socialaccount.
  30868. web_1 | Installed 0 object(s) from 0 fixture(s)
  30869. web_1 | Running migrations for django_extensions:
  30870. web_1 | - Nothing to migrate.
  30871. web_1 | - Loading initial data for django_extensions.
  30872. web_1 | Installed 0 object(s) from 0 fixture(s)
  30873. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30874. web_1 | [GCC 4.9.2] on linux2
  30875. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30876. web_1 | (InteractiveConsole)
  30877. web_1 |
  30878. web_1 | >>> >>> Starting the server
  30879. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30880. web_1 |
  30881. web_1 | Fatal error: Unable to find local grunt.
  30882. web_1 |
  30883. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30884. web_1 | your project. For more information about installing and configuring grunt,
  30885. web_1 | please see the Getting Started guide:
  30886. web_1 |
  30887. web_1 | http://gruntjs.com/getting-started
  30888. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30889. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30890. web_1 | Syncing...
  30891. web_1 | Creating tables ...
  30892. web_1 | Installing custom SQL ...
  30893. web_1 | Installing indexes ...
  30894. web_1 | Installed 0 object(s) from 0 fixture(s)
  30895. web_1 |
  30896. web_1 | Synced:
  30897. web_1 | > django.contrib.auth
  30898. web_1 | > django.contrib.contenttypes
  30899. web_1 | > django.contrib.sessions
  30900. web_1 | > django.contrib.sites
  30901. web_1 | > django.contrib.messages
  30902. web_1 | > django.contrib.staticfiles
  30903. web_1 | > django.contrib.admin
  30904. web_1 | > south
  30905. web_1 | > crispy_forms
  30906. web_1 | > avatar
  30907. web_1 | > bootstrap3
  30908. web_1 | > users
  30909. web_1 | > allauth
  30910. web_1 | > allauth.account
  30911. web_1 | > django.contrib.humanize
  30912. web_1 | > debug_toolbar
  30913. web_1 |
  30914. web_1 | Not synced (use migrations):
  30915. web_1 | - allauth.socialaccount
  30916. web_1 | - django_extensions
  30917. web_1 | (use ./manage.py migrate to migrate these)
  30918. web_1 | Running migrations for socialaccount:
  30919. web_1 | - Nothing to migrate.
  30920. web_1 | - Loading initial data for socialaccount.
  30921. web_1 | Installed 0 object(s) from 0 fixture(s)
  30922. web_1 | Running migrations for django_extensions:
  30923. web_1 | - Nothing to migrate.
  30924. web_1 | - Loading initial data for django_extensions.
  30925. web_1 | Installed 0 object(s) from 0 fixture(s)
  30926. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30927. web_1 | [GCC 4.9.2] on linux2
  30928. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30929. web_1 | (InteractiveConsole)
  30930. web_1 |
  30931. web_1 | >>> >>> Starting the server
  30932. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30933. web_1 |
  30934. web_1 | Fatal error: Unable to find local grunt.
  30935. web_1 |
  30936. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30937. web_1 | your project. For more information about installing and configuring grunt,
  30938. web_1 | please see the Getting Started guide:
  30939. web_1 |
  30940. web_1 | http://gruntjs.com/getting-started
  30941. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30942. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30943. web_1 | Syncing...
  30944. web_1 | Creating tables ...
  30945. web_1 | Installing custom SQL ...
  30946. web_1 | Installing indexes ...
  30947. web_1 | Installed 0 object(s) from 0 fixture(s)
  30948. web_1 |
  30949. web_1 | Synced:
  30950. web_1 | > django.contrib.auth
  30951. web_1 | > django.contrib.contenttypes
  30952. web_1 | > django.contrib.sessions
  30953. web_1 | > django.contrib.sites
  30954. web_1 | > django.contrib.messages
  30955. web_1 | > django.contrib.staticfiles
  30956. web_1 | > django.contrib.admin
  30957. web_1 | > south
  30958. web_1 | > crispy_forms
  30959. web_1 | > avatar
  30960. web_1 | > bootstrap3
  30961. web_1 | > users
  30962. web_1 | > allauth
  30963. web_1 | > allauth.account
  30964. web_1 | > django.contrib.humanize
  30965. web_1 | > debug_toolbar
  30966. web_1 |
  30967. web_1 | Not synced (use migrations):
  30968. web_1 | - allauth.socialaccount
  30969. web_1 | - django_extensions
  30970. web_1 | (use ./manage.py migrate to migrate these)
  30971. web_1 | Running migrations for socialaccount:
  30972. web_1 | - Nothing to migrate.
  30973. web_1 | - Loading initial data for socialaccount.
  30974. web_1 | Installed 0 object(s) from 0 fixture(s)
  30975. web_1 | Running migrations for django_extensions:
  30976. web_1 | - Nothing to migrate.
  30977. web_1 | - Loading initial data for django_extensions.
  30978. web_1 | Installed 0 object(s) from 0 fixture(s)
  30979. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  30980. web_1 | [GCC 4.9.2] on linux2
  30981. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  30982. web_1 | (InteractiveConsole)
  30983. web_1 |
  30984. web_1 | >>> >>> Starting the server
  30985. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  30986. web_1 |
  30987. web_1 | Fatal error: Unable to find local grunt.
  30988. web_1 |
  30989. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  30990. web_1 | your project. For more information about installing and configuring grunt,
  30991. web_1 | please see the Getting Started guide:
  30992. web_1 |
  30993. web_1 | http://gruntjs.com/getting-started
  30994. web_1 | Starting OpenBSD Secure Shell server: sshd.
  30995. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  30996. web_1 | Syncing...
  30997. web_1 | Creating tables ...
  30998. web_1 | Installing custom SQL ...
  30999. web_1 | Installing indexes ...
  31000. web_1 | Installed 0 object(s) from 0 fixture(s)
  31001. web_1 |
  31002. web_1 | Synced:
  31003. web_1 | > django.contrib.auth
  31004. web_1 | > django.contrib.contenttypes
  31005. web_1 | > django.contrib.sessions
  31006. web_1 | > django.contrib.sites
  31007. web_1 | > django.contrib.messages
  31008. web_1 | > django.contrib.staticfiles
  31009. web_1 | > django.contrib.admin
  31010. web_1 | > south
  31011. web_1 | > crispy_forms
  31012. web_1 | > avatar
  31013. web_1 | > bootstrap3
  31014. web_1 | > users
  31015. web_1 | > allauth
  31016. web_1 | > allauth.account
  31017. web_1 | > django.contrib.humanize
  31018. web_1 | > debug_toolbar
  31019. web_1 |
  31020. web_1 | Not synced (use migrations):
  31021. web_1 | - allauth.socialaccount
  31022. web_1 | - django_extensions
  31023. web_1 | (use ./manage.py migrate to migrate these)
  31024. web_1 | Running migrations for socialaccount:
  31025. web_1 | - Nothing to migrate.
  31026. web_1 | - Loading initial data for socialaccount.
  31027. web_1 | Installed 0 object(s) from 0 fixture(s)
  31028. web_1 | Running migrations for django_extensions:
  31029. web_1 | - Nothing to migrate.
  31030. web_1 | - Loading initial data for django_extensions.
  31031. web_1 | Installed 0 object(s) from 0 fixture(s)
  31032. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31033. web_1 | [GCC 4.9.2] on linux2
  31034. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31035. web_1 | (InteractiveConsole)
  31036. web_1 |
  31037. web_1 | >>> >>> Starting the server
  31038. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31039. web_1 |
  31040. web_1 | Fatal error: Unable to find local grunt.
  31041. web_1 |
  31042. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31043. web_1 | your project. For more information about installing and configuring grunt,
  31044. web_1 | please see the Getting Started guide:
  31045. web_1 |
  31046. web_1 | http://gruntjs.com/getting-started
  31047. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31048. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31049. web_1 | Syncing...
  31050. web_1 | Creating tables ...
  31051. web_1 | Installing custom SQL ...
  31052. web_1 | Installing indexes ...
  31053. web_1 | Installed 0 object(s) from 0 fixture(s)
  31054. web_1 |
  31055. web_1 | Synced:
  31056. web_1 | > django.contrib.auth
  31057. web_1 | > django.contrib.contenttypes
  31058. web_1 | > django.contrib.sessions
  31059. web_1 | > django.contrib.sites
  31060. web_1 | > django.contrib.messages
  31061. web_1 | > django.contrib.staticfiles
  31062. web_1 | > django.contrib.admin
  31063. web_1 | > south
  31064. web_1 | > crispy_forms
  31065. web_1 | > avatar
  31066. web_1 | > bootstrap3
  31067. web_1 | > users
  31068. web_1 | > allauth
  31069. web_1 | > allauth.account
  31070. web_1 | > django.contrib.humanize
  31071. web_1 | > debug_toolbar
  31072. web_1 |
  31073. web_1 | Not synced (use migrations):
  31074. web_1 | - allauth.socialaccount
  31075. web_1 | - django_extensions
  31076. web_1 | (use ./manage.py migrate to migrate these)
  31077. web_1 | Running migrations for socialaccount:
  31078. web_1 | - Nothing to migrate.
  31079. web_1 | - Loading initial data for socialaccount.
  31080. web_1 | Installed 0 object(s) from 0 fixture(s)
  31081. web_1 | Running migrations for django_extensions:
  31082. web_1 | - Nothing to migrate.
  31083. web_1 | - Loading initial data for django_extensions.
  31084. web_1 | Installed 0 object(s) from 0 fixture(s)
  31085. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31086. web_1 | [GCC 4.9.2] on linux2
  31087. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31088. web_1 | (InteractiveConsole)
  31089. web_1 |
  31090. web_1 | >>> >>> Starting the server
  31091. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31092. web_1 |
  31093. web_1 | Fatal error: Unable to find local grunt.
  31094. web_1 |
  31095. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31096. web_1 | your project. For more information about installing and configuring grunt,
  31097. web_1 | please see the Getting Started guide:
  31098. web_1 |
  31099. web_1 | http://gruntjs.com/getting-started
  31100. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31101. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31102. web_1 | Syncing...
  31103. web_1 | Creating tables ...
  31104. web_1 | Installing custom SQL ...
  31105. web_1 | Installing indexes ...
  31106. web_1 | Installed 0 object(s) from 0 fixture(s)
  31107. web_1 |
  31108. web_1 | Synced:
  31109. web_1 | > django.contrib.auth
  31110. web_1 | > django.contrib.contenttypes
  31111. web_1 | > django.contrib.sessions
  31112. web_1 | > django.contrib.sites
  31113. web_1 | > django.contrib.messages
  31114. web_1 | > django.contrib.staticfiles
  31115. web_1 | > django.contrib.admin
  31116. web_1 | > south
  31117. web_1 | > crispy_forms
  31118. web_1 | > avatar
  31119. web_1 | > bootstrap3
  31120. web_1 | > users
  31121. web_1 | > allauth
  31122. web_1 | > allauth.account
  31123. web_1 | > django.contrib.humanize
  31124. web_1 | > debug_toolbar
  31125. web_1 |
  31126. web_1 | Not synced (use migrations):
  31127. web_1 | - allauth.socialaccount
  31128. web_1 | - django_extensions
  31129. web_1 | (use ./manage.py migrate to migrate these)
  31130. web_1 | Running migrations for socialaccount:
  31131. web_1 | - Nothing to migrate.
  31132. web_1 | - Loading initial data for socialaccount.
  31133. web_1 | Installed 0 object(s) from 0 fixture(s)
  31134. web_1 | Running migrations for django_extensions:
  31135. web_1 | - Nothing to migrate.
  31136. web_1 | - Loading initial data for django_extensions.
  31137. web_1 | Installed 0 object(s) from 0 fixture(s)
  31138. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31139. web_1 | [GCC 4.9.2] on linux2
  31140. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31141. web_1 | (InteractiveConsole)
  31142. web_1 |
  31143. web_1 | >>> >>> Starting the server
  31144. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31145. web_1 |
  31146. web_1 | Fatal error: Unable to find local grunt.
  31147. web_1 |
  31148. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31149. web_1 | your project. For more information about installing and configuring grunt,
  31150. web_1 | please see the Getting Started guide:
  31151. web_1 |
  31152. web_1 | http://gruntjs.com/getting-started
  31153. oclweb_web_1 exited with code 99
  31154. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31155. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31156. web_1 | Syncing...
  31157. web_1 | Traceback (most recent call last):
  31158. web_1 | File "ocl_web/manage.py", line 19, in <module>
  31159. web_1 | execute_from_command_line(sys.argv)
  31160. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  31161. web_1 | utility.execute()
  31162. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  31163. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  31164. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  31165. web_1 | self.execute(*args, **options.__dict__)
  31166. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  31167. web_1 | output = self.handle(*args, **options)
  31168. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  31169. web_1 | return self.handle_noargs(**options)
  31170. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  31171. web_1 | syncdb.Command().execute(**options)
  31172. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  31173. web_1 | output = self.handle(*args, **options)
  31174. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  31175. web_1 | return self.handle_noargs(**options)
  31176. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  31177. web_1 | cursor = connection.cursor()
  31178. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  31179. web_1 | cursor = self.make_debug_cursor(self._cursor())
  31180. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  31181. web_1 | self.ensure_connection()
  31182. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31183. web_1 | self.connect()
  31184. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  31185. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  31186. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31187. web_1 | self.connect()
  31188. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  31189. web_1 | self.connection = self.get_new_connection(conn_params)
  31190. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  31191. web_1 | return Database.connect(**conn_params)
  31192. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  31193. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  31194. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  31195. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  31196. web_1 | TCP/IP connections on port 5432?
  31197. web_1 |
  31198. web_1 | Traceback (most recent call last):
  31199. web_1 | File "ocl_web/manage.py", line 19, in <module>
  31200. web_1 | execute_from_command_line(sys.argv)
  31201. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  31202. web_1 | utility.execute()
  31203. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  31204. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  31205. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  31206. web_1 | self.execute(*args, **options.__dict__)
  31207. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  31208. web_1 | output = self.handle(*args, **options)
  31209. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  31210. web_1 | ignore_ghosts = ignore_ghosts,
  31211. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  31212. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  31213. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  31214. web_1 | for h in histories:
  31215. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  31216. web_1 | self._fetch_all()
  31217. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  31218. web_1 | self._result_cache = list(self.iterator())
  31219. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  31220. web_1 | for row in compiler.results_iter():
  31221. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  31222. web_1 | for rows in self.execute_sql(MULTI):
  31223. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  31224. web_1 | cursor = self.connection.cursor()
  31225. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  31226. web_1 | cursor = self.make_debug_cursor(self._cursor())
  31227. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  31228. web_1 | self.ensure_connection()
  31229. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31230. web_1 | self.connect()
  31231. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  31232. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  31233. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31234. web_1 | self.connect()
  31235. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  31236. web_1 | self.connection = self.get_new_connection(conn_params)
  31237. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  31238. web_1 | return Database.connect(**conn_params)
  31239. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  31240. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  31241. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  31242. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  31243. web_1 | TCP/IP connections on port 5432?
  31244. web_1 |
  31245. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31246. web_1 | [GCC 4.9.2] on linux2
  31247. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31248. web_1 | (InteractiveConsole)
  31249. web_1 | Traceback (most recent call last):
  31250. web_1 | File "<console>", line 1, in <module>
  31251. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  31252. web_1 | return self.query.get_count(using=self.db)
  31253. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  31254. web_1 | number = obj.get_aggregation(using=using)[None]
  31255. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  31256. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  31257. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  31258. web_1 | cursor = self.connection.cursor()
  31259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  31260. web_1 | cursor = self.make_debug_cursor(self._cursor())
  31261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  31262. web_1 | self.ensure_connection()
  31263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31264. web_1 | self.connect()
  31265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  31266. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  31267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  31268. web_1 | self.connect()
  31269. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  31270. web_1 | self.connection = self.get_new_connection(conn_params)
  31271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  31272. web_1 | return Database.connect(**conn_params)
  31273. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  31274. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  31275. web_1 | OperationalError: could not connect to server: Connection refused
  31276. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  31277. web_1 | TCP/IP connections on port 5432?
  31278. web_1 |
  31279. web_1 |
  31280. web_1 | >>> >>> Starting the server
  31281. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31282. web_1 |
  31283. web_1 | Fatal error: Unable to find local grunt.
  31284. web_1 |
  31285. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31286. web_1 | your project. For more information about installing and configuring grunt,
  31287. web_1 | please see the Getting Started guide:
  31288. web_1 |
  31289. web_1 | http://gruntjs.com/getting-started
  31290. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31291. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31292. web_1 | Syncing...
  31293. web_1 | Creating tables ...
  31294. web_1 | Creating table auth_permission
  31295. web_1 | Creating table auth_group_permissions
  31296. web_1 | Creating table auth_group
  31297. web_1 | Creating table django_content_type
  31298. web_1 | Creating table django_session
  31299. web_1 | Creating table django_site
  31300. web_1 | Creating table django_admin_log
  31301. web_1 | Creating table south_migrationhistory
  31302. web_1 | Creating table avatar_avatar
  31303. web_1 | Creating table users_user_groups
  31304. web_1 | Creating table users_user_user_permissions
  31305. web_1 | Creating table users_user
  31306. web_1 | Creating table account_emailaddress
  31307. web_1 | Creating table account_emailconfirmation
  31308. web_1 | Installing custom SQL ...
  31309. web_1 | Installing indexes ...
  31310. web_1 | Installed 0 object(s) from 0 fixture(s)
  31311. web_1 |
  31312. web_1 | Synced:
  31313. web_1 | > django.contrib.auth
  31314. web_1 | > django.contrib.contenttypes
  31315. web_1 | > django.contrib.sessions
  31316. web_1 | > django.contrib.sites
  31317. web_1 | > django.contrib.messages
  31318. web_1 | > django.contrib.staticfiles
  31319. web_1 | > django.contrib.admin
  31320. web_1 | > south
  31321. web_1 | > crispy_forms
  31322. web_1 | > avatar
  31323. web_1 | > bootstrap3
  31324. web_1 | > users
  31325. web_1 | > allauth
  31326. web_1 | > allauth.account
  31327. web_1 | > django.contrib.humanize
  31328. web_1 | > debug_toolbar
  31329. web_1 |
  31330. web_1 | Not synced (use migrations):
  31331. web_1 | - allauth.socialaccount
  31332. web_1 | - django_extensions
  31333. web_1 | (use ./manage.py migrate to migrate these)
  31334. web_1 | Running migrations for socialaccount:
  31335. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  31336. web_1 | > socialaccount:0001_initial
  31337. web_1 | > socialaccount:0002_genericmodels
  31338. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  31339. web_1 | > socialaccount:0004_add_sites
  31340. web_1 | > socialaccount:0005_set_sites
  31341. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  31342. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  31343. web_1 | > socialaccount:0008_client_id
  31344. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  31345. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  31346. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  31347. web_1 | - Loading initial data for socialaccount.
  31348. web_1 | Installed 0 object(s) from 0 fixture(s)
  31349. web_1 | Running migrations for django_extensions:
  31350. web_1 | - Migrating forwards to 0001_empty.
  31351. web_1 | > django_extensions:0001_empty
  31352. web_1 | - Loading initial data for django_extensions.
  31353. web_1 | Installed 0 object(s) from 0 fixture(s)
  31354. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31355. web_1 | [GCC 4.9.2] on linux2
  31356. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31357. web_1 | (InteractiveConsole)
  31358. web_1 |
  31359. web_1 | >>> >>> Starting the server
  31360. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31361. web_1 |
  31362. web_1 | Fatal error: Unable to find local grunt.
  31363. web_1 |
  31364. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31365. web_1 | your project. For more information about installing and configuring grunt,
  31366. web_1 | please see the Getting Started guide:
  31367. web_1 |
  31368. web_1 | http://gruntjs.com/getting-started
  31369. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31370. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31371. web_1 | Syncing...
  31372. web_1 | Creating tables ...
  31373. web_1 | Installing custom SQL ...
  31374. web_1 | Installing indexes ...
  31375. web_1 | Installed 0 object(s) from 0 fixture(s)
  31376. web_1 |
  31377. web_1 | Synced:
  31378. web_1 | > django.contrib.auth
  31379. web_1 | > django.contrib.contenttypes
  31380. web_1 | > django.contrib.sessions
  31381. web_1 | > django.contrib.sites
  31382. web_1 | > django.contrib.messages
  31383. web_1 | > django.contrib.staticfiles
  31384. web_1 | > django.contrib.admin
  31385. web_1 | > south
  31386. web_1 | > crispy_forms
  31387. web_1 | > avatar
  31388. web_1 | > bootstrap3
  31389. web_1 | > users
  31390. web_1 | > allauth
  31391. web_1 | > allauth.account
  31392. web_1 | > django.contrib.humanize
  31393. web_1 | > debug_toolbar
  31394. web_1 |
  31395. web_1 | Not synced (use migrations):
  31396. web_1 | - allauth.socialaccount
  31397. web_1 | - django_extensions
  31398. web_1 | (use ./manage.py migrate to migrate these)
  31399. web_1 | Running migrations for socialaccount:
  31400. web_1 | - Nothing to migrate.
  31401. web_1 | - Loading initial data for socialaccount.
  31402. web_1 | Installed 0 object(s) from 0 fixture(s)
  31403. web_1 | Running migrations for django_extensions:
  31404. web_1 | - Nothing to migrate.
  31405. web_1 | - Loading initial data for django_extensions.
  31406. web_1 | Installed 0 object(s) from 0 fixture(s)
  31407. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31408. web_1 | [GCC 4.9.2] on linux2
  31409. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31410. web_1 | (InteractiveConsole)
  31411. web_1 |
  31412. web_1 | >>> >>> Starting the server
  31413. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31414. web_1 |
  31415. web_1 | Fatal error: Unable to find local grunt.
  31416. web_1 |
  31417. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31418. web_1 | your project. For more information about installing and configuring grunt,
  31419. web_1 | please see the Getting Started guide:
  31420. web_1 |
  31421. web_1 | http://gruntjs.com/getting-started
  31422. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31423. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31424. web_1 | Syncing...
  31425. web_1 | Creating tables ...
  31426. web_1 | Installing custom SQL ...
  31427. web_1 | Installing indexes ...
  31428. web_1 | Installed 0 object(s) from 0 fixture(s)
  31429. web_1 |
  31430. web_1 | Synced:
  31431. web_1 | > django.contrib.auth
  31432. web_1 | > django.contrib.contenttypes
  31433. web_1 | > django.contrib.sessions
  31434. web_1 | > django.contrib.sites
  31435. web_1 | > django.contrib.messages
  31436. web_1 | > django.contrib.staticfiles
  31437. web_1 | > django.contrib.admin
  31438. web_1 | > south
  31439. web_1 | > crispy_forms
  31440. web_1 | > avatar
  31441. web_1 | > bootstrap3
  31442. web_1 | > users
  31443. web_1 | > allauth
  31444. web_1 | > allauth.account
  31445. web_1 | > django.contrib.humanize
  31446. web_1 | > debug_toolbar
  31447. web_1 |
  31448. web_1 | Not synced (use migrations):
  31449. web_1 | - allauth.socialaccount
  31450. web_1 | - django_extensions
  31451. web_1 | (use ./manage.py migrate to migrate these)
  31452. web_1 | Running migrations for socialaccount:
  31453. web_1 | - Nothing to migrate.
  31454. web_1 | - Loading initial data for socialaccount.
  31455. web_1 | Installed 0 object(s) from 0 fixture(s)
  31456. web_1 | Running migrations for django_extensions:
  31457. web_1 | - Nothing to migrate.
  31458. web_1 | - Loading initial data for django_extensions.
  31459. web_1 | Installed 0 object(s) from 0 fixture(s)
  31460. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31461. web_1 | [GCC 4.9.2] on linux2
  31462. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31463. web_1 | (InteractiveConsole)
  31464. web_1 |
  31465. web_1 | >>> >>> Starting the server
  31466. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31467. web_1 |
  31468. web_1 | Fatal error: Unable to find local grunt.
  31469. web_1 |
  31470. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31471. web_1 | your project. For more information about installing and configuring grunt,
  31472. web_1 | please see the Getting Started guide:
  31473. web_1 |
  31474. web_1 | http://gruntjs.com/getting-started
  31475. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31476. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31477. web_1 | Syncing...
  31478. web_1 | Creating tables ...
  31479. web_1 | Installing custom SQL ...
  31480. web_1 | Installing indexes ...
  31481. web_1 | Installed 0 object(s) from 0 fixture(s)
  31482. web_1 |
  31483. web_1 | Synced:
  31484. web_1 | > django.contrib.auth
  31485. web_1 | > django.contrib.contenttypes
  31486. web_1 | > django.contrib.sessions
  31487. web_1 | > django.contrib.sites
  31488. web_1 | > django.contrib.messages
  31489. web_1 | > django.contrib.staticfiles
  31490. web_1 | > django.contrib.admin
  31491. web_1 | > south
  31492. web_1 | > crispy_forms
  31493. web_1 | > avatar
  31494. web_1 | > bootstrap3
  31495. web_1 | > users
  31496. web_1 | > allauth
  31497. web_1 | > allauth.account
  31498. web_1 | > django.contrib.humanize
  31499. web_1 | > debug_toolbar
  31500. web_1 |
  31501. web_1 | Not synced (use migrations):
  31502. web_1 | - allauth.socialaccount
  31503. web_1 | - django_extensions
  31504. web_1 | (use ./manage.py migrate to migrate these)
  31505. web_1 | Running migrations for socialaccount:
  31506. web_1 | - Nothing to migrate.
  31507. web_1 | - Loading initial data for socialaccount.
  31508. web_1 | Installed 0 object(s) from 0 fixture(s)
  31509. web_1 | Running migrations for django_extensions:
  31510. web_1 | - Nothing to migrate.
  31511. web_1 | - Loading initial data for django_extensions.
  31512. web_1 | Installed 0 object(s) from 0 fixture(s)
  31513. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31514. web_1 | [GCC 4.9.2] on linux2
  31515. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31516. web_1 | (InteractiveConsole)
  31517. web_1 |
  31518. web_1 | >>> >>> Starting the server
  31519. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31520. web_1 |
  31521. web_1 | Fatal error: Unable to find local grunt.
  31522. web_1 |
  31523. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31524. web_1 | your project. For more information about installing and configuring grunt,
  31525. web_1 | please see the Getting Started guide:
  31526. web_1 |
  31527. web_1 | http://gruntjs.com/getting-started
  31528. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31529. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31530. web_1 | Syncing...
  31531. web_1 | Creating tables ...
  31532. web_1 | Installing custom SQL ...
  31533. web_1 | Installing indexes ...
  31534. web_1 | Installed 0 object(s) from 0 fixture(s)
  31535. web_1 |
  31536. web_1 | Synced:
  31537. web_1 | > django.contrib.auth
  31538. web_1 | > django.contrib.contenttypes
  31539. web_1 | > django.contrib.sessions
  31540. web_1 | > django.contrib.sites
  31541. web_1 | > django.contrib.messages
  31542. web_1 | > django.contrib.staticfiles
  31543. web_1 | > django.contrib.admin
  31544. web_1 | > south
  31545. web_1 | > crispy_forms
  31546. web_1 | > avatar
  31547. web_1 | > bootstrap3
  31548. web_1 | > users
  31549. web_1 | > allauth
  31550. web_1 | > allauth.account
  31551. web_1 | > django.contrib.humanize
  31552. web_1 | > debug_toolbar
  31553. web_1 |
  31554. web_1 | Not synced (use migrations):
  31555. web_1 | - allauth.socialaccount
  31556. web_1 | - django_extensions
  31557. web_1 | (use ./manage.py migrate to migrate these)
  31558. web_1 | Running migrations for socialaccount:
  31559. web_1 | - Nothing to migrate.
  31560. web_1 | - Loading initial data for socialaccount.
  31561. web_1 | Installed 0 object(s) from 0 fixture(s)
  31562. web_1 | Running migrations for django_extensions:
  31563. web_1 | - Nothing to migrate.
  31564. web_1 | - Loading initial data for django_extensions.
  31565. web_1 | Installed 0 object(s) from 0 fixture(s)
  31566. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31567. web_1 | [GCC 4.9.2] on linux2
  31568. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31569. web_1 | (InteractiveConsole)
  31570. web_1 |
  31571. web_1 | >>> >>> Starting the server
  31572. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31573. web_1 |
  31574. web_1 | Fatal error: Unable to find local grunt.
  31575. web_1 |
  31576. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31577. web_1 | your project. For more information about installing and configuring grunt,
  31578. web_1 | please see the Getting Started guide:
  31579. web_1 |
  31580. web_1 | http://gruntjs.com/getting-started
  31581. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31582. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31583. web_1 | Syncing...
  31584. web_1 | Creating tables ...
  31585. web_1 | Installing custom SQL ...
  31586. web_1 | Installing indexes ...
  31587. web_1 | Installed 0 object(s) from 0 fixture(s)
  31588. web_1 |
  31589. web_1 | Synced:
  31590. web_1 | > django.contrib.auth
  31591. web_1 | > django.contrib.contenttypes
  31592. web_1 | > django.contrib.sessions
  31593. web_1 | > django.contrib.sites
  31594. web_1 | > django.contrib.messages
  31595. web_1 | > django.contrib.staticfiles
  31596. web_1 | > django.contrib.admin
  31597. web_1 | > south
  31598. web_1 | > crispy_forms
  31599. web_1 | > avatar
  31600. web_1 | > bootstrap3
  31601. web_1 | > users
  31602. web_1 | > allauth
  31603. web_1 | > allauth.account
  31604. web_1 | > django.contrib.humanize
  31605. web_1 | > debug_toolbar
  31606. web_1 |
  31607. web_1 | Not synced (use migrations):
  31608. web_1 | - allauth.socialaccount
  31609. web_1 | - django_extensions
  31610. web_1 | (use ./manage.py migrate to migrate these)
  31611. web_1 | Running migrations for socialaccount:
  31612. web_1 | - Nothing to migrate.
  31613. web_1 | - Loading initial data for socialaccount.
  31614. web_1 | Installed 0 object(s) from 0 fixture(s)
  31615. web_1 | Running migrations for django_extensions:
  31616. web_1 | - Nothing to migrate.
  31617. web_1 | - Loading initial data for django_extensions.
  31618. web_1 | Installed 0 object(s) from 0 fixture(s)
  31619. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31620. web_1 | [GCC 4.9.2] on linux2
  31621. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31622. web_1 | (InteractiveConsole)
  31623. web_1 |
  31624. web_1 | >>> >>> Starting the server
  31625. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31626. web_1 |
  31627. web_1 | Fatal error: Unable to find local grunt.
  31628. web_1 |
  31629. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31630. web_1 | your project. For more information about installing and configuring grunt,
  31631. web_1 | please see the Getting Started guide:
  31632. web_1 |
  31633. web_1 | http://gruntjs.com/getting-started
  31634. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31635. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31636. web_1 | Syncing...
  31637. web_1 | Creating tables ...
  31638. web_1 | Installing custom SQL ...
  31639. web_1 | Installing indexes ...
  31640. web_1 | Installed 0 object(s) from 0 fixture(s)
  31641. web_1 |
  31642. web_1 | Synced:
  31643. web_1 | > django.contrib.auth
  31644. web_1 | > django.contrib.contenttypes
  31645. web_1 | > django.contrib.sessions
  31646. web_1 | > django.contrib.sites
  31647. web_1 | > django.contrib.messages
  31648. web_1 | > django.contrib.staticfiles
  31649. web_1 | > django.contrib.admin
  31650. web_1 | > south
  31651. web_1 | > crispy_forms
  31652. web_1 | > avatar
  31653. web_1 | > bootstrap3
  31654. web_1 | > users
  31655. web_1 | > allauth
  31656. web_1 | > allauth.account
  31657. web_1 | > django.contrib.humanize
  31658. web_1 | > debug_toolbar
  31659. web_1 |
  31660. web_1 | Not synced (use migrations):
  31661. web_1 | - allauth.socialaccount
  31662. web_1 | - django_extensions
  31663. web_1 | (use ./manage.py migrate to migrate these)
  31664. web_1 | Running migrations for socialaccount:
  31665. web_1 | - Nothing to migrate.
  31666. web_1 | - Loading initial data for socialaccount.
  31667. web_1 | Installed 0 object(s) from 0 fixture(s)
  31668. web_1 | Running migrations for django_extensions:
  31669. web_1 | - Nothing to migrate.
  31670. web_1 | - Loading initial data for django_extensions.
  31671. web_1 | Installed 0 object(s) from 0 fixture(s)
  31672. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31673. web_1 | [GCC 4.9.2] on linux2
  31674. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31675. web_1 | (InteractiveConsole)
  31676. web_1 |
  31677. web_1 | >>> >>> Starting the server
  31678. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31679. web_1 |
  31680. web_1 | Fatal error: Unable to find local grunt.
  31681. web_1 |
  31682. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31683. web_1 | your project. For more information about installing and configuring grunt,
  31684. web_1 | please see the Getting Started guide:
  31685. web_1 |
  31686. web_1 | http://gruntjs.com/getting-started
  31687. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31688. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31689. web_1 | Syncing...
  31690. web_1 | Creating tables ...
  31691. web_1 | Installing custom SQL ...
  31692. web_1 | Installing indexes ...
  31693. web_1 | Installed 0 object(s) from 0 fixture(s)
  31694. web_1 |
  31695. web_1 | Synced:
  31696. web_1 | > django.contrib.auth
  31697. web_1 | > django.contrib.contenttypes
  31698. web_1 | > django.contrib.sessions
  31699. web_1 | > django.contrib.sites
  31700. web_1 | > django.contrib.messages
  31701. web_1 | > django.contrib.staticfiles
  31702. web_1 | > django.contrib.admin
  31703. web_1 | > south
  31704. web_1 | > crispy_forms
  31705. web_1 | > avatar
  31706. web_1 | > bootstrap3
  31707. web_1 | > users
  31708. web_1 | > allauth
  31709. web_1 | > allauth.account
  31710. web_1 | > django.contrib.humanize
  31711. web_1 | > debug_toolbar
  31712. web_1 |
  31713. web_1 | Not synced (use migrations):
  31714. web_1 | - allauth.socialaccount
  31715. web_1 | - django_extensions
  31716. web_1 | (use ./manage.py migrate to migrate these)
  31717. web_1 | Running migrations for socialaccount:
  31718. web_1 | - Nothing to migrate.
  31719. web_1 | - Loading initial data for socialaccount.
  31720. web_1 | Installed 0 object(s) from 0 fixture(s)
  31721. web_1 | Running migrations for django_extensions:
  31722. web_1 | - Nothing to migrate.
  31723. web_1 | - Loading initial data for django_extensions.
  31724. web_1 | Installed 0 object(s) from 0 fixture(s)
  31725. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31726. web_1 | [GCC 4.9.2] on linux2
  31727. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31728. web_1 | (InteractiveConsole)
  31729. web_1 |
  31730. web_1 | >>> >>> Starting the server
  31731. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31732. web_1 |
  31733. web_1 | Fatal error: Unable to find local grunt.
  31734. web_1 |
  31735. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31736. web_1 | your project. For more information about installing and configuring grunt,
  31737. web_1 | please see the Getting Started guide:
  31738. web_1 |
  31739. web_1 | http://gruntjs.com/getting-started
  31740. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31741. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31742. web_1 | Syncing...
  31743. web_1 | Creating tables ...
  31744. web_1 | Installing custom SQL ...
  31745. web_1 | Installing indexes ...
  31746. web_1 | Installed 0 object(s) from 0 fixture(s)
  31747. web_1 |
  31748. web_1 | Synced:
  31749. web_1 | > django.contrib.auth
  31750. web_1 | > django.contrib.contenttypes
  31751. web_1 | > django.contrib.sessions
  31752. web_1 | > django.contrib.sites
  31753. web_1 | > django.contrib.messages
  31754. web_1 | > django.contrib.staticfiles
  31755. web_1 | > django.contrib.admin
  31756. web_1 | > south
  31757. web_1 | > crispy_forms
  31758. web_1 | > avatar
  31759. web_1 | > bootstrap3
  31760. web_1 | > users
  31761. web_1 | > allauth
  31762. web_1 | > allauth.account
  31763. web_1 | > django.contrib.humanize
  31764. web_1 | > debug_toolbar
  31765. web_1 |
  31766. web_1 | Not synced (use migrations):
  31767. web_1 | - allauth.socialaccount
  31768. web_1 | - django_extensions
  31769. web_1 | (use ./manage.py migrate to migrate these)
  31770. web_1 | Running migrations for socialaccount:
  31771. web_1 | - Nothing to migrate.
  31772. web_1 | - Loading initial data for socialaccount.
  31773. web_1 | Installed 0 object(s) from 0 fixture(s)
  31774. web_1 | Running migrations for django_extensions:
  31775. web_1 | - Nothing to migrate.
  31776. web_1 | - Loading initial data for django_extensions.
  31777. web_1 | Installed 0 object(s) from 0 fixture(s)
  31778. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31779. web_1 | [GCC 4.9.2] on linux2
  31780. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31781. web_1 | (InteractiveConsole)
  31782. web_1 |
  31783. web_1 | >>> >>> Starting the server
  31784. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31785. web_1 |
  31786. web_1 | Fatal error: Unable to find local grunt.
  31787. web_1 |
  31788. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31789. web_1 | your project. For more information about installing and configuring grunt,
  31790. web_1 | please see the Getting Started guide:
  31791. web_1 |
  31792. web_1 | http://gruntjs.com/getting-started
  31793. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31794. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31795. web_1 | Syncing...
  31796. web_1 | Creating tables ...
  31797. web_1 | Installing custom SQL ...
  31798. web_1 | Installing indexes ...
  31799. web_1 | Installed 0 object(s) from 0 fixture(s)
  31800. web_1 |
  31801. web_1 | Synced:
  31802. web_1 | > django.contrib.auth
  31803. web_1 | > django.contrib.contenttypes
  31804. web_1 | > django.contrib.sessions
  31805. web_1 | > django.contrib.sites
  31806. web_1 | > django.contrib.messages
  31807. web_1 | > django.contrib.staticfiles
  31808. web_1 | > django.contrib.admin
  31809. web_1 | > south
  31810. web_1 | > crispy_forms
  31811. web_1 | > avatar
  31812. web_1 | > bootstrap3
  31813. web_1 | > users
  31814. web_1 | > allauth
  31815. web_1 | > allauth.account
  31816. web_1 | > django.contrib.humanize
  31817. web_1 | > debug_toolbar
  31818. web_1 |
  31819. web_1 | Not synced (use migrations):
  31820. web_1 | - allauth.socialaccount
  31821. web_1 | - django_extensions
  31822. web_1 | (use ./manage.py migrate to migrate these)
  31823. web_1 | Running migrations for socialaccount:
  31824. web_1 | - Nothing to migrate.
  31825. web_1 | - Loading initial data for socialaccount.
  31826. web_1 | Installed 0 object(s) from 0 fixture(s)
  31827. web_1 | Running migrations for django_extensions:
  31828. web_1 | - Nothing to migrate.
  31829. web_1 | - Loading initial data for django_extensions.
  31830. web_1 | Installed 0 object(s) from 0 fixture(s)
  31831. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31832. web_1 | [GCC 4.9.2] on linux2
  31833. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31834. web_1 | (InteractiveConsole)
  31835. web_1 |
  31836. web_1 | >>> >>> Starting the server
  31837. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31838. web_1 |
  31839. web_1 | Fatal error: Unable to find local grunt.
  31840. web_1 |
  31841. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31842. web_1 | your project. For more information about installing and configuring grunt,
  31843. web_1 | please see the Getting Started guide:
  31844. web_1 |
  31845. web_1 | http://gruntjs.com/getting-started
  31846. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31847. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31848. web_1 | Syncing...
  31849. web_1 | Creating tables ...
  31850. web_1 | Installing custom SQL ...
  31851. web_1 | Installing indexes ...
  31852. web_1 | Installed 0 object(s) from 0 fixture(s)
  31853. web_1 |
  31854. web_1 | Synced:
  31855. web_1 | > django.contrib.auth
  31856. web_1 | > django.contrib.contenttypes
  31857. web_1 | > django.contrib.sessions
  31858. web_1 | > django.contrib.sites
  31859. web_1 | > django.contrib.messages
  31860. web_1 | > django.contrib.staticfiles
  31861. web_1 | > django.contrib.admin
  31862. web_1 | > south
  31863. web_1 | > crispy_forms
  31864. web_1 | > avatar
  31865. web_1 | > bootstrap3
  31866. web_1 | > users
  31867. web_1 | > allauth
  31868. web_1 | > allauth.account
  31869. web_1 | > django.contrib.humanize
  31870. web_1 | > debug_toolbar
  31871. web_1 |
  31872. web_1 | Not synced (use migrations):
  31873. web_1 | - allauth.socialaccount
  31874. web_1 | - django_extensions
  31875. web_1 | (use ./manage.py migrate to migrate these)
  31876. web_1 | Running migrations for socialaccount:
  31877. web_1 | - Nothing to migrate.
  31878. web_1 | - Loading initial data for socialaccount.
  31879. web_1 | Installed 0 object(s) from 0 fixture(s)
  31880. web_1 | Running migrations for django_extensions:
  31881. web_1 | - Nothing to migrate.
  31882. web_1 | - Loading initial data for django_extensions.
  31883. web_1 | Installed 0 object(s) from 0 fixture(s)
  31884. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31885. web_1 | [GCC 4.9.2] on linux2
  31886. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31887. web_1 | (InteractiveConsole)
  31888. web_1 |
  31889. web_1 | >>> >>> Starting the server
  31890. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31891. web_1 |
  31892. web_1 | Fatal error: Unable to find local grunt.
  31893. web_1 |
  31894. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31895. web_1 | your project. For more information about installing and configuring grunt,
  31896. web_1 | please see the Getting Started guide:
  31897. web_1 |
  31898. web_1 | http://gruntjs.com/getting-started
  31899. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31900. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31901. web_1 | Syncing...
  31902. web_1 | Creating tables ...
  31903. web_1 | Installing custom SQL ...
  31904. web_1 | Installing indexes ...
  31905. web_1 | Installed 0 object(s) from 0 fixture(s)
  31906. web_1 |
  31907. web_1 | Synced:
  31908. web_1 | > django.contrib.auth
  31909. web_1 | > django.contrib.contenttypes
  31910. web_1 | > django.contrib.sessions
  31911. web_1 | > django.contrib.sites
  31912. web_1 | > django.contrib.messages
  31913. web_1 | > django.contrib.staticfiles
  31914. web_1 | > django.contrib.admin
  31915. web_1 | > south
  31916. web_1 | > crispy_forms
  31917. web_1 | > avatar
  31918. web_1 | > bootstrap3
  31919. web_1 | > users
  31920. web_1 | > allauth
  31921. web_1 | > allauth.account
  31922. web_1 | > django.contrib.humanize
  31923. web_1 | > debug_toolbar
  31924. web_1 |
  31925. web_1 | Not synced (use migrations):
  31926. web_1 | - allauth.socialaccount
  31927. web_1 | - django_extensions
  31928. web_1 | (use ./manage.py migrate to migrate these)
  31929. web_1 | Running migrations for socialaccount:
  31930. web_1 | - Nothing to migrate.
  31931. web_1 | - Loading initial data for socialaccount.
  31932. web_1 | Installed 0 object(s) from 0 fixture(s)
  31933. web_1 | Running migrations for django_extensions:
  31934. web_1 | - Nothing to migrate.
  31935. web_1 | - Loading initial data for django_extensions.
  31936. web_1 | Installed 0 object(s) from 0 fixture(s)
  31937. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31938. web_1 | [GCC 4.9.2] on linux2
  31939. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31940. web_1 | (InteractiveConsole)
  31941. web_1 |
  31942. web_1 | >>> >>> Starting the server
  31943. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31944. web_1 |
  31945. web_1 | Fatal error: Unable to find local grunt.
  31946. web_1 |
  31947. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  31948. web_1 | your project. For more information about installing and configuring grunt,
  31949. web_1 | please see the Getting Started guide:
  31950. web_1 |
  31951. web_1 | http://gruntjs.com/getting-started
  31952. web_1 | Starting OpenBSD Secure Shell server: sshd.
  31953. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  31954. web_1 | Syncing...
  31955. web_1 | Creating tables ...
  31956. web_1 | Installing custom SQL ...
  31957. web_1 | Installing indexes ...
  31958. web_1 | Installed 0 object(s) from 0 fixture(s)
  31959. web_1 |
  31960. web_1 | Synced:
  31961. web_1 | > django.contrib.auth
  31962. web_1 | > django.contrib.contenttypes
  31963. web_1 | > django.contrib.sessions
  31964. web_1 | > django.contrib.sites
  31965. web_1 | > django.contrib.messages
  31966. web_1 | > django.contrib.staticfiles
  31967. web_1 | > django.contrib.admin
  31968. web_1 | > south
  31969. web_1 | > crispy_forms
  31970. web_1 | > avatar
  31971. web_1 | > bootstrap3
  31972. web_1 | > users
  31973. web_1 | > allauth
  31974. web_1 | > allauth.account
  31975. web_1 | > django.contrib.humanize
  31976. web_1 | > debug_toolbar
  31977. web_1 |
  31978. web_1 | Not synced (use migrations):
  31979. web_1 | - allauth.socialaccount
  31980. web_1 | - django_extensions
  31981. web_1 | (use ./manage.py migrate to migrate these)
  31982. web_1 | Running migrations for socialaccount:
  31983. web_1 | - Nothing to migrate.
  31984. web_1 | - Loading initial data for socialaccount.
  31985. web_1 | Installed 0 object(s) from 0 fixture(s)
  31986. web_1 | Running migrations for django_extensions:
  31987. web_1 | - Nothing to migrate.
  31988. web_1 | - Loading initial data for django_extensions.
  31989. web_1 | Installed 0 object(s) from 0 fixture(s)
  31990. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  31991. web_1 | [GCC 4.9.2] on linux2
  31992. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  31993. web_1 | (InteractiveConsole)
  31994. web_1 |
  31995. web_1 | >>> >>> Starting the server
  31996. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  31997. web_1 |
  31998. web_1 | Fatal error: Unable to find local grunt.
  31999. web_1 |
  32000. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32001. web_1 | your project. For more information about installing and configuring grunt,
  32002. web_1 | please see the Getting Started guide:
  32003. web_1 |
  32004. web_1 | http://gruntjs.com/getting-started
  32005. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32006. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32007. web_1 | Syncing...
  32008. web_1 | Creating tables ...
  32009. web_1 | Installing custom SQL ...
  32010. web_1 | Installing indexes ...
  32011. web_1 | Installed 0 object(s) from 0 fixture(s)
  32012. web_1 |
  32013. web_1 | Synced:
  32014. web_1 | > django.contrib.auth
  32015. web_1 | > django.contrib.contenttypes
  32016. web_1 | > django.contrib.sessions
  32017. web_1 | > django.contrib.sites
  32018. web_1 | > django.contrib.messages
  32019. web_1 | > django.contrib.staticfiles
  32020. web_1 | > django.contrib.admin
  32021. web_1 | > south
  32022. web_1 | > crispy_forms
  32023. web_1 | > avatar
  32024. web_1 | > bootstrap3
  32025. web_1 | > users
  32026. web_1 | > allauth
  32027. web_1 | > allauth.account
  32028. web_1 | > django.contrib.humanize
  32029. web_1 | > debug_toolbar
  32030. web_1 |
  32031. web_1 | Not synced (use migrations):
  32032. web_1 | - allauth.socialaccount
  32033. web_1 | - django_extensions
  32034. web_1 | (use ./manage.py migrate to migrate these)
  32035. web_1 | Running migrations for socialaccount:
  32036. web_1 | - Nothing to migrate.
  32037. web_1 | - Loading initial data for socialaccount.
  32038. web_1 | Installed 0 object(s) from 0 fixture(s)
  32039. web_1 | Running migrations for django_extensions:
  32040. web_1 | - Nothing to migrate.
  32041. web_1 | - Loading initial data for django_extensions.
  32042. web_1 | Installed 0 object(s) from 0 fixture(s)
  32043. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32044. web_1 | [GCC 4.9.2] on linux2
  32045. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32046. web_1 | (InteractiveConsole)
  32047. web_1 |
  32048. web_1 | >>> >>> Starting the server
  32049. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32050. web_1 |
  32051. web_1 | Fatal error: Unable to find local grunt.
  32052. web_1 |
  32053. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32054. web_1 | your project. For more information about installing and configuring grunt,
  32055. web_1 | please see the Getting Started guide:
  32056. web_1 |
  32057. web_1 | http://gruntjs.com/getting-started
  32058. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32059. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32060. web_1 | Syncing...
  32061. web_1 | Creating tables ...
  32062. web_1 | Installing custom SQL ...
  32063. web_1 | Installing indexes ...
  32064. web_1 | Installed 0 object(s) from 0 fixture(s)
  32065. web_1 |
  32066. web_1 | Synced:
  32067. web_1 | > django.contrib.auth
  32068. web_1 | > django.contrib.contenttypes
  32069. web_1 | > django.contrib.sessions
  32070. web_1 | > django.contrib.sites
  32071. web_1 | > django.contrib.messages
  32072. web_1 | > django.contrib.staticfiles
  32073. web_1 | > django.contrib.admin
  32074. web_1 | > south
  32075. web_1 | > crispy_forms
  32076. web_1 | > avatar
  32077. web_1 | > bootstrap3
  32078. web_1 | > users
  32079. web_1 | > allauth
  32080. web_1 | > allauth.account
  32081. web_1 | > django.contrib.humanize
  32082. web_1 | > debug_toolbar
  32083. web_1 |
  32084. web_1 | Not synced (use migrations):
  32085. web_1 | - allauth.socialaccount
  32086. web_1 | - django_extensions
  32087. web_1 | (use ./manage.py migrate to migrate these)
  32088. web_1 | Running migrations for socialaccount:
  32089. web_1 | - Nothing to migrate.
  32090. web_1 | - Loading initial data for socialaccount.
  32091. web_1 | Installed 0 object(s) from 0 fixture(s)
  32092. web_1 | Running migrations for django_extensions:
  32093. web_1 | - Nothing to migrate.
  32094. web_1 | - Loading initial data for django_extensions.
  32095. web_1 | Installed 0 object(s) from 0 fixture(s)
  32096. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32097. web_1 | [GCC 4.9.2] on linux2
  32098. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32099. web_1 | (InteractiveConsole)
  32100. web_1 |
  32101. web_1 | >>> >>> Starting the server
  32102. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32103. web_1 |
  32104. web_1 | Fatal error: Unable to find local grunt.
  32105. web_1 |
  32106. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32107. web_1 | your project. For more information about installing and configuring grunt,
  32108. web_1 | please see the Getting Started guide:
  32109. web_1 |
  32110. web_1 | http://gruntjs.com/getting-started
  32111. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32112. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32113. web_1 | Syncing...
  32114. web_1 | Creating tables ...
  32115. web_1 | Installing custom SQL ...
  32116. web_1 | Installing indexes ...
  32117. web_1 | Installed 0 object(s) from 0 fixture(s)
  32118. web_1 |
  32119. web_1 | Synced:
  32120. web_1 | > django.contrib.auth
  32121. web_1 | > django.contrib.contenttypes
  32122. web_1 | > django.contrib.sessions
  32123. web_1 | > django.contrib.sites
  32124. web_1 | > django.contrib.messages
  32125. web_1 | > django.contrib.staticfiles
  32126. web_1 | > django.contrib.admin
  32127. web_1 | > south
  32128. web_1 | > crispy_forms
  32129. web_1 | > avatar
  32130. web_1 | > bootstrap3
  32131. web_1 | > users
  32132. web_1 | > allauth
  32133. web_1 | > allauth.account
  32134. web_1 | > django.contrib.humanize
  32135. web_1 | > debug_toolbar
  32136. web_1 |
  32137. web_1 | Not synced (use migrations):
  32138. web_1 | - allauth.socialaccount
  32139. web_1 | - django_extensions
  32140. web_1 | (use ./manage.py migrate to migrate these)
  32141. web_1 | Running migrations for socialaccount:
  32142. web_1 | - Nothing to migrate.
  32143. web_1 | - Loading initial data for socialaccount.
  32144. web_1 | Installed 0 object(s) from 0 fixture(s)
  32145. web_1 | Running migrations for django_extensions:
  32146. web_1 | - Nothing to migrate.
  32147. web_1 | - Loading initial data for django_extensions.
  32148. web_1 | Installed 0 object(s) from 0 fixture(s)
  32149. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32150. web_1 | [GCC 4.9.2] on linux2
  32151. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32152. web_1 | (InteractiveConsole)
  32153. web_1 |
  32154. web_1 | >>> >>> Starting the server
  32155. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32156. web_1 |
  32157. web_1 | Fatal error: Unable to find local grunt.
  32158. web_1 |
  32159. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32160. web_1 | your project. For more information about installing and configuring grunt,
  32161. web_1 | please see the Getting Started guide:
  32162. web_1 |
  32163. web_1 | http://gruntjs.com/getting-started
  32164. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32165. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32166. web_1 | Syncing...
  32167. web_1 | Creating tables ...
  32168. web_1 | Installing custom SQL ...
  32169. web_1 | Installing indexes ...
  32170. web_1 | Installed 0 object(s) from 0 fixture(s)
  32171. web_1 |
  32172. web_1 | Synced:
  32173. web_1 | > django.contrib.auth
  32174. web_1 | > django.contrib.contenttypes
  32175. web_1 | > django.contrib.sessions
  32176. web_1 | > django.contrib.sites
  32177. web_1 | > django.contrib.messages
  32178. web_1 | > django.contrib.staticfiles
  32179. web_1 | > django.contrib.admin
  32180. web_1 | > south
  32181. web_1 | > crispy_forms
  32182. web_1 | > avatar
  32183. web_1 | > bootstrap3
  32184. web_1 | > users
  32185. web_1 | > allauth
  32186. web_1 | > allauth.account
  32187. web_1 | > django.contrib.humanize
  32188. web_1 | > debug_toolbar
  32189. web_1 |
  32190. web_1 | Not synced (use migrations):
  32191. web_1 | - allauth.socialaccount
  32192. web_1 | - django_extensions
  32193. web_1 | (use ./manage.py migrate to migrate these)
  32194. web_1 | Running migrations for socialaccount:
  32195. web_1 | - Nothing to migrate.
  32196. web_1 | - Loading initial data for socialaccount.
  32197. web_1 | Installed 0 object(s) from 0 fixture(s)
  32198. web_1 | Running migrations for django_extensions:
  32199. web_1 | - Nothing to migrate.
  32200. web_1 | - Loading initial data for django_extensions.
  32201. web_1 | Installed 0 object(s) from 0 fixture(s)
  32202. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32203. web_1 | [GCC 4.9.2] on linux2
  32204. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32205. web_1 | (InteractiveConsole)
  32206. web_1 |
  32207. web_1 | >>> >>> Starting the server
  32208. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32209. web_1 |
  32210. web_1 | Fatal error: Unable to find local grunt.
  32211. web_1 |
  32212. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32213. web_1 | your project. For more information about installing and configuring grunt,
  32214. web_1 | please see the Getting Started guide:
  32215. web_1 |
  32216. web_1 | http://gruntjs.com/getting-started
  32217. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32218. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32219. web_1 | Syncing...
  32220. web_1 | Creating tables ...
  32221. web_1 | Installing custom SQL ...
  32222. web_1 | Installing indexes ...
  32223. web_1 | Installed 0 object(s) from 0 fixture(s)
  32224. web_1 |
  32225. web_1 | Synced:
  32226. web_1 | > django.contrib.auth
  32227. web_1 | > django.contrib.contenttypes
  32228. web_1 | > django.contrib.sessions
  32229. web_1 | > django.contrib.sites
  32230. web_1 | > django.contrib.messages
  32231. web_1 | > django.contrib.staticfiles
  32232. web_1 | > django.contrib.admin
  32233. web_1 | > south
  32234. web_1 | > crispy_forms
  32235. web_1 | > avatar
  32236. web_1 | > bootstrap3
  32237. web_1 | > users
  32238. web_1 | > allauth
  32239. web_1 | > allauth.account
  32240. web_1 | > django.contrib.humanize
  32241. web_1 | > debug_toolbar
  32242. web_1 |
  32243. web_1 | Not synced (use migrations):
  32244. web_1 | - allauth.socialaccount
  32245. web_1 | - django_extensions
  32246. web_1 | (use ./manage.py migrate to migrate these)
  32247. web_1 | Running migrations for socialaccount:
  32248. web_1 | - Nothing to migrate.
  32249. web_1 | - Loading initial data for socialaccount.
  32250. web_1 | Installed 0 object(s) from 0 fixture(s)
  32251. web_1 | Running migrations for django_extensions:
  32252. web_1 | - Nothing to migrate.
  32253. web_1 | - Loading initial data for django_extensions.
  32254. web_1 | Installed 0 object(s) from 0 fixture(s)
  32255. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32256. web_1 | [GCC 4.9.2] on linux2
  32257. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32258. web_1 | (InteractiveConsole)
  32259. web_1 |
  32260. web_1 | >>> >>> Starting the server
  32261. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32262. web_1 |
  32263. web_1 | Fatal error: Unable to find local grunt.
  32264. web_1 |
  32265. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32266. web_1 | your project. For more information about installing and configuring grunt,
  32267. web_1 | please see the Getting Started guide:
  32268. web_1 |
  32269. web_1 | http://gruntjs.com/getting-started
  32270. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32271. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32272. web_1 | Syncing...
  32273. web_1 | Creating tables ...
  32274. web_1 | Installing custom SQL ...
  32275. web_1 | Installing indexes ...
  32276. web_1 | Installed 0 object(s) from 0 fixture(s)
  32277. web_1 |
  32278. web_1 | Synced:
  32279. web_1 | > django.contrib.auth
  32280. web_1 | > django.contrib.contenttypes
  32281. web_1 | > django.contrib.sessions
  32282. web_1 | > django.contrib.sites
  32283. web_1 | > django.contrib.messages
  32284. web_1 | > django.contrib.staticfiles
  32285. web_1 | > django.contrib.admin
  32286. web_1 | > south
  32287. web_1 | > crispy_forms
  32288. web_1 | > avatar
  32289. web_1 | > bootstrap3
  32290. web_1 | > users
  32291. web_1 | > allauth
  32292. web_1 | > allauth.account
  32293. web_1 | > django.contrib.humanize
  32294. web_1 | > debug_toolbar
  32295. web_1 |
  32296. web_1 | Not synced (use migrations):
  32297. web_1 | - allauth.socialaccount
  32298. web_1 | - django_extensions
  32299. web_1 | (use ./manage.py migrate to migrate these)
  32300. web_1 | Running migrations for socialaccount:
  32301. web_1 | - Nothing to migrate.
  32302. web_1 | - Loading initial data for socialaccount.
  32303. web_1 | Installed 0 object(s) from 0 fixture(s)
  32304. web_1 | Running migrations for django_extensions:
  32305. web_1 | - Nothing to migrate.
  32306. web_1 | - Loading initial data for django_extensions.
  32307. web_1 | Installed 0 object(s) from 0 fixture(s)
  32308. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32309. web_1 | [GCC 4.9.2] on linux2
  32310. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32311. web_1 | (InteractiveConsole)
  32312. web_1 |
  32313. web_1 | >>> >>> Starting the server
  32314. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32315. web_1 |
  32316. web_1 | Fatal error: Unable to find local grunt.
  32317. web_1 |
  32318. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32319. web_1 | your project. For more information about installing and configuring grunt,
  32320. web_1 | please see the Getting Started guide:
  32321. web_1 |
  32322. web_1 | http://gruntjs.com/getting-started
  32323. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32324. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32325. web_1 | Syncing...
  32326. web_1 | Creating tables ...
  32327. web_1 | Installing custom SQL ...
  32328. web_1 | Installing indexes ...
  32329. web_1 | Installed 0 object(s) from 0 fixture(s)
  32330. web_1 |
  32331. web_1 | Synced:
  32332. web_1 | > django.contrib.auth
  32333. web_1 | > django.contrib.contenttypes
  32334. web_1 | > django.contrib.sessions
  32335. web_1 | > django.contrib.sites
  32336. web_1 | > django.contrib.messages
  32337. web_1 | > django.contrib.staticfiles
  32338. web_1 | > django.contrib.admin
  32339. web_1 | > south
  32340. web_1 | > crispy_forms
  32341. web_1 | > avatar
  32342. web_1 | > bootstrap3
  32343. web_1 | > users
  32344. web_1 | > allauth
  32345. web_1 | > allauth.account
  32346. web_1 | > django.contrib.humanize
  32347. web_1 | > debug_toolbar
  32348. web_1 |
  32349. web_1 | Not synced (use migrations):
  32350. web_1 | - allauth.socialaccount
  32351. web_1 | - django_extensions
  32352. web_1 | (use ./manage.py migrate to migrate these)
  32353. web_1 | Running migrations for socialaccount:
  32354. web_1 | - Nothing to migrate.
  32355. web_1 | - Loading initial data for socialaccount.
  32356. web_1 | Installed 0 object(s) from 0 fixture(s)
  32357. web_1 | Running migrations for django_extensions:
  32358. web_1 | - Nothing to migrate.
  32359. web_1 | - Loading initial data for django_extensions.
  32360. web_1 | Installed 0 object(s) from 0 fixture(s)
  32361. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32362. web_1 | [GCC 4.9.2] on linux2
  32363. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32364. web_1 | (InteractiveConsole)
  32365. web_1 |
  32366. web_1 | >>> >>> Starting the server
  32367. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32368. web_1 |
  32369. web_1 | Fatal error: Unable to find local grunt.
  32370. web_1 |
  32371. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32372. web_1 | your project. For more information about installing and configuring grunt,
  32373. web_1 | please see the Getting Started guide:
  32374. web_1 |
  32375. web_1 | http://gruntjs.com/getting-started
  32376. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32377. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32378. web_1 | Syncing...
  32379. web_1 | Creating tables ...
  32380. web_1 | Installing custom SQL ...
  32381. web_1 | Installing indexes ...
  32382. web_1 | Installed 0 object(s) from 0 fixture(s)
  32383. web_1 |
  32384. web_1 | Synced:
  32385. web_1 | > django.contrib.auth
  32386. web_1 | > django.contrib.contenttypes
  32387. web_1 | > django.contrib.sessions
  32388. web_1 | > django.contrib.sites
  32389. web_1 | > django.contrib.messages
  32390. web_1 | > django.contrib.staticfiles
  32391. web_1 | > django.contrib.admin
  32392. web_1 | > south
  32393. web_1 | > crispy_forms
  32394. web_1 | > avatar
  32395. web_1 | > bootstrap3
  32396. web_1 | > users
  32397. web_1 | > allauth
  32398. web_1 | > allauth.account
  32399. web_1 | > django.contrib.humanize
  32400. web_1 | > debug_toolbar
  32401. web_1 |
  32402. web_1 | Not synced (use migrations):
  32403. web_1 | - allauth.socialaccount
  32404. web_1 | - django_extensions
  32405. web_1 | (use ./manage.py migrate to migrate these)
  32406. web_1 | Running migrations for socialaccount:
  32407. web_1 | - Nothing to migrate.
  32408. web_1 | - Loading initial data for socialaccount.
  32409. web_1 | Installed 0 object(s) from 0 fixture(s)
  32410. web_1 | Running migrations for django_extensions:
  32411. web_1 | - Nothing to migrate.
  32412. web_1 | - Loading initial data for django_extensions.
  32413. web_1 | Installed 0 object(s) from 0 fixture(s)
  32414. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32415. web_1 | [GCC 4.9.2] on linux2
  32416. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32417. web_1 | (InteractiveConsole)
  32418. web_1 |
  32419. web_1 | >>> >>> Starting the server
  32420. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32421. web_1 |
  32422. web_1 | Fatal error: Unable to find local grunt.
  32423. web_1 |
  32424. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32425. web_1 | your project. For more information about installing and configuring grunt,
  32426. web_1 | please see the Getting Started guide:
  32427. web_1 |
  32428. web_1 | http://gruntjs.com/getting-started
  32429. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32430. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32431. web_1 | Syncing...
  32432. web_1 | Creating tables ...
  32433. web_1 | Installing custom SQL ...
  32434. web_1 | Installing indexes ...
  32435. web_1 | Installed 0 object(s) from 0 fixture(s)
  32436. web_1 |
  32437. web_1 | Synced:
  32438. web_1 | > django.contrib.auth
  32439. web_1 | > django.contrib.contenttypes
  32440. web_1 | > django.contrib.sessions
  32441. web_1 | > django.contrib.sites
  32442. web_1 | > django.contrib.messages
  32443. web_1 | > django.contrib.staticfiles
  32444. web_1 | > django.contrib.admin
  32445. web_1 | > south
  32446. web_1 | > crispy_forms
  32447. web_1 | > avatar
  32448. web_1 | > bootstrap3
  32449. web_1 | > users
  32450. web_1 | > allauth
  32451. web_1 | > allauth.account
  32452. web_1 | > django.contrib.humanize
  32453. web_1 | > debug_toolbar
  32454. web_1 |
  32455. web_1 | Not synced (use migrations):
  32456. web_1 | - allauth.socialaccount
  32457. web_1 | - django_extensions
  32458. web_1 | (use ./manage.py migrate to migrate these)
  32459. web_1 | Running migrations for socialaccount:
  32460. web_1 | - Nothing to migrate.
  32461. web_1 | - Loading initial data for socialaccount.
  32462. web_1 | Installed 0 object(s) from 0 fixture(s)
  32463. web_1 | Running migrations for django_extensions:
  32464. web_1 | - Nothing to migrate.
  32465. web_1 | - Loading initial data for django_extensions.
  32466. web_1 | Installed 0 object(s) from 0 fixture(s)
  32467. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32468. web_1 | [GCC 4.9.2] on linux2
  32469. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32470. web_1 | (InteractiveConsole)
  32471. web_1 |
  32472. web_1 | >>> >>> Starting the server
  32473. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32474. web_1 |
  32475. web_1 | Fatal error: Unable to find local grunt.
  32476. web_1 |
  32477. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32478. web_1 | your project. For more information about installing and configuring grunt,
  32479. web_1 | please see the Getting Started guide:
  32480. web_1 |
  32481. web_1 | http://gruntjs.com/getting-started
  32482. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32483. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32484. web_1 | Syncing...
  32485. web_1 | Creating tables ...
  32486. web_1 | Installing custom SQL ...
  32487. web_1 | Installing indexes ...
  32488. web_1 | Installed 0 object(s) from 0 fixture(s)
  32489. web_1 |
  32490. web_1 | Synced:
  32491. web_1 | > django.contrib.auth
  32492. web_1 | > django.contrib.contenttypes
  32493. web_1 | > django.contrib.sessions
  32494. web_1 | > django.contrib.sites
  32495. web_1 | > django.contrib.messages
  32496. web_1 | > django.contrib.staticfiles
  32497. web_1 | > django.contrib.admin
  32498. web_1 | > south
  32499. web_1 | > crispy_forms
  32500. web_1 | > avatar
  32501. web_1 | > bootstrap3
  32502. web_1 | > users
  32503. web_1 | > allauth
  32504. web_1 | > allauth.account
  32505. web_1 | > django.contrib.humanize
  32506. web_1 | > debug_toolbar
  32507. web_1 |
  32508. web_1 | Not synced (use migrations):
  32509. web_1 | - allauth.socialaccount
  32510. web_1 | - django_extensions
  32511. web_1 | (use ./manage.py migrate to migrate these)
  32512. web_1 | Running migrations for socialaccount:
  32513. web_1 | - Nothing to migrate.
  32514. web_1 | - Loading initial data for socialaccount.
  32515. web_1 | Installed 0 object(s) from 0 fixture(s)
  32516. web_1 | Running migrations for django_extensions:
  32517. web_1 | - Nothing to migrate.
  32518. web_1 | - Loading initial data for django_extensions.
  32519. web_1 | Installed 0 object(s) from 0 fixture(s)
  32520. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32521. web_1 | [GCC 4.9.2] on linux2
  32522. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32523. web_1 | (InteractiveConsole)
  32524. web_1 |
  32525. web_1 | >>> >>> Starting the server
  32526. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32527. web_1 |
  32528. web_1 | Fatal error: Unable to find local grunt.
  32529. web_1 |
  32530. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32531. web_1 | your project. For more information about installing and configuring grunt,
  32532. web_1 | please see the Getting Started guide:
  32533. web_1 |
  32534. web_1 | http://gruntjs.com/getting-started
  32535. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32536. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32537. web_1 | Syncing...
  32538. web_1 | Creating tables ...
  32539. web_1 | Installing custom SQL ...
  32540. web_1 | Installing indexes ...
  32541. web_1 | Installed 0 object(s) from 0 fixture(s)
  32542. web_1 |
  32543. web_1 | Synced:
  32544. web_1 | > django.contrib.auth
  32545. web_1 | > django.contrib.contenttypes
  32546. web_1 | > django.contrib.sessions
  32547. web_1 | > django.contrib.sites
  32548. web_1 | > django.contrib.messages
  32549. web_1 | > django.contrib.staticfiles
  32550. web_1 | > django.contrib.admin
  32551. web_1 | > south
  32552. web_1 | > crispy_forms
  32553. web_1 | > avatar
  32554. web_1 | > bootstrap3
  32555. web_1 | > users
  32556. web_1 | > allauth
  32557. web_1 | > allauth.account
  32558. web_1 | > django.contrib.humanize
  32559. web_1 | > debug_toolbar
  32560. web_1 |
  32561. web_1 | Not synced (use migrations):
  32562. web_1 | - allauth.socialaccount
  32563. web_1 | - django_extensions
  32564. web_1 | (use ./manage.py migrate to migrate these)
  32565. web_1 | Running migrations for socialaccount:
  32566. web_1 | - Nothing to migrate.
  32567. web_1 | - Loading initial data for socialaccount.
  32568. web_1 | Installed 0 object(s) from 0 fixture(s)
  32569. web_1 | Running migrations for django_extensions:
  32570. web_1 | - Nothing to migrate.
  32571. web_1 | - Loading initial data for django_extensions.
  32572. web_1 | Installed 0 object(s) from 0 fixture(s)
  32573. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32574. web_1 | [GCC 4.9.2] on linux2
  32575. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32576. web_1 | (InteractiveConsole)
  32577. web_1 |
  32578. web_1 | >>> >>> Starting the server
  32579. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32580. web_1 |
  32581. web_1 | Fatal error: Unable to find local grunt.
  32582. web_1 |
  32583. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32584. web_1 | your project. For more information about installing and configuring grunt,
  32585. web_1 | please see the Getting Started guide:
  32586. web_1 |
  32587. web_1 | http://gruntjs.com/getting-started
  32588. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32589. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32590. web_1 | Syncing...
  32591. web_1 | Creating tables ...
  32592. web_1 | Installing custom SQL ...
  32593. web_1 | Installing indexes ...
  32594. web_1 | Installed 0 object(s) from 0 fixture(s)
  32595. web_1 |
  32596. web_1 | Synced:
  32597. web_1 | > django.contrib.auth
  32598. web_1 | > django.contrib.contenttypes
  32599. web_1 | > django.contrib.sessions
  32600. web_1 | > django.contrib.sites
  32601. web_1 | > django.contrib.messages
  32602. web_1 | > django.contrib.staticfiles
  32603. web_1 | > django.contrib.admin
  32604. web_1 | > south
  32605. web_1 | > crispy_forms
  32606. web_1 | > avatar
  32607. web_1 | > bootstrap3
  32608. web_1 | > users
  32609. web_1 | > allauth
  32610. web_1 | > allauth.account
  32611. web_1 | > django.contrib.humanize
  32612. web_1 | > debug_toolbar
  32613. web_1 |
  32614. web_1 | Not synced (use migrations):
  32615. web_1 | - allauth.socialaccount
  32616. web_1 | - django_extensions
  32617. web_1 | (use ./manage.py migrate to migrate these)
  32618. web_1 | Running migrations for socialaccount:
  32619. web_1 | - Nothing to migrate.
  32620. web_1 | - Loading initial data for socialaccount.
  32621. web_1 | Installed 0 object(s) from 0 fixture(s)
  32622. web_1 | Running migrations for django_extensions:
  32623. web_1 | - Nothing to migrate.
  32624. web_1 | - Loading initial data for django_extensions.
  32625. web_1 | Installed 0 object(s) from 0 fixture(s)
  32626. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32627. web_1 | [GCC 4.9.2] on linux2
  32628. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32629. web_1 | (InteractiveConsole)
  32630. web_1 |
  32631. web_1 | >>> >>> Starting the server
  32632. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32633. web_1 |
  32634. web_1 | Fatal error: Unable to find local grunt.
  32635. web_1 |
  32636. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32637. web_1 | your project. For more information about installing and configuring grunt,
  32638. web_1 | please see the Getting Started guide:
  32639. web_1 |
  32640. web_1 | http://gruntjs.com/getting-started
  32641. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32642. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32643. web_1 | Syncing...
  32644. web_1 | Creating tables ...
  32645. web_1 | Installing custom SQL ...
  32646. web_1 | Installing indexes ...
  32647. web_1 | Installed 0 object(s) from 0 fixture(s)
  32648. web_1 |
  32649. web_1 | Synced:
  32650. web_1 | > django.contrib.auth
  32651. web_1 | > django.contrib.contenttypes
  32652. web_1 | > django.contrib.sessions
  32653. web_1 | > django.contrib.sites
  32654. web_1 | > django.contrib.messages
  32655. web_1 | > django.contrib.staticfiles
  32656. web_1 | > django.contrib.admin
  32657. web_1 | > south
  32658. web_1 | > crispy_forms
  32659. web_1 | > avatar
  32660. web_1 | > bootstrap3
  32661. web_1 | > users
  32662. web_1 | > allauth
  32663. web_1 | > allauth.account
  32664. web_1 | > django.contrib.humanize
  32665. web_1 | > debug_toolbar
  32666. web_1 |
  32667. web_1 | Not synced (use migrations):
  32668. web_1 | - allauth.socialaccount
  32669. web_1 | - django_extensions
  32670. web_1 | (use ./manage.py migrate to migrate these)
  32671. web_1 | Running migrations for socialaccount:
  32672. web_1 | - Nothing to migrate.
  32673. web_1 | - Loading initial data for socialaccount.
  32674. web_1 | Installed 0 object(s) from 0 fixture(s)
  32675. web_1 | Running migrations for django_extensions:
  32676. web_1 | - Nothing to migrate.
  32677. web_1 | - Loading initial data for django_extensions.
  32678. web_1 | Installed 0 object(s) from 0 fixture(s)
  32679. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32680. web_1 | [GCC 4.9.2] on linux2
  32681. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32682. web_1 | (InteractiveConsole)
  32683. web_1 |
  32684. web_1 | >>> >>> Starting the server
  32685. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32686. web_1 |
  32687. web_1 | Fatal error: Unable to find local grunt.
  32688. web_1 |
  32689. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32690. web_1 | your project. For more information about installing and configuring grunt,
  32691. web_1 | please see the Getting Started guide:
  32692. web_1 |
  32693. web_1 | http://gruntjs.com/getting-started
  32694. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32695. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32696. web_1 | Syncing...
  32697. web_1 | Creating tables ...
  32698. web_1 | Installing custom SQL ...
  32699. web_1 | Installing indexes ...
  32700. web_1 | Installed 0 object(s) from 0 fixture(s)
  32701. web_1 |
  32702. web_1 | Synced:
  32703. web_1 | > django.contrib.auth
  32704. web_1 | > django.contrib.contenttypes
  32705. web_1 | > django.contrib.sessions
  32706. web_1 | > django.contrib.sites
  32707. web_1 | > django.contrib.messages
  32708. web_1 | > django.contrib.staticfiles
  32709. web_1 | > django.contrib.admin
  32710. web_1 | > south
  32711. web_1 | > crispy_forms
  32712. web_1 | > avatar
  32713. web_1 | > bootstrap3
  32714. web_1 | > users
  32715. web_1 | > allauth
  32716. web_1 | > allauth.account
  32717. web_1 | > django.contrib.humanize
  32718. web_1 | > debug_toolbar
  32719. web_1 |
  32720. web_1 | Not synced (use migrations):
  32721. web_1 | - allauth.socialaccount
  32722. web_1 | - django_extensions
  32723. web_1 | (use ./manage.py migrate to migrate these)
  32724. web_1 | Running migrations for socialaccount:
  32725. web_1 | - Nothing to migrate.
  32726. web_1 | - Loading initial data for socialaccount.
  32727. web_1 | Installed 0 object(s) from 0 fixture(s)
  32728. web_1 | Running migrations for django_extensions:
  32729. web_1 | - Nothing to migrate.
  32730. web_1 | - Loading initial data for django_extensions.
  32731. web_1 | Installed 0 object(s) from 0 fixture(s)
  32732. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32733. web_1 | [GCC 4.9.2] on linux2
  32734. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32735. web_1 | (InteractiveConsole)
  32736. web_1 |
  32737. web_1 | >>> >>> Starting the server
  32738. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32739. web_1 |
  32740. web_1 | Fatal error: Unable to find local grunt.
  32741. web_1 |
  32742. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32743. web_1 | your project. For more information about installing and configuring grunt,
  32744. web_1 | please see the Getting Started guide:
  32745. web_1 |
  32746. web_1 | http://gruntjs.com/getting-started
  32747. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32748. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32749. web_1 | Syncing...
  32750. web_1 | Creating tables ...
  32751. web_1 | Installing custom SQL ...
  32752. web_1 | Installing indexes ...
  32753. web_1 | Installed 0 object(s) from 0 fixture(s)
  32754. web_1 |
  32755. web_1 | Synced:
  32756. web_1 | > django.contrib.auth
  32757. web_1 | > django.contrib.contenttypes
  32758. web_1 | > django.contrib.sessions
  32759. web_1 | > django.contrib.sites
  32760. web_1 | > django.contrib.messages
  32761. web_1 | > django.contrib.staticfiles
  32762. web_1 | > django.contrib.admin
  32763. web_1 | > south
  32764. web_1 | > crispy_forms
  32765. web_1 | > avatar
  32766. web_1 | > bootstrap3
  32767. web_1 | > users
  32768. web_1 | > allauth
  32769. web_1 | > allauth.account
  32770. web_1 | > django.contrib.humanize
  32771. web_1 | > debug_toolbar
  32772. web_1 |
  32773. web_1 | Not synced (use migrations):
  32774. web_1 | - allauth.socialaccount
  32775. web_1 | - django_extensions
  32776. web_1 | (use ./manage.py migrate to migrate these)
  32777. web_1 | Running migrations for socialaccount:
  32778. web_1 | - Nothing to migrate.
  32779. web_1 | - Loading initial data for socialaccount.
  32780. web_1 | Installed 0 object(s) from 0 fixture(s)
  32781. web_1 | Running migrations for django_extensions:
  32782. web_1 | - Nothing to migrate.
  32783. web_1 | - Loading initial data for django_extensions.
  32784. web_1 | Installed 0 object(s) from 0 fixture(s)
  32785. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32786. web_1 | [GCC 4.9.2] on linux2
  32787. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32788. web_1 | (InteractiveConsole)
  32789. web_1 |
  32790. web_1 | >>> >>> Starting the server
  32791. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32792. web_1 |
  32793. web_1 | Fatal error: Unable to find local grunt.
  32794. web_1 |
  32795. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32796. web_1 | your project. For more information about installing and configuring grunt,
  32797. web_1 | please see the Getting Started guide:
  32798. web_1 |
  32799. web_1 | http://gruntjs.com/getting-started
  32800. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32801. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32802. web_1 | Syncing...
  32803. web_1 | Creating tables ...
  32804. web_1 | Installing custom SQL ...
  32805. web_1 | Installing indexes ...
  32806. web_1 | Installed 0 object(s) from 0 fixture(s)
  32807. web_1 |
  32808. web_1 | Synced:
  32809. web_1 | > django.contrib.auth
  32810. web_1 | > django.contrib.contenttypes
  32811. web_1 | > django.contrib.sessions
  32812. web_1 | > django.contrib.sites
  32813. web_1 | > django.contrib.messages
  32814. web_1 | > django.contrib.staticfiles
  32815. web_1 | > django.contrib.admin
  32816. web_1 | > south
  32817. web_1 | > crispy_forms
  32818. web_1 | > avatar
  32819. web_1 | > bootstrap3
  32820. web_1 | > users
  32821. web_1 | > allauth
  32822. web_1 | > allauth.account
  32823. web_1 | > django.contrib.humanize
  32824. web_1 | > debug_toolbar
  32825. web_1 |
  32826. web_1 | Not synced (use migrations):
  32827. web_1 | - allauth.socialaccount
  32828. web_1 | - django_extensions
  32829. web_1 | (use ./manage.py migrate to migrate these)
  32830. web_1 | Running migrations for socialaccount:
  32831. web_1 | - Nothing to migrate.
  32832. web_1 | - Loading initial data for socialaccount.
  32833. web_1 | Installed 0 object(s) from 0 fixture(s)
  32834. web_1 | Running migrations for django_extensions:
  32835. web_1 | - Nothing to migrate.
  32836. web_1 | - Loading initial data for django_extensions.
  32837. web_1 | Installed 0 object(s) from 0 fixture(s)
  32838. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32839. web_1 | [GCC 4.9.2] on linux2
  32840. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32841. web_1 | (InteractiveConsole)
  32842. web_1 |
  32843. web_1 | >>> >>> Starting the server
  32844. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32845. web_1 |
  32846. web_1 | Fatal error: Unable to find local grunt.
  32847. web_1 |
  32848. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32849. web_1 | your project. For more information about installing and configuring grunt,
  32850. web_1 | please see the Getting Started guide:
  32851. web_1 |
  32852. web_1 | http://gruntjs.com/getting-started
  32853. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32854. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32855. web_1 | Syncing...
  32856. web_1 | Creating tables ...
  32857. web_1 | Installing custom SQL ...
  32858. web_1 | Installing indexes ...
  32859. web_1 | Installed 0 object(s) from 0 fixture(s)
  32860. web_1 |
  32861. web_1 | Synced:
  32862. web_1 | > django.contrib.auth
  32863. web_1 | > django.contrib.contenttypes
  32864. web_1 | > django.contrib.sessions
  32865. web_1 | > django.contrib.sites
  32866. web_1 | > django.contrib.messages
  32867. web_1 | > django.contrib.staticfiles
  32868. web_1 | > django.contrib.admin
  32869. web_1 | > south
  32870. web_1 | > crispy_forms
  32871. web_1 | > avatar
  32872. web_1 | > bootstrap3
  32873. web_1 | > users
  32874. web_1 | > allauth
  32875. web_1 | > allauth.account
  32876. web_1 | > django.contrib.humanize
  32877. web_1 | > debug_toolbar
  32878. web_1 |
  32879. web_1 | Not synced (use migrations):
  32880. web_1 | - allauth.socialaccount
  32881. web_1 | - django_extensions
  32882. web_1 | (use ./manage.py migrate to migrate these)
  32883. web_1 | Running migrations for socialaccount:
  32884. web_1 | - Nothing to migrate.
  32885. web_1 | - Loading initial data for socialaccount.
  32886. web_1 | Installed 0 object(s) from 0 fixture(s)
  32887. web_1 | Running migrations for django_extensions:
  32888. web_1 | - Nothing to migrate.
  32889. web_1 | - Loading initial data for django_extensions.
  32890. web_1 | Installed 0 object(s) from 0 fixture(s)
  32891. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32892. web_1 | [GCC 4.9.2] on linux2
  32893. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32894. web_1 | (InteractiveConsole)
  32895. web_1 |
  32896. web_1 | >>> >>> Starting the server
  32897. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32898. web_1 |
  32899. web_1 | Fatal error: Unable to find local grunt.
  32900. web_1 |
  32901. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32902. web_1 | your project. For more information about installing and configuring grunt,
  32903. web_1 | please see the Getting Started guide:
  32904. web_1 |
  32905. web_1 | http://gruntjs.com/getting-started
  32906. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32907. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32908. web_1 | Syncing...
  32909. web_1 | Creating tables ...
  32910. web_1 | Installing custom SQL ...
  32911. web_1 | Installing indexes ...
  32912. web_1 | Installed 0 object(s) from 0 fixture(s)
  32913. web_1 |
  32914. web_1 | Synced:
  32915. web_1 | > django.contrib.auth
  32916. web_1 | > django.contrib.contenttypes
  32917. web_1 | > django.contrib.sessions
  32918. web_1 | > django.contrib.sites
  32919. web_1 | > django.contrib.messages
  32920. web_1 | > django.contrib.staticfiles
  32921. web_1 | > django.contrib.admin
  32922. web_1 | > south
  32923. web_1 | > crispy_forms
  32924. web_1 | > avatar
  32925. web_1 | > bootstrap3
  32926. web_1 | > users
  32927. web_1 | > allauth
  32928. web_1 | > allauth.account
  32929. web_1 | > django.contrib.humanize
  32930. web_1 | > debug_toolbar
  32931. web_1 |
  32932. web_1 | Not synced (use migrations):
  32933. web_1 | - allauth.socialaccount
  32934. web_1 | - django_extensions
  32935. web_1 | (use ./manage.py migrate to migrate these)
  32936. web_1 | Running migrations for socialaccount:
  32937. web_1 | - Nothing to migrate.
  32938. web_1 | - Loading initial data for socialaccount.
  32939. web_1 | Installed 0 object(s) from 0 fixture(s)
  32940. web_1 | Running migrations for django_extensions:
  32941. web_1 | - Nothing to migrate.
  32942. web_1 | - Loading initial data for django_extensions.
  32943. web_1 | Installed 0 object(s) from 0 fixture(s)
  32944. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32945. web_1 | [GCC 4.9.2] on linux2
  32946. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  32947. web_1 | (InteractiveConsole)
  32948. web_1 |
  32949. web_1 | >>> >>> Starting the server
  32950. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  32951. web_1 |
  32952. web_1 | Fatal error: Unable to find local grunt.
  32953. web_1 |
  32954. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  32955. web_1 | your project. For more information about installing and configuring grunt,
  32956. web_1 | please see the Getting Started guide:
  32957. web_1 |
  32958. web_1 | http://gruntjs.com/getting-started
  32959. web_1 | Starting OpenBSD Secure Shell server: sshd.
  32960. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  32961. web_1 | Syncing...
  32962. web_1 | Creating tables ...
  32963. web_1 | Installing custom SQL ...
  32964. web_1 | Installing indexes ...
  32965. web_1 | Installed 0 object(s) from 0 fixture(s)
  32966. web_1 |
  32967. web_1 | Synced:
  32968. web_1 | > django.contrib.auth
  32969. web_1 | > django.contrib.contenttypes
  32970. web_1 | > django.contrib.sessions
  32971. web_1 | > django.contrib.sites
  32972. web_1 | > django.contrib.messages
  32973. web_1 | > django.contrib.staticfiles
  32974. web_1 | > django.contrib.admin
  32975. web_1 | > south
  32976. web_1 | > crispy_forms
  32977. web_1 | > avatar
  32978. web_1 | > bootstrap3
  32979. web_1 | > users
  32980. web_1 | > allauth
  32981. web_1 | > allauth.account
  32982. web_1 | > django.contrib.humanize
  32983. web_1 | > debug_toolbar
  32984. web_1 |
  32985. web_1 | Not synced (use migrations):
  32986. web_1 | - allauth.socialaccount
  32987. web_1 | - django_extensions
  32988. web_1 | (use ./manage.py migrate to migrate these)
  32989. web_1 | Running migrations for socialaccount:
  32990. web_1 | - Nothing to migrate.
  32991. web_1 | - Loading initial data for socialaccount.
  32992. web_1 | Installed 0 object(s) from 0 fixture(s)
  32993. web_1 | Running migrations for django_extensions:
  32994. web_1 | - Nothing to migrate.
  32995. web_1 | - Loading initial data for django_extensions.
  32996. web_1 | Installed 0 object(s) from 0 fixture(s)
  32997. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  32998. web_1 | [GCC 4.9.2] on linux2
  32999. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33000. web_1 | (InteractiveConsole)
  33001. web_1 |
  33002. web_1 | >>> >>> Starting the server
  33003. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33004. web_1 |
  33005. web_1 | Fatal error: Unable to find local grunt.
  33006. web_1 |
  33007. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33008. web_1 | your project. For more information about installing and configuring grunt,
  33009. web_1 | please see the Getting Started guide:
  33010. web_1 |
  33011. web_1 | http://gruntjs.com/getting-started
  33012. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33013. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33014. web_1 | Syncing...
  33015. web_1 | Creating tables ...
  33016. web_1 | Installing custom SQL ...
  33017. web_1 | Installing indexes ...
  33018. web_1 | Installed 0 object(s) from 0 fixture(s)
  33019. web_1 |
  33020. web_1 | Synced:
  33021. web_1 | > django.contrib.auth
  33022. web_1 | > django.contrib.contenttypes
  33023. web_1 | > django.contrib.sessions
  33024. web_1 | > django.contrib.sites
  33025. web_1 | > django.contrib.messages
  33026. web_1 | > django.contrib.staticfiles
  33027. web_1 | > django.contrib.admin
  33028. web_1 | > south
  33029. web_1 | > crispy_forms
  33030. web_1 | > avatar
  33031. web_1 | > bootstrap3
  33032. web_1 | > users
  33033. web_1 | > allauth
  33034. web_1 | > allauth.account
  33035. web_1 | > django.contrib.humanize
  33036. web_1 | > debug_toolbar
  33037. web_1 |
  33038. web_1 | Not synced (use migrations):
  33039. web_1 | - allauth.socialaccount
  33040. web_1 | - django_extensions
  33041. web_1 | (use ./manage.py migrate to migrate these)
  33042. web_1 | Running migrations for socialaccount:
  33043. web_1 | - Nothing to migrate.
  33044. web_1 | - Loading initial data for socialaccount.
  33045. web_1 | Installed 0 object(s) from 0 fixture(s)
  33046. web_1 | Running migrations for django_extensions:
  33047. web_1 | - Nothing to migrate.
  33048. web_1 | - Loading initial data for django_extensions.
  33049. web_1 | Installed 0 object(s) from 0 fixture(s)
  33050. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33051. web_1 | [GCC 4.9.2] on linux2
  33052. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33053. web_1 | (InteractiveConsole)
  33054. web_1 |
  33055. web_1 | >>> >>> Starting the server
  33056. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33057. web_1 |
  33058. web_1 | Fatal error: Unable to find local grunt.
  33059. web_1 |
  33060. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33061. web_1 | your project. For more information about installing and configuring grunt,
  33062. web_1 | please see the Getting Started guide:
  33063. web_1 |
  33064. web_1 | http://gruntjs.com/getting-started
  33065. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33066. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33067. web_1 | Syncing...
  33068. web_1 | Creating tables ...
  33069. web_1 | Installing custom SQL ...
  33070. web_1 | Installing indexes ...
  33071. web_1 | Installed 0 object(s) from 0 fixture(s)
  33072. web_1 |
  33073. web_1 | Synced:
  33074. web_1 | > django.contrib.auth
  33075. web_1 | > django.contrib.contenttypes
  33076. web_1 | > django.contrib.sessions
  33077. web_1 | > django.contrib.sites
  33078. web_1 | > django.contrib.messages
  33079. web_1 | > django.contrib.staticfiles
  33080. web_1 | > django.contrib.admin
  33081. web_1 | > south
  33082. web_1 | > crispy_forms
  33083. web_1 | > avatar
  33084. web_1 | > bootstrap3
  33085. web_1 | > users
  33086. web_1 | > allauth
  33087. web_1 | > allauth.account
  33088. web_1 | > django.contrib.humanize
  33089. web_1 | > debug_toolbar
  33090. web_1 |
  33091. web_1 | Not synced (use migrations):
  33092. web_1 | - allauth.socialaccount
  33093. web_1 | - django_extensions
  33094. web_1 | (use ./manage.py migrate to migrate these)
  33095. web_1 | Running migrations for socialaccount:
  33096. web_1 | - Nothing to migrate.
  33097. web_1 | - Loading initial data for socialaccount.
  33098. web_1 | Installed 0 object(s) from 0 fixture(s)
  33099. web_1 | Running migrations for django_extensions:
  33100. web_1 | - Nothing to migrate.
  33101. web_1 | - Loading initial data for django_extensions.
  33102. web_1 | Installed 0 object(s) from 0 fixture(s)
  33103. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33104. web_1 | [GCC 4.9.2] on linux2
  33105. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33106. web_1 | (InteractiveConsole)
  33107. web_1 |
  33108. web_1 | >>> >>> Starting the server
  33109. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33110. web_1 |
  33111. web_1 | Fatal error: Unable to find local grunt.
  33112. web_1 |
  33113. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33114. web_1 | your project. For more information about installing and configuring grunt,
  33115. web_1 | please see the Getting Started guide:
  33116. web_1 |
  33117. web_1 | http://gruntjs.com/getting-started
  33118. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33119. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33120. web_1 | Syncing...
  33121. web_1 | Creating tables ...
  33122. web_1 | Installing custom SQL ...
  33123. web_1 | Installing indexes ...
  33124. web_1 | Installed 0 object(s) from 0 fixture(s)
  33125. web_1 |
  33126. web_1 | Synced:
  33127. web_1 | > django.contrib.auth
  33128. web_1 | > django.contrib.contenttypes
  33129. web_1 | > django.contrib.sessions
  33130. web_1 | > django.contrib.sites
  33131. web_1 | > django.contrib.messages
  33132. web_1 | > django.contrib.staticfiles
  33133. web_1 | > django.contrib.admin
  33134. web_1 | > south
  33135. web_1 | > crispy_forms
  33136. web_1 | > avatar
  33137. web_1 | > bootstrap3
  33138. web_1 | > users
  33139. web_1 | > allauth
  33140. web_1 | > allauth.account
  33141. web_1 | > django.contrib.humanize
  33142. web_1 | > debug_toolbar
  33143. web_1 |
  33144. web_1 | Not synced (use migrations):
  33145. web_1 | - allauth.socialaccount
  33146. web_1 | - django_extensions
  33147. web_1 | (use ./manage.py migrate to migrate these)
  33148. web_1 | Running migrations for socialaccount:
  33149. web_1 | - Nothing to migrate.
  33150. web_1 | - Loading initial data for socialaccount.
  33151. web_1 | Installed 0 object(s) from 0 fixture(s)
  33152. web_1 | Running migrations for django_extensions:
  33153. web_1 | - Nothing to migrate.
  33154. web_1 | - Loading initial data for django_extensions.
  33155. web_1 | Installed 0 object(s) from 0 fixture(s)
  33156. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33157. web_1 | [GCC 4.9.2] on linux2
  33158. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33159. web_1 | (InteractiveConsole)
  33160. web_1 |
  33161. web_1 | >>> >>> Starting the server
  33162. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33163. web_1 |
  33164. web_1 | Fatal error: Unable to find local grunt.
  33165. web_1 |
  33166. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33167. web_1 | your project. For more information about installing and configuring grunt,
  33168. web_1 | please see the Getting Started guide:
  33169. web_1 |
  33170. web_1 | http://gruntjs.com/getting-started
  33171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33172. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33173. web_1 | Syncing...
  33174. web_1 | Creating tables ...
  33175. web_1 | Installing custom SQL ...
  33176. web_1 | Installing indexes ...
  33177. web_1 | Installed 0 object(s) from 0 fixture(s)
  33178. web_1 |
  33179. web_1 | Synced:
  33180. web_1 | > django.contrib.auth
  33181. web_1 | > django.contrib.contenttypes
  33182. web_1 | > django.contrib.sessions
  33183. web_1 | > django.contrib.sites
  33184. web_1 | > django.contrib.messages
  33185. web_1 | > django.contrib.staticfiles
  33186. web_1 | > django.contrib.admin
  33187. web_1 | > south
  33188. web_1 | > crispy_forms
  33189. web_1 | > avatar
  33190. web_1 | > bootstrap3
  33191. web_1 | > users
  33192. web_1 | > allauth
  33193. web_1 | > allauth.account
  33194. web_1 | > django.contrib.humanize
  33195. web_1 | > debug_toolbar
  33196. web_1 |
  33197. web_1 | Not synced (use migrations):
  33198. web_1 | - allauth.socialaccount
  33199. web_1 | - django_extensions
  33200. web_1 | (use ./manage.py migrate to migrate these)
  33201. web_1 | Running migrations for socialaccount:
  33202. web_1 | - Nothing to migrate.
  33203. web_1 | - Loading initial data for socialaccount.
  33204. web_1 | Installed 0 object(s) from 0 fixture(s)
  33205. web_1 | Running migrations for django_extensions:
  33206. web_1 | - Nothing to migrate.
  33207. web_1 | - Loading initial data for django_extensions.
  33208. web_1 | Installed 0 object(s) from 0 fixture(s)
  33209. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33210. web_1 | [GCC 4.9.2] on linux2
  33211. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33212. web_1 | (InteractiveConsole)
  33213. web_1 |
  33214. web_1 | >>> >>> Starting the server
  33215. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33216. web_1 |
  33217. web_1 | Fatal error: Unable to find local grunt.
  33218. web_1 |
  33219. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33220. web_1 | your project. For more information about installing and configuring grunt,
  33221. web_1 | please see the Getting Started guide:
  33222. web_1 |
  33223. web_1 | http://gruntjs.com/getting-started
  33224. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33225. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33226. web_1 | Syncing...
  33227. web_1 | Creating tables ...
  33228. web_1 | Installing custom SQL ...
  33229. web_1 | Installing indexes ...
  33230. web_1 | Installed 0 object(s) from 0 fixture(s)
  33231. web_1 |
  33232. web_1 | Synced:
  33233. web_1 | > django.contrib.auth
  33234. web_1 | > django.contrib.contenttypes
  33235. web_1 | > django.contrib.sessions
  33236. web_1 | > django.contrib.sites
  33237. web_1 | > django.contrib.messages
  33238. web_1 | > django.contrib.staticfiles
  33239. web_1 | > django.contrib.admin
  33240. web_1 | > south
  33241. web_1 | > crispy_forms
  33242. web_1 | > avatar
  33243. web_1 | > bootstrap3
  33244. web_1 | > users
  33245. web_1 | > allauth
  33246. web_1 | > allauth.account
  33247. web_1 | > django.contrib.humanize
  33248. web_1 | > debug_toolbar
  33249. web_1 |
  33250. web_1 | Not synced (use migrations):
  33251. web_1 | - allauth.socialaccount
  33252. web_1 | - django_extensions
  33253. web_1 | (use ./manage.py migrate to migrate these)
  33254. web_1 | Running migrations for socialaccount:
  33255. web_1 | - Nothing to migrate.
  33256. web_1 | - Loading initial data for socialaccount.
  33257. web_1 | Installed 0 object(s) from 0 fixture(s)
  33258. web_1 | Running migrations for django_extensions:
  33259. web_1 | - Nothing to migrate.
  33260. web_1 | - Loading initial data for django_extensions.
  33261. web_1 | Installed 0 object(s) from 0 fixture(s)
  33262. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33263. web_1 | [GCC 4.9.2] on linux2
  33264. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33265. web_1 | (InteractiveConsole)
  33266. web_1 |
  33267. web_1 | >>> >>> Starting the server
  33268. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33269. web_1 |
  33270. web_1 | Fatal error: Unable to find local grunt.
  33271. web_1 |
  33272. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33273. web_1 | your project. For more information about installing and configuring grunt,
  33274. web_1 | please see the Getting Started guide:
  33275. web_1 |
  33276. web_1 | http://gruntjs.com/getting-started
  33277. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33278. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33279. web_1 | Syncing...
  33280. web_1 | Creating tables ...
  33281. web_1 | Installing custom SQL ...
  33282. web_1 | Installing indexes ...
  33283. web_1 | Installed 0 object(s) from 0 fixture(s)
  33284. web_1 |
  33285. web_1 | Synced:
  33286. web_1 | > django.contrib.auth
  33287. web_1 | > django.contrib.contenttypes
  33288. web_1 | > django.contrib.sessions
  33289. web_1 | > django.contrib.sites
  33290. web_1 | > django.contrib.messages
  33291. web_1 | > django.contrib.staticfiles
  33292. web_1 | > django.contrib.admin
  33293. web_1 | > south
  33294. web_1 | > crispy_forms
  33295. web_1 | > avatar
  33296. web_1 | > bootstrap3
  33297. web_1 | > users
  33298. web_1 | > allauth
  33299. web_1 | > allauth.account
  33300. web_1 | > django.contrib.humanize
  33301. web_1 | > debug_toolbar
  33302. web_1 |
  33303. web_1 | Not synced (use migrations):
  33304. web_1 | - allauth.socialaccount
  33305. web_1 | - django_extensions
  33306. web_1 | (use ./manage.py migrate to migrate these)
  33307. web_1 | Running migrations for socialaccount:
  33308. web_1 | - Nothing to migrate.
  33309. web_1 | - Loading initial data for socialaccount.
  33310. web_1 | Installed 0 object(s) from 0 fixture(s)
  33311. web_1 | Running migrations for django_extensions:
  33312. web_1 | - Nothing to migrate.
  33313. web_1 | - Loading initial data for django_extensions.
  33314. web_1 | Installed 0 object(s) from 0 fixture(s)
  33315. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33316. web_1 | [GCC 4.9.2] on linux2
  33317. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33318. web_1 | (InteractiveConsole)
  33319. web_1 |
  33320. web_1 | >>> >>> Starting the server
  33321. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33322. web_1 |
  33323. web_1 | Fatal error: Unable to find local grunt.
  33324. web_1 |
  33325. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33326. web_1 | your project. For more information about installing and configuring grunt,
  33327. web_1 | please see the Getting Started guide:
  33328. web_1 |
  33329. web_1 | http://gruntjs.com/getting-started
  33330. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33331. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33332. web_1 | Syncing...
  33333. web_1 | Creating tables ...
  33334. web_1 | Installing custom SQL ...
  33335. web_1 | Installing indexes ...
  33336. web_1 | Installed 0 object(s) from 0 fixture(s)
  33337. web_1 |
  33338. web_1 | Synced:
  33339. web_1 | > django.contrib.auth
  33340. web_1 | > django.contrib.contenttypes
  33341. web_1 | > django.contrib.sessions
  33342. web_1 | > django.contrib.sites
  33343. web_1 | > django.contrib.messages
  33344. web_1 | > django.contrib.staticfiles
  33345. web_1 | > django.contrib.admin
  33346. web_1 | > south
  33347. web_1 | > crispy_forms
  33348. web_1 | > avatar
  33349. web_1 | > bootstrap3
  33350. web_1 | > users
  33351. web_1 | > allauth
  33352. web_1 | > allauth.account
  33353. web_1 | > django.contrib.humanize
  33354. web_1 | > debug_toolbar
  33355. web_1 |
  33356. web_1 | Not synced (use migrations):
  33357. web_1 | - allauth.socialaccount
  33358. web_1 | - django_extensions
  33359. web_1 | (use ./manage.py migrate to migrate these)
  33360. web_1 | Running migrations for socialaccount:
  33361. web_1 | - Nothing to migrate.
  33362. web_1 | - Loading initial data for socialaccount.
  33363. web_1 | Installed 0 object(s) from 0 fixture(s)
  33364. web_1 | Running migrations for django_extensions:
  33365. web_1 | - Nothing to migrate.
  33366. web_1 | - Loading initial data for django_extensions.
  33367. web_1 | Installed 0 object(s) from 0 fixture(s)
  33368. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33369. web_1 | [GCC 4.9.2] on linux2
  33370. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33371. web_1 | (InteractiveConsole)
  33372. web_1 |
  33373. web_1 | >>> >>> Starting the server
  33374. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33375. web_1 |
  33376. web_1 | Fatal error: Unable to find local grunt.
  33377. web_1 |
  33378. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33379. web_1 | your project. For more information about installing and configuring grunt,
  33380. web_1 | please see the Getting Started guide:
  33381. web_1 |
  33382. web_1 | http://gruntjs.com/getting-started
  33383. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33384. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33385. web_1 | Syncing...
  33386. web_1 | Creating tables ...
  33387. web_1 | Installing custom SQL ...
  33388. web_1 | Installing indexes ...
  33389. web_1 | Installed 0 object(s) from 0 fixture(s)
  33390. web_1 |
  33391. web_1 | Synced:
  33392. web_1 | > django.contrib.auth
  33393. web_1 | > django.contrib.contenttypes
  33394. web_1 | > django.contrib.sessions
  33395. web_1 | > django.contrib.sites
  33396. web_1 | > django.contrib.messages
  33397. web_1 | > django.contrib.staticfiles
  33398. web_1 | > django.contrib.admin
  33399. web_1 | > south
  33400. web_1 | > crispy_forms
  33401. web_1 | > avatar
  33402. web_1 | > bootstrap3
  33403. web_1 | > users
  33404. web_1 | > allauth
  33405. web_1 | > allauth.account
  33406. web_1 | > django.contrib.humanize
  33407. web_1 | > debug_toolbar
  33408. web_1 |
  33409. web_1 | Not synced (use migrations):
  33410. web_1 | - allauth.socialaccount
  33411. web_1 | - django_extensions
  33412. web_1 | (use ./manage.py migrate to migrate these)
  33413. web_1 | Running migrations for socialaccount:
  33414. web_1 | - Nothing to migrate.
  33415. web_1 | - Loading initial data for socialaccount.
  33416. web_1 | Installed 0 object(s) from 0 fixture(s)
  33417. web_1 | Running migrations for django_extensions:
  33418. web_1 | - Nothing to migrate.
  33419. web_1 | - Loading initial data for django_extensions.
  33420. web_1 | Installed 0 object(s) from 0 fixture(s)
  33421. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33422. web_1 | [GCC 4.9.2] on linux2
  33423. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33424. web_1 | (InteractiveConsole)
  33425. web_1 |
  33426. web_1 | >>> >>> Starting the server
  33427. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33428. web_1 |
  33429. web_1 | Fatal error: Unable to find local grunt.
  33430. web_1 |
  33431. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33432. web_1 | your project. For more information about installing and configuring grunt,
  33433. web_1 | please see the Getting Started guide:
  33434. web_1 |
  33435. web_1 | http://gruntjs.com/getting-started
  33436. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33437. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33438. web_1 | Syncing...
  33439. web_1 | Creating tables ...
  33440. web_1 | Installing custom SQL ...
  33441. web_1 | Installing indexes ...
  33442. web_1 | Installed 0 object(s) from 0 fixture(s)
  33443. web_1 |
  33444. web_1 | Synced:
  33445. web_1 | > django.contrib.auth
  33446. web_1 | > django.contrib.contenttypes
  33447. web_1 | > django.contrib.sessions
  33448. web_1 | > django.contrib.sites
  33449. web_1 | > django.contrib.messages
  33450. web_1 | > django.contrib.staticfiles
  33451. web_1 | > django.contrib.admin
  33452. web_1 | > south
  33453. web_1 | > crispy_forms
  33454. web_1 | > avatar
  33455. web_1 | > bootstrap3
  33456. web_1 | > users
  33457. web_1 | > allauth
  33458. web_1 | > allauth.account
  33459. web_1 | > django.contrib.humanize
  33460. web_1 | > debug_toolbar
  33461. web_1 |
  33462. web_1 | Not synced (use migrations):
  33463. web_1 | - allauth.socialaccount
  33464. web_1 | - django_extensions
  33465. web_1 | (use ./manage.py migrate to migrate these)
  33466. web_1 | Running migrations for socialaccount:
  33467. web_1 | - Nothing to migrate.
  33468. web_1 | - Loading initial data for socialaccount.
  33469. web_1 | Installed 0 object(s) from 0 fixture(s)
  33470. web_1 | Running migrations for django_extensions:
  33471. web_1 | - Nothing to migrate.
  33472. web_1 | - Loading initial data for django_extensions.
  33473. web_1 | Installed 0 object(s) from 0 fixture(s)
  33474. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33475. web_1 | [GCC 4.9.2] on linux2
  33476. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33477. web_1 | (InteractiveConsole)
  33478. web_1 |
  33479. web_1 | >>> >>> Starting the server
  33480. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33481. web_1 |
  33482. web_1 | Fatal error: Unable to find local grunt.
  33483. web_1 |
  33484. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33485. web_1 | your project. For more information about installing and configuring grunt,
  33486. web_1 | please see the Getting Started guide:
  33487. web_1 |
  33488. web_1 | http://gruntjs.com/getting-started
  33489. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33490. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33491. web_1 | Syncing...
  33492. web_1 | Creating tables ...
  33493. web_1 | Installing custom SQL ...
  33494. web_1 | Installing indexes ...
  33495. web_1 | Installed 0 object(s) from 0 fixture(s)
  33496. web_1 |
  33497. web_1 | Synced:
  33498. web_1 | > django.contrib.auth
  33499. web_1 | > django.contrib.contenttypes
  33500. web_1 | > django.contrib.sessions
  33501. web_1 | > django.contrib.sites
  33502. web_1 | > django.contrib.messages
  33503. web_1 | > django.contrib.staticfiles
  33504. web_1 | > django.contrib.admin
  33505. web_1 | > south
  33506. web_1 | > crispy_forms
  33507. web_1 | > avatar
  33508. web_1 | > bootstrap3
  33509. web_1 | > users
  33510. web_1 | > allauth
  33511. web_1 | > allauth.account
  33512. web_1 | > django.contrib.humanize
  33513. web_1 | > debug_toolbar
  33514. web_1 |
  33515. web_1 | Not synced (use migrations):
  33516. web_1 | - allauth.socialaccount
  33517. web_1 | - django_extensions
  33518. web_1 | (use ./manage.py migrate to migrate these)
  33519. web_1 | Running migrations for socialaccount:
  33520. web_1 | - Nothing to migrate.
  33521. web_1 | - Loading initial data for socialaccount.
  33522. web_1 | Installed 0 object(s) from 0 fixture(s)
  33523. web_1 | Running migrations for django_extensions:
  33524. web_1 | - Nothing to migrate.
  33525. web_1 | - Loading initial data for django_extensions.
  33526. web_1 | Installed 0 object(s) from 0 fixture(s)
  33527. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33528. web_1 | [GCC 4.9.2] on linux2
  33529. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33530. web_1 | (InteractiveConsole)
  33531. web_1 |
  33532. web_1 | >>> >>> Starting the server
  33533. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33534. web_1 |
  33535. web_1 | Fatal error: Unable to find local grunt.
  33536. web_1 |
  33537. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33538. web_1 | your project. For more information about installing and configuring grunt,
  33539. web_1 | please see the Getting Started guide:
  33540. web_1 |
  33541. web_1 | http://gruntjs.com/getting-started
  33542. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33543. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33544. web_1 | Syncing...
  33545. web_1 | Creating tables ...
  33546. web_1 | Installing custom SQL ...
  33547. web_1 | Installing indexes ...
  33548. web_1 | Installed 0 object(s) from 0 fixture(s)
  33549. web_1 |
  33550. web_1 | Synced:
  33551. web_1 | > django.contrib.auth
  33552. web_1 | > django.contrib.contenttypes
  33553. web_1 | > django.contrib.sessions
  33554. web_1 | > django.contrib.sites
  33555. web_1 | > django.contrib.messages
  33556. web_1 | > django.contrib.staticfiles
  33557. web_1 | > django.contrib.admin
  33558. web_1 | > south
  33559. web_1 | > crispy_forms
  33560. web_1 | > avatar
  33561. web_1 | > bootstrap3
  33562. web_1 | > users
  33563. web_1 | > allauth
  33564. web_1 | > allauth.account
  33565. web_1 | > django.contrib.humanize
  33566. web_1 | > debug_toolbar
  33567. web_1 |
  33568. web_1 | Not synced (use migrations):
  33569. web_1 | - allauth.socialaccount
  33570. web_1 | - django_extensions
  33571. web_1 | (use ./manage.py migrate to migrate these)
  33572. web_1 | Running migrations for socialaccount:
  33573. web_1 | - Nothing to migrate.
  33574. web_1 | - Loading initial data for socialaccount.
  33575. web_1 | Installed 0 object(s) from 0 fixture(s)
  33576. web_1 | Running migrations for django_extensions:
  33577. web_1 | - Nothing to migrate.
  33578. web_1 | - Loading initial data for django_extensions.
  33579. web_1 | Installed 0 object(s) from 0 fixture(s)
  33580. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33581. web_1 | [GCC 4.9.2] on linux2
  33582. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33583. web_1 | (InteractiveConsole)
  33584. web_1 |
  33585. web_1 | >>> >>> Starting the server
  33586. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33587. web_1 |
  33588. web_1 | Fatal error: Unable to find local grunt.
  33589. web_1 |
  33590. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33591. web_1 | your project. For more information about installing and configuring grunt,
  33592. web_1 | please see the Getting Started guide:
  33593. web_1 |
  33594. web_1 | http://gruntjs.com/getting-started
  33595. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33596. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33597. web_1 | Syncing...
  33598. web_1 | Creating tables ...
  33599. web_1 | Installing custom SQL ...
  33600. web_1 | Installing indexes ...
  33601. web_1 | Installed 0 object(s) from 0 fixture(s)
  33602. web_1 |
  33603. web_1 | Synced:
  33604. web_1 | > django.contrib.auth
  33605. web_1 | > django.contrib.contenttypes
  33606. web_1 | > django.contrib.sessions
  33607. web_1 | > django.contrib.sites
  33608. web_1 | > django.contrib.messages
  33609. web_1 | > django.contrib.staticfiles
  33610. web_1 | > django.contrib.admin
  33611. web_1 | > south
  33612. web_1 | > crispy_forms
  33613. web_1 | > avatar
  33614. web_1 | > bootstrap3
  33615. web_1 | > users
  33616. web_1 | > allauth
  33617. web_1 | > allauth.account
  33618. web_1 | > django.contrib.humanize
  33619. web_1 | > debug_toolbar
  33620. web_1 |
  33621. web_1 | Not synced (use migrations):
  33622. web_1 | - allauth.socialaccount
  33623. web_1 | - django_extensions
  33624. web_1 | (use ./manage.py migrate to migrate these)
  33625. web_1 | Running migrations for socialaccount:
  33626. web_1 | - Nothing to migrate.
  33627. web_1 | - Loading initial data for socialaccount.
  33628. web_1 | Installed 0 object(s) from 0 fixture(s)
  33629. web_1 | Running migrations for django_extensions:
  33630. web_1 | - Nothing to migrate.
  33631. web_1 | - Loading initial data for django_extensions.
  33632. web_1 | Installed 0 object(s) from 0 fixture(s)
  33633. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33634. web_1 | [GCC 4.9.2] on linux2
  33635. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33636. web_1 | (InteractiveConsole)
  33637. web_1 |
  33638. web_1 | >>> >>> Starting the server
  33639. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33640. web_1 |
  33641. web_1 | Fatal error: Unable to find local grunt.
  33642. web_1 |
  33643. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33644. web_1 | your project. For more information about installing and configuring grunt,
  33645. web_1 | please see the Getting Started guide:
  33646. web_1 |
  33647. web_1 | http://gruntjs.com/getting-started
  33648. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33649. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33650. web_1 | Syncing...
  33651. web_1 | Creating tables ...
  33652. web_1 | Installing custom SQL ...
  33653. web_1 | Installing indexes ...
  33654. web_1 | Installed 0 object(s) from 0 fixture(s)
  33655. web_1 |
  33656. web_1 | Synced:
  33657. web_1 | > django.contrib.auth
  33658. web_1 | > django.contrib.contenttypes
  33659. web_1 | > django.contrib.sessions
  33660. web_1 | > django.contrib.sites
  33661. web_1 | > django.contrib.messages
  33662. web_1 | > django.contrib.staticfiles
  33663. web_1 | > django.contrib.admin
  33664. web_1 | > south
  33665. web_1 | > crispy_forms
  33666. web_1 | > avatar
  33667. web_1 | > bootstrap3
  33668. web_1 | > users
  33669. web_1 | > allauth
  33670. web_1 | > allauth.account
  33671. web_1 | > django.contrib.humanize
  33672. web_1 | > debug_toolbar
  33673. web_1 |
  33674. web_1 | Not synced (use migrations):
  33675. web_1 | - allauth.socialaccount
  33676. web_1 | - django_extensions
  33677. web_1 | (use ./manage.py migrate to migrate these)
  33678. web_1 | Running migrations for socialaccount:
  33679. web_1 | - Nothing to migrate.
  33680. web_1 | - Loading initial data for socialaccount.
  33681. web_1 | Installed 0 object(s) from 0 fixture(s)
  33682. web_1 | Running migrations for django_extensions:
  33683. web_1 | - Nothing to migrate.
  33684. web_1 | - Loading initial data for django_extensions.
  33685. web_1 | Installed 0 object(s) from 0 fixture(s)
  33686. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33687. web_1 | [GCC 4.9.2] on linux2
  33688. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33689. web_1 | (InteractiveConsole)
  33690. web_1 |
  33691. web_1 | >>> >>> Starting the server
  33692. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33693. web_1 |
  33694. web_1 | Fatal error: Unable to find local grunt.
  33695. web_1 |
  33696. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33697. web_1 | your project. For more information about installing and configuring grunt,
  33698. web_1 | please see the Getting Started guide:
  33699. web_1 |
  33700. web_1 | http://gruntjs.com/getting-started
  33701. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33702. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33703. web_1 | Syncing...
  33704. web_1 | Creating tables ...
  33705. web_1 | Installing custom SQL ...
  33706. web_1 | Installing indexes ...
  33707. web_1 | Installed 0 object(s) from 0 fixture(s)
  33708. web_1 |
  33709. web_1 | Synced:
  33710. web_1 | > django.contrib.auth
  33711. web_1 | > django.contrib.contenttypes
  33712. web_1 | > django.contrib.sessions
  33713. web_1 | > django.contrib.sites
  33714. web_1 | > django.contrib.messages
  33715. web_1 | > django.contrib.staticfiles
  33716. web_1 | > django.contrib.admin
  33717. web_1 | > south
  33718. web_1 | > crispy_forms
  33719. web_1 | > avatar
  33720. web_1 | > bootstrap3
  33721. web_1 | > users
  33722. web_1 | > allauth
  33723. web_1 | > allauth.account
  33724. web_1 | > django.contrib.humanize
  33725. web_1 | > debug_toolbar
  33726. web_1 |
  33727. web_1 | Not synced (use migrations):
  33728. web_1 | - allauth.socialaccount
  33729. web_1 | - django_extensions
  33730. web_1 | (use ./manage.py migrate to migrate these)
  33731. web_1 | Running migrations for socialaccount:
  33732. web_1 | - Nothing to migrate.
  33733. web_1 | - Loading initial data for socialaccount.
  33734. web_1 | Installed 0 object(s) from 0 fixture(s)
  33735. web_1 | Running migrations for django_extensions:
  33736. web_1 | - Nothing to migrate.
  33737. web_1 | - Loading initial data for django_extensions.
  33738. web_1 | Installed 0 object(s) from 0 fixture(s)
  33739. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33740. web_1 | [GCC 4.9.2] on linux2
  33741. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33742. web_1 | (InteractiveConsole)
  33743. web_1 |
  33744. web_1 | >>> >>> Starting the server
  33745. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33746. web_1 |
  33747. web_1 | Fatal error: Unable to find local grunt.
  33748. web_1 |
  33749. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33750. web_1 | your project. For more information about installing and configuring grunt,
  33751. web_1 | please see the Getting Started guide:
  33752. web_1 |
  33753. web_1 | http://gruntjs.com/getting-started
  33754. oclweb_web_1 exited with code 99
  33755. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33756. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33757. web_1 | Syncing...
  33758. web_1 | Traceback (most recent call last):
  33759. web_1 | File "ocl_web/manage.py", line 19, in <module>
  33760. web_1 | execute_from_command_line(sys.argv)
  33761. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  33762. web_1 | utility.execute()
  33763. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  33764. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  33765. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  33766. web_1 | self.execute(*args, **options.__dict__)
  33767. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  33768. web_1 | output = self.handle(*args, **options)
  33769. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  33770. web_1 | return self.handle_noargs(**options)
  33771. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  33772. web_1 | syncdb.Command().execute(**options)
  33773. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  33774. web_1 | output = self.handle(*args, **options)
  33775. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  33776. web_1 | return self.handle_noargs(**options)
  33777. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  33778. web_1 | cursor = connection.cursor()
  33779. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  33780. web_1 | cursor = self.make_debug_cursor(self._cursor())
  33781. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  33782. web_1 | self.ensure_connection()
  33783. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33784. web_1 | self.connect()
  33785. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  33786. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  33787. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33788. web_1 | self.connect()
  33789. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  33790. web_1 | self.connection = self.get_new_connection(conn_params)
  33791. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  33792. web_1 | return Database.connect(**conn_params)
  33793. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  33794. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  33795. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  33796. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  33797. web_1 | TCP/IP connections on port 5432?
  33798. web_1 |
  33799. web_1 | Traceback (most recent call last):
  33800. web_1 | File "ocl_web/manage.py", line 19, in <module>
  33801. web_1 | execute_from_command_line(sys.argv)
  33802. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  33803. web_1 | utility.execute()
  33804. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  33805. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  33806. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  33807. web_1 | self.execute(*args, **options.__dict__)
  33808. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  33809. web_1 | output = self.handle(*args, **options)
  33810. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  33811. web_1 | ignore_ghosts = ignore_ghosts,
  33812. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  33813. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  33814. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  33815. web_1 | for h in histories:
  33816. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  33817. web_1 | self._fetch_all()
  33818. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  33819. web_1 | self._result_cache = list(self.iterator())
  33820. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  33821. web_1 | for row in compiler.results_iter():
  33822. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  33823. web_1 | for rows in self.execute_sql(MULTI):
  33824. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  33825. web_1 | cursor = self.connection.cursor()
  33826. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  33827. web_1 | cursor = self.make_debug_cursor(self._cursor())
  33828. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  33829. web_1 | self.ensure_connection()
  33830. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33831. web_1 | self.connect()
  33832. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  33833. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  33834. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33835. web_1 | self.connect()
  33836. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  33837. web_1 | self.connection = self.get_new_connection(conn_params)
  33838. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  33839. web_1 | return Database.connect(**conn_params)
  33840. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  33841. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  33842. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  33843. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  33844. web_1 | TCP/IP connections on port 5432?
  33845. web_1 |
  33846. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33847. web_1 | [GCC 4.9.2] on linux2
  33848. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33849. web_1 | (InteractiveConsole)
  33850. web_1 | Traceback (most recent call last):
  33851. web_1 | File "<console>", line 1, in <module>
  33852. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  33853. web_1 | return self.query.get_count(using=self.db)
  33854. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  33855. web_1 | number = obj.get_aggregation(using=using)[None]
  33856. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  33857. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  33858. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  33859. web_1 | cursor = self.connection.cursor()
  33860. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  33861. web_1 | cursor = self.make_debug_cursor(self._cursor())
  33862. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  33863. web_1 | self.ensure_connection()
  33864. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33865. web_1 | self.connect()
  33866. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  33867. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  33868. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  33869. web_1 | self.connect()
  33870. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  33871. web_1 | self.connection = self.get_new_connection(conn_params)
  33872. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  33873. web_1 | return Database.connect(**conn_params)
  33874. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  33875. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  33876. web_1 | OperationalError: could not connect to server: Connection refused
  33877. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  33878. web_1 | TCP/IP connections on port 5432?
  33879. web_1 |
  33880. web_1 |
  33881. web_1 | >>> >>> Starting the server
  33882. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33883. web_1 |
  33884. web_1 | Fatal error: Unable to find local grunt.
  33885. web_1 |
  33886. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33887. web_1 | your project. For more information about installing and configuring grunt,
  33888. web_1 | please see the Getting Started guide:
  33889. web_1 |
  33890. web_1 | http://gruntjs.com/getting-started
  33891. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33892. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33893. web_1 | Syncing...
  33894. web_1 | Creating tables ...
  33895. web_1 | Creating table auth_permission
  33896. web_1 | Creating table auth_group_permissions
  33897. web_1 | Creating table auth_group
  33898. web_1 | Creating table django_content_type
  33899. web_1 | Creating table django_session
  33900. web_1 | Creating table django_site
  33901. web_1 | Creating table django_admin_log
  33902. web_1 | Creating table south_migrationhistory
  33903. web_1 | Creating table avatar_avatar
  33904. web_1 | Creating table users_user_groups
  33905. web_1 | Creating table users_user_user_permissions
  33906. web_1 | Creating table users_user
  33907. web_1 | Creating table account_emailaddress
  33908. web_1 | Creating table account_emailconfirmation
  33909. web_1 | Installing custom SQL ...
  33910. web_1 | Installing indexes ...
  33911. web_1 | Installed 0 object(s) from 0 fixture(s)
  33912. web_1 |
  33913. web_1 | Synced:
  33914. web_1 | > django.contrib.auth
  33915. web_1 | > django.contrib.contenttypes
  33916. web_1 | > django.contrib.sessions
  33917. web_1 | > django.contrib.sites
  33918. web_1 | > django.contrib.messages
  33919. web_1 | > django.contrib.staticfiles
  33920. web_1 | > django.contrib.admin
  33921. web_1 | > south
  33922. web_1 | > crispy_forms
  33923. web_1 | > avatar
  33924. web_1 | > bootstrap3
  33925. web_1 | > users
  33926. web_1 | > allauth
  33927. web_1 | > allauth.account
  33928. web_1 | > django.contrib.humanize
  33929. web_1 | > debug_toolbar
  33930. web_1 |
  33931. web_1 | Not synced (use migrations):
  33932. web_1 | - allauth.socialaccount
  33933. web_1 | - django_extensions
  33934. web_1 | (use ./manage.py migrate to migrate these)
  33935. web_1 | Running migrations for socialaccount:
  33936. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  33937. web_1 | > socialaccount:0001_initial
  33938. web_1 | > socialaccount:0002_genericmodels
  33939. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  33940. web_1 | > socialaccount:0004_add_sites
  33941. web_1 | > socialaccount:0005_set_sites
  33942. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  33943. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  33944. web_1 | > socialaccount:0008_client_id
  33945. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  33946. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  33947. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  33948. web_1 | - Loading initial data for socialaccount.
  33949. web_1 | Installed 0 object(s) from 0 fixture(s)
  33950. web_1 | Running migrations for django_extensions:
  33951. web_1 | - Migrating forwards to 0001_empty.
  33952. web_1 | > django_extensions:0001_empty
  33953. web_1 | - Loading initial data for django_extensions.
  33954. web_1 | Installed 0 object(s) from 0 fixture(s)
  33955. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  33956. web_1 | [GCC 4.9.2] on linux2
  33957. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  33958. web_1 | (InteractiveConsole)
  33959. web_1 |
  33960. web_1 | >>> >>> Starting the server
  33961. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  33962. web_1 |
  33963. web_1 | Fatal error: Unable to find local grunt.
  33964. web_1 |
  33965. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  33966. web_1 | your project. For more information about installing and configuring grunt,
  33967. web_1 | please see the Getting Started guide:
  33968. web_1 |
  33969. web_1 | http://gruntjs.com/getting-started
  33970. web_1 | Starting OpenBSD Secure Shell server: sshd.
  33971. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  33972. web_1 | Syncing...
  33973. web_1 | Creating tables ...
  33974. web_1 | Installing custom SQL ...
  33975. web_1 | Installing indexes ...
  33976. web_1 | Installed 0 object(s) from 0 fixture(s)
  33977. web_1 |
  33978. web_1 | Synced:
  33979. web_1 | > django.contrib.auth
  33980. web_1 | > django.contrib.contenttypes
  33981. web_1 | > django.contrib.sessions
  33982. web_1 | > django.contrib.sites
  33983. web_1 | > django.contrib.messages
  33984. web_1 | > django.contrib.staticfiles
  33985. web_1 | > django.contrib.admin
  33986. web_1 | > south
  33987. web_1 | > crispy_forms
  33988. web_1 | > avatar
  33989. web_1 | > bootstrap3
  33990. web_1 | > users
  33991. web_1 | > allauth
  33992. web_1 | > allauth.account
  33993. web_1 | > django.contrib.humanize
  33994. web_1 | > debug_toolbar
  33995. web_1 |
  33996. web_1 | Not synced (use migrations):
  33997. web_1 | - allauth.socialaccount
  33998. web_1 | - django_extensions
  33999. web_1 | (use ./manage.py migrate to migrate these)
  34000. web_1 | Running migrations for socialaccount:
  34001. web_1 | - Nothing to migrate.
  34002. web_1 | - Loading initial data for socialaccount.
  34003. web_1 | Installed 0 object(s) from 0 fixture(s)
  34004. web_1 | Running migrations for django_extensions:
  34005. web_1 | - Nothing to migrate.
  34006. web_1 | - Loading initial data for django_extensions.
  34007. web_1 | Installed 0 object(s) from 0 fixture(s)
  34008. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34009. web_1 | [GCC 4.9.2] on linux2
  34010. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34011. web_1 | (InteractiveConsole)
  34012. web_1 |
  34013. web_1 | >>> >>> Starting the server
  34014. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34015. web_1 |
  34016. web_1 | Fatal error: Unable to find local grunt.
  34017. web_1 |
  34018. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34019. web_1 | your project. For more information about installing and configuring grunt,
  34020. web_1 | please see the Getting Started guide:
  34021. web_1 |
  34022. web_1 | http://gruntjs.com/getting-started
  34023. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34024. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34025. web_1 | Syncing...
  34026. web_1 | Creating tables ...
  34027. web_1 | Installing custom SQL ...
  34028. web_1 | Installing indexes ...
  34029. web_1 | Installed 0 object(s) from 0 fixture(s)
  34030. web_1 |
  34031. web_1 | Synced:
  34032. web_1 | > django.contrib.auth
  34033. web_1 | > django.contrib.contenttypes
  34034. web_1 | > django.contrib.sessions
  34035. web_1 | > django.contrib.sites
  34036. web_1 | > django.contrib.messages
  34037. web_1 | > django.contrib.staticfiles
  34038. web_1 | > django.contrib.admin
  34039. web_1 | > south
  34040. web_1 | > crispy_forms
  34041. web_1 | > avatar
  34042. web_1 | > bootstrap3
  34043. web_1 | > users
  34044. web_1 | > allauth
  34045. web_1 | > allauth.account
  34046. web_1 | > django.contrib.humanize
  34047. web_1 | > debug_toolbar
  34048. web_1 |
  34049. web_1 | Not synced (use migrations):
  34050. web_1 | - allauth.socialaccount
  34051. web_1 | - django_extensions
  34052. web_1 | (use ./manage.py migrate to migrate these)
  34053. web_1 | Running migrations for socialaccount:
  34054. web_1 | - Nothing to migrate.
  34055. web_1 | - Loading initial data for socialaccount.
  34056. web_1 | Installed 0 object(s) from 0 fixture(s)
  34057. web_1 | Running migrations for django_extensions:
  34058. web_1 | - Nothing to migrate.
  34059. web_1 | - Loading initial data for django_extensions.
  34060. web_1 | Installed 0 object(s) from 0 fixture(s)
  34061. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34062. web_1 | [GCC 4.9.2] on linux2
  34063. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34064. web_1 | (InteractiveConsole)
  34065. web_1 |
  34066. web_1 | >>> >>> Starting the server
  34067. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34068. web_1 |
  34069. web_1 | Fatal error: Unable to find local grunt.
  34070. web_1 |
  34071. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34072. web_1 | your project. For more information about installing and configuring grunt,
  34073. web_1 | please see the Getting Started guide:
  34074. web_1 |
  34075. web_1 | http://gruntjs.com/getting-started
  34076. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34077. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34078. web_1 | Syncing...
  34079. web_1 | Creating tables ...
  34080. web_1 | Installing custom SQL ...
  34081. web_1 | Installing indexes ...
  34082. web_1 | Installed 0 object(s) from 0 fixture(s)
  34083. web_1 |
  34084. web_1 | Synced:
  34085. web_1 | > django.contrib.auth
  34086. web_1 | > django.contrib.contenttypes
  34087. web_1 | > django.contrib.sessions
  34088. web_1 | > django.contrib.sites
  34089. web_1 | > django.contrib.messages
  34090. web_1 | > django.contrib.staticfiles
  34091. web_1 | > django.contrib.admin
  34092. web_1 | > south
  34093. web_1 | > crispy_forms
  34094. web_1 | > avatar
  34095. web_1 | > bootstrap3
  34096. web_1 | > users
  34097. web_1 | > allauth
  34098. web_1 | > allauth.account
  34099. web_1 | > django.contrib.humanize
  34100. web_1 | > debug_toolbar
  34101. web_1 |
  34102. web_1 | Not synced (use migrations):
  34103. web_1 | - allauth.socialaccount
  34104. web_1 | - django_extensions
  34105. web_1 | (use ./manage.py migrate to migrate these)
  34106. web_1 | Running migrations for socialaccount:
  34107. web_1 | - Nothing to migrate.
  34108. web_1 | - Loading initial data for socialaccount.
  34109. web_1 | Installed 0 object(s) from 0 fixture(s)
  34110. web_1 | Running migrations for django_extensions:
  34111. web_1 | - Nothing to migrate.
  34112. web_1 | - Loading initial data for django_extensions.
  34113. web_1 | Installed 0 object(s) from 0 fixture(s)
  34114. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34115. web_1 | [GCC 4.9.2] on linux2
  34116. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34117. web_1 | (InteractiveConsole)
  34118. web_1 |
  34119. web_1 | >>> >>> Starting the server
  34120. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34121. web_1 |
  34122. web_1 | Fatal error: Unable to find local grunt.
  34123. web_1 |
  34124. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34125. web_1 | your project. For more information about installing and configuring grunt,
  34126. web_1 | please see the Getting Started guide:
  34127. web_1 |
  34128. web_1 | http://gruntjs.com/getting-started
  34129. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34130. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34131. web_1 | Syncing...
  34132. web_1 | Creating tables ...
  34133. web_1 | Installing custom SQL ...
  34134. web_1 | Installing indexes ...
  34135. web_1 | Installed 0 object(s) from 0 fixture(s)
  34136. web_1 |
  34137. web_1 | Synced:
  34138. web_1 | > django.contrib.auth
  34139. web_1 | > django.contrib.contenttypes
  34140. web_1 | > django.contrib.sessions
  34141. web_1 | > django.contrib.sites
  34142. web_1 | > django.contrib.messages
  34143. web_1 | > django.contrib.staticfiles
  34144. web_1 | > django.contrib.admin
  34145. web_1 | > south
  34146. web_1 | > crispy_forms
  34147. web_1 | > avatar
  34148. web_1 | > bootstrap3
  34149. web_1 | > users
  34150. web_1 | > allauth
  34151. web_1 | > allauth.account
  34152. web_1 | > django.contrib.humanize
  34153. web_1 | > debug_toolbar
  34154. web_1 |
  34155. web_1 | Not synced (use migrations):
  34156. web_1 | - allauth.socialaccount
  34157. web_1 | - django_extensions
  34158. web_1 | (use ./manage.py migrate to migrate these)
  34159. web_1 | Running migrations for socialaccount:
  34160. web_1 | - Nothing to migrate.
  34161. web_1 | - Loading initial data for socialaccount.
  34162. web_1 | Installed 0 object(s) from 0 fixture(s)
  34163. web_1 | Running migrations for django_extensions:
  34164. web_1 | - Nothing to migrate.
  34165. web_1 | - Loading initial data for django_extensions.
  34166. web_1 | Installed 0 object(s) from 0 fixture(s)
  34167. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34168. web_1 | [GCC 4.9.2] on linux2
  34169. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34170. web_1 | (InteractiveConsole)
  34171. web_1 |
  34172. web_1 | >>> >>> Starting the server
  34173. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34174. web_1 |
  34175. web_1 | Fatal error: Unable to find local grunt.
  34176. web_1 |
  34177. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34178. web_1 | your project. For more information about installing and configuring grunt,
  34179. web_1 | please see the Getting Started guide:
  34180. web_1 |
  34181. web_1 | http://gruntjs.com/getting-started
  34182. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34183. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34184. web_1 | Syncing...
  34185. web_1 | Creating tables ...
  34186. web_1 | Installing custom SQL ...
  34187. web_1 | Installing indexes ...
  34188. web_1 | Installed 0 object(s) from 0 fixture(s)
  34189. web_1 |
  34190. web_1 | Synced:
  34191. web_1 | > django.contrib.auth
  34192. web_1 | > django.contrib.contenttypes
  34193. web_1 | > django.contrib.sessions
  34194. web_1 | > django.contrib.sites
  34195. web_1 | > django.contrib.messages
  34196. web_1 | > django.contrib.staticfiles
  34197. web_1 | > django.contrib.admin
  34198. web_1 | > south
  34199. web_1 | > crispy_forms
  34200. web_1 | > avatar
  34201. web_1 | > bootstrap3
  34202. web_1 | > users
  34203. web_1 | > allauth
  34204. web_1 | > allauth.account
  34205. web_1 | > django.contrib.humanize
  34206. web_1 | > debug_toolbar
  34207. web_1 |
  34208. web_1 | Not synced (use migrations):
  34209. web_1 | - allauth.socialaccount
  34210. web_1 | - django_extensions
  34211. web_1 | (use ./manage.py migrate to migrate these)
  34212. web_1 | Running migrations for socialaccount:
  34213. web_1 | - Nothing to migrate.
  34214. web_1 | - Loading initial data for socialaccount.
  34215. web_1 | Installed 0 object(s) from 0 fixture(s)
  34216. web_1 | Running migrations for django_extensions:
  34217. web_1 | - Nothing to migrate.
  34218. web_1 | - Loading initial data for django_extensions.
  34219. web_1 | Installed 0 object(s) from 0 fixture(s)
  34220. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34221. web_1 | [GCC 4.9.2] on linux2
  34222. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34223. web_1 | (InteractiveConsole)
  34224. web_1 |
  34225. web_1 | >>> >>> Starting the server
  34226. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34227. web_1 |
  34228. web_1 | Fatal error: Unable to find local grunt.
  34229. web_1 |
  34230. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34231. web_1 | your project. For more information about installing and configuring grunt,
  34232. web_1 | please see the Getting Started guide:
  34233. web_1 |
  34234. web_1 | http://gruntjs.com/getting-started
  34235. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34236. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34237. web_1 | Syncing...
  34238. web_1 | Creating tables ...
  34239. web_1 | Installing custom SQL ...
  34240. web_1 | Installing indexes ...
  34241. web_1 | Installed 0 object(s) from 0 fixture(s)
  34242. web_1 |
  34243. web_1 | Synced:
  34244. web_1 | > django.contrib.auth
  34245. web_1 | > django.contrib.contenttypes
  34246. web_1 | > django.contrib.sessions
  34247. web_1 | > django.contrib.sites
  34248. web_1 | > django.contrib.messages
  34249. web_1 | > django.contrib.staticfiles
  34250. web_1 | > django.contrib.admin
  34251. web_1 | > south
  34252. web_1 | > crispy_forms
  34253. web_1 | > avatar
  34254. web_1 | > bootstrap3
  34255. web_1 | > users
  34256. web_1 | > allauth
  34257. web_1 | > allauth.account
  34258. web_1 | > django.contrib.humanize
  34259. web_1 | > debug_toolbar
  34260. web_1 |
  34261. web_1 | Not synced (use migrations):
  34262. web_1 | - allauth.socialaccount
  34263. web_1 | - django_extensions
  34264. web_1 | (use ./manage.py migrate to migrate these)
  34265. web_1 | Running migrations for socialaccount:
  34266. web_1 | - Nothing to migrate.
  34267. web_1 | - Loading initial data for socialaccount.
  34268. web_1 | Installed 0 object(s) from 0 fixture(s)
  34269. web_1 | Running migrations for django_extensions:
  34270. web_1 | - Nothing to migrate.
  34271. web_1 | - Loading initial data for django_extensions.
  34272. web_1 | Installed 0 object(s) from 0 fixture(s)
  34273. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34274. web_1 | [GCC 4.9.2] on linux2
  34275. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34276. web_1 | (InteractiveConsole)
  34277. web_1 |
  34278. web_1 | >>> >>> Starting the server
  34279. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34280. web_1 |
  34281. web_1 | Fatal error: Unable to find local grunt.
  34282. web_1 |
  34283. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34284. web_1 | your project. For more information about installing and configuring grunt,
  34285. web_1 | please see the Getting Started guide:
  34286. web_1 |
  34287. web_1 | http://gruntjs.com/getting-started
  34288. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34289. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34290. web_1 | Syncing...
  34291. web_1 | Creating tables ...
  34292. web_1 | Installing custom SQL ...
  34293. web_1 | Installing indexes ...
  34294. web_1 | Installed 0 object(s) from 0 fixture(s)
  34295. web_1 |
  34296. web_1 | Synced:
  34297. web_1 | > django.contrib.auth
  34298. web_1 | > django.contrib.contenttypes
  34299. web_1 | > django.contrib.sessions
  34300. web_1 | > django.contrib.sites
  34301. web_1 | > django.contrib.messages
  34302. web_1 | > django.contrib.staticfiles
  34303. web_1 | > django.contrib.admin
  34304. web_1 | > south
  34305. web_1 | > crispy_forms
  34306. web_1 | > avatar
  34307. web_1 | > bootstrap3
  34308. web_1 | > users
  34309. web_1 | > allauth
  34310. web_1 | > allauth.account
  34311. web_1 | > django.contrib.humanize
  34312. web_1 | > debug_toolbar
  34313. web_1 |
  34314. web_1 | Not synced (use migrations):
  34315. web_1 | - allauth.socialaccount
  34316. web_1 | - django_extensions
  34317. web_1 | (use ./manage.py migrate to migrate these)
  34318. web_1 | Running migrations for socialaccount:
  34319. web_1 | - Nothing to migrate.
  34320. web_1 | - Loading initial data for socialaccount.
  34321. web_1 | Installed 0 object(s) from 0 fixture(s)
  34322. web_1 | Running migrations for django_extensions:
  34323. web_1 | - Nothing to migrate.
  34324. web_1 | - Loading initial data for django_extensions.
  34325. web_1 | Installed 0 object(s) from 0 fixture(s)
  34326. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34327. web_1 | [GCC 4.9.2] on linux2
  34328. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34329. web_1 | (InteractiveConsole)
  34330. web_1 |
  34331. web_1 | >>> >>> Starting the server
  34332. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34333. web_1 |
  34334. web_1 | Fatal error: Unable to find local grunt.
  34335. web_1 |
  34336. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34337. web_1 | your project. For more information about installing and configuring grunt,
  34338. web_1 | please see the Getting Started guide:
  34339. web_1 |
  34340. web_1 | http://gruntjs.com/getting-started
  34341. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34342. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34343. web_1 | Syncing...
  34344. web_1 | Creating tables ...
  34345. web_1 | Installing custom SQL ...
  34346. web_1 | Installing indexes ...
  34347. web_1 | Installed 0 object(s) from 0 fixture(s)
  34348. web_1 |
  34349. web_1 | Synced:
  34350. web_1 | > django.contrib.auth
  34351. web_1 | > django.contrib.contenttypes
  34352. web_1 | > django.contrib.sessions
  34353. web_1 | > django.contrib.sites
  34354. web_1 | > django.contrib.messages
  34355. web_1 | > django.contrib.staticfiles
  34356. web_1 | > django.contrib.admin
  34357. web_1 | > south
  34358. web_1 | > crispy_forms
  34359. web_1 | > avatar
  34360. web_1 | > bootstrap3
  34361. web_1 | > users
  34362. web_1 | > allauth
  34363. web_1 | > allauth.account
  34364. web_1 | > django.contrib.humanize
  34365. web_1 | > debug_toolbar
  34366. web_1 |
  34367. web_1 | Not synced (use migrations):
  34368. web_1 | - allauth.socialaccount
  34369. web_1 | - django_extensions
  34370. web_1 | (use ./manage.py migrate to migrate these)
  34371. web_1 | Running migrations for socialaccount:
  34372. web_1 | - Nothing to migrate.
  34373. web_1 | - Loading initial data for socialaccount.
  34374. web_1 | Installed 0 object(s) from 0 fixture(s)
  34375. web_1 | Running migrations for django_extensions:
  34376. web_1 | - Nothing to migrate.
  34377. web_1 | - Loading initial data for django_extensions.
  34378. web_1 | Installed 0 object(s) from 0 fixture(s)
  34379. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34380. web_1 | [GCC 4.9.2] on linux2
  34381. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34382. web_1 | (InteractiveConsole)
  34383. web_1 |
  34384. web_1 | >>> >>> Starting the server
  34385. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34386. web_1 |
  34387. web_1 | Fatal error: Unable to find local grunt.
  34388. web_1 |
  34389. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34390. web_1 | your project. For more information about installing and configuring grunt,
  34391. web_1 | please see the Getting Started guide:
  34392. web_1 |
  34393. web_1 | http://gruntjs.com/getting-started
  34394. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34395. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34396. web_1 | Syncing...
  34397. web_1 | Creating tables ...
  34398. web_1 | Installing custom SQL ...
  34399. web_1 | Installing indexes ...
  34400. web_1 | Installed 0 object(s) from 0 fixture(s)
  34401. web_1 |
  34402. web_1 | Synced:
  34403. web_1 | > django.contrib.auth
  34404. web_1 | > django.contrib.contenttypes
  34405. web_1 | > django.contrib.sessions
  34406. web_1 | > django.contrib.sites
  34407. web_1 | > django.contrib.messages
  34408. web_1 | > django.contrib.staticfiles
  34409. web_1 | > django.contrib.admin
  34410. web_1 | > south
  34411. web_1 | > crispy_forms
  34412. web_1 | > avatar
  34413. web_1 | > bootstrap3
  34414. web_1 | > users
  34415. web_1 | > allauth
  34416. web_1 | > allauth.account
  34417. web_1 | > django.contrib.humanize
  34418. web_1 | > debug_toolbar
  34419. web_1 |
  34420. web_1 | Not synced (use migrations):
  34421. web_1 | - allauth.socialaccount
  34422. web_1 | - django_extensions
  34423. web_1 | (use ./manage.py migrate to migrate these)
  34424. web_1 | Running migrations for socialaccount:
  34425. web_1 | - Nothing to migrate.
  34426. web_1 | - Loading initial data for socialaccount.
  34427. web_1 | Installed 0 object(s) from 0 fixture(s)
  34428. web_1 | Running migrations for django_extensions:
  34429. web_1 | - Nothing to migrate.
  34430. web_1 | - Loading initial data for django_extensions.
  34431. web_1 | Installed 0 object(s) from 0 fixture(s)
  34432. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34433. web_1 | [GCC 4.9.2] on linux2
  34434. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34435. web_1 | (InteractiveConsole)
  34436. web_1 |
  34437. web_1 | >>> >>> Starting the server
  34438. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34439. web_1 |
  34440. web_1 | Fatal error: Unable to find local grunt.
  34441. web_1 |
  34442. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34443. web_1 | your project. For more information about installing and configuring grunt,
  34444. web_1 | please see the Getting Started guide:
  34445. web_1 |
  34446. web_1 | http://gruntjs.com/getting-started
  34447. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34448. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34449. web_1 | Syncing...
  34450. web_1 | Creating tables ...
  34451. web_1 | Installing custom SQL ...
  34452. web_1 | Installing indexes ...
  34453. web_1 | Installed 0 object(s) from 0 fixture(s)
  34454. web_1 |
  34455. web_1 | Synced:
  34456. web_1 | > django.contrib.auth
  34457. web_1 | > django.contrib.contenttypes
  34458. web_1 | > django.contrib.sessions
  34459. web_1 | > django.contrib.sites
  34460. web_1 | > django.contrib.messages
  34461. web_1 | > django.contrib.staticfiles
  34462. web_1 | > django.contrib.admin
  34463. web_1 | > south
  34464. web_1 | > crispy_forms
  34465. web_1 | > avatar
  34466. web_1 | > bootstrap3
  34467. web_1 | > users
  34468. web_1 | > allauth
  34469. web_1 | > allauth.account
  34470. web_1 | > django.contrib.humanize
  34471. web_1 | > debug_toolbar
  34472. web_1 |
  34473. web_1 | Not synced (use migrations):
  34474. web_1 | - allauth.socialaccount
  34475. web_1 | - django_extensions
  34476. web_1 | (use ./manage.py migrate to migrate these)
  34477. web_1 | Running migrations for socialaccount:
  34478. web_1 | - Nothing to migrate.
  34479. web_1 | - Loading initial data for socialaccount.
  34480. web_1 | Installed 0 object(s) from 0 fixture(s)
  34481. web_1 | Running migrations for django_extensions:
  34482. web_1 | - Nothing to migrate.
  34483. web_1 | - Loading initial data for django_extensions.
  34484. web_1 | Installed 0 object(s) from 0 fixture(s)
  34485. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34486. web_1 | [GCC 4.9.2] on linux2
  34487. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34488. web_1 | (InteractiveConsole)
  34489. web_1 |
  34490. web_1 | >>> >>> Starting the server
  34491. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34492. web_1 |
  34493. web_1 | Fatal error: Unable to find local grunt.
  34494. web_1 |
  34495. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34496. web_1 | your project. For more information about installing and configuring grunt,
  34497. web_1 | please see the Getting Started guide:
  34498. web_1 |
  34499. web_1 | http://gruntjs.com/getting-started
  34500. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34501. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34502. web_1 | Syncing...
  34503. web_1 | Creating tables ...
  34504. web_1 | Installing custom SQL ...
  34505. web_1 | Installing indexes ...
  34506. web_1 | Installed 0 object(s) from 0 fixture(s)
  34507. web_1 |
  34508. web_1 | Synced:
  34509. web_1 | > django.contrib.auth
  34510. web_1 | > django.contrib.contenttypes
  34511. web_1 | > django.contrib.sessions
  34512. web_1 | > django.contrib.sites
  34513. web_1 | > django.contrib.messages
  34514. web_1 | > django.contrib.staticfiles
  34515. web_1 | > django.contrib.admin
  34516. web_1 | > south
  34517. web_1 | > crispy_forms
  34518. web_1 | > avatar
  34519. web_1 | > bootstrap3
  34520. web_1 | > users
  34521. web_1 | > allauth
  34522. web_1 | > allauth.account
  34523. web_1 | > django.contrib.humanize
  34524. web_1 | > debug_toolbar
  34525. web_1 |
  34526. web_1 | Not synced (use migrations):
  34527. web_1 | - allauth.socialaccount
  34528. web_1 | - django_extensions
  34529. web_1 | (use ./manage.py migrate to migrate these)
  34530. web_1 | Running migrations for socialaccount:
  34531. web_1 | - Nothing to migrate.
  34532. web_1 | - Loading initial data for socialaccount.
  34533. web_1 | Installed 0 object(s) from 0 fixture(s)
  34534. web_1 | Running migrations for django_extensions:
  34535. web_1 | - Nothing to migrate.
  34536. web_1 | - Loading initial data for django_extensions.
  34537. web_1 | Installed 0 object(s) from 0 fixture(s)
  34538. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34539. web_1 | [GCC 4.9.2] on linux2
  34540. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34541. web_1 | (InteractiveConsole)
  34542. web_1 |
  34543. web_1 | >>> >>> Starting the server
  34544. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34545. web_1 |
  34546. web_1 | Fatal error: Unable to find local grunt.
  34547. web_1 |
  34548. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34549. web_1 | your project. For more information about installing and configuring grunt,
  34550. web_1 | please see the Getting Started guide:
  34551. web_1 |
  34552. web_1 | http://gruntjs.com/getting-started
  34553. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34554. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34555. web_1 | Syncing...
  34556. web_1 | Creating tables ...
  34557. web_1 | Installing custom SQL ...
  34558. web_1 | Installing indexes ...
  34559. web_1 | Installed 0 object(s) from 0 fixture(s)
  34560. web_1 |
  34561. web_1 | Synced:
  34562. web_1 | > django.contrib.auth
  34563. web_1 | > django.contrib.contenttypes
  34564. web_1 | > django.contrib.sessions
  34565. web_1 | > django.contrib.sites
  34566. web_1 | > django.contrib.messages
  34567. web_1 | > django.contrib.staticfiles
  34568. web_1 | > django.contrib.admin
  34569. web_1 | > south
  34570. web_1 | > crispy_forms
  34571. web_1 | > avatar
  34572. web_1 | > bootstrap3
  34573. web_1 | > users
  34574. web_1 | > allauth
  34575. web_1 | > allauth.account
  34576. web_1 | > django.contrib.humanize
  34577. web_1 | > debug_toolbar
  34578. web_1 |
  34579. web_1 | Not synced (use migrations):
  34580. web_1 | - allauth.socialaccount
  34581. web_1 | - django_extensions
  34582. web_1 | (use ./manage.py migrate to migrate these)
  34583. web_1 | Running migrations for socialaccount:
  34584. web_1 | - Nothing to migrate.
  34585. web_1 | - Loading initial data for socialaccount.
  34586. web_1 | Installed 0 object(s) from 0 fixture(s)
  34587. web_1 | Running migrations for django_extensions:
  34588. web_1 | - Nothing to migrate.
  34589. web_1 | - Loading initial data for django_extensions.
  34590. web_1 | Installed 0 object(s) from 0 fixture(s)
  34591. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34592. web_1 | [GCC 4.9.2] on linux2
  34593. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34594. web_1 | (InteractiveConsole)
  34595. web_1 |
  34596. web_1 | >>> >>> Starting the server
  34597. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34598. web_1 |
  34599. web_1 | Fatal error: Unable to find local grunt.
  34600. web_1 |
  34601. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34602. web_1 | your project. For more information about installing and configuring grunt,
  34603. web_1 | please see the Getting Started guide:
  34604. web_1 |
  34605. web_1 | http://gruntjs.com/getting-started
  34606. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34607. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34608. web_1 | Syncing...
  34609. web_1 | Creating tables ...
  34610. web_1 | Installing custom SQL ...
  34611. web_1 | Installing indexes ...
  34612. web_1 | Installed 0 object(s) from 0 fixture(s)
  34613. web_1 |
  34614. web_1 | Synced:
  34615. web_1 | > django.contrib.auth
  34616. web_1 | > django.contrib.contenttypes
  34617. web_1 | > django.contrib.sessions
  34618. web_1 | > django.contrib.sites
  34619. web_1 | > django.contrib.messages
  34620. web_1 | > django.contrib.staticfiles
  34621. web_1 | > django.contrib.admin
  34622. web_1 | > south
  34623. web_1 | > crispy_forms
  34624. web_1 | > avatar
  34625. web_1 | > bootstrap3
  34626. web_1 | > users
  34627. web_1 | > allauth
  34628. web_1 | > allauth.account
  34629. web_1 | > django.contrib.humanize
  34630. web_1 | > debug_toolbar
  34631. web_1 |
  34632. web_1 | Not synced (use migrations):
  34633. web_1 | - allauth.socialaccount
  34634. web_1 | - django_extensions
  34635. web_1 | (use ./manage.py migrate to migrate these)
  34636. web_1 | Running migrations for socialaccount:
  34637. web_1 | - Nothing to migrate.
  34638. web_1 | - Loading initial data for socialaccount.
  34639. web_1 | Installed 0 object(s) from 0 fixture(s)
  34640. web_1 | Running migrations for django_extensions:
  34641. web_1 | - Nothing to migrate.
  34642. web_1 | - Loading initial data for django_extensions.
  34643. web_1 | Installed 0 object(s) from 0 fixture(s)
  34644. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34645. web_1 | [GCC 4.9.2] on linux2
  34646. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34647. web_1 | (InteractiveConsole)
  34648. web_1 |
  34649. web_1 | >>> >>> Starting the server
  34650. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34651. web_1 |
  34652. web_1 | Fatal error: Unable to find local grunt.
  34653. web_1 |
  34654. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34655. web_1 | your project. For more information about installing and configuring grunt,
  34656. web_1 | please see the Getting Started guide:
  34657. web_1 |
  34658. web_1 | http://gruntjs.com/getting-started
  34659. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34660. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34661. web_1 | Syncing...
  34662. web_1 | Creating tables ...
  34663. web_1 | Installing custom SQL ...
  34664. web_1 | Installing indexes ...
  34665. web_1 | Installed 0 object(s) from 0 fixture(s)
  34666. web_1 |
  34667. web_1 | Synced:
  34668. web_1 | > django.contrib.auth
  34669. web_1 | > django.contrib.contenttypes
  34670. web_1 | > django.contrib.sessions
  34671. web_1 | > django.contrib.sites
  34672. web_1 | > django.contrib.messages
  34673. web_1 | > django.contrib.staticfiles
  34674. web_1 | > django.contrib.admin
  34675. web_1 | > south
  34676. web_1 | > crispy_forms
  34677. web_1 | > avatar
  34678. web_1 | > bootstrap3
  34679. web_1 | > users
  34680. web_1 | > allauth
  34681. web_1 | > allauth.account
  34682. web_1 | > django.contrib.humanize
  34683. web_1 | > debug_toolbar
  34684. web_1 |
  34685. web_1 | Not synced (use migrations):
  34686. web_1 | - allauth.socialaccount
  34687. web_1 | - django_extensions
  34688. web_1 | (use ./manage.py migrate to migrate these)
  34689. web_1 | Running migrations for socialaccount:
  34690. web_1 | - Nothing to migrate.
  34691. web_1 | - Loading initial data for socialaccount.
  34692. web_1 | Installed 0 object(s) from 0 fixture(s)
  34693. web_1 | Running migrations for django_extensions:
  34694. web_1 | - Nothing to migrate.
  34695. web_1 | - Loading initial data for django_extensions.
  34696. web_1 | Installed 0 object(s) from 0 fixture(s)
  34697. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34698. web_1 | [GCC 4.9.2] on linux2
  34699. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34700. web_1 | (InteractiveConsole)
  34701. web_1 |
  34702. web_1 | >>> >>> Starting the server
  34703. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34704. web_1 |
  34705. web_1 | Fatal error: Unable to find local grunt.
  34706. web_1 |
  34707. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34708. web_1 | your project. For more information about installing and configuring grunt,
  34709. web_1 | please see the Getting Started guide:
  34710. web_1 |
  34711. web_1 | http://gruntjs.com/getting-started
  34712. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34713. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34714. web_1 | Syncing...
  34715. web_1 | Creating tables ...
  34716. web_1 | Installing custom SQL ...
  34717. web_1 | Installing indexes ...
  34718. web_1 | Installed 0 object(s) from 0 fixture(s)
  34719. web_1 |
  34720. web_1 | Synced:
  34721. web_1 | > django.contrib.auth
  34722. web_1 | > django.contrib.contenttypes
  34723. web_1 | > django.contrib.sessions
  34724. web_1 | > django.contrib.sites
  34725. web_1 | > django.contrib.messages
  34726. web_1 | > django.contrib.staticfiles
  34727. web_1 | > django.contrib.admin
  34728. web_1 | > south
  34729. web_1 | > crispy_forms
  34730. web_1 | > avatar
  34731. web_1 | > bootstrap3
  34732. web_1 | > users
  34733. web_1 | > allauth
  34734. web_1 | > allauth.account
  34735. web_1 | > django.contrib.humanize
  34736. web_1 | > debug_toolbar
  34737. web_1 |
  34738. web_1 | Not synced (use migrations):
  34739. web_1 | - allauth.socialaccount
  34740. web_1 | - django_extensions
  34741. web_1 | (use ./manage.py migrate to migrate these)
  34742. web_1 | Running migrations for socialaccount:
  34743. web_1 | - Nothing to migrate.
  34744. web_1 | - Loading initial data for socialaccount.
  34745. web_1 | Installed 0 object(s) from 0 fixture(s)
  34746. web_1 | Running migrations for django_extensions:
  34747. web_1 | - Nothing to migrate.
  34748. web_1 | - Loading initial data for django_extensions.
  34749. web_1 | Installed 0 object(s) from 0 fixture(s)
  34750. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34751. web_1 | [GCC 4.9.2] on linux2
  34752. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34753. web_1 | (InteractiveConsole)
  34754. web_1 |
  34755. web_1 | >>> >>> Starting the server
  34756. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34757. web_1 |
  34758. web_1 | Fatal error: Unable to find local grunt.
  34759. web_1 |
  34760. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34761. web_1 | your project. For more information about installing and configuring grunt,
  34762. web_1 | please see the Getting Started guide:
  34763. web_1 |
  34764. web_1 | http://gruntjs.com/getting-started
  34765. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34766. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34767. web_1 | Syncing...
  34768. web_1 | Creating tables ...
  34769. web_1 | Installing custom SQL ...
  34770. web_1 | Installing indexes ...
  34771. web_1 | Installed 0 object(s) from 0 fixture(s)
  34772. web_1 |
  34773. web_1 | Synced:
  34774. web_1 | > django.contrib.auth
  34775. web_1 | > django.contrib.contenttypes
  34776. web_1 | > django.contrib.sessions
  34777. web_1 | > django.contrib.sites
  34778. web_1 | > django.contrib.messages
  34779. web_1 | > django.contrib.staticfiles
  34780. web_1 | > django.contrib.admin
  34781. web_1 | > south
  34782. web_1 | > crispy_forms
  34783. web_1 | > avatar
  34784. web_1 | > bootstrap3
  34785. web_1 | > users
  34786. web_1 | > allauth
  34787. web_1 | > allauth.account
  34788. web_1 | > django.contrib.humanize
  34789. web_1 | > debug_toolbar
  34790. web_1 |
  34791. web_1 | Not synced (use migrations):
  34792. web_1 | - allauth.socialaccount
  34793. web_1 | - django_extensions
  34794. web_1 | (use ./manage.py migrate to migrate these)
  34795. web_1 | Running migrations for socialaccount:
  34796. web_1 | - Nothing to migrate.
  34797. web_1 | - Loading initial data for socialaccount.
  34798. web_1 | Installed 0 object(s) from 0 fixture(s)
  34799. web_1 | Running migrations for django_extensions:
  34800. web_1 | - Nothing to migrate.
  34801. web_1 | - Loading initial data for django_extensions.
  34802. web_1 | Installed 0 object(s) from 0 fixture(s)
  34803. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34804. web_1 | [GCC 4.9.2] on linux2
  34805. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34806. web_1 | (InteractiveConsole)
  34807. web_1 |
  34808. web_1 | >>> >>> Starting the server
  34809. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34810. web_1 |
  34811. web_1 | Fatal error: Unable to find local grunt.
  34812. web_1 |
  34813. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34814. web_1 | your project. For more information about installing and configuring grunt,
  34815. web_1 | please see the Getting Started guide:
  34816. web_1 |
  34817. web_1 | http://gruntjs.com/getting-started
  34818. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34819. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34820. web_1 | Syncing...
  34821. web_1 | Creating tables ...
  34822. web_1 | Installing custom SQL ...
  34823. web_1 | Installing indexes ...
  34824. web_1 | Installed 0 object(s) from 0 fixture(s)
  34825. web_1 |
  34826. web_1 | Synced:
  34827. web_1 | > django.contrib.auth
  34828. web_1 | > django.contrib.contenttypes
  34829. web_1 | > django.contrib.sessions
  34830. web_1 | > django.contrib.sites
  34831. web_1 | > django.contrib.messages
  34832. web_1 | > django.contrib.staticfiles
  34833. web_1 | > django.contrib.admin
  34834. web_1 | > south
  34835. web_1 | > crispy_forms
  34836. web_1 | > avatar
  34837. web_1 | > bootstrap3
  34838. web_1 | > users
  34839. web_1 | > allauth
  34840. web_1 | > allauth.account
  34841. web_1 | > django.contrib.humanize
  34842. web_1 | > debug_toolbar
  34843. web_1 |
  34844. web_1 | Not synced (use migrations):
  34845. web_1 | - allauth.socialaccount
  34846. web_1 | - django_extensions
  34847. web_1 | (use ./manage.py migrate to migrate these)
  34848. web_1 | Running migrations for socialaccount:
  34849. web_1 | - Nothing to migrate.
  34850. web_1 | - Loading initial data for socialaccount.
  34851. web_1 | Installed 0 object(s) from 0 fixture(s)
  34852. web_1 | Running migrations for django_extensions:
  34853. web_1 | - Nothing to migrate.
  34854. web_1 | - Loading initial data for django_extensions.
  34855. web_1 | Installed 0 object(s) from 0 fixture(s)
  34856. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34857. web_1 | [GCC 4.9.2] on linux2
  34858. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34859. web_1 | (InteractiveConsole)
  34860. web_1 |
  34861. web_1 | >>> >>> Starting the server
  34862. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34863. web_1 |
  34864. web_1 | Fatal error: Unable to find local grunt.
  34865. web_1 |
  34866. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34867. web_1 | your project. For more information about installing and configuring grunt,
  34868. web_1 | please see the Getting Started guide:
  34869. web_1 |
  34870. web_1 | http://gruntjs.com/getting-started
  34871. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34872. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34873. web_1 | Syncing...
  34874. web_1 | Creating tables ...
  34875. web_1 | Installing custom SQL ...
  34876. web_1 | Installing indexes ...
  34877. web_1 | Installed 0 object(s) from 0 fixture(s)
  34878. web_1 |
  34879. web_1 | Synced:
  34880. web_1 | > django.contrib.auth
  34881. web_1 | > django.contrib.contenttypes
  34882. web_1 | > django.contrib.sessions
  34883. web_1 | > django.contrib.sites
  34884. web_1 | > django.contrib.messages
  34885. web_1 | > django.contrib.staticfiles
  34886. web_1 | > django.contrib.admin
  34887. web_1 | > south
  34888. web_1 | > crispy_forms
  34889. web_1 | > avatar
  34890. web_1 | > bootstrap3
  34891. web_1 | > users
  34892. web_1 | > allauth
  34893. web_1 | > allauth.account
  34894. web_1 | > django.contrib.humanize
  34895. web_1 | > debug_toolbar
  34896. web_1 |
  34897. web_1 | Not synced (use migrations):
  34898. web_1 | - allauth.socialaccount
  34899. web_1 | - django_extensions
  34900. web_1 | (use ./manage.py migrate to migrate these)
  34901. web_1 | Running migrations for socialaccount:
  34902. web_1 | - Nothing to migrate.
  34903. web_1 | - Loading initial data for socialaccount.
  34904. web_1 | Installed 0 object(s) from 0 fixture(s)
  34905. web_1 | Running migrations for django_extensions:
  34906. web_1 | - Nothing to migrate.
  34907. web_1 | - Loading initial data for django_extensions.
  34908. web_1 | Installed 0 object(s) from 0 fixture(s)
  34909. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34910. web_1 | [GCC 4.9.2] on linux2
  34911. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34912. web_1 | (InteractiveConsole)
  34913. web_1 |
  34914. web_1 | >>> >>> Starting the server
  34915. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34916. web_1 |
  34917. web_1 | Fatal error: Unable to find local grunt.
  34918. web_1 |
  34919. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34920. web_1 | your project. For more information about installing and configuring grunt,
  34921. web_1 | please see the Getting Started guide:
  34922. web_1 |
  34923. web_1 | http://gruntjs.com/getting-started
  34924. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34925. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34926. web_1 | Syncing...
  34927. web_1 | Creating tables ...
  34928. web_1 | Installing custom SQL ...
  34929. web_1 | Installing indexes ...
  34930. web_1 | Installed 0 object(s) from 0 fixture(s)
  34931. web_1 |
  34932. web_1 | Synced:
  34933. web_1 | > django.contrib.auth
  34934. web_1 | > django.contrib.contenttypes
  34935. web_1 | > django.contrib.sessions
  34936. web_1 | > django.contrib.sites
  34937. web_1 | > django.contrib.messages
  34938. web_1 | > django.contrib.staticfiles
  34939. web_1 | > django.contrib.admin
  34940. web_1 | > south
  34941. web_1 | > crispy_forms
  34942. web_1 | > avatar
  34943. web_1 | > bootstrap3
  34944. web_1 | > users
  34945. web_1 | > allauth
  34946. web_1 | > allauth.account
  34947. web_1 | > django.contrib.humanize
  34948. web_1 | > debug_toolbar
  34949. web_1 |
  34950. web_1 | Not synced (use migrations):
  34951. web_1 | - allauth.socialaccount
  34952. web_1 | - django_extensions
  34953. web_1 | (use ./manage.py migrate to migrate these)
  34954. web_1 | Running migrations for socialaccount:
  34955. web_1 | - Nothing to migrate.
  34956. web_1 | - Loading initial data for socialaccount.
  34957. web_1 | Installed 0 object(s) from 0 fixture(s)
  34958. web_1 | Running migrations for django_extensions:
  34959. web_1 | - Nothing to migrate.
  34960. web_1 | - Loading initial data for django_extensions.
  34961. web_1 | Installed 0 object(s) from 0 fixture(s)
  34962. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  34963. web_1 | [GCC 4.9.2] on linux2
  34964. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  34965. web_1 | (InteractiveConsole)
  34966. web_1 |
  34967. web_1 | >>> >>> Starting the server
  34968. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  34969. web_1 |
  34970. web_1 | Fatal error: Unable to find local grunt.
  34971. web_1 |
  34972. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  34973. web_1 | your project. For more information about installing and configuring grunt,
  34974. web_1 | please see the Getting Started guide:
  34975. web_1 |
  34976. web_1 | http://gruntjs.com/getting-started
  34977. web_1 | Starting OpenBSD Secure Shell server: sshd.
  34978. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  34979. web_1 | Syncing...
  34980. web_1 | Creating tables ...
  34981. web_1 | Installing custom SQL ...
  34982. web_1 | Installing indexes ...
  34983. web_1 | Installed 0 object(s) from 0 fixture(s)
  34984. web_1 |
  34985. web_1 | Synced:
  34986. web_1 | > django.contrib.auth
  34987. web_1 | > django.contrib.contenttypes
  34988. web_1 | > django.contrib.sessions
  34989. web_1 | > django.contrib.sites
  34990. web_1 | > django.contrib.messages
  34991. web_1 | > django.contrib.staticfiles
  34992. web_1 | > django.contrib.admin
  34993. web_1 | > south
  34994. web_1 | > crispy_forms
  34995. web_1 | > avatar
  34996. web_1 | > bootstrap3
  34997. web_1 | > users
  34998. web_1 | > allauth
  34999. web_1 | > allauth.account
  35000. web_1 | > django.contrib.humanize
  35001. web_1 | > debug_toolbar
  35002. web_1 |
  35003. web_1 | Not synced (use migrations):
  35004. web_1 | - allauth.socialaccount
  35005. web_1 | - django_extensions
  35006. web_1 | (use ./manage.py migrate to migrate these)
  35007. web_1 | Running migrations for socialaccount:
  35008. web_1 | - Nothing to migrate.
  35009. web_1 | - Loading initial data for socialaccount.
  35010. web_1 | Installed 0 object(s) from 0 fixture(s)
  35011. web_1 | Running migrations for django_extensions:
  35012. web_1 | - Nothing to migrate.
  35013. web_1 | - Loading initial data for django_extensions.
  35014. web_1 | Installed 0 object(s) from 0 fixture(s)
  35015. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35016. web_1 | [GCC 4.9.2] on linux2
  35017. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35018. web_1 | (InteractiveConsole)
  35019. web_1 |
  35020. web_1 | >>> >>> Starting the server
  35021. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35022. web_1 |
  35023. web_1 | Fatal error: Unable to find local grunt.
  35024. web_1 |
  35025. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35026. web_1 | your project. For more information about installing and configuring grunt,
  35027. web_1 | please see the Getting Started guide:
  35028. web_1 |
  35029. web_1 | http://gruntjs.com/getting-started
  35030. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35031. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35032. web_1 | Syncing...
  35033. web_1 | Creating tables ...
  35034. web_1 | Installing custom SQL ...
  35035. web_1 | Installing indexes ...
  35036. web_1 | Installed 0 object(s) from 0 fixture(s)
  35037. web_1 |
  35038. web_1 | Synced:
  35039. web_1 | > django.contrib.auth
  35040. web_1 | > django.contrib.contenttypes
  35041. web_1 | > django.contrib.sessions
  35042. web_1 | > django.contrib.sites
  35043. web_1 | > django.contrib.messages
  35044. web_1 | > django.contrib.staticfiles
  35045. web_1 | > django.contrib.admin
  35046. web_1 | > south
  35047. web_1 | > crispy_forms
  35048. web_1 | > avatar
  35049. web_1 | > bootstrap3
  35050. web_1 | > users
  35051. web_1 | > allauth
  35052. web_1 | > allauth.account
  35053. web_1 | > django.contrib.humanize
  35054. web_1 | > debug_toolbar
  35055. web_1 |
  35056. web_1 | Not synced (use migrations):
  35057. web_1 | - allauth.socialaccount
  35058. web_1 | - django_extensions
  35059. web_1 | (use ./manage.py migrate to migrate these)
  35060. web_1 | Running migrations for socialaccount:
  35061. web_1 | - Nothing to migrate.
  35062. web_1 | - Loading initial data for socialaccount.
  35063. web_1 | Installed 0 object(s) from 0 fixture(s)
  35064. web_1 | Running migrations for django_extensions:
  35065. web_1 | - Nothing to migrate.
  35066. web_1 | - Loading initial data for django_extensions.
  35067. web_1 | Installed 0 object(s) from 0 fixture(s)
  35068. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35069. web_1 | [GCC 4.9.2] on linux2
  35070. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35071. web_1 | (InteractiveConsole)
  35072. web_1 |
  35073. web_1 | >>> >>> Starting the server
  35074. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35075. web_1 |
  35076. web_1 | Fatal error: Unable to find local grunt.
  35077. web_1 |
  35078. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35079. web_1 | your project. For more information about installing and configuring grunt,
  35080. web_1 | please see the Getting Started guide:
  35081. web_1 |
  35082. web_1 | http://gruntjs.com/getting-started
  35083. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35084. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35085. web_1 | Syncing...
  35086. web_1 | Creating tables ...
  35087. web_1 | Installing custom SQL ...
  35088. web_1 | Installing indexes ...
  35089. web_1 | Installed 0 object(s) from 0 fixture(s)
  35090. web_1 |
  35091. web_1 | Synced:
  35092. web_1 | > django.contrib.auth
  35093. web_1 | > django.contrib.contenttypes
  35094. web_1 | > django.contrib.sessions
  35095. web_1 | > django.contrib.sites
  35096. web_1 | > django.contrib.messages
  35097. web_1 | > django.contrib.staticfiles
  35098. web_1 | > django.contrib.admin
  35099. web_1 | > south
  35100. web_1 | > crispy_forms
  35101. web_1 | > avatar
  35102. web_1 | > bootstrap3
  35103. web_1 | > users
  35104. web_1 | > allauth
  35105. web_1 | > allauth.account
  35106. web_1 | > django.contrib.humanize
  35107. web_1 | > debug_toolbar
  35108. web_1 |
  35109. web_1 | Not synced (use migrations):
  35110. web_1 | - allauth.socialaccount
  35111. web_1 | - django_extensions
  35112. web_1 | (use ./manage.py migrate to migrate these)
  35113. web_1 | Running migrations for socialaccount:
  35114. web_1 | - Nothing to migrate.
  35115. web_1 | - Loading initial data for socialaccount.
  35116. web_1 | Installed 0 object(s) from 0 fixture(s)
  35117. web_1 | Running migrations for django_extensions:
  35118. web_1 | - Nothing to migrate.
  35119. web_1 | - Loading initial data for django_extensions.
  35120. web_1 | Installed 0 object(s) from 0 fixture(s)
  35121. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35122. web_1 | [GCC 4.9.2] on linux2
  35123. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35124. web_1 | (InteractiveConsole)
  35125. web_1 |
  35126. web_1 | >>> >>> Starting the server
  35127. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35128. web_1 |
  35129. web_1 | Fatal error: Unable to find local grunt.
  35130. web_1 |
  35131. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35132. web_1 | your project. For more information about installing and configuring grunt,
  35133. web_1 | please see the Getting Started guide:
  35134. web_1 |
  35135. web_1 | http://gruntjs.com/getting-started
  35136. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35137. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35138. web_1 | Syncing...
  35139. web_1 | Creating tables ...
  35140. web_1 | Installing custom SQL ...
  35141. web_1 | Installing indexes ...
  35142. web_1 | Installed 0 object(s) from 0 fixture(s)
  35143. web_1 |
  35144. web_1 | Synced:
  35145. web_1 | > django.contrib.auth
  35146. web_1 | > django.contrib.contenttypes
  35147. web_1 | > django.contrib.sessions
  35148. web_1 | > django.contrib.sites
  35149. web_1 | > django.contrib.messages
  35150. web_1 | > django.contrib.staticfiles
  35151. web_1 | > django.contrib.admin
  35152. web_1 | > south
  35153. web_1 | > crispy_forms
  35154. web_1 | > avatar
  35155. web_1 | > bootstrap3
  35156. web_1 | > users
  35157. web_1 | > allauth
  35158. web_1 | > allauth.account
  35159. web_1 | > django.contrib.humanize
  35160. web_1 | > debug_toolbar
  35161. web_1 |
  35162. web_1 | Not synced (use migrations):
  35163. web_1 | - allauth.socialaccount
  35164. web_1 | - django_extensions
  35165. web_1 | (use ./manage.py migrate to migrate these)
  35166. web_1 | Running migrations for socialaccount:
  35167. web_1 | - Nothing to migrate.
  35168. web_1 | - Loading initial data for socialaccount.
  35169. web_1 | Installed 0 object(s) from 0 fixture(s)
  35170. web_1 | Running migrations for django_extensions:
  35171. web_1 | - Nothing to migrate.
  35172. web_1 | - Loading initial data for django_extensions.
  35173. web_1 | Installed 0 object(s) from 0 fixture(s)
  35174. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35175. web_1 | [GCC 4.9.2] on linux2
  35176. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35177. web_1 | (InteractiveConsole)
  35178. web_1 |
  35179. web_1 | >>> >>> Starting the server
  35180. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35181. web_1 |
  35182. web_1 | Fatal error: Unable to find local grunt.
  35183. web_1 |
  35184. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35185. web_1 | your project. For more information about installing and configuring grunt,
  35186. web_1 | please see the Getting Started guide:
  35187. web_1 |
  35188. web_1 | http://gruntjs.com/getting-started
  35189. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35190. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35191. web_1 | Syncing...
  35192. web_1 | Creating tables ...
  35193. web_1 | Installing custom SQL ...
  35194. web_1 | Installing indexes ...
  35195. web_1 | Installed 0 object(s) from 0 fixture(s)
  35196. web_1 |
  35197. web_1 | Synced:
  35198. web_1 | > django.contrib.auth
  35199. web_1 | > django.contrib.contenttypes
  35200. web_1 | > django.contrib.sessions
  35201. web_1 | > django.contrib.sites
  35202. web_1 | > django.contrib.messages
  35203. web_1 | > django.contrib.staticfiles
  35204. web_1 | > django.contrib.admin
  35205. web_1 | > south
  35206. web_1 | > crispy_forms
  35207. web_1 | > avatar
  35208. web_1 | > bootstrap3
  35209. web_1 | > users
  35210. web_1 | > allauth
  35211. web_1 | > allauth.account
  35212. web_1 | > django.contrib.humanize
  35213. web_1 | > debug_toolbar
  35214. web_1 |
  35215. web_1 | Not synced (use migrations):
  35216. web_1 | - allauth.socialaccount
  35217. web_1 | - django_extensions
  35218. web_1 | (use ./manage.py migrate to migrate these)
  35219. web_1 | Running migrations for socialaccount:
  35220. web_1 | - Nothing to migrate.
  35221. web_1 | - Loading initial data for socialaccount.
  35222. web_1 | Installed 0 object(s) from 0 fixture(s)
  35223. web_1 | Running migrations for django_extensions:
  35224. web_1 | - Nothing to migrate.
  35225. web_1 | - Loading initial data for django_extensions.
  35226. web_1 | Installed 0 object(s) from 0 fixture(s)
  35227. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35228. web_1 | [GCC 4.9.2] on linux2
  35229. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35230. web_1 | (InteractiveConsole)
  35231. web_1 |
  35232. web_1 | >>> >>> Starting the server
  35233. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35234. web_1 |
  35235. web_1 | Fatal error: Unable to find local grunt.
  35236. web_1 |
  35237. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35238. web_1 | your project. For more information about installing and configuring grunt,
  35239. web_1 | please see the Getting Started guide:
  35240. web_1 |
  35241. web_1 | http://gruntjs.com/getting-started
  35242. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35243. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35244. web_1 | Syncing...
  35245. web_1 | Creating tables ...
  35246. web_1 | Installing custom SQL ...
  35247. web_1 | Installing indexes ...
  35248. web_1 | Installed 0 object(s) from 0 fixture(s)
  35249. web_1 |
  35250. web_1 | Synced:
  35251. web_1 | > django.contrib.auth
  35252. web_1 | > django.contrib.contenttypes
  35253. web_1 | > django.contrib.sessions
  35254. web_1 | > django.contrib.sites
  35255. web_1 | > django.contrib.messages
  35256. web_1 | > django.contrib.staticfiles
  35257. web_1 | > django.contrib.admin
  35258. web_1 | > south
  35259. web_1 | > crispy_forms
  35260. web_1 | > avatar
  35261. web_1 | > bootstrap3
  35262. web_1 | > users
  35263. web_1 | > allauth
  35264. web_1 | > allauth.account
  35265. web_1 | > django.contrib.humanize
  35266. web_1 | > debug_toolbar
  35267. web_1 |
  35268. web_1 | Not synced (use migrations):
  35269. web_1 | - allauth.socialaccount
  35270. web_1 | - django_extensions
  35271. web_1 | (use ./manage.py migrate to migrate these)
  35272. web_1 | Running migrations for socialaccount:
  35273. web_1 | - Nothing to migrate.
  35274. web_1 | - Loading initial data for socialaccount.
  35275. web_1 | Installed 0 object(s) from 0 fixture(s)
  35276. web_1 | Running migrations for django_extensions:
  35277. web_1 | - Nothing to migrate.
  35278. web_1 | - Loading initial data for django_extensions.
  35279. web_1 | Installed 0 object(s) from 0 fixture(s)
  35280. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35281. web_1 | [GCC 4.9.2] on linux2
  35282. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35283. web_1 | (InteractiveConsole)
  35284. web_1 |
  35285. web_1 | >>> >>> Starting the server
  35286. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35287. web_1 |
  35288. web_1 | Fatal error: Unable to find local grunt.
  35289. web_1 |
  35290. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35291. web_1 | your project. For more information about installing and configuring grunt,
  35292. web_1 | please see the Getting Started guide:
  35293. web_1 |
  35294. web_1 | http://gruntjs.com/getting-started
  35295. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35296. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35297. web_1 | Syncing...
  35298. web_1 | Creating tables ...
  35299. web_1 | Installing custom SQL ...
  35300. web_1 | Installing indexes ...
  35301. web_1 | Installed 0 object(s) from 0 fixture(s)
  35302. web_1 |
  35303. web_1 | Synced:
  35304. web_1 | > django.contrib.auth
  35305. web_1 | > django.contrib.contenttypes
  35306. web_1 | > django.contrib.sessions
  35307. web_1 | > django.contrib.sites
  35308. web_1 | > django.contrib.messages
  35309. web_1 | > django.contrib.staticfiles
  35310. web_1 | > django.contrib.admin
  35311. web_1 | > south
  35312. web_1 | > crispy_forms
  35313. web_1 | > avatar
  35314. web_1 | > bootstrap3
  35315. web_1 | > users
  35316. web_1 | > allauth
  35317. web_1 | > allauth.account
  35318. web_1 | > django.contrib.humanize
  35319. web_1 | > debug_toolbar
  35320. web_1 |
  35321. web_1 | Not synced (use migrations):
  35322. web_1 | - allauth.socialaccount
  35323. web_1 | - django_extensions
  35324. web_1 | (use ./manage.py migrate to migrate these)
  35325. web_1 | Running migrations for socialaccount:
  35326. web_1 | - Nothing to migrate.
  35327. web_1 | - Loading initial data for socialaccount.
  35328. web_1 | Installed 0 object(s) from 0 fixture(s)
  35329. web_1 | Running migrations for django_extensions:
  35330. web_1 | - Nothing to migrate.
  35331. web_1 | - Loading initial data for django_extensions.
  35332. web_1 | Installed 0 object(s) from 0 fixture(s)
  35333. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35334. web_1 | [GCC 4.9.2] on linux2
  35335. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35336. web_1 | (InteractiveConsole)
  35337. web_1 |
  35338. web_1 | >>> >>> Starting the server
  35339. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35340. web_1 |
  35341. web_1 | Fatal error: Unable to find local grunt.
  35342. web_1 |
  35343. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35344. web_1 | your project. For more information about installing and configuring grunt,
  35345. web_1 | please see the Getting Started guide:
  35346. web_1 |
  35347. web_1 | http://gruntjs.com/getting-started
  35348. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35349. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35350. web_1 | Syncing...
  35351. web_1 | Creating tables ...
  35352. web_1 | Installing custom SQL ...
  35353. web_1 | Installing indexes ...
  35354. web_1 | Installed 0 object(s) from 0 fixture(s)
  35355. web_1 |
  35356. web_1 | Synced:
  35357. web_1 | > django.contrib.auth
  35358. web_1 | > django.contrib.contenttypes
  35359. web_1 | > django.contrib.sessions
  35360. web_1 | > django.contrib.sites
  35361. web_1 | > django.contrib.messages
  35362. web_1 | > django.contrib.staticfiles
  35363. web_1 | > django.contrib.admin
  35364. web_1 | > south
  35365. web_1 | > crispy_forms
  35366. web_1 | > avatar
  35367. web_1 | > bootstrap3
  35368. web_1 | > users
  35369. web_1 | > allauth
  35370. web_1 | > allauth.account
  35371. web_1 | > django.contrib.humanize
  35372. web_1 | > debug_toolbar
  35373. web_1 |
  35374. web_1 | Not synced (use migrations):
  35375. web_1 | - allauth.socialaccount
  35376. web_1 | - django_extensions
  35377. web_1 | (use ./manage.py migrate to migrate these)
  35378. web_1 | Running migrations for socialaccount:
  35379. web_1 | - Nothing to migrate.
  35380. web_1 | - Loading initial data for socialaccount.
  35381. web_1 | Installed 0 object(s) from 0 fixture(s)
  35382. web_1 | Running migrations for django_extensions:
  35383. web_1 | - Nothing to migrate.
  35384. web_1 | - Loading initial data for django_extensions.
  35385. web_1 | Installed 0 object(s) from 0 fixture(s)
  35386. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35387. web_1 | [GCC 4.9.2] on linux2
  35388. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35389. web_1 | (InteractiveConsole)
  35390. web_1 |
  35391. web_1 | >>> >>> Starting the server
  35392. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35393. web_1 |
  35394. web_1 | Fatal error: Unable to find local grunt.
  35395. web_1 |
  35396. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35397. web_1 | your project. For more information about installing and configuring grunt,
  35398. web_1 | please see the Getting Started guide:
  35399. web_1 |
  35400. web_1 | http://gruntjs.com/getting-started
  35401. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35402. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35403. web_1 | Syncing...
  35404. web_1 | Creating tables ...
  35405. web_1 | Installing custom SQL ...
  35406. web_1 | Installing indexes ...
  35407. web_1 | Installed 0 object(s) from 0 fixture(s)
  35408. web_1 |
  35409. web_1 | Synced:
  35410. web_1 | > django.contrib.auth
  35411. web_1 | > django.contrib.contenttypes
  35412. web_1 | > django.contrib.sessions
  35413. web_1 | > django.contrib.sites
  35414. web_1 | > django.contrib.messages
  35415. web_1 | > django.contrib.staticfiles
  35416. web_1 | > django.contrib.admin
  35417. web_1 | > south
  35418. web_1 | > crispy_forms
  35419. web_1 | > avatar
  35420. web_1 | > bootstrap3
  35421. web_1 | > users
  35422. web_1 | > allauth
  35423. web_1 | > allauth.account
  35424. web_1 | > django.contrib.humanize
  35425. web_1 | > debug_toolbar
  35426. web_1 |
  35427. web_1 | Not synced (use migrations):
  35428. web_1 | - allauth.socialaccount
  35429. web_1 | - django_extensions
  35430. web_1 | (use ./manage.py migrate to migrate these)
  35431. web_1 | Running migrations for socialaccount:
  35432. web_1 | - Nothing to migrate.
  35433. web_1 | - Loading initial data for socialaccount.
  35434. web_1 | Installed 0 object(s) from 0 fixture(s)
  35435. web_1 | Running migrations for django_extensions:
  35436. web_1 | - Nothing to migrate.
  35437. web_1 | - Loading initial data for django_extensions.
  35438. web_1 | Installed 0 object(s) from 0 fixture(s)
  35439. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35440. web_1 | [GCC 4.9.2] on linux2
  35441. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35442. web_1 | (InteractiveConsole)
  35443. web_1 |
  35444. web_1 | >>> >>> Starting the server
  35445. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35446. web_1 |
  35447. web_1 | Fatal error: Unable to find local grunt.
  35448. web_1 |
  35449. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35450. web_1 | your project. For more information about installing and configuring grunt,
  35451. web_1 | please see the Getting Started guide:
  35452. web_1 |
  35453. web_1 | http://gruntjs.com/getting-started
  35454. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35455. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35456. web_1 | Syncing...
  35457. web_1 | Creating tables ...
  35458. web_1 | Installing custom SQL ...
  35459. web_1 | Installing indexes ...
  35460. web_1 | Installed 0 object(s) from 0 fixture(s)
  35461. web_1 |
  35462. web_1 | Synced:
  35463. web_1 | > django.contrib.auth
  35464. web_1 | > django.contrib.contenttypes
  35465. web_1 | > django.contrib.sessions
  35466. web_1 | > django.contrib.sites
  35467. web_1 | > django.contrib.messages
  35468. web_1 | > django.contrib.staticfiles
  35469. web_1 | > django.contrib.admin
  35470. web_1 | > south
  35471. web_1 | > crispy_forms
  35472. web_1 | > avatar
  35473. web_1 | > bootstrap3
  35474. web_1 | > users
  35475. web_1 | > allauth
  35476. web_1 | > allauth.account
  35477. web_1 | > django.contrib.humanize
  35478. web_1 | > debug_toolbar
  35479. web_1 |
  35480. web_1 | Not synced (use migrations):
  35481. web_1 | - allauth.socialaccount
  35482. web_1 | - django_extensions
  35483. web_1 | (use ./manage.py migrate to migrate these)
  35484. web_1 | Running migrations for socialaccount:
  35485. web_1 | - Nothing to migrate.
  35486. web_1 | - Loading initial data for socialaccount.
  35487. web_1 | Installed 0 object(s) from 0 fixture(s)
  35488. web_1 | Running migrations for django_extensions:
  35489. web_1 | - Nothing to migrate.
  35490. web_1 | - Loading initial data for django_extensions.
  35491. web_1 | Installed 0 object(s) from 0 fixture(s)
  35492. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35493. web_1 | [GCC 4.9.2] on linux2
  35494. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35495. web_1 | (InteractiveConsole)
  35496. web_1 |
  35497. web_1 | >>> >>> Starting the server
  35498. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35499. web_1 |
  35500. web_1 | Fatal error: Unable to find local grunt.
  35501. web_1 |
  35502. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35503. web_1 | your project. For more information about installing and configuring grunt,
  35504. web_1 | please see the Getting Started guide:
  35505. web_1 |
  35506. web_1 | http://gruntjs.com/getting-started
  35507. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35508. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35509. web_1 | Syncing...
  35510. web_1 | Creating tables ...
  35511. web_1 | Installing custom SQL ...
  35512. web_1 | Installing indexes ...
  35513. web_1 | Installed 0 object(s) from 0 fixture(s)
  35514. web_1 |
  35515. web_1 | Synced:
  35516. web_1 | > django.contrib.auth
  35517. web_1 | > django.contrib.contenttypes
  35518. web_1 | > django.contrib.sessions
  35519. web_1 | > django.contrib.sites
  35520. web_1 | > django.contrib.messages
  35521. web_1 | > django.contrib.staticfiles
  35522. web_1 | > django.contrib.admin
  35523. web_1 | > south
  35524. web_1 | > crispy_forms
  35525. web_1 | > avatar
  35526. web_1 | > bootstrap3
  35527. web_1 | > users
  35528. web_1 | > allauth
  35529. web_1 | > allauth.account
  35530. web_1 | > django.contrib.humanize
  35531. web_1 | > debug_toolbar
  35532. web_1 |
  35533. web_1 | Not synced (use migrations):
  35534. web_1 | - allauth.socialaccount
  35535. web_1 | - django_extensions
  35536. web_1 | (use ./manage.py migrate to migrate these)
  35537. web_1 | Running migrations for socialaccount:
  35538. web_1 | - Nothing to migrate.
  35539. web_1 | - Loading initial data for socialaccount.
  35540. web_1 | Installed 0 object(s) from 0 fixture(s)
  35541. web_1 | Running migrations for django_extensions:
  35542. web_1 | - Nothing to migrate.
  35543. web_1 | - Loading initial data for django_extensions.
  35544. web_1 | Installed 0 object(s) from 0 fixture(s)
  35545. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35546. web_1 | [GCC 4.9.2] on linux2
  35547. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35548. web_1 | (InteractiveConsole)
  35549. web_1 |
  35550. web_1 | >>> >>> Starting the server
  35551. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35552. web_1 |
  35553. web_1 | Fatal error: Unable to find local grunt.
  35554. web_1 |
  35555. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35556. web_1 | your project. For more information about installing and configuring grunt,
  35557. web_1 | please see the Getting Started guide:
  35558. web_1 |
  35559. web_1 | http://gruntjs.com/getting-started
  35560. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35561. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35562. web_1 | Syncing...
  35563. web_1 | Creating tables ...
  35564. web_1 | Installing custom SQL ...
  35565. web_1 | Installing indexes ...
  35566. web_1 | Installed 0 object(s) from 0 fixture(s)
  35567. web_1 |
  35568. web_1 | Synced:
  35569. web_1 | > django.contrib.auth
  35570. web_1 | > django.contrib.contenttypes
  35571. web_1 | > django.contrib.sessions
  35572. web_1 | > django.contrib.sites
  35573. web_1 | > django.contrib.messages
  35574. web_1 | > django.contrib.staticfiles
  35575. web_1 | > django.contrib.admin
  35576. web_1 | > south
  35577. web_1 | > crispy_forms
  35578. web_1 | > avatar
  35579. web_1 | > bootstrap3
  35580. web_1 | > users
  35581. web_1 | > allauth
  35582. web_1 | > allauth.account
  35583. web_1 | > django.contrib.humanize
  35584. web_1 | > debug_toolbar
  35585. web_1 |
  35586. web_1 | Not synced (use migrations):
  35587. web_1 | - allauth.socialaccount
  35588. web_1 | - django_extensions
  35589. web_1 | (use ./manage.py migrate to migrate these)
  35590. web_1 | Running migrations for socialaccount:
  35591. web_1 | - Nothing to migrate.
  35592. web_1 | - Loading initial data for socialaccount.
  35593. web_1 | Installed 0 object(s) from 0 fixture(s)
  35594. web_1 | Running migrations for django_extensions:
  35595. web_1 | - Nothing to migrate.
  35596. web_1 | - Loading initial data for django_extensions.
  35597. web_1 | Installed 0 object(s) from 0 fixture(s)
  35598. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35599. web_1 | [GCC 4.9.2] on linux2
  35600. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35601. web_1 | (InteractiveConsole)
  35602. web_1 |
  35603. web_1 | >>> >>> Starting the server
  35604. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35605. web_1 |
  35606. web_1 | Fatal error: Unable to find local grunt.
  35607. web_1 |
  35608. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35609. web_1 | your project. For more information about installing and configuring grunt,
  35610. web_1 | please see the Getting Started guide:
  35611. web_1 |
  35612. web_1 | http://gruntjs.com/getting-started
  35613. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35614. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35615. web_1 | Syncing...
  35616. web_1 | Creating tables ...
  35617. web_1 | Installing custom SQL ...
  35618. web_1 | Installing indexes ...
  35619. web_1 | Installed 0 object(s) from 0 fixture(s)
  35620. web_1 |
  35621. web_1 | Synced:
  35622. web_1 | > django.contrib.auth
  35623. web_1 | > django.contrib.contenttypes
  35624. web_1 | > django.contrib.sessions
  35625. web_1 | > django.contrib.sites
  35626. web_1 | > django.contrib.messages
  35627. web_1 | > django.contrib.staticfiles
  35628. web_1 | > django.contrib.admin
  35629. web_1 | > south
  35630. web_1 | > crispy_forms
  35631. web_1 | > avatar
  35632. web_1 | > bootstrap3
  35633. web_1 | > users
  35634. web_1 | > allauth
  35635. web_1 | > allauth.account
  35636. web_1 | > django.contrib.humanize
  35637. web_1 | > debug_toolbar
  35638. web_1 |
  35639. web_1 | Not synced (use migrations):
  35640. web_1 | - allauth.socialaccount
  35641. web_1 | - django_extensions
  35642. web_1 | (use ./manage.py migrate to migrate these)
  35643. web_1 | Running migrations for socialaccount:
  35644. web_1 | - Nothing to migrate.
  35645. web_1 | - Loading initial data for socialaccount.
  35646. web_1 | Installed 0 object(s) from 0 fixture(s)
  35647. web_1 | Running migrations for django_extensions:
  35648. web_1 | - Nothing to migrate.
  35649. web_1 | - Loading initial data for django_extensions.
  35650. web_1 | Installed 0 object(s) from 0 fixture(s)
  35651. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35652. web_1 | [GCC 4.9.2] on linux2
  35653. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35654. web_1 | (InteractiveConsole)
  35655. web_1 |
  35656. web_1 | >>> >>> Starting the server
  35657. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35658. web_1 |
  35659. web_1 | Fatal error: Unable to find local grunt.
  35660. web_1 |
  35661. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35662. web_1 | your project. For more information about installing and configuring grunt,
  35663. web_1 | please see the Getting Started guide:
  35664. web_1 |
  35665. web_1 | http://gruntjs.com/getting-started
  35666. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35667. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35668. web_1 | Syncing...
  35669. web_1 | Creating tables ...
  35670. web_1 | Installing custom SQL ...
  35671. web_1 | Installing indexes ...
  35672. web_1 | Installed 0 object(s) from 0 fixture(s)
  35673. web_1 |
  35674. web_1 | Synced:
  35675. web_1 | > django.contrib.auth
  35676. web_1 | > django.contrib.contenttypes
  35677. web_1 | > django.contrib.sessions
  35678. web_1 | > django.contrib.sites
  35679. web_1 | > django.contrib.messages
  35680. web_1 | > django.contrib.staticfiles
  35681. web_1 | > django.contrib.admin
  35682. web_1 | > south
  35683. web_1 | > crispy_forms
  35684. web_1 | > avatar
  35685. web_1 | > bootstrap3
  35686. web_1 | > users
  35687. web_1 | > allauth
  35688. web_1 | > allauth.account
  35689. web_1 | > django.contrib.humanize
  35690. web_1 | > debug_toolbar
  35691. web_1 |
  35692. web_1 | Not synced (use migrations):
  35693. web_1 | - allauth.socialaccount
  35694. web_1 | - django_extensions
  35695. web_1 | (use ./manage.py migrate to migrate these)
  35696. web_1 | Running migrations for socialaccount:
  35697. web_1 | - Nothing to migrate.
  35698. web_1 | - Loading initial data for socialaccount.
  35699. web_1 | Installed 0 object(s) from 0 fixture(s)
  35700. web_1 | Running migrations for django_extensions:
  35701. web_1 | - Nothing to migrate.
  35702. web_1 | - Loading initial data for django_extensions.
  35703. web_1 | Installed 0 object(s) from 0 fixture(s)
  35704. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35705. web_1 | [GCC 4.9.2] on linux2
  35706. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35707. web_1 | (InteractiveConsole)
  35708. web_1 |
  35709. web_1 | >>> >>> Starting the server
  35710. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35711. web_1 |
  35712. web_1 | Fatal error: Unable to find local grunt.
  35713. web_1 |
  35714. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35715. web_1 | your project. For more information about installing and configuring grunt,
  35716. web_1 | please see the Getting Started guide:
  35717. web_1 |
  35718. web_1 | http://gruntjs.com/getting-started
  35719. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35720. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35721. web_1 | Syncing...
  35722. web_1 | Creating tables ...
  35723. web_1 | Installing custom SQL ...
  35724. web_1 | Installing indexes ...
  35725. web_1 | Installed 0 object(s) from 0 fixture(s)
  35726. web_1 |
  35727. web_1 | Synced:
  35728. web_1 | > django.contrib.auth
  35729. web_1 | > django.contrib.contenttypes
  35730. web_1 | > django.contrib.sessions
  35731. web_1 | > django.contrib.sites
  35732. web_1 | > django.contrib.messages
  35733. web_1 | > django.contrib.staticfiles
  35734. web_1 | > django.contrib.admin
  35735. web_1 | > south
  35736. web_1 | > crispy_forms
  35737. web_1 | > avatar
  35738. web_1 | > bootstrap3
  35739. web_1 | > users
  35740. web_1 | > allauth
  35741. web_1 | > allauth.account
  35742. web_1 | > django.contrib.humanize
  35743. web_1 | > debug_toolbar
  35744. web_1 |
  35745. web_1 | Not synced (use migrations):
  35746. web_1 | - allauth.socialaccount
  35747. web_1 | - django_extensions
  35748. web_1 | (use ./manage.py migrate to migrate these)
  35749. web_1 | Running migrations for socialaccount:
  35750. web_1 | - Nothing to migrate.
  35751. web_1 | - Loading initial data for socialaccount.
  35752. web_1 | Installed 0 object(s) from 0 fixture(s)
  35753. web_1 | Running migrations for django_extensions:
  35754. web_1 | - Nothing to migrate.
  35755. web_1 | - Loading initial data for django_extensions.
  35756. web_1 | Installed 0 object(s) from 0 fixture(s)
  35757. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35758. web_1 | [GCC 4.9.2] on linux2
  35759. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35760. web_1 | (InteractiveConsole)
  35761. web_1 |
  35762. web_1 | >>> >>> Starting the server
  35763. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35764. web_1 |
  35765. web_1 | Fatal error: Unable to find local grunt.
  35766. web_1 |
  35767. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35768. web_1 | your project. For more information about installing and configuring grunt,
  35769. web_1 | please see the Getting Started guide:
  35770. web_1 |
  35771. web_1 | http://gruntjs.com/getting-started
  35772. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35773. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35774. web_1 | Syncing...
  35775. web_1 | Creating tables ...
  35776. web_1 | Installing custom SQL ...
  35777. web_1 | Installing indexes ...
  35778. web_1 | Installed 0 object(s) from 0 fixture(s)
  35779. web_1 |
  35780. web_1 | Synced:
  35781. web_1 | > django.contrib.auth
  35782. web_1 | > django.contrib.contenttypes
  35783. web_1 | > django.contrib.sessions
  35784. web_1 | > django.contrib.sites
  35785. web_1 | > django.contrib.messages
  35786. web_1 | > django.contrib.staticfiles
  35787. web_1 | > django.contrib.admin
  35788. web_1 | > south
  35789. web_1 | > crispy_forms
  35790. web_1 | > avatar
  35791. web_1 | > bootstrap3
  35792. web_1 | > users
  35793. web_1 | > allauth
  35794. web_1 | > allauth.account
  35795. web_1 | > django.contrib.humanize
  35796. web_1 | > debug_toolbar
  35797. web_1 |
  35798. web_1 | Not synced (use migrations):
  35799. web_1 | - allauth.socialaccount
  35800. web_1 | - django_extensions
  35801. web_1 | (use ./manage.py migrate to migrate these)
  35802. web_1 | Running migrations for socialaccount:
  35803. web_1 | - Nothing to migrate.
  35804. web_1 | - Loading initial data for socialaccount.
  35805. web_1 | Installed 0 object(s) from 0 fixture(s)
  35806. web_1 | Running migrations for django_extensions:
  35807. web_1 | - Nothing to migrate.
  35808. web_1 | - Loading initial data for django_extensions.
  35809. web_1 | Installed 0 object(s) from 0 fixture(s)
  35810. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35811. web_1 | [GCC 4.9.2] on linux2
  35812. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35813. web_1 | (InteractiveConsole)
  35814. web_1 |
  35815. web_1 | >>> >>> Starting the server
  35816. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35817. web_1 |
  35818. web_1 | Fatal error: Unable to find local grunt.
  35819. web_1 |
  35820. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35821. web_1 | your project. For more information about installing and configuring grunt,
  35822. web_1 | please see the Getting Started guide:
  35823. web_1 |
  35824. web_1 | http://gruntjs.com/getting-started
  35825. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35826. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35827. web_1 | Syncing...
  35828. web_1 | Creating tables ...
  35829. web_1 | Installing custom SQL ...
  35830. web_1 | Installing indexes ...
  35831. web_1 | Installed 0 object(s) from 0 fixture(s)
  35832. web_1 |
  35833. web_1 | Synced:
  35834. web_1 | > django.contrib.auth
  35835. web_1 | > django.contrib.contenttypes
  35836. web_1 | > django.contrib.sessions
  35837. web_1 | > django.contrib.sites
  35838. web_1 | > django.contrib.messages
  35839. web_1 | > django.contrib.staticfiles
  35840. web_1 | > django.contrib.admin
  35841. web_1 | > south
  35842. web_1 | > crispy_forms
  35843. web_1 | > avatar
  35844. web_1 | > bootstrap3
  35845. web_1 | > users
  35846. web_1 | > allauth
  35847. web_1 | > allauth.account
  35848. web_1 | > django.contrib.humanize
  35849. web_1 | > debug_toolbar
  35850. web_1 |
  35851. web_1 | Not synced (use migrations):
  35852. web_1 | - allauth.socialaccount
  35853. web_1 | - django_extensions
  35854. web_1 | (use ./manage.py migrate to migrate these)
  35855. web_1 | Running migrations for socialaccount:
  35856. web_1 | - Nothing to migrate.
  35857. web_1 | - Loading initial data for socialaccount.
  35858. web_1 | Installed 0 object(s) from 0 fixture(s)
  35859. web_1 | Running migrations for django_extensions:
  35860. web_1 | - Nothing to migrate.
  35861. web_1 | - Loading initial data for django_extensions.
  35862. web_1 | Installed 0 object(s) from 0 fixture(s)
  35863. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35864. web_1 | [GCC 4.9.2] on linux2
  35865. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35866. web_1 | (InteractiveConsole)
  35867. web_1 |
  35868. web_1 | >>> >>> Starting the server
  35869. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35870. web_1 |
  35871. web_1 | Fatal error: Unable to find local grunt.
  35872. web_1 |
  35873. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35874. web_1 | your project. For more information about installing and configuring grunt,
  35875. web_1 | please see the Getting Started guide:
  35876. web_1 |
  35877. web_1 | http://gruntjs.com/getting-started
  35878. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35879. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35880. web_1 | Syncing...
  35881. web_1 | Creating tables ...
  35882. web_1 | Installing custom SQL ...
  35883. web_1 | Installing indexes ...
  35884. web_1 | Installed 0 object(s) from 0 fixture(s)
  35885. web_1 |
  35886. web_1 | Synced:
  35887. web_1 | > django.contrib.auth
  35888. web_1 | > django.contrib.contenttypes
  35889. web_1 | > django.contrib.sessions
  35890. web_1 | > django.contrib.sites
  35891. web_1 | > django.contrib.messages
  35892. web_1 | > django.contrib.staticfiles
  35893. web_1 | > django.contrib.admin
  35894. web_1 | > south
  35895. web_1 | > crispy_forms
  35896. web_1 | > avatar
  35897. web_1 | > bootstrap3
  35898. web_1 | > users
  35899. web_1 | > allauth
  35900. web_1 | > allauth.account
  35901. web_1 | > django.contrib.humanize
  35902. web_1 | > debug_toolbar
  35903. web_1 |
  35904. web_1 | Not synced (use migrations):
  35905. web_1 | - allauth.socialaccount
  35906. web_1 | - django_extensions
  35907. web_1 | (use ./manage.py migrate to migrate these)
  35908. web_1 | Running migrations for socialaccount:
  35909. web_1 | - Nothing to migrate.
  35910. web_1 | - Loading initial data for socialaccount.
  35911. web_1 | Installed 0 object(s) from 0 fixture(s)
  35912. web_1 | Running migrations for django_extensions:
  35913. web_1 | - Nothing to migrate.
  35914. web_1 | - Loading initial data for django_extensions.
  35915. web_1 | Installed 0 object(s) from 0 fixture(s)
  35916. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35917. web_1 | [GCC 4.9.2] on linux2
  35918. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35919. web_1 | (InteractiveConsole)
  35920. web_1 |
  35921. web_1 | >>> >>> Starting the server
  35922. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35923. web_1 |
  35924. web_1 | Fatal error: Unable to find local grunt.
  35925. web_1 |
  35926. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35927. web_1 | your project. For more information about installing and configuring grunt,
  35928. web_1 | please see the Getting Started guide:
  35929. web_1 |
  35930. web_1 | http://gruntjs.com/getting-started
  35931. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35932. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35933. web_1 | Syncing...
  35934. web_1 | Creating tables ...
  35935. web_1 | Installing custom SQL ...
  35936. web_1 | Installing indexes ...
  35937. web_1 | Installed 0 object(s) from 0 fixture(s)
  35938. web_1 |
  35939. web_1 | Synced:
  35940. web_1 | > django.contrib.auth
  35941. web_1 | > django.contrib.contenttypes
  35942. web_1 | > django.contrib.sessions
  35943. web_1 | > django.contrib.sites
  35944. web_1 | > django.contrib.messages
  35945. web_1 | > django.contrib.staticfiles
  35946. web_1 | > django.contrib.admin
  35947. web_1 | > south
  35948. web_1 | > crispy_forms
  35949. web_1 | > avatar
  35950. web_1 | > bootstrap3
  35951. web_1 | > users
  35952. web_1 | > allauth
  35953. web_1 | > allauth.account
  35954. web_1 | > django.contrib.humanize
  35955. web_1 | > debug_toolbar
  35956. web_1 |
  35957. web_1 | Not synced (use migrations):
  35958. web_1 | - allauth.socialaccount
  35959. web_1 | - django_extensions
  35960. web_1 | (use ./manage.py migrate to migrate these)
  35961. web_1 | Running migrations for socialaccount:
  35962. web_1 | - Nothing to migrate.
  35963. web_1 | - Loading initial data for socialaccount.
  35964. web_1 | Installed 0 object(s) from 0 fixture(s)
  35965. web_1 | Running migrations for django_extensions:
  35966. web_1 | - Nothing to migrate.
  35967. web_1 | - Loading initial data for django_extensions.
  35968. web_1 | Installed 0 object(s) from 0 fixture(s)
  35969. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  35970. web_1 | [GCC 4.9.2] on linux2
  35971. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  35972. web_1 | (InteractiveConsole)
  35973. web_1 |
  35974. web_1 | >>> >>> Starting the server
  35975. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  35976. web_1 |
  35977. web_1 | Fatal error: Unable to find local grunt.
  35978. web_1 |
  35979. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  35980. web_1 | your project. For more information about installing and configuring grunt,
  35981. web_1 | please see the Getting Started guide:
  35982. web_1 |
  35983. web_1 | http://gruntjs.com/getting-started
  35984. web_1 | Starting OpenBSD Secure Shell server: sshd.
  35985. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  35986. web_1 | Syncing...
  35987. web_1 | Creating tables ...
  35988. web_1 | Installing custom SQL ...
  35989. web_1 | Installing indexes ...
  35990. web_1 | Installed 0 object(s) from 0 fixture(s)
  35991. web_1 |
  35992. web_1 | Synced:
  35993. web_1 | > django.contrib.auth
  35994. web_1 | > django.contrib.contenttypes
  35995. web_1 | > django.contrib.sessions
  35996. web_1 | > django.contrib.sites
  35997. web_1 | > django.contrib.messages
  35998. web_1 | > django.contrib.staticfiles
  35999. web_1 | > django.contrib.admin
  36000. web_1 | > south
  36001. web_1 | > crispy_forms
  36002. web_1 | > avatar
  36003. web_1 | > bootstrap3
  36004. web_1 | > users
  36005. web_1 | > allauth
  36006. web_1 | > allauth.account
  36007. web_1 | > django.contrib.humanize
  36008. web_1 | > debug_toolbar
  36009. web_1 |
  36010. web_1 | Not synced (use migrations):
  36011. web_1 | - allauth.socialaccount
  36012. web_1 | - django_extensions
  36013. web_1 | (use ./manage.py migrate to migrate these)
  36014. web_1 | Running migrations for socialaccount:
  36015. web_1 | - Nothing to migrate.
  36016. web_1 | - Loading initial data for socialaccount.
  36017. web_1 | Installed 0 object(s) from 0 fixture(s)
  36018. web_1 | Running migrations for django_extensions:
  36019. web_1 | - Nothing to migrate.
  36020. web_1 | - Loading initial data for django_extensions.
  36021. web_1 | Installed 0 object(s) from 0 fixture(s)
  36022. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36023. web_1 | [GCC 4.9.2] on linux2
  36024. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36025. web_1 | (InteractiveConsole)
  36026. web_1 |
  36027. web_1 | >>> >>> Starting the server
  36028. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36029. web_1 |
  36030. web_1 | Fatal error: Unable to find local grunt.
  36031. web_1 |
  36032. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36033. web_1 | your project. For more information about installing and configuring grunt,
  36034. web_1 | please see the Getting Started guide:
  36035. web_1 |
  36036. web_1 | http://gruntjs.com/getting-started
  36037. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36038. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36039. web_1 | Syncing...
  36040. web_1 | Creating tables ...
  36041. web_1 | Installing custom SQL ...
  36042. web_1 | Installing indexes ...
  36043. web_1 | Installed 0 object(s) from 0 fixture(s)
  36044. web_1 |
  36045. web_1 | Synced:
  36046. web_1 | > django.contrib.auth
  36047. web_1 | > django.contrib.contenttypes
  36048. web_1 | > django.contrib.sessions
  36049. web_1 | > django.contrib.sites
  36050. web_1 | > django.contrib.messages
  36051. web_1 | > django.contrib.staticfiles
  36052. web_1 | > django.contrib.admin
  36053. web_1 | > south
  36054. web_1 | > crispy_forms
  36055. web_1 | > avatar
  36056. web_1 | > bootstrap3
  36057. web_1 | > users
  36058. web_1 | > allauth
  36059. web_1 | > allauth.account
  36060. web_1 | > django.contrib.humanize
  36061. web_1 | > debug_toolbar
  36062. web_1 |
  36063. web_1 | Not synced (use migrations):
  36064. web_1 | - allauth.socialaccount
  36065. web_1 | - django_extensions
  36066. web_1 | (use ./manage.py migrate to migrate these)
  36067. web_1 | Running migrations for socialaccount:
  36068. web_1 | - Nothing to migrate.
  36069. web_1 | - Loading initial data for socialaccount.
  36070. web_1 | Installed 0 object(s) from 0 fixture(s)
  36071. web_1 | Running migrations for django_extensions:
  36072. web_1 | - Nothing to migrate.
  36073. web_1 | - Loading initial data for django_extensions.
  36074. web_1 | Installed 0 object(s) from 0 fixture(s)
  36075. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36076. web_1 | [GCC 4.9.2] on linux2
  36077. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36078. web_1 | (InteractiveConsole)
  36079. web_1 |
  36080. web_1 | >>> >>> Starting the server
  36081. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36082. web_1 |
  36083. web_1 | Fatal error: Unable to find local grunt.
  36084. web_1 |
  36085. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36086. web_1 | your project. For more information about installing and configuring grunt,
  36087. web_1 | please see the Getting Started guide:
  36088. web_1 |
  36089. web_1 | http://gruntjs.com/getting-started
  36090. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36091. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36092. web_1 | Syncing...
  36093. web_1 | Creating tables ...
  36094. web_1 | Installing custom SQL ...
  36095. web_1 | Installing indexes ...
  36096. web_1 | Installed 0 object(s) from 0 fixture(s)
  36097. web_1 |
  36098. web_1 | Synced:
  36099. web_1 | > django.contrib.auth
  36100. web_1 | > django.contrib.contenttypes
  36101. web_1 | > django.contrib.sessions
  36102. web_1 | > django.contrib.sites
  36103. web_1 | > django.contrib.messages
  36104. web_1 | > django.contrib.staticfiles
  36105. web_1 | > django.contrib.admin
  36106. web_1 | > south
  36107. web_1 | > crispy_forms
  36108. web_1 | > avatar
  36109. web_1 | > bootstrap3
  36110. web_1 | > users
  36111. web_1 | > allauth
  36112. web_1 | > allauth.account
  36113. web_1 | > django.contrib.humanize
  36114. web_1 | > debug_toolbar
  36115. web_1 |
  36116. web_1 | Not synced (use migrations):
  36117. web_1 | - allauth.socialaccount
  36118. web_1 | - django_extensions
  36119. web_1 | (use ./manage.py migrate to migrate these)
  36120. web_1 | Running migrations for socialaccount:
  36121. web_1 | - Nothing to migrate.
  36122. web_1 | - Loading initial data for socialaccount.
  36123. web_1 | Installed 0 object(s) from 0 fixture(s)
  36124. web_1 | Running migrations for django_extensions:
  36125. web_1 | - Nothing to migrate.
  36126. web_1 | - Loading initial data for django_extensions.
  36127. web_1 | Installed 0 object(s) from 0 fixture(s)
  36128. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36129. web_1 | [GCC 4.9.2] on linux2
  36130. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36131. web_1 | (InteractiveConsole)
  36132. web_1 |
  36133. web_1 | >>> >>> Starting the server
  36134. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36135. web_1 |
  36136. web_1 | Fatal error: Unable to find local grunt.
  36137. web_1 |
  36138. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36139. web_1 | your project. For more information about installing and configuring grunt,
  36140. web_1 | please see the Getting Started guide:
  36141. web_1 |
  36142. web_1 | http://gruntjs.com/getting-started
  36143. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36144. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36145. web_1 | Syncing...
  36146. web_1 | Creating tables ...
  36147. web_1 | Installing custom SQL ...
  36148. web_1 | Installing indexes ...
  36149. web_1 | Installed 0 object(s) from 0 fixture(s)
  36150. web_1 |
  36151. web_1 | Synced:
  36152. web_1 | > django.contrib.auth
  36153. web_1 | > django.contrib.contenttypes
  36154. web_1 | > django.contrib.sessions
  36155. web_1 | > django.contrib.sites
  36156. web_1 | > django.contrib.messages
  36157. web_1 | > django.contrib.staticfiles
  36158. web_1 | > django.contrib.admin
  36159. web_1 | > south
  36160. web_1 | > crispy_forms
  36161. web_1 | > avatar
  36162. web_1 | > bootstrap3
  36163. web_1 | > users
  36164. web_1 | > allauth
  36165. web_1 | > allauth.account
  36166. web_1 | > django.contrib.humanize
  36167. web_1 | > debug_toolbar
  36168. web_1 |
  36169. web_1 | Not synced (use migrations):
  36170. web_1 | - allauth.socialaccount
  36171. web_1 | - django_extensions
  36172. web_1 | (use ./manage.py migrate to migrate these)
  36173. web_1 | Running migrations for socialaccount:
  36174. web_1 | - Nothing to migrate.
  36175. web_1 | - Loading initial data for socialaccount.
  36176. web_1 | Installed 0 object(s) from 0 fixture(s)
  36177. web_1 | Running migrations for django_extensions:
  36178. web_1 | - Nothing to migrate.
  36179. web_1 | - Loading initial data for django_extensions.
  36180. web_1 | Installed 0 object(s) from 0 fixture(s)
  36181. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36182. web_1 | [GCC 4.9.2] on linux2
  36183. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36184. web_1 | (InteractiveConsole)
  36185. web_1 |
  36186. web_1 | >>> >>> Starting the server
  36187. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36188. web_1 |
  36189. web_1 | Fatal error: Unable to find local grunt.
  36190. web_1 |
  36191. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36192. web_1 | your project. For more information about installing and configuring grunt,
  36193. web_1 | please see the Getting Started guide:
  36194. web_1 |
  36195. web_1 | http://gruntjs.com/getting-started
  36196. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36197. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36198. web_1 | Syncing...
  36199. web_1 | Creating tables ...
  36200. web_1 | Installing custom SQL ...
  36201. web_1 | Installing indexes ...
  36202. web_1 | Installed 0 object(s) from 0 fixture(s)
  36203. web_1 |
  36204. web_1 | Synced:
  36205. web_1 | > django.contrib.auth
  36206. web_1 | > django.contrib.contenttypes
  36207. web_1 | > django.contrib.sessions
  36208. web_1 | > django.contrib.sites
  36209. web_1 | > django.contrib.messages
  36210. web_1 | > django.contrib.staticfiles
  36211. web_1 | > django.contrib.admin
  36212. web_1 | > south
  36213. web_1 | > crispy_forms
  36214. web_1 | > avatar
  36215. web_1 | > bootstrap3
  36216. web_1 | > users
  36217. web_1 | > allauth
  36218. web_1 | > allauth.account
  36219. web_1 | > django.contrib.humanize
  36220. web_1 | > debug_toolbar
  36221. web_1 |
  36222. web_1 | Not synced (use migrations):
  36223. web_1 | - allauth.socialaccount
  36224. web_1 | - django_extensions
  36225. web_1 | (use ./manage.py migrate to migrate these)
  36226. web_1 | Running migrations for socialaccount:
  36227. web_1 | - Nothing to migrate.
  36228. web_1 | - Loading initial data for socialaccount.
  36229. web_1 | Installed 0 object(s) from 0 fixture(s)
  36230. web_1 | Running migrations for django_extensions:
  36231. web_1 | - Nothing to migrate.
  36232. web_1 | - Loading initial data for django_extensions.
  36233. web_1 | Installed 0 object(s) from 0 fixture(s)
  36234. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36235. web_1 | [GCC 4.9.2] on linux2
  36236. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36237. web_1 | (InteractiveConsole)
  36238. web_1 |
  36239. web_1 | >>> >>> Starting the server
  36240. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36241. web_1 |
  36242. web_1 | Fatal error: Unable to find local grunt.
  36243. web_1 |
  36244. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36245. web_1 | your project. For more information about installing and configuring grunt,
  36246. web_1 | please see the Getting Started guide:
  36247. web_1 |
  36248. web_1 | http://gruntjs.com/getting-started
  36249. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36250. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36251. web_1 | Syncing...
  36252. web_1 | Creating tables ...
  36253. web_1 | Installing custom SQL ...
  36254. web_1 | Installing indexes ...
  36255. web_1 | Installed 0 object(s) from 0 fixture(s)
  36256. web_1 |
  36257. web_1 | Synced:
  36258. web_1 | > django.contrib.auth
  36259. web_1 | > django.contrib.contenttypes
  36260. web_1 | > django.contrib.sessions
  36261. web_1 | > django.contrib.sites
  36262. web_1 | > django.contrib.messages
  36263. web_1 | > django.contrib.staticfiles
  36264. web_1 | > django.contrib.admin
  36265. web_1 | > south
  36266. web_1 | > crispy_forms
  36267. web_1 | > avatar
  36268. web_1 | > bootstrap3
  36269. web_1 | > users
  36270. web_1 | > allauth
  36271. web_1 | > allauth.account
  36272. web_1 | > django.contrib.humanize
  36273. web_1 | > debug_toolbar
  36274. web_1 |
  36275. web_1 | Not synced (use migrations):
  36276. web_1 | - allauth.socialaccount
  36277. web_1 | - django_extensions
  36278. web_1 | (use ./manage.py migrate to migrate these)
  36279. web_1 | Running migrations for socialaccount:
  36280. web_1 | - Nothing to migrate.
  36281. web_1 | - Loading initial data for socialaccount.
  36282. web_1 | Installed 0 object(s) from 0 fixture(s)
  36283. web_1 | Running migrations for django_extensions:
  36284. web_1 | - Nothing to migrate.
  36285. web_1 | - Loading initial data for django_extensions.
  36286. web_1 | Installed 0 object(s) from 0 fixture(s)
  36287. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36288. web_1 | [GCC 4.9.2] on linux2
  36289. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36290. web_1 | (InteractiveConsole)
  36291. web_1 |
  36292. web_1 | >>> >>> Starting the server
  36293. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36294. web_1 |
  36295. web_1 | Fatal error: Unable to find local grunt.
  36296. web_1 |
  36297. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36298. web_1 | your project. For more information about installing and configuring grunt,
  36299. web_1 | please see the Getting Started guide:
  36300. web_1 |
  36301. web_1 | http://gruntjs.com/getting-started
  36302. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36303. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36304. web_1 | Syncing...
  36305. web_1 | Creating tables ...
  36306. web_1 | Installing custom SQL ...
  36307. web_1 | Installing indexes ...
  36308. web_1 | Installed 0 object(s) from 0 fixture(s)
  36309. web_1 |
  36310. web_1 | Synced:
  36311. web_1 | > django.contrib.auth
  36312. web_1 | > django.contrib.contenttypes
  36313. web_1 | > django.contrib.sessions
  36314. web_1 | > django.contrib.sites
  36315. web_1 | > django.contrib.messages
  36316. web_1 | > django.contrib.staticfiles
  36317. web_1 | > django.contrib.admin
  36318. web_1 | > south
  36319. web_1 | > crispy_forms
  36320. web_1 | > avatar
  36321. web_1 | > bootstrap3
  36322. web_1 | > users
  36323. web_1 | > allauth
  36324. web_1 | > allauth.account
  36325. web_1 | > django.contrib.humanize
  36326. web_1 | > debug_toolbar
  36327. web_1 |
  36328. web_1 | Not synced (use migrations):
  36329. web_1 | - allauth.socialaccount
  36330. web_1 | - django_extensions
  36331. web_1 | (use ./manage.py migrate to migrate these)
  36332. web_1 | Running migrations for socialaccount:
  36333. web_1 | - Nothing to migrate.
  36334. web_1 | - Loading initial data for socialaccount.
  36335. web_1 | Installed 0 object(s) from 0 fixture(s)
  36336. web_1 | Running migrations for django_extensions:
  36337. web_1 | - Nothing to migrate.
  36338. web_1 | - Loading initial data for django_extensions.
  36339. web_1 | Installed 0 object(s) from 0 fixture(s)
  36340. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36341. web_1 | [GCC 4.9.2] on linux2
  36342. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36343. web_1 | (InteractiveConsole)
  36344. web_1 |
  36345. web_1 | >>> >>> Starting the server
  36346. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36347. web_1 |
  36348. web_1 | Fatal error: Unable to find local grunt.
  36349. web_1 |
  36350. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36351. web_1 | your project. For more information about installing and configuring grunt,
  36352. web_1 | please see the Getting Started guide:
  36353. web_1 |
  36354. web_1 | http://gruntjs.com/getting-started
  36355. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36356. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36357. web_1 | Syncing...
  36358. web_1 | Creating tables ...
  36359. web_1 | Installing custom SQL ...
  36360. web_1 | Installing indexes ...
  36361. web_1 | Installed 0 object(s) from 0 fixture(s)
  36362. web_1 |
  36363. web_1 | Synced:
  36364. web_1 | > django.contrib.auth
  36365. web_1 | > django.contrib.contenttypes
  36366. web_1 | > django.contrib.sessions
  36367. web_1 | > django.contrib.sites
  36368. web_1 | > django.contrib.messages
  36369. web_1 | > django.contrib.staticfiles
  36370. web_1 | > django.contrib.admin
  36371. web_1 | > south
  36372. web_1 | > crispy_forms
  36373. web_1 | > avatar
  36374. web_1 | > bootstrap3
  36375. web_1 | > users
  36376. web_1 | > allauth
  36377. web_1 | > allauth.account
  36378. web_1 | > django.contrib.humanize
  36379. web_1 | > debug_toolbar
  36380. web_1 |
  36381. web_1 | Not synced (use migrations):
  36382. web_1 | - allauth.socialaccount
  36383. web_1 | - django_extensions
  36384. web_1 | (use ./manage.py migrate to migrate these)
  36385. web_1 | Running migrations for socialaccount:
  36386. web_1 | - Nothing to migrate.
  36387. web_1 | - Loading initial data for socialaccount.
  36388. web_1 | Installed 0 object(s) from 0 fixture(s)
  36389. web_1 | Running migrations for django_extensions:
  36390. web_1 | - Nothing to migrate.
  36391. web_1 | - Loading initial data for django_extensions.
  36392. web_1 | Installed 0 object(s) from 0 fixture(s)
  36393. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36394. web_1 | [GCC 4.9.2] on linux2
  36395. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36396. web_1 | (InteractiveConsole)
  36397. web_1 |
  36398. web_1 | >>> >>> Starting the server
  36399. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36400. web_1 |
  36401. web_1 | Fatal error: Unable to find local grunt.
  36402. web_1 |
  36403. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36404. web_1 | your project. For more information about installing and configuring grunt,
  36405. web_1 | please see the Getting Started guide:
  36406. web_1 |
  36407. web_1 | http://gruntjs.com/getting-started
  36408. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36409. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36410. web_1 | Syncing...
  36411. web_1 | Creating tables ...
  36412. web_1 | Installing custom SQL ...
  36413. web_1 | Installing indexes ...
  36414. web_1 | Installed 0 object(s) from 0 fixture(s)
  36415. web_1 |
  36416. web_1 | Synced:
  36417. web_1 | > django.contrib.auth
  36418. web_1 | > django.contrib.contenttypes
  36419. web_1 | > django.contrib.sessions
  36420. web_1 | > django.contrib.sites
  36421. web_1 | > django.contrib.messages
  36422. web_1 | > django.contrib.staticfiles
  36423. web_1 | > django.contrib.admin
  36424. web_1 | > south
  36425. web_1 | > crispy_forms
  36426. web_1 | > avatar
  36427. web_1 | > bootstrap3
  36428. web_1 | > users
  36429. web_1 | > allauth
  36430. web_1 | > allauth.account
  36431. web_1 | > django.contrib.humanize
  36432. web_1 | > debug_toolbar
  36433. web_1 |
  36434. web_1 | Not synced (use migrations):
  36435. web_1 | - allauth.socialaccount
  36436. web_1 | - django_extensions
  36437. web_1 | (use ./manage.py migrate to migrate these)
  36438. web_1 | Running migrations for socialaccount:
  36439. web_1 | - Nothing to migrate.
  36440. web_1 | - Loading initial data for socialaccount.
  36441. web_1 | Installed 0 object(s) from 0 fixture(s)
  36442. web_1 | Running migrations for django_extensions:
  36443. web_1 | - Nothing to migrate.
  36444. web_1 | - Loading initial data for django_extensions.
  36445. web_1 | Installed 0 object(s) from 0 fixture(s)
  36446. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36447. web_1 | [GCC 4.9.2] on linux2
  36448. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36449. web_1 | (InteractiveConsole)
  36450. web_1 |
  36451. web_1 | >>> >>> Starting the server
  36452. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36453. web_1 |
  36454. web_1 | Fatal error: Unable to find local grunt.
  36455. web_1 |
  36456. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36457. web_1 | your project. For more information about installing and configuring grunt,
  36458. web_1 | please see the Getting Started guide:
  36459. web_1 |
  36460. web_1 | http://gruntjs.com/getting-started
  36461. oclweb_web_1 exited with code 99
  36462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36464. web_1 | Syncing...
  36465. web_1 | Traceback (most recent call last):
  36466. web_1 | File "ocl_web/manage.py", line 19, in <module>
  36467. web_1 | execute_from_command_line(sys.argv)
  36468. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  36469. web_1 | utility.execute()
  36470. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  36471. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  36472. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  36473. web_1 | self.execute(*args, **options.__dict__)
  36474. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  36475. web_1 | output = self.handle(*args, **options)
  36476. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  36477. web_1 | return self.handle_noargs(**options)
  36478. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  36479. web_1 | syncdb.Command().execute(**options)
  36480. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  36481. web_1 | output = self.handle(*args, **options)
  36482. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  36483. web_1 | return self.handle_noargs(**options)
  36484. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  36485. web_1 | cursor = connection.cursor()
  36486. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  36487. web_1 | cursor = self.make_debug_cursor(self._cursor())
  36488. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  36489. web_1 | self.ensure_connection()
  36490. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36491. web_1 | self.connect()
  36492. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  36493. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  36494. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36495. web_1 | self.connect()
  36496. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  36497. web_1 | self.connection = self.get_new_connection(conn_params)
  36498. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  36499. web_1 | return Database.connect(**conn_params)
  36500. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  36501. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  36502. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  36503. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  36504. web_1 | TCP/IP connections on port 5432?
  36505. web_1 |
  36506. web_1 | Traceback (most recent call last):
  36507. web_1 | File "ocl_web/manage.py", line 19, in <module>
  36508. web_1 | execute_from_command_line(sys.argv)
  36509. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  36510. web_1 | utility.execute()
  36511. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  36512. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  36513. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  36514. web_1 | self.execute(*args, **options.__dict__)
  36515. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  36516. web_1 | output = self.handle(*args, **options)
  36517. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  36518. web_1 | ignore_ghosts = ignore_ghosts,
  36519. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  36520. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  36521. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  36522. web_1 | for h in histories:
  36523. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  36524. web_1 | self._fetch_all()
  36525. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  36526. web_1 | self._result_cache = list(self.iterator())
  36527. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  36528. web_1 | for row in compiler.results_iter():
  36529. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  36530. web_1 | for rows in self.execute_sql(MULTI):
  36531. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  36532. web_1 | cursor = self.connection.cursor()
  36533. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  36534. web_1 | cursor = self.make_debug_cursor(self._cursor())
  36535. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  36536. web_1 | self.ensure_connection()
  36537. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36538. web_1 | self.connect()
  36539. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  36540. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  36541. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36542. web_1 | self.connect()
  36543. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  36544. web_1 | self.connection = self.get_new_connection(conn_params)
  36545. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  36546. web_1 | return Database.connect(**conn_params)
  36547. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  36548. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  36549. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  36550. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  36551. web_1 | TCP/IP connections on port 5432?
  36552. web_1 |
  36553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36554. web_1 | [GCC 4.9.2] on linux2
  36555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36556. web_1 | (InteractiveConsole)
  36557. web_1 | Traceback (most recent call last):
  36558. web_1 | File "<console>", line 1, in <module>
  36559. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  36560. web_1 | return self.query.get_count(using=self.db)
  36561. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  36562. web_1 | number = obj.get_aggregation(using=using)[None]
  36563. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  36564. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  36565. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  36566. web_1 | cursor = self.connection.cursor()
  36567. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  36568. web_1 | cursor = self.make_debug_cursor(self._cursor())
  36569. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  36570. web_1 | self.ensure_connection()
  36571. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36572. web_1 | self.connect()
  36573. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  36574. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  36575. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  36576. web_1 | self.connect()
  36577. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  36578. web_1 | self.connection = self.get_new_connection(conn_params)
  36579. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  36580. web_1 | return Database.connect(**conn_params)
  36581. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  36582. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  36583. web_1 | OperationalError: could not connect to server: Connection refused
  36584. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  36585. web_1 | TCP/IP connections on port 5432?
  36586. web_1 |
  36587. web_1 |
  36588. web_1 | >>> >>> Starting the server
  36589. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36590. web_1 |
  36591. web_1 | Fatal error: Unable to find local grunt.
  36592. web_1 |
  36593. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36594. web_1 | your project. For more information about installing and configuring grunt,
  36595. web_1 | please see the Getting Started guide:
  36596. web_1 |
  36597. web_1 | http://gruntjs.com/getting-started
  36598. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36599. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36600. web_1 | Syncing...
  36601. web_1 | Creating tables ...
  36602. web_1 | Creating table auth_permission
  36603. web_1 | Creating table auth_group_permissions
  36604. web_1 | Creating table auth_group
  36605. web_1 | Creating table django_content_type
  36606. web_1 | Creating table django_session
  36607. web_1 | Creating table django_site
  36608. web_1 | Creating table django_admin_log
  36609. web_1 | Creating table south_migrationhistory
  36610. web_1 | Creating table avatar_avatar
  36611. web_1 | Creating table users_user_groups
  36612. web_1 | Creating table users_user_user_permissions
  36613. web_1 | Creating table users_user
  36614. web_1 | Creating table account_emailaddress
  36615. web_1 | Creating table account_emailconfirmation
  36616. web_1 | Installing custom SQL ...
  36617. web_1 | Installing indexes ...
  36618. web_1 | Installed 0 object(s) from 0 fixture(s)
  36619. web_1 |
  36620. web_1 | Synced:
  36621. web_1 | > django.contrib.auth
  36622. web_1 | > django.contrib.contenttypes
  36623. web_1 | > django.contrib.sessions
  36624. web_1 | > django.contrib.sites
  36625. web_1 | > django.contrib.messages
  36626. web_1 | > django.contrib.staticfiles
  36627. web_1 | > django.contrib.admin
  36628. web_1 | > south
  36629. web_1 | > crispy_forms
  36630. web_1 | > avatar
  36631. web_1 | > bootstrap3
  36632. web_1 | > users
  36633. web_1 | > allauth
  36634. web_1 | > allauth.account
  36635. web_1 | > django.contrib.humanize
  36636. web_1 | > debug_toolbar
  36637. web_1 |
  36638. web_1 | Not synced (use migrations):
  36639. web_1 | - allauth.socialaccount
  36640. web_1 | - django_extensions
  36641. web_1 | (use ./manage.py migrate to migrate these)
  36642. web_1 | Running migrations for socialaccount:
  36643. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  36644. web_1 | > socialaccount:0001_initial
  36645. web_1 | > socialaccount:0002_genericmodels
  36646. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  36647. web_1 | > socialaccount:0004_add_sites
  36648. web_1 | > socialaccount:0005_set_sites
  36649. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  36650. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  36651. web_1 | > socialaccount:0008_client_id
  36652. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  36653. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  36654. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  36655. web_1 | - Loading initial data for socialaccount.
  36656. web_1 | Installed 0 object(s) from 0 fixture(s)
  36657. web_1 | Running migrations for django_extensions:
  36658. web_1 | - Migrating forwards to 0001_empty.
  36659. web_1 | > django_extensions:0001_empty
  36660. web_1 | - Loading initial data for django_extensions.
  36661. web_1 | Installed 0 object(s) from 0 fixture(s)
  36662. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36663. web_1 | [GCC 4.9.2] on linux2
  36664. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36665. web_1 | (InteractiveConsole)
  36666. web_1 |
  36667. web_1 | >>> >>> Starting the server
  36668. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36669. web_1 |
  36670. web_1 | Fatal error: Unable to find local grunt.
  36671. web_1 |
  36672. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36673. web_1 | your project. For more information about installing and configuring grunt,
  36674. web_1 | please see the Getting Started guide:
  36675. web_1 |
  36676. web_1 | http://gruntjs.com/getting-started
  36677. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36678. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36679. web_1 | Syncing...
  36680. web_1 | Creating tables ...
  36681. web_1 | Installing custom SQL ...
  36682. web_1 | Installing indexes ...
  36683. web_1 | Installed 0 object(s) from 0 fixture(s)
  36684. web_1 |
  36685. web_1 | Synced:
  36686. web_1 | > django.contrib.auth
  36687. web_1 | > django.contrib.contenttypes
  36688. web_1 | > django.contrib.sessions
  36689. web_1 | > django.contrib.sites
  36690. web_1 | > django.contrib.messages
  36691. web_1 | > django.contrib.staticfiles
  36692. web_1 | > django.contrib.admin
  36693. web_1 | > south
  36694. web_1 | > crispy_forms
  36695. web_1 | > avatar
  36696. web_1 | > bootstrap3
  36697. web_1 | > users
  36698. web_1 | > allauth
  36699. web_1 | > allauth.account
  36700. web_1 | > django.contrib.humanize
  36701. web_1 | > debug_toolbar
  36702. web_1 |
  36703. web_1 | Not synced (use migrations):
  36704. web_1 | - allauth.socialaccount
  36705. web_1 | - django_extensions
  36706. web_1 | (use ./manage.py migrate to migrate these)
  36707. web_1 | Running migrations for socialaccount:
  36708. web_1 | - Nothing to migrate.
  36709. web_1 | - Loading initial data for socialaccount.
  36710. web_1 | Installed 0 object(s) from 0 fixture(s)
  36711. web_1 | Running migrations for django_extensions:
  36712. web_1 | - Nothing to migrate.
  36713. web_1 | - Loading initial data for django_extensions.
  36714. web_1 | Installed 0 object(s) from 0 fixture(s)
  36715. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36716. web_1 | [GCC 4.9.2] on linux2
  36717. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36718. web_1 | (InteractiveConsole)
  36719. web_1 |
  36720. web_1 | >>> >>> Starting the server
  36721. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36722. web_1 |
  36723. web_1 | Fatal error: Unable to find local grunt.
  36724. web_1 |
  36725. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36726. web_1 | your project. For more information about installing and configuring grunt,
  36727. web_1 | please see the Getting Started guide:
  36728. web_1 |
  36729. web_1 | http://gruntjs.com/getting-started
  36730. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36731. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36732. web_1 | Syncing...
  36733. web_1 | Creating tables ...
  36734. web_1 | Installing custom SQL ...
  36735. web_1 | Installing indexes ...
  36736. web_1 | Installed 0 object(s) from 0 fixture(s)
  36737. web_1 |
  36738. web_1 | Synced:
  36739. web_1 | > django.contrib.auth
  36740. web_1 | > django.contrib.contenttypes
  36741. web_1 | > django.contrib.sessions
  36742. web_1 | > django.contrib.sites
  36743. web_1 | > django.contrib.messages
  36744. web_1 | > django.contrib.staticfiles
  36745. web_1 | > django.contrib.admin
  36746. web_1 | > south
  36747. web_1 | > crispy_forms
  36748. web_1 | > avatar
  36749. web_1 | > bootstrap3
  36750. web_1 | > users
  36751. web_1 | > allauth
  36752. web_1 | > allauth.account
  36753. web_1 | > django.contrib.humanize
  36754. web_1 | > debug_toolbar
  36755. web_1 |
  36756. web_1 | Not synced (use migrations):
  36757. web_1 | - allauth.socialaccount
  36758. web_1 | - django_extensions
  36759. web_1 | (use ./manage.py migrate to migrate these)
  36760. web_1 | Running migrations for socialaccount:
  36761. web_1 | - Nothing to migrate.
  36762. web_1 | - Loading initial data for socialaccount.
  36763. web_1 | Installed 0 object(s) from 0 fixture(s)
  36764. web_1 | Running migrations for django_extensions:
  36765. web_1 | - Nothing to migrate.
  36766. web_1 | - Loading initial data for django_extensions.
  36767. web_1 | Installed 0 object(s) from 0 fixture(s)
  36768. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36769. web_1 | [GCC 4.9.2] on linux2
  36770. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36771. web_1 | (InteractiveConsole)
  36772. web_1 |
  36773. web_1 | >>> >>> Starting the server
  36774. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36775. web_1 |
  36776. web_1 | Fatal error: Unable to find local grunt.
  36777. web_1 |
  36778. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36779. web_1 | your project. For more information about installing and configuring grunt,
  36780. web_1 | please see the Getting Started guide:
  36781. web_1 |
  36782. web_1 | http://gruntjs.com/getting-started
  36783. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36784. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36785. web_1 | Syncing...
  36786. web_1 | Creating tables ...
  36787. web_1 | Installing custom SQL ...
  36788. web_1 | Installing indexes ...
  36789. web_1 | Installed 0 object(s) from 0 fixture(s)
  36790. web_1 |
  36791. web_1 | Synced:
  36792. web_1 | > django.contrib.auth
  36793. web_1 | > django.contrib.contenttypes
  36794. web_1 | > django.contrib.sessions
  36795. web_1 | > django.contrib.sites
  36796. web_1 | > django.contrib.messages
  36797. web_1 | > django.contrib.staticfiles
  36798. web_1 | > django.contrib.admin
  36799. web_1 | > south
  36800. web_1 | > crispy_forms
  36801. web_1 | > avatar
  36802. web_1 | > bootstrap3
  36803. web_1 | > users
  36804. web_1 | > allauth
  36805. web_1 | > allauth.account
  36806. web_1 | > django.contrib.humanize
  36807. web_1 | > debug_toolbar
  36808. web_1 |
  36809. web_1 | Not synced (use migrations):
  36810. web_1 | - allauth.socialaccount
  36811. web_1 | - django_extensions
  36812. web_1 | (use ./manage.py migrate to migrate these)
  36813. web_1 | Running migrations for socialaccount:
  36814. web_1 | - Nothing to migrate.
  36815. web_1 | - Loading initial data for socialaccount.
  36816. web_1 | Installed 0 object(s) from 0 fixture(s)
  36817. web_1 | Running migrations for django_extensions:
  36818. web_1 | - Nothing to migrate.
  36819. web_1 | - Loading initial data for django_extensions.
  36820. web_1 | Installed 0 object(s) from 0 fixture(s)
  36821. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36822. web_1 | [GCC 4.9.2] on linux2
  36823. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36824. web_1 | (InteractiveConsole)
  36825. web_1 |
  36826. web_1 | >>> >>> Starting the server
  36827. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36828. web_1 |
  36829. web_1 | Fatal error: Unable to find local grunt.
  36830. web_1 |
  36831. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36832. web_1 | your project. For more information about installing and configuring grunt,
  36833. web_1 | please see the Getting Started guide:
  36834. web_1 |
  36835. web_1 | http://gruntjs.com/getting-started
  36836. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36837. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36838. web_1 | Syncing...
  36839. web_1 | Creating tables ...
  36840. web_1 | Installing custom SQL ...
  36841. web_1 | Installing indexes ...
  36842. web_1 | Installed 0 object(s) from 0 fixture(s)
  36843. web_1 |
  36844. web_1 | Synced:
  36845. web_1 | > django.contrib.auth
  36846. web_1 | > django.contrib.contenttypes
  36847. web_1 | > django.contrib.sessions
  36848. web_1 | > django.contrib.sites
  36849. web_1 | > django.contrib.messages
  36850. web_1 | > django.contrib.staticfiles
  36851. web_1 | > django.contrib.admin
  36852. web_1 | > south
  36853. web_1 | > crispy_forms
  36854. web_1 | > avatar
  36855. web_1 | > bootstrap3
  36856. web_1 | > users
  36857. web_1 | > allauth
  36858. web_1 | > allauth.account
  36859. web_1 | > django.contrib.humanize
  36860. web_1 | > debug_toolbar
  36861. web_1 |
  36862. web_1 | Not synced (use migrations):
  36863. web_1 | - allauth.socialaccount
  36864. web_1 | - django_extensions
  36865. web_1 | (use ./manage.py migrate to migrate these)
  36866. web_1 | Running migrations for socialaccount:
  36867. web_1 | - Nothing to migrate.
  36868. web_1 | - Loading initial data for socialaccount.
  36869. web_1 | Installed 0 object(s) from 0 fixture(s)
  36870. web_1 | Running migrations for django_extensions:
  36871. web_1 | - Nothing to migrate.
  36872. web_1 | - Loading initial data for django_extensions.
  36873. web_1 | Installed 0 object(s) from 0 fixture(s)
  36874. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36875. web_1 | [GCC 4.9.2] on linux2
  36876. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36877. web_1 | (InteractiveConsole)
  36878. web_1 |
  36879. web_1 | >>> >>> Starting the server
  36880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36881. web_1 |
  36882. web_1 | Fatal error: Unable to find local grunt.
  36883. web_1 |
  36884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36885. web_1 | your project. For more information about installing and configuring grunt,
  36886. web_1 | please see the Getting Started guide:
  36887. web_1 |
  36888. web_1 | http://gruntjs.com/getting-started
  36889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36890. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36891. web_1 | Syncing...
  36892. web_1 | Creating tables ...
  36893. web_1 | Installing custom SQL ...
  36894. web_1 | Installing indexes ...
  36895. web_1 | Installed 0 object(s) from 0 fixture(s)
  36896. web_1 |
  36897. web_1 | Synced:
  36898. web_1 | > django.contrib.auth
  36899. web_1 | > django.contrib.contenttypes
  36900. web_1 | > django.contrib.sessions
  36901. web_1 | > django.contrib.sites
  36902. web_1 | > django.contrib.messages
  36903. web_1 | > django.contrib.staticfiles
  36904. web_1 | > django.contrib.admin
  36905. web_1 | > south
  36906. web_1 | > crispy_forms
  36907. web_1 | > avatar
  36908. web_1 | > bootstrap3
  36909. web_1 | > users
  36910. web_1 | > allauth
  36911. web_1 | > allauth.account
  36912. web_1 | > django.contrib.humanize
  36913. web_1 | > debug_toolbar
  36914. web_1 |
  36915. web_1 | Not synced (use migrations):
  36916. web_1 | - allauth.socialaccount
  36917. web_1 | - django_extensions
  36918. web_1 | (use ./manage.py migrate to migrate these)
  36919. web_1 | Running migrations for socialaccount:
  36920. web_1 | - Nothing to migrate.
  36921. web_1 | - Loading initial data for socialaccount.
  36922. web_1 | Installed 0 object(s) from 0 fixture(s)
  36923. web_1 | Running migrations for django_extensions:
  36924. web_1 | - Nothing to migrate.
  36925. web_1 | - Loading initial data for django_extensions.
  36926. web_1 | Installed 0 object(s) from 0 fixture(s)
  36927. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36928. web_1 | [GCC 4.9.2] on linux2
  36929. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36930. web_1 | (InteractiveConsole)
  36931. web_1 |
  36932. web_1 | >>> >>> Starting the server
  36933. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36934. web_1 |
  36935. web_1 | Fatal error: Unable to find local grunt.
  36936. web_1 |
  36937. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36938. web_1 | your project. For more information about installing and configuring grunt,
  36939. web_1 | please see the Getting Started guide:
  36940. web_1 |
  36941. web_1 | http://gruntjs.com/getting-started
  36942. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36943. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36944. web_1 | Syncing...
  36945. web_1 | Creating tables ...
  36946. web_1 | Installing custom SQL ...
  36947. web_1 | Installing indexes ...
  36948. web_1 | Installed 0 object(s) from 0 fixture(s)
  36949. web_1 |
  36950. web_1 | Synced:
  36951. web_1 | > django.contrib.auth
  36952. web_1 | > django.contrib.contenttypes
  36953. web_1 | > django.contrib.sessions
  36954. web_1 | > django.contrib.sites
  36955. web_1 | > django.contrib.messages
  36956. web_1 | > django.contrib.staticfiles
  36957. web_1 | > django.contrib.admin
  36958. web_1 | > south
  36959. web_1 | > crispy_forms
  36960. web_1 | > avatar
  36961. web_1 | > bootstrap3
  36962. web_1 | > users
  36963. web_1 | > allauth
  36964. web_1 | > allauth.account
  36965. web_1 | > django.contrib.humanize
  36966. web_1 | > debug_toolbar
  36967. web_1 |
  36968. web_1 | Not synced (use migrations):
  36969. web_1 | - allauth.socialaccount
  36970. web_1 | - django_extensions
  36971. web_1 | (use ./manage.py migrate to migrate these)
  36972. web_1 | Running migrations for socialaccount:
  36973. web_1 | - Nothing to migrate.
  36974. web_1 | - Loading initial data for socialaccount.
  36975. web_1 | Installed 0 object(s) from 0 fixture(s)
  36976. web_1 | Running migrations for django_extensions:
  36977. web_1 | - Nothing to migrate.
  36978. web_1 | - Loading initial data for django_extensions.
  36979. web_1 | Installed 0 object(s) from 0 fixture(s)
  36980. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  36981. web_1 | [GCC 4.9.2] on linux2
  36982. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  36983. web_1 | (InteractiveConsole)
  36984. web_1 |
  36985. web_1 | >>> >>> Starting the server
  36986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  36987. web_1 |
  36988. web_1 | Fatal error: Unable to find local grunt.
  36989. web_1 |
  36990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  36991. web_1 | your project. For more information about installing and configuring grunt,
  36992. web_1 | please see the Getting Started guide:
  36993. web_1 |
  36994. web_1 | http://gruntjs.com/getting-started
  36995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  36996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  36997. web_1 | Syncing...
  36998. web_1 | Creating tables ...
  36999. web_1 | Installing custom SQL ...
  37000. web_1 | Installing indexes ...
  37001. web_1 | Installed 0 object(s) from 0 fixture(s)
  37002. web_1 |
  37003. web_1 | Synced:
  37004. web_1 | > django.contrib.auth
  37005. web_1 | > django.contrib.contenttypes
  37006. web_1 | > django.contrib.sessions
  37007. web_1 | > django.contrib.sites
  37008. web_1 | > django.contrib.messages
  37009. web_1 | > django.contrib.staticfiles
  37010. web_1 | > django.contrib.admin
  37011. web_1 | > south
  37012. web_1 | > crispy_forms
  37013. web_1 | > avatar
  37014. web_1 | > bootstrap3
  37015. web_1 | > users
  37016. web_1 | > allauth
  37017. web_1 | > allauth.account
  37018. web_1 | > django.contrib.humanize
  37019. web_1 | > debug_toolbar
  37020. web_1 |
  37021. web_1 | Not synced (use migrations):
  37022. web_1 | - allauth.socialaccount
  37023. web_1 | - django_extensions
  37024. web_1 | (use ./manage.py migrate to migrate these)
  37025. web_1 | Running migrations for socialaccount:
  37026. web_1 | - Nothing to migrate.
  37027. web_1 | - Loading initial data for socialaccount.
  37028. web_1 | Installed 0 object(s) from 0 fixture(s)
  37029. web_1 | Running migrations for django_extensions:
  37030. web_1 | - Nothing to migrate.
  37031. web_1 | - Loading initial data for django_extensions.
  37032. web_1 | Installed 0 object(s) from 0 fixture(s)
  37033. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37034. web_1 | [GCC 4.9.2] on linux2
  37035. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37036. web_1 | (InteractiveConsole)
  37037. web_1 |
  37038. web_1 | >>> >>> Starting the server
  37039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37040. web_1 |
  37041. web_1 | Fatal error: Unable to find local grunt.
  37042. web_1 |
  37043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37044. web_1 | your project. For more information about installing and configuring grunt,
  37045. web_1 | please see the Getting Started guide:
  37046. web_1 |
  37047. web_1 | http://gruntjs.com/getting-started
  37048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37049. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37050. web_1 | Syncing...
  37051. web_1 | Creating tables ...
  37052. web_1 | Installing custom SQL ...
  37053. web_1 | Installing indexes ...
  37054. web_1 | Installed 0 object(s) from 0 fixture(s)
  37055. web_1 |
  37056. web_1 | Synced:
  37057. web_1 | > django.contrib.auth
  37058. web_1 | > django.contrib.contenttypes
  37059. web_1 | > django.contrib.sessions
  37060. web_1 | > django.contrib.sites
  37061. web_1 | > django.contrib.messages
  37062. web_1 | > django.contrib.staticfiles
  37063. web_1 | > django.contrib.admin
  37064. web_1 | > south
  37065. web_1 | > crispy_forms
  37066. web_1 | > avatar
  37067. web_1 | > bootstrap3
  37068. web_1 | > users
  37069. web_1 | > allauth
  37070. web_1 | > allauth.account
  37071. web_1 | > django.contrib.humanize
  37072. web_1 | > debug_toolbar
  37073. web_1 |
  37074. web_1 | Not synced (use migrations):
  37075. web_1 | - allauth.socialaccount
  37076. web_1 | - django_extensions
  37077. web_1 | (use ./manage.py migrate to migrate these)
  37078. web_1 | Running migrations for socialaccount:
  37079. web_1 | - Nothing to migrate.
  37080. web_1 | - Loading initial data for socialaccount.
  37081. web_1 | Installed 0 object(s) from 0 fixture(s)
  37082. web_1 | Running migrations for django_extensions:
  37083. web_1 | - Nothing to migrate.
  37084. web_1 | - Loading initial data for django_extensions.
  37085. web_1 | Installed 0 object(s) from 0 fixture(s)
  37086. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37087. web_1 | [GCC 4.9.2] on linux2
  37088. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37089. web_1 | (InteractiveConsole)
  37090. web_1 |
  37091. web_1 | >>> >>> Starting the server
  37092. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37093. web_1 |
  37094. web_1 | Fatal error: Unable to find local grunt.
  37095. web_1 |
  37096. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37097. web_1 | your project. For more information about installing and configuring grunt,
  37098. web_1 | please see the Getting Started guide:
  37099. web_1 |
  37100. web_1 | http://gruntjs.com/getting-started
  37101. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37102. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37103. web_1 | Syncing...
  37104. web_1 | Creating tables ...
  37105. web_1 | Installing custom SQL ...
  37106. web_1 | Installing indexes ...
  37107. web_1 | Installed 0 object(s) from 0 fixture(s)
  37108. web_1 |
  37109. web_1 | Synced:
  37110. web_1 | > django.contrib.auth
  37111. web_1 | > django.contrib.contenttypes
  37112. web_1 | > django.contrib.sessions
  37113. web_1 | > django.contrib.sites
  37114. web_1 | > django.contrib.messages
  37115. web_1 | > django.contrib.staticfiles
  37116. web_1 | > django.contrib.admin
  37117. web_1 | > south
  37118. web_1 | > crispy_forms
  37119. web_1 | > avatar
  37120. web_1 | > bootstrap3
  37121. web_1 | > users
  37122. web_1 | > allauth
  37123. web_1 | > allauth.account
  37124. web_1 | > django.contrib.humanize
  37125. web_1 | > debug_toolbar
  37126. web_1 |
  37127. web_1 | Not synced (use migrations):
  37128. web_1 | - allauth.socialaccount
  37129. web_1 | - django_extensions
  37130. web_1 | (use ./manage.py migrate to migrate these)
  37131. web_1 | Running migrations for socialaccount:
  37132. web_1 | - Nothing to migrate.
  37133. web_1 | - Loading initial data for socialaccount.
  37134. web_1 | Installed 0 object(s) from 0 fixture(s)
  37135. web_1 | Running migrations for django_extensions:
  37136. web_1 | - Nothing to migrate.
  37137. web_1 | - Loading initial data for django_extensions.
  37138. web_1 | Installed 0 object(s) from 0 fixture(s)
  37139. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37140. web_1 | [GCC 4.9.2] on linux2
  37141. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37142. web_1 | (InteractiveConsole)
  37143. web_1 |
  37144. web_1 | >>> >>> Starting the server
  37145. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37146. web_1 |
  37147. web_1 | Fatal error: Unable to find local grunt.
  37148. web_1 |
  37149. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37150. web_1 | your project. For more information about installing and configuring grunt,
  37151. web_1 | please see the Getting Started guide:
  37152. web_1 |
  37153. web_1 | http://gruntjs.com/getting-started
  37154. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37155. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37156. web_1 | Syncing...
  37157. web_1 | Creating tables ...
  37158. web_1 | Installing custom SQL ...
  37159. web_1 | Installing indexes ...
  37160. web_1 | Installed 0 object(s) from 0 fixture(s)
  37161. web_1 |
  37162. web_1 | Synced:
  37163. web_1 | > django.contrib.auth
  37164. web_1 | > django.contrib.contenttypes
  37165. web_1 | > django.contrib.sessions
  37166. web_1 | > django.contrib.sites
  37167. web_1 | > django.contrib.messages
  37168. web_1 | > django.contrib.staticfiles
  37169. web_1 | > django.contrib.admin
  37170. web_1 | > south
  37171. web_1 | > crispy_forms
  37172. web_1 | > avatar
  37173. web_1 | > bootstrap3
  37174. web_1 | > users
  37175. web_1 | > allauth
  37176. web_1 | > allauth.account
  37177. web_1 | > django.contrib.humanize
  37178. web_1 | > debug_toolbar
  37179. web_1 |
  37180. web_1 | Not synced (use migrations):
  37181. web_1 | - allauth.socialaccount
  37182. web_1 | - django_extensions
  37183. web_1 | (use ./manage.py migrate to migrate these)
  37184. web_1 | Running migrations for socialaccount:
  37185. web_1 | - Nothing to migrate.
  37186. web_1 | - Loading initial data for socialaccount.
  37187. web_1 | Installed 0 object(s) from 0 fixture(s)
  37188. web_1 | Running migrations for django_extensions:
  37189. web_1 | - Nothing to migrate.
  37190. web_1 | - Loading initial data for django_extensions.
  37191. web_1 | Installed 0 object(s) from 0 fixture(s)
  37192. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37193. web_1 | [GCC 4.9.2] on linux2
  37194. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37195. web_1 | (InteractiveConsole)
  37196. web_1 |
  37197. web_1 | >>> >>> Starting the server
  37198. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37199. web_1 |
  37200. web_1 | Fatal error: Unable to find local grunt.
  37201. web_1 |
  37202. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37203. web_1 | your project. For more information about installing and configuring grunt,
  37204. web_1 | please see the Getting Started guide:
  37205. web_1 |
  37206. web_1 | http://gruntjs.com/getting-started
  37207. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37208. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37209. web_1 | Syncing...
  37210. web_1 | Creating tables ...
  37211. web_1 | Installing custom SQL ...
  37212. web_1 | Installing indexes ...
  37213. web_1 | Installed 0 object(s) from 0 fixture(s)
  37214. web_1 |
  37215. web_1 | Synced:
  37216. web_1 | > django.contrib.auth
  37217. web_1 | > django.contrib.contenttypes
  37218. web_1 | > django.contrib.sessions
  37219. web_1 | > django.contrib.sites
  37220. web_1 | > django.contrib.messages
  37221. web_1 | > django.contrib.staticfiles
  37222. web_1 | > django.contrib.admin
  37223. web_1 | > south
  37224. web_1 | > crispy_forms
  37225. web_1 | > avatar
  37226. web_1 | > bootstrap3
  37227. web_1 | > users
  37228. web_1 | > allauth
  37229. web_1 | > allauth.account
  37230. web_1 | > django.contrib.humanize
  37231. web_1 | > debug_toolbar
  37232. web_1 |
  37233. web_1 | Not synced (use migrations):
  37234. web_1 | - allauth.socialaccount
  37235. web_1 | - django_extensions
  37236. web_1 | (use ./manage.py migrate to migrate these)
  37237. web_1 | Running migrations for socialaccount:
  37238. web_1 | - Nothing to migrate.
  37239. web_1 | - Loading initial data for socialaccount.
  37240. web_1 | Installed 0 object(s) from 0 fixture(s)
  37241. web_1 | Running migrations for django_extensions:
  37242. web_1 | - Nothing to migrate.
  37243. web_1 | - Loading initial data for django_extensions.
  37244. web_1 | Installed 0 object(s) from 0 fixture(s)
  37245. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37246. web_1 | [GCC 4.9.2] on linux2
  37247. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37248. web_1 | (InteractiveConsole)
  37249. web_1 |
  37250. web_1 | >>> >>> Starting the server
  37251. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37252. web_1 |
  37253. web_1 | Fatal error: Unable to find local grunt.
  37254. web_1 |
  37255. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37256. web_1 | your project. For more information about installing and configuring grunt,
  37257. web_1 | please see the Getting Started guide:
  37258. web_1 |
  37259. web_1 | http://gruntjs.com/getting-started
  37260. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37261. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37262. web_1 | Syncing...
  37263. web_1 | Creating tables ...
  37264. web_1 | Installing custom SQL ...
  37265. web_1 | Installing indexes ...
  37266. web_1 | Installed 0 object(s) from 0 fixture(s)
  37267. web_1 |
  37268. web_1 | Synced:
  37269. web_1 | > django.contrib.auth
  37270. web_1 | > django.contrib.contenttypes
  37271. web_1 | > django.contrib.sessions
  37272. web_1 | > django.contrib.sites
  37273. web_1 | > django.contrib.messages
  37274. web_1 | > django.contrib.staticfiles
  37275. web_1 | > django.contrib.admin
  37276. web_1 | > south
  37277. web_1 | > crispy_forms
  37278. web_1 | > avatar
  37279. web_1 | > bootstrap3
  37280. web_1 | > users
  37281. web_1 | > allauth
  37282. web_1 | > allauth.account
  37283. web_1 | > django.contrib.humanize
  37284. web_1 | > debug_toolbar
  37285. web_1 |
  37286. web_1 | Not synced (use migrations):
  37287. web_1 | - allauth.socialaccount
  37288. web_1 | - django_extensions
  37289. web_1 | (use ./manage.py migrate to migrate these)
  37290. web_1 | Running migrations for socialaccount:
  37291. web_1 | - Nothing to migrate.
  37292. web_1 | - Loading initial data for socialaccount.
  37293. web_1 | Installed 0 object(s) from 0 fixture(s)
  37294. web_1 | Running migrations for django_extensions:
  37295. web_1 | - Nothing to migrate.
  37296. web_1 | - Loading initial data for django_extensions.
  37297. web_1 | Installed 0 object(s) from 0 fixture(s)
  37298. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37299. web_1 | [GCC 4.9.2] on linux2
  37300. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37301. web_1 | (InteractiveConsole)
  37302. web_1 |
  37303. web_1 | >>> >>> Starting the server
  37304. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37305. web_1 |
  37306. web_1 | Fatal error: Unable to find local grunt.
  37307. web_1 |
  37308. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37309. web_1 | your project. For more information about installing and configuring grunt,
  37310. web_1 | please see the Getting Started guide:
  37311. web_1 |
  37312. web_1 | http://gruntjs.com/getting-started
  37313. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37314. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37315. web_1 | Syncing...
  37316. web_1 | Creating tables ...
  37317. web_1 | Installing custom SQL ...
  37318. web_1 | Installing indexes ...
  37319. web_1 | Installed 0 object(s) from 0 fixture(s)
  37320. web_1 |
  37321. web_1 | Synced:
  37322. web_1 | > django.contrib.auth
  37323. web_1 | > django.contrib.contenttypes
  37324. web_1 | > django.contrib.sessions
  37325. web_1 | > django.contrib.sites
  37326. web_1 | > django.contrib.messages
  37327. web_1 | > django.contrib.staticfiles
  37328. web_1 | > django.contrib.admin
  37329. web_1 | > south
  37330. web_1 | > crispy_forms
  37331. web_1 | > avatar
  37332. web_1 | > bootstrap3
  37333. web_1 | > users
  37334. web_1 | > allauth
  37335. web_1 | > allauth.account
  37336. web_1 | > django.contrib.humanize
  37337. web_1 | > debug_toolbar
  37338. web_1 |
  37339. web_1 | Not synced (use migrations):
  37340. web_1 | - allauth.socialaccount
  37341. web_1 | - django_extensions
  37342. web_1 | (use ./manage.py migrate to migrate these)
  37343. web_1 | Running migrations for socialaccount:
  37344. web_1 | - Nothing to migrate.
  37345. web_1 | - Loading initial data for socialaccount.
  37346. web_1 | Installed 0 object(s) from 0 fixture(s)
  37347. web_1 | Running migrations for django_extensions:
  37348. web_1 | - Nothing to migrate.
  37349. web_1 | - Loading initial data for django_extensions.
  37350. web_1 | Installed 0 object(s) from 0 fixture(s)
  37351. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37352. web_1 | [GCC 4.9.2] on linux2
  37353. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37354. web_1 | (InteractiveConsole)
  37355. web_1 |
  37356. web_1 | >>> >>> Starting the server
  37357. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37358. web_1 |
  37359. web_1 | Fatal error: Unable to find local grunt.
  37360. web_1 |
  37361. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37362. web_1 | your project. For more information about installing and configuring grunt,
  37363. web_1 | please see the Getting Started guide:
  37364. web_1 |
  37365. web_1 | http://gruntjs.com/getting-started
  37366. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37367. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37368. web_1 | Syncing...
  37369. web_1 | Creating tables ...
  37370. web_1 | Installing custom SQL ...
  37371. web_1 | Installing indexes ...
  37372. web_1 | Installed 0 object(s) from 0 fixture(s)
  37373. web_1 |
  37374. web_1 | Synced:
  37375. web_1 | > django.contrib.auth
  37376. web_1 | > django.contrib.contenttypes
  37377. web_1 | > django.contrib.sessions
  37378. web_1 | > django.contrib.sites
  37379. web_1 | > django.contrib.messages
  37380. web_1 | > django.contrib.staticfiles
  37381. web_1 | > django.contrib.admin
  37382. web_1 | > south
  37383. web_1 | > crispy_forms
  37384. web_1 | > avatar
  37385. web_1 | > bootstrap3
  37386. web_1 | > users
  37387. web_1 | > allauth
  37388. web_1 | > allauth.account
  37389. web_1 | > django.contrib.humanize
  37390. web_1 | > debug_toolbar
  37391. web_1 |
  37392. web_1 | Not synced (use migrations):
  37393. web_1 | - allauth.socialaccount
  37394. web_1 | - django_extensions
  37395. web_1 | (use ./manage.py migrate to migrate these)
  37396. web_1 | Running migrations for socialaccount:
  37397. web_1 | - Nothing to migrate.
  37398. web_1 | - Loading initial data for socialaccount.
  37399. web_1 | Installed 0 object(s) from 0 fixture(s)
  37400. web_1 | Running migrations for django_extensions:
  37401. web_1 | - Nothing to migrate.
  37402. web_1 | - Loading initial data for django_extensions.
  37403. web_1 | Installed 0 object(s) from 0 fixture(s)
  37404. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37405. web_1 | [GCC 4.9.2] on linux2
  37406. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37407. web_1 | (InteractiveConsole)
  37408. web_1 |
  37409. web_1 | >>> >>> Starting the server
  37410. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37411. web_1 |
  37412. web_1 | Fatal error: Unable to find local grunt.
  37413. web_1 |
  37414. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37415. web_1 | your project. For more information about installing and configuring grunt,
  37416. web_1 | please see the Getting Started guide:
  37417. web_1 |
  37418. web_1 | http://gruntjs.com/getting-started
  37419. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37420. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37421. web_1 | Syncing...
  37422. web_1 | Creating tables ...
  37423. web_1 | Installing custom SQL ...
  37424. web_1 | Installing indexes ...
  37425. web_1 | Installed 0 object(s) from 0 fixture(s)
  37426. web_1 |
  37427. web_1 | Synced:
  37428. web_1 | > django.contrib.auth
  37429. web_1 | > django.contrib.contenttypes
  37430. web_1 | > django.contrib.sessions
  37431. web_1 | > django.contrib.sites
  37432. web_1 | > django.contrib.messages
  37433. web_1 | > django.contrib.staticfiles
  37434. web_1 | > django.contrib.admin
  37435. web_1 | > south
  37436. web_1 | > crispy_forms
  37437. web_1 | > avatar
  37438. web_1 | > bootstrap3
  37439. web_1 | > users
  37440. web_1 | > allauth
  37441. web_1 | > allauth.account
  37442. web_1 | > django.contrib.humanize
  37443. web_1 | > debug_toolbar
  37444. web_1 |
  37445. web_1 | Not synced (use migrations):
  37446. web_1 | - allauth.socialaccount
  37447. web_1 | - django_extensions
  37448. web_1 | (use ./manage.py migrate to migrate these)
  37449. web_1 | Running migrations for socialaccount:
  37450. web_1 | - Nothing to migrate.
  37451. web_1 | - Loading initial data for socialaccount.
  37452. web_1 | Installed 0 object(s) from 0 fixture(s)
  37453. web_1 | Running migrations for django_extensions:
  37454. web_1 | - Nothing to migrate.
  37455. web_1 | - Loading initial data for django_extensions.
  37456. web_1 | Installed 0 object(s) from 0 fixture(s)
  37457. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37458. web_1 | [GCC 4.9.2] on linux2
  37459. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37460. web_1 | (InteractiveConsole)
  37461. web_1 |
  37462. web_1 | >>> >>> Starting the server
  37463. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37464. web_1 |
  37465. web_1 | Fatal error: Unable to find local grunt.
  37466. web_1 |
  37467. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37468. web_1 | your project. For more information about installing and configuring grunt,
  37469. web_1 | please see the Getting Started guide:
  37470. web_1 |
  37471. web_1 | http://gruntjs.com/getting-started
  37472. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37473. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37474. web_1 | Syncing...
  37475. web_1 | Creating tables ...
  37476. web_1 | Installing custom SQL ...
  37477. web_1 | Installing indexes ...
  37478. web_1 | Installed 0 object(s) from 0 fixture(s)
  37479. web_1 |
  37480. web_1 | Synced:
  37481. web_1 | > django.contrib.auth
  37482. web_1 | > django.contrib.contenttypes
  37483. web_1 | > django.contrib.sessions
  37484. web_1 | > django.contrib.sites
  37485. web_1 | > django.contrib.messages
  37486. web_1 | > django.contrib.staticfiles
  37487. web_1 | > django.contrib.admin
  37488. web_1 | > south
  37489. web_1 | > crispy_forms
  37490. web_1 | > avatar
  37491. web_1 | > bootstrap3
  37492. web_1 | > users
  37493. web_1 | > allauth
  37494. web_1 | > allauth.account
  37495. web_1 | > django.contrib.humanize
  37496. web_1 | > debug_toolbar
  37497. web_1 |
  37498. web_1 | Not synced (use migrations):
  37499. web_1 | - allauth.socialaccount
  37500. web_1 | - django_extensions
  37501. web_1 | (use ./manage.py migrate to migrate these)
  37502. web_1 | Running migrations for socialaccount:
  37503. web_1 | - Nothing to migrate.
  37504. web_1 | - Loading initial data for socialaccount.
  37505. web_1 | Installed 0 object(s) from 0 fixture(s)
  37506. web_1 | Running migrations for django_extensions:
  37507. web_1 | - Nothing to migrate.
  37508. web_1 | - Loading initial data for django_extensions.
  37509. web_1 | Installed 0 object(s) from 0 fixture(s)
  37510. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37511. web_1 | [GCC 4.9.2] on linux2
  37512. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37513. web_1 | (InteractiveConsole)
  37514. web_1 |
  37515. web_1 | >>> >>> Starting the server
  37516. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37517. web_1 |
  37518. web_1 | Fatal error: Unable to find local grunt.
  37519. web_1 |
  37520. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37521. web_1 | your project. For more information about installing and configuring grunt,
  37522. web_1 | please see the Getting Started guide:
  37523. web_1 |
  37524. web_1 | http://gruntjs.com/getting-started
  37525. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37526. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37527. web_1 | Syncing...
  37528. web_1 | Creating tables ...
  37529. web_1 | Installing custom SQL ...
  37530. web_1 | Installing indexes ...
  37531. web_1 | Installed 0 object(s) from 0 fixture(s)
  37532. web_1 |
  37533. web_1 | Synced:
  37534. web_1 | > django.contrib.auth
  37535. web_1 | > django.contrib.contenttypes
  37536. web_1 | > django.contrib.sessions
  37537. web_1 | > django.contrib.sites
  37538. web_1 | > django.contrib.messages
  37539. web_1 | > django.contrib.staticfiles
  37540. web_1 | > django.contrib.admin
  37541. web_1 | > south
  37542. web_1 | > crispy_forms
  37543. web_1 | > avatar
  37544. web_1 | > bootstrap3
  37545. web_1 | > users
  37546. web_1 | > allauth
  37547. web_1 | > allauth.account
  37548. web_1 | > django.contrib.humanize
  37549. web_1 | > debug_toolbar
  37550. web_1 |
  37551. web_1 | Not synced (use migrations):
  37552. web_1 | - allauth.socialaccount
  37553. web_1 | - django_extensions
  37554. web_1 | (use ./manage.py migrate to migrate these)
  37555. web_1 | Running migrations for socialaccount:
  37556. web_1 | - Nothing to migrate.
  37557. web_1 | - Loading initial data for socialaccount.
  37558. web_1 | Installed 0 object(s) from 0 fixture(s)
  37559. web_1 | Running migrations for django_extensions:
  37560. web_1 | - Nothing to migrate.
  37561. web_1 | - Loading initial data for django_extensions.
  37562. web_1 | Installed 0 object(s) from 0 fixture(s)
  37563. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37564. web_1 | [GCC 4.9.2] on linux2
  37565. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37566. web_1 | (InteractiveConsole)
  37567. web_1 |
  37568. web_1 | >>> >>> Starting the server
  37569. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37570. web_1 |
  37571. web_1 | Fatal error: Unable to find local grunt.
  37572. web_1 |
  37573. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37574. web_1 | your project. For more information about installing and configuring grunt,
  37575. web_1 | please see the Getting Started guide:
  37576. web_1 |
  37577. web_1 | http://gruntjs.com/getting-started
  37578. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37579. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37580. web_1 | Syncing...
  37581. web_1 | Creating tables ...
  37582. web_1 | Installing custom SQL ...
  37583. web_1 | Installing indexes ...
  37584. web_1 | Installed 0 object(s) from 0 fixture(s)
  37585. web_1 |
  37586. web_1 | Synced:
  37587. web_1 | > django.contrib.auth
  37588. web_1 | > django.contrib.contenttypes
  37589. web_1 | > django.contrib.sessions
  37590. web_1 | > django.contrib.sites
  37591. web_1 | > django.contrib.messages
  37592. web_1 | > django.contrib.staticfiles
  37593. web_1 | > django.contrib.admin
  37594. web_1 | > south
  37595. web_1 | > crispy_forms
  37596. web_1 | > avatar
  37597. web_1 | > bootstrap3
  37598. web_1 | > users
  37599. web_1 | > allauth
  37600. web_1 | > allauth.account
  37601. web_1 | > django.contrib.humanize
  37602. web_1 | > debug_toolbar
  37603. web_1 |
  37604. web_1 | Not synced (use migrations):
  37605. web_1 | - allauth.socialaccount
  37606. web_1 | - django_extensions
  37607. web_1 | (use ./manage.py migrate to migrate these)
  37608. web_1 | Running migrations for socialaccount:
  37609. web_1 | - Nothing to migrate.
  37610. web_1 | - Loading initial data for socialaccount.
  37611. web_1 | Installed 0 object(s) from 0 fixture(s)
  37612. web_1 | Running migrations for django_extensions:
  37613. web_1 | - Nothing to migrate.
  37614. web_1 | - Loading initial data for django_extensions.
  37615. web_1 | Installed 0 object(s) from 0 fixture(s)
  37616. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37617. web_1 | [GCC 4.9.2] on linux2
  37618. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37619. web_1 | (InteractiveConsole)
  37620. web_1 |
  37621. web_1 | >>> >>> Starting the server
  37622. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37623. web_1 |
  37624. web_1 | Fatal error: Unable to find local grunt.
  37625. web_1 |
  37626. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37627. web_1 | your project. For more information about installing and configuring grunt,
  37628. web_1 | please see the Getting Started guide:
  37629. web_1 |
  37630. web_1 | http://gruntjs.com/getting-started
  37631. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37632. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37633. web_1 | Syncing...
  37634. web_1 | Creating tables ...
  37635. web_1 | Installing custom SQL ...
  37636. web_1 | Installing indexes ...
  37637. web_1 | Installed 0 object(s) from 0 fixture(s)
  37638. web_1 |
  37639. web_1 | Synced:
  37640. web_1 | > django.contrib.auth
  37641. web_1 | > django.contrib.contenttypes
  37642. web_1 | > django.contrib.sessions
  37643. web_1 | > django.contrib.sites
  37644. web_1 | > django.contrib.messages
  37645. web_1 | > django.contrib.staticfiles
  37646. web_1 | > django.contrib.admin
  37647. web_1 | > south
  37648. web_1 | > crispy_forms
  37649. web_1 | > avatar
  37650. web_1 | > bootstrap3
  37651. web_1 | > users
  37652. web_1 | > allauth
  37653. web_1 | > allauth.account
  37654. web_1 | > django.contrib.humanize
  37655. web_1 | > debug_toolbar
  37656. web_1 |
  37657. web_1 | Not synced (use migrations):
  37658. web_1 | - allauth.socialaccount
  37659. web_1 | - django_extensions
  37660. web_1 | (use ./manage.py migrate to migrate these)
  37661. web_1 | Running migrations for socialaccount:
  37662. web_1 | - Nothing to migrate.
  37663. web_1 | - Loading initial data for socialaccount.
  37664. web_1 | Installed 0 object(s) from 0 fixture(s)
  37665. web_1 | Running migrations for django_extensions:
  37666. web_1 | - Nothing to migrate.
  37667. web_1 | - Loading initial data for django_extensions.
  37668. web_1 | Installed 0 object(s) from 0 fixture(s)
  37669. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37670. web_1 | [GCC 4.9.2] on linux2
  37671. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37672. web_1 | (InteractiveConsole)
  37673. web_1 |
  37674. web_1 | >>> >>> Starting the server
  37675. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37676. web_1 |
  37677. web_1 | Fatal error: Unable to find local grunt.
  37678. web_1 |
  37679. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37680. web_1 | your project. For more information about installing and configuring grunt,
  37681. web_1 | please see the Getting Started guide:
  37682. web_1 |
  37683. web_1 | http://gruntjs.com/getting-started
  37684. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37685. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37686. web_1 | Syncing...
  37687. web_1 | Creating tables ...
  37688. web_1 | Installing custom SQL ...
  37689. web_1 | Installing indexes ...
  37690. web_1 | Installed 0 object(s) from 0 fixture(s)
  37691. web_1 |
  37692. web_1 | Synced:
  37693. web_1 | > django.contrib.auth
  37694. web_1 | > django.contrib.contenttypes
  37695. web_1 | > django.contrib.sessions
  37696. web_1 | > django.contrib.sites
  37697. web_1 | > django.contrib.messages
  37698. web_1 | > django.contrib.staticfiles
  37699. web_1 | > django.contrib.admin
  37700. web_1 | > south
  37701. web_1 | > crispy_forms
  37702. web_1 | > avatar
  37703. web_1 | > bootstrap3
  37704. web_1 | > users
  37705. web_1 | > allauth
  37706. web_1 | > allauth.account
  37707. web_1 | > django.contrib.humanize
  37708. web_1 | > debug_toolbar
  37709. web_1 |
  37710. web_1 | Not synced (use migrations):
  37711. web_1 | - allauth.socialaccount
  37712. web_1 | - django_extensions
  37713. web_1 | (use ./manage.py migrate to migrate these)
  37714. web_1 | Running migrations for socialaccount:
  37715. web_1 | - Nothing to migrate.
  37716. web_1 | - Loading initial data for socialaccount.
  37717. web_1 | Installed 0 object(s) from 0 fixture(s)
  37718. web_1 | Running migrations for django_extensions:
  37719. web_1 | - Nothing to migrate.
  37720. web_1 | - Loading initial data for django_extensions.
  37721. web_1 | Installed 0 object(s) from 0 fixture(s)
  37722. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37723. web_1 | [GCC 4.9.2] on linux2
  37724. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37725. web_1 | (InteractiveConsole)
  37726. web_1 |
  37727. web_1 | >>> >>> Starting the server
  37728. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37729. web_1 |
  37730. web_1 | Fatal error: Unable to find local grunt.
  37731. web_1 |
  37732. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37733. web_1 | your project. For more information about installing and configuring grunt,
  37734. web_1 | please see the Getting Started guide:
  37735. web_1 |
  37736. web_1 | http://gruntjs.com/getting-started
  37737. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37738. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37739. web_1 | Syncing...
  37740. web_1 | Creating tables ...
  37741. web_1 | Installing custom SQL ...
  37742. web_1 | Installing indexes ...
  37743. web_1 | Installed 0 object(s) from 0 fixture(s)
  37744. web_1 |
  37745. web_1 | Synced:
  37746. web_1 | > django.contrib.auth
  37747. web_1 | > django.contrib.contenttypes
  37748. web_1 | > django.contrib.sessions
  37749. web_1 | > django.contrib.sites
  37750. web_1 | > django.contrib.messages
  37751. web_1 | > django.contrib.staticfiles
  37752. web_1 | > django.contrib.admin
  37753. web_1 | > south
  37754. web_1 | > crispy_forms
  37755. web_1 | > avatar
  37756. web_1 | > bootstrap3
  37757. web_1 | > users
  37758. web_1 | > allauth
  37759. web_1 | > allauth.account
  37760. web_1 | > django.contrib.humanize
  37761. web_1 | > debug_toolbar
  37762. web_1 |
  37763. web_1 | Not synced (use migrations):
  37764. web_1 | - allauth.socialaccount
  37765. web_1 | - django_extensions
  37766. web_1 | (use ./manage.py migrate to migrate these)
  37767. web_1 | Running migrations for socialaccount:
  37768. web_1 | - Nothing to migrate.
  37769. web_1 | - Loading initial data for socialaccount.
  37770. web_1 | Installed 0 object(s) from 0 fixture(s)
  37771. web_1 | Running migrations for django_extensions:
  37772. web_1 | - Nothing to migrate.
  37773. web_1 | - Loading initial data for django_extensions.
  37774. web_1 | Installed 0 object(s) from 0 fixture(s)
  37775. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37776. web_1 | [GCC 4.9.2] on linux2
  37777. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37778. web_1 | (InteractiveConsole)
  37779. web_1 |
  37780. web_1 | >>> >>> Starting the server
  37781. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37782. web_1 |
  37783. web_1 | Fatal error: Unable to find local grunt.
  37784. web_1 |
  37785. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37786. web_1 | your project. For more information about installing and configuring grunt,
  37787. web_1 | please see the Getting Started guide:
  37788. web_1 |
  37789. web_1 | http://gruntjs.com/getting-started
  37790. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37791. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37792. web_1 | Syncing...
  37793. web_1 | Creating tables ...
  37794. web_1 | Installing custom SQL ...
  37795. web_1 | Installing indexes ...
  37796. web_1 | Installed 0 object(s) from 0 fixture(s)
  37797. web_1 |
  37798. web_1 | Synced:
  37799. web_1 | > django.contrib.auth
  37800. web_1 | > django.contrib.contenttypes
  37801. web_1 | > django.contrib.sessions
  37802. web_1 | > django.contrib.sites
  37803. web_1 | > django.contrib.messages
  37804. web_1 | > django.contrib.staticfiles
  37805. web_1 | > django.contrib.admin
  37806. web_1 | > south
  37807. web_1 | > crispy_forms
  37808. web_1 | > avatar
  37809. web_1 | > bootstrap3
  37810. web_1 | > users
  37811. web_1 | > allauth
  37812. web_1 | > allauth.account
  37813. web_1 | > django.contrib.humanize
  37814. web_1 | > debug_toolbar
  37815. web_1 |
  37816. web_1 | Not synced (use migrations):
  37817. web_1 | - allauth.socialaccount
  37818. web_1 | - django_extensions
  37819. web_1 | (use ./manage.py migrate to migrate these)
  37820. web_1 | Running migrations for socialaccount:
  37821. web_1 | - Nothing to migrate.
  37822. web_1 | - Loading initial data for socialaccount.
  37823. web_1 | Installed 0 object(s) from 0 fixture(s)
  37824. web_1 | Running migrations for django_extensions:
  37825. web_1 | - Nothing to migrate.
  37826. web_1 | - Loading initial data for django_extensions.
  37827. web_1 | Installed 0 object(s) from 0 fixture(s)
  37828. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37829. web_1 | [GCC 4.9.2] on linux2
  37830. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37831. web_1 | (InteractiveConsole)
  37832. web_1 |
  37833. web_1 | >>> >>> Starting the server
  37834. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37835. web_1 |
  37836. web_1 | Fatal error: Unable to find local grunt.
  37837. web_1 |
  37838. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37839. web_1 | your project. For more information about installing and configuring grunt,
  37840. web_1 | please see the Getting Started guide:
  37841. web_1 |
  37842. web_1 | http://gruntjs.com/getting-started
  37843. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37844. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37845. web_1 | Syncing...
  37846. web_1 | Creating tables ...
  37847. web_1 | Installing custom SQL ...
  37848. web_1 | Installing indexes ...
  37849. web_1 | Installed 0 object(s) from 0 fixture(s)
  37850. web_1 |
  37851. web_1 | Synced:
  37852. web_1 | > django.contrib.auth
  37853. web_1 | > django.contrib.contenttypes
  37854. web_1 | > django.contrib.sessions
  37855. web_1 | > django.contrib.sites
  37856. web_1 | > django.contrib.messages
  37857. web_1 | > django.contrib.staticfiles
  37858. web_1 | > django.contrib.admin
  37859. web_1 | > south
  37860. web_1 | > crispy_forms
  37861. web_1 | > avatar
  37862. web_1 | > bootstrap3
  37863. web_1 | > users
  37864. web_1 | > allauth
  37865. web_1 | > allauth.account
  37866. web_1 | > django.contrib.humanize
  37867. web_1 | > debug_toolbar
  37868. web_1 |
  37869. web_1 | Not synced (use migrations):
  37870. web_1 | - allauth.socialaccount
  37871. web_1 | - django_extensions
  37872. web_1 | (use ./manage.py migrate to migrate these)
  37873. web_1 | Running migrations for socialaccount:
  37874. web_1 | - Nothing to migrate.
  37875. web_1 | - Loading initial data for socialaccount.
  37876. web_1 | Installed 0 object(s) from 0 fixture(s)
  37877. web_1 | Running migrations for django_extensions:
  37878. web_1 | - Nothing to migrate.
  37879. web_1 | - Loading initial data for django_extensions.
  37880. web_1 | Installed 0 object(s) from 0 fixture(s)
  37881. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37882. web_1 | [GCC 4.9.2] on linux2
  37883. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37884. web_1 | (InteractiveConsole)
  37885. web_1 |
  37886. web_1 | >>> >>> Starting the server
  37887. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37888. web_1 |
  37889. web_1 | Fatal error: Unable to find local grunt.
  37890. web_1 |
  37891. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37892. web_1 | your project. For more information about installing and configuring grunt,
  37893. web_1 | please see the Getting Started guide:
  37894. web_1 |
  37895. web_1 | http://gruntjs.com/getting-started
  37896. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37897. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37898. web_1 | Syncing...
  37899. web_1 | Creating tables ...
  37900. web_1 | Installing custom SQL ...
  37901. web_1 | Installing indexes ...
  37902. web_1 | Installed 0 object(s) from 0 fixture(s)
  37903. web_1 |
  37904. web_1 | Synced:
  37905. web_1 | > django.contrib.auth
  37906. web_1 | > django.contrib.contenttypes
  37907. web_1 | > django.contrib.sessions
  37908. web_1 | > django.contrib.sites
  37909. web_1 | > django.contrib.messages
  37910. web_1 | > django.contrib.staticfiles
  37911. web_1 | > django.contrib.admin
  37912. web_1 | > south
  37913. web_1 | > crispy_forms
  37914. web_1 | > avatar
  37915. web_1 | > bootstrap3
  37916. web_1 | > users
  37917. web_1 | > allauth
  37918. web_1 | > allauth.account
  37919. web_1 | > django.contrib.humanize
  37920. web_1 | > debug_toolbar
  37921. web_1 |
  37922. web_1 | Not synced (use migrations):
  37923. web_1 | - allauth.socialaccount
  37924. web_1 | - django_extensions
  37925. web_1 | (use ./manage.py migrate to migrate these)
  37926. web_1 | Running migrations for socialaccount:
  37927. web_1 | - Nothing to migrate.
  37928. web_1 | - Loading initial data for socialaccount.
  37929. web_1 | Installed 0 object(s) from 0 fixture(s)
  37930. web_1 | Running migrations for django_extensions:
  37931. web_1 | - Nothing to migrate.
  37932. web_1 | - Loading initial data for django_extensions.
  37933. web_1 | Installed 0 object(s) from 0 fixture(s)
  37934. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37935. web_1 | [GCC 4.9.2] on linux2
  37936. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37937. web_1 | (InteractiveConsole)
  37938. web_1 |
  37939. web_1 | >>> >>> Starting the server
  37940. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37941. web_1 |
  37942. web_1 | Fatal error: Unable to find local grunt.
  37943. web_1 |
  37944. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37945. web_1 | your project. For more information about installing and configuring grunt,
  37946. web_1 | please see the Getting Started guide:
  37947. web_1 |
  37948. web_1 | http://gruntjs.com/getting-started
  37949. web_1 | Starting OpenBSD Secure Shell server: sshd.
  37950. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  37951. web_1 | Syncing...
  37952. web_1 | Creating tables ...
  37953. web_1 | Installing custom SQL ...
  37954. web_1 | Installing indexes ...
  37955. web_1 | Installed 0 object(s) from 0 fixture(s)
  37956. web_1 |
  37957. web_1 | Synced:
  37958. web_1 | > django.contrib.auth
  37959. web_1 | > django.contrib.contenttypes
  37960. web_1 | > django.contrib.sessions
  37961. web_1 | > django.contrib.sites
  37962. web_1 | > django.contrib.messages
  37963. web_1 | > django.contrib.staticfiles
  37964. web_1 | > django.contrib.admin
  37965. web_1 | > south
  37966. web_1 | > crispy_forms
  37967. web_1 | > avatar
  37968. web_1 | > bootstrap3
  37969. web_1 | > users
  37970. web_1 | > allauth
  37971. web_1 | > allauth.account
  37972. web_1 | > django.contrib.humanize
  37973. web_1 | > debug_toolbar
  37974. web_1 |
  37975. web_1 | Not synced (use migrations):
  37976. web_1 | - allauth.socialaccount
  37977. web_1 | - django_extensions
  37978. web_1 | (use ./manage.py migrate to migrate these)
  37979. web_1 | Running migrations for socialaccount:
  37980. web_1 | - Nothing to migrate.
  37981. web_1 | - Loading initial data for socialaccount.
  37982. web_1 | Installed 0 object(s) from 0 fixture(s)
  37983. web_1 | Running migrations for django_extensions:
  37984. web_1 | - Nothing to migrate.
  37985. web_1 | - Loading initial data for django_extensions.
  37986. web_1 | Installed 0 object(s) from 0 fixture(s)
  37987. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  37988. web_1 | [GCC 4.9.2] on linux2
  37989. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  37990. web_1 | (InteractiveConsole)
  37991. web_1 |
  37992. web_1 | >>> >>> Starting the server
  37993. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  37994. web_1 |
  37995. web_1 | Fatal error: Unable to find local grunt.
  37996. web_1 |
  37997. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  37998. web_1 | your project. For more information about installing and configuring grunt,
  37999. web_1 | please see the Getting Started guide:
  38000. web_1 |
  38001. web_1 | http://gruntjs.com/getting-started
  38002. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38003. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38004. web_1 | Syncing...
  38005. web_1 | Creating tables ...
  38006. web_1 | Installing custom SQL ...
  38007. web_1 | Installing indexes ...
  38008. web_1 | Installed 0 object(s) from 0 fixture(s)
  38009. web_1 |
  38010. web_1 | Synced:
  38011. web_1 | > django.contrib.auth
  38012. web_1 | > django.contrib.contenttypes
  38013. web_1 | > django.contrib.sessions
  38014. web_1 | > django.contrib.sites
  38015. web_1 | > django.contrib.messages
  38016. web_1 | > django.contrib.staticfiles
  38017. web_1 | > django.contrib.admin
  38018. web_1 | > south
  38019. web_1 | > crispy_forms
  38020. web_1 | > avatar
  38021. web_1 | > bootstrap3
  38022. web_1 | > users
  38023. web_1 | > allauth
  38024. web_1 | > allauth.account
  38025. web_1 | > django.contrib.humanize
  38026. web_1 | > debug_toolbar
  38027. web_1 |
  38028. web_1 | Not synced (use migrations):
  38029. web_1 | - allauth.socialaccount
  38030. web_1 | - django_extensions
  38031. web_1 | (use ./manage.py migrate to migrate these)
  38032. web_1 | Running migrations for socialaccount:
  38033. web_1 | - Nothing to migrate.
  38034. web_1 | - Loading initial data for socialaccount.
  38035. web_1 | Installed 0 object(s) from 0 fixture(s)
  38036. web_1 | Running migrations for django_extensions:
  38037. web_1 | - Nothing to migrate.
  38038. web_1 | - Loading initial data for django_extensions.
  38039. web_1 | Installed 0 object(s) from 0 fixture(s)
  38040. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38041. web_1 | [GCC 4.9.2] on linux2
  38042. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38043. web_1 | (InteractiveConsole)
  38044. web_1 |
  38045. web_1 | >>> >>> Starting the server
  38046. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38047. web_1 |
  38048. web_1 | Fatal error: Unable to find local grunt.
  38049. web_1 |
  38050. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38051. web_1 | your project. For more information about installing and configuring grunt,
  38052. web_1 | please see the Getting Started guide:
  38053. web_1 |
  38054. web_1 | http://gruntjs.com/getting-started
  38055. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38056. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38057. web_1 | Syncing...
  38058. web_1 | Creating tables ...
  38059. web_1 | Installing custom SQL ...
  38060. web_1 | Installing indexes ...
  38061. web_1 | Installed 0 object(s) from 0 fixture(s)
  38062. web_1 |
  38063. web_1 | Synced:
  38064. web_1 | > django.contrib.auth
  38065. web_1 | > django.contrib.contenttypes
  38066. web_1 | > django.contrib.sessions
  38067. web_1 | > django.contrib.sites
  38068. web_1 | > django.contrib.messages
  38069. web_1 | > django.contrib.staticfiles
  38070. web_1 | > django.contrib.admin
  38071. web_1 | > south
  38072. web_1 | > crispy_forms
  38073. web_1 | > avatar
  38074. web_1 | > bootstrap3
  38075. web_1 | > users
  38076. web_1 | > allauth
  38077. web_1 | > allauth.account
  38078. web_1 | > django.contrib.humanize
  38079. web_1 | > debug_toolbar
  38080. web_1 |
  38081. web_1 | Not synced (use migrations):
  38082. web_1 | - allauth.socialaccount
  38083. web_1 | - django_extensions
  38084. web_1 | (use ./manage.py migrate to migrate these)
  38085. web_1 | Running migrations for socialaccount:
  38086. web_1 | - Nothing to migrate.
  38087. web_1 | - Loading initial data for socialaccount.
  38088. web_1 | Installed 0 object(s) from 0 fixture(s)
  38089. web_1 | Running migrations for django_extensions:
  38090. web_1 | - Nothing to migrate.
  38091. web_1 | - Loading initial data for django_extensions.
  38092. web_1 | Installed 0 object(s) from 0 fixture(s)
  38093. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38094. web_1 | [GCC 4.9.2] on linux2
  38095. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38096. web_1 | (InteractiveConsole)
  38097. web_1 |
  38098. web_1 | >>> >>> Starting the server
  38099. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38100. web_1 |
  38101. web_1 | Fatal error: Unable to find local grunt.
  38102. web_1 |
  38103. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38104. web_1 | your project. For more information about installing and configuring grunt,
  38105. web_1 | please see the Getting Started guide:
  38106. web_1 |
  38107. web_1 | http://gruntjs.com/getting-started
  38108. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38109. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38110. web_1 | Syncing...
  38111. web_1 | Creating tables ...
  38112. web_1 | Installing custom SQL ...
  38113. web_1 | Installing indexes ...
  38114. web_1 | Installed 0 object(s) from 0 fixture(s)
  38115. web_1 |
  38116. web_1 | Synced:
  38117. web_1 | > django.contrib.auth
  38118. web_1 | > django.contrib.contenttypes
  38119. web_1 | > django.contrib.sessions
  38120. web_1 | > django.contrib.sites
  38121. web_1 | > django.contrib.messages
  38122. web_1 | > django.contrib.staticfiles
  38123. web_1 | > django.contrib.admin
  38124. web_1 | > south
  38125. web_1 | > crispy_forms
  38126. web_1 | > avatar
  38127. web_1 | > bootstrap3
  38128. web_1 | > users
  38129. web_1 | > allauth
  38130. web_1 | > allauth.account
  38131. web_1 | > django.contrib.humanize
  38132. web_1 | > debug_toolbar
  38133. web_1 |
  38134. web_1 | Not synced (use migrations):
  38135. web_1 | - allauth.socialaccount
  38136. web_1 | - django_extensions
  38137. web_1 | (use ./manage.py migrate to migrate these)
  38138. web_1 | Running migrations for socialaccount:
  38139. web_1 | - Nothing to migrate.
  38140. web_1 | - Loading initial data for socialaccount.
  38141. web_1 | Installed 0 object(s) from 0 fixture(s)
  38142. web_1 | Running migrations for django_extensions:
  38143. web_1 | - Nothing to migrate.
  38144. web_1 | - Loading initial data for django_extensions.
  38145. web_1 | Installed 0 object(s) from 0 fixture(s)
  38146. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38147. web_1 | [GCC 4.9.2] on linux2
  38148. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38149. web_1 | (InteractiveConsole)
  38150. web_1 |
  38151. web_1 | >>> >>> Starting the server
  38152. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38153. web_1 |
  38154. web_1 | Fatal error: Unable to find local grunt.
  38155. web_1 |
  38156. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38157. web_1 | your project. For more information about installing and configuring grunt,
  38158. web_1 | please see the Getting Started guide:
  38159. web_1 |
  38160. web_1 | http://gruntjs.com/getting-started
  38161. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38162. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38163. web_1 | Syncing...
  38164. web_1 | Creating tables ...
  38165. web_1 | Installing custom SQL ...
  38166. web_1 | Installing indexes ...
  38167. web_1 | Installed 0 object(s) from 0 fixture(s)
  38168. web_1 |
  38169. web_1 | Synced:
  38170. web_1 | > django.contrib.auth
  38171. web_1 | > django.contrib.contenttypes
  38172. web_1 | > django.contrib.sessions
  38173. web_1 | > django.contrib.sites
  38174. web_1 | > django.contrib.messages
  38175. web_1 | > django.contrib.staticfiles
  38176. web_1 | > django.contrib.admin
  38177. web_1 | > south
  38178. web_1 | > crispy_forms
  38179. web_1 | > avatar
  38180. web_1 | > bootstrap3
  38181. web_1 | > users
  38182. web_1 | > allauth
  38183. web_1 | > allauth.account
  38184. web_1 | > django.contrib.humanize
  38185. web_1 | > debug_toolbar
  38186. web_1 |
  38187. web_1 | Not synced (use migrations):
  38188. web_1 | - allauth.socialaccount
  38189. web_1 | - django_extensions
  38190. web_1 | (use ./manage.py migrate to migrate these)
  38191. web_1 | Running migrations for socialaccount:
  38192. web_1 | - Nothing to migrate.
  38193. web_1 | - Loading initial data for socialaccount.
  38194. web_1 | Installed 0 object(s) from 0 fixture(s)
  38195. web_1 | Running migrations for django_extensions:
  38196. web_1 | - Nothing to migrate.
  38197. web_1 | - Loading initial data for django_extensions.
  38198. web_1 | Installed 0 object(s) from 0 fixture(s)
  38199. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38200. web_1 | [GCC 4.9.2] on linux2
  38201. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38202. web_1 | (InteractiveConsole)
  38203. web_1 |
  38204. web_1 | >>> >>> Starting the server
  38205. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38206. web_1 |
  38207. web_1 | Fatal error: Unable to find local grunt.
  38208. web_1 |
  38209. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38210. web_1 | your project. For more information about installing and configuring grunt,
  38211. web_1 | please see the Getting Started guide:
  38212. web_1 |
  38213. web_1 | http://gruntjs.com/getting-started
  38214. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38215. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38216. web_1 | Syncing...
  38217. web_1 | Creating tables ...
  38218. web_1 | Installing custom SQL ...
  38219. web_1 | Installing indexes ...
  38220. web_1 | Installed 0 object(s) from 0 fixture(s)
  38221. web_1 |
  38222. web_1 | Synced:
  38223. web_1 | > django.contrib.auth
  38224. web_1 | > django.contrib.contenttypes
  38225. web_1 | > django.contrib.sessions
  38226. web_1 | > django.contrib.sites
  38227. web_1 | > django.contrib.messages
  38228. web_1 | > django.contrib.staticfiles
  38229. web_1 | > django.contrib.admin
  38230. web_1 | > south
  38231. web_1 | > crispy_forms
  38232. web_1 | > avatar
  38233. web_1 | > bootstrap3
  38234. web_1 | > users
  38235. web_1 | > allauth
  38236. web_1 | > allauth.account
  38237. web_1 | > django.contrib.humanize
  38238. web_1 | > debug_toolbar
  38239. web_1 |
  38240. web_1 | Not synced (use migrations):
  38241. web_1 | - allauth.socialaccount
  38242. web_1 | - django_extensions
  38243. web_1 | (use ./manage.py migrate to migrate these)
  38244. web_1 | Running migrations for socialaccount:
  38245. web_1 | - Nothing to migrate.
  38246. web_1 | - Loading initial data for socialaccount.
  38247. web_1 | Installed 0 object(s) from 0 fixture(s)
  38248. web_1 | Running migrations for django_extensions:
  38249. web_1 | - Nothing to migrate.
  38250. web_1 | - Loading initial data for django_extensions.
  38251. web_1 | Installed 0 object(s) from 0 fixture(s)
  38252. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38253. web_1 | [GCC 4.9.2] on linux2
  38254. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38255. web_1 | (InteractiveConsole)
  38256. web_1 |
  38257. web_1 | >>> >>> Starting the server
  38258. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38259. web_1 |
  38260. web_1 | Fatal error: Unable to find local grunt.
  38261. web_1 |
  38262. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38263. web_1 | your project. For more information about installing and configuring grunt,
  38264. web_1 | please see the Getting Started guide:
  38265. web_1 |
  38266. web_1 | http://gruntjs.com/getting-started
  38267. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38268. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38269. web_1 | Syncing...
  38270. web_1 | Creating tables ...
  38271. web_1 | Installing custom SQL ...
  38272. web_1 | Installing indexes ...
  38273. web_1 | Installed 0 object(s) from 0 fixture(s)
  38274. web_1 |
  38275. web_1 | Synced:
  38276. web_1 | > django.contrib.auth
  38277. web_1 | > django.contrib.contenttypes
  38278. web_1 | > django.contrib.sessions
  38279. web_1 | > django.contrib.sites
  38280. web_1 | > django.contrib.messages
  38281. web_1 | > django.contrib.staticfiles
  38282. web_1 | > django.contrib.admin
  38283. web_1 | > south
  38284. web_1 | > crispy_forms
  38285. web_1 | > avatar
  38286. web_1 | > bootstrap3
  38287. web_1 | > users
  38288. web_1 | > allauth
  38289. web_1 | > allauth.account
  38290. web_1 | > django.contrib.humanize
  38291. web_1 | > debug_toolbar
  38292. web_1 |
  38293. web_1 | Not synced (use migrations):
  38294. web_1 | - allauth.socialaccount
  38295. web_1 | - django_extensions
  38296. web_1 | (use ./manage.py migrate to migrate these)
  38297. web_1 | Running migrations for socialaccount:
  38298. web_1 | - Nothing to migrate.
  38299. web_1 | - Loading initial data for socialaccount.
  38300. web_1 | Installed 0 object(s) from 0 fixture(s)
  38301. web_1 | Running migrations for django_extensions:
  38302. web_1 | - Nothing to migrate.
  38303. web_1 | - Loading initial data for django_extensions.
  38304. web_1 | Installed 0 object(s) from 0 fixture(s)
  38305. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38306. web_1 | [GCC 4.9.2] on linux2
  38307. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38308. web_1 | (InteractiveConsole)
  38309. web_1 |
  38310. web_1 | >>> >>> Starting the server
  38311. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38312. web_1 |
  38313. web_1 | Fatal error: Unable to find local grunt.
  38314. web_1 |
  38315. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38316. web_1 | your project. For more information about installing and configuring grunt,
  38317. web_1 | please see the Getting Started guide:
  38318. web_1 |
  38319. web_1 | http://gruntjs.com/getting-started
  38320. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38321. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38322. web_1 | Syncing...
  38323. web_1 | Creating tables ...
  38324. web_1 | Installing custom SQL ...
  38325. web_1 | Installing indexes ...
  38326. web_1 | Installed 0 object(s) from 0 fixture(s)
  38327. web_1 |
  38328. web_1 | Synced:
  38329. web_1 | > django.contrib.auth
  38330. web_1 | > django.contrib.contenttypes
  38331. web_1 | > django.contrib.sessions
  38332. web_1 | > django.contrib.sites
  38333. web_1 | > django.contrib.messages
  38334. web_1 | > django.contrib.staticfiles
  38335. web_1 | > django.contrib.admin
  38336. web_1 | > south
  38337. web_1 | > crispy_forms
  38338. web_1 | > avatar
  38339. web_1 | > bootstrap3
  38340. web_1 | > users
  38341. web_1 | > allauth
  38342. web_1 | > allauth.account
  38343. web_1 | > django.contrib.humanize
  38344. web_1 | > debug_toolbar
  38345. web_1 |
  38346. web_1 | Not synced (use migrations):
  38347. web_1 | - allauth.socialaccount
  38348. web_1 | - django_extensions
  38349. web_1 | (use ./manage.py migrate to migrate these)
  38350. web_1 | Running migrations for socialaccount:
  38351. web_1 | - Nothing to migrate.
  38352. web_1 | - Loading initial data for socialaccount.
  38353. web_1 | Installed 0 object(s) from 0 fixture(s)
  38354. web_1 | Running migrations for django_extensions:
  38355. web_1 | - Nothing to migrate.
  38356. web_1 | - Loading initial data for django_extensions.
  38357. web_1 | Installed 0 object(s) from 0 fixture(s)
  38358. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38359. web_1 | [GCC 4.9.2] on linux2
  38360. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38361. web_1 | (InteractiveConsole)
  38362. web_1 |
  38363. web_1 | >>> >>> Starting the server
  38364. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38365. web_1 |
  38366. web_1 | Fatal error: Unable to find local grunt.
  38367. web_1 |
  38368. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38369. web_1 | your project. For more information about installing and configuring grunt,
  38370. web_1 | please see the Getting Started guide:
  38371. web_1 |
  38372. web_1 | http://gruntjs.com/getting-started
  38373. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38374. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38375. web_1 | Syncing...
  38376. web_1 | Creating tables ...
  38377. web_1 | Installing custom SQL ...
  38378. web_1 | Installing indexes ...
  38379. web_1 | Installed 0 object(s) from 0 fixture(s)
  38380. web_1 |
  38381. web_1 | Synced:
  38382. web_1 | > django.contrib.auth
  38383. web_1 | > django.contrib.contenttypes
  38384. web_1 | > django.contrib.sessions
  38385. web_1 | > django.contrib.sites
  38386. web_1 | > django.contrib.messages
  38387. web_1 | > django.contrib.staticfiles
  38388. web_1 | > django.contrib.admin
  38389. web_1 | > south
  38390. web_1 | > crispy_forms
  38391. web_1 | > avatar
  38392. web_1 | > bootstrap3
  38393. web_1 | > users
  38394. web_1 | > allauth
  38395. web_1 | > allauth.account
  38396. web_1 | > django.contrib.humanize
  38397. web_1 | > debug_toolbar
  38398. web_1 |
  38399. web_1 | Not synced (use migrations):
  38400. web_1 | - allauth.socialaccount
  38401. web_1 | - django_extensions
  38402. web_1 | (use ./manage.py migrate to migrate these)
  38403. web_1 | Running migrations for socialaccount:
  38404. web_1 | - Nothing to migrate.
  38405. web_1 | - Loading initial data for socialaccount.
  38406. web_1 | Installed 0 object(s) from 0 fixture(s)
  38407. web_1 | Running migrations for django_extensions:
  38408. web_1 | - Nothing to migrate.
  38409. web_1 | - Loading initial data for django_extensions.
  38410. web_1 | Installed 0 object(s) from 0 fixture(s)
  38411. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38412. web_1 | [GCC 4.9.2] on linux2
  38413. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38414. web_1 | (InteractiveConsole)
  38415. web_1 |
  38416. web_1 | >>> >>> Starting the server
  38417. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38418. web_1 |
  38419. web_1 | Fatal error: Unable to find local grunt.
  38420. web_1 |
  38421. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38422. web_1 | your project. For more information about installing and configuring grunt,
  38423. web_1 | please see the Getting Started guide:
  38424. web_1 |
  38425. web_1 | http://gruntjs.com/getting-started
  38426. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38427. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38428. web_1 | Syncing...
  38429. web_1 | Creating tables ...
  38430. web_1 | Installing custom SQL ...
  38431. web_1 | Installing indexes ...
  38432. web_1 | Installed 0 object(s) from 0 fixture(s)
  38433. web_1 |
  38434. web_1 | Synced:
  38435. web_1 | > django.contrib.auth
  38436. web_1 | > django.contrib.contenttypes
  38437. web_1 | > django.contrib.sessions
  38438. web_1 | > django.contrib.sites
  38439. web_1 | > django.contrib.messages
  38440. web_1 | > django.contrib.staticfiles
  38441. web_1 | > django.contrib.admin
  38442. web_1 | > south
  38443. web_1 | > crispy_forms
  38444. web_1 | > avatar
  38445. web_1 | > bootstrap3
  38446. web_1 | > users
  38447. web_1 | > allauth
  38448. web_1 | > allauth.account
  38449. web_1 | > django.contrib.humanize
  38450. web_1 | > debug_toolbar
  38451. web_1 |
  38452. web_1 | Not synced (use migrations):
  38453. web_1 | - allauth.socialaccount
  38454. web_1 | - django_extensions
  38455. web_1 | (use ./manage.py migrate to migrate these)
  38456. web_1 | Running migrations for socialaccount:
  38457. web_1 | - Nothing to migrate.
  38458. web_1 | - Loading initial data for socialaccount.
  38459. web_1 | Installed 0 object(s) from 0 fixture(s)
  38460. web_1 | Running migrations for django_extensions:
  38461. web_1 | - Nothing to migrate.
  38462. web_1 | - Loading initial data for django_extensions.
  38463. web_1 | Installed 0 object(s) from 0 fixture(s)
  38464. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38465. web_1 | [GCC 4.9.2] on linux2
  38466. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38467. web_1 | (InteractiveConsole)
  38468. web_1 |
  38469. web_1 | >>> >>> Starting the server
  38470. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38471. web_1 |
  38472. web_1 | Fatal error: Unable to find local grunt.
  38473. web_1 |
  38474. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38475. web_1 | your project. For more information about installing and configuring grunt,
  38476. web_1 | please see the Getting Started guide:
  38477. web_1 |
  38478. web_1 | http://gruntjs.com/getting-started
  38479. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38480. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38481. web_1 | Syncing...
  38482. web_1 | Creating tables ...
  38483. web_1 | Installing custom SQL ...
  38484. web_1 | Installing indexes ...
  38485. web_1 | Installed 0 object(s) from 0 fixture(s)
  38486. web_1 |
  38487. web_1 | Synced:
  38488. web_1 | > django.contrib.auth
  38489. web_1 | > django.contrib.contenttypes
  38490. web_1 | > django.contrib.sessions
  38491. web_1 | > django.contrib.sites
  38492. web_1 | > django.contrib.messages
  38493. web_1 | > django.contrib.staticfiles
  38494. web_1 | > django.contrib.admin
  38495. web_1 | > south
  38496. web_1 | > crispy_forms
  38497. web_1 | > avatar
  38498. web_1 | > bootstrap3
  38499. web_1 | > users
  38500. web_1 | > allauth
  38501. web_1 | > allauth.account
  38502. web_1 | > django.contrib.humanize
  38503. web_1 | > debug_toolbar
  38504. web_1 |
  38505. web_1 | Not synced (use migrations):
  38506. web_1 | - allauth.socialaccount
  38507. web_1 | - django_extensions
  38508. web_1 | (use ./manage.py migrate to migrate these)
  38509. web_1 | Running migrations for socialaccount:
  38510. web_1 | - Nothing to migrate.
  38511. web_1 | - Loading initial data for socialaccount.
  38512. web_1 | Installed 0 object(s) from 0 fixture(s)
  38513. web_1 | Running migrations for django_extensions:
  38514. web_1 | - Nothing to migrate.
  38515. web_1 | - Loading initial data for django_extensions.
  38516. web_1 | Installed 0 object(s) from 0 fixture(s)
  38517. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38518. web_1 | [GCC 4.9.2] on linux2
  38519. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38520. web_1 | (InteractiveConsole)
  38521. web_1 |
  38522. web_1 | >>> >>> Starting the server
  38523. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38524. web_1 |
  38525. web_1 | Fatal error: Unable to find local grunt.
  38526. web_1 |
  38527. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38528. web_1 | your project. For more information about installing and configuring grunt,
  38529. web_1 | please see the Getting Started guide:
  38530. web_1 |
  38531. web_1 | http://gruntjs.com/getting-started
  38532. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38533. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38534. web_1 | Syncing...
  38535. web_1 | Creating tables ...
  38536. web_1 | Installing custom SQL ...
  38537. web_1 | Installing indexes ...
  38538. web_1 | Installed 0 object(s) from 0 fixture(s)
  38539. web_1 |
  38540. web_1 | Synced:
  38541. web_1 | > django.contrib.auth
  38542. web_1 | > django.contrib.contenttypes
  38543. web_1 | > django.contrib.sessions
  38544. web_1 | > django.contrib.sites
  38545. web_1 | > django.contrib.messages
  38546. web_1 | > django.contrib.staticfiles
  38547. web_1 | > django.contrib.admin
  38548. web_1 | > south
  38549. web_1 | > crispy_forms
  38550. web_1 | > avatar
  38551. web_1 | > bootstrap3
  38552. web_1 | > users
  38553. web_1 | > allauth
  38554. web_1 | > allauth.account
  38555. web_1 | > django.contrib.humanize
  38556. web_1 | > debug_toolbar
  38557. web_1 |
  38558. web_1 | Not synced (use migrations):
  38559. web_1 | - allauth.socialaccount
  38560. web_1 | - django_extensions
  38561. web_1 | (use ./manage.py migrate to migrate these)
  38562. web_1 | Running migrations for socialaccount:
  38563. web_1 | - Nothing to migrate.
  38564. web_1 | - Loading initial data for socialaccount.
  38565. web_1 | Installed 0 object(s) from 0 fixture(s)
  38566. web_1 | Running migrations for django_extensions:
  38567. web_1 | - Nothing to migrate.
  38568. web_1 | - Loading initial data for django_extensions.
  38569. web_1 | Installed 0 object(s) from 0 fixture(s)
  38570. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38571. web_1 | [GCC 4.9.2] on linux2
  38572. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38573. web_1 | (InteractiveConsole)
  38574. web_1 |
  38575. web_1 | >>> >>> Starting the server
  38576. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38577. web_1 |
  38578. web_1 | Fatal error: Unable to find local grunt.
  38579. web_1 |
  38580. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38581. web_1 | your project. For more information about installing and configuring grunt,
  38582. web_1 | please see the Getting Started guide:
  38583. web_1 |
  38584. web_1 | http://gruntjs.com/getting-started
  38585. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38586. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38587. web_1 | Syncing...
  38588. web_1 | Creating tables ...
  38589. web_1 | Installing custom SQL ...
  38590. web_1 | Installing indexes ...
  38591. web_1 | Installed 0 object(s) from 0 fixture(s)
  38592. web_1 |
  38593. web_1 | Synced:
  38594. web_1 | > django.contrib.auth
  38595. web_1 | > django.contrib.contenttypes
  38596. web_1 | > django.contrib.sessions
  38597. web_1 | > django.contrib.sites
  38598. web_1 | > django.contrib.messages
  38599. web_1 | > django.contrib.staticfiles
  38600. web_1 | > django.contrib.admin
  38601. web_1 | > south
  38602. web_1 | > crispy_forms
  38603. web_1 | > avatar
  38604. web_1 | > bootstrap3
  38605. web_1 | > users
  38606. web_1 | > allauth
  38607. web_1 | > allauth.account
  38608. web_1 | > django.contrib.humanize
  38609. web_1 | > debug_toolbar
  38610. web_1 |
  38611. web_1 | Not synced (use migrations):
  38612. web_1 | - allauth.socialaccount
  38613. web_1 | - django_extensions
  38614. web_1 | (use ./manage.py migrate to migrate these)
  38615. web_1 | Running migrations for socialaccount:
  38616. web_1 | - Nothing to migrate.
  38617. web_1 | - Loading initial data for socialaccount.
  38618. web_1 | Installed 0 object(s) from 0 fixture(s)
  38619. web_1 | Running migrations for django_extensions:
  38620. web_1 | - Nothing to migrate.
  38621. web_1 | - Loading initial data for django_extensions.
  38622. web_1 | Installed 0 object(s) from 0 fixture(s)
  38623. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38624. web_1 | [GCC 4.9.2] on linux2
  38625. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38626. web_1 | (InteractiveConsole)
  38627. web_1 |
  38628. web_1 | >>> >>> Starting the server
  38629. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38630. web_1 |
  38631. web_1 | Fatal error: Unable to find local grunt.
  38632. web_1 |
  38633. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38634. web_1 | your project. For more information about installing and configuring grunt,
  38635. web_1 | please see the Getting Started guide:
  38636. web_1 |
  38637. web_1 | http://gruntjs.com/getting-started
  38638. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38639. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38640. web_1 | Syncing...
  38641. web_1 | Creating tables ...
  38642. web_1 | Installing custom SQL ...
  38643. web_1 | Installing indexes ...
  38644. web_1 | Installed 0 object(s) from 0 fixture(s)
  38645. web_1 |
  38646. web_1 | Synced:
  38647. web_1 | > django.contrib.auth
  38648. web_1 | > django.contrib.contenttypes
  38649. web_1 | > django.contrib.sessions
  38650. web_1 | > django.contrib.sites
  38651. web_1 | > django.contrib.messages
  38652. web_1 | > django.contrib.staticfiles
  38653. web_1 | > django.contrib.admin
  38654. web_1 | > south
  38655. web_1 | > crispy_forms
  38656. web_1 | > avatar
  38657. web_1 | > bootstrap3
  38658. web_1 | > users
  38659. web_1 | > allauth
  38660. web_1 | > allauth.account
  38661. web_1 | > django.contrib.humanize
  38662. web_1 | > debug_toolbar
  38663. web_1 |
  38664. web_1 | Not synced (use migrations):
  38665. web_1 | - allauth.socialaccount
  38666. web_1 | - django_extensions
  38667. web_1 | (use ./manage.py migrate to migrate these)
  38668. web_1 | Running migrations for socialaccount:
  38669. web_1 | - Nothing to migrate.
  38670. web_1 | - Loading initial data for socialaccount.
  38671. web_1 | Installed 0 object(s) from 0 fixture(s)
  38672. web_1 | Running migrations for django_extensions:
  38673. web_1 | - Nothing to migrate.
  38674. web_1 | - Loading initial data for django_extensions.
  38675. web_1 | Installed 0 object(s) from 0 fixture(s)
  38676. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38677. web_1 | [GCC 4.9.2] on linux2
  38678. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38679. web_1 | (InteractiveConsole)
  38680. web_1 |
  38681. web_1 | >>> >>> Starting the server
  38682. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38683. web_1 |
  38684. web_1 | Fatal error: Unable to find local grunt.
  38685. web_1 |
  38686. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38687. web_1 | your project. For more information about installing and configuring grunt,
  38688. web_1 | please see the Getting Started guide:
  38689. web_1 |
  38690. web_1 | http://gruntjs.com/getting-started
  38691. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38692. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38693. web_1 | Syncing...
  38694. web_1 | Creating tables ...
  38695. web_1 | Installing custom SQL ...
  38696. web_1 | Installing indexes ...
  38697. web_1 | Installed 0 object(s) from 0 fixture(s)
  38698. web_1 |
  38699. web_1 | Synced:
  38700. web_1 | > django.contrib.auth
  38701. web_1 | > django.contrib.contenttypes
  38702. web_1 | > django.contrib.sessions
  38703. web_1 | > django.contrib.sites
  38704. web_1 | > django.contrib.messages
  38705. web_1 | > django.contrib.staticfiles
  38706. web_1 | > django.contrib.admin
  38707. web_1 | > south
  38708. web_1 | > crispy_forms
  38709. web_1 | > avatar
  38710. web_1 | > bootstrap3
  38711. web_1 | > users
  38712. web_1 | > allauth
  38713. web_1 | > allauth.account
  38714. web_1 | > django.contrib.humanize
  38715. web_1 | > debug_toolbar
  38716. web_1 |
  38717. web_1 | Not synced (use migrations):
  38718. web_1 | - allauth.socialaccount
  38719. web_1 | - django_extensions
  38720. web_1 | (use ./manage.py migrate to migrate these)
  38721. web_1 | Running migrations for socialaccount:
  38722. web_1 | - Nothing to migrate.
  38723. web_1 | - Loading initial data for socialaccount.
  38724. web_1 | Installed 0 object(s) from 0 fixture(s)
  38725. web_1 | Running migrations for django_extensions:
  38726. web_1 | - Nothing to migrate.
  38727. web_1 | - Loading initial data for django_extensions.
  38728. web_1 | Installed 0 object(s) from 0 fixture(s)
  38729. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38730. web_1 | [GCC 4.9.2] on linux2
  38731. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38732. web_1 | (InteractiveConsole)
  38733. web_1 |
  38734. web_1 | >>> >>> Starting the server
  38735. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38736. web_1 |
  38737. web_1 | Fatal error: Unable to find local grunt.
  38738. web_1 |
  38739. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38740. web_1 | your project. For more information about installing and configuring grunt,
  38741. web_1 | please see the Getting Started guide:
  38742. web_1 |
  38743. web_1 | http://gruntjs.com/getting-started
  38744. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38745. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38746. web_1 | Syncing...
  38747. web_1 | Creating tables ...
  38748. web_1 | Installing custom SQL ...
  38749. web_1 | Installing indexes ...
  38750. web_1 | Installed 0 object(s) from 0 fixture(s)
  38751. web_1 |
  38752. web_1 | Synced:
  38753. web_1 | > django.contrib.auth
  38754. web_1 | > django.contrib.contenttypes
  38755. web_1 | > django.contrib.sessions
  38756. web_1 | > django.contrib.sites
  38757. web_1 | > django.contrib.messages
  38758. web_1 | > django.contrib.staticfiles
  38759. web_1 | > django.contrib.admin
  38760. web_1 | > south
  38761. web_1 | > crispy_forms
  38762. web_1 | > avatar
  38763. web_1 | > bootstrap3
  38764. web_1 | > users
  38765. web_1 | > allauth
  38766. web_1 | > allauth.account
  38767. web_1 | > django.contrib.humanize
  38768. web_1 | > debug_toolbar
  38769. web_1 |
  38770. web_1 | Not synced (use migrations):
  38771. web_1 | - allauth.socialaccount
  38772. web_1 | - django_extensions
  38773. web_1 | (use ./manage.py migrate to migrate these)
  38774. web_1 | Running migrations for socialaccount:
  38775. web_1 | - Nothing to migrate.
  38776. web_1 | - Loading initial data for socialaccount.
  38777. web_1 | Installed 0 object(s) from 0 fixture(s)
  38778. web_1 | Running migrations for django_extensions:
  38779. web_1 | - Nothing to migrate.
  38780. web_1 | - Loading initial data for django_extensions.
  38781. web_1 | Installed 0 object(s) from 0 fixture(s)
  38782. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38783. web_1 | [GCC 4.9.2] on linux2
  38784. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38785. web_1 | (InteractiveConsole)
  38786. web_1 |
  38787. web_1 | >>> >>> Starting the server
  38788. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38789. web_1 |
  38790. web_1 | Fatal error: Unable to find local grunt.
  38791. web_1 |
  38792. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38793. web_1 | your project. For more information about installing and configuring grunt,
  38794. web_1 | please see the Getting Started guide:
  38795. web_1 |
  38796. web_1 | http://gruntjs.com/getting-started
  38797. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38798. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38799. web_1 | Syncing...
  38800. web_1 | Creating tables ...
  38801. web_1 | Installing custom SQL ...
  38802. web_1 | Installing indexes ...
  38803. web_1 | Installed 0 object(s) from 0 fixture(s)
  38804. web_1 |
  38805. web_1 | Synced:
  38806. web_1 | > django.contrib.auth
  38807. web_1 | > django.contrib.contenttypes
  38808. web_1 | > django.contrib.sessions
  38809. web_1 | > django.contrib.sites
  38810. web_1 | > django.contrib.messages
  38811. web_1 | > django.contrib.staticfiles
  38812. web_1 | > django.contrib.admin
  38813. web_1 | > south
  38814. web_1 | > crispy_forms
  38815. web_1 | > avatar
  38816. web_1 | > bootstrap3
  38817. web_1 | > users
  38818. web_1 | > allauth
  38819. web_1 | > allauth.account
  38820. web_1 | > django.contrib.humanize
  38821. web_1 | > debug_toolbar
  38822. web_1 |
  38823. web_1 | Not synced (use migrations):
  38824. web_1 | - allauth.socialaccount
  38825. web_1 | - django_extensions
  38826. web_1 | (use ./manage.py migrate to migrate these)
  38827. web_1 | Running migrations for socialaccount:
  38828. web_1 | - Nothing to migrate.
  38829. web_1 | - Loading initial data for socialaccount.
  38830. web_1 | Installed 0 object(s) from 0 fixture(s)
  38831. web_1 | Running migrations for django_extensions:
  38832. web_1 | - Nothing to migrate.
  38833. web_1 | - Loading initial data for django_extensions.
  38834. web_1 | Installed 0 object(s) from 0 fixture(s)
  38835. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38836. web_1 | [GCC 4.9.2] on linux2
  38837. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38838. web_1 | (InteractiveConsole)
  38839. web_1 |
  38840. web_1 | >>> >>> Starting the server
  38841. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38842. web_1 |
  38843. web_1 | Fatal error: Unable to find local grunt.
  38844. web_1 |
  38845. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38846. web_1 | your project. For more information about installing and configuring grunt,
  38847. web_1 | please see the Getting Started guide:
  38848. web_1 |
  38849. web_1 | http://gruntjs.com/getting-started
  38850. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38851. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38852. web_1 | Syncing...
  38853. web_1 | Creating tables ...
  38854. web_1 | Installing custom SQL ...
  38855. web_1 | Installing indexes ...
  38856. web_1 | Installed 0 object(s) from 0 fixture(s)
  38857. web_1 |
  38858. web_1 | Synced:
  38859. web_1 | > django.contrib.auth
  38860. web_1 | > django.contrib.contenttypes
  38861. web_1 | > django.contrib.sessions
  38862. web_1 | > django.contrib.sites
  38863. web_1 | > django.contrib.messages
  38864. web_1 | > django.contrib.staticfiles
  38865. web_1 | > django.contrib.admin
  38866. web_1 | > south
  38867. web_1 | > crispy_forms
  38868. web_1 | > avatar
  38869. web_1 | > bootstrap3
  38870. web_1 | > users
  38871. web_1 | > allauth
  38872. web_1 | > allauth.account
  38873. web_1 | > django.contrib.humanize
  38874. web_1 | > debug_toolbar
  38875. web_1 |
  38876. web_1 | Not synced (use migrations):
  38877. web_1 | - allauth.socialaccount
  38878. web_1 | - django_extensions
  38879. web_1 | (use ./manage.py migrate to migrate these)
  38880. web_1 | Running migrations for socialaccount:
  38881. web_1 | - Nothing to migrate.
  38882. web_1 | - Loading initial data for socialaccount.
  38883. web_1 | Installed 0 object(s) from 0 fixture(s)
  38884. web_1 | Running migrations for django_extensions:
  38885. web_1 | - Nothing to migrate.
  38886. web_1 | - Loading initial data for django_extensions.
  38887. web_1 | Installed 0 object(s) from 0 fixture(s)
  38888. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38889. web_1 | [GCC 4.9.2] on linux2
  38890. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38891. web_1 | (InteractiveConsole)
  38892. web_1 |
  38893. web_1 | >>> >>> Starting the server
  38894. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38895. web_1 |
  38896. web_1 | Fatal error: Unable to find local grunt.
  38897. web_1 |
  38898. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38899. web_1 | your project. For more information about installing and configuring grunt,
  38900. web_1 | please see the Getting Started guide:
  38901. web_1 |
  38902. web_1 | http://gruntjs.com/getting-started
  38903. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38904. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38905. web_1 | Syncing...
  38906. web_1 | Creating tables ...
  38907. web_1 | Installing custom SQL ...
  38908. web_1 | Installing indexes ...
  38909. web_1 | Installed 0 object(s) from 0 fixture(s)
  38910. web_1 |
  38911. web_1 | Synced:
  38912. web_1 | > django.contrib.auth
  38913. web_1 | > django.contrib.contenttypes
  38914. web_1 | > django.contrib.sessions
  38915. web_1 | > django.contrib.sites
  38916. web_1 | > django.contrib.messages
  38917. web_1 | > django.contrib.staticfiles
  38918. web_1 | > django.contrib.admin
  38919. web_1 | > south
  38920. web_1 | > crispy_forms
  38921. web_1 | > avatar
  38922. web_1 | > bootstrap3
  38923. web_1 | > users
  38924. web_1 | > allauth
  38925. web_1 | > allauth.account
  38926. web_1 | > django.contrib.humanize
  38927. web_1 | > debug_toolbar
  38928. web_1 |
  38929. web_1 | Not synced (use migrations):
  38930. web_1 | - allauth.socialaccount
  38931. web_1 | - django_extensions
  38932. web_1 | (use ./manage.py migrate to migrate these)
  38933. web_1 | Running migrations for socialaccount:
  38934. web_1 | - Nothing to migrate.
  38935. web_1 | - Loading initial data for socialaccount.
  38936. web_1 | Installed 0 object(s) from 0 fixture(s)
  38937. web_1 | Running migrations for django_extensions:
  38938. web_1 | - Nothing to migrate.
  38939. web_1 | - Loading initial data for django_extensions.
  38940. web_1 | Installed 0 object(s) from 0 fixture(s)
  38941. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38942. web_1 | [GCC 4.9.2] on linux2
  38943. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38944. web_1 | (InteractiveConsole)
  38945. web_1 |
  38946. web_1 | >>> >>> Starting the server
  38947. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  38948. web_1 |
  38949. web_1 | Fatal error: Unable to find local grunt.
  38950. web_1 |
  38951. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  38952. web_1 | your project. For more information about installing and configuring grunt,
  38953. web_1 | please see the Getting Started guide:
  38954. web_1 |
  38955. web_1 | http://gruntjs.com/getting-started
  38956. web_1 | Starting OpenBSD Secure Shell server: sshd.
  38957. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  38958. web_1 | Syncing...
  38959. web_1 | Creating tables ...
  38960. web_1 | Installing custom SQL ...
  38961. web_1 | Installing indexes ...
  38962. web_1 | Installed 0 object(s) from 0 fixture(s)
  38963. web_1 |
  38964. web_1 | Synced:
  38965. web_1 | > django.contrib.auth
  38966. web_1 | > django.contrib.contenttypes
  38967. web_1 | > django.contrib.sessions
  38968. web_1 | > django.contrib.sites
  38969. web_1 | > django.contrib.messages
  38970. web_1 | > django.contrib.staticfiles
  38971. web_1 | > django.contrib.admin
  38972. web_1 | > south
  38973. web_1 | > crispy_forms
  38974. web_1 | > avatar
  38975. web_1 | > bootstrap3
  38976. web_1 | > users
  38977. web_1 | > allauth
  38978. web_1 | > allauth.account
  38979. web_1 | > django.contrib.humanize
  38980. web_1 | > debug_toolbar
  38981. web_1 |
  38982. web_1 | Not synced (use migrations):
  38983. web_1 | - allauth.socialaccount
  38984. web_1 | - django_extensions
  38985. web_1 | (use ./manage.py migrate to migrate these)
  38986. web_1 | Running migrations for socialaccount:
  38987. web_1 | - Nothing to migrate.
  38988. web_1 | - Loading initial data for socialaccount.
  38989. web_1 | Installed 0 object(s) from 0 fixture(s)
  38990. web_1 | Running migrations for django_extensions:
  38991. web_1 | - Nothing to migrate.
  38992. web_1 | - Loading initial data for django_extensions.
  38993. web_1 | Installed 0 object(s) from 0 fixture(s)
  38994. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  38995. web_1 | [GCC 4.9.2] on linux2
  38996. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  38997. web_1 | (InteractiveConsole)
  38998. web_1 |
  38999. web_1 | >>> >>> Starting the server
  39000. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39001. web_1 |
  39002. web_1 | Fatal error: Unable to find local grunt.
  39003. web_1 |
  39004. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39005. web_1 | your project. For more information about installing and configuring grunt,
  39006. web_1 | please see the Getting Started guide:
  39007. web_1 |
  39008. web_1 | http://gruntjs.com/getting-started
  39009. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39010. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39011. web_1 | Syncing...
  39012. web_1 | Creating tables ...
  39013. web_1 | Installing custom SQL ...
  39014. web_1 | Installing indexes ...
  39015. web_1 | Installed 0 object(s) from 0 fixture(s)
  39016. web_1 |
  39017. web_1 | Synced:
  39018. web_1 | > django.contrib.auth
  39019. web_1 | > django.contrib.contenttypes
  39020. web_1 | > django.contrib.sessions
  39021. web_1 | > django.contrib.sites
  39022. web_1 | > django.contrib.messages
  39023. web_1 | > django.contrib.staticfiles
  39024. web_1 | > django.contrib.admin
  39025. web_1 | > south
  39026. web_1 | > crispy_forms
  39027. web_1 | > avatar
  39028. web_1 | > bootstrap3
  39029. web_1 | > users
  39030. web_1 | > allauth
  39031. web_1 | > allauth.account
  39032. web_1 | > django.contrib.humanize
  39033. web_1 | > debug_toolbar
  39034. web_1 |
  39035. web_1 | Not synced (use migrations):
  39036. web_1 | - allauth.socialaccount
  39037. web_1 | - django_extensions
  39038. web_1 | (use ./manage.py migrate to migrate these)
  39039. web_1 | Running migrations for socialaccount:
  39040. web_1 | - Nothing to migrate.
  39041. web_1 | - Loading initial data for socialaccount.
  39042. web_1 | Installed 0 object(s) from 0 fixture(s)
  39043. web_1 | Running migrations for django_extensions:
  39044. web_1 | - Nothing to migrate.
  39045. web_1 | - Loading initial data for django_extensions.
  39046. web_1 | Installed 0 object(s) from 0 fixture(s)
  39047. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39048. web_1 | [GCC 4.9.2] on linux2
  39049. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39050. web_1 | (InteractiveConsole)
  39051. web_1 |
  39052. web_1 | >>> >>> Starting the server
  39053. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39054. web_1 |
  39055. web_1 | Fatal error: Unable to find local grunt.
  39056. web_1 |
  39057. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39058. web_1 | your project. For more information about installing and configuring grunt,
  39059. web_1 | please see the Getting Started guide:
  39060. web_1 |
  39061. web_1 | http://gruntjs.com/getting-started
  39062. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39063. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39064. web_1 | Syncing...
  39065. web_1 | Creating tables ...
  39066. web_1 | Installing custom SQL ...
  39067. web_1 | Installing indexes ...
  39068. web_1 | Installed 0 object(s) from 0 fixture(s)
  39069. web_1 |
  39070. web_1 | Synced:
  39071. web_1 | > django.contrib.auth
  39072. web_1 | > django.contrib.contenttypes
  39073. web_1 | > django.contrib.sessions
  39074. web_1 | > django.contrib.sites
  39075. web_1 | > django.contrib.messages
  39076. web_1 | > django.contrib.staticfiles
  39077. web_1 | > django.contrib.admin
  39078. web_1 | > south
  39079. web_1 | > crispy_forms
  39080. web_1 | > avatar
  39081. web_1 | > bootstrap3
  39082. web_1 | > users
  39083. web_1 | > allauth
  39084. web_1 | > allauth.account
  39085. web_1 | > django.contrib.humanize
  39086. web_1 | > debug_toolbar
  39087. web_1 |
  39088. web_1 | Not synced (use migrations):
  39089. web_1 | - allauth.socialaccount
  39090. web_1 | - django_extensions
  39091. web_1 | (use ./manage.py migrate to migrate these)
  39092. web_1 | Running migrations for socialaccount:
  39093. web_1 | - Nothing to migrate.
  39094. web_1 | - Loading initial data for socialaccount.
  39095. web_1 | Installed 0 object(s) from 0 fixture(s)
  39096. web_1 | Running migrations for django_extensions:
  39097. web_1 | - Nothing to migrate.
  39098. web_1 | - Loading initial data for django_extensions.
  39099. web_1 | Installed 0 object(s) from 0 fixture(s)
  39100. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39101. web_1 | [GCC 4.9.2] on linux2
  39102. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39103. web_1 | (InteractiveConsole)
  39104. web_1 |
  39105. web_1 | >>> >>> Starting the server
  39106. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39107. web_1 |
  39108. web_1 | Fatal error: Unable to find local grunt.
  39109. web_1 |
  39110. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39111. web_1 | your project. For more information about installing and configuring grunt,
  39112. web_1 | please see the Getting Started guide:
  39113. web_1 |
  39114. web_1 | http://gruntjs.com/getting-started
  39115. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39116. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39117. web_1 | Syncing...
  39118. web_1 | Creating tables ...
  39119. web_1 | Installing custom SQL ...
  39120. web_1 | Installing indexes ...
  39121. web_1 | Installed 0 object(s) from 0 fixture(s)
  39122. web_1 |
  39123. web_1 | Synced:
  39124. web_1 | > django.contrib.auth
  39125. web_1 | > django.contrib.contenttypes
  39126. web_1 | > django.contrib.sessions
  39127. web_1 | > django.contrib.sites
  39128. web_1 | > django.contrib.messages
  39129. web_1 | > django.contrib.staticfiles
  39130. web_1 | > django.contrib.admin
  39131. web_1 | > south
  39132. web_1 | > crispy_forms
  39133. web_1 | > avatar
  39134. web_1 | > bootstrap3
  39135. web_1 | > users
  39136. web_1 | > allauth
  39137. web_1 | > allauth.account
  39138. web_1 | > django.contrib.humanize
  39139. web_1 | > debug_toolbar
  39140. web_1 |
  39141. web_1 | Not synced (use migrations):
  39142. web_1 | - allauth.socialaccount
  39143. web_1 | - django_extensions
  39144. web_1 | (use ./manage.py migrate to migrate these)
  39145. web_1 | Running migrations for socialaccount:
  39146. web_1 | - Nothing to migrate.
  39147. web_1 | - Loading initial data for socialaccount.
  39148. web_1 | Installed 0 object(s) from 0 fixture(s)
  39149. web_1 | Running migrations for django_extensions:
  39150. web_1 | - Nothing to migrate.
  39151. web_1 | - Loading initial data for django_extensions.
  39152. web_1 | Installed 0 object(s) from 0 fixture(s)
  39153. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39154. web_1 | [GCC 4.9.2] on linux2
  39155. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39156. web_1 | (InteractiveConsole)
  39157. web_1 |
  39158. web_1 | >>> >>> Starting the server
  39159. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39160. web_1 |
  39161. web_1 | Fatal error: Unable to find local grunt.
  39162. web_1 |
  39163. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39164. web_1 | your project. For more information about installing and configuring grunt,
  39165. web_1 | please see the Getting Started guide:
  39166. web_1 |
  39167. web_1 | http://gruntjs.com/getting-started
  39168. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39169. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39170. web_1 | Syncing...
  39171. web_1 | Creating tables ...
  39172. web_1 | Installing custom SQL ...
  39173. web_1 | Installing indexes ...
  39174. web_1 | Installed 0 object(s) from 0 fixture(s)
  39175. web_1 |
  39176. web_1 | Synced:
  39177. web_1 | > django.contrib.auth
  39178. web_1 | > django.contrib.contenttypes
  39179. web_1 | > django.contrib.sessions
  39180. web_1 | > django.contrib.sites
  39181. web_1 | > django.contrib.messages
  39182. web_1 | > django.contrib.staticfiles
  39183. web_1 | > django.contrib.admin
  39184. web_1 | > south
  39185. web_1 | > crispy_forms
  39186. web_1 | > avatar
  39187. web_1 | > bootstrap3
  39188. web_1 | > users
  39189. web_1 | > allauth
  39190. web_1 | > allauth.account
  39191. web_1 | > django.contrib.humanize
  39192. web_1 | > debug_toolbar
  39193. web_1 |
  39194. web_1 | Not synced (use migrations):
  39195. web_1 | - allauth.socialaccount
  39196. web_1 | - django_extensions
  39197. web_1 | (use ./manage.py migrate to migrate these)
  39198. web_1 | Running migrations for socialaccount:
  39199. web_1 | - Nothing to migrate.
  39200. web_1 | - Loading initial data for socialaccount.
  39201. web_1 | Installed 0 object(s) from 0 fixture(s)
  39202. web_1 | Running migrations for django_extensions:
  39203. web_1 | - Nothing to migrate.
  39204. web_1 | - Loading initial data for django_extensions.
  39205. web_1 | Installed 0 object(s) from 0 fixture(s)
  39206. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39207. web_1 | [GCC 4.9.2] on linux2
  39208. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39209. web_1 | (InteractiveConsole)
  39210. web_1 |
  39211. web_1 | >>> >>> Starting the server
  39212. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39213. web_1 |
  39214. web_1 | Fatal error: Unable to find local grunt.
  39215. web_1 |
  39216. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39217. web_1 | your project. For more information about installing and configuring grunt,
  39218. web_1 | please see the Getting Started guide:
  39219. web_1 |
  39220. web_1 | http://gruntjs.com/getting-started
  39221. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39222. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39223. web_1 | Syncing...
  39224. web_1 | Creating tables ...
  39225. web_1 | Installing custom SQL ...
  39226. web_1 | Installing indexes ...
  39227. web_1 | Installed 0 object(s) from 0 fixture(s)
  39228. web_1 |
  39229. web_1 | Synced:
  39230. web_1 | > django.contrib.auth
  39231. web_1 | > django.contrib.contenttypes
  39232. web_1 | > django.contrib.sessions
  39233. web_1 | > django.contrib.sites
  39234. web_1 | > django.contrib.messages
  39235. web_1 | > django.contrib.staticfiles
  39236. web_1 | > django.contrib.admin
  39237. web_1 | > south
  39238. web_1 | > crispy_forms
  39239. web_1 | > avatar
  39240. web_1 | > bootstrap3
  39241. web_1 | > users
  39242. web_1 | > allauth
  39243. web_1 | > allauth.account
  39244. web_1 | > django.contrib.humanize
  39245. web_1 | > debug_toolbar
  39246. web_1 |
  39247. web_1 | Not synced (use migrations):
  39248. web_1 | - allauth.socialaccount
  39249. web_1 | - django_extensions
  39250. web_1 | (use ./manage.py migrate to migrate these)
  39251. web_1 | Running migrations for socialaccount:
  39252. web_1 | - Nothing to migrate.
  39253. web_1 | - Loading initial data for socialaccount.
  39254. web_1 | Installed 0 object(s) from 0 fixture(s)
  39255. web_1 | Running migrations for django_extensions:
  39256. web_1 | - Nothing to migrate.
  39257. web_1 | - Loading initial data for django_extensions.
  39258. web_1 | Installed 0 object(s) from 0 fixture(s)
  39259. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39260. web_1 | [GCC 4.9.2] on linux2
  39261. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39262. web_1 | (InteractiveConsole)
  39263. web_1 |
  39264. web_1 | >>> >>> Starting the server
  39265. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39266. web_1 |
  39267. web_1 | Fatal error: Unable to find local grunt.
  39268. web_1 |
  39269. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39270. web_1 | your project. For more information about installing and configuring grunt,
  39271. web_1 | please see the Getting Started guide:
  39272. web_1 |
  39273. web_1 | http://gruntjs.com/getting-started
  39274. oclweb_web_1 exited with code 99
  39275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39276. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39277. web_1 | Syncing...
  39278. web_1 | Traceback (most recent call last):
  39279. web_1 | File "ocl_web/manage.py", line 19, in <module>
  39280. web_1 | execute_from_command_line(sys.argv)
  39281. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  39282. web_1 | utility.execute()
  39283. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  39284. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  39285. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  39286. web_1 | self.execute(*args, **options.__dict__)
  39287. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  39288. web_1 | output = self.handle(*args, **options)
  39289. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  39290. web_1 | return self.handle_noargs(**options)
  39291. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  39292. web_1 | syncdb.Command().execute(**options)
  39293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  39294. web_1 | output = self.handle(*args, **options)
  39295. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  39296. web_1 | return self.handle_noargs(**options)
  39297. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  39298. web_1 | cursor = connection.cursor()
  39299. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  39300. web_1 | cursor = self.make_debug_cursor(self._cursor())
  39301. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  39302. web_1 | self.ensure_connection()
  39303. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39304. web_1 | self.connect()
  39305. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  39306. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  39307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39308. web_1 | self.connect()
  39309. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  39310. web_1 | self.connection = self.get_new_connection(conn_params)
  39311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  39312. web_1 | return Database.connect(**conn_params)
  39313. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  39314. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  39315. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  39316. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  39317. web_1 | TCP/IP connections on port 5432?
  39318. web_1 |
  39319. web_1 | Traceback (most recent call last):
  39320. web_1 | File "ocl_web/manage.py", line 19, in <module>
  39321. web_1 | execute_from_command_line(sys.argv)
  39322. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  39323. web_1 | utility.execute()
  39324. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  39325. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  39326. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  39327. web_1 | self.execute(*args, **options.__dict__)
  39328. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  39329. web_1 | output = self.handle(*args, **options)
  39330. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  39331. web_1 | ignore_ghosts = ignore_ghosts,
  39332. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  39333. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  39334. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  39335. web_1 | for h in histories:
  39336. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  39337. web_1 | self._fetch_all()
  39338. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  39339. web_1 | self._result_cache = list(self.iterator())
  39340. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  39341. web_1 | for row in compiler.results_iter():
  39342. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  39343. web_1 | for rows in self.execute_sql(MULTI):
  39344. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  39345. web_1 | cursor = self.connection.cursor()
  39346. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  39347. web_1 | cursor = self.make_debug_cursor(self._cursor())
  39348. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  39349. web_1 | self.ensure_connection()
  39350. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39351. web_1 | self.connect()
  39352. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  39353. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  39354. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39355. web_1 | self.connect()
  39356. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  39357. web_1 | self.connection = self.get_new_connection(conn_params)
  39358. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  39359. web_1 | return Database.connect(**conn_params)
  39360. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  39361. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  39362. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  39363. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  39364. web_1 | TCP/IP connections on port 5432?
  39365. web_1 |
  39366. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39367. web_1 | [GCC 4.9.2] on linux2
  39368. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39369. web_1 | (InteractiveConsole)
  39370. web_1 | Traceback (most recent call last):
  39371. web_1 | File "<console>", line 1, in <module>
  39372. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  39373. web_1 | return self.query.get_count(using=self.db)
  39374. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  39375. web_1 | number = obj.get_aggregation(using=using)[None]
  39376. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  39377. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  39378. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  39379. web_1 | cursor = self.connection.cursor()
  39380. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  39381. web_1 | cursor = self.make_debug_cursor(self._cursor())
  39382. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  39383. web_1 | self.ensure_connection()
  39384. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39385. web_1 | self.connect()
  39386. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  39387. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  39388. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  39389. web_1 | self.connect()
  39390. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  39391. web_1 | self.connection = self.get_new_connection(conn_params)
  39392. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  39393. web_1 | return Database.connect(**conn_params)
  39394. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  39395. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  39396. web_1 | OperationalError: could not connect to server: Connection refused
  39397. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  39398. web_1 | TCP/IP connections on port 5432?
  39399. web_1 |
  39400. web_1 |
  39401. web_1 | >>> >>> Starting the server
  39402. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39403. web_1 |
  39404. web_1 | Fatal error: Unable to find local grunt.
  39405. web_1 |
  39406. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39407. web_1 | your project. For more information about installing and configuring grunt,
  39408. web_1 | please see the Getting Started guide:
  39409. web_1 |
  39410. web_1 | http://gruntjs.com/getting-started
  39411. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39412. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39413. web_1 | Syncing...
  39414. web_1 | Creating tables ...
  39415. web_1 | Creating table auth_permission
  39416. web_1 | Creating table auth_group_permissions
  39417. web_1 | Creating table auth_group
  39418. web_1 | Creating table django_content_type
  39419. web_1 | Creating table django_session
  39420. web_1 | Creating table django_site
  39421. web_1 | Creating table django_admin_log
  39422. web_1 | Creating table south_migrationhistory
  39423. web_1 | Creating table avatar_avatar
  39424. web_1 | Creating table users_user_groups
  39425. web_1 | Creating table users_user_user_permissions
  39426. web_1 | Creating table users_user
  39427. web_1 | Creating table account_emailaddress
  39428. web_1 | Creating table account_emailconfirmation
  39429. web_1 | Installing custom SQL ...
  39430. web_1 | Installing indexes ...
  39431. web_1 | Installed 0 object(s) from 0 fixture(s)
  39432. web_1 |
  39433. web_1 | Synced:
  39434. web_1 | > django.contrib.auth
  39435. web_1 | > django.contrib.contenttypes
  39436. web_1 | > django.contrib.sessions
  39437. web_1 | > django.contrib.sites
  39438. web_1 | > django.contrib.messages
  39439. web_1 | > django.contrib.staticfiles
  39440. web_1 | > django.contrib.admin
  39441. web_1 | > south
  39442. web_1 | > crispy_forms
  39443. web_1 | > avatar
  39444. web_1 | > bootstrap3
  39445. web_1 | > users
  39446. web_1 | > allauth
  39447. web_1 | > allauth.account
  39448. web_1 | > django.contrib.humanize
  39449. web_1 | > debug_toolbar
  39450. web_1 |
  39451. web_1 | Not synced (use migrations):
  39452. web_1 | - allauth.socialaccount
  39453. web_1 | - django_extensions
  39454. web_1 | (use ./manage.py migrate to migrate these)
  39455. web_1 | Running migrations for socialaccount:
  39456. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  39457. web_1 | > socialaccount:0001_initial
  39458. web_1 | > socialaccount:0002_genericmodels
  39459. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  39460. web_1 | > socialaccount:0004_add_sites
  39461. web_1 | > socialaccount:0005_set_sites
  39462. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  39463. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  39464. web_1 | > socialaccount:0008_client_id
  39465. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  39466. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  39467. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  39468. web_1 | - Loading initial data for socialaccount.
  39469. web_1 | Installed 0 object(s) from 0 fixture(s)
  39470. web_1 | Running migrations for django_extensions:
  39471. web_1 | - Migrating forwards to 0001_empty.
  39472. web_1 | > django_extensions:0001_empty
  39473. web_1 | - Loading initial data for django_extensions.
  39474. web_1 | Installed 0 object(s) from 0 fixture(s)
  39475. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39476. web_1 | [GCC 4.9.2] on linux2
  39477. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39478. web_1 | (InteractiveConsole)
  39479. web_1 |
  39480. web_1 | >>> >>> Starting the server
  39481. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39482. web_1 |
  39483. web_1 | Fatal error: Unable to find local grunt.
  39484. web_1 |
  39485. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39486. web_1 | your project. For more information about installing and configuring grunt,
  39487. web_1 | please see the Getting Started guide:
  39488. web_1 |
  39489. web_1 | http://gruntjs.com/getting-started
  39490. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39491. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39492. web_1 | Syncing...
  39493. web_1 | Creating tables ...
  39494. web_1 | Installing custom SQL ...
  39495. web_1 | Installing indexes ...
  39496. web_1 | Installed 0 object(s) from 0 fixture(s)
  39497. web_1 |
  39498. web_1 | Synced:
  39499. web_1 | > django.contrib.auth
  39500. web_1 | > django.contrib.contenttypes
  39501. web_1 | > django.contrib.sessions
  39502. web_1 | > django.contrib.sites
  39503. web_1 | > django.contrib.messages
  39504. web_1 | > django.contrib.staticfiles
  39505. web_1 | > django.contrib.admin
  39506. web_1 | > south
  39507. web_1 | > crispy_forms
  39508. web_1 | > avatar
  39509. web_1 | > bootstrap3
  39510. web_1 | > users
  39511. web_1 | > allauth
  39512. web_1 | > allauth.account
  39513. web_1 | > django.contrib.humanize
  39514. web_1 | > debug_toolbar
  39515. web_1 |
  39516. web_1 | Not synced (use migrations):
  39517. web_1 | - allauth.socialaccount
  39518. web_1 | - django_extensions
  39519. web_1 | (use ./manage.py migrate to migrate these)
  39520. web_1 | Running migrations for socialaccount:
  39521. web_1 | - Nothing to migrate.
  39522. web_1 | - Loading initial data for socialaccount.
  39523. web_1 | Installed 0 object(s) from 0 fixture(s)
  39524. web_1 | Running migrations for django_extensions:
  39525. web_1 | - Nothing to migrate.
  39526. web_1 | - Loading initial data for django_extensions.
  39527. web_1 | Installed 0 object(s) from 0 fixture(s)
  39528. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39529. web_1 | [GCC 4.9.2] on linux2
  39530. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39531. web_1 | (InteractiveConsole)
  39532. web_1 |
  39533. web_1 | >>> >>> Starting the server
  39534. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39535. web_1 |
  39536. web_1 | Fatal error: Unable to find local grunt.
  39537. web_1 |
  39538. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39539. web_1 | your project. For more information about installing and configuring grunt,
  39540. web_1 | please see the Getting Started guide:
  39541. web_1 |
  39542. web_1 | http://gruntjs.com/getting-started
  39543. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39544. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39545. web_1 | Syncing...
  39546. web_1 | Creating tables ...
  39547. web_1 | Installing custom SQL ...
  39548. web_1 | Installing indexes ...
  39549. web_1 | Installed 0 object(s) from 0 fixture(s)
  39550. web_1 |
  39551. web_1 | Synced:
  39552. web_1 | > django.contrib.auth
  39553. web_1 | > django.contrib.contenttypes
  39554. web_1 | > django.contrib.sessions
  39555. web_1 | > django.contrib.sites
  39556. web_1 | > django.contrib.messages
  39557. web_1 | > django.contrib.staticfiles
  39558. web_1 | > django.contrib.admin
  39559. web_1 | > south
  39560. web_1 | > crispy_forms
  39561. web_1 | > avatar
  39562. web_1 | > bootstrap3
  39563. web_1 | > users
  39564. web_1 | > allauth
  39565. web_1 | > allauth.account
  39566. web_1 | > django.contrib.humanize
  39567. web_1 | > debug_toolbar
  39568. web_1 |
  39569. web_1 | Not synced (use migrations):
  39570. web_1 | - allauth.socialaccount
  39571. web_1 | - django_extensions
  39572. web_1 | (use ./manage.py migrate to migrate these)
  39573. web_1 | Running migrations for socialaccount:
  39574. web_1 | - Nothing to migrate.
  39575. web_1 | - Loading initial data for socialaccount.
  39576. web_1 | Installed 0 object(s) from 0 fixture(s)
  39577. web_1 | Running migrations for django_extensions:
  39578. web_1 | - Nothing to migrate.
  39579. web_1 | - Loading initial data for django_extensions.
  39580. web_1 | Installed 0 object(s) from 0 fixture(s)
  39581. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39582. web_1 | [GCC 4.9.2] on linux2
  39583. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39584. web_1 | (InteractiveConsole)
  39585. web_1 |
  39586. web_1 | >>> >>> Starting the server
  39587. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39588. web_1 |
  39589. web_1 | Fatal error: Unable to find local grunt.
  39590. web_1 |
  39591. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39592. web_1 | your project. For more information about installing and configuring grunt,
  39593. web_1 | please see the Getting Started guide:
  39594. web_1 |
  39595. web_1 | http://gruntjs.com/getting-started
  39596. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39597. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39598. web_1 | Syncing...
  39599. web_1 | Creating tables ...
  39600. web_1 | Installing custom SQL ...
  39601. web_1 | Installing indexes ...
  39602. web_1 | Installed 0 object(s) from 0 fixture(s)
  39603. web_1 |
  39604. web_1 | Synced:
  39605. web_1 | > django.contrib.auth
  39606. web_1 | > django.contrib.contenttypes
  39607. web_1 | > django.contrib.sessions
  39608. web_1 | > django.contrib.sites
  39609. web_1 | > django.contrib.messages
  39610. web_1 | > django.contrib.staticfiles
  39611. web_1 | > django.contrib.admin
  39612. web_1 | > south
  39613. web_1 | > crispy_forms
  39614. web_1 | > avatar
  39615. web_1 | > bootstrap3
  39616. web_1 | > users
  39617. web_1 | > allauth
  39618. web_1 | > allauth.account
  39619. web_1 | > django.contrib.humanize
  39620. web_1 | > debug_toolbar
  39621. web_1 |
  39622. web_1 | Not synced (use migrations):
  39623. web_1 | - allauth.socialaccount
  39624. web_1 | - django_extensions
  39625. web_1 | (use ./manage.py migrate to migrate these)
  39626. web_1 | Running migrations for socialaccount:
  39627. web_1 | - Nothing to migrate.
  39628. web_1 | - Loading initial data for socialaccount.
  39629. web_1 | Installed 0 object(s) from 0 fixture(s)
  39630. web_1 | Running migrations for django_extensions:
  39631. web_1 | - Nothing to migrate.
  39632. web_1 | - Loading initial data for django_extensions.
  39633. web_1 | Installed 0 object(s) from 0 fixture(s)
  39634. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39635. web_1 | [GCC 4.9.2] on linux2
  39636. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39637. web_1 | (InteractiveConsole)
  39638. web_1 |
  39639. web_1 | >>> >>> Starting the server
  39640. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39641. web_1 |
  39642. web_1 | Fatal error: Unable to find local grunt.
  39643. web_1 |
  39644. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39645. web_1 | your project. For more information about installing and configuring grunt,
  39646. web_1 | please see the Getting Started guide:
  39647. web_1 |
  39648. web_1 | http://gruntjs.com/getting-started
  39649. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39650. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39651. web_1 | Syncing...
  39652. web_1 | Creating tables ...
  39653. web_1 | Installing custom SQL ...
  39654. web_1 | Installing indexes ...
  39655. web_1 | Installed 0 object(s) from 0 fixture(s)
  39656. web_1 |
  39657. web_1 | Synced:
  39658. web_1 | > django.contrib.auth
  39659. web_1 | > django.contrib.contenttypes
  39660. web_1 | > django.contrib.sessions
  39661. web_1 | > django.contrib.sites
  39662. web_1 | > django.contrib.messages
  39663. web_1 | > django.contrib.staticfiles
  39664. web_1 | > django.contrib.admin
  39665. web_1 | > south
  39666. web_1 | > crispy_forms
  39667. web_1 | > avatar
  39668. web_1 | > bootstrap3
  39669. web_1 | > users
  39670. web_1 | > allauth
  39671. web_1 | > allauth.account
  39672. web_1 | > django.contrib.humanize
  39673. web_1 | > debug_toolbar
  39674. web_1 |
  39675. web_1 | Not synced (use migrations):
  39676. web_1 | - allauth.socialaccount
  39677. web_1 | - django_extensions
  39678. web_1 | (use ./manage.py migrate to migrate these)
  39679. web_1 | Running migrations for socialaccount:
  39680. web_1 | - Nothing to migrate.
  39681. web_1 | - Loading initial data for socialaccount.
  39682. web_1 | Installed 0 object(s) from 0 fixture(s)
  39683. web_1 | Running migrations for django_extensions:
  39684. web_1 | - Nothing to migrate.
  39685. web_1 | - Loading initial data for django_extensions.
  39686. web_1 | Installed 0 object(s) from 0 fixture(s)
  39687. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39688. web_1 | [GCC 4.9.2] on linux2
  39689. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39690. web_1 | (InteractiveConsole)
  39691. web_1 |
  39692. web_1 | >>> >>> Starting the server
  39693. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39694. web_1 |
  39695. web_1 | Fatal error: Unable to find local grunt.
  39696. web_1 |
  39697. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39698. web_1 | your project. For more information about installing and configuring grunt,
  39699. web_1 | please see the Getting Started guide:
  39700. web_1 |
  39701. web_1 | http://gruntjs.com/getting-started
  39702. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39703. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39704. web_1 | Syncing...
  39705. web_1 | Creating tables ...
  39706. web_1 | Installing custom SQL ...
  39707. web_1 | Installing indexes ...
  39708. web_1 | Installed 0 object(s) from 0 fixture(s)
  39709. web_1 |
  39710. web_1 | Synced:
  39711. web_1 | > django.contrib.auth
  39712. web_1 | > django.contrib.contenttypes
  39713. web_1 | > django.contrib.sessions
  39714. web_1 | > django.contrib.sites
  39715. web_1 | > django.contrib.messages
  39716. web_1 | > django.contrib.staticfiles
  39717. web_1 | > django.contrib.admin
  39718. web_1 | > south
  39719. web_1 | > crispy_forms
  39720. web_1 | > avatar
  39721. web_1 | > bootstrap3
  39722. web_1 | > users
  39723. web_1 | > allauth
  39724. web_1 | > allauth.account
  39725. web_1 | > django.contrib.humanize
  39726. web_1 | > debug_toolbar
  39727. web_1 |
  39728. web_1 | Not synced (use migrations):
  39729. web_1 | - allauth.socialaccount
  39730. web_1 | - django_extensions
  39731. web_1 | (use ./manage.py migrate to migrate these)
  39732. web_1 | Running migrations for socialaccount:
  39733. web_1 | - Nothing to migrate.
  39734. web_1 | - Loading initial data for socialaccount.
  39735. web_1 | Installed 0 object(s) from 0 fixture(s)
  39736. web_1 | Running migrations for django_extensions:
  39737. web_1 | - Nothing to migrate.
  39738. web_1 | - Loading initial data for django_extensions.
  39739. web_1 | Installed 0 object(s) from 0 fixture(s)
  39740. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39741. web_1 | [GCC 4.9.2] on linux2
  39742. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39743. web_1 | (InteractiveConsole)
  39744. web_1 |
  39745. web_1 | >>> >>> Starting the server
  39746. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39747. web_1 |
  39748. web_1 | Fatal error: Unable to find local grunt.
  39749. web_1 |
  39750. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39751. web_1 | your project. For more information about installing and configuring grunt,
  39752. web_1 | please see the Getting Started guide:
  39753. web_1 |
  39754. web_1 | http://gruntjs.com/getting-started
  39755. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39756. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39757. web_1 | Syncing...
  39758. web_1 | Creating tables ...
  39759. web_1 | Installing custom SQL ...
  39760. web_1 | Installing indexes ...
  39761. web_1 | Installed 0 object(s) from 0 fixture(s)
  39762. web_1 |
  39763. web_1 | Synced:
  39764. web_1 | > django.contrib.auth
  39765. web_1 | > django.contrib.contenttypes
  39766. web_1 | > django.contrib.sessions
  39767. web_1 | > django.contrib.sites
  39768. web_1 | > django.contrib.messages
  39769. web_1 | > django.contrib.staticfiles
  39770. web_1 | > django.contrib.admin
  39771. web_1 | > south
  39772. web_1 | > crispy_forms
  39773. web_1 | > avatar
  39774. web_1 | > bootstrap3
  39775. web_1 | > users
  39776. web_1 | > allauth
  39777. web_1 | > allauth.account
  39778. web_1 | > django.contrib.humanize
  39779. web_1 | > debug_toolbar
  39780. web_1 |
  39781. web_1 | Not synced (use migrations):
  39782. web_1 | - allauth.socialaccount
  39783. web_1 | - django_extensions
  39784. web_1 | (use ./manage.py migrate to migrate these)
  39785. web_1 | Running migrations for socialaccount:
  39786. web_1 | - Nothing to migrate.
  39787. web_1 | - Loading initial data for socialaccount.
  39788. web_1 | Installed 0 object(s) from 0 fixture(s)
  39789. web_1 | Running migrations for django_extensions:
  39790. web_1 | - Nothing to migrate.
  39791. web_1 | - Loading initial data for django_extensions.
  39792. web_1 | Installed 0 object(s) from 0 fixture(s)
  39793. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39794. web_1 | [GCC 4.9.2] on linux2
  39795. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39796. web_1 | (InteractiveConsole)
  39797. web_1 |
  39798. web_1 | >>> >>> Starting the server
  39799. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39800. web_1 |
  39801. web_1 | Fatal error: Unable to find local grunt.
  39802. web_1 |
  39803. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39804. web_1 | your project. For more information about installing and configuring grunt,
  39805. web_1 | please see the Getting Started guide:
  39806. web_1 |
  39807. web_1 | http://gruntjs.com/getting-started
  39808. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39809. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39810. web_1 | Syncing...
  39811. web_1 | Creating tables ...
  39812. web_1 | Installing custom SQL ...
  39813. web_1 | Installing indexes ...
  39814. web_1 | Installed 0 object(s) from 0 fixture(s)
  39815. web_1 |
  39816. web_1 | Synced:
  39817. web_1 | > django.contrib.auth
  39818. web_1 | > django.contrib.contenttypes
  39819. web_1 | > django.contrib.sessions
  39820. web_1 | > django.contrib.sites
  39821. web_1 | > django.contrib.messages
  39822. web_1 | > django.contrib.staticfiles
  39823. web_1 | > django.contrib.admin
  39824. web_1 | > south
  39825. web_1 | > crispy_forms
  39826. web_1 | > avatar
  39827. web_1 | > bootstrap3
  39828. web_1 | > users
  39829. web_1 | > allauth
  39830. web_1 | > allauth.account
  39831. web_1 | > django.contrib.humanize
  39832. web_1 | > debug_toolbar
  39833. web_1 |
  39834. web_1 | Not synced (use migrations):
  39835. web_1 | - allauth.socialaccount
  39836. web_1 | - django_extensions
  39837. web_1 | (use ./manage.py migrate to migrate these)
  39838. web_1 | Running migrations for socialaccount:
  39839. web_1 | - Nothing to migrate.
  39840. web_1 | - Loading initial data for socialaccount.
  39841. web_1 | Installed 0 object(s) from 0 fixture(s)
  39842. web_1 | Running migrations for django_extensions:
  39843. web_1 | - Nothing to migrate.
  39844. web_1 | - Loading initial data for django_extensions.
  39845. web_1 | Installed 0 object(s) from 0 fixture(s)
  39846. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39847. web_1 | [GCC 4.9.2] on linux2
  39848. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39849. web_1 | (InteractiveConsole)
  39850. web_1 |
  39851. web_1 | >>> >>> Starting the server
  39852. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39853. web_1 |
  39854. web_1 | Fatal error: Unable to find local grunt.
  39855. web_1 |
  39856. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39857. web_1 | your project. For more information about installing and configuring grunt,
  39858. web_1 | please see the Getting Started guide:
  39859. web_1 |
  39860. web_1 | http://gruntjs.com/getting-started
  39861. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39862. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39863. web_1 | Syncing...
  39864. web_1 | Creating tables ...
  39865. web_1 | Installing custom SQL ...
  39866. web_1 | Installing indexes ...
  39867. web_1 | Installed 0 object(s) from 0 fixture(s)
  39868. web_1 |
  39869. web_1 | Synced:
  39870. web_1 | > django.contrib.auth
  39871. web_1 | > django.contrib.contenttypes
  39872. web_1 | > django.contrib.sessions
  39873. web_1 | > django.contrib.sites
  39874. web_1 | > django.contrib.messages
  39875. web_1 | > django.contrib.staticfiles
  39876. web_1 | > django.contrib.admin
  39877. web_1 | > south
  39878. web_1 | > crispy_forms
  39879. web_1 | > avatar
  39880. web_1 | > bootstrap3
  39881. web_1 | > users
  39882. web_1 | > allauth
  39883. web_1 | > allauth.account
  39884. web_1 | > django.contrib.humanize
  39885. web_1 | > debug_toolbar
  39886. web_1 |
  39887. web_1 | Not synced (use migrations):
  39888. web_1 | - allauth.socialaccount
  39889. web_1 | - django_extensions
  39890. web_1 | (use ./manage.py migrate to migrate these)
  39891. web_1 | Running migrations for socialaccount:
  39892. web_1 | - Nothing to migrate.
  39893. web_1 | - Loading initial data for socialaccount.
  39894. web_1 | Installed 0 object(s) from 0 fixture(s)
  39895. web_1 | Running migrations for django_extensions:
  39896. web_1 | - Nothing to migrate.
  39897. web_1 | - Loading initial data for django_extensions.
  39898. web_1 | Installed 0 object(s) from 0 fixture(s)
  39899. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39900. web_1 | [GCC 4.9.2] on linux2
  39901. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39902. web_1 | (InteractiveConsole)
  39903. web_1 |
  39904. web_1 | >>> >>> Starting the server
  39905. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39906. web_1 |
  39907. web_1 | Fatal error: Unable to find local grunt.
  39908. web_1 |
  39909. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39910. web_1 | your project. For more information about installing and configuring grunt,
  39911. web_1 | please see the Getting Started guide:
  39912. web_1 |
  39913. web_1 | http://gruntjs.com/getting-started
  39914. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39915. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39916. web_1 | Syncing...
  39917. web_1 | Creating tables ...
  39918. web_1 | Installing custom SQL ...
  39919. web_1 | Installing indexes ...
  39920. web_1 | Installed 0 object(s) from 0 fixture(s)
  39921. web_1 |
  39922. web_1 | Synced:
  39923. web_1 | > django.contrib.auth
  39924. web_1 | > django.contrib.contenttypes
  39925. web_1 | > django.contrib.sessions
  39926. web_1 | > django.contrib.sites
  39927. web_1 | > django.contrib.messages
  39928. web_1 | > django.contrib.staticfiles
  39929. web_1 | > django.contrib.admin
  39930. web_1 | > south
  39931. web_1 | > crispy_forms
  39932. web_1 | > avatar
  39933. web_1 | > bootstrap3
  39934. web_1 | > users
  39935. web_1 | > allauth
  39936. web_1 | > allauth.account
  39937. web_1 | > django.contrib.humanize
  39938. web_1 | > debug_toolbar
  39939. web_1 |
  39940. web_1 | Not synced (use migrations):
  39941. web_1 | - allauth.socialaccount
  39942. web_1 | - django_extensions
  39943. web_1 | (use ./manage.py migrate to migrate these)
  39944. web_1 | Running migrations for socialaccount:
  39945. web_1 | - Nothing to migrate.
  39946. web_1 | - Loading initial data for socialaccount.
  39947. web_1 | Installed 0 object(s) from 0 fixture(s)
  39948. web_1 | Running migrations for django_extensions:
  39949. web_1 | - Nothing to migrate.
  39950. web_1 | - Loading initial data for django_extensions.
  39951. web_1 | Installed 0 object(s) from 0 fixture(s)
  39952. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  39953. web_1 | [GCC 4.9.2] on linux2
  39954. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  39955. web_1 | (InteractiveConsole)
  39956. web_1 |
  39957. web_1 | >>> >>> Starting the server
  39958. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  39959. web_1 |
  39960. web_1 | Fatal error: Unable to find local grunt.
  39961. web_1 |
  39962. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  39963. web_1 | your project. For more information about installing and configuring grunt,
  39964. web_1 | please see the Getting Started guide:
  39965. web_1 |
  39966. web_1 | http://gruntjs.com/getting-started
  39967. web_1 | Starting OpenBSD Secure Shell server: sshd.
  39968. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  39969. web_1 | Syncing...
  39970. web_1 | Creating tables ...
  39971. web_1 | Installing custom SQL ...
  39972. web_1 | Installing indexes ...
  39973. web_1 | Installed 0 object(s) from 0 fixture(s)
  39974. web_1 |
  39975. web_1 | Synced:
  39976. web_1 | > django.contrib.auth
  39977. web_1 | > django.contrib.contenttypes
  39978. web_1 | > django.contrib.sessions
  39979. web_1 | > django.contrib.sites
  39980. web_1 | > django.contrib.messages
  39981. web_1 | > django.contrib.staticfiles
  39982. web_1 | > django.contrib.admin
  39983. web_1 | > south
  39984. web_1 | > crispy_forms
  39985. web_1 | > avatar
  39986. web_1 | > bootstrap3
  39987. web_1 | > users
  39988. web_1 | > allauth
  39989. web_1 | > allauth.account
  39990. web_1 | > django.contrib.humanize
  39991. web_1 | > debug_toolbar
  39992. web_1 |
  39993. web_1 | Not synced (use migrations):
  39994. web_1 | - allauth.socialaccount
  39995. web_1 | - django_extensions
  39996. web_1 | (use ./manage.py migrate to migrate these)
  39997. web_1 | Running migrations for socialaccount:
  39998. web_1 | - Nothing to migrate.
  39999. web_1 | - Loading initial data for socialaccount.
  40000. web_1 | Installed 0 object(s) from 0 fixture(s)
  40001. web_1 | Running migrations for django_extensions:
  40002. web_1 | - Nothing to migrate.
  40003. web_1 | - Loading initial data for django_extensions.
  40004. web_1 | Installed 0 object(s) from 0 fixture(s)
  40005. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40006. web_1 | [GCC 4.9.2] on linux2
  40007. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40008. web_1 | (InteractiveConsole)
  40009. web_1 |
  40010. web_1 | >>> >>> Starting the server
  40011. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40012. web_1 |
  40013. web_1 | Fatal error: Unable to find local grunt.
  40014. web_1 |
  40015. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40016. web_1 | your project. For more information about installing and configuring grunt,
  40017. web_1 | please see the Getting Started guide:
  40018. web_1 |
  40019. web_1 | http://gruntjs.com/getting-started
  40020. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40021. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40022. web_1 | Syncing...
  40023. web_1 | Creating tables ...
  40024. web_1 | Installing custom SQL ...
  40025. web_1 | Installing indexes ...
  40026. web_1 | Installed 0 object(s) from 0 fixture(s)
  40027. web_1 |
  40028. web_1 | Synced:
  40029. web_1 | > django.contrib.auth
  40030. web_1 | > django.contrib.contenttypes
  40031. web_1 | > django.contrib.sessions
  40032. web_1 | > django.contrib.sites
  40033. web_1 | > django.contrib.messages
  40034. web_1 | > django.contrib.staticfiles
  40035. web_1 | > django.contrib.admin
  40036. web_1 | > south
  40037. web_1 | > crispy_forms
  40038. web_1 | > avatar
  40039. web_1 | > bootstrap3
  40040. web_1 | > users
  40041. web_1 | > allauth
  40042. web_1 | > allauth.account
  40043. web_1 | > django.contrib.humanize
  40044. web_1 | > debug_toolbar
  40045. web_1 |
  40046. web_1 | Not synced (use migrations):
  40047. web_1 | - allauth.socialaccount
  40048. web_1 | - django_extensions
  40049. web_1 | (use ./manage.py migrate to migrate these)
  40050. web_1 | Running migrations for socialaccount:
  40051. web_1 | - Nothing to migrate.
  40052. web_1 | - Loading initial data for socialaccount.
  40053. web_1 | Installed 0 object(s) from 0 fixture(s)
  40054. web_1 | Running migrations for django_extensions:
  40055. web_1 | - Nothing to migrate.
  40056. web_1 | - Loading initial data for django_extensions.
  40057. web_1 | Installed 0 object(s) from 0 fixture(s)
  40058. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40059. web_1 | [GCC 4.9.2] on linux2
  40060. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40061. web_1 | (InteractiveConsole)
  40062. web_1 |
  40063. web_1 | >>> >>> Starting the server
  40064. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40065. web_1 |
  40066. web_1 | Fatal error: Unable to find local grunt.
  40067. web_1 |
  40068. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40069. web_1 | your project. For more information about installing and configuring grunt,
  40070. web_1 | please see the Getting Started guide:
  40071. web_1 |
  40072. web_1 | http://gruntjs.com/getting-started
  40073. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40074. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40075. web_1 | Syncing...
  40076. web_1 | Creating tables ...
  40077. web_1 | Installing custom SQL ...
  40078. web_1 | Installing indexes ...
  40079. web_1 | Installed 0 object(s) from 0 fixture(s)
  40080. web_1 |
  40081. web_1 | Synced:
  40082. web_1 | > django.contrib.auth
  40083. web_1 | > django.contrib.contenttypes
  40084. web_1 | > django.contrib.sessions
  40085. web_1 | > django.contrib.sites
  40086. web_1 | > django.contrib.messages
  40087. web_1 | > django.contrib.staticfiles
  40088. web_1 | > django.contrib.admin
  40089. web_1 | > south
  40090. web_1 | > crispy_forms
  40091. web_1 | > avatar
  40092. web_1 | > bootstrap3
  40093. web_1 | > users
  40094. web_1 | > allauth
  40095. web_1 | > allauth.account
  40096. web_1 | > django.contrib.humanize
  40097. web_1 | > debug_toolbar
  40098. web_1 |
  40099. web_1 | Not synced (use migrations):
  40100. web_1 | - allauth.socialaccount
  40101. web_1 | - django_extensions
  40102. web_1 | (use ./manage.py migrate to migrate these)
  40103. web_1 | Running migrations for socialaccount:
  40104. web_1 | - Nothing to migrate.
  40105. web_1 | - Loading initial data for socialaccount.
  40106. web_1 | Installed 0 object(s) from 0 fixture(s)
  40107. web_1 | Running migrations for django_extensions:
  40108. web_1 | - Nothing to migrate.
  40109. web_1 | - Loading initial data for django_extensions.
  40110. web_1 | Installed 0 object(s) from 0 fixture(s)
  40111. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40112. web_1 | [GCC 4.9.2] on linux2
  40113. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40114. web_1 | (InteractiveConsole)
  40115. web_1 |
  40116. web_1 | >>> >>> Starting the server
  40117. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40118. web_1 |
  40119. web_1 | Fatal error: Unable to find local grunt.
  40120. web_1 |
  40121. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40122. web_1 | your project. For more information about installing and configuring grunt,
  40123. web_1 | please see the Getting Started guide:
  40124. web_1 |
  40125. web_1 | http://gruntjs.com/getting-started
  40126. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40127. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40128. web_1 | Syncing...
  40129. web_1 | Creating tables ...
  40130. web_1 | Installing custom SQL ...
  40131. web_1 | Installing indexes ...
  40132. web_1 | Installed 0 object(s) from 0 fixture(s)
  40133. web_1 |
  40134. web_1 | Synced:
  40135. web_1 | > django.contrib.auth
  40136. web_1 | > django.contrib.contenttypes
  40137. web_1 | > django.contrib.sessions
  40138. web_1 | > django.contrib.sites
  40139. web_1 | > django.contrib.messages
  40140. web_1 | > django.contrib.staticfiles
  40141. web_1 | > django.contrib.admin
  40142. web_1 | > south
  40143. web_1 | > crispy_forms
  40144. web_1 | > avatar
  40145. web_1 | > bootstrap3
  40146. web_1 | > users
  40147. web_1 | > allauth
  40148. web_1 | > allauth.account
  40149. web_1 | > django.contrib.humanize
  40150. web_1 | > debug_toolbar
  40151. web_1 |
  40152. web_1 | Not synced (use migrations):
  40153. web_1 | - allauth.socialaccount
  40154. web_1 | - django_extensions
  40155. web_1 | (use ./manage.py migrate to migrate these)
  40156. web_1 | Running migrations for socialaccount:
  40157. web_1 | - Nothing to migrate.
  40158. web_1 | - Loading initial data for socialaccount.
  40159. web_1 | Installed 0 object(s) from 0 fixture(s)
  40160. web_1 | Running migrations for django_extensions:
  40161. web_1 | - Nothing to migrate.
  40162. web_1 | - Loading initial data for django_extensions.
  40163. web_1 | Installed 0 object(s) from 0 fixture(s)
  40164. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40165. web_1 | [GCC 4.9.2] on linux2
  40166. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40167. web_1 | (InteractiveConsole)
  40168. web_1 |
  40169. web_1 | >>> >>> Starting the server
  40170. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40171. web_1 |
  40172. web_1 | Fatal error: Unable to find local grunt.
  40173. web_1 |
  40174. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40175. web_1 | your project. For more information about installing and configuring grunt,
  40176. web_1 | please see the Getting Started guide:
  40177. web_1 |
  40178. web_1 | http://gruntjs.com/getting-started
  40179. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40180. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40181. web_1 | Syncing...
  40182. web_1 | Creating tables ...
  40183. web_1 | Installing custom SQL ...
  40184. web_1 | Installing indexes ...
  40185. web_1 | Installed 0 object(s) from 0 fixture(s)
  40186. web_1 |
  40187. web_1 | Synced:
  40188. web_1 | > django.contrib.auth
  40189. web_1 | > django.contrib.contenttypes
  40190. web_1 | > django.contrib.sessions
  40191. web_1 | > django.contrib.sites
  40192. web_1 | > django.contrib.messages
  40193. web_1 | > django.contrib.staticfiles
  40194. web_1 | > django.contrib.admin
  40195. web_1 | > south
  40196. web_1 | > crispy_forms
  40197. web_1 | > avatar
  40198. web_1 | > bootstrap3
  40199. web_1 | > users
  40200. web_1 | > allauth
  40201. web_1 | > allauth.account
  40202. web_1 | > django.contrib.humanize
  40203. web_1 | > debug_toolbar
  40204. web_1 |
  40205. web_1 | Not synced (use migrations):
  40206. web_1 | - allauth.socialaccount
  40207. web_1 | - django_extensions
  40208. web_1 | (use ./manage.py migrate to migrate these)
  40209. web_1 | Running migrations for socialaccount:
  40210. web_1 | - Nothing to migrate.
  40211. web_1 | - Loading initial data for socialaccount.
  40212. web_1 | Installed 0 object(s) from 0 fixture(s)
  40213. web_1 | Running migrations for django_extensions:
  40214. web_1 | - Nothing to migrate.
  40215. web_1 | - Loading initial data for django_extensions.
  40216. web_1 | Installed 0 object(s) from 0 fixture(s)
  40217. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40218. web_1 | [GCC 4.9.2] on linux2
  40219. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40220. web_1 | (InteractiveConsole)
  40221. web_1 |
  40222. web_1 | >>> >>> Starting the server
  40223. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40224. web_1 |
  40225. web_1 | Fatal error: Unable to find local grunt.
  40226. web_1 |
  40227. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40228. web_1 | your project. For more information about installing and configuring grunt,
  40229. web_1 | please see the Getting Started guide:
  40230. web_1 |
  40231. web_1 | http://gruntjs.com/getting-started
  40232. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40233. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40234. web_1 | Syncing...
  40235. web_1 | Creating tables ...
  40236. web_1 | Installing custom SQL ...
  40237. web_1 | Installing indexes ...
  40238. web_1 | Installed 0 object(s) from 0 fixture(s)
  40239. web_1 |
  40240. web_1 | Synced:
  40241. web_1 | > django.contrib.auth
  40242. web_1 | > django.contrib.contenttypes
  40243. web_1 | > django.contrib.sessions
  40244. web_1 | > django.contrib.sites
  40245. web_1 | > django.contrib.messages
  40246. web_1 | > django.contrib.staticfiles
  40247. web_1 | > django.contrib.admin
  40248. web_1 | > south
  40249. web_1 | > crispy_forms
  40250. web_1 | > avatar
  40251. web_1 | > bootstrap3
  40252. web_1 | > users
  40253. web_1 | > allauth
  40254. web_1 | > allauth.account
  40255. web_1 | > django.contrib.humanize
  40256. web_1 | > debug_toolbar
  40257. web_1 |
  40258. web_1 | Not synced (use migrations):
  40259. web_1 | - allauth.socialaccount
  40260. web_1 | - django_extensions
  40261. web_1 | (use ./manage.py migrate to migrate these)
  40262. web_1 | Running migrations for socialaccount:
  40263. web_1 | - Nothing to migrate.
  40264. web_1 | - Loading initial data for socialaccount.
  40265. web_1 | Installed 0 object(s) from 0 fixture(s)
  40266. web_1 | Running migrations for django_extensions:
  40267. web_1 | - Nothing to migrate.
  40268. web_1 | - Loading initial data for django_extensions.
  40269. web_1 | Installed 0 object(s) from 0 fixture(s)
  40270. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40271. web_1 | [GCC 4.9.2] on linux2
  40272. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40273. web_1 | (InteractiveConsole)
  40274. web_1 |
  40275. web_1 | >>> >>> Starting the server
  40276. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40277. web_1 |
  40278. web_1 | Fatal error: Unable to find local grunt.
  40279. web_1 |
  40280. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40281. web_1 | your project. For more information about installing and configuring grunt,
  40282. web_1 | please see the Getting Started guide:
  40283. web_1 |
  40284. web_1 | http://gruntjs.com/getting-started
  40285. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40286. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40287. web_1 | Syncing...
  40288. web_1 | Creating tables ...
  40289. web_1 | Installing custom SQL ...
  40290. web_1 | Installing indexes ...
  40291. web_1 | Installed 0 object(s) from 0 fixture(s)
  40292. web_1 |
  40293. web_1 | Synced:
  40294. web_1 | > django.contrib.auth
  40295. web_1 | > django.contrib.contenttypes
  40296. web_1 | > django.contrib.sessions
  40297. web_1 | > django.contrib.sites
  40298. web_1 | > django.contrib.messages
  40299. web_1 | > django.contrib.staticfiles
  40300. web_1 | > django.contrib.admin
  40301. web_1 | > south
  40302. web_1 | > crispy_forms
  40303. web_1 | > avatar
  40304. web_1 | > bootstrap3
  40305. web_1 | > users
  40306. web_1 | > allauth
  40307. web_1 | > allauth.account
  40308. web_1 | > django.contrib.humanize
  40309. web_1 | > debug_toolbar
  40310. web_1 |
  40311. web_1 | Not synced (use migrations):
  40312. web_1 | - allauth.socialaccount
  40313. web_1 | - django_extensions
  40314. web_1 | (use ./manage.py migrate to migrate these)
  40315. web_1 | Running migrations for socialaccount:
  40316. web_1 | - Nothing to migrate.
  40317. web_1 | - Loading initial data for socialaccount.
  40318. web_1 | Installed 0 object(s) from 0 fixture(s)
  40319. web_1 | Running migrations for django_extensions:
  40320. web_1 | - Nothing to migrate.
  40321. web_1 | - Loading initial data for django_extensions.
  40322. web_1 | Installed 0 object(s) from 0 fixture(s)
  40323. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40324. web_1 | [GCC 4.9.2] on linux2
  40325. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40326. web_1 | (InteractiveConsole)
  40327. web_1 |
  40328. web_1 | >>> >>> Starting the server
  40329. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40330. web_1 |
  40331. web_1 | Fatal error: Unable to find local grunt.
  40332. web_1 |
  40333. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40334. web_1 | your project. For more information about installing and configuring grunt,
  40335. web_1 | please see the Getting Started guide:
  40336. web_1 |
  40337. web_1 | http://gruntjs.com/getting-started
  40338. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40339. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40340. web_1 | Syncing...
  40341. web_1 | Creating tables ...
  40342. web_1 | Installing custom SQL ...
  40343. web_1 | Installing indexes ...
  40344. web_1 | Installed 0 object(s) from 0 fixture(s)
  40345. web_1 |
  40346. web_1 | Synced:
  40347. web_1 | > django.contrib.auth
  40348. web_1 | > django.contrib.contenttypes
  40349. web_1 | > django.contrib.sessions
  40350. web_1 | > django.contrib.sites
  40351. web_1 | > django.contrib.messages
  40352. web_1 | > django.contrib.staticfiles
  40353. web_1 | > django.contrib.admin
  40354. web_1 | > south
  40355. web_1 | > crispy_forms
  40356. web_1 | > avatar
  40357. web_1 | > bootstrap3
  40358. web_1 | > users
  40359. web_1 | > allauth
  40360. web_1 | > allauth.account
  40361. web_1 | > django.contrib.humanize
  40362. web_1 | > debug_toolbar
  40363. web_1 |
  40364. web_1 | Not synced (use migrations):
  40365. web_1 | - allauth.socialaccount
  40366. web_1 | - django_extensions
  40367. web_1 | (use ./manage.py migrate to migrate these)
  40368. web_1 | Running migrations for socialaccount:
  40369. web_1 | - Nothing to migrate.
  40370. web_1 | - Loading initial data for socialaccount.
  40371. web_1 | Installed 0 object(s) from 0 fixture(s)
  40372. web_1 | Running migrations for django_extensions:
  40373. web_1 | - Nothing to migrate.
  40374. web_1 | - Loading initial data for django_extensions.
  40375. web_1 | Installed 0 object(s) from 0 fixture(s)
  40376. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40377. web_1 | [GCC 4.9.2] on linux2
  40378. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40379. web_1 | (InteractiveConsole)
  40380. web_1 |
  40381. web_1 | >>> >>> Starting the server
  40382. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40383. web_1 |
  40384. web_1 | Fatal error: Unable to find local grunt.
  40385. web_1 |
  40386. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40387. web_1 | your project. For more information about installing and configuring grunt,
  40388. web_1 | please see the Getting Started guide:
  40389. web_1 |
  40390. web_1 | http://gruntjs.com/getting-started
  40391. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40392. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40393. web_1 | Syncing...
  40394. web_1 | Creating tables ...
  40395. web_1 | Installing custom SQL ...
  40396. web_1 | Installing indexes ...
  40397. web_1 | Installed 0 object(s) from 0 fixture(s)
  40398. web_1 |
  40399. web_1 | Synced:
  40400. web_1 | > django.contrib.auth
  40401. web_1 | > django.contrib.contenttypes
  40402. web_1 | > django.contrib.sessions
  40403. web_1 | > django.contrib.sites
  40404. web_1 | > django.contrib.messages
  40405. web_1 | > django.contrib.staticfiles
  40406. web_1 | > django.contrib.admin
  40407. web_1 | > south
  40408. web_1 | > crispy_forms
  40409. web_1 | > avatar
  40410. web_1 | > bootstrap3
  40411. web_1 | > users
  40412. web_1 | > allauth
  40413. web_1 | > allauth.account
  40414. web_1 | > django.contrib.humanize
  40415. web_1 | > debug_toolbar
  40416. web_1 |
  40417. web_1 | Not synced (use migrations):
  40418. web_1 | - allauth.socialaccount
  40419. web_1 | - django_extensions
  40420. web_1 | (use ./manage.py migrate to migrate these)
  40421. web_1 | Running migrations for socialaccount:
  40422. web_1 | - Nothing to migrate.
  40423. web_1 | - Loading initial data for socialaccount.
  40424. web_1 | Installed 0 object(s) from 0 fixture(s)
  40425. web_1 | Running migrations for django_extensions:
  40426. web_1 | - Nothing to migrate.
  40427. web_1 | - Loading initial data for django_extensions.
  40428. web_1 | Installed 0 object(s) from 0 fixture(s)
  40429. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40430. web_1 | [GCC 4.9.2] on linux2
  40431. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40432. web_1 | (InteractiveConsole)
  40433. web_1 |
  40434. web_1 | >>> >>> Starting the server
  40435. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40436. web_1 |
  40437. web_1 | Fatal error: Unable to find local grunt.
  40438. web_1 |
  40439. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40440. web_1 | your project. For more information about installing and configuring grunt,
  40441. web_1 | please see the Getting Started guide:
  40442. web_1 |
  40443. web_1 | http://gruntjs.com/getting-started
  40444. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40445. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40446. web_1 | Syncing...
  40447. web_1 | Creating tables ...
  40448. web_1 | Installing custom SQL ...
  40449. web_1 | Installing indexes ...
  40450. web_1 | Installed 0 object(s) from 0 fixture(s)
  40451. web_1 |
  40452. web_1 | Synced:
  40453. web_1 | > django.contrib.auth
  40454. web_1 | > django.contrib.contenttypes
  40455. web_1 | > django.contrib.sessions
  40456. web_1 | > django.contrib.sites
  40457. web_1 | > django.contrib.messages
  40458. web_1 | > django.contrib.staticfiles
  40459. web_1 | > django.contrib.admin
  40460. web_1 | > south
  40461. web_1 | > crispy_forms
  40462. web_1 | > avatar
  40463. web_1 | > bootstrap3
  40464. web_1 | > users
  40465. web_1 | > allauth
  40466. web_1 | > allauth.account
  40467. web_1 | > django.contrib.humanize
  40468. web_1 | > debug_toolbar
  40469. web_1 |
  40470. web_1 | Not synced (use migrations):
  40471. web_1 | - allauth.socialaccount
  40472. web_1 | - django_extensions
  40473. web_1 | (use ./manage.py migrate to migrate these)
  40474. web_1 | Running migrations for socialaccount:
  40475. web_1 | - Nothing to migrate.
  40476. web_1 | - Loading initial data for socialaccount.
  40477. web_1 | Installed 0 object(s) from 0 fixture(s)
  40478. web_1 | Running migrations for django_extensions:
  40479. web_1 | - Nothing to migrate.
  40480. web_1 | - Loading initial data for django_extensions.
  40481. web_1 | Installed 0 object(s) from 0 fixture(s)
  40482. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40483. web_1 | [GCC 4.9.2] on linux2
  40484. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40485. web_1 | (InteractiveConsole)
  40486. web_1 |
  40487. web_1 | >>> >>> Starting the server
  40488. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40489. web_1 |
  40490. web_1 | Fatal error: Unable to find local grunt.
  40491. web_1 |
  40492. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40493. web_1 | your project. For more information about installing and configuring grunt,
  40494. web_1 | please see the Getting Started guide:
  40495. web_1 |
  40496. web_1 | http://gruntjs.com/getting-started
  40497. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40498. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40499. web_1 | Syncing...
  40500. web_1 | Creating tables ...
  40501. web_1 | Installing custom SQL ...
  40502. web_1 | Installing indexes ...
  40503. web_1 | Installed 0 object(s) from 0 fixture(s)
  40504. web_1 |
  40505. web_1 | Synced:
  40506. web_1 | > django.contrib.auth
  40507. web_1 | > django.contrib.contenttypes
  40508. web_1 | > django.contrib.sessions
  40509. web_1 | > django.contrib.sites
  40510. web_1 | > django.contrib.messages
  40511. web_1 | > django.contrib.staticfiles
  40512. web_1 | > django.contrib.admin
  40513. web_1 | > south
  40514. web_1 | > crispy_forms
  40515. web_1 | > avatar
  40516. web_1 | > bootstrap3
  40517. web_1 | > users
  40518. web_1 | > allauth
  40519. web_1 | > allauth.account
  40520. web_1 | > django.contrib.humanize
  40521. web_1 | > debug_toolbar
  40522. web_1 |
  40523. web_1 | Not synced (use migrations):
  40524. web_1 | - allauth.socialaccount
  40525. web_1 | - django_extensions
  40526. web_1 | (use ./manage.py migrate to migrate these)
  40527. web_1 | Running migrations for socialaccount:
  40528. web_1 | - Nothing to migrate.
  40529. web_1 | - Loading initial data for socialaccount.
  40530. web_1 | Installed 0 object(s) from 0 fixture(s)
  40531. web_1 | Running migrations for django_extensions:
  40532. web_1 | - Nothing to migrate.
  40533. web_1 | - Loading initial data for django_extensions.
  40534. web_1 | Installed 0 object(s) from 0 fixture(s)
  40535. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40536. web_1 | [GCC 4.9.2] on linux2
  40537. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40538. web_1 | (InteractiveConsole)
  40539. web_1 |
  40540. web_1 | >>> >>> Starting the server
  40541. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40542. web_1 |
  40543. web_1 | Fatal error: Unable to find local grunt.
  40544. web_1 |
  40545. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40546. web_1 | your project. For more information about installing and configuring grunt,
  40547. web_1 | please see the Getting Started guide:
  40548. web_1 |
  40549. web_1 | http://gruntjs.com/getting-started
  40550. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40551. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40552. web_1 | Syncing...
  40553. web_1 | Creating tables ...
  40554. web_1 | Installing custom SQL ...
  40555. web_1 | Installing indexes ...
  40556. web_1 | Installed 0 object(s) from 0 fixture(s)
  40557. web_1 |
  40558. web_1 | Synced:
  40559. web_1 | > django.contrib.auth
  40560. web_1 | > django.contrib.contenttypes
  40561. web_1 | > django.contrib.sessions
  40562. web_1 | > django.contrib.sites
  40563. web_1 | > django.contrib.messages
  40564. web_1 | > django.contrib.staticfiles
  40565. web_1 | > django.contrib.admin
  40566. web_1 | > south
  40567. web_1 | > crispy_forms
  40568. web_1 | > avatar
  40569. web_1 | > bootstrap3
  40570. web_1 | > users
  40571. web_1 | > allauth
  40572. web_1 | > allauth.account
  40573. web_1 | > django.contrib.humanize
  40574. web_1 | > debug_toolbar
  40575. web_1 |
  40576. web_1 | Not synced (use migrations):
  40577. web_1 | - allauth.socialaccount
  40578. web_1 | - django_extensions
  40579. web_1 | (use ./manage.py migrate to migrate these)
  40580. web_1 | Running migrations for socialaccount:
  40581. web_1 | - Nothing to migrate.
  40582. web_1 | - Loading initial data for socialaccount.
  40583. web_1 | Installed 0 object(s) from 0 fixture(s)
  40584. web_1 | Running migrations for django_extensions:
  40585. web_1 | - Nothing to migrate.
  40586. web_1 | - Loading initial data for django_extensions.
  40587. web_1 | Installed 0 object(s) from 0 fixture(s)
  40588. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40589. web_1 | [GCC 4.9.2] on linux2
  40590. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40591. web_1 | (InteractiveConsole)
  40592. web_1 |
  40593. web_1 | >>> >>> Starting the server
  40594. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40595. web_1 |
  40596. web_1 | Fatal error: Unable to find local grunt.
  40597. web_1 |
  40598. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40599. web_1 | your project. For more information about installing and configuring grunt,
  40600. web_1 | please see the Getting Started guide:
  40601. web_1 |
  40602. web_1 | http://gruntjs.com/getting-started
  40603. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40604. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40605. web_1 | Syncing...
  40606. web_1 | Creating tables ...
  40607. web_1 | Installing custom SQL ...
  40608. web_1 | Installing indexes ...
  40609. web_1 | Installed 0 object(s) from 0 fixture(s)
  40610. web_1 |
  40611. web_1 | Synced:
  40612. web_1 | > django.contrib.auth
  40613. web_1 | > django.contrib.contenttypes
  40614. web_1 | > django.contrib.sessions
  40615. web_1 | > django.contrib.sites
  40616. web_1 | > django.contrib.messages
  40617. web_1 | > django.contrib.staticfiles
  40618. web_1 | > django.contrib.admin
  40619. web_1 | > south
  40620. web_1 | > crispy_forms
  40621. web_1 | > avatar
  40622. web_1 | > bootstrap3
  40623. web_1 | > users
  40624. web_1 | > allauth
  40625. web_1 | > allauth.account
  40626. web_1 | > django.contrib.humanize
  40627. web_1 | > debug_toolbar
  40628. web_1 |
  40629. web_1 | Not synced (use migrations):
  40630. web_1 | - allauth.socialaccount
  40631. web_1 | - django_extensions
  40632. web_1 | (use ./manage.py migrate to migrate these)
  40633. web_1 | Running migrations for socialaccount:
  40634. web_1 | - Nothing to migrate.
  40635. web_1 | - Loading initial data for socialaccount.
  40636. web_1 | Installed 0 object(s) from 0 fixture(s)
  40637. web_1 | Running migrations for django_extensions:
  40638. web_1 | - Nothing to migrate.
  40639. web_1 | - Loading initial data for django_extensions.
  40640. web_1 | Installed 0 object(s) from 0 fixture(s)
  40641. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40642. web_1 | [GCC 4.9.2] on linux2
  40643. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40644. web_1 | (InteractiveConsole)
  40645. web_1 |
  40646. web_1 | >>> >>> Starting the server
  40647. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40648. web_1 |
  40649. web_1 | Fatal error: Unable to find local grunt.
  40650. web_1 |
  40651. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40652. web_1 | your project. For more information about installing and configuring grunt,
  40653. web_1 | please see the Getting Started guide:
  40654. web_1 |
  40655. web_1 | http://gruntjs.com/getting-started
  40656. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40657. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40658. web_1 | Syncing...
  40659. web_1 | Creating tables ...
  40660. web_1 | Installing custom SQL ...
  40661. web_1 | Installing indexes ...
  40662. web_1 | Installed 0 object(s) from 0 fixture(s)
  40663. web_1 |
  40664. web_1 | Synced:
  40665. web_1 | > django.contrib.auth
  40666. web_1 | > django.contrib.contenttypes
  40667. web_1 | > django.contrib.sessions
  40668. web_1 | > django.contrib.sites
  40669. web_1 | > django.contrib.messages
  40670. web_1 | > django.contrib.staticfiles
  40671. web_1 | > django.contrib.admin
  40672. web_1 | > south
  40673. web_1 | > crispy_forms
  40674. web_1 | > avatar
  40675. web_1 | > bootstrap3
  40676. web_1 | > users
  40677. web_1 | > allauth
  40678. web_1 | > allauth.account
  40679. web_1 | > django.contrib.humanize
  40680. web_1 | > debug_toolbar
  40681. web_1 |
  40682. web_1 | Not synced (use migrations):
  40683. web_1 | - allauth.socialaccount
  40684. web_1 | - django_extensions
  40685. web_1 | (use ./manage.py migrate to migrate these)
  40686. web_1 | Running migrations for socialaccount:
  40687. web_1 | - Nothing to migrate.
  40688. web_1 | - Loading initial data for socialaccount.
  40689. web_1 | Installed 0 object(s) from 0 fixture(s)
  40690. web_1 | Running migrations for django_extensions:
  40691. web_1 | - Nothing to migrate.
  40692. web_1 | - Loading initial data for django_extensions.
  40693. web_1 | Installed 0 object(s) from 0 fixture(s)
  40694. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40695. web_1 | [GCC 4.9.2] on linux2
  40696. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40697. web_1 | (InteractiveConsole)
  40698. web_1 |
  40699. web_1 | >>> >>> Starting the server
  40700. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40701. web_1 |
  40702. web_1 | Fatal error: Unable to find local grunt.
  40703. web_1 |
  40704. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40705. web_1 | your project. For more information about installing and configuring grunt,
  40706. web_1 | please see the Getting Started guide:
  40707. web_1 |
  40708. web_1 | http://gruntjs.com/getting-started
  40709. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40710. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40711. web_1 | Syncing...
  40712. web_1 | Creating tables ...
  40713. web_1 | Installing custom SQL ...
  40714. web_1 | Installing indexes ...
  40715. web_1 | Installed 0 object(s) from 0 fixture(s)
  40716. web_1 |
  40717. web_1 | Synced:
  40718. web_1 | > django.contrib.auth
  40719. web_1 | > django.contrib.contenttypes
  40720. web_1 | > django.contrib.sessions
  40721. web_1 | > django.contrib.sites
  40722. web_1 | > django.contrib.messages
  40723. web_1 | > django.contrib.staticfiles
  40724. web_1 | > django.contrib.admin
  40725. web_1 | > south
  40726. web_1 | > crispy_forms
  40727. web_1 | > avatar
  40728. web_1 | > bootstrap3
  40729. web_1 | > users
  40730. web_1 | > allauth
  40731. web_1 | > allauth.account
  40732. web_1 | > django.contrib.humanize
  40733. web_1 | > debug_toolbar
  40734. web_1 |
  40735. web_1 | Not synced (use migrations):
  40736. web_1 | - allauth.socialaccount
  40737. web_1 | - django_extensions
  40738. web_1 | (use ./manage.py migrate to migrate these)
  40739. web_1 | Running migrations for socialaccount:
  40740. web_1 | - Nothing to migrate.
  40741. web_1 | - Loading initial data for socialaccount.
  40742. web_1 | Installed 0 object(s) from 0 fixture(s)
  40743. web_1 | Running migrations for django_extensions:
  40744. web_1 | - Nothing to migrate.
  40745. web_1 | - Loading initial data for django_extensions.
  40746. web_1 | Installed 0 object(s) from 0 fixture(s)
  40747. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40748. web_1 | [GCC 4.9.2] on linux2
  40749. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40750. web_1 | (InteractiveConsole)
  40751. web_1 |
  40752. web_1 | >>> >>> Starting the server
  40753. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40754. web_1 |
  40755. web_1 | Fatal error: Unable to find local grunt.
  40756. web_1 |
  40757. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40758. web_1 | your project. For more information about installing and configuring grunt,
  40759. web_1 | please see the Getting Started guide:
  40760. web_1 |
  40761. web_1 | http://gruntjs.com/getting-started
  40762. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40763. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40764. web_1 | Syncing...
  40765. web_1 | Creating tables ...
  40766. web_1 | Installing custom SQL ...
  40767. web_1 | Installing indexes ...
  40768. web_1 | Installed 0 object(s) from 0 fixture(s)
  40769. web_1 |
  40770. web_1 | Synced:
  40771. web_1 | > django.contrib.auth
  40772. web_1 | > django.contrib.contenttypes
  40773. web_1 | > django.contrib.sessions
  40774. web_1 | > django.contrib.sites
  40775. web_1 | > django.contrib.messages
  40776. web_1 | > django.contrib.staticfiles
  40777. web_1 | > django.contrib.admin
  40778. web_1 | > south
  40779. web_1 | > crispy_forms
  40780. web_1 | > avatar
  40781. web_1 | > bootstrap3
  40782. web_1 | > users
  40783. web_1 | > allauth
  40784. web_1 | > allauth.account
  40785. web_1 | > django.contrib.humanize
  40786. web_1 | > debug_toolbar
  40787. web_1 |
  40788. web_1 | Not synced (use migrations):
  40789. web_1 | - allauth.socialaccount
  40790. web_1 | - django_extensions
  40791. web_1 | (use ./manage.py migrate to migrate these)
  40792. web_1 | Running migrations for socialaccount:
  40793. web_1 | - Nothing to migrate.
  40794. web_1 | - Loading initial data for socialaccount.
  40795. web_1 | Installed 0 object(s) from 0 fixture(s)
  40796. web_1 | Running migrations for django_extensions:
  40797. web_1 | - Nothing to migrate.
  40798. web_1 | - Loading initial data for django_extensions.
  40799. web_1 | Installed 0 object(s) from 0 fixture(s)
  40800. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40801. web_1 | [GCC 4.9.2] on linux2
  40802. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40803. web_1 | (InteractiveConsole)
  40804. web_1 |
  40805. web_1 | >>> >>> Starting the server
  40806. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40807. web_1 |
  40808. web_1 | Fatal error: Unable to find local grunt.
  40809. web_1 |
  40810. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40811. web_1 | your project. For more information about installing and configuring grunt,
  40812. web_1 | please see the Getting Started guide:
  40813. web_1 |
  40814. web_1 | http://gruntjs.com/getting-started
  40815. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40816. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40817. web_1 | Syncing...
  40818. web_1 | Creating tables ...
  40819. web_1 | Installing custom SQL ...
  40820. web_1 | Installing indexes ...
  40821. web_1 | Installed 0 object(s) from 0 fixture(s)
  40822. web_1 |
  40823. web_1 | Synced:
  40824. web_1 | > django.contrib.auth
  40825. web_1 | > django.contrib.contenttypes
  40826. web_1 | > django.contrib.sessions
  40827. web_1 | > django.contrib.sites
  40828. web_1 | > django.contrib.messages
  40829. web_1 | > django.contrib.staticfiles
  40830. web_1 | > django.contrib.admin
  40831. web_1 | > south
  40832. web_1 | > crispy_forms
  40833. web_1 | > avatar
  40834. web_1 | > bootstrap3
  40835. web_1 | > users
  40836. web_1 | > allauth
  40837. web_1 | > allauth.account
  40838. web_1 | > django.contrib.humanize
  40839. web_1 | > debug_toolbar
  40840. web_1 |
  40841. web_1 | Not synced (use migrations):
  40842. web_1 | - allauth.socialaccount
  40843. web_1 | - django_extensions
  40844. web_1 | (use ./manage.py migrate to migrate these)
  40845. web_1 | Running migrations for socialaccount:
  40846. web_1 | - Nothing to migrate.
  40847. web_1 | - Loading initial data for socialaccount.
  40848. web_1 | Installed 0 object(s) from 0 fixture(s)
  40849. web_1 | Running migrations for django_extensions:
  40850. web_1 | - Nothing to migrate.
  40851. web_1 | - Loading initial data for django_extensions.
  40852. web_1 | Installed 0 object(s) from 0 fixture(s)
  40853. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40854. web_1 | [GCC 4.9.2] on linux2
  40855. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40856. web_1 | (InteractiveConsole)
  40857. web_1 |
  40858. web_1 | >>> >>> Starting the server
  40859. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40860. web_1 |
  40861. web_1 | Fatal error: Unable to find local grunt.
  40862. web_1 |
  40863. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40864. web_1 | your project. For more information about installing and configuring grunt,
  40865. web_1 | please see the Getting Started guide:
  40866. web_1 |
  40867. web_1 | http://gruntjs.com/getting-started
  40868. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40869. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40870. web_1 | Syncing...
  40871. web_1 | Creating tables ...
  40872. web_1 | Installing custom SQL ...
  40873. web_1 | Installing indexes ...
  40874. web_1 | Installed 0 object(s) from 0 fixture(s)
  40875. web_1 |
  40876. web_1 | Synced:
  40877. web_1 | > django.contrib.auth
  40878. web_1 | > django.contrib.contenttypes
  40879. web_1 | > django.contrib.sessions
  40880. web_1 | > django.contrib.sites
  40881. web_1 | > django.contrib.messages
  40882. web_1 | > django.contrib.staticfiles
  40883. web_1 | > django.contrib.admin
  40884. web_1 | > south
  40885. web_1 | > crispy_forms
  40886. web_1 | > avatar
  40887. web_1 | > bootstrap3
  40888. web_1 | > users
  40889. web_1 | > allauth
  40890. web_1 | > allauth.account
  40891. web_1 | > django.contrib.humanize
  40892. web_1 | > debug_toolbar
  40893. web_1 |
  40894. web_1 | Not synced (use migrations):
  40895. web_1 | - allauth.socialaccount
  40896. web_1 | - django_extensions
  40897. web_1 | (use ./manage.py migrate to migrate these)
  40898. web_1 | Running migrations for socialaccount:
  40899. web_1 | - Nothing to migrate.
  40900. web_1 | - Loading initial data for socialaccount.
  40901. web_1 | Installed 0 object(s) from 0 fixture(s)
  40902. web_1 | Running migrations for django_extensions:
  40903. web_1 | - Nothing to migrate.
  40904. web_1 | - Loading initial data for django_extensions.
  40905. web_1 | Installed 0 object(s) from 0 fixture(s)
  40906. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40907. web_1 | [GCC 4.9.2] on linux2
  40908. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40909. web_1 | (InteractiveConsole)
  40910. web_1 |
  40911. web_1 | >>> >>> Starting the server
  40912. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40913. web_1 |
  40914. web_1 | Fatal error: Unable to find local grunt.
  40915. web_1 |
  40916. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40917. web_1 | your project. For more information about installing and configuring grunt,
  40918. web_1 | please see the Getting Started guide:
  40919. web_1 |
  40920. web_1 | http://gruntjs.com/getting-started
  40921. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40922. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40923. web_1 | Syncing...
  40924. web_1 | Creating tables ...
  40925. web_1 | Installing custom SQL ...
  40926. web_1 | Installing indexes ...
  40927. web_1 | Installed 0 object(s) from 0 fixture(s)
  40928. web_1 |
  40929. web_1 | Synced:
  40930. web_1 | > django.contrib.auth
  40931. web_1 | > django.contrib.contenttypes
  40932. web_1 | > django.contrib.sessions
  40933. web_1 | > django.contrib.sites
  40934. web_1 | > django.contrib.messages
  40935. web_1 | > django.contrib.staticfiles
  40936. web_1 | > django.contrib.admin
  40937. web_1 | > south
  40938. web_1 | > crispy_forms
  40939. web_1 | > avatar
  40940. web_1 | > bootstrap3
  40941. web_1 | > users
  40942. web_1 | > allauth
  40943. web_1 | > allauth.account
  40944. web_1 | > django.contrib.humanize
  40945. web_1 | > debug_toolbar
  40946. web_1 |
  40947. web_1 | Not synced (use migrations):
  40948. web_1 | - allauth.socialaccount
  40949. web_1 | - django_extensions
  40950. web_1 | (use ./manage.py migrate to migrate these)
  40951. web_1 | Running migrations for socialaccount:
  40952. web_1 | - Nothing to migrate.
  40953. web_1 | - Loading initial data for socialaccount.
  40954. web_1 | Installed 0 object(s) from 0 fixture(s)
  40955. web_1 | Running migrations for django_extensions:
  40956. web_1 | - Nothing to migrate.
  40957. web_1 | - Loading initial data for django_extensions.
  40958. web_1 | Installed 0 object(s) from 0 fixture(s)
  40959. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  40960. web_1 | [GCC 4.9.2] on linux2
  40961. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  40962. web_1 | (InteractiveConsole)
  40963. web_1 |
  40964. web_1 | >>> >>> Starting the server
  40965. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  40966. web_1 |
  40967. web_1 | Fatal error: Unable to find local grunt.
  40968. web_1 |
  40969. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  40970. web_1 | your project. For more information about installing and configuring grunt,
  40971. web_1 | please see the Getting Started guide:
  40972. web_1 |
  40973. web_1 | http://gruntjs.com/getting-started
  40974. web_1 | Starting OpenBSD Secure Shell server: sshd.
  40975. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  40976. web_1 | Syncing...
  40977. web_1 | Creating tables ...
  40978. web_1 | Installing custom SQL ...
  40979. web_1 | Installing indexes ...
  40980. web_1 | Installed 0 object(s) from 0 fixture(s)
  40981. web_1 |
  40982. web_1 | Synced:
  40983. web_1 | > django.contrib.auth
  40984. web_1 | > django.contrib.contenttypes
  40985. web_1 | > django.contrib.sessions
  40986. web_1 | > django.contrib.sites
  40987. web_1 | > django.contrib.messages
  40988. web_1 | > django.contrib.staticfiles
  40989. web_1 | > django.contrib.admin
  40990. web_1 | > south
  40991. web_1 | > crispy_forms
  40992. web_1 | > avatar
  40993. web_1 | > bootstrap3
  40994. web_1 | > users
  40995. web_1 | > allauth
  40996. web_1 | > allauth.account
  40997. web_1 | > django.contrib.humanize
  40998. web_1 | > debug_toolbar
  40999. web_1 |
  41000. web_1 | Not synced (use migrations):
  41001. web_1 | - allauth.socialaccount
  41002. web_1 | - django_extensions
  41003. web_1 | (use ./manage.py migrate to migrate these)
  41004. web_1 | Running migrations for socialaccount:
  41005. web_1 | - Nothing to migrate.
  41006. web_1 | - Loading initial data for socialaccount.
  41007. web_1 | Installed 0 object(s) from 0 fixture(s)
  41008. web_1 | Running migrations for django_extensions:
  41009. web_1 | - Nothing to migrate.
  41010. web_1 | - Loading initial data for django_extensions.
  41011. web_1 | Installed 0 object(s) from 0 fixture(s)
  41012. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41013. web_1 | [GCC 4.9.2] on linux2
  41014. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41015. web_1 | (InteractiveConsole)
  41016. web_1 |
  41017. web_1 | >>> >>> Starting the server
  41018. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41019. web_1 |
  41020. web_1 | Fatal error: Unable to find local grunt.
  41021. web_1 |
  41022. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41023. web_1 | your project. For more information about installing and configuring grunt,
  41024. web_1 | please see the Getting Started guide:
  41025. web_1 |
  41026. web_1 | http://gruntjs.com/getting-started
  41027. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41028. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41029. web_1 | Syncing...
  41030. web_1 | Creating tables ...
  41031. web_1 | Installing custom SQL ...
  41032. web_1 | Installing indexes ...
  41033. web_1 | Installed 0 object(s) from 0 fixture(s)
  41034. web_1 |
  41035. web_1 | Synced:
  41036. web_1 | > django.contrib.auth
  41037. web_1 | > django.contrib.contenttypes
  41038. web_1 | > django.contrib.sessions
  41039. web_1 | > django.contrib.sites
  41040. web_1 | > django.contrib.messages
  41041. web_1 | > django.contrib.staticfiles
  41042. web_1 | > django.contrib.admin
  41043. web_1 | > south
  41044. web_1 | > crispy_forms
  41045. web_1 | > avatar
  41046. web_1 | > bootstrap3
  41047. web_1 | > users
  41048. web_1 | > allauth
  41049. web_1 | > allauth.account
  41050. web_1 | > django.contrib.humanize
  41051. web_1 | > debug_toolbar
  41052. web_1 |
  41053. web_1 | Not synced (use migrations):
  41054. web_1 | - allauth.socialaccount
  41055. web_1 | - django_extensions
  41056. web_1 | (use ./manage.py migrate to migrate these)
  41057. web_1 | Running migrations for socialaccount:
  41058. web_1 | - Nothing to migrate.
  41059. web_1 | - Loading initial data for socialaccount.
  41060. web_1 | Installed 0 object(s) from 0 fixture(s)
  41061. web_1 | Running migrations for django_extensions:
  41062. web_1 | - Nothing to migrate.
  41063. web_1 | - Loading initial data for django_extensions.
  41064. web_1 | Installed 0 object(s) from 0 fixture(s)
  41065. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41066. web_1 | [GCC 4.9.2] on linux2
  41067. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41068. web_1 | (InteractiveConsole)
  41069. web_1 |
  41070. web_1 | >>> >>> Starting the server
  41071. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41072. web_1 |
  41073. web_1 | Fatal error: Unable to find local grunt.
  41074. web_1 |
  41075. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41076. web_1 | your project. For more information about installing and configuring grunt,
  41077. web_1 | please see the Getting Started guide:
  41078. web_1 |
  41079. web_1 | http://gruntjs.com/getting-started
  41080. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41081. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41082. web_1 | Syncing...
  41083. web_1 | Creating tables ...
  41084. web_1 | Installing custom SQL ...
  41085. web_1 | Installing indexes ...
  41086. web_1 | Installed 0 object(s) from 0 fixture(s)
  41087. web_1 |
  41088. web_1 | Synced:
  41089. web_1 | > django.contrib.auth
  41090. web_1 | > django.contrib.contenttypes
  41091. web_1 | > django.contrib.sessions
  41092. web_1 | > django.contrib.sites
  41093. web_1 | > django.contrib.messages
  41094. web_1 | > django.contrib.staticfiles
  41095. web_1 | > django.contrib.admin
  41096. web_1 | > south
  41097. web_1 | > crispy_forms
  41098. web_1 | > avatar
  41099. web_1 | > bootstrap3
  41100. web_1 | > users
  41101. web_1 | > allauth
  41102. web_1 | > allauth.account
  41103. web_1 | > django.contrib.humanize
  41104. web_1 | > debug_toolbar
  41105. web_1 |
  41106. web_1 | Not synced (use migrations):
  41107. web_1 | - allauth.socialaccount
  41108. web_1 | - django_extensions
  41109. web_1 | (use ./manage.py migrate to migrate these)
  41110. web_1 | Running migrations for socialaccount:
  41111. web_1 | - Nothing to migrate.
  41112. web_1 | - Loading initial data for socialaccount.
  41113. web_1 | Installed 0 object(s) from 0 fixture(s)
  41114. web_1 | Running migrations for django_extensions:
  41115. web_1 | - Nothing to migrate.
  41116. web_1 | - Loading initial data for django_extensions.
  41117. web_1 | Installed 0 object(s) from 0 fixture(s)
  41118. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41119. web_1 | [GCC 4.9.2] on linux2
  41120. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41121. web_1 | (InteractiveConsole)
  41122. web_1 |
  41123. web_1 | >>> >>> Starting the server
  41124. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41125. web_1 |
  41126. web_1 | Fatal error: Unable to find local grunt.
  41127. web_1 |
  41128. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41129. web_1 | your project. For more information about installing and configuring grunt,
  41130. web_1 | please see the Getting Started guide:
  41131. web_1 |
  41132. web_1 | http://gruntjs.com/getting-started
  41133. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41134. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41135. web_1 | Syncing...
  41136. web_1 | Creating tables ...
  41137. web_1 | Installing custom SQL ...
  41138. web_1 | Installing indexes ...
  41139. web_1 | Installed 0 object(s) from 0 fixture(s)
  41140. web_1 |
  41141. web_1 | Synced:
  41142. web_1 | > django.contrib.auth
  41143. web_1 | > django.contrib.contenttypes
  41144. web_1 | > django.contrib.sessions
  41145. web_1 | > django.contrib.sites
  41146. web_1 | > django.contrib.messages
  41147. web_1 | > django.contrib.staticfiles
  41148. web_1 | > django.contrib.admin
  41149. web_1 | > south
  41150. web_1 | > crispy_forms
  41151. web_1 | > avatar
  41152. web_1 | > bootstrap3
  41153. web_1 | > users
  41154. web_1 | > allauth
  41155. web_1 | > allauth.account
  41156. web_1 | > django.contrib.humanize
  41157. web_1 | > debug_toolbar
  41158. web_1 |
  41159. web_1 | Not synced (use migrations):
  41160. web_1 | - allauth.socialaccount
  41161. web_1 | - django_extensions
  41162. web_1 | (use ./manage.py migrate to migrate these)
  41163. web_1 | Running migrations for socialaccount:
  41164. web_1 | - Nothing to migrate.
  41165. web_1 | - Loading initial data for socialaccount.
  41166. web_1 | Installed 0 object(s) from 0 fixture(s)
  41167. web_1 | Running migrations for django_extensions:
  41168. web_1 | - Nothing to migrate.
  41169. web_1 | - Loading initial data for django_extensions.
  41170. web_1 | Installed 0 object(s) from 0 fixture(s)
  41171. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41172. web_1 | [GCC 4.9.2] on linux2
  41173. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41174. web_1 | (InteractiveConsole)
  41175. web_1 |
  41176. web_1 | >>> >>> Starting the server
  41177. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41178. web_1 |
  41179. web_1 | Fatal error: Unable to find local grunt.
  41180. web_1 |
  41181. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41182. web_1 | your project. For more information about installing and configuring grunt,
  41183. web_1 | please see the Getting Started guide:
  41184. web_1 |
  41185. web_1 | http://gruntjs.com/getting-started
  41186. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41187. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41188. web_1 | Syncing...
  41189. web_1 | Creating tables ...
  41190. web_1 | Installing custom SQL ...
  41191. web_1 | Installing indexes ...
  41192. web_1 | Installed 0 object(s) from 0 fixture(s)
  41193. web_1 |
  41194. web_1 | Synced:
  41195. web_1 | > django.contrib.auth
  41196. web_1 | > django.contrib.contenttypes
  41197. web_1 | > django.contrib.sessions
  41198. web_1 | > django.contrib.sites
  41199. web_1 | > django.contrib.messages
  41200. web_1 | > django.contrib.staticfiles
  41201. web_1 | > django.contrib.admin
  41202. web_1 | > south
  41203. web_1 | > crispy_forms
  41204. web_1 | > avatar
  41205. web_1 | > bootstrap3
  41206. web_1 | > users
  41207. web_1 | > allauth
  41208. web_1 | > allauth.account
  41209. web_1 | > django.contrib.humanize
  41210. web_1 | > debug_toolbar
  41211. web_1 |
  41212. web_1 | Not synced (use migrations):
  41213. web_1 | - allauth.socialaccount
  41214. web_1 | - django_extensions
  41215. web_1 | (use ./manage.py migrate to migrate these)
  41216. web_1 | Running migrations for socialaccount:
  41217. web_1 | - Nothing to migrate.
  41218. web_1 | - Loading initial data for socialaccount.
  41219. web_1 | Installed 0 object(s) from 0 fixture(s)
  41220. web_1 | Running migrations for django_extensions:
  41221. web_1 | - Nothing to migrate.
  41222. web_1 | - Loading initial data for django_extensions.
  41223. web_1 | Installed 0 object(s) from 0 fixture(s)
  41224. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41225. web_1 | [GCC 4.9.2] on linux2
  41226. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41227. web_1 | (InteractiveConsole)
  41228. web_1 |
  41229. web_1 | >>> >>> Starting the server
  41230. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41231. web_1 |
  41232. web_1 | Fatal error: Unable to find local grunt.
  41233. web_1 |
  41234. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41235. web_1 | your project. For more information about installing and configuring grunt,
  41236. web_1 | please see the Getting Started guide:
  41237. web_1 |
  41238. web_1 | http://gruntjs.com/getting-started
  41239. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41240. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41241. web_1 | Syncing...
  41242. web_1 | Creating tables ...
  41243. web_1 | Installing custom SQL ...
  41244. web_1 | Installing indexes ...
  41245. web_1 | Installed 0 object(s) from 0 fixture(s)
  41246. web_1 |
  41247. web_1 | Synced:
  41248. web_1 | > django.contrib.auth
  41249. web_1 | > django.contrib.contenttypes
  41250. web_1 | > django.contrib.sessions
  41251. web_1 | > django.contrib.sites
  41252. web_1 | > django.contrib.messages
  41253. web_1 | > django.contrib.staticfiles
  41254. web_1 | > django.contrib.admin
  41255. web_1 | > south
  41256. web_1 | > crispy_forms
  41257. web_1 | > avatar
  41258. web_1 | > bootstrap3
  41259. web_1 | > users
  41260. web_1 | > allauth
  41261. web_1 | > allauth.account
  41262. web_1 | > django.contrib.humanize
  41263. web_1 | > debug_toolbar
  41264. web_1 |
  41265. web_1 | Not synced (use migrations):
  41266. web_1 | - allauth.socialaccount
  41267. web_1 | - django_extensions
  41268. web_1 | (use ./manage.py migrate to migrate these)
  41269. web_1 | Running migrations for socialaccount:
  41270. web_1 | - Nothing to migrate.
  41271. web_1 | - Loading initial data for socialaccount.
  41272. web_1 | Installed 0 object(s) from 0 fixture(s)
  41273. web_1 | Running migrations for django_extensions:
  41274. web_1 | - Nothing to migrate.
  41275. web_1 | - Loading initial data for django_extensions.
  41276. web_1 | Installed 0 object(s) from 0 fixture(s)
  41277. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41278. web_1 | [GCC 4.9.2] on linux2
  41279. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41280. web_1 | (InteractiveConsole)
  41281. web_1 |
  41282. web_1 | >>> >>> Starting the server
  41283. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41284. web_1 |
  41285. web_1 | Fatal error: Unable to find local grunt.
  41286. web_1 |
  41287. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41288. web_1 | your project. For more information about installing and configuring grunt,
  41289. web_1 | please see the Getting Started guide:
  41290. web_1 |
  41291. web_1 | http://gruntjs.com/getting-started
  41292. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41293. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41294. web_1 | Syncing...
  41295. web_1 | Creating tables ...
  41296. web_1 | Installing custom SQL ...
  41297. web_1 | Installing indexes ...
  41298. web_1 | Installed 0 object(s) from 0 fixture(s)
  41299. web_1 |
  41300. web_1 | Synced:
  41301. web_1 | > django.contrib.auth
  41302. web_1 | > django.contrib.contenttypes
  41303. web_1 | > django.contrib.sessions
  41304. web_1 | > django.contrib.sites
  41305. web_1 | > django.contrib.messages
  41306. web_1 | > django.contrib.staticfiles
  41307. web_1 | > django.contrib.admin
  41308. web_1 | > south
  41309. web_1 | > crispy_forms
  41310. web_1 | > avatar
  41311. web_1 | > bootstrap3
  41312. web_1 | > users
  41313. web_1 | > allauth
  41314. web_1 | > allauth.account
  41315. web_1 | > django.contrib.humanize
  41316. web_1 | > debug_toolbar
  41317. web_1 |
  41318. web_1 | Not synced (use migrations):
  41319. web_1 | - allauth.socialaccount
  41320. web_1 | - django_extensions
  41321. web_1 | (use ./manage.py migrate to migrate these)
  41322. web_1 | Running migrations for socialaccount:
  41323. web_1 | - Nothing to migrate.
  41324. web_1 | - Loading initial data for socialaccount.
  41325. web_1 | Installed 0 object(s) from 0 fixture(s)
  41326. web_1 | Running migrations for django_extensions:
  41327. web_1 | - Nothing to migrate.
  41328. web_1 | - Loading initial data for django_extensions.
  41329. web_1 | Installed 0 object(s) from 0 fixture(s)
  41330. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41331. web_1 | [GCC 4.9.2] on linux2
  41332. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41333. web_1 | (InteractiveConsole)
  41334. web_1 |
  41335. web_1 | >>> >>> Starting the server
  41336. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41337. web_1 |
  41338. web_1 | Fatal error: Unable to find local grunt.
  41339. web_1 |
  41340. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41341. web_1 | your project. For more information about installing and configuring grunt,
  41342. web_1 | please see the Getting Started guide:
  41343. web_1 |
  41344. web_1 | http://gruntjs.com/getting-started
  41345. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41346. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41347. web_1 | Syncing...
  41348. web_1 | Creating tables ...
  41349. web_1 | Installing custom SQL ...
  41350. web_1 | Installing indexes ...
  41351. web_1 | Installed 0 object(s) from 0 fixture(s)
  41352. web_1 |
  41353. web_1 | Synced:
  41354. web_1 | > django.contrib.auth
  41355. web_1 | > django.contrib.contenttypes
  41356. web_1 | > django.contrib.sessions
  41357. web_1 | > django.contrib.sites
  41358. web_1 | > django.contrib.messages
  41359. web_1 | > django.contrib.staticfiles
  41360. web_1 | > django.contrib.admin
  41361. web_1 | > south
  41362. web_1 | > crispy_forms
  41363. web_1 | > avatar
  41364. web_1 | > bootstrap3
  41365. web_1 | > users
  41366. web_1 | > allauth
  41367. web_1 | > allauth.account
  41368. web_1 | > django.contrib.humanize
  41369. web_1 | > debug_toolbar
  41370. web_1 |
  41371. web_1 | Not synced (use migrations):
  41372. web_1 | - allauth.socialaccount
  41373. web_1 | - django_extensions
  41374. web_1 | (use ./manage.py migrate to migrate these)
  41375. web_1 | Running migrations for socialaccount:
  41376. web_1 | - Nothing to migrate.
  41377. web_1 | - Loading initial data for socialaccount.
  41378. web_1 | Installed 0 object(s) from 0 fixture(s)
  41379. web_1 | Running migrations for django_extensions:
  41380. web_1 | - Nothing to migrate.
  41381. web_1 | - Loading initial data for django_extensions.
  41382. web_1 | Installed 0 object(s) from 0 fixture(s)
  41383. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41384. web_1 | [GCC 4.9.2] on linux2
  41385. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41386. web_1 | (InteractiveConsole)
  41387. web_1 |
  41388. web_1 | >>> >>> Starting the server
  41389. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41390. web_1 |
  41391. web_1 | Fatal error: Unable to find local grunt.
  41392. web_1 |
  41393. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41394. web_1 | your project. For more information about installing and configuring grunt,
  41395. web_1 | please see the Getting Started guide:
  41396. web_1 |
  41397. web_1 | http://gruntjs.com/getting-started
  41398. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41399. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41400. web_1 | Syncing...
  41401. web_1 | Creating tables ...
  41402. web_1 | Installing custom SQL ...
  41403. web_1 | Installing indexes ...
  41404. web_1 | Installed 0 object(s) from 0 fixture(s)
  41405. web_1 |
  41406. web_1 | Synced:
  41407. web_1 | > django.contrib.auth
  41408. web_1 | > django.contrib.contenttypes
  41409. web_1 | > django.contrib.sessions
  41410. web_1 | > django.contrib.sites
  41411. web_1 | > django.contrib.messages
  41412. web_1 | > django.contrib.staticfiles
  41413. web_1 | > django.contrib.admin
  41414. web_1 | > south
  41415. web_1 | > crispy_forms
  41416. web_1 | > avatar
  41417. web_1 | > bootstrap3
  41418. web_1 | > users
  41419. web_1 | > allauth
  41420. web_1 | > allauth.account
  41421. web_1 | > django.contrib.humanize
  41422. web_1 | > debug_toolbar
  41423. web_1 |
  41424. web_1 | Not synced (use migrations):
  41425. web_1 | - allauth.socialaccount
  41426. web_1 | - django_extensions
  41427. web_1 | (use ./manage.py migrate to migrate these)
  41428. web_1 | Running migrations for socialaccount:
  41429. web_1 | - Nothing to migrate.
  41430. web_1 | - Loading initial data for socialaccount.
  41431. web_1 | Installed 0 object(s) from 0 fixture(s)
  41432. web_1 | Running migrations for django_extensions:
  41433. web_1 | - Nothing to migrate.
  41434. web_1 | - Loading initial data for django_extensions.
  41435. web_1 | Installed 0 object(s) from 0 fixture(s)
  41436. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41437. web_1 | [GCC 4.9.2] on linux2
  41438. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41439. web_1 | (InteractiveConsole)
  41440. web_1 |
  41441. web_1 | >>> >>> Starting the server
  41442. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41443. web_1 |
  41444. web_1 | Fatal error: Unable to find local grunt.
  41445. web_1 |
  41446. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41447. web_1 | your project. For more information about installing and configuring grunt,
  41448. web_1 | please see the Getting Started guide:
  41449. web_1 |
  41450. web_1 | http://gruntjs.com/getting-started
  41451. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41452. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41453. web_1 | Syncing...
  41454. web_1 | Creating tables ...
  41455. web_1 | Installing custom SQL ...
  41456. web_1 | Installing indexes ...
  41457. web_1 | Installed 0 object(s) from 0 fixture(s)
  41458. web_1 |
  41459. web_1 | Synced:
  41460. web_1 | > django.contrib.auth
  41461. web_1 | > django.contrib.contenttypes
  41462. web_1 | > django.contrib.sessions
  41463. web_1 | > django.contrib.sites
  41464. web_1 | > django.contrib.messages
  41465. web_1 | > django.contrib.staticfiles
  41466. web_1 | > django.contrib.admin
  41467. web_1 | > south
  41468. web_1 | > crispy_forms
  41469. web_1 | > avatar
  41470. web_1 | > bootstrap3
  41471. web_1 | > users
  41472. web_1 | > allauth
  41473. web_1 | > allauth.account
  41474. web_1 | > django.contrib.humanize
  41475. web_1 | > debug_toolbar
  41476. web_1 |
  41477. web_1 | Not synced (use migrations):
  41478. web_1 | - allauth.socialaccount
  41479. web_1 | - django_extensions
  41480. web_1 | (use ./manage.py migrate to migrate these)
  41481. web_1 | Running migrations for socialaccount:
  41482. web_1 | - Nothing to migrate.
  41483. web_1 | - Loading initial data for socialaccount.
  41484. web_1 | Installed 0 object(s) from 0 fixture(s)
  41485. web_1 | Running migrations for django_extensions:
  41486. web_1 | - Nothing to migrate.
  41487. web_1 | - Loading initial data for django_extensions.
  41488. web_1 | Installed 0 object(s) from 0 fixture(s)
  41489. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41490. web_1 | [GCC 4.9.2] on linux2
  41491. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41492. web_1 | (InteractiveConsole)
  41493. web_1 |
  41494. web_1 | >>> >>> Starting the server
  41495. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41496. web_1 |
  41497. web_1 | Fatal error: Unable to find local grunt.
  41498. web_1 |
  41499. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41500. web_1 | your project. For more information about installing and configuring grunt,
  41501. web_1 | please see the Getting Started guide:
  41502. web_1 |
  41503. web_1 | http://gruntjs.com/getting-started
  41504. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41505. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41506. web_1 | Syncing...
  41507. web_1 | Creating tables ...
  41508. web_1 | Installing custom SQL ...
  41509. web_1 | Installing indexes ...
  41510. web_1 | Installed 0 object(s) from 0 fixture(s)
  41511. web_1 |
  41512. web_1 | Synced:
  41513. web_1 | > django.contrib.auth
  41514. web_1 | > django.contrib.contenttypes
  41515. web_1 | > django.contrib.sessions
  41516. web_1 | > django.contrib.sites
  41517. web_1 | > django.contrib.messages
  41518. web_1 | > django.contrib.staticfiles
  41519. web_1 | > django.contrib.admin
  41520. web_1 | > south
  41521. web_1 | > crispy_forms
  41522. web_1 | > avatar
  41523. web_1 | > bootstrap3
  41524. web_1 | > users
  41525. web_1 | > allauth
  41526. web_1 | > allauth.account
  41527. web_1 | > django.contrib.humanize
  41528. web_1 | > debug_toolbar
  41529. web_1 |
  41530. web_1 | Not synced (use migrations):
  41531. web_1 | - allauth.socialaccount
  41532. web_1 | - django_extensions
  41533. web_1 | (use ./manage.py migrate to migrate these)
  41534. web_1 | Running migrations for socialaccount:
  41535. web_1 | - Nothing to migrate.
  41536. web_1 | - Loading initial data for socialaccount.
  41537. web_1 | Installed 0 object(s) from 0 fixture(s)
  41538. web_1 | Running migrations for django_extensions:
  41539. web_1 | - Nothing to migrate.
  41540. web_1 | - Loading initial data for django_extensions.
  41541. web_1 | Installed 0 object(s) from 0 fixture(s)
  41542. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41543. web_1 | [GCC 4.9.2] on linux2
  41544. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41545. web_1 | (InteractiveConsole)
  41546. web_1 |
  41547. web_1 | >>> >>> Starting the server
  41548. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41549. web_1 |
  41550. web_1 | Fatal error: Unable to find local grunt.
  41551. web_1 |
  41552. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41553. web_1 | your project. For more information about installing and configuring grunt,
  41554. web_1 | please see the Getting Started guide:
  41555. web_1 |
  41556. web_1 | http://gruntjs.com/getting-started
  41557. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41558. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41559. web_1 | Syncing...
  41560. web_1 | Creating tables ...
  41561. web_1 | Installing custom SQL ...
  41562. web_1 | Installing indexes ...
  41563. web_1 | Installed 0 object(s) from 0 fixture(s)
  41564. web_1 |
  41565. web_1 | Synced:
  41566. web_1 | > django.contrib.auth
  41567. web_1 | > django.contrib.contenttypes
  41568. web_1 | > django.contrib.sessions
  41569. web_1 | > django.contrib.sites
  41570. web_1 | > django.contrib.messages
  41571. web_1 | > django.contrib.staticfiles
  41572. web_1 | > django.contrib.admin
  41573. web_1 | > south
  41574. web_1 | > crispy_forms
  41575. web_1 | > avatar
  41576. web_1 | > bootstrap3
  41577. web_1 | > users
  41578. web_1 | > allauth
  41579. web_1 | > allauth.account
  41580. web_1 | > django.contrib.humanize
  41581. web_1 | > debug_toolbar
  41582. web_1 |
  41583. web_1 | Not synced (use migrations):
  41584. web_1 | - allauth.socialaccount
  41585. web_1 | - django_extensions
  41586. web_1 | (use ./manage.py migrate to migrate these)
  41587. web_1 | Running migrations for socialaccount:
  41588. web_1 | - Nothing to migrate.
  41589. web_1 | - Loading initial data for socialaccount.
  41590. web_1 | Installed 0 object(s) from 0 fixture(s)
  41591. web_1 | Running migrations for django_extensions:
  41592. web_1 | - Nothing to migrate.
  41593. web_1 | - Loading initial data for django_extensions.
  41594. web_1 | Installed 0 object(s) from 0 fixture(s)
  41595. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41596. web_1 | [GCC 4.9.2] on linux2
  41597. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41598. web_1 | (InteractiveConsole)
  41599. web_1 |
  41600. web_1 | >>> >>> Starting the server
  41601. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41602. web_1 |
  41603. web_1 | Fatal error: Unable to find local grunt.
  41604. web_1 |
  41605. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41606. web_1 | your project. For more information about installing and configuring grunt,
  41607. web_1 | please see the Getting Started guide:
  41608. web_1 |
  41609. web_1 | http://gruntjs.com/getting-started
  41610. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41611. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41612. web_1 | Syncing...
  41613. web_1 | Creating tables ...
  41614. web_1 | Installing custom SQL ...
  41615. web_1 | Installing indexes ...
  41616. web_1 | Installed 0 object(s) from 0 fixture(s)
  41617. web_1 |
  41618. web_1 | Synced:
  41619. web_1 | > django.contrib.auth
  41620. web_1 | > django.contrib.contenttypes
  41621. web_1 | > django.contrib.sessions
  41622. web_1 | > django.contrib.sites
  41623. web_1 | > django.contrib.messages
  41624. web_1 | > django.contrib.staticfiles
  41625. web_1 | > django.contrib.admin
  41626. web_1 | > south
  41627. web_1 | > crispy_forms
  41628. web_1 | > avatar
  41629. web_1 | > bootstrap3
  41630. web_1 | > users
  41631. web_1 | > allauth
  41632. web_1 | > allauth.account
  41633. web_1 | > django.contrib.humanize
  41634. web_1 | > debug_toolbar
  41635. web_1 |
  41636. web_1 | Not synced (use migrations):
  41637. web_1 | - allauth.socialaccount
  41638. web_1 | - django_extensions
  41639. web_1 | (use ./manage.py migrate to migrate these)
  41640. web_1 | Running migrations for socialaccount:
  41641. web_1 | - Nothing to migrate.
  41642. web_1 | - Loading initial data for socialaccount.
  41643. web_1 | Installed 0 object(s) from 0 fixture(s)
  41644. web_1 | Running migrations for django_extensions:
  41645. web_1 | - Nothing to migrate.
  41646. web_1 | - Loading initial data for django_extensions.
  41647. web_1 | Installed 0 object(s) from 0 fixture(s)
  41648. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41649. web_1 | [GCC 4.9.2] on linux2
  41650. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41651. web_1 | (InteractiveConsole)
  41652. web_1 |
  41653. web_1 | >>> >>> Starting the server
  41654. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41655. web_1 |
  41656. web_1 | Fatal error: Unable to find local grunt.
  41657. web_1 |
  41658. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41659. web_1 | your project. For more information about installing and configuring grunt,
  41660. web_1 | please see the Getting Started guide:
  41661. web_1 |
  41662. web_1 | http://gruntjs.com/getting-started
  41663. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41664. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41665. web_1 | Syncing...
  41666. web_1 | Creating tables ...
  41667. web_1 | Installing custom SQL ...
  41668. web_1 | Installing indexes ...
  41669. web_1 | Installed 0 object(s) from 0 fixture(s)
  41670. web_1 |
  41671. web_1 | Synced:
  41672. web_1 | > django.contrib.auth
  41673. web_1 | > django.contrib.contenttypes
  41674. web_1 | > django.contrib.sessions
  41675. web_1 | > django.contrib.sites
  41676. web_1 | > django.contrib.messages
  41677. web_1 | > django.contrib.staticfiles
  41678. web_1 | > django.contrib.admin
  41679. web_1 | > south
  41680. web_1 | > crispy_forms
  41681. web_1 | > avatar
  41682. web_1 | > bootstrap3
  41683. web_1 | > users
  41684. web_1 | > allauth
  41685. web_1 | > allauth.account
  41686. web_1 | > django.contrib.humanize
  41687. web_1 | > debug_toolbar
  41688. web_1 |
  41689. web_1 | Not synced (use migrations):
  41690. web_1 | - allauth.socialaccount
  41691. web_1 | - django_extensions
  41692. web_1 | (use ./manage.py migrate to migrate these)
  41693. web_1 | Running migrations for socialaccount:
  41694. web_1 | - Nothing to migrate.
  41695. web_1 | - Loading initial data for socialaccount.
  41696. web_1 | Installed 0 object(s) from 0 fixture(s)
  41697. web_1 | Running migrations for django_extensions:
  41698. web_1 | - Nothing to migrate.
  41699. web_1 | - Loading initial data for django_extensions.
  41700. web_1 | Installed 0 object(s) from 0 fixture(s)
  41701. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41702. web_1 | [GCC 4.9.2] on linux2
  41703. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41704. web_1 | (InteractiveConsole)
  41705. web_1 |
  41706. web_1 | >>> >>> Starting the server
  41707. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41708. web_1 |
  41709. web_1 | Fatal error: Unable to find local grunt.
  41710. web_1 |
  41711. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41712. web_1 | your project. For more information about installing and configuring grunt,
  41713. web_1 | please see the Getting Started guide:
  41714. web_1 |
  41715. web_1 | http://gruntjs.com/getting-started
  41716. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41717. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41718. web_1 | Syncing...
  41719. web_1 | Creating tables ...
  41720. web_1 | Installing custom SQL ...
  41721. web_1 | Installing indexes ...
  41722. web_1 | Installed 0 object(s) from 0 fixture(s)
  41723. web_1 |
  41724. web_1 | Synced:
  41725. web_1 | > django.contrib.auth
  41726. web_1 | > django.contrib.contenttypes
  41727. web_1 | > django.contrib.sessions
  41728. web_1 | > django.contrib.sites
  41729. web_1 | > django.contrib.messages
  41730. web_1 | > django.contrib.staticfiles
  41731. web_1 | > django.contrib.admin
  41732. web_1 | > south
  41733. web_1 | > crispy_forms
  41734. web_1 | > avatar
  41735. web_1 | > bootstrap3
  41736. web_1 | > users
  41737. web_1 | > allauth
  41738. web_1 | > allauth.account
  41739. web_1 | > django.contrib.humanize
  41740. web_1 | > debug_toolbar
  41741. web_1 |
  41742. web_1 | Not synced (use migrations):
  41743. web_1 | - allauth.socialaccount
  41744. web_1 | - django_extensions
  41745. web_1 | (use ./manage.py migrate to migrate these)
  41746. web_1 | Running migrations for socialaccount:
  41747. web_1 | - Nothing to migrate.
  41748. web_1 | - Loading initial data for socialaccount.
  41749. web_1 | Installed 0 object(s) from 0 fixture(s)
  41750. web_1 | Running migrations for django_extensions:
  41751. web_1 | - Nothing to migrate.
  41752. web_1 | - Loading initial data for django_extensions.
  41753. web_1 | Installed 0 object(s) from 0 fixture(s)
  41754. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41755. web_1 | [GCC 4.9.2] on linux2
  41756. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41757. web_1 | (InteractiveConsole)
  41758. web_1 |
  41759. web_1 | >>> >>> Starting the server
  41760. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41761. web_1 |
  41762. web_1 | Fatal error: Unable to find local grunt.
  41763. web_1 |
  41764. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41765. web_1 | your project. For more information about installing and configuring grunt,
  41766. web_1 | please see the Getting Started guide:
  41767. web_1 |
  41768. web_1 | http://gruntjs.com/getting-started
  41769. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41770. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41771. web_1 | Syncing...
  41772. web_1 | Creating tables ...
  41773. web_1 | Installing custom SQL ...
  41774. web_1 | Installing indexes ...
  41775. web_1 | Installed 0 object(s) from 0 fixture(s)
  41776. web_1 |
  41777. web_1 | Synced:
  41778. web_1 | > django.contrib.auth
  41779. web_1 | > django.contrib.contenttypes
  41780. web_1 | > django.contrib.sessions
  41781. web_1 | > django.contrib.sites
  41782. web_1 | > django.contrib.messages
  41783. web_1 | > django.contrib.staticfiles
  41784. web_1 | > django.contrib.admin
  41785. web_1 | > south
  41786. web_1 | > crispy_forms
  41787. web_1 | > avatar
  41788. web_1 | > bootstrap3
  41789. web_1 | > users
  41790. web_1 | > allauth
  41791. web_1 | > allauth.account
  41792. web_1 | > django.contrib.humanize
  41793. web_1 | > debug_toolbar
  41794. web_1 |
  41795. web_1 | Not synced (use migrations):
  41796. web_1 | - allauth.socialaccount
  41797. web_1 | - django_extensions
  41798. web_1 | (use ./manage.py migrate to migrate these)
  41799. web_1 | Running migrations for socialaccount:
  41800. web_1 | - Nothing to migrate.
  41801. web_1 | - Loading initial data for socialaccount.
  41802. web_1 | Installed 0 object(s) from 0 fixture(s)
  41803. web_1 | Running migrations for django_extensions:
  41804. web_1 | - Nothing to migrate.
  41805. web_1 | - Loading initial data for django_extensions.
  41806. web_1 | Installed 0 object(s) from 0 fixture(s)
  41807. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41808. web_1 | [GCC 4.9.2] on linux2
  41809. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41810. web_1 | (InteractiveConsole)
  41811. web_1 |
  41812. web_1 | >>> >>> Starting the server
  41813. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41814. web_1 |
  41815. web_1 | Fatal error: Unable to find local grunt.
  41816. web_1 |
  41817. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41818. web_1 | your project. For more information about installing and configuring grunt,
  41819. web_1 | please see the Getting Started guide:
  41820. web_1 |
  41821. web_1 | http://gruntjs.com/getting-started
  41822. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41823. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41824. web_1 | Syncing...
  41825. web_1 | Creating tables ...
  41826. web_1 | Installing custom SQL ...
  41827. web_1 | Installing indexes ...
  41828. web_1 | Installed 0 object(s) from 0 fixture(s)
  41829. web_1 |
  41830. web_1 | Synced:
  41831. web_1 | > django.contrib.auth
  41832. web_1 | > django.contrib.contenttypes
  41833. web_1 | > django.contrib.sessions
  41834. web_1 | > django.contrib.sites
  41835. web_1 | > django.contrib.messages
  41836. web_1 | > django.contrib.staticfiles
  41837. web_1 | > django.contrib.admin
  41838. web_1 | > south
  41839. web_1 | > crispy_forms
  41840. web_1 | > avatar
  41841. web_1 | > bootstrap3
  41842. web_1 | > users
  41843. web_1 | > allauth
  41844. web_1 | > allauth.account
  41845. web_1 | > django.contrib.humanize
  41846. web_1 | > debug_toolbar
  41847. web_1 |
  41848. web_1 | Not synced (use migrations):
  41849. web_1 | - allauth.socialaccount
  41850. web_1 | - django_extensions
  41851. web_1 | (use ./manage.py migrate to migrate these)
  41852. web_1 | Running migrations for socialaccount:
  41853. web_1 | - Nothing to migrate.
  41854. web_1 | - Loading initial data for socialaccount.
  41855. web_1 | Installed 0 object(s) from 0 fixture(s)
  41856. web_1 | Running migrations for django_extensions:
  41857. web_1 | - Nothing to migrate.
  41858. web_1 | - Loading initial data for django_extensions.
  41859. web_1 | Installed 0 object(s) from 0 fixture(s)
  41860. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41861. web_1 | [GCC 4.9.2] on linux2
  41862. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41863. web_1 | (InteractiveConsole)
  41864. web_1 |
  41865. web_1 | >>> >>> Starting the server
  41866. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41867. web_1 |
  41868. web_1 | Fatal error: Unable to find local grunt.
  41869. web_1 |
  41870. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41871. web_1 | your project. For more information about installing and configuring grunt,
  41872. web_1 | please see the Getting Started guide:
  41873. web_1 |
  41874. web_1 | http://gruntjs.com/getting-started
  41875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41876. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41877. web_1 | Syncing...
  41878. web_1 | Creating tables ...
  41879. web_1 | Installing custom SQL ...
  41880. web_1 | Installing indexes ...
  41881. web_1 | Installed 0 object(s) from 0 fixture(s)
  41882. web_1 |
  41883. web_1 | Synced:
  41884. web_1 | > django.contrib.auth
  41885. web_1 | > django.contrib.contenttypes
  41886. web_1 | > django.contrib.sessions
  41887. web_1 | > django.contrib.sites
  41888. web_1 | > django.contrib.messages
  41889. web_1 | > django.contrib.staticfiles
  41890. web_1 | > django.contrib.admin
  41891. web_1 | > south
  41892. web_1 | > crispy_forms
  41893. web_1 | > avatar
  41894. web_1 | > bootstrap3
  41895. web_1 | > users
  41896. web_1 | > allauth
  41897. web_1 | > allauth.account
  41898. web_1 | > django.contrib.humanize
  41899. web_1 | > debug_toolbar
  41900. web_1 |
  41901. web_1 | Not synced (use migrations):
  41902. web_1 | - allauth.socialaccount
  41903. web_1 | - django_extensions
  41904. web_1 | (use ./manage.py migrate to migrate these)
  41905. web_1 | Running migrations for socialaccount:
  41906. web_1 | - Nothing to migrate.
  41907. web_1 | - Loading initial data for socialaccount.
  41908. web_1 | Installed 0 object(s) from 0 fixture(s)
  41909. web_1 | Running migrations for django_extensions:
  41910. web_1 | - Nothing to migrate.
  41911. web_1 | - Loading initial data for django_extensions.
  41912. web_1 | Installed 0 object(s) from 0 fixture(s)
  41913. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41914. web_1 | [GCC 4.9.2] on linux2
  41915. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41916. web_1 | (InteractiveConsole)
  41917. web_1 |
  41918. web_1 | >>> >>> Starting the server
  41919. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41920. web_1 |
  41921. web_1 | Fatal error: Unable to find local grunt.
  41922. web_1 |
  41923. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41924. web_1 | your project. For more information about installing and configuring grunt,
  41925. web_1 | please see the Getting Started guide:
  41926. web_1 |
  41927. web_1 | http://gruntjs.com/getting-started
  41928. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41929. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41930. web_1 | Syncing...
  41931. web_1 | Creating tables ...
  41932. web_1 | Installing custom SQL ...
  41933. web_1 | Installing indexes ...
  41934. web_1 | Installed 0 object(s) from 0 fixture(s)
  41935. web_1 |
  41936. web_1 | Synced:
  41937. web_1 | > django.contrib.auth
  41938. web_1 | > django.contrib.contenttypes
  41939. web_1 | > django.contrib.sessions
  41940. web_1 | > django.contrib.sites
  41941. web_1 | > django.contrib.messages
  41942. web_1 | > django.contrib.staticfiles
  41943. web_1 | > django.contrib.admin
  41944. web_1 | > south
  41945. web_1 | > crispy_forms
  41946. web_1 | > avatar
  41947. web_1 | > bootstrap3
  41948. web_1 | > users
  41949. web_1 | > allauth
  41950. web_1 | > allauth.account
  41951. web_1 | > django.contrib.humanize
  41952. web_1 | > debug_toolbar
  41953. web_1 |
  41954. web_1 | Not synced (use migrations):
  41955. web_1 | - allauth.socialaccount
  41956. web_1 | - django_extensions
  41957. web_1 | (use ./manage.py migrate to migrate these)
  41958. web_1 | Running migrations for socialaccount:
  41959. web_1 | - Nothing to migrate.
  41960. web_1 | - Loading initial data for socialaccount.
  41961. web_1 | Installed 0 object(s) from 0 fixture(s)
  41962. web_1 | Running migrations for django_extensions:
  41963. web_1 | - Nothing to migrate.
  41964. web_1 | - Loading initial data for django_extensions.
  41965. web_1 | Installed 0 object(s) from 0 fixture(s)
  41966. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  41967. web_1 | [GCC 4.9.2] on linux2
  41968. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  41969. web_1 | (InteractiveConsole)
  41970. web_1 |
  41971. web_1 | >>> >>> Starting the server
  41972. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  41973. web_1 |
  41974. web_1 | Fatal error: Unable to find local grunt.
  41975. web_1 |
  41976. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  41977. web_1 | your project. For more information about installing and configuring grunt,
  41978. web_1 | please see the Getting Started guide:
  41979. web_1 |
  41980. web_1 | http://gruntjs.com/getting-started
  41981. web_1 | Starting OpenBSD Secure Shell server: sshd.
  41982. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  41983. web_1 | Syncing...
  41984. web_1 | Creating tables ...
  41985. web_1 | Installing custom SQL ...
  41986. web_1 | Installing indexes ...
  41987. web_1 | Installed 0 object(s) from 0 fixture(s)
  41988. web_1 |
  41989. web_1 | Synced:
  41990. web_1 | > django.contrib.auth
  41991. web_1 | > django.contrib.contenttypes
  41992. web_1 | > django.contrib.sessions
  41993. web_1 | > django.contrib.sites
  41994. web_1 | > django.contrib.messages
  41995. web_1 | > django.contrib.staticfiles
  41996. web_1 | > django.contrib.admin
  41997. web_1 | > south
  41998. web_1 | > crispy_forms
  41999. web_1 | > avatar
  42000. web_1 | > bootstrap3
  42001. web_1 | > users
  42002. web_1 | > allauth
  42003. web_1 | > allauth.account
  42004. web_1 | > django.contrib.humanize
  42005. web_1 | > debug_toolbar
  42006. web_1 |
  42007. web_1 | Not synced (use migrations):
  42008. web_1 | - allauth.socialaccount
  42009. web_1 | - django_extensions
  42010. web_1 | (use ./manage.py migrate to migrate these)
  42011. web_1 | Running migrations for socialaccount:
  42012. web_1 | - Nothing to migrate.
  42013. web_1 | - Loading initial data for socialaccount.
  42014. web_1 | Installed 0 object(s) from 0 fixture(s)
  42015. web_1 | Running migrations for django_extensions:
  42016. web_1 | - Nothing to migrate.
  42017. web_1 | - Loading initial data for django_extensions.
  42018. web_1 | Installed 0 object(s) from 0 fixture(s)
  42019. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42020. web_1 | [GCC 4.9.2] on linux2
  42021. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42022. web_1 | (InteractiveConsole)
  42023. web_1 |
  42024. web_1 | >>> >>> Starting the server
  42025. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42026. web_1 |
  42027. web_1 | Fatal error: Unable to find local grunt.
  42028. web_1 |
  42029. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42030. web_1 | your project. For more information about installing and configuring grunt,
  42031. web_1 | please see the Getting Started guide:
  42032. web_1 |
  42033. web_1 | http://gruntjs.com/getting-started
  42034. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42035. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42036. web_1 | Syncing...
  42037. web_1 | Creating tables ...
  42038. web_1 | Installing custom SQL ...
  42039. web_1 | Installing indexes ...
  42040. web_1 | Installed 0 object(s) from 0 fixture(s)
  42041. web_1 |
  42042. web_1 | Synced:
  42043. web_1 | > django.contrib.auth
  42044. web_1 | > django.contrib.contenttypes
  42045. web_1 | > django.contrib.sessions
  42046. web_1 | > django.contrib.sites
  42047. web_1 | > django.contrib.messages
  42048. web_1 | > django.contrib.staticfiles
  42049. web_1 | > django.contrib.admin
  42050. web_1 | > south
  42051. web_1 | > crispy_forms
  42052. web_1 | > avatar
  42053. web_1 | > bootstrap3
  42054. web_1 | > users
  42055. web_1 | > allauth
  42056. web_1 | > allauth.account
  42057. web_1 | > django.contrib.humanize
  42058. web_1 | > debug_toolbar
  42059. web_1 |
  42060. web_1 | Not synced (use migrations):
  42061. web_1 | - allauth.socialaccount
  42062. web_1 | - django_extensions
  42063. web_1 | (use ./manage.py migrate to migrate these)
  42064. web_1 | Running migrations for socialaccount:
  42065. web_1 | - Nothing to migrate.
  42066. web_1 | - Loading initial data for socialaccount.
  42067. web_1 | Installed 0 object(s) from 0 fixture(s)
  42068. web_1 | Running migrations for django_extensions:
  42069. web_1 | - Nothing to migrate.
  42070. web_1 | - Loading initial data for django_extensions.
  42071. web_1 | Installed 0 object(s) from 0 fixture(s)
  42072. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42073. web_1 | [GCC 4.9.2] on linux2
  42074. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42075. web_1 | (InteractiveConsole)
  42076. web_1 |
  42077. web_1 | >>> >>> Starting the server
  42078. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42079. web_1 |
  42080. web_1 | Fatal error: Unable to find local grunt.
  42081. web_1 |
  42082. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42083. web_1 | your project. For more information about installing and configuring grunt,
  42084. web_1 | please see the Getting Started guide:
  42085. web_1 |
  42086. web_1 | http://gruntjs.com/getting-started
  42087. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42088. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42089. web_1 | Syncing...
  42090. web_1 | Creating tables ...
  42091. web_1 | Installing custom SQL ...
  42092. web_1 | Installing indexes ...
  42093. web_1 | Installed 0 object(s) from 0 fixture(s)
  42094. web_1 |
  42095. web_1 | Synced:
  42096. web_1 | > django.contrib.auth
  42097. web_1 | > django.contrib.contenttypes
  42098. web_1 | > django.contrib.sessions
  42099. web_1 | > django.contrib.sites
  42100. web_1 | > django.contrib.messages
  42101. web_1 | > django.contrib.staticfiles
  42102. web_1 | > django.contrib.admin
  42103. web_1 | > south
  42104. web_1 | > crispy_forms
  42105. web_1 | > avatar
  42106. web_1 | > bootstrap3
  42107. web_1 | > users
  42108. web_1 | > allauth
  42109. web_1 | > allauth.account
  42110. web_1 | > django.contrib.humanize
  42111. web_1 | > debug_toolbar
  42112. web_1 |
  42113. web_1 | Not synced (use migrations):
  42114. web_1 | - allauth.socialaccount
  42115. web_1 | - django_extensions
  42116. web_1 | (use ./manage.py migrate to migrate these)
  42117. web_1 | Running migrations for socialaccount:
  42118. web_1 | - Nothing to migrate.
  42119. web_1 | - Loading initial data for socialaccount.
  42120. web_1 | Installed 0 object(s) from 0 fixture(s)
  42121. web_1 | Running migrations for django_extensions:
  42122. web_1 | - Nothing to migrate.
  42123. web_1 | - Loading initial data for django_extensions.
  42124. web_1 | Installed 0 object(s) from 0 fixture(s)
  42125. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42126. web_1 | [GCC 4.9.2] on linux2
  42127. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42128. web_1 | (InteractiveConsole)
  42129. web_1 |
  42130. web_1 | >>> >>> Starting the server
  42131. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42132. web_1 |
  42133. web_1 | Fatal error: Unable to find local grunt.
  42134. web_1 |
  42135. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42136. web_1 | your project. For more information about installing and configuring grunt,
  42137. web_1 | please see the Getting Started guide:
  42138. web_1 |
  42139. web_1 | http://gruntjs.com/getting-started
  42140. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42141. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42142. web_1 | Syncing...
  42143. web_1 | Creating tables ...
  42144. web_1 | Installing custom SQL ...
  42145. web_1 | Installing indexes ...
  42146. web_1 | Installed 0 object(s) from 0 fixture(s)
  42147. web_1 |
  42148. web_1 | Synced:
  42149. web_1 | > django.contrib.auth
  42150. web_1 | > django.contrib.contenttypes
  42151. web_1 | > django.contrib.sessions
  42152. web_1 | > django.contrib.sites
  42153. web_1 | > django.contrib.messages
  42154. web_1 | > django.contrib.staticfiles
  42155. web_1 | > django.contrib.admin
  42156. web_1 | > south
  42157. web_1 | > crispy_forms
  42158. web_1 | > avatar
  42159. web_1 | > bootstrap3
  42160. web_1 | > users
  42161. web_1 | > allauth
  42162. web_1 | > allauth.account
  42163. web_1 | > django.contrib.humanize
  42164. web_1 | > debug_toolbar
  42165. web_1 |
  42166. web_1 | Not synced (use migrations):
  42167. web_1 | - allauth.socialaccount
  42168. web_1 | - django_extensions
  42169. web_1 | (use ./manage.py migrate to migrate these)
  42170. web_1 | Running migrations for socialaccount:
  42171. web_1 | - Nothing to migrate.
  42172. web_1 | - Loading initial data for socialaccount.
  42173. web_1 | Installed 0 object(s) from 0 fixture(s)
  42174. web_1 | Running migrations for django_extensions:
  42175. web_1 | - Nothing to migrate.
  42176. web_1 | - Loading initial data for django_extensions.
  42177. web_1 | Installed 0 object(s) from 0 fixture(s)
  42178. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42179. web_1 | [GCC 4.9.2] on linux2
  42180. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42181. web_1 | (InteractiveConsole)
  42182. web_1 |
  42183. web_1 | >>> >>> Starting the server
  42184. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42185. web_1 |
  42186. web_1 | Fatal error: Unable to find local grunt.
  42187. web_1 |
  42188. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42189. web_1 | your project. For more information about installing and configuring grunt,
  42190. web_1 | please see the Getting Started guide:
  42191. web_1 |
  42192. web_1 | http://gruntjs.com/getting-started
  42193. oclweb_web_1 exited with code 99
  42194. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42195. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42196. web_1 | Syncing...
  42197. web_1 | Traceback (most recent call last):
  42198. web_1 | File "ocl_web/manage.py", line 19, in <module>
  42199. web_1 | execute_from_command_line(sys.argv)
  42200. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  42201. web_1 | utility.execute()
  42202. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  42203. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  42204. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  42205. web_1 | self.execute(*args, **options.__dict__)
  42206. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  42207. web_1 | output = self.handle(*args, **options)
  42208. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  42209. web_1 | return self.handle_noargs(**options)
  42210. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  42211. web_1 | syncdb.Command().execute(**options)
  42212. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  42213. web_1 | output = self.handle(*args, **options)
  42214. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  42215. web_1 | return self.handle_noargs(**options)
  42216. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  42217. web_1 | cursor = connection.cursor()
  42218. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  42219. web_1 | cursor = self.make_debug_cursor(self._cursor())
  42220. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  42221. web_1 | self.ensure_connection()
  42222. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42223. web_1 | self.connect()
  42224. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  42225. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  42226. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42227. web_1 | self.connect()
  42228. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  42229. web_1 | self.connection = self.get_new_connection(conn_params)
  42230. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  42231. web_1 | return Database.connect(**conn_params)
  42232. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  42233. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  42234. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  42235. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  42236. web_1 | TCP/IP connections on port 5432?
  42237. web_1 |
  42238. web_1 | Traceback (most recent call last):
  42239. web_1 | File "ocl_web/manage.py", line 19, in <module>
  42240. web_1 | execute_from_command_line(sys.argv)
  42241. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  42242. web_1 | utility.execute()
  42243. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  42244. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  42245. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  42246. web_1 | self.execute(*args, **options.__dict__)
  42247. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  42248. web_1 | output = self.handle(*args, **options)
  42249. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  42250. web_1 | ignore_ghosts = ignore_ghosts,
  42251. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  42252. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  42253. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  42254. web_1 | for h in histories:
  42255. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  42256. web_1 | self._fetch_all()
  42257. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  42258. web_1 | self._result_cache = list(self.iterator())
  42259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  42260. web_1 | for row in compiler.results_iter():
  42261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  42262. web_1 | for rows in self.execute_sql(MULTI):
  42263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  42264. web_1 | cursor = self.connection.cursor()
  42265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  42266. web_1 | cursor = self.make_debug_cursor(self._cursor())
  42267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  42268. web_1 | self.ensure_connection()
  42269. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42270. web_1 | self.connect()
  42271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  42272. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  42273. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42274. web_1 | self.connect()
  42275. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  42276. web_1 | self.connection = self.get_new_connection(conn_params)
  42277. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  42278. web_1 | return Database.connect(**conn_params)
  42279. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  42280. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  42281. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  42282. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  42283. web_1 | TCP/IP connections on port 5432?
  42284. web_1 |
  42285. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42286. web_1 | [GCC 4.9.2] on linux2
  42287. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42288. web_1 | (InteractiveConsole)
  42289. web_1 | Traceback (most recent call last):
  42290. web_1 | File "<console>", line 1, in <module>
  42291. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  42292. web_1 | return self.query.get_count(using=self.db)
  42293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  42294. web_1 | number = obj.get_aggregation(using=using)[None]
  42295. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  42296. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  42297. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  42298. web_1 | cursor = self.connection.cursor()
  42299. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  42300. web_1 | cursor = self.make_debug_cursor(self._cursor())
  42301. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  42302. web_1 | self.ensure_connection()
  42303. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42304. web_1 | self.connect()
  42305. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  42306. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  42307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  42308. web_1 | self.connect()
  42309. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  42310. web_1 | self.connection = self.get_new_connection(conn_params)
  42311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  42312. web_1 | return Database.connect(**conn_params)
  42313. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  42314. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  42315. web_1 | OperationalError: could not connect to server: Connection refused
  42316. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  42317. web_1 | TCP/IP connections on port 5432?
  42318. web_1 |
  42319. web_1 |
  42320. web_1 | >>> >>> Starting the server
  42321. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42322. web_1 |
  42323. web_1 | Fatal error: Unable to find local grunt.
  42324. web_1 |
  42325. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42326. web_1 | your project. For more information about installing and configuring grunt,
  42327. web_1 | please see the Getting Started guide:
  42328. web_1 |
  42329. web_1 | http://gruntjs.com/getting-started
  42330. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42331. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42332. web_1 | Syncing...
  42333. web_1 | Creating tables ...
  42334. web_1 | Creating table auth_permission
  42335. web_1 | Creating table auth_group_permissions
  42336. web_1 | Creating table auth_group
  42337. web_1 | Creating table django_content_type
  42338. web_1 | Creating table django_session
  42339. web_1 | Creating table django_site
  42340. web_1 | Creating table django_admin_log
  42341. web_1 | Creating table south_migrationhistory
  42342. web_1 | Creating table avatar_avatar
  42343. web_1 | Creating table users_user_groups
  42344. web_1 | Creating table users_user_user_permissions
  42345. web_1 | Creating table users_user
  42346. web_1 | Creating table account_emailaddress
  42347. web_1 | Creating table account_emailconfirmation
  42348. web_1 | Installing custom SQL ...
  42349. web_1 | Installing indexes ...
  42350. web_1 | Installed 0 object(s) from 0 fixture(s)
  42351. web_1 |
  42352. web_1 | Synced:
  42353. web_1 | > django.contrib.auth
  42354. web_1 | > django.contrib.contenttypes
  42355. web_1 | > django.contrib.sessions
  42356. web_1 | > django.contrib.sites
  42357. web_1 | > django.contrib.messages
  42358. web_1 | > django.contrib.staticfiles
  42359. web_1 | > django.contrib.admin
  42360. web_1 | > south
  42361. web_1 | > crispy_forms
  42362. web_1 | > avatar
  42363. web_1 | > bootstrap3
  42364. web_1 | > users
  42365. web_1 | > allauth
  42366. web_1 | > allauth.account
  42367. web_1 | > django.contrib.humanize
  42368. web_1 | > debug_toolbar
  42369. web_1 |
  42370. web_1 | Not synced (use migrations):
  42371. web_1 | - allauth.socialaccount
  42372. web_1 | - django_extensions
  42373. web_1 | (use ./manage.py migrate to migrate these)
  42374. web_1 | Running migrations for socialaccount:
  42375. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  42376. web_1 | > socialaccount:0001_initial
  42377. web_1 | > socialaccount:0002_genericmodels
  42378. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  42379. web_1 | > socialaccount:0004_add_sites
  42380. web_1 | > socialaccount:0005_set_sites
  42381. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  42382. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  42383. web_1 | > socialaccount:0008_client_id
  42384. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  42385. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  42386. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  42387. web_1 | - Loading initial data for socialaccount.
  42388. web_1 | Installed 0 object(s) from 0 fixture(s)
  42389. web_1 | Running migrations for django_extensions:
  42390. web_1 | - Migrating forwards to 0001_empty.
  42391. web_1 | > django_extensions:0001_empty
  42392. web_1 | - Loading initial data for django_extensions.
  42393. web_1 | Installed 0 object(s) from 0 fixture(s)
  42394. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42395. web_1 | [GCC 4.9.2] on linux2
  42396. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42397. web_1 | (InteractiveConsole)
  42398. web_1 |
  42399. web_1 | >>> >>> Starting the server
  42400. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42401. web_1 |
  42402. web_1 | Fatal error: Unable to find local grunt.
  42403. web_1 |
  42404. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42405. web_1 | your project. For more information about installing and configuring grunt,
  42406. web_1 | please see the Getting Started guide:
  42407. web_1 |
  42408. web_1 | http://gruntjs.com/getting-started
  42409. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42410. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42411. web_1 | Syncing...
  42412. web_1 | Creating tables ...
  42413. web_1 | Installing custom SQL ...
  42414. web_1 | Installing indexes ...
  42415. web_1 | Installed 0 object(s) from 0 fixture(s)
  42416. web_1 |
  42417. web_1 | Synced:
  42418. web_1 | > django.contrib.auth
  42419. web_1 | > django.contrib.contenttypes
  42420. web_1 | > django.contrib.sessions
  42421. web_1 | > django.contrib.sites
  42422. web_1 | > django.contrib.messages
  42423. web_1 | > django.contrib.staticfiles
  42424. web_1 | > django.contrib.admin
  42425. web_1 | > south
  42426. web_1 | > crispy_forms
  42427. web_1 | > avatar
  42428. web_1 | > bootstrap3
  42429. web_1 | > users
  42430. web_1 | > allauth
  42431. web_1 | > allauth.account
  42432. web_1 | > django.contrib.humanize
  42433. web_1 | > debug_toolbar
  42434. web_1 |
  42435. web_1 | Not synced (use migrations):
  42436. web_1 | - allauth.socialaccount
  42437. web_1 | - django_extensions
  42438. web_1 | (use ./manage.py migrate to migrate these)
  42439. web_1 | Running migrations for socialaccount:
  42440. web_1 | - Nothing to migrate.
  42441. web_1 | - Loading initial data for socialaccount.
  42442. web_1 | Installed 0 object(s) from 0 fixture(s)
  42443. web_1 | Running migrations for django_extensions:
  42444. web_1 | - Nothing to migrate.
  42445. web_1 | - Loading initial data for django_extensions.
  42446. web_1 | Installed 0 object(s) from 0 fixture(s)
  42447. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42448. web_1 | [GCC 4.9.2] on linux2
  42449. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42450. web_1 | (InteractiveConsole)
  42451. web_1 |
  42452. web_1 | >>> >>> Starting the server
  42453. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42454. web_1 |
  42455. web_1 | Fatal error: Unable to find local grunt.
  42456. web_1 |
  42457. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42458. web_1 | your project. For more information about installing and configuring grunt,
  42459. web_1 | please see the Getting Started guide:
  42460. web_1 |
  42461. web_1 | http://gruntjs.com/getting-started
  42462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42464. web_1 | Syncing...
  42465. web_1 | Creating tables ...
  42466. web_1 | Installing custom SQL ...
  42467. web_1 | Installing indexes ...
  42468. web_1 | Installed 0 object(s) from 0 fixture(s)
  42469. web_1 |
  42470. web_1 | Synced:
  42471. web_1 | > django.contrib.auth
  42472. web_1 | > django.contrib.contenttypes
  42473. web_1 | > django.contrib.sessions
  42474. web_1 | > django.contrib.sites
  42475. web_1 | > django.contrib.messages
  42476. web_1 | > django.contrib.staticfiles
  42477. web_1 | > django.contrib.admin
  42478. web_1 | > south
  42479. web_1 | > crispy_forms
  42480. web_1 | > avatar
  42481. web_1 | > bootstrap3
  42482. web_1 | > users
  42483. web_1 | > allauth
  42484. web_1 | > allauth.account
  42485. web_1 | > django.contrib.humanize
  42486. web_1 | > debug_toolbar
  42487. web_1 |
  42488. web_1 | Not synced (use migrations):
  42489. web_1 | - allauth.socialaccount
  42490. web_1 | - django_extensions
  42491. web_1 | (use ./manage.py migrate to migrate these)
  42492. web_1 | Running migrations for socialaccount:
  42493. web_1 | - Nothing to migrate.
  42494. web_1 | - Loading initial data for socialaccount.
  42495. web_1 | Installed 0 object(s) from 0 fixture(s)
  42496. web_1 | Running migrations for django_extensions:
  42497. web_1 | - Nothing to migrate.
  42498. web_1 | - Loading initial data for django_extensions.
  42499. web_1 | Installed 0 object(s) from 0 fixture(s)
  42500. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42501. web_1 | [GCC 4.9.2] on linux2
  42502. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42503. web_1 | (InteractiveConsole)
  42504. web_1 |
  42505. web_1 | >>> >>> Starting the server
  42506. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42507. web_1 |
  42508. web_1 | Fatal error: Unable to find local grunt.
  42509. web_1 |
  42510. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42511. web_1 | your project. For more information about installing and configuring grunt,
  42512. web_1 | please see the Getting Started guide:
  42513. web_1 |
  42514. web_1 | http://gruntjs.com/getting-started
  42515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42517. web_1 | Syncing...
  42518. web_1 | Creating tables ...
  42519. web_1 | Installing custom SQL ...
  42520. web_1 | Installing indexes ...
  42521. web_1 | Installed 0 object(s) from 0 fixture(s)
  42522. web_1 |
  42523. web_1 | Synced:
  42524. web_1 | > django.contrib.auth
  42525. web_1 | > django.contrib.contenttypes
  42526. web_1 | > django.contrib.sessions
  42527. web_1 | > django.contrib.sites
  42528. web_1 | > django.contrib.messages
  42529. web_1 | > django.contrib.staticfiles
  42530. web_1 | > django.contrib.admin
  42531. web_1 | > south
  42532. web_1 | > crispy_forms
  42533. web_1 | > avatar
  42534. web_1 | > bootstrap3
  42535. web_1 | > users
  42536. web_1 | > allauth
  42537. web_1 | > allauth.account
  42538. web_1 | > django.contrib.humanize
  42539. web_1 | > debug_toolbar
  42540. web_1 |
  42541. web_1 | Not synced (use migrations):
  42542. web_1 | - allauth.socialaccount
  42543. web_1 | - django_extensions
  42544. web_1 | (use ./manage.py migrate to migrate these)
  42545. web_1 | Running migrations for socialaccount:
  42546. web_1 | - Nothing to migrate.
  42547. web_1 | - Loading initial data for socialaccount.
  42548. web_1 | Installed 0 object(s) from 0 fixture(s)
  42549. web_1 | Running migrations for django_extensions:
  42550. web_1 | - Nothing to migrate.
  42551. web_1 | - Loading initial data for django_extensions.
  42552. web_1 | Installed 0 object(s) from 0 fixture(s)
  42553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42554. web_1 | [GCC 4.9.2] on linux2
  42555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42556. web_1 | (InteractiveConsole)
  42557. web_1 |
  42558. web_1 | >>> >>> Starting the server
  42559. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42560. web_1 |
  42561. web_1 | Fatal error: Unable to find local grunt.
  42562. web_1 |
  42563. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42564. web_1 | your project. For more information about installing and configuring grunt,
  42565. web_1 | please see the Getting Started guide:
  42566. web_1 |
  42567. web_1 | http://gruntjs.com/getting-started
  42568. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42569. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42570. web_1 | Syncing...
  42571. web_1 | Creating tables ...
  42572. web_1 | Installing custom SQL ...
  42573. web_1 | Installing indexes ...
  42574. web_1 | Installed 0 object(s) from 0 fixture(s)
  42575. web_1 |
  42576. web_1 | Synced:
  42577. web_1 | > django.contrib.auth
  42578. web_1 | > django.contrib.contenttypes
  42579. web_1 | > django.contrib.sessions
  42580. web_1 | > django.contrib.sites
  42581. web_1 | > django.contrib.messages
  42582. web_1 | > django.contrib.staticfiles
  42583. web_1 | > django.contrib.admin
  42584. web_1 | > south
  42585. web_1 | > crispy_forms
  42586. web_1 | > avatar
  42587. web_1 | > bootstrap3
  42588. web_1 | > users
  42589. web_1 | > allauth
  42590. web_1 | > allauth.account
  42591. web_1 | > django.contrib.humanize
  42592. web_1 | > debug_toolbar
  42593. web_1 |
  42594. web_1 | Not synced (use migrations):
  42595. web_1 | - allauth.socialaccount
  42596. web_1 | - django_extensions
  42597. web_1 | (use ./manage.py migrate to migrate these)
  42598. web_1 | Running migrations for socialaccount:
  42599. web_1 | - Nothing to migrate.
  42600. web_1 | - Loading initial data for socialaccount.
  42601. web_1 | Installed 0 object(s) from 0 fixture(s)
  42602. web_1 | Running migrations for django_extensions:
  42603. web_1 | - Nothing to migrate.
  42604. web_1 | - Loading initial data for django_extensions.
  42605. web_1 | Installed 0 object(s) from 0 fixture(s)
  42606. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42607. web_1 | [GCC 4.9.2] on linux2
  42608. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42609. web_1 | (InteractiveConsole)
  42610. web_1 |
  42611. web_1 | >>> >>> Starting the server
  42612. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42613. web_1 |
  42614. web_1 | Fatal error: Unable to find local grunt.
  42615. web_1 |
  42616. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42617. web_1 | your project. For more information about installing and configuring grunt,
  42618. web_1 | please see the Getting Started guide:
  42619. web_1 |
  42620. web_1 | http://gruntjs.com/getting-started
  42621. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42622. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42623. web_1 | Syncing...
  42624. web_1 | Creating tables ...
  42625. web_1 | Installing custom SQL ...
  42626. web_1 | Installing indexes ...
  42627. web_1 | Installed 0 object(s) from 0 fixture(s)
  42628. web_1 |
  42629. web_1 | Synced:
  42630. web_1 | > django.contrib.auth
  42631. web_1 | > django.contrib.contenttypes
  42632. web_1 | > django.contrib.sessions
  42633. web_1 | > django.contrib.sites
  42634. web_1 | > django.contrib.messages
  42635. web_1 | > django.contrib.staticfiles
  42636. web_1 | > django.contrib.admin
  42637. web_1 | > south
  42638. web_1 | > crispy_forms
  42639. web_1 | > avatar
  42640. web_1 | > bootstrap3
  42641. web_1 | > users
  42642. web_1 | > allauth
  42643. web_1 | > allauth.account
  42644. web_1 | > django.contrib.humanize
  42645. web_1 | > debug_toolbar
  42646. web_1 |
  42647. web_1 | Not synced (use migrations):
  42648. web_1 | - allauth.socialaccount
  42649. web_1 | - django_extensions
  42650. web_1 | (use ./manage.py migrate to migrate these)
  42651. web_1 | Running migrations for socialaccount:
  42652. web_1 | - Nothing to migrate.
  42653. web_1 | - Loading initial data for socialaccount.
  42654. web_1 | Installed 0 object(s) from 0 fixture(s)
  42655. web_1 | Running migrations for django_extensions:
  42656. web_1 | - Nothing to migrate.
  42657. web_1 | - Loading initial data for django_extensions.
  42658. web_1 | Installed 0 object(s) from 0 fixture(s)
  42659. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42660. web_1 | [GCC 4.9.2] on linux2
  42661. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42662. web_1 | (InteractiveConsole)
  42663. web_1 |
  42664. web_1 | >>> >>> Starting the server
  42665. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42666. web_1 |
  42667. web_1 | Fatal error: Unable to find local grunt.
  42668. web_1 |
  42669. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42670. web_1 | your project. For more information about installing and configuring grunt,
  42671. web_1 | please see the Getting Started guide:
  42672. web_1 |
  42673. web_1 | http://gruntjs.com/getting-started
  42674. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42675. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42676. web_1 | Syncing...
  42677. web_1 | Creating tables ...
  42678. web_1 | Installing custom SQL ...
  42679. web_1 | Installing indexes ...
  42680. web_1 | Installed 0 object(s) from 0 fixture(s)
  42681. web_1 |
  42682. web_1 | Synced:
  42683. web_1 | > django.contrib.auth
  42684. web_1 | > django.contrib.contenttypes
  42685. web_1 | > django.contrib.sessions
  42686. web_1 | > django.contrib.sites
  42687. web_1 | > django.contrib.messages
  42688. web_1 | > django.contrib.staticfiles
  42689. web_1 | > django.contrib.admin
  42690. web_1 | > south
  42691. web_1 | > crispy_forms
  42692. web_1 | > avatar
  42693. web_1 | > bootstrap3
  42694. web_1 | > users
  42695. web_1 | > allauth
  42696. web_1 | > allauth.account
  42697. web_1 | > django.contrib.humanize
  42698. web_1 | > debug_toolbar
  42699. web_1 |
  42700. web_1 | Not synced (use migrations):
  42701. web_1 | - allauth.socialaccount
  42702. web_1 | - django_extensions
  42703. web_1 | (use ./manage.py migrate to migrate these)
  42704. web_1 | Running migrations for socialaccount:
  42705. web_1 | - Nothing to migrate.
  42706. web_1 | - Loading initial data for socialaccount.
  42707. web_1 | Installed 0 object(s) from 0 fixture(s)
  42708. web_1 | Running migrations for django_extensions:
  42709. web_1 | - Nothing to migrate.
  42710. web_1 | - Loading initial data for django_extensions.
  42711. web_1 | Installed 0 object(s) from 0 fixture(s)
  42712. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42713. web_1 | [GCC 4.9.2] on linux2
  42714. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42715. web_1 | (InteractiveConsole)
  42716. web_1 |
  42717. web_1 | >>> >>> Starting the server
  42718. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42719. web_1 |
  42720. web_1 | Fatal error: Unable to find local grunt.
  42721. web_1 |
  42722. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42723. web_1 | your project. For more information about installing and configuring grunt,
  42724. web_1 | please see the Getting Started guide:
  42725. web_1 |
  42726. web_1 | http://gruntjs.com/getting-started
  42727. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42728. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42729. web_1 | Syncing...
  42730. web_1 | Creating tables ...
  42731. web_1 | Installing custom SQL ...
  42732. web_1 | Installing indexes ...
  42733. web_1 | Installed 0 object(s) from 0 fixture(s)
  42734. web_1 |
  42735. web_1 | Synced:
  42736. web_1 | > django.contrib.auth
  42737. web_1 | > django.contrib.contenttypes
  42738. web_1 | > django.contrib.sessions
  42739. web_1 | > django.contrib.sites
  42740. web_1 | > django.contrib.messages
  42741. web_1 | > django.contrib.staticfiles
  42742. web_1 | > django.contrib.admin
  42743. web_1 | > south
  42744. web_1 | > crispy_forms
  42745. web_1 | > avatar
  42746. web_1 | > bootstrap3
  42747. web_1 | > users
  42748. web_1 | > allauth
  42749. web_1 | > allauth.account
  42750. web_1 | > django.contrib.humanize
  42751. web_1 | > debug_toolbar
  42752. web_1 |
  42753. web_1 | Not synced (use migrations):
  42754. web_1 | - allauth.socialaccount
  42755. web_1 | - django_extensions
  42756. web_1 | (use ./manage.py migrate to migrate these)
  42757. web_1 | Running migrations for socialaccount:
  42758. web_1 | - Nothing to migrate.
  42759. web_1 | - Loading initial data for socialaccount.
  42760. web_1 | Installed 0 object(s) from 0 fixture(s)
  42761. web_1 | Running migrations for django_extensions:
  42762. web_1 | - Nothing to migrate.
  42763. web_1 | - Loading initial data for django_extensions.
  42764. web_1 | Installed 0 object(s) from 0 fixture(s)
  42765. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42766. web_1 | [GCC 4.9.2] on linux2
  42767. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42768. web_1 | (InteractiveConsole)
  42769. web_1 |
  42770. web_1 | >>> >>> Starting the server
  42771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42772. web_1 |
  42773. web_1 | Fatal error: Unable to find local grunt.
  42774. web_1 |
  42775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42776. web_1 | your project. For more information about installing and configuring grunt,
  42777. web_1 | please see the Getting Started guide:
  42778. web_1 |
  42779. web_1 | http://gruntjs.com/getting-started
  42780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42781. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42782. web_1 | Syncing...
  42783. web_1 | Creating tables ...
  42784. web_1 | Installing custom SQL ...
  42785. web_1 | Installing indexes ...
  42786. web_1 | Installed 0 object(s) from 0 fixture(s)
  42787. web_1 |
  42788. web_1 | Synced:
  42789. web_1 | > django.contrib.auth
  42790. web_1 | > django.contrib.contenttypes
  42791. web_1 | > django.contrib.sessions
  42792. web_1 | > django.contrib.sites
  42793. web_1 | > django.contrib.messages
  42794. web_1 | > django.contrib.staticfiles
  42795. web_1 | > django.contrib.admin
  42796. web_1 | > south
  42797. web_1 | > crispy_forms
  42798. web_1 | > avatar
  42799. web_1 | > bootstrap3
  42800. web_1 | > users
  42801. web_1 | > allauth
  42802. web_1 | > allauth.account
  42803. web_1 | > django.contrib.humanize
  42804. web_1 | > debug_toolbar
  42805. web_1 |
  42806. web_1 | Not synced (use migrations):
  42807. web_1 | - allauth.socialaccount
  42808. web_1 | - django_extensions
  42809. web_1 | (use ./manage.py migrate to migrate these)
  42810. web_1 | Running migrations for socialaccount:
  42811. web_1 | - Nothing to migrate.
  42812. web_1 | - Loading initial data for socialaccount.
  42813. web_1 | Installed 0 object(s) from 0 fixture(s)
  42814. web_1 | Running migrations for django_extensions:
  42815. web_1 | - Nothing to migrate.
  42816. web_1 | - Loading initial data for django_extensions.
  42817. web_1 | Installed 0 object(s) from 0 fixture(s)
  42818. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42819. web_1 | [GCC 4.9.2] on linux2
  42820. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42821. web_1 | (InteractiveConsole)
  42822. web_1 |
  42823. web_1 | >>> >>> Starting the server
  42824. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42825. web_1 |
  42826. web_1 | Fatal error: Unable to find local grunt.
  42827. web_1 |
  42828. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42829. web_1 | your project. For more information about installing and configuring grunt,
  42830. web_1 | please see the Getting Started guide:
  42831. web_1 |
  42832. web_1 | http://gruntjs.com/getting-started
  42833. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42834. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42835. web_1 | Syncing...
  42836. web_1 | Creating tables ...
  42837. web_1 | Installing custom SQL ...
  42838. web_1 | Installing indexes ...
  42839. web_1 | Installed 0 object(s) from 0 fixture(s)
  42840. web_1 |
  42841. web_1 | Synced:
  42842. web_1 | > django.contrib.auth
  42843. web_1 | > django.contrib.contenttypes
  42844. web_1 | > django.contrib.sessions
  42845. web_1 | > django.contrib.sites
  42846. web_1 | > django.contrib.messages
  42847. web_1 | > django.contrib.staticfiles
  42848. web_1 | > django.contrib.admin
  42849. web_1 | > south
  42850. web_1 | > crispy_forms
  42851. web_1 | > avatar
  42852. web_1 | > bootstrap3
  42853. web_1 | > users
  42854. web_1 | > allauth
  42855. web_1 | > allauth.account
  42856. web_1 | > django.contrib.humanize
  42857. web_1 | > debug_toolbar
  42858. web_1 |
  42859. web_1 | Not synced (use migrations):
  42860. web_1 | - allauth.socialaccount
  42861. web_1 | - django_extensions
  42862. web_1 | (use ./manage.py migrate to migrate these)
  42863. web_1 | Running migrations for socialaccount:
  42864. web_1 | - Nothing to migrate.
  42865. web_1 | - Loading initial data for socialaccount.
  42866. web_1 | Installed 0 object(s) from 0 fixture(s)
  42867. web_1 | Running migrations for django_extensions:
  42868. web_1 | - Nothing to migrate.
  42869. web_1 | - Loading initial data for django_extensions.
  42870. web_1 | Installed 0 object(s) from 0 fixture(s)
  42871. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42872. web_1 | [GCC 4.9.2] on linux2
  42873. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42874. web_1 | (InteractiveConsole)
  42875. web_1 |
  42876. web_1 | >>> >>> Starting the server
  42877. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42878. web_1 |
  42879. web_1 | Fatal error: Unable to find local grunt.
  42880. web_1 |
  42881. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42882. web_1 | your project. For more information about installing and configuring grunt,
  42883. web_1 | please see the Getting Started guide:
  42884. web_1 |
  42885. web_1 | http://gruntjs.com/getting-started
  42886. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42887. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42888. web_1 | Syncing...
  42889. web_1 | Creating tables ...
  42890. web_1 | Installing custom SQL ...
  42891. web_1 | Installing indexes ...
  42892. web_1 | Installed 0 object(s) from 0 fixture(s)
  42893. web_1 |
  42894. web_1 | Synced:
  42895. web_1 | > django.contrib.auth
  42896. web_1 | > django.contrib.contenttypes
  42897. web_1 | > django.contrib.sessions
  42898. web_1 | > django.contrib.sites
  42899. web_1 | > django.contrib.messages
  42900. web_1 | > django.contrib.staticfiles
  42901. web_1 | > django.contrib.admin
  42902. web_1 | > south
  42903. web_1 | > crispy_forms
  42904. web_1 | > avatar
  42905. web_1 | > bootstrap3
  42906. web_1 | > users
  42907. web_1 | > allauth
  42908. web_1 | > allauth.account
  42909. web_1 | > django.contrib.humanize
  42910. web_1 | > debug_toolbar
  42911. web_1 |
  42912. web_1 | Not synced (use migrations):
  42913. web_1 | - allauth.socialaccount
  42914. web_1 | - django_extensions
  42915. web_1 | (use ./manage.py migrate to migrate these)
  42916. web_1 | Running migrations for socialaccount:
  42917. web_1 | - Nothing to migrate.
  42918. web_1 | - Loading initial data for socialaccount.
  42919. web_1 | Installed 0 object(s) from 0 fixture(s)
  42920. web_1 | Running migrations for django_extensions:
  42921. web_1 | - Nothing to migrate.
  42922. web_1 | - Loading initial data for django_extensions.
  42923. web_1 | Installed 0 object(s) from 0 fixture(s)
  42924. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42925. web_1 | [GCC 4.9.2] on linux2
  42926. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42927. web_1 | (InteractiveConsole)
  42928. web_1 |
  42929. web_1 | >>> >>> Starting the server
  42930. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42931. web_1 |
  42932. web_1 | Fatal error: Unable to find local grunt.
  42933. web_1 |
  42934. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42935. web_1 | your project. For more information about installing and configuring grunt,
  42936. web_1 | please see the Getting Started guide:
  42937. web_1 |
  42938. web_1 | http://gruntjs.com/getting-started
  42939. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42940. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42941. web_1 | Syncing...
  42942. web_1 | Creating tables ...
  42943. web_1 | Installing custom SQL ...
  42944. web_1 | Installing indexes ...
  42945. web_1 | Installed 0 object(s) from 0 fixture(s)
  42946. web_1 |
  42947. web_1 | Synced:
  42948. web_1 | > django.contrib.auth
  42949. web_1 | > django.contrib.contenttypes
  42950. web_1 | > django.contrib.sessions
  42951. web_1 | > django.contrib.sites
  42952. web_1 | > django.contrib.messages
  42953. web_1 | > django.contrib.staticfiles
  42954. web_1 | > django.contrib.admin
  42955. web_1 | > south
  42956. web_1 | > crispy_forms
  42957. web_1 | > avatar
  42958. web_1 | > bootstrap3
  42959. web_1 | > users
  42960. web_1 | > allauth
  42961. web_1 | > allauth.account
  42962. web_1 | > django.contrib.humanize
  42963. web_1 | > debug_toolbar
  42964. web_1 |
  42965. web_1 | Not synced (use migrations):
  42966. web_1 | - allauth.socialaccount
  42967. web_1 | - django_extensions
  42968. web_1 | (use ./manage.py migrate to migrate these)
  42969. web_1 | Running migrations for socialaccount:
  42970. web_1 | - Nothing to migrate.
  42971. web_1 | - Loading initial data for socialaccount.
  42972. web_1 | Installed 0 object(s) from 0 fixture(s)
  42973. web_1 | Running migrations for django_extensions:
  42974. web_1 | - Nothing to migrate.
  42975. web_1 | - Loading initial data for django_extensions.
  42976. web_1 | Installed 0 object(s) from 0 fixture(s)
  42977. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  42978. web_1 | [GCC 4.9.2] on linux2
  42979. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  42980. web_1 | (InteractiveConsole)
  42981. web_1 |
  42982. web_1 | >>> >>> Starting the server
  42983. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  42984. web_1 |
  42985. web_1 | Fatal error: Unable to find local grunt.
  42986. web_1 |
  42987. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  42988. web_1 | your project. For more information about installing and configuring grunt,
  42989. web_1 | please see the Getting Started guide:
  42990. web_1 |
  42991. web_1 | http://gruntjs.com/getting-started
  42992. web_1 | Starting OpenBSD Secure Shell server: sshd.
  42993. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  42994. web_1 | Syncing...
  42995. web_1 | Creating tables ...
  42996. web_1 | Installing custom SQL ...
  42997. web_1 | Installing indexes ...
  42998. web_1 | Installed 0 object(s) from 0 fixture(s)
  42999. web_1 |
  43000. web_1 | Synced:
  43001. web_1 | > django.contrib.auth
  43002. web_1 | > django.contrib.contenttypes
  43003. web_1 | > django.contrib.sessions
  43004. web_1 | > django.contrib.sites
  43005. web_1 | > django.contrib.messages
  43006. web_1 | > django.contrib.staticfiles
  43007. web_1 | > django.contrib.admin
  43008. web_1 | > south
  43009. web_1 | > crispy_forms
  43010. web_1 | > avatar
  43011. web_1 | > bootstrap3
  43012. web_1 | > users
  43013. web_1 | > allauth
  43014. web_1 | > allauth.account
  43015. web_1 | > django.contrib.humanize
  43016. web_1 | > debug_toolbar
  43017. web_1 |
  43018. web_1 | Not synced (use migrations):
  43019. web_1 | - allauth.socialaccount
  43020. web_1 | - django_extensions
  43021. web_1 | (use ./manage.py migrate to migrate these)
  43022. web_1 | Running migrations for socialaccount:
  43023. web_1 | - Nothing to migrate.
  43024. web_1 | - Loading initial data for socialaccount.
  43025. web_1 | Installed 0 object(s) from 0 fixture(s)
  43026. web_1 | Running migrations for django_extensions:
  43027. web_1 | - Nothing to migrate.
  43028. web_1 | - Loading initial data for django_extensions.
  43029. web_1 | Installed 0 object(s) from 0 fixture(s)
  43030. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43031. web_1 | [GCC 4.9.2] on linux2
  43032. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43033. web_1 | (InteractiveConsole)
  43034. web_1 |
  43035. web_1 | >>> >>> Starting the server
  43036. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43037. web_1 |
  43038. web_1 | Fatal error: Unable to find local grunt.
  43039. web_1 |
  43040. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43041. web_1 | your project. For more information about installing and configuring grunt,
  43042. web_1 | please see the Getting Started guide:
  43043. web_1 |
  43044. web_1 | http://gruntjs.com/getting-started
  43045. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43046. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43047. web_1 | Syncing...
  43048. web_1 | Creating tables ...
  43049. web_1 | Installing custom SQL ...
  43050. web_1 | Installing indexes ...
  43051. web_1 | Installed 0 object(s) from 0 fixture(s)
  43052. web_1 |
  43053. web_1 | Synced:
  43054. web_1 | > django.contrib.auth
  43055. web_1 | > django.contrib.contenttypes
  43056. web_1 | > django.contrib.sessions
  43057. web_1 | > django.contrib.sites
  43058. web_1 | > django.contrib.messages
  43059. web_1 | > django.contrib.staticfiles
  43060. web_1 | > django.contrib.admin
  43061. web_1 | > south
  43062. web_1 | > crispy_forms
  43063. web_1 | > avatar
  43064. web_1 | > bootstrap3
  43065. web_1 | > users
  43066. web_1 | > allauth
  43067. web_1 | > allauth.account
  43068. web_1 | > django.contrib.humanize
  43069. web_1 | > debug_toolbar
  43070. web_1 |
  43071. web_1 | Not synced (use migrations):
  43072. web_1 | - allauth.socialaccount
  43073. web_1 | - django_extensions
  43074. web_1 | (use ./manage.py migrate to migrate these)
  43075. web_1 | Running migrations for socialaccount:
  43076. web_1 | - Nothing to migrate.
  43077. web_1 | - Loading initial data for socialaccount.
  43078. web_1 | Installed 0 object(s) from 0 fixture(s)
  43079. web_1 | Running migrations for django_extensions:
  43080. web_1 | - Nothing to migrate.
  43081. web_1 | - Loading initial data for django_extensions.
  43082. web_1 | Installed 0 object(s) from 0 fixture(s)
  43083. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43084. web_1 | [GCC 4.9.2] on linux2
  43085. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43086. web_1 | (InteractiveConsole)
  43087. web_1 |
  43088. web_1 | >>> >>> Starting the server
  43089. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43090. web_1 |
  43091. web_1 | Fatal error: Unable to find local grunt.
  43092. web_1 |
  43093. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43094. web_1 | your project. For more information about installing and configuring grunt,
  43095. web_1 | please see the Getting Started guide:
  43096. web_1 |
  43097. web_1 | http://gruntjs.com/getting-started
  43098. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43099. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43100. web_1 | Syncing...
  43101. web_1 | Creating tables ...
  43102. web_1 | Installing custom SQL ...
  43103. web_1 | Installing indexes ...
  43104. web_1 | Installed 0 object(s) from 0 fixture(s)
  43105. web_1 |
  43106. web_1 | Synced:
  43107. web_1 | > django.contrib.auth
  43108. web_1 | > django.contrib.contenttypes
  43109. web_1 | > django.contrib.sessions
  43110. web_1 | > django.contrib.sites
  43111. web_1 | > django.contrib.messages
  43112. web_1 | > django.contrib.staticfiles
  43113. web_1 | > django.contrib.admin
  43114. web_1 | > south
  43115. web_1 | > crispy_forms
  43116. web_1 | > avatar
  43117. web_1 | > bootstrap3
  43118. web_1 | > users
  43119. web_1 | > allauth
  43120. web_1 | > allauth.account
  43121. web_1 | > django.contrib.humanize
  43122. web_1 | > debug_toolbar
  43123. web_1 |
  43124. web_1 | Not synced (use migrations):
  43125. web_1 | - allauth.socialaccount
  43126. web_1 | - django_extensions
  43127. web_1 | (use ./manage.py migrate to migrate these)
  43128. web_1 | Running migrations for socialaccount:
  43129. web_1 | - Nothing to migrate.
  43130. web_1 | - Loading initial data for socialaccount.
  43131. web_1 | Installed 0 object(s) from 0 fixture(s)
  43132. web_1 | Running migrations for django_extensions:
  43133. web_1 | - Nothing to migrate.
  43134. web_1 | - Loading initial data for django_extensions.
  43135. web_1 | Installed 0 object(s) from 0 fixture(s)
  43136. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43137. web_1 | [GCC 4.9.2] on linux2
  43138. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43139. web_1 | (InteractiveConsole)
  43140. web_1 |
  43141. web_1 | >>> >>> Starting the server
  43142. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43143. web_1 |
  43144. web_1 | Fatal error: Unable to find local grunt.
  43145. web_1 |
  43146. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43147. web_1 | your project. For more information about installing and configuring grunt,
  43148. web_1 | please see the Getting Started guide:
  43149. web_1 |
  43150. web_1 | http://gruntjs.com/getting-started
  43151. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43152. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43153. web_1 | Syncing...
  43154. web_1 | Creating tables ...
  43155. web_1 | Installing custom SQL ...
  43156. web_1 | Installing indexes ...
  43157. web_1 | Installed 0 object(s) from 0 fixture(s)
  43158. web_1 |
  43159. web_1 | Synced:
  43160. web_1 | > django.contrib.auth
  43161. web_1 | > django.contrib.contenttypes
  43162. web_1 | > django.contrib.sessions
  43163. web_1 | > django.contrib.sites
  43164. web_1 | > django.contrib.messages
  43165. web_1 | > django.contrib.staticfiles
  43166. web_1 | > django.contrib.admin
  43167. web_1 | > south
  43168. web_1 | > crispy_forms
  43169. web_1 | > avatar
  43170. web_1 | > bootstrap3
  43171. web_1 | > users
  43172. web_1 | > allauth
  43173. web_1 | > allauth.account
  43174. web_1 | > django.contrib.humanize
  43175. web_1 | > debug_toolbar
  43176. web_1 |
  43177. web_1 | Not synced (use migrations):
  43178. web_1 | - allauth.socialaccount
  43179. web_1 | - django_extensions
  43180. web_1 | (use ./manage.py migrate to migrate these)
  43181. web_1 | Running migrations for socialaccount:
  43182. web_1 | - Nothing to migrate.
  43183. web_1 | - Loading initial data for socialaccount.
  43184. web_1 | Installed 0 object(s) from 0 fixture(s)
  43185. web_1 | Running migrations for django_extensions:
  43186. web_1 | - Nothing to migrate.
  43187. web_1 | - Loading initial data for django_extensions.
  43188. web_1 | Installed 0 object(s) from 0 fixture(s)
  43189. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43190. web_1 | [GCC 4.9.2] on linux2
  43191. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43192. web_1 | (InteractiveConsole)
  43193. web_1 |
  43194. web_1 | >>> >>> Starting the server
  43195. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43196. web_1 |
  43197. web_1 | Fatal error: Unable to find local grunt.
  43198. web_1 |
  43199. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43200. web_1 | your project. For more information about installing and configuring grunt,
  43201. web_1 | please see the Getting Started guide:
  43202. web_1 |
  43203. web_1 | http://gruntjs.com/getting-started
  43204. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43205. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43206. web_1 | Syncing...
  43207. web_1 | Creating tables ...
  43208. web_1 | Installing custom SQL ...
  43209. web_1 | Installing indexes ...
  43210. web_1 | Installed 0 object(s) from 0 fixture(s)
  43211. web_1 |
  43212. web_1 | Synced:
  43213. web_1 | > django.contrib.auth
  43214. web_1 | > django.contrib.contenttypes
  43215. web_1 | > django.contrib.sessions
  43216. web_1 | > django.contrib.sites
  43217. web_1 | > django.contrib.messages
  43218. web_1 | > django.contrib.staticfiles
  43219. web_1 | > django.contrib.admin
  43220. web_1 | > south
  43221. web_1 | > crispy_forms
  43222. web_1 | > avatar
  43223. web_1 | > bootstrap3
  43224. web_1 | > users
  43225. web_1 | > allauth
  43226. web_1 | > allauth.account
  43227. web_1 | > django.contrib.humanize
  43228. web_1 | > debug_toolbar
  43229. web_1 |
  43230. web_1 | Not synced (use migrations):
  43231. web_1 | - allauth.socialaccount
  43232. web_1 | - django_extensions
  43233. web_1 | (use ./manage.py migrate to migrate these)
  43234. web_1 | Running migrations for socialaccount:
  43235. web_1 | - Nothing to migrate.
  43236. web_1 | - Loading initial data for socialaccount.
  43237. web_1 | Installed 0 object(s) from 0 fixture(s)
  43238. web_1 | Running migrations for django_extensions:
  43239. web_1 | - Nothing to migrate.
  43240. web_1 | - Loading initial data for django_extensions.
  43241. web_1 | Installed 0 object(s) from 0 fixture(s)
  43242. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43243. web_1 | [GCC 4.9.2] on linux2
  43244. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43245. web_1 | (InteractiveConsole)
  43246. web_1 |
  43247. web_1 | >>> >>> Starting the server
  43248. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43249. web_1 |
  43250. web_1 | Fatal error: Unable to find local grunt.
  43251. web_1 |
  43252. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43253. web_1 | your project. For more information about installing and configuring grunt,
  43254. web_1 | please see the Getting Started guide:
  43255. web_1 |
  43256. web_1 | http://gruntjs.com/getting-started
  43257. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43258. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43259. web_1 | Syncing...
  43260. web_1 | Creating tables ...
  43261. web_1 | Installing custom SQL ...
  43262. web_1 | Installing indexes ...
  43263. web_1 | Installed 0 object(s) from 0 fixture(s)
  43264. web_1 |
  43265. web_1 | Synced:
  43266. web_1 | > django.contrib.auth
  43267. web_1 | > django.contrib.contenttypes
  43268. web_1 | > django.contrib.sessions
  43269. web_1 | > django.contrib.sites
  43270. web_1 | > django.contrib.messages
  43271. web_1 | > django.contrib.staticfiles
  43272. web_1 | > django.contrib.admin
  43273. web_1 | > south
  43274. web_1 | > crispy_forms
  43275. web_1 | > avatar
  43276. web_1 | > bootstrap3
  43277. web_1 | > users
  43278. web_1 | > allauth
  43279. web_1 | > allauth.account
  43280. web_1 | > django.contrib.humanize
  43281. web_1 | > debug_toolbar
  43282. web_1 |
  43283. web_1 | Not synced (use migrations):
  43284. web_1 | - allauth.socialaccount
  43285. web_1 | - django_extensions
  43286. web_1 | (use ./manage.py migrate to migrate these)
  43287. web_1 | Running migrations for socialaccount:
  43288. web_1 | - Nothing to migrate.
  43289. web_1 | - Loading initial data for socialaccount.
  43290. web_1 | Installed 0 object(s) from 0 fixture(s)
  43291. web_1 | Running migrations for django_extensions:
  43292. web_1 | - Nothing to migrate.
  43293. web_1 | - Loading initial data for django_extensions.
  43294. web_1 | Installed 0 object(s) from 0 fixture(s)
  43295. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43296. web_1 | [GCC 4.9.2] on linux2
  43297. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43298. web_1 | (InteractiveConsole)
  43299. web_1 |
  43300. web_1 | >>> >>> Starting the server
  43301. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43302. web_1 |
  43303. web_1 | Fatal error: Unable to find local grunt.
  43304. web_1 |
  43305. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43306. web_1 | your project. For more information about installing and configuring grunt,
  43307. web_1 | please see the Getting Started guide:
  43308. web_1 |
  43309. web_1 | http://gruntjs.com/getting-started
  43310. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43311. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43312. web_1 | Syncing...
  43313. web_1 | Creating tables ...
  43314. web_1 | Installing custom SQL ...
  43315. web_1 | Installing indexes ...
  43316. web_1 | Installed 0 object(s) from 0 fixture(s)
  43317. web_1 |
  43318. web_1 | Synced:
  43319. web_1 | > django.contrib.auth
  43320. web_1 | > django.contrib.contenttypes
  43321. web_1 | > django.contrib.sessions
  43322. web_1 | > django.contrib.sites
  43323. web_1 | > django.contrib.messages
  43324. web_1 | > django.contrib.staticfiles
  43325. web_1 | > django.contrib.admin
  43326. web_1 | > south
  43327. web_1 | > crispy_forms
  43328. web_1 | > avatar
  43329. web_1 | > bootstrap3
  43330. web_1 | > users
  43331. web_1 | > allauth
  43332. web_1 | > allauth.account
  43333. web_1 | > django.contrib.humanize
  43334. web_1 | > debug_toolbar
  43335. web_1 |
  43336. web_1 | Not synced (use migrations):
  43337. web_1 | - allauth.socialaccount
  43338. web_1 | - django_extensions
  43339. web_1 | (use ./manage.py migrate to migrate these)
  43340. web_1 | Running migrations for socialaccount:
  43341. web_1 | - Nothing to migrate.
  43342. web_1 | - Loading initial data for socialaccount.
  43343. web_1 | Installed 0 object(s) from 0 fixture(s)
  43344. web_1 | Running migrations for django_extensions:
  43345. web_1 | - Nothing to migrate.
  43346. web_1 | - Loading initial data for django_extensions.
  43347. web_1 | Installed 0 object(s) from 0 fixture(s)
  43348. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43349. web_1 | [GCC 4.9.2] on linux2
  43350. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43351. web_1 | (InteractiveConsole)
  43352. web_1 |
  43353. web_1 | >>> >>> Starting the server
  43354. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43355. web_1 |
  43356. web_1 | Fatal error: Unable to find local grunt.
  43357. web_1 |
  43358. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43359. web_1 | your project. For more information about installing and configuring grunt,
  43360. web_1 | please see the Getting Started guide:
  43361. web_1 |
  43362. web_1 | http://gruntjs.com/getting-started
  43363. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43364. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43365. web_1 | Syncing...
  43366. web_1 | Creating tables ...
  43367. web_1 | Installing custom SQL ...
  43368. web_1 | Installing indexes ...
  43369. web_1 | Installed 0 object(s) from 0 fixture(s)
  43370. web_1 |
  43371. web_1 | Synced:
  43372. web_1 | > django.contrib.auth
  43373. web_1 | > django.contrib.contenttypes
  43374. web_1 | > django.contrib.sessions
  43375. web_1 | > django.contrib.sites
  43376. web_1 | > django.contrib.messages
  43377. web_1 | > django.contrib.staticfiles
  43378. web_1 | > django.contrib.admin
  43379. web_1 | > south
  43380. web_1 | > crispy_forms
  43381. web_1 | > avatar
  43382. web_1 | > bootstrap3
  43383. web_1 | > users
  43384. web_1 | > allauth
  43385. web_1 | > allauth.account
  43386. web_1 | > django.contrib.humanize
  43387. web_1 | > debug_toolbar
  43388. web_1 |
  43389. web_1 | Not synced (use migrations):
  43390. web_1 | - allauth.socialaccount
  43391. web_1 | - django_extensions
  43392. web_1 | (use ./manage.py migrate to migrate these)
  43393. web_1 | Running migrations for socialaccount:
  43394. web_1 | - Nothing to migrate.
  43395. web_1 | - Loading initial data for socialaccount.
  43396. web_1 | Installed 0 object(s) from 0 fixture(s)
  43397. web_1 | Running migrations for django_extensions:
  43398. web_1 | - Nothing to migrate.
  43399. web_1 | - Loading initial data for django_extensions.
  43400. web_1 | Installed 0 object(s) from 0 fixture(s)
  43401. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43402. web_1 | [GCC 4.9.2] on linux2
  43403. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43404. web_1 | (InteractiveConsole)
  43405. web_1 |
  43406. web_1 | >>> >>> Starting the server
  43407. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43408. web_1 |
  43409. web_1 | Fatal error: Unable to find local grunt.
  43410. web_1 |
  43411. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43412. web_1 | your project. For more information about installing and configuring grunt,
  43413. web_1 | please see the Getting Started guide:
  43414. web_1 |
  43415. web_1 | http://gruntjs.com/getting-started
  43416. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43417. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43418. web_1 | Syncing...
  43419. web_1 | Creating tables ...
  43420. web_1 | Installing custom SQL ...
  43421. web_1 | Installing indexes ...
  43422. web_1 | Installed 0 object(s) from 0 fixture(s)
  43423. web_1 |
  43424. web_1 | Synced:
  43425. web_1 | > django.contrib.auth
  43426. web_1 | > django.contrib.contenttypes
  43427. web_1 | > django.contrib.sessions
  43428. web_1 | > django.contrib.sites
  43429. web_1 | > django.contrib.messages
  43430. web_1 | > django.contrib.staticfiles
  43431. web_1 | > django.contrib.admin
  43432. web_1 | > south
  43433. web_1 | > crispy_forms
  43434. web_1 | > avatar
  43435. web_1 | > bootstrap3
  43436. web_1 | > users
  43437. web_1 | > allauth
  43438. web_1 | > allauth.account
  43439. web_1 | > django.contrib.humanize
  43440. web_1 | > debug_toolbar
  43441. web_1 |
  43442. web_1 | Not synced (use migrations):
  43443. web_1 | - allauth.socialaccount
  43444. web_1 | - django_extensions
  43445. web_1 | (use ./manage.py migrate to migrate these)
  43446. web_1 | Running migrations for socialaccount:
  43447. web_1 | - Nothing to migrate.
  43448. web_1 | - Loading initial data for socialaccount.
  43449. web_1 | Installed 0 object(s) from 0 fixture(s)
  43450. web_1 | Running migrations for django_extensions:
  43451. web_1 | - Nothing to migrate.
  43452. web_1 | - Loading initial data for django_extensions.
  43453. web_1 | Installed 0 object(s) from 0 fixture(s)
  43454. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43455. web_1 | [GCC 4.9.2] on linux2
  43456. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43457. web_1 | (InteractiveConsole)
  43458. web_1 |
  43459. web_1 | >>> >>> Starting the server
  43460. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43461. web_1 |
  43462. web_1 | Fatal error: Unable to find local grunt.
  43463. web_1 |
  43464. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43465. web_1 | your project. For more information about installing and configuring grunt,
  43466. web_1 | please see the Getting Started guide:
  43467. web_1 |
  43468. web_1 | http://gruntjs.com/getting-started
  43469. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43470. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43471. web_1 | Syncing...
  43472. web_1 | Creating tables ...
  43473. web_1 | Installing custom SQL ...
  43474. web_1 | Installing indexes ...
  43475. web_1 | Installed 0 object(s) from 0 fixture(s)
  43476. web_1 |
  43477. web_1 | Synced:
  43478. web_1 | > django.contrib.auth
  43479. web_1 | > django.contrib.contenttypes
  43480. web_1 | > django.contrib.sessions
  43481. web_1 | > django.contrib.sites
  43482. web_1 | > django.contrib.messages
  43483. web_1 | > django.contrib.staticfiles
  43484. web_1 | > django.contrib.admin
  43485. web_1 | > south
  43486. web_1 | > crispy_forms
  43487. web_1 | > avatar
  43488. web_1 | > bootstrap3
  43489. web_1 | > users
  43490. web_1 | > allauth
  43491. web_1 | > allauth.account
  43492. web_1 | > django.contrib.humanize
  43493. web_1 | > debug_toolbar
  43494. web_1 |
  43495. web_1 | Not synced (use migrations):
  43496. web_1 | - allauth.socialaccount
  43497. web_1 | - django_extensions
  43498. web_1 | (use ./manage.py migrate to migrate these)
  43499. web_1 | Running migrations for socialaccount:
  43500. web_1 | - Nothing to migrate.
  43501. web_1 | - Loading initial data for socialaccount.
  43502. web_1 | Installed 0 object(s) from 0 fixture(s)
  43503. web_1 | Running migrations for django_extensions:
  43504. web_1 | - Nothing to migrate.
  43505. web_1 | - Loading initial data for django_extensions.
  43506. web_1 | Installed 0 object(s) from 0 fixture(s)
  43507. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43508. web_1 | [GCC 4.9.2] on linux2
  43509. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43510. web_1 | (InteractiveConsole)
  43511. web_1 |
  43512. web_1 | >>> >>> Starting the server
  43513. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43514. web_1 |
  43515. web_1 | Fatal error: Unable to find local grunt.
  43516. web_1 |
  43517. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43518. web_1 | your project. For more information about installing and configuring grunt,
  43519. web_1 | please see the Getting Started guide:
  43520. web_1 |
  43521. web_1 | http://gruntjs.com/getting-started
  43522. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43523. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43524. web_1 | Syncing...
  43525. web_1 | Creating tables ...
  43526. web_1 | Installing custom SQL ...
  43527. web_1 | Installing indexes ...
  43528. web_1 | Installed 0 object(s) from 0 fixture(s)
  43529. web_1 |
  43530. web_1 | Synced:
  43531. web_1 | > django.contrib.auth
  43532. web_1 | > django.contrib.contenttypes
  43533. web_1 | > django.contrib.sessions
  43534. web_1 | > django.contrib.sites
  43535. web_1 | > django.contrib.messages
  43536. web_1 | > django.contrib.staticfiles
  43537. web_1 | > django.contrib.admin
  43538. web_1 | > south
  43539. web_1 | > crispy_forms
  43540. web_1 | > avatar
  43541. web_1 | > bootstrap3
  43542. web_1 | > users
  43543. web_1 | > allauth
  43544. web_1 | > allauth.account
  43545. web_1 | > django.contrib.humanize
  43546. web_1 | > debug_toolbar
  43547. web_1 |
  43548. web_1 | Not synced (use migrations):
  43549. web_1 | - allauth.socialaccount
  43550. web_1 | - django_extensions
  43551. web_1 | (use ./manage.py migrate to migrate these)
  43552. web_1 | Running migrations for socialaccount:
  43553. web_1 | - Nothing to migrate.
  43554. web_1 | - Loading initial data for socialaccount.
  43555. web_1 | Installed 0 object(s) from 0 fixture(s)
  43556. web_1 | Running migrations for django_extensions:
  43557. web_1 | - Nothing to migrate.
  43558. web_1 | - Loading initial data for django_extensions.
  43559. web_1 | Installed 0 object(s) from 0 fixture(s)
  43560. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43561. web_1 | [GCC 4.9.2] on linux2
  43562. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43563. web_1 | (InteractiveConsole)
  43564. web_1 |
  43565. web_1 | >>> >>> Starting the server
  43566. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43567. web_1 |
  43568. web_1 | Fatal error: Unable to find local grunt.
  43569. web_1 |
  43570. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43571. web_1 | your project. For more information about installing and configuring grunt,
  43572. web_1 | please see the Getting Started guide:
  43573. web_1 |
  43574. web_1 | http://gruntjs.com/getting-started
  43575. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43576. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43577. web_1 | Syncing...
  43578. web_1 | Creating tables ...
  43579. web_1 | Installing custom SQL ...
  43580. web_1 | Installing indexes ...
  43581. web_1 | Installed 0 object(s) from 0 fixture(s)
  43582. web_1 |
  43583. web_1 | Synced:
  43584. web_1 | > django.contrib.auth
  43585. web_1 | > django.contrib.contenttypes
  43586. web_1 | > django.contrib.sessions
  43587. web_1 | > django.contrib.sites
  43588. web_1 | > django.contrib.messages
  43589. web_1 | > django.contrib.staticfiles
  43590. web_1 | > django.contrib.admin
  43591. web_1 | > south
  43592. web_1 | > crispy_forms
  43593. web_1 | > avatar
  43594. web_1 | > bootstrap3
  43595. web_1 | > users
  43596. web_1 | > allauth
  43597. web_1 | > allauth.account
  43598. web_1 | > django.contrib.humanize
  43599. web_1 | > debug_toolbar
  43600. web_1 |
  43601. web_1 | Not synced (use migrations):
  43602. web_1 | - allauth.socialaccount
  43603. web_1 | - django_extensions
  43604. web_1 | (use ./manage.py migrate to migrate these)
  43605. web_1 | Running migrations for socialaccount:
  43606. web_1 | - Nothing to migrate.
  43607. web_1 | - Loading initial data for socialaccount.
  43608. web_1 | Installed 0 object(s) from 0 fixture(s)
  43609. web_1 | Running migrations for django_extensions:
  43610. web_1 | - Nothing to migrate.
  43611. web_1 | - Loading initial data for django_extensions.
  43612. web_1 | Installed 0 object(s) from 0 fixture(s)
  43613. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43614. web_1 | [GCC 4.9.2] on linux2
  43615. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43616. web_1 | (InteractiveConsole)
  43617. web_1 |
  43618. web_1 | >>> >>> Starting the server
  43619. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43620. web_1 |
  43621. web_1 | Fatal error: Unable to find local grunt.
  43622. web_1 |
  43623. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43624. web_1 | your project. For more information about installing and configuring grunt,
  43625. web_1 | please see the Getting Started guide:
  43626. web_1 |
  43627. web_1 | http://gruntjs.com/getting-started
  43628. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43629. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43630. web_1 | Syncing...
  43631. web_1 | Creating tables ...
  43632. web_1 | Installing custom SQL ...
  43633. web_1 | Installing indexes ...
  43634. web_1 | Installed 0 object(s) from 0 fixture(s)
  43635. web_1 |
  43636. web_1 | Synced:
  43637. web_1 | > django.contrib.auth
  43638. web_1 | > django.contrib.contenttypes
  43639. web_1 | > django.contrib.sessions
  43640. web_1 | > django.contrib.sites
  43641. web_1 | > django.contrib.messages
  43642. web_1 | > django.contrib.staticfiles
  43643. web_1 | > django.contrib.admin
  43644. web_1 | > south
  43645. web_1 | > crispy_forms
  43646. web_1 | > avatar
  43647. web_1 | > bootstrap3
  43648. web_1 | > users
  43649. web_1 | > allauth
  43650. web_1 | > allauth.account
  43651. web_1 | > django.contrib.humanize
  43652. web_1 | > debug_toolbar
  43653. web_1 |
  43654. web_1 | Not synced (use migrations):
  43655. web_1 | - allauth.socialaccount
  43656. web_1 | - django_extensions
  43657. web_1 | (use ./manage.py migrate to migrate these)
  43658. web_1 | Running migrations for socialaccount:
  43659. web_1 | - Nothing to migrate.
  43660. web_1 | - Loading initial data for socialaccount.
  43661. web_1 | Installed 0 object(s) from 0 fixture(s)
  43662. web_1 | Running migrations for django_extensions:
  43663. web_1 | - Nothing to migrate.
  43664. web_1 | - Loading initial data for django_extensions.
  43665. web_1 | Installed 0 object(s) from 0 fixture(s)
  43666. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43667. web_1 | [GCC 4.9.2] on linux2
  43668. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43669. web_1 | (InteractiveConsole)
  43670. web_1 |
  43671. web_1 | >>> >>> Starting the server
  43672. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43673. web_1 |
  43674. web_1 | Fatal error: Unable to find local grunt.
  43675. web_1 |
  43676. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43677. web_1 | your project. For more information about installing and configuring grunt,
  43678. web_1 | please see the Getting Started guide:
  43679. web_1 |
  43680. web_1 | http://gruntjs.com/getting-started
  43681. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43682. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43683. web_1 | Syncing...
  43684. web_1 | Creating tables ...
  43685. web_1 | Installing custom SQL ...
  43686. web_1 | Installing indexes ...
  43687. web_1 | Installed 0 object(s) from 0 fixture(s)
  43688. web_1 |
  43689. web_1 | Synced:
  43690. web_1 | > django.contrib.auth
  43691. web_1 | > django.contrib.contenttypes
  43692. web_1 | > django.contrib.sessions
  43693. web_1 | > django.contrib.sites
  43694. web_1 | > django.contrib.messages
  43695. web_1 | > django.contrib.staticfiles
  43696. web_1 | > django.contrib.admin
  43697. web_1 | > south
  43698. web_1 | > crispy_forms
  43699. web_1 | > avatar
  43700. web_1 | > bootstrap3
  43701. web_1 | > users
  43702. web_1 | > allauth
  43703. web_1 | > allauth.account
  43704. web_1 | > django.contrib.humanize
  43705. web_1 | > debug_toolbar
  43706. web_1 |
  43707. web_1 | Not synced (use migrations):
  43708. web_1 | - allauth.socialaccount
  43709. web_1 | - django_extensions
  43710. web_1 | (use ./manage.py migrate to migrate these)
  43711. web_1 | Running migrations for socialaccount:
  43712. web_1 | - Nothing to migrate.
  43713. web_1 | - Loading initial data for socialaccount.
  43714. web_1 | Installed 0 object(s) from 0 fixture(s)
  43715. web_1 | Running migrations for django_extensions:
  43716. web_1 | - Nothing to migrate.
  43717. web_1 | - Loading initial data for django_extensions.
  43718. web_1 | Installed 0 object(s) from 0 fixture(s)
  43719. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43720. web_1 | [GCC 4.9.2] on linux2
  43721. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43722. web_1 | (InteractiveConsole)
  43723. web_1 |
  43724. web_1 | >>> >>> Starting the server
  43725. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43726. web_1 |
  43727. web_1 | Fatal error: Unable to find local grunt.
  43728. web_1 |
  43729. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43730. web_1 | your project. For more information about installing and configuring grunt,
  43731. web_1 | please see the Getting Started guide:
  43732. web_1 |
  43733. web_1 | http://gruntjs.com/getting-started
  43734. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43735. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43736. web_1 | Syncing...
  43737. web_1 | Creating tables ...
  43738. web_1 | Installing custom SQL ...
  43739. web_1 | Installing indexes ...
  43740. web_1 | Installed 0 object(s) from 0 fixture(s)
  43741. web_1 |
  43742. web_1 | Synced:
  43743. web_1 | > django.contrib.auth
  43744. web_1 | > django.contrib.contenttypes
  43745. web_1 | > django.contrib.sessions
  43746. web_1 | > django.contrib.sites
  43747. web_1 | > django.contrib.messages
  43748. web_1 | > django.contrib.staticfiles
  43749. web_1 | > django.contrib.admin
  43750. web_1 | > south
  43751. web_1 | > crispy_forms
  43752. web_1 | > avatar
  43753. web_1 | > bootstrap3
  43754. web_1 | > users
  43755. web_1 | > allauth
  43756. web_1 | > allauth.account
  43757. web_1 | > django.contrib.humanize
  43758. web_1 | > debug_toolbar
  43759. web_1 |
  43760. web_1 | Not synced (use migrations):
  43761. web_1 | - allauth.socialaccount
  43762. web_1 | - django_extensions
  43763. web_1 | (use ./manage.py migrate to migrate these)
  43764. web_1 | Running migrations for socialaccount:
  43765. web_1 | - Nothing to migrate.
  43766. web_1 | - Loading initial data for socialaccount.
  43767. web_1 | Installed 0 object(s) from 0 fixture(s)
  43768. web_1 | Running migrations for django_extensions:
  43769. web_1 | - Nothing to migrate.
  43770. web_1 | - Loading initial data for django_extensions.
  43771. web_1 | Installed 0 object(s) from 0 fixture(s)
  43772. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43773. web_1 | [GCC 4.9.2] on linux2
  43774. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43775. web_1 | (InteractiveConsole)
  43776. web_1 |
  43777. web_1 | >>> >>> Starting the server
  43778. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43779. web_1 |
  43780. web_1 | Fatal error: Unable to find local grunt.
  43781. web_1 |
  43782. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43783. web_1 | your project. For more information about installing and configuring grunt,
  43784. web_1 | please see the Getting Started guide:
  43785. web_1 |
  43786. web_1 | http://gruntjs.com/getting-started
  43787. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43788. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43789. web_1 | Syncing...
  43790. web_1 | Creating tables ...
  43791. web_1 | Installing custom SQL ...
  43792. web_1 | Installing indexes ...
  43793. web_1 | Installed 0 object(s) from 0 fixture(s)
  43794. web_1 |
  43795. web_1 | Synced:
  43796. web_1 | > django.contrib.auth
  43797. web_1 | > django.contrib.contenttypes
  43798. web_1 | > django.contrib.sessions
  43799. web_1 | > django.contrib.sites
  43800. web_1 | > django.contrib.messages
  43801. web_1 | > django.contrib.staticfiles
  43802. web_1 | > django.contrib.admin
  43803. web_1 | > south
  43804. web_1 | > crispy_forms
  43805. web_1 | > avatar
  43806. web_1 | > bootstrap3
  43807. web_1 | > users
  43808. web_1 | > allauth
  43809. web_1 | > allauth.account
  43810. web_1 | > django.contrib.humanize
  43811. web_1 | > debug_toolbar
  43812. web_1 |
  43813. web_1 | Not synced (use migrations):
  43814. web_1 | - allauth.socialaccount
  43815. web_1 | - django_extensions
  43816. web_1 | (use ./manage.py migrate to migrate these)
  43817. web_1 | Running migrations for socialaccount:
  43818. web_1 | - Nothing to migrate.
  43819. web_1 | - Loading initial data for socialaccount.
  43820. web_1 | Installed 0 object(s) from 0 fixture(s)
  43821. web_1 | Running migrations for django_extensions:
  43822. web_1 | - Nothing to migrate.
  43823. web_1 | - Loading initial data for django_extensions.
  43824. web_1 | Installed 0 object(s) from 0 fixture(s)
  43825. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43826. web_1 | [GCC 4.9.2] on linux2
  43827. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43828. web_1 | (InteractiveConsole)
  43829. web_1 |
  43830. web_1 | >>> >>> Starting the server
  43831. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43832. web_1 |
  43833. web_1 | Fatal error: Unable to find local grunt.
  43834. web_1 |
  43835. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43836. web_1 | your project. For more information about installing and configuring grunt,
  43837. web_1 | please see the Getting Started guide:
  43838. web_1 |
  43839. web_1 | http://gruntjs.com/getting-started
  43840. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43841. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43842. web_1 | Syncing...
  43843. web_1 | Creating tables ...
  43844. web_1 | Installing custom SQL ...
  43845. web_1 | Installing indexes ...
  43846. web_1 | Installed 0 object(s) from 0 fixture(s)
  43847. web_1 |
  43848. web_1 | Synced:
  43849. web_1 | > django.contrib.auth
  43850. web_1 | > django.contrib.contenttypes
  43851. web_1 | > django.contrib.sessions
  43852. web_1 | > django.contrib.sites
  43853. web_1 | > django.contrib.messages
  43854. web_1 | > django.contrib.staticfiles
  43855. web_1 | > django.contrib.admin
  43856. web_1 | > south
  43857. web_1 | > crispy_forms
  43858. web_1 | > avatar
  43859. web_1 | > bootstrap3
  43860. web_1 | > users
  43861. web_1 | > allauth
  43862. web_1 | > allauth.account
  43863. web_1 | > django.contrib.humanize
  43864. web_1 | > debug_toolbar
  43865. web_1 |
  43866. web_1 | Not synced (use migrations):
  43867. web_1 | - allauth.socialaccount
  43868. web_1 | - django_extensions
  43869. web_1 | (use ./manage.py migrate to migrate these)
  43870. web_1 | Running migrations for socialaccount:
  43871. web_1 | - Nothing to migrate.
  43872. web_1 | - Loading initial data for socialaccount.
  43873. web_1 | Installed 0 object(s) from 0 fixture(s)
  43874. web_1 | Running migrations for django_extensions:
  43875. web_1 | - Nothing to migrate.
  43876. web_1 | - Loading initial data for django_extensions.
  43877. web_1 | Installed 0 object(s) from 0 fixture(s)
  43878. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43879. web_1 | [GCC 4.9.2] on linux2
  43880. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43881. web_1 | (InteractiveConsole)
  43882. web_1 |
  43883. web_1 | >>> >>> Starting the server
  43884. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43885. web_1 |
  43886. web_1 | Fatal error: Unable to find local grunt.
  43887. web_1 |
  43888. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43889. web_1 | your project. For more information about installing and configuring grunt,
  43890. web_1 | please see the Getting Started guide:
  43891. web_1 |
  43892. web_1 | http://gruntjs.com/getting-started
  43893. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43894. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43895. web_1 | Syncing...
  43896. web_1 | Creating tables ...
  43897. web_1 | Installing custom SQL ...
  43898. web_1 | Installing indexes ...
  43899. web_1 | Installed 0 object(s) from 0 fixture(s)
  43900. web_1 |
  43901. web_1 | Synced:
  43902. web_1 | > django.contrib.auth
  43903. web_1 | > django.contrib.contenttypes
  43904. web_1 | > django.contrib.sessions
  43905. web_1 | > django.contrib.sites
  43906. web_1 | > django.contrib.messages
  43907. web_1 | > django.contrib.staticfiles
  43908. web_1 | > django.contrib.admin
  43909. web_1 | > south
  43910. web_1 | > crispy_forms
  43911. web_1 | > avatar
  43912. web_1 | > bootstrap3
  43913. web_1 | > users
  43914. web_1 | > allauth
  43915. web_1 | > allauth.account
  43916. web_1 | > django.contrib.humanize
  43917. web_1 | > debug_toolbar
  43918. web_1 |
  43919. web_1 | Not synced (use migrations):
  43920. web_1 | - allauth.socialaccount
  43921. web_1 | - django_extensions
  43922. web_1 | (use ./manage.py migrate to migrate these)
  43923. web_1 | Running migrations for socialaccount:
  43924. web_1 | - Nothing to migrate.
  43925. web_1 | - Loading initial data for socialaccount.
  43926. web_1 | Installed 0 object(s) from 0 fixture(s)
  43927. web_1 | Running migrations for django_extensions:
  43928. web_1 | - Nothing to migrate.
  43929. web_1 | - Loading initial data for django_extensions.
  43930. web_1 | Installed 0 object(s) from 0 fixture(s)
  43931. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43932. web_1 | [GCC 4.9.2] on linux2
  43933. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43934. web_1 | (InteractiveConsole)
  43935. web_1 |
  43936. web_1 | >>> >>> Starting the server
  43937. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43938. web_1 |
  43939. web_1 | Fatal error: Unable to find local grunt.
  43940. web_1 |
  43941. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43942. web_1 | your project. For more information about installing and configuring grunt,
  43943. web_1 | please see the Getting Started guide:
  43944. web_1 |
  43945. web_1 | http://gruntjs.com/getting-started
  43946. web_1 | Starting OpenBSD Secure Shell server: sshd.
  43947. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  43948. web_1 | Syncing...
  43949. web_1 | Creating tables ...
  43950. web_1 | Installing custom SQL ...
  43951. web_1 | Installing indexes ...
  43952. web_1 | Installed 0 object(s) from 0 fixture(s)
  43953. web_1 |
  43954. web_1 | Synced:
  43955. web_1 | > django.contrib.auth
  43956. web_1 | > django.contrib.contenttypes
  43957. web_1 | > django.contrib.sessions
  43958. web_1 | > django.contrib.sites
  43959. web_1 | > django.contrib.messages
  43960. web_1 | > django.contrib.staticfiles
  43961. web_1 | > django.contrib.admin
  43962. web_1 | > south
  43963. web_1 | > crispy_forms
  43964. web_1 | > avatar
  43965. web_1 | > bootstrap3
  43966. web_1 | > users
  43967. web_1 | > allauth
  43968. web_1 | > allauth.account
  43969. web_1 | > django.contrib.humanize
  43970. web_1 | > debug_toolbar
  43971. web_1 |
  43972. web_1 | Not synced (use migrations):
  43973. web_1 | - allauth.socialaccount
  43974. web_1 | - django_extensions
  43975. web_1 | (use ./manage.py migrate to migrate these)
  43976. web_1 | Running migrations for socialaccount:
  43977. web_1 | - Nothing to migrate.
  43978. web_1 | - Loading initial data for socialaccount.
  43979. web_1 | Installed 0 object(s) from 0 fixture(s)
  43980. web_1 | Running migrations for django_extensions:
  43981. web_1 | - Nothing to migrate.
  43982. web_1 | - Loading initial data for django_extensions.
  43983. web_1 | Installed 0 object(s) from 0 fixture(s)
  43984. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  43985. web_1 | [GCC 4.9.2] on linux2
  43986. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  43987. web_1 | (InteractiveConsole)
  43988. web_1 |
  43989. web_1 | >>> >>> Starting the server
  43990. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  43991. web_1 |
  43992. web_1 | Fatal error: Unable to find local grunt.
  43993. web_1 |
  43994. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  43995. web_1 | your project. For more information about installing and configuring grunt,
  43996. web_1 | please see the Getting Started guide:
  43997. web_1 |
  43998. web_1 | http://gruntjs.com/getting-started
  43999. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44000. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44001. web_1 | Syncing...
  44002. web_1 | Creating tables ...
  44003. web_1 | Installing custom SQL ...
  44004. web_1 | Installing indexes ...
  44005. web_1 | Installed 0 object(s) from 0 fixture(s)
  44006. web_1 |
  44007. web_1 | Synced:
  44008. web_1 | > django.contrib.auth
  44009. web_1 | > django.contrib.contenttypes
  44010. web_1 | > django.contrib.sessions
  44011. web_1 | > django.contrib.sites
  44012. web_1 | > django.contrib.messages
  44013. web_1 | > django.contrib.staticfiles
  44014. web_1 | > django.contrib.admin
  44015. web_1 | > south
  44016. web_1 | > crispy_forms
  44017. web_1 | > avatar
  44018. web_1 | > bootstrap3
  44019. web_1 | > users
  44020. web_1 | > allauth
  44021. web_1 | > allauth.account
  44022. web_1 | > django.contrib.humanize
  44023. web_1 | > debug_toolbar
  44024. web_1 |
  44025. web_1 | Not synced (use migrations):
  44026. web_1 | - allauth.socialaccount
  44027. web_1 | - django_extensions
  44028. web_1 | (use ./manage.py migrate to migrate these)
  44029. web_1 | Running migrations for socialaccount:
  44030. web_1 | - Nothing to migrate.
  44031. web_1 | - Loading initial data for socialaccount.
  44032. web_1 | Installed 0 object(s) from 0 fixture(s)
  44033. web_1 | Running migrations for django_extensions:
  44034. web_1 | - Nothing to migrate.
  44035. web_1 | - Loading initial data for django_extensions.
  44036. web_1 | Installed 0 object(s) from 0 fixture(s)
  44037. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44038. web_1 | [GCC 4.9.2] on linux2
  44039. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44040. web_1 | (InteractiveConsole)
  44041. web_1 |
  44042. web_1 | >>> >>> Starting the server
  44043. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44044. web_1 |
  44045. web_1 | Fatal error: Unable to find local grunt.
  44046. web_1 |
  44047. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44048. web_1 | your project. For more information about installing and configuring grunt,
  44049. web_1 | please see the Getting Started guide:
  44050. web_1 |
  44051. web_1 | http://gruntjs.com/getting-started
  44052. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44053. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44054. web_1 | Syncing...
  44055. web_1 | Creating tables ...
  44056. web_1 | Installing custom SQL ...
  44057. web_1 | Installing indexes ...
  44058. web_1 | Installed 0 object(s) from 0 fixture(s)
  44059. web_1 |
  44060. web_1 | Synced:
  44061. web_1 | > django.contrib.auth
  44062. web_1 | > django.contrib.contenttypes
  44063. web_1 | > django.contrib.sessions
  44064. web_1 | > django.contrib.sites
  44065. web_1 | > django.contrib.messages
  44066. web_1 | > django.contrib.staticfiles
  44067. web_1 | > django.contrib.admin
  44068. web_1 | > south
  44069. web_1 | > crispy_forms
  44070. web_1 | > avatar
  44071. web_1 | > bootstrap3
  44072. web_1 | > users
  44073. web_1 | > allauth
  44074. web_1 | > allauth.account
  44075. web_1 | > django.contrib.humanize
  44076. web_1 | > debug_toolbar
  44077. web_1 |
  44078. web_1 | Not synced (use migrations):
  44079. web_1 | - allauth.socialaccount
  44080. web_1 | - django_extensions
  44081. web_1 | (use ./manage.py migrate to migrate these)
  44082. web_1 | Running migrations for socialaccount:
  44083. web_1 | - Nothing to migrate.
  44084. web_1 | - Loading initial data for socialaccount.
  44085. web_1 | Installed 0 object(s) from 0 fixture(s)
  44086. web_1 | Running migrations for django_extensions:
  44087. web_1 | - Nothing to migrate.
  44088. web_1 | - Loading initial data for django_extensions.
  44089. web_1 | Installed 0 object(s) from 0 fixture(s)
  44090. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44091. web_1 | [GCC 4.9.2] on linux2
  44092. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44093. web_1 | (InteractiveConsole)
  44094. web_1 |
  44095. web_1 | >>> >>> Starting the server
  44096. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44097. web_1 |
  44098. web_1 | Fatal error: Unable to find local grunt.
  44099. web_1 |
  44100. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44101. web_1 | your project. For more information about installing and configuring grunt,
  44102. web_1 | please see the Getting Started guide:
  44103. web_1 |
  44104. web_1 | http://gruntjs.com/getting-started
  44105. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44106. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44107. web_1 | Syncing...
  44108. web_1 | Creating tables ...
  44109. web_1 | Installing custom SQL ...
  44110. web_1 | Installing indexes ...
  44111. web_1 | Installed 0 object(s) from 0 fixture(s)
  44112. web_1 |
  44113. web_1 | Synced:
  44114. web_1 | > django.contrib.auth
  44115. web_1 | > django.contrib.contenttypes
  44116. web_1 | > django.contrib.sessions
  44117. web_1 | > django.contrib.sites
  44118. web_1 | > django.contrib.messages
  44119. web_1 | > django.contrib.staticfiles
  44120. web_1 | > django.contrib.admin
  44121. web_1 | > south
  44122. web_1 | > crispy_forms
  44123. web_1 | > avatar
  44124. web_1 | > bootstrap3
  44125. web_1 | > users
  44126. web_1 | > allauth
  44127. web_1 | > allauth.account
  44128. web_1 | > django.contrib.humanize
  44129. web_1 | > debug_toolbar
  44130. web_1 |
  44131. web_1 | Not synced (use migrations):
  44132. web_1 | - allauth.socialaccount
  44133. web_1 | - django_extensions
  44134. web_1 | (use ./manage.py migrate to migrate these)
  44135. web_1 | Running migrations for socialaccount:
  44136. web_1 | - Nothing to migrate.
  44137. web_1 | - Loading initial data for socialaccount.
  44138. web_1 | Installed 0 object(s) from 0 fixture(s)
  44139. web_1 | Running migrations for django_extensions:
  44140. web_1 | - Nothing to migrate.
  44141. web_1 | - Loading initial data for django_extensions.
  44142. web_1 | Installed 0 object(s) from 0 fixture(s)
  44143. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44144. web_1 | [GCC 4.9.2] on linux2
  44145. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44146. web_1 | (InteractiveConsole)
  44147. web_1 |
  44148. web_1 | >>> >>> Starting the server
  44149. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44150. web_1 |
  44151. web_1 | Fatal error: Unable to find local grunt.
  44152. web_1 |
  44153. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44154. web_1 | your project. For more information about installing and configuring grunt,
  44155. web_1 | please see the Getting Started guide:
  44156. web_1 |
  44157. web_1 | http://gruntjs.com/getting-started
  44158. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44159. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44160. web_1 | Syncing...
  44161. web_1 | Creating tables ...
  44162. web_1 | Installing custom SQL ...
  44163. web_1 | Installing indexes ...
  44164. web_1 | Installed 0 object(s) from 0 fixture(s)
  44165. web_1 |
  44166. web_1 | Synced:
  44167. web_1 | > django.contrib.auth
  44168. web_1 | > django.contrib.contenttypes
  44169. web_1 | > django.contrib.sessions
  44170. web_1 | > django.contrib.sites
  44171. web_1 | > django.contrib.messages
  44172. web_1 | > django.contrib.staticfiles
  44173. web_1 | > django.contrib.admin
  44174. web_1 | > south
  44175. web_1 | > crispy_forms
  44176. web_1 | > avatar
  44177. web_1 | > bootstrap3
  44178. web_1 | > users
  44179. web_1 | > allauth
  44180. web_1 | > allauth.account
  44181. web_1 | > django.contrib.humanize
  44182. web_1 | > debug_toolbar
  44183. web_1 |
  44184. web_1 | Not synced (use migrations):
  44185. web_1 | - allauth.socialaccount
  44186. web_1 | - django_extensions
  44187. web_1 | (use ./manage.py migrate to migrate these)
  44188. web_1 | Running migrations for socialaccount:
  44189. web_1 | - Nothing to migrate.
  44190. web_1 | - Loading initial data for socialaccount.
  44191. web_1 | Installed 0 object(s) from 0 fixture(s)
  44192. web_1 | Running migrations for django_extensions:
  44193. web_1 | - Nothing to migrate.
  44194. web_1 | - Loading initial data for django_extensions.
  44195. web_1 | Installed 0 object(s) from 0 fixture(s)
  44196. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44197. web_1 | [GCC 4.9.2] on linux2
  44198. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44199. web_1 | (InteractiveConsole)
  44200. web_1 |
  44201. web_1 | >>> >>> Starting the server
  44202. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44203. web_1 |
  44204. web_1 | Fatal error: Unable to find local grunt.
  44205. web_1 |
  44206. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44207. web_1 | your project. For more information about installing and configuring grunt,
  44208. web_1 | please see the Getting Started guide:
  44209. web_1 |
  44210. web_1 | http://gruntjs.com/getting-started
  44211. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44212. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44213. web_1 | Syncing...
  44214. web_1 | Creating tables ...
  44215. web_1 | Installing custom SQL ...
  44216. web_1 | Installing indexes ...
  44217. web_1 | Installed 0 object(s) from 0 fixture(s)
  44218. web_1 |
  44219. web_1 | Synced:
  44220. web_1 | > django.contrib.auth
  44221. web_1 | > django.contrib.contenttypes
  44222. web_1 | > django.contrib.sessions
  44223. web_1 | > django.contrib.sites
  44224. web_1 | > django.contrib.messages
  44225. web_1 | > django.contrib.staticfiles
  44226. web_1 | > django.contrib.admin
  44227. web_1 | > south
  44228. web_1 | > crispy_forms
  44229. web_1 | > avatar
  44230. web_1 | > bootstrap3
  44231. web_1 | > users
  44232. web_1 | > allauth
  44233. web_1 | > allauth.account
  44234. web_1 | > django.contrib.humanize
  44235. web_1 | > debug_toolbar
  44236. web_1 |
  44237. web_1 | Not synced (use migrations):
  44238. web_1 | - allauth.socialaccount
  44239. web_1 | - django_extensions
  44240. web_1 | (use ./manage.py migrate to migrate these)
  44241. web_1 | Running migrations for socialaccount:
  44242. web_1 | - Nothing to migrate.
  44243. web_1 | - Loading initial data for socialaccount.
  44244. web_1 | Installed 0 object(s) from 0 fixture(s)
  44245. web_1 | Running migrations for django_extensions:
  44246. web_1 | - Nothing to migrate.
  44247. web_1 | - Loading initial data for django_extensions.
  44248. web_1 | Installed 0 object(s) from 0 fixture(s)
  44249. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44250. web_1 | [GCC 4.9.2] on linux2
  44251. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44252. web_1 | (InteractiveConsole)
  44253. web_1 |
  44254. web_1 | >>> >>> Starting the server
  44255. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44256. web_1 |
  44257. web_1 | Fatal error: Unable to find local grunt.
  44258. web_1 |
  44259. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44260. web_1 | your project. For more information about installing and configuring grunt,
  44261. web_1 | please see the Getting Started guide:
  44262. web_1 |
  44263. web_1 | http://gruntjs.com/getting-started
  44264. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44265. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44266. web_1 | Syncing...
  44267. web_1 | Creating tables ...
  44268. web_1 | Installing custom SQL ...
  44269. web_1 | Installing indexes ...
  44270. web_1 | Installed 0 object(s) from 0 fixture(s)
  44271. web_1 |
  44272. web_1 | Synced:
  44273. web_1 | > django.contrib.auth
  44274. web_1 | > django.contrib.contenttypes
  44275. web_1 | > django.contrib.sessions
  44276. web_1 | > django.contrib.sites
  44277. web_1 | > django.contrib.messages
  44278. web_1 | > django.contrib.staticfiles
  44279. web_1 | > django.contrib.admin
  44280. web_1 | > south
  44281. web_1 | > crispy_forms
  44282. web_1 | > avatar
  44283. web_1 | > bootstrap3
  44284. web_1 | > users
  44285. web_1 | > allauth
  44286. web_1 | > allauth.account
  44287. web_1 | > django.contrib.humanize
  44288. web_1 | > debug_toolbar
  44289. web_1 |
  44290. web_1 | Not synced (use migrations):
  44291. web_1 | - allauth.socialaccount
  44292. web_1 | - django_extensions
  44293. web_1 | (use ./manage.py migrate to migrate these)
  44294. web_1 | Running migrations for socialaccount:
  44295. web_1 | - Nothing to migrate.
  44296. web_1 | - Loading initial data for socialaccount.
  44297. web_1 | Installed 0 object(s) from 0 fixture(s)
  44298. web_1 | Running migrations for django_extensions:
  44299. web_1 | - Nothing to migrate.
  44300. web_1 | - Loading initial data for django_extensions.
  44301. web_1 | Installed 0 object(s) from 0 fixture(s)
  44302. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44303. web_1 | [GCC 4.9.2] on linux2
  44304. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44305. web_1 | (InteractiveConsole)
  44306. web_1 |
  44307. web_1 | >>> >>> Starting the server
  44308. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44309. web_1 |
  44310. web_1 | Fatal error: Unable to find local grunt.
  44311. web_1 |
  44312. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44313. web_1 | your project. For more information about installing and configuring grunt,
  44314. web_1 | please see the Getting Started guide:
  44315. web_1 |
  44316. web_1 | http://gruntjs.com/getting-started
  44317. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44318. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44319. web_1 | Syncing...
  44320. web_1 | Creating tables ...
  44321. web_1 | Installing custom SQL ...
  44322. web_1 | Installing indexes ...
  44323. web_1 | Installed 0 object(s) from 0 fixture(s)
  44324. web_1 |
  44325. web_1 | Synced:
  44326. web_1 | > django.contrib.auth
  44327. web_1 | > django.contrib.contenttypes
  44328. web_1 | > django.contrib.sessions
  44329. web_1 | > django.contrib.sites
  44330. web_1 | > django.contrib.messages
  44331. web_1 | > django.contrib.staticfiles
  44332. web_1 | > django.contrib.admin
  44333. web_1 | > south
  44334. web_1 | > crispy_forms
  44335. web_1 | > avatar
  44336. web_1 | > bootstrap3
  44337. web_1 | > users
  44338. web_1 | > allauth
  44339. web_1 | > allauth.account
  44340. web_1 | > django.contrib.humanize
  44341. web_1 | > debug_toolbar
  44342. web_1 |
  44343. web_1 | Not synced (use migrations):
  44344. web_1 | - allauth.socialaccount
  44345. web_1 | - django_extensions
  44346. web_1 | (use ./manage.py migrate to migrate these)
  44347. web_1 | Running migrations for socialaccount:
  44348. web_1 | - Nothing to migrate.
  44349. web_1 | - Loading initial data for socialaccount.
  44350. web_1 | Installed 0 object(s) from 0 fixture(s)
  44351. web_1 | Running migrations for django_extensions:
  44352. web_1 | - Nothing to migrate.
  44353. web_1 | - Loading initial data for django_extensions.
  44354. web_1 | Installed 0 object(s) from 0 fixture(s)
  44355. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44356. web_1 | [GCC 4.9.2] on linux2
  44357. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44358. web_1 | (InteractiveConsole)
  44359. web_1 |
  44360. web_1 | >>> >>> Starting the server
  44361. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44362. web_1 |
  44363. web_1 | Fatal error: Unable to find local grunt.
  44364. web_1 |
  44365. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44366. web_1 | your project. For more information about installing and configuring grunt,
  44367. web_1 | please see the Getting Started guide:
  44368. web_1 |
  44369. web_1 | http://gruntjs.com/getting-started
  44370. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44371. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44372. web_1 | Syncing...
  44373. web_1 | Creating tables ...
  44374. web_1 | Installing custom SQL ...
  44375. web_1 | Installing indexes ...
  44376. web_1 | Installed 0 object(s) from 0 fixture(s)
  44377. web_1 |
  44378. web_1 | Synced:
  44379. web_1 | > django.contrib.auth
  44380. web_1 | > django.contrib.contenttypes
  44381. web_1 | > django.contrib.sessions
  44382. web_1 | > django.contrib.sites
  44383. web_1 | > django.contrib.messages
  44384. web_1 | > django.contrib.staticfiles
  44385. web_1 | > django.contrib.admin
  44386. web_1 | > south
  44387. web_1 | > crispy_forms
  44388. web_1 | > avatar
  44389. web_1 | > bootstrap3
  44390. web_1 | > users
  44391. web_1 | > allauth
  44392. web_1 | > allauth.account
  44393. web_1 | > django.contrib.humanize
  44394. web_1 | > debug_toolbar
  44395. web_1 |
  44396. web_1 | Not synced (use migrations):
  44397. web_1 | - allauth.socialaccount
  44398. web_1 | - django_extensions
  44399. web_1 | (use ./manage.py migrate to migrate these)
  44400. web_1 | Running migrations for socialaccount:
  44401. web_1 | - Nothing to migrate.
  44402. web_1 | - Loading initial data for socialaccount.
  44403. web_1 | Installed 0 object(s) from 0 fixture(s)
  44404. web_1 | Running migrations for django_extensions:
  44405. web_1 | - Nothing to migrate.
  44406. web_1 | - Loading initial data for django_extensions.
  44407. web_1 | Installed 0 object(s) from 0 fixture(s)
  44408. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44409. web_1 | [GCC 4.9.2] on linux2
  44410. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44411. web_1 | (InteractiveConsole)
  44412. web_1 |
  44413. web_1 | >>> >>> Starting the server
  44414. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44415. web_1 |
  44416. web_1 | Fatal error: Unable to find local grunt.
  44417. web_1 |
  44418. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44419. web_1 | your project. For more information about installing and configuring grunt,
  44420. web_1 | please see the Getting Started guide:
  44421. web_1 |
  44422. web_1 | http://gruntjs.com/getting-started
  44423. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44424. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44425. web_1 | Syncing...
  44426. web_1 | Creating tables ...
  44427. web_1 | Installing custom SQL ...
  44428. web_1 | Installing indexes ...
  44429. web_1 | Installed 0 object(s) from 0 fixture(s)
  44430. web_1 |
  44431. web_1 | Synced:
  44432. web_1 | > django.contrib.auth
  44433. web_1 | > django.contrib.contenttypes
  44434. web_1 | > django.contrib.sessions
  44435. web_1 | > django.contrib.sites
  44436. web_1 | > django.contrib.messages
  44437. web_1 | > django.contrib.staticfiles
  44438. web_1 | > django.contrib.admin
  44439. web_1 | > south
  44440. web_1 | > crispy_forms
  44441. web_1 | > avatar
  44442. web_1 | > bootstrap3
  44443. web_1 | > users
  44444. web_1 | > allauth
  44445. web_1 | > allauth.account
  44446. web_1 | > django.contrib.humanize
  44447. web_1 | > debug_toolbar
  44448. web_1 |
  44449. web_1 | Not synced (use migrations):
  44450. web_1 | - allauth.socialaccount
  44451. web_1 | - django_extensions
  44452. web_1 | (use ./manage.py migrate to migrate these)
  44453. web_1 | Running migrations for socialaccount:
  44454. web_1 | - Nothing to migrate.
  44455. web_1 | - Loading initial data for socialaccount.
  44456. web_1 | Installed 0 object(s) from 0 fixture(s)
  44457. web_1 | Running migrations for django_extensions:
  44458. web_1 | - Nothing to migrate.
  44459. web_1 | - Loading initial data for django_extensions.
  44460. web_1 | Installed 0 object(s) from 0 fixture(s)
  44461. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44462. web_1 | [GCC 4.9.2] on linux2
  44463. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44464. web_1 | (InteractiveConsole)
  44465. web_1 |
  44466. web_1 | >>> >>> Starting the server
  44467. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44468. web_1 |
  44469. web_1 | Fatal error: Unable to find local grunt.
  44470. web_1 |
  44471. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44472. web_1 | your project. For more information about installing and configuring grunt,
  44473. web_1 | please see the Getting Started guide:
  44474. web_1 |
  44475. web_1 | http://gruntjs.com/getting-started
  44476. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44477. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44478. web_1 | Syncing...
  44479. web_1 | Creating tables ...
  44480. web_1 | Installing custom SQL ...
  44481. web_1 | Installing indexes ...
  44482. web_1 | Installed 0 object(s) from 0 fixture(s)
  44483. web_1 |
  44484. web_1 | Synced:
  44485. web_1 | > django.contrib.auth
  44486. web_1 | > django.contrib.contenttypes
  44487. web_1 | > django.contrib.sessions
  44488. web_1 | > django.contrib.sites
  44489. web_1 | > django.contrib.messages
  44490. web_1 | > django.contrib.staticfiles
  44491. web_1 | > django.contrib.admin
  44492. web_1 | > south
  44493. web_1 | > crispy_forms
  44494. web_1 | > avatar
  44495. web_1 | > bootstrap3
  44496. web_1 | > users
  44497. web_1 | > allauth
  44498. web_1 | > allauth.account
  44499. web_1 | > django.contrib.humanize
  44500. web_1 | > debug_toolbar
  44501. web_1 |
  44502. web_1 | Not synced (use migrations):
  44503. web_1 | - allauth.socialaccount
  44504. web_1 | - django_extensions
  44505. web_1 | (use ./manage.py migrate to migrate these)
  44506. web_1 | Running migrations for socialaccount:
  44507. web_1 | - Nothing to migrate.
  44508. web_1 | - Loading initial data for socialaccount.
  44509. web_1 | Installed 0 object(s) from 0 fixture(s)
  44510. web_1 | Running migrations for django_extensions:
  44511. web_1 | - Nothing to migrate.
  44512. web_1 | - Loading initial data for django_extensions.
  44513. web_1 | Installed 0 object(s) from 0 fixture(s)
  44514. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44515. web_1 | [GCC 4.9.2] on linux2
  44516. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44517. web_1 | (InteractiveConsole)
  44518. web_1 |
  44519. web_1 | >>> >>> Starting the server
  44520. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44521. web_1 |
  44522. web_1 | Fatal error: Unable to find local grunt.
  44523. web_1 |
  44524. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44525. web_1 | your project. For more information about installing and configuring grunt,
  44526. web_1 | please see the Getting Started guide:
  44527. web_1 |
  44528. web_1 | http://gruntjs.com/getting-started
  44529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44530. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44531. web_1 | Syncing...
  44532. web_1 | Creating tables ...
  44533. web_1 | Installing custom SQL ...
  44534. web_1 | Installing indexes ...
  44535. web_1 | Installed 0 object(s) from 0 fixture(s)
  44536. web_1 |
  44537. web_1 | Synced:
  44538. web_1 | > django.contrib.auth
  44539. web_1 | > django.contrib.contenttypes
  44540. web_1 | > django.contrib.sessions
  44541. web_1 | > django.contrib.sites
  44542. web_1 | > django.contrib.messages
  44543. web_1 | > django.contrib.staticfiles
  44544. web_1 | > django.contrib.admin
  44545. web_1 | > south
  44546. web_1 | > crispy_forms
  44547. web_1 | > avatar
  44548. web_1 | > bootstrap3
  44549. web_1 | > users
  44550. web_1 | > allauth
  44551. web_1 | > allauth.account
  44552. web_1 | > django.contrib.humanize
  44553. web_1 | > debug_toolbar
  44554. web_1 |
  44555. web_1 | Not synced (use migrations):
  44556. web_1 | - allauth.socialaccount
  44557. web_1 | - django_extensions
  44558. web_1 | (use ./manage.py migrate to migrate these)
  44559. web_1 | Running migrations for socialaccount:
  44560. web_1 | - Nothing to migrate.
  44561. web_1 | - Loading initial data for socialaccount.
  44562. web_1 | Installed 0 object(s) from 0 fixture(s)
  44563. web_1 | Running migrations for django_extensions:
  44564. web_1 | - Nothing to migrate.
  44565. web_1 | - Loading initial data for django_extensions.
  44566. web_1 | Installed 0 object(s) from 0 fixture(s)
  44567. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44568. web_1 | [GCC 4.9.2] on linux2
  44569. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44570. web_1 | (InteractiveConsole)
  44571. web_1 |
  44572. web_1 | >>> >>> Starting the server
  44573. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44574. web_1 |
  44575. web_1 | Fatal error: Unable to find local grunt.
  44576. web_1 |
  44577. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44578. web_1 | your project. For more information about installing and configuring grunt,
  44579. web_1 | please see the Getting Started guide:
  44580. web_1 |
  44581. web_1 | http://gruntjs.com/getting-started
  44582. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44583. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44584. web_1 | Syncing...
  44585. web_1 | Creating tables ...
  44586. web_1 | Installing custom SQL ...
  44587. web_1 | Installing indexes ...
  44588. web_1 | Installed 0 object(s) from 0 fixture(s)
  44589. web_1 |
  44590. web_1 | Synced:
  44591. web_1 | > django.contrib.auth
  44592. web_1 | > django.contrib.contenttypes
  44593. web_1 | > django.contrib.sessions
  44594. web_1 | > django.contrib.sites
  44595. web_1 | > django.contrib.messages
  44596. web_1 | > django.contrib.staticfiles
  44597. web_1 | > django.contrib.admin
  44598. web_1 | > south
  44599. web_1 | > crispy_forms
  44600. web_1 | > avatar
  44601. web_1 | > bootstrap3
  44602. web_1 | > users
  44603. web_1 | > allauth
  44604. web_1 | > allauth.account
  44605. web_1 | > django.contrib.humanize
  44606. web_1 | > debug_toolbar
  44607. web_1 |
  44608. web_1 | Not synced (use migrations):
  44609. web_1 | - allauth.socialaccount
  44610. web_1 | - django_extensions
  44611. web_1 | (use ./manage.py migrate to migrate these)
  44612. web_1 | Running migrations for socialaccount:
  44613. web_1 | - Nothing to migrate.
  44614. web_1 | - Loading initial data for socialaccount.
  44615. web_1 | Installed 0 object(s) from 0 fixture(s)
  44616. web_1 | Running migrations for django_extensions:
  44617. web_1 | - Nothing to migrate.
  44618. web_1 | - Loading initial data for django_extensions.
  44619. web_1 | Installed 0 object(s) from 0 fixture(s)
  44620. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44621. web_1 | [GCC 4.9.2] on linux2
  44622. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44623. web_1 | (InteractiveConsole)
  44624. web_1 |
  44625. web_1 | >>> >>> Starting the server
  44626. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44627. web_1 |
  44628. web_1 | Fatal error: Unable to find local grunt.
  44629. web_1 |
  44630. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44631. web_1 | your project. For more information about installing and configuring grunt,
  44632. web_1 | please see the Getting Started guide:
  44633. web_1 |
  44634. web_1 | http://gruntjs.com/getting-started
  44635. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44636. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44637. web_1 | Syncing...
  44638. web_1 | Creating tables ...
  44639. web_1 | Installing custom SQL ...
  44640. web_1 | Installing indexes ...
  44641. web_1 | Installed 0 object(s) from 0 fixture(s)
  44642. web_1 |
  44643. web_1 | Synced:
  44644. web_1 | > django.contrib.auth
  44645. web_1 | > django.contrib.contenttypes
  44646. web_1 | > django.contrib.sessions
  44647. web_1 | > django.contrib.sites
  44648. web_1 | > django.contrib.messages
  44649. web_1 | > django.contrib.staticfiles
  44650. web_1 | > django.contrib.admin
  44651. web_1 | > south
  44652. web_1 | > crispy_forms
  44653. web_1 | > avatar
  44654. web_1 | > bootstrap3
  44655. web_1 | > users
  44656. web_1 | > allauth
  44657. web_1 | > allauth.account
  44658. web_1 | > django.contrib.humanize
  44659. web_1 | > debug_toolbar
  44660. web_1 |
  44661. web_1 | Not synced (use migrations):
  44662. web_1 | - allauth.socialaccount
  44663. web_1 | - django_extensions
  44664. web_1 | (use ./manage.py migrate to migrate these)
  44665. web_1 | Running migrations for socialaccount:
  44666. web_1 | - Nothing to migrate.
  44667. web_1 | - Loading initial data for socialaccount.
  44668. web_1 | Installed 0 object(s) from 0 fixture(s)
  44669. web_1 | Running migrations for django_extensions:
  44670. web_1 | - Nothing to migrate.
  44671. web_1 | - Loading initial data for django_extensions.
  44672. web_1 | Installed 0 object(s) from 0 fixture(s)
  44673. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44674. web_1 | [GCC 4.9.2] on linux2
  44675. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44676. web_1 | (InteractiveConsole)
  44677. web_1 |
  44678. web_1 | >>> >>> Starting the server
  44679. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44680. web_1 |
  44681. web_1 | Fatal error: Unable to find local grunt.
  44682. web_1 |
  44683. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44684. web_1 | your project. For more information about installing and configuring grunt,
  44685. web_1 | please see the Getting Started guide:
  44686. web_1 |
  44687. web_1 | http://gruntjs.com/getting-started
  44688. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44689. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44690. web_1 | Syncing...
  44691. web_1 | Creating tables ...
  44692. web_1 | Installing custom SQL ...
  44693. web_1 | Installing indexes ...
  44694. web_1 | Installed 0 object(s) from 0 fixture(s)
  44695. web_1 |
  44696. web_1 | Synced:
  44697. web_1 | > django.contrib.auth
  44698. web_1 | > django.contrib.contenttypes
  44699. web_1 | > django.contrib.sessions
  44700. web_1 | > django.contrib.sites
  44701. web_1 | > django.contrib.messages
  44702. web_1 | > django.contrib.staticfiles
  44703. web_1 | > django.contrib.admin
  44704. web_1 | > south
  44705. web_1 | > crispy_forms
  44706. web_1 | > avatar
  44707. web_1 | > bootstrap3
  44708. web_1 | > users
  44709. web_1 | > allauth
  44710. web_1 | > allauth.account
  44711. web_1 | > django.contrib.humanize
  44712. web_1 | > debug_toolbar
  44713. web_1 |
  44714. web_1 | Not synced (use migrations):
  44715. web_1 | - allauth.socialaccount
  44716. web_1 | - django_extensions
  44717. web_1 | (use ./manage.py migrate to migrate these)
  44718. web_1 | Running migrations for socialaccount:
  44719. web_1 | - Nothing to migrate.
  44720. web_1 | - Loading initial data for socialaccount.
  44721. web_1 | Installed 0 object(s) from 0 fixture(s)
  44722. web_1 | Running migrations for django_extensions:
  44723. web_1 | - Nothing to migrate.
  44724. web_1 | - Loading initial data for django_extensions.
  44725. web_1 | Installed 0 object(s) from 0 fixture(s)
  44726. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44727. web_1 | [GCC 4.9.2] on linux2
  44728. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44729. web_1 | (InteractiveConsole)
  44730. web_1 |
  44731. web_1 | >>> >>> Starting the server
  44732. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44733. web_1 |
  44734. web_1 | Fatal error: Unable to find local grunt.
  44735. web_1 |
  44736. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44737. web_1 | your project. For more information about installing and configuring grunt,
  44738. web_1 | please see the Getting Started guide:
  44739. web_1 |
  44740. web_1 | http://gruntjs.com/getting-started
  44741. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44742. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44743. web_1 | Syncing...
  44744. web_1 | Creating tables ...
  44745. web_1 | Installing custom SQL ...
  44746. web_1 | Installing indexes ...
  44747. web_1 | Installed 0 object(s) from 0 fixture(s)
  44748. web_1 |
  44749. web_1 | Synced:
  44750. web_1 | > django.contrib.auth
  44751. web_1 | > django.contrib.contenttypes
  44752. web_1 | > django.contrib.sessions
  44753. web_1 | > django.contrib.sites
  44754. web_1 | > django.contrib.messages
  44755. web_1 | > django.contrib.staticfiles
  44756. web_1 | > django.contrib.admin
  44757. web_1 | > south
  44758. web_1 | > crispy_forms
  44759. web_1 | > avatar
  44760. web_1 | > bootstrap3
  44761. web_1 | > users
  44762. web_1 | > allauth
  44763. web_1 | > allauth.account
  44764. web_1 | > django.contrib.humanize
  44765. web_1 | > debug_toolbar
  44766. web_1 |
  44767. web_1 | Not synced (use migrations):
  44768. web_1 | - allauth.socialaccount
  44769. web_1 | - django_extensions
  44770. web_1 | (use ./manage.py migrate to migrate these)
  44771. web_1 | Running migrations for socialaccount:
  44772. web_1 | - Nothing to migrate.
  44773. web_1 | - Loading initial data for socialaccount.
  44774. web_1 | Installed 0 object(s) from 0 fixture(s)
  44775. web_1 | Running migrations for django_extensions:
  44776. web_1 | - Nothing to migrate.
  44777. web_1 | - Loading initial data for django_extensions.
  44778. web_1 | Installed 0 object(s) from 0 fixture(s)
  44779. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44780. web_1 | [GCC 4.9.2] on linux2
  44781. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44782. web_1 | (InteractiveConsole)
  44783. web_1 |
  44784. web_1 | >>> >>> Starting the server
  44785. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44786. web_1 |
  44787. web_1 | Fatal error: Unable to find local grunt.
  44788. web_1 |
  44789. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44790. web_1 | your project. For more information about installing and configuring grunt,
  44791. web_1 | please see the Getting Started guide:
  44792. web_1 |
  44793. web_1 | http://gruntjs.com/getting-started
  44794. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44795. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44796. web_1 | Syncing...
  44797. web_1 | Creating tables ...
  44798. web_1 | Installing custom SQL ...
  44799. web_1 | Installing indexes ...
  44800. web_1 | Installed 0 object(s) from 0 fixture(s)
  44801. web_1 |
  44802. web_1 | Synced:
  44803. web_1 | > django.contrib.auth
  44804. web_1 | > django.contrib.contenttypes
  44805. web_1 | > django.contrib.sessions
  44806. web_1 | > django.contrib.sites
  44807. web_1 | > django.contrib.messages
  44808. web_1 | > django.contrib.staticfiles
  44809. web_1 | > django.contrib.admin
  44810. web_1 | > south
  44811. web_1 | > crispy_forms
  44812. web_1 | > avatar
  44813. web_1 | > bootstrap3
  44814. web_1 | > users
  44815. web_1 | > allauth
  44816. web_1 | > allauth.account
  44817. web_1 | > django.contrib.humanize
  44818. web_1 | > debug_toolbar
  44819. web_1 |
  44820. web_1 | Not synced (use migrations):
  44821. web_1 | - allauth.socialaccount
  44822. web_1 | - django_extensions
  44823. web_1 | (use ./manage.py migrate to migrate these)
  44824. web_1 | Running migrations for socialaccount:
  44825. web_1 | - Nothing to migrate.
  44826. web_1 | - Loading initial data for socialaccount.
  44827. web_1 | Installed 0 object(s) from 0 fixture(s)
  44828. web_1 | Running migrations for django_extensions:
  44829. web_1 | - Nothing to migrate.
  44830. web_1 | - Loading initial data for django_extensions.
  44831. web_1 | Installed 0 object(s) from 0 fixture(s)
  44832. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44833. web_1 | [GCC 4.9.2] on linux2
  44834. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44835. web_1 | (InteractiveConsole)
  44836. web_1 |
  44837. web_1 | >>> >>> Starting the server
  44838. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44839. web_1 |
  44840. web_1 | Fatal error: Unable to find local grunt.
  44841. web_1 |
  44842. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44843. web_1 | your project. For more information about installing and configuring grunt,
  44844. web_1 | please see the Getting Started guide:
  44845. web_1 |
  44846. web_1 | http://gruntjs.com/getting-started
  44847. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44848. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44849. web_1 | Syncing...
  44850. web_1 | Creating tables ...
  44851. web_1 | Installing custom SQL ...
  44852. web_1 | Installing indexes ...
  44853. web_1 | Installed 0 object(s) from 0 fixture(s)
  44854. web_1 |
  44855. web_1 | Synced:
  44856. web_1 | > django.contrib.auth
  44857. web_1 | > django.contrib.contenttypes
  44858. web_1 | > django.contrib.sessions
  44859. web_1 | > django.contrib.sites
  44860. web_1 | > django.contrib.messages
  44861. web_1 | > django.contrib.staticfiles
  44862. web_1 | > django.contrib.admin
  44863. web_1 | > south
  44864. web_1 | > crispy_forms
  44865. web_1 | > avatar
  44866. web_1 | > bootstrap3
  44867. web_1 | > users
  44868. web_1 | > allauth
  44869. web_1 | > allauth.account
  44870. web_1 | > django.contrib.humanize
  44871. web_1 | > debug_toolbar
  44872. web_1 |
  44873. web_1 | Not synced (use migrations):
  44874. web_1 | - allauth.socialaccount
  44875. web_1 | - django_extensions
  44876. web_1 | (use ./manage.py migrate to migrate these)
  44877. web_1 | Running migrations for socialaccount:
  44878. web_1 | - Nothing to migrate.
  44879. web_1 | - Loading initial data for socialaccount.
  44880. web_1 | Installed 0 object(s) from 0 fixture(s)
  44881. web_1 | Running migrations for django_extensions:
  44882. web_1 | - Nothing to migrate.
  44883. web_1 | - Loading initial data for django_extensions.
  44884. web_1 | Installed 0 object(s) from 0 fixture(s)
  44885. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44886. web_1 | [GCC 4.9.2] on linux2
  44887. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44888. web_1 | (InteractiveConsole)
  44889. web_1 |
  44890. web_1 | >>> >>> Starting the server
  44891. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44892. web_1 |
  44893. web_1 | Fatal error: Unable to find local grunt.
  44894. web_1 |
  44895. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44896. web_1 | your project. For more information about installing and configuring grunt,
  44897. web_1 | please see the Getting Started guide:
  44898. web_1 |
  44899. web_1 | http://gruntjs.com/getting-started
  44900. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44901. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44902. web_1 | Syncing...
  44903. web_1 | Creating tables ...
  44904. web_1 | Installing custom SQL ...
  44905. web_1 | Installing indexes ...
  44906. web_1 | Installed 0 object(s) from 0 fixture(s)
  44907. web_1 |
  44908. web_1 | Synced:
  44909. web_1 | > django.contrib.auth
  44910. web_1 | > django.contrib.contenttypes
  44911. web_1 | > django.contrib.sessions
  44912. web_1 | > django.contrib.sites
  44913. web_1 | > django.contrib.messages
  44914. web_1 | > django.contrib.staticfiles
  44915. web_1 | > django.contrib.admin
  44916. web_1 | > south
  44917. web_1 | > crispy_forms
  44918. web_1 | > avatar
  44919. web_1 | > bootstrap3
  44920. web_1 | > users
  44921. web_1 | > allauth
  44922. web_1 | > allauth.account
  44923. web_1 | > django.contrib.humanize
  44924. web_1 | > debug_toolbar
  44925. web_1 |
  44926. web_1 | Not synced (use migrations):
  44927. web_1 | - allauth.socialaccount
  44928. web_1 | - django_extensions
  44929. web_1 | (use ./manage.py migrate to migrate these)
  44930. web_1 | Running migrations for socialaccount:
  44931. web_1 | - Nothing to migrate.
  44932. web_1 | - Loading initial data for socialaccount.
  44933. web_1 | Installed 0 object(s) from 0 fixture(s)
  44934. web_1 | Running migrations for django_extensions:
  44935. web_1 | - Nothing to migrate.
  44936. web_1 | - Loading initial data for django_extensions.
  44937. web_1 | Installed 0 object(s) from 0 fixture(s)
  44938. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44939. web_1 | [GCC 4.9.2] on linux2
  44940. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44941. web_1 | (InteractiveConsole)
  44942. web_1 |
  44943. web_1 | >>> >>> Starting the server
  44944. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44945. web_1 |
  44946. web_1 | Fatal error: Unable to find local grunt.
  44947. web_1 |
  44948. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  44949. web_1 | your project. For more information about installing and configuring grunt,
  44950. web_1 | please see the Getting Started guide:
  44951. web_1 |
  44952. web_1 | http://gruntjs.com/getting-started
  44953. web_1 | Starting OpenBSD Secure Shell server: sshd.
  44954. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  44955. web_1 | Syncing...
  44956. web_1 | Creating tables ...
  44957. web_1 | Installing custom SQL ...
  44958. web_1 | Installing indexes ...
  44959. web_1 | Installed 0 object(s) from 0 fixture(s)
  44960. web_1 |
  44961. web_1 | Synced:
  44962. web_1 | > django.contrib.auth
  44963. web_1 | > django.contrib.contenttypes
  44964. web_1 | > django.contrib.sessions
  44965. web_1 | > django.contrib.sites
  44966. web_1 | > django.contrib.messages
  44967. web_1 | > django.contrib.staticfiles
  44968. web_1 | > django.contrib.admin
  44969. web_1 | > south
  44970. web_1 | > crispy_forms
  44971. web_1 | > avatar
  44972. web_1 | > bootstrap3
  44973. web_1 | > users
  44974. web_1 | > allauth
  44975. web_1 | > allauth.account
  44976. web_1 | > django.contrib.humanize
  44977. web_1 | > debug_toolbar
  44978. web_1 |
  44979. web_1 | Not synced (use migrations):
  44980. web_1 | - allauth.socialaccount
  44981. web_1 | - django_extensions
  44982. web_1 | (use ./manage.py migrate to migrate these)
  44983. web_1 | Running migrations for socialaccount:
  44984. web_1 | - Nothing to migrate.
  44985. web_1 | - Loading initial data for socialaccount.
  44986. web_1 | Installed 0 object(s) from 0 fixture(s)
  44987. web_1 | Running migrations for django_extensions:
  44988. web_1 | - Nothing to migrate.
  44989. web_1 | - Loading initial data for django_extensions.
  44990. web_1 | Installed 0 object(s) from 0 fixture(s)
  44991. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  44992. web_1 | [GCC 4.9.2] on linux2
  44993. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  44994. web_1 | (InteractiveConsole)
  44995. web_1 |
  44996. web_1 | >>> >>> Starting the server
  44997. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  44998. web_1 |
  44999. web_1 | Fatal error: Unable to find local grunt.
  45000. web_1 |
  45001. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45002. web_1 | your project. For more information about installing and configuring grunt,
  45003. web_1 | please see the Getting Started guide:
  45004. web_1 |
  45005. web_1 | http://gruntjs.com/getting-started
  45006. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45007. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45008. web_1 | Syncing...
  45009. web_1 | Creating tables ...
  45010. web_1 | Installing custom SQL ...
  45011. web_1 | Installing indexes ...
  45012. web_1 | Installed 0 object(s) from 0 fixture(s)
  45013. web_1 |
  45014. web_1 | Synced:
  45015. web_1 | > django.contrib.auth
  45016. web_1 | > django.contrib.contenttypes
  45017. web_1 | > django.contrib.sessions
  45018. web_1 | > django.contrib.sites
  45019. web_1 | > django.contrib.messages
  45020. web_1 | > django.contrib.staticfiles
  45021. web_1 | > django.contrib.admin
  45022. web_1 | > south
  45023. web_1 | > crispy_forms
  45024. web_1 | > avatar
  45025. web_1 | > bootstrap3
  45026. web_1 | > users
  45027. web_1 | > allauth
  45028. web_1 | > allauth.account
  45029. web_1 | > django.contrib.humanize
  45030. web_1 | > debug_toolbar
  45031. web_1 |
  45032. web_1 | Not synced (use migrations):
  45033. web_1 | - allauth.socialaccount
  45034. web_1 | - django_extensions
  45035. web_1 | (use ./manage.py migrate to migrate these)
  45036. web_1 | Running migrations for socialaccount:
  45037. web_1 | - Nothing to migrate.
  45038. web_1 | - Loading initial data for socialaccount.
  45039. web_1 | Installed 0 object(s) from 0 fixture(s)
  45040. web_1 | Running migrations for django_extensions:
  45041. web_1 | - Nothing to migrate.
  45042. web_1 | - Loading initial data for django_extensions.
  45043. web_1 | Installed 0 object(s) from 0 fixture(s)
  45044. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45045. web_1 | [GCC 4.9.2] on linux2
  45046. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45047. web_1 | (InteractiveConsole)
  45048. web_1 |
  45049. web_1 | >>> >>> Starting the server
  45050. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45051. web_1 |
  45052. web_1 | Fatal error: Unable to find local grunt.
  45053. web_1 |
  45054. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45055. web_1 | your project. For more information about installing and configuring grunt,
  45056. web_1 | please see the Getting Started guide:
  45057. web_1 |
  45058. web_1 | http://gruntjs.com/getting-started
  45059. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45060. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45061. web_1 | Syncing...
  45062. web_1 | Creating tables ...
  45063. web_1 | Installing custom SQL ...
  45064. web_1 | Installing indexes ...
  45065. web_1 | Installed 0 object(s) from 0 fixture(s)
  45066. web_1 |
  45067. web_1 | Synced:
  45068. web_1 | > django.contrib.auth
  45069. web_1 | > django.contrib.contenttypes
  45070. web_1 | > django.contrib.sessions
  45071. web_1 | > django.contrib.sites
  45072. web_1 | > django.contrib.messages
  45073. web_1 | > django.contrib.staticfiles
  45074. web_1 | > django.contrib.admin
  45075. web_1 | > south
  45076. web_1 | > crispy_forms
  45077. web_1 | > avatar
  45078. web_1 | > bootstrap3
  45079. web_1 | > users
  45080. web_1 | > allauth
  45081. web_1 | > allauth.account
  45082. web_1 | > django.contrib.humanize
  45083. web_1 | > debug_toolbar
  45084. web_1 |
  45085. web_1 | Not synced (use migrations):
  45086. web_1 | - allauth.socialaccount
  45087. web_1 | - django_extensions
  45088. web_1 | (use ./manage.py migrate to migrate these)
  45089. web_1 | Running migrations for socialaccount:
  45090. web_1 | - Nothing to migrate.
  45091. web_1 | - Loading initial data for socialaccount.
  45092. web_1 | Installed 0 object(s) from 0 fixture(s)
  45093. web_1 | Running migrations for django_extensions:
  45094. web_1 | - Nothing to migrate.
  45095. web_1 | - Loading initial data for django_extensions.
  45096. web_1 | Installed 0 object(s) from 0 fixture(s)
  45097. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45098. web_1 | [GCC 4.9.2] on linux2
  45099. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45100. web_1 | (InteractiveConsole)
  45101. web_1 |
  45102. web_1 | >>> >>> Starting the server
  45103. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45104. web_1 |
  45105. web_1 | Fatal error: Unable to find local grunt.
  45106. web_1 |
  45107. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45108. web_1 | your project. For more information about installing and configuring grunt,
  45109. web_1 | please see the Getting Started guide:
  45110. web_1 |
  45111. web_1 | http://gruntjs.com/getting-started
  45112. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45113. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45114. web_1 | Syncing...
  45115. web_1 | Creating tables ...
  45116. web_1 | Installing custom SQL ...
  45117. web_1 | Installing indexes ...
  45118. web_1 | Installed 0 object(s) from 0 fixture(s)
  45119. web_1 |
  45120. web_1 | Synced:
  45121. web_1 | > django.contrib.auth
  45122. web_1 | > django.contrib.contenttypes
  45123. web_1 | > django.contrib.sessions
  45124. web_1 | > django.contrib.sites
  45125. web_1 | > django.contrib.messages
  45126. web_1 | > django.contrib.staticfiles
  45127. web_1 | > django.contrib.admin
  45128. web_1 | > south
  45129. web_1 | > crispy_forms
  45130. web_1 | > avatar
  45131. web_1 | > bootstrap3
  45132. web_1 | > users
  45133. web_1 | > allauth
  45134. web_1 | > allauth.account
  45135. web_1 | > django.contrib.humanize
  45136. web_1 | > debug_toolbar
  45137. web_1 |
  45138. web_1 | Not synced (use migrations):
  45139. web_1 | - allauth.socialaccount
  45140. web_1 | - django_extensions
  45141. web_1 | (use ./manage.py migrate to migrate these)
  45142. web_1 | Running migrations for socialaccount:
  45143. web_1 | - Nothing to migrate.
  45144. web_1 | - Loading initial data for socialaccount.
  45145. web_1 | Installed 0 object(s) from 0 fixture(s)
  45146. web_1 | Running migrations for django_extensions:
  45147. web_1 | - Nothing to migrate.
  45148. web_1 | - Loading initial data for django_extensions.
  45149. web_1 | Installed 0 object(s) from 0 fixture(s)
  45150. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45151. web_1 | [GCC 4.9.2] on linux2
  45152. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45153. web_1 | (InteractiveConsole)
  45154. web_1 |
  45155. web_1 | >>> >>> Starting the server
  45156. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45157. web_1 |
  45158. web_1 | Fatal error: Unable to find local grunt.
  45159. web_1 |
  45160. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45161. web_1 | your project. For more information about installing and configuring grunt,
  45162. web_1 | please see the Getting Started guide:
  45163. web_1 |
  45164. web_1 | http://gruntjs.com/getting-started
  45165. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45166. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45167. web_1 | Syncing...
  45168. web_1 | Creating tables ...
  45169. web_1 | Installing custom SQL ...
  45170. web_1 | Installing indexes ...
  45171. web_1 | Installed 0 object(s) from 0 fixture(s)
  45172. web_1 |
  45173. web_1 | Synced:
  45174. web_1 | > django.contrib.auth
  45175. web_1 | > django.contrib.contenttypes
  45176. web_1 | > django.contrib.sessions
  45177. web_1 | > django.contrib.sites
  45178. web_1 | > django.contrib.messages
  45179. web_1 | > django.contrib.staticfiles
  45180. web_1 | > django.contrib.admin
  45181. web_1 | > south
  45182. web_1 | > crispy_forms
  45183. web_1 | > avatar
  45184. web_1 | > bootstrap3
  45185. web_1 | > users
  45186. web_1 | > allauth
  45187. web_1 | > allauth.account
  45188. web_1 | > django.contrib.humanize
  45189. web_1 | > debug_toolbar
  45190. web_1 |
  45191. web_1 | Not synced (use migrations):
  45192. web_1 | - allauth.socialaccount
  45193. web_1 | - django_extensions
  45194. web_1 | (use ./manage.py migrate to migrate these)
  45195. web_1 | Running migrations for socialaccount:
  45196. web_1 | - Nothing to migrate.
  45197. web_1 | - Loading initial data for socialaccount.
  45198. web_1 | Installed 0 object(s) from 0 fixture(s)
  45199. web_1 | Running migrations for django_extensions:
  45200. web_1 | - Nothing to migrate.
  45201. web_1 | - Loading initial data for django_extensions.
  45202. web_1 | Installed 0 object(s) from 0 fixture(s)
  45203. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45204. web_1 | [GCC 4.9.2] on linux2
  45205. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45206. web_1 | (InteractiveConsole)
  45207. web_1 |
  45208. web_1 | >>> >>> Starting the server
  45209. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45210. web_1 |
  45211. web_1 | Fatal error: Unable to find local grunt.
  45212. web_1 |
  45213. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45214. web_1 | your project. For more information about installing and configuring grunt,
  45215. web_1 | please see the Getting Started guide:
  45216. web_1 |
  45217. web_1 | http://gruntjs.com/getting-started
  45218. oclweb_web_1 exited with code 99
  45219. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45220. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45221. web_1 | Syncing...
  45222. web_1 | Traceback (most recent call last):
  45223. web_1 | File "ocl_web/manage.py", line 19, in <module>
  45224. web_1 | execute_from_command_line(sys.argv)
  45225. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  45226. web_1 | utility.execute()
  45227. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  45228. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  45229. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  45230. web_1 | self.execute(*args, **options.__dict__)
  45231. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  45232. web_1 | output = self.handle(*args, **options)
  45233. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  45234. web_1 | return self.handle_noargs(**options)
  45235. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  45236. web_1 | syncdb.Command().execute(**options)
  45237. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  45238. web_1 | output = self.handle(*args, **options)
  45239. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  45240. web_1 | return self.handle_noargs(**options)
  45241. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  45242. web_1 | cursor = connection.cursor()
  45243. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  45244. web_1 | cursor = self.make_debug_cursor(self._cursor())
  45245. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  45246. web_1 | self.ensure_connection()
  45247. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45248. web_1 | self.connect()
  45249. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  45250. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  45251. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45252. web_1 | self.connect()
  45253. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  45254. web_1 | self.connection = self.get_new_connection(conn_params)
  45255. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  45256. web_1 | return Database.connect(**conn_params)
  45257. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  45258. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  45259. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  45260. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  45261. web_1 | TCP/IP connections on port 5432?
  45262. web_1 |
  45263. web_1 | Traceback (most recent call last):
  45264. web_1 | File "ocl_web/manage.py", line 19, in <module>
  45265. web_1 | execute_from_command_line(sys.argv)
  45266. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  45267. web_1 | utility.execute()
  45268. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  45269. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  45270. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  45271. web_1 | self.execute(*args, **options.__dict__)
  45272. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  45273. web_1 | output = self.handle(*args, **options)
  45274. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  45275. web_1 | ignore_ghosts = ignore_ghosts,
  45276. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  45277. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  45278. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  45279. web_1 | for h in histories:
  45280. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  45281. web_1 | self._fetch_all()
  45282. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  45283. web_1 | self._result_cache = list(self.iterator())
  45284. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  45285. web_1 | for row in compiler.results_iter():
  45286. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  45287. web_1 | for rows in self.execute_sql(MULTI):
  45288. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  45289. web_1 | cursor = self.connection.cursor()
  45290. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  45291. web_1 | cursor = self.make_debug_cursor(self._cursor())
  45292. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  45293. web_1 | self.ensure_connection()
  45294. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45295. web_1 | self.connect()
  45296. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  45297. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  45298. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45299. web_1 | self.connect()
  45300. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  45301. web_1 | self.connection = self.get_new_connection(conn_params)
  45302. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  45303. web_1 | return Database.connect(**conn_params)
  45304. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  45305. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  45306. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  45307. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  45308. web_1 | TCP/IP connections on port 5432?
  45309. web_1 |
  45310. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45311. web_1 | [GCC 4.9.2] on linux2
  45312. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45313. web_1 | (InteractiveConsole)
  45314. web_1 | Traceback (most recent call last):
  45315. web_1 | File "<console>", line 1, in <module>
  45316. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  45317. web_1 | return self.query.get_count(using=self.db)
  45318. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  45319. web_1 | number = obj.get_aggregation(using=using)[None]
  45320. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  45321. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  45322. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  45323. web_1 | cursor = self.connection.cursor()
  45324. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  45325. web_1 | cursor = self.make_debug_cursor(self._cursor())
  45326. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  45327. web_1 | self.ensure_connection()
  45328. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45329. web_1 | self.connect()
  45330. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  45331. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  45332. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  45333. web_1 | self.connect()
  45334. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  45335. web_1 | self.connection = self.get_new_connection(conn_params)
  45336. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  45337. web_1 | return Database.connect(**conn_params)
  45338. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  45339. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  45340. web_1 | OperationalError: could not connect to server: Connection refused
  45341. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  45342. web_1 | TCP/IP connections on port 5432?
  45343. web_1 |
  45344. web_1 |
  45345. web_1 | >>> >>> Starting the server
  45346. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45347. web_1 |
  45348. web_1 | Fatal error: Unable to find local grunt.
  45349. web_1 |
  45350. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45351. web_1 | your project. For more information about installing and configuring grunt,
  45352. web_1 | please see the Getting Started guide:
  45353. web_1 |
  45354. web_1 | http://gruntjs.com/getting-started
  45355. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45356. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45357. web_1 | Syncing...
  45358. web_1 | Creating tables ...
  45359. web_1 | Creating table auth_permission
  45360. web_1 | Creating table auth_group_permissions
  45361. web_1 | Creating table auth_group
  45362. web_1 | Creating table django_content_type
  45363. web_1 | Creating table django_session
  45364. web_1 | Creating table django_site
  45365. web_1 | Creating table django_admin_log
  45366. web_1 | Creating table south_migrationhistory
  45367. web_1 | Creating table avatar_avatar
  45368. web_1 | Creating table users_user_groups
  45369. web_1 | Creating table users_user_user_permissions
  45370. web_1 | Creating table users_user
  45371. web_1 | Creating table account_emailaddress
  45372. web_1 | Creating table account_emailconfirmation
  45373. web_1 | Installing custom SQL ...
  45374. web_1 | Installing indexes ...
  45375. web_1 | Installed 0 object(s) from 0 fixture(s)
  45376. web_1 |
  45377. web_1 | Synced:
  45378. web_1 | > django.contrib.auth
  45379. web_1 | > django.contrib.contenttypes
  45380. web_1 | > django.contrib.sessions
  45381. web_1 | > django.contrib.sites
  45382. web_1 | > django.contrib.messages
  45383. web_1 | > django.contrib.staticfiles
  45384. web_1 | > django.contrib.admin
  45385. web_1 | > south
  45386. web_1 | > crispy_forms
  45387. web_1 | > avatar
  45388. web_1 | > bootstrap3
  45389. web_1 | > users
  45390. web_1 | > allauth
  45391. web_1 | > allauth.account
  45392. web_1 | > django.contrib.humanize
  45393. web_1 | > debug_toolbar
  45394. web_1 |
  45395. web_1 | Not synced (use migrations):
  45396. web_1 | - allauth.socialaccount
  45397. web_1 | - django_extensions
  45398. web_1 | (use ./manage.py migrate to migrate these)
  45399. web_1 | Running migrations for socialaccount:
  45400. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  45401. web_1 | > socialaccount:0001_initial
  45402. web_1 | > socialaccount:0002_genericmodels
  45403. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  45404. web_1 | > socialaccount:0004_add_sites
  45405. web_1 | > socialaccount:0005_set_sites
  45406. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  45407. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  45408. web_1 | > socialaccount:0008_client_id
  45409. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  45410. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  45411. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  45412. web_1 | - Loading initial data for socialaccount.
  45413. web_1 | Installed 0 object(s) from 0 fixture(s)
  45414. web_1 | Running migrations for django_extensions:
  45415. web_1 | - Migrating forwards to 0001_empty.
  45416. web_1 | > django_extensions:0001_empty
  45417. web_1 | - Loading initial data for django_extensions.
  45418. web_1 | Installed 0 object(s) from 0 fixture(s)
  45419. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45420. web_1 | [GCC 4.9.2] on linux2
  45421. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45422. web_1 | (InteractiveConsole)
  45423. web_1 |
  45424. web_1 | >>> >>> Starting the server
  45425. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45426. web_1 |
  45427. web_1 | Fatal error: Unable to find local grunt.
  45428. web_1 |
  45429. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45430. web_1 | your project. For more information about installing and configuring grunt,
  45431. web_1 | please see the Getting Started guide:
  45432. web_1 |
  45433. web_1 | http://gruntjs.com/getting-started
  45434. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45435. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45436. web_1 | Syncing...
  45437. web_1 | Creating tables ...
  45438. web_1 | Installing custom SQL ...
  45439. web_1 | Installing indexes ...
  45440. web_1 | Installed 0 object(s) from 0 fixture(s)
  45441. web_1 |
  45442. web_1 | Synced:
  45443. web_1 | > django.contrib.auth
  45444. web_1 | > django.contrib.contenttypes
  45445. web_1 | > django.contrib.sessions
  45446. web_1 | > django.contrib.sites
  45447. web_1 | > django.contrib.messages
  45448. web_1 | > django.contrib.staticfiles
  45449. web_1 | > django.contrib.admin
  45450. web_1 | > south
  45451. web_1 | > crispy_forms
  45452. web_1 | > avatar
  45453. web_1 | > bootstrap3
  45454. web_1 | > users
  45455. web_1 | > allauth
  45456. web_1 | > allauth.account
  45457. web_1 | > django.contrib.humanize
  45458. web_1 | > debug_toolbar
  45459. web_1 |
  45460. web_1 | Not synced (use migrations):
  45461. web_1 | - allauth.socialaccount
  45462. web_1 | - django_extensions
  45463. web_1 | (use ./manage.py migrate to migrate these)
  45464. web_1 | Running migrations for socialaccount:
  45465. web_1 | - Nothing to migrate.
  45466. web_1 | - Loading initial data for socialaccount.
  45467. web_1 | Installed 0 object(s) from 0 fixture(s)
  45468. web_1 | Running migrations for django_extensions:
  45469. web_1 | - Nothing to migrate.
  45470. web_1 | - Loading initial data for django_extensions.
  45471. web_1 | Installed 0 object(s) from 0 fixture(s)
  45472. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45473. web_1 | [GCC 4.9.2] on linux2
  45474. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45475. web_1 | (InteractiveConsole)
  45476. web_1 |
  45477. web_1 | >>> >>> Starting the server
  45478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45479. web_1 |
  45480. web_1 | Fatal error: Unable to find local grunt.
  45481. web_1 |
  45482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45483. web_1 | your project. For more information about installing and configuring grunt,
  45484. web_1 | please see the Getting Started guide:
  45485. web_1 |
  45486. web_1 | http://gruntjs.com/getting-started
  45487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45488. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45489. web_1 | Syncing...
  45490. web_1 | Creating tables ...
  45491. web_1 | Installing custom SQL ...
  45492. web_1 | Installing indexes ...
  45493. web_1 | Installed 0 object(s) from 0 fixture(s)
  45494. web_1 |
  45495. web_1 | Synced:
  45496. web_1 | > django.contrib.auth
  45497. web_1 | > django.contrib.contenttypes
  45498. web_1 | > django.contrib.sessions
  45499. web_1 | > django.contrib.sites
  45500. web_1 | > django.contrib.messages
  45501. web_1 | > django.contrib.staticfiles
  45502. web_1 | > django.contrib.admin
  45503. web_1 | > south
  45504. web_1 | > crispy_forms
  45505. web_1 | > avatar
  45506. web_1 | > bootstrap3
  45507. web_1 | > users
  45508. web_1 | > allauth
  45509. web_1 | > allauth.account
  45510. web_1 | > django.contrib.humanize
  45511. web_1 | > debug_toolbar
  45512. web_1 |
  45513. web_1 | Not synced (use migrations):
  45514. web_1 | - allauth.socialaccount
  45515. web_1 | - django_extensions
  45516. web_1 | (use ./manage.py migrate to migrate these)
  45517. web_1 | Running migrations for socialaccount:
  45518. web_1 | - Nothing to migrate.
  45519. web_1 | - Loading initial data for socialaccount.
  45520. web_1 | Installed 0 object(s) from 0 fixture(s)
  45521. web_1 | Running migrations for django_extensions:
  45522. web_1 | - Nothing to migrate.
  45523. web_1 | - Loading initial data for django_extensions.
  45524. web_1 | Installed 0 object(s) from 0 fixture(s)
  45525. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45526. web_1 | [GCC 4.9.2] on linux2
  45527. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45528. web_1 | (InteractiveConsole)
  45529. web_1 |
  45530. web_1 | >>> >>> Starting the server
  45531. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45532. web_1 |
  45533. web_1 | Fatal error: Unable to find local grunt.
  45534. web_1 |
  45535. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45536. web_1 | your project. For more information about installing and configuring grunt,
  45537. web_1 | please see the Getting Started guide:
  45538. web_1 |
  45539. web_1 | http://gruntjs.com/getting-started
  45540. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45541. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45542. web_1 | Syncing...
  45543. web_1 | Creating tables ...
  45544. web_1 | Installing custom SQL ...
  45545. web_1 | Installing indexes ...
  45546. web_1 | Installed 0 object(s) from 0 fixture(s)
  45547. web_1 |
  45548. web_1 | Synced:
  45549. web_1 | > django.contrib.auth
  45550. web_1 | > django.contrib.contenttypes
  45551. web_1 | > django.contrib.sessions
  45552. web_1 | > django.contrib.sites
  45553. web_1 | > django.contrib.messages
  45554. web_1 | > django.contrib.staticfiles
  45555. web_1 | > django.contrib.admin
  45556. web_1 | > south
  45557. web_1 | > crispy_forms
  45558. web_1 | > avatar
  45559. web_1 | > bootstrap3
  45560. web_1 | > users
  45561. web_1 | > allauth
  45562. web_1 | > allauth.account
  45563. web_1 | > django.contrib.humanize
  45564. web_1 | > debug_toolbar
  45565. web_1 |
  45566. web_1 | Not synced (use migrations):
  45567. web_1 | - allauth.socialaccount
  45568. web_1 | - django_extensions
  45569. web_1 | (use ./manage.py migrate to migrate these)
  45570. web_1 | Running migrations for socialaccount:
  45571. web_1 | - Nothing to migrate.
  45572. web_1 | - Loading initial data for socialaccount.
  45573. web_1 | Installed 0 object(s) from 0 fixture(s)
  45574. web_1 | Running migrations for django_extensions:
  45575. web_1 | - Nothing to migrate.
  45576. web_1 | - Loading initial data for django_extensions.
  45577. web_1 | Installed 0 object(s) from 0 fixture(s)
  45578. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45579. web_1 | [GCC 4.9.2] on linux2
  45580. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45581. web_1 | (InteractiveConsole)
  45582. web_1 |
  45583. web_1 | >>> >>> Starting the server
  45584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45585. web_1 |
  45586. web_1 | Fatal error: Unable to find local grunt.
  45587. web_1 |
  45588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45589. web_1 | your project. For more information about installing and configuring grunt,
  45590. web_1 | please see the Getting Started guide:
  45591. web_1 |
  45592. web_1 | http://gruntjs.com/getting-started
  45593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45594. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45595. web_1 | Syncing...
  45596. web_1 | Creating tables ...
  45597. web_1 | Installing custom SQL ...
  45598. web_1 | Installing indexes ...
  45599. web_1 | Installed 0 object(s) from 0 fixture(s)
  45600. web_1 |
  45601. web_1 | Synced:
  45602. web_1 | > django.contrib.auth
  45603. web_1 | > django.contrib.contenttypes
  45604. web_1 | > django.contrib.sessions
  45605. web_1 | > django.contrib.sites
  45606. web_1 | > django.contrib.messages
  45607. web_1 | > django.contrib.staticfiles
  45608. web_1 | > django.contrib.admin
  45609. web_1 | > south
  45610. web_1 | > crispy_forms
  45611. web_1 | > avatar
  45612. web_1 | > bootstrap3
  45613. web_1 | > users
  45614. web_1 | > allauth
  45615. web_1 | > allauth.account
  45616. web_1 | > django.contrib.humanize
  45617. web_1 | > debug_toolbar
  45618. web_1 |
  45619. web_1 | Not synced (use migrations):
  45620. web_1 | - allauth.socialaccount
  45621. web_1 | - django_extensions
  45622. web_1 | (use ./manage.py migrate to migrate these)
  45623. web_1 | Running migrations for socialaccount:
  45624. web_1 | - Nothing to migrate.
  45625. web_1 | - Loading initial data for socialaccount.
  45626. web_1 | Installed 0 object(s) from 0 fixture(s)
  45627. web_1 | Running migrations for django_extensions:
  45628. web_1 | - Nothing to migrate.
  45629. web_1 | - Loading initial data for django_extensions.
  45630. web_1 | Installed 0 object(s) from 0 fixture(s)
  45631. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45632. web_1 | [GCC 4.9.2] on linux2
  45633. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45634. web_1 | (InteractiveConsole)
  45635. web_1 |
  45636. web_1 | >>> >>> Starting the server
  45637. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45638. web_1 |
  45639. web_1 | Fatal error: Unable to find local grunt.
  45640. web_1 |
  45641. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45642. web_1 | your project. For more information about installing and configuring grunt,
  45643. web_1 | please see the Getting Started guide:
  45644. web_1 |
  45645. web_1 | http://gruntjs.com/getting-started
  45646. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45647. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45648. web_1 | Syncing...
  45649. web_1 | Creating tables ...
  45650. web_1 | Installing custom SQL ...
  45651. web_1 | Installing indexes ...
  45652. web_1 | Installed 0 object(s) from 0 fixture(s)
  45653. web_1 |
  45654. web_1 | Synced:
  45655. web_1 | > django.contrib.auth
  45656. web_1 | > django.contrib.contenttypes
  45657. web_1 | > django.contrib.sessions
  45658. web_1 | > django.contrib.sites
  45659. web_1 | > django.contrib.messages
  45660. web_1 | > django.contrib.staticfiles
  45661. web_1 | > django.contrib.admin
  45662. web_1 | > south
  45663. web_1 | > crispy_forms
  45664. web_1 | > avatar
  45665. web_1 | > bootstrap3
  45666. web_1 | > users
  45667. web_1 | > allauth
  45668. web_1 | > allauth.account
  45669. web_1 | > django.contrib.humanize
  45670. web_1 | > debug_toolbar
  45671. web_1 |
  45672. web_1 | Not synced (use migrations):
  45673. web_1 | - allauth.socialaccount
  45674. web_1 | - django_extensions
  45675. web_1 | (use ./manage.py migrate to migrate these)
  45676. web_1 | Running migrations for socialaccount:
  45677. web_1 | - Nothing to migrate.
  45678. web_1 | - Loading initial data for socialaccount.
  45679. web_1 | Installed 0 object(s) from 0 fixture(s)
  45680. web_1 | Running migrations for django_extensions:
  45681. web_1 | - Nothing to migrate.
  45682. web_1 | - Loading initial data for django_extensions.
  45683. web_1 | Installed 0 object(s) from 0 fixture(s)
  45684. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45685. web_1 | [GCC 4.9.2] on linux2
  45686. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45687. web_1 | (InteractiveConsole)
  45688. web_1 |
  45689. web_1 | >>> >>> Starting the server
  45690. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45691. web_1 |
  45692. web_1 | Fatal error: Unable to find local grunt.
  45693. web_1 |
  45694. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45695. web_1 | your project. For more information about installing and configuring grunt,
  45696. web_1 | please see the Getting Started guide:
  45697. web_1 |
  45698. web_1 | http://gruntjs.com/getting-started
  45699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45701. web_1 | Syncing...
  45702. web_1 | Creating tables ...
  45703. web_1 | Installing custom SQL ...
  45704. web_1 | Installing indexes ...
  45705. web_1 | Installed 0 object(s) from 0 fixture(s)
  45706. web_1 |
  45707. web_1 | Synced:
  45708. web_1 | > django.contrib.auth
  45709. web_1 | > django.contrib.contenttypes
  45710. web_1 | > django.contrib.sessions
  45711. web_1 | > django.contrib.sites
  45712. web_1 | > django.contrib.messages
  45713. web_1 | > django.contrib.staticfiles
  45714. web_1 | > django.contrib.admin
  45715. web_1 | > south
  45716. web_1 | > crispy_forms
  45717. web_1 | > avatar
  45718. web_1 | > bootstrap3
  45719. web_1 | > users
  45720. web_1 | > allauth
  45721. web_1 | > allauth.account
  45722. web_1 | > django.contrib.humanize
  45723. web_1 | > debug_toolbar
  45724. web_1 |
  45725. web_1 | Not synced (use migrations):
  45726. web_1 | - allauth.socialaccount
  45727. web_1 | - django_extensions
  45728. web_1 | (use ./manage.py migrate to migrate these)
  45729. web_1 | Running migrations for socialaccount:
  45730. web_1 | - Nothing to migrate.
  45731. web_1 | - Loading initial data for socialaccount.
  45732. web_1 | Installed 0 object(s) from 0 fixture(s)
  45733. web_1 | Running migrations for django_extensions:
  45734. web_1 | - Nothing to migrate.
  45735. web_1 | - Loading initial data for django_extensions.
  45736. web_1 | Installed 0 object(s) from 0 fixture(s)
  45737. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45738. web_1 | [GCC 4.9.2] on linux2
  45739. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45740. web_1 | (InteractiveConsole)
  45741. web_1 |
  45742. web_1 | >>> >>> Starting the server
  45743. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45744. web_1 |
  45745. web_1 | Fatal error: Unable to find local grunt.
  45746. web_1 |
  45747. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45748. web_1 | your project. For more information about installing and configuring grunt,
  45749. web_1 | please see the Getting Started guide:
  45750. web_1 |
  45751. web_1 | http://gruntjs.com/getting-started
  45752. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45753. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45754. web_1 | Syncing...
  45755. web_1 | Creating tables ...
  45756. web_1 | Installing custom SQL ...
  45757. web_1 | Installing indexes ...
  45758. web_1 | Installed 0 object(s) from 0 fixture(s)
  45759. web_1 |
  45760. web_1 | Synced:
  45761. web_1 | > django.contrib.auth
  45762. web_1 | > django.contrib.contenttypes
  45763. web_1 | > django.contrib.sessions
  45764. web_1 | > django.contrib.sites
  45765. web_1 | > django.contrib.messages
  45766. web_1 | > django.contrib.staticfiles
  45767. web_1 | > django.contrib.admin
  45768. web_1 | > south
  45769. web_1 | > crispy_forms
  45770. web_1 | > avatar
  45771. web_1 | > bootstrap3
  45772. web_1 | > users
  45773. web_1 | > allauth
  45774. web_1 | > allauth.account
  45775. web_1 | > django.contrib.humanize
  45776. web_1 | > debug_toolbar
  45777. web_1 |
  45778. web_1 | Not synced (use migrations):
  45779. web_1 | - allauth.socialaccount
  45780. web_1 | - django_extensions
  45781. web_1 | (use ./manage.py migrate to migrate these)
  45782. web_1 | Running migrations for socialaccount:
  45783. web_1 | - Nothing to migrate.
  45784. web_1 | - Loading initial data for socialaccount.
  45785. web_1 | Installed 0 object(s) from 0 fixture(s)
  45786. web_1 | Running migrations for django_extensions:
  45787. web_1 | - Nothing to migrate.
  45788. web_1 | - Loading initial data for django_extensions.
  45789. web_1 | Installed 0 object(s) from 0 fixture(s)
  45790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45791. web_1 | [GCC 4.9.2] on linux2
  45792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45793. web_1 | (InteractiveConsole)
  45794. web_1 |
  45795. web_1 | >>> >>> Starting the server
  45796. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45797. web_1 |
  45798. web_1 | Fatal error: Unable to find local grunt.
  45799. web_1 |
  45800. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45801. web_1 | your project. For more information about installing and configuring grunt,
  45802. web_1 | please see the Getting Started guide:
  45803. web_1 |
  45804. web_1 | http://gruntjs.com/getting-started
  45805. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45806. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45807. web_1 | Syncing...
  45808. web_1 | Creating tables ...
  45809. web_1 | Installing custom SQL ...
  45810. web_1 | Installing indexes ...
  45811. web_1 | Installed 0 object(s) from 0 fixture(s)
  45812. web_1 |
  45813. web_1 | Synced:
  45814. web_1 | > django.contrib.auth
  45815. web_1 | > django.contrib.contenttypes
  45816. web_1 | > django.contrib.sessions
  45817. web_1 | > django.contrib.sites
  45818. web_1 | > django.contrib.messages
  45819. web_1 | > django.contrib.staticfiles
  45820. web_1 | > django.contrib.admin
  45821. web_1 | > south
  45822. web_1 | > crispy_forms
  45823. web_1 | > avatar
  45824. web_1 | > bootstrap3
  45825. web_1 | > users
  45826. web_1 | > allauth
  45827. web_1 | > allauth.account
  45828. web_1 | > django.contrib.humanize
  45829. web_1 | > debug_toolbar
  45830. web_1 |
  45831. web_1 | Not synced (use migrations):
  45832. web_1 | - allauth.socialaccount
  45833. web_1 | - django_extensions
  45834. web_1 | (use ./manage.py migrate to migrate these)
  45835. web_1 | Running migrations for socialaccount:
  45836. web_1 | - Nothing to migrate.
  45837. web_1 | - Loading initial data for socialaccount.
  45838. web_1 | Installed 0 object(s) from 0 fixture(s)
  45839. web_1 | Running migrations for django_extensions:
  45840. web_1 | - Nothing to migrate.
  45841. web_1 | - Loading initial data for django_extensions.
  45842. web_1 | Installed 0 object(s) from 0 fixture(s)
  45843. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45844. web_1 | [GCC 4.9.2] on linux2
  45845. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45846. web_1 | (InteractiveConsole)
  45847. web_1 |
  45848. web_1 | >>> >>> Starting the server
  45849. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45850. web_1 |
  45851. web_1 | Fatal error: Unable to find local grunt.
  45852. web_1 |
  45853. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45854. web_1 | your project. For more information about installing and configuring grunt,
  45855. web_1 | please see the Getting Started guide:
  45856. web_1 |
  45857. web_1 | http://gruntjs.com/getting-started
  45858. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45859. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45860. web_1 | Syncing...
  45861. web_1 | Creating tables ...
  45862. web_1 | Installing custom SQL ...
  45863. web_1 | Installing indexes ...
  45864. web_1 | Installed 0 object(s) from 0 fixture(s)
  45865. web_1 |
  45866. web_1 | Synced:
  45867. web_1 | > django.contrib.auth
  45868. web_1 | > django.contrib.contenttypes
  45869. web_1 | > django.contrib.sessions
  45870. web_1 | > django.contrib.sites
  45871. web_1 | > django.contrib.messages
  45872. web_1 | > django.contrib.staticfiles
  45873. web_1 | > django.contrib.admin
  45874. web_1 | > south
  45875. web_1 | > crispy_forms
  45876. web_1 | > avatar
  45877. web_1 | > bootstrap3
  45878. web_1 | > users
  45879. web_1 | > allauth
  45880. web_1 | > allauth.account
  45881. web_1 | > django.contrib.humanize
  45882. web_1 | > debug_toolbar
  45883. web_1 |
  45884. web_1 | Not synced (use migrations):
  45885. web_1 | - allauth.socialaccount
  45886. web_1 | - django_extensions
  45887. web_1 | (use ./manage.py migrate to migrate these)
  45888. web_1 | Running migrations for socialaccount:
  45889. web_1 | - Nothing to migrate.
  45890. web_1 | - Loading initial data for socialaccount.
  45891. web_1 | Installed 0 object(s) from 0 fixture(s)
  45892. web_1 | Running migrations for django_extensions:
  45893. web_1 | - Nothing to migrate.
  45894. web_1 | - Loading initial data for django_extensions.
  45895. web_1 | Installed 0 object(s) from 0 fixture(s)
  45896. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45897. web_1 | [GCC 4.9.2] on linux2
  45898. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45899. web_1 | (InteractiveConsole)
  45900. web_1 |
  45901. web_1 | >>> >>> Starting the server
  45902. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45903. web_1 |
  45904. web_1 | Fatal error: Unable to find local grunt.
  45905. web_1 |
  45906. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45907. web_1 | your project. For more information about installing and configuring grunt,
  45908. web_1 | please see the Getting Started guide:
  45909. web_1 |
  45910. web_1 | http://gruntjs.com/getting-started
  45911. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45912. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45913. web_1 | Syncing...
  45914. web_1 | Creating tables ...
  45915. web_1 | Installing custom SQL ...
  45916. web_1 | Installing indexes ...
  45917. web_1 | Installed 0 object(s) from 0 fixture(s)
  45918. web_1 |
  45919. web_1 | Synced:
  45920. web_1 | > django.contrib.auth
  45921. web_1 | > django.contrib.contenttypes
  45922. web_1 | > django.contrib.sessions
  45923. web_1 | > django.contrib.sites
  45924. web_1 | > django.contrib.messages
  45925. web_1 | > django.contrib.staticfiles
  45926. web_1 | > django.contrib.admin
  45927. web_1 | > south
  45928. web_1 | > crispy_forms
  45929. web_1 | > avatar
  45930. web_1 | > bootstrap3
  45931. web_1 | > users
  45932. web_1 | > allauth
  45933. web_1 | > allauth.account
  45934. web_1 | > django.contrib.humanize
  45935. web_1 | > debug_toolbar
  45936. web_1 |
  45937. web_1 | Not synced (use migrations):
  45938. web_1 | - allauth.socialaccount
  45939. web_1 | - django_extensions
  45940. web_1 | (use ./manage.py migrate to migrate these)
  45941. web_1 | Running migrations for socialaccount:
  45942. web_1 | - Nothing to migrate.
  45943. web_1 | - Loading initial data for socialaccount.
  45944. web_1 | Installed 0 object(s) from 0 fixture(s)
  45945. web_1 | Running migrations for django_extensions:
  45946. web_1 | - Nothing to migrate.
  45947. web_1 | - Loading initial data for django_extensions.
  45948. web_1 | Installed 0 object(s) from 0 fixture(s)
  45949. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  45950. web_1 | [GCC 4.9.2] on linux2
  45951. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  45952. web_1 | (InteractiveConsole)
  45953. web_1 |
  45954. web_1 | >>> >>> Starting the server
  45955. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  45956. web_1 |
  45957. web_1 | Fatal error: Unable to find local grunt.
  45958. web_1 |
  45959. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  45960. web_1 | your project. For more information about installing and configuring grunt,
  45961. web_1 | please see the Getting Started guide:
  45962. web_1 |
  45963. web_1 | http://gruntjs.com/getting-started
  45964. web_1 | Starting OpenBSD Secure Shell server: sshd.
  45965. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  45966. web_1 | Syncing...
  45967. web_1 | Creating tables ...
  45968. web_1 | Installing custom SQL ...
  45969. web_1 | Installing indexes ...
  45970. web_1 | Installed 0 object(s) from 0 fixture(s)
  45971. web_1 |
  45972. web_1 | Synced:
  45973. web_1 | > django.contrib.auth
  45974. web_1 | > django.contrib.contenttypes
  45975. web_1 | > django.contrib.sessions
  45976. web_1 | > django.contrib.sites
  45977. web_1 | > django.contrib.messages
  45978. web_1 | > django.contrib.staticfiles
  45979. web_1 | > django.contrib.admin
  45980. web_1 | > south
  45981. web_1 | > crispy_forms
  45982. web_1 | > avatar
  45983. web_1 | > bootstrap3
  45984. web_1 | > users
  45985. web_1 | > allauth
  45986. web_1 | > allauth.account
  45987. web_1 | > django.contrib.humanize
  45988. web_1 | > debug_toolbar
  45989. web_1 |
  45990. web_1 | Not synced (use migrations):
  45991. web_1 | - allauth.socialaccount
  45992. web_1 | - django_extensions
  45993. web_1 | (use ./manage.py migrate to migrate these)
  45994. web_1 | Running migrations for socialaccount:
  45995. web_1 | - Nothing to migrate.
  45996. web_1 | - Loading initial data for socialaccount.
  45997. web_1 | Installed 0 object(s) from 0 fixture(s)
  45998. web_1 | Running migrations for django_extensions:
  45999. web_1 | - Nothing to migrate.
  46000. web_1 | - Loading initial data for django_extensions.
  46001. web_1 | Installed 0 object(s) from 0 fixture(s)
  46002. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46003. web_1 | [GCC 4.9.2] on linux2
  46004. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46005. web_1 | (InteractiveConsole)
  46006. web_1 |
  46007. web_1 | >>> >>> Starting the server
  46008. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46009. web_1 |
  46010. web_1 | Fatal error: Unable to find local grunt.
  46011. web_1 |
  46012. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46013. web_1 | your project. For more information about installing and configuring grunt,
  46014. web_1 | please see the Getting Started guide:
  46015. web_1 |
  46016. web_1 | http://gruntjs.com/getting-started
  46017. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46018. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46019. web_1 | Syncing...
  46020. web_1 | Creating tables ...
  46021. web_1 | Installing custom SQL ...
  46022. web_1 | Installing indexes ...
  46023. web_1 | Installed 0 object(s) from 0 fixture(s)
  46024. web_1 |
  46025. web_1 | Synced:
  46026. web_1 | > django.contrib.auth
  46027. web_1 | > django.contrib.contenttypes
  46028. web_1 | > django.contrib.sessions
  46029. web_1 | > django.contrib.sites
  46030. web_1 | > django.contrib.messages
  46031. web_1 | > django.contrib.staticfiles
  46032. web_1 | > django.contrib.admin
  46033. web_1 | > south
  46034. web_1 | > crispy_forms
  46035. web_1 | > avatar
  46036. web_1 | > bootstrap3
  46037. web_1 | > users
  46038. web_1 | > allauth
  46039. web_1 | > allauth.account
  46040. web_1 | > django.contrib.humanize
  46041. web_1 | > debug_toolbar
  46042. web_1 |
  46043. web_1 | Not synced (use migrations):
  46044. web_1 | - allauth.socialaccount
  46045. web_1 | - django_extensions
  46046. web_1 | (use ./manage.py migrate to migrate these)
  46047. web_1 | Running migrations for socialaccount:
  46048. web_1 | - Nothing to migrate.
  46049. web_1 | - Loading initial data for socialaccount.
  46050. web_1 | Installed 0 object(s) from 0 fixture(s)
  46051. web_1 | Running migrations for django_extensions:
  46052. web_1 | - Nothing to migrate.
  46053. web_1 | - Loading initial data for django_extensions.
  46054. web_1 | Installed 0 object(s) from 0 fixture(s)
  46055. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46056. web_1 | [GCC 4.9.2] on linux2
  46057. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46058. web_1 | (InteractiveConsole)
  46059. web_1 |
  46060. web_1 | >>> >>> Starting the server
  46061. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46062. web_1 |
  46063. web_1 | Fatal error: Unable to find local grunt.
  46064. web_1 |
  46065. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46066. web_1 | your project. For more information about installing and configuring grunt,
  46067. web_1 | please see the Getting Started guide:
  46068. web_1 |
  46069. web_1 | http://gruntjs.com/getting-started
  46070. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46071. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46072. web_1 | Syncing...
  46073. web_1 | Creating tables ...
  46074. web_1 | Installing custom SQL ...
  46075. web_1 | Installing indexes ...
  46076. web_1 | Installed 0 object(s) from 0 fixture(s)
  46077. web_1 |
  46078. web_1 | Synced:
  46079. web_1 | > django.contrib.auth
  46080. web_1 | > django.contrib.contenttypes
  46081. web_1 | > django.contrib.sessions
  46082. web_1 | > django.contrib.sites
  46083. web_1 | > django.contrib.messages
  46084. web_1 | > django.contrib.staticfiles
  46085. web_1 | > django.contrib.admin
  46086. web_1 | > south
  46087. web_1 | > crispy_forms
  46088. web_1 | > avatar
  46089. web_1 | > bootstrap3
  46090. web_1 | > users
  46091. web_1 | > allauth
  46092. web_1 | > allauth.account
  46093. web_1 | > django.contrib.humanize
  46094. web_1 | > debug_toolbar
  46095. web_1 |
  46096. web_1 | Not synced (use migrations):
  46097. web_1 | - allauth.socialaccount
  46098. web_1 | - django_extensions
  46099. web_1 | (use ./manage.py migrate to migrate these)
  46100. web_1 | Running migrations for socialaccount:
  46101. web_1 | - Nothing to migrate.
  46102. web_1 | - Loading initial data for socialaccount.
  46103. web_1 | Installed 0 object(s) from 0 fixture(s)
  46104. web_1 | Running migrations for django_extensions:
  46105. web_1 | - Nothing to migrate.
  46106. web_1 | - Loading initial data for django_extensions.
  46107. web_1 | Installed 0 object(s) from 0 fixture(s)
  46108. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46109. web_1 | [GCC 4.9.2] on linux2
  46110. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46111. web_1 | (InteractiveConsole)
  46112. web_1 |
  46113. web_1 | >>> >>> Starting the server
  46114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46115. web_1 |
  46116. web_1 | Fatal error: Unable to find local grunt.
  46117. web_1 |
  46118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46119. web_1 | your project. For more information about installing and configuring grunt,
  46120. web_1 | please see the Getting Started guide:
  46121. web_1 |
  46122. web_1 | http://gruntjs.com/getting-started
  46123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46125. web_1 | Syncing...
  46126. web_1 | Creating tables ...
  46127. web_1 | Installing custom SQL ...
  46128. web_1 | Installing indexes ...
  46129. web_1 | Installed 0 object(s) from 0 fixture(s)
  46130. web_1 |
  46131. web_1 | Synced:
  46132. web_1 | > django.contrib.auth
  46133. web_1 | > django.contrib.contenttypes
  46134. web_1 | > django.contrib.sessions
  46135. web_1 | > django.contrib.sites
  46136. web_1 | > django.contrib.messages
  46137. web_1 | > django.contrib.staticfiles
  46138. web_1 | > django.contrib.admin
  46139. web_1 | > south
  46140. web_1 | > crispy_forms
  46141. web_1 | > avatar
  46142. web_1 | > bootstrap3
  46143. web_1 | > users
  46144. web_1 | > allauth
  46145. web_1 | > allauth.account
  46146. web_1 | > django.contrib.humanize
  46147. web_1 | > debug_toolbar
  46148. web_1 |
  46149. web_1 | Not synced (use migrations):
  46150. web_1 | - allauth.socialaccount
  46151. web_1 | - django_extensions
  46152. web_1 | (use ./manage.py migrate to migrate these)
  46153. web_1 | Running migrations for socialaccount:
  46154. web_1 | - Nothing to migrate.
  46155. web_1 | - Loading initial data for socialaccount.
  46156. web_1 | Installed 0 object(s) from 0 fixture(s)
  46157. web_1 | Running migrations for django_extensions:
  46158. web_1 | - Nothing to migrate.
  46159. web_1 | - Loading initial data for django_extensions.
  46160. web_1 | Installed 0 object(s) from 0 fixture(s)
  46161. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46162. web_1 | [GCC 4.9.2] on linux2
  46163. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46164. web_1 | (InteractiveConsole)
  46165. web_1 |
  46166. web_1 | >>> >>> Starting the server
  46167. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46168. web_1 |
  46169. web_1 | Fatal error: Unable to find local grunt.
  46170. web_1 |
  46171. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46172. web_1 | your project. For more information about installing and configuring grunt,
  46173. web_1 | please see the Getting Started guide:
  46174. web_1 |
  46175. web_1 | http://gruntjs.com/getting-started
  46176. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46177. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46178. web_1 | Syncing...
  46179. web_1 | Creating tables ...
  46180. web_1 | Installing custom SQL ...
  46181. web_1 | Installing indexes ...
  46182. web_1 | Installed 0 object(s) from 0 fixture(s)
  46183. web_1 |
  46184. web_1 | Synced:
  46185. web_1 | > django.contrib.auth
  46186. web_1 | > django.contrib.contenttypes
  46187. web_1 | > django.contrib.sessions
  46188. web_1 | > django.contrib.sites
  46189. web_1 | > django.contrib.messages
  46190. web_1 | > django.contrib.staticfiles
  46191. web_1 | > django.contrib.admin
  46192. web_1 | > south
  46193. web_1 | > crispy_forms
  46194. web_1 | > avatar
  46195. web_1 | > bootstrap3
  46196. web_1 | > users
  46197. web_1 | > allauth
  46198. web_1 | > allauth.account
  46199. web_1 | > django.contrib.humanize
  46200. web_1 | > debug_toolbar
  46201. web_1 |
  46202. web_1 | Not synced (use migrations):
  46203. web_1 | - allauth.socialaccount
  46204. web_1 | - django_extensions
  46205. web_1 | (use ./manage.py migrate to migrate these)
  46206. web_1 | Running migrations for socialaccount:
  46207. web_1 | - Nothing to migrate.
  46208. web_1 | - Loading initial data for socialaccount.
  46209. web_1 | Installed 0 object(s) from 0 fixture(s)
  46210. web_1 | Running migrations for django_extensions:
  46211. web_1 | - Nothing to migrate.
  46212. web_1 | - Loading initial data for django_extensions.
  46213. web_1 | Installed 0 object(s) from 0 fixture(s)
  46214. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46215. web_1 | [GCC 4.9.2] on linux2
  46216. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46217. web_1 | (InteractiveConsole)
  46218. web_1 |
  46219. web_1 | >>> >>> Starting the server
  46220. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46221. web_1 |
  46222. web_1 | Fatal error: Unable to find local grunt.
  46223. web_1 |
  46224. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46225. web_1 | your project. For more information about installing and configuring grunt,
  46226. web_1 | please see the Getting Started guide:
  46227. web_1 |
  46228. web_1 | http://gruntjs.com/getting-started
  46229. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46230. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46231. web_1 | Syncing...
  46232. web_1 | Creating tables ...
  46233. web_1 | Installing custom SQL ...
  46234. web_1 | Installing indexes ...
  46235. web_1 | Installed 0 object(s) from 0 fixture(s)
  46236. web_1 |
  46237. web_1 | Synced:
  46238. web_1 | > django.contrib.auth
  46239. web_1 | > django.contrib.contenttypes
  46240. web_1 | > django.contrib.sessions
  46241. web_1 | > django.contrib.sites
  46242. web_1 | > django.contrib.messages
  46243. web_1 | > django.contrib.staticfiles
  46244. web_1 | > django.contrib.admin
  46245. web_1 | > south
  46246. web_1 | > crispy_forms
  46247. web_1 | > avatar
  46248. web_1 | > bootstrap3
  46249. web_1 | > users
  46250. web_1 | > allauth
  46251. web_1 | > allauth.account
  46252. web_1 | > django.contrib.humanize
  46253. web_1 | > debug_toolbar
  46254. web_1 |
  46255. web_1 | Not synced (use migrations):
  46256. web_1 | - allauth.socialaccount
  46257. web_1 | - django_extensions
  46258. web_1 | (use ./manage.py migrate to migrate these)
  46259. web_1 | Running migrations for socialaccount:
  46260. web_1 | - Nothing to migrate.
  46261. web_1 | - Loading initial data for socialaccount.
  46262. web_1 | Installed 0 object(s) from 0 fixture(s)
  46263. web_1 | Running migrations for django_extensions:
  46264. web_1 | - Nothing to migrate.
  46265. web_1 | - Loading initial data for django_extensions.
  46266. web_1 | Installed 0 object(s) from 0 fixture(s)
  46267. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46268. web_1 | [GCC 4.9.2] on linux2
  46269. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46270. web_1 | (InteractiveConsole)
  46271. web_1 |
  46272. web_1 | >>> >>> Starting the server
  46273. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46274. web_1 |
  46275. web_1 | Fatal error: Unable to find local grunt.
  46276. web_1 |
  46277. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46278. web_1 | your project. For more information about installing and configuring grunt,
  46279. web_1 | please see the Getting Started guide:
  46280. web_1 |
  46281. web_1 | http://gruntjs.com/getting-started
  46282. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46283. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46284. web_1 | Syncing...
  46285. web_1 | Creating tables ...
  46286. web_1 | Installing custom SQL ...
  46287. web_1 | Installing indexes ...
  46288. web_1 | Installed 0 object(s) from 0 fixture(s)
  46289. web_1 |
  46290. web_1 | Synced:
  46291. web_1 | > django.contrib.auth
  46292. web_1 | > django.contrib.contenttypes
  46293. web_1 | > django.contrib.sessions
  46294. web_1 | > django.contrib.sites
  46295. web_1 | > django.contrib.messages
  46296. web_1 | > django.contrib.staticfiles
  46297. web_1 | > django.contrib.admin
  46298. web_1 | > south
  46299. web_1 | > crispy_forms
  46300. web_1 | > avatar
  46301. web_1 | > bootstrap3
  46302. web_1 | > users
  46303. web_1 | > allauth
  46304. web_1 | > allauth.account
  46305. web_1 | > django.contrib.humanize
  46306. web_1 | > debug_toolbar
  46307. web_1 |
  46308. web_1 | Not synced (use migrations):
  46309. web_1 | - allauth.socialaccount
  46310. web_1 | - django_extensions
  46311. web_1 | (use ./manage.py migrate to migrate these)
  46312. web_1 | Running migrations for socialaccount:
  46313. web_1 | - Nothing to migrate.
  46314. web_1 | - Loading initial data for socialaccount.
  46315. web_1 | Installed 0 object(s) from 0 fixture(s)
  46316. web_1 | Running migrations for django_extensions:
  46317. web_1 | - Nothing to migrate.
  46318. web_1 | - Loading initial data for django_extensions.
  46319. web_1 | Installed 0 object(s) from 0 fixture(s)
  46320. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46321. web_1 | [GCC 4.9.2] on linux2
  46322. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46323. web_1 | (InteractiveConsole)
  46324. web_1 |
  46325. web_1 | >>> >>> Starting the server
  46326. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46327. web_1 |
  46328. web_1 | Fatal error: Unable to find local grunt.
  46329. web_1 |
  46330. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46331. web_1 | your project. For more information about installing and configuring grunt,
  46332. web_1 | please see the Getting Started guide:
  46333. web_1 |
  46334. web_1 | http://gruntjs.com/getting-started
  46335. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46336. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46337. web_1 | Syncing...
  46338. web_1 | Creating tables ...
  46339. web_1 | Installing custom SQL ...
  46340. web_1 | Installing indexes ...
  46341. web_1 | Installed 0 object(s) from 0 fixture(s)
  46342. web_1 |
  46343. web_1 | Synced:
  46344. web_1 | > django.contrib.auth
  46345. web_1 | > django.contrib.contenttypes
  46346. web_1 | > django.contrib.sessions
  46347. web_1 | > django.contrib.sites
  46348. web_1 | > django.contrib.messages
  46349. web_1 | > django.contrib.staticfiles
  46350. web_1 | > django.contrib.admin
  46351. web_1 | > south
  46352. web_1 | > crispy_forms
  46353. web_1 | > avatar
  46354. web_1 | > bootstrap3
  46355. web_1 | > users
  46356. web_1 | > allauth
  46357. web_1 | > allauth.account
  46358. web_1 | > django.contrib.humanize
  46359. web_1 | > debug_toolbar
  46360. web_1 |
  46361. web_1 | Not synced (use migrations):
  46362. web_1 | - allauth.socialaccount
  46363. web_1 | - django_extensions
  46364. web_1 | (use ./manage.py migrate to migrate these)
  46365. web_1 | Running migrations for socialaccount:
  46366. web_1 | - Nothing to migrate.
  46367. web_1 | - Loading initial data for socialaccount.
  46368. web_1 | Installed 0 object(s) from 0 fixture(s)
  46369. web_1 | Running migrations for django_extensions:
  46370. web_1 | - Nothing to migrate.
  46371. web_1 | - Loading initial data for django_extensions.
  46372. web_1 | Installed 0 object(s) from 0 fixture(s)
  46373. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46374. web_1 | [GCC 4.9.2] on linux2
  46375. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46376. web_1 | (InteractiveConsole)
  46377. web_1 |
  46378. web_1 | >>> >>> Starting the server
  46379. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46380. web_1 |
  46381. web_1 | Fatal error: Unable to find local grunt.
  46382. web_1 |
  46383. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46384. web_1 | your project. For more information about installing and configuring grunt,
  46385. web_1 | please see the Getting Started guide:
  46386. web_1 |
  46387. web_1 | http://gruntjs.com/getting-started
  46388. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46389. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46390. web_1 | Syncing...
  46391. web_1 | Creating tables ...
  46392. web_1 | Installing custom SQL ...
  46393. web_1 | Installing indexes ...
  46394. web_1 | Installed 0 object(s) from 0 fixture(s)
  46395. web_1 |
  46396. web_1 | Synced:
  46397. web_1 | > django.contrib.auth
  46398. web_1 | > django.contrib.contenttypes
  46399. web_1 | > django.contrib.sessions
  46400. web_1 | > django.contrib.sites
  46401. web_1 | > django.contrib.messages
  46402. web_1 | > django.contrib.staticfiles
  46403. web_1 | > django.contrib.admin
  46404. web_1 | > south
  46405. web_1 | > crispy_forms
  46406. web_1 | > avatar
  46407. web_1 | > bootstrap3
  46408. web_1 | > users
  46409. web_1 | > allauth
  46410. web_1 | > allauth.account
  46411. web_1 | > django.contrib.humanize
  46412. web_1 | > debug_toolbar
  46413. web_1 |
  46414. web_1 | Not synced (use migrations):
  46415. web_1 | - allauth.socialaccount
  46416. web_1 | - django_extensions
  46417. web_1 | (use ./manage.py migrate to migrate these)
  46418. web_1 | Running migrations for socialaccount:
  46419. web_1 | - Nothing to migrate.
  46420. web_1 | - Loading initial data for socialaccount.
  46421. web_1 | Installed 0 object(s) from 0 fixture(s)
  46422. web_1 | Running migrations for django_extensions:
  46423. web_1 | - Nothing to migrate.
  46424. web_1 | - Loading initial data for django_extensions.
  46425. web_1 | Installed 0 object(s) from 0 fixture(s)
  46426. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46427. web_1 | [GCC 4.9.2] on linux2
  46428. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46429. web_1 | (InteractiveConsole)
  46430. web_1 |
  46431. web_1 | >>> >>> Starting the server
  46432. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46433. web_1 |
  46434. web_1 | Fatal error: Unable to find local grunt.
  46435. web_1 |
  46436. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46437. web_1 | your project. For more information about installing and configuring grunt,
  46438. web_1 | please see the Getting Started guide:
  46439. web_1 |
  46440. web_1 | http://gruntjs.com/getting-started
  46441. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46442. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46443. web_1 | Syncing...
  46444. web_1 | Creating tables ...
  46445. web_1 | Installing custom SQL ...
  46446. web_1 | Installing indexes ...
  46447. web_1 | Installed 0 object(s) from 0 fixture(s)
  46448. web_1 |
  46449. web_1 | Synced:
  46450. web_1 | > django.contrib.auth
  46451. web_1 | > django.contrib.contenttypes
  46452. web_1 | > django.contrib.sessions
  46453. web_1 | > django.contrib.sites
  46454. web_1 | > django.contrib.messages
  46455. web_1 | > django.contrib.staticfiles
  46456. web_1 | > django.contrib.admin
  46457. web_1 | > south
  46458. web_1 | > crispy_forms
  46459. web_1 | > avatar
  46460. web_1 | > bootstrap3
  46461. web_1 | > users
  46462. web_1 | > allauth
  46463. web_1 | > allauth.account
  46464. web_1 | > django.contrib.humanize
  46465. web_1 | > debug_toolbar
  46466. web_1 |
  46467. web_1 | Not synced (use migrations):
  46468. web_1 | - allauth.socialaccount
  46469. web_1 | - django_extensions
  46470. web_1 | (use ./manage.py migrate to migrate these)
  46471. web_1 | Running migrations for socialaccount:
  46472. web_1 | - Nothing to migrate.
  46473. web_1 | - Loading initial data for socialaccount.
  46474. web_1 | Installed 0 object(s) from 0 fixture(s)
  46475. web_1 | Running migrations for django_extensions:
  46476. web_1 | - Nothing to migrate.
  46477. web_1 | - Loading initial data for django_extensions.
  46478. web_1 | Installed 0 object(s) from 0 fixture(s)
  46479. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46480. web_1 | [GCC 4.9.2] on linux2
  46481. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46482. web_1 | (InteractiveConsole)
  46483. web_1 |
  46484. web_1 | >>> >>> Starting the server
  46485. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46486. web_1 |
  46487. web_1 | Fatal error: Unable to find local grunt.
  46488. web_1 |
  46489. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46490. web_1 | your project. For more information about installing and configuring grunt,
  46491. web_1 | please see the Getting Started guide:
  46492. web_1 |
  46493. web_1 | http://gruntjs.com/getting-started
  46494. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46495. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46496. web_1 | Syncing...
  46497. web_1 | Creating tables ...
  46498. web_1 | Installing custom SQL ...
  46499. web_1 | Installing indexes ...
  46500. web_1 | Installed 0 object(s) from 0 fixture(s)
  46501. web_1 |
  46502. web_1 | Synced:
  46503. web_1 | > django.contrib.auth
  46504. web_1 | > django.contrib.contenttypes
  46505. web_1 | > django.contrib.sessions
  46506. web_1 | > django.contrib.sites
  46507. web_1 | > django.contrib.messages
  46508. web_1 | > django.contrib.staticfiles
  46509. web_1 | > django.contrib.admin
  46510. web_1 | > south
  46511. web_1 | > crispy_forms
  46512. web_1 | > avatar
  46513. web_1 | > bootstrap3
  46514. web_1 | > users
  46515. web_1 | > allauth
  46516. web_1 | > allauth.account
  46517. web_1 | > django.contrib.humanize
  46518. web_1 | > debug_toolbar
  46519. web_1 |
  46520. web_1 | Not synced (use migrations):
  46521. web_1 | - allauth.socialaccount
  46522. web_1 | - django_extensions
  46523. web_1 | (use ./manage.py migrate to migrate these)
  46524. web_1 | Running migrations for socialaccount:
  46525. web_1 | - Nothing to migrate.
  46526. web_1 | - Loading initial data for socialaccount.
  46527. web_1 | Installed 0 object(s) from 0 fixture(s)
  46528. web_1 | Running migrations for django_extensions:
  46529. web_1 | - Nothing to migrate.
  46530. web_1 | - Loading initial data for django_extensions.
  46531. web_1 | Installed 0 object(s) from 0 fixture(s)
  46532. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46533. web_1 | [GCC 4.9.2] on linux2
  46534. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46535. web_1 | (InteractiveConsole)
  46536. web_1 |
  46537. web_1 | >>> >>> Starting the server
  46538. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46539. web_1 |
  46540. web_1 | Fatal error: Unable to find local grunt.
  46541. web_1 |
  46542. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46543. web_1 | your project. For more information about installing and configuring grunt,
  46544. web_1 | please see the Getting Started guide:
  46545. web_1 |
  46546. web_1 | http://gruntjs.com/getting-started
  46547. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46548. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46549. web_1 | Syncing...
  46550. web_1 | Creating tables ...
  46551. web_1 | Installing custom SQL ...
  46552. web_1 | Installing indexes ...
  46553. web_1 | Installed 0 object(s) from 0 fixture(s)
  46554. web_1 |
  46555. web_1 | Synced:
  46556. web_1 | > django.contrib.auth
  46557. web_1 | > django.contrib.contenttypes
  46558. web_1 | > django.contrib.sessions
  46559. web_1 | > django.contrib.sites
  46560. web_1 | > django.contrib.messages
  46561. web_1 | > django.contrib.staticfiles
  46562. web_1 | > django.contrib.admin
  46563. web_1 | > south
  46564. web_1 | > crispy_forms
  46565. web_1 | > avatar
  46566. web_1 | > bootstrap3
  46567. web_1 | > users
  46568. web_1 | > allauth
  46569. web_1 | > allauth.account
  46570. web_1 | > django.contrib.humanize
  46571. web_1 | > debug_toolbar
  46572. web_1 |
  46573. web_1 | Not synced (use migrations):
  46574. web_1 | - allauth.socialaccount
  46575. web_1 | - django_extensions
  46576. web_1 | (use ./manage.py migrate to migrate these)
  46577. web_1 | Running migrations for socialaccount:
  46578. web_1 | - Nothing to migrate.
  46579. web_1 | - Loading initial data for socialaccount.
  46580. web_1 | Installed 0 object(s) from 0 fixture(s)
  46581. web_1 | Running migrations for django_extensions:
  46582. web_1 | - Nothing to migrate.
  46583. web_1 | - Loading initial data for django_extensions.
  46584. web_1 | Installed 0 object(s) from 0 fixture(s)
  46585. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46586. web_1 | [GCC 4.9.2] on linux2
  46587. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46588. web_1 | (InteractiveConsole)
  46589. web_1 |
  46590. web_1 | >>> >>> Starting the server
  46591. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46592. web_1 |
  46593. web_1 | Fatal error: Unable to find local grunt.
  46594. web_1 |
  46595. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46596. web_1 | your project. For more information about installing and configuring grunt,
  46597. web_1 | please see the Getting Started guide:
  46598. web_1 |
  46599. web_1 | http://gruntjs.com/getting-started
  46600. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46601. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46602. web_1 | Syncing...
  46603. web_1 | Creating tables ...
  46604. web_1 | Installing custom SQL ...
  46605. web_1 | Installing indexes ...
  46606. web_1 | Installed 0 object(s) from 0 fixture(s)
  46607. web_1 |
  46608. web_1 | Synced:
  46609. web_1 | > django.contrib.auth
  46610. web_1 | > django.contrib.contenttypes
  46611. web_1 | > django.contrib.sessions
  46612. web_1 | > django.contrib.sites
  46613. web_1 | > django.contrib.messages
  46614. web_1 | > django.contrib.staticfiles
  46615. web_1 | > django.contrib.admin
  46616. web_1 | > south
  46617. web_1 | > crispy_forms
  46618. web_1 | > avatar
  46619. web_1 | > bootstrap3
  46620. web_1 | > users
  46621. web_1 | > allauth
  46622. web_1 | > allauth.account
  46623. web_1 | > django.contrib.humanize
  46624. web_1 | > debug_toolbar
  46625. web_1 |
  46626. web_1 | Not synced (use migrations):
  46627. web_1 | - allauth.socialaccount
  46628. web_1 | - django_extensions
  46629. web_1 | (use ./manage.py migrate to migrate these)
  46630. web_1 | Running migrations for socialaccount:
  46631. web_1 | - Nothing to migrate.
  46632. web_1 | - Loading initial data for socialaccount.
  46633. web_1 | Installed 0 object(s) from 0 fixture(s)
  46634. web_1 | Running migrations for django_extensions:
  46635. web_1 | - Nothing to migrate.
  46636. web_1 | - Loading initial data for django_extensions.
  46637. web_1 | Installed 0 object(s) from 0 fixture(s)
  46638. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46639. web_1 | [GCC 4.9.2] on linux2
  46640. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46641. web_1 | (InteractiveConsole)
  46642. web_1 |
  46643. web_1 | >>> >>> Starting the server
  46644. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46645. web_1 |
  46646. web_1 | Fatal error: Unable to find local grunt.
  46647. web_1 |
  46648. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46649. web_1 | your project. For more information about installing and configuring grunt,
  46650. web_1 | please see the Getting Started guide:
  46651. web_1 |
  46652. web_1 | http://gruntjs.com/getting-started
  46653. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46654. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46655. web_1 | Syncing...
  46656. web_1 | Creating tables ...
  46657. web_1 | Installing custom SQL ...
  46658. web_1 | Installing indexes ...
  46659. web_1 | Installed 0 object(s) from 0 fixture(s)
  46660. web_1 |
  46661. web_1 | Synced:
  46662. web_1 | > django.contrib.auth
  46663. web_1 | > django.contrib.contenttypes
  46664. web_1 | > django.contrib.sessions
  46665. web_1 | > django.contrib.sites
  46666. web_1 | > django.contrib.messages
  46667. web_1 | > django.contrib.staticfiles
  46668. web_1 | > django.contrib.admin
  46669. web_1 | > south
  46670. web_1 | > crispy_forms
  46671. web_1 | > avatar
  46672. web_1 | > bootstrap3
  46673. web_1 | > users
  46674. web_1 | > allauth
  46675. web_1 | > allauth.account
  46676. web_1 | > django.contrib.humanize
  46677. web_1 | > debug_toolbar
  46678. web_1 |
  46679. web_1 | Not synced (use migrations):
  46680. web_1 | - allauth.socialaccount
  46681. web_1 | - django_extensions
  46682. web_1 | (use ./manage.py migrate to migrate these)
  46683. web_1 | Running migrations for socialaccount:
  46684. web_1 | - Nothing to migrate.
  46685. web_1 | - Loading initial data for socialaccount.
  46686. web_1 | Installed 0 object(s) from 0 fixture(s)
  46687. web_1 | Running migrations for django_extensions:
  46688. web_1 | - Nothing to migrate.
  46689. web_1 | - Loading initial data for django_extensions.
  46690. web_1 | Installed 0 object(s) from 0 fixture(s)
  46691. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46692. web_1 | [GCC 4.9.2] on linux2
  46693. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46694. web_1 | (InteractiveConsole)
  46695. web_1 |
  46696. web_1 | >>> >>> Starting the server
  46697. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46698. web_1 |
  46699. web_1 | Fatal error: Unable to find local grunt.
  46700. web_1 |
  46701. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46702. web_1 | your project. For more information about installing and configuring grunt,
  46703. web_1 | please see the Getting Started guide:
  46704. web_1 |
  46705. web_1 | http://gruntjs.com/getting-started
  46706. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46707. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46708. web_1 | Syncing...
  46709. web_1 | Creating tables ...
  46710. web_1 | Installing custom SQL ...
  46711. web_1 | Installing indexes ...
  46712. web_1 | Installed 0 object(s) from 0 fixture(s)
  46713. web_1 |
  46714. web_1 | Synced:
  46715. web_1 | > django.contrib.auth
  46716. web_1 | > django.contrib.contenttypes
  46717. web_1 | > django.contrib.sessions
  46718. web_1 | > django.contrib.sites
  46719. web_1 | > django.contrib.messages
  46720. web_1 | > django.contrib.staticfiles
  46721. web_1 | > django.contrib.admin
  46722. web_1 | > south
  46723. web_1 | > crispy_forms
  46724. web_1 | > avatar
  46725. web_1 | > bootstrap3
  46726. web_1 | > users
  46727. web_1 | > allauth
  46728. web_1 | > allauth.account
  46729. web_1 | > django.contrib.humanize
  46730. web_1 | > debug_toolbar
  46731. web_1 |
  46732. web_1 | Not synced (use migrations):
  46733. web_1 | - allauth.socialaccount
  46734. web_1 | - django_extensions
  46735. web_1 | (use ./manage.py migrate to migrate these)
  46736. web_1 | Running migrations for socialaccount:
  46737. web_1 | - Nothing to migrate.
  46738. web_1 | - Loading initial data for socialaccount.
  46739. web_1 | Installed 0 object(s) from 0 fixture(s)
  46740. web_1 | Running migrations for django_extensions:
  46741. web_1 | - Nothing to migrate.
  46742. web_1 | - Loading initial data for django_extensions.
  46743. web_1 | Installed 0 object(s) from 0 fixture(s)
  46744. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46745. web_1 | [GCC 4.9.2] on linux2
  46746. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46747. web_1 | (InteractiveConsole)
  46748. web_1 |
  46749. web_1 | >>> >>> Starting the server
  46750. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46751. web_1 |
  46752. web_1 | Fatal error: Unable to find local grunt.
  46753. web_1 |
  46754. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46755. web_1 | your project. For more information about installing and configuring grunt,
  46756. web_1 | please see the Getting Started guide:
  46757. web_1 |
  46758. web_1 | http://gruntjs.com/getting-started
  46759. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46760. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46761. web_1 | Syncing...
  46762. web_1 | Creating tables ...
  46763. web_1 | Installing custom SQL ...
  46764. web_1 | Installing indexes ...
  46765. web_1 | Installed 0 object(s) from 0 fixture(s)
  46766. web_1 |
  46767. web_1 | Synced:
  46768. web_1 | > django.contrib.auth
  46769. web_1 | > django.contrib.contenttypes
  46770. web_1 | > django.contrib.sessions
  46771. web_1 | > django.contrib.sites
  46772. web_1 | > django.contrib.messages
  46773. web_1 | > django.contrib.staticfiles
  46774. web_1 | > django.contrib.admin
  46775. web_1 | > south
  46776. web_1 | > crispy_forms
  46777. web_1 | > avatar
  46778. web_1 | > bootstrap3
  46779. web_1 | > users
  46780. web_1 | > allauth
  46781. web_1 | > allauth.account
  46782. web_1 | > django.contrib.humanize
  46783. web_1 | > debug_toolbar
  46784. web_1 |
  46785. web_1 | Not synced (use migrations):
  46786. web_1 | - allauth.socialaccount
  46787. web_1 | - django_extensions
  46788. web_1 | (use ./manage.py migrate to migrate these)
  46789. web_1 | Running migrations for socialaccount:
  46790. web_1 | - Nothing to migrate.
  46791. web_1 | - Loading initial data for socialaccount.
  46792. web_1 | Installed 0 object(s) from 0 fixture(s)
  46793. web_1 | Running migrations for django_extensions:
  46794. web_1 | - Nothing to migrate.
  46795. web_1 | - Loading initial data for django_extensions.
  46796. web_1 | Installed 0 object(s) from 0 fixture(s)
  46797. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46798. web_1 | [GCC 4.9.2] on linux2
  46799. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46800. web_1 | (InteractiveConsole)
  46801. web_1 |
  46802. web_1 | >>> >>> Starting the server
  46803. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46804. web_1 |
  46805. web_1 | Fatal error: Unable to find local grunt.
  46806. web_1 |
  46807. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46808. web_1 | your project. For more information about installing and configuring grunt,
  46809. web_1 | please see the Getting Started guide:
  46810. web_1 |
  46811. web_1 | http://gruntjs.com/getting-started
  46812. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46813. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46814. web_1 | Syncing...
  46815. web_1 | Creating tables ...
  46816. web_1 | Installing custom SQL ...
  46817. web_1 | Installing indexes ...
  46818. web_1 | Installed 0 object(s) from 0 fixture(s)
  46819. web_1 |
  46820. web_1 | Synced:
  46821. web_1 | > django.contrib.auth
  46822. web_1 | > django.contrib.contenttypes
  46823. web_1 | > django.contrib.sessions
  46824. web_1 | > django.contrib.sites
  46825. web_1 | > django.contrib.messages
  46826. web_1 | > django.contrib.staticfiles
  46827. web_1 | > django.contrib.admin
  46828. web_1 | > south
  46829. web_1 | > crispy_forms
  46830. web_1 | > avatar
  46831. web_1 | > bootstrap3
  46832. web_1 | > users
  46833. web_1 | > allauth
  46834. web_1 | > allauth.account
  46835. web_1 | > django.contrib.humanize
  46836. web_1 | > debug_toolbar
  46837. web_1 |
  46838. web_1 | Not synced (use migrations):
  46839. web_1 | - allauth.socialaccount
  46840. web_1 | - django_extensions
  46841. web_1 | (use ./manage.py migrate to migrate these)
  46842. web_1 | Running migrations for socialaccount:
  46843. web_1 | - Nothing to migrate.
  46844. web_1 | - Loading initial data for socialaccount.
  46845. web_1 | Installed 0 object(s) from 0 fixture(s)
  46846. web_1 | Running migrations for django_extensions:
  46847. web_1 | - Nothing to migrate.
  46848. web_1 | - Loading initial data for django_extensions.
  46849. web_1 | Installed 0 object(s) from 0 fixture(s)
  46850. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46851. web_1 | [GCC 4.9.2] on linux2
  46852. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46853. web_1 | (InteractiveConsole)
  46854. web_1 |
  46855. web_1 | >>> >>> Starting the server
  46856. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46857. web_1 |
  46858. web_1 | Fatal error: Unable to find local grunt.
  46859. web_1 |
  46860. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46861. web_1 | your project. For more information about installing and configuring grunt,
  46862. web_1 | please see the Getting Started guide:
  46863. web_1 |
  46864. web_1 | http://gruntjs.com/getting-started
  46865. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46866. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46867. web_1 | Syncing...
  46868. web_1 | Creating tables ...
  46869. web_1 | Installing custom SQL ...
  46870. web_1 | Installing indexes ...
  46871. web_1 | Installed 0 object(s) from 0 fixture(s)
  46872. web_1 |
  46873. web_1 | Synced:
  46874. web_1 | > django.contrib.auth
  46875. web_1 | > django.contrib.contenttypes
  46876. web_1 | > django.contrib.sessions
  46877. web_1 | > django.contrib.sites
  46878. web_1 | > django.contrib.messages
  46879. web_1 | > django.contrib.staticfiles
  46880. web_1 | > django.contrib.admin
  46881. web_1 | > south
  46882. web_1 | > crispy_forms
  46883. web_1 | > avatar
  46884. web_1 | > bootstrap3
  46885. web_1 | > users
  46886. web_1 | > allauth
  46887. web_1 | > allauth.account
  46888. web_1 | > django.contrib.humanize
  46889. web_1 | > debug_toolbar
  46890. web_1 |
  46891. web_1 | Not synced (use migrations):
  46892. web_1 | - allauth.socialaccount
  46893. web_1 | - django_extensions
  46894. web_1 | (use ./manage.py migrate to migrate these)
  46895. web_1 | Running migrations for socialaccount:
  46896. web_1 | - Nothing to migrate.
  46897. web_1 | - Loading initial data for socialaccount.
  46898. web_1 | Installed 0 object(s) from 0 fixture(s)
  46899. web_1 | Running migrations for django_extensions:
  46900. web_1 | - Nothing to migrate.
  46901. web_1 | - Loading initial data for django_extensions.
  46902. web_1 | Installed 0 object(s) from 0 fixture(s)
  46903. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46904. web_1 | [GCC 4.9.2] on linux2
  46905. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46906. web_1 | (InteractiveConsole)
  46907. web_1 |
  46908. web_1 | >>> >>> Starting the server
  46909. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46910. web_1 |
  46911. web_1 | Fatal error: Unable to find local grunt.
  46912. web_1 |
  46913. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46914. web_1 | your project. For more information about installing and configuring grunt,
  46915. web_1 | please see the Getting Started guide:
  46916. web_1 |
  46917. web_1 | http://gruntjs.com/getting-started
  46918. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46919. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46920. web_1 | Syncing...
  46921. web_1 | Creating tables ...
  46922. web_1 | Installing custom SQL ...
  46923. web_1 | Installing indexes ...
  46924. web_1 | Installed 0 object(s) from 0 fixture(s)
  46925. web_1 |
  46926. web_1 | Synced:
  46927. web_1 | > django.contrib.auth
  46928. web_1 | > django.contrib.contenttypes
  46929. web_1 | > django.contrib.sessions
  46930. web_1 | > django.contrib.sites
  46931. web_1 | > django.contrib.messages
  46932. web_1 | > django.contrib.staticfiles
  46933. web_1 | > django.contrib.admin
  46934. web_1 | > south
  46935. web_1 | > crispy_forms
  46936. web_1 | > avatar
  46937. web_1 | > bootstrap3
  46938. web_1 | > users
  46939. web_1 | > allauth
  46940. web_1 | > allauth.account
  46941. web_1 | > django.contrib.humanize
  46942. web_1 | > debug_toolbar
  46943. web_1 |
  46944. web_1 | Not synced (use migrations):
  46945. web_1 | - allauth.socialaccount
  46946. web_1 | - django_extensions
  46947. web_1 | (use ./manage.py migrate to migrate these)
  46948. web_1 | Running migrations for socialaccount:
  46949. web_1 | - Nothing to migrate.
  46950. web_1 | - Loading initial data for socialaccount.
  46951. web_1 | Installed 0 object(s) from 0 fixture(s)
  46952. web_1 | Running migrations for django_extensions:
  46953. web_1 | - Nothing to migrate.
  46954. web_1 | - Loading initial data for django_extensions.
  46955. web_1 | Installed 0 object(s) from 0 fixture(s)
  46956. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  46957. web_1 | [GCC 4.9.2] on linux2
  46958. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  46959. web_1 | (InteractiveConsole)
  46960. web_1 |
  46961. web_1 | >>> >>> Starting the server
  46962. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  46963. web_1 |
  46964. web_1 | Fatal error: Unable to find local grunt.
  46965. web_1 |
  46966. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  46967. web_1 | your project. For more information about installing and configuring grunt,
  46968. web_1 | please see the Getting Started guide:
  46969. web_1 |
  46970. web_1 | http://gruntjs.com/getting-started
  46971. web_1 | Starting OpenBSD Secure Shell server: sshd.
  46972. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  46973. web_1 | Syncing...
  46974. web_1 | Creating tables ...
  46975. web_1 | Installing custom SQL ...
  46976. web_1 | Installing indexes ...
  46977. web_1 | Installed 0 object(s) from 0 fixture(s)
  46978. web_1 |
  46979. web_1 | Synced:
  46980. web_1 | > django.contrib.auth
  46981. web_1 | > django.contrib.contenttypes
  46982. web_1 | > django.contrib.sessions
  46983. web_1 | > django.contrib.sites
  46984. web_1 | > django.contrib.messages
  46985. web_1 | > django.contrib.staticfiles
  46986. web_1 | > django.contrib.admin
  46987. web_1 | > south
  46988. web_1 | > crispy_forms
  46989. web_1 | > avatar
  46990. web_1 | > bootstrap3
  46991. web_1 | > users
  46992. web_1 | > allauth
  46993. web_1 | > allauth.account
  46994. web_1 | > django.contrib.humanize
  46995. web_1 | > debug_toolbar
  46996. web_1 |
  46997. web_1 | Not synced (use migrations):
  46998. web_1 | - allauth.socialaccount
  46999. web_1 | - django_extensions
  47000. web_1 | (use ./manage.py migrate to migrate these)
  47001. web_1 | Running migrations for socialaccount:
  47002. web_1 | - Nothing to migrate.
  47003. web_1 | - Loading initial data for socialaccount.
  47004. web_1 | Installed 0 object(s) from 0 fixture(s)
  47005. web_1 | Running migrations for django_extensions:
  47006. web_1 | - Nothing to migrate.
  47007. web_1 | - Loading initial data for django_extensions.
  47008. web_1 | Installed 0 object(s) from 0 fixture(s)
  47009. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47010. web_1 | [GCC 4.9.2] on linux2
  47011. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47012. web_1 | (InteractiveConsole)
  47013. web_1 |
  47014. web_1 | >>> >>> Starting the server
  47015. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47016. web_1 |
  47017. web_1 | Fatal error: Unable to find local grunt.
  47018. web_1 |
  47019. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47020. web_1 | your project. For more information about installing and configuring grunt,
  47021. web_1 | please see the Getting Started guide:
  47022. web_1 |
  47023. web_1 | http://gruntjs.com/getting-started
  47024. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47025. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47026. web_1 | Syncing...
  47027. web_1 | Creating tables ...
  47028. web_1 | Installing custom SQL ...
  47029. web_1 | Installing indexes ...
  47030. web_1 | Installed 0 object(s) from 0 fixture(s)
  47031. web_1 |
  47032. web_1 | Synced:
  47033. web_1 | > django.contrib.auth
  47034. web_1 | > django.contrib.contenttypes
  47035. web_1 | > django.contrib.sessions
  47036. web_1 | > django.contrib.sites
  47037. web_1 | > django.contrib.messages
  47038. web_1 | > django.contrib.staticfiles
  47039. web_1 | > django.contrib.admin
  47040. web_1 | > south
  47041. web_1 | > crispy_forms
  47042. web_1 | > avatar
  47043. web_1 | > bootstrap3
  47044. web_1 | > users
  47045. web_1 | > allauth
  47046. web_1 | > allauth.account
  47047. web_1 | > django.contrib.humanize
  47048. web_1 | > debug_toolbar
  47049. web_1 |
  47050. web_1 | Not synced (use migrations):
  47051. web_1 | - allauth.socialaccount
  47052. web_1 | - django_extensions
  47053. web_1 | (use ./manage.py migrate to migrate these)
  47054. web_1 | Running migrations for socialaccount:
  47055. web_1 | - Nothing to migrate.
  47056. web_1 | - Loading initial data for socialaccount.
  47057. web_1 | Installed 0 object(s) from 0 fixture(s)
  47058. web_1 | Running migrations for django_extensions:
  47059. web_1 | - Nothing to migrate.
  47060. web_1 | - Loading initial data for django_extensions.
  47061. web_1 | Installed 0 object(s) from 0 fixture(s)
  47062. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47063. web_1 | [GCC 4.9.2] on linux2
  47064. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47065. web_1 | (InteractiveConsole)
  47066. web_1 |
  47067. web_1 | >>> >>> Starting the server
  47068. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47069. web_1 |
  47070. web_1 | Fatal error: Unable to find local grunt.
  47071. web_1 |
  47072. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47073. web_1 | your project. For more information about installing and configuring grunt,
  47074. web_1 | please see the Getting Started guide:
  47075. web_1 |
  47076. web_1 | http://gruntjs.com/getting-started
  47077. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47078. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47079. web_1 | Syncing...
  47080. web_1 | Creating tables ...
  47081. web_1 | Installing custom SQL ...
  47082. web_1 | Installing indexes ...
  47083. web_1 | Installed 0 object(s) from 0 fixture(s)
  47084. web_1 |
  47085. web_1 | Synced:
  47086. web_1 | > django.contrib.auth
  47087. web_1 | > django.contrib.contenttypes
  47088. web_1 | > django.contrib.sessions
  47089. web_1 | > django.contrib.sites
  47090. web_1 | > django.contrib.messages
  47091. web_1 | > django.contrib.staticfiles
  47092. web_1 | > django.contrib.admin
  47093. web_1 | > south
  47094. web_1 | > crispy_forms
  47095. web_1 | > avatar
  47096. web_1 | > bootstrap3
  47097. web_1 | > users
  47098. web_1 | > allauth
  47099. web_1 | > allauth.account
  47100. web_1 | > django.contrib.humanize
  47101. web_1 | > debug_toolbar
  47102. web_1 |
  47103. web_1 | Not synced (use migrations):
  47104. web_1 | - allauth.socialaccount
  47105. web_1 | - django_extensions
  47106. web_1 | (use ./manage.py migrate to migrate these)
  47107. web_1 | Running migrations for socialaccount:
  47108. web_1 | - Nothing to migrate.
  47109. web_1 | - Loading initial data for socialaccount.
  47110. web_1 | Installed 0 object(s) from 0 fixture(s)
  47111. web_1 | Running migrations for django_extensions:
  47112. web_1 | - Nothing to migrate.
  47113. web_1 | - Loading initial data for django_extensions.
  47114. web_1 | Installed 0 object(s) from 0 fixture(s)
  47115. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47116. web_1 | [GCC 4.9.2] on linux2
  47117. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47118. web_1 | (InteractiveConsole)
  47119. web_1 |
  47120. web_1 | >>> >>> Starting the server
  47121. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47122. web_1 |
  47123. web_1 | Fatal error: Unable to find local grunt.
  47124. web_1 |
  47125. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47126. web_1 | your project. For more information about installing and configuring grunt,
  47127. web_1 | please see the Getting Started guide:
  47128. web_1 |
  47129. web_1 | http://gruntjs.com/getting-started
  47130. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47131. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47132. web_1 | Syncing...
  47133. web_1 | Creating tables ...
  47134. web_1 | Installing custom SQL ...
  47135. web_1 | Installing indexes ...
  47136. web_1 | Installed 0 object(s) from 0 fixture(s)
  47137. web_1 |
  47138. web_1 | Synced:
  47139. web_1 | > django.contrib.auth
  47140. web_1 | > django.contrib.contenttypes
  47141. web_1 | > django.contrib.sessions
  47142. web_1 | > django.contrib.sites
  47143. web_1 | > django.contrib.messages
  47144. web_1 | > django.contrib.staticfiles
  47145. web_1 | > django.contrib.admin
  47146. web_1 | > south
  47147. web_1 | > crispy_forms
  47148. web_1 | > avatar
  47149. web_1 | > bootstrap3
  47150. web_1 | > users
  47151. web_1 | > allauth
  47152. web_1 | > allauth.account
  47153. web_1 | > django.contrib.humanize
  47154. web_1 | > debug_toolbar
  47155. web_1 |
  47156. web_1 | Not synced (use migrations):
  47157. web_1 | - allauth.socialaccount
  47158. web_1 | - django_extensions
  47159. web_1 | (use ./manage.py migrate to migrate these)
  47160. web_1 | Running migrations for socialaccount:
  47161. web_1 | - Nothing to migrate.
  47162. web_1 | - Loading initial data for socialaccount.
  47163. web_1 | Installed 0 object(s) from 0 fixture(s)
  47164. web_1 | Running migrations for django_extensions:
  47165. web_1 | - Nothing to migrate.
  47166. web_1 | - Loading initial data for django_extensions.
  47167. web_1 | Installed 0 object(s) from 0 fixture(s)
  47168. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47169. web_1 | [GCC 4.9.2] on linux2
  47170. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47171. web_1 | (InteractiveConsole)
  47172. web_1 |
  47173. web_1 | >>> >>> Starting the server
  47174. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47175. web_1 |
  47176. web_1 | Fatal error: Unable to find local grunt.
  47177. web_1 |
  47178. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47179. web_1 | your project. For more information about installing and configuring grunt,
  47180. web_1 | please see the Getting Started guide:
  47181. web_1 |
  47182. web_1 | http://gruntjs.com/getting-started
  47183. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47184. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47185. web_1 | Syncing...
  47186. web_1 | Creating tables ...
  47187. web_1 | Installing custom SQL ...
  47188. web_1 | Installing indexes ...
  47189. web_1 | Installed 0 object(s) from 0 fixture(s)
  47190. web_1 |
  47191. web_1 | Synced:
  47192. web_1 | > django.contrib.auth
  47193. web_1 | > django.contrib.contenttypes
  47194. web_1 | > django.contrib.sessions
  47195. web_1 | > django.contrib.sites
  47196. web_1 | > django.contrib.messages
  47197. web_1 | > django.contrib.staticfiles
  47198. web_1 | > django.contrib.admin
  47199. web_1 | > south
  47200. web_1 | > crispy_forms
  47201. web_1 | > avatar
  47202. web_1 | > bootstrap3
  47203. web_1 | > users
  47204. web_1 | > allauth
  47205. web_1 | > allauth.account
  47206. web_1 | > django.contrib.humanize
  47207. web_1 | > debug_toolbar
  47208. web_1 |
  47209. web_1 | Not synced (use migrations):
  47210. web_1 | - allauth.socialaccount
  47211. web_1 | - django_extensions
  47212. web_1 | (use ./manage.py migrate to migrate these)
  47213. web_1 | Running migrations for socialaccount:
  47214. web_1 | - Nothing to migrate.
  47215. web_1 | - Loading initial data for socialaccount.
  47216. web_1 | Installed 0 object(s) from 0 fixture(s)
  47217. web_1 | Running migrations for django_extensions:
  47218. web_1 | - Nothing to migrate.
  47219. web_1 | - Loading initial data for django_extensions.
  47220. web_1 | Installed 0 object(s) from 0 fixture(s)
  47221. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47222. web_1 | [GCC 4.9.2] on linux2
  47223. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47224. web_1 | (InteractiveConsole)
  47225. web_1 |
  47226. web_1 | >>> >>> Starting the server
  47227. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47228. web_1 |
  47229. web_1 | Fatal error: Unable to find local grunt.
  47230. web_1 |
  47231. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47232. web_1 | your project. For more information about installing and configuring grunt,
  47233. web_1 | please see the Getting Started guide:
  47234. web_1 |
  47235. web_1 | http://gruntjs.com/getting-started
  47236. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47237. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47238. web_1 | Syncing...
  47239. web_1 | Creating tables ...
  47240. web_1 | Installing custom SQL ...
  47241. web_1 | Installing indexes ...
  47242. web_1 | Installed 0 object(s) from 0 fixture(s)
  47243. web_1 |
  47244. web_1 | Synced:
  47245. web_1 | > django.contrib.auth
  47246. web_1 | > django.contrib.contenttypes
  47247. web_1 | > django.contrib.sessions
  47248. web_1 | > django.contrib.sites
  47249. web_1 | > django.contrib.messages
  47250. web_1 | > django.contrib.staticfiles
  47251. web_1 | > django.contrib.admin
  47252. web_1 | > south
  47253. web_1 | > crispy_forms
  47254. web_1 | > avatar
  47255. web_1 | > bootstrap3
  47256. web_1 | > users
  47257. web_1 | > allauth
  47258. web_1 | > allauth.account
  47259. web_1 | > django.contrib.humanize
  47260. web_1 | > debug_toolbar
  47261. web_1 |
  47262. web_1 | Not synced (use migrations):
  47263. web_1 | - allauth.socialaccount
  47264. web_1 | - django_extensions
  47265. web_1 | (use ./manage.py migrate to migrate these)
  47266. web_1 | Running migrations for socialaccount:
  47267. web_1 | - Nothing to migrate.
  47268. web_1 | - Loading initial data for socialaccount.
  47269. web_1 | Installed 0 object(s) from 0 fixture(s)
  47270. web_1 | Running migrations for django_extensions:
  47271. web_1 | - Nothing to migrate.
  47272. web_1 | - Loading initial data for django_extensions.
  47273. web_1 | Installed 0 object(s) from 0 fixture(s)
  47274. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47275. web_1 | [GCC 4.9.2] on linux2
  47276. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47277. web_1 | (InteractiveConsole)
  47278. web_1 |
  47279. web_1 | >>> >>> Starting the server
  47280. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47281. web_1 |
  47282. web_1 | Fatal error: Unable to find local grunt.
  47283. web_1 |
  47284. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47285. web_1 | your project. For more information about installing and configuring grunt,
  47286. web_1 | please see the Getting Started guide:
  47287. web_1 |
  47288. web_1 | http://gruntjs.com/getting-started
  47289. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47290. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47291. web_1 | Syncing...
  47292. web_1 | Creating tables ...
  47293. web_1 | Installing custom SQL ...
  47294. web_1 | Installing indexes ...
  47295. web_1 | Installed 0 object(s) from 0 fixture(s)
  47296. web_1 |
  47297. web_1 | Synced:
  47298. web_1 | > django.contrib.auth
  47299. web_1 | > django.contrib.contenttypes
  47300. web_1 | > django.contrib.sessions
  47301. web_1 | > django.contrib.sites
  47302. web_1 | > django.contrib.messages
  47303. web_1 | > django.contrib.staticfiles
  47304. web_1 | > django.contrib.admin
  47305. web_1 | > south
  47306. web_1 | > crispy_forms
  47307. web_1 | > avatar
  47308. web_1 | > bootstrap3
  47309. web_1 | > users
  47310. web_1 | > allauth
  47311. web_1 | > allauth.account
  47312. web_1 | > django.contrib.humanize
  47313. web_1 | > debug_toolbar
  47314. web_1 |
  47315. web_1 | Not synced (use migrations):
  47316. web_1 | - allauth.socialaccount
  47317. web_1 | - django_extensions
  47318. web_1 | (use ./manage.py migrate to migrate these)
  47319. web_1 | Running migrations for socialaccount:
  47320. web_1 | - Nothing to migrate.
  47321. web_1 | - Loading initial data for socialaccount.
  47322. web_1 | Installed 0 object(s) from 0 fixture(s)
  47323. web_1 | Running migrations for django_extensions:
  47324. web_1 | - Nothing to migrate.
  47325. web_1 | - Loading initial data for django_extensions.
  47326. web_1 | Installed 0 object(s) from 0 fixture(s)
  47327. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47328. web_1 | [GCC 4.9.2] on linux2
  47329. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47330. web_1 | (InteractiveConsole)
  47331. web_1 |
  47332. web_1 | >>> >>> Starting the server
  47333. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47334. web_1 |
  47335. web_1 | Fatal error: Unable to find local grunt.
  47336. web_1 |
  47337. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47338. web_1 | your project. For more information about installing and configuring grunt,
  47339. web_1 | please see the Getting Started guide:
  47340. web_1 |
  47341. web_1 | http://gruntjs.com/getting-started
  47342. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47343. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47344. web_1 | Syncing...
  47345. web_1 | Creating tables ...
  47346. web_1 | Installing custom SQL ...
  47347. web_1 | Installing indexes ...
  47348. web_1 | Installed 0 object(s) from 0 fixture(s)
  47349. web_1 |
  47350. web_1 | Synced:
  47351. web_1 | > django.contrib.auth
  47352. web_1 | > django.contrib.contenttypes
  47353. web_1 | > django.contrib.sessions
  47354. web_1 | > django.contrib.sites
  47355. web_1 | > django.contrib.messages
  47356. web_1 | > django.contrib.staticfiles
  47357. web_1 | > django.contrib.admin
  47358. web_1 | > south
  47359. web_1 | > crispy_forms
  47360. web_1 | > avatar
  47361. web_1 | > bootstrap3
  47362. web_1 | > users
  47363. web_1 | > allauth
  47364. web_1 | > allauth.account
  47365. web_1 | > django.contrib.humanize
  47366. web_1 | > debug_toolbar
  47367. web_1 |
  47368. web_1 | Not synced (use migrations):
  47369. web_1 | - allauth.socialaccount
  47370. web_1 | - django_extensions
  47371. web_1 | (use ./manage.py migrate to migrate these)
  47372. web_1 | Running migrations for socialaccount:
  47373. web_1 | - Nothing to migrate.
  47374. web_1 | - Loading initial data for socialaccount.
  47375. web_1 | Installed 0 object(s) from 0 fixture(s)
  47376. web_1 | Running migrations for django_extensions:
  47377. web_1 | - Nothing to migrate.
  47378. web_1 | - Loading initial data for django_extensions.
  47379. web_1 | Installed 0 object(s) from 0 fixture(s)
  47380. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47381. web_1 | [GCC 4.9.2] on linux2
  47382. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47383. web_1 | (InteractiveConsole)
  47384. web_1 |
  47385. web_1 | >>> >>> Starting the server
  47386. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47387. web_1 |
  47388. web_1 | Fatal error: Unable to find local grunt.
  47389. web_1 |
  47390. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47391. web_1 | your project. For more information about installing and configuring grunt,
  47392. web_1 | please see the Getting Started guide:
  47393. web_1 |
  47394. web_1 | http://gruntjs.com/getting-started
  47395. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47396. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47397. web_1 | Syncing...
  47398. web_1 | Creating tables ...
  47399. web_1 | Installing custom SQL ...
  47400. web_1 | Installing indexes ...
  47401. web_1 | Installed 0 object(s) from 0 fixture(s)
  47402. web_1 |
  47403. web_1 | Synced:
  47404. web_1 | > django.contrib.auth
  47405. web_1 | > django.contrib.contenttypes
  47406. web_1 | > django.contrib.sessions
  47407. web_1 | > django.contrib.sites
  47408. web_1 | > django.contrib.messages
  47409. web_1 | > django.contrib.staticfiles
  47410. web_1 | > django.contrib.admin
  47411. web_1 | > south
  47412. web_1 | > crispy_forms
  47413. web_1 | > avatar
  47414. web_1 | > bootstrap3
  47415. web_1 | > users
  47416. web_1 | > allauth
  47417. web_1 | > allauth.account
  47418. web_1 | > django.contrib.humanize
  47419. web_1 | > debug_toolbar
  47420. web_1 |
  47421. web_1 | Not synced (use migrations):
  47422. web_1 | - allauth.socialaccount
  47423. web_1 | - django_extensions
  47424. web_1 | (use ./manage.py migrate to migrate these)
  47425. web_1 | Running migrations for socialaccount:
  47426. web_1 | - Nothing to migrate.
  47427. web_1 | - Loading initial data for socialaccount.
  47428. web_1 | Installed 0 object(s) from 0 fixture(s)
  47429. web_1 | Running migrations for django_extensions:
  47430. web_1 | - Nothing to migrate.
  47431. web_1 | - Loading initial data for django_extensions.
  47432. web_1 | Installed 0 object(s) from 0 fixture(s)
  47433. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47434. web_1 | [GCC 4.9.2] on linux2
  47435. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47436. web_1 | (InteractiveConsole)
  47437. web_1 |
  47438. web_1 | >>> >>> Starting the server
  47439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47440. web_1 |
  47441. web_1 | Fatal error: Unable to find local grunt.
  47442. web_1 |
  47443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47444. web_1 | your project. For more information about installing and configuring grunt,
  47445. web_1 | please see the Getting Started guide:
  47446. web_1 |
  47447. web_1 | http://gruntjs.com/getting-started
  47448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47449. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47450. web_1 | Syncing...
  47451. web_1 | Creating tables ...
  47452. web_1 | Installing custom SQL ...
  47453. web_1 | Installing indexes ...
  47454. web_1 | Installed 0 object(s) from 0 fixture(s)
  47455. web_1 |
  47456. web_1 | Synced:
  47457. web_1 | > django.contrib.auth
  47458. web_1 | > django.contrib.contenttypes
  47459. web_1 | > django.contrib.sessions
  47460. web_1 | > django.contrib.sites
  47461. web_1 | > django.contrib.messages
  47462. web_1 | > django.contrib.staticfiles
  47463. web_1 | > django.contrib.admin
  47464. web_1 | > south
  47465. web_1 | > crispy_forms
  47466. web_1 | > avatar
  47467. web_1 | > bootstrap3
  47468. web_1 | > users
  47469. web_1 | > allauth
  47470. web_1 | > allauth.account
  47471. web_1 | > django.contrib.humanize
  47472. web_1 | > debug_toolbar
  47473. web_1 |
  47474. web_1 | Not synced (use migrations):
  47475. web_1 | - allauth.socialaccount
  47476. web_1 | - django_extensions
  47477. web_1 | (use ./manage.py migrate to migrate these)
  47478. web_1 | Running migrations for socialaccount:
  47479. web_1 | - Nothing to migrate.
  47480. web_1 | - Loading initial data for socialaccount.
  47481. web_1 | Installed 0 object(s) from 0 fixture(s)
  47482. web_1 | Running migrations for django_extensions:
  47483. web_1 | - Nothing to migrate.
  47484. web_1 | - Loading initial data for django_extensions.
  47485. web_1 | Installed 0 object(s) from 0 fixture(s)
  47486. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47487. web_1 | [GCC 4.9.2] on linux2
  47488. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47489. web_1 | (InteractiveConsole)
  47490. web_1 |
  47491. web_1 | >>> >>> Starting the server
  47492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47493. web_1 |
  47494. web_1 | Fatal error: Unable to find local grunt.
  47495. web_1 |
  47496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47497. web_1 | your project. For more information about installing and configuring grunt,
  47498. web_1 | please see the Getting Started guide:
  47499. web_1 |
  47500. web_1 | http://gruntjs.com/getting-started
  47501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47502. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47503. web_1 | Syncing...
  47504. web_1 | Creating tables ...
  47505. web_1 | Installing custom SQL ...
  47506. web_1 | Installing indexes ...
  47507. web_1 | Installed 0 object(s) from 0 fixture(s)
  47508. web_1 |
  47509. web_1 | Synced:
  47510. web_1 | > django.contrib.auth
  47511. web_1 | > django.contrib.contenttypes
  47512. web_1 | > django.contrib.sessions
  47513. web_1 | > django.contrib.sites
  47514. web_1 | > django.contrib.messages
  47515. web_1 | > django.contrib.staticfiles
  47516. web_1 | > django.contrib.admin
  47517. web_1 | > south
  47518. web_1 | > crispy_forms
  47519. web_1 | > avatar
  47520. web_1 | > bootstrap3
  47521. web_1 | > users
  47522. web_1 | > allauth
  47523. web_1 | > allauth.account
  47524. web_1 | > django.contrib.humanize
  47525. web_1 | > debug_toolbar
  47526. web_1 |
  47527. web_1 | Not synced (use migrations):
  47528. web_1 | - allauth.socialaccount
  47529. web_1 | - django_extensions
  47530. web_1 | (use ./manage.py migrate to migrate these)
  47531. web_1 | Running migrations for socialaccount:
  47532. web_1 | - Nothing to migrate.
  47533. web_1 | - Loading initial data for socialaccount.
  47534. web_1 | Installed 0 object(s) from 0 fixture(s)
  47535. web_1 | Running migrations for django_extensions:
  47536. web_1 | - Nothing to migrate.
  47537. web_1 | - Loading initial data for django_extensions.
  47538. web_1 | Installed 0 object(s) from 0 fixture(s)
  47539. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47540. web_1 | [GCC 4.9.2] on linux2
  47541. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47542. web_1 | (InteractiveConsole)
  47543. web_1 |
  47544. web_1 | >>> >>> Starting the server
  47545. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47546. web_1 |
  47547. web_1 | Fatal error: Unable to find local grunt.
  47548. web_1 |
  47549. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47550. web_1 | your project. For more information about installing and configuring grunt,
  47551. web_1 | please see the Getting Started guide:
  47552. web_1 |
  47553. web_1 | http://gruntjs.com/getting-started
  47554. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47555. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47556. web_1 | Syncing...
  47557. web_1 | Creating tables ...
  47558. web_1 | Installing custom SQL ...
  47559. web_1 | Installing indexes ...
  47560. web_1 | Installed 0 object(s) from 0 fixture(s)
  47561. web_1 |
  47562. web_1 | Synced:
  47563. web_1 | > django.contrib.auth
  47564. web_1 | > django.contrib.contenttypes
  47565. web_1 | > django.contrib.sessions
  47566. web_1 | > django.contrib.sites
  47567. web_1 | > django.contrib.messages
  47568. web_1 | > django.contrib.staticfiles
  47569. web_1 | > django.contrib.admin
  47570. web_1 | > south
  47571. web_1 | > crispy_forms
  47572. web_1 | > avatar
  47573. web_1 | > bootstrap3
  47574. web_1 | > users
  47575. web_1 | > allauth
  47576. web_1 | > allauth.account
  47577. web_1 | > django.contrib.humanize
  47578. web_1 | > debug_toolbar
  47579. web_1 |
  47580. web_1 | Not synced (use migrations):
  47581. web_1 | - allauth.socialaccount
  47582. web_1 | - django_extensions
  47583. web_1 | (use ./manage.py migrate to migrate these)
  47584. web_1 | Running migrations for socialaccount:
  47585. web_1 | - Nothing to migrate.
  47586. web_1 | - Loading initial data for socialaccount.
  47587. web_1 | Installed 0 object(s) from 0 fixture(s)
  47588. web_1 | Running migrations for django_extensions:
  47589. web_1 | - Nothing to migrate.
  47590. web_1 | - Loading initial data for django_extensions.
  47591. web_1 | Installed 0 object(s) from 0 fixture(s)
  47592. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47593. web_1 | [GCC 4.9.2] on linux2
  47594. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47595. web_1 | (InteractiveConsole)
  47596. web_1 |
  47597. web_1 | >>> >>> Starting the server
  47598. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47599. web_1 |
  47600. web_1 | Fatal error: Unable to find local grunt.
  47601. web_1 |
  47602. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47603. web_1 | your project. For more information about installing and configuring grunt,
  47604. web_1 | please see the Getting Started guide:
  47605. web_1 |
  47606. web_1 | http://gruntjs.com/getting-started
  47607. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47608. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47609. web_1 | Syncing...
  47610. web_1 | Creating tables ...
  47611. web_1 | Installing custom SQL ...
  47612. web_1 | Installing indexes ...
  47613. web_1 | Installed 0 object(s) from 0 fixture(s)
  47614. web_1 |
  47615. web_1 | Synced:
  47616. web_1 | > django.contrib.auth
  47617. web_1 | > django.contrib.contenttypes
  47618. web_1 | > django.contrib.sessions
  47619. web_1 | > django.contrib.sites
  47620. web_1 | > django.contrib.messages
  47621. web_1 | > django.contrib.staticfiles
  47622. web_1 | > django.contrib.admin
  47623. web_1 | > south
  47624. web_1 | > crispy_forms
  47625. web_1 | > avatar
  47626. web_1 | > bootstrap3
  47627. web_1 | > users
  47628. web_1 | > allauth
  47629. web_1 | > allauth.account
  47630. web_1 | > django.contrib.humanize
  47631. web_1 | > debug_toolbar
  47632. web_1 |
  47633. web_1 | Not synced (use migrations):
  47634. web_1 | - allauth.socialaccount
  47635. web_1 | - django_extensions
  47636. web_1 | (use ./manage.py migrate to migrate these)
  47637. web_1 | Running migrations for socialaccount:
  47638. web_1 | - Nothing to migrate.
  47639. web_1 | - Loading initial data for socialaccount.
  47640. web_1 | Installed 0 object(s) from 0 fixture(s)
  47641. web_1 | Running migrations for django_extensions:
  47642. web_1 | - Nothing to migrate.
  47643. web_1 | - Loading initial data for django_extensions.
  47644. web_1 | Installed 0 object(s) from 0 fixture(s)
  47645. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47646. web_1 | [GCC 4.9.2] on linux2
  47647. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47648. web_1 | (InteractiveConsole)
  47649. web_1 |
  47650. web_1 | >>> >>> Starting the server
  47651. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47652. web_1 |
  47653. web_1 | Fatal error: Unable to find local grunt.
  47654. web_1 |
  47655. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47656. web_1 | your project. For more information about installing and configuring grunt,
  47657. web_1 | please see the Getting Started guide:
  47658. web_1 |
  47659. web_1 | http://gruntjs.com/getting-started
  47660. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47661. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47662. web_1 | Syncing...
  47663. web_1 | Creating tables ...
  47664. web_1 | Installing custom SQL ...
  47665. web_1 | Installing indexes ...
  47666. web_1 | Installed 0 object(s) from 0 fixture(s)
  47667. web_1 |
  47668. web_1 | Synced:
  47669. web_1 | > django.contrib.auth
  47670. web_1 | > django.contrib.contenttypes
  47671. web_1 | > django.contrib.sessions
  47672. web_1 | > django.contrib.sites
  47673. web_1 | > django.contrib.messages
  47674. web_1 | > django.contrib.staticfiles
  47675. web_1 | > django.contrib.admin
  47676. web_1 | > south
  47677. web_1 | > crispy_forms
  47678. web_1 | > avatar
  47679. web_1 | > bootstrap3
  47680. web_1 | > users
  47681. web_1 | > allauth
  47682. web_1 | > allauth.account
  47683. web_1 | > django.contrib.humanize
  47684. web_1 | > debug_toolbar
  47685. web_1 |
  47686. web_1 | Not synced (use migrations):
  47687. web_1 | - allauth.socialaccount
  47688. web_1 | - django_extensions
  47689. web_1 | (use ./manage.py migrate to migrate these)
  47690. web_1 | Running migrations for socialaccount:
  47691. web_1 | - Nothing to migrate.
  47692. web_1 | - Loading initial data for socialaccount.
  47693. web_1 | Installed 0 object(s) from 0 fixture(s)
  47694. web_1 | Running migrations for django_extensions:
  47695. web_1 | - Nothing to migrate.
  47696. web_1 | - Loading initial data for django_extensions.
  47697. web_1 | Installed 0 object(s) from 0 fixture(s)
  47698. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47699. web_1 | [GCC 4.9.2] on linux2
  47700. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47701. web_1 | (InteractiveConsole)
  47702. web_1 |
  47703. web_1 | >>> >>> Starting the server
  47704. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47705. web_1 |
  47706. web_1 | Fatal error: Unable to find local grunt.
  47707. web_1 |
  47708. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47709. web_1 | your project. For more information about installing and configuring grunt,
  47710. web_1 | please see the Getting Started guide:
  47711. web_1 |
  47712. web_1 | http://gruntjs.com/getting-started
  47713. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47714. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47715. web_1 | Syncing...
  47716. web_1 | Creating tables ...
  47717. web_1 | Installing custom SQL ...
  47718. web_1 | Installing indexes ...
  47719. web_1 | Installed 0 object(s) from 0 fixture(s)
  47720. web_1 |
  47721. web_1 | Synced:
  47722. web_1 | > django.contrib.auth
  47723. web_1 | > django.contrib.contenttypes
  47724. web_1 | > django.contrib.sessions
  47725. web_1 | > django.contrib.sites
  47726. web_1 | > django.contrib.messages
  47727. web_1 | > django.contrib.staticfiles
  47728. web_1 | > django.contrib.admin
  47729. web_1 | > south
  47730. web_1 | > crispy_forms
  47731. web_1 | > avatar
  47732. web_1 | > bootstrap3
  47733. web_1 | > users
  47734. web_1 | > allauth
  47735. web_1 | > allauth.account
  47736. web_1 | > django.contrib.humanize
  47737. web_1 | > debug_toolbar
  47738. web_1 |
  47739. web_1 | Not synced (use migrations):
  47740. web_1 | - allauth.socialaccount
  47741. web_1 | - django_extensions
  47742. web_1 | (use ./manage.py migrate to migrate these)
  47743. web_1 | Running migrations for socialaccount:
  47744. web_1 | - Nothing to migrate.
  47745. web_1 | - Loading initial data for socialaccount.
  47746. web_1 | Installed 0 object(s) from 0 fixture(s)
  47747. web_1 | Running migrations for django_extensions:
  47748. web_1 | - Nothing to migrate.
  47749. web_1 | - Loading initial data for django_extensions.
  47750. web_1 | Installed 0 object(s) from 0 fixture(s)
  47751. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47752. web_1 | [GCC 4.9.2] on linux2
  47753. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47754. web_1 | (InteractiveConsole)
  47755. web_1 |
  47756. web_1 | >>> >>> Starting the server
  47757. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47758. web_1 |
  47759. web_1 | Fatal error: Unable to find local grunt.
  47760. web_1 |
  47761. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47762. web_1 | your project. For more information about installing and configuring grunt,
  47763. web_1 | please see the Getting Started guide:
  47764. web_1 |
  47765. web_1 | http://gruntjs.com/getting-started
  47766. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47767. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47768. web_1 | Syncing...
  47769. web_1 | Creating tables ...
  47770. web_1 | Installing custom SQL ...
  47771. web_1 | Installing indexes ...
  47772. web_1 | Installed 0 object(s) from 0 fixture(s)
  47773. web_1 |
  47774. web_1 | Synced:
  47775. web_1 | > django.contrib.auth
  47776. web_1 | > django.contrib.contenttypes
  47777. web_1 | > django.contrib.sessions
  47778. web_1 | > django.contrib.sites
  47779. web_1 | > django.contrib.messages
  47780. web_1 | > django.contrib.staticfiles
  47781. web_1 | > django.contrib.admin
  47782. web_1 | > south
  47783. web_1 | > crispy_forms
  47784. web_1 | > avatar
  47785. web_1 | > bootstrap3
  47786. web_1 | > users
  47787. web_1 | > allauth
  47788. web_1 | > allauth.account
  47789. web_1 | > django.contrib.humanize
  47790. web_1 | > debug_toolbar
  47791. web_1 |
  47792. web_1 | Not synced (use migrations):
  47793. web_1 | - allauth.socialaccount
  47794. web_1 | - django_extensions
  47795. web_1 | (use ./manage.py migrate to migrate these)
  47796. web_1 | Running migrations for socialaccount:
  47797. web_1 | - Nothing to migrate.
  47798. web_1 | - Loading initial data for socialaccount.
  47799. web_1 | Installed 0 object(s) from 0 fixture(s)
  47800. web_1 | Running migrations for django_extensions:
  47801. web_1 | - Nothing to migrate.
  47802. web_1 | - Loading initial data for django_extensions.
  47803. web_1 | Installed 0 object(s) from 0 fixture(s)
  47804. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47805. web_1 | [GCC 4.9.2] on linux2
  47806. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47807. web_1 | (InteractiveConsole)
  47808. web_1 |
  47809. web_1 | >>> >>> Starting the server
  47810. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47811. web_1 |
  47812. web_1 | Fatal error: Unable to find local grunt.
  47813. web_1 |
  47814. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47815. web_1 | your project. For more information about installing and configuring grunt,
  47816. web_1 | please see the Getting Started guide:
  47817. web_1 |
  47818. web_1 | http://gruntjs.com/getting-started
  47819. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47820. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47821. web_1 | Syncing...
  47822. web_1 | Creating tables ...
  47823. web_1 | Installing custom SQL ...
  47824. web_1 | Installing indexes ...
  47825. web_1 | Installed 0 object(s) from 0 fixture(s)
  47826. web_1 |
  47827. web_1 | Synced:
  47828. web_1 | > django.contrib.auth
  47829. web_1 | > django.contrib.contenttypes
  47830. web_1 | > django.contrib.sessions
  47831. web_1 | > django.contrib.sites
  47832. web_1 | > django.contrib.messages
  47833. web_1 | > django.contrib.staticfiles
  47834. web_1 | > django.contrib.admin
  47835. web_1 | > south
  47836. web_1 | > crispy_forms
  47837. web_1 | > avatar
  47838. web_1 | > bootstrap3
  47839. web_1 | > users
  47840. web_1 | > allauth
  47841. web_1 | > allauth.account
  47842. web_1 | > django.contrib.humanize
  47843. web_1 | > debug_toolbar
  47844. web_1 |
  47845. web_1 | Not synced (use migrations):
  47846. web_1 | - allauth.socialaccount
  47847. web_1 | - django_extensions
  47848. web_1 | (use ./manage.py migrate to migrate these)
  47849. web_1 | Running migrations for socialaccount:
  47850. web_1 | - Nothing to migrate.
  47851. web_1 | - Loading initial data for socialaccount.
  47852. web_1 | Installed 0 object(s) from 0 fixture(s)
  47853. web_1 | Running migrations for django_extensions:
  47854. web_1 | - Nothing to migrate.
  47855. web_1 | - Loading initial data for django_extensions.
  47856. web_1 | Installed 0 object(s) from 0 fixture(s)
  47857. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47858. web_1 | [GCC 4.9.2] on linux2
  47859. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47860. web_1 | (InteractiveConsole)
  47861. web_1 |
  47862. web_1 | >>> >>> Starting the server
  47863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47864. web_1 |
  47865. web_1 | Fatal error: Unable to find local grunt.
  47866. web_1 |
  47867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47868. web_1 | your project. For more information about installing and configuring grunt,
  47869. web_1 | please see the Getting Started guide:
  47870. web_1 |
  47871. web_1 | http://gruntjs.com/getting-started
  47872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47873. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47874. web_1 | Syncing...
  47875. web_1 | Creating tables ...
  47876. web_1 | Installing custom SQL ...
  47877. web_1 | Installing indexes ...
  47878. web_1 | Installed 0 object(s) from 0 fixture(s)
  47879. web_1 |
  47880. web_1 | Synced:
  47881. web_1 | > django.contrib.auth
  47882. web_1 | > django.contrib.contenttypes
  47883. web_1 | > django.contrib.sessions
  47884. web_1 | > django.contrib.sites
  47885. web_1 | > django.contrib.messages
  47886. web_1 | > django.contrib.staticfiles
  47887. web_1 | > django.contrib.admin
  47888. web_1 | > south
  47889. web_1 | > crispy_forms
  47890. web_1 | > avatar
  47891. web_1 | > bootstrap3
  47892. web_1 | > users
  47893. web_1 | > allauth
  47894. web_1 | > allauth.account
  47895. web_1 | > django.contrib.humanize
  47896. web_1 | > debug_toolbar
  47897. web_1 |
  47898. web_1 | Not synced (use migrations):
  47899. web_1 | - allauth.socialaccount
  47900. web_1 | - django_extensions
  47901. web_1 | (use ./manage.py migrate to migrate these)
  47902. web_1 | Running migrations for socialaccount:
  47903. web_1 | - Nothing to migrate.
  47904. web_1 | - Loading initial data for socialaccount.
  47905. web_1 | Installed 0 object(s) from 0 fixture(s)
  47906. web_1 | Running migrations for django_extensions:
  47907. web_1 | - Nothing to migrate.
  47908. web_1 | - Loading initial data for django_extensions.
  47909. web_1 | Installed 0 object(s) from 0 fixture(s)
  47910. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47911. web_1 | [GCC 4.9.2] on linux2
  47912. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47913. web_1 | (InteractiveConsole)
  47914. web_1 |
  47915. web_1 | >>> >>> Starting the server
  47916. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47917. web_1 |
  47918. web_1 | Fatal error: Unable to find local grunt.
  47919. web_1 |
  47920. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47921. web_1 | your project. For more information about installing and configuring grunt,
  47922. web_1 | please see the Getting Started guide:
  47923. web_1 |
  47924. web_1 | http://gruntjs.com/getting-started
  47925. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47926. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47927. web_1 | Syncing...
  47928. web_1 | Creating tables ...
  47929. web_1 | Installing custom SQL ...
  47930. web_1 | Installing indexes ...
  47931. web_1 | Installed 0 object(s) from 0 fixture(s)
  47932. web_1 |
  47933. web_1 | Synced:
  47934. web_1 | > django.contrib.auth
  47935. web_1 | > django.contrib.contenttypes
  47936. web_1 | > django.contrib.sessions
  47937. web_1 | > django.contrib.sites
  47938. web_1 | > django.contrib.messages
  47939. web_1 | > django.contrib.staticfiles
  47940. web_1 | > django.contrib.admin
  47941. web_1 | > south
  47942. web_1 | > crispy_forms
  47943. web_1 | > avatar
  47944. web_1 | > bootstrap3
  47945. web_1 | > users
  47946. web_1 | > allauth
  47947. web_1 | > allauth.account
  47948. web_1 | > django.contrib.humanize
  47949. web_1 | > debug_toolbar
  47950. web_1 |
  47951. web_1 | Not synced (use migrations):
  47952. web_1 | - allauth.socialaccount
  47953. web_1 | - django_extensions
  47954. web_1 | (use ./manage.py migrate to migrate these)
  47955. web_1 | Running migrations for socialaccount:
  47956. web_1 | - Nothing to migrate.
  47957. web_1 | - Loading initial data for socialaccount.
  47958. web_1 | Installed 0 object(s) from 0 fixture(s)
  47959. web_1 | Running migrations for django_extensions:
  47960. web_1 | - Nothing to migrate.
  47961. web_1 | - Loading initial data for django_extensions.
  47962. web_1 | Installed 0 object(s) from 0 fixture(s)
  47963. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  47964. web_1 | [GCC 4.9.2] on linux2
  47965. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  47966. web_1 | (InteractiveConsole)
  47967. web_1 |
  47968. web_1 | >>> >>> Starting the server
  47969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  47970. web_1 |
  47971. web_1 | Fatal error: Unable to find local grunt.
  47972. web_1 |
  47973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  47974. web_1 | your project. For more information about installing and configuring grunt,
  47975. web_1 | please see the Getting Started guide:
  47976. web_1 |
  47977. web_1 | http://gruntjs.com/getting-started
  47978. web_1 | Starting OpenBSD Secure Shell server: sshd.
  47979. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  47980. web_1 | Syncing...
  47981. web_1 | Creating tables ...
  47982. web_1 | Installing custom SQL ...
  47983. web_1 | Installing indexes ...
  47984. web_1 | Installed 0 object(s) from 0 fixture(s)
  47985. web_1 |
  47986. web_1 | Synced:
  47987. web_1 | > django.contrib.auth
  47988. web_1 | > django.contrib.contenttypes
  47989. web_1 | > django.contrib.sessions
  47990. web_1 | > django.contrib.sites
  47991. web_1 | > django.contrib.messages
  47992. web_1 | > django.contrib.staticfiles
  47993. web_1 | > django.contrib.admin
  47994. web_1 | > south
  47995. web_1 | > crispy_forms
  47996. web_1 | > avatar
  47997. web_1 | > bootstrap3
  47998. web_1 | > users
  47999. web_1 | > allauth
  48000. web_1 | > allauth.account
  48001. web_1 | > django.contrib.humanize
  48002. web_1 | > debug_toolbar
  48003. web_1 |
  48004. web_1 | Not synced (use migrations):
  48005. web_1 | - allauth.socialaccount
  48006. web_1 | - django_extensions
  48007. web_1 | (use ./manage.py migrate to migrate these)
  48008. web_1 | Running migrations for socialaccount:
  48009. web_1 | - Nothing to migrate.
  48010. web_1 | - Loading initial data for socialaccount.
  48011. web_1 | Installed 0 object(s) from 0 fixture(s)
  48012. web_1 | Running migrations for django_extensions:
  48013. web_1 | - Nothing to migrate.
  48014. web_1 | - Loading initial data for django_extensions.
  48015. web_1 | Installed 0 object(s) from 0 fixture(s)
  48016. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48017. web_1 | [GCC 4.9.2] on linux2
  48018. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48019. web_1 | (InteractiveConsole)
  48020. web_1 |
  48021. web_1 | >>> >>> Starting the server
  48022. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48023. web_1 |
  48024. web_1 | Fatal error: Unable to find local grunt.
  48025. web_1 |
  48026. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48027. web_1 | your project. For more information about installing and configuring grunt,
  48028. web_1 | please see the Getting Started guide:
  48029. web_1 |
  48030. web_1 | http://gruntjs.com/getting-started
  48031. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48032. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48033. web_1 | Syncing...
  48034. web_1 | Creating tables ...
  48035. web_1 | Installing custom SQL ...
  48036. web_1 | Installing indexes ...
  48037. web_1 | Installed 0 object(s) from 0 fixture(s)
  48038. web_1 |
  48039. web_1 | Synced:
  48040. web_1 | > django.contrib.auth
  48041. web_1 | > django.contrib.contenttypes
  48042. web_1 | > django.contrib.sessions
  48043. web_1 | > django.contrib.sites
  48044. web_1 | > django.contrib.messages
  48045. web_1 | > django.contrib.staticfiles
  48046. web_1 | > django.contrib.admin
  48047. web_1 | > south
  48048. web_1 | > crispy_forms
  48049. web_1 | > avatar
  48050. web_1 | > bootstrap3
  48051. web_1 | > users
  48052. web_1 | > allauth
  48053. web_1 | > allauth.account
  48054. web_1 | > django.contrib.humanize
  48055. web_1 | > debug_toolbar
  48056. web_1 |
  48057. web_1 | Not synced (use migrations):
  48058. web_1 | - allauth.socialaccount
  48059. web_1 | - django_extensions
  48060. web_1 | (use ./manage.py migrate to migrate these)
  48061. web_1 | Running migrations for socialaccount:
  48062. web_1 | - Nothing to migrate.
  48063. web_1 | - Loading initial data for socialaccount.
  48064. web_1 | Installed 0 object(s) from 0 fixture(s)
  48065. web_1 | Running migrations for django_extensions:
  48066. web_1 | - Nothing to migrate.
  48067. web_1 | - Loading initial data for django_extensions.
  48068. web_1 | Installed 0 object(s) from 0 fixture(s)
  48069. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48070. web_1 | [GCC 4.9.2] on linux2
  48071. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48072. web_1 | (InteractiveConsole)
  48073. web_1 |
  48074. web_1 | >>> >>> Starting the server
  48075. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48076. web_1 |
  48077. web_1 | Fatal error: Unable to find local grunt.
  48078. web_1 |
  48079. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48080. web_1 | your project. For more information about installing and configuring grunt,
  48081. web_1 | please see the Getting Started guide:
  48082. web_1 |
  48083. web_1 | http://gruntjs.com/getting-started
  48084. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48085. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48086. web_1 | Syncing...
  48087. web_1 | Creating tables ...
  48088. web_1 | Installing custom SQL ...
  48089. web_1 | Installing indexes ...
  48090. web_1 | Installed 0 object(s) from 0 fixture(s)
  48091. web_1 |
  48092. web_1 | Synced:
  48093. web_1 | > django.contrib.auth
  48094. web_1 | > django.contrib.contenttypes
  48095. web_1 | > django.contrib.sessions
  48096. web_1 | > django.contrib.sites
  48097. web_1 | > django.contrib.messages
  48098. web_1 | > django.contrib.staticfiles
  48099. web_1 | > django.contrib.admin
  48100. web_1 | > south
  48101. web_1 | > crispy_forms
  48102. web_1 | > avatar
  48103. web_1 | > bootstrap3
  48104. web_1 | > users
  48105. web_1 | > allauth
  48106. web_1 | > allauth.account
  48107. web_1 | > django.contrib.humanize
  48108. web_1 | > debug_toolbar
  48109. web_1 |
  48110. web_1 | Not synced (use migrations):
  48111. web_1 | - allauth.socialaccount
  48112. web_1 | - django_extensions
  48113. web_1 | (use ./manage.py migrate to migrate these)
  48114. web_1 | Running migrations for socialaccount:
  48115. web_1 | - Nothing to migrate.
  48116. web_1 | - Loading initial data for socialaccount.
  48117. web_1 | Installed 0 object(s) from 0 fixture(s)
  48118. web_1 | Running migrations for django_extensions:
  48119. web_1 | - Nothing to migrate.
  48120. web_1 | - Loading initial data for django_extensions.
  48121. web_1 | Installed 0 object(s) from 0 fixture(s)
  48122. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48123. web_1 | [GCC 4.9.2] on linux2
  48124. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48125. web_1 | (InteractiveConsole)
  48126. web_1 |
  48127. web_1 | >>> >>> Starting the server
  48128. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48129. web_1 |
  48130. web_1 | Fatal error: Unable to find local grunt.
  48131. web_1 |
  48132. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48133. web_1 | your project. For more information about installing and configuring grunt,
  48134. web_1 | please see the Getting Started guide:
  48135. web_1 |
  48136. web_1 | http://gruntjs.com/getting-started
  48137. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48138. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48139. web_1 | Syncing...
  48140. web_1 | Creating tables ...
  48141. web_1 | Installing custom SQL ...
  48142. web_1 | Installing indexes ...
  48143. web_1 | Installed 0 object(s) from 0 fixture(s)
  48144. web_1 |
  48145. web_1 | Synced:
  48146. web_1 | > django.contrib.auth
  48147. web_1 | > django.contrib.contenttypes
  48148. web_1 | > django.contrib.sessions
  48149. web_1 | > django.contrib.sites
  48150. web_1 | > django.contrib.messages
  48151. web_1 | > django.contrib.staticfiles
  48152. web_1 | > django.contrib.admin
  48153. web_1 | > south
  48154. web_1 | > crispy_forms
  48155. web_1 | > avatar
  48156. web_1 | > bootstrap3
  48157. web_1 | > users
  48158. web_1 | > allauth
  48159. web_1 | > allauth.account
  48160. web_1 | > django.contrib.humanize
  48161. web_1 | > debug_toolbar
  48162. web_1 |
  48163. web_1 | Not synced (use migrations):
  48164. web_1 | - allauth.socialaccount
  48165. web_1 | - django_extensions
  48166. web_1 | (use ./manage.py migrate to migrate these)
  48167. web_1 | Running migrations for socialaccount:
  48168. web_1 | - Nothing to migrate.
  48169. web_1 | - Loading initial data for socialaccount.
  48170. web_1 | Installed 0 object(s) from 0 fixture(s)
  48171. web_1 | Running migrations for django_extensions:
  48172. web_1 | - Nothing to migrate.
  48173. web_1 | - Loading initial data for django_extensions.
  48174. web_1 | Installed 0 object(s) from 0 fixture(s)
  48175. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48176. web_1 | [GCC 4.9.2] on linux2
  48177. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48178. web_1 | (InteractiveConsole)
  48179. web_1 |
  48180. web_1 | >>> >>> Starting the server
  48181. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48182. web_1 |
  48183. web_1 | Fatal error: Unable to find local grunt.
  48184. web_1 |
  48185. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48186. web_1 | your project. For more information about installing and configuring grunt,
  48187. web_1 | please see the Getting Started guide:
  48188. web_1 |
  48189. web_1 | http://gruntjs.com/getting-started
  48190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48191. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48192. web_1 | Syncing...
  48193. web_1 | Creating tables ...
  48194. web_1 | Installing custom SQL ...
  48195. web_1 | Installing indexes ...
  48196. web_1 | Installed 0 object(s) from 0 fixture(s)
  48197. web_1 |
  48198. web_1 | Synced:
  48199. web_1 | > django.contrib.auth
  48200. web_1 | > django.contrib.contenttypes
  48201. web_1 | > django.contrib.sessions
  48202. web_1 | > django.contrib.sites
  48203. web_1 | > django.contrib.messages
  48204. web_1 | > django.contrib.staticfiles
  48205. web_1 | > django.contrib.admin
  48206. web_1 | > south
  48207. web_1 | > crispy_forms
  48208. web_1 | > avatar
  48209. web_1 | > bootstrap3
  48210. web_1 | > users
  48211. web_1 | > allauth
  48212. web_1 | > allauth.account
  48213. web_1 | > django.contrib.humanize
  48214. web_1 | > debug_toolbar
  48215. web_1 |
  48216. web_1 | Not synced (use migrations):
  48217. web_1 | - allauth.socialaccount
  48218. web_1 | - django_extensions
  48219. web_1 | (use ./manage.py migrate to migrate these)
  48220. web_1 | Running migrations for socialaccount:
  48221. web_1 | - Nothing to migrate.
  48222. web_1 | - Loading initial data for socialaccount.
  48223. web_1 | Installed 0 object(s) from 0 fixture(s)
  48224. web_1 | Running migrations for django_extensions:
  48225. web_1 | - Nothing to migrate.
  48226. web_1 | - Loading initial data for django_extensions.
  48227. web_1 | Installed 0 object(s) from 0 fixture(s)
  48228. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48229. web_1 | [GCC 4.9.2] on linux2
  48230. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48231. web_1 | (InteractiveConsole)
  48232. web_1 |
  48233. web_1 | >>> >>> Starting the server
  48234. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48235. web_1 |
  48236. web_1 | Fatal error: Unable to find local grunt.
  48237. web_1 |
  48238. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48239. web_1 | your project. For more information about installing and configuring grunt,
  48240. web_1 | please see the Getting Started guide:
  48241. web_1 |
  48242. web_1 | http://gruntjs.com/getting-started
  48243. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48244. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48245. web_1 | Syncing...
  48246. web_1 | Creating tables ...
  48247. web_1 | Installing custom SQL ...
  48248. web_1 | Installing indexes ...
  48249. web_1 | Installed 0 object(s) from 0 fixture(s)
  48250. web_1 |
  48251. web_1 | Synced:
  48252. web_1 | > django.contrib.auth
  48253. web_1 | > django.contrib.contenttypes
  48254. web_1 | > django.contrib.sessions
  48255. web_1 | > django.contrib.sites
  48256. web_1 | > django.contrib.messages
  48257. web_1 | > django.contrib.staticfiles
  48258. web_1 | > django.contrib.admin
  48259. web_1 | > south
  48260. web_1 | > crispy_forms
  48261. web_1 | > avatar
  48262. web_1 | > bootstrap3
  48263. web_1 | > users
  48264. web_1 | > allauth
  48265. web_1 | > allauth.account
  48266. web_1 | > django.contrib.humanize
  48267. web_1 | > debug_toolbar
  48268. web_1 |
  48269. web_1 | Not synced (use migrations):
  48270. web_1 | - allauth.socialaccount
  48271. web_1 | - django_extensions
  48272. web_1 | (use ./manage.py migrate to migrate these)
  48273. web_1 | Running migrations for socialaccount:
  48274. web_1 | - Nothing to migrate.
  48275. web_1 | - Loading initial data for socialaccount.
  48276. web_1 | Installed 0 object(s) from 0 fixture(s)
  48277. web_1 | Running migrations for django_extensions:
  48278. web_1 | - Nothing to migrate.
  48279. web_1 | - Loading initial data for django_extensions.
  48280. web_1 | Installed 0 object(s) from 0 fixture(s)
  48281. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48282. web_1 | [GCC 4.9.2] on linux2
  48283. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48284. web_1 | (InteractiveConsole)
  48285. web_1 |
  48286. web_1 | >>> >>> Starting the server
  48287. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48288. web_1 |
  48289. web_1 | Fatal error: Unable to find local grunt.
  48290. web_1 |
  48291. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48292. web_1 | your project. For more information about installing and configuring grunt,
  48293. web_1 | please see the Getting Started guide:
  48294. web_1 |
  48295. web_1 | http://gruntjs.com/getting-started
  48296. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48297. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48298. web_1 | Syncing...
  48299. web_1 | Creating tables ...
  48300. web_1 | Installing custom SQL ...
  48301. web_1 | Installing indexes ...
  48302. web_1 | Installed 0 object(s) from 0 fixture(s)
  48303. web_1 |
  48304. web_1 | Synced:
  48305. web_1 | > django.contrib.auth
  48306. web_1 | > django.contrib.contenttypes
  48307. web_1 | > django.contrib.sessions
  48308. web_1 | > django.contrib.sites
  48309. web_1 | > django.contrib.messages
  48310. web_1 | > django.contrib.staticfiles
  48311. web_1 | > django.contrib.admin
  48312. web_1 | > south
  48313. web_1 | > crispy_forms
  48314. web_1 | > avatar
  48315. web_1 | > bootstrap3
  48316. web_1 | > users
  48317. web_1 | > allauth
  48318. web_1 | > allauth.account
  48319. web_1 | > django.contrib.humanize
  48320. web_1 | > debug_toolbar
  48321. web_1 |
  48322. web_1 | Not synced (use migrations):
  48323. web_1 | - allauth.socialaccount
  48324. web_1 | - django_extensions
  48325. web_1 | (use ./manage.py migrate to migrate these)
  48326. web_1 | Running migrations for socialaccount:
  48327. web_1 | - Nothing to migrate.
  48328. web_1 | - Loading initial data for socialaccount.
  48329. web_1 | Installed 0 object(s) from 0 fixture(s)
  48330. web_1 | Running migrations for django_extensions:
  48331. web_1 | - Nothing to migrate.
  48332. web_1 | - Loading initial data for django_extensions.
  48333. web_1 | Installed 0 object(s) from 0 fixture(s)
  48334. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48335. web_1 | [GCC 4.9.2] on linux2
  48336. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48337. web_1 | (InteractiveConsole)
  48338. web_1 |
  48339. web_1 | >>> >>> Starting the server
  48340. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48341. web_1 |
  48342. web_1 | Fatal error: Unable to find local grunt.
  48343. web_1 |
  48344. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48345. web_1 | your project. For more information about installing and configuring grunt,
  48346. web_1 | please see the Getting Started guide:
  48347. web_1 |
  48348. web_1 | http://gruntjs.com/getting-started
  48349. oclweb_web_1 exited with code 99
  48350. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48351. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48352. web_1 | Syncing...
  48353. web_1 | Traceback (most recent call last):
  48354. web_1 | File "ocl_web/manage.py", line 19, in <module>
  48355. web_1 | execute_from_command_line(sys.argv)
  48356. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  48357. web_1 | utility.execute()
  48358. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  48359. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  48360. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  48361. web_1 | self.execute(*args, **options.__dict__)
  48362. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  48363. web_1 | output = self.handle(*args, **options)
  48364. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  48365. web_1 | return self.handle_noargs(**options)
  48366. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  48367. web_1 | syncdb.Command().execute(**options)
  48368. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  48369. web_1 | output = self.handle(*args, **options)
  48370. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  48371. web_1 | return self.handle_noargs(**options)
  48372. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  48373. web_1 | cursor = connection.cursor()
  48374. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  48375. web_1 | cursor = self.make_debug_cursor(self._cursor())
  48376. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  48377. web_1 | self.ensure_connection()
  48378. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48379. web_1 | self.connect()
  48380. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  48381. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  48382. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48383. web_1 | self.connect()
  48384. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  48385. web_1 | self.connection = self.get_new_connection(conn_params)
  48386. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  48387. web_1 | return Database.connect(**conn_params)
  48388. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  48389. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  48390. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  48391. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  48392. web_1 | TCP/IP connections on port 5432?
  48393. web_1 |
  48394. web_1 | Traceback (most recent call last):
  48395. web_1 | File "ocl_web/manage.py", line 19, in <module>
  48396. web_1 | execute_from_command_line(sys.argv)
  48397. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  48398. web_1 | utility.execute()
  48399. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  48400. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  48401. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  48402. web_1 | self.execute(*args, **options.__dict__)
  48403. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  48404. web_1 | output = self.handle(*args, **options)
  48405. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  48406. web_1 | ignore_ghosts = ignore_ghosts,
  48407. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  48408. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  48409. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  48410. web_1 | for h in histories:
  48411. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  48412. web_1 | self._fetch_all()
  48413. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  48414. web_1 | self._result_cache = list(self.iterator())
  48415. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  48416. web_1 | for row in compiler.results_iter():
  48417. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  48418. web_1 | for rows in self.execute_sql(MULTI):
  48419. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  48420. web_1 | cursor = self.connection.cursor()
  48421. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  48422. web_1 | cursor = self.make_debug_cursor(self._cursor())
  48423. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  48424. web_1 | self.ensure_connection()
  48425. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48426. web_1 | self.connect()
  48427. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  48428. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  48429. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48430. web_1 | self.connect()
  48431. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  48432. web_1 | self.connection = self.get_new_connection(conn_params)
  48433. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  48434. web_1 | return Database.connect(**conn_params)
  48435. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  48436. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  48437. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  48438. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  48439. web_1 | TCP/IP connections on port 5432?
  48440. web_1 |
  48441. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48442. web_1 | [GCC 4.9.2] on linux2
  48443. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48444. web_1 | (InteractiveConsole)
  48445. web_1 | Traceback (most recent call last):
  48446. web_1 | File "<console>", line 1, in <module>
  48447. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  48448. web_1 | return self.query.get_count(using=self.db)
  48449. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  48450. web_1 | number = obj.get_aggregation(using=using)[None]
  48451. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  48452. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  48453. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  48454. web_1 | cursor = self.connection.cursor()
  48455. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  48456. web_1 | cursor = self.make_debug_cursor(self._cursor())
  48457. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  48458. web_1 | self.ensure_connection()
  48459. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48460. web_1 | self.connect()
  48461. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  48462. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  48463. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  48464. web_1 | self.connect()
  48465. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  48466. web_1 | self.connection = self.get_new_connection(conn_params)
  48467. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  48468. web_1 | return Database.connect(**conn_params)
  48469. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  48470. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  48471. web_1 | OperationalError: could not connect to server: Connection refused
  48472. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  48473. web_1 | TCP/IP connections on port 5432?
  48474. web_1 |
  48475. web_1 |
  48476. web_1 | >>> >>> Starting the server
  48477. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48478. web_1 |
  48479. web_1 | Fatal error: Unable to find local grunt.
  48480. web_1 |
  48481. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48482. web_1 | your project. For more information about installing and configuring grunt,
  48483. web_1 | please see the Getting Started guide:
  48484. web_1 |
  48485. web_1 | http://gruntjs.com/getting-started
  48486. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48487. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48488. web_1 | Syncing...
  48489. web_1 | Creating tables ...
  48490. web_1 | Creating table auth_permission
  48491. web_1 | Creating table auth_group_permissions
  48492. web_1 | Creating table auth_group
  48493. web_1 | Creating table django_content_type
  48494. web_1 | Creating table django_session
  48495. web_1 | Creating table django_site
  48496. web_1 | Creating table django_admin_log
  48497. web_1 | Creating table south_migrationhistory
  48498. web_1 | Creating table avatar_avatar
  48499. web_1 | Creating table users_user_groups
  48500. web_1 | Creating table users_user_user_permissions
  48501. web_1 | Creating table users_user
  48502. web_1 | Creating table account_emailaddress
  48503. web_1 | Creating table account_emailconfirmation
  48504. web_1 | Installing custom SQL ...
  48505. web_1 | Installing indexes ...
  48506. web_1 | Installed 0 object(s) from 0 fixture(s)
  48507. web_1 |
  48508. web_1 | Synced:
  48509. web_1 | > django.contrib.auth
  48510. web_1 | > django.contrib.contenttypes
  48511. web_1 | > django.contrib.sessions
  48512. web_1 | > django.contrib.sites
  48513. web_1 | > django.contrib.messages
  48514. web_1 | > django.contrib.staticfiles
  48515. web_1 | > django.contrib.admin
  48516. web_1 | > south
  48517. web_1 | > crispy_forms
  48518. web_1 | > avatar
  48519. web_1 | > bootstrap3
  48520. web_1 | > users
  48521. web_1 | > allauth
  48522. web_1 | > allauth.account
  48523. web_1 | > django.contrib.humanize
  48524. web_1 | > debug_toolbar
  48525. web_1 |
  48526. web_1 | Not synced (use migrations):
  48527. web_1 | - allauth.socialaccount
  48528. web_1 | - django_extensions
  48529. web_1 | (use ./manage.py migrate to migrate these)
  48530. web_1 | Running migrations for socialaccount:
  48531. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  48532. web_1 | > socialaccount:0001_initial
  48533. web_1 | > socialaccount:0002_genericmodels
  48534. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  48535. web_1 | > socialaccount:0004_add_sites
  48536. web_1 | > socialaccount:0005_set_sites
  48537. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  48538. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  48539. web_1 | > socialaccount:0008_client_id
  48540. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  48541. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  48542. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  48543. web_1 | - Loading initial data for socialaccount.
  48544. web_1 | Installed 0 object(s) from 0 fixture(s)
  48545. web_1 | Running migrations for django_extensions:
  48546. web_1 | - Migrating forwards to 0001_empty.
  48547. web_1 | > django_extensions:0001_empty
  48548. web_1 | - Loading initial data for django_extensions.
  48549. web_1 | Installed 0 object(s) from 0 fixture(s)
  48550. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48551. web_1 | [GCC 4.9.2] on linux2
  48552. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48553. web_1 | (InteractiveConsole)
  48554. web_1 |
  48555. web_1 | >>> >>> Starting the server
  48556. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48557. web_1 |
  48558. web_1 | Fatal error: Unable to find local grunt.
  48559. web_1 |
  48560. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48561. web_1 | your project. For more information about installing and configuring grunt,
  48562. web_1 | please see the Getting Started guide:
  48563. web_1 |
  48564. web_1 | http://gruntjs.com/getting-started
  48565. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48566. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48567. web_1 | Syncing...
  48568. web_1 | Creating tables ...
  48569. web_1 | Installing custom SQL ...
  48570. web_1 | Installing indexes ...
  48571. web_1 | Installed 0 object(s) from 0 fixture(s)
  48572. web_1 |
  48573. web_1 | Synced:
  48574. web_1 | > django.contrib.auth
  48575. web_1 | > django.contrib.contenttypes
  48576. web_1 | > django.contrib.sessions
  48577. web_1 | > django.contrib.sites
  48578. web_1 | > django.contrib.messages
  48579. web_1 | > django.contrib.staticfiles
  48580. web_1 | > django.contrib.admin
  48581. web_1 | > south
  48582. web_1 | > crispy_forms
  48583. web_1 | > avatar
  48584. web_1 | > bootstrap3
  48585. web_1 | > users
  48586. web_1 | > allauth
  48587. web_1 | > allauth.account
  48588. web_1 | > django.contrib.humanize
  48589. web_1 | > debug_toolbar
  48590. web_1 |
  48591. web_1 | Not synced (use migrations):
  48592. web_1 | - allauth.socialaccount
  48593. web_1 | - django_extensions
  48594. web_1 | (use ./manage.py migrate to migrate these)
  48595. web_1 | Running migrations for socialaccount:
  48596. web_1 | - Nothing to migrate.
  48597. web_1 | - Loading initial data for socialaccount.
  48598. web_1 | Installed 0 object(s) from 0 fixture(s)
  48599. web_1 | Running migrations for django_extensions:
  48600. web_1 | - Nothing to migrate.
  48601. web_1 | - Loading initial data for django_extensions.
  48602. web_1 | Installed 0 object(s) from 0 fixture(s)
  48603. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48604. web_1 | [GCC 4.9.2] on linux2
  48605. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48606. web_1 | (InteractiveConsole)
  48607. web_1 |
  48608. web_1 | >>> >>> Starting the server
  48609. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48610. web_1 |
  48611. web_1 | Fatal error: Unable to find local grunt.
  48612. web_1 |
  48613. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48614. web_1 | your project. For more information about installing and configuring grunt,
  48615. web_1 | please see the Getting Started guide:
  48616. web_1 |
  48617. web_1 | http://gruntjs.com/getting-started
  48618. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48619. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48620. web_1 | Syncing...
  48621. web_1 | Creating tables ...
  48622. web_1 | Installing custom SQL ...
  48623. web_1 | Installing indexes ...
  48624. web_1 | Installed 0 object(s) from 0 fixture(s)
  48625. web_1 |
  48626. web_1 | Synced:
  48627. web_1 | > django.contrib.auth
  48628. web_1 | > django.contrib.contenttypes
  48629. web_1 | > django.contrib.sessions
  48630. web_1 | > django.contrib.sites
  48631. web_1 | > django.contrib.messages
  48632. web_1 | > django.contrib.staticfiles
  48633. web_1 | > django.contrib.admin
  48634. web_1 | > south
  48635. web_1 | > crispy_forms
  48636. web_1 | > avatar
  48637. web_1 | > bootstrap3
  48638. web_1 | > users
  48639. web_1 | > allauth
  48640. web_1 | > allauth.account
  48641. web_1 | > django.contrib.humanize
  48642. web_1 | > debug_toolbar
  48643. web_1 |
  48644. web_1 | Not synced (use migrations):
  48645. web_1 | - allauth.socialaccount
  48646. web_1 | - django_extensions
  48647. web_1 | (use ./manage.py migrate to migrate these)
  48648. web_1 | Running migrations for socialaccount:
  48649. web_1 | - Nothing to migrate.
  48650. web_1 | - Loading initial data for socialaccount.
  48651. web_1 | Installed 0 object(s) from 0 fixture(s)
  48652. web_1 | Running migrations for django_extensions:
  48653. web_1 | - Nothing to migrate.
  48654. web_1 | - Loading initial data for django_extensions.
  48655. web_1 | Installed 0 object(s) from 0 fixture(s)
  48656. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48657. web_1 | [GCC 4.9.2] on linux2
  48658. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48659. web_1 | (InteractiveConsole)
  48660. web_1 |
  48661. web_1 | >>> >>> Starting the server
  48662. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48663. web_1 |
  48664. web_1 | Fatal error: Unable to find local grunt.
  48665. web_1 |
  48666. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48667. web_1 | your project. For more information about installing and configuring grunt,
  48668. web_1 | please see the Getting Started guide:
  48669. web_1 |
  48670. web_1 | http://gruntjs.com/getting-started
  48671. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48672. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48673. web_1 | Syncing...
  48674. web_1 | Creating tables ...
  48675. web_1 | Installing custom SQL ...
  48676. web_1 | Installing indexes ...
  48677. web_1 | Installed 0 object(s) from 0 fixture(s)
  48678. web_1 |
  48679. web_1 | Synced:
  48680. web_1 | > django.contrib.auth
  48681. web_1 | > django.contrib.contenttypes
  48682. web_1 | > django.contrib.sessions
  48683. web_1 | > django.contrib.sites
  48684. web_1 | > django.contrib.messages
  48685. web_1 | > django.contrib.staticfiles
  48686. web_1 | > django.contrib.admin
  48687. web_1 | > south
  48688. web_1 | > crispy_forms
  48689. web_1 | > avatar
  48690. web_1 | > bootstrap3
  48691. web_1 | > users
  48692. web_1 | > allauth
  48693. web_1 | > allauth.account
  48694. web_1 | > django.contrib.humanize
  48695. web_1 | > debug_toolbar
  48696. web_1 |
  48697. web_1 | Not synced (use migrations):
  48698. web_1 | - allauth.socialaccount
  48699. web_1 | - django_extensions
  48700. web_1 | (use ./manage.py migrate to migrate these)
  48701. web_1 | Running migrations for socialaccount:
  48702. web_1 | - Nothing to migrate.
  48703. web_1 | - Loading initial data for socialaccount.
  48704. web_1 | Installed 0 object(s) from 0 fixture(s)
  48705. web_1 | Running migrations for django_extensions:
  48706. web_1 | - Nothing to migrate.
  48707. web_1 | - Loading initial data for django_extensions.
  48708. web_1 | Installed 0 object(s) from 0 fixture(s)
  48709. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48710. web_1 | [GCC 4.9.2] on linux2
  48711. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48712. web_1 | (InteractiveConsole)
  48713. web_1 |
  48714. web_1 | >>> >>> Starting the server
  48715. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48716. web_1 |
  48717. web_1 | Fatal error: Unable to find local grunt.
  48718. web_1 |
  48719. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48720. web_1 | your project. For more information about installing and configuring grunt,
  48721. web_1 | please see the Getting Started guide:
  48722. web_1 |
  48723. web_1 | http://gruntjs.com/getting-started
  48724. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48725. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48726. web_1 | Syncing...
  48727. web_1 | Creating tables ...
  48728. web_1 | Installing custom SQL ...
  48729. web_1 | Installing indexes ...
  48730. web_1 | Installed 0 object(s) from 0 fixture(s)
  48731. web_1 |
  48732. web_1 | Synced:
  48733. web_1 | > django.contrib.auth
  48734. web_1 | > django.contrib.contenttypes
  48735. web_1 | > django.contrib.sessions
  48736. web_1 | > django.contrib.sites
  48737. web_1 | > django.contrib.messages
  48738. web_1 | > django.contrib.staticfiles
  48739. web_1 | > django.contrib.admin
  48740. web_1 | > south
  48741. web_1 | > crispy_forms
  48742. web_1 | > avatar
  48743. web_1 | > bootstrap3
  48744. web_1 | > users
  48745. web_1 | > allauth
  48746. web_1 | > allauth.account
  48747. web_1 | > django.contrib.humanize
  48748. web_1 | > debug_toolbar
  48749. web_1 |
  48750. web_1 | Not synced (use migrations):
  48751. web_1 | - allauth.socialaccount
  48752. web_1 | - django_extensions
  48753. web_1 | (use ./manage.py migrate to migrate these)
  48754. web_1 | Running migrations for socialaccount:
  48755. web_1 | - Nothing to migrate.
  48756. web_1 | - Loading initial data for socialaccount.
  48757. web_1 | Installed 0 object(s) from 0 fixture(s)
  48758. web_1 | Running migrations for django_extensions:
  48759. web_1 | - Nothing to migrate.
  48760. web_1 | - Loading initial data for django_extensions.
  48761. web_1 | Installed 0 object(s) from 0 fixture(s)
  48762. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48763. web_1 | [GCC 4.9.2] on linux2
  48764. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48765. web_1 | (InteractiveConsole)
  48766. web_1 |
  48767. web_1 | >>> >>> Starting the server
  48768. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48769. web_1 |
  48770. web_1 | Fatal error: Unable to find local grunt.
  48771. web_1 |
  48772. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48773. web_1 | your project. For more information about installing and configuring grunt,
  48774. web_1 | please see the Getting Started guide:
  48775. web_1 |
  48776. web_1 | http://gruntjs.com/getting-started
  48777. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48778. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48779. web_1 | Syncing...
  48780. web_1 | Creating tables ...
  48781. web_1 | Installing custom SQL ...
  48782. web_1 | Installing indexes ...
  48783. web_1 | Installed 0 object(s) from 0 fixture(s)
  48784. web_1 |
  48785. web_1 | Synced:
  48786. web_1 | > django.contrib.auth
  48787. web_1 | > django.contrib.contenttypes
  48788. web_1 | > django.contrib.sessions
  48789. web_1 | > django.contrib.sites
  48790. web_1 | > django.contrib.messages
  48791. web_1 | > django.contrib.staticfiles
  48792. web_1 | > django.contrib.admin
  48793. web_1 | > south
  48794. web_1 | > crispy_forms
  48795. web_1 | > avatar
  48796. web_1 | > bootstrap3
  48797. web_1 | > users
  48798. web_1 | > allauth
  48799. web_1 | > allauth.account
  48800. web_1 | > django.contrib.humanize
  48801. web_1 | > debug_toolbar
  48802. web_1 |
  48803. web_1 | Not synced (use migrations):
  48804. web_1 | - allauth.socialaccount
  48805. web_1 | - django_extensions
  48806. web_1 | (use ./manage.py migrate to migrate these)
  48807. web_1 | Running migrations for socialaccount:
  48808. web_1 | - Nothing to migrate.
  48809. web_1 | - Loading initial data for socialaccount.
  48810. web_1 | Installed 0 object(s) from 0 fixture(s)
  48811. web_1 | Running migrations for django_extensions:
  48812. web_1 | - Nothing to migrate.
  48813. web_1 | - Loading initial data for django_extensions.
  48814. web_1 | Installed 0 object(s) from 0 fixture(s)
  48815. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48816. web_1 | [GCC 4.9.2] on linux2
  48817. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48818. web_1 | (InteractiveConsole)
  48819. web_1 |
  48820. web_1 | >>> >>> Starting the server
  48821. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48822. web_1 |
  48823. web_1 | Fatal error: Unable to find local grunt.
  48824. web_1 |
  48825. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48826. web_1 | your project. For more information about installing and configuring grunt,
  48827. web_1 | please see the Getting Started guide:
  48828. web_1 |
  48829. web_1 | http://gruntjs.com/getting-started
  48830. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48831. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48832. web_1 | Syncing...
  48833. web_1 | Creating tables ...
  48834. web_1 | Installing custom SQL ...
  48835. web_1 | Installing indexes ...
  48836. web_1 | Installed 0 object(s) from 0 fixture(s)
  48837. web_1 |
  48838. web_1 | Synced:
  48839. web_1 | > django.contrib.auth
  48840. web_1 | > django.contrib.contenttypes
  48841. web_1 | > django.contrib.sessions
  48842. web_1 | > django.contrib.sites
  48843. web_1 | > django.contrib.messages
  48844. web_1 | > django.contrib.staticfiles
  48845. web_1 | > django.contrib.admin
  48846. web_1 | > south
  48847. web_1 | > crispy_forms
  48848. web_1 | > avatar
  48849. web_1 | > bootstrap3
  48850. web_1 | > users
  48851. web_1 | > allauth
  48852. web_1 | > allauth.account
  48853. web_1 | > django.contrib.humanize
  48854. web_1 | > debug_toolbar
  48855. web_1 |
  48856. web_1 | Not synced (use migrations):
  48857. web_1 | - allauth.socialaccount
  48858. web_1 | - django_extensions
  48859. web_1 | (use ./manage.py migrate to migrate these)
  48860. web_1 | Running migrations for socialaccount:
  48861. web_1 | - Nothing to migrate.
  48862. web_1 | - Loading initial data for socialaccount.
  48863. web_1 | Installed 0 object(s) from 0 fixture(s)
  48864. web_1 | Running migrations for django_extensions:
  48865. web_1 | - Nothing to migrate.
  48866. web_1 | - Loading initial data for django_extensions.
  48867. web_1 | Installed 0 object(s) from 0 fixture(s)
  48868. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48869. web_1 | [GCC 4.9.2] on linux2
  48870. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48871. web_1 | (InteractiveConsole)
  48872. web_1 |
  48873. web_1 | >>> >>> Starting the server
  48874. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48875. web_1 |
  48876. web_1 | Fatal error: Unable to find local grunt.
  48877. web_1 |
  48878. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48879. web_1 | your project. For more information about installing and configuring grunt,
  48880. web_1 | please see the Getting Started guide:
  48881. web_1 |
  48882. web_1 | http://gruntjs.com/getting-started
  48883. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48884. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48885. web_1 | Syncing...
  48886. web_1 | Creating tables ...
  48887. web_1 | Installing custom SQL ...
  48888. web_1 | Installing indexes ...
  48889. web_1 | Installed 0 object(s) from 0 fixture(s)
  48890. web_1 |
  48891. web_1 | Synced:
  48892. web_1 | > django.contrib.auth
  48893. web_1 | > django.contrib.contenttypes
  48894. web_1 | > django.contrib.sessions
  48895. web_1 | > django.contrib.sites
  48896. web_1 | > django.contrib.messages
  48897. web_1 | > django.contrib.staticfiles
  48898. web_1 | > django.contrib.admin
  48899. web_1 | > south
  48900. web_1 | > crispy_forms
  48901. web_1 | > avatar
  48902. web_1 | > bootstrap3
  48903. web_1 | > users
  48904. web_1 | > allauth
  48905. web_1 | > allauth.account
  48906. web_1 | > django.contrib.humanize
  48907. web_1 | > debug_toolbar
  48908. web_1 |
  48909. web_1 | Not synced (use migrations):
  48910. web_1 | - allauth.socialaccount
  48911. web_1 | - django_extensions
  48912. web_1 | (use ./manage.py migrate to migrate these)
  48913. web_1 | Running migrations for socialaccount:
  48914. web_1 | - Nothing to migrate.
  48915. web_1 | - Loading initial data for socialaccount.
  48916. web_1 | Installed 0 object(s) from 0 fixture(s)
  48917. web_1 | Running migrations for django_extensions:
  48918. web_1 | - Nothing to migrate.
  48919. web_1 | - Loading initial data for django_extensions.
  48920. web_1 | Installed 0 object(s) from 0 fixture(s)
  48921. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48922. web_1 | [GCC 4.9.2] on linux2
  48923. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48924. web_1 | (InteractiveConsole)
  48925. web_1 |
  48926. web_1 | >>> >>> Starting the server
  48927. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48928. web_1 |
  48929. web_1 | Fatal error: Unable to find local grunt.
  48930. web_1 |
  48931. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48932. web_1 | your project. For more information about installing and configuring grunt,
  48933. web_1 | please see the Getting Started guide:
  48934. web_1 |
  48935. web_1 | http://gruntjs.com/getting-started
  48936. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48937. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48938. web_1 | Syncing...
  48939. web_1 | Creating tables ...
  48940. web_1 | Installing custom SQL ...
  48941. web_1 | Installing indexes ...
  48942. web_1 | Installed 0 object(s) from 0 fixture(s)
  48943. web_1 |
  48944. web_1 | Synced:
  48945. web_1 | > django.contrib.auth
  48946. web_1 | > django.contrib.contenttypes
  48947. web_1 | > django.contrib.sessions
  48948. web_1 | > django.contrib.sites
  48949. web_1 | > django.contrib.messages
  48950. web_1 | > django.contrib.staticfiles
  48951. web_1 | > django.contrib.admin
  48952. web_1 | > south
  48953. web_1 | > crispy_forms
  48954. web_1 | > avatar
  48955. web_1 | > bootstrap3
  48956. web_1 | > users
  48957. web_1 | > allauth
  48958. web_1 | > allauth.account
  48959. web_1 | > django.contrib.humanize
  48960. web_1 | > debug_toolbar
  48961. web_1 |
  48962. web_1 | Not synced (use migrations):
  48963. web_1 | - allauth.socialaccount
  48964. web_1 | - django_extensions
  48965. web_1 | (use ./manage.py migrate to migrate these)
  48966. web_1 | Running migrations for socialaccount:
  48967. web_1 | - Nothing to migrate.
  48968. web_1 | - Loading initial data for socialaccount.
  48969. web_1 | Installed 0 object(s) from 0 fixture(s)
  48970. web_1 | Running migrations for django_extensions:
  48971. web_1 | - Nothing to migrate.
  48972. web_1 | - Loading initial data for django_extensions.
  48973. web_1 | Installed 0 object(s) from 0 fixture(s)
  48974. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  48975. web_1 | [GCC 4.9.2] on linux2
  48976. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  48977. web_1 | (InteractiveConsole)
  48978. web_1 |
  48979. web_1 | >>> >>> Starting the server
  48980. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  48981. web_1 |
  48982. web_1 | Fatal error: Unable to find local grunt.
  48983. web_1 |
  48984. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  48985. web_1 | your project. For more information about installing and configuring grunt,
  48986. web_1 | please see the Getting Started guide:
  48987. web_1 |
  48988. web_1 | http://gruntjs.com/getting-started
  48989. web_1 | Starting OpenBSD Secure Shell server: sshd.
  48990. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  48991. web_1 | Syncing...
  48992. web_1 | Creating tables ...
  48993. web_1 | Installing custom SQL ...
  48994. web_1 | Installing indexes ...
  48995. web_1 | Installed 0 object(s) from 0 fixture(s)
  48996. web_1 |
  48997. web_1 | Synced:
  48998. web_1 | > django.contrib.auth
  48999. web_1 | > django.contrib.contenttypes
  49000. web_1 | > django.contrib.sessions
  49001. web_1 | > django.contrib.sites
  49002. web_1 | > django.contrib.messages
  49003. web_1 | > django.contrib.staticfiles
  49004. web_1 | > django.contrib.admin
  49005. web_1 | > south
  49006. web_1 | > crispy_forms
  49007. web_1 | > avatar
  49008. web_1 | > bootstrap3
  49009. web_1 | > users
  49010. web_1 | > allauth
  49011. web_1 | > allauth.account
  49012. web_1 | > django.contrib.humanize
  49013. web_1 | > debug_toolbar
  49014. web_1 |
  49015. web_1 | Not synced (use migrations):
  49016. web_1 | - allauth.socialaccount
  49017. web_1 | - django_extensions
  49018. web_1 | (use ./manage.py migrate to migrate these)
  49019. web_1 | Running migrations for socialaccount:
  49020. web_1 | - Nothing to migrate.
  49021. web_1 | - Loading initial data for socialaccount.
  49022. web_1 | Installed 0 object(s) from 0 fixture(s)
  49023. web_1 | Running migrations for django_extensions:
  49024. web_1 | - Nothing to migrate.
  49025. web_1 | - Loading initial data for django_extensions.
  49026. web_1 | Installed 0 object(s) from 0 fixture(s)
  49027. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49028. web_1 | [GCC 4.9.2] on linux2
  49029. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49030. web_1 | (InteractiveConsole)
  49031. web_1 |
  49032. web_1 | >>> >>> Starting the server
  49033. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49034. web_1 |
  49035. web_1 | Fatal error: Unable to find local grunt.
  49036. web_1 |
  49037. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49038. web_1 | your project. For more information about installing and configuring grunt,
  49039. web_1 | please see the Getting Started guide:
  49040. web_1 |
  49041. web_1 | http://gruntjs.com/getting-started
  49042. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49043. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49044. web_1 | Syncing...
  49045. web_1 | Creating tables ...
  49046. web_1 | Installing custom SQL ...
  49047. web_1 | Installing indexes ...
  49048. web_1 | Installed 0 object(s) from 0 fixture(s)
  49049. web_1 |
  49050. web_1 | Synced:
  49051. web_1 | > django.contrib.auth
  49052. web_1 | > django.contrib.contenttypes
  49053. web_1 | > django.contrib.sessions
  49054. web_1 | > django.contrib.sites
  49055. web_1 | > django.contrib.messages
  49056. web_1 | > django.contrib.staticfiles
  49057. web_1 | > django.contrib.admin
  49058. web_1 | > south
  49059. web_1 | > crispy_forms
  49060. web_1 | > avatar
  49061. web_1 | > bootstrap3
  49062. web_1 | > users
  49063. web_1 | > allauth
  49064. web_1 | > allauth.account
  49065. web_1 | > django.contrib.humanize
  49066. web_1 | > debug_toolbar
  49067. web_1 |
  49068. web_1 | Not synced (use migrations):
  49069. web_1 | - allauth.socialaccount
  49070. web_1 | - django_extensions
  49071. web_1 | (use ./manage.py migrate to migrate these)
  49072. web_1 | Running migrations for socialaccount:
  49073. web_1 | - Nothing to migrate.
  49074. web_1 | - Loading initial data for socialaccount.
  49075. web_1 | Installed 0 object(s) from 0 fixture(s)
  49076. web_1 | Running migrations for django_extensions:
  49077. web_1 | - Nothing to migrate.
  49078. web_1 | - Loading initial data for django_extensions.
  49079. web_1 | Installed 0 object(s) from 0 fixture(s)
  49080. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49081. web_1 | [GCC 4.9.2] on linux2
  49082. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49083. web_1 | (InteractiveConsole)
  49084. web_1 |
  49085. web_1 | >>> >>> Starting the server
  49086. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49087. web_1 |
  49088. web_1 | Fatal error: Unable to find local grunt.
  49089. web_1 |
  49090. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49091. web_1 | your project. For more information about installing and configuring grunt,
  49092. web_1 | please see the Getting Started guide:
  49093. web_1 |
  49094. web_1 | http://gruntjs.com/getting-started
  49095. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49096. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49097. web_1 | Syncing...
  49098. web_1 | Creating tables ...
  49099. web_1 | Installing custom SQL ...
  49100. web_1 | Installing indexes ...
  49101. web_1 | Installed 0 object(s) from 0 fixture(s)
  49102. web_1 |
  49103. web_1 | Synced:
  49104. web_1 | > django.contrib.auth
  49105. web_1 | > django.contrib.contenttypes
  49106. web_1 | > django.contrib.sessions
  49107. web_1 | > django.contrib.sites
  49108. web_1 | > django.contrib.messages
  49109. web_1 | > django.contrib.staticfiles
  49110. web_1 | > django.contrib.admin
  49111. web_1 | > south
  49112. web_1 | > crispy_forms
  49113. web_1 | > avatar
  49114. web_1 | > bootstrap3
  49115. web_1 | > users
  49116. web_1 | > allauth
  49117. web_1 | > allauth.account
  49118. web_1 | > django.contrib.humanize
  49119. web_1 | > debug_toolbar
  49120. web_1 |
  49121. web_1 | Not synced (use migrations):
  49122. web_1 | - allauth.socialaccount
  49123. web_1 | - django_extensions
  49124. web_1 | (use ./manage.py migrate to migrate these)
  49125. web_1 | Running migrations for socialaccount:
  49126. web_1 | - Nothing to migrate.
  49127. web_1 | - Loading initial data for socialaccount.
  49128. web_1 | Installed 0 object(s) from 0 fixture(s)
  49129. web_1 | Running migrations for django_extensions:
  49130. web_1 | - Nothing to migrate.
  49131. web_1 | - Loading initial data for django_extensions.
  49132. web_1 | Installed 0 object(s) from 0 fixture(s)
  49133. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49134. web_1 | [GCC 4.9.2] on linux2
  49135. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49136. web_1 | (InteractiveConsole)
  49137. web_1 |
  49138. web_1 | >>> >>> Starting the server
  49139. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49140. web_1 |
  49141. web_1 | Fatal error: Unable to find local grunt.
  49142. web_1 |
  49143. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49144. web_1 | your project. For more information about installing and configuring grunt,
  49145. web_1 | please see the Getting Started guide:
  49146. web_1 |
  49147. web_1 | http://gruntjs.com/getting-started
  49148. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49149. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49150. web_1 | Syncing...
  49151. web_1 | Creating tables ...
  49152. web_1 | Installing custom SQL ...
  49153. web_1 | Installing indexes ...
  49154. web_1 | Installed 0 object(s) from 0 fixture(s)
  49155. web_1 |
  49156. web_1 | Synced:
  49157. web_1 | > django.contrib.auth
  49158. web_1 | > django.contrib.contenttypes
  49159. web_1 | > django.contrib.sessions
  49160. web_1 | > django.contrib.sites
  49161. web_1 | > django.contrib.messages
  49162. web_1 | > django.contrib.staticfiles
  49163. web_1 | > django.contrib.admin
  49164. web_1 | > south
  49165. web_1 | > crispy_forms
  49166. web_1 | > avatar
  49167. web_1 | > bootstrap3
  49168. web_1 | > users
  49169. web_1 | > allauth
  49170. web_1 | > allauth.account
  49171. web_1 | > django.contrib.humanize
  49172. web_1 | > debug_toolbar
  49173. web_1 |
  49174. web_1 | Not synced (use migrations):
  49175. web_1 | - allauth.socialaccount
  49176. web_1 | - django_extensions
  49177. web_1 | (use ./manage.py migrate to migrate these)
  49178. web_1 | Running migrations for socialaccount:
  49179. web_1 | - Nothing to migrate.
  49180. web_1 | - Loading initial data for socialaccount.
  49181. web_1 | Installed 0 object(s) from 0 fixture(s)
  49182. web_1 | Running migrations for django_extensions:
  49183. web_1 | - Nothing to migrate.
  49184. web_1 | - Loading initial data for django_extensions.
  49185. web_1 | Installed 0 object(s) from 0 fixture(s)
  49186. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49187. web_1 | [GCC 4.9.2] on linux2
  49188. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49189. web_1 | (InteractiveConsole)
  49190. web_1 |
  49191. web_1 | >>> >>> Starting the server
  49192. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49193. web_1 |
  49194. web_1 | Fatal error: Unable to find local grunt.
  49195. web_1 |
  49196. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49197. web_1 | your project. For more information about installing and configuring grunt,
  49198. web_1 | please see the Getting Started guide:
  49199. web_1 |
  49200. web_1 | http://gruntjs.com/getting-started
  49201. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49202. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49203. web_1 | Syncing...
  49204. web_1 | Creating tables ...
  49205. web_1 | Installing custom SQL ...
  49206. web_1 | Installing indexes ...
  49207. web_1 | Installed 0 object(s) from 0 fixture(s)
  49208. web_1 |
  49209. web_1 | Synced:
  49210. web_1 | > django.contrib.auth
  49211. web_1 | > django.contrib.contenttypes
  49212. web_1 | > django.contrib.sessions
  49213. web_1 | > django.contrib.sites
  49214. web_1 | > django.contrib.messages
  49215. web_1 | > django.contrib.staticfiles
  49216. web_1 | > django.contrib.admin
  49217. web_1 | > south
  49218. web_1 | > crispy_forms
  49219. web_1 | > avatar
  49220. web_1 | > bootstrap3
  49221. web_1 | > users
  49222. web_1 | > allauth
  49223. web_1 | > allauth.account
  49224. web_1 | > django.contrib.humanize
  49225. web_1 | > debug_toolbar
  49226. web_1 |
  49227. web_1 | Not synced (use migrations):
  49228. web_1 | - allauth.socialaccount
  49229. web_1 | - django_extensions
  49230. web_1 | (use ./manage.py migrate to migrate these)
  49231. web_1 | Running migrations for socialaccount:
  49232. web_1 | - Nothing to migrate.
  49233. web_1 | - Loading initial data for socialaccount.
  49234. web_1 | Installed 0 object(s) from 0 fixture(s)
  49235. web_1 | Running migrations for django_extensions:
  49236. web_1 | - Nothing to migrate.
  49237. web_1 | - Loading initial data for django_extensions.
  49238. web_1 | Installed 0 object(s) from 0 fixture(s)
  49239. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49240. web_1 | [GCC 4.9.2] on linux2
  49241. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49242. web_1 | (InteractiveConsole)
  49243. web_1 |
  49244. web_1 | >>> >>> Starting the server
  49245. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49246. web_1 |
  49247. web_1 | Fatal error: Unable to find local grunt.
  49248. web_1 |
  49249. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49250. web_1 | your project. For more information about installing and configuring grunt,
  49251. web_1 | please see the Getting Started guide:
  49252. web_1 |
  49253. web_1 | http://gruntjs.com/getting-started
  49254. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49255. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49256. web_1 | Syncing...
  49257. web_1 | Creating tables ...
  49258. web_1 | Installing custom SQL ...
  49259. web_1 | Installing indexes ...
  49260. web_1 | Installed 0 object(s) from 0 fixture(s)
  49261. web_1 |
  49262. web_1 | Synced:
  49263. web_1 | > django.contrib.auth
  49264. web_1 | > django.contrib.contenttypes
  49265. web_1 | > django.contrib.sessions
  49266. web_1 | > django.contrib.sites
  49267. web_1 | > django.contrib.messages
  49268. web_1 | > django.contrib.staticfiles
  49269. web_1 | > django.contrib.admin
  49270. web_1 | > south
  49271. web_1 | > crispy_forms
  49272. web_1 | > avatar
  49273. web_1 | > bootstrap3
  49274. web_1 | > users
  49275. web_1 | > allauth
  49276. web_1 | > allauth.account
  49277. web_1 | > django.contrib.humanize
  49278. web_1 | > debug_toolbar
  49279. web_1 |
  49280. web_1 | Not synced (use migrations):
  49281. web_1 | - allauth.socialaccount
  49282. web_1 | - django_extensions
  49283. web_1 | (use ./manage.py migrate to migrate these)
  49284. web_1 | Running migrations for socialaccount:
  49285. web_1 | - Nothing to migrate.
  49286. web_1 | - Loading initial data for socialaccount.
  49287. web_1 | Installed 0 object(s) from 0 fixture(s)
  49288. web_1 | Running migrations for django_extensions:
  49289. web_1 | - Nothing to migrate.
  49290. web_1 | - Loading initial data for django_extensions.
  49291. web_1 | Installed 0 object(s) from 0 fixture(s)
  49292. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49293. web_1 | [GCC 4.9.2] on linux2
  49294. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49295. web_1 | (InteractiveConsole)
  49296. web_1 |
  49297. web_1 | >>> >>> Starting the server
  49298. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49299. web_1 |
  49300. web_1 | Fatal error: Unable to find local grunt.
  49301. web_1 |
  49302. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49303. web_1 | your project. For more information about installing and configuring grunt,
  49304. web_1 | please see the Getting Started guide:
  49305. web_1 |
  49306. web_1 | http://gruntjs.com/getting-started
  49307. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49308. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49309. web_1 | Syncing...
  49310. web_1 | Creating tables ...
  49311. web_1 | Installing custom SQL ...
  49312. web_1 | Installing indexes ...
  49313. web_1 | Installed 0 object(s) from 0 fixture(s)
  49314. web_1 |
  49315. web_1 | Synced:
  49316. web_1 | > django.contrib.auth
  49317. web_1 | > django.contrib.contenttypes
  49318. web_1 | > django.contrib.sessions
  49319. web_1 | > django.contrib.sites
  49320. web_1 | > django.contrib.messages
  49321. web_1 | > django.contrib.staticfiles
  49322. web_1 | > django.contrib.admin
  49323. web_1 | > south
  49324. web_1 | > crispy_forms
  49325. web_1 | > avatar
  49326. web_1 | > bootstrap3
  49327. web_1 | > users
  49328. web_1 | > allauth
  49329. web_1 | > allauth.account
  49330. web_1 | > django.contrib.humanize
  49331. web_1 | > debug_toolbar
  49332. web_1 |
  49333. web_1 | Not synced (use migrations):
  49334. web_1 | - allauth.socialaccount
  49335. web_1 | - django_extensions
  49336. web_1 | (use ./manage.py migrate to migrate these)
  49337. web_1 | Running migrations for socialaccount:
  49338. web_1 | - Nothing to migrate.
  49339. web_1 | - Loading initial data for socialaccount.
  49340. web_1 | Installed 0 object(s) from 0 fixture(s)
  49341. web_1 | Running migrations for django_extensions:
  49342. web_1 | - Nothing to migrate.
  49343. web_1 | - Loading initial data for django_extensions.
  49344. web_1 | Installed 0 object(s) from 0 fixture(s)
  49345. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49346. web_1 | [GCC 4.9.2] on linux2
  49347. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49348. web_1 | (InteractiveConsole)
  49349. web_1 |
  49350. web_1 | >>> >>> Starting the server
  49351. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49352. web_1 |
  49353. web_1 | Fatal error: Unable to find local grunt.
  49354. web_1 |
  49355. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49356. web_1 | your project. For more information about installing and configuring grunt,
  49357. web_1 | please see the Getting Started guide:
  49358. web_1 |
  49359. web_1 | http://gruntjs.com/getting-started
  49360. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49361. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49362. web_1 | Syncing...
  49363. web_1 | Creating tables ...
  49364. web_1 | Installing custom SQL ...
  49365. web_1 | Installing indexes ...
  49366. web_1 | Installed 0 object(s) from 0 fixture(s)
  49367. web_1 |
  49368. web_1 | Synced:
  49369. web_1 | > django.contrib.auth
  49370. web_1 | > django.contrib.contenttypes
  49371. web_1 | > django.contrib.sessions
  49372. web_1 | > django.contrib.sites
  49373. web_1 | > django.contrib.messages
  49374. web_1 | > django.contrib.staticfiles
  49375. web_1 | > django.contrib.admin
  49376. web_1 | > south
  49377. web_1 | > crispy_forms
  49378. web_1 | > avatar
  49379. web_1 | > bootstrap3
  49380. web_1 | > users
  49381. web_1 | > allauth
  49382. web_1 | > allauth.account
  49383. web_1 | > django.contrib.humanize
  49384. web_1 | > debug_toolbar
  49385. web_1 |
  49386. web_1 | Not synced (use migrations):
  49387. web_1 | - allauth.socialaccount
  49388. web_1 | - django_extensions
  49389. web_1 | (use ./manage.py migrate to migrate these)
  49390. web_1 | Running migrations for socialaccount:
  49391. web_1 | - Nothing to migrate.
  49392. web_1 | - Loading initial data for socialaccount.
  49393. web_1 | Installed 0 object(s) from 0 fixture(s)
  49394. web_1 | Running migrations for django_extensions:
  49395. web_1 | - Nothing to migrate.
  49396. web_1 | - Loading initial data for django_extensions.
  49397. web_1 | Installed 0 object(s) from 0 fixture(s)
  49398. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49399. web_1 | [GCC 4.9.2] on linux2
  49400. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49401. web_1 | (InteractiveConsole)
  49402. web_1 |
  49403. web_1 | >>> >>> Starting the server
  49404. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49405. web_1 |
  49406. web_1 | Fatal error: Unable to find local grunt.
  49407. web_1 |
  49408. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49409. web_1 | your project. For more information about installing and configuring grunt,
  49410. web_1 | please see the Getting Started guide:
  49411. web_1 |
  49412. web_1 | http://gruntjs.com/getting-started
  49413. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49414. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49415. web_1 | Syncing...
  49416. web_1 | Creating tables ...
  49417. web_1 | Installing custom SQL ...
  49418. web_1 | Installing indexes ...
  49419. web_1 | Installed 0 object(s) from 0 fixture(s)
  49420. web_1 |
  49421. web_1 | Synced:
  49422. web_1 | > django.contrib.auth
  49423. web_1 | > django.contrib.contenttypes
  49424. web_1 | > django.contrib.sessions
  49425. web_1 | > django.contrib.sites
  49426. web_1 | > django.contrib.messages
  49427. web_1 | > django.contrib.staticfiles
  49428. web_1 | > django.contrib.admin
  49429. web_1 | > south
  49430. web_1 | > crispy_forms
  49431. web_1 | > avatar
  49432. web_1 | > bootstrap3
  49433. web_1 | > users
  49434. web_1 | > allauth
  49435. web_1 | > allauth.account
  49436. web_1 | > django.contrib.humanize
  49437. web_1 | > debug_toolbar
  49438. web_1 |
  49439. web_1 | Not synced (use migrations):
  49440. web_1 | - allauth.socialaccount
  49441. web_1 | - django_extensions
  49442. web_1 | (use ./manage.py migrate to migrate these)
  49443. web_1 | Running migrations for socialaccount:
  49444. web_1 | - Nothing to migrate.
  49445. web_1 | - Loading initial data for socialaccount.
  49446. web_1 | Installed 0 object(s) from 0 fixture(s)
  49447. web_1 | Running migrations for django_extensions:
  49448. web_1 | - Nothing to migrate.
  49449. web_1 | - Loading initial data for django_extensions.
  49450. web_1 | Installed 0 object(s) from 0 fixture(s)
  49451. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49452. web_1 | [GCC 4.9.2] on linux2
  49453. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49454. web_1 | (InteractiveConsole)
  49455. web_1 |
  49456. web_1 | >>> >>> Starting the server
  49457. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49458. web_1 |
  49459. web_1 | Fatal error: Unable to find local grunt.
  49460. web_1 |
  49461. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49462. web_1 | your project. For more information about installing and configuring grunt,
  49463. web_1 | please see the Getting Started guide:
  49464. web_1 |
  49465. web_1 | http://gruntjs.com/getting-started
  49466. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49467. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49468. web_1 | Syncing...
  49469. web_1 | Creating tables ...
  49470. web_1 | Installing custom SQL ...
  49471. web_1 | Installing indexes ...
  49472. web_1 | Installed 0 object(s) from 0 fixture(s)
  49473. web_1 |
  49474. web_1 | Synced:
  49475. web_1 | > django.contrib.auth
  49476. web_1 | > django.contrib.contenttypes
  49477. web_1 | > django.contrib.sessions
  49478. web_1 | > django.contrib.sites
  49479. web_1 | > django.contrib.messages
  49480. web_1 | > django.contrib.staticfiles
  49481. web_1 | > django.contrib.admin
  49482. web_1 | > south
  49483. web_1 | > crispy_forms
  49484. web_1 | > avatar
  49485. web_1 | > bootstrap3
  49486. web_1 | > users
  49487. web_1 | > allauth
  49488. web_1 | > allauth.account
  49489. web_1 | > django.contrib.humanize
  49490. web_1 | > debug_toolbar
  49491. web_1 |
  49492. web_1 | Not synced (use migrations):
  49493. web_1 | - allauth.socialaccount
  49494. web_1 | - django_extensions
  49495. web_1 | (use ./manage.py migrate to migrate these)
  49496. web_1 | Running migrations for socialaccount:
  49497. web_1 | - Nothing to migrate.
  49498. web_1 | - Loading initial data for socialaccount.
  49499. web_1 | Installed 0 object(s) from 0 fixture(s)
  49500. web_1 | Running migrations for django_extensions:
  49501. web_1 | - Nothing to migrate.
  49502. web_1 | - Loading initial data for django_extensions.
  49503. web_1 | Installed 0 object(s) from 0 fixture(s)
  49504. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49505. web_1 | [GCC 4.9.2] on linux2
  49506. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49507. web_1 | (InteractiveConsole)
  49508. web_1 |
  49509. web_1 | >>> >>> Starting the server
  49510. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49511. web_1 |
  49512. web_1 | Fatal error: Unable to find local grunt.
  49513. web_1 |
  49514. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49515. web_1 | your project. For more information about installing and configuring grunt,
  49516. web_1 | please see the Getting Started guide:
  49517. web_1 |
  49518. web_1 | http://gruntjs.com/getting-started
  49519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49520. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49521. web_1 | Syncing...
  49522. web_1 | Creating tables ...
  49523. web_1 | Installing custom SQL ...
  49524. web_1 | Installing indexes ...
  49525. web_1 | Installed 0 object(s) from 0 fixture(s)
  49526. web_1 |
  49527. web_1 | Synced:
  49528. web_1 | > django.contrib.auth
  49529. web_1 | > django.contrib.contenttypes
  49530. web_1 | > django.contrib.sessions
  49531. web_1 | > django.contrib.sites
  49532. web_1 | > django.contrib.messages
  49533. web_1 | > django.contrib.staticfiles
  49534. web_1 | > django.contrib.admin
  49535. web_1 | > south
  49536. web_1 | > crispy_forms
  49537. web_1 | > avatar
  49538. web_1 | > bootstrap3
  49539. web_1 | > users
  49540. web_1 | > allauth
  49541. web_1 | > allauth.account
  49542. web_1 | > django.contrib.humanize
  49543. web_1 | > debug_toolbar
  49544. web_1 |
  49545. web_1 | Not synced (use migrations):
  49546. web_1 | - allauth.socialaccount
  49547. web_1 | - django_extensions
  49548. web_1 | (use ./manage.py migrate to migrate these)
  49549. web_1 | Running migrations for socialaccount:
  49550. web_1 | - Nothing to migrate.
  49551. web_1 | - Loading initial data for socialaccount.
  49552. web_1 | Installed 0 object(s) from 0 fixture(s)
  49553. web_1 | Running migrations for django_extensions:
  49554. web_1 | - Nothing to migrate.
  49555. web_1 | - Loading initial data for django_extensions.
  49556. web_1 | Installed 0 object(s) from 0 fixture(s)
  49557. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49558. web_1 | [GCC 4.9.2] on linux2
  49559. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49560. web_1 | (InteractiveConsole)
  49561. web_1 |
  49562. web_1 | >>> >>> Starting the server
  49563. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49564. web_1 |
  49565. web_1 | Fatal error: Unable to find local grunt.
  49566. web_1 |
  49567. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49568. web_1 | your project. For more information about installing and configuring grunt,
  49569. web_1 | please see the Getting Started guide:
  49570. web_1 |
  49571. web_1 | http://gruntjs.com/getting-started
  49572. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49573. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49574. web_1 | Syncing...
  49575. web_1 | Creating tables ...
  49576. web_1 | Installing custom SQL ...
  49577. web_1 | Installing indexes ...
  49578. web_1 | Installed 0 object(s) from 0 fixture(s)
  49579. web_1 |
  49580. web_1 | Synced:
  49581. web_1 | > django.contrib.auth
  49582. web_1 | > django.contrib.contenttypes
  49583. web_1 | > django.contrib.sessions
  49584. web_1 | > django.contrib.sites
  49585. web_1 | > django.contrib.messages
  49586. web_1 | > django.contrib.staticfiles
  49587. web_1 | > django.contrib.admin
  49588. web_1 | > south
  49589. web_1 | > crispy_forms
  49590. web_1 | > avatar
  49591. web_1 | > bootstrap3
  49592. web_1 | > users
  49593. web_1 | > allauth
  49594. web_1 | > allauth.account
  49595. web_1 | > django.contrib.humanize
  49596. web_1 | > debug_toolbar
  49597. web_1 |
  49598. web_1 | Not synced (use migrations):
  49599. web_1 | - allauth.socialaccount
  49600. web_1 | - django_extensions
  49601. web_1 | (use ./manage.py migrate to migrate these)
  49602. web_1 | Running migrations for socialaccount:
  49603. web_1 | - Nothing to migrate.
  49604. web_1 | - Loading initial data for socialaccount.
  49605. web_1 | Installed 0 object(s) from 0 fixture(s)
  49606. web_1 | Running migrations for django_extensions:
  49607. web_1 | - Nothing to migrate.
  49608. web_1 | - Loading initial data for django_extensions.
  49609. web_1 | Installed 0 object(s) from 0 fixture(s)
  49610. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49611. web_1 | [GCC 4.9.2] on linux2
  49612. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49613. web_1 | (InteractiveConsole)
  49614. web_1 |
  49615. web_1 | >>> >>> Starting the server
  49616. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49617. web_1 |
  49618. web_1 | Fatal error: Unable to find local grunt.
  49619. web_1 |
  49620. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49621. web_1 | your project. For more information about installing and configuring grunt,
  49622. web_1 | please see the Getting Started guide:
  49623. web_1 |
  49624. web_1 | http://gruntjs.com/getting-started
  49625. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49626. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49627. web_1 | Syncing...
  49628. web_1 | Creating tables ...
  49629. web_1 | Installing custom SQL ...
  49630. web_1 | Installing indexes ...
  49631. web_1 | Installed 0 object(s) from 0 fixture(s)
  49632. web_1 |
  49633. web_1 | Synced:
  49634. web_1 | > django.contrib.auth
  49635. web_1 | > django.contrib.contenttypes
  49636. web_1 | > django.contrib.sessions
  49637. web_1 | > django.contrib.sites
  49638. web_1 | > django.contrib.messages
  49639. web_1 | > django.contrib.staticfiles
  49640. web_1 | > django.contrib.admin
  49641. web_1 | > south
  49642. web_1 | > crispy_forms
  49643. web_1 | > avatar
  49644. web_1 | > bootstrap3
  49645. web_1 | > users
  49646. web_1 | > allauth
  49647. web_1 | > allauth.account
  49648. web_1 | > django.contrib.humanize
  49649. web_1 | > debug_toolbar
  49650. web_1 |
  49651. web_1 | Not synced (use migrations):
  49652. web_1 | - allauth.socialaccount
  49653. web_1 | - django_extensions
  49654. web_1 | (use ./manage.py migrate to migrate these)
  49655. web_1 | Running migrations for socialaccount:
  49656. web_1 | - Nothing to migrate.
  49657. web_1 | - Loading initial data for socialaccount.
  49658. web_1 | Installed 0 object(s) from 0 fixture(s)
  49659. web_1 | Running migrations for django_extensions:
  49660. web_1 | - Nothing to migrate.
  49661. web_1 | - Loading initial data for django_extensions.
  49662. web_1 | Installed 0 object(s) from 0 fixture(s)
  49663. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49664. web_1 | [GCC 4.9.2] on linux2
  49665. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49666. web_1 | (InteractiveConsole)
  49667. web_1 |
  49668. web_1 | >>> >>> Starting the server
  49669. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49670. web_1 |
  49671. web_1 | Fatal error: Unable to find local grunt.
  49672. web_1 |
  49673. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49674. web_1 | your project. For more information about installing and configuring grunt,
  49675. web_1 | please see the Getting Started guide:
  49676. web_1 |
  49677. web_1 | http://gruntjs.com/getting-started
  49678. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49679. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49680. web_1 | Syncing...
  49681. web_1 | Creating tables ...
  49682. web_1 | Installing custom SQL ...
  49683. web_1 | Installing indexes ...
  49684. web_1 | Installed 0 object(s) from 0 fixture(s)
  49685. web_1 |
  49686. web_1 | Synced:
  49687. web_1 | > django.contrib.auth
  49688. web_1 | > django.contrib.contenttypes
  49689. web_1 | > django.contrib.sessions
  49690. web_1 | > django.contrib.sites
  49691. web_1 | > django.contrib.messages
  49692. web_1 | > django.contrib.staticfiles
  49693. web_1 | > django.contrib.admin
  49694. web_1 | > south
  49695. web_1 | > crispy_forms
  49696. web_1 | > avatar
  49697. web_1 | > bootstrap3
  49698. web_1 | > users
  49699. web_1 | > allauth
  49700. web_1 | > allauth.account
  49701. web_1 | > django.contrib.humanize
  49702. web_1 | > debug_toolbar
  49703. web_1 |
  49704. web_1 | Not synced (use migrations):
  49705. web_1 | - allauth.socialaccount
  49706. web_1 | - django_extensions
  49707. web_1 | (use ./manage.py migrate to migrate these)
  49708. web_1 | Running migrations for socialaccount:
  49709. web_1 | - Nothing to migrate.
  49710. web_1 | - Loading initial data for socialaccount.
  49711. web_1 | Installed 0 object(s) from 0 fixture(s)
  49712. web_1 | Running migrations for django_extensions:
  49713. web_1 | - Nothing to migrate.
  49714. web_1 | - Loading initial data for django_extensions.
  49715. web_1 | Installed 0 object(s) from 0 fixture(s)
  49716. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49717. web_1 | [GCC 4.9.2] on linux2
  49718. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49719. web_1 | (InteractiveConsole)
  49720. web_1 |
  49721. web_1 | >>> >>> Starting the server
  49722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49723. web_1 |
  49724. web_1 | Fatal error: Unable to find local grunt.
  49725. web_1 |
  49726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49727. web_1 | your project. For more information about installing and configuring grunt,
  49728. web_1 | please see the Getting Started guide:
  49729. web_1 |
  49730. web_1 | http://gruntjs.com/getting-started
  49731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49732. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49733. web_1 | Syncing...
  49734. web_1 | Creating tables ...
  49735. web_1 | Installing custom SQL ...
  49736. web_1 | Installing indexes ...
  49737. web_1 | Installed 0 object(s) from 0 fixture(s)
  49738. web_1 |
  49739. web_1 | Synced:
  49740. web_1 | > django.contrib.auth
  49741. web_1 | > django.contrib.contenttypes
  49742. web_1 | > django.contrib.sessions
  49743. web_1 | > django.contrib.sites
  49744. web_1 | > django.contrib.messages
  49745. web_1 | > django.contrib.staticfiles
  49746. web_1 | > django.contrib.admin
  49747. web_1 | > south
  49748. web_1 | > crispy_forms
  49749. web_1 | > avatar
  49750. web_1 | > bootstrap3
  49751. web_1 | > users
  49752. web_1 | > allauth
  49753. web_1 | > allauth.account
  49754. web_1 | > django.contrib.humanize
  49755. web_1 | > debug_toolbar
  49756. web_1 |
  49757. web_1 | Not synced (use migrations):
  49758. web_1 | - allauth.socialaccount
  49759. web_1 | - django_extensions
  49760. web_1 | (use ./manage.py migrate to migrate these)
  49761. web_1 | Running migrations for socialaccount:
  49762. web_1 | - Nothing to migrate.
  49763. web_1 | - Loading initial data for socialaccount.
  49764. web_1 | Installed 0 object(s) from 0 fixture(s)
  49765. web_1 | Running migrations for django_extensions:
  49766. web_1 | - Nothing to migrate.
  49767. web_1 | - Loading initial data for django_extensions.
  49768. web_1 | Installed 0 object(s) from 0 fixture(s)
  49769. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49770. web_1 | [GCC 4.9.2] on linux2
  49771. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49772. web_1 | (InteractiveConsole)
  49773. web_1 |
  49774. web_1 | >>> >>> Starting the server
  49775. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49776. web_1 |
  49777. web_1 | Fatal error: Unable to find local grunt.
  49778. web_1 |
  49779. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49780. web_1 | your project. For more information about installing and configuring grunt,
  49781. web_1 | please see the Getting Started guide:
  49782. web_1 |
  49783. web_1 | http://gruntjs.com/getting-started
  49784. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49785. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49786. web_1 | Syncing...
  49787. web_1 | Creating tables ...
  49788. web_1 | Installing custom SQL ...
  49789. web_1 | Installing indexes ...
  49790. web_1 | Installed 0 object(s) from 0 fixture(s)
  49791. web_1 |
  49792. web_1 | Synced:
  49793. web_1 | > django.contrib.auth
  49794. web_1 | > django.contrib.contenttypes
  49795. web_1 | > django.contrib.sessions
  49796. web_1 | > django.contrib.sites
  49797. web_1 | > django.contrib.messages
  49798. web_1 | > django.contrib.staticfiles
  49799. web_1 | > django.contrib.admin
  49800. web_1 | > south
  49801. web_1 | > crispy_forms
  49802. web_1 | > avatar
  49803. web_1 | > bootstrap3
  49804. web_1 | > users
  49805. web_1 | > allauth
  49806. web_1 | > allauth.account
  49807. web_1 | > django.contrib.humanize
  49808. web_1 | > debug_toolbar
  49809. web_1 |
  49810. web_1 | Not synced (use migrations):
  49811. web_1 | - allauth.socialaccount
  49812. web_1 | - django_extensions
  49813. web_1 | (use ./manage.py migrate to migrate these)
  49814. web_1 | Running migrations for socialaccount:
  49815. web_1 | - Nothing to migrate.
  49816. web_1 | - Loading initial data for socialaccount.
  49817. web_1 | Installed 0 object(s) from 0 fixture(s)
  49818. web_1 | Running migrations for django_extensions:
  49819. web_1 | - Nothing to migrate.
  49820. web_1 | - Loading initial data for django_extensions.
  49821. web_1 | Installed 0 object(s) from 0 fixture(s)
  49822. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49823. web_1 | [GCC 4.9.2] on linux2
  49824. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49825. web_1 | (InteractiveConsole)
  49826. web_1 |
  49827. web_1 | >>> >>> Starting the server
  49828. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49829. web_1 |
  49830. web_1 | Fatal error: Unable to find local grunt.
  49831. web_1 |
  49832. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49833. web_1 | your project. For more information about installing and configuring grunt,
  49834. web_1 | please see the Getting Started guide:
  49835. web_1 |
  49836. web_1 | http://gruntjs.com/getting-started
  49837. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49838. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49839. web_1 | Syncing...
  49840. web_1 | Creating tables ...
  49841. web_1 | Installing custom SQL ...
  49842. web_1 | Installing indexes ...
  49843. web_1 | Installed 0 object(s) from 0 fixture(s)
  49844. web_1 |
  49845. web_1 | Synced:
  49846. web_1 | > django.contrib.auth
  49847. web_1 | > django.contrib.contenttypes
  49848. web_1 | > django.contrib.sessions
  49849. web_1 | > django.contrib.sites
  49850. web_1 | > django.contrib.messages
  49851. web_1 | > django.contrib.staticfiles
  49852. web_1 | > django.contrib.admin
  49853. web_1 | > south
  49854. web_1 | > crispy_forms
  49855. web_1 | > avatar
  49856. web_1 | > bootstrap3
  49857. web_1 | > users
  49858. web_1 | > allauth
  49859. web_1 | > allauth.account
  49860. web_1 | > django.contrib.humanize
  49861. web_1 | > debug_toolbar
  49862. web_1 |
  49863. web_1 | Not synced (use migrations):
  49864. web_1 | - allauth.socialaccount
  49865. web_1 | - django_extensions
  49866. web_1 | (use ./manage.py migrate to migrate these)
  49867. web_1 | Running migrations for socialaccount:
  49868. web_1 | - Nothing to migrate.
  49869. web_1 | - Loading initial data for socialaccount.
  49870. web_1 | Installed 0 object(s) from 0 fixture(s)
  49871. web_1 | Running migrations for django_extensions:
  49872. web_1 | - Nothing to migrate.
  49873. web_1 | - Loading initial data for django_extensions.
  49874. web_1 | Installed 0 object(s) from 0 fixture(s)
  49875. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49876. web_1 | [GCC 4.9.2] on linux2
  49877. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49878. web_1 | (InteractiveConsole)
  49879. web_1 |
  49880. web_1 | >>> >>> Starting the server
  49881. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49882. web_1 |
  49883. web_1 | Fatal error: Unable to find local grunt.
  49884. web_1 |
  49885. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49886. web_1 | your project. For more information about installing and configuring grunt,
  49887. web_1 | please see the Getting Started guide:
  49888. web_1 |
  49889. web_1 | http://gruntjs.com/getting-started
  49890. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49891. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49892. web_1 | Syncing...
  49893. web_1 | Creating tables ...
  49894. web_1 | Installing custom SQL ...
  49895. web_1 | Installing indexes ...
  49896. web_1 | Installed 0 object(s) from 0 fixture(s)
  49897. web_1 |
  49898. web_1 | Synced:
  49899. web_1 | > django.contrib.auth
  49900. web_1 | > django.contrib.contenttypes
  49901. web_1 | > django.contrib.sessions
  49902. web_1 | > django.contrib.sites
  49903. web_1 | > django.contrib.messages
  49904. web_1 | > django.contrib.staticfiles
  49905. web_1 | > django.contrib.admin
  49906. web_1 | > south
  49907. web_1 | > crispy_forms
  49908. web_1 | > avatar
  49909. web_1 | > bootstrap3
  49910. web_1 | > users
  49911. web_1 | > allauth
  49912. web_1 | > allauth.account
  49913. web_1 | > django.contrib.humanize
  49914. web_1 | > debug_toolbar
  49915. web_1 |
  49916. web_1 | Not synced (use migrations):
  49917. web_1 | - allauth.socialaccount
  49918. web_1 | - django_extensions
  49919. web_1 | (use ./manage.py migrate to migrate these)
  49920. web_1 | Running migrations for socialaccount:
  49921. web_1 | - Nothing to migrate.
  49922. web_1 | - Loading initial data for socialaccount.
  49923. web_1 | Installed 0 object(s) from 0 fixture(s)
  49924. web_1 | Running migrations for django_extensions:
  49925. web_1 | - Nothing to migrate.
  49926. web_1 | - Loading initial data for django_extensions.
  49927. web_1 | Installed 0 object(s) from 0 fixture(s)
  49928. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49929. web_1 | [GCC 4.9.2] on linux2
  49930. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49931. web_1 | (InteractiveConsole)
  49932. web_1 |
  49933. web_1 | >>> >>> Starting the server
  49934. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49935. web_1 |
  49936. web_1 | Fatal error: Unable to find local grunt.
  49937. web_1 |
  49938. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49939. web_1 | your project. For more information about installing and configuring grunt,
  49940. web_1 | please see the Getting Started guide:
  49941. web_1 |
  49942. web_1 | http://gruntjs.com/getting-started
  49943. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49944. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49945. web_1 | Syncing...
  49946. web_1 | Creating tables ...
  49947. web_1 | Installing custom SQL ...
  49948. web_1 | Installing indexes ...
  49949. web_1 | Installed 0 object(s) from 0 fixture(s)
  49950. web_1 |
  49951. web_1 | Synced:
  49952. web_1 | > django.contrib.auth
  49953. web_1 | > django.contrib.contenttypes
  49954. web_1 | > django.contrib.sessions
  49955. web_1 | > django.contrib.sites
  49956. web_1 | > django.contrib.messages
  49957. web_1 | > django.contrib.staticfiles
  49958. web_1 | > django.contrib.admin
  49959. web_1 | > south
  49960. web_1 | > crispy_forms
  49961. web_1 | > avatar
  49962. web_1 | > bootstrap3
  49963. web_1 | > users
  49964. web_1 | > allauth
  49965. web_1 | > allauth.account
  49966. web_1 | > django.contrib.humanize
  49967. web_1 | > debug_toolbar
  49968. web_1 |
  49969. web_1 | Not synced (use migrations):
  49970. web_1 | - allauth.socialaccount
  49971. web_1 | - django_extensions
  49972. web_1 | (use ./manage.py migrate to migrate these)
  49973. web_1 | Running migrations for socialaccount:
  49974. web_1 | - Nothing to migrate.
  49975. web_1 | - Loading initial data for socialaccount.
  49976. web_1 | Installed 0 object(s) from 0 fixture(s)
  49977. web_1 | Running migrations for django_extensions:
  49978. web_1 | - Nothing to migrate.
  49979. web_1 | - Loading initial data for django_extensions.
  49980. web_1 | Installed 0 object(s) from 0 fixture(s)
  49981. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  49982. web_1 | [GCC 4.9.2] on linux2
  49983. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  49984. web_1 | (InteractiveConsole)
  49985. web_1 |
  49986. web_1 | >>> >>> Starting the server
  49987. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  49988. web_1 |
  49989. web_1 | Fatal error: Unable to find local grunt.
  49990. web_1 |
  49991. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  49992. web_1 | your project. For more information about installing and configuring grunt,
  49993. web_1 | please see the Getting Started guide:
  49994. web_1 |
  49995. web_1 | http://gruntjs.com/getting-started
  49996. web_1 | Starting OpenBSD Secure Shell server: sshd.
  49997. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  49998. web_1 | Syncing...
  49999. web_1 | Creating tables ...
  50000. web_1 | Installing custom SQL ...
  50001. web_1 | Installing indexes ...
  50002. web_1 | Installed 0 object(s) from 0 fixture(s)
  50003. web_1 |
  50004. web_1 | Synced:
  50005. web_1 | > django.contrib.auth
  50006. web_1 | > django.contrib.contenttypes
  50007. web_1 | > django.contrib.sessions
  50008. web_1 | > django.contrib.sites
  50009. web_1 | > django.contrib.messages
  50010. web_1 | > django.contrib.staticfiles
  50011. web_1 | > django.contrib.admin
  50012. web_1 | > south
  50013. web_1 | > crispy_forms
  50014. web_1 | > avatar
  50015. web_1 | > bootstrap3
  50016. web_1 | > users
  50017. web_1 | > allauth
  50018. web_1 | > allauth.account
  50019. web_1 | > django.contrib.humanize
  50020. web_1 | > debug_toolbar
  50021. web_1 |
  50022. web_1 | Not synced (use migrations):
  50023. web_1 | - allauth.socialaccount
  50024. web_1 | - django_extensions
  50025. web_1 | (use ./manage.py migrate to migrate these)
  50026. web_1 | Running migrations for socialaccount:
  50027. web_1 | - Nothing to migrate.
  50028. web_1 | - Loading initial data for socialaccount.
  50029. web_1 | Installed 0 object(s) from 0 fixture(s)
  50030. web_1 | Running migrations for django_extensions:
  50031. web_1 | - Nothing to migrate.
  50032. web_1 | - Loading initial data for django_extensions.
  50033. web_1 | Installed 0 object(s) from 0 fixture(s)
  50034. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50035. web_1 | [GCC 4.9.2] on linux2
  50036. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50037. web_1 | (InteractiveConsole)
  50038. web_1 |
  50039. web_1 | >>> >>> Starting the server
  50040. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50041. web_1 |
  50042. web_1 | Fatal error: Unable to find local grunt.
  50043. web_1 |
  50044. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50045. web_1 | your project. For more information about installing and configuring grunt,
  50046. web_1 | please see the Getting Started guide:
  50047. web_1 |
  50048. web_1 | http://gruntjs.com/getting-started
  50049. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50050. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50051. web_1 | Syncing...
  50052. web_1 | Creating tables ...
  50053. web_1 | Installing custom SQL ...
  50054. web_1 | Installing indexes ...
  50055. web_1 | Installed 0 object(s) from 0 fixture(s)
  50056. web_1 |
  50057. web_1 | Synced:
  50058. web_1 | > django.contrib.auth
  50059. web_1 | > django.contrib.contenttypes
  50060. web_1 | > django.contrib.sessions
  50061. web_1 | > django.contrib.sites
  50062. web_1 | > django.contrib.messages
  50063. web_1 | > django.contrib.staticfiles
  50064. web_1 | > django.contrib.admin
  50065. web_1 | > south
  50066. web_1 | > crispy_forms
  50067. web_1 | > avatar
  50068. web_1 | > bootstrap3
  50069. web_1 | > users
  50070. web_1 | > allauth
  50071. web_1 | > allauth.account
  50072. web_1 | > django.contrib.humanize
  50073. web_1 | > debug_toolbar
  50074. web_1 |
  50075. web_1 | Not synced (use migrations):
  50076. web_1 | - allauth.socialaccount
  50077. web_1 | - django_extensions
  50078. web_1 | (use ./manage.py migrate to migrate these)
  50079. web_1 | Running migrations for socialaccount:
  50080. web_1 | - Nothing to migrate.
  50081. web_1 | - Loading initial data for socialaccount.
  50082. web_1 | Installed 0 object(s) from 0 fixture(s)
  50083. web_1 | Running migrations for django_extensions:
  50084. web_1 | - Nothing to migrate.
  50085. web_1 | - Loading initial data for django_extensions.
  50086. web_1 | Installed 0 object(s) from 0 fixture(s)
  50087. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50088. web_1 | [GCC 4.9.2] on linux2
  50089. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50090. web_1 | (InteractiveConsole)
  50091. web_1 |
  50092. web_1 | >>> >>> Starting the server
  50093. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50094. web_1 |
  50095. web_1 | Fatal error: Unable to find local grunt.
  50096. web_1 |
  50097. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50098. web_1 | your project. For more information about installing and configuring grunt,
  50099. web_1 | please see the Getting Started guide:
  50100. web_1 |
  50101. web_1 | http://gruntjs.com/getting-started
  50102. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50103. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50104. web_1 | Syncing...
  50105. web_1 | Creating tables ...
  50106. web_1 | Installing custom SQL ...
  50107. web_1 | Installing indexes ...
  50108. web_1 | Installed 0 object(s) from 0 fixture(s)
  50109. web_1 |
  50110. web_1 | Synced:
  50111. web_1 | > django.contrib.auth
  50112. web_1 | > django.contrib.contenttypes
  50113. web_1 | > django.contrib.sessions
  50114. web_1 | > django.contrib.sites
  50115. web_1 | > django.contrib.messages
  50116. web_1 | > django.contrib.staticfiles
  50117. web_1 | > django.contrib.admin
  50118. web_1 | > south
  50119. web_1 | > crispy_forms
  50120. web_1 | > avatar
  50121. web_1 | > bootstrap3
  50122. web_1 | > users
  50123. web_1 | > allauth
  50124. web_1 | > allauth.account
  50125. web_1 | > django.contrib.humanize
  50126. web_1 | > debug_toolbar
  50127. web_1 |
  50128. web_1 | Not synced (use migrations):
  50129. web_1 | - allauth.socialaccount
  50130. web_1 | - django_extensions
  50131. web_1 | (use ./manage.py migrate to migrate these)
  50132. web_1 | Running migrations for socialaccount:
  50133. web_1 | - Nothing to migrate.
  50134. web_1 | - Loading initial data for socialaccount.
  50135. web_1 | Installed 0 object(s) from 0 fixture(s)
  50136. web_1 | Running migrations for django_extensions:
  50137. web_1 | - Nothing to migrate.
  50138. web_1 | - Loading initial data for django_extensions.
  50139. web_1 | Installed 0 object(s) from 0 fixture(s)
  50140. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50141. web_1 | [GCC 4.9.2] on linux2
  50142. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50143. web_1 | (InteractiveConsole)
  50144. web_1 |
  50145. web_1 | >>> >>> Starting the server
  50146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50147. web_1 |
  50148. web_1 | Fatal error: Unable to find local grunt.
  50149. web_1 |
  50150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50151. web_1 | your project. For more information about installing and configuring grunt,
  50152. web_1 | please see the Getting Started guide:
  50153. web_1 |
  50154. web_1 | http://gruntjs.com/getting-started
  50155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50157. web_1 | Syncing...
  50158. web_1 | Creating tables ...
  50159. web_1 | Installing custom SQL ...
  50160. web_1 | Installing indexes ...
  50161. web_1 | Installed 0 object(s) from 0 fixture(s)
  50162. web_1 |
  50163. web_1 | Synced:
  50164. web_1 | > django.contrib.auth
  50165. web_1 | > django.contrib.contenttypes
  50166. web_1 | > django.contrib.sessions
  50167. web_1 | > django.contrib.sites
  50168. web_1 | > django.contrib.messages
  50169. web_1 | > django.contrib.staticfiles
  50170. web_1 | > django.contrib.admin
  50171. web_1 | > south
  50172. web_1 | > crispy_forms
  50173. web_1 | > avatar
  50174. web_1 | > bootstrap3
  50175. web_1 | > users
  50176. web_1 | > allauth
  50177. web_1 | > allauth.account
  50178. web_1 | > django.contrib.humanize
  50179. web_1 | > debug_toolbar
  50180. web_1 |
  50181. web_1 | Not synced (use migrations):
  50182. web_1 | - allauth.socialaccount
  50183. web_1 | - django_extensions
  50184. web_1 | (use ./manage.py migrate to migrate these)
  50185. web_1 | Running migrations for socialaccount:
  50186. web_1 | - Nothing to migrate.
  50187. web_1 | - Loading initial data for socialaccount.
  50188. web_1 | Installed 0 object(s) from 0 fixture(s)
  50189. web_1 | Running migrations for django_extensions:
  50190. web_1 | - Nothing to migrate.
  50191. web_1 | - Loading initial data for django_extensions.
  50192. web_1 | Installed 0 object(s) from 0 fixture(s)
  50193. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50194. web_1 | [GCC 4.9.2] on linux2
  50195. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50196. web_1 | (InteractiveConsole)
  50197. web_1 |
  50198. web_1 | >>> >>> Starting the server
  50199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50200. web_1 |
  50201. web_1 | Fatal error: Unable to find local grunt.
  50202. web_1 |
  50203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50204. web_1 | your project. For more information about installing and configuring grunt,
  50205. web_1 | please see the Getting Started guide:
  50206. web_1 |
  50207. web_1 | http://gruntjs.com/getting-started
  50208. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50209. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50210. web_1 | Syncing...
  50211. web_1 | Creating tables ...
  50212. web_1 | Installing custom SQL ...
  50213. web_1 | Installing indexes ...
  50214. web_1 | Installed 0 object(s) from 0 fixture(s)
  50215. web_1 |
  50216. web_1 | Synced:
  50217. web_1 | > django.contrib.auth
  50218. web_1 | > django.contrib.contenttypes
  50219. web_1 | > django.contrib.sessions
  50220. web_1 | > django.contrib.sites
  50221. web_1 | > django.contrib.messages
  50222. web_1 | > django.contrib.staticfiles
  50223. web_1 | > django.contrib.admin
  50224. web_1 | > south
  50225. web_1 | > crispy_forms
  50226. web_1 | > avatar
  50227. web_1 | > bootstrap3
  50228. web_1 | > users
  50229. web_1 | > allauth
  50230. web_1 | > allauth.account
  50231. web_1 | > django.contrib.humanize
  50232. web_1 | > debug_toolbar
  50233. web_1 |
  50234. web_1 | Not synced (use migrations):
  50235. web_1 | - allauth.socialaccount
  50236. web_1 | - django_extensions
  50237. web_1 | (use ./manage.py migrate to migrate these)
  50238. web_1 | Running migrations for socialaccount:
  50239. web_1 | - Nothing to migrate.
  50240. web_1 | - Loading initial data for socialaccount.
  50241. web_1 | Installed 0 object(s) from 0 fixture(s)
  50242. web_1 | Running migrations for django_extensions:
  50243. web_1 | - Nothing to migrate.
  50244. web_1 | - Loading initial data for django_extensions.
  50245. web_1 | Installed 0 object(s) from 0 fixture(s)
  50246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50247. web_1 | [GCC 4.9.2] on linux2
  50248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50249. web_1 | (InteractiveConsole)
  50250. web_1 |
  50251. web_1 | >>> >>> Starting the server
  50252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50253. web_1 |
  50254. web_1 | Fatal error: Unable to find local grunt.
  50255. web_1 |
  50256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50257. web_1 | your project. For more information about installing and configuring grunt,
  50258. web_1 | please see the Getting Started guide:
  50259. web_1 |
  50260. web_1 | http://gruntjs.com/getting-started
  50261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50262. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50263. web_1 | Syncing...
  50264. web_1 | Creating tables ...
  50265. web_1 | Installing custom SQL ...
  50266. web_1 | Installing indexes ...
  50267. web_1 | Installed 0 object(s) from 0 fixture(s)
  50268. web_1 |
  50269. web_1 | Synced:
  50270. web_1 | > django.contrib.auth
  50271. web_1 | > django.contrib.contenttypes
  50272. web_1 | > django.contrib.sessions
  50273. web_1 | > django.contrib.sites
  50274. web_1 | > django.contrib.messages
  50275. web_1 | > django.contrib.staticfiles
  50276. web_1 | > django.contrib.admin
  50277. web_1 | > south
  50278. web_1 | > crispy_forms
  50279. web_1 | > avatar
  50280. web_1 | > bootstrap3
  50281. web_1 | > users
  50282. web_1 | > allauth
  50283. web_1 | > allauth.account
  50284. web_1 | > django.contrib.humanize
  50285. web_1 | > debug_toolbar
  50286. web_1 |
  50287. web_1 | Not synced (use migrations):
  50288. web_1 | - allauth.socialaccount
  50289. web_1 | - django_extensions
  50290. web_1 | (use ./manage.py migrate to migrate these)
  50291. web_1 | Running migrations for socialaccount:
  50292. web_1 | - Nothing to migrate.
  50293. web_1 | - Loading initial data for socialaccount.
  50294. web_1 | Installed 0 object(s) from 0 fixture(s)
  50295. web_1 | Running migrations for django_extensions:
  50296. web_1 | - Nothing to migrate.
  50297. web_1 | - Loading initial data for django_extensions.
  50298. web_1 | Installed 0 object(s) from 0 fixture(s)
  50299. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50300. web_1 | [GCC 4.9.2] on linux2
  50301. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50302. web_1 | (InteractiveConsole)
  50303. web_1 |
  50304. web_1 | >>> >>> Starting the server
  50305. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50306. web_1 |
  50307. web_1 | Fatal error: Unable to find local grunt.
  50308. web_1 |
  50309. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50310. web_1 | your project. For more information about installing and configuring grunt,
  50311. web_1 | please see the Getting Started guide:
  50312. web_1 |
  50313. web_1 | http://gruntjs.com/getting-started
  50314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50316. web_1 | Syncing...
  50317. web_1 | Creating tables ...
  50318. web_1 | Installing custom SQL ...
  50319. web_1 | Installing indexes ...
  50320. web_1 | Installed 0 object(s) from 0 fixture(s)
  50321. web_1 |
  50322. web_1 | Synced:
  50323. web_1 | > django.contrib.auth
  50324. web_1 | > django.contrib.contenttypes
  50325. web_1 | > django.contrib.sessions
  50326. web_1 | > django.contrib.sites
  50327. web_1 | > django.contrib.messages
  50328. web_1 | > django.contrib.staticfiles
  50329. web_1 | > django.contrib.admin
  50330. web_1 | > south
  50331. web_1 | > crispy_forms
  50332. web_1 | > avatar
  50333. web_1 | > bootstrap3
  50334. web_1 | > users
  50335. web_1 | > allauth
  50336. web_1 | > allauth.account
  50337. web_1 | > django.contrib.humanize
  50338. web_1 | > debug_toolbar
  50339. web_1 |
  50340. web_1 | Not synced (use migrations):
  50341. web_1 | - allauth.socialaccount
  50342. web_1 | - django_extensions
  50343. web_1 | (use ./manage.py migrate to migrate these)
  50344. web_1 | Running migrations for socialaccount:
  50345. web_1 | - Nothing to migrate.
  50346. web_1 | - Loading initial data for socialaccount.
  50347. web_1 | Installed 0 object(s) from 0 fixture(s)
  50348. web_1 | Running migrations for django_extensions:
  50349. web_1 | - Nothing to migrate.
  50350. web_1 | - Loading initial data for django_extensions.
  50351. web_1 | Installed 0 object(s) from 0 fixture(s)
  50352. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50353. web_1 | [GCC 4.9.2] on linux2
  50354. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50355. web_1 | (InteractiveConsole)
  50356. web_1 |
  50357. web_1 | >>> >>> Starting the server
  50358. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50359. web_1 |
  50360. web_1 | Fatal error: Unable to find local grunt.
  50361. web_1 |
  50362. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50363. web_1 | your project. For more information about installing and configuring grunt,
  50364. web_1 | please see the Getting Started guide:
  50365. web_1 |
  50366. web_1 | http://gruntjs.com/getting-started
  50367. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50368. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50369. web_1 | Syncing...
  50370. web_1 | Creating tables ...
  50371. web_1 | Installing custom SQL ...
  50372. web_1 | Installing indexes ...
  50373. web_1 | Installed 0 object(s) from 0 fixture(s)
  50374. web_1 |
  50375. web_1 | Synced:
  50376. web_1 | > django.contrib.auth
  50377. web_1 | > django.contrib.contenttypes
  50378. web_1 | > django.contrib.sessions
  50379. web_1 | > django.contrib.sites
  50380. web_1 | > django.contrib.messages
  50381. web_1 | > django.contrib.staticfiles
  50382. web_1 | > django.contrib.admin
  50383. web_1 | > south
  50384. web_1 | > crispy_forms
  50385. web_1 | > avatar
  50386. web_1 | > bootstrap3
  50387. web_1 | > users
  50388. web_1 | > allauth
  50389. web_1 | > allauth.account
  50390. web_1 | > django.contrib.humanize
  50391. web_1 | > debug_toolbar
  50392. web_1 |
  50393. web_1 | Not synced (use migrations):
  50394. web_1 | - allauth.socialaccount
  50395. web_1 | - django_extensions
  50396. web_1 | (use ./manage.py migrate to migrate these)
  50397. web_1 | Running migrations for socialaccount:
  50398. web_1 | - Nothing to migrate.
  50399. web_1 | - Loading initial data for socialaccount.
  50400. web_1 | Installed 0 object(s) from 0 fixture(s)
  50401. web_1 | Running migrations for django_extensions:
  50402. web_1 | - Nothing to migrate.
  50403. web_1 | - Loading initial data for django_extensions.
  50404. web_1 | Installed 0 object(s) from 0 fixture(s)
  50405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50406. web_1 | [GCC 4.9.2] on linux2
  50407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50408. web_1 | (InteractiveConsole)
  50409. web_1 |
  50410. web_1 | >>> >>> Starting the server
  50411. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50412. web_1 |
  50413. web_1 | Fatal error: Unable to find local grunt.
  50414. web_1 |
  50415. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50416. web_1 | your project. For more information about installing and configuring grunt,
  50417. web_1 | please see the Getting Started guide:
  50418. web_1 |
  50419. web_1 | http://gruntjs.com/getting-started
  50420. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50421. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50422. web_1 | Syncing...
  50423. web_1 | Creating tables ...
  50424. web_1 | Installing custom SQL ...
  50425. web_1 | Installing indexes ...
  50426. web_1 | Installed 0 object(s) from 0 fixture(s)
  50427. web_1 |
  50428. web_1 | Synced:
  50429. web_1 | > django.contrib.auth
  50430. web_1 | > django.contrib.contenttypes
  50431. web_1 | > django.contrib.sessions
  50432. web_1 | > django.contrib.sites
  50433. web_1 | > django.contrib.messages
  50434. web_1 | > django.contrib.staticfiles
  50435. web_1 | > django.contrib.admin
  50436. web_1 | > south
  50437. web_1 | > crispy_forms
  50438. web_1 | > avatar
  50439. web_1 | > bootstrap3
  50440. web_1 | > users
  50441. web_1 | > allauth
  50442. web_1 | > allauth.account
  50443. web_1 | > django.contrib.humanize
  50444. web_1 | > debug_toolbar
  50445. web_1 |
  50446. web_1 | Not synced (use migrations):
  50447. web_1 | - allauth.socialaccount
  50448. web_1 | - django_extensions
  50449. web_1 | (use ./manage.py migrate to migrate these)
  50450. web_1 | Running migrations for socialaccount:
  50451. web_1 | - Nothing to migrate.
  50452. web_1 | - Loading initial data for socialaccount.
  50453. web_1 | Installed 0 object(s) from 0 fixture(s)
  50454. web_1 | Running migrations for django_extensions:
  50455. web_1 | - Nothing to migrate.
  50456. web_1 | - Loading initial data for django_extensions.
  50457. web_1 | Installed 0 object(s) from 0 fixture(s)
  50458. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50459. web_1 | [GCC 4.9.2] on linux2
  50460. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50461. web_1 | (InteractiveConsole)
  50462. web_1 |
  50463. web_1 | >>> >>> Starting the server
  50464. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50465. web_1 |
  50466. web_1 | Fatal error: Unable to find local grunt.
  50467. web_1 |
  50468. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50469. web_1 | your project. For more information about installing and configuring grunt,
  50470. web_1 | please see the Getting Started guide:
  50471. web_1 |
  50472. web_1 | http://gruntjs.com/getting-started
  50473. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50474. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50475. web_1 | Syncing...
  50476. web_1 | Creating tables ...
  50477. web_1 | Installing custom SQL ...
  50478. web_1 | Installing indexes ...
  50479. web_1 | Installed 0 object(s) from 0 fixture(s)
  50480. web_1 |
  50481. web_1 | Synced:
  50482. web_1 | > django.contrib.auth
  50483. web_1 | > django.contrib.contenttypes
  50484. web_1 | > django.contrib.sessions
  50485. web_1 | > django.contrib.sites
  50486. web_1 | > django.contrib.messages
  50487. web_1 | > django.contrib.staticfiles
  50488. web_1 | > django.contrib.admin
  50489. web_1 | > south
  50490. web_1 | > crispy_forms
  50491. web_1 | > avatar
  50492. web_1 | > bootstrap3
  50493. web_1 | > users
  50494. web_1 | > allauth
  50495. web_1 | > allauth.account
  50496. web_1 | > django.contrib.humanize
  50497. web_1 | > debug_toolbar
  50498. web_1 |
  50499. web_1 | Not synced (use migrations):
  50500. web_1 | - allauth.socialaccount
  50501. web_1 | - django_extensions
  50502. web_1 | (use ./manage.py migrate to migrate these)
  50503. web_1 | Running migrations for socialaccount:
  50504. web_1 | - Nothing to migrate.
  50505. web_1 | - Loading initial data for socialaccount.
  50506. web_1 | Installed 0 object(s) from 0 fixture(s)
  50507. web_1 | Running migrations for django_extensions:
  50508. web_1 | - Nothing to migrate.
  50509. web_1 | - Loading initial data for django_extensions.
  50510. web_1 | Installed 0 object(s) from 0 fixture(s)
  50511. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50512. web_1 | [GCC 4.9.2] on linux2
  50513. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50514. web_1 | (InteractiveConsole)
  50515. web_1 |
  50516. web_1 | >>> >>> Starting the server
  50517. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50518. web_1 |
  50519. web_1 | Fatal error: Unable to find local grunt.
  50520. web_1 |
  50521. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50522. web_1 | your project. For more information about installing and configuring grunt,
  50523. web_1 | please see the Getting Started guide:
  50524. web_1 |
  50525. web_1 | http://gruntjs.com/getting-started
  50526. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50527. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50528. web_1 | Syncing...
  50529. web_1 | Creating tables ...
  50530. web_1 | Installing custom SQL ...
  50531. web_1 | Installing indexes ...
  50532. web_1 | Installed 0 object(s) from 0 fixture(s)
  50533. web_1 |
  50534. web_1 | Synced:
  50535. web_1 | > django.contrib.auth
  50536. web_1 | > django.contrib.contenttypes
  50537. web_1 | > django.contrib.sessions
  50538. web_1 | > django.contrib.sites
  50539. web_1 | > django.contrib.messages
  50540. web_1 | > django.contrib.staticfiles
  50541. web_1 | > django.contrib.admin
  50542. web_1 | > south
  50543. web_1 | > crispy_forms
  50544. web_1 | > avatar
  50545. web_1 | > bootstrap3
  50546. web_1 | > users
  50547. web_1 | > allauth
  50548. web_1 | > allauth.account
  50549. web_1 | > django.contrib.humanize
  50550. web_1 | > debug_toolbar
  50551. web_1 |
  50552. web_1 | Not synced (use migrations):
  50553. web_1 | - allauth.socialaccount
  50554. web_1 | - django_extensions
  50555. web_1 | (use ./manage.py migrate to migrate these)
  50556. web_1 | Running migrations for socialaccount:
  50557. web_1 | - Nothing to migrate.
  50558. web_1 | - Loading initial data for socialaccount.
  50559. web_1 | Installed 0 object(s) from 0 fixture(s)
  50560. web_1 | Running migrations for django_extensions:
  50561. web_1 | - Nothing to migrate.
  50562. web_1 | - Loading initial data for django_extensions.
  50563. web_1 | Installed 0 object(s) from 0 fixture(s)
  50564. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50565. web_1 | [GCC 4.9.2] on linux2
  50566. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50567. web_1 | (InteractiveConsole)
  50568. web_1 |
  50569. web_1 | >>> >>> Starting the server
  50570. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50571. web_1 |
  50572. web_1 | Fatal error: Unable to find local grunt.
  50573. web_1 |
  50574. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50575. web_1 | your project. For more information about installing and configuring grunt,
  50576. web_1 | please see the Getting Started guide:
  50577. web_1 |
  50578. web_1 | http://gruntjs.com/getting-started
  50579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50580. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50581. web_1 | Syncing...
  50582. web_1 | Creating tables ...
  50583. web_1 | Installing custom SQL ...
  50584. web_1 | Installing indexes ...
  50585. web_1 | Installed 0 object(s) from 0 fixture(s)
  50586. web_1 |
  50587. web_1 | Synced:
  50588. web_1 | > django.contrib.auth
  50589. web_1 | > django.contrib.contenttypes
  50590. web_1 | > django.contrib.sessions
  50591. web_1 | > django.contrib.sites
  50592. web_1 | > django.contrib.messages
  50593. web_1 | > django.contrib.staticfiles
  50594. web_1 | > django.contrib.admin
  50595. web_1 | > south
  50596. web_1 | > crispy_forms
  50597. web_1 | > avatar
  50598. web_1 | > bootstrap3
  50599. web_1 | > users
  50600. web_1 | > allauth
  50601. web_1 | > allauth.account
  50602. web_1 | > django.contrib.humanize
  50603. web_1 | > debug_toolbar
  50604. web_1 |
  50605. web_1 | Not synced (use migrations):
  50606. web_1 | - allauth.socialaccount
  50607. web_1 | - django_extensions
  50608. web_1 | (use ./manage.py migrate to migrate these)
  50609. web_1 | Running migrations for socialaccount:
  50610. web_1 | - Nothing to migrate.
  50611. web_1 | - Loading initial data for socialaccount.
  50612. web_1 | Installed 0 object(s) from 0 fixture(s)
  50613. web_1 | Running migrations for django_extensions:
  50614. web_1 | - Nothing to migrate.
  50615. web_1 | - Loading initial data for django_extensions.
  50616. web_1 | Installed 0 object(s) from 0 fixture(s)
  50617. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50618. web_1 | [GCC 4.9.2] on linux2
  50619. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50620. web_1 | (InteractiveConsole)
  50621. web_1 |
  50622. web_1 | >>> >>> Starting the server
  50623. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50624. web_1 |
  50625. web_1 | Fatal error: Unable to find local grunt.
  50626. web_1 |
  50627. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50628. web_1 | your project. For more information about installing and configuring grunt,
  50629. web_1 | please see the Getting Started guide:
  50630. web_1 |
  50631. web_1 | http://gruntjs.com/getting-started
  50632. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50633. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50634. web_1 | Syncing...
  50635. web_1 | Creating tables ...
  50636. web_1 | Installing custom SQL ...
  50637. web_1 | Installing indexes ...
  50638. web_1 | Installed 0 object(s) from 0 fixture(s)
  50639. web_1 |
  50640. web_1 | Synced:
  50641. web_1 | > django.contrib.auth
  50642. web_1 | > django.contrib.contenttypes
  50643. web_1 | > django.contrib.sessions
  50644. web_1 | > django.contrib.sites
  50645. web_1 | > django.contrib.messages
  50646. web_1 | > django.contrib.staticfiles
  50647. web_1 | > django.contrib.admin
  50648. web_1 | > south
  50649. web_1 | > crispy_forms
  50650. web_1 | > avatar
  50651. web_1 | > bootstrap3
  50652. web_1 | > users
  50653. web_1 | > allauth
  50654. web_1 | > allauth.account
  50655. web_1 | > django.contrib.humanize
  50656. web_1 | > debug_toolbar
  50657. web_1 |
  50658. web_1 | Not synced (use migrations):
  50659. web_1 | - allauth.socialaccount
  50660. web_1 | - django_extensions
  50661. web_1 | (use ./manage.py migrate to migrate these)
  50662. web_1 | Running migrations for socialaccount:
  50663. web_1 | - Nothing to migrate.
  50664. web_1 | - Loading initial data for socialaccount.
  50665. web_1 | Installed 0 object(s) from 0 fixture(s)
  50666. web_1 | Running migrations for django_extensions:
  50667. web_1 | - Nothing to migrate.
  50668. web_1 | - Loading initial data for django_extensions.
  50669. web_1 | Installed 0 object(s) from 0 fixture(s)
  50670. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50671. web_1 | [GCC 4.9.2] on linux2
  50672. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50673. web_1 | (InteractiveConsole)
  50674. web_1 |
  50675. web_1 | >>> >>> Starting the server
  50676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50677. web_1 |
  50678. web_1 | Fatal error: Unable to find local grunt.
  50679. web_1 |
  50680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50681. web_1 | your project. For more information about installing and configuring grunt,
  50682. web_1 | please see the Getting Started guide:
  50683. web_1 |
  50684. web_1 | http://gruntjs.com/getting-started
  50685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50686. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50687. web_1 | Syncing...
  50688. web_1 | Creating tables ...
  50689. web_1 | Installing custom SQL ...
  50690. web_1 | Installing indexes ...
  50691. web_1 | Installed 0 object(s) from 0 fixture(s)
  50692. web_1 |
  50693. web_1 | Synced:
  50694. web_1 | > django.contrib.auth
  50695. web_1 | > django.contrib.contenttypes
  50696. web_1 | > django.contrib.sessions
  50697. web_1 | > django.contrib.sites
  50698. web_1 | > django.contrib.messages
  50699. web_1 | > django.contrib.staticfiles
  50700. web_1 | > django.contrib.admin
  50701. web_1 | > south
  50702. web_1 | > crispy_forms
  50703. web_1 | > avatar
  50704. web_1 | > bootstrap3
  50705. web_1 | > users
  50706. web_1 | > allauth
  50707. web_1 | > allauth.account
  50708. web_1 | > django.contrib.humanize
  50709. web_1 | > debug_toolbar
  50710. web_1 |
  50711. web_1 | Not synced (use migrations):
  50712. web_1 | - allauth.socialaccount
  50713. web_1 | - django_extensions
  50714. web_1 | (use ./manage.py migrate to migrate these)
  50715. web_1 | Running migrations for socialaccount:
  50716. web_1 | - Nothing to migrate.
  50717. web_1 | - Loading initial data for socialaccount.
  50718. web_1 | Installed 0 object(s) from 0 fixture(s)
  50719. web_1 | Running migrations for django_extensions:
  50720. web_1 | - Nothing to migrate.
  50721. web_1 | - Loading initial data for django_extensions.
  50722. web_1 | Installed 0 object(s) from 0 fixture(s)
  50723. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50724. web_1 | [GCC 4.9.2] on linux2
  50725. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50726. web_1 | (InteractiveConsole)
  50727. web_1 |
  50728. web_1 | >>> >>> Starting the server
  50729. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50730. web_1 |
  50731. web_1 | Fatal error: Unable to find local grunt.
  50732. web_1 |
  50733. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50734. web_1 | your project. For more information about installing and configuring grunt,
  50735. web_1 | please see the Getting Started guide:
  50736. web_1 |
  50737. web_1 | http://gruntjs.com/getting-started
  50738. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50739. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50740. web_1 | Syncing...
  50741. web_1 | Creating tables ...
  50742. web_1 | Installing custom SQL ...
  50743. web_1 | Installing indexes ...
  50744. web_1 | Installed 0 object(s) from 0 fixture(s)
  50745. web_1 |
  50746. web_1 | Synced:
  50747. web_1 | > django.contrib.auth
  50748. web_1 | > django.contrib.contenttypes
  50749. web_1 | > django.contrib.sessions
  50750. web_1 | > django.contrib.sites
  50751. web_1 | > django.contrib.messages
  50752. web_1 | > django.contrib.staticfiles
  50753. web_1 | > django.contrib.admin
  50754. web_1 | > south
  50755. web_1 | > crispy_forms
  50756. web_1 | > avatar
  50757. web_1 | > bootstrap3
  50758. web_1 | > users
  50759. web_1 | > allauth
  50760. web_1 | > allauth.account
  50761. web_1 | > django.contrib.humanize
  50762. web_1 | > debug_toolbar
  50763. web_1 |
  50764. web_1 | Not synced (use migrations):
  50765. web_1 | - allauth.socialaccount
  50766. web_1 | - django_extensions
  50767. web_1 | (use ./manage.py migrate to migrate these)
  50768. web_1 | Running migrations for socialaccount:
  50769. web_1 | - Nothing to migrate.
  50770. web_1 | - Loading initial data for socialaccount.
  50771. web_1 | Installed 0 object(s) from 0 fixture(s)
  50772. web_1 | Running migrations for django_extensions:
  50773. web_1 | - Nothing to migrate.
  50774. web_1 | - Loading initial data for django_extensions.
  50775. web_1 | Installed 0 object(s) from 0 fixture(s)
  50776. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50777. web_1 | [GCC 4.9.2] on linux2
  50778. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50779. web_1 | (InteractiveConsole)
  50780. web_1 |
  50781. web_1 | >>> >>> Starting the server
  50782. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50783. web_1 |
  50784. web_1 | Fatal error: Unable to find local grunt.
  50785. web_1 |
  50786. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50787. web_1 | your project. For more information about installing and configuring grunt,
  50788. web_1 | please see the Getting Started guide:
  50789. web_1 |
  50790. web_1 | http://gruntjs.com/getting-started
  50791. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50792. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50793. web_1 | Syncing...
  50794. web_1 | Creating tables ...
  50795. web_1 | Installing custom SQL ...
  50796. web_1 | Installing indexes ...
  50797. web_1 | Installed 0 object(s) from 0 fixture(s)
  50798. web_1 |
  50799. web_1 | Synced:
  50800. web_1 | > django.contrib.auth
  50801. web_1 | > django.contrib.contenttypes
  50802. web_1 | > django.contrib.sessions
  50803. web_1 | > django.contrib.sites
  50804. web_1 | > django.contrib.messages
  50805. web_1 | > django.contrib.staticfiles
  50806. web_1 | > django.contrib.admin
  50807. web_1 | > south
  50808. web_1 | > crispy_forms
  50809. web_1 | > avatar
  50810. web_1 | > bootstrap3
  50811. web_1 | > users
  50812. web_1 | > allauth
  50813. web_1 | > allauth.account
  50814. web_1 | > django.contrib.humanize
  50815. web_1 | > debug_toolbar
  50816. web_1 |
  50817. web_1 | Not synced (use migrations):
  50818. web_1 | - allauth.socialaccount
  50819. web_1 | - django_extensions
  50820. web_1 | (use ./manage.py migrate to migrate these)
  50821. web_1 | Running migrations for socialaccount:
  50822. web_1 | - Nothing to migrate.
  50823. web_1 | - Loading initial data for socialaccount.
  50824. web_1 | Installed 0 object(s) from 0 fixture(s)
  50825. web_1 | Running migrations for django_extensions:
  50826. web_1 | - Nothing to migrate.
  50827. web_1 | - Loading initial data for django_extensions.
  50828. web_1 | Installed 0 object(s) from 0 fixture(s)
  50829. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50830. web_1 | [GCC 4.9.2] on linux2
  50831. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50832. web_1 | (InteractiveConsole)
  50833. web_1 |
  50834. web_1 | >>> >>> Starting the server
  50835. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50836. web_1 |
  50837. web_1 | Fatal error: Unable to find local grunt.
  50838. web_1 |
  50839. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50840. web_1 | your project. For more information about installing and configuring grunt,
  50841. web_1 | please see the Getting Started guide:
  50842. web_1 |
  50843. web_1 | http://gruntjs.com/getting-started
  50844. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50845. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50846. web_1 | Syncing...
  50847. web_1 | Creating tables ...
  50848. web_1 | Installing custom SQL ...
  50849. web_1 | Installing indexes ...
  50850. web_1 | Installed 0 object(s) from 0 fixture(s)
  50851. web_1 |
  50852. web_1 | Synced:
  50853. web_1 | > django.contrib.auth
  50854. web_1 | > django.contrib.contenttypes
  50855. web_1 | > django.contrib.sessions
  50856. web_1 | > django.contrib.sites
  50857. web_1 | > django.contrib.messages
  50858. web_1 | > django.contrib.staticfiles
  50859. web_1 | > django.contrib.admin
  50860. web_1 | > south
  50861. web_1 | > crispy_forms
  50862. web_1 | > avatar
  50863. web_1 | > bootstrap3
  50864. web_1 | > users
  50865. web_1 | > allauth
  50866. web_1 | > allauth.account
  50867. web_1 | > django.contrib.humanize
  50868. web_1 | > debug_toolbar
  50869. web_1 |
  50870. web_1 | Not synced (use migrations):
  50871. web_1 | - allauth.socialaccount
  50872. web_1 | - django_extensions
  50873. web_1 | (use ./manage.py migrate to migrate these)
  50874. web_1 | Running migrations for socialaccount:
  50875. web_1 | - Nothing to migrate.
  50876. web_1 | - Loading initial data for socialaccount.
  50877. web_1 | Installed 0 object(s) from 0 fixture(s)
  50878. web_1 | Running migrations for django_extensions:
  50879. web_1 | - Nothing to migrate.
  50880. web_1 | - Loading initial data for django_extensions.
  50881. web_1 | Installed 0 object(s) from 0 fixture(s)
  50882. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50883. web_1 | [GCC 4.9.2] on linux2
  50884. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50885. web_1 | (InteractiveConsole)
  50886. web_1 |
  50887. web_1 | >>> >>> Starting the server
  50888. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50889. web_1 |
  50890. web_1 | Fatal error: Unable to find local grunt.
  50891. web_1 |
  50892. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50893. web_1 | your project. For more information about installing and configuring grunt,
  50894. web_1 | please see the Getting Started guide:
  50895. web_1 |
  50896. web_1 | http://gruntjs.com/getting-started
  50897. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50898. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50899. web_1 | Syncing...
  50900. web_1 | Creating tables ...
  50901. web_1 | Installing custom SQL ...
  50902. web_1 | Installing indexes ...
  50903. web_1 | Installed 0 object(s) from 0 fixture(s)
  50904. web_1 |
  50905. web_1 | Synced:
  50906. web_1 | > django.contrib.auth
  50907. web_1 | > django.contrib.contenttypes
  50908. web_1 | > django.contrib.sessions
  50909. web_1 | > django.contrib.sites
  50910. web_1 | > django.contrib.messages
  50911. web_1 | > django.contrib.staticfiles
  50912. web_1 | > django.contrib.admin
  50913. web_1 | > south
  50914. web_1 | > crispy_forms
  50915. web_1 | > avatar
  50916. web_1 | > bootstrap3
  50917. web_1 | > users
  50918. web_1 | > allauth
  50919. web_1 | > allauth.account
  50920. web_1 | > django.contrib.humanize
  50921. web_1 | > debug_toolbar
  50922. web_1 |
  50923. web_1 | Not synced (use migrations):
  50924. web_1 | - allauth.socialaccount
  50925. web_1 | - django_extensions
  50926. web_1 | (use ./manage.py migrate to migrate these)
  50927. web_1 | Running migrations for socialaccount:
  50928. web_1 | - Nothing to migrate.
  50929. web_1 | - Loading initial data for socialaccount.
  50930. web_1 | Installed 0 object(s) from 0 fixture(s)
  50931. web_1 | Running migrations for django_extensions:
  50932. web_1 | - Nothing to migrate.
  50933. web_1 | - Loading initial data for django_extensions.
  50934. web_1 | Installed 0 object(s) from 0 fixture(s)
  50935. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50936. web_1 | [GCC 4.9.2] on linux2
  50937. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50938. web_1 | (InteractiveConsole)
  50939. web_1 |
  50940. web_1 | >>> >>> Starting the server
  50941. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50942. web_1 |
  50943. web_1 | Fatal error: Unable to find local grunt.
  50944. web_1 |
  50945. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50946. web_1 | your project. For more information about installing and configuring grunt,
  50947. web_1 | please see the Getting Started guide:
  50948. web_1 |
  50949. web_1 | http://gruntjs.com/getting-started
  50950. web_1 | Starting OpenBSD Secure Shell server: sshd.
  50951. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  50952. web_1 | Syncing...
  50953. web_1 | Creating tables ...
  50954. web_1 | Installing custom SQL ...
  50955. web_1 | Installing indexes ...
  50956. web_1 | Installed 0 object(s) from 0 fixture(s)
  50957. web_1 |
  50958. web_1 | Synced:
  50959. web_1 | > django.contrib.auth
  50960. web_1 | > django.contrib.contenttypes
  50961. web_1 | > django.contrib.sessions
  50962. web_1 | > django.contrib.sites
  50963. web_1 | > django.contrib.messages
  50964. web_1 | > django.contrib.staticfiles
  50965. web_1 | > django.contrib.admin
  50966. web_1 | > south
  50967. web_1 | > crispy_forms
  50968. web_1 | > avatar
  50969. web_1 | > bootstrap3
  50970. web_1 | > users
  50971. web_1 | > allauth
  50972. web_1 | > allauth.account
  50973. web_1 | > django.contrib.humanize
  50974. web_1 | > debug_toolbar
  50975. web_1 |
  50976. web_1 | Not synced (use migrations):
  50977. web_1 | - allauth.socialaccount
  50978. web_1 | - django_extensions
  50979. web_1 | (use ./manage.py migrate to migrate these)
  50980. web_1 | Running migrations for socialaccount:
  50981. web_1 | - Nothing to migrate.
  50982. web_1 | - Loading initial data for socialaccount.
  50983. web_1 | Installed 0 object(s) from 0 fixture(s)
  50984. web_1 | Running migrations for django_extensions:
  50985. web_1 | - Nothing to migrate.
  50986. web_1 | - Loading initial data for django_extensions.
  50987. web_1 | Installed 0 object(s) from 0 fixture(s)
  50988. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  50989. web_1 | [GCC 4.9.2] on linux2
  50990. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  50991. web_1 | (InteractiveConsole)
  50992. web_1 |
  50993. web_1 | >>> >>> Starting the server
  50994. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  50995. web_1 |
  50996. web_1 | Fatal error: Unable to find local grunt.
  50997. web_1 |
  50998. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  50999. web_1 | your project. For more information about installing and configuring grunt,
  51000. web_1 | please see the Getting Started guide:
  51001. web_1 |
  51002. web_1 | http://gruntjs.com/getting-started
  51003. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51004. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51005. web_1 | Syncing...
  51006. web_1 | Creating tables ...
  51007. web_1 | Installing custom SQL ...
  51008. web_1 | Installing indexes ...
  51009. web_1 | Installed 0 object(s) from 0 fixture(s)
  51010. web_1 |
  51011. web_1 | Synced:
  51012. web_1 | > django.contrib.auth
  51013. web_1 | > django.contrib.contenttypes
  51014. web_1 | > django.contrib.sessions
  51015. web_1 | > django.contrib.sites
  51016. web_1 | > django.contrib.messages
  51017. web_1 | > django.contrib.staticfiles
  51018. web_1 | > django.contrib.admin
  51019. web_1 | > south
  51020. web_1 | > crispy_forms
  51021. web_1 | > avatar
  51022. web_1 | > bootstrap3
  51023. web_1 | > users
  51024. web_1 | > allauth
  51025. web_1 | > allauth.account
  51026. web_1 | > django.contrib.humanize
  51027. web_1 | > debug_toolbar
  51028. web_1 |
  51029. web_1 | Not synced (use migrations):
  51030. web_1 | - allauth.socialaccount
  51031. web_1 | - django_extensions
  51032. web_1 | (use ./manage.py migrate to migrate these)
  51033. web_1 | Running migrations for socialaccount:
  51034. web_1 | - Nothing to migrate.
  51035. web_1 | - Loading initial data for socialaccount.
  51036. web_1 | Installed 0 object(s) from 0 fixture(s)
  51037. web_1 | Running migrations for django_extensions:
  51038. web_1 | - Nothing to migrate.
  51039. web_1 | - Loading initial data for django_extensions.
  51040. web_1 | Installed 0 object(s) from 0 fixture(s)
  51041. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51042. web_1 | [GCC 4.9.2] on linux2
  51043. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51044. web_1 | (InteractiveConsole)
  51045. web_1 |
  51046. web_1 | >>> >>> Starting the server
  51047. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51048. web_1 |
  51049. web_1 | Fatal error: Unable to find local grunt.
  51050. web_1 |
  51051. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51052. web_1 | your project. For more information about installing and configuring grunt,
  51053. web_1 | please see the Getting Started guide:
  51054. web_1 |
  51055. web_1 | http://gruntjs.com/getting-started
  51056. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51057. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51058. web_1 | Syncing...
  51059. web_1 | Creating tables ...
  51060. web_1 | Installing custom SQL ...
  51061. web_1 | Installing indexes ...
  51062. web_1 | Installed 0 object(s) from 0 fixture(s)
  51063. web_1 |
  51064. web_1 | Synced:
  51065. web_1 | > django.contrib.auth
  51066. web_1 | > django.contrib.contenttypes
  51067. web_1 | > django.contrib.sessions
  51068. web_1 | > django.contrib.sites
  51069. web_1 | > django.contrib.messages
  51070. web_1 | > django.contrib.staticfiles
  51071. web_1 | > django.contrib.admin
  51072. web_1 | > south
  51073. web_1 | > crispy_forms
  51074. web_1 | > avatar
  51075. web_1 | > bootstrap3
  51076. web_1 | > users
  51077. web_1 | > allauth
  51078. web_1 | > allauth.account
  51079. web_1 | > django.contrib.humanize
  51080. web_1 | > debug_toolbar
  51081. web_1 |
  51082. web_1 | Not synced (use migrations):
  51083. web_1 | - allauth.socialaccount
  51084. web_1 | - django_extensions
  51085. web_1 | (use ./manage.py migrate to migrate these)
  51086. web_1 | Running migrations for socialaccount:
  51087. web_1 | - Nothing to migrate.
  51088. web_1 | - Loading initial data for socialaccount.
  51089. web_1 | Installed 0 object(s) from 0 fixture(s)
  51090. web_1 | Running migrations for django_extensions:
  51091. web_1 | - Nothing to migrate.
  51092. web_1 | - Loading initial data for django_extensions.
  51093. web_1 | Installed 0 object(s) from 0 fixture(s)
  51094. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51095. web_1 | [GCC 4.9.2] on linux2
  51096. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51097. web_1 | (InteractiveConsole)
  51098. web_1 |
  51099. web_1 | >>> >>> Starting the server
  51100. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51101. web_1 |
  51102. web_1 | Fatal error: Unable to find local grunt.
  51103. web_1 |
  51104. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51105. web_1 | your project. For more information about installing and configuring grunt,
  51106. web_1 | please see the Getting Started guide:
  51107. web_1 |
  51108. web_1 | http://gruntjs.com/getting-started
  51109. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51110. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51111. web_1 | Syncing...
  51112. web_1 | Creating tables ...
  51113. web_1 | Installing custom SQL ...
  51114. web_1 | Installing indexes ...
  51115. web_1 | Installed 0 object(s) from 0 fixture(s)
  51116. web_1 |
  51117. web_1 | Synced:
  51118. web_1 | > django.contrib.auth
  51119. web_1 | > django.contrib.contenttypes
  51120. web_1 | > django.contrib.sessions
  51121. web_1 | > django.contrib.sites
  51122. web_1 | > django.contrib.messages
  51123. web_1 | > django.contrib.staticfiles
  51124. web_1 | > django.contrib.admin
  51125. web_1 | > south
  51126. web_1 | > crispy_forms
  51127. web_1 | > avatar
  51128. web_1 | > bootstrap3
  51129. web_1 | > users
  51130. web_1 | > allauth
  51131. web_1 | > allauth.account
  51132. web_1 | > django.contrib.humanize
  51133. web_1 | > debug_toolbar
  51134. web_1 |
  51135. web_1 | Not synced (use migrations):
  51136. web_1 | - allauth.socialaccount
  51137. web_1 | - django_extensions
  51138. web_1 | (use ./manage.py migrate to migrate these)
  51139. web_1 | Running migrations for socialaccount:
  51140. web_1 | - Nothing to migrate.
  51141. web_1 | - Loading initial data for socialaccount.
  51142. web_1 | Installed 0 object(s) from 0 fixture(s)
  51143. web_1 | Running migrations for django_extensions:
  51144. web_1 | - Nothing to migrate.
  51145. web_1 | - Loading initial data for django_extensions.
  51146. web_1 | Installed 0 object(s) from 0 fixture(s)
  51147. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51148. web_1 | [GCC 4.9.2] on linux2
  51149. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51150. web_1 | (InteractiveConsole)
  51151. web_1 |
  51152. web_1 | >>> >>> Starting the server
  51153. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51154. web_1 |
  51155. web_1 | Fatal error: Unable to find local grunt.
  51156. web_1 |
  51157. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51158. web_1 | your project. For more information about installing and configuring grunt,
  51159. web_1 | please see the Getting Started guide:
  51160. web_1 |
  51161. web_1 | http://gruntjs.com/getting-started
  51162. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51163. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51164. web_1 | Syncing...
  51165. web_1 | Creating tables ...
  51166. web_1 | Installing custom SQL ...
  51167. web_1 | Installing indexes ...
  51168. web_1 | Installed 0 object(s) from 0 fixture(s)
  51169. web_1 |
  51170. web_1 | Synced:
  51171. web_1 | > django.contrib.auth
  51172. web_1 | > django.contrib.contenttypes
  51173. web_1 | > django.contrib.sessions
  51174. web_1 | > django.contrib.sites
  51175. web_1 | > django.contrib.messages
  51176. web_1 | > django.contrib.staticfiles
  51177. web_1 | > django.contrib.admin
  51178. web_1 | > south
  51179. web_1 | > crispy_forms
  51180. web_1 | > avatar
  51181. web_1 | > bootstrap3
  51182. web_1 | > users
  51183. web_1 | > allauth
  51184. web_1 | > allauth.account
  51185. web_1 | > django.contrib.humanize
  51186. web_1 | > debug_toolbar
  51187. web_1 |
  51188. web_1 | Not synced (use migrations):
  51189. web_1 | - allauth.socialaccount
  51190. web_1 | - django_extensions
  51191. web_1 | (use ./manage.py migrate to migrate these)
  51192. web_1 | Running migrations for socialaccount:
  51193. web_1 | - Nothing to migrate.
  51194. web_1 | - Loading initial data for socialaccount.
  51195. web_1 | Installed 0 object(s) from 0 fixture(s)
  51196. web_1 | Running migrations for django_extensions:
  51197. web_1 | - Nothing to migrate.
  51198. web_1 | - Loading initial data for django_extensions.
  51199. web_1 | Installed 0 object(s) from 0 fixture(s)
  51200. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51201. web_1 | [GCC 4.9.2] on linux2
  51202. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51203. web_1 | (InteractiveConsole)
  51204. web_1 |
  51205. web_1 | >>> >>> Starting the server
  51206. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51207. web_1 |
  51208. web_1 | Fatal error: Unable to find local grunt.
  51209. web_1 |
  51210. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51211. web_1 | your project. For more information about installing and configuring grunt,
  51212. web_1 | please see the Getting Started guide:
  51213. web_1 |
  51214. web_1 | http://gruntjs.com/getting-started
  51215. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51216. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51217. web_1 | Syncing...
  51218. web_1 | Creating tables ...
  51219. web_1 | Installing custom SQL ...
  51220. web_1 | Installing indexes ...
  51221. web_1 | Installed 0 object(s) from 0 fixture(s)
  51222. web_1 |
  51223. web_1 | Synced:
  51224. web_1 | > django.contrib.auth
  51225. web_1 | > django.contrib.contenttypes
  51226. web_1 | > django.contrib.sessions
  51227. web_1 | > django.contrib.sites
  51228. web_1 | > django.contrib.messages
  51229. web_1 | > django.contrib.staticfiles
  51230. web_1 | > django.contrib.admin
  51231. web_1 | > south
  51232. web_1 | > crispy_forms
  51233. web_1 | > avatar
  51234. web_1 | > bootstrap3
  51235. web_1 | > users
  51236. web_1 | > allauth
  51237. web_1 | > allauth.account
  51238. web_1 | > django.contrib.humanize
  51239. web_1 | > debug_toolbar
  51240. web_1 |
  51241. web_1 | Not synced (use migrations):
  51242. web_1 | - allauth.socialaccount
  51243. web_1 | - django_extensions
  51244. web_1 | (use ./manage.py migrate to migrate these)
  51245. web_1 | Running migrations for socialaccount:
  51246. web_1 | - Nothing to migrate.
  51247. web_1 | - Loading initial data for socialaccount.
  51248. web_1 | Installed 0 object(s) from 0 fixture(s)
  51249. web_1 | Running migrations for django_extensions:
  51250. web_1 | - Nothing to migrate.
  51251. web_1 | - Loading initial data for django_extensions.
  51252. web_1 | Installed 0 object(s) from 0 fixture(s)
  51253. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51254. web_1 | [GCC 4.9.2] on linux2
  51255. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51256. web_1 | (InteractiveConsole)
  51257. web_1 |
  51258. web_1 | >>> >>> Starting the server
  51259. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51260. web_1 |
  51261. web_1 | Fatal error: Unable to find local grunt.
  51262. web_1 |
  51263. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51264. web_1 | your project. For more information about installing and configuring grunt,
  51265. web_1 | please see the Getting Started guide:
  51266. web_1 |
  51267. web_1 | http://gruntjs.com/getting-started
  51268. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51269. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51270. web_1 | Syncing...
  51271. web_1 | Creating tables ...
  51272. web_1 | Installing custom SQL ...
  51273. web_1 | Installing indexes ...
  51274. web_1 | Installed 0 object(s) from 0 fixture(s)
  51275. web_1 |
  51276. web_1 | Synced:
  51277. web_1 | > django.contrib.auth
  51278. web_1 | > django.contrib.contenttypes
  51279. web_1 | > django.contrib.sessions
  51280. web_1 | > django.contrib.sites
  51281. web_1 | > django.contrib.messages
  51282. web_1 | > django.contrib.staticfiles
  51283. web_1 | > django.contrib.admin
  51284. web_1 | > south
  51285. web_1 | > crispy_forms
  51286. web_1 | > avatar
  51287. web_1 | > bootstrap3
  51288. web_1 | > users
  51289. web_1 | > allauth
  51290. web_1 | > allauth.account
  51291. web_1 | > django.contrib.humanize
  51292. web_1 | > debug_toolbar
  51293. web_1 |
  51294. web_1 | Not synced (use migrations):
  51295. web_1 | - allauth.socialaccount
  51296. web_1 | - django_extensions
  51297. web_1 | (use ./manage.py migrate to migrate these)
  51298. web_1 | Running migrations for socialaccount:
  51299. web_1 | - Nothing to migrate.
  51300. web_1 | - Loading initial data for socialaccount.
  51301. web_1 | Installed 0 object(s) from 0 fixture(s)
  51302. web_1 | Running migrations for django_extensions:
  51303. web_1 | - Nothing to migrate.
  51304. web_1 | - Loading initial data for django_extensions.
  51305. web_1 | Installed 0 object(s) from 0 fixture(s)
  51306. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51307. web_1 | [GCC 4.9.2] on linux2
  51308. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51309. web_1 | (InteractiveConsole)
  51310. web_1 |
  51311. web_1 | >>> >>> Starting the server
  51312. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51313. web_1 |
  51314. web_1 | Fatal error: Unable to find local grunt.
  51315. web_1 |
  51316. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51317. web_1 | your project. For more information about installing and configuring grunt,
  51318. web_1 | please see the Getting Started guide:
  51319. web_1 |
  51320. web_1 | http://gruntjs.com/getting-started
  51321. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51322. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51323. web_1 | Syncing...
  51324. web_1 | Creating tables ...
  51325. web_1 | Installing custom SQL ...
  51326. web_1 | Installing indexes ...
  51327. web_1 | Installed 0 object(s) from 0 fixture(s)
  51328. web_1 |
  51329. web_1 | Synced:
  51330. web_1 | > django.contrib.auth
  51331. web_1 | > django.contrib.contenttypes
  51332. web_1 | > django.contrib.sessions
  51333. web_1 | > django.contrib.sites
  51334. web_1 | > django.contrib.messages
  51335. web_1 | > django.contrib.staticfiles
  51336. web_1 | > django.contrib.admin
  51337. web_1 | > south
  51338. web_1 | > crispy_forms
  51339. web_1 | > avatar
  51340. web_1 | > bootstrap3
  51341. web_1 | > users
  51342. web_1 | > allauth
  51343. web_1 | > allauth.account
  51344. web_1 | > django.contrib.humanize
  51345. web_1 | > debug_toolbar
  51346. web_1 |
  51347. web_1 | Not synced (use migrations):
  51348. web_1 | - allauth.socialaccount
  51349. web_1 | - django_extensions
  51350. web_1 | (use ./manage.py migrate to migrate these)
  51351. web_1 | Running migrations for socialaccount:
  51352. web_1 | - Nothing to migrate.
  51353. web_1 | - Loading initial data for socialaccount.
  51354. web_1 | Installed 0 object(s) from 0 fixture(s)
  51355. web_1 | Running migrations for django_extensions:
  51356. web_1 | - Nothing to migrate.
  51357. web_1 | - Loading initial data for django_extensions.
  51358. web_1 | Installed 0 object(s) from 0 fixture(s)
  51359. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51360. web_1 | [GCC 4.9.2] on linux2
  51361. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51362. web_1 | (InteractiveConsole)
  51363. web_1 |
  51364. web_1 | >>> >>> Starting the server
  51365. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51366. web_1 |
  51367. web_1 | Fatal error: Unable to find local grunt.
  51368. web_1 |
  51369. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51370. web_1 | your project. For more information about installing and configuring grunt,
  51371. web_1 | please see the Getting Started guide:
  51372. web_1 |
  51373. web_1 | http://gruntjs.com/getting-started
  51374. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51375. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51376. web_1 | Syncing...
  51377. web_1 | Creating tables ...
  51378. web_1 | Installing custom SQL ...
  51379. web_1 | Installing indexes ...
  51380. web_1 | Installed 0 object(s) from 0 fixture(s)
  51381. web_1 |
  51382. web_1 | Synced:
  51383. web_1 | > django.contrib.auth
  51384. web_1 | > django.contrib.contenttypes
  51385. web_1 | > django.contrib.sessions
  51386. web_1 | > django.contrib.sites
  51387. web_1 | > django.contrib.messages
  51388. web_1 | > django.contrib.staticfiles
  51389. web_1 | > django.contrib.admin
  51390. web_1 | > south
  51391. web_1 | > crispy_forms
  51392. web_1 | > avatar
  51393. web_1 | > bootstrap3
  51394. web_1 | > users
  51395. web_1 | > allauth
  51396. web_1 | > allauth.account
  51397. web_1 | > django.contrib.humanize
  51398. web_1 | > debug_toolbar
  51399. web_1 |
  51400. web_1 | Not synced (use migrations):
  51401. web_1 | - allauth.socialaccount
  51402. web_1 | - django_extensions
  51403. web_1 | (use ./manage.py migrate to migrate these)
  51404. web_1 | Running migrations for socialaccount:
  51405. web_1 | - Nothing to migrate.
  51406. web_1 | - Loading initial data for socialaccount.
  51407. web_1 | Installed 0 object(s) from 0 fixture(s)
  51408. web_1 | Running migrations for django_extensions:
  51409. web_1 | - Nothing to migrate.
  51410. web_1 | - Loading initial data for django_extensions.
  51411. web_1 | Installed 0 object(s) from 0 fixture(s)
  51412. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51413. web_1 | [GCC 4.9.2] on linux2
  51414. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51415. web_1 | (InteractiveConsole)
  51416. web_1 |
  51417. web_1 | >>> >>> Starting the server
  51418. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51419. web_1 |
  51420. web_1 | Fatal error: Unable to find local grunt.
  51421. web_1 |
  51422. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51423. web_1 | your project. For more information about installing and configuring grunt,
  51424. web_1 | please see the Getting Started guide:
  51425. web_1 |
  51426. web_1 | http://gruntjs.com/getting-started
  51427. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51428. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51429. web_1 | Syncing...
  51430. web_1 | Creating tables ...
  51431. web_1 | Installing custom SQL ...
  51432. web_1 | Installing indexes ...
  51433. web_1 | Installed 0 object(s) from 0 fixture(s)
  51434. web_1 |
  51435. web_1 | Synced:
  51436. web_1 | > django.contrib.auth
  51437. web_1 | > django.contrib.contenttypes
  51438. web_1 | > django.contrib.sessions
  51439. web_1 | > django.contrib.sites
  51440. web_1 | > django.contrib.messages
  51441. web_1 | > django.contrib.staticfiles
  51442. web_1 | > django.contrib.admin
  51443. web_1 | > south
  51444. web_1 | > crispy_forms
  51445. web_1 | > avatar
  51446. web_1 | > bootstrap3
  51447. web_1 | > users
  51448. web_1 | > allauth
  51449. web_1 | > allauth.account
  51450. web_1 | > django.contrib.humanize
  51451. web_1 | > debug_toolbar
  51452. web_1 |
  51453. web_1 | Not synced (use migrations):
  51454. web_1 | - allauth.socialaccount
  51455. web_1 | - django_extensions
  51456. web_1 | (use ./manage.py migrate to migrate these)
  51457. web_1 | Running migrations for socialaccount:
  51458. web_1 | - Nothing to migrate.
  51459. web_1 | - Loading initial data for socialaccount.
  51460. web_1 | Installed 0 object(s) from 0 fixture(s)
  51461. web_1 | Running migrations for django_extensions:
  51462. web_1 | - Nothing to migrate.
  51463. web_1 | - Loading initial data for django_extensions.
  51464. web_1 | Installed 0 object(s) from 0 fixture(s)
  51465. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51466. web_1 | [GCC 4.9.2] on linux2
  51467. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51468. web_1 | (InteractiveConsole)
  51469. web_1 |
  51470. web_1 | >>> >>> Starting the server
  51471. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51472. web_1 |
  51473. web_1 | Fatal error: Unable to find local grunt.
  51474. web_1 |
  51475. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51476. web_1 | your project. For more information about installing and configuring grunt,
  51477. web_1 | please see the Getting Started guide:
  51478. web_1 |
  51479. web_1 | http://gruntjs.com/getting-started
  51480. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51481. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51482. web_1 | Syncing...
  51483. web_1 | Creating tables ...
  51484. web_1 | Installing custom SQL ...
  51485. web_1 | Installing indexes ...
  51486. web_1 | Installed 0 object(s) from 0 fixture(s)
  51487. web_1 |
  51488. web_1 | Synced:
  51489. web_1 | > django.contrib.auth
  51490. web_1 | > django.contrib.contenttypes
  51491. web_1 | > django.contrib.sessions
  51492. web_1 | > django.contrib.sites
  51493. web_1 | > django.contrib.messages
  51494. web_1 | > django.contrib.staticfiles
  51495. web_1 | > django.contrib.admin
  51496. web_1 | > south
  51497. web_1 | > crispy_forms
  51498. web_1 | > avatar
  51499. web_1 | > bootstrap3
  51500. web_1 | > users
  51501. web_1 | > allauth
  51502. web_1 | > allauth.account
  51503. web_1 | > django.contrib.humanize
  51504. web_1 | > debug_toolbar
  51505. web_1 |
  51506. web_1 | Not synced (use migrations):
  51507. web_1 | - allauth.socialaccount
  51508. web_1 | - django_extensions
  51509. web_1 | (use ./manage.py migrate to migrate these)
  51510. web_1 | Running migrations for socialaccount:
  51511. web_1 | - Nothing to migrate.
  51512. web_1 | - Loading initial data for socialaccount.
  51513. web_1 | Installed 0 object(s) from 0 fixture(s)
  51514. web_1 | Running migrations for django_extensions:
  51515. web_1 | - Nothing to migrate.
  51516. web_1 | - Loading initial data for django_extensions.
  51517. web_1 | Installed 0 object(s) from 0 fixture(s)
  51518. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51519. web_1 | [GCC 4.9.2] on linux2
  51520. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51521. web_1 | (InteractiveConsole)
  51522. web_1 |
  51523. web_1 | >>> >>> Starting the server
  51524. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51525. web_1 |
  51526. web_1 | Fatal error: Unable to find local grunt.
  51527. web_1 |
  51528. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51529. web_1 | your project. For more information about installing and configuring grunt,
  51530. web_1 | please see the Getting Started guide:
  51531. web_1 |
  51532. web_1 | http://gruntjs.com/getting-started
  51533. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51534. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51535. web_1 | Syncing...
  51536. web_1 | Creating tables ...
  51537. web_1 | Installing custom SQL ...
  51538. web_1 | Installing indexes ...
  51539. web_1 | Installed 0 object(s) from 0 fixture(s)
  51540. web_1 |
  51541. web_1 | Synced:
  51542. web_1 | > django.contrib.auth
  51543. web_1 | > django.contrib.contenttypes
  51544. web_1 | > django.contrib.sessions
  51545. web_1 | > django.contrib.sites
  51546. web_1 | > django.contrib.messages
  51547. web_1 | > django.contrib.staticfiles
  51548. web_1 | > django.contrib.admin
  51549. web_1 | > south
  51550. web_1 | > crispy_forms
  51551. web_1 | > avatar
  51552. web_1 | > bootstrap3
  51553. web_1 | > users
  51554. web_1 | > allauth
  51555. web_1 | > allauth.account
  51556. web_1 | > django.contrib.humanize
  51557. web_1 | > debug_toolbar
  51558. web_1 |
  51559. web_1 | Not synced (use migrations):
  51560. web_1 | - allauth.socialaccount
  51561. web_1 | - django_extensions
  51562. web_1 | (use ./manage.py migrate to migrate these)
  51563. web_1 | Running migrations for socialaccount:
  51564. web_1 | - Nothing to migrate.
  51565. web_1 | - Loading initial data for socialaccount.
  51566. web_1 | Installed 0 object(s) from 0 fixture(s)
  51567. web_1 | Running migrations for django_extensions:
  51568. web_1 | - Nothing to migrate.
  51569. web_1 | - Loading initial data for django_extensions.
  51570. web_1 | Installed 0 object(s) from 0 fixture(s)
  51571. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51572. web_1 | [GCC 4.9.2] on linux2
  51573. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51574. web_1 | (InteractiveConsole)
  51575. web_1 |
  51576. web_1 | >>> >>> Starting the server
  51577. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51578. web_1 |
  51579. web_1 | Fatal error: Unable to find local grunt.
  51580. web_1 |
  51581. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51582. web_1 | your project. For more information about installing and configuring grunt,
  51583. web_1 | please see the Getting Started guide:
  51584. web_1 |
  51585. web_1 | http://gruntjs.com/getting-started
  51586. oclweb_web_1 exited with code 99
  51587. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51588. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51589. web_1 | Syncing...
  51590. web_1 | Traceback (most recent call last):
  51591. web_1 | File "ocl_web/manage.py", line 19, in <module>
  51592. web_1 | execute_from_command_line(sys.argv)
  51593. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  51594. web_1 | utility.execute()
  51595. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  51596. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  51597. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  51598. web_1 | self.execute(*args, **options.__dict__)
  51599. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  51600. web_1 | output = self.handle(*args, **options)
  51601. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  51602. web_1 | return self.handle_noargs(**options)
  51603. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  51604. web_1 | syncdb.Command().execute(**options)
  51605. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  51606. web_1 | output = self.handle(*args, **options)
  51607. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  51608. web_1 | return self.handle_noargs(**options)
  51609. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  51610. web_1 | cursor = connection.cursor()
  51611. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  51612. web_1 | cursor = self.make_debug_cursor(self._cursor())
  51613. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  51614. web_1 | self.ensure_connection()
  51615. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51616. web_1 | self.connect()
  51617. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  51618. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  51619. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51620. web_1 | self.connect()
  51621. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  51622. web_1 | self.connection = self.get_new_connection(conn_params)
  51623. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  51624. web_1 | return Database.connect(**conn_params)
  51625. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  51626. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  51627. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  51628. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  51629. web_1 | TCP/IP connections on port 5432?
  51630. web_1 |
  51631. web_1 | Traceback (most recent call last):
  51632. web_1 | File "ocl_web/manage.py", line 19, in <module>
  51633. web_1 | execute_from_command_line(sys.argv)
  51634. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  51635. web_1 | utility.execute()
  51636. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  51637. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  51638. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  51639. web_1 | self.execute(*args, **options.__dict__)
  51640. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  51641. web_1 | output = self.handle(*args, **options)
  51642. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  51643. web_1 | ignore_ghosts = ignore_ghosts,
  51644. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  51645. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  51646. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  51647. web_1 | for h in histories:
  51648. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  51649. web_1 | self._fetch_all()
  51650. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  51651. web_1 | self._result_cache = list(self.iterator())
  51652. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  51653. web_1 | for row in compiler.results_iter():
  51654. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  51655. web_1 | for rows in self.execute_sql(MULTI):
  51656. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  51657. web_1 | cursor = self.connection.cursor()
  51658. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  51659. web_1 | cursor = self.make_debug_cursor(self._cursor())
  51660. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  51661. web_1 | self.ensure_connection()
  51662. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51663. web_1 | self.connect()
  51664. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  51665. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  51666. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51667. web_1 | self.connect()
  51668. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  51669. web_1 | self.connection = self.get_new_connection(conn_params)
  51670. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  51671. web_1 | return Database.connect(**conn_params)
  51672. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  51673. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  51674. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  51675. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  51676. web_1 | TCP/IP connections on port 5432?
  51677. web_1 |
  51678. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51679. web_1 | [GCC 4.9.2] on linux2
  51680. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51681. web_1 | (InteractiveConsole)
  51682. web_1 | Traceback (most recent call last):
  51683. web_1 | File "<console>", line 1, in <module>
  51684. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  51685. web_1 | return self.query.get_count(using=self.db)
  51686. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  51687. web_1 | number = obj.get_aggregation(using=using)[None]
  51688. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  51689. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  51690. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  51691. web_1 | cursor = self.connection.cursor()
  51692. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  51693. web_1 | cursor = self.make_debug_cursor(self._cursor())
  51694. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  51695. web_1 | self.ensure_connection()
  51696. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51697. web_1 | self.connect()
  51698. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  51699. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  51700. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  51701. web_1 | self.connect()
  51702. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  51703. web_1 | self.connection = self.get_new_connection(conn_params)
  51704. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  51705. web_1 | return Database.connect(**conn_params)
  51706. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  51707. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  51708. web_1 | OperationalError: could not connect to server: Connection refused
  51709. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  51710. web_1 | TCP/IP connections on port 5432?
  51711. web_1 |
  51712. web_1 |
  51713. web_1 | >>> >>> Starting the server
  51714. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51715. web_1 |
  51716. web_1 | Fatal error: Unable to find local grunt.
  51717. web_1 |
  51718. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51719. web_1 | your project. For more information about installing and configuring grunt,
  51720. web_1 | please see the Getting Started guide:
  51721. web_1 |
  51722. web_1 | http://gruntjs.com/getting-started
  51723. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51724. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51725. web_1 | Syncing...
  51726. web_1 | Creating tables ...
  51727. web_1 | Creating table auth_permission
  51728. web_1 | Creating table auth_group_permissions
  51729. web_1 | Creating table auth_group
  51730. web_1 | Creating table django_content_type
  51731. web_1 | Creating table django_session
  51732. web_1 | Creating table django_site
  51733. web_1 | Creating table django_admin_log
  51734. web_1 | Creating table south_migrationhistory
  51735. web_1 | Creating table avatar_avatar
  51736. web_1 | Creating table users_user_groups
  51737. web_1 | Creating table users_user_user_permissions
  51738. web_1 | Creating table users_user
  51739. web_1 | Creating table account_emailaddress
  51740. web_1 | Creating table account_emailconfirmation
  51741. web_1 | Installing custom SQL ...
  51742. web_1 | Installing indexes ...
  51743. web_1 | Installed 0 object(s) from 0 fixture(s)
  51744. web_1 |
  51745. web_1 | Synced:
  51746. web_1 | > django.contrib.auth
  51747. web_1 | > django.contrib.contenttypes
  51748. web_1 | > django.contrib.sessions
  51749. web_1 | > django.contrib.sites
  51750. web_1 | > django.contrib.messages
  51751. web_1 | > django.contrib.staticfiles
  51752. web_1 | > django.contrib.admin
  51753. web_1 | > south
  51754. web_1 | > crispy_forms
  51755. web_1 | > avatar
  51756. web_1 | > bootstrap3
  51757. web_1 | > users
  51758. web_1 | > allauth
  51759. web_1 | > allauth.account
  51760. web_1 | > django.contrib.humanize
  51761. web_1 | > debug_toolbar
  51762. web_1 |
  51763. web_1 | Not synced (use migrations):
  51764. web_1 | - allauth.socialaccount
  51765. web_1 | - django_extensions
  51766. web_1 | (use ./manage.py migrate to migrate these)
  51767. web_1 | Running migrations for socialaccount:
  51768. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  51769. web_1 | > socialaccount:0001_initial
  51770. web_1 | > socialaccount:0002_genericmodels
  51771. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  51772. web_1 | > socialaccount:0004_add_sites
  51773. web_1 | > socialaccount:0005_set_sites
  51774. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  51775. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  51776. web_1 | > socialaccount:0008_client_id
  51777. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  51778. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  51779. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  51780. web_1 | - Loading initial data for socialaccount.
  51781. web_1 | Installed 0 object(s) from 0 fixture(s)
  51782. web_1 | Running migrations for django_extensions:
  51783. web_1 | - Migrating forwards to 0001_empty.
  51784. web_1 | > django_extensions:0001_empty
  51785. web_1 | - Loading initial data for django_extensions.
  51786. web_1 | Installed 0 object(s) from 0 fixture(s)
  51787. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51788. web_1 | [GCC 4.9.2] on linux2
  51789. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51790. web_1 | (InteractiveConsole)
  51791. web_1 |
  51792. web_1 | >>> >>> Starting the server
  51793. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51794. web_1 |
  51795. web_1 | Fatal error: Unable to find local grunt.
  51796. web_1 |
  51797. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51798. web_1 | your project. For more information about installing and configuring grunt,
  51799. web_1 | please see the Getting Started guide:
  51800. web_1 |
  51801. web_1 | http://gruntjs.com/getting-started
  51802. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51803. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51804. web_1 | Syncing...
  51805. web_1 | Creating tables ...
  51806. web_1 | Installing custom SQL ...
  51807. web_1 | Installing indexes ...
  51808. web_1 | Installed 0 object(s) from 0 fixture(s)
  51809. web_1 |
  51810. web_1 | Synced:
  51811. web_1 | > django.contrib.auth
  51812. web_1 | > django.contrib.contenttypes
  51813. web_1 | > django.contrib.sessions
  51814. web_1 | > django.contrib.sites
  51815. web_1 | > django.contrib.messages
  51816. web_1 | > django.contrib.staticfiles
  51817. web_1 | > django.contrib.admin
  51818. web_1 | > south
  51819. web_1 | > crispy_forms
  51820. web_1 | > avatar
  51821. web_1 | > bootstrap3
  51822. web_1 | > users
  51823. web_1 | > allauth
  51824. web_1 | > allauth.account
  51825. web_1 | > django.contrib.humanize
  51826. web_1 | > debug_toolbar
  51827. web_1 |
  51828. web_1 | Not synced (use migrations):
  51829. web_1 | - allauth.socialaccount
  51830. web_1 | - django_extensions
  51831. web_1 | (use ./manage.py migrate to migrate these)
  51832. web_1 | Running migrations for socialaccount:
  51833. web_1 | - Nothing to migrate.
  51834. web_1 | - Loading initial data for socialaccount.
  51835. web_1 | Installed 0 object(s) from 0 fixture(s)
  51836. web_1 | Running migrations for django_extensions:
  51837. web_1 | - Nothing to migrate.
  51838. web_1 | - Loading initial data for django_extensions.
  51839. web_1 | Installed 0 object(s) from 0 fixture(s)
  51840. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51841. web_1 | [GCC 4.9.2] on linux2
  51842. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51843. web_1 | (InteractiveConsole)
  51844. web_1 |
  51845. web_1 | >>> >>> Starting the server
  51846. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51847. web_1 |
  51848. web_1 | Fatal error: Unable to find local grunt.
  51849. web_1 |
  51850. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51851. web_1 | your project. For more information about installing and configuring grunt,
  51852. web_1 | please see the Getting Started guide:
  51853. web_1 |
  51854. web_1 | http://gruntjs.com/getting-started
  51855. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51856. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51857. web_1 | Syncing...
  51858. web_1 | Creating tables ...
  51859. web_1 | Installing custom SQL ...
  51860. web_1 | Installing indexes ...
  51861. web_1 | Installed 0 object(s) from 0 fixture(s)
  51862. web_1 |
  51863. web_1 | Synced:
  51864. web_1 | > django.contrib.auth
  51865. web_1 | > django.contrib.contenttypes
  51866. web_1 | > django.contrib.sessions
  51867. web_1 | > django.contrib.sites
  51868. web_1 | > django.contrib.messages
  51869. web_1 | > django.contrib.staticfiles
  51870. web_1 | > django.contrib.admin
  51871. web_1 | > south
  51872. web_1 | > crispy_forms
  51873. web_1 | > avatar
  51874. web_1 | > bootstrap3
  51875. web_1 | > users
  51876. web_1 | > allauth
  51877. web_1 | > allauth.account
  51878. web_1 | > django.contrib.humanize
  51879. web_1 | > debug_toolbar
  51880. web_1 |
  51881. web_1 | Not synced (use migrations):
  51882. web_1 | - allauth.socialaccount
  51883. web_1 | - django_extensions
  51884. web_1 | (use ./manage.py migrate to migrate these)
  51885. web_1 | Running migrations for socialaccount:
  51886. web_1 | - Nothing to migrate.
  51887. web_1 | - Loading initial data for socialaccount.
  51888. web_1 | Installed 0 object(s) from 0 fixture(s)
  51889. web_1 | Running migrations for django_extensions:
  51890. web_1 | - Nothing to migrate.
  51891. web_1 | - Loading initial data for django_extensions.
  51892. web_1 | Installed 0 object(s) from 0 fixture(s)
  51893. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51894. web_1 | [GCC 4.9.2] on linux2
  51895. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51896. web_1 | (InteractiveConsole)
  51897. web_1 |
  51898. web_1 | >>> >>> Starting the server
  51899. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51900. web_1 |
  51901. web_1 | Fatal error: Unable to find local grunt.
  51902. web_1 |
  51903. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51904. web_1 | your project. For more information about installing and configuring grunt,
  51905. web_1 | please see the Getting Started guide:
  51906. web_1 |
  51907. web_1 | http://gruntjs.com/getting-started
  51908. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51909. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51910. web_1 | Syncing...
  51911. web_1 | Creating tables ...
  51912. web_1 | Installing custom SQL ...
  51913. web_1 | Installing indexes ...
  51914. web_1 | Installed 0 object(s) from 0 fixture(s)
  51915. web_1 |
  51916. web_1 | Synced:
  51917. web_1 | > django.contrib.auth
  51918. web_1 | > django.contrib.contenttypes
  51919. web_1 | > django.contrib.sessions
  51920. web_1 | > django.contrib.sites
  51921. web_1 | > django.contrib.messages
  51922. web_1 | > django.contrib.staticfiles
  51923. web_1 | > django.contrib.admin
  51924. web_1 | > south
  51925. web_1 | > crispy_forms
  51926. web_1 | > avatar
  51927. web_1 | > bootstrap3
  51928. web_1 | > users
  51929. web_1 | > allauth
  51930. web_1 | > allauth.account
  51931. web_1 | > django.contrib.humanize
  51932. web_1 | > debug_toolbar
  51933. web_1 |
  51934. web_1 | Not synced (use migrations):
  51935. web_1 | - allauth.socialaccount
  51936. web_1 | - django_extensions
  51937. web_1 | (use ./manage.py migrate to migrate these)
  51938. web_1 | Running migrations for socialaccount:
  51939. web_1 | - Nothing to migrate.
  51940. web_1 | - Loading initial data for socialaccount.
  51941. web_1 | Installed 0 object(s) from 0 fixture(s)
  51942. web_1 | Running migrations for django_extensions:
  51943. web_1 | - Nothing to migrate.
  51944. web_1 | - Loading initial data for django_extensions.
  51945. web_1 | Installed 0 object(s) from 0 fixture(s)
  51946. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  51947. web_1 | [GCC 4.9.2] on linux2
  51948. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  51949. web_1 | (InteractiveConsole)
  51950. web_1 |
  51951. web_1 | >>> >>> Starting the server
  51952. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  51953. web_1 |
  51954. web_1 | Fatal error: Unable to find local grunt.
  51955. web_1 |
  51956. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  51957. web_1 | your project. For more information about installing and configuring grunt,
  51958. web_1 | please see the Getting Started guide:
  51959. web_1 |
  51960. web_1 | http://gruntjs.com/getting-started
  51961. web_1 | Starting OpenBSD Secure Shell server: sshd.
  51962. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  51963. web_1 | Syncing...
  51964. web_1 | Creating tables ...
  51965. web_1 | Installing custom SQL ...
  51966. web_1 | Installing indexes ...
  51967. web_1 | Installed 0 object(s) from 0 fixture(s)
  51968. web_1 |
  51969. web_1 | Synced:
  51970. web_1 | > django.contrib.auth
  51971. web_1 | > django.contrib.contenttypes
  51972. web_1 | > django.contrib.sessions
  51973. web_1 | > django.contrib.sites
  51974. web_1 | > django.contrib.messages
  51975. web_1 | > django.contrib.staticfiles
  51976. web_1 | > django.contrib.admin
  51977. web_1 | > south
  51978. web_1 | > crispy_forms
  51979. web_1 | > avatar
  51980. web_1 | > bootstrap3
  51981. web_1 | > users
  51982. web_1 | > allauth
  51983. web_1 | > allauth.account
  51984. web_1 | > django.contrib.humanize
  51985. web_1 | > debug_toolbar
  51986. web_1 |
  51987. web_1 | Not synced (use migrations):
  51988. web_1 | - allauth.socialaccount
  51989. web_1 | - django_extensions
  51990. web_1 | (use ./manage.py migrate to migrate these)
  51991. web_1 | Running migrations for socialaccount:
  51992. web_1 | - Nothing to migrate.
  51993. web_1 | - Loading initial data for socialaccount.
  51994. web_1 | Installed 0 object(s) from 0 fixture(s)
  51995. web_1 | Running migrations for django_extensions:
  51996. web_1 | - Nothing to migrate.
  51997. web_1 | - Loading initial data for django_extensions.
  51998. web_1 | Installed 0 object(s) from 0 fixture(s)
  51999. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52000. web_1 | [GCC 4.9.2] on linux2
  52001. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52002. web_1 | (InteractiveConsole)
  52003. web_1 |
  52004. web_1 | >>> >>> Starting the server
  52005. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52006. web_1 |
  52007. web_1 | Fatal error: Unable to find local grunt.
  52008. web_1 |
  52009. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52010. web_1 | your project. For more information about installing and configuring grunt,
  52011. web_1 | please see the Getting Started guide:
  52012. web_1 |
  52013. web_1 | http://gruntjs.com/getting-started
  52014. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52015. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52016. web_1 | Syncing...
  52017. web_1 | Creating tables ...
  52018. web_1 | Installing custom SQL ...
  52019. web_1 | Installing indexes ...
  52020. web_1 | Installed 0 object(s) from 0 fixture(s)
  52021. web_1 |
  52022. web_1 | Synced:
  52023. web_1 | > django.contrib.auth
  52024. web_1 | > django.contrib.contenttypes
  52025. web_1 | > django.contrib.sessions
  52026. web_1 | > django.contrib.sites
  52027. web_1 | > django.contrib.messages
  52028. web_1 | > django.contrib.staticfiles
  52029. web_1 | > django.contrib.admin
  52030. web_1 | > south
  52031. web_1 | > crispy_forms
  52032. web_1 | > avatar
  52033. web_1 | > bootstrap3
  52034. web_1 | > users
  52035. web_1 | > allauth
  52036. web_1 | > allauth.account
  52037. web_1 | > django.contrib.humanize
  52038. web_1 | > debug_toolbar
  52039. web_1 |
  52040. web_1 | Not synced (use migrations):
  52041. web_1 | - allauth.socialaccount
  52042. web_1 | - django_extensions
  52043. web_1 | (use ./manage.py migrate to migrate these)
  52044. web_1 | Running migrations for socialaccount:
  52045. web_1 | - Nothing to migrate.
  52046. web_1 | - Loading initial data for socialaccount.
  52047. web_1 | Installed 0 object(s) from 0 fixture(s)
  52048. web_1 | Running migrations for django_extensions:
  52049. web_1 | - Nothing to migrate.
  52050. web_1 | - Loading initial data for django_extensions.
  52051. web_1 | Installed 0 object(s) from 0 fixture(s)
  52052. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52053. web_1 | [GCC 4.9.2] on linux2
  52054. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52055. web_1 | (InteractiveConsole)
  52056. web_1 |
  52057. web_1 | >>> >>> Starting the server
  52058. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52059. web_1 |
  52060. web_1 | Fatal error: Unable to find local grunt.
  52061. web_1 |
  52062. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52063. web_1 | your project. For more information about installing and configuring grunt,
  52064. web_1 | please see the Getting Started guide:
  52065. web_1 |
  52066. web_1 | http://gruntjs.com/getting-started
  52067. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52068. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52069. web_1 | Syncing...
  52070. web_1 | Creating tables ...
  52071. web_1 | Installing custom SQL ...
  52072. web_1 | Installing indexes ...
  52073. web_1 | Installed 0 object(s) from 0 fixture(s)
  52074. web_1 |
  52075. web_1 | Synced:
  52076. web_1 | > django.contrib.auth
  52077. web_1 | > django.contrib.contenttypes
  52078. web_1 | > django.contrib.sessions
  52079. web_1 | > django.contrib.sites
  52080. web_1 | > django.contrib.messages
  52081. web_1 | > django.contrib.staticfiles
  52082. web_1 | > django.contrib.admin
  52083. web_1 | > south
  52084. web_1 | > crispy_forms
  52085. web_1 | > avatar
  52086. web_1 | > bootstrap3
  52087. web_1 | > users
  52088. web_1 | > allauth
  52089. web_1 | > allauth.account
  52090. web_1 | > django.contrib.humanize
  52091. web_1 | > debug_toolbar
  52092. web_1 |
  52093. web_1 | Not synced (use migrations):
  52094. web_1 | - allauth.socialaccount
  52095. web_1 | - django_extensions
  52096. web_1 | (use ./manage.py migrate to migrate these)
  52097. web_1 | Running migrations for socialaccount:
  52098. web_1 | - Nothing to migrate.
  52099. web_1 | - Loading initial data for socialaccount.
  52100. web_1 | Installed 0 object(s) from 0 fixture(s)
  52101. web_1 | Running migrations for django_extensions:
  52102. web_1 | - Nothing to migrate.
  52103. web_1 | - Loading initial data for django_extensions.
  52104. web_1 | Installed 0 object(s) from 0 fixture(s)
  52105. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52106. web_1 | [GCC 4.9.2] on linux2
  52107. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52108. web_1 | (InteractiveConsole)
  52109. web_1 |
  52110. web_1 | >>> >>> Starting the server
  52111. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52112. web_1 |
  52113. web_1 | Fatal error: Unable to find local grunt.
  52114. web_1 |
  52115. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52116. web_1 | your project. For more information about installing and configuring grunt,
  52117. web_1 | please see the Getting Started guide:
  52118. web_1 |
  52119. web_1 | http://gruntjs.com/getting-started
  52120. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52121. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52122. web_1 | Syncing...
  52123. web_1 | Creating tables ...
  52124. web_1 | Installing custom SQL ...
  52125. web_1 | Installing indexes ...
  52126. web_1 | Installed 0 object(s) from 0 fixture(s)
  52127. web_1 |
  52128. web_1 | Synced:
  52129. web_1 | > django.contrib.auth
  52130. web_1 | > django.contrib.contenttypes
  52131. web_1 | > django.contrib.sessions
  52132. web_1 | > django.contrib.sites
  52133. web_1 | > django.contrib.messages
  52134. web_1 | > django.contrib.staticfiles
  52135. web_1 | > django.contrib.admin
  52136. web_1 | > south
  52137. web_1 | > crispy_forms
  52138. web_1 | > avatar
  52139. web_1 | > bootstrap3
  52140. web_1 | > users
  52141. web_1 | > allauth
  52142. web_1 | > allauth.account
  52143. web_1 | > django.contrib.humanize
  52144. web_1 | > debug_toolbar
  52145. web_1 |
  52146. web_1 | Not synced (use migrations):
  52147. web_1 | - allauth.socialaccount
  52148. web_1 | - django_extensions
  52149. web_1 | (use ./manage.py migrate to migrate these)
  52150. web_1 | Running migrations for socialaccount:
  52151. web_1 | - Nothing to migrate.
  52152. web_1 | - Loading initial data for socialaccount.
  52153. web_1 | Installed 0 object(s) from 0 fixture(s)
  52154. web_1 | Running migrations for django_extensions:
  52155. web_1 | - Nothing to migrate.
  52156. web_1 | - Loading initial data for django_extensions.
  52157. web_1 | Installed 0 object(s) from 0 fixture(s)
  52158. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52159. web_1 | [GCC 4.9.2] on linux2
  52160. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52161. web_1 | (InteractiveConsole)
  52162. web_1 |
  52163. web_1 | >>> >>> Starting the server
  52164. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52165. web_1 |
  52166. web_1 | Fatal error: Unable to find local grunt.
  52167. web_1 |
  52168. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52169. web_1 | your project. For more information about installing and configuring grunt,
  52170. web_1 | please see the Getting Started guide:
  52171. web_1 |
  52172. web_1 | http://gruntjs.com/getting-started
  52173. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52174. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52175. web_1 | Syncing...
  52176. web_1 | Creating tables ...
  52177. web_1 | Installing custom SQL ...
  52178. web_1 | Installing indexes ...
  52179. web_1 | Installed 0 object(s) from 0 fixture(s)
  52180. web_1 |
  52181. web_1 | Synced:
  52182. web_1 | > django.contrib.auth
  52183. web_1 | > django.contrib.contenttypes
  52184. web_1 | > django.contrib.sessions
  52185. web_1 | > django.contrib.sites
  52186. web_1 | > django.contrib.messages
  52187. web_1 | > django.contrib.staticfiles
  52188. web_1 | > django.contrib.admin
  52189. web_1 | > south
  52190. web_1 | > crispy_forms
  52191. web_1 | > avatar
  52192. web_1 | > bootstrap3
  52193. web_1 | > users
  52194. web_1 | > allauth
  52195. web_1 | > allauth.account
  52196. web_1 | > django.contrib.humanize
  52197. web_1 | > debug_toolbar
  52198. web_1 |
  52199. web_1 | Not synced (use migrations):
  52200. web_1 | - allauth.socialaccount
  52201. web_1 | - django_extensions
  52202. web_1 | (use ./manage.py migrate to migrate these)
  52203. web_1 | Running migrations for socialaccount:
  52204. web_1 | - Nothing to migrate.
  52205. web_1 | - Loading initial data for socialaccount.
  52206. web_1 | Installed 0 object(s) from 0 fixture(s)
  52207. web_1 | Running migrations for django_extensions:
  52208. web_1 | - Nothing to migrate.
  52209. web_1 | - Loading initial data for django_extensions.
  52210. web_1 | Installed 0 object(s) from 0 fixture(s)
  52211. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52212. web_1 | [GCC 4.9.2] on linux2
  52213. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52214. web_1 | (InteractiveConsole)
  52215. web_1 |
  52216. web_1 | >>> >>> Starting the server
  52217. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52218. web_1 |
  52219. web_1 | Fatal error: Unable to find local grunt.
  52220. web_1 |
  52221. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52222. web_1 | your project. For more information about installing and configuring grunt,
  52223. web_1 | please see the Getting Started guide:
  52224. web_1 |
  52225. web_1 | http://gruntjs.com/getting-started
  52226. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52227. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52228. web_1 | Syncing...
  52229. web_1 | Creating tables ...
  52230. web_1 | Installing custom SQL ...
  52231. web_1 | Installing indexes ...
  52232. web_1 | Installed 0 object(s) from 0 fixture(s)
  52233. web_1 |
  52234. web_1 | Synced:
  52235. web_1 | > django.contrib.auth
  52236. web_1 | > django.contrib.contenttypes
  52237. web_1 | > django.contrib.sessions
  52238. web_1 | > django.contrib.sites
  52239. web_1 | > django.contrib.messages
  52240. web_1 | > django.contrib.staticfiles
  52241. web_1 | > django.contrib.admin
  52242. web_1 | > south
  52243. web_1 | > crispy_forms
  52244. web_1 | > avatar
  52245. web_1 | > bootstrap3
  52246. web_1 | > users
  52247. web_1 | > allauth
  52248. web_1 | > allauth.account
  52249. web_1 | > django.contrib.humanize
  52250. web_1 | > debug_toolbar
  52251. web_1 |
  52252. web_1 | Not synced (use migrations):
  52253. web_1 | - allauth.socialaccount
  52254. web_1 | - django_extensions
  52255. web_1 | (use ./manage.py migrate to migrate these)
  52256. web_1 | Running migrations for socialaccount:
  52257. web_1 | - Nothing to migrate.
  52258. web_1 | - Loading initial data for socialaccount.
  52259. web_1 | Installed 0 object(s) from 0 fixture(s)
  52260. web_1 | Running migrations for django_extensions:
  52261. web_1 | - Nothing to migrate.
  52262. web_1 | - Loading initial data for django_extensions.
  52263. web_1 | Installed 0 object(s) from 0 fixture(s)
  52264. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52265. web_1 | [GCC 4.9.2] on linux2
  52266. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52267. web_1 | (InteractiveConsole)
  52268. web_1 |
  52269. web_1 | >>> >>> Starting the server
  52270. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52271. web_1 |
  52272. web_1 | Fatal error: Unable to find local grunt.
  52273. web_1 |
  52274. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52275. web_1 | your project. For more information about installing and configuring grunt,
  52276. web_1 | please see the Getting Started guide:
  52277. web_1 |
  52278. web_1 | http://gruntjs.com/getting-started
  52279. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52280. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52281. web_1 | Syncing...
  52282. web_1 | Creating tables ...
  52283. web_1 | Installing custom SQL ...
  52284. web_1 | Installing indexes ...
  52285. web_1 | Installed 0 object(s) from 0 fixture(s)
  52286. web_1 |
  52287. web_1 | Synced:
  52288. web_1 | > django.contrib.auth
  52289. web_1 | > django.contrib.contenttypes
  52290. web_1 | > django.contrib.sessions
  52291. web_1 | > django.contrib.sites
  52292. web_1 | > django.contrib.messages
  52293. web_1 | > django.contrib.staticfiles
  52294. web_1 | > django.contrib.admin
  52295. web_1 | > south
  52296. web_1 | > crispy_forms
  52297. web_1 | > avatar
  52298. web_1 | > bootstrap3
  52299. web_1 | > users
  52300. web_1 | > allauth
  52301. web_1 | > allauth.account
  52302. web_1 | > django.contrib.humanize
  52303. web_1 | > debug_toolbar
  52304. web_1 |
  52305. web_1 | Not synced (use migrations):
  52306. web_1 | - allauth.socialaccount
  52307. web_1 | - django_extensions
  52308. web_1 | (use ./manage.py migrate to migrate these)
  52309. web_1 | Running migrations for socialaccount:
  52310. web_1 | - Nothing to migrate.
  52311. web_1 | - Loading initial data for socialaccount.
  52312. web_1 | Installed 0 object(s) from 0 fixture(s)
  52313. web_1 | Running migrations for django_extensions:
  52314. web_1 | - Nothing to migrate.
  52315. web_1 | - Loading initial data for django_extensions.
  52316. web_1 | Installed 0 object(s) from 0 fixture(s)
  52317. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52318. web_1 | [GCC 4.9.2] on linux2
  52319. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52320. web_1 | (InteractiveConsole)
  52321. web_1 |
  52322. web_1 | >>> >>> Starting the server
  52323. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52324. web_1 |
  52325. web_1 | Fatal error: Unable to find local grunt.
  52326. web_1 |
  52327. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52328. web_1 | your project. For more information about installing and configuring grunt,
  52329. web_1 | please see the Getting Started guide:
  52330. web_1 |
  52331. web_1 | http://gruntjs.com/getting-started
  52332. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52333. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52334. web_1 | Syncing...
  52335. web_1 | Creating tables ...
  52336. web_1 | Installing custom SQL ...
  52337. web_1 | Installing indexes ...
  52338. web_1 | Installed 0 object(s) from 0 fixture(s)
  52339. web_1 |
  52340. web_1 | Synced:
  52341. web_1 | > django.contrib.auth
  52342. web_1 | > django.contrib.contenttypes
  52343. web_1 | > django.contrib.sessions
  52344. web_1 | > django.contrib.sites
  52345. web_1 | > django.contrib.messages
  52346. web_1 | > django.contrib.staticfiles
  52347. web_1 | > django.contrib.admin
  52348. web_1 | > south
  52349. web_1 | > crispy_forms
  52350. web_1 | > avatar
  52351. web_1 | > bootstrap3
  52352. web_1 | > users
  52353. web_1 | > allauth
  52354. web_1 | > allauth.account
  52355. web_1 | > django.contrib.humanize
  52356. web_1 | > debug_toolbar
  52357. web_1 |
  52358. web_1 | Not synced (use migrations):
  52359. web_1 | - allauth.socialaccount
  52360. web_1 | - django_extensions
  52361. web_1 | (use ./manage.py migrate to migrate these)
  52362. web_1 | Running migrations for socialaccount:
  52363. web_1 | - Nothing to migrate.
  52364. web_1 | - Loading initial data for socialaccount.
  52365. web_1 | Installed 0 object(s) from 0 fixture(s)
  52366. web_1 | Running migrations for django_extensions:
  52367. web_1 | - Nothing to migrate.
  52368. web_1 | - Loading initial data for django_extensions.
  52369. web_1 | Installed 0 object(s) from 0 fixture(s)
  52370. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52371. web_1 | [GCC 4.9.2] on linux2
  52372. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52373. web_1 | (InteractiveConsole)
  52374. web_1 |
  52375. web_1 | >>> >>> Starting the server
  52376. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52377. web_1 |
  52378. web_1 | Fatal error: Unable to find local grunt.
  52379. web_1 |
  52380. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52381. web_1 | your project. For more information about installing and configuring grunt,
  52382. web_1 | please see the Getting Started guide:
  52383. web_1 |
  52384. web_1 | http://gruntjs.com/getting-started
  52385. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52386. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52387. web_1 | Syncing...
  52388. web_1 | Creating tables ...
  52389. web_1 | Installing custom SQL ...
  52390. web_1 | Installing indexes ...
  52391. web_1 | Installed 0 object(s) from 0 fixture(s)
  52392. web_1 |
  52393. web_1 | Synced:
  52394. web_1 | > django.contrib.auth
  52395. web_1 | > django.contrib.contenttypes
  52396. web_1 | > django.contrib.sessions
  52397. web_1 | > django.contrib.sites
  52398. web_1 | > django.contrib.messages
  52399. web_1 | > django.contrib.staticfiles
  52400. web_1 | > django.contrib.admin
  52401. web_1 | > south
  52402. web_1 | > crispy_forms
  52403. web_1 | > avatar
  52404. web_1 | > bootstrap3
  52405. web_1 | > users
  52406. web_1 | > allauth
  52407. web_1 | > allauth.account
  52408. web_1 | > django.contrib.humanize
  52409. web_1 | > debug_toolbar
  52410. web_1 |
  52411. web_1 | Not synced (use migrations):
  52412. web_1 | - allauth.socialaccount
  52413. web_1 | - django_extensions
  52414. web_1 | (use ./manage.py migrate to migrate these)
  52415. web_1 | Running migrations for socialaccount:
  52416. web_1 | - Nothing to migrate.
  52417. web_1 | - Loading initial data for socialaccount.
  52418. web_1 | Installed 0 object(s) from 0 fixture(s)
  52419. web_1 | Running migrations for django_extensions:
  52420. web_1 | - Nothing to migrate.
  52421. web_1 | - Loading initial data for django_extensions.
  52422. web_1 | Installed 0 object(s) from 0 fixture(s)
  52423. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52424. web_1 | [GCC 4.9.2] on linux2
  52425. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52426. web_1 | (InteractiveConsole)
  52427. web_1 |
  52428. web_1 | >>> >>> Starting the server
  52429. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52430. web_1 |
  52431. web_1 | Fatal error: Unable to find local grunt.
  52432. web_1 |
  52433. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52434. web_1 | your project. For more information about installing and configuring grunt,
  52435. web_1 | please see the Getting Started guide:
  52436. web_1 |
  52437. web_1 | http://gruntjs.com/getting-started
  52438. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52439. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52440. web_1 | Syncing...
  52441. web_1 | Creating tables ...
  52442. web_1 | Installing custom SQL ...
  52443. web_1 | Installing indexes ...
  52444. web_1 | Installed 0 object(s) from 0 fixture(s)
  52445. web_1 |
  52446. web_1 | Synced:
  52447. web_1 | > django.contrib.auth
  52448. web_1 | > django.contrib.contenttypes
  52449. web_1 | > django.contrib.sessions
  52450. web_1 | > django.contrib.sites
  52451. web_1 | > django.contrib.messages
  52452. web_1 | > django.contrib.staticfiles
  52453. web_1 | > django.contrib.admin
  52454. web_1 | > south
  52455. web_1 | > crispy_forms
  52456. web_1 | > avatar
  52457. web_1 | > bootstrap3
  52458. web_1 | > users
  52459. web_1 | > allauth
  52460. web_1 | > allauth.account
  52461. web_1 | > django.contrib.humanize
  52462. web_1 | > debug_toolbar
  52463. web_1 |
  52464. web_1 | Not synced (use migrations):
  52465. web_1 | - allauth.socialaccount
  52466. web_1 | - django_extensions
  52467. web_1 | (use ./manage.py migrate to migrate these)
  52468. web_1 | Running migrations for socialaccount:
  52469. web_1 | - Nothing to migrate.
  52470. web_1 | - Loading initial data for socialaccount.
  52471. web_1 | Installed 0 object(s) from 0 fixture(s)
  52472. web_1 | Running migrations for django_extensions:
  52473. web_1 | - Nothing to migrate.
  52474. web_1 | - Loading initial data for django_extensions.
  52475. web_1 | Installed 0 object(s) from 0 fixture(s)
  52476. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52477. web_1 | [GCC 4.9.2] on linux2
  52478. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52479. web_1 | (InteractiveConsole)
  52480. web_1 |
  52481. web_1 | >>> >>> Starting the server
  52482. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52483. web_1 |
  52484. web_1 | Fatal error: Unable to find local grunt.
  52485. web_1 |
  52486. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52487. web_1 | your project. For more information about installing and configuring grunt,
  52488. web_1 | please see the Getting Started guide:
  52489. web_1 |
  52490. web_1 | http://gruntjs.com/getting-started
  52491. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52492. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52493. web_1 | Syncing...
  52494. web_1 | Creating tables ...
  52495. web_1 | Installing custom SQL ...
  52496. web_1 | Installing indexes ...
  52497. web_1 | Installed 0 object(s) from 0 fixture(s)
  52498. web_1 |
  52499. web_1 | Synced:
  52500. web_1 | > django.contrib.auth
  52501. web_1 | > django.contrib.contenttypes
  52502. web_1 | > django.contrib.sessions
  52503. web_1 | > django.contrib.sites
  52504. web_1 | > django.contrib.messages
  52505. web_1 | > django.contrib.staticfiles
  52506. web_1 | > django.contrib.admin
  52507. web_1 | > south
  52508. web_1 | > crispy_forms
  52509. web_1 | > avatar
  52510. web_1 | > bootstrap3
  52511. web_1 | > users
  52512. web_1 | > allauth
  52513. web_1 | > allauth.account
  52514. web_1 | > django.contrib.humanize
  52515. web_1 | > debug_toolbar
  52516. web_1 |
  52517. web_1 | Not synced (use migrations):
  52518. web_1 | - allauth.socialaccount
  52519. web_1 | - django_extensions
  52520. web_1 | (use ./manage.py migrate to migrate these)
  52521. web_1 | Running migrations for socialaccount:
  52522. web_1 | - Nothing to migrate.
  52523. web_1 | - Loading initial data for socialaccount.
  52524. web_1 | Installed 0 object(s) from 0 fixture(s)
  52525. web_1 | Running migrations for django_extensions:
  52526. web_1 | - Nothing to migrate.
  52527. web_1 | - Loading initial data for django_extensions.
  52528. web_1 | Installed 0 object(s) from 0 fixture(s)
  52529. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52530. web_1 | [GCC 4.9.2] on linux2
  52531. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52532. web_1 | (InteractiveConsole)
  52533. web_1 |
  52534. web_1 | >>> >>> Starting the server
  52535. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52536. web_1 |
  52537. web_1 | Fatal error: Unable to find local grunt.
  52538. web_1 |
  52539. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52540. web_1 | your project. For more information about installing and configuring grunt,
  52541. web_1 | please see the Getting Started guide:
  52542. web_1 |
  52543. web_1 | http://gruntjs.com/getting-started
  52544. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52545. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52546. web_1 | Syncing...
  52547. web_1 | Creating tables ...
  52548. web_1 | Installing custom SQL ...
  52549. web_1 | Installing indexes ...
  52550. web_1 | Installed 0 object(s) from 0 fixture(s)
  52551. web_1 |
  52552. web_1 | Synced:
  52553. web_1 | > django.contrib.auth
  52554. web_1 | > django.contrib.contenttypes
  52555. web_1 | > django.contrib.sessions
  52556. web_1 | > django.contrib.sites
  52557. web_1 | > django.contrib.messages
  52558. web_1 | > django.contrib.staticfiles
  52559. web_1 | > django.contrib.admin
  52560. web_1 | > south
  52561. web_1 | > crispy_forms
  52562. web_1 | > avatar
  52563. web_1 | > bootstrap3
  52564. web_1 | > users
  52565. web_1 | > allauth
  52566. web_1 | > allauth.account
  52567. web_1 | > django.contrib.humanize
  52568. web_1 | > debug_toolbar
  52569. web_1 |
  52570. web_1 | Not synced (use migrations):
  52571. web_1 | - allauth.socialaccount
  52572. web_1 | - django_extensions
  52573. web_1 | (use ./manage.py migrate to migrate these)
  52574. web_1 | Running migrations for socialaccount:
  52575. web_1 | - Nothing to migrate.
  52576. web_1 | - Loading initial data for socialaccount.
  52577. web_1 | Installed 0 object(s) from 0 fixture(s)
  52578. web_1 | Running migrations for django_extensions:
  52579. web_1 | - Nothing to migrate.
  52580. web_1 | - Loading initial data for django_extensions.
  52581. web_1 | Installed 0 object(s) from 0 fixture(s)
  52582. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52583. web_1 | [GCC 4.9.2] on linux2
  52584. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52585. web_1 | (InteractiveConsole)
  52586. web_1 |
  52587. web_1 | >>> >>> Starting the server
  52588. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52589. web_1 |
  52590. web_1 | Fatal error: Unable to find local grunt.
  52591. web_1 |
  52592. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52593. web_1 | your project. For more information about installing and configuring grunt,
  52594. web_1 | please see the Getting Started guide:
  52595. web_1 |
  52596. web_1 | http://gruntjs.com/getting-started
  52597. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52598. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52599. web_1 | Syncing...
  52600. web_1 | Creating tables ...
  52601. web_1 | Installing custom SQL ...
  52602. web_1 | Installing indexes ...
  52603. web_1 | Installed 0 object(s) from 0 fixture(s)
  52604. web_1 |
  52605. web_1 | Synced:
  52606. web_1 | > django.contrib.auth
  52607. web_1 | > django.contrib.contenttypes
  52608. web_1 | > django.contrib.sessions
  52609. web_1 | > django.contrib.sites
  52610. web_1 | > django.contrib.messages
  52611. web_1 | > django.contrib.staticfiles
  52612. web_1 | > django.contrib.admin
  52613. web_1 | > south
  52614. web_1 | > crispy_forms
  52615. web_1 | > avatar
  52616. web_1 | > bootstrap3
  52617. web_1 | > users
  52618. web_1 | > allauth
  52619. web_1 | > allauth.account
  52620. web_1 | > django.contrib.humanize
  52621. web_1 | > debug_toolbar
  52622. web_1 |
  52623. web_1 | Not synced (use migrations):
  52624. web_1 | - allauth.socialaccount
  52625. web_1 | - django_extensions
  52626. web_1 | (use ./manage.py migrate to migrate these)
  52627. web_1 | Running migrations for socialaccount:
  52628. web_1 | - Nothing to migrate.
  52629. web_1 | - Loading initial data for socialaccount.
  52630. web_1 | Installed 0 object(s) from 0 fixture(s)
  52631. web_1 | Running migrations for django_extensions:
  52632. web_1 | - Nothing to migrate.
  52633. web_1 | - Loading initial data for django_extensions.
  52634. web_1 | Installed 0 object(s) from 0 fixture(s)
  52635. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52636. web_1 | [GCC 4.9.2] on linux2
  52637. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52638. web_1 | (InteractiveConsole)
  52639. web_1 |
  52640. web_1 | >>> >>> Starting the server
  52641. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52642. web_1 |
  52643. web_1 | Fatal error: Unable to find local grunt.
  52644. web_1 |
  52645. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52646. web_1 | your project. For more information about installing and configuring grunt,
  52647. web_1 | please see the Getting Started guide:
  52648. web_1 |
  52649. web_1 | http://gruntjs.com/getting-started
  52650. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52651. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52652. web_1 | Syncing...
  52653. web_1 | Creating tables ...
  52654. web_1 | Installing custom SQL ...
  52655. web_1 | Installing indexes ...
  52656. web_1 | Installed 0 object(s) from 0 fixture(s)
  52657. web_1 |
  52658. web_1 | Synced:
  52659. web_1 | > django.contrib.auth
  52660. web_1 | > django.contrib.contenttypes
  52661. web_1 | > django.contrib.sessions
  52662. web_1 | > django.contrib.sites
  52663. web_1 | > django.contrib.messages
  52664. web_1 | > django.contrib.staticfiles
  52665. web_1 | > django.contrib.admin
  52666. web_1 | > south
  52667. web_1 | > crispy_forms
  52668. web_1 | > avatar
  52669. web_1 | > bootstrap3
  52670. web_1 | > users
  52671. web_1 | > allauth
  52672. web_1 | > allauth.account
  52673. web_1 | > django.contrib.humanize
  52674. web_1 | > debug_toolbar
  52675. web_1 |
  52676. web_1 | Not synced (use migrations):
  52677. web_1 | - allauth.socialaccount
  52678. web_1 | - django_extensions
  52679. web_1 | (use ./manage.py migrate to migrate these)
  52680. web_1 | Running migrations for socialaccount:
  52681. web_1 | - Nothing to migrate.
  52682. web_1 | - Loading initial data for socialaccount.
  52683. web_1 | Installed 0 object(s) from 0 fixture(s)
  52684. web_1 | Running migrations for django_extensions:
  52685. web_1 | - Nothing to migrate.
  52686. web_1 | - Loading initial data for django_extensions.
  52687. web_1 | Installed 0 object(s) from 0 fixture(s)
  52688. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52689. web_1 | [GCC 4.9.2] on linux2
  52690. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52691. web_1 | (InteractiveConsole)
  52692. web_1 |
  52693. web_1 | >>> >>> Starting the server
  52694. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52695. web_1 |
  52696. web_1 | Fatal error: Unable to find local grunt.
  52697. web_1 |
  52698. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52699. web_1 | your project. For more information about installing and configuring grunt,
  52700. web_1 | please see the Getting Started guide:
  52701. web_1 |
  52702. web_1 | http://gruntjs.com/getting-started
  52703. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52704. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52705. web_1 | Syncing...
  52706. web_1 | Creating tables ...
  52707. web_1 | Installing custom SQL ...
  52708. web_1 | Installing indexes ...
  52709. web_1 | Installed 0 object(s) from 0 fixture(s)
  52710. web_1 |
  52711. web_1 | Synced:
  52712. web_1 | > django.contrib.auth
  52713. web_1 | > django.contrib.contenttypes
  52714. web_1 | > django.contrib.sessions
  52715. web_1 | > django.contrib.sites
  52716. web_1 | > django.contrib.messages
  52717. web_1 | > django.contrib.staticfiles
  52718. web_1 | > django.contrib.admin
  52719. web_1 | > south
  52720. web_1 | > crispy_forms
  52721. web_1 | > avatar
  52722. web_1 | > bootstrap3
  52723. web_1 | > users
  52724. web_1 | > allauth
  52725. web_1 | > allauth.account
  52726. web_1 | > django.contrib.humanize
  52727. web_1 | > debug_toolbar
  52728. web_1 |
  52729. web_1 | Not synced (use migrations):
  52730. web_1 | - allauth.socialaccount
  52731. web_1 | - django_extensions
  52732. web_1 | (use ./manage.py migrate to migrate these)
  52733. web_1 | Running migrations for socialaccount:
  52734. web_1 | - Nothing to migrate.
  52735. web_1 | - Loading initial data for socialaccount.
  52736. web_1 | Installed 0 object(s) from 0 fixture(s)
  52737. web_1 | Running migrations for django_extensions:
  52738. web_1 | - Nothing to migrate.
  52739. web_1 | - Loading initial data for django_extensions.
  52740. web_1 | Installed 0 object(s) from 0 fixture(s)
  52741. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52742. web_1 | [GCC 4.9.2] on linux2
  52743. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52744. web_1 | (InteractiveConsole)
  52745. web_1 |
  52746. web_1 | >>> >>> Starting the server
  52747. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52748. web_1 |
  52749. web_1 | Fatal error: Unable to find local grunt.
  52750. web_1 |
  52751. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52752. web_1 | your project. For more information about installing and configuring grunt,
  52753. web_1 | please see the Getting Started guide:
  52754. web_1 |
  52755. web_1 | http://gruntjs.com/getting-started
  52756. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52757. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52758. web_1 | Syncing...
  52759. web_1 | Creating tables ...
  52760. web_1 | Installing custom SQL ...
  52761. web_1 | Installing indexes ...
  52762. web_1 | Installed 0 object(s) from 0 fixture(s)
  52763. web_1 |
  52764. web_1 | Synced:
  52765. web_1 | > django.contrib.auth
  52766. web_1 | > django.contrib.contenttypes
  52767. web_1 | > django.contrib.sessions
  52768. web_1 | > django.contrib.sites
  52769. web_1 | > django.contrib.messages
  52770. web_1 | > django.contrib.staticfiles
  52771. web_1 | > django.contrib.admin
  52772. web_1 | > south
  52773. web_1 | > crispy_forms
  52774. web_1 | > avatar
  52775. web_1 | > bootstrap3
  52776. web_1 | > users
  52777. web_1 | > allauth
  52778. web_1 | > allauth.account
  52779. web_1 | > django.contrib.humanize
  52780. web_1 | > debug_toolbar
  52781. web_1 |
  52782. web_1 | Not synced (use migrations):
  52783. web_1 | - allauth.socialaccount
  52784. web_1 | - django_extensions
  52785. web_1 | (use ./manage.py migrate to migrate these)
  52786. web_1 | Running migrations for socialaccount:
  52787. web_1 | - Nothing to migrate.
  52788. web_1 | - Loading initial data for socialaccount.
  52789. web_1 | Installed 0 object(s) from 0 fixture(s)
  52790. web_1 | Running migrations for django_extensions:
  52791. web_1 | - Nothing to migrate.
  52792. web_1 | - Loading initial data for django_extensions.
  52793. web_1 | Installed 0 object(s) from 0 fixture(s)
  52794. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52795. web_1 | [GCC 4.9.2] on linux2
  52796. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52797. web_1 | (InteractiveConsole)
  52798. web_1 |
  52799. web_1 | >>> >>> Starting the server
  52800. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52801. web_1 |
  52802. web_1 | Fatal error: Unable to find local grunt.
  52803. web_1 |
  52804. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52805. web_1 | your project. For more information about installing and configuring grunt,
  52806. web_1 | please see the Getting Started guide:
  52807. web_1 |
  52808. web_1 | http://gruntjs.com/getting-started
  52809. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52810. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52811. web_1 | Syncing...
  52812. web_1 | Creating tables ...
  52813. web_1 | Installing custom SQL ...
  52814. web_1 | Installing indexes ...
  52815. web_1 | Installed 0 object(s) from 0 fixture(s)
  52816. web_1 |
  52817. web_1 | Synced:
  52818. web_1 | > django.contrib.auth
  52819. web_1 | > django.contrib.contenttypes
  52820. web_1 | > django.contrib.sessions
  52821. web_1 | > django.contrib.sites
  52822. web_1 | > django.contrib.messages
  52823. web_1 | > django.contrib.staticfiles
  52824. web_1 | > django.contrib.admin
  52825. web_1 | > south
  52826. web_1 | > crispy_forms
  52827. web_1 | > avatar
  52828. web_1 | > bootstrap3
  52829. web_1 | > users
  52830. web_1 | > allauth
  52831. web_1 | > allauth.account
  52832. web_1 | > django.contrib.humanize
  52833. web_1 | > debug_toolbar
  52834. web_1 |
  52835. web_1 | Not synced (use migrations):
  52836. web_1 | - allauth.socialaccount
  52837. web_1 | - django_extensions
  52838. web_1 | (use ./manage.py migrate to migrate these)
  52839. web_1 | Running migrations for socialaccount:
  52840. web_1 | - Nothing to migrate.
  52841. web_1 | - Loading initial data for socialaccount.
  52842. web_1 | Installed 0 object(s) from 0 fixture(s)
  52843. web_1 | Running migrations for django_extensions:
  52844. web_1 | - Nothing to migrate.
  52845. web_1 | - Loading initial data for django_extensions.
  52846. web_1 | Installed 0 object(s) from 0 fixture(s)
  52847. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52848. web_1 | [GCC 4.9.2] on linux2
  52849. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52850. web_1 | (InteractiveConsole)
  52851. web_1 |
  52852. web_1 | >>> >>> Starting the server
  52853. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52854. web_1 |
  52855. web_1 | Fatal error: Unable to find local grunt.
  52856. web_1 |
  52857. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52858. web_1 | your project. For more information about installing and configuring grunt,
  52859. web_1 | please see the Getting Started guide:
  52860. web_1 |
  52861. web_1 | http://gruntjs.com/getting-started
  52862. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52863. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52864. web_1 | Syncing...
  52865. web_1 | Creating tables ...
  52866. web_1 | Installing custom SQL ...
  52867. web_1 | Installing indexes ...
  52868. web_1 | Installed 0 object(s) from 0 fixture(s)
  52869. web_1 |
  52870. web_1 | Synced:
  52871. web_1 | > django.contrib.auth
  52872. web_1 | > django.contrib.contenttypes
  52873. web_1 | > django.contrib.sessions
  52874. web_1 | > django.contrib.sites
  52875. web_1 | > django.contrib.messages
  52876. web_1 | > django.contrib.staticfiles
  52877. web_1 | > django.contrib.admin
  52878. web_1 | > south
  52879. web_1 | > crispy_forms
  52880. web_1 | > avatar
  52881. web_1 | > bootstrap3
  52882. web_1 | > users
  52883. web_1 | > allauth
  52884. web_1 | > allauth.account
  52885. web_1 | > django.contrib.humanize
  52886. web_1 | > debug_toolbar
  52887. web_1 |
  52888. web_1 | Not synced (use migrations):
  52889. web_1 | - allauth.socialaccount
  52890. web_1 | - django_extensions
  52891. web_1 | (use ./manage.py migrate to migrate these)
  52892. web_1 | Running migrations for socialaccount:
  52893. web_1 | - Nothing to migrate.
  52894. web_1 | - Loading initial data for socialaccount.
  52895. web_1 | Installed 0 object(s) from 0 fixture(s)
  52896. web_1 | Running migrations for django_extensions:
  52897. web_1 | - Nothing to migrate.
  52898. web_1 | - Loading initial data for django_extensions.
  52899. web_1 | Installed 0 object(s) from 0 fixture(s)
  52900. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52901. web_1 | [GCC 4.9.2] on linux2
  52902. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52903. web_1 | (InteractiveConsole)
  52904. web_1 |
  52905. web_1 | >>> >>> Starting the server
  52906. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52907. web_1 |
  52908. web_1 | Fatal error: Unable to find local grunt.
  52909. web_1 |
  52910. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52911. web_1 | your project. For more information about installing and configuring grunt,
  52912. web_1 | please see the Getting Started guide:
  52913. web_1 |
  52914. web_1 | http://gruntjs.com/getting-started
  52915. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52916. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52917. web_1 | Syncing...
  52918. web_1 | Creating tables ...
  52919. web_1 | Installing custom SQL ...
  52920. web_1 | Installing indexes ...
  52921. web_1 | Installed 0 object(s) from 0 fixture(s)
  52922. web_1 |
  52923. web_1 | Synced:
  52924. web_1 | > django.contrib.auth
  52925. web_1 | > django.contrib.contenttypes
  52926. web_1 | > django.contrib.sessions
  52927. web_1 | > django.contrib.sites
  52928. web_1 | > django.contrib.messages
  52929. web_1 | > django.contrib.staticfiles
  52930. web_1 | > django.contrib.admin
  52931. web_1 | > south
  52932. web_1 | > crispy_forms
  52933. web_1 | > avatar
  52934. web_1 | > bootstrap3
  52935. web_1 | > users
  52936. web_1 | > allauth
  52937. web_1 | > allauth.account
  52938. web_1 | > django.contrib.humanize
  52939. web_1 | > debug_toolbar
  52940. web_1 |
  52941. web_1 | Not synced (use migrations):
  52942. web_1 | - allauth.socialaccount
  52943. web_1 | - django_extensions
  52944. web_1 | (use ./manage.py migrate to migrate these)
  52945. web_1 | Running migrations for socialaccount:
  52946. web_1 | - Nothing to migrate.
  52947. web_1 | - Loading initial data for socialaccount.
  52948. web_1 | Installed 0 object(s) from 0 fixture(s)
  52949. web_1 | Running migrations for django_extensions:
  52950. web_1 | - Nothing to migrate.
  52951. web_1 | - Loading initial data for django_extensions.
  52952. web_1 | Installed 0 object(s) from 0 fixture(s)
  52953. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  52954. web_1 | [GCC 4.9.2] on linux2
  52955. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  52956. web_1 | (InteractiveConsole)
  52957. web_1 |
  52958. web_1 | >>> >>> Starting the server
  52959. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  52960. web_1 |
  52961. web_1 | Fatal error: Unable to find local grunt.
  52962. web_1 |
  52963. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  52964. web_1 | your project. For more information about installing and configuring grunt,
  52965. web_1 | please see the Getting Started guide:
  52966. web_1 |
  52967. web_1 | http://gruntjs.com/getting-started
  52968. web_1 | Starting OpenBSD Secure Shell server: sshd.
  52969. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  52970. web_1 | Syncing...
  52971. web_1 | Creating tables ...
  52972. web_1 | Installing custom SQL ...
  52973. web_1 | Installing indexes ...
  52974. web_1 | Installed 0 object(s) from 0 fixture(s)
  52975. web_1 |
  52976. web_1 | Synced:
  52977. web_1 | > django.contrib.auth
  52978. web_1 | > django.contrib.contenttypes
  52979. web_1 | > django.contrib.sessions
  52980. web_1 | > django.contrib.sites
  52981. web_1 | > django.contrib.messages
  52982. web_1 | > django.contrib.staticfiles
  52983. web_1 | > django.contrib.admin
  52984. web_1 | > south
  52985. web_1 | > crispy_forms
  52986. web_1 | > avatar
  52987. web_1 | > bootstrap3
  52988. web_1 | > users
  52989. web_1 | > allauth
  52990. web_1 | > allauth.account
  52991. web_1 | > django.contrib.humanize
  52992. web_1 | > debug_toolbar
  52993. web_1 |
  52994. web_1 | Not synced (use migrations):
  52995. web_1 | - allauth.socialaccount
  52996. web_1 | - django_extensions
  52997. web_1 | (use ./manage.py migrate to migrate these)
  52998. web_1 | Running migrations for socialaccount:
  52999. web_1 | - Nothing to migrate.
  53000. web_1 | - Loading initial data for socialaccount.
  53001. web_1 | Installed 0 object(s) from 0 fixture(s)
  53002. web_1 | Running migrations for django_extensions:
  53003. web_1 | - Nothing to migrate.
  53004. web_1 | - Loading initial data for django_extensions.
  53005. web_1 | Installed 0 object(s) from 0 fixture(s)
  53006. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53007. web_1 | [GCC 4.9.2] on linux2
  53008. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53009. web_1 | (InteractiveConsole)
  53010. web_1 |
  53011. web_1 | >>> >>> Starting the server
  53012. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53013. web_1 |
  53014. web_1 | Fatal error: Unable to find local grunt.
  53015. web_1 |
  53016. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53017. web_1 | your project. For more information about installing and configuring grunt,
  53018. web_1 | please see the Getting Started guide:
  53019. web_1 |
  53020. web_1 | http://gruntjs.com/getting-started
  53021. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53022. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53023. web_1 | Syncing...
  53024. web_1 | Creating tables ...
  53025. web_1 | Installing custom SQL ...
  53026. web_1 | Installing indexes ...
  53027. web_1 | Installed 0 object(s) from 0 fixture(s)
  53028. web_1 |
  53029. web_1 | Synced:
  53030. web_1 | > django.contrib.auth
  53031. web_1 | > django.contrib.contenttypes
  53032. web_1 | > django.contrib.sessions
  53033. web_1 | > django.contrib.sites
  53034. web_1 | > django.contrib.messages
  53035. web_1 | > django.contrib.staticfiles
  53036. web_1 | > django.contrib.admin
  53037. web_1 | > south
  53038. web_1 | > crispy_forms
  53039. web_1 | > avatar
  53040. web_1 | > bootstrap3
  53041. web_1 | > users
  53042. web_1 | > allauth
  53043. web_1 | > allauth.account
  53044. web_1 | > django.contrib.humanize
  53045. web_1 | > debug_toolbar
  53046. web_1 |
  53047. web_1 | Not synced (use migrations):
  53048. web_1 | - allauth.socialaccount
  53049. web_1 | - django_extensions
  53050. web_1 | (use ./manage.py migrate to migrate these)
  53051. web_1 | Running migrations for socialaccount:
  53052. web_1 | - Nothing to migrate.
  53053. web_1 | - Loading initial data for socialaccount.
  53054. web_1 | Installed 0 object(s) from 0 fixture(s)
  53055. web_1 | Running migrations for django_extensions:
  53056. web_1 | - Nothing to migrate.
  53057. web_1 | - Loading initial data for django_extensions.
  53058. web_1 | Installed 0 object(s) from 0 fixture(s)
  53059. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53060. web_1 | [GCC 4.9.2] on linux2
  53061. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53062. web_1 | (InteractiveConsole)
  53063. web_1 |
  53064. web_1 | >>> >>> Starting the server
  53065. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53066. web_1 |
  53067. web_1 | Fatal error: Unable to find local grunt.
  53068. web_1 |
  53069. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53070. web_1 | your project. For more information about installing and configuring grunt,
  53071. web_1 | please see the Getting Started guide:
  53072. web_1 |
  53073. web_1 | http://gruntjs.com/getting-started
  53074. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53075. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53076. web_1 | Syncing...
  53077. web_1 | Creating tables ...
  53078. web_1 | Installing custom SQL ...
  53079. web_1 | Installing indexes ...
  53080. web_1 | Installed 0 object(s) from 0 fixture(s)
  53081. web_1 |
  53082. web_1 | Synced:
  53083. web_1 | > django.contrib.auth
  53084. web_1 | > django.contrib.contenttypes
  53085. web_1 | > django.contrib.sessions
  53086. web_1 | > django.contrib.sites
  53087. web_1 | > django.contrib.messages
  53088. web_1 | > django.contrib.staticfiles
  53089. web_1 | > django.contrib.admin
  53090. web_1 | > south
  53091. web_1 | > crispy_forms
  53092. web_1 | > avatar
  53093. web_1 | > bootstrap3
  53094. web_1 | > users
  53095. web_1 | > allauth
  53096. web_1 | > allauth.account
  53097. web_1 | > django.contrib.humanize
  53098. web_1 | > debug_toolbar
  53099. web_1 |
  53100. web_1 | Not synced (use migrations):
  53101. web_1 | - allauth.socialaccount
  53102. web_1 | - django_extensions
  53103. web_1 | (use ./manage.py migrate to migrate these)
  53104. web_1 | Running migrations for socialaccount:
  53105. web_1 | - Nothing to migrate.
  53106. web_1 | - Loading initial data for socialaccount.
  53107. web_1 | Installed 0 object(s) from 0 fixture(s)
  53108. web_1 | Running migrations for django_extensions:
  53109. web_1 | - Nothing to migrate.
  53110. web_1 | - Loading initial data for django_extensions.
  53111. web_1 | Installed 0 object(s) from 0 fixture(s)
  53112. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53113. web_1 | [GCC 4.9.2] on linux2
  53114. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53115. web_1 | (InteractiveConsole)
  53116. web_1 |
  53117. web_1 | >>> >>> Starting the server
  53118. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53119. web_1 |
  53120. web_1 | Fatal error: Unable to find local grunt.
  53121. web_1 |
  53122. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53123. web_1 | your project. For more information about installing and configuring grunt,
  53124. web_1 | please see the Getting Started guide:
  53125. web_1 |
  53126. web_1 | http://gruntjs.com/getting-started
  53127. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53128. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53129. web_1 | Syncing...
  53130. web_1 | Creating tables ...
  53131. web_1 | Installing custom SQL ...
  53132. web_1 | Installing indexes ...
  53133. web_1 | Installed 0 object(s) from 0 fixture(s)
  53134. web_1 |
  53135. web_1 | Synced:
  53136. web_1 | > django.contrib.auth
  53137. web_1 | > django.contrib.contenttypes
  53138. web_1 | > django.contrib.sessions
  53139. web_1 | > django.contrib.sites
  53140. web_1 | > django.contrib.messages
  53141. web_1 | > django.contrib.staticfiles
  53142. web_1 | > django.contrib.admin
  53143. web_1 | > south
  53144. web_1 | > crispy_forms
  53145. web_1 | > avatar
  53146. web_1 | > bootstrap3
  53147. web_1 | > users
  53148. web_1 | > allauth
  53149. web_1 | > allauth.account
  53150. web_1 | > django.contrib.humanize
  53151. web_1 | > debug_toolbar
  53152. web_1 |
  53153. web_1 | Not synced (use migrations):
  53154. web_1 | - allauth.socialaccount
  53155. web_1 | - django_extensions
  53156. web_1 | (use ./manage.py migrate to migrate these)
  53157. web_1 | Running migrations for socialaccount:
  53158. web_1 | - Nothing to migrate.
  53159. web_1 | - Loading initial data for socialaccount.
  53160. web_1 | Installed 0 object(s) from 0 fixture(s)
  53161. web_1 | Running migrations for django_extensions:
  53162. web_1 | - Nothing to migrate.
  53163. web_1 | - Loading initial data for django_extensions.
  53164. web_1 | Installed 0 object(s) from 0 fixture(s)
  53165. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53166. web_1 | [GCC 4.9.2] on linux2
  53167. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53168. web_1 | (InteractiveConsole)
  53169. web_1 |
  53170. web_1 | >>> >>> Starting the server
  53171. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53172. web_1 |
  53173. web_1 | Fatal error: Unable to find local grunt.
  53174. web_1 |
  53175. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53176. web_1 | your project. For more information about installing and configuring grunt,
  53177. web_1 | please see the Getting Started guide:
  53178. web_1 |
  53179. web_1 | http://gruntjs.com/getting-started
  53180. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53181. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53182. web_1 | Syncing...
  53183. web_1 | Creating tables ...
  53184. web_1 | Installing custom SQL ...
  53185. web_1 | Installing indexes ...
  53186. web_1 | Installed 0 object(s) from 0 fixture(s)
  53187. web_1 |
  53188. web_1 | Synced:
  53189. web_1 | > django.contrib.auth
  53190. web_1 | > django.contrib.contenttypes
  53191. web_1 | > django.contrib.sessions
  53192. web_1 | > django.contrib.sites
  53193. web_1 | > django.contrib.messages
  53194. web_1 | > django.contrib.staticfiles
  53195. web_1 | > django.contrib.admin
  53196. web_1 | > south
  53197. web_1 | > crispy_forms
  53198. web_1 | > avatar
  53199. web_1 | > bootstrap3
  53200. web_1 | > users
  53201. web_1 | > allauth
  53202. web_1 | > allauth.account
  53203. web_1 | > django.contrib.humanize
  53204. web_1 | > debug_toolbar
  53205. web_1 |
  53206. web_1 | Not synced (use migrations):
  53207. web_1 | - allauth.socialaccount
  53208. web_1 | - django_extensions
  53209. web_1 | (use ./manage.py migrate to migrate these)
  53210. web_1 | Running migrations for socialaccount:
  53211. web_1 | - Nothing to migrate.
  53212. web_1 | - Loading initial data for socialaccount.
  53213. web_1 | Installed 0 object(s) from 0 fixture(s)
  53214. web_1 | Running migrations for django_extensions:
  53215. web_1 | - Nothing to migrate.
  53216. web_1 | - Loading initial data for django_extensions.
  53217. web_1 | Installed 0 object(s) from 0 fixture(s)
  53218. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53219. web_1 | [GCC 4.9.2] on linux2
  53220. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53221. web_1 | (InteractiveConsole)
  53222. web_1 |
  53223. web_1 | >>> >>> Starting the server
  53224. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53225. web_1 |
  53226. web_1 | Fatal error: Unable to find local grunt.
  53227. web_1 |
  53228. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53229. web_1 | your project. For more information about installing and configuring grunt,
  53230. web_1 | please see the Getting Started guide:
  53231. web_1 |
  53232. web_1 | http://gruntjs.com/getting-started
  53233. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53234. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53235. web_1 | Syncing...
  53236. web_1 | Creating tables ...
  53237. web_1 | Installing custom SQL ...
  53238. web_1 | Installing indexes ...
  53239. web_1 | Installed 0 object(s) from 0 fixture(s)
  53240. web_1 |
  53241. web_1 | Synced:
  53242. web_1 | > django.contrib.auth
  53243. web_1 | > django.contrib.contenttypes
  53244. web_1 | > django.contrib.sessions
  53245. web_1 | > django.contrib.sites
  53246. web_1 | > django.contrib.messages
  53247. web_1 | > django.contrib.staticfiles
  53248. web_1 | > django.contrib.admin
  53249. web_1 | > south
  53250. web_1 | > crispy_forms
  53251. web_1 | > avatar
  53252. web_1 | > bootstrap3
  53253. web_1 | > users
  53254. web_1 | > allauth
  53255. web_1 | > allauth.account
  53256. web_1 | > django.contrib.humanize
  53257. web_1 | > debug_toolbar
  53258. web_1 |
  53259. web_1 | Not synced (use migrations):
  53260. web_1 | - allauth.socialaccount
  53261. web_1 | - django_extensions
  53262. web_1 | (use ./manage.py migrate to migrate these)
  53263. web_1 | Running migrations for socialaccount:
  53264. web_1 | - Nothing to migrate.
  53265. web_1 | - Loading initial data for socialaccount.
  53266. web_1 | Installed 0 object(s) from 0 fixture(s)
  53267. web_1 | Running migrations for django_extensions:
  53268. web_1 | - Nothing to migrate.
  53269. web_1 | - Loading initial data for django_extensions.
  53270. web_1 | Installed 0 object(s) from 0 fixture(s)
  53271. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53272. web_1 | [GCC 4.9.2] on linux2
  53273. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53274. web_1 | (InteractiveConsole)
  53275. web_1 |
  53276. web_1 | >>> >>> Starting the server
  53277. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53278. web_1 |
  53279. web_1 | Fatal error: Unable to find local grunt.
  53280. web_1 |
  53281. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53282. web_1 | your project. For more information about installing and configuring grunt,
  53283. web_1 | please see the Getting Started guide:
  53284. web_1 |
  53285. web_1 | http://gruntjs.com/getting-started
  53286. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53287. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53288. web_1 | Syncing...
  53289. web_1 | Creating tables ...
  53290. web_1 | Installing custom SQL ...
  53291. web_1 | Installing indexes ...
  53292. web_1 | Installed 0 object(s) from 0 fixture(s)
  53293. web_1 |
  53294. web_1 | Synced:
  53295. web_1 | > django.contrib.auth
  53296. web_1 | > django.contrib.contenttypes
  53297. web_1 | > django.contrib.sessions
  53298. web_1 | > django.contrib.sites
  53299. web_1 | > django.contrib.messages
  53300. web_1 | > django.contrib.staticfiles
  53301. web_1 | > django.contrib.admin
  53302. web_1 | > south
  53303. web_1 | > crispy_forms
  53304. web_1 | > avatar
  53305. web_1 | > bootstrap3
  53306. web_1 | > users
  53307. web_1 | > allauth
  53308. web_1 | > allauth.account
  53309. web_1 | > django.contrib.humanize
  53310. web_1 | > debug_toolbar
  53311. web_1 |
  53312. web_1 | Not synced (use migrations):
  53313. web_1 | - allauth.socialaccount
  53314. web_1 | - django_extensions
  53315. web_1 | (use ./manage.py migrate to migrate these)
  53316. web_1 | Running migrations for socialaccount:
  53317. web_1 | - Nothing to migrate.
  53318. web_1 | - Loading initial data for socialaccount.
  53319. web_1 | Installed 0 object(s) from 0 fixture(s)
  53320. web_1 | Running migrations for django_extensions:
  53321. web_1 | - Nothing to migrate.
  53322. web_1 | - Loading initial data for django_extensions.
  53323. web_1 | Installed 0 object(s) from 0 fixture(s)
  53324. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53325. web_1 | [GCC 4.9.2] on linux2
  53326. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53327. web_1 | (InteractiveConsole)
  53328. web_1 |
  53329. web_1 | >>> >>> Starting the server
  53330. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53331. web_1 |
  53332. web_1 | Fatal error: Unable to find local grunt.
  53333. web_1 |
  53334. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53335. web_1 | your project. For more information about installing and configuring grunt,
  53336. web_1 | please see the Getting Started guide:
  53337. web_1 |
  53338. web_1 | http://gruntjs.com/getting-started
  53339. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53340. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53341. web_1 | Syncing...
  53342. web_1 | Creating tables ...
  53343. web_1 | Installing custom SQL ...
  53344. web_1 | Installing indexes ...
  53345. web_1 | Installed 0 object(s) from 0 fixture(s)
  53346. web_1 |
  53347. web_1 | Synced:
  53348. web_1 | > django.contrib.auth
  53349. web_1 | > django.contrib.contenttypes
  53350. web_1 | > django.contrib.sessions
  53351. web_1 | > django.contrib.sites
  53352. web_1 | > django.contrib.messages
  53353. web_1 | > django.contrib.staticfiles
  53354. web_1 | > django.contrib.admin
  53355. web_1 | > south
  53356. web_1 | > crispy_forms
  53357. web_1 | > avatar
  53358. web_1 | > bootstrap3
  53359. web_1 | > users
  53360. web_1 | > allauth
  53361. web_1 | > allauth.account
  53362. web_1 | > django.contrib.humanize
  53363. web_1 | > debug_toolbar
  53364. web_1 |
  53365. web_1 | Not synced (use migrations):
  53366. web_1 | - allauth.socialaccount
  53367. web_1 | - django_extensions
  53368. web_1 | (use ./manage.py migrate to migrate these)
  53369. web_1 | Running migrations for socialaccount:
  53370. web_1 | - Nothing to migrate.
  53371. web_1 | - Loading initial data for socialaccount.
  53372. web_1 | Installed 0 object(s) from 0 fixture(s)
  53373. web_1 | Running migrations for django_extensions:
  53374. web_1 | - Nothing to migrate.
  53375. web_1 | - Loading initial data for django_extensions.
  53376. web_1 | Installed 0 object(s) from 0 fixture(s)
  53377. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53378. web_1 | [GCC 4.9.2] on linux2
  53379. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53380. web_1 | (InteractiveConsole)
  53381. web_1 |
  53382. web_1 | >>> >>> Starting the server
  53383. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53384. web_1 |
  53385. web_1 | Fatal error: Unable to find local grunt.
  53386. web_1 |
  53387. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53388. web_1 | your project. For more information about installing and configuring grunt,
  53389. web_1 | please see the Getting Started guide:
  53390. web_1 |
  53391. web_1 | http://gruntjs.com/getting-started
  53392. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53393. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53394. web_1 | Syncing...
  53395. web_1 | Creating tables ...
  53396. web_1 | Installing custom SQL ...
  53397. web_1 | Installing indexes ...
  53398. web_1 | Installed 0 object(s) from 0 fixture(s)
  53399. web_1 |
  53400. web_1 | Synced:
  53401. web_1 | > django.contrib.auth
  53402. web_1 | > django.contrib.contenttypes
  53403. web_1 | > django.contrib.sessions
  53404. web_1 | > django.contrib.sites
  53405. web_1 | > django.contrib.messages
  53406. web_1 | > django.contrib.staticfiles
  53407. web_1 | > django.contrib.admin
  53408. web_1 | > south
  53409. web_1 | > crispy_forms
  53410. web_1 | > avatar
  53411. web_1 | > bootstrap3
  53412. web_1 | > users
  53413. web_1 | > allauth
  53414. web_1 | > allauth.account
  53415. web_1 | > django.contrib.humanize
  53416. web_1 | > debug_toolbar
  53417. web_1 |
  53418. web_1 | Not synced (use migrations):
  53419. web_1 | - allauth.socialaccount
  53420. web_1 | - django_extensions
  53421. web_1 | (use ./manage.py migrate to migrate these)
  53422. web_1 | Running migrations for socialaccount:
  53423. web_1 | - Nothing to migrate.
  53424. web_1 | - Loading initial data for socialaccount.
  53425. web_1 | Installed 0 object(s) from 0 fixture(s)
  53426. web_1 | Running migrations for django_extensions:
  53427. web_1 | - Nothing to migrate.
  53428. web_1 | - Loading initial data for django_extensions.
  53429. web_1 | Installed 0 object(s) from 0 fixture(s)
  53430. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53431. web_1 | [GCC 4.9.2] on linux2
  53432. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53433. web_1 | (InteractiveConsole)
  53434. web_1 |
  53435. web_1 | >>> >>> Starting the server
  53436. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53437. web_1 |
  53438. web_1 | Fatal error: Unable to find local grunt.
  53439. web_1 |
  53440. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53441. web_1 | your project. For more information about installing and configuring grunt,
  53442. web_1 | please see the Getting Started guide:
  53443. web_1 |
  53444. web_1 | http://gruntjs.com/getting-started
  53445. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53446. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53447. web_1 | Syncing...
  53448. web_1 | Creating tables ...
  53449. web_1 | Installing custom SQL ...
  53450. web_1 | Installing indexes ...
  53451. web_1 | Installed 0 object(s) from 0 fixture(s)
  53452. web_1 |
  53453. web_1 | Synced:
  53454. web_1 | > django.contrib.auth
  53455. web_1 | > django.contrib.contenttypes
  53456. web_1 | > django.contrib.sessions
  53457. web_1 | > django.contrib.sites
  53458. web_1 | > django.contrib.messages
  53459. web_1 | > django.contrib.staticfiles
  53460. web_1 | > django.contrib.admin
  53461. web_1 | > south
  53462. web_1 | > crispy_forms
  53463. web_1 | > avatar
  53464. web_1 | > bootstrap3
  53465. web_1 | > users
  53466. web_1 | > allauth
  53467. web_1 | > allauth.account
  53468. web_1 | > django.contrib.humanize
  53469. web_1 | > debug_toolbar
  53470. web_1 |
  53471. web_1 | Not synced (use migrations):
  53472. web_1 | - allauth.socialaccount
  53473. web_1 | - django_extensions
  53474. web_1 | (use ./manage.py migrate to migrate these)
  53475. web_1 | Running migrations for socialaccount:
  53476. web_1 | - Nothing to migrate.
  53477. web_1 | - Loading initial data for socialaccount.
  53478. web_1 | Installed 0 object(s) from 0 fixture(s)
  53479. web_1 | Running migrations for django_extensions:
  53480. web_1 | - Nothing to migrate.
  53481. web_1 | - Loading initial data for django_extensions.
  53482. web_1 | Installed 0 object(s) from 0 fixture(s)
  53483. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53484. web_1 | [GCC 4.9.2] on linux2
  53485. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53486. web_1 | (InteractiveConsole)
  53487. web_1 |
  53488. web_1 | >>> >>> Starting the server
  53489. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53490. web_1 |
  53491. web_1 | Fatal error: Unable to find local grunt.
  53492. web_1 |
  53493. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53494. web_1 | your project. For more information about installing and configuring grunt,
  53495. web_1 | please see the Getting Started guide:
  53496. web_1 |
  53497. web_1 | http://gruntjs.com/getting-started
  53498. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53499. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53500. web_1 | Syncing...
  53501. web_1 | Creating tables ...
  53502. web_1 | Installing custom SQL ...
  53503. web_1 | Installing indexes ...
  53504. web_1 | Installed 0 object(s) from 0 fixture(s)
  53505. web_1 |
  53506. web_1 | Synced:
  53507. web_1 | > django.contrib.auth
  53508. web_1 | > django.contrib.contenttypes
  53509. web_1 | > django.contrib.sessions
  53510. web_1 | > django.contrib.sites
  53511. web_1 | > django.contrib.messages
  53512. web_1 | > django.contrib.staticfiles
  53513. web_1 | > django.contrib.admin
  53514. web_1 | > south
  53515. web_1 | > crispy_forms
  53516. web_1 | > avatar
  53517. web_1 | > bootstrap3
  53518. web_1 | > users
  53519. web_1 | > allauth
  53520. web_1 | > allauth.account
  53521. web_1 | > django.contrib.humanize
  53522. web_1 | > debug_toolbar
  53523. web_1 |
  53524. web_1 | Not synced (use migrations):
  53525. web_1 | - allauth.socialaccount
  53526. web_1 | - django_extensions
  53527. web_1 | (use ./manage.py migrate to migrate these)
  53528. web_1 | Running migrations for socialaccount:
  53529. web_1 | - Nothing to migrate.
  53530. web_1 | - Loading initial data for socialaccount.
  53531. web_1 | Installed 0 object(s) from 0 fixture(s)
  53532. web_1 | Running migrations for django_extensions:
  53533. web_1 | - Nothing to migrate.
  53534. web_1 | - Loading initial data for django_extensions.
  53535. web_1 | Installed 0 object(s) from 0 fixture(s)
  53536. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53537. web_1 | [GCC 4.9.2] on linux2
  53538. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53539. web_1 | (InteractiveConsole)
  53540. web_1 |
  53541. web_1 | >>> >>> Starting the server
  53542. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53543. web_1 |
  53544. web_1 | Fatal error: Unable to find local grunt.
  53545. web_1 |
  53546. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53547. web_1 | your project. For more information about installing and configuring grunt,
  53548. web_1 | please see the Getting Started guide:
  53549. web_1 |
  53550. web_1 | http://gruntjs.com/getting-started
  53551. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53552. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53553. web_1 | Syncing...
  53554. web_1 | Creating tables ...
  53555. web_1 | Installing custom SQL ...
  53556. web_1 | Installing indexes ...
  53557. web_1 | Installed 0 object(s) from 0 fixture(s)
  53558. web_1 |
  53559. web_1 | Synced:
  53560. web_1 | > django.contrib.auth
  53561. web_1 | > django.contrib.contenttypes
  53562. web_1 | > django.contrib.sessions
  53563. web_1 | > django.contrib.sites
  53564. web_1 | > django.contrib.messages
  53565. web_1 | > django.contrib.staticfiles
  53566. web_1 | > django.contrib.admin
  53567. web_1 | > south
  53568. web_1 | > crispy_forms
  53569. web_1 | > avatar
  53570. web_1 | > bootstrap3
  53571. web_1 | > users
  53572. web_1 | > allauth
  53573. web_1 | > allauth.account
  53574. web_1 | > django.contrib.humanize
  53575. web_1 | > debug_toolbar
  53576. web_1 |
  53577. web_1 | Not synced (use migrations):
  53578. web_1 | - allauth.socialaccount
  53579. web_1 | - django_extensions
  53580. web_1 | (use ./manage.py migrate to migrate these)
  53581. web_1 | Running migrations for socialaccount:
  53582. web_1 | - Nothing to migrate.
  53583. web_1 | - Loading initial data for socialaccount.
  53584. web_1 | Installed 0 object(s) from 0 fixture(s)
  53585. web_1 | Running migrations for django_extensions:
  53586. web_1 | - Nothing to migrate.
  53587. web_1 | - Loading initial data for django_extensions.
  53588. web_1 | Installed 0 object(s) from 0 fixture(s)
  53589. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53590. web_1 | [GCC 4.9.2] on linux2
  53591. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53592. web_1 | (InteractiveConsole)
  53593. web_1 |
  53594. web_1 | >>> >>> Starting the server
  53595. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53596. web_1 |
  53597. web_1 | Fatal error: Unable to find local grunt.
  53598. web_1 |
  53599. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53600. web_1 | your project. For more information about installing and configuring grunt,
  53601. web_1 | please see the Getting Started guide:
  53602. web_1 |
  53603. web_1 | http://gruntjs.com/getting-started
  53604. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53605. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53606. web_1 | Syncing...
  53607. web_1 | Creating tables ...
  53608. web_1 | Installing custom SQL ...
  53609. web_1 | Installing indexes ...
  53610. web_1 | Installed 0 object(s) from 0 fixture(s)
  53611. web_1 |
  53612. web_1 | Synced:
  53613. web_1 | > django.contrib.auth
  53614. web_1 | > django.contrib.contenttypes
  53615. web_1 | > django.contrib.sessions
  53616. web_1 | > django.contrib.sites
  53617. web_1 | > django.contrib.messages
  53618. web_1 | > django.contrib.staticfiles
  53619. web_1 | > django.contrib.admin
  53620. web_1 | > south
  53621. web_1 | > crispy_forms
  53622. web_1 | > avatar
  53623. web_1 | > bootstrap3
  53624. web_1 | > users
  53625. web_1 | > allauth
  53626. web_1 | > allauth.account
  53627. web_1 | > django.contrib.humanize
  53628. web_1 | > debug_toolbar
  53629. web_1 |
  53630. web_1 | Not synced (use migrations):
  53631. web_1 | - allauth.socialaccount
  53632. web_1 | - django_extensions
  53633. web_1 | (use ./manage.py migrate to migrate these)
  53634. web_1 | Running migrations for socialaccount:
  53635. web_1 | - Nothing to migrate.
  53636. web_1 | - Loading initial data for socialaccount.
  53637. web_1 | Installed 0 object(s) from 0 fixture(s)
  53638. web_1 | Running migrations for django_extensions:
  53639. web_1 | - Nothing to migrate.
  53640. web_1 | - Loading initial data for django_extensions.
  53641. web_1 | Installed 0 object(s) from 0 fixture(s)
  53642. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53643. web_1 | [GCC 4.9.2] on linux2
  53644. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53645. web_1 | (InteractiveConsole)
  53646. web_1 |
  53647. web_1 | >>> >>> Starting the server
  53648. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53649. web_1 |
  53650. web_1 | Fatal error: Unable to find local grunt.
  53651. web_1 |
  53652. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53653. web_1 | your project. For more information about installing and configuring grunt,
  53654. web_1 | please see the Getting Started guide:
  53655. web_1 |
  53656. web_1 | http://gruntjs.com/getting-started
  53657. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53658. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53659. web_1 | Syncing...
  53660. web_1 | Creating tables ...
  53661. web_1 | Installing custom SQL ...
  53662. web_1 | Installing indexes ...
  53663. web_1 | Installed 0 object(s) from 0 fixture(s)
  53664. web_1 |
  53665. web_1 | Synced:
  53666. web_1 | > django.contrib.auth
  53667. web_1 | > django.contrib.contenttypes
  53668. web_1 | > django.contrib.sessions
  53669. web_1 | > django.contrib.sites
  53670. web_1 | > django.contrib.messages
  53671. web_1 | > django.contrib.staticfiles
  53672. web_1 | > django.contrib.admin
  53673. web_1 | > south
  53674. web_1 | > crispy_forms
  53675. web_1 | > avatar
  53676. web_1 | > bootstrap3
  53677. web_1 | > users
  53678. web_1 | > allauth
  53679. web_1 | > allauth.account
  53680. web_1 | > django.contrib.humanize
  53681. web_1 | > debug_toolbar
  53682. web_1 |
  53683. web_1 | Not synced (use migrations):
  53684. web_1 | - allauth.socialaccount
  53685. web_1 | - django_extensions
  53686. web_1 | (use ./manage.py migrate to migrate these)
  53687. web_1 | Running migrations for socialaccount:
  53688. web_1 | - Nothing to migrate.
  53689. web_1 | - Loading initial data for socialaccount.
  53690. web_1 | Installed 0 object(s) from 0 fixture(s)
  53691. web_1 | Running migrations for django_extensions:
  53692. web_1 | - Nothing to migrate.
  53693. web_1 | - Loading initial data for django_extensions.
  53694. web_1 | Installed 0 object(s) from 0 fixture(s)
  53695. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53696. web_1 | [GCC 4.9.2] on linux2
  53697. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53698. web_1 | (InteractiveConsole)
  53699. web_1 |
  53700. web_1 | >>> >>> Starting the server
  53701. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53702. web_1 |
  53703. web_1 | Fatal error: Unable to find local grunt.
  53704. web_1 |
  53705. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53706. web_1 | your project. For more information about installing and configuring grunt,
  53707. web_1 | please see the Getting Started guide:
  53708. web_1 |
  53709. web_1 | http://gruntjs.com/getting-started
  53710. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53711. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53712. web_1 | Syncing...
  53713. web_1 | Creating tables ...
  53714. web_1 | Installing custom SQL ...
  53715. web_1 | Installing indexes ...
  53716. web_1 | Installed 0 object(s) from 0 fixture(s)
  53717. web_1 |
  53718. web_1 | Synced:
  53719. web_1 | > django.contrib.auth
  53720. web_1 | > django.contrib.contenttypes
  53721. web_1 | > django.contrib.sessions
  53722. web_1 | > django.contrib.sites
  53723. web_1 | > django.contrib.messages
  53724. web_1 | > django.contrib.staticfiles
  53725. web_1 | > django.contrib.admin
  53726. web_1 | > south
  53727. web_1 | > crispy_forms
  53728. web_1 | > avatar
  53729. web_1 | > bootstrap3
  53730. web_1 | > users
  53731. web_1 | > allauth
  53732. web_1 | > allauth.account
  53733. web_1 | > django.contrib.humanize
  53734. web_1 | > debug_toolbar
  53735. web_1 |
  53736. web_1 | Not synced (use migrations):
  53737. web_1 | - allauth.socialaccount
  53738. web_1 | - django_extensions
  53739. web_1 | (use ./manage.py migrate to migrate these)
  53740. web_1 | Running migrations for socialaccount:
  53741. web_1 | - Nothing to migrate.
  53742. web_1 | - Loading initial data for socialaccount.
  53743. web_1 | Installed 0 object(s) from 0 fixture(s)
  53744. web_1 | Running migrations for django_extensions:
  53745. web_1 | - Nothing to migrate.
  53746. web_1 | - Loading initial data for django_extensions.
  53747. web_1 | Installed 0 object(s) from 0 fixture(s)
  53748. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53749. web_1 | [GCC 4.9.2] on linux2
  53750. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53751. web_1 | (InteractiveConsole)
  53752. web_1 |
  53753. web_1 | >>> >>> Starting the server
  53754. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53755. web_1 |
  53756. web_1 | Fatal error: Unable to find local grunt.
  53757. web_1 |
  53758. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53759. web_1 | your project. For more information about installing and configuring grunt,
  53760. web_1 | please see the Getting Started guide:
  53761. web_1 |
  53762. web_1 | http://gruntjs.com/getting-started
  53763. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53764. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53765. web_1 | Syncing...
  53766. web_1 | Creating tables ...
  53767. web_1 | Installing custom SQL ...
  53768. web_1 | Installing indexes ...
  53769. web_1 | Installed 0 object(s) from 0 fixture(s)
  53770. web_1 |
  53771. web_1 | Synced:
  53772. web_1 | > django.contrib.auth
  53773. web_1 | > django.contrib.contenttypes
  53774. web_1 | > django.contrib.sessions
  53775. web_1 | > django.contrib.sites
  53776. web_1 | > django.contrib.messages
  53777. web_1 | > django.contrib.staticfiles
  53778. web_1 | > django.contrib.admin
  53779. web_1 | > south
  53780. web_1 | > crispy_forms
  53781. web_1 | > avatar
  53782. web_1 | > bootstrap3
  53783. web_1 | > users
  53784. web_1 | > allauth
  53785. web_1 | > allauth.account
  53786. web_1 | > django.contrib.humanize
  53787. web_1 | > debug_toolbar
  53788. web_1 |
  53789. web_1 | Not synced (use migrations):
  53790. web_1 | - allauth.socialaccount
  53791. web_1 | - django_extensions
  53792. web_1 | (use ./manage.py migrate to migrate these)
  53793. web_1 | Running migrations for socialaccount:
  53794. web_1 | - Nothing to migrate.
  53795. web_1 | - Loading initial data for socialaccount.
  53796. web_1 | Installed 0 object(s) from 0 fixture(s)
  53797. web_1 | Running migrations for django_extensions:
  53798. web_1 | - Nothing to migrate.
  53799. web_1 | - Loading initial data for django_extensions.
  53800. web_1 | Installed 0 object(s) from 0 fixture(s)
  53801. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53802. web_1 | [GCC 4.9.2] on linux2
  53803. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53804. web_1 | (InteractiveConsole)
  53805. web_1 |
  53806. web_1 | >>> >>> Starting the server
  53807. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53808. web_1 |
  53809. web_1 | Fatal error: Unable to find local grunt.
  53810. web_1 |
  53811. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53812. web_1 | your project. For more information about installing and configuring grunt,
  53813. web_1 | please see the Getting Started guide:
  53814. web_1 |
  53815. web_1 | http://gruntjs.com/getting-started
  53816. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53817. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53818. web_1 | Syncing...
  53819. web_1 | Creating tables ...
  53820. web_1 | Installing custom SQL ...
  53821. web_1 | Installing indexes ...
  53822. web_1 | Installed 0 object(s) from 0 fixture(s)
  53823. web_1 |
  53824. web_1 | Synced:
  53825. web_1 | > django.contrib.auth
  53826. web_1 | > django.contrib.contenttypes
  53827. web_1 | > django.contrib.sessions
  53828. web_1 | > django.contrib.sites
  53829. web_1 | > django.contrib.messages
  53830. web_1 | > django.contrib.staticfiles
  53831. web_1 | > django.contrib.admin
  53832. web_1 | > south
  53833. web_1 | > crispy_forms
  53834. web_1 | > avatar
  53835. web_1 | > bootstrap3
  53836. web_1 | > users
  53837. web_1 | > allauth
  53838. web_1 | > allauth.account
  53839. web_1 | > django.contrib.humanize
  53840. web_1 | > debug_toolbar
  53841. web_1 |
  53842. web_1 | Not synced (use migrations):
  53843. web_1 | - allauth.socialaccount
  53844. web_1 | - django_extensions
  53845. web_1 | (use ./manage.py migrate to migrate these)
  53846. web_1 | Running migrations for socialaccount:
  53847. web_1 | - Nothing to migrate.
  53848. web_1 | - Loading initial data for socialaccount.
  53849. web_1 | Installed 0 object(s) from 0 fixture(s)
  53850. web_1 | Running migrations for django_extensions:
  53851. web_1 | - Nothing to migrate.
  53852. web_1 | - Loading initial data for django_extensions.
  53853. web_1 | Installed 0 object(s) from 0 fixture(s)
  53854. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53855. web_1 | [GCC 4.9.2] on linux2
  53856. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53857. web_1 | (InteractiveConsole)
  53858. web_1 |
  53859. web_1 | >>> >>> Starting the server
  53860. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53861. web_1 |
  53862. web_1 | Fatal error: Unable to find local grunt.
  53863. web_1 |
  53864. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53865. web_1 | your project. For more information about installing and configuring grunt,
  53866. web_1 | please see the Getting Started guide:
  53867. web_1 |
  53868. web_1 | http://gruntjs.com/getting-started
  53869. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53870. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53871. web_1 | Syncing...
  53872. web_1 | Creating tables ...
  53873. web_1 | Installing custom SQL ...
  53874. web_1 | Installing indexes ...
  53875. web_1 | Installed 0 object(s) from 0 fixture(s)
  53876. web_1 |
  53877. web_1 | Synced:
  53878. web_1 | > django.contrib.auth
  53879. web_1 | > django.contrib.contenttypes
  53880. web_1 | > django.contrib.sessions
  53881. web_1 | > django.contrib.sites
  53882. web_1 | > django.contrib.messages
  53883. web_1 | > django.contrib.staticfiles
  53884. web_1 | > django.contrib.admin
  53885. web_1 | > south
  53886. web_1 | > crispy_forms
  53887. web_1 | > avatar
  53888. web_1 | > bootstrap3
  53889. web_1 | > users
  53890. web_1 | > allauth
  53891. web_1 | > allauth.account
  53892. web_1 | > django.contrib.humanize
  53893. web_1 | > debug_toolbar
  53894. web_1 |
  53895. web_1 | Not synced (use migrations):
  53896. web_1 | - allauth.socialaccount
  53897. web_1 | - django_extensions
  53898. web_1 | (use ./manage.py migrate to migrate these)
  53899. web_1 | Running migrations for socialaccount:
  53900. web_1 | - Nothing to migrate.
  53901. web_1 | - Loading initial data for socialaccount.
  53902. web_1 | Installed 0 object(s) from 0 fixture(s)
  53903. web_1 | Running migrations for django_extensions:
  53904. web_1 | - Nothing to migrate.
  53905. web_1 | - Loading initial data for django_extensions.
  53906. web_1 | Installed 0 object(s) from 0 fixture(s)
  53907. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53908. web_1 | [GCC 4.9.2] on linux2
  53909. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53910. web_1 | (InteractiveConsole)
  53911. web_1 |
  53912. web_1 | >>> >>> Starting the server
  53913. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53914. web_1 |
  53915. web_1 | Fatal error: Unable to find local grunt.
  53916. web_1 |
  53917. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53918. web_1 | your project. For more information about installing and configuring grunt,
  53919. web_1 | please see the Getting Started guide:
  53920. web_1 |
  53921. web_1 | http://gruntjs.com/getting-started
  53922. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53923. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53924. web_1 | Syncing...
  53925. web_1 | Creating tables ...
  53926. web_1 | Installing custom SQL ...
  53927. web_1 | Installing indexes ...
  53928. web_1 | Installed 0 object(s) from 0 fixture(s)
  53929. web_1 |
  53930. web_1 | Synced:
  53931. web_1 | > django.contrib.auth
  53932. web_1 | > django.contrib.contenttypes
  53933. web_1 | > django.contrib.sessions
  53934. web_1 | > django.contrib.sites
  53935. web_1 | > django.contrib.messages
  53936. web_1 | > django.contrib.staticfiles
  53937. web_1 | > django.contrib.admin
  53938. web_1 | > south
  53939. web_1 | > crispy_forms
  53940. web_1 | > avatar
  53941. web_1 | > bootstrap3
  53942. web_1 | > users
  53943. web_1 | > allauth
  53944. web_1 | > allauth.account
  53945. web_1 | > django.contrib.humanize
  53946. web_1 | > debug_toolbar
  53947. web_1 |
  53948. web_1 | Not synced (use migrations):
  53949. web_1 | - allauth.socialaccount
  53950. web_1 | - django_extensions
  53951. web_1 | (use ./manage.py migrate to migrate these)
  53952. web_1 | Running migrations for socialaccount:
  53953. web_1 | - Nothing to migrate.
  53954. web_1 | - Loading initial data for socialaccount.
  53955. web_1 | Installed 0 object(s) from 0 fixture(s)
  53956. web_1 | Running migrations for django_extensions:
  53957. web_1 | - Nothing to migrate.
  53958. web_1 | - Loading initial data for django_extensions.
  53959. web_1 | Installed 0 object(s) from 0 fixture(s)
  53960. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  53961. web_1 | [GCC 4.9.2] on linux2
  53962. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  53963. web_1 | (InteractiveConsole)
  53964. web_1 |
  53965. web_1 | >>> >>> Starting the server
  53966. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  53967. web_1 |
  53968. web_1 | Fatal error: Unable to find local grunt.
  53969. web_1 |
  53970. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  53971. web_1 | your project. For more information about installing and configuring grunt,
  53972. web_1 | please see the Getting Started guide:
  53973. web_1 |
  53974. web_1 | http://gruntjs.com/getting-started
  53975. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53976. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  53977. web_1 | Syncing...
  53978. web_1 | Creating tables ...
  53979. web_1 | Installing custom SQL ...
  53980. web_1 | Installing indexes ...
  53981. web_1 | Installed 0 object(s) from 0 fixture(s)
  53982. web_1 |
  53983. web_1 | Synced:
  53984. web_1 | > django.contrib.auth
  53985. web_1 | > django.contrib.contenttypes
  53986. web_1 | > django.contrib.sessions
  53987. web_1 | > django.contrib.sites
  53988. web_1 | > django.contrib.messages
  53989. web_1 | > django.contrib.staticfiles
  53990. web_1 | > django.contrib.admin
  53991. web_1 | > south
  53992. web_1 | > crispy_forms
  53993. web_1 | > avatar
  53994. web_1 | > bootstrap3
  53995. web_1 | > users
  53996. web_1 | > allauth
  53997. web_1 | > allauth.account
  53998. web_1 | > django.contrib.humanize
  53999. web_1 | > debug_toolbar
  54000. web_1 |
  54001. web_1 | Not synced (use migrations):
  54002. web_1 | - allauth.socialaccount
  54003. web_1 | - django_extensions
  54004. web_1 | (use ./manage.py migrate to migrate these)
  54005. web_1 | Running migrations for socialaccount:
  54006. web_1 | - Nothing to migrate.
  54007. web_1 | - Loading initial data for socialaccount.
  54008. web_1 | Installed 0 object(s) from 0 fixture(s)
  54009. web_1 | Running migrations for django_extensions:
  54010. web_1 | - Nothing to migrate.
  54011. web_1 | - Loading initial data for django_extensions.
  54012. web_1 | Installed 0 object(s) from 0 fixture(s)
  54013. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54014. web_1 | [GCC 4.9.2] on linux2
  54015. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54016. web_1 | (InteractiveConsole)
  54017. web_1 |
  54018. web_1 | >>> >>> Starting the server
  54019. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54020. web_1 |
  54021. web_1 | Fatal error: Unable to find local grunt.
  54022. web_1 |
  54023. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54024. web_1 | your project. For more information about installing and configuring grunt,
  54025. web_1 | please see the Getting Started guide:
  54026. web_1 |
  54027. web_1 | http://gruntjs.com/getting-started
  54028. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54029. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54030. web_1 | Syncing...
  54031. web_1 | Creating tables ...
  54032. web_1 | Installing custom SQL ...
  54033. web_1 | Installing indexes ...
  54034. web_1 | Installed 0 object(s) from 0 fixture(s)
  54035. web_1 |
  54036. web_1 | Synced:
  54037. web_1 | > django.contrib.auth
  54038. web_1 | > django.contrib.contenttypes
  54039. web_1 | > django.contrib.sessions
  54040. web_1 | > django.contrib.sites
  54041. web_1 | > django.contrib.messages
  54042. web_1 | > django.contrib.staticfiles
  54043. web_1 | > django.contrib.admin
  54044. web_1 | > south
  54045. web_1 | > crispy_forms
  54046. web_1 | > avatar
  54047. web_1 | > bootstrap3
  54048. web_1 | > users
  54049. web_1 | > allauth
  54050. web_1 | > allauth.account
  54051. web_1 | > django.contrib.humanize
  54052. web_1 | > debug_toolbar
  54053. web_1 |
  54054. web_1 | Not synced (use migrations):
  54055. web_1 | - allauth.socialaccount
  54056. web_1 | - django_extensions
  54057. web_1 | (use ./manage.py migrate to migrate these)
  54058. web_1 | Running migrations for socialaccount:
  54059. web_1 | - Nothing to migrate.
  54060. web_1 | - Loading initial data for socialaccount.
  54061. web_1 | Installed 0 object(s) from 0 fixture(s)
  54062. web_1 | Running migrations for django_extensions:
  54063. web_1 | - Nothing to migrate.
  54064. web_1 | - Loading initial data for django_extensions.
  54065. web_1 | Installed 0 object(s) from 0 fixture(s)
  54066. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54067. web_1 | [GCC 4.9.2] on linux2
  54068. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54069. web_1 | (InteractiveConsole)
  54070. web_1 |
  54071. web_1 | >>> >>> Starting the server
  54072. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54073. web_1 |
  54074. web_1 | Fatal error: Unable to find local grunt.
  54075. web_1 |
  54076. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54077. web_1 | your project. For more information about installing and configuring grunt,
  54078. web_1 | please see the Getting Started guide:
  54079. web_1 |
  54080. web_1 | http://gruntjs.com/getting-started
  54081. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54082. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54083. web_1 | Syncing...
  54084. web_1 | Creating tables ...
  54085. web_1 | Installing custom SQL ...
  54086. web_1 | Installing indexes ...
  54087. web_1 | Installed 0 object(s) from 0 fixture(s)
  54088. web_1 |
  54089. web_1 | Synced:
  54090. web_1 | > django.contrib.auth
  54091. web_1 | > django.contrib.contenttypes
  54092. web_1 | > django.contrib.sessions
  54093. web_1 | > django.contrib.sites
  54094. web_1 | > django.contrib.messages
  54095. web_1 | > django.contrib.staticfiles
  54096. web_1 | > django.contrib.admin
  54097. web_1 | > south
  54098. web_1 | > crispy_forms
  54099. web_1 | > avatar
  54100. web_1 | > bootstrap3
  54101. web_1 | > users
  54102. web_1 | > allauth
  54103. web_1 | > allauth.account
  54104. web_1 | > django.contrib.humanize
  54105. web_1 | > debug_toolbar
  54106. web_1 |
  54107. web_1 | Not synced (use migrations):
  54108. web_1 | - allauth.socialaccount
  54109. web_1 | - django_extensions
  54110. web_1 | (use ./manage.py migrate to migrate these)
  54111. web_1 | Running migrations for socialaccount:
  54112. web_1 | - Nothing to migrate.
  54113. web_1 | - Loading initial data for socialaccount.
  54114. web_1 | Installed 0 object(s) from 0 fixture(s)
  54115. web_1 | Running migrations for django_extensions:
  54116. web_1 | - Nothing to migrate.
  54117. web_1 | - Loading initial data for django_extensions.
  54118. web_1 | Installed 0 object(s) from 0 fixture(s)
  54119. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54120. web_1 | [GCC 4.9.2] on linux2
  54121. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54122. web_1 | (InteractiveConsole)
  54123. web_1 |
  54124. web_1 | >>> >>> Starting the server
  54125. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54126. web_1 |
  54127. web_1 | Fatal error: Unable to find local grunt.
  54128. web_1 |
  54129. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54130. web_1 | your project. For more information about installing and configuring grunt,
  54131. web_1 | please see the Getting Started guide:
  54132. web_1 |
  54133. web_1 | http://gruntjs.com/getting-started
  54134. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54135. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54136. web_1 | Syncing...
  54137. web_1 | Creating tables ...
  54138. web_1 | Installing custom SQL ...
  54139. web_1 | Installing indexes ...
  54140. web_1 | Installed 0 object(s) from 0 fixture(s)
  54141. web_1 |
  54142. web_1 | Synced:
  54143. web_1 | > django.contrib.auth
  54144. web_1 | > django.contrib.contenttypes
  54145. web_1 | > django.contrib.sessions
  54146. web_1 | > django.contrib.sites
  54147. web_1 | > django.contrib.messages
  54148. web_1 | > django.contrib.staticfiles
  54149. web_1 | > django.contrib.admin
  54150. web_1 | > south
  54151. web_1 | > crispy_forms
  54152. web_1 | > avatar
  54153. web_1 | > bootstrap3
  54154. web_1 | > users
  54155. web_1 | > allauth
  54156. web_1 | > allauth.account
  54157. web_1 | > django.contrib.humanize
  54158. web_1 | > debug_toolbar
  54159. web_1 |
  54160. web_1 | Not synced (use migrations):
  54161. web_1 | - allauth.socialaccount
  54162. web_1 | - django_extensions
  54163. web_1 | (use ./manage.py migrate to migrate these)
  54164. web_1 | Running migrations for socialaccount:
  54165. web_1 | - Nothing to migrate.
  54166. web_1 | - Loading initial data for socialaccount.
  54167. web_1 | Installed 0 object(s) from 0 fixture(s)
  54168. web_1 | Running migrations for django_extensions:
  54169. web_1 | - Nothing to migrate.
  54170. web_1 | - Loading initial data for django_extensions.
  54171. web_1 | Installed 0 object(s) from 0 fixture(s)
  54172. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54173. web_1 | [GCC 4.9.2] on linux2
  54174. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54175. web_1 | (InteractiveConsole)
  54176. web_1 |
  54177. web_1 | >>> >>> Starting the server
  54178. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54179. web_1 |
  54180. web_1 | Fatal error: Unable to find local grunt.
  54181. web_1 |
  54182. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54183. web_1 | your project. For more information about installing and configuring grunt,
  54184. web_1 | please see the Getting Started guide:
  54185. web_1 |
  54186. web_1 | http://gruntjs.com/getting-started
  54187. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54188. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54189. web_1 | Syncing...
  54190. web_1 | Creating tables ...
  54191. web_1 | Installing custom SQL ...
  54192. web_1 | Installing indexes ...
  54193. web_1 | Installed 0 object(s) from 0 fixture(s)
  54194. web_1 |
  54195. web_1 | Synced:
  54196. web_1 | > django.contrib.auth
  54197. web_1 | > django.contrib.contenttypes
  54198. web_1 | > django.contrib.sessions
  54199. web_1 | > django.contrib.sites
  54200. web_1 | > django.contrib.messages
  54201. web_1 | > django.contrib.staticfiles
  54202. web_1 | > django.contrib.admin
  54203. web_1 | > south
  54204. web_1 | > crispy_forms
  54205. web_1 | > avatar
  54206. web_1 | > bootstrap3
  54207. web_1 | > users
  54208. web_1 | > allauth
  54209. web_1 | > allauth.account
  54210. web_1 | > django.contrib.humanize
  54211. web_1 | > debug_toolbar
  54212. web_1 |
  54213. web_1 | Not synced (use migrations):
  54214. web_1 | - allauth.socialaccount
  54215. web_1 | - django_extensions
  54216. web_1 | (use ./manage.py migrate to migrate these)
  54217. web_1 | Running migrations for socialaccount:
  54218. web_1 | - Nothing to migrate.
  54219. web_1 | - Loading initial data for socialaccount.
  54220. web_1 | Installed 0 object(s) from 0 fixture(s)
  54221. web_1 | Running migrations for django_extensions:
  54222. web_1 | - Nothing to migrate.
  54223. web_1 | - Loading initial data for django_extensions.
  54224. web_1 | Installed 0 object(s) from 0 fixture(s)
  54225. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54226. web_1 | [GCC 4.9.2] on linux2
  54227. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54228. web_1 | (InteractiveConsole)
  54229. web_1 |
  54230. web_1 | >>> >>> Starting the server
  54231. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54232. web_1 |
  54233. web_1 | Fatal error: Unable to find local grunt.
  54234. web_1 |
  54235. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54236. web_1 | your project. For more information about installing and configuring grunt,
  54237. web_1 | please see the Getting Started guide:
  54238. web_1 |
  54239. web_1 | http://gruntjs.com/getting-started
  54240. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54241. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54242. web_1 | Syncing...
  54243. web_1 | Creating tables ...
  54244. web_1 | Installing custom SQL ...
  54245. web_1 | Installing indexes ...
  54246. web_1 | Installed 0 object(s) from 0 fixture(s)
  54247. web_1 |
  54248. web_1 | Synced:
  54249. web_1 | > django.contrib.auth
  54250. web_1 | > django.contrib.contenttypes
  54251. web_1 | > django.contrib.sessions
  54252. web_1 | > django.contrib.sites
  54253. web_1 | > django.contrib.messages
  54254. web_1 | > django.contrib.staticfiles
  54255. web_1 | > django.contrib.admin
  54256. web_1 | > south
  54257. web_1 | > crispy_forms
  54258. web_1 | > avatar
  54259. web_1 | > bootstrap3
  54260. web_1 | > users
  54261. web_1 | > allauth
  54262. web_1 | > allauth.account
  54263. web_1 | > django.contrib.humanize
  54264. web_1 | > debug_toolbar
  54265. web_1 |
  54266. web_1 | Not synced (use migrations):
  54267. web_1 | - allauth.socialaccount
  54268. web_1 | - django_extensions
  54269. web_1 | (use ./manage.py migrate to migrate these)
  54270. web_1 | Running migrations for socialaccount:
  54271. web_1 | - Nothing to migrate.
  54272. web_1 | - Loading initial data for socialaccount.
  54273. web_1 | Installed 0 object(s) from 0 fixture(s)
  54274. web_1 | Running migrations for django_extensions:
  54275. web_1 | - Nothing to migrate.
  54276. web_1 | - Loading initial data for django_extensions.
  54277. web_1 | Installed 0 object(s) from 0 fixture(s)
  54278. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54279. web_1 | [GCC 4.9.2] on linux2
  54280. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54281. web_1 | (InteractiveConsole)
  54282. web_1 |
  54283. web_1 | >>> >>> Starting the server
  54284. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54285. web_1 |
  54286. web_1 | Fatal error: Unable to find local grunt.
  54287. web_1 |
  54288. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54289. web_1 | your project. For more information about installing and configuring grunt,
  54290. web_1 | please see the Getting Started guide:
  54291. web_1 |
  54292. web_1 | http://gruntjs.com/getting-started
  54293. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54294. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54295. web_1 | Syncing...
  54296. web_1 | Creating tables ...
  54297. web_1 | Installing custom SQL ...
  54298. web_1 | Installing indexes ...
  54299. web_1 | Installed 0 object(s) from 0 fixture(s)
  54300. web_1 |
  54301. web_1 | Synced:
  54302. web_1 | > django.contrib.auth
  54303. web_1 | > django.contrib.contenttypes
  54304. web_1 | > django.contrib.sessions
  54305. web_1 | > django.contrib.sites
  54306. web_1 | > django.contrib.messages
  54307. web_1 | > django.contrib.staticfiles
  54308. web_1 | > django.contrib.admin
  54309. web_1 | > south
  54310. web_1 | > crispy_forms
  54311. web_1 | > avatar
  54312. web_1 | > bootstrap3
  54313. web_1 | > users
  54314. web_1 | > allauth
  54315. web_1 | > allauth.account
  54316. web_1 | > django.contrib.humanize
  54317. web_1 | > debug_toolbar
  54318. web_1 |
  54319. web_1 | Not synced (use migrations):
  54320. web_1 | - allauth.socialaccount
  54321. web_1 | - django_extensions
  54322. web_1 | (use ./manage.py migrate to migrate these)
  54323. web_1 | Running migrations for socialaccount:
  54324. web_1 | - Nothing to migrate.
  54325. web_1 | - Loading initial data for socialaccount.
  54326. web_1 | Installed 0 object(s) from 0 fixture(s)
  54327. web_1 | Running migrations for django_extensions:
  54328. web_1 | - Nothing to migrate.
  54329. web_1 | - Loading initial data for django_extensions.
  54330. web_1 | Installed 0 object(s) from 0 fixture(s)
  54331. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54332. web_1 | [GCC 4.9.2] on linux2
  54333. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54334. web_1 | (InteractiveConsole)
  54335. web_1 |
  54336. web_1 | >>> >>> Starting the server
  54337. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54338. web_1 |
  54339. web_1 | Fatal error: Unable to find local grunt.
  54340. web_1 |
  54341. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54342. web_1 | your project. For more information about installing and configuring grunt,
  54343. web_1 | please see the Getting Started guide:
  54344. web_1 |
  54345. web_1 | http://gruntjs.com/getting-started
  54346. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54347. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54348. web_1 | Syncing...
  54349. web_1 | Creating tables ...
  54350. web_1 | Installing custom SQL ...
  54351. web_1 | Installing indexes ...
  54352. web_1 | Installed 0 object(s) from 0 fixture(s)
  54353. web_1 |
  54354. web_1 | Synced:
  54355. web_1 | > django.contrib.auth
  54356. web_1 | > django.contrib.contenttypes
  54357. web_1 | > django.contrib.sessions
  54358. web_1 | > django.contrib.sites
  54359. web_1 | > django.contrib.messages
  54360. web_1 | > django.contrib.staticfiles
  54361. web_1 | > django.contrib.admin
  54362. web_1 | > south
  54363. web_1 | > crispy_forms
  54364. web_1 | > avatar
  54365. web_1 | > bootstrap3
  54366. web_1 | > users
  54367. web_1 | > allauth
  54368. web_1 | > allauth.account
  54369. web_1 | > django.contrib.humanize
  54370. web_1 | > debug_toolbar
  54371. web_1 |
  54372. web_1 | Not synced (use migrations):
  54373. web_1 | - allauth.socialaccount
  54374. web_1 | - django_extensions
  54375. web_1 | (use ./manage.py migrate to migrate these)
  54376. web_1 | Running migrations for socialaccount:
  54377. web_1 | - Nothing to migrate.
  54378. web_1 | - Loading initial data for socialaccount.
  54379. web_1 | Installed 0 object(s) from 0 fixture(s)
  54380. web_1 | Running migrations for django_extensions:
  54381. web_1 | - Nothing to migrate.
  54382. web_1 | - Loading initial data for django_extensions.
  54383. web_1 | Installed 0 object(s) from 0 fixture(s)
  54384. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54385. web_1 | [GCC 4.9.2] on linux2
  54386. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54387. web_1 | (InteractiveConsole)
  54388. web_1 |
  54389. web_1 | >>> >>> Starting the server
  54390. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54391. web_1 |
  54392. web_1 | Fatal error: Unable to find local grunt.
  54393. web_1 |
  54394. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54395. web_1 | your project. For more information about installing and configuring grunt,
  54396. web_1 | please see the Getting Started guide:
  54397. web_1 |
  54398. web_1 | http://gruntjs.com/getting-started
  54399. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54400. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54401. web_1 | Syncing...
  54402. web_1 | Creating tables ...
  54403. web_1 | Installing custom SQL ...
  54404. web_1 | Installing indexes ...
  54405. web_1 | Installed 0 object(s) from 0 fixture(s)
  54406. web_1 |
  54407. web_1 | Synced:
  54408. web_1 | > django.contrib.auth
  54409. web_1 | > django.contrib.contenttypes
  54410. web_1 | > django.contrib.sessions
  54411. web_1 | > django.contrib.sites
  54412. web_1 | > django.contrib.messages
  54413. web_1 | > django.contrib.staticfiles
  54414. web_1 | > django.contrib.admin
  54415. web_1 | > south
  54416. web_1 | > crispy_forms
  54417. web_1 | > avatar
  54418. web_1 | > bootstrap3
  54419. web_1 | > users
  54420. web_1 | > allauth
  54421. web_1 | > allauth.account
  54422. web_1 | > django.contrib.humanize
  54423. web_1 | > debug_toolbar
  54424. web_1 |
  54425. web_1 | Not synced (use migrations):
  54426. web_1 | - allauth.socialaccount
  54427. web_1 | - django_extensions
  54428. web_1 | (use ./manage.py migrate to migrate these)
  54429. web_1 | Running migrations for socialaccount:
  54430. web_1 | - Nothing to migrate.
  54431. web_1 | - Loading initial data for socialaccount.
  54432. web_1 | Installed 0 object(s) from 0 fixture(s)
  54433. web_1 | Running migrations for django_extensions:
  54434. web_1 | - Nothing to migrate.
  54435. web_1 | - Loading initial data for django_extensions.
  54436. web_1 | Installed 0 object(s) from 0 fixture(s)
  54437. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54438. web_1 | [GCC 4.9.2] on linux2
  54439. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54440. web_1 | (InteractiveConsole)
  54441. web_1 |
  54442. web_1 | >>> >>> Starting the server
  54443. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54444. web_1 |
  54445. web_1 | Fatal error: Unable to find local grunt.
  54446. web_1 |
  54447. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54448. web_1 | your project. For more information about installing and configuring grunt,
  54449. web_1 | please see the Getting Started guide:
  54450. web_1 |
  54451. web_1 | http://gruntjs.com/getting-started
  54452. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54453. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54454. web_1 | Syncing...
  54455. web_1 | Creating tables ...
  54456. web_1 | Installing custom SQL ...
  54457. web_1 | Installing indexes ...
  54458. web_1 | Installed 0 object(s) from 0 fixture(s)
  54459. web_1 |
  54460. web_1 | Synced:
  54461. web_1 | > django.contrib.auth
  54462. web_1 | > django.contrib.contenttypes
  54463. web_1 | > django.contrib.sessions
  54464. web_1 | > django.contrib.sites
  54465. web_1 | > django.contrib.messages
  54466. web_1 | > django.contrib.staticfiles
  54467. web_1 | > django.contrib.admin
  54468. web_1 | > south
  54469. web_1 | > crispy_forms
  54470. web_1 | > avatar
  54471. web_1 | > bootstrap3
  54472. web_1 | > users
  54473. web_1 | > allauth
  54474. web_1 | > allauth.account
  54475. web_1 | > django.contrib.humanize
  54476. web_1 | > debug_toolbar
  54477. web_1 |
  54478. web_1 | Not synced (use migrations):
  54479. web_1 | - allauth.socialaccount
  54480. web_1 | - django_extensions
  54481. web_1 | (use ./manage.py migrate to migrate these)
  54482. web_1 | Running migrations for socialaccount:
  54483. web_1 | - Nothing to migrate.
  54484. web_1 | - Loading initial data for socialaccount.
  54485. web_1 | Installed 0 object(s) from 0 fixture(s)
  54486. web_1 | Running migrations for django_extensions:
  54487. web_1 | - Nothing to migrate.
  54488. web_1 | - Loading initial data for django_extensions.
  54489. web_1 | Installed 0 object(s) from 0 fixture(s)
  54490. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54491. web_1 | [GCC 4.9.2] on linux2
  54492. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54493. web_1 | (InteractiveConsole)
  54494. web_1 |
  54495. web_1 | >>> >>> Starting the server
  54496. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54497. web_1 |
  54498. web_1 | Fatal error: Unable to find local grunt.
  54499. web_1 |
  54500. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54501. web_1 | your project. For more information about installing and configuring grunt,
  54502. web_1 | please see the Getting Started guide:
  54503. web_1 |
  54504. web_1 | http://gruntjs.com/getting-started
  54505. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54506. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54507. web_1 | Syncing...
  54508. web_1 | Creating tables ...
  54509. web_1 | Installing custom SQL ...
  54510. web_1 | Installing indexes ...
  54511. web_1 | Installed 0 object(s) from 0 fixture(s)
  54512. web_1 |
  54513. web_1 | Synced:
  54514. web_1 | > django.contrib.auth
  54515. web_1 | > django.contrib.contenttypes
  54516. web_1 | > django.contrib.sessions
  54517. web_1 | > django.contrib.sites
  54518. web_1 | > django.contrib.messages
  54519. web_1 | > django.contrib.staticfiles
  54520. web_1 | > django.contrib.admin
  54521. web_1 | > south
  54522. web_1 | > crispy_forms
  54523. web_1 | > avatar
  54524. web_1 | > bootstrap3
  54525. web_1 | > users
  54526. web_1 | > allauth
  54527. web_1 | > allauth.account
  54528. web_1 | > django.contrib.humanize
  54529. web_1 | > debug_toolbar
  54530. web_1 |
  54531. web_1 | Not synced (use migrations):
  54532. web_1 | - allauth.socialaccount
  54533. web_1 | - django_extensions
  54534. web_1 | (use ./manage.py migrate to migrate these)
  54535. web_1 | Running migrations for socialaccount:
  54536. web_1 | - Nothing to migrate.
  54537. web_1 | - Loading initial data for socialaccount.
  54538. web_1 | Installed 0 object(s) from 0 fixture(s)
  54539. web_1 | Running migrations for django_extensions:
  54540. web_1 | - Nothing to migrate.
  54541. web_1 | - Loading initial data for django_extensions.
  54542. web_1 | Installed 0 object(s) from 0 fixture(s)
  54543. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54544. web_1 | [GCC 4.9.2] on linux2
  54545. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54546. web_1 | (InteractiveConsole)
  54547. web_1 |
  54548. web_1 | >>> >>> Starting the server
  54549. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54550. web_1 |
  54551. web_1 | Fatal error: Unable to find local grunt.
  54552. web_1 |
  54553. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54554. web_1 | your project. For more information about installing and configuring grunt,
  54555. web_1 | please see the Getting Started guide:
  54556. web_1 |
  54557. web_1 | http://gruntjs.com/getting-started
  54558. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54559. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54560. web_1 | Syncing...
  54561. web_1 | Creating tables ...
  54562. web_1 | Installing custom SQL ...
  54563. web_1 | Installing indexes ...
  54564. web_1 | Installed 0 object(s) from 0 fixture(s)
  54565. web_1 |
  54566. web_1 | Synced:
  54567. web_1 | > django.contrib.auth
  54568. web_1 | > django.contrib.contenttypes
  54569. web_1 | > django.contrib.sessions
  54570. web_1 | > django.contrib.sites
  54571. web_1 | > django.contrib.messages
  54572. web_1 | > django.contrib.staticfiles
  54573. web_1 | > django.contrib.admin
  54574. web_1 | > south
  54575. web_1 | > crispy_forms
  54576. web_1 | > avatar
  54577. web_1 | > bootstrap3
  54578. web_1 | > users
  54579. web_1 | > allauth
  54580. web_1 | > allauth.account
  54581. web_1 | > django.contrib.humanize
  54582. web_1 | > debug_toolbar
  54583. web_1 |
  54584. web_1 | Not synced (use migrations):
  54585. web_1 | - allauth.socialaccount
  54586. web_1 | - django_extensions
  54587. web_1 | (use ./manage.py migrate to migrate these)
  54588. web_1 | Running migrations for socialaccount:
  54589. web_1 | - Nothing to migrate.
  54590. web_1 | - Loading initial data for socialaccount.
  54591. web_1 | Installed 0 object(s) from 0 fixture(s)
  54592. web_1 | Running migrations for django_extensions:
  54593. web_1 | - Nothing to migrate.
  54594. web_1 | - Loading initial data for django_extensions.
  54595. web_1 | Installed 0 object(s) from 0 fixture(s)
  54596. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54597. web_1 | [GCC 4.9.2] on linux2
  54598. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54599. web_1 | (InteractiveConsole)
  54600. web_1 |
  54601. web_1 | >>> >>> Starting the server
  54602. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54603. web_1 |
  54604. web_1 | Fatal error: Unable to find local grunt.
  54605. web_1 |
  54606. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54607. web_1 | your project. For more information about installing and configuring grunt,
  54608. web_1 | please see the Getting Started guide:
  54609. web_1 |
  54610. web_1 | http://gruntjs.com/getting-started
  54611. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54612. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54613. web_1 | Syncing...
  54614. web_1 | Creating tables ...
  54615. web_1 | Installing custom SQL ...
  54616. web_1 | Installing indexes ...
  54617. web_1 | Installed 0 object(s) from 0 fixture(s)
  54618. web_1 |
  54619. web_1 | Synced:
  54620. web_1 | > django.contrib.auth
  54621. web_1 | > django.contrib.contenttypes
  54622. web_1 | > django.contrib.sessions
  54623. web_1 | > django.contrib.sites
  54624. web_1 | > django.contrib.messages
  54625. web_1 | > django.contrib.staticfiles
  54626. web_1 | > django.contrib.admin
  54627. web_1 | > south
  54628. web_1 | > crispy_forms
  54629. web_1 | > avatar
  54630. web_1 | > bootstrap3
  54631. web_1 | > users
  54632. web_1 | > allauth
  54633. web_1 | > allauth.account
  54634. web_1 | > django.contrib.humanize
  54635. web_1 | > debug_toolbar
  54636. web_1 |
  54637. web_1 | Not synced (use migrations):
  54638. web_1 | - allauth.socialaccount
  54639. web_1 | - django_extensions
  54640. web_1 | (use ./manage.py migrate to migrate these)
  54641. web_1 | Running migrations for socialaccount:
  54642. web_1 | - Nothing to migrate.
  54643. web_1 | - Loading initial data for socialaccount.
  54644. web_1 | Installed 0 object(s) from 0 fixture(s)
  54645. web_1 | Running migrations for django_extensions:
  54646. web_1 | - Nothing to migrate.
  54647. web_1 | - Loading initial data for django_extensions.
  54648. web_1 | Installed 0 object(s) from 0 fixture(s)
  54649. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54650. web_1 | [GCC 4.9.2] on linux2
  54651. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54652. web_1 | (InteractiveConsole)
  54653. web_1 |
  54654. web_1 | >>> >>> Starting the server
  54655. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54656. web_1 |
  54657. web_1 | Fatal error: Unable to find local grunt.
  54658. web_1 |
  54659. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54660. web_1 | your project. For more information about installing and configuring grunt,
  54661. web_1 | please see the Getting Started guide:
  54662. web_1 |
  54663. web_1 | http://gruntjs.com/getting-started
  54664. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54665. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54666. web_1 | Syncing...
  54667. web_1 | Creating tables ...
  54668. web_1 | Installing custom SQL ...
  54669. web_1 | Installing indexes ...
  54670. web_1 | Installed 0 object(s) from 0 fixture(s)
  54671. web_1 |
  54672. web_1 | Synced:
  54673. web_1 | > django.contrib.auth
  54674. web_1 | > django.contrib.contenttypes
  54675. web_1 | > django.contrib.sessions
  54676. web_1 | > django.contrib.sites
  54677. web_1 | > django.contrib.messages
  54678. web_1 | > django.contrib.staticfiles
  54679. web_1 | > django.contrib.admin
  54680. web_1 | > south
  54681. web_1 | > crispy_forms
  54682. web_1 | > avatar
  54683. web_1 | > bootstrap3
  54684. web_1 | > users
  54685. web_1 | > allauth
  54686. web_1 | > allauth.account
  54687. web_1 | > django.contrib.humanize
  54688. web_1 | > debug_toolbar
  54689. web_1 |
  54690. web_1 | Not synced (use migrations):
  54691. web_1 | - allauth.socialaccount
  54692. web_1 | - django_extensions
  54693. web_1 | (use ./manage.py migrate to migrate these)
  54694. web_1 | Running migrations for socialaccount:
  54695. web_1 | - Nothing to migrate.
  54696. web_1 | - Loading initial data for socialaccount.
  54697. web_1 | Installed 0 object(s) from 0 fixture(s)
  54698. web_1 | Running migrations for django_extensions:
  54699. web_1 | - Nothing to migrate.
  54700. web_1 | - Loading initial data for django_extensions.
  54701. web_1 | Installed 0 object(s) from 0 fixture(s)
  54702. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54703. web_1 | [GCC 4.9.2] on linux2
  54704. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54705. web_1 | (InteractiveConsole)
  54706. web_1 |
  54707. web_1 | >>> >>> Starting the server
  54708. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54709. web_1 |
  54710. web_1 | Fatal error: Unable to find local grunt.
  54711. web_1 |
  54712. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54713. web_1 | your project. For more information about installing and configuring grunt,
  54714. web_1 | please see the Getting Started guide:
  54715. web_1 |
  54716. web_1 | http://gruntjs.com/getting-started
  54717. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54718. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54719. web_1 | Syncing...
  54720. web_1 | Creating tables ...
  54721. web_1 | Installing custom SQL ...
  54722. web_1 | Installing indexes ...
  54723. web_1 | Installed 0 object(s) from 0 fixture(s)
  54724. web_1 |
  54725. web_1 | Synced:
  54726. web_1 | > django.contrib.auth
  54727. web_1 | > django.contrib.contenttypes
  54728. web_1 | > django.contrib.sessions
  54729. web_1 | > django.contrib.sites
  54730. web_1 | > django.contrib.messages
  54731. web_1 | > django.contrib.staticfiles
  54732. web_1 | > django.contrib.admin
  54733. web_1 | > south
  54734. web_1 | > crispy_forms
  54735. web_1 | > avatar
  54736. web_1 | > bootstrap3
  54737. web_1 | > users
  54738. web_1 | > allauth
  54739. web_1 | > allauth.account
  54740. web_1 | > django.contrib.humanize
  54741. web_1 | > debug_toolbar
  54742. web_1 |
  54743. web_1 | Not synced (use migrations):
  54744. web_1 | - allauth.socialaccount
  54745. web_1 | - django_extensions
  54746. web_1 | (use ./manage.py migrate to migrate these)
  54747. web_1 | Running migrations for socialaccount:
  54748. web_1 | - Nothing to migrate.
  54749. web_1 | - Loading initial data for socialaccount.
  54750. web_1 | Installed 0 object(s) from 0 fixture(s)
  54751. web_1 | Running migrations for django_extensions:
  54752. web_1 | - Nothing to migrate.
  54753. web_1 | - Loading initial data for django_extensions.
  54754. web_1 | Installed 0 object(s) from 0 fixture(s)
  54755. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54756. web_1 | [GCC 4.9.2] on linux2
  54757. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54758. web_1 | (InteractiveConsole)
  54759. web_1 |
  54760. web_1 | >>> >>> Starting the server
  54761. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54762. web_1 |
  54763. web_1 | Fatal error: Unable to find local grunt.
  54764. web_1 |
  54765. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54766. web_1 | your project. For more information about installing and configuring grunt,
  54767. web_1 | please see the Getting Started guide:
  54768. web_1 |
  54769. web_1 | http://gruntjs.com/getting-started
  54770. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54771. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54772. web_1 | Syncing...
  54773. web_1 | Creating tables ...
  54774. web_1 | Installing custom SQL ...
  54775. web_1 | Installing indexes ...
  54776. web_1 | Installed 0 object(s) from 0 fixture(s)
  54777. web_1 |
  54778. web_1 | Synced:
  54779. web_1 | > django.contrib.auth
  54780. web_1 | > django.contrib.contenttypes
  54781. web_1 | > django.contrib.sessions
  54782. web_1 | > django.contrib.sites
  54783. web_1 | > django.contrib.messages
  54784. web_1 | > django.contrib.staticfiles
  54785. web_1 | > django.contrib.admin
  54786. web_1 | > south
  54787. web_1 | > crispy_forms
  54788. web_1 | > avatar
  54789. web_1 | > bootstrap3
  54790. web_1 | > users
  54791. web_1 | > allauth
  54792. web_1 | > allauth.account
  54793. web_1 | > django.contrib.humanize
  54794. web_1 | > debug_toolbar
  54795. web_1 |
  54796. web_1 | Not synced (use migrations):
  54797. web_1 | - allauth.socialaccount
  54798. web_1 | - django_extensions
  54799. web_1 | (use ./manage.py migrate to migrate these)
  54800. web_1 | Running migrations for socialaccount:
  54801. web_1 | - Nothing to migrate.
  54802. web_1 | - Loading initial data for socialaccount.
  54803. web_1 | Installed 0 object(s) from 0 fixture(s)
  54804. web_1 | Running migrations for django_extensions:
  54805. web_1 | - Nothing to migrate.
  54806. web_1 | - Loading initial data for django_extensions.
  54807. web_1 | Installed 0 object(s) from 0 fixture(s)
  54808. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54809. web_1 | [GCC 4.9.2] on linux2
  54810. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54811. web_1 | (InteractiveConsole)
  54812. web_1 |
  54813. web_1 | >>> >>> Starting the server
  54814. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54815. web_1 |
  54816. web_1 | Fatal error: Unable to find local grunt.
  54817. web_1 |
  54818. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54819. web_1 | your project. For more information about installing and configuring grunt,
  54820. web_1 | please see the Getting Started guide:
  54821. web_1 |
  54822. web_1 | http://gruntjs.com/getting-started
  54823. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54824. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54825. web_1 | Syncing...
  54826. web_1 | Creating tables ...
  54827. web_1 | Installing custom SQL ...
  54828. web_1 | Installing indexes ...
  54829. web_1 | Installed 0 object(s) from 0 fixture(s)
  54830. web_1 |
  54831. web_1 | Synced:
  54832. web_1 | > django.contrib.auth
  54833. web_1 | > django.contrib.contenttypes
  54834. web_1 | > django.contrib.sessions
  54835. web_1 | > django.contrib.sites
  54836. web_1 | > django.contrib.messages
  54837. web_1 | > django.contrib.staticfiles
  54838. web_1 | > django.contrib.admin
  54839. web_1 | > south
  54840. web_1 | > crispy_forms
  54841. web_1 | > avatar
  54842. web_1 | > bootstrap3
  54843. web_1 | > users
  54844. web_1 | > allauth
  54845. web_1 | > allauth.account
  54846. web_1 | > django.contrib.humanize
  54847. web_1 | > debug_toolbar
  54848. web_1 |
  54849. web_1 | Not synced (use migrations):
  54850. web_1 | - allauth.socialaccount
  54851. web_1 | - django_extensions
  54852. web_1 | (use ./manage.py migrate to migrate these)
  54853. web_1 | Running migrations for socialaccount:
  54854. web_1 | - Nothing to migrate.
  54855. web_1 | - Loading initial data for socialaccount.
  54856. web_1 | Installed 0 object(s) from 0 fixture(s)
  54857. web_1 | Running migrations for django_extensions:
  54858. web_1 | - Nothing to migrate.
  54859. web_1 | - Loading initial data for django_extensions.
  54860. web_1 | Installed 0 object(s) from 0 fixture(s)
  54861. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54862. web_1 | [GCC 4.9.2] on linux2
  54863. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54864. web_1 | (InteractiveConsole)
  54865. web_1 |
  54866. web_1 | >>> >>> Starting the server
  54867. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54868. web_1 |
  54869. web_1 | Fatal error: Unable to find local grunt.
  54870. web_1 |
  54871. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54872. web_1 | your project. For more information about installing and configuring grunt,
  54873. web_1 | please see the Getting Started guide:
  54874. web_1 |
  54875. web_1 | http://gruntjs.com/getting-started
  54876. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54877. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54878. web_1 | Syncing...
  54879. web_1 | Creating tables ...
  54880. web_1 | Installing custom SQL ...
  54881. web_1 | Installing indexes ...
  54882. web_1 | Installed 0 object(s) from 0 fixture(s)
  54883. web_1 |
  54884. web_1 | Synced:
  54885. web_1 | > django.contrib.auth
  54886. web_1 | > django.contrib.contenttypes
  54887. web_1 | > django.contrib.sessions
  54888. web_1 | > django.contrib.sites
  54889. web_1 | > django.contrib.messages
  54890. web_1 | > django.contrib.staticfiles
  54891. web_1 | > django.contrib.admin
  54892. web_1 | > south
  54893. web_1 | > crispy_forms
  54894. web_1 | > avatar
  54895. web_1 | > bootstrap3
  54896. web_1 | > users
  54897. web_1 | > allauth
  54898. web_1 | > allauth.account
  54899. web_1 | > django.contrib.humanize
  54900. web_1 | > debug_toolbar
  54901. web_1 |
  54902. web_1 | Not synced (use migrations):
  54903. web_1 | - allauth.socialaccount
  54904. web_1 | - django_extensions
  54905. web_1 | (use ./manage.py migrate to migrate these)
  54906. web_1 | Running migrations for socialaccount:
  54907. web_1 | - Nothing to migrate.
  54908. web_1 | - Loading initial data for socialaccount.
  54909. web_1 | Installed 0 object(s) from 0 fixture(s)
  54910. web_1 | Running migrations for django_extensions:
  54911. web_1 | - Nothing to migrate.
  54912. web_1 | - Loading initial data for django_extensions.
  54913. web_1 | Installed 0 object(s) from 0 fixture(s)
  54914. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  54915. web_1 | [GCC 4.9.2] on linux2
  54916. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  54917. web_1 | (InteractiveConsole)
  54918. web_1 |
  54919. web_1 | >>> >>> Starting the server
  54920. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  54921. web_1 |
  54922. web_1 | Fatal error: Unable to find local grunt.
  54923. web_1 |
  54924. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  54925. web_1 | your project. For more information about installing and configuring grunt,
  54926. web_1 | please see the Getting Started guide:
  54927. web_1 |
  54928. web_1 | http://gruntjs.com/getting-started
  54929. oclweb_web_1 exited with code 99
  54930. web_1 | Starting OpenBSD Secure Shell server: sshd.
  54931. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  54932. web_1 | Syncing...
  54933. web_1 | Traceback (most recent call last):
  54934. web_1 | File "ocl_web/manage.py", line 19, in <module>
  54935. web_1 | execute_from_command_line(sys.argv)
  54936. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  54937. web_1 | utility.execute()
  54938. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  54939. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  54940. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  54941. web_1 | self.execute(*args, **options.__dict__)
  54942. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  54943. web_1 | output = self.handle(*args, **options)
  54944. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  54945. web_1 | return self.handle_noargs(**options)
  54946. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  54947. web_1 | syncdb.Command().execute(**options)
  54948. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  54949. web_1 | output = self.handle(*args, **options)
  54950. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  54951. web_1 | return self.handle_noargs(**options)
  54952. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  54953. web_1 | cursor = connection.cursor()
  54954. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  54955. web_1 | cursor = self.make_debug_cursor(self._cursor())
  54956. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  54957. web_1 | self.ensure_connection()
  54958. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  54959. web_1 | self.connect()
  54960. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  54961. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  54962. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  54963. web_1 | self.connect()
  54964. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  54965. web_1 | self.connection = self.get_new_connection(conn_params)
  54966. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  54967. web_1 | return Database.connect(**conn_params)
  54968. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  54969. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  54970. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  54971. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  54972. web_1 | TCP/IP connections on port 5432?
  54973. web_1 |
  54974. web_1 | Traceback (most recent call last):
  54975. web_1 | File "ocl_web/manage.py", line 19, in <module>
  54976. web_1 | execute_from_command_line(sys.argv)
  54977. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  54978. web_1 | utility.execute()
  54979. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  54980. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  54981. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  54982. web_1 | self.execute(*args, **options.__dict__)
  54983. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  54984. web_1 | output = self.handle(*args, **options)
  54985. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  54986. web_1 | ignore_ghosts = ignore_ghosts,
  54987. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  54988. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  54989. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  54990. web_1 | for h in histories:
  54991. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  54992. web_1 | self._fetch_all()
  54993. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  54994. web_1 | self._result_cache = list(self.iterator())
  54995. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  54996. web_1 | for row in compiler.results_iter():
  54997. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  54998. web_1 | for rows in self.execute_sql(MULTI):
  54999. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  55000. web_1 | cursor = self.connection.cursor()
  55001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  55002. web_1 | cursor = self.make_debug_cursor(self._cursor())
  55003. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  55004. web_1 | self.ensure_connection()
  55005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  55006. web_1 | self.connect()
  55007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  55008. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  55009. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  55010. web_1 | self.connect()
  55011. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  55012. web_1 | self.connection = self.get_new_connection(conn_params)
  55013. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  55014. web_1 | return Database.connect(**conn_params)
  55015. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  55016. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  55017. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  55018. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  55019. web_1 | TCP/IP connections on port 5432?
  55020. web_1 |
  55021. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55022. web_1 | [GCC 4.9.2] on linux2
  55023. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55024. web_1 | (InteractiveConsole)
  55025. web_1 | Traceback (most recent call last):
  55026. web_1 | File "<console>", line 1, in <module>
  55027. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  55028. web_1 | return self.query.get_count(using=self.db)
  55029. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  55030. web_1 | number = obj.get_aggregation(using=using)[None]
  55031. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  55032. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  55033. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  55034. web_1 | cursor = self.connection.cursor()
  55035. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  55036. web_1 | cursor = self.make_debug_cursor(self._cursor())
  55037. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  55038. web_1 | self.ensure_connection()
  55039. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  55040. web_1 | self.connect()
  55041. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  55042. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  55043. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  55044. web_1 | self.connect()
  55045. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  55046. web_1 | self.connection = self.get_new_connection(conn_params)
  55047. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  55048. web_1 | return Database.connect(**conn_params)
  55049. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  55050. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  55051. web_1 | OperationalError: could not connect to server: Connection refused
  55052. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  55053. web_1 | TCP/IP connections on port 5432?
  55054. web_1 |
  55055. web_1 |
  55056. web_1 | >>> >>> Starting the server
  55057. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55058. web_1 |
  55059. web_1 | Fatal error: Unable to find local grunt.
  55060. web_1 |
  55061. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55062. web_1 | your project. For more information about installing and configuring grunt,
  55063. web_1 | please see the Getting Started guide:
  55064. web_1 |
  55065. web_1 | http://gruntjs.com/getting-started
  55066. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55067. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55068. web_1 | Syncing...
  55069. web_1 | Creating tables ...
  55070. web_1 | Creating table auth_permission
  55071. web_1 | Creating table auth_group_permissions
  55072. web_1 | Creating table auth_group
  55073. web_1 | Creating table django_content_type
  55074. web_1 | Creating table django_session
  55075. web_1 | Creating table django_site
  55076. web_1 | Creating table django_admin_log
  55077. web_1 | Creating table south_migrationhistory
  55078. web_1 | Creating table avatar_avatar
  55079. web_1 | Creating table users_user_groups
  55080. web_1 | Creating table users_user_user_permissions
  55081. web_1 | Creating table users_user
  55082. web_1 | Creating table account_emailaddress
  55083. web_1 | Creating table account_emailconfirmation
  55084. web_1 | Installing custom SQL ...
  55085. web_1 | Installing indexes ...
  55086. web_1 | Installed 0 object(s) from 0 fixture(s)
  55087. web_1 |
  55088. web_1 | Synced:
  55089. web_1 | > django.contrib.auth
  55090. web_1 | > django.contrib.contenttypes
  55091. web_1 | > django.contrib.sessions
  55092. web_1 | > django.contrib.sites
  55093. web_1 | > django.contrib.messages
  55094. web_1 | > django.contrib.staticfiles
  55095. web_1 | > django.contrib.admin
  55096. web_1 | > south
  55097. web_1 | > crispy_forms
  55098. web_1 | > avatar
  55099. web_1 | > bootstrap3
  55100. web_1 | > users
  55101. web_1 | > allauth
  55102. web_1 | > allauth.account
  55103. web_1 | > django.contrib.humanize
  55104. web_1 | > debug_toolbar
  55105. web_1 |
  55106. web_1 | Not synced (use migrations):
  55107. web_1 | - allauth.socialaccount
  55108. web_1 | - django_extensions
  55109. web_1 | (use ./manage.py migrate to migrate these)
  55110. web_1 | Running migrations for socialaccount:
  55111. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  55112. web_1 | > socialaccount:0001_initial
  55113. web_1 | > socialaccount:0002_genericmodels
  55114. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  55115. web_1 | > socialaccount:0004_add_sites
  55116. web_1 | > socialaccount:0005_set_sites
  55117. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  55118. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  55119. web_1 | > socialaccount:0008_client_id
  55120. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  55121. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  55122. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  55123. web_1 | - Loading initial data for socialaccount.
  55124. web_1 | Installed 0 object(s) from 0 fixture(s)
  55125. web_1 | Running migrations for django_extensions:
  55126. web_1 | - Migrating forwards to 0001_empty.
  55127. web_1 | > django_extensions:0001_empty
  55128. web_1 | - Loading initial data for django_extensions.
  55129. web_1 | Installed 0 object(s) from 0 fixture(s)
  55130. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55131. web_1 | [GCC 4.9.2] on linux2
  55132. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55133. web_1 | (InteractiveConsole)
  55134. web_1 |
  55135. web_1 | >>> >>> Starting the server
  55136. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55137. web_1 |
  55138. web_1 | Fatal error: Unable to find local grunt.
  55139. web_1 |
  55140. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55141. web_1 | your project. For more information about installing and configuring grunt,
  55142. web_1 | please see the Getting Started guide:
  55143. web_1 |
  55144. web_1 | http://gruntjs.com/getting-started
  55145. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55146. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55147. web_1 | Syncing...
  55148. web_1 | Creating tables ...
  55149. web_1 | Installing custom SQL ...
  55150. web_1 | Installing indexes ...
  55151. web_1 | Installed 0 object(s) from 0 fixture(s)
  55152. web_1 |
  55153. web_1 | Synced:
  55154. web_1 | > django.contrib.auth
  55155. web_1 | > django.contrib.contenttypes
  55156. web_1 | > django.contrib.sessions
  55157. web_1 | > django.contrib.sites
  55158. web_1 | > django.contrib.messages
  55159. web_1 | > django.contrib.staticfiles
  55160. web_1 | > django.contrib.admin
  55161. web_1 | > south
  55162. web_1 | > crispy_forms
  55163. web_1 | > avatar
  55164. web_1 | > bootstrap3
  55165. web_1 | > users
  55166. web_1 | > allauth
  55167. web_1 | > allauth.account
  55168. web_1 | > django.contrib.humanize
  55169. web_1 | > debug_toolbar
  55170. web_1 |
  55171. web_1 | Not synced (use migrations):
  55172. web_1 | - allauth.socialaccount
  55173. web_1 | - django_extensions
  55174. web_1 | (use ./manage.py migrate to migrate these)
  55175. web_1 | Running migrations for socialaccount:
  55176. web_1 | - Nothing to migrate.
  55177. web_1 | - Loading initial data for socialaccount.
  55178. web_1 | Installed 0 object(s) from 0 fixture(s)
  55179. web_1 | Running migrations for django_extensions:
  55180. web_1 | - Nothing to migrate.
  55181. web_1 | - Loading initial data for django_extensions.
  55182. web_1 | Installed 0 object(s) from 0 fixture(s)
  55183. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55184. web_1 | [GCC 4.9.2] on linux2
  55185. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55186. web_1 | (InteractiveConsole)
  55187. web_1 |
  55188. web_1 | >>> >>> Starting the server
  55189. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55190. web_1 |
  55191. web_1 | Fatal error: Unable to find local grunt.
  55192. web_1 |
  55193. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55194. web_1 | your project. For more information about installing and configuring grunt,
  55195. web_1 | please see the Getting Started guide:
  55196. web_1 |
  55197. web_1 | http://gruntjs.com/getting-started
  55198. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55199. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55200. web_1 | Syncing...
  55201. web_1 | Creating tables ...
  55202. web_1 | Installing custom SQL ...
  55203. web_1 | Installing indexes ...
  55204. web_1 | Installed 0 object(s) from 0 fixture(s)
  55205. web_1 |
  55206. web_1 | Synced:
  55207. web_1 | > django.contrib.auth
  55208. web_1 | > django.contrib.contenttypes
  55209. web_1 | > django.contrib.sessions
  55210. web_1 | > django.contrib.sites
  55211. web_1 | > django.contrib.messages
  55212. web_1 | > django.contrib.staticfiles
  55213. web_1 | > django.contrib.admin
  55214. web_1 | > south
  55215. web_1 | > crispy_forms
  55216. web_1 | > avatar
  55217. web_1 | > bootstrap3
  55218. web_1 | > users
  55219. web_1 | > allauth
  55220. web_1 | > allauth.account
  55221. web_1 | > django.contrib.humanize
  55222. web_1 | > debug_toolbar
  55223. web_1 |
  55224. web_1 | Not synced (use migrations):
  55225. web_1 | - allauth.socialaccount
  55226. web_1 | - django_extensions
  55227. web_1 | (use ./manage.py migrate to migrate these)
  55228. web_1 | Running migrations for socialaccount:
  55229. web_1 | - Nothing to migrate.
  55230. web_1 | - Loading initial data for socialaccount.
  55231. web_1 | Installed 0 object(s) from 0 fixture(s)
  55232. web_1 | Running migrations for django_extensions:
  55233. web_1 | - Nothing to migrate.
  55234. web_1 | - Loading initial data for django_extensions.
  55235. web_1 | Installed 0 object(s) from 0 fixture(s)
  55236. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55237. web_1 | [GCC 4.9.2] on linux2
  55238. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55239. web_1 | (InteractiveConsole)
  55240. web_1 |
  55241. web_1 | >>> >>> Starting the server
  55242. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55243. web_1 |
  55244. web_1 | Fatal error: Unable to find local grunt.
  55245. web_1 |
  55246. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55247. web_1 | your project. For more information about installing and configuring grunt,
  55248. web_1 | please see the Getting Started guide:
  55249. web_1 |
  55250. web_1 | http://gruntjs.com/getting-started
  55251. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55252. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55253. web_1 | Syncing...
  55254. web_1 | Creating tables ...
  55255. web_1 | Installing custom SQL ...
  55256. web_1 | Installing indexes ...
  55257. web_1 | Installed 0 object(s) from 0 fixture(s)
  55258. web_1 |
  55259. web_1 | Synced:
  55260. web_1 | > django.contrib.auth
  55261. web_1 | > django.contrib.contenttypes
  55262. web_1 | > django.contrib.sessions
  55263. web_1 | > django.contrib.sites
  55264. web_1 | > django.contrib.messages
  55265. web_1 | > django.contrib.staticfiles
  55266. web_1 | > django.contrib.admin
  55267. web_1 | > south
  55268. web_1 | > crispy_forms
  55269. web_1 | > avatar
  55270. web_1 | > bootstrap3
  55271. web_1 | > users
  55272. web_1 | > allauth
  55273. web_1 | > allauth.account
  55274. web_1 | > django.contrib.humanize
  55275. web_1 | > debug_toolbar
  55276. web_1 |
  55277. web_1 | Not synced (use migrations):
  55278. web_1 | - allauth.socialaccount
  55279. web_1 | - django_extensions
  55280. web_1 | (use ./manage.py migrate to migrate these)
  55281. web_1 | Running migrations for socialaccount:
  55282. web_1 | - Nothing to migrate.
  55283. web_1 | - Loading initial data for socialaccount.
  55284. web_1 | Installed 0 object(s) from 0 fixture(s)
  55285. web_1 | Running migrations for django_extensions:
  55286. web_1 | - Nothing to migrate.
  55287. web_1 | - Loading initial data for django_extensions.
  55288. web_1 | Installed 0 object(s) from 0 fixture(s)
  55289. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55290. web_1 | [GCC 4.9.2] on linux2
  55291. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55292. web_1 | (InteractiveConsole)
  55293. web_1 |
  55294. web_1 | >>> >>> Starting the server
  55295. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55296. web_1 |
  55297. web_1 | Fatal error: Unable to find local grunt.
  55298. web_1 |
  55299. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55300. web_1 | your project. For more information about installing and configuring grunt,
  55301. web_1 | please see the Getting Started guide:
  55302. web_1 |
  55303. web_1 | http://gruntjs.com/getting-started
  55304. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55305. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55306. web_1 | Syncing...
  55307. web_1 | Creating tables ...
  55308. web_1 | Installing custom SQL ...
  55309. web_1 | Installing indexes ...
  55310. web_1 | Installed 0 object(s) from 0 fixture(s)
  55311. web_1 |
  55312. web_1 | Synced:
  55313. web_1 | > django.contrib.auth
  55314. web_1 | > django.contrib.contenttypes
  55315. web_1 | > django.contrib.sessions
  55316. web_1 | > django.contrib.sites
  55317. web_1 | > django.contrib.messages
  55318. web_1 | > django.contrib.staticfiles
  55319. web_1 | > django.contrib.admin
  55320. web_1 | > south
  55321. web_1 | > crispy_forms
  55322. web_1 | > avatar
  55323. web_1 | > bootstrap3
  55324. web_1 | > users
  55325. web_1 | > allauth
  55326. web_1 | > allauth.account
  55327. web_1 | > django.contrib.humanize
  55328. web_1 | > debug_toolbar
  55329. web_1 |
  55330. web_1 | Not synced (use migrations):
  55331. web_1 | - allauth.socialaccount
  55332. web_1 | - django_extensions
  55333. web_1 | (use ./manage.py migrate to migrate these)
  55334. web_1 | Running migrations for socialaccount:
  55335. web_1 | - Nothing to migrate.
  55336. web_1 | - Loading initial data for socialaccount.
  55337. web_1 | Installed 0 object(s) from 0 fixture(s)
  55338. web_1 | Running migrations for django_extensions:
  55339. web_1 | - Nothing to migrate.
  55340. web_1 | - Loading initial data for django_extensions.
  55341. web_1 | Installed 0 object(s) from 0 fixture(s)
  55342. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55343. web_1 | [GCC 4.9.2] on linux2
  55344. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55345. web_1 | (InteractiveConsole)
  55346. web_1 |
  55347. web_1 | >>> >>> Starting the server
  55348. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55349. web_1 |
  55350. web_1 | Fatal error: Unable to find local grunt.
  55351. web_1 |
  55352. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55353. web_1 | your project. For more information about installing and configuring grunt,
  55354. web_1 | please see the Getting Started guide:
  55355. web_1 |
  55356. web_1 | http://gruntjs.com/getting-started
  55357. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55358. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55359. web_1 | Syncing...
  55360. web_1 | Creating tables ...
  55361. web_1 | Installing custom SQL ...
  55362. web_1 | Installing indexes ...
  55363. web_1 | Installed 0 object(s) from 0 fixture(s)
  55364. web_1 |
  55365. web_1 | Synced:
  55366. web_1 | > django.contrib.auth
  55367. web_1 | > django.contrib.contenttypes
  55368. web_1 | > django.contrib.sessions
  55369. web_1 | > django.contrib.sites
  55370. web_1 | > django.contrib.messages
  55371. web_1 | > django.contrib.staticfiles
  55372. web_1 | > django.contrib.admin
  55373. web_1 | > south
  55374. web_1 | > crispy_forms
  55375. web_1 | > avatar
  55376. web_1 | > bootstrap3
  55377. web_1 | > users
  55378. web_1 | > allauth
  55379. web_1 | > allauth.account
  55380. web_1 | > django.contrib.humanize
  55381. web_1 | > debug_toolbar
  55382. web_1 |
  55383. web_1 | Not synced (use migrations):
  55384. web_1 | - allauth.socialaccount
  55385. web_1 | - django_extensions
  55386. web_1 | (use ./manage.py migrate to migrate these)
  55387. web_1 | Running migrations for socialaccount:
  55388. web_1 | - Nothing to migrate.
  55389. web_1 | - Loading initial data for socialaccount.
  55390. web_1 | Installed 0 object(s) from 0 fixture(s)
  55391. web_1 | Running migrations for django_extensions:
  55392. web_1 | - Nothing to migrate.
  55393. web_1 | - Loading initial data for django_extensions.
  55394. web_1 | Installed 0 object(s) from 0 fixture(s)
  55395. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55396. web_1 | [GCC 4.9.2] on linux2
  55397. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55398. web_1 | (InteractiveConsole)
  55399. web_1 |
  55400. web_1 | >>> >>> Starting the server
  55401. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55402. web_1 |
  55403. web_1 | Fatal error: Unable to find local grunt.
  55404. web_1 |
  55405. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55406. web_1 | your project. For more information about installing and configuring grunt,
  55407. web_1 | please see the Getting Started guide:
  55408. web_1 |
  55409. web_1 | http://gruntjs.com/getting-started
  55410. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55411. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55412. web_1 | Syncing...
  55413. web_1 | Creating tables ...
  55414. web_1 | Installing custom SQL ...
  55415. web_1 | Installing indexes ...
  55416. web_1 | Installed 0 object(s) from 0 fixture(s)
  55417. web_1 |
  55418. web_1 | Synced:
  55419. web_1 | > django.contrib.auth
  55420. web_1 | > django.contrib.contenttypes
  55421. web_1 | > django.contrib.sessions
  55422. web_1 | > django.contrib.sites
  55423. web_1 | > django.contrib.messages
  55424. web_1 | > django.contrib.staticfiles
  55425. web_1 | > django.contrib.admin
  55426. web_1 | > south
  55427. web_1 | > crispy_forms
  55428. web_1 | > avatar
  55429. web_1 | > bootstrap3
  55430. web_1 | > users
  55431. web_1 | > allauth
  55432. web_1 | > allauth.account
  55433. web_1 | > django.contrib.humanize
  55434. web_1 | > debug_toolbar
  55435. web_1 |
  55436. web_1 | Not synced (use migrations):
  55437. web_1 | - allauth.socialaccount
  55438. web_1 | - django_extensions
  55439. web_1 | (use ./manage.py migrate to migrate these)
  55440. web_1 | Running migrations for socialaccount:
  55441. web_1 | - Nothing to migrate.
  55442. web_1 | - Loading initial data for socialaccount.
  55443. web_1 | Installed 0 object(s) from 0 fixture(s)
  55444. web_1 | Running migrations for django_extensions:
  55445. web_1 | - Nothing to migrate.
  55446. web_1 | - Loading initial data for django_extensions.
  55447. web_1 | Installed 0 object(s) from 0 fixture(s)
  55448. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55449. web_1 | [GCC 4.9.2] on linux2
  55450. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55451. web_1 | (InteractiveConsole)
  55452. web_1 |
  55453. web_1 | >>> >>> Starting the server
  55454. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55455. web_1 |
  55456. web_1 | Fatal error: Unable to find local grunt.
  55457. web_1 |
  55458. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55459. web_1 | your project. For more information about installing and configuring grunt,
  55460. web_1 | please see the Getting Started guide:
  55461. web_1 |
  55462. web_1 | http://gruntjs.com/getting-started
  55463. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55464. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55465. web_1 | Syncing...
  55466. web_1 | Creating tables ...
  55467. web_1 | Installing custom SQL ...
  55468. web_1 | Installing indexes ...
  55469. web_1 | Installed 0 object(s) from 0 fixture(s)
  55470. web_1 |
  55471. web_1 | Synced:
  55472. web_1 | > django.contrib.auth
  55473. web_1 | > django.contrib.contenttypes
  55474. web_1 | > django.contrib.sessions
  55475. web_1 | > django.contrib.sites
  55476. web_1 | > django.contrib.messages
  55477. web_1 | > django.contrib.staticfiles
  55478. web_1 | > django.contrib.admin
  55479. web_1 | > south
  55480. web_1 | > crispy_forms
  55481. web_1 | > avatar
  55482. web_1 | > bootstrap3
  55483. web_1 | > users
  55484. web_1 | > allauth
  55485. web_1 | > allauth.account
  55486. web_1 | > django.contrib.humanize
  55487. web_1 | > debug_toolbar
  55488. web_1 |
  55489. web_1 | Not synced (use migrations):
  55490. web_1 | - allauth.socialaccount
  55491. web_1 | - django_extensions
  55492. web_1 | (use ./manage.py migrate to migrate these)
  55493. web_1 | Running migrations for socialaccount:
  55494. web_1 | - Nothing to migrate.
  55495. web_1 | - Loading initial data for socialaccount.
  55496. web_1 | Installed 0 object(s) from 0 fixture(s)
  55497. web_1 | Running migrations for django_extensions:
  55498. web_1 | - Nothing to migrate.
  55499. web_1 | - Loading initial data for django_extensions.
  55500. web_1 | Installed 0 object(s) from 0 fixture(s)
  55501. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55502. web_1 | [GCC 4.9.2] on linux2
  55503. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55504. web_1 | (InteractiveConsole)
  55505. web_1 |
  55506. web_1 | >>> >>> Starting the server
  55507. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55508. web_1 |
  55509. web_1 | Fatal error: Unable to find local grunt.
  55510. web_1 |
  55511. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55512. web_1 | your project. For more information about installing and configuring grunt,
  55513. web_1 | please see the Getting Started guide:
  55514. web_1 |
  55515. web_1 | http://gruntjs.com/getting-started
  55516. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55517. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55518. web_1 | Syncing...
  55519. web_1 | Creating tables ...
  55520. web_1 | Installing custom SQL ...
  55521. web_1 | Installing indexes ...
  55522. web_1 | Installed 0 object(s) from 0 fixture(s)
  55523. web_1 |
  55524. web_1 | Synced:
  55525. web_1 | > django.contrib.auth
  55526. web_1 | > django.contrib.contenttypes
  55527. web_1 | > django.contrib.sessions
  55528. web_1 | > django.contrib.sites
  55529. web_1 | > django.contrib.messages
  55530. web_1 | > django.contrib.staticfiles
  55531. web_1 | > django.contrib.admin
  55532. web_1 | > south
  55533. web_1 | > crispy_forms
  55534. web_1 | > avatar
  55535. web_1 | > bootstrap3
  55536. web_1 | > users
  55537. web_1 | > allauth
  55538. web_1 | > allauth.account
  55539. web_1 | > django.contrib.humanize
  55540. web_1 | > debug_toolbar
  55541. web_1 |
  55542. web_1 | Not synced (use migrations):
  55543. web_1 | - allauth.socialaccount
  55544. web_1 | - django_extensions
  55545. web_1 | (use ./manage.py migrate to migrate these)
  55546. web_1 | Running migrations for socialaccount:
  55547. web_1 | - Nothing to migrate.
  55548. web_1 | - Loading initial data for socialaccount.
  55549. web_1 | Installed 0 object(s) from 0 fixture(s)
  55550. web_1 | Running migrations for django_extensions:
  55551. web_1 | - Nothing to migrate.
  55552. web_1 | - Loading initial data for django_extensions.
  55553. web_1 | Installed 0 object(s) from 0 fixture(s)
  55554. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55555. web_1 | [GCC 4.9.2] on linux2
  55556. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55557. web_1 | (InteractiveConsole)
  55558. web_1 |
  55559. web_1 | >>> >>> Starting the server
  55560. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55561. web_1 |
  55562. web_1 | Fatal error: Unable to find local grunt.
  55563. web_1 |
  55564. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55565. web_1 | your project. For more information about installing and configuring grunt,
  55566. web_1 | please see the Getting Started guide:
  55567. web_1 |
  55568. web_1 | http://gruntjs.com/getting-started
  55569. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55570. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55571. web_1 | Syncing...
  55572. web_1 | Creating tables ...
  55573. web_1 | Installing custom SQL ...
  55574. web_1 | Installing indexes ...
  55575. web_1 | Installed 0 object(s) from 0 fixture(s)
  55576. web_1 |
  55577. web_1 | Synced:
  55578. web_1 | > django.contrib.auth
  55579. web_1 | > django.contrib.contenttypes
  55580. web_1 | > django.contrib.sessions
  55581. web_1 | > django.contrib.sites
  55582. web_1 | > django.contrib.messages
  55583. web_1 | > django.contrib.staticfiles
  55584. web_1 | > django.contrib.admin
  55585. web_1 | > south
  55586. web_1 | > crispy_forms
  55587. web_1 | > avatar
  55588. web_1 | > bootstrap3
  55589. web_1 | > users
  55590. web_1 | > allauth
  55591. web_1 | > allauth.account
  55592. web_1 | > django.contrib.humanize
  55593. web_1 | > debug_toolbar
  55594. web_1 |
  55595. web_1 | Not synced (use migrations):
  55596. web_1 | - allauth.socialaccount
  55597. web_1 | - django_extensions
  55598. web_1 | (use ./manage.py migrate to migrate these)
  55599. web_1 | Running migrations for socialaccount:
  55600. web_1 | - Nothing to migrate.
  55601. web_1 | - Loading initial data for socialaccount.
  55602. web_1 | Installed 0 object(s) from 0 fixture(s)
  55603. web_1 | Running migrations for django_extensions:
  55604. web_1 | - Nothing to migrate.
  55605. web_1 | - Loading initial data for django_extensions.
  55606. web_1 | Installed 0 object(s) from 0 fixture(s)
  55607. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55608. web_1 | [GCC 4.9.2] on linux2
  55609. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55610. web_1 | (InteractiveConsole)
  55611. web_1 |
  55612. web_1 | >>> >>> Starting the server
  55613. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55614. web_1 |
  55615. web_1 | Fatal error: Unable to find local grunt.
  55616. web_1 |
  55617. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55618. web_1 | your project. For more information about installing and configuring grunt,
  55619. web_1 | please see the Getting Started guide:
  55620. web_1 |
  55621. web_1 | http://gruntjs.com/getting-started
  55622. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55623. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55624. web_1 | Syncing...
  55625. web_1 | Creating tables ...
  55626. web_1 | Installing custom SQL ...
  55627. web_1 | Installing indexes ...
  55628. web_1 | Installed 0 object(s) from 0 fixture(s)
  55629. web_1 |
  55630. web_1 | Synced:
  55631. web_1 | > django.contrib.auth
  55632. web_1 | > django.contrib.contenttypes
  55633. web_1 | > django.contrib.sessions
  55634. web_1 | > django.contrib.sites
  55635. web_1 | > django.contrib.messages
  55636. web_1 | > django.contrib.staticfiles
  55637. web_1 | > django.contrib.admin
  55638. web_1 | > south
  55639. web_1 | > crispy_forms
  55640. web_1 | > avatar
  55641. web_1 | > bootstrap3
  55642. web_1 | > users
  55643. web_1 | > allauth
  55644. web_1 | > allauth.account
  55645. web_1 | > django.contrib.humanize
  55646. web_1 | > debug_toolbar
  55647. web_1 |
  55648. web_1 | Not synced (use migrations):
  55649. web_1 | - allauth.socialaccount
  55650. web_1 | - django_extensions
  55651. web_1 | (use ./manage.py migrate to migrate these)
  55652. web_1 | Running migrations for socialaccount:
  55653. web_1 | - Nothing to migrate.
  55654. web_1 | - Loading initial data for socialaccount.
  55655. web_1 | Installed 0 object(s) from 0 fixture(s)
  55656. web_1 | Running migrations for django_extensions:
  55657. web_1 | - Nothing to migrate.
  55658. web_1 | - Loading initial data for django_extensions.
  55659. web_1 | Installed 0 object(s) from 0 fixture(s)
  55660. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55661. web_1 | [GCC 4.9.2] on linux2
  55662. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55663. web_1 | (InteractiveConsole)
  55664. web_1 |
  55665. web_1 | >>> >>> Starting the server
  55666. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55667. web_1 |
  55668. web_1 | Fatal error: Unable to find local grunt.
  55669. web_1 |
  55670. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55671. web_1 | your project. For more information about installing and configuring grunt,
  55672. web_1 | please see the Getting Started guide:
  55673. web_1 |
  55674. web_1 | http://gruntjs.com/getting-started
  55675. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55676. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55677. web_1 | Syncing...
  55678. web_1 | Creating tables ...
  55679. web_1 | Installing custom SQL ...
  55680. web_1 | Installing indexes ...
  55681. web_1 | Installed 0 object(s) from 0 fixture(s)
  55682. web_1 |
  55683. web_1 | Synced:
  55684. web_1 | > django.contrib.auth
  55685. web_1 | > django.contrib.contenttypes
  55686. web_1 | > django.contrib.sessions
  55687. web_1 | > django.contrib.sites
  55688. web_1 | > django.contrib.messages
  55689. web_1 | > django.contrib.staticfiles
  55690. web_1 | > django.contrib.admin
  55691. web_1 | > south
  55692. web_1 | > crispy_forms
  55693. web_1 | > avatar
  55694. web_1 | > bootstrap3
  55695. web_1 | > users
  55696. web_1 | > allauth
  55697. web_1 | > allauth.account
  55698. web_1 | > django.contrib.humanize
  55699. web_1 | > debug_toolbar
  55700. web_1 |
  55701. web_1 | Not synced (use migrations):
  55702. web_1 | - allauth.socialaccount
  55703. web_1 | - django_extensions
  55704. web_1 | (use ./manage.py migrate to migrate these)
  55705. web_1 | Running migrations for socialaccount:
  55706. web_1 | - Nothing to migrate.
  55707. web_1 | - Loading initial data for socialaccount.
  55708. web_1 | Installed 0 object(s) from 0 fixture(s)
  55709. web_1 | Running migrations for django_extensions:
  55710. web_1 | - Nothing to migrate.
  55711. web_1 | - Loading initial data for django_extensions.
  55712. web_1 | Installed 0 object(s) from 0 fixture(s)
  55713. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55714. web_1 | [GCC 4.9.2] on linux2
  55715. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55716. web_1 | (InteractiveConsole)
  55717. web_1 |
  55718. web_1 | >>> >>> Starting the server
  55719. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55720. web_1 |
  55721. web_1 | Fatal error: Unable to find local grunt.
  55722. web_1 |
  55723. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55724. web_1 | your project. For more information about installing and configuring grunt,
  55725. web_1 | please see the Getting Started guide:
  55726. web_1 |
  55727. web_1 | http://gruntjs.com/getting-started
  55728. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55729. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55730. web_1 | Syncing...
  55731. web_1 | Creating tables ...
  55732. web_1 | Installing custom SQL ...
  55733. web_1 | Installing indexes ...
  55734. web_1 | Installed 0 object(s) from 0 fixture(s)
  55735. web_1 |
  55736. web_1 | Synced:
  55737. web_1 | > django.contrib.auth
  55738. web_1 | > django.contrib.contenttypes
  55739. web_1 | > django.contrib.sessions
  55740. web_1 | > django.contrib.sites
  55741. web_1 | > django.contrib.messages
  55742. web_1 | > django.contrib.staticfiles
  55743. web_1 | > django.contrib.admin
  55744. web_1 | > south
  55745. web_1 | > crispy_forms
  55746. web_1 | > avatar
  55747. web_1 | > bootstrap3
  55748. web_1 | > users
  55749. web_1 | > allauth
  55750. web_1 | > allauth.account
  55751. web_1 | > django.contrib.humanize
  55752. web_1 | > debug_toolbar
  55753. web_1 |
  55754. web_1 | Not synced (use migrations):
  55755. web_1 | - allauth.socialaccount
  55756. web_1 | - django_extensions
  55757. web_1 | (use ./manage.py migrate to migrate these)
  55758. web_1 | Running migrations for socialaccount:
  55759. web_1 | - Nothing to migrate.
  55760. web_1 | - Loading initial data for socialaccount.
  55761. web_1 | Installed 0 object(s) from 0 fixture(s)
  55762. web_1 | Running migrations for django_extensions:
  55763. web_1 | - Nothing to migrate.
  55764. web_1 | - Loading initial data for django_extensions.
  55765. web_1 | Installed 0 object(s) from 0 fixture(s)
  55766. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55767. web_1 | [GCC 4.9.2] on linux2
  55768. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55769. web_1 | (InteractiveConsole)
  55770. web_1 |
  55771. web_1 | >>> >>> Starting the server
  55772. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55773. web_1 |
  55774. web_1 | Fatal error: Unable to find local grunt.
  55775. web_1 |
  55776. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55777. web_1 | your project. For more information about installing and configuring grunt,
  55778. web_1 | please see the Getting Started guide:
  55779. web_1 |
  55780. web_1 | http://gruntjs.com/getting-started
  55781. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55782. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55783. web_1 | Syncing...
  55784. web_1 | Creating tables ...
  55785. web_1 | Installing custom SQL ...
  55786. web_1 | Installing indexes ...
  55787. web_1 | Installed 0 object(s) from 0 fixture(s)
  55788. web_1 |
  55789. web_1 | Synced:
  55790. web_1 | > django.contrib.auth
  55791. web_1 | > django.contrib.contenttypes
  55792. web_1 | > django.contrib.sessions
  55793. web_1 | > django.contrib.sites
  55794. web_1 | > django.contrib.messages
  55795. web_1 | > django.contrib.staticfiles
  55796. web_1 | > django.contrib.admin
  55797. web_1 | > south
  55798. web_1 | > crispy_forms
  55799. web_1 | > avatar
  55800. web_1 | > bootstrap3
  55801. web_1 | > users
  55802. web_1 | > allauth
  55803. web_1 | > allauth.account
  55804. web_1 | > django.contrib.humanize
  55805. web_1 | > debug_toolbar
  55806. web_1 |
  55807. web_1 | Not synced (use migrations):
  55808. web_1 | - allauth.socialaccount
  55809. web_1 | - django_extensions
  55810. web_1 | (use ./manage.py migrate to migrate these)
  55811. web_1 | Running migrations for socialaccount:
  55812. web_1 | - Nothing to migrate.
  55813. web_1 | - Loading initial data for socialaccount.
  55814. web_1 | Installed 0 object(s) from 0 fixture(s)
  55815. web_1 | Running migrations for django_extensions:
  55816. web_1 | - Nothing to migrate.
  55817. web_1 | - Loading initial data for django_extensions.
  55818. web_1 | Installed 0 object(s) from 0 fixture(s)
  55819. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55820. web_1 | [GCC 4.9.2] on linux2
  55821. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55822. web_1 | (InteractiveConsole)
  55823. web_1 |
  55824. web_1 | >>> >>> Starting the server
  55825. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55826. web_1 |
  55827. web_1 | Fatal error: Unable to find local grunt.
  55828. web_1 |
  55829. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55830. web_1 | your project. For more information about installing and configuring grunt,
  55831. web_1 | please see the Getting Started guide:
  55832. web_1 |
  55833. web_1 | http://gruntjs.com/getting-started
  55834. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55835. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55836. web_1 | Syncing...
  55837. web_1 | Creating tables ...
  55838. web_1 | Installing custom SQL ...
  55839. web_1 | Installing indexes ...
  55840. web_1 | Installed 0 object(s) from 0 fixture(s)
  55841. web_1 |
  55842. web_1 | Synced:
  55843. web_1 | > django.contrib.auth
  55844. web_1 | > django.contrib.contenttypes
  55845. web_1 | > django.contrib.sessions
  55846. web_1 | > django.contrib.sites
  55847. web_1 | > django.contrib.messages
  55848. web_1 | > django.contrib.staticfiles
  55849. web_1 | > django.contrib.admin
  55850. web_1 | > south
  55851. web_1 | > crispy_forms
  55852. web_1 | > avatar
  55853. web_1 | > bootstrap3
  55854. web_1 | > users
  55855. web_1 | > allauth
  55856. web_1 | > allauth.account
  55857. web_1 | > django.contrib.humanize
  55858. web_1 | > debug_toolbar
  55859. web_1 |
  55860. web_1 | Not synced (use migrations):
  55861. web_1 | - allauth.socialaccount
  55862. web_1 | - django_extensions
  55863. web_1 | (use ./manage.py migrate to migrate these)
  55864. web_1 | Running migrations for socialaccount:
  55865. web_1 | - Nothing to migrate.
  55866. web_1 | - Loading initial data for socialaccount.
  55867. web_1 | Installed 0 object(s) from 0 fixture(s)
  55868. web_1 | Running migrations for django_extensions:
  55869. web_1 | - Nothing to migrate.
  55870. web_1 | - Loading initial data for django_extensions.
  55871. web_1 | Installed 0 object(s) from 0 fixture(s)
  55872. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55873. web_1 | [GCC 4.9.2] on linux2
  55874. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55875. web_1 | (InteractiveConsole)
  55876. web_1 |
  55877. web_1 | >>> >>> Starting the server
  55878. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55879. web_1 |
  55880. web_1 | Fatal error: Unable to find local grunt.
  55881. web_1 |
  55882. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55883. web_1 | your project. For more information about installing and configuring grunt,
  55884. web_1 | please see the Getting Started guide:
  55885. web_1 |
  55886. web_1 | http://gruntjs.com/getting-started
  55887. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55888. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55889. web_1 | Syncing...
  55890. web_1 | Creating tables ...
  55891. web_1 | Installing custom SQL ...
  55892. web_1 | Installing indexes ...
  55893. web_1 | Installed 0 object(s) from 0 fixture(s)
  55894. web_1 |
  55895. web_1 | Synced:
  55896. web_1 | > django.contrib.auth
  55897. web_1 | > django.contrib.contenttypes
  55898. web_1 | > django.contrib.sessions
  55899. web_1 | > django.contrib.sites
  55900. web_1 | > django.contrib.messages
  55901. web_1 | > django.contrib.staticfiles
  55902. web_1 | > django.contrib.admin
  55903. web_1 | > south
  55904. web_1 | > crispy_forms
  55905. web_1 | > avatar
  55906. web_1 | > bootstrap3
  55907. web_1 | > users
  55908. web_1 | > allauth
  55909. web_1 | > allauth.account
  55910. web_1 | > django.contrib.humanize
  55911. web_1 | > debug_toolbar
  55912. web_1 |
  55913. web_1 | Not synced (use migrations):
  55914. web_1 | - allauth.socialaccount
  55915. web_1 | - django_extensions
  55916. web_1 | (use ./manage.py migrate to migrate these)
  55917. web_1 | Running migrations for socialaccount:
  55918. web_1 | - Nothing to migrate.
  55919. web_1 | - Loading initial data for socialaccount.
  55920. web_1 | Installed 0 object(s) from 0 fixture(s)
  55921. web_1 | Running migrations for django_extensions:
  55922. web_1 | - Nothing to migrate.
  55923. web_1 | - Loading initial data for django_extensions.
  55924. web_1 | Installed 0 object(s) from 0 fixture(s)
  55925. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55926. web_1 | [GCC 4.9.2] on linux2
  55927. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55928. web_1 | (InteractiveConsole)
  55929. web_1 |
  55930. web_1 | >>> >>> Starting the server
  55931. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55932. web_1 |
  55933. web_1 | Fatal error: Unable to find local grunt.
  55934. web_1 |
  55935. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55936. web_1 | your project. For more information about installing and configuring grunt,
  55937. web_1 | please see the Getting Started guide:
  55938. web_1 |
  55939. web_1 | http://gruntjs.com/getting-started
  55940. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55941. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55942. web_1 | Syncing...
  55943. web_1 | Creating tables ...
  55944. web_1 | Installing custom SQL ...
  55945. web_1 | Installing indexes ...
  55946. web_1 | Installed 0 object(s) from 0 fixture(s)
  55947. web_1 |
  55948. web_1 | Synced:
  55949. web_1 | > django.contrib.auth
  55950. web_1 | > django.contrib.contenttypes
  55951. web_1 | > django.contrib.sessions
  55952. web_1 | > django.contrib.sites
  55953. web_1 | > django.contrib.messages
  55954. web_1 | > django.contrib.staticfiles
  55955. web_1 | > django.contrib.admin
  55956. web_1 | > south
  55957. web_1 | > crispy_forms
  55958. web_1 | > avatar
  55959. web_1 | > bootstrap3
  55960. web_1 | > users
  55961. web_1 | > allauth
  55962. web_1 | > allauth.account
  55963. web_1 | > django.contrib.humanize
  55964. web_1 | > debug_toolbar
  55965. web_1 |
  55966. web_1 | Not synced (use migrations):
  55967. web_1 | - allauth.socialaccount
  55968. web_1 | - django_extensions
  55969. web_1 | (use ./manage.py migrate to migrate these)
  55970. web_1 | Running migrations for socialaccount:
  55971. web_1 | - Nothing to migrate.
  55972. web_1 | - Loading initial data for socialaccount.
  55973. web_1 | Installed 0 object(s) from 0 fixture(s)
  55974. web_1 | Running migrations for django_extensions:
  55975. web_1 | - Nothing to migrate.
  55976. web_1 | - Loading initial data for django_extensions.
  55977. web_1 | Installed 0 object(s) from 0 fixture(s)
  55978. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  55979. web_1 | [GCC 4.9.2] on linux2
  55980. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  55981. web_1 | (InteractiveConsole)
  55982. web_1 |
  55983. web_1 | >>> >>> Starting the server
  55984. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  55985. web_1 |
  55986. web_1 | Fatal error: Unable to find local grunt.
  55987. web_1 |
  55988. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  55989. web_1 | your project. For more information about installing and configuring grunt,
  55990. web_1 | please see the Getting Started guide:
  55991. web_1 |
  55992. web_1 | http://gruntjs.com/getting-started
  55993. web_1 | Starting OpenBSD Secure Shell server: sshd.
  55994. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  55995. web_1 | Syncing...
  55996. web_1 | Creating tables ...
  55997. web_1 | Installing custom SQL ...
  55998. web_1 | Installing indexes ...
  55999. web_1 | Installed 0 object(s) from 0 fixture(s)
  56000. web_1 |
  56001. web_1 | Synced:
  56002. web_1 | > django.contrib.auth
  56003. web_1 | > django.contrib.contenttypes
  56004. web_1 | > django.contrib.sessions
  56005. web_1 | > django.contrib.sites
  56006. web_1 | > django.contrib.messages
  56007. web_1 | > django.contrib.staticfiles
  56008. web_1 | > django.contrib.admin
  56009. web_1 | > south
  56010. web_1 | > crispy_forms
  56011. web_1 | > avatar
  56012. web_1 | > bootstrap3
  56013. web_1 | > users
  56014. web_1 | > allauth
  56015. web_1 | > allauth.account
  56016. web_1 | > django.contrib.humanize
  56017. web_1 | > debug_toolbar
  56018. web_1 |
  56019. web_1 | Not synced (use migrations):
  56020. web_1 | - allauth.socialaccount
  56021. web_1 | - django_extensions
  56022. web_1 | (use ./manage.py migrate to migrate these)
  56023. web_1 | Running migrations for socialaccount:
  56024. web_1 | - Nothing to migrate.
  56025. web_1 | - Loading initial data for socialaccount.
  56026. web_1 | Installed 0 object(s) from 0 fixture(s)
  56027. web_1 | Running migrations for django_extensions:
  56028. web_1 | - Nothing to migrate.
  56029. web_1 | - Loading initial data for django_extensions.
  56030. web_1 | Installed 0 object(s) from 0 fixture(s)
  56031. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56032. web_1 | [GCC 4.9.2] on linux2
  56033. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56034. web_1 | (InteractiveConsole)
  56035. web_1 |
  56036. web_1 | >>> >>> Starting the server
  56037. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56038. web_1 |
  56039. web_1 | Fatal error: Unable to find local grunt.
  56040. web_1 |
  56041. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56042. web_1 | your project. For more information about installing and configuring grunt,
  56043. web_1 | please see the Getting Started guide:
  56044. web_1 |
  56045. web_1 | http://gruntjs.com/getting-started
  56046. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56047. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56048. web_1 | Syncing...
  56049. web_1 | Creating tables ...
  56050. web_1 | Installing custom SQL ...
  56051. web_1 | Installing indexes ...
  56052. web_1 | Installed 0 object(s) from 0 fixture(s)
  56053. web_1 |
  56054. web_1 | Synced:
  56055. web_1 | > django.contrib.auth
  56056. web_1 | > django.contrib.contenttypes
  56057. web_1 | > django.contrib.sessions
  56058. web_1 | > django.contrib.sites
  56059. web_1 | > django.contrib.messages
  56060. web_1 | > django.contrib.staticfiles
  56061. web_1 | > django.contrib.admin
  56062. web_1 | > south
  56063. web_1 | > crispy_forms
  56064. web_1 | > avatar
  56065. web_1 | > bootstrap3
  56066. web_1 | > users
  56067. web_1 | > allauth
  56068. web_1 | > allauth.account
  56069. web_1 | > django.contrib.humanize
  56070. web_1 | > debug_toolbar
  56071. web_1 |
  56072. web_1 | Not synced (use migrations):
  56073. web_1 | - allauth.socialaccount
  56074. web_1 | - django_extensions
  56075. web_1 | (use ./manage.py migrate to migrate these)
  56076. web_1 | Running migrations for socialaccount:
  56077. web_1 | - Nothing to migrate.
  56078. web_1 | - Loading initial data for socialaccount.
  56079. web_1 | Installed 0 object(s) from 0 fixture(s)
  56080. web_1 | Running migrations for django_extensions:
  56081. web_1 | - Nothing to migrate.
  56082. web_1 | - Loading initial data for django_extensions.
  56083. web_1 | Installed 0 object(s) from 0 fixture(s)
  56084. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56085. web_1 | [GCC 4.9.2] on linux2
  56086. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56087. web_1 | (InteractiveConsole)
  56088. web_1 |
  56089. web_1 | >>> >>> Starting the server
  56090. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56091. web_1 |
  56092. web_1 | Fatal error: Unable to find local grunt.
  56093. web_1 |
  56094. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56095. web_1 | your project. For more information about installing and configuring grunt,
  56096. web_1 | please see the Getting Started guide:
  56097. web_1 |
  56098. web_1 | http://gruntjs.com/getting-started
  56099. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56100. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56101. web_1 | Syncing...
  56102. web_1 | Creating tables ...
  56103. web_1 | Installing custom SQL ...
  56104. web_1 | Installing indexes ...
  56105. web_1 | Installed 0 object(s) from 0 fixture(s)
  56106. web_1 |
  56107. web_1 | Synced:
  56108. web_1 | > django.contrib.auth
  56109. web_1 | > django.contrib.contenttypes
  56110. web_1 | > django.contrib.sessions
  56111. web_1 | > django.contrib.sites
  56112. web_1 | > django.contrib.messages
  56113. web_1 | > django.contrib.staticfiles
  56114. web_1 | > django.contrib.admin
  56115. web_1 | > south
  56116. web_1 | > crispy_forms
  56117. web_1 | > avatar
  56118. web_1 | > bootstrap3
  56119. web_1 | > users
  56120. web_1 | > allauth
  56121. web_1 | > allauth.account
  56122. web_1 | > django.contrib.humanize
  56123. web_1 | > debug_toolbar
  56124. web_1 |
  56125. web_1 | Not synced (use migrations):
  56126. web_1 | - allauth.socialaccount
  56127. web_1 | - django_extensions
  56128. web_1 | (use ./manage.py migrate to migrate these)
  56129. web_1 | Running migrations for socialaccount:
  56130. web_1 | - Nothing to migrate.
  56131. web_1 | - Loading initial data for socialaccount.
  56132. web_1 | Installed 0 object(s) from 0 fixture(s)
  56133. web_1 | Running migrations for django_extensions:
  56134. web_1 | - Nothing to migrate.
  56135. web_1 | - Loading initial data for django_extensions.
  56136. web_1 | Installed 0 object(s) from 0 fixture(s)
  56137. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56138. web_1 | [GCC 4.9.2] on linux2
  56139. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56140. web_1 | (InteractiveConsole)
  56141. web_1 |
  56142. web_1 | >>> >>> Starting the server
  56143. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56144. web_1 |
  56145. web_1 | Fatal error: Unable to find local grunt.
  56146. web_1 |
  56147. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56148. web_1 | your project. For more information about installing and configuring grunt,
  56149. web_1 | please see the Getting Started guide:
  56150. web_1 |
  56151. web_1 | http://gruntjs.com/getting-started
  56152. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56153. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56154. web_1 | Syncing...
  56155. web_1 | Creating tables ...
  56156. web_1 | Installing custom SQL ...
  56157. web_1 | Installing indexes ...
  56158. web_1 | Installed 0 object(s) from 0 fixture(s)
  56159. web_1 |
  56160. web_1 | Synced:
  56161. web_1 | > django.contrib.auth
  56162. web_1 | > django.contrib.contenttypes
  56163. web_1 | > django.contrib.sessions
  56164. web_1 | > django.contrib.sites
  56165. web_1 | > django.contrib.messages
  56166. web_1 | > django.contrib.staticfiles
  56167. web_1 | > django.contrib.admin
  56168. web_1 | > south
  56169. web_1 | > crispy_forms
  56170. web_1 | > avatar
  56171. web_1 | > bootstrap3
  56172. web_1 | > users
  56173. web_1 | > allauth
  56174. web_1 | > allauth.account
  56175. web_1 | > django.contrib.humanize
  56176. web_1 | > debug_toolbar
  56177. web_1 |
  56178. web_1 | Not synced (use migrations):
  56179. web_1 | - allauth.socialaccount
  56180. web_1 | - django_extensions
  56181. web_1 | (use ./manage.py migrate to migrate these)
  56182. web_1 | Running migrations for socialaccount:
  56183. web_1 | - Nothing to migrate.
  56184. web_1 | - Loading initial data for socialaccount.
  56185. web_1 | Installed 0 object(s) from 0 fixture(s)
  56186. web_1 | Running migrations for django_extensions:
  56187. web_1 | - Nothing to migrate.
  56188. web_1 | - Loading initial data for django_extensions.
  56189. web_1 | Installed 0 object(s) from 0 fixture(s)
  56190. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56191. web_1 | [GCC 4.9.2] on linux2
  56192. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56193. web_1 | (InteractiveConsole)
  56194. web_1 |
  56195. web_1 | >>> >>> Starting the server
  56196. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56197. web_1 |
  56198. web_1 | Fatal error: Unable to find local grunt.
  56199. web_1 |
  56200. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56201. web_1 | your project. For more information about installing and configuring grunt,
  56202. web_1 | please see the Getting Started guide:
  56203. web_1 |
  56204. web_1 | http://gruntjs.com/getting-started
  56205. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56206. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56207. web_1 | Syncing...
  56208. web_1 | Creating tables ...
  56209. web_1 | Installing custom SQL ...
  56210. web_1 | Installing indexes ...
  56211. web_1 | Installed 0 object(s) from 0 fixture(s)
  56212. web_1 |
  56213. web_1 | Synced:
  56214. web_1 | > django.contrib.auth
  56215. web_1 | > django.contrib.contenttypes
  56216. web_1 | > django.contrib.sessions
  56217. web_1 | > django.contrib.sites
  56218. web_1 | > django.contrib.messages
  56219. web_1 | > django.contrib.staticfiles
  56220. web_1 | > django.contrib.admin
  56221. web_1 | > south
  56222. web_1 | > crispy_forms
  56223. web_1 | > avatar
  56224. web_1 | > bootstrap3
  56225. web_1 | > users
  56226. web_1 | > allauth
  56227. web_1 | > allauth.account
  56228. web_1 | > django.contrib.humanize
  56229. web_1 | > debug_toolbar
  56230. web_1 |
  56231. web_1 | Not synced (use migrations):
  56232. web_1 | - allauth.socialaccount
  56233. web_1 | - django_extensions
  56234. web_1 | (use ./manage.py migrate to migrate these)
  56235. web_1 | Running migrations for socialaccount:
  56236. web_1 | - Nothing to migrate.
  56237. web_1 | - Loading initial data for socialaccount.
  56238. web_1 | Installed 0 object(s) from 0 fixture(s)
  56239. web_1 | Running migrations for django_extensions:
  56240. web_1 | - Nothing to migrate.
  56241. web_1 | - Loading initial data for django_extensions.
  56242. web_1 | Installed 0 object(s) from 0 fixture(s)
  56243. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56244. web_1 | [GCC 4.9.2] on linux2
  56245. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56246. web_1 | (InteractiveConsole)
  56247. web_1 |
  56248. web_1 | >>> >>> Starting the server
  56249. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56250. web_1 |
  56251. web_1 | Fatal error: Unable to find local grunt.
  56252. web_1 |
  56253. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56254. web_1 | your project. For more information about installing and configuring grunt,
  56255. web_1 | please see the Getting Started guide:
  56256. web_1 |
  56257. web_1 | http://gruntjs.com/getting-started
  56258. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56259. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56260. web_1 | Syncing...
  56261. web_1 | Creating tables ...
  56262. web_1 | Installing custom SQL ...
  56263. web_1 | Installing indexes ...
  56264. web_1 | Installed 0 object(s) from 0 fixture(s)
  56265. web_1 |
  56266. web_1 | Synced:
  56267. web_1 | > django.contrib.auth
  56268. web_1 | > django.contrib.contenttypes
  56269. web_1 | > django.contrib.sessions
  56270. web_1 | > django.contrib.sites
  56271. web_1 | > django.contrib.messages
  56272. web_1 | > django.contrib.staticfiles
  56273. web_1 | > django.contrib.admin
  56274. web_1 | > south
  56275. web_1 | > crispy_forms
  56276. web_1 | > avatar
  56277. web_1 | > bootstrap3
  56278. web_1 | > users
  56279. web_1 | > allauth
  56280. web_1 | > allauth.account
  56281. web_1 | > django.contrib.humanize
  56282. web_1 | > debug_toolbar
  56283. web_1 |
  56284. web_1 | Not synced (use migrations):
  56285. web_1 | - allauth.socialaccount
  56286. web_1 | - django_extensions
  56287. web_1 | (use ./manage.py migrate to migrate these)
  56288. web_1 | Running migrations for socialaccount:
  56289. web_1 | - Nothing to migrate.
  56290. web_1 | - Loading initial data for socialaccount.
  56291. web_1 | Installed 0 object(s) from 0 fixture(s)
  56292. web_1 | Running migrations for django_extensions:
  56293. web_1 | - Nothing to migrate.
  56294. web_1 | - Loading initial data for django_extensions.
  56295. web_1 | Installed 0 object(s) from 0 fixture(s)
  56296. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56297. web_1 | [GCC 4.9.2] on linux2
  56298. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56299. web_1 | (InteractiveConsole)
  56300. web_1 |
  56301. web_1 | >>> >>> Starting the server
  56302. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56303. web_1 |
  56304. web_1 | Fatal error: Unable to find local grunt.
  56305. web_1 |
  56306. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56307. web_1 | your project. For more information about installing and configuring grunt,
  56308. web_1 | please see the Getting Started guide:
  56309. web_1 |
  56310. web_1 | http://gruntjs.com/getting-started
  56311. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56312. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56313. web_1 | Syncing...
  56314. web_1 | Creating tables ...
  56315. web_1 | Installing custom SQL ...
  56316. web_1 | Installing indexes ...
  56317. web_1 | Installed 0 object(s) from 0 fixture(s)
  56318. web_1 |
  56319. web_1 | Synced:
  56320. web_1 | > django.contrib.auth
  56321. web_1 | > django.contrib.contenttypes
  56322. web_1 | > django.contrib.sessions
  56323. web_1 | > django.contrib.sites
  56324. web_1 | > django.contrib.messages
  56325. web_1 | > django.contrib.staticfiles
  56326. web_1 | > django.contrib.admin
  56327. web_1 | > south
  56328. web_1 | > crispy_forms
  56329. web_1 | > avatar
  56330. web_1 | > bootstrap3
  56331. web_1 | > users
  56332. web_1 | > allauth
  56333. web_1 | > allauth.account
  56334. web_1 | > django.contrib.humanize
  56335. web_1 | > debug_toolbar
  56336. web_1 |
  56337. web_1 | Not synced (use migrations):
  56338. web_1 | - allauth.socialaccount
  56339. web_1 | - django_extensions
  56340. web_1 | (use ./manage.py migrate to migrate these)
  56341. web_1 | Running migrations for socialaccount:
  56342. web_1 | - Nothing to migrate.
  56343. web_1 | - Loading initial data for socialaccount.
  56344. web_1 | Installed 0 object(s) from 0 fixture(s)
  56345. web_1 | Running migrations for django_extensions:
  56346. web_1 | - Nothing to migrate.
  56347. web_1 | - Loading initial data for django_extensions.
  56348. web_1 | Installed 0 object(s) from 0 fixture(s)
  56349. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56350. web_1 | [GCC 4.9.2] on linux2
  56351. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56352. web_1 | (InteractiveConsole)
  56353. web_1 |
  56354. web_1 | >>> >>> Starting the server
  56355. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56356. web_1 |
  56357. web_1 | Fatal error: Unable to find local grunt.
  56358. web_1 |
  56359. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56360. web_1 | your project. For more information about installing and configuring grunt,
  56361. web_1 | please see the Getting Started guide:
  56362. web_1 |
  56363. web_1 | http://gruntjs.com/getting-started
  56364. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56365. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56366. web_1 | Syncing...
  56367. web_1 | Creating tables ...
  56368. web_1 | Installing custom SQL ...
  56369. web_1 | Installing indexes ...
  56370. web_1 | Installed 0 object(s) from 0 fixture(s)
  56371. web_1 |
  56372. web_1 | Synced:
  56373. web_1 | > django.contrib.auth
  56374. web_1 | > django.contrib.contenttypes
  56375. web_1 | > django.contrib.sessions
  56376. web_1 | > django.contrib.sites
  56377. web_1 | > django.contrib.messages
  56378. web_1 | > django.contrib.staticfiles
  56379. web_1 | > django.contrib.admin
  56380. web_1 | > south
  56381. web_1 | > crispy_forms
  56382. web_1 | > avatar
  56383. web_1 | > bootstrap3
  56384. web_1 | > users
  56385. web_1 | > allauth
  56386. web_1 | > allauth.account
  56387. web_1 | > django.contrib.humanize
  56388. web_1 | > debug_toolbar
  56389. web_1 |
  56390. web_1 | Not synced (use migrations):
  56391. web_1 | - allauth.socialaccount
  56392. web_1 | - django_extensions
  56393. web_1 | (use ./manage.py migrate to migrate these)
  56394. web_1 | Running migrations for socialaccount:
  56395. web_1 | - Nothing to migrate.
  56396. web_1 | - Loading initial data for socialaccount.
  56397. web_1 | Installed 0 object(s) from 0 fixture(s)
  56398. web_1 | Running migrations for django_extensions:
  56399. web_1 | - Nothing to migrate.
  56400. web_1 | - Loading initial data for django_extensions.
  56401. web_1 | Installed 0 object(s) from 0 fixture(s)
  56402. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56403. web_1 | [GCC 4.9.2] on linux2
  56404. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56405. web_1 | (InteractiveConsole)
  56406. web_1 |
  56407. web_1 | >>> >>> Starting the server
  56408. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56409. web_1 |
  56410. web_1 | Fatal error: Unable to find local grunt.
  56411. web_1 |
  56412. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56413. web_1 | your project. For more information about installing and configuring grunt,
  56414. web_1 | please see the Getting Started guide:
  56415. web_1 |
  56416. web_1 | http://gruntjs.com/getting-started
  56417. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56418. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56419. web_1 | Syncing...
  56420. web_1 | Creating tables ...
  56421. web_1 | Installing custom SQL ...
  56422. web_1 | Installing indexes ...
  56423. web_1 | Installed 0 object(s) from 0 fixture(s)
  56424. web_1 |
  56425. web_1 | Synced:
  56426. web_1 | > django.contrib.auth
  56427. web_1 | > django.contrib.contenttypes
  56428. web_1 | > django.contrib.sessions
  56429. web_1 | > django.contrib.sites
  56430. web_1 | > django.contrib.messages
  56431. web_1 | > django.contrib.staticfiles
  56432. web_1 | > django.contrib.admin
  56433. web_1 | > south
  56434. web_1 | > crispy_forms
  56435. web_1 | > avatar
  56436. web_1 | > bootstrap3
  56437. web_1 | > users
  56438. web_1 | > allauth
  56439. web_1 | > allauth.account
  56440. web_1 | > django.contrib.humanize
  56441. web_1 | > debug_toolbar
  56442. web_1 |
  56443. web_1 | Not synced (use migrations):
  56444. web_1 | - allauth.socialaccount
  56445. web_1 | - django_extensions
  56446. web_1 | (use ./manage.py migrate to migrate these)
  56447. web_1 | Running migrations for socialaccount:
  56448. web_1 | - Nothing to migrate.
  56449. web_1 | - Loading initial data for socialaccount.
  56450. web_1 | Installed 0 object(s) from 0 fixture(s)
  56451. web_1 | Running migrations for django_extensions:
  56452. web_1 | - Nothing to migrate.
  56453. web_1 | - Loading initial data for django_extensions.
  56454. web_1 | Installed 0 object(s) from 0 fixture(s)
  56455. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56456. web_1 | [GCC 4.9.2] on linux2
  56457. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56458. web_1 | (InteractiveConsole)
  56459. web_1 |
  56460. web_1 | >>> >>> Starting the server
  56461. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56462. web_1 |
  56463. web_1 | Fatal error: Unable to find local grunt.
  56464. web_1 |
  56465. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56466. web_1 | your project. For more information about installing and configuring grunt,
  56467. web_1 | please see the Getting Started guide:
  56468. web_1 |
  56469. web_1 | http://gruntjs.com/getting-started
  56470. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56471. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56472. web_1 | Syncing...
  56473. web_1 | Creating tables ...
  56474. web_1 | Installing custom SQL ...
  56475. web_1 | Installing indexes ...
  56476. web_1 | Installed 0 object(s) from 0 fixture(s)
  56477. web_1 |
  56478. web_1 | Synced:
  56479. web_1 | > django.contrib.auth
  56480. web_1 | > django.contrib.contenttypes
  56481. web_1 | > django.contrib.sessions
  56482. web_1 | > django.contrib.sites
  56483. web_1 | > django.contrib.messages
  56484. web_1 | > django.contrib.staticfiles
  56485. web_1 | > django.contrib.admin
  56486. web_1 | > south
  56487. web_1 | > crispy_forms
  56488. web_1 | > avatar
  56489. web_1 | > bootstrap3
  56490. web_1 | > users
  56491. web_1 | > allauth
  56492. web_1 | > allauth.account
  56493. web_1 | > django.contrib.humanize
  56494. web_1 | > debug_toolbar
  56495. web_1 |
  56496. web_1 | Not synced (use migrations):
  56497. web_1 | - allauth.socialaccount
  56498. web_1 | - django_extensions
  56499. web_1 | (use ./manage.py migrate to migrate these)
  56500. web_1 | Running migrations for socialaccount:
  56501. web_1 | - Nothing to migrate.
  56502. web_1 | - Loading initial data for socialaccount.
  56503. web_1 | Installed 0 object(s) from 0 fixture(s)
  56504. web_1 | Running migrations for django_extensions:
  56505. web_1 | - Nothing to migrate.
  56506. web_1 | - Loading initial data for django_extensions.
  56507. web_1 | Installed 0 object(s) from 0 fixture(s)
  56508. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56509. web_1 | [GCC 4.9.2] on linux2
  56510. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56511. web_1 | (InteractiveConsole)
  56512. web_1 |
  56513. web_1 | >>> >>> Starting the server
  56514. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56515. web_1 |
  56516. web_1 | Fatal error: Unable to find local grunt.
  56517. web_1 |
  56518. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56519. web_1 | your project. For more information about installing and configuring grunt,
  56520. web_1 | please see the Getting Started guide:
  56521. web_1 |
  56522. web_1 | http://gruntjs.com/getting-started
  56523. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56524. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56525. web_1 | Syncing...
  56526. web_1 | Creating tables ...
  56527. web_1 | Installing custom SQL ...
  56528. web_1 | Installing indexes ...
  56529. web_1 | Installed 0 object(s) from 0 fixture(s)
  56530. web_1 |
  56531. web_1 | Synced:
  56532. web_1 | > django.contrib.auth
  56533. web_1 | > django.contrib.contenttypes
  56534. web_1 | > django.contrib.sessions
  56535. web_1 | > django.contrib.sites
  56536. web_1 | > django.contrib.messages
  56537. web_1 | > django.contrib.staticfiles
  56538. web_1 | > django.contrib.admin
  56539. web_1 | > south
  56540. web_1 | > crispy_forms
  56541. web_1 | > avatar
  56542. web_1 | > bootstrap3
  56543. web_1 | > users
  56544. web_1 | > allauth
  56545. web_1 | > allauth.account
  56546. web_1 | > django.contrib.humanize
  56547. web_1 | > debug_toolbar
  56548. web_1 |
  56549. web_1 | Not synced (use migrations):
  56550. web_1 | - allauth.socialaccount
  56551. web_1 | - django_extensions
  56552. web_1 | (use ./manage.py migrate to migrate these)
  56553. web_1 | Running migrations for socialaccount:
  56554. web_1 | - Nothing to migrate.
  56555. web_1 | - Loading initial data for socialaccount.
  56556. web_1 | Installed 0 object(s) from 0 fixture(s)
  56557. web_1 | Running migrations for django_extensions:
  56558. web_1 | - Nothing to migrate.
  56559. web_1 | - Loading initial data for django_extensions.
  56560. web_1 | Installed 0 object(s) from 0 fixture(s)
  56561. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56562. web_1 | [GCC 4.9.2] on linux2
  56563. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56564. web_1 | (InteractiveConsole)
  56565. web_1 |
  56566. web_1 | >>> >>> Starting the server
  56567. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56568. web_1 |
  56569. web_1 | Fatal error: Unable to find local grunt.
  56570. web_1 |
  56571. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56572. web_1 | your project. For more information about installing and configuring grunt,
  56573. web_1 | please see the Getting Started guide:
  56574. web_1 |
  56575. web_1 | http://gruntjs.com/getting-started
  56576. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56577. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56578. web_1 | Syncing...
  56579. web_1 | Creating tables ...
  56580. web_1 | Installing custom SQL ...
  56581. web_1 | Installing indexes ...
  56582. web_1 | Installed 0 object(s) from 0 fixture(s)
  56583. web_1 |
  56584. web_1 | Synced:
  56585. web_1 | > django.contrib.auth
  56586. web_1 | > django.contrib.contenttypes
  56587. web_1 | > django.contrib.sessions
  56588. web_1 | > django.contrib.sites
  56589. web_1 | > django.contrib.messages
  56590. web_1 | > django.contrib.staticfiles
  56591. web_1 | > django.contrib.admin
  56592. web_1 | > south
  56593. web_1 | > crispy_forms
  56594. web_1 | > avatar
  56595. web_1 | > bootstrap3
  56596. web_1 | > users
  56597. web_1 | > allauth
  56598. web_1 | > allauth.account
  56599. web_1 | > django.contrib.humanize
  56600. web_1 | > debug_toolbar
  56601. web_1 |
  56602. web_1 | Not synced (use migrations):
  56603. web_1 | - allauth.socialaccount
  56604. web_1 | - django_extensions
  56605. web_1 | (use ./manage.py migrate to migrate these)
  56606. web_1 | Running migrations for socialaccount:
  56607. web_1 | - Nothing to migrate.
  56608. web_1 | - Loading initial data for socialaccount.
  56609. web_1 | Installed 0 object(s) from 0 fixture(s)
  56610. web_1 | Running migrations for django_extensions:
  56611. web_1 | - Nothing to migrate.
  56612. web_1 | - Loading initial data for django_extensions.
  56613. web_1 | Installed 0 object(s) from 0 fixture(s)
  56614. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56615. web_1 | [GCC 4.9.2] on linux2
  56616. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56617. web_1 | (InteractiveConsole)
  56618. web_1 |
  56619. web_1 | >>> >>> Starting the server
  56620. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56621. web_1 |
  56622. web_1 | Fatal error: Unable to find local grunt.
  56623. web_1 |
  56624. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56625. web_1 | your project. For more information about installing and configuring grunt,
  56626. web_1 | please see the Getting Started guide:
  56627. web_1 |
  56628. web_1 | http://gruntjs.com/getting-started
  56629. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56630. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56631. web_1 | Syncing...
  56632. web_1 | Creating tables ...
  56633. web_1 | Installing custom SQL ...
  56634. web_1 | Installing indexes ...
  56635. web_1 | Installed 0 object(s) from 0 fixture(s)
  56636. web_1 |
  56637. web_1 | Synced:
  56638. web_1 | > django.contrib.auth
  56639. web_1 | > django.contrib.contenttypes
  56640. web_1 | > django.contrib.sessions
  56641. web_1 | > django.contrib.sites
  56642. web_1 | > django.contrib.messages
  56643. web_1 | > django.contrib.staticfiles
  56644. web_1 | > django.contrib.admin
  56645. web_1 | > south
  56646. web_1 | > crispy_forms
  56647. web_1 | > avatar
  56648. web_1 | > bootstrap3
  56649. web_1 | > users
  56650. web_1 | > allauth
  56651. web_1 | > allauth.account
  56652. web_1 | > django.contrib.humanize
  56653. web_1 | > debug_toolbar
  56654. web_1 |
  56655. web_1 | Not synced (use migrations):
  56656. web_1 | - allauth.socialaccount
  56657. web_1 | - django_extensions
  56658. web_1 | (use ./manage.py migrate to migrate these)
  56659. web_1 | Running migrations for socialaccount:
  56660. web_1 | - Nothing to migrate.
  56661. web_1 | - Loading initial data for socialaccount.
  56662. web_1 | Installed 0 object(s) from 0 fixture(s)
  56663. web_1 | Running migrations for django_extensions:
  56664. web_1 | - Nothing to migrate.
  56665. web_1 | - Loading initial data for django_extensions.
  56666. web_1 | Installed 0 object(s) from 0 fixture(s)
  56667. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56668. web_1 | [GCC 4.9.2] on linux2
  56669. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56670. web_1 | (InteractiveConsole)
  56671. web_1 |
  56672. web_1 | >>> >>> Starting the server
  56673. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56674. web_1 |
  56675. web_1 | Fatal error: Unable to find local grunt.
  56676. web_1 |
  56677. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56678. web_1 | your project. For more information about installing and configuring grunt,
  56679. web_1 | please see the Getting Started guide:
  56680. web_1 |
  56681. web_1 | http://gruntjs.com/getting-started
  56682. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56683. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56684. web_1 | Syncing...
  56685. web_1 | Creating tables ...
  56686. web_1 | Installing custom SQL ...
  56687. web_1 | Installing indexes ...
  56688. web_1 | Installed 0 object(s) from 0 fixture(s)
  56689. web_1 |
  56690. web_1 | Synced:
  56691. web_1 | > django.contrib.auth
  56692. web_1 | > django.contrib.contenttypes
  56693. web_1 | > django.contrib.sessions
  56694. web_1 | > django.contrib.sites
  56695. web_1 | > django.contrib.messages
  56696. web_1 | > django.contrib.staticfiles
  56697. web_1 | > django.contrib.admin
  56698. web_1 | > south
  56699. web_1 | > crispy_forms
  56700. web_1 | > avatar
  56701. web_1 | > bootstrap3
  56702. web_1 | > users
  56703. web_1 | > allauth
  56704. web_1 | > allauth.account
  56705. web_1 | > django.contrib.humanize
  56706. web_1 | > debug_toolbar
  56707. web_1 |
  56708. web_1 | Not synced (use migrations):
  56709. web_1 | - allauth.socialaccount
  56710. web_1 | - django_extensions
  56711. web_1 | (use ./manage.py migrate to migrate these)
  56712. web_1 | Running migrations for socialaccount:
  56713. web_1 | - Nothing to migrate.
  56714. web_1 | - Loading initial data for socialaccount.
  56715. web_1 | Installed 0 object(s) from 0 fixture(s)
  56716. web_1 | Running migrations for django_extensions:
  56717. web_1 | - Nothing to migrate.
  56718. web_1 | - Loading initial data for django_extensions.
  56719. web_1 | Installed 0 object(s) from 0 fixture(s)
  56720. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56721. web_1 | [GCC 4.9.2] on linux2
  56722. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56723. web_1 | (InteractiveConsole)
  56724. web_1 |
  56725. web_1 | >>> >>> Starting the server
  56726. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56727. web_1 |
  56728. web_1 | Fatal error: Unable to find local grunt.
  56729. web_1 |
  56730. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56731. web_1 | your project. For more information about installing and configuring grunt,
  56732. web_1 | please see the Getting Started guide:
  56733. web_1 |
  56734. web_1 | http://gruntjs.com/getting-started
  56735. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56736. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56737. web_1 | Syncing...
  56738. web_1 | Creating tables ...
  56739. web_1 | Installing custom SQL ...
  56740. web_1 | Installing indexes ...
  56741. web_1 | Installed 0 object(s) from 0 fixture(s)
  56742. web_1 |
  56743. web_1 | Synced:
  56744. web_1 | > django.contrib.auth
  56745. web_1 | > django.contrib.contenttypes
  56746. web_1 | > django.contrib.sessions
  56747. web_1 | > django.contrib.sites
  56748. web_1 | > django.contrib.messages
  56749. web_1 | > django.contrib.staticfiles
  56750. web_1 | > django.contrib.admin
  56751. web_1 | > south
  56752. web_1 | > crispy_forms
  56753. web_1 | > avatar
  56754. web_1 | > bootstrap3
  56755. web_1 | > users
  56756. web_1 | > allauth
  56757. web_1 | > allauth.account
  56758. web_1 | > django.contrib.humanize
  56759. web_1 | > debug_toolbar
  56760. web_1 |
  56761. web_1 | Not synced (use migrations):
  56762. web_1 | - allauth.socialaccount
  56763. web_1 | - django_extensions
  56764. web_1 | (use ./manage.py migrate to migrate these)
  56765. web_1 | Running migrations for socialaccount:
  56766. web_1 | - Nothing to migrate.
  56767. web_1 | - Loading initial data for socialaccount.
  56768. web_1 | Installed 0 object(s) from 0 fixture(s)
  56769. web_1 | Running migrations for django_extensions:
  56770. web_1 | - Nothing to migrate.
  56771. web_1 | - Loading initial data for django_extensions.
  56772. web_1 | Installed 0 object(s) from 0 fixture(s)
  56773. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56774. web_1 | [GCC 4.9.2] on linux2
  56775. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56776. web_1 | (InteractiveConsole)
  56777. web_1 |
  56778. web_1 | >>> >>> Starting the server
  56779. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56780. web_1 |
  56781. web_1 | Fatal error: Unable to find local grunt.
  56782. web_1 |
  56783. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56784. web_1 | your project. For more information about installing and configuring grunt,
  56785. web_1 | please see the Getting Started guide:
  56786. web_1 |
  56787. web_1 | http://gruntjs.com/getting-started
  56788. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56789. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56790. web_1 | Syncing...
  56791. web_1 | Creating tables ...
  56792. web_1 | Installing custom SQL ...
  56793. web_1 | Installing indexes ...
  56794. web_1 | Installed 0 object(s) from 0 fixture(s)
  56795. web_1 |
  56796. web_1 | Synced:
  56797. web_1 | > django.contrib.auth
  56798. web_1 | > django.contrib.contenttypes
  56799. web_1 | > django.contrib.sessions
  56800. web_1 | > django.contrib.sites
  56801. web_1 | > django.contrib.messages
  56802. web_1 | > django.contrib.staticfiles
  56803. web_1 | > django.contrib.admin
  56804. web_1 | > south
  56805. web_1 | > crispy_forms
  56806. web_1 | > avatar
  56807. web_1 | > bootstrap3
  56808. web_1 | > users
  56809. web_1 | > allauth
  56810. web_1 | > allauth.account
  56811. web_1 | > django.contrib.humanize
  56812. web_1 | > debug_toolbar
  56813. web_1 |
  56814. web_1 | Not synced (use migrations):
  56815. web_1 | - allauth.socialaccount
  56816. web_1 | - django_extensions
  56817. web_1 | (use ./manage.py migrate to migrate these)
  56818. web_1 | Running migrations for socialaccount:
  56819. web_1 | - Nothing to migrate.
  56820. web_1 | - Loading initial data for socialaccount.
  56821. web_1 | Installed 0 object(s) from 0 fixture(s)
  56822. web_1 | Running migrations for django_extensions:
  56823. web_1 | - Nothing to migrate.
  56824. web_1 | - Loading initial data for django_extensions.
  56825. web_1 | Installed 0 object(s) from 0 fixture(s)
  56826. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56827. web_1 | [GCC 4.9.2] on linux2
  56828. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56829. web_1 | (InteractiveConsole)
  56830. web_1 |
  56831. web_1 | >>> >>> Starting the server
  56832. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56833. web_1 |
  56834. web_1 | Fatal error: Unable to find local grunt.
  56835. web_1 |
  56836. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56837. web_1 | your project. For more information about installing and configuring grunt,
  56838. web_1 | please see the Getting Started guide:
  56839. web_1 |
  56840. web_1 | http://gruntjs.com/getting-started
  56841. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56842. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56843. web_1 | Syncing...
  56844. web_1 | Creating tables ...
  56845. web_1 | Installing custom SQL ...
  56846. web_1 | Installing indexes ...
  56847. web_1 | Installed 0 object(s) from 0 fixture(s)
  56848. web_1 |
  56849. web_1 | Synced:
  56850. web_1 | > django.contrib.auth
  56851. web_1 | > django.contrib.contenttypes
  56852. web_1 | > django.contrib.sessions
  56853. web_1 | > django.contrib.sites
  56854. web_1 | > django.contrib.messages
  56855. web_1 | > django.contrib.staticfiles
  56856. web_1 | > django.contrib.admin
  56857. web_1 | > south
  56858. web_1 | > crispy_forms
  56859. web_1 | > avatar
  56860. web_1 | > bootstrap3
  56861. web_1 | > users
  56862. web_1 | > allauth
  56863. web_1 | > allauth.account
  56864. web_1 | > django.contrib.humanize
  56865. web_1 | > debug_toolbar
  56866. web_1 |
  56867. web_1 | Not synced (use migrations):
  56868. web_1 | - allauth.socialaccount
  56869. web_1 | - django_extensions
  56870. web_1 | (use ./manage.py migrate to migrate these)
  56871. web_1 | Running migrations for socialaccount:
  56872. web_1 | - Nothing to migrate.
  56873. web_1 | - Loading initial data for socialaccount.
  56874. web_1 | Installed 0 object(s) from 0 fixture(s)
  56875. web_1 | Running migrations for django_extensions:
  56876. web_1 | - Nothing to migrate.
  56877. web_1 | - Loading initial data for django_extensions.
  56878. web_1 | Installed 0 object(s) from 0 fixture(s)
  56879. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56880. web_1 | [GCC 4.9.2] on linux2
  56881. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56882. web_1 | (InteractiveConsole)
  56883. web_1 |
  56884. web_1 | >>> >>> Starting the server
  56885. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56886. web_1 |
  56887. web_1 | Fatal error: Unable to find local grunt.
  56888. web_1 |
  56889. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56890. web_1 | your project. For more information about installing and configuring grunt,
  56891. web_1 | please see the Getting Started guide:
  56892. web_1 |
  56893. web_1 | http://gruntjs.com/getting-started
  56894. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56895. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56896. web_1 | Syncing...
  56897. web_1 | Creating tables ...
  56898. web_1 | Installing custom SQL ...
  56899. web_1 | Installing indexes ...
  56900. web_1 | Installed 0 object(s) from 0 fixture(s)
  56901. web_1 |
  56902. web_1 | Synced:
  56903. web_1 | > django.contrib.auth
  56904. web_1 | > django.contrib.contenttypes
  56905. web_1 | > django.contrib.sessions
  56906. web_1 | > django.contrib.sites
  56907. web_1 | > django.contrib.messages
  56908. web_1 | > django.contrib.staticfiles
  56909. web_1 | > django.contrib.admin
  56910. web_1 | > south
  56911. web_1 | > crispy_forms
  56912. web_1 | > avatar
  56913. web_1 | > bootstrap3
  56914. web_1 | > users
  56915. web_1 | > allauth
  56916. web_1 | > allauth.account
  56917. web_1 | > django.contrib.humanize
  56918. web_1 | > debug_toolbar
  56919. web_1 |
  56920. web_1 | Not synced (use migrations):
  56921. web_1 | - allauth.socialaccount
  56922. web_1 | - django_extensions
  56923. web_1 | (use ./manage.py migrate to migrate these)
  56924. web_1 | Running migrations for socialaccount:
  56925. web_1 | - Nothing to migrate.
  56926. web_1 | - Loading initial data for socialaccount.
  56927. web_1 | Installed 0 object(s) from 0 fixture(s)
  56928. web_1 | Running migrations for django_extensions:
  56929. web_1 | - Nothing to migrate.
  56930. web_1 | - Loading initial data for django_extensions.
  56931. web_1 | Installed 0 object(s) from 0 fixture(s)
  56932. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56933. web_1 | [GCC 4.9.2] on linux2
  56934. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56935. web_1 | (InteractiveConsole)
  56936. web_1 |
  56937. web_1 | >>> >>> Starting the server
  56938. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56939. web_1 |
  56940. web_1 | Fatal error: Unable to find local grunt.
  56941. web_1 |
  56942. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56943. web_1 | your project. For more information about installing and configuring grunt,
  56944. web_1 | please see the Getting Started guide:
  56945. web_1 |
  56946. web_1 | http://gruntjs.com/getting-started
  56947. web_1 | Starting OpenBSD Secure Shell server: sshd.
  56948. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  56949. web_1 | Syncing...
  56950. web_1 | Creating tables ...
  56951. web_1 | Installing custom SQL ...
  56952. web_1 | Installing indexes ...
  56953. web_1 | Installed 0 object(s) from 0 fixture(s)
  56954. web_1 |
  56955. web_1 | Synced:
  56956. web_1 | > django.contrib.auth
  56957. web_1 | > django.contrib.contenttypes
  56958. web_1 | > django.contrib.sessions
  56959. web_1 | > django.contrib.sites
  56960. web_1 | > django.contrib.messages
  56961. web_1 | > django.contrib.staticfiles
  56962. web_1 | > django.contrib.admin
  56963. web_1 | > south
  56964. web_1 | > crispy_forms
  56965. web_1 | > avatar
  56966. web_1 | > bootstrap3
  56967. web_1 | > users
  56968. web_1 | > allauth
  56969. web_1 | > allauth.account
  56970. web_1 | > django.contrib.humanize
  56971. web_1 | > debug_toolbar
  56972. web_1 |
  56973. web_1 | Not synced (use migrations):
  56974. web_1 | - allauth.socialaccount
  56975. web_1 | - django_extensions
  56976. web_1 | (use ./manage.py migrate to migrate these)
  56977. web_1 | Running migrations for socialaccount:
  56978. web_1 | - Nothing to migrate.
  56979. web_1 | - Loading initial data for socialaccount.
  56980. web_1 | Installed 0 object(s) from 0 fixture(s)
  56981. web_1 | Running migrations for django_extensions:
  56982. web_1 | - Nothing to migrate.
  56983. web_1 | - Loading initial data for django_extensions.
  56984. web_1 | Installed 0 object(s) from 0 fixture(s)
  56985. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  56986. web_1 | [GCC 4.9.2] on linux2
  56987. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  56988. web_1 | (InteractiveConsole)
  56989. web_1 |
  56990. web_1 | >>> >>> Starting the server
  56991. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  56992. web_1 |
  56993. web_1 | Fatal error: Unable to find local grunt.
  56994. web_1 |
  56995. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  56996. web_1 | your project. For more information about installing and configuring grunt,
  56997. web_1 | please see the Getting Started guide:
  56998. web_1 |
  56999. web_1 | http://gruntjs.com/getting-started
  57000. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57001. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57002. web_1 | Syncing...
  57003. web_1 | Creating tables ...
  57004. web_1 | Installing custom SQL ...
  57005. web_1 | Installing indexes ...
  57006. web_1 | Installed 0 object(s) from 0 fixture(s)
  57007. web_1 |
  57008. web_1 | Synced:
  57009. web_1 | > django.contrib.auth
  57010. web_1 | > django.contrib.contenttypes
  57011. web_1 | > django.contrib.sessions
  57012. web_1 | > django.contrib.sites
  57013. web_1 | > django.contrib.messages
  57014. web_1 | > django.contrib.staticfiles
  57015. web_1 | > django.contrib.admin
  57016. web_1 | > south
  57017. web_1 | > crispy_forms
  57018. web_1 | > avatar
  57019. web_1 | > bootstrap3
  57020. web_1 | > users
  57021. web_1 | > allauth
  57022. web_1 | > allauth.account
  57023. web_1 | > django.contrib.humanize
  57024. web_1 | > debug_toolbar
  57025. web_1 |
  57026. web_1 | Not synced (use migrations):
  57027. web_1 | - allauth.socialaccount
  57028. web_1 | - django_extensions
  57029. web_1 | (use ./manage.py migrate to migrate these)
  57030. web_1 | Running migrations for socialaccount:
  57031. web_1 | - Nothing to migrate.
  57032. web_1 | - Loading initial data for socialaccount.
  57033. web_1 | Installed 0 object(s) from 0 fixture(s)
  57034. web_1 | Running migrations for django_extensions:
  57035. web_1 | - Nothing to migrate.
  57036. web_1 | - Loading initial data for django_extensions.
  57037. web_1 | Installed 0 object(s) from 0 fixture(s)
  57038. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57039. web_1 | [GCC 4.9.2] on linux2
  57040. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57041. web_1 | (InteractiveConsole)
  57042. web_1 |
  57043. web_1 | >>> >>> Starting the server
  57044. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57045. web_1 |
  57046. web_1 | Fatal error: Unable to find local grunt.
  57047. web_1 |
  57048. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57049. web_1 | your project. For more information about installing and configuring grunt,
  57050. web_1 | please see the Getting Started guide:
  57051. web_1 |
  57052. web_1 | http://gruntjs.com/getting-started
  57053. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57054. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57055. web_1 | Syncing...
  57056. web_1 | Creating tables ...
  57057. web_1 | Installing custom SQL ...
  57058. web_1 | Installing indexes ...
  57059. web_1 | Installed 0 object(s) from 0 fixture(s)
  57060. web_1 |
  57061. web_1 | Synced:
  57062. web_1 | > django.contrib.auth
  57063. web_1 | > django.contrib.contenttypes
  57064. web_1 | > django.contrib.sessions
  57065. web_1 | > django.contrib.sites
  57066. web_1 | > django.contrib.messages
  57067. web_1 | > django.contrib.staticfiles
  57068. web_1 | > django.contrib.admin
  57069. web_1 | > south
  57070. web_1 | > crispy_forms
  57071. web_1 | > avatar
  57072. web_1 | > bootstrap3
  57073. web_1 | > users
  57074. web_1 | > allauth
  57075. web_1 | > allauth.account
  57076. web_1 | > django.contrib.humanize
  57077. web_1 | > debug_toolbar
  57078. web_1 |
  57079. web_1 | Not synced (use migrations):
  57080. web_1 | - allauth.socialaccount
  57081. web_1 | - django_extensions
  57082. web_1 | (use ./manage.py migrate to migrate these)
  57083. web_1 | Running migrations for socialaccount:
  57084. web_1 | - Nothing to migrate.
  57085. web_1 | - Loading initial data for socialaccount.
  57086. web_1 | Installed 0 object(s) from 0 fixture(s)
  57087. web_1 | Running migrations for django_extensions:
  57088. web_1 | - Nothing to migrate.
  57089. web_1 | - Loading initial data for django_extensions.
  57090. web_1 | Installed 0 object(s) from 0 fixture(s)
  57091. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57092. web_1 | [GCC 4.9.2] on linux2
  57093. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57094. web_1 | (InteractiveConsole)
  57095. web_1 |
  57096. web_1 | >>> >>> Starting the server
  57097. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57098. web_1 |
  57099. web_1 | Fatal error: Unable to find local grunt.
  57100. web_1 |
  57101. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57102. web_1 | your project. For more information about installing and configuring grunt,
  57103. web_1 | please see the Getting Started guide:
  57104. web_1 |
  57105. web_1 | http://gruntjs.com/getting-started
  57106. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57107. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57108. web_1 | Syncing...
  57109. web_1 | Creating tables ...
  57110. web_1 | Installing custom SQL ...
  57111. web_1 | Installing indexes ...
  57112. web_1 | Installed 0 object(s) from 0 fixture(s)
  57113. web_1 |
  57114. web_1 | Synced:
  57115. web_1 | > django.contrib.auth
  57116. web_1 | > django.contrib.contenttypes
  57117. web_1 | > django.contrib.sessions
  57118. web_1 | > django.contrib.sites
  57119. web_1 | > django.contrib.messages
  57120. web_1 | > django.contrib.staticfiles
  57121. web_1 | > django.contrib.admin
  57122. web_1 | > south
  57123. web_1 | > crispy_forms
  57124. web_1 | > avatar
  57125. web_1 | > bootstrap3
  57126. web_1 | > users
  57127. web_1 | > allauth
  57128. web_1 | > allauth.account
  57129. web_1 | > django.contrib.humanize
  57130. web_1 | > debug_toolbar
  57131. web_1 |
  57132. web_1 | Not synced (use migrations):
  57133. web_1 | - allauth.socialaccount
  57134. web_1 | - django_extensions
  57135. web_1 | (use ./manage.py migrate to migrate these)
  57136. web_1 | Running migrations for socialaccount:
  57137. web_1 | - Nothing to migrate.
  57138. web_1 | - Loading initial data for socialaccount.
  57139. web_1 | Installed 0 object(s) from 0 fixture(s)
  57140. web_1 | Running migrations for django_extensions:
  57141. web_1 | - Nothing to migrate.
  57142. web_1 | - Loading initial data for django_extensions.
  57143. web_1 | Installed 0 object(s) from 0 fixture(s)
  57144. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57145. web_1 | [GCC 4.9.2] on linux2
  57146. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57147. web_1 | (InteractiveConsole)
  57148. web_1 |
  57149. web_1 | >>> >>> Starting the server
  57150. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57151. web_1 |
  57152. web_1 | Fatal error: Unable to find local grunt.
  57153. web_1 |
  57154. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57155. web_1 | your project. For more information about installing and configuring grunt,
  57156. web_1 | please see the Getting Started guide:
  57157. web_1 |
  57158. web_1 | http://gruntjs.com/getting-started
  57159. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57160. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57161. web_1 | Syncing...
  57162. web_1 | Creating tables ...
  57163. web_1 | Installing custom SQL ...
  57164. web_1 | Installing indexes ...
  57165. web_1 | Installed 0 object(s) from 0 fixture(s)
  57166. web_1 |
  57167. web_1 | Synced:
  57168. web_1 | > django.contrib.auth
  57169. web_1 | > django.contrib.contenttypes
  57170. web_1 | > django.contrib.sessions
  57171. web_1 | > django.contrib.sites
  57172. web_1 | > django.contrib.messages
  57173. web_1 | > django.contrib.staticfiles
  57174. web_1 | > django.contrib.admin
  57175. web_1 | > south
  57176. web_1 | > crispy_forms
  57177. web_1 | > avatar
  57178. web_1 | > bootstrap3
  57179. web_1 | > users
  57180. web_1 | > allauth
  57181. web_1 | > allauth.account
  57182. web_1 | > django.contrib.humanize
  57183. web_1 | > debug_toolbar
  57184. web_1 |
  57185. web_1 | Not synced (use migrations):
  57186. web_1 | - allauth.socialaccount
  57187. web_1 | - django_extensions
  57188. web_1 | (use ./manage.py migrate to migrate these)
  57189. web_1 | Running migrations for socialaccount:
  57190. web_1 | - Nothing to migrate.
  57191. web_1 | - Loading initial data for socialaccount.
  57192. web_1 | Installed 0 object(s) from 0 fixture(s)
  57193. web_1 | Running migrations for django_extensions:
  57194. web_1 | - Nothing to migrate.
  57195. web_1 | - Loading initial data for django_extensions.
  57196. web_1 | Installed 0 object(s) from 0 fixture(s)
  57197. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57198. web_1 | [GCC 4.9.2] on linux2
  57199. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57200. web_1 | (InteractiveConsole)
  57201. web_1 |
  57202. web_1 | >>> >>> Starting the server
  57203. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57204. web_1 |
  57205. web_1 | Fatal error: Unable to find local grunt.
  57206. web_1 |
  57207. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57208. web_1 | your project. For more information about installing and configuring grunt,
  57209. web_1 | please see the Getting Started guide:
  57210. web_1 |
  57211. web_1 | http://gruntjs.com/getting-started
  57212. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57213. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57214. web_1 | Syncing...
  57215. web_1 | Creating tables ...
  57216. web_1 | Installing custom SQL ...
  57217. web_1 | Installing indexes ...
  57218. web_1 | Installed 0 object(s) from 0 fixture(s)
  57219. web_1 |
  57220. web_1 | Synced:
  57221. web_1 | > django.contrib.auth
  57222. web_1 | > django.contrib.contenttypes
  57223. web_1 | > django.contrib.sessions
  57224. web_1 | > django.contrib.sites
  57225. web_1 | > django.contrib.messages
  57226. web_1 | > django.contrib.staticfiles
  57227. web_1 | > django.contrib.admin
  57228. web_1 | > south
  57229. web_1 | > crispy_forms
  57230. web_1 | > avatar
  57231. web_1 | > bootstrap3
  57232. web_1 | > users
  57233. web_1 | > allauth
  57234. web_1 | > allauth.account
  57235. web_1 | > django.contrib.humanize
  57236. web_1 | > debug_toolbar
  57237. web_1 |
  57238. web_1 | Not synced (use migrations):
  57239. web_1 | - allauth.socialaccount
  57240. web_1 | - django_extensions
  57241. web_1 | (use ./manage.py migrate to migrate these)
  57242. web_1 | Running migrations for socialaccount:
  57243. web_1 | - Nothing to migrate.
  57244. web_1 | - Loading initial data for socialaccount.
  57245. web_1 | Installed 0 object(s) from 0 fixture(s)
  57246. web_1 | Running migrations for django_extensions:
  57247. web_1 | - Nothing to migrate.
  57248. web_1 | - Loading initial data for django_extensions.
  57249. web_1 | Installed 0 object(s) from 0 fixture(s)
  57250. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57251. web_1 | [GCC 4.9.2] on linux2
  57252. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57253. web_1 | (InteractiveConsole)
  57254. web_1 |
  57255. web_1 | >>> >>> Starting the server
  57256. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57257. web_1 |
  57258. web_1 | Fatal error: Unable to find local grunt.
  57259. web_1 |
  57260. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57261. web_1 | your project. For more information about installing and configuring grunt,
  57262. web_1 | please see the Getting Started guide:
  57263. web_1 |
  57264. web_1 | http://gruntjs.com/getting-started
  57265. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57266. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57267. web_1 | Syncing...
  57268. web_1 | Creating tables ...
  57269. web_1 | Installing custom SQL ...
  57270. web_1 | Installing indexes ...
  57271. web_1 | Installed 0 object(s) from 0 fixture(s)
  57272. web_1 |
  57273. web_1 | Synced:
  57274. web_1 | > django.contrib.auth
  57275. web_1 | > django.contrib.contenttypes
  57276. web_1 | > django.contrib.sessions
  57277. web_1 | > django.contrib.sites
  57278. web_1 | > django.contrib.messages
  57279. web_1 | > django.contrib.staticfiles
  57280. web_1 | > django.contrib.admin
  57281. web_1 | > south
  57282. web_1 | > crispy_forms
  57283. web_1 | > avatar
  57284. web_1 | > bootstrap3
  57285. web_1 | > users
  57286. web_1 | > allauth
  57287. web_1 | > allauth.account
  57288. web_1 | > django.contrib.humanize
  57289. web_1 | > debug_toolbar
  57290. web_1 |
  57291. web_1 | Not synced (use migrations):
  57292. web_1 | - allauth.socialaccount
  57293. web_1 | - django_extensions
  57294. web_1 | (use ./manage.py migrate to migrate these)
  57295. web_1 | Running migrations for socialaccount:
  57296. web_1 | - Nothing to migrate.
  57297. web_1 | - Loading initial data for socialaccount.
  57298. web_1 | Installed 0 object(s) from 0 fixture(s)
  57299. web_1 | Running migrations for django_extensions:
  57300. web_1 | - Nothing to migrate.
  57301. web_1 | - Loading initial data for django_extensions.
  57302. web_1 | Installed 0 object(s) from 0 fixture(s)
  57303. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57304. web_1 | [GCC 4.9.2] on linux2
  57305. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57306. web_1 | (InteractiveConsole)
  57307. web_1 |
  57308. web_1 | >>> >>> Starting the server
  57309. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57310. web_1 |
  57311. web_1 | Fatal error: Unable to find local grunt.
  57312. web_1 |
  57313. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57314. web_1 | your project. For more information about installing and configuring grunt,
  57315. web_1 | please see the Getting Started guide:
  57316. web_1 |
  57317. web_1 | http://gruntjs.com/getting-started
  57318. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57319. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57320. web_1 | Syncing...
  57321. web_1 | Creating tables ...
  57322. web_1 | Installing custom SQL ...
  57323. web_1 | Installing indexes ...
  57324. web_1 | Installed 0 object(s) from 0 fixture(s)
  57325. web_1 |
  57326. web_1 | Synced:
  57327. web_1 | > django.contrib.auth
  57328. web_1 | > django.contrib.contenttypes
  57329. web_1 | > django.contrib.sessions
  57330. web_1 | > django.contrib.sites
  57331. web_1 | > django.contrib.messages
  57332. web_1 | > django.contrib.staticfiles
  57333. web_1 | > django.contrib.admin
  57334. web_1 | > south
  57335. web_1 | > crispy_forms
  57336. web_1 | > avatar
  57337. web_1 | > bootstrap3
  57338. web_1 | > users
  57339. web_1 | > allauth
  57340. web_1 | > allauth.account
  57341. web_1 | > django.contrib.humanize
  57342. web_1 | > debug_toolbar
  57343. web_1 |
  57344. web_1 | Not synced (use migrations):
  57345. web_1 | - allauth.socialaccount
  57346. web_1 | - django_extensions
  57347. web_1 | (use ./manage.py migrate to migrate these)
  57348. web_1 | Running migrations for socialaccount:
  57349. web_1 | - Nothing to migrate.
  57350. web_1 | - Loading initial data for socialaccount.
  57351. web_1 | Installed 0 object(s) from 0 fixture(s)
  57352. web_1 | Running migrations for django_extensions:
  57353. web_1 | - Nothing to migrate.
  57354. web_1 | - Loading initial data for django_extensions.
  57355. web_1 | Installed 0 object(s) from 0 fixture(s)
  57356. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57357. web_1 | [GCC 4.9.2] on linux2
  57358. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57359. web_1 | (InteractiveConsole)
  57360. web_1 |
  57361. web_1 | >>> >>> Starting the server
  57362. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57363. web_1 |
  57364. web_1 | Fatal error: Unable to find local grunt.
  57365. web_1 |
  57366. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57367. web_1 | your project. For more information about installing and configuring grunt,
  57368. web_1 | please see the Getting Started guide:
  57369. web_1 |
  57370. web_1 | http://gruntjs.com/getting-started
  57371. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57372. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57373. web_1 | Syncing...
  57374. web_1 | Creating tables ...
  57375. web_1 | Installing custom SQL ...
  57376. web_1 | Installing indexes ...
  57377. web_1 | Installed 0 object(s) from 0 fixture(s)
  57378. web_1 |
  57379. web_1 | Synced:
  57380. web_1 | > django.contrib.auth
  57381. web_1 | > django.contrib.contenttypes
  57382. web_1 | > django.contrib.sessions
  57383. web_1 | > django.contrib.sites
  57384. web_1 | > django.contrib.messages
  57385. web_1 | > django.contrib.staticfiles
  57386. web_1 | > django.contrib.admin
  57387. web_1 | > south
  57388. web_1 | > crispy_forms
  57389. web_1 | > avatar
  57390. web_1 | > bootstrap3
  57391. web_1 | > users
  57392. web_1 | > allauth
  57393. web_1 | > allauth.account
  57394. web_1 | > django.contrib.humanize
  57395. web_1 | > debug_toolbar
  57396. web_1 |
  57397. web_1 | Not synced (use migrations):
  57398. web_1 | - allauth.socialaccount
  57399. web_1 | - django_extensions
  57400. web_1 | (use ./manage.py migrate to migrate these)
  57401. web_1 | Running migrations for socialaccount:
  57402. web_1 | - Nothing to migrate.
  57403. web_1 | - Loading initial data for socialaccount.
  57404. web_1 | Installed 0 object(s) from 0 fixture(s)
  57405. web_1 | Running migrations for django_extensions:
  57406. web_1 | - Nothing to migrate.
  57407. web_1 | - Loading initial data for django_extensions.
  57408. web_1 | Installed 0 object(s) from 0 fixture(s)
  57409. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57410. web_1 | [GCC 4.9.2] on linux2
  57411. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57412. web_1 | (InteractiveConsole)
  57413. web_1 |
  57414. web_1 | >>> >>> Starting the server
  57415. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57416. web_1 |
  57417. web_1 | Fatal error: Unable to find local grunt.
  57418. web_1 |
  57419. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57420. web_1 | your project. For more information about installing and configuring grunt,
  57421. web_1 | please see the Getting Started guide:
  57422. web_1 |
  57423. web_1 | http://gruntjs.com/getting-started
  57424. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57425. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57426. web_1 | Syncing...
  57427. web_1 | Creating tables ...
  57428. web_1 | Installing custom SQL ...
  57429. web_1 | Installing indexes ...
  57430. web_1 | Installed 0 object(s) from 0 fixture(s)
  57431. web_1 |
  57432. web_1 | Synced:
  57433. web_1 | > django.contrib.auth
  57434. web_1 | > django.contrib.contenttypes
  57435. web_1 | > django.contrib.sessions
  57436. web_1 | > django.contrib.sites
  57437. web_1 | > django.contrib.messages
  57438. web_1 | > django.contrib.staticfiles
  57439. web_1 | > django.contrib.admin
  57440. web_1 | > south
  57441. web_1 | > crispy_forms
  57442. web_1 | > avatar
  57443. web_1 | > bootstrap3
  57444. web_1 | > users
  57445. web_1 | > allauth
  57446. web_1 | > allauth.account
  57447. web_1 | > django.contrib.humanize
  57448. web_1 | > debug_toolbar
  57449. web_1 |
  57450. web_1 | Not synced (use migrations):
  57451. web_1 | - allauth.socialaccount
  57452. web_1 | - django_extensions
  57453. web_1 | (use ./manage.py migrate to migrate these)
  57454. web_1 | Running migrations for socialaccount:
  57455. web_1 | - Nothing to migrate.
  57456. web_1 | - Loading initial data for socialaccount.
  57457. web_1 | Installed 0 object(s) from 0 fixture(s)
  57458. web_1 | Running migrations for django_extensions:
  57459. web_1 | - Nothing to migrate.
  57460. web_1 | - Loading initial data for django_extensions.
  57461. web_1 | Installed 0 object(s) from 0 fixture(s)
  57462. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57463. web_1 | [GCC 4.9.2] on linux2
  57464. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57465. web_1 | (InteractiveConsole)
  57466. web_1 |
  57467. web_1 | >>> >>> Starting the server
  57468. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57469. web_1 |
  57470. web_1 | Fatal error: Unable to find local grunt.
  57471. web_1 |
  57472. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57473. web_1 | your project. For more information about installing and configuring grunt,
  57474. web_1 | please see the Getting Started guide:
  57475. web_1 |
  57476. web_1 | http://gruntjs.com/getting-started
  57477. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57478. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57479. web_1 | Syncing...
  57480. web_1 | Creating tables ...
  57481. web_1 | Installing custom SQL ...
  57482. web_1 | Installing indexes ...
  57483. web_1 | Installed 0 object(s) from 0 fixture(s)
  57484. web_1 |
  57485. web_1 | Synced:
  57486. web_1 | > django.contrib.auth
  57487. web_1 | > django.contrib.contenttypes
  57488. web_1 | > django.contrib.sessions
  57489. web_1 | > django.contrib.sites
  57490. web_1 | > django.contrib.messages
  57491. web_1 | > django.contrib.staticfiles
  57492. web_1 | > django.contrib.admin
  57493. web_1 | > south
  57494. web_1 | > crispy_forms
  57495. web_1 | > avatar
  57496. web_1 | > bootstrap3
  57497. web_1 | > users
  57498. web_1 | > allauth
  57499. web_1 | > allauth.account
  57500. web_1 | > django.contrib.humanize
  57501. web_1 | > debug_toolbar
  57502. web_1 |
  57503. web_1 | Not synced (use migrations):
  57504. web_1 | - allauth.socialaccount
  57505. web_1 | - django_extensions
  57506. web_1 | (use ./manage.py migrate to migrate these)
  57507. web_1 | Running migrations for socialaccount:
  57508. web_1 | - Nothing to migrate.
  57509. web_1 | - Loading initial data for socialaccount.
  57510. web_1 | Installed 0 object(s) from 0 fixture(s)
  57511. web_1 | Running migrations for django_extensions:
  57512. web_1 | - Nothing to migrate.
  57513. web_1 | - Loading initial data for django_extensions.
  57514. web_1 | Installed 0 object(s) from 0 fixture(s)
  57515. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57516. web_1 | [GCC 4.9.2] on linux2
  57517. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57518. web_1 | (InteractiveConsole)
  57519. web_1 |
  57520. web_1 | >>> >>> Starting the server
  57521. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57522. web_1 |
  57523. web_1 | Fatal error: Unable to find local grunt.
  57524. web_1 |
  57525. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57526. web_1 | your project. For more information about installing and configuring grunt,
  57527. web_1 | please see the Getting Started guide:
  57528. web_1 |
  57529. web_1 | http://gruntjs.com/getting-started
  57530. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57531. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57532. web_1 | Syncing...
  57533. web_1 | Creating tables ...
  57534. web_1 | Installing custom SQL ...
  57535. web_1 | Installing indexes ...
  57536. web_1 | Installed 0 object(s) from 0 fixture(s)
  57537. web_1 |
  57538. web_1 | Synced:
  57539. web_1 | > django.contrib.auth
  57540. web_1 | > django.contrib.contenttypes
  57541. web_1 | > django.contrib.sessions
  57542. web_1 | > django.contrib.sites
  57543. web_1 | > django.contrib.messages
  57544. web_1 | > django.contrib.staticfiles
  57545. web_1 | > django.contrib.admin
  57546. web_1 | > south
  57547. web_1 | > crispy_forms
  57548. web_1 | > avatar
  57549. web_1 | > bootstrap3
  57550. web_1 | > users
  57551. web_1 | > allauth
  57552. web_1 | > allauth.account
  57553. web_1 | > django.contrib.humanize
  57554. web_1 | > debug_toolbar
  57555. web_1 |
  57556. web_1 | Not synced (use migrations):
  57557. web_1 | - allauth.socialaccount
  57558. web_1 | - django_extensions
  57559. web_1 | (use ./manage.py migrate to migrate these)
  57560. web_1 | Running migrations for socialaccount:
  57561. web_1 | - Nothing to migrate.
  57562. web_1 | - Loading initial data for socialaccount.
  57563. web_1 | Installed 0 object(s) from 0 fixture(s)
  57564. web_1 | Running migrations for django_extensions:
  57565. web_1 | - Nothing to migrate.
  57566. web_1 | - Loading initial data for django_extensions.
  57567. web_1 | Installed 0 object(s) from 0 fixture(s)
  57568. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57569. web_1 | [GCC 4.9.2] on linux2
  57570. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57571. web_1 | (InteractiveConsole)
  57572. web_1 |
  57573. web_1 | >>> >>> Starting the server
  57574. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57575. web_1 |
  57576. web_1 | Fatal error: Unable to find local grunt.
  57577. web_1 |
  57578. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57579. web_1 | your project. For more information about installing and configuring grunt,
  57580. web_1 | please see the Getting Started guide:
  57581. web_1 |
  57582. web_1 | http://gruntjs.com/getting-started
  57583. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57584. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57585. web_1 | Syncing...
  57586. web_1 | Creating tables ...
  57587. web_1 | Installing custom SQL ...
  57588. web_1 | Installing indexes ...
  57589. web_1 | Installed 0 object(s) from 0 fixture(s)
  57590. web_1 |
  57591. web_1 | Synced:
  57592. web_1 | > django.contrib.auth
  57593. web_1 | > django.contrib.contenttypes
  57594. web_1 | > django.contrib.sessions
  57595. web_1 | > django.contrib.sites
  57596. web_1 | > django.contrib.messages
  57597. web_1 | > django.contrib.staticfiles
  57598. web_1 | > django.contrib.admin
  57599. web_1 | > south
  57600. web_1 | > crispy_forms
  57601. web_1 | > avatar
  57602. web_1 | > bootstrap3
  57603. web_1 | > users
  57604. web_1 | > allauth
  57605. web_1 | > allauth.account
  57606. web_1 | > django.contrib.humanize
  57607. web_1 | > debug_toolbar
  57608. web_1 |
  57609. web_1 | Not synced (use migrations):
  57610. web_1 | - allauth.socialaccount
  57611. web_1 | - django_extensions
  57612. web_1 | (use ./manage.py migrate to migrate these)
  57613. web_1 | Running migrations for socialaccount:
  57614. web_1 | - Nothing to migrate.
  57615. web_1 | - Loading initial data for socialaccount.
  57616. web_1 | Installed 0 object(s) from 0 fixture(s)
  57617. web_1 | Running migrations for django_extensions:
  57618. web_1 | - Nothing to migrate.
  57619. web_1 | - Loading initial data for django_extensions.
  57620. web_1 | Installed 0 object(s) from 0 fixture(s)
  57621. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57622. web_1 | [GCC 4.9.2] on linux2
  57623. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57624. web_1 | (InteractiveConsole)
  57625. web_1 |
  57626. web_1 | >>> >>> Starting the server
  57627. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57628. web_1 |
  57629. web_1 | Fatal error: Unable to find local grunt.
  57630. web_1 |
  57631. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57632. web_1 | your project. For more information about installing and configuring grunt,
  57633. web_1 | please see the Getting Started guide:
  57634. web_1 |
  57635. web_1 | http://gruntjs.com/getting-started
  57636. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57637. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57638. web_1 | Syncing...
  57639. web_1 | Creating tables ...
  57640. web_1 | Installing custom SQL ...
  57641. web_1 | Installing indexes ...
  57642. web_1 | Installed 0 object(s) from 0 fixture(s)
  57643. web_1 |
  57644. web_1 | Synced:
  57645. web_1 | > django.contrib.auth
  57646. web_1 | > django.contrib.contenttypes
  57647. web_1 | > django.contrib.sessions
  57648. web_1 | > django.contrib.sites
  57649. web_1 | > django.contrib.messages
  57650. web_1 | > django.contrib.staticfiles
  57651. web_1 | > django.contrib.admin
  57652. web_1 | > south
  57653. web_1 | > crispy_forms
  57654. web_1 | > avatar
  57655. web_1 | > bootstrap3
  57656. web_1 | > users
  57657. web_1 | > allauth
  57658. web_1 | > allauth.account
  57659. web_1 | > django.contrib.humanize
  57660. web_1 | > debug_toolbar
  57661. web_1 |
  57662. web_1 | Not synced (use migrations):
  57663. web_1 | - allauth.socialaccount
  57664. web_1 | - django_extensions
  57665. web_1 | (use ./manage.py migrate to migrate these)
  57666. web_1 | Running migrations for socialaccount:
  57667. web_1 | - Nothing to migrate.
  57668. web_1 | - Loading initial data for socialaccount.
  57669. web_1 | Installed 0 object(s) from 0 fixture(s)
  57670. web_1 | Running migrations for django_extensions:
  57671. web_1 | - Nothing to migrate.
  57672. web_1 | - Loading initial data for django_extensions.
  57673. web_1 | Installed 0 object(s) from 0 fixture(s)
  57674. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57675. web_1 | [GCC 4.9.2] on linux2
  57676. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57677. web_1 | (InteractiveConsole)
  57678. web_1 |
  57679. web_1 | >>> >>> Starting the server
  57680. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57681. web_1 |
  57682. web_1 | Fatal error: Unable to find local grunt.
  57683. web_1 |
  57684. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57685. web_1 | your project. For more information about installing and configuring grunt,
  57686. web_1 | please see the Getting Started guide:
  57687. web_1 |
  57688. web_1 | http://gruntjs.com/getting-started
  57689. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57690. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57691. web_1 | Syncing...
  57692. web_1 | Creating tables ...
  57693. web_1 | Installing custom SQL ...
  57694. web_1 | Installing indexes ...
  57695. web_1 | Installed 0 object(s) from 0 fixture(s)
  57696. web_1 |
  57697. web_1 | Synced:
  57698. web_1 | > django.contrib.auth
  57699. web_1 | > django.contrib.contenttypes
  57700. web_1 | > django.contrib.sessions
  57701. web_1 | > django.contrib.sites
  57702. web_1 | > django.contrib.messages
  57703. web_1 | > django.contrib.staticfiles
  57704. web_1 | > django.contrib.admin
  57705. web_1 | > south
  57706. web_1 | > crispy_forms
  57707. web_1 | > avatar
  57708. web_1 | > bootstrap3
  57709. web_1 | > users
  57710. web_1 | > allauth
  57711. web_1 | > allauth.account
  57712. web_1 | > django.contrib.humanize
  57713. web_1 | > debug_toolbar
  57714. web_1 |
  57715. web_1 | Not synced (use migrations):
  57716. web_1 | - allauth.socialaccount
  57717. web_1 | - django_extensions
  57718. web_1 | (use ./manage.py migrate to migrate these)
  57719. web_1 | Running migrations for socialaccount:
  57720. web_1 | - Nothing to migrate.
  57721. web_1 | - Loading initial data for socialaccount.
  57722. web_1 | Installed 0 object(s) from 0 fixture(s)
  57723. web_1 | Running migrations for django_extensions:
  57724. web_1 | - Nothing to migrate.
  57725. web_1 | - Loading initial data for django_extensions.
  57726. web_1 | Installed 0 object(s) from 0 fixture(s)
  57727. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57728. web_1 | [GCC 4.9.2] on linux2
  57729. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57730. web_1 | (InteractiveConsole)
  57731. web_1 |
  57732. web_1 | >>> >>> Starting the server
  57733. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57734. web_1 |
  57735. web_1 | Fatal error: Unable to find local grunt.
  57736. web_1 |
  57737. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57738. web_1 | your project. For more information about installing and configuring grunt,
  57739. web_1 | please see the Getting Started guide:
  57740. web_1 |
  57741. web_1 | http://gruntjs.com/getting-started
  57742. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57743. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57744. web_1 | Syncing...
  57745. web_1 | Creating tables ...
  57746. web_1 | Installing custom SQL ...
  57747. web_1 | Installing indexes ...
  57748. web_1 | Installed 0 object(s) from 0 fixture(s)
  57749. web_1 |
  57750. web_1 | Synced:
  57751. web_1 | > django.contrib.auth
  57752. web_1 | > django.contrib.contenttypes
  57753. web_1 | > django.contrib.sessions
  57754. web_1 | > django.contrib.sites
  57755. web_1 | > django.contrib.messages
  57756. web_1 | > django.contrib.staticfiles
  57757. web_1 | > django.contrib.admin
  57758. web_1 | > south
  57759. web_1 | > crispy_forms
  57760. web_1 | > avatar
  57761. web_1 | > bootstrap3
  57762. web_1 | > users
  57763. web_1 | > allauth
  57764. web_1 | > allauth.account
  57765. web_1 | > django.contrib.humanize
  57766. web_1 | > debug_toolbar
  57767. web_1 |
  57768. web_1 | Not synced (use migrations):
  57769. web_1 | - allauth.socialaccount
  57770. web_1 | - django_extensions
  57771. web_1 | (use ./manage.py migrate to migrate these)
  57772. web_1 | Running migrations for socialaccount:
  57773. web_1 | - Nothing to migrate.
  57774. web_1 | - Loading initial data for socialaccount.
  57775. web_1 | Installed 0 object(s) from 0 fixture(s)
  57776. web_1 | Running migrations for django_extensions:
  57777. web_1 | - Nothing to migrate.
  57778. web_1 | - Loading initial data for django_extensions.
  57779. web_1 | Installed 0 object(s) from 0 fixture(s)
  57780. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57781. web_1 | [GCC 4.9.2] on linux2
  57782. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57783. web_1 | (InteractiveConsole)
  57784. web_1 |
  57785. web_1 | >>> >>> Starting the server
  57786. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57787. web_1 |
  57788. web_1 | Fatal error: Unable to find local grunt.
  57789. web_1 |
  57790. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57791. web_1 | your project. For more information about installing and configuring grunt,
  57792. web_1 | please see the Getting Started guide:
  57793. web_1 |
  57794. web_1 | http://gruntjs.com/getting-started
  57795. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57796. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57797. web_1 | Syncing...
  57798. web_1 | Creating tables ...
  57799. web_1 | Installing custom SQL ...
  57800. web_1 | Installing indexes ...
  57801. web_1 | Installed 0 object(s) from 0 fixture(s)
  57802. web_1 |
  57803. web_1 | Synced:
  57804. web_1 | > django.contrib.auth
  57805. web_1 | > django.contrib.contenttypes
  57806. web_1 | > django.contrib.sessions
  57807. web_1 | > django.contrib.sites
  57808. web_1 | > django.contrib.messages
  57809. web_1 | > django.contrib.staticfiles
  57810. web_1 | > django.contrib.admin
  57811. web_1 | > south
  57812. web_1 | > crispy_forms
  57813. web_1 | > avatar
  57814. web_1 | > bootstrap3
  57815. web_1 | > users
  57816. web_1 | > allauth
  57817. web_1 | > allauth.account
  57818. web_1 | > django.contrib.humanize
  57819. web_1 | > debug_toolbar
  57820. web_1 |
  57821. web_1 | Not synced (use migrations):
  57822. web_1 | - allauth.socialaccount
  57823. web_1 | - django_extensions
  57824. web_1 | (use ./manage.py migrate to migrate these)
  57825. web_1 | Running migrations for socialaccount:
  57826. web_1 | - Nothing to migrate.
  57827. web_1 | - Loading initial data for socialaccount.
  57828. web_1 | Installed 0 object(s) from 0 fixture(s)
  57829. web_1 | Running migrations for django_extensions:
  57830. web_1 | - Nothing to migrate.
  57831. web_1 | - Loading initial data for django_extensions.
  57832. web_1 | Installed 0 object(s) from 0 fixture(s)
  57833. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57834. web_1 | [GCC 4.9.2] on linux2
  57835. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57836. web_1 | (InteractiveConsole)
  57837. web_1 |
  57838. web_1 | >>> >>> Starting the server
  57839. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57840. web_1 |
  57841. web_1 | Fatal error: Unable to find local grunt.
  57842. web_1 |
  57843. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57844. web_1 | your project. For more information about installing and configuring grunt,
  57845. web_1 | please see the Getting Started guide:
  57846. web_1 |
  57847. web_1 | http://gruntjs.com/getting-started
  57848. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57849. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57850. web_1 | Syncing...
  57851. web_1 | Creating tables ...
  57852. web_1 | Installing custom SQL ...
  57853. web_1 | Installing indexes ...
  57854. web_1 | Installed 0 object(s) from 0 fixture(s)
  57855. web_1 |
  57856. web_1 | Synced:
  57857. web_1 | > django.contrib.auth
  57858. web_1 | > django.contrib.contenttypes
  57859. web_1 | > django.contrib.sessions
  57860. web_1 | > django.contrib.sites
  57861. web_1 | > django.contrib.messages
  57862. web_1 | > django.contrib.staticfiles
  57863. web_1 | > django.contrib.admin
  57864. web_1 | > south
  57865. web_1 | > crispy_forms
  57866. web_1 | > avatar
  57867. web_1 | > bootstrap3
  57868. web_1 | > users
  57869. web_1 | > allauth
  57870. web_1 | > allauth.account
  57871. web_1 | > django.contrib.humanize
  57872. web_1 | > debug_toolbar
  57873. web_1 |
  57874. web_1 | Not synced (use migrations):
  57875. web_1 | - allauth.socialaccount
  57876. web_1 | - django_extensions
  57877. web_1 | (use ./manage.py migrate to migrate these)
  57878. web_1 | Running migrations for socialaccount:
  57879. web_1 | - Nothing to migrate.
  57880. web_1 | - Loading initial data for socialaccount.
  57881. web_1 | Installed 0 object(s) from 0 fixture(s)
  57882. web_1 | Running migrations for django_extensions:
  57883. web_1 | - Nothing to migrate.
  57884. web_1 | - Loading initial data for django_extensions.
  57885. web_1 | Installed 0 object(s) from 0 fixture(s)
  57886. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57887. web_1 | [GCC 4.9.2] on linux2
  57888. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57889. web_1 | (InteractiveConsole)
  57890. web_1 |
  57891. web_1 | >>> >>> Starting the server
  57892. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57893. web_1 |
  57894. web_1 | Fatal error: Unable to find local grunt.
  57895. web_1 |
  57896. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57897. web_1 | your project. For more information about installing and configuring grunt,
  57898. web_1 | please see the Getting Started guide:
  57899. web_1 |
  57900. web_1 | http://gruntjs.com/getting-started
  57901. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57902. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57903. web_1 | Syncing...
  57904. web_1 | Creating tables ...
  57905. web_1 | Installing custom SQL ...
  57906. web_1 | Installing indexes ...
  57907. web_1 | Installed 0 object(s) from 0 fixture(s)
  57908. web_1 |
  57909. web_1 | Synced:
  57910. web_1 | > django.contrib.auth
  57911. web_1 | > django.contrib.contenttypes
  57912. web_1 | > django.contrib.sessions
  57913. web_1 | > django.contrib.sites
  57914. web_1 | > django.contrib.messages
  57915. web_1 | > django.contrib.staticfiles
  57916. web_1 | > django.contrib.admin
  57917. web_1 | > south
  57918. web_1 | > crispy_forms
  57919. web_1 | > avatar
  57920. web_1 | > bootstrap3
  57921. web_1 | > users
  57922. web_1 | > allauth
  57923. web_1 | > allauth.account
  57924. web_1 | > django.contrib.humanize
  57925. web_1 | > debug_toolbar
  57926. web_1 |
  57927. web_1 | Not synced (use migrations):
  57928. web_1 | - allauth.socialaccount
  57929. web_1 | - django_extensions
  57930. web_1 | (use ./manage.py migrate to migrate these)
  57931. web_1 | Running migrations for socialaccount:
  57932. web_1 | - Nothing to migrate.
  57933. web_1 | - Loading initial data for socialaccount.
  57934. web_1 | Installed 0 object(s) from 0 fixture(s)
  57935. web_1 | Running migrations for django_extensions:
  57936. web_1 | - Nothing to migrate.
  57937. web_1 | - Loading initial data for django_extensions.
  57938. web_1 | Installed 0 object(s) from 0 fixture(s)
  57939. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57940. web_1 | [GCC 4.9.2] on linux2
  57941. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57942. web_1 | (InteractiveConsole)
  57943. web_1 |
  57944. web_1 | >>> >>> Starting the server
  57945. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57946. web_1 |
  57947. web_1 | Fatal error: Unable to find local grunt.
  57948. web_1 |
  57949. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  57950. web_1 | your project. For more information about installing and configuring grunt,
  57951. web_1 | please see the Getting Started guide:
  57952. web_1 |
  57953. web_1 | http://gruntjs.com/getting-started
  57954. web_1 | Starting OpenBSD Secure Shell server: sshd.
  57955. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  57956. web_1 | Syncing...
  57957. web_1 | Creating tables ...
  57958. web_1 | Installing custom SQL ...
  57959. web_1 | Installing indexes ...
  57960. web_1 | Installed 0 object(s) from 0 fixture(s)
  57961. web_1 |
  57962. web_1 | Synced:
  57963. web_1 | > django.contrib.auth
  57964. web_1 | > django.contrib.contenttypes
  57965. web_1 | > django.contrib.sessions
  57966. web_1 | > django.contrib.sites
  57967. web_1 | > django.contrib.messages
  57968. web_1 | > django.contrib.staticfiles
  57969. web_1 | > django.contrib.admin
  57970. web_1 | > south
  57971. web_1 | > crispy_forms
  57972. web_1 | > avatar
  57973. web_1 | > bootstrap3
  57974. web_1 | > users
  57975. web_1 | > allauth
  57976. web_1 | > allauth.account
  57977. web_1 | > django.contrib.humanize
  57978. web_1 | > debug_toolbar
  57979. web_1 |
  57980. web_1 | Not synced (use migrations):
  57981. web_1 | - allauth.socialaccount
  57982. web_1 | - django_extensions
  57983. web_1 | (use ./manage.py migrate to migrate these)
  57984. web_1 | Running migrations for socialaccount:
  57985. web_1 | - Nothing to migrate.
  57986. web_1 | - Loading initial data for socialaccount.
  57987. web_1 | Installed 0 object(s) from 0 fixture(s)
  57988. web_1 | Running migrations for django_extensions:
  57989. web_1 | - Nothing to migrate.
  57990. web_1 | - Loading initial data for django_extensions.
  57991. web_1 | Installed 0 object(s) from 0 fixture(s)
  57992. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  57993. web_1 | [GCC 4.9.2] on linux2
  57994. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  57995. web_1 | (InteractiveConsole)
  57996. web_1 |
  57997. web_1 | >>> >>> Starting the server
  57998. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  57999. web_1 |
  58000. web_1 | Fatal error: Unable to find local grunt.
  58001. web_1 |
  58002. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58003. web_1 | your project. For more information about installing and configuring grunt,
  58004. web_1 | please see the Getting Started guide:
  58005. web_1 |
  58006. web_1 | http://gruntjs.com/getting-started
  58007. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58008. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58009. web_1 | Syncing...
  58010. web_1 | Creating tables ...
  58011. web_1 | Installing custom SQL ...
  58012. web_1 | Installing indexes ...
  58013. web_1 | Installed 0 object(s) from 0 fixture(s)
  58014. web_1 |
  58015. web_1 | Synced:
  58016. web_1 | > django.contrib.auth
  58017. web_1 | > django.contrib.contenttypes
  58018. web_1 | > django.contrib.sessions
  58019. web_1 | > django.contrib.sites
  58020. web_1 | > django.contrib.messages
  58021. web_1 | > django.contrib.staticfiles
  58022. web_1 | > django.contrib.admin
  58023. web_1 | > south
  58024. web_1 | > crispy_forms
  58025. web_1 | > avatar
  58026. web_1 | > bootstrap3
  58027. web_1 | > users
  58028. web_1 | > allauth
  58029. web_1 | > allauth.account
  58030. web_1 | > django.contrib.humanize
  58031. web_1 | > debug_toolbar
  58032. web_1 |
  58033. web_1 | Not synced (use migrations):
  58034. web_1 | - allauth.socialaccount
  58035. web_1 | - django_extensions
  58036. web_1 | (use ./manage.py migrate to migrate these)
  58037. web_1 | Running migrations for socialaccount:
  58038. web_1 | - Nothing to migrate.
  58039. web_1 | - Loading initial data for socialaccount.
  58040. web_1 | Installed 0 object(s) from 0 fixture(s)
  58041. web_1 | Running migrations for django_extensions:
  58042. web_1 | - Nothing to migrate.
  58043. web_1 | - Loading initial data for django_extensions.
  58044. web_1 | Installed 0 object(s) from 0 fixture(s)
  58045. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58046. web_1 | [GCC 4.9.2] on linux2
  58047. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58048. web_1 | (InteractiveConsole)
  58049. web_1 |
  58050. web_1 | >>> >>> Starting the server
  58051. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58052. web_1 |
  58053. web_1 | Fatal error: Unable to find local grunt.
  58054. web_1 |
  58055. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58056. web_1 | your project. For more information about installing and configuring grunt,
  58057. web_1 | please see the Getting Started guide:
  58058. web_1 |
  58059. web_1 | http://gruntjs.com/getting-started
  58060. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58061. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58062. web_1 | Syncing...
  58063. web_1 | Creating tables ...
  58064. web_1 | Installing custom SQL ...
  58065. web_1 | Installing indexes ...
  58066. web_1 | Installed 0 object(s) from 0 fixture(s)
  58067. web_1 |
  58068. web_1 | Synced:
  58069. web_1 | > django.contrib.auth
  58070. web_1 | > django.contrib.contenttypes
  58071. web_1 | > django.contrib.sessions
  58072. web_1 | > django.contrib.sites
  58073. web_1 | > django.contrib.messages
  58074. web_1 | > django.contrib.staticfiles
  58075. web_1 | > django.contrib.admin
  58076. web_1 | > south
  58077. web_1 | > crispy_forms
  58078. web_1 | > avatar
  58079. web_1 | > bootstrap3
  58080. web_1 | > users
  58081. web_1 | > allauth
  58082. web_1 | > allauth.account
  58083. web_1 | > django.contrib.humanize
  58084. web_1 | > debug_toolbar
  58085. web_1 |
  58086. web_1 | Not synced (use migrations):
  58087. web_1 | - allauth.socialaccount
  58088. web_1 | - django_extensions
  58089. web_1 | (use ./manage.py migrate to migrate these)
  58090. web_1 | Running migrations for socialaccount:
  58091. web_1 | - Nothing to migrate.
  58092. web_1 | - Loading initial data for socialaccount.
  58093. web_1 | Installed 0 object(s) from 0 fixture(s)
  58094. web_1 | Running migrations for django_extensions:
  58095. web_1 | - Nothing to migrate.
  58096. web_1 | - Loading initial data for django_extensions.
  58097. web_1 | Installed 0 object(s) from 0 fixture(s)
  58098. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58099. web_1 | [GCC 4.9.2] on linux2
  58100. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58101. web_1 | (InteractiveConsole)
  58102. web_1 |
  58103. web_1 | >>> >>> Starting the server
  58104. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58105. web_1 |
  58106. web_1 | Fatal error: Unable to find local grunt.
  58107. web_1 |
  58108. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58109. web_1 | your project. For more information about installing and configuring grunt,
  58110. web_1 | please see the Getting Started guide:
  58111. web_1 |
  58112. web_1 | http://gruntjs.com/getting-started
  58113. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58114. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58115. web_1 | Syncing...
  58116. web_1 | Creating tables ...
  58117. web_1 | Installing custom SQL ...
  58118. web_1 | Installing indexes ...
  58119. web_1 | Installed 0 object(s) from 0 fixture(s)
  58120. web_1 |
  58121. web_1 | Synced:
  58122. web_1 | > django.contrib.auth
  58123. web_1 | > django.contrib.contenttypes
  58124. web_1 | > django.contrib.sessions
  58125. web_1 | > django.contrib.sites
  58126. web_1 | > django.contrib.messages
  58127. web_1 | > django.contrib.staticfiles
  58128. web_1 | > django.contrib.admin
  58129. web_1 | > south
  58130. web_1 | > crispy_forms
  58131. web_1 | > avatar
  58132. web_1 | > bootstrap3
  58133. web_1 | > users
  58134. web_1 | > allauth
  58135. web_1 | > allauth.account
  58136. web_1 | > django.contrib.humanize
  58137. web_1 | > debug_toolbar
  58138. web_1 |
  58139. web_1 | Not synced (use migrations):
  58140. web_1 | - allauth.socialaccount
  58141. web_1 | - django_extensions
  58142. web_1 | (use ./manage.py migrate to migrate these)
  58143. web_1 | Running migrations for socialaccount:
  58144. web_1 | - Nothing to migrate.
  58145. web_1 | - Loading initial data for socialaccount.
  58146. web_1 | Installed 0 object(s) from 0 fixture(s)
  58147. web_1 | Running migrations for django_extensions:
  58148. web_1 | - Nothing to migrate.
  58149. web_1 | - Loading initial data for django_extensions.
  58150. web_1 | Installed 0 object(s) from 0 fixture(s)
  58151. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58152. web_1 | [GCC 4.9.2] on linux2
  58153. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58154. web_1 | (InteractiveConsole)
  58155. web_1 |
  58156. web_1 | >>> >>> Starting the server
  58157. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58158. web_1 |
  58159. web_1 | Fatal error: Unable to find local grunt.
  58160. web_1 |
  58161. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58162. web_1 | your project. For more information about installing and configuring grunt,
  58163. web_1 | please see the Getting Started guide:
  58164. web_1 |
  58165. web_1 | http://gruntjs.com/getting-started
  58166. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58167. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58168. web_1 | Syncing...
  58169. web_1 | Creating tables ...
  58170. web_1 | Installing custom SQL ...
  58171. web_1 | Installing indexes ...
  58172. web_1 | Installed 0 object(s) from 0 fixture(s)
  58173. web_1 |
  58174. web_1 | Synced:
  58175. web_1 | > django.contrib.auth
  58176. web_1 | > django.contrib.contenttypes
  58177. web_1 | > django.contrib.sessions
  58178. web_1 | > django.contrib.sites
  58179. web_1 | > django.contrib.messages
  58180. web_1 | > django.contrib.staticfiles
  58181. web_1 | > django.contrib.admin
  58182. web_1 | > south
  58183. web_1 | > crispy_forms
  58184. web_1 | > avatar
  58185. web_1 | > bootstrap3
  58186. web_1 | > users
  58187. web_1 | > allauth
  58188. web_1 | > allauth.account
  58189. web_1 | > django.contrib.humanize
  58190. web_1 | > debug_toolbar
  58191. web_1 |
  58192. web_1 | Not synced (use migrations):
  58193. web_1 | - allauth.socialaccount
  58194. web_1 | - django_extensions
  58195. web_1 | (use ./manage.py migrate to migrate these)
  58196. web_1 | Running migrations for socialaccount:
  58197. web_1 | - Nothing to migrate.
  58198. web_1 | - Loading initial data for socialaccount.
  58199. web_1 | Installed 0 object(s) from 0 fixture(s)
  58200. web_1 | Running migrations for django_extensions:
  58201. web_1 | - Nothing to migrate.
  58202. web_1 | - Loading initial data for django_extensions.
  58203. web_1 | Installed 0 object(s) from 0 fixture(s)
  58204. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58205. web_1 | [GCC 4.9.2] on linux2
  58206. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58207. web_1 | (InteractiveConsole)
  58208. web_1 |
  58209. web_1 | >>> >>> Starting the server
  58210. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58211. web_1 |
  58212. web_1 | Fatal error: Unable to find local grunt.
  58213. web_1 |
  58214. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58215. web_1 | your project. For more information about installing and configuring grunt,
  58216. web_1 | please see the Getting Started guide:
  58217. web_1 |
  58218. web_1 | http://gruntjs.com/getting-started
  58219. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58220. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58221. web_1 | Syncing...
  58222. web_1 | Creating tables ...
  58223. web_1 | Installing custom SQL ...
  58224. web_1 | Installing indexes ...
  58225. web_1 | Installed 0 object(s) from 0 fixture(s)
  58226. web_1 |
  58227. web_1 | Synced:
  58228. web_1 | > django.contrib.auth
  58229. web_1 | > django.contrib.contenttypes
  58230. web_1 | > django.contrib.sessions
  58231. web_1 | > django.contrib.sites
  58232. web_1 | > django.contrib.messages
  58233. web_1 | > django.contrib.staticfiles
  58234. web_1 | > django.contrib.admin
  58235. web_1 | > south
  58236. web_1 | > crispy_forms
  58237. web_1 | > avatar
  58238. web_1 | > bootstrap3
  58239. web_1 | > users
  58240. web_1 | > allauth
  58241. web_1 | > allauth.account
  58242. web_1 | > django.contrib.humanize
  58243. web_1 | > debug_toolbar
  58244. web_1 |
  58245. web_1 | Not synced (use migrations):
  58246. web_1 | - allauth.socialaccount
  58247. web_1 | - django_extensions
  58248. web_1 | (use ./manage.py migrate to migrate these)
  58249. web_1 | Running migrations for socialaccount:
  58250. web_1 | - Nothing to migrate.
  58251. web_1 | - Loading initial data for socialaccount.
  58252. web_1 | Installed 0 object(s) from 0 fixture(s)
  58253. web_1 | Running migrations for django_extensions:
  58254. web_1 | - Nothing to migrate.
  58255. web_1 | - Loading initial data for django_extensions.
  58256. web_1 | Installed 0 object(s) from 0 fixture(s)
  58257. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58258. web_1 | [GCC 4.9.2] on linux2
  58259. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58260. web_1 | (InteractiveConsole)
  58261. web_1 |
  58262. web_1 | >>> >>> Starting the server
  58263. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58264. web_1 |
  58265. web_1 | Fatal error: Unable to find local grunt.
  58266. web_1 |
  58267. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58268. web_1 | your project. For more information about installing and configuring grunt,
  58269. web_1 | please see the Getting Started guide:
  58270. web_1 |
  58271. web_1 | http://gruntjs.com/getting-started
  58272. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58273. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58274. web_1 | Syncing...
  58275. web_1 | Creating tables ...
  58276. web_1 | Installing custom SQL ...
  58277. web_1 | Installing indexes ...
  58278. web_1 | Installed 0 object(s) from 0 fixture(s)
  58279. web_1 |
  58280. web_1 | Synced:
  58281. web_1 | > django.contrib.auth
  58282. web_1 | > django.contrib.contenttypes
  58283. web_1 | > django.contrib.sessions
  58284. web_1 | > django.contrib.sites
  58285. web_1 | > django.contrib.messages
  58286. web_1 | > django.contrib.staticfiles
  58287. web_1 | > django.contrib.admin
  58288. web_1 | > south
  58289. web_1 | > crispy_forms
  58290. web_1 | > avatar
  58291. web_1 | > bootstrap3
  58292. web_1 | > users
  58293. web_1 | > allauth
  58294. web_1 | > allauth.account
  58295. web_1 | > django.contrib.humanize
  58296. web_1 | > debug_toolbar
  58297. web_1 |
  58298. web_1 | Not synced (use migrations):
  58299. web_1 | - allauth.socialaccount
  58300. web_1 | - django_extensions
  58301. web_1 | (use ./manage.py migrate to migrate these)
  58302. web_1 | Running migrations for socialaccount:
  58303. web_1 | - Nothing to migrate.
  58304. web_1 | - Loading initial data for socialaccount.
  58305. web_1 | Installed 0 object(s) from 0 fixture(s)
  58306. web_1 | Running migrations for django_extensions:
  58307. web_1 | - Nothing to migrate.
  58308. web_1 | - Loading initial data for django_extensions.
  58309. web_1 | Installed 0 object(s) from 0 fixture(s)
  58310. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58311. web_1 | [GCC 4.9.2] on linux2
  58312. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58313. web_1 | (InteractiveConsole)
  58314. web_1 |
  58315. web_1 | >>> >>> Starting the server
  58316. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58317. web_1 |
  58318. web_1 | Fatal error: Unable to find local grunt.
  58319. web_1 |
  58320. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58321. web_1 | your project. For more information about installing and configuring grunt,
  58322. web_1 | please see the Getting Started guide:
  58323. web_1 |
  58324. web_1 | http://gruntjs.com/getting-started
  58325. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58326. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58327. web_1 | Syncing...
  58328. web_1 | Creating tables ...
  58329. web_1 | Installing custom SQL ...
  58330. web_1 | Installing indexes ...
  58331. web_1 | Installed 0 object(s) from 0 fixture(s)
  58332. web_1 |
  58333. web_1 | Synced:
  58334. web_1 | > django.contrib.auth
  58335. web_1 | > django.contrib.contenttypes
  58336. web_1 | > django.contrib.sessions
  58337. web_1 | > django.contrib.sites
  58338. web_1 | > django.contrib.messages
  58339. web_1 | > django.contrib.staticfiles
  58340. web_1 | > django.contrib.admin
  58341. web_1 | > south
  58342. web_1 | > crispy_forms
  58343. web_1 | > avatar
  58344. web_1 | > bootstrap3
  58345. web_1 | > users
  58346. web_1 | > allauth
  58347. web_1 | > allauth.account
  58348. web_1 | > django.contrib.humanize
  58349. web_1 | > debug_toolbar
  58350. web_1 |
  58351. web_1 | Not synced (use migrations):
  58352. web_1 | - allauth.socialaccount
  58353. web_1 | - django_extensions
  58354. web_1 | (use ./manage.py migrate to migrate these)
  58355. web_1 | Running migrations for socialaccount:
  58356. web_1 | - Nothing to migrate.
  58357. web_1 | - Loading initial data for socialaccount.
  58358. web_1 | Installed 0 object(s) from 0 fixture(s)
  58359. web_1 | Running migrations for django_extensions:
  58360. web_1 | - Nothing to migrate.
  58361. web_1 | - Loading initial data for django_extensions.
  58362. web_1 | Installed 0 object(s) from 0 fixture(s)
  58363. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58364. web_1 | [GCC 4.9.2] on linux2
  58365. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58366. web_1 | (InteractiveConsole)
  58367. web_1 |
  58368. web_1 | >>> >>> Starting the server
  58369. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58370. web_1 |
  58371. web_1 | Fatal error: Unable to find local grunt.
  58372. web_1 |
  58373. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58374. web_1 | your project. For more information about installing and configuring grunt,
  58375. web_1 | please see the Getting Started guide:
  58376. web_1 |
  58377. web_1 | http://gruntjs.com/getting-started
  58378. oclweb_web_1 exited with code 99
  58379. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58380. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58381. web_1 | Syncing...
  58382. web_1 | Traceback (most recent call last):
  58383. web_1 | File "ocl_web/manage.py", line 19, in <module>
  58384. web_1 | execute_from_command_line(sys.argv)
  58385. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  58386. web_1 | utility.execute()
  58387. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  58388. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  58389. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  58390. web_1 | self.execute(*args, **options.__dict__)
  58391. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  58392. web_1 | output = self.handle(*args, **options)
  58393. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  58394. web_1 | return self.handle_noargs(**options)
  58395. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  58396. web_1 | syncdb.Command().execute(**options)
  58397. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  58398. web_1 | output = self.handle(*args, **options)
  58399. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  58400. web_1 | return self.handle_noargs(**options)
  58401. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  58402. web_1 | cursor = connection.cursor()
  58403. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  58404. web_1 | cursor = self.make_debug_cursor(self._cursor())
  58405. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  58406. web_1 | self.ensure_connection()
  58407. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58408. web_1 | self.connect()
  58409. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  58410. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  58411. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58412. web_1 | self.connect()
  58413. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  58414. web_1 | self.connection = self.get_new_connection(conn_params)
  58415. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  58416. web_1 | return Database.connect(**conn_params)
  58417. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  58418. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  58419. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  58420. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  58421. web_1 | TCP/IP connections on port 5432?
  58422. web_1 |
  58423. web_1 | Traceback (most recent call last):
  58424. web_1 | File "ocl_web/manage.py", line 19, in <module>
  58425. web_1 | execute_from_command_line(sys.argv)
  58426. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  58427. web_1 | utility.execute()
  58428. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  58429. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  58430. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  58431. web_1 | self.execute(*args, **options.__dict__)
  58432. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  58433. web_1 | output = self.handle(*args, **options)
  58434. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  58435. web_1 | ignore_ghosts = ignore_ghosts,
  58436. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  58437. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  58438. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  58439. web_1 | for h in histories:
  58440. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  58441. web_1 | self._fetch_all()
  58442. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  58443. web_1 | self._result_cache = list(self.iterator())
  58444. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  58445. web_1 | for row in compiler.results_iter():
  58446. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  58447. web_1 | for rows in self.execute_sql(MULTI):
  58448. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  58449. web_1 | cursor = self.connection.cursor()
  58450. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  58451. web_1 | cursor = self.make_debug_cursor(self._cursor())
  58452. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  58453. web_1 | self.ensure_connection()
  58454. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58455. web_1 | self.connect()
  58456. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  58457. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  58458. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58459. web_1 | self.connect()
  58460. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  58461. web_1 | self.connection = self.get_new_connection(conn_params)
  58462. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  58463. web_1 | return Database.connect(**conn_params)
  58464. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  58465. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  58466. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  58467. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  58468. web_1 | TCP/IP connections on port 5432?
  58469. web_1 |
  58470. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58471. web_1 | [GCC 4.9.2] on linux2
  58472. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58473. web_1 | (InteractiveConsole)
  58474. web_1 | Traceback (most recent call last):
  58475. web_1 | File "<console>", line 1, in <module>
  58476. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  58477. web_1 | return self.query.get_count(using=self.db)
  58478. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  58479. web_1 | number = obj.get_aggregation(using=using)[None]
  58480. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  58481. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  58482. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  58483. web_1 | cursor = self.connection.cursor()
  58484. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  58485. web_1 | cursor = self.make_debug_cursor(self._cursor())
  58486. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  58487. web_1 | self.ensure_connection()
  58488. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58489. web_1 | self.connect()
  58490. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  58491. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  58492. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  58493. web_1 | self.connect()
  58494. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  58495. web_1 | self.connection = self.get_new_connection(conn_params)
  58496. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  58497. web_1 | return Database.connect(**conn_params)
  58498. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  58499. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  58500. web_1 | OperationalError: could not connect to server: Connection refused
  58501. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  58502. web_1 | TCP/IP connections on port 5432?
  58503. web_1 |
  58504. web_1 |
  58505. web_1 | >>> >>> Starting the server
  58506. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58507. web_1 |
  58508. web_1 | Fatal error: Unable to find local grunt.
  58509. web_1 |
  58510. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58511. web_1 | your project. For more information about installing and configuring grunt,
  58512. web_1 | please see the Getting Started guide:
  58513. web_1 |
  58514. web_1 | http://gruntjs.com/getting-started
  58515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58517. web_1 | Syncing...
  58518. web_1 | Creating tables ...
  58519. web_1 | Creating table auth_permission
  58520. web_1 | Creating table auth_group_permissions
  58521. web_1 | Creating table auth_group
  58522. web_1 | Creating table django_content_type
  58523. web_1 | Creating table django_session
  58524. web_1 | Creating table django_site
  58525. web_1 | Creating table django_admin_log
  58526. web_1 | Creating table south_migrationhistory
  58527. web_1 | Creating table avatar_avatar
  58528. web_1 | Creating table users_user_groups
  58529. web_1 | Creating table users_user_user_permissions
  58530. web_1 | Creating table users_user
  58531. web_1 | Creating table account_emailaddress
  58532. web_1 | Creating table account_emailconfirmation
  58533. web_1 | Installing custom SQL ...
  58534. web_1 | Installing indexes ...
  58535. web_1 | Installed 0 object(s) from 0 fixture(s)
  58536. web_1 |
  58537. web_1 | Synced:
  58538. web_1 | > django.contrib.auth
  58539. web_1 | > django.contrib.contenttypes
  58540. web_1 | > django.contrib.sessions
  58541. web_1 | > django.contrib.sites
  58542. web_1 | > django.contrib.messages
  58543. web_1 | > django.contrib.staticfiles
  58544. web_1 | > django.contrib.admin
  58545. web_1 | > south
  58546. web_1 | > crispy_forms
  58547. web_1 | > avatar
  58548. web_1 | > bootstrap3
  58549. web_1 | > users
  58550. web_1 | > allauth
  58551. web_1 | > allauth.account
  58552. web_1 | > django.contrib.humanize
  58553. web_1 | > debug_toolbar
  58554. web_1 |
  58555. web_1 | Not synced (use migrations):
  58556. web_1 | - allauth.socialaccount
  58557. web_1 | - django_extensions
  58558. web_1 | (use ./manage.py migrate to migrate these)
  58559. web_1 | Running migrations for socialaccount:
  58560. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  58561. web_1 | > socialaccount:0001_initial
  58562. web_1 | > socialaccount:0002_genericmodels
  58563. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  58564. web_1 | > socialaccount:0004_add_sites
  58565. web_1 | > socialaccount:0005_set_sites
  58566. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  58567. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  58568. web_1 | > socialaccount:0008_client_id
  58569. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  58570. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  58571. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  58572. web_1 | - Loading initial data for socialaccount.
  58573. web_1 | Installed 0 object(s) from 0 fixture(s)
  58574. web_1 | Running migrations for django_extensions:
  58575. web_1 | - Migrating forwards to 0001_empty.
  58576. web_1 | > django_extensions:0001_empty
  58577. web_1 | - Loading initial data for django_extensions.
  58578. web_1 | Installed 0 object(s) from 0 fixture(s)
  58579. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58580. web_1 | [GCC 4.9.2] on linux2
  58581. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58582. web_1 | (InteractiveConsole)
  58583. web_1 |
  58584. web_1 | >>> >>> Starting the server
  58585. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58586. web_1 |
  58587. web_1 | Fatal error: Unable to find local grunt.
  58588. web_1 |
  58589. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58590. web_1 | your project. For more information about installing and configuring grunt,
  58591. web_1 | please see the Getting Started guide:
  58592. web_1 |
  58593. web_1 | http://gruntjs.com/getting-started
  58594. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58595. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58596. web_1 | Syncing...
  58597. web_1 | Creating tables ...
  58598. web_1 | Installing custom SQL ...
  58599. web_1 | Installing indexes ...
  58600. web_1 | Installed 0 object(s) from 0 fixture(s)
  58601. web_1 |
  58602. web_1 | Synced:
  58603. web_1 | > django.contrib.auth
  58604. web_1 | > django.contrib.contenttypes
  58605. web_1 | > django.contrib.sessions
  58606. web_1 | > django.contrib.sites
  58607. web_1 | > django.contrib.messages
  58608. web_1 | > django.contrib.staticfiles
  58609. web_1 | > django.contrib.admin
  58610. web_1 | > south
  58611. web_1 | > crispy_forms
  58612. web_1 | > avatar
  58613. web_1 | > bootstrap3
  58614. web_1 | > users
  58615. web_1 | > allauth
  58616. web_1 | > allauth.account
  58617. web_1 | > django.contrib.humanize
  58618. web_1 | > debug_toolbar
  58619. web_1 |
  58620. web_1 | Not synced (use migrations):
  58621. web_1 | - allauth.socialaccount
  58622. web_1 | - django_extensions
  58623. web_1 | (use ./manage.py migrate to migrate these)
  58624. web_1 | Running migrations for socialaccount:
  58625. web_1 | - Nothing to migrate.
  58626. web_1 | - Loading initial data for socialaccount.
  58627. web_1 | Installed 0 object(s) from 0 fixture(s)
  58628. web_1 | Running migrations for django_extensions:
  58629. web_1 | - Nothing to migrate.
  58630. web_1 | - Loading initial data for django_extensions.
  58631. web_1 | Installed 0 object(s) from 0 fixture(s)
  58632. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58633. web_1 | [GCC 4.9.2] on linux2
  58634. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58635. web_1 | (InteractiveConsole)
  58636. web_1 |
  58637. web_1 | >>> >>> Starting the server
  58638. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58639. web_1 |
  58640. web_1 | Fatal error: Unable to find local grunt.
  58641. web_1 |
  58642. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58643. web_1 | your project. For more information about installing and configuring grunt,
  58644. web_1 | please see the Getting Started guide:
  58645. web_1 |
  58646. web_1 | http://gruntjs.com/getting-started
  58647. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58648. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58649. web_1 | Syncing...
  58650. web_1 | Creating tables ...
  58651. web_1 | Installing custom SQL ...
  58652. web_1 | Installing indexes ...
  58653. web_1 | Installed 0 object(s) from 0 fixture(s)
  58654. web_1 |
  58655. web_1 | Synced:
  58656. web_1 | > django.contrib.auth
  58657. web_1 | > django.contrib.contenttypes
  58658. web_1 | > django.contrib.sessions
  58659. web_1 | > django.contrib.sites
  58660. web_1 | > django.contrib.messages
  58661. web_1 | > django.contrib.staticfiles
  58662. web_1 | > django.contrib.admin
  58663. web_1 | > south
  58664. web_1 | > crispy_forms
  58665. web_1 | > avatar
  58666. web_1 | > bootstrap3
  58667. web_1 | > users
  58668. web_1 | > allauth
  58669. web_1 | > allauth.account
  58670. web_1 | > django.contrib.humanize
  58671. web_1 | > debug_toolbar
  58672. web_1 |
  58673. web_1 | Not synced (use migrations):
  58674. web_1 | - allauth.socialaccount
  58675. web_1 | - django_extensions
  58676. web_1 | (use ./manage.py migrate to migrate these)
  58677. web_1 | Running migrations for socialaccount:
  58678. web_1 | - Nothing to migrate.
  58679. web_1 | - Loading initial data for socialaccount.
  58680. web_1 | Installed 0 object(s) from 0 fixture(s)
  58681. web_1 | Running migrations for django_extensions:
  58682. web_1 | - Nothing to migrate.
  58683. web_1 | - Loading initial data for django_extensions.
  58684. web_1 | Installed 0 object(s) from 0 fixture(s)
  58685. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58686. web_1 | [GCC 4.9.2] on linux2
  58687. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58688. web_1 | (InteractiveConsole)
  58689. web_1 |
  58690. web_1 | >>> >>> Starting the server
  58691. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58692. web_1 |
  58693. web_1 | Fatal error: Unable to find local grunt.
  58694. web_1 |
  58695. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58696. web_1 | your project. For more information about installing and configuring grunt,
  58697. web_1 | please see the Getting Started guide:
  58698. web_1 |
  58699. web_1 | http://gruntjs.com/getting-started
  58700. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58701. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58702. web_1 | Syncing...
  58703. web_1 | Creating tables ...
  58704. web_1 | Installing custom SQL ...
  58705. web_1 | Installing indexes ...
  58706. web_1 | Installed 0 object(s) from 0 fixture(s)
  58707. web_1 |
  58708. web_1 | Synced:
  58709. web_1 | > django.contrib.auth
  58710. web_1 | > django.contrib.contenttypes
  58711. web_1 | > django.contrib.sessions
  58712. web_1 | > django.contrib.sites
  58713. web_1 | > django.contrib.messages
  58714. web_1 | > django.contrib.staticfiles
  58715. web_1 | > django.contrib.admin
  58716. web_1 | > south
  58717. web_1 | > crispy_forms
  58718. web_1 | > avatar
  58719. web_1 | > bootstrap3
  58720. web_1 | > users
  58721. web_1 | > allauth
  58722. web_1 | > allauth.account
  58723. web_1 | > django.contrib.humanize
  58724. web_1 | > debug_toolbar
  58725. web_1 |
  58726. web_1 | Not synced (use migrations):
  58727. web_1 | - allauth.socialaccount
  58728. web_1 | - django_extensions
  58729. web_1 | (use ./manage.py migrate to migrate these)
  58730. web_1 | Running migrations for socialaccount:
  58731. web_1 | - Nothing to migrate.
  58732. web_1 | - Loading initial data for socialaccount.
  58733. web_1 | Installed 0 object(s) from 0 fixture(s)
  58734. web_1 | Running migrations for django_extensions:
  58735. web_1 | - Nothing to migrate.
  58736. web_1 | - Loading initial data for django_extensions.
  58737. web_1 | Installed 0 object(s) from 0 fixture(s)
  58738. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58739. web_1 | [GCC 4.9.2] on linux2
  58740. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58741. web_1 | (InteractiveConsole)
  58742. web_1 |
  58743. web_1 | >>> >>> Starting the server
  58744. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58745. web_1 |
  58746. web_1 | Fatal error: Unable to find local grunt.
  58747. web_1 |
  58748. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58749. web_1 | your project. For more information about installing and configuring grunt,
  58750. web_1 | please see the Getting Started guide:
  58751. web_1 |
  58752. web_1 | http://gruntjs.com/getting-started
  58753. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58754. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58755. web_1 | Syncing...
  58756. web_1 | Creating tables ...
  58757. web_1 | Installing custom SQL ...
  58758. web_1 | Installing indexes ...
  58759. web_1 | Installed 0 object(s) from 0 fixture(s)
  58760. web_1 |
  58761. web_1 | Synced:
  58762. web_1 | > django.contrib.auth
  58763. web_1 | > django.contrib.contenttypes
  58764. web_1 | > django.contrib.sessions
  58765. web_1 | > django.contrib.sites
  58766. web_1 | > django.contrib.messages
  58767. web_1 | > django.contrib.staticfiles
  58768. web_1 | > django.contrib.admin
  58769. web_1 | > south
  58770. web_1 | > crispy_forms
  58771. web_1 | > avatar
  58772. web_1 | > bootstrap3
  58773. web_1 | > users
  58774. web_1 | > allauth
  58775. web_1 | > allauth.account
  58776. web_1 | > django.contrib.humanize
  58777. web_1 | > debug_toolbar
  58778. web_1 |
  58779. web_1 | Not synced (use migrations):
  58780. web_1 | - allauth.socialaccount
  58781. web_1 | - django_extensions
  58782. web_1 | (use ./manage.py migrate to migrate these)
  58783. web_1 | Running migrations for socialaccount:
  58784. web_1 | - Nothing to migrate.
  58785. web_1 | - Loading initial data for socialaccount.
  58786. web_1 | Installed 0 object(s) from 0 fixture(s)
  58787. web_1 | Running migrations for django_extensions:
  58788. web_1 | - Nothing to migrate.
  58789. web_1 | - Loading initial data for django_extensions.
  58790. web_1 | Installed 0 object(s) from 0 fixture(s)
  58791. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58792. web_1 | [GCC 4.9.2] on linux2
  58793. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58794. web_1 | (InteractiveConsole)
  58795. web_1 |
  58796. web_1 | >>> >>> Starting the server
  58797. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58798. web_1 |
  58799. web_1 | Fatal error: Unable to find local grunt.
  58800. web_1 |
  58801. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58802. web_1 | your project. For more information about installing and configuring grunt,
  58803. web_1 | please see the Getting Started guide:
  58804. web_1 |
  58805. web_1 | http://gruntjs.com/getting-started
  58806. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58807. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58808. web_1 | Syncing...
  58809. web_1 | Creating tables ...
  58810. web_1 | Installing custom SQL ...
  58811. web_1 | Installing indexes ...
  58812. web_1 | Installed 0 object(s) from 0 fixture(s)
  58813. web_1 |
  58814. web_1 | Synced:
  58815. web_1 | > django.contrib.auth
  58816. web_1 | > django.contrib.contenttypes
  58817. web_1 | > django.contrib.sessions
  58818. web_1 | > django.contrib.sites
  58819. web_1 | > django.contrib.messages
  58820. web_1 | > django.contrib.staticfiles
  58821. web_1 | > django.contrib.admin
  58822. web_1 | > south
  58823. web_1 | > crispy_forms
  58824. web_1 | > avatar
  58825. web_1 | > bootstrap3
  58826. web_1 | > users
  58827. web_1 | > allauth
  58828. web_1 | > allauth.account
  58829. web_1 | > django.contrib.humanize
  58830. web_1 | > debug_toolbar
  58831. web_1 |
  58832. web_1 | Not synced (use migrations):
  58833. web_1 | - allauth.socialaccount
  58834. web_1 | - django_extensions
  58835. web_1 | (use ./manage.py migrate to migrate these)
  58836. web_1 | Running migrations for socialaccount:
  58837. web_1 | - Nothing to migrate.
  58838. web_1 | - Loading initial data for socialaccount.
  58839. web_1 | Installed 0 object(s) from 0 fixture(s)
  58840. web_1 | Running migrations for django_extensions:
  58841. web_1 | - Nothing to migrate.
  58842. web_1 | - Loading initial data for django_extensions.
  58843. web_1 | Installed 0 object(s) from 0 fixture(s)
  58844. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58845. web_1 | [GCC 4.9.2] on linux2
  58846. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58847. web_1 | (InteractiveConsole)
  58848. web_1 |
  58849. web_1 | >>> >>> Starting the server
  58850. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58851. web_1 |
  58852. web_1 | Fatal error: Unable to find local grunt.
  58853. web_1 |
  58854. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58855. web_1 | your project. For more information about installing and configuring grunt,
  58856. web_1 | please see the Getting Started guide:
  58857. web_1 |
  58858. web_1 | http://gruntjs.com/getting-started
  58859. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58860. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58861. web_1 | Syncing...
  58862. web_1 | Creating tables ...
  58863. web_1 | Installing custom SQL ...
  58864. web_1 | Installing indexes ...
  58865. web_1 | Installed 0 object(s) from 0 fixture(s)
  58866. web_1 |
  58867. web_1 | Synced:
  58868. web_1 | > django.contrib.auth
  58869. web_1 | > django.contrib.contenttypes
  58870. web_1 | > django.contrib.sessions
  58871. web_1 | > django.contrib.sites
  58872. web_1 | > django.contrib.messages
  58873. web_1 | > django.contrib.staticfiles
  58874. web_1 | > django.contrib.admin
  58875. web_1 | > south
  58876. web_1 | > crispy_forms
  58877. web_1 | > avatar
  58878. web_1 | > bootstrap3
  58879. web_1 | > users
  58880. web_1 | > allauth
  58881. web_1 | > allauth.account
  58882. web_1 | > django.contrib.humanize
  58883. web_1 | > debug_toolbar
  58884. web_1 |
  58885. web_1 | Not synced (use migrations):
  58886. web_1 | - allauth.socialaccount
  58887. web_1 | - django_extensions
  58888. web_1 | (use ./manage.py migrate to migrate these)
  58889. web_1 | Running migrations for socialaccount:
  58890. web_1 | - Nothing to migrate.
  58891. web_1 | - Loading initial data for socialaccount.
  58892. web_1 | Installed 0 object(s) from 0 fixture(s)
  58893. web_1 | Running migrations for django_extensions:
  58894. web_1 | - Nothing to migrate.
  58895. web_1 | - Loading initial data for django_extensions.
  58896. web_1 | Installed 0 object(s) from 0 fixture(s)
  58897. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58898. web_1 | [GCC 4.9.2] on linux2
  58899. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58900. web_1 | (InteractiveConsole)
  58901. web_1 |
  58902. web_1 | >>> >>> Starting the server
  58903. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58904. web_1 |
  58905. web_1 | Fatal error: Unable to find local grunt.
  58906. web_1 |
  58907. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58908. web_1 | your project. For more information about installing and configuring grunt,
  58909. web_1 | please see the Getting Started guide:
  58910. web_1 |
  58911. web_1 | http://gruntjs.com/getting-started
  58912. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58913. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58914. web_1 | Syncing...
  58915. web_1 | Creating tables ...
  58916. web_1 | Installing custom SQL ...
  58917. web_1 | Installing indexes ...
  58918. web_1 | Installed 0 object(s) from 0 fixture(s)
  58919. web_1 |
  58920. web_1 | Synced:
  58921. web_1 | > django.contrib.auth
  58922. web_1 | > django.contrib.contenttypes
  58923. web_1 | > django.contrib.sessions
  58924. web_1 | > django.contrib.sites
  58925. web_1 | > django.contrib.messages
  58926. web_1 | > django.contrib.staticfiles
  58927. web_1 | > django.contrib.admin
  58928. web_1 | > south
  58929. web_1 | > crispy_forms
  58930. web_1 | > avatar
  58931. web_1 | > bootstrap3
  58932. web_1 | > users
  58933. web_1 | > allauth
  58934. web_1 | > allauth.account
  58935. web_1 | > django.contrib.humanize
  58936. web_1 | > debug_toolbar
  58937. web_1 |
  58938. web_1 | Not synced (use migrations):
  58939. web_1 | - allauth.socialaccount
  58940. web_1 | - django_extensions
  58941. web_1 | (use ./manage.py migrate to migrate these)
  58942. web_1 | Running migrations for socialaccount:
  58943. web_1 | - Nothing to migrate.
  58944. web_1 | - Loading initial data for socialaccount.
  58945. web_1 | Installed 0 object(s) from 0 fixture(s)
  58946. web_1 | Running migrations for django_extensions:
  58947. web_1 | - Nothing to migrate.
  58948. web_1 | - Loading initial data for django_extensions.
  58949. web_1 | Installed 0 object(s) from 0 fixture(s)
  58950. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  58951. web_1 | [GCC 4.9.2] on linux2
  58952. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  58953. web_1 | (InteractiveConsole)
  58954. web_1 |
  58955. web_1 | >>> >>> Starting the server
  58956. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  58957. web_1 |
  58958. web_1 | Fatal error: Unable to find local grunt.
  58959. web_1 |
  58960. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  58961. web_1 | your project. For more information about installing and configuring grunt,
  58962. web_1 | please see the Getting Started guide:
  58963. web_1 |
  58964. web_1 | http://gruntjs.com/getting-started
  58965. web_1 | Starting OpenBSD Secure Shell server: sshd.
  58966. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  58967. web_1 | Syncing...
  58968. web_1 | Creating tables ...
  58969. web_1 | Installing custom SQL ...
  58970. web_1 | Installing indexes ...
  58971. web_1 | Installed 0 object(s) from 0 fixture(s)
  58972. web_1 |
  58973. web_1 | Synced:
  58974. web_1 | > django.contrib.auth
  58975. web_1 | > django.contrib.contenttypes
  58976. web_1 | > django.contrib.sessions
  58977. web_1 | > django.contrib.sites
  58978. web_1 | > django.contrib.messages
  58979. web_1 | > django.contrib.staticfiles
  58980. web_1 | > django.contrib.admin
  58981. web_1 | > south
  58982. web_1 | > crispy_forms
  58983. web_1 | > avatar
  58984. web_1 | > bootstrap3
  58985. web_1 | > users
  58986. web_1 | > allauth
  58987. web_1 | > allauth.account
  58988. web_1 | > django.contrib.humanize
  58989. web_1 | > debug_toolbar
  58990. web_1 |
  58991. web_1 | Not synced (use migrations):
  58992. web_1 | - allauth.socialaccount
  58993. web_1 | - django_extensions
  58994. web_1 | (use ./manage.py migrate to migrate these)
  58995. web_1 | Running migrations for socialaccount:
  58996. web_1 | - Nothing to migrate.
  58997. web_1 | - Loading initial data for socialaccount.
  58998. web_1 | Installed 0 object(s) from 0 fixture(s)
  58999. web_1 | Running migrations for django_extensions:
  59000. web_1 | - Nothing to migrate.
  59001. web_1 | - Loading initial data for django_extensions.
  59002. web_1 | Installed 0 object(s) from 0 fixture(s)
  59003. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59004. web_1 | [GCC 4.9.2] on linux2
  59005. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59006. web_1 | (InteractiveConsole)
  59007. web_1 |
  59008. web_1 | >>> >>> Starting the server
  59009. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59010. web_1 |
  59011. web_1 | Fatal error: Unable to find local grunt.
  59012. web_1 |
  59013. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59014. web_1 | your project. For more information about installing and configuring grunt,
  59015. web_1 | please see the Getting Started guide:
  59016. web_1 |
  59017. web_1 | http://gruntjs.com/getting-started
  59018. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59019. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59020. web_1 | Syncing...
  59021. web_1 | Creating tables ...
  59022. web_1 | Installing custom SQL ...
  59023. web_1 | Installing indexes ...
  59024. web_1 | Installed 0 object(s) from 0 fixture(s)
  59025. web_1 |
  59026. web_1 | Synced:
  59027. web_1 | > django.contrib.auth
  59028. web_1 | > django.contrib.contenttypes
  59029. web_1 | > django.contrib.sessions
  59030. web_1 | > django.contrib.sites
  59031. web_1 | > django.contrib.messages
  59032. web_1 | > django.contrib.staticfiles
  59033. web_1 | > django.contrib.admin
  59034. web_1 | > south
  59035. web_1 | > crispy_forms
  59036. web_1 | > avatar
  59037. web_1 | > bootstrap3
  59038. web_1 | > users
  59039. web_1 | > allauth
  59040. web_1 | > allauth.account
  59041. web_1 | > django.contrib.humanize
  59042. web_1 | > debug_toolbar
  59043. web_1 |
  59044. web_1 | Not synced (use migrations):
  59045. web_1 | - allauth.socialaccount
  59046. web_1 | - django_extensions
  59047. web_1 | (use ./manage.py migrate to migrate these)
  59048. web_1 | Running migrations for socialaccount:
  59049. web_1 | - Nothing to migrate.
  59050. web_1 | - Loading initial data for socialaccount.
  59051. web_1 | Installed 0 object(s) from 0 fixture(s)
  59052. web_1 | Running migrations for django_extensions:
  59053. web_1 | - Nothing to migrate.
  59054. web_1 | - Loading initial data for django_extensions.
  59055. web_1 | Installed 0 object(s) from 0 fixture(s)
  59056. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59057. web_1 | [GCC 4.9.2] on linux2
  59058. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59059. web_1 | (InteractiveConsole)
  59060. web_1 |
  59061. web_1 | >>> >>> Starting the server
  59062. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59063. web_1 |
  59064. web_1 | Fatal error: Unable to find local grunt.
  59065. web_1 |
  59066. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59067. web_1 | your project. For more information about installing and configuring grunt,
  59068. web_1 | please see the Getting Started guide:
  59069. web_1 |
  59070. web_1 | http://gruntjs.com/getting-started
  59071. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59072. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59073. web_1 | Syncing...
  59074. web_1 | Creating tables ...
  59075. web_1 | Installing custom SQL ...
  59076. web_1 | Installing indexes ...
  59077. web_1 | Installed 0 object(s) from 0 fixture(s)
  59078. web_1 |
  59079. web_1 | Synced:
  59080. web_1 | > django.contrib.auth
  59081. web_1 | > django.contrib.contenttypes
  59082. web_1 | > django.contrib.sessions
  59083. web_1 | > django.contrib.sites
  59084. web_1 | > django.contrib.messages
  59085. web_1 | > django.contrib.staticfiles
  59086. web_1 | > django.contrib.admin
  59087. web_1 | > south
  59088. web_1 | > crispy_forms
  59089. web_1 | > avatar
  59090. web_1 | > bootstrap3
  59091. web_1 | > users
  59092. web_1 | > allauth
  59093. web_1 | > allauth.account
  59094. web_1 | > django.contrib.humanize
  59095. web_1 | > debug_toolbar
  59096. web_1 |
  59097. web_1 | Not synced (use migrations):
  59098. web_1 | - allauth.socialaccount
  59099. web_1 | - django_extensions
  59100. web_1 | (use ./manage.py migrate to migrate these)
  59101. web_1 | Running migrations for socialaccount:
  59102. web_1 | - Nothing to migrate.
  59103. web_1 | - Loading initial data for socialaccount.
  59104. web_1 | Installed 0 object(s) from 0 fixture(s)
  59105. web_1 | Running migrations for django_extensions:
  59106. web_1 | - Nothing to migrate.
  59107. web_1 | - Loading initial data for django_extensions.
  59108. web_1 | Installed 0 object(s) from 0 fixture(s)
  59109. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59110. web_1 | [GCC 4.9.2] on linux2
  59111. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59112. web_1 | (InteractiveConsole)
  59113. web_1 |
  59114. web_1 | >>> >>> Starting the server
  59115. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59116. web_1 |
  59117. web_1 | Fatal error: Unable to find local grunt.
  59118. web_1 |
  59119. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59120. web_1 | your project. For more information about installing and configuring grunt,
  59121. web_1 | please see the Getting Started guide:
  59122. web_1 |
  59123. web_1 | http://gruntjs.com/getting-started
  59124. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59125. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59126. web_1 | Syncing...
  59127. web_1 | Creating tables ...
  59128. web_1 | Installing custom SQL ...
  59129. web_1 | Installing indexes ...
  59130. web_1 | Installed 0 object(s) from 0 fixture(s)
  59131. web_1 |
  59132. web_1 | Synced:
  59133. web_1 | > django.contrib.auth
  59134. web_1 | > django.contrib.contenttypes
  59135. web_1 | > django.contrib.sessions
  59136. web_1 | > django.contrib.sites
  59137. web_1 | > django.contrib.messages
  59138. web_1 | > django.contrib.staticfiles
  59139. web_1 | > django.contrib.admin
  59140. web_1 | > south
  59141. web_1 | > crispy_forms
  59142. web_1 | > avatar
  59143. web_1 | > bootstrap3
  59144. web_1 | > users
  59145. web_1 | > allauth
  59146. web_1 | > allauth.account
  59147. web_1 | > django.contrib.humanize
  59148. web_1 | > debug_toolbar
  59149. web_1 |
  59150. web_1 | Not synced (use migrations):
  59151. web_1 | - allauth.socialaccount
  59152. web_1 | - django_extensions
  59153. web_1 | (use ./manage.py migrate to migrate these)
  59154. web_1 | Running migrations for socialaccount:
  59155. web_1 | - Nothing to migrate.
  59156. web_1 | - Loading initial data for socialaccount.
  59157. web_1 | Installed 0 object(s) from 0 fixture(s)
  59158. web_1 | Running migrations for django_extensions:
  59159. web_1 | - Nothing to migrate.
  59160. web_1 | - Loading initial data for django_extensions.
  59161. web_1 | Installed 0 object(s) from 0 fixture(s)
  59162. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59163. web_1 | [GCC 4.9.2] on linux2
  59164. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59165. web_1 | (InteractiveConsole)
  59166. web_1 |
  59167. web_1 | >>> >>> Starting the server
  59168. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59169. web_1 |
  59170. web_1 | Fatal error: Unable to find local grunt.
  59171. web_1 |
  59172. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59173. web_1 | your project. For more information about installing and configuring grunt,
  59174. web_1 | please see the Getting Started guide:
  59175. web_1 |
  59176. web_1 | http://gruntjs.com/getting-started
  59177. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59178. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59179. web_1 | Syncing...
  59180. web_1 | Creating tables ...
  59181. web_1 | Installing custom SQL ...
  59182. web_1 | Installing indexes ...
  59183. web_1 | Installed 0 object(s) from 0 fixture(s)
  59184. web_1 |
  59185. web_1 | Synced:
  59186. web_1 | > django.contrib.auth
  59187. web_1 | > django.contrib.contenttypes
  59188. web_1 | > django.contrib.sessions
  59189. web_1 | > django.contrib.sites
  59190. web_1 | > django.contrib.messages
  59191. web_1 | > django.contrib.staticfiles
  59192. web_1 | > django.contrib.admin
  59193. web_1 | > south
  59194. web_1 | > crispy_forms
  59195. web_1 | > avatar
  59196. web_1 | > bootstrap3
  59197. web_1 | > users
  59198. web_1 | > allauth
  59199. web_1 | > allauth.account
  59200. web_1 | > django.contrib.humanize
  59201. web_1 | > debug_toolbar
  59202. web_1 |
  59203. web_1 | Not synced (use migrations):
  59204. web_1 | - allauth.socialaccount
  59205. web_1 | - django_extensions
  59206. web_1 | (use ./manage.py migrate to migrate these)
  59207. web_1 | Running migrations for socialaccount:
  59208. web_1 | - Nothing to migrate.
  59209. web_1 | - Loading initial data for socialaccount.
  59210. web_1 | Installed 0 object(s) from 0 fixture(s)
  59211. web_1 | Running migrations for django_extensions:
  59212. web_1 | - Nothing to migrate.
  59213. web_1 | - Loading initial data for django_extensions.
  59214. web_1 | Installed 0 object(s) from 0 fixture(s)
  59215. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59216. web_1 | [GCC 4.9.2] on linux2
  59217. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59218. web_1 | (InteractiveConsole)
  59219. web_1 |
  59220. web_1 | >>> >>> Starting the server
  59221. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59222. web_1 |
  59223. web_1 | Fatal error: Unable to find local grunt.
  59224. web_1 |
  59225. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59226. web_1 | your project. For more information about installing and configuring grunt,
  59227. web_1 | please see the Getting Started guide:
  59228. web_1 |
  59229. web_1 | http://gruntjs.com/getting-started
  59230. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59231. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59232. web_1 | Syncing...
  59233. web_1 | Creating tables ...
  59234. web_1 | Installing custom SQL ...
  59235. web_1 | Installing indexes ...
  59236. web_1 | Installed 0 object(s) from 0 fixture(s)
  59237. web_1 |
  59238. web_1 | Synced:
  59239. web_1 | > django.contrib.auth
  59240. web_1 | > django.contrib.contenttypes
  59241. web_1 | > django.contrib.sessions
  59242. web_1 | > django.contrib.sites
  59243. web_1 | > django.contrib.messages
  59244. web_1 | > django.contrib.staticfiles
  59245. web_1 | > django.contrib.admin
  59246. web_1 | > south
  59247. web_1 | > crispy_forms
  59248. web_1 | > avatar
  59249. web_1 | > bootstrap3
  59250. web_1 | > users
  59251. web_1 | > allauth
  59252. web_1 | > allauth.account
  59253. web_1 | > django.contrib.humanize
  59254. web_1 | > debug_toolbar
  59255. web_1 |
  59256. web_1 | Not synced (use migrations):
  59257. web_1 | - allauth.socialaccount
  59258. web_1 | - django_extensions
  59259. web_1 | (use ./manage.py migrate to migrate these)
  59260. web_1 | Running migrations for socialaccount:
  59261. web_1 | - Nothing to migrate.
  59262. web_1 | - Loading initial data for socialaccount.
  59263. web_1 | Installed 0 object(s) from 0 fixture(s)
  59264. web_1 | Running migrations for django_extensions:
  59265. web_1 | - Nothing to migrate.
  59266. web_1 | - Loading initial data for django_extensions.
  59267. web_1 | Installed 0 object(s) from 0 fixture(s)
  59268. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59269. web_1 | [GCC 4.9.2] on linux2
  59270. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59271. web_1 | (InteractiveConsole)
  59272. web_1 |
  59273. web_1 | >>> >>> Starting the server
  59274. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59275. web_1 |
  59276. web_1 | Fatal error: Unable to find local grunt.
  59277. web_1 |
  59278. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59279. web_1 | your project. For more information about installing and configuring grunt,
  59280. web_1 | please see the Getting Started guide:
  59281. web_1 |
  59282. web_1 | http://gruntjs.com/getting-started
  59283. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59284. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59285. web_1 | Syncing...
  59286. web_1 | Creating tables ...
  59287. web_1 | Installing custom SQL ...
  59288. web_1 | Installing indexes ...
  59289. web_1 | Installed 0 object(s) from 0 fixture(s)
  59290. web_1 |
  59291. web_1 | Synced:
  59292. web_1 | > django.contrib.auth
  59293. web_1 | > django.contrib.contenttypes
  59294. web_1 | > django.contrib.sessions
  59295. web_1 | > django.contrib.sites
  59296. web_1 | > django.contrib.messages
  59297. web_1 | > django.contrib.staticfiles
  59298. web_1 | > django.contrib.admin
  59299. web_1 | > south
  59300. web_1 | > crispy_forms
  59301. web_1 | > avatar
  59302. web_1 | > bootstrap3
  59303. web_1 | > users
  59304. web_1 | > allauth
  59305. web_1 | > allauth.account
  59306. web_1 | > django.contrib.humanize
  59307. web_1 | > debug_toolbar
  59308. web_1 |
  59309. web_1 | Not synced (use migrations):
  59310. web_1 | - allauth.socialaccount
  59311. web_1 | - django_extensions
  59312. web_1 | (use ./manage.py migrate to migrate these)
  59313. web_1 | Running migrations for socialaccount:
  59314. web_1 | - Nothing to migrate.
  59315. web_1 | - Loading initial data for socialaccount.
  59316. web_1 | Installed 0 object(s) from 0 fixture(s)
  59317. web_1 | Running migrations for django_extensions:
  59318. web_1 | - Nothing to migrate.
  59319. web_1 | - Loading initial data for django_extensions.
  59320. web_1 | Installed 0 object(s) from 0 fixture(s)
  59321. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59322. web_1 | [GCC 4.9.2] on linux2
  59323. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59324. web_1 | (InteractiveConsole)
  59325. web_1 |
  59326. web_1 | >>> >>> Starting the server
  59327. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59328. web_1 |
  59329. web_1 | Fatal error: Unable to find local grunt.
  59330. web_1 |
  59331. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59332. web_1 | your project. For more information about installing and configuring grunt,
  59333. web_1 | please see the Getting Started guide:
  59334. web_1 |
  59335. web_1 | http://gruntjs.com/getting-started
  59336. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59337. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59338. web_1 | Syncing...
  59339. web_1 | Creating tables ...
  59340. web_1 | Installing custom SQL ...
  59341. web_1 | Installing indexes ...
  59342. web_1 | Installed 0 object(s) from 0 fixture(s)
  59343. web_1 |
  59344. web_1 | Synced:
  59345. web_1 | > django.contrib.auth
  59346. web_1 | > django.contrib.contenttypes
  59347. web_1 | > django.contrib.sessions
  59348. web_1 | > django.contrib.sites
  59349. web_1 | > django.contrib.messages
  59350. web_1 | > django.contrib.staticfiles
  59351. web_1 | > django.contrib.admin
  59352. web_1 | > south
  59353. web_1 | > crispy_forms
  59354. web_1 | > avatar
  59355. web_1 | > bootstrap3
  59356. web_1 | > users
  59357. web_1 | > allauth
  59358. web_1 | > allauth.account
  59359. web_1 | > django.contrib.humanize
  59360. web_1 | > debug_toolbar
  59361. web_1 |
  59362. web_1 | Not synced (use migrations):
  59363. web_1 | - allauth.socialaccount
  59364. web_1 | - django_extensions
  59365. web_1 | (use ./manage.py migrate to migrate these)
  59366. web_1 | Running migrations for socialaccount:
  59367. web_1 | - Nothing to migrate.
  59368. web_1 | - Loading initial data for socialaccount.
  59369. web_1 | Installed 0 object(s) from 0 fixture(s)
  59370. web_1 | Running migrations for django_extensions:
  59371. web_1 | - Nothing to migrate.
  59372. web_1 | - Loading initial data for django_extensions.
  59373. web_1 | Installed 0 object(s) from 0 fixture(s)
  59374. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59375. web_1 | [GCC 4.9.2] on linux2
  59376. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59377. web_1 | (InteractiveConsole)
  59378. web_1 |
  59379. web_1 | >>> >>> Starting the server
  59380. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59381. web_1 |
  59382. web_1 | Fatal error: Unable to find local grunt.
  59383. web_1 |
  59384. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59385. web_1 | your project. For more information about installing and configuring grunt,
  59386. web_1 | please see the Getting Started guide:
  59387. web_1 |
  59388. web_1 | http://gruntjs.com/getting-started
  59389. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59390. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59391. web_1 | Syncing...
  59392. web_1 | Creating tables ...
  59393. web_1 | Installing custom SQL ...
  59394. web_1 | Installing indexes ...
  59395. web_1 | Installed 0 object(s) from 0 fixture(s)
  59396. web_1 |
  59397. web_1 | Synced:
  59398. web_1 | > django.contrib.auth
  59399. web_1 | > django.contrib.contenttypes
  59400. web_1 | > django.contrib.sessions
  59401. web_1 | > django.contrib.sites
  59402. web_1 | > django.contrib.messages
  59403. web_1 | > django.contrib.staticfiles
  59404. web_1 | > django.contrib.admin
  59405. web_1 | > south
  59406. web_1 | > crispy_forms
  59407. web_1 | > avatar
  59408. web_1 | > bootstrap3
  59409. web_1 | > users
  59410. web_1 | > allauth
  59411. web_1 | > allauth.account
  59412. web_1 | > django.contrib.humanize
  59413. web_1 | > debug_toolbar
  59414. web_1 |
  59415. web_1 | Not synced (use migrations):
  59416. web_1 | - allauth.socialaccount
  59417. web_1 | - django_extensions
  59418. web_1 | (use ./manage.py migrate to migrate these)
  59419. web_1 | Running migrations for socialaccount:
  59420. web_1 | - Nothing to migrate.
  59421. web_1 | - Loading initial data for socialaccount.
  59422. web_1 | Installed 0 object(s) from 0 fixture(s)
  59423. web_1 | Running migrations for django_extensions:
  59424. web_1 | - Nothing to migrate.
  59425. web_1 | - Loading initial data for django_extensions.
  59426. web_1 | Installed 0 object(s) from 0 fixture(s)
  59427. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59428. web_1 | [GCC 4.9.2] on linux2
  59429. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59430. web_1 | (InteractiveConsole)
  59431. web_1 |
  59432. web_1 | >>> >>> Starting the server
  59433. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59434. web_1 |
  59435. web_1 | Fatal error: Unable to find local grunt.
  59436. web_1 |
  59437. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59438. web_1 | your project. For more information about installing and configuring grunt,
  59439. web_1 | please see the Getting Started guide:
  59440. web_1 |
  59441. web_1 | http://gruntjs.com/getting-started
  59442. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59443. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59444. web_1 | Syncing...
  59445. web_1 | Creating tables ...
  59446. web_1 | Installing custom SQL ...
  59447. web_1 | Installing indexes ...
  59448. web_1 | Installed 0 object(s) from 0 fixture(s)
  59449. web_1 |
  59450. web_1 | Synced:
  59451. web_1 | > django.contrib.auth
  59452. web_1 | > django.contrib.contenttypes
  59453. web_1 | > django.contrib.sessions
  59454. web_1 | > django.contrib.sites
  59455. web_1 | > django.contrib.messages
  59456. web_1 | > django.contrib.staticfiles
  59457. web_1 | > django.contrib.admin
  59458. web_1 | > south
  59459. web_1 | > crispy_forms
  59460. web_1 | > avatar
  59461. web_1 | > bootstrap3
  59462. web_1 | > users
  59463. web_1 | > allauth
  59464. web_1 | > allauth.account
  59465. web_1 | > django.contrib.humanize
  59466. web_1 | > debug_toolbar
  59467. web_1 |
  59468. web_1 | Not synced (use migrations):
  59469. web_1 | - allauth.socialaccount
  59470. web_1 | - django_extensions
  59471. web_1 | (use ./manage.py migrate to migrate these)
  59472. web_1 | Running migrations for socialaccount:
  59473. web_1 | - Nothing to migrate.
  59474. web_1 | - Loading initial data for socialaccount.
  59475. web_1 | Installed 0 object(s) from 0 fixture(s)
  59476. web_1 | Running migrations for django_extensions:
  59477. web_1 | - Nothing to migrate.
  59478. web_1 | - Loading initial data for django_extensions.
  59479. web_1 | Installed 0 object(s) from 0 fixture(s)
  59480. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59481. web_1 | [GCC 4.9.2] on linux2
  59482. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59483. web_1 | (InteractiveConsole)
  59484. web_1 |
  59485. web_1 | >>> >>> Starting the server
  59486. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59487. web_1 |
  59488. web_1 | Fatal error: Unable to find local grunt.
  59489. web_1 |
  59490. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59491. web_1 | your project. For more information about installing and configuring grunt,
  59492. web_1 | please see the Getting Started guide:
  59493. web_1 |
  59494. web_1 | http://gruntjs.com/getting-started
  59495. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59496. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59497. web_1 | Syncing...
  59498. web_1 | Creating tables ...
  59499. web_1 | Installing custom SQL ...
  59500. web_1 | Installing indexes ...
  59501. web_1 | Installed 0 object(s) from 0 fixture(s)
  59502. web_1 |
  59503. web_1 | Synced:
  59504. web_1 | > django.contrib.auth
  59505. web_1 | > django.contrib.contenttypes
  59506. web_1 | > django.contrib.sessions
  59507. web_1 | > django.contrib.sites
  59508. web_1 | > django.contrib.messages
  59509. web_1 | > django.contrib.staticfiles
  59510. web_1 | > django.contrib.admin
  59511. web_1 | > south
  59512. web_1 | > crispy_forms
  59513. web_1 | > avatar
  59514. web_1 | > bootstrap3
  59515. web_1 | > users
  59516. web_1 | > allauth
  59517. web_1 | > allauth.account
  59518. web_1 | > django.contrib.humanize
  59519. web_1 | > debug_toolbar
  59520. web_1 |
  59521. web_1 | Not synced (use migrations):
  59522. web_1 | - allauth.socialaccount
  59523. web_1 | - django_extensions
  59524. web_1 | (use ./manage.py migrate to migrate these)
  59525. web_1 | Running migrations for socialaccount:
  59526. web_1 | - Nothing to migrate.
  59527. web_1 | - Loading initial data for socialaccount.
  59528. web_1 | Installed 0 object(s) from 0 fixture(s)
  59529. web_1 | Running migrations for django_extensions:
  59530. web_1 | - Nothing to migrate.
  59531. web_1 | - Loading initial data for django_extensions.
  59532. web_1 | Installed 0 object(s) from 0 fixture(s)
  59533. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59534. web_1 | [GCC 4.9.2] on linux2
  59535. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59536. web_1 | (InteractiveConsole)
  59537. web_1 |
  59538. web_1 | >>> >>> Starting the server
  59539. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59540. web_1 |
  59541. web_1 | Fatal error: Unable to find local grunt.
  59542. web_1 |
  59543. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59544. web_1 | your project. For more information about installing and configuring grunt,
  59545. web_1 | please see the Getting Started guide:
  59546. web_1 |
  59547. web_1 | http://gruntjs.com/getting-started
  59548. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59549. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59550. web_1 | Syncing...
  59551. web_1 | Creating tables ...
  59552. web_1 | Installing custom SQL ...
  59553. web_1 | Installing indexes ...
  59554. web_1 | Installed 0 object(s) from 0 fixture(s)
  59555. web_1 |
  59556. web_1 | Synced:
  59557. web_1 | > django.contrib.auth
  59558. web_1 | > django.contrib.contenttypes
  59559. web_1 | > django.contrib.sessions
  59560. web_1 | > django.contrib.sites
  59561. web_1 | > django.contrib.messages
  59562. web_1 | > django.contrib.staticfiles
  59563. web_1 | > django.contrib.admin
  59564. web_1 | > south
  59565. web_1 | > crispy_forms
  59566. web_1 | > avatar
  59567. web_1 | > bootstrap3
  59568. web_1 | > users
  59569. web_1 | > allauth
  59570. web_1 | > allauth.account
  59571. web_1 | > django.contrib.humanize
  59572. web_1 | > debug_toolbar
  59573. web_1 |
  59574. web_1 | Not synced (use migrations):
  59575. web_1 | - allauth.socialaccount
  59576. web_1 | - django_extensions
  59577. web_1 | (use ./manage.py migrate to migrate these)
  59578. web_1 | Running migrations for socialaccount:
  59579. web_1 | - Nothing to migrate.
  59580. web_1 | - Loading initial data for socialaccount.
  59581. web_1 | Installed 0 object(s) from 0 fixture(s)
  59582. web_1 | Running migrations for django_extensions:
  59583. web_1 | - Nothing to migrate.
  59584. web_1 | - Loading initial data for django_extensions.
  59585. web_1 | Installed 0 object(s) from 0 fixture(s)
  59586. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59587. web_1 | [GCC 4.9.2] on linux2
  59588. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59589. web_1 | (InteractiveConsole)
  59590. web_1 |
  59591. web_1 | >>> >>> Starting the server
  59592. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59593. web_1 |
  59594. web_1 | Fatal error: Unable to find local grunt.
  59595. web_1 |
  59596. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59597. web_1 | your project. For more information about installing and configuring grunt,
  59598. web_1 | please see the Getting Started guide:
  59599. web_1 |
  59600. web_1 | http://gruntjs.com/getting-started
  59601. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59602. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59603. web_1 | Syncing...
  59604. web_1 | Creating tables ...
  59605. web_1 | Installing custom SQL ...
  59606. web_1 | Installing indexes ...
  59607. web_1 | Installed 0 object(s) from 0 fixture(s)
  59608. web_1 |
  59609. web_1 | Synced:
  59610. web_1 | > django.contrib.auth
  59611. web_1 | > django.contrib.contenttypes
  59612. web_1 | > django.contrib.sessions
  59613. web_1 | > django.contrib.sites
  59614. web_1 | > django.contrib.messages
  59615. web_1 | > django.contrib.staticfiles
  59616. web_1 | > django.contrib.admin
  59617. web_1 | > south
  59618. web_1 | > crispy_forms
  59619. web_1 | > avatar
  59620. web_1 | > bootstrap3
  59621. web_1 | > users
  59622. web_1 | > allauth
  59623. web_1 | > allauth.account
  59624. web_1 | > django.contrib.humanize
  59625. web_1 | > debug_toolbar
  59626. web_1 |
  59627. web_1 | Not synced (use migrations):
  59628. web_1 | - allauth.socialaccount
  59629. web_1 | - django_extensions
  59630. web_1 | (use ./manage.py migrate to migrate these)
  59631. web_1 | Running migrations for socialaccount:
  59632. web_1 | - Nothing to migrate.
  59633. web_1 | - Loading initial data for socialaccount.
  59634. web_1 | Installed 0 object(s) from 0 fixture(s)
  59635. web_1 | Running migrations for django_extensions:
  59636. web_1 | - Nothing to migrate.
  59637. web_1 | - Loading initial data for django_extensions.
  59638. web_1 | Installed 0 object(s) from 0 fixture(s)
  59639. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59640. web_1 | [GCC 4.9.2] on linux2
  59641. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59642. web_1 | (InteractiveConsole)
  59643. web_1 |
  59644. web_1 | >>> >>> Starting the server
  59645. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59646. web_1 |
  59647. web_1 | Fatal error: Unable to find local grunt.
  59648. web_1 |
  59649. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59650. web_1 | your project. For more information about installing and configuring grunt,
  59651. web_1 | please see the Getting Started guide:
  59652. web_1 |
  59653. web_1 | http://gruntjs.com/getting-started
  59654. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59655. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59656. web_1 | Syncing...
  59657. web_1 | Creating tables ...
  59658. web_1 | Installing custom SQL ...
  59659. web_1 | Installing indexes ...
  59660. web_1 | Installed 0 object(s) from 0 fixture(s)
  59661. web_1 |
  59662. web_1 | Synced:
  59663. web_1 | > django.contrib.auth
  59664. web_1 | > django.contrib.contenttypes
  59665. web_1 | > django.contrib.sessions
  59666. web_1 | > django.contrib.sites
  59667. web_1 | > django.contrib.messages
  59668. web_1 | > django.contrib.staticfiles
  59669. web_1 | > django.contrib.admin
  59670. web_1 | > south
  59671. web_1 | > crispy_forms
  59672. web_1 | > avatar
  59673. web_1 | > bootstrap3
  59674. web_1 | > users
  59675. web_1 | > allauth
  59676. web_1 | > allauth.account
  59677. web_1 | > django.contrib.humanize
  59678. web_1 | > debug_toolbar
  59679. web_1 |
  59680. web_1 | Not synced (use migrations):
  59681. web_1 | - allauth.socialaccount
  59682. web_1 | - django_extensions
  59683. web_1 | (use ./manage.py migrate to migrate these)
  59684. web_1 | Running migrations for socialaccount:
  59685. web_1 | - Nothing to migrate.
  59686. web_1 | - Loading initial data for socialaccount.
  59687. web_1 | Installed 0 object(s) from 0 fixture(s)
  59688. web_1 | Running migrations for django_extensions:
  59689. web_1 | - Nothing to migrate.
  59690. web_1 | - Loading initial data for django_extensions.
  59691. web_1 | Installed 0 object(s) from 0 fixture(s)
  59692. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59693. web_1 | [GCC 4.9.2] on linux2
  59694. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59695. web_1 | (InteractiveConsole)
  59696. web_1 |
  59697. web_1 | >>> >>> Starting the server
  59698. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59699. web_1 |
  59700. web_1 | Fatal error: Unable to find local grunt.
  59701. web_1 |
  59702. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59703. web_1 | your project. For more information about installing and configuring grunt,
  59704. web_1 | please see the Getting Started guide:
  59705. web_1 |
  59706. web_1 | http://gruntjs.com/getting-started
  59707. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59708. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59709. web_1 | Syncing...
  59710. web_1 | Creating tables ...
  59711. web_1 | Installing custom SQL ...
  59712. web_1 | Installing indexes ...
  59713. web_1 | Installed 0 object(s) from 0 fixture(s)
  59714. web_1 |
  59715. web_1 | Synced:
  59716. web_1 | > django.contrib.auth
  59717. web_1 | > django.contrib.contenttypes
  59718. web_1 | > django.contrib.sessions
  59719. web_1 | > django.contrib.sites
  59720. web_1 | > django.contrib.messages
  59721. web_1 | > django.contrib.staticfiles
  59722. web_1 | > django.contrib.admin
  59723. web_1 | > south
  59724. web_1 | > crispy_forms
  59725. web_1 | > avatar
  59726. web_1 | > bootstrap3
  59727. web_1 | > users
  59728. web_1 | > allauth
  59729. web_1 | > allauth.account
  59730. web_1 | > django.contrib.humanize
  59731. web_1 | > debug_toolbar
  59732. web_1 |
  59733. web_1 | Not synced (use migrations):
  59734. web_1 | - allauth.socialaccount
  59735. web_1 | - django_extensions
  59736. web_1 | (use ./manage.py migrate to migrate these)
  59737. web_1 | Running migrations for socialaccount:
  59738. web_1 | - Nothing to migrate.
  59739. web_1 | - Loading initial data for socialaccount.
  59740. web_1 | Installed 0 object(s) from 0 fixture(s)
  59741. web_1 | Running migrations for django_extensions:
  59742. web_1 | - Nothing to migrate.
  59743. web_1 | - Loading initial data for django_extensions.
  59744. web_1 | Installed 0 object(s) from 0 fixture(s)
  59745. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59746. web_1 | [GCC 4.9.2] on linux2
  59747. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59748. web_1 | (InteractiveConsole)
  59749. web_1 |
  59750. web_1 | >>> >>> Starting the server
  59751. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59752. web_1 |
  59753. web_1 | Fatal error: Unable to find local grunt.
  59754. web_1 |
  59755. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59756. web_1 | your project. For more information about installing and configuring grunt,
  59757. web_1 | please see the Getting Started guide:
  59758. web_1 |
  59759. web_1 | http://gruntjs.com/getting-started
  59760. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59761. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59762. web_1 | Syncing...
  59763. web_1 | Creating tables ...
  59764. web_1 | Installing custom SQL ...
  59765. web_1 | Installing indexes ...
  59766. web_1 | Installed 0 object(s) from 0 fixture(s)
  59767. web_1 |
  59768. web_1 | Synced:
  59769. web_1 | > django.contrib.auth
  59770. web_1 | > django.contrib.contenttypes
  59771. web_1 | > django.contrib.sessions
  59772. web_1 | > django.contrib.sites
  59773. web_1 | > django.contrib.messages
  59774. web_1 | > django.contrib.staticfiles
  59775. web_1 | > django.contrib.admin
  59776. web_1 | > south
  59777. web_1 | > crispy_forms
  59778. web_1 | > avatar
  59779. web_1 | > bootstrap3
  59780. web_1 | > users
  59781. web_1 | > allauth
  59782. web_1 | > allauth.account
  59783. web_1 | > django.contrib.humanize
  59784. web_1 | > debug_toolbar
  59785. web_1 |
  59786. web_1 | Not synced (use migrations):
  59787. web_1 | - allauth.socialaccount
  59788. web_1 | - django_extensions
  59789. web_1 | (use ./manage.py migrate to migrate these)
  59790. web_1 | Running migrations for socialaccount:
  59791. web_1 | - Nothing to migrate.
  59792. web_1 | - Loading initial data for socialaccount.
  59793. web_1 | Installed 0 object(s) from 0 fixture(s)
  59794. web_1 | Running migrations for django_extensions:
  59795. web_1 | - Nothing to migrate.
  59796. web_1 | - Loading initial data for django_extensions.
  59797. web_1 | Installed 0 object(s) from 0 fixture(s)
  59798. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59799. web_1 | [GCC 4.9.2] on linux2
  59800. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59801. web_1 | (InteractiveConsole)
  59802. web_1 |
  59803. web_1 | >>> >>> Starting the server
  59804. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59805. web_1 |
  59806. web_1 | Fatal error: Unable to find local grunt.
  59807. web_1 |
  59808. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59809. web_1 | your project. For more information about installing and configuring grunt,
  59810. web_1 | please see the Getting Started guide:
  59811. web_1 |
  59812. web_1 | http://gruntjs.com/getting-started
  59813. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59814. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59815. web_1 | Syncing...
  59816. web_1 | Creating tables ...
  59817. web_1 | Installing custom SQL ...
  59818. web_1 | Installing indexes ...
  59819. web_1 | Installed 0 object(s) from 0 fixture(s)
  59820. web_1 |
  59821. web_1 | Synced:
  59822. web_1 | > django.contrib.auth
  59823. web_1 | > django.contrib.contenttypes
  59824. web_1 | > django.contrib.sessions
  59825. web_1 | > django.contrib.sites
  59826. web_1 | > django.contrib.messages
  59827. web_1 | > django.contrib.staticfiles
  59828. web_1 | > django.contrib.admin
  59829. web_1 | > south
  59830. web_1 | > crispy_forms
  59831. web_1 | > avatar
  59832. web_1 | > bootstrap3
  59833. web_1 | > users
  59834. web_1 | > allauth
  59835. web_1 | > allauth.account
  59836. web_1 | > django.contrib.humanize
  59837. web_1 | > debug_toolbar
  59838. web_1 |
  59839. web_1 | Not synced (use migrations):
  59840. web_1 | - allauth.socialaccount
  59841. web_1 | - django_extensions
  59842. web_1 | (use ./manage.py migrate to migrate these)
  59843. web_1 | Running migrations for socialaccount:
  59844. web_1 | - Nothing to migrate.
  59845. web_1 | - Loading initial data for socialaccount.
  59846. web_1 | Installed 0 object(s) from 0 fixture(s)
  59847. web_1 | Running migrations for django_extensions:
  59848. web_1 | - Nothing to migrate.
  59849. web_1 | - Loading initial data for django_extensions.
  59850. web_1 | Installed 0 object(s) from 0 fixture(s)
  59851. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59852. web_1 | [GCC 4.9.2] on linux2
  59853. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59854. web_1 | (InteractiveConsole)
  59855. web_1 |
  59856. web_1 | >>> >>> Starting the server
  59857. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59858. web_1 |
  59859. web_1 | Fatal error: Unable to find local grunt.
  59860. web_1 |
  59861. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59862. web_1 | your project. For more information about installing and configuring grunt,
  59863. web_1 | please see the Getting Started guide:
  59864. web_1 |
  59865. web_1 | http://gruntjs.com/getting-started
  59866. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59867. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59868. web_1 | Syncing...
  59869. web_1 | Creating tables ...
  59870. web_1 | Installing custom SQL ...
  59871. web_1 | Installing indexes ...
  59872. web_1 | Installed 0 object(s) from 0 fixture(s)
  59873. web_1 |
  59874. web_1 | Synced:
  59875. web_1 | > django.contrib.auth
  59876. web_1 | > django.contrib.contenttypes
  59877. web_1 | > django.contrib.sessions
  59878. web_1 | > django.contrib.sites
  59879. web_1 | > django.contrib.messages
  59880. web_1 | > django.contrib.staticfiles
  59881. web_1 | > django.contrib.admin
  59882. web_1 | > south
  59883. web_1 | > crispy_forms
  59884. web_1 | > avatar
  59885. web_1 | > bootstrap3
  59886. web_1 | > users
  59887. web_1 | > allauth
  59888. web_1 | > allauth.account
  59889. web_1 | > django.contrib.humanize
  59890. web_1 | > debug_toolbar
  59891. web_1 |
  59892. web_1 | Not synced (use migrations):
  59893. web_1 | - allauth.socialaccount
  59894. web_1 | - django_extensions
  59895. web_1 | (use ./manage.py migrate to migrate these)
  59896. web_1 | Running migrations for socialaccount:
  59897. web_1 | - Nothing to migrate.
  59898. web_1 | - Loading initial data for socialaccount.
  59899. web_1 | Installed 0 object(s) from 0 fixture(s)
  59900. web_1 | Running migrations for django_extensions:
  59901. web_1 | - Nothing to migrate.
  59902. web_1 | - Loading initial data for django_extensions.
  59903. web_1 | Installed 0 object(s) from 0 fixture(s)
  59904. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59905. web_1 | [GCC 4.9.2] on linux2
  59906. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59907. web_1 | (InteractiveConsole)
  59908. web_1 |
  59909. web_1 | >>> >>> Starting the server
  59910. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59911. web_1 |
  59912. web_1 | Fatal error: Unable to find local grunt.
  59913. web_1 |
  59914. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59915. web_1 | your project. For more information about installing and configuring grunt,
  59916. web_1 | please see the Getting Started guide:
  59917. web_1 |
  59918. web_1 | http://gruntjs.com/getting-started
  59919. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59920. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59921. web_1 | Syncing...
  59922. web_1 | Creating tables ...
  59923. web_1 | Installing custom SQL ...
  59924. web_1 | Installing indexes ...
  59925. web_1 | Installed 0 object(s) from 0 fixture(s)
  59926. web_1 |
  59927. web_1 | Synced:
  59928. web_1 | > django.contrib.auth
  59929. web_1 | > django.contrib.contenttypes
  59930. web_1 | > django.contrib.sessions
  59931. web_1 | > django.contrib.sites
  59932. web_1 | > django.contrib.messages
  59933. web_1 | > django.contrib.staticfiles
  59934. web_1 | > django.contrib.admin
  59935. web_1 | > south
  59936. web_1 | > crispy_forms
  59937. web_1 | > avatar
  59938. web_1 | > bootstrap3
  59939. web_1 | > users
  59940. web_1 | > allauth
  59941. web_1 | > allauth.account
  59942. web_1 | > django.contrib.humanize
  59943. web_1 | > debug_toolbar
  59944. web_1 |
  59945. web_1 | Not synced (use migrations):
  59946. web_1 | - allauth.socialaccount
  59947. web_1 | - django_extensions
  59948. web_1 | (use ./manage.py migrate to migrate these)
  59949. web_1 | Running migrations for socialaccount:
  59950. web_1 | - Nothing to migrate.
  59951. web_1 | - Loading initial data for socialaccount.
  59952. web_1 | Installed 0 object(s) from 0 fixture(s)
  59953. web_1 | Running migrations for django_extensions:
  59954. web_1 | - Nothing to migrate.
  59955. web_1 | - Loading initial data for django_extensions.
  59956. web_1 | Installed 0 object(s) from 0 fixture(s)
  59957. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  59958. web_1 | [GCC 4.9.2] on linux2
  59959. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  59960. web_1 | (InteractiveConsole)
  59961. web_1 |
  59962. web_1 | >>> >>> Starting the server
  59963. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  59964. web_1 |
  59965. web_1 | Fatal error: Unable to find local grunt.
  59966. web_1 |
  59967. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  59968. web_1 | your project. For more information about installing and configuring grunt,
  59969. web_1 | please see the Getting Started guide:
  59970. web_1 |
  59971. web_1 | http://gruntjs.com/getting-started
  59972. web_1 | Starting OpenBSD Secure Shell server: sshd.
  59973. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  59974. web_1 | Syncing...
  59975. web_1 | Creating tables ...
  59976. web_1 | Installing custom SQL ...
  59977. web_1 | Installing indexes ...
  59978. web_1 | Installed 0 object(s) from 0 fixture(s)
  59979. web_1 |
  59980. web_1 | Synced:
  59981. web_1 | > django.contrib.auth
  59982. web_1 | > django.contrib.contenttypes
  59983. web_1 | > django.contrib.sessions
  59984. web_1 | > django.contrib.sites
  59985. web_1 | > django.contrib.messages
  59986. web_1 | > django.contrib.staticfiles
  59987. web_1 | > django.contrib.admin
  59988. web_1 | > south
  59989. web_1 | > crispy_forms
  59990. web_1 | > avatar
  59991. web_1 | > bootstrap3
  59992. web_1 | > users
  59993. web_1 | > allauth
  59994. web_1 | > allauth.account
  59995. web_1 | > django.contrib.humanize
  59996. web_1 | > debug_toolbar
  59997. web_1 |
  59998. web_1 | Not synced (use migrations):
  59999. web_1 | - allauth.socialaccount
  60000. web_1 | - django_extensions
  60001. web_1 | (use ./manage.py migrate to migrate these)
  60002. web_1 | Running migrations for socialaccount:
  60003. web_1 | - Nothing to migrate.
  60004. web_1 | - Loading initial data for socialaccount.
  60005. web_1 | Installed 0 object(s) from 0 fixture(s)
  60006. web_1 | Running migrations for django_extensions:
  60007. web_1 | - Nothing to migrate.
  60008. web_1 | - Loading initial data for django_extensions.
  60009. web_1 | Installed 0 object(s) from 0 fixture(s)
  60010. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60011. web_1 | [GCC 4.9.2] on linux2
  60012. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60013. web_1 | (InteractiveConsole)
  60014. web_1 |
  60015. web_1 | >>> >>> Starting the server
  60016. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60017. web_1 |
  60018. web_1 | Fatal error: Unable to find local grunt.
  60019. web_1 |
  60020. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60021. web_1 | your project. For more information about installing and configuring grunt,
  60022. web_1 | please see the Getting Started guide:
  60023. web_1 |
  60024. web_1 | http://gruntjs.com/getting-started
  60025. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60026. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60027. web_1 | Syncing...
  60028. web_1 | Creating tables ...
  60029. web_1 | Installing custom SQL ...
  60030. web_1 | Installing indexes ...
  60031. web_1 | Installed 0 object(s) from 0 fixture(s)
  60032. web_1 |
  60033. web_1 | Synced:
  60034. web_1 | > django.contrib.auth
  60035. web_1 | > django.contrib.contenttypes
  60036. web_1 | > django.contrib.sessions
  60037. web_1 | > django.contrib.sites
  60038. web_1 | > django.contrib.messages
  60039. web_1 | > django.contrib.staticfiles
  60040. web_1 | > django.contrib.admin
  60041. web_1 | > south
  60042. web_1 | > crispy_forms
  60043. web_1 | > avatar
  60044. web_1 | > bootstrap3
  60045. web_1 | > users
  60046. web_1 | > allauth
  60047. web_1 | > allauth.account
  60048. web_1 | > django.contrib.humanize
  60049. web_1 | > debug_toolbar
  60050. web_1 |
  60051. web_1 | Not synced (use migrations):
  60052. web_1 | - allauth.socialaccount
  60053. web_1 | - django_extensions
  60054. web_1 | (use ./manage.py migrate to migrate these)
  60055. web_1 | Running migrations for socialaccount:
  60056. web_1 | - Nothing to migrate.
  60057. web_1 | - Loading initial data for socialaccount.
  60058. web_1 | Installed 0 object(s) from 0 fixture(s)
  60059. web_1 | Running migrations for django_extensions:
  60060. web_1 | - Nothing to migrate.
  60061. web_1 | - Loading initial data for django_extensions.
  60062. web_1 | Installed 0 object(s) from 0 fixture(s)
  60063. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60064. web_1 | [GCC 4.9.2] on linux2
  60065. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60066. web_1 | (InteractiveConsole)
  60067. web_1 |
  60068. web_1 | >>> >>> Starting the server
  60069. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60070. web_1 |
  60071. web_1 | Fatal error: Unable to find local grunt.
  60072. web_1 |
  60073. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60074. web_1 | your project. For more information about installing and configuring grunt,
  60075. web_1 | please see the Getting Started guide:
  60076. web_1 |
  60077. web_1 | http://gruntjs.com/getting-started
  60078. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60079. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60080. web_1 | Syncing...
  60081. web_1 | Creating tables ...
  60082. web_1 | Installing custom SQL ...
  60083. web_1 | Installing indexes ...
  60084. web_1 | Installed 0 object(s) from 0 fixture(s)
  60085. web_1 |
  60086. web_1 | Synced:
  60087. web_1 | > django.contrib.auth
  60088. web_1 | > django.contrib.contenttypes
  60089. web_1 | > django.contrib.sessions
  60090. web_1 | > django.contrib.sites
  60091. web_1 | > django.contrib.messages
  60092. web_1 | > django.contrib.staticfiles
  60093. web_1 | > django.contrib.admin
  60094. web_1 | > south
  60095. web_1 | > crispy_forms
  60096. web_1 | > avatar
  60097. web_1 | > bootstrap3
  60098. web_1 | > users
  60099. web_1 | > allauth
  60100. web_1 | > allauth.account
  60101. web_1 | > django.contrib.humanize
  60102. web_1 | > debug_toolbar
  60103. web_1 |
  60104. web_1 | Not synced (use migrations):
  60105. web_1 | - allauth.socialaccount
  60106. web_1 | - django_extensions
  60107. web_1 | (use ./manage.py migrate to migrate these)
  60108. web_1 | Running migrations for socialaccount:
  60109. web_1 | - Nothing to migrate.
  60110. web_1 | - Loading initial data for socialaccount.
  60111. web_1 | Installed 0 object(s) from 0 fixture(s)
  60112. web_1 | Running migrations for django_extensions:
  60113. web_1 | - Nothing to migrate.
  60114. web_1 | - Loading initial data for django_extensions.
  60115. web_1 | Installed 0 object(s) from 0 fixture(s)
  60116. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60117. web_1 | [GCC 4.9.2] on linux2
  60118. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60119. web_1 | (InteractiveConsole)
  60120. web_1 |
  60121. web_1 | >>> >>> Starting the server
  60122. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60123. web_1 |
  60124. web_1 | Fatal error: Unable to find local grunt.
  60125. web_1 |
  60126. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60127. web_1 | your project. For more information about installing and configuring grunt,
  60128. web_1 | please see the Getting Started guide:
  60129. web_1 |
  60130. web_1 | http://gruntjs.com/getting-started
  60131. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60132. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60133. web_1 | Syncing...
  60134. web_1 | Creating tables ...
  60135. web_1 | Installing custom SQL ...
  60136. web_1 | Installing indexes ...
  60137. web_1 | Installed 0 object(s) from 0 fixture(s)
  60138. web_1 |
  60139. web_1 | Synced:
  60140. web_1 | > django.contrib.auth
  60141. web_1 | > django.contrib.contenttypes
  60142. web_1 | > django.contrib.sessions
  60143. web_1 | > django.contrib.sites
  60144. web_1 | > django.contrib.messages
  60145. web_1 | > django.contrib.staticfiles
  60146. web_1 | > django.contrib.admin
  60147. web_1 | > south
  60148. web_1 | > crispy_forms
  60149. web_1 | > avatar
  60150. web_1 | > bootstrap3
  60151. web_1 | > users
  60152. web_1 | > allauth
  60153. web_1 | > allauth.account
  60154. web_1 | > django.contrib.humanize
  60155. web_1 | > debug_toolbar
  60156. web_1 |
  60157. web_1 | Not synced (use migrations):
  60158. web_1 | - allauth.socialaccount
  60159. web_1 | - django_extensions
  60160. web_1 | (use ./manage.py migrate to migrate these)
  60161. web_1 | Running migrations for socialaccount:
  60162. web_1 | - Nothing to migrate.
  60163. web_1 | - Loading initial data for socialaccount.
  60164. web_1 | Installed 0 object(s) from 0 fixture(s)
  60165. web_1 | Running migrations for django_extensions:
  60166. web_1 | - Nothing to migrate.
  60167. web_1 | - Loading initial data for django_extensions.
  60168. web_1 | Installed 0 object(s) from 0 fixture(s)
  60169. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60170. web_1 | [GCC 4.9.2] on linux2
  60171. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60172. web_1 | (InteractiveConsole)
  60173. web_1 |
  60174. web_1 | >>> >>> Starting the server
  60175. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60176. web_1 |
  60177. web_1 | Fatal error: Unable to find local grunt.
  60178. web_1 |
  60179. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60180. web_1 | your project. For more information about installing and configuring grunt,
  60181. web_1 | please see the Getting Started guide:
  60182. web_1 |
  60183. web_1 | http://gruntjs.com/getting-started
  60184. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60185. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60186. web_1 | Syncing...
  60187. web_1 | Creating tables ...
  60188. web_1 | Installing custom SQL ...
  60189. web_1 | Installing indexes ...
  60190. web_1 | Installed 0 object(s) from 0 fixture(s)
  60191. web_1 |
  60192. web_1 | Synced:
  60193. web_1 | > django.contrib.auth
  60194. web_1 | > django.contrib.contenttypes
  60195. web_1 | > django.contrib.sessions
  60196. web_1 | > django.contrib.sites
  60197. web_1 | > django.contrib.messages
  60198. web_1 | > django.contrib.staticfiles
  60199. web_1 | > django.contrib.admin
  60200. web_1 | > south
  60201. web_1 | > crispy_forms
  60202. web_1 | > avatar
  60203. web_1 | > bootstrap3
  60204. web_1 | > users
  60205. web_1 | > allauth
  60206. web_1 | > allauth.account
  60207. web_1 | > django.contrib.humanize
  60208. web_1 | > debug_toolbar
  60209. web_1 |
  60210. web_1 | Not synced (use migrations):
  60211. web_1 | - allauth.socialaccount
  60212. web_1 | - django_extensions
  60213. web_1 | (use ./manage.py migrate to migrate these)
  60214. web_1 | Running migrations for socialaccount:
  60215. web_1 | - Nothing to migrate.
  60216. web_1 | - Loading initial data for socialaccount.
  60217. web_1 | Installed 0 object(s) from 0 fixture(s)
  60218. web_1 | Running migrations for django_extensions:
  60219. web_1 | - Nothing to migrate.
  60220. web_1 | - Loading initial data for django_extensions.
  60221. web_1 | Installed 0 object(s) from 0 fixture(s)
  60222. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60223. web_1 | [GCC 4.9.2] on linux2
  60224. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60225. web_1 | (InteractiveConsole)
  60226. web_1 |
  60227. web_1 | >>> >>> Starting the server
  60228. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60229. web_1 |
  60230. web_1 | Fatal error: Unable to find local grunt.
  60231. web_1 |
  60232. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60233. web_1 | your project. For more information about installing and configuring grunt,
  60234. web_1 | please see the Getting Started guide:
  60235. web_1 |
  60236. web_1 | http://gruntjs.com/getting-started
  60237. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60238. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60239. web_1 | Syncing...
  60240. web_1 | Creating tables ...
  60241. web_1 | Installing custom SQL ...
  60242. web_1 | Installing indexes ...
  60243. web_1 | Installed 0 object(s) from 0 fixture(s)
  60244. web_1 |
  60245. web_1 | Synced:
  60246. web_1 | > django.contrib.auth
  60247. web_1 | > django.contrib.contenttypes
  60248. web_1 | > django.contrib.sessions
  60249. web_1 | > django.contrib.sites
  60250. web_1 | > django.contrib.messages
  60251. web_1 | > django.contrib.staticfiles
  60252. web_1 | > django.contrib.admin
  60253. web_1 | > south
  60254. web_1 | > crispy_forms
  60255. web_1 | > avatar
  60256. web_1 | > bootstrap3
  60257. web_1 | > users
  60258. web_1 | > allauth
  60259. web_1 | > allauth.account
  60260. web_1 | > django.contrib.humanize
  60261. web_1 | > debug_toolbar
  60262. web_1 |
  60263. web_1 | Not synced (use migrations):
  60264. web_1 | - allauth.socialaccount
  60265. web_1 | - django_extensions
  60266. web_1 | (use ./manage.py migrate to migrate these)
  60267. web_1 | Running migrations for socialaccount:
  60268. web_1 | - Nothing to migrate.
  60269. web_1 | - Loading initial data for socialaccount.
  60270. web_1 | Installed 0 object(s) from 0 fixture(s)
  60271. web_1 | Running migrations for django_extensions:
  60272. web_1 | - Nothing to migrate.
  60273. web_1 | - Loading initial data for django_extensions.
  60274. web_1 | Installed 0 object(s) from 0 fixture(s)
  60275. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60276. web_1 | [GCC 4.9.2] on linux2
  60277. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60278. web_1 | (InteractiveConsole)
  60279. web_1 |
  60280. web_1 | >>> >>> Starting the server
  60281. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60282. web_1 |
  60283. web_1 | Fatal error: Unable to find local grunt.
  60284. web_1 |
  60285. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60286. web_1 | your project. For more information about installing and configuring grunt,
  60287. web_1 | please see the Getting Started guide:
  60288. web_1 |
  60289. web_1 | http://gruntjs.com/getting-started
  60290. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60291. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60292. web_1 | Syncing...
  60293. web_1 | Creating tables ...
  60294. web_1 | Installing custom SQL ...
  60295. web_1 | Installing indexes ...
  60296. web_1 | Installed 0 object(s) from 0 fixture(s)
  60297. web_1 |
  60298. web_1 | Synced:
  60299. web_1 | > django.contrib.auth
  60300. web_1 | > django.contrib.contenttypes
  60301. web_1 | > django.contrib.sessions
  60302. web_1 | > django.contrib.sites
  60303. web_1 | > django.contrib.messages
  60304. web_1 | > django.contrib.staticfiles
  60305. web_1 | > django.contrib.admin
  60306. web_1 | > south
  60307. web_1 | > crispy_forms
  60308. web_1 | > avatar
  60309. web_1 | > bootstrap3
  60310. web_1 | > users
  60311. web_1 | > allauth
  60312. web_1 | > allauth.account
  60313. web_1 | > django.contrib.humanize
  60314. web_1 | > debug_toolbar
  60315. web_1 |
  60316. web_1 | Not synced (use migrations):
  60317. web_1 | - allauth.socialaccount
  60318. web_1 | - django_extensions
  60319. web_1 | (use ./manage.py migrate to migrate these)
  60320. web_1 | Running migrations for socialaccount:
  60321. web_1 | - Nothing to migrate.
  60322. web_1 | - Loading initial data for socialaccount.
  60323. web_1 | Installed 0 object(s) from 0 fixture(s)
  60324. web_1 | Running migrations for django_extensions:
  60325. web_1 | - Nothing to migrate.
  60326. web_1 | - Loading initial data for django_extensions.
  60327. web_1 | Installed 0 object(s) from 0 fixture(s)
  60328. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60329. web_1 | [GCC 4.9.2] on linux2
  60330. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60331. web_1 | (InteractiveConsole)
  60332. web_1 |
  60333. web_1 | >>> >>> Starting the server
  60334. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60335. web_1 |
  60336. web_1 | Fatal error: Unable to find local grunt.
  60337. web_1 |
  60338. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60339. web_1 | your project. For more information about installing and configuring grunt,
  60340. web_1 | please see the Getting Started guide:
  60341. web_1 |
  60342. web_1 | http://gruntjs.com/getting-started
  60343. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60344. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60345. web_1 | Syncing...
  60346. web_1 | Creating tables ...
  60347. web_1 | Installing custom SQL ...
  60348. web_1 | Installing indexes ...
  60349. web_1 | Installed 0 object(s) from 0 fixture(s)
  60350. web_1 |
  60351. web_1 | Synced:
  60352. web_1 | > django.contrib.auth
  60353. web_1 | > django.contrib.contenttypes
  60354. web_1 | > django.contrib.sessions
  60355. web_1 | > django.contrib.sites
  60356. web_1 | > django.contrib.messages
  60357. web_1 | > django.contrib.staticfiles
  60358. web_1 | > django.contrib.admin
  60359. web_1 | > south
  60360. web_1 | > crispy_forms
  60361. web_1 | > avatar
  60362. web_1 | > bootstrap3
  60363. web_1 | > users
  60364. web_1 | > allauth
  60365. web_1 | > allauth.account
  60366. web_1 | > django.contrib.humanize
  60367. web_1 | > debug_toolbar
  60368. web_1 |
  60369. web_1 | Not synced (use migrations):
  60370. web_1 | - allauth.socialaccount
  60371. web_1 | - django_extensions
  60372. web_1 | (use ./manage.py migrate to migrate these)
  60373. web_1 | Running migrations for socialaccount:
  60374. web_1 | - Nothing to migrate.
  60375. web_1 | - Loading initial data for socialaccount.
  60376. web_1 | Installed 0 object(s) from 0 fixture(s)
  60377. web_1 | Running migrations for django_extensions:
  60378. web_1 | - Nothing to migrate.
  60379. web_1 | - Loading initial data for django_extensions.
  60380. web_1 | Installed 0 object(s) from 0 fixture(s)
  60381. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60382. web_1 | [GCC 4.9.2] on linux2
  60383. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60384. web_1 | (InteractiveConsole)
  60385. web_1 |
  60386. web_1 | >>> >>> Starting the server
  60387. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60388. web_1 |
  60389. web_1 | Fatal error: Unable to find local grunt.
  60390. web_1 |
  60391. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60392. web_1 | your project. For more information about installing and configuring grunt,
  60393. web_1 | please see the Getting Started guide:
  60394. web_1 |
  60395. web_1 | http://gruntjs.com/getting-started
  60396. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60397. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60398. web_1 | Syncing...
  60399. web_1 | Creating tables ...
  60400. web_1 | Installing custom SQL ...
  60401. web_1 | Installing indexes ...
  60402. web_1 | Installed 0 object(s) from 0 fixture(s)
  60403. web_1 |
  60404. web_1 | Synced:
  60405. web_1 | > django.contrib.auth
  60406. web_1 | > django.contrib.contenttypes
  60407. web_1 | > django.contrib.sessions
  60408. web_1 | > django.contrib.sites
  60409. web_1 | > django.contrib.messages
  60410. web_1 | > django.contrib.staticfiles
  60411. web_1 | > django.contrib.admin
  60412. web_1 | > south
  60413. web_1 | > crispy_forms
  60414. web_1 | > avatar
  60415. web_1 | > bootstrap3
  60416. web_1 | > users
  60417. web_1 | > allauth
  60418. web_1 | > allauth.account
  60419. web_1 | > django.contrib.humanize
  60420. web_1 | > debug_toolbar
  60421. web_1 |
  60422. web_1 | Not synced (use migrations):
  60423. web_1 | - allauth.socialaccount
  60424. web_1 | - django_extensions
  60425. web_1 | (use ./manage.py migrate to migrate these)
  60426. web_1 | Running migrations for socialaccount:
  60427. web_1 | - Nothing to migrate.
  60428. web_1 | - Loading initial data for socialaccount.
  60429. web_1 | Installed 0 object(s) from 0 fixture(s)
  60430. web_1 | Running migrations for django_extensions:
  60431. web_1 | - Nothing to migrate.
  60432. web_1 | - Loading initial data for django_extensions.
  60433. web_1 | Installed 0 object(s) from 0 fixture(s)
  60434. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60435. web_1 | [GCC 4.9.2] on linux2
  60436. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60437. web_1 | (InteractiveConsole)
  60438. web_1 |
  60439. web_1 | >>> >>> Starting the server
  60440. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60441. web_1 |
  60442. web_1 | Fatal error: Unable to find local grunt.
  60443. web_1 |
  60444. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60445. web_1 | your project. For more information about installing and configuring grunt,
  60446. web_1 | please see the Getting Started guide:
  60447. web_1 |
  60448. web_1 | http://gruntjs.com/getting-started
  60449. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60450. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60451. web_1 | Syncing...
  60452. web_1 | Creating tables ...
  60453. web_1 | Installing custom SQL ...
  60454. web_1 | Installing indexes ...
  60455. web_1 | Installed 0 object(s) from 0 fixture(s)
  60456. web_1 |
  60457. web_1 | Synced:
  60458. web_1 | > django.contrib.auth
  60459. web_1 | > django.contrib.contenttypes
  60460. web_1 | > django.contrib.sessions
  60461. web_1 | > django.contrib.sites
  60462. web_1 | > django.contrib.messages
  60463. web_1 | > django.contrib.staticfiles
  60464. web_1 | > django.contrib.admin
  60465. web_1 | > south
  60466. web_1 | > crispy_forms
  60467. web_1 | > avatar
  60468. web_1 | > bootstrap3
  60469. web_1 | > users
  60470. web_1 | > allauth
  60471. web_1 | > allauth.account
  60472. web_1 | > django.contrib.humanize
  60473. web_1 | > debug_toolbar
  60474. web_1 |
  60475. web_1 | Not synced (use migrations):
  60476. web_1 | - allauth.socialaccount
  60477. web_1 | - django_extensions
  60478. web_1 | (use ./manage.py migrate to migrate these)
  60479. web_1 | Running migrations for socialaccount:
  60480. web_1 | - Nothing to migrate.
  60481. web_1 | - Loading initial data for socialaccount.
  60482. web_1 | Installed 0 object(s) from 0 fixture(s)
  60483. web_1 | Running migrations for django_extensions:
  60484. web_1 | - Nothing to migrate.
  60485. web_1 | - Loading initial data for django_extensions.
  60486. web_1 | Installed 0 object(s) from 0 fixture(s)
  60487. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60488. web_1 | [GCC 4.9.2] on linux2
  60489. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60490. web_1 | (InteractiveConsole)
  60491. web_1 |
  60492. web_1 | >>> >>> Starting the server
  60493. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60494. web_1 |
  60495. web_1 | Fatal error: Unable to find local grunt.
  60496. web_1 |
  60497. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60498. web_1 | your project. For more information about installing and configuring grunt,
  60499. web_1 | please see the Getting Started guide:
  60500. web_1 |
  60501. web_1 | http://gruntjs.com/getting-started
  60502. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60503. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60504. web_1 | Syncing...
  60505. web_1 | Creating tables ...
  60506. web_1 | Installing custom SQL ...
  60507. web_1 | Installing indexes ...
  60508. web_1 | Installed 0 object(s) from 0 fixture(s)
  60509. web_1 |
  60510. web_1 | Synced:
  60511. web_1 | > django.contrib.auth
  60512. web_1 | > django.contrib.contenttypes
  60513. web_1 | > django.contrib.sessions
  60514. web_1 | > django.contrib.sites
  60515. web_1 | > django.contrib.messages
  60516. web_1 | > django.contrib.staticfiles
  60517. web_1 | > django.contrib.admin
  60518. web_1 | > south
  60519. web_1 | > crispy_forms
  60520. web_1 | > avatar
  60521. web_1 | > bootstrap3
  60522. web_1 | > users
  60523. web_1 | > allauth
  60524. web_1 | > allauth.account
  60525. web_1 | > django.contrib.humanize
  60526. web_1 | > debug_toolbar
  60527. web_1 |
  60528. web_1 | Not synced (use migrations):
  60529. web_1 | - allauth.socialaccount
  60530. web_1 | - django_extensions
  60531. web_1 | (use ./manage.py migrate to migrate these)
  60532. web_1 | Running migrations for socialaccount:
  60533. web_1 | - Nothing to migrate.
  60534. web_1 | - Loading initial data for socialaccount.
  60535. web_1 | Installed 0 object(s) from 0 fixture(s)
  60536. web_1 | Running migrations for django_extensions:
  60537. web_1 | - Nothing to migrate.
  60538. web_1 | - Loading initial data for django_extensions.
  60539. web_1 | Installed 0 object(s) from 0 fixture(s)
  60540. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60541. web_1 | [GCC 4.9.2] on linux2
  60542. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60543. web_1 | (InteractiveConsole)
  60544. web_1 |
  60545. web_1 | >>> >>> Starting the server
  60546. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60547. web_1 |
  60548. web_1 | Fatal error: Unable to find local grunt.
  60549. web_1 |
  60550. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60551. web_1 | your project. For more information about installing and configuring grunt,
  60552. web_1 | please see the Getting Started guide:
  60553. web_1 |
  60554. web_1 | http://gruntjs.com/getting-started
  60555. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60556. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60557. web_1 | Syncing...
  60558. web_1 | Creating tables ...
  60559. web_1 | Installing custom SQL ...
  60560. web_1 | Installing indexes ...
  60561. web_1 | Installed 0 object(s) from 0 fixture(s)
  60562. web_1 |
  60563. web_1 | Synced:
  60564. web_1 | > django.contrib.auth
  60565. web_1 | > django.contrib.contenttypes
  60566. web_1 | > django.contrib.sessions
  60567. web_1 | > django.contrib.sites
  60568. web_1 | > django.contrib.messages
  60569. web_1 | > django.contrib.staticfiles
  60570. web_1 | > django.contrib.admin
  60571. web_1 | > south
  60572. web_1 | > crispy_forms
  60573. web_1 | > avatar
  60574. web_1 | > bootstrap3
  60575. web_1 | > users
  60576. web_1 | > allauth
  60577. web_1 | > allauth.account
  60578. web_1 | > django.contrib.humanize
  60579. web_1 | > debug_toolbar
  60580. web_1 |
  60581. web_1 | Not synced (use migrations):
  60582. web_1 | - allauth.socialaccount
  60583. web_1 | - django_extensions
  60584. web_1 | (use ./manage.py migrate to migrate these)
  60585. web_1 | Running migrations for socialaccount:
  60586. web_1 | - Nothing to migrate.
  60587. web_1 | - Loading initial data for socialaccount.
  60588. web_1 | Installed 0 object(s) from 0 fixture(s)
  60589. web_1 | Running migrations for django_extensions:
  60590. web_1 | - Nothing to migrate.
  60591. web_1 | - Loading initial data for django_extensions.
  60592. web_1 | Installed 0 object(s) from 0 fixture(s)
  60593. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60594. web_1 | [GCC 4.9.2] on linux2
  60595. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60596. web_1 | (InteractiveConsole)
  60597. web_1 |
  60598. web_1 | >>> >>> Starting the server
  60599. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60600. web_1 |
  60601. web_1 | Fatal error: Unable to find local grunt.
  60602. web_1 |
  60603. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60604. web_1 | your project. For more information about installing and configuring grunt,
  60605. web_1 | please see the Getting Started guide:
  60606. web_1 |
  60607. web_1 | http://gruntjs.com/getting-started
  60608. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60609. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60610. web_1 | Syncing...
  60611. web_1 | Creating tables ...
  60612. web_1 | Installing custom SQL ...
  60613. web_1 | Installing indexes ...
  60614. web_1 | Installed 0 object(s) from 0 fixture(s)
  60615. web_1 |
  60616. web_1 | Synced:
  60617. web_1 | > django.contrib.auth
  60618. web_1 | > django.contrib.contenttypes
  60619. web_1 | > django.contrib.sessions
  60620. web_1 | > django.contrib.sites
  60621. web_1 | > django.contrib.messages
  60622. web_1 | > django.contrib.staticfiles
  60623. web_1 | > django.contrib.admin
  60624. web_1 | > south
  60625. web_1 | > crispy_forms
  60626. web_1 | > avatar
  60627. web_1 | > bootstrap3
  60628. web_1 | > users
  60629. web_1 | > allauth
  60630. web_1 | > allauth.account
  60631. web_1 | > django.contrib.humanize
  60632. web_1 | > debug_toolbar
  60633. web_1 |
  60634. web_1 | Not synced (use migrations):
  60635. web_1 | - allauth.socialaccount
  60636. web_1 | - django_extensions
  60637. web_1 | (use ./manage.py migrate to migrate these)
  60638. web_1 | Running migrations for socialaccount:
  60639. web_1 | - Nothing to migrate.
  60640. web_1 | - Loading initial data for socialaccount.
  60641. web_1 | Installed 0 object(s) from 0 fixture(s)
  60642. web_1 | Running migrations for django_extensions:
  60643. web_1 | - Nothing to migrate.
  60644. web_1 | - Loading initial data for django_extensions.
  60645. web_1 | Installed 0 object(s) from 0 fixture(s)
  60646. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60647. web_1 | [GCC 4.9.2] on linux2
  60648. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60649. web_1 | (InteractiveConsole)
  60650. web_1 |
  60651. web_1 | >>> >>> Starting the server
  60652. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60653. web_1 |
  60654. web_1 | Fatal error: Unable to find local grunt.
  60655. web_1 |
  60656. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60657. web_1 | your project. For more information about installing and configuring grunt,
  60658. web_1 | please see the Getting Started guide:
  60659. web_1 |
  60660. web_1 | http://gruntjs.com/getting-started
  60661. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60662. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60663. web_1 | Syncing...
  60664. web_1 | Creating tables ...
  60665. web_1 | Installing custom SQL ...
  60666. web_1 | Installing indexes ...
  60667. web_1 | Installed 0 object(s) from 0 fixture(s)
  60668. web_1 |
  60669. web_1 | Synced:
  60670. web_1 | > django.contrib.auth
  60671. web_1 | > django.contrib.contenttypes
  60672. web_1 | > django.contrib.sessions
  60673. web_1 | > django.contrib.sites
  60674. web_1 | > django.contrib.messages
  60675. web_1 | > django.contrib.staticfiles
  60676. web_1 | > django.contrib.admin
  60677. web_1 | > south
  60678. web_1 | > crispy_forms
  60679. web_1 | > avatar
  60680. web_1 | > bootstrap3
  60681. web_1 | > users
  60682. web_1 | > allauth
  60683. web_1 | > allauth.account
  60684. web_1 | > django.contrib.humanize
  60685. web_1 | > debug_toolbar
  60686. web_1 |
  60687. web_1 | Not synced (use migrations):
  60688. web_1 | - allauth.socialaccount
  60689. web_1 | - django_extensions
  60690. web_1 | (use ./manage.py migrate to migrate these)
  60691. web_1 | Running migrations for socialaccount:
  60692. web_1 | - Nothing to migrate.
  60693. web_1 | - Loading initial data for socialaccount.
  60694. web_1 | Installed 0 object(s) from 0 fixture(s)
  60695. web_1 | Running migrations for django_extensions:
  60696. web_1 | - Nothing to migrate.
  60697. web_1 | - Loading initial data for django_extensions.
  60698. web_1 | Installed 0 object(s) from 0 fixture(s)
  60699. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60700. web_1 | [GCC 4.9.2] on linux2
  60701. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60702. web_1 | (InteractiveConsole)
  60703. web_1 |
  60704. web_1 | >>> >>> Starting the server
  60705. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60706. web_1 |
  60707. web_1 | Fatal error: Unable to find local grunt.
  60708. web_1 |
  60709. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60710. web_1 | your project. For more information about installing and configuring grunt,
  60711. web_1 | please see the Getting Started guide:
  60712. web_1 |
  60713. web_1 | http://gruntjs.com/getting-started
  60714. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60715. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60716. web_1 | Syncing...
  60717. web_1 | Creating tables ...
  60718. web_1 | Installing custom SQL ...
  60719. web_1 | Installing indexes ...
  60720. web_1 | Installed 0 object(s) from 0 fixture(s)
  60721. web_1 |
  60722. web_1 | Synced:
  60723. web_1 | > django.contrib.auth
  60724. web_1 | > django.contrib.contenttypes
  60725. web_1 | > django.contrib.sessions
  60726. web_1 | > django.contrib.sites
  60727. web_1 | > django.contrib.messages
  60728. web_1 | > django.contrib.staticfiles
  60729. web_1 | > django.contrib.admin
  60730. web_1 | > south
  60731. web_1 | > crispy_forms
  60732. web_1 | > avatar
  60733. web_1 | > bootstrap3
  60734. web_1 | > users
  60735. web_1 | > allauth
  60736. web_1 | > allauth.account
  60737. web_1 | > django.contrib.humanize
  60738. web_1 | > debug_toolbar
  60739. web_1 |
  60740. web_1 | Not synced (use migrations):
  60741. web_1 | - allauth.socialaccount
  60742. web_1 | - django_extensions
  60743. web_1 | (use ./manage.py migrate to migrate these)
  60744. web_1 | Running migrations for socialaccount:
  60745. web_1 | - Nothing to migrate.
  60746. web_1 | - Loading initial data for socialaccount.
  60747. web_1 | Installed 0 object(s) from 0 fixture(s)
  60748. web_1 | Running migrations for django_extensions:
  60749. web_1 | - Nothing to migrate.
  60750. web_1 | - Loading initial data for django_extensions.
  60751. web_1 | Installed 0 object(s) from 0 fixture(s)
  60752. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60753. web_1 | [GCC 4.9.2] on linux2
  60754. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60755. web_1 | (InteractiveConsole)
  60756. web_1 |
  60757. web_1 | >>> >>> Starting the server
  60758. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60759. web_1 |
  60760. web_1 | Fatal error: Unable to find local grunt.
  60761. web_1 |
  60762. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60763. web_1 | your project. For more information about installing and configuring grunt,
  60764. web_1 | please see the Getting Started guide:
  60765. web_1 |
  60766. web_1 | http://gruntjs.com/getting-started
  60767. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60768. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60769. web_1 | Syncing...
  60770. web_1 | Creating tables ...
  60771. web_1 | Installing custom SQL ...
  60772. web_1 | Installing indexes ...
  60773. web_1 | Installed 0 object(s) from 0 fixture(s)
  60774. web_1 |
  60775. web_1 | Synced:
  60776. web_1 | > django.contrib.auth
  60777. web_1 | > django.contrib.contenttypes
  60778. web_1 | > django.contrib.sessions
  60779. web_1 | > django.contrib.sites
  60780. web_1 | > django.contrib.messages
  60781. web_1 | > django.contrib.staticfiles
  60782. web_1 | > django.contrib.admin
  60783. web_1 | > south
  60784. web_1 | > crispy_forms
  60785. web_1 | > avatar
  60786. web_1 | > bootstrap3
  60787. web_1 | > users
  60788. web_1 | > allauth
  60789. web_1 | > allauth.account
  60790. web_1 | > django.contrib.humanize
  60791. web_1 | > debug_toolbar
  60792. web_1 |
  60793. web_1 | Not synced (use migrations):
  60794. web_1 | - allauth.socialaccount
  60795. web_1 | - django_extensions
  60796. web_1 | (use ./manage.py migrate to migrate these)
  60797. web_1 | Running migrations for socialaccount:
  60798. web_1 | - Nothing to migrate.
  60799. web_1 | - Loading initial data for socialaccount.
  60800. web_1 | Installed 0 object(s) from 0 fixture(s)
  60801. web_1 | Running migrations for django_extensions:
  60802. web_1 | - Nothing to migrate.
  60803. web_1 | - Loading initial data for django_extensions.
  60804. web_1 | Installed 0 object(s) from 0 fixture(s)
  60805. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60806. web_1 | [GCC 4.9.2] on linux2
  60807. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60808. web_1 | (InteractiveConsole)
  60809. web_1 |
  60810. web_1 | >>> >>> Starting the server
  60811. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60812. web_1 |
  60813. web_1 | Fatal error: Unable to find local grunt.
  60814. web_1 |
  60815. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60816. web_1 | your project. For more information about installing and configuring grunt,
  60817. web_1 | please see the Getting Started guide:
  60818. web_1 |
  60819. web_1 | http://gruntjs.com/getting-started
  60820. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60821. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60822. web_1 | Syncing...
  60823. web_1 | Creating tables ...
  60824. web_1 | Installing custom SQL ...
  60825. web_1 | Installing indexes ...
  60826. web_1 | Installed 0 object(s) from 0 fixture(s)
  60827. web_1 |
  60828. web_1 | Synced:
  60829. web_1 | > django.contrib.auth
  60830. web_1 | > django.contrib.contenttypes
  60831. web_1 | > django.contrib.sessions
  60832. web_1 | > django.contrib.sites
  60833. web_1 | > django.contrib.messages
  60834. web_1 | > django.contrib.staticfiles
  60835. web_1 | > django.contrib.admin
  60836. web_1 | > south
  60837. web_1 | > crispy_forms
  60838. web_1 | > avatar
  60839. web_1 | > bootstrap3
  60840. web_1 | > users
  60841. web_1 | > allauth
  60842. web_1 | > allauth.account
  60843. web_1 | > django.contrib.humanize
  60844. web_1 | > debug_toolbar
  60845. web_1 |
  60846. web_1 | Not synced (use migrations):
  60847. web_1 | - allauth.socialaccount
  60848. web_1 | - django_extensions
  60849. web_1 | (use ./manage.py migrate to migrate these)
  60850. web_1 | Running migrations for socialaccount:
  60851. web_1 | - Nothing to migrate.
  60852. web_1 | - Loading initial data for socialaccount.
  60853. web_1 | Installed 0 object(s) from 0 fixture(s)
  60854. web_1 | Running migrations for django_extensions:
  60855. web_1 | - Nothing to migrate.
  60856. web_1 | - Loading initial data for django_extensions.
  60857. web_1 | Installed 0 object(s) from 0 fixture(s)
  60858. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60859. web_1 | [GCC 4.9.2] on linux2
  60860. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60861. web_1 | (InteractiveConsole)
  60862. web_1 |
  60863. web_1 | >>> >>> Starting the server
  60864. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60865. web_1 |
  60866. web_1 | Fatal error: Unable to find local grunt.
  60867. web_1 |
  60868. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60869. web_1 | your project. For more information about installing and configuring grunt,
  60870. web_1 | please see the Getting Started guide:
  60871. web_1 |
  60872. web_1 | http://gruntjs.com/getting-started
  60873. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60874. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60875. web_1 | Syncing...
  60876. web_1 | Creating tables ...
  60877. web_1 | Installing custom SQL ...
  60878. web_1 | Installing indexes ...
  60879. web_1 | Installed 0 object(s) from 0 fixture(s)
  60880. web_1 |
  60881. web_1 | Synced:
  60882. web_1 | > django.contrib.auth
  60883. web_1 | > django.contrib.contenttypes
  60884. web_1 | > django.contrib.sessions
  60885. web_1 | > django.contrib.sites
  60886. web_1 | > django.contrib.messages
  60887. web_1 | > django.contrib.staticfiles
  60888. web_1 | > django.contrib.admin
  60889. web_1 | > south
  60890. web_1 | > crispy_forms
  60891. web_1 | > avatar
  60892. web_1 | > bootstrap3
  60893. web_1 | > users
  60894. web_1 | > allauth
  60895. web_1 | > allauth.account
  60896. web_1 | > django.contrib.humanize
  60897. web_1 | > debug_toolbar
  60898. web_1 |
  60899. web_1 | Not synced (use migrations):
  60900. web_1 | - allauth.socialaccount
  60901. web_1 | - django_extensions
  60902. web_1 | (use ./manage.py migrate to migrate these)
  60903. web_1 | Running migrations for socialaccount:
  60904. web_1 | - Nothing to migrate.
  60905. web_1 | - Loading initial data for socialaccount.
  60906. web_1 | Installed 0 object(s) from 0 fixture(s)
  60907. web_1 | Running migrations for django_extensions:
  60908. web_1 | - Nothing to migrate.
  60909. web_1 | - Loading initial data for django_extensions.
  60910. web_1 | Installed 0 object(s) from 0 fixture(s)
  60911. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60912. web_1 | [GCC 4.9.2] on linux2
  60913. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60914. web_1 | (InteractiveConsole)
  60915. web_1 |
  60916. web_1 | >>> >>> Starting the server
  60917. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60918. web_1 |
  60919. web_1 | Fatal error: Unable to find local grunt.
  60920. web_1 |
  60921. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60922. web_1 | your project. For more information about installing and configuring grunt,
  60923. web_1 | please see the Getting Started guide:
  60924. web_1 |
  60925. web_1 | http://gruntjs.com/getting-started
  60926. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60927. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60928. web_1 | Syncing...
  60929. web_1 | Creating tables ...
  60930. web_1 | Installing custom SQL ...
  60931. web_1 | Installing indexes ...
  60932. web_1 | Installed 0 object(s) from 0 fixture(s)
  60933. web_1 |
  60934. web_1 | Synced:
  60935. web_1 | > django.contrib.auth
  60936. web_1 | > django.contrib.contenttypes
  60937. web_1 | > django.contrib.sessions
  60938. web_1 | > django.contrib.sites
  60939. web_1 | > django.contrib.messages
  60940. web_1 | > django.contrib.staticfiles
  60941. web_1 | > django.contrib.admin
  60942. web_1 | > south
  60943. web_1 | > crispy_forms
  60944. web_1 | > avatar
  60945. web_1 | > bootstrap3
  60946. web_1 | > users
  60947. web_1 | > allauth
  60948. web_1 | > allauth.account
  60949. web_1 | > django.contrib.humanize
  60950. web_1 | > debug_toolbar
  60951. web_1 |
  60952. web_1 | Not synced (use migrations):
  60953. web_1 | - allauth.socialaccount
  60954. web_1 | - django_extensions
  60955. web_1 | (use ./manage.py migrate to migrate these)
  60956. web_1 | Running migrations for socialaccount:
  60957. web_1 | - Nothing to migrate.
  60958. web_1 | - Loading initial data for socialaccount.
  60959. web_1 | Installed 0 object(s) from 0 fixture(s)
  60960. web_1 | Running migrations for django_extensions:
  60961. web_1 | - Nothing to migrate.
  60962. web_1 | - Loading initial data for django_extensions.
  60963. web_1 | Installed 0 object(s) from 0 fixture(s)
  60964. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  60965. web_1 | [GCC 4.9.2] on linux2
  60966. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  60967. web_1 | (InteractiveConsole)
  60968. web_1 |
  60969. web_1 | >>> >>> Starting the server
  60970. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  60971. web_1 |
  60972. web_1 | Fatal error: Unable to find local grunt.
  60973. web_1 |
  60974. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  60975. web_1 | your project. For more information about installing and configuring grunt,
  60976. web_1 | please see the Getting Started guide:
  60977. web_1 |
  60978. web_1 | http://gruntjs.com/getting-started
  60979. web_1 | Starting OpenBSD Secure Shell server: sshd.
  60980. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  60981. web_1 | Syncing...
  60982. web_1 | Creating tables ...
  60983. web_1 | Installing custom SQL ...
  60984. web_1 | Installing indexes ...
  60985. web_1 | Installed 0 object(s) from 0 fixture(s)
  60986. web_1 |
  60987. web_1 | Synced:
  60988. web_1 | > django.contrib.auth
  60989. web_1 | > django.contrib.contenttypes
  60990. web_1 | > django.contrib.sessions
  60991. web_1 | > django.contrib.sites
  60992. web_1 | > django.contrib.messages
  60993. web_1 | > django.contrib.staticfiles
  60994. web_1 | > django.contrib.admin
  60995. web_1 | > south
  60996. web_1 | > crispy_forms
  60997. web_1 | > avatar
  60998. web_1 | > bootstrap3
  60999. web_1 | > users
  61000. web_1 | > allauth
  61001. web_1 | > allauth.account
  61002. web_1 | > django.contrib.humanize
  61003. web_1 | > debug_toolbar
  61004. web_1 |
  61005. web_1 | Not synced (use migrations):
  61006. web_1 | - allauth.socialaccount
  61007. web_1 | - django_extensions
  61008. web_1 | (use ./manage.py migrate to migrate these)
  61009. web_1 | Running migrations for socialaccount:
  61010. web_1 | - Nothing to migrate.
  61011. web_1 | - Loading initial data for socialaccount.
  61012. web_1 | Installed 0 object(s) from 0 fixture(s)
  61013. web_1 | Running migrations for django_extensions:
  61014. web_1 | - Nothing to migrate.
  61015. web_1 | - Loading initial data for django_extensions.
  61016. web_1 | Installed 0 object(s) from 0 fixture(s)
  61017. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61018. web_1 | [GCC 4.9.2] on linux2
  61019. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61020. web_1 | (InteractiveConsole)
  61021. web_1 |
  61022. web_1 | >>> >>> Starting the server
  61023. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61024. web_1 |
  61025. web_1 | Fatal error: Unable to find local grunt.
  61026. web_1 |
  61027. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61028. web_1 | your project. For more information about installing and configuring grunt,
  61029. web_1 | please see the Getting Started guide:
  61030. web_1 |
  61031. web_1 | http://gruntjs.com/getting-started
  61032. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61033. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61034. web_1 | Syncing...
  61035. web_1 | Creating tables ...
  61036. web_1 | Installing custom SQL ...
  61037. web_1 | Installing indexes ...
  61038. web_1 | Installed 0 object(s) from 0 fixture(s)
  61039. web_1 |
  61040. web_1 | Synced:
  61041. web_1 | > django.contrib.auth
  61042. web_1 | > django.contrib.contenttypes
  61043. web_1 | > django.contrib.sessions
  61044. web_1 | > django.contrib.sites
  61045. web_1 | > django.contrib.messages
  61046. web_1 | > django.contrib.staticfiles
  61047. web_1 | > django.contrib.admin
  61048. web_1 | > south
  61049. web_1 | > crispy_forms
  61050. web_1 | > avatar
  61051. web_1 | > bootstrap3
  61052. web_1 | > users
  61053. web_1 | > allauth
  61054. web_1 | > allauth.account
  61055. web_1 | > django.contrib.humanize
  61056. web_1 | > debug_toolbar
  61057. web_1 |
  61058. web_1 | Not synced (use migrations):
  61059. web_1 | - allauth.socialaccount
  61060. web_1 | - django_extensions
  61061. web_1 | (use ./manage.py migrate to migrate these)
  61062. web_1 | Running migrations for socialaccount:
  61063. web_1 | - Nothing to migrate.
  61064. web_1 | - Loading initial data for socialaccount.
  61065. web_1 | Installed 0 object(s) from 0 fixture(s)
  61066. web_1 | Running migrations for django_extensions:
  61067. web_1 | - Nothing to migrate.
  61068. web_1 | - Loading initial data for django_extensions.
  61069. web_1 | Installed 0 object(s) from 0 fixture(s)
  61070. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61071. web_1 | [GCC 4.9.2] on linux2
  61072. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61073. web_1 | (InteractiveConsole)
  61074. web_1 |
  61075. web_1 | >>> >>> Starting the server
  61076. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61077. web_1 |
  61078. web_1 | Fatal error: Unable to find local grunt.
  61079. web_1 |
  61080. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61081. web_1 | your project. For more information about installing and configuring grunt,
  61082. web_1 | please see the Getting Started guide:
  61083. web_1 |
  61084. web_1 | http://gruntjs.com/getting-started
  61085. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61086. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61087. web_1 | Syncing...
  61088. web_1 | Creating tables ...
  61089. web_1 | Installing custom SQL ...
  61090. web_1 | Installing indexes ...
  61091. web_1 | Installed 0 object(s) from 0 fixture(s)
  61092. web_1 |
  61093. web_1 | Synced:
  61094. web_1 | > django.contrib.auth
  61095. web_1 | > django.contrib.contenttypes
  61096. web_1 | > django.contrib.sessions
  61097. web_1 | > django.contrib.sites
  61098. web_1 | > django.contrib.messages
  61099. web_1 | > django.contrib.staticfiles
  61100. web_1 | > django.contrib.admin
  61101. web_1 | > south
  61102. web_1 | > crispy_forms
  61103. web_1 | > avatar
  61104. web_1 | > bootstrap3
  61105. web_1 | > users
  61106. web_1 | > allauth
  61107. web_1 | > allauth.account
  61108. web_1 | > django.contrib.humanize
  61109. web_1 | > debug_toolbar
  61110. web_1 |
  61111. web_1 | Not synced (use migrations):
  61112. web_1 | - allauth.socialaccount
  61113. web_1 | - django_extensions
  61114. web_1 | (use ./manage.py migrate to migrate these)
  61115. web_1 | Running migrations for socialaccount:
  61116. web_1 | - Nothing to migrate.
  61117. web_1 | - Loading initial data for socialaccount.
  61118. web_1 | Installed 0 object(s) from 0 fixture(s)
  61119. web_1 | Running migrations for django_extensions:
  61120. web_1 | - Nothing to migrate.
  61121. web_1 | - Loading initial data for django_extensions.
  61122. web_1 | Installed 0 object(s) from 0 fixture(s)
  61123. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61124. web_1 | [GCC 4.9.2] on linux2
  61125. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61126. web_1 | (InteractiveConsole)
  61127. web_1 |
  61128. web_1 | >>> >>> Starting the server
  61129. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61130. web_1 |
  61131. web_1 | Fatal error: Unable to find local grunt.
  61132. web_1 |
  61133. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61134. web_1 | your project. For more information about installing and configuring grunt,
  61135. web_1 | please see the Getting Started guide:
  61136. web_1 |
  61137. web_1 | http://gruntjs.com/getting-started
  61138. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61139. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61140. web_1 | Syncing...
  61141. web_1 | Creating tables ...
  61142. web_1 | Installing custom SQL ...
  61143. web_1 | Installing indexes ...
  61144. web_1 | Installed 0 object(s) from 0 fixture(s)
  61145. web_1 |
  61146. web_1 | Synced:
  61147. web_1 | > django.contrib.auth
  61148. web_1 | > django.contrib.contenttypes
  61149. web_1 | > django.contrib.sessions
  61150. web_1 | > django.contrib.sites
  61151. web_1 | > django.contrib.messages
  61152. web_1 | > django.contrib.staticfiles
  61153. web_1 | > django.contrib.admin
  61154. web_1 | > south
  61155. web_1 | > crispy_forms
  61156. web_1 | > avatar
  61157. web_1 | > bootstrap3
  61158. web_1 | > users
  61159. web_1 | > allauth
  61160. web_1 | > allauth.account
  61161. web_1 | > django.contrib.humanize
  61162. web_1 | > debug_toolbar
  61163. web_1 |
  61164. web_1 | Not synced (use migrations):
  61165. web_1 | - allauth.socialaccount
  61166. web_1 | - django_extensions
  61167. web_1 | (use ./manage.py migrate to migrate these)
  61168. web_1 | Running migrations for socialaccount:
  61169. web_1 | - Nothing to migrate.
  61170. web_1 | - Loading initial data for socialaccount.
  61171. web_1 | Installed 0 object(s) from 0 fixture(s)
  61172. web_1 | Running migrations for django_extensions:
  61173. web_1 | - Nothing to migrate.
  61174. web_1 | - Loading initial data for django_extensions.
  61175. web_1 | Installed 0 object(s) from 0 fixture(s)
  61176. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61177. web_1 | [GCC 4.9.2] on linux2
  61178. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61179. web_1 | (InteractiveConsole)
  61180. web_1 |
  61181. web_1 | >>> >>> Starting the server
  61182. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61183. web_1 |
  61184. web_1 | Fatal error: Unable to find local grunt.
  61185. web_1 |
  61186. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61187. web_1 | your project. For more information about installing and configuring grunt,
  61188. web_1 | please see the Getting Started guide:
  61189. web_1 |
  61190. web_1 | http://gruntjs.com/getting-started
  61191. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61192. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61193. web_1 | Syncing...
  61194. web_1 | Creating tables ...
  61195. web_1 | Installing custom SQL ...
  61196. web_1 | Installing indexes ...
  61197. web_1 | Installed 0 object(s) from 0 fixture(s)
  61198. web_1 |
  61199. web_1 | Synced:
  61200. web_1 | > django.contrib.auth
  61201. web_1 | > django.contrib.contenttypes
  61202. web_1 | > django.contrib.sessions
  61203. web_1 | > django.contrib.sites
  61204. web_1 | > django.contrib.messages
  61205. web_1 | > django.contrib.staticfiles
  61206. web_1 | > django.contrib.admin
  61207. web_1 | > south
  61208. web_1 | > crispy_forms
  61209. web_1 | > avatar
  61210. web_1 | > bootstrap3
  61211. web_1 | > users
  61212. web_1 | > allauth
  61213. web_1 | > allauth.account
  61214. web_1 | > django.contrib.humanize
  61215. web_1 | > debug_toolbar
  61216. web_1 |
  61217. web_1 | Not synced (use migrations):
  61218. web_1 | - allauth.socialaccount
  61219. web_1 | - django_extensions
  61220. web_1 | (use ./manage.py migrate to migrate these)
  61221. web_1 | Running migrations for socialaccount:
  61222. web_1 | - Nothing to migrate.
  61223. web_1 | - Loading initial data for socialaccount.
  61224. web_1 | Installed 0 object(s) from 0 fixture(s)
  61225. web_1 | Running migrations for django_extensions:
  61226. web_1 | - Nothing to migrate.
  61227. web_1 | - Loading initial data for django_extensions.
  61228. web_1 | Installed 0 object(s) from 0 fixture(s)
  61229. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61230. web_1 | [GCC 4.9.2] on linux2
  61231. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61232. web_1 | (InteractiveConsole)
  61233. web_1 |
  61234. web_1 | >>> >>> Starting the server
  61235. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61236. web_1 |
  61237. web_1 | Fatal error: Unable to find local grunt.
  61238. web_1 |
  61239. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61240. web_1 | your project. For more information about installing and configuring grunt,
  61241. web_1 | please see the Getting Started guide:
  61242. web_1 |
  61243. web_1 | http://gruntjs.com/getting-started
  61244. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61245. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61246. web_1 | Syncing...
  61247. web_1 | Creating tables ...
  61248. web_1 | Installing custom SQL ...
  61249. web_1 | Installing indexes ...
  61250. web_1 | Installed 0 object(s) from 0 fixture(s)
  61251. web_1 |
  61252. web_1 | Synced:
  61253. web_1 | > django.contrib.auth
  61254. web_1 | > django.contrib.contenttypes
  61255. web_1 | > django.contrib.sessions
  61256. web_1 | > django.contrib.sites
  61257. web_1 | > django.contrib.messages
  61258. web_1 | > django.contrib.staticfiles
  61259. web_1 | > django.contrib.admin
  61260. web_1 | > south
  61261. web_1 | > crispy_forms
  61262. web_1 | > avatar
  61263. web_1 | > bootstrap3
  61264. web_1 | > users
  61265. web_1 | > allauth
  61266. web_1 | > allauth.account
  61267. web_1 | > django.contrib.humanize
  61268. web_1 | > debug_toolbar
  61269. web_1 |
  61270. web_1 | Not synced (use migrations):
  61271. web_1 | - allauth.socialaccount
  61272. web_1 | - django_extensions
  61273. web_1 | (use ./manage.py migrate to migrate these)
  61274. web_1 | Running migrations for socialaccount:
  61275. web_1 | - Nothing to migrate.
  61276. web_1 | - Loading initial data for socialaccount.
  61277. web_1 | Installed 0 object(s) from 0 fixture(s)
  61278. web_1 | Running migrations for django_extensions:
  61279. web_1 | - Nothing to migrate.
  61280. web_1 | - Loading initial data for django_extensions.
  61281. web_1 | Installed 0 object(s) from 0 fixture(s)
  61282. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61283. web_1 | [GCC 4.9.2] on linux2
  61284. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61285. web_1 | (InteractiveConsole)
  61286. web_1 |
  61287. web_1 | >>> >>> Starting the server
  61288. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61289. web_1 |
  61290. web_1 | Fatal error: Unable to find local grunt.
  61291. web_1 |
  61292. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61293. web_1 | your project. For more information about installing and configuring grunt,
  61294. web_1 | please see the Getting Started guide:
  61295. web_1 |
  61296. web_1 | http://gruntjs.com/getting-started
  61297. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61298. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61299. web_1 | Syncing...
  61300. web_1 | Creating tables ...
  61301. web_1 | Installing custom SQL ...
  61302. web_1 | Installing indexes ...
  61303. web_1 | Installed 0 object(s) from 0 fixture(s)
  61304. web_1 |
  61305. web_1 | Synced:
  61306. web_1 | > django.contrib.auth
  61307. web_1 | > django.contrib.contenttypes
  61308. web_1 | > django.contrib.sessions
  61309. web_1 | > django.contrib.sites
  61310. web_1 | > django.contrib.messages
  61311. web_1 | > django.contrib.staticfiles
  61312. web_1 | > django.contrib.admin
  61313. web_1 | > south
  61314. web_1 | > crispy_forms
  61315. web_1 | > avatar
  61316. web_1 | > bootstrap3
  61317. web_1 | > users
  61318. web_1 | > allauth
  61319. web_1 | > allauth.account
  61320. web_1 | > django.contrib.humanize
  61321. web_1 | > debug_toolbar
  61322. web_1 |
  61323. web_1 | Not synced (use migrations):
  61324. web_1 | - allauth.socialaccount
  61325. web_1 | - django_extensions
  61326. web_1 | (use ./manage.py migrate to migrate these)
  61327. web_1 | Running migrations for socialaccount:
  61328. web_1 | - Nothing to migrate.
  61329. web_1 | - Loading initial data for socialaccount.
  61330. web_1 | Installed 0 object(s) from 0 fixture(s)
  61331. web_1 | Running migrations for django_extensions:
  61332. web_1 | - Nothing to migrate.
  61333. web_1 | - Loading initial data for django_extensions.
  61334. web_1 | Installed 0 object(s) from 0 fixture(s)
  61335. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61336. web_1 | [GCC 4.9.2] on linux2
  61337. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61338. web_1 | (InteractiveConsole)
  61339. web_1 |
  61340. web_1 | >>> >>> Starting the server
  61341. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61342. web_1 |
  61343. web_1 | Fatal error: Unable to find local grunt.
  61344. web_1 |
  61345. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61346. web_1 | your project. For more information about installing and configuring grunt,
  61347. web_1 | please see the Getting Started guide:
  61348. web_1 |
  61349. web_1 | http://gruntjs.com/getting-started
  61350. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61351. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61352. web_1 | Syncing...
  61353. web_1 | Creating tables ...
  61354. web_1 | Installing custom SQL ...
  61355. web_1 | Installing indexes ...
  61356. web_1 | Installed 0 object(s) from 0 fixture(s)
  61357. web_1 |
  61358. web_1 | Synced:
  61359. web_1 | > django.contrib.auth
  61360. web_1 | > django.contrib.contenttypes
  61361. web_1 | > django.contrib.sessions
  61362. web_1 | > django.contrib.sites
  61363. web_1 | > django.contrib.messages
  61364. web_1 | > django.contrib.staticfiles
  61365. web_1 | > django.contrib.admin
  61366. web_1 | > south
  61367. web_1 | > crispy_forms
  61368. web_1 | > avatar
  61369. web_1 | > bootstrap3
  61370. web_1 | > users
  61371. web_1 | > allauth
  61372. web_1 | > allauth.account
  61373. web_1 | > django.contrib.humanize
  61374. web_1 | > debug_toolbar
  61375. web_1 |
  61376. web_1 | Not synced (use migrations):
  61377. web_1 | - allauth.socialaccount
  61378. web_1 | - django_extensions
  61379. web_1 | (use ./manage.py migrate to migrate these)
  61380. web_1 | Running migrations for socialaccount:
  61381. web_1 | - Nothing to migrate.
  61382. web_1 | - Loading initial data for socialaccount.
  61383. web_1 | Installed 0 object(s) from 0 fixture(s)
  61384. web_1 | Running migrations for django_extensions:
  61385. web_1 | - Nothing to migrate.
  61386. web_1 | - Loading initial data for django_extensions.
  61387. web_1 | Installed 0 object(s) from 0 fixture(s)
  61388. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61389. web_1 | [GCC 4.9.2] on linux2
  61390. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61391. web_1 | (InteractiveConsole)
  61392. web_1 |
  61393. web_1 | >>> >>> Starting the server
  61394. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61395. web_1 |
  61396. web_1 | Fatal error: Unable to find local grunt.
  61397. web_1 |
  61398. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61399. web_1 | your project. For more information about installing and configuring grunt,
  61400. web_1 | please see the Getting Started guide:
  61401. web_1 |
  61402. web_1 | http://gruntjs.com/getting-started
  61403. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61404. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61405. web_1 | Syncing...
  61406. web_1 | Creating tables ...
  61407. web_1 | Installing custom SQL ...
  61408. web_1 | Installing indexes ...
  61409. web_1 | Installed 0 object(s) from 0 fixture(s)
  61410. web_1 |
  61411. web_1 | Synced:
  61412. web_1 | > django.contrib.auth
  61413. web_1 | > django.contrib.contenttypes
  61414. web_1 | > django.contrib.sessions
  61415. web_1 | > django.contrib.sites
  61416. web_1 | > django.contrib.messages
  61417. web_1 | > django.contrib.staticfiles
  61418. web_1 | > django.contrib.admin
  61419. web_1 | > south
  61420. web_1 | > crispy_forms
  61421. web_1 | > avatar
  61422. web_1 | > bootstrap3
  61423. web_1 | > users
  61424. web_1 | > allauth
  61425. web_1 | > allauth.account
  61426. web_1 | > django.contrib.humanize
  61427. web_1 | > debug_toolbar
  61428. web_1 |
  61429. web_1 | Not synced (use migrations):
  61430. web_1 | - allauth.socialaccount
  61431. web_1 | - django_extensions
  61432. web_1 | (use ./manage.py migrate to migrate these)
  61433. web_1 | Running migrations for socialaccount:
  61434. web_1 | - Nothing to migrate.
  61435. web_1 | - Loading initial data for socialaccount.
  61436. web_1 | Installed 0 object(s) from 0 fixture(s)
  61437. web_1 | Running migrations for django_extensions:
  61438. web_1 | - Nothing to migrate.
  61439. web_1 | - Loading initial data for django_extensions.
  61440. web_1 | Installed 0 object(s) from 0 fixture(s)
  61441. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61442. web_1 | [GCC 4.9.2] on linux2
  61443. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61444. web_1 | (InteractiveConsole)
  61445. web_1 |
  61446. web_1 | >>> >>> Starting the server
  61447. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61448. web_1 |
  61449. web_1 | Fatal error: Unable to find local grunt.
  61450. web_1 |
  61451. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61452. web_1 | your project. For more information about installing and configuring grunt,
  61453. web_1 | please see the Getting Started guide:
  61454. web_1 |
  61455. web_1 | http://gruntjs.com/getting-started
  61456. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61457. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61458. web_1 | Syncing...
  61459. web_1 | Creating tables ...
  61460. web_1 | Installing custom SQL ...
  61461. web_1 | Installing indexes ...
  61462. web_1 | Installed 0 object(s) from 0 fixture(s)
  61463. web_1 |
  61464. web_1 | Synced:
  61465. web_1 | > django.contrib.auth
  61466. web_1 | > django.contrib.contenttypes
  61467. web_1 | > django.contrib.sessions
  61468. web_1 | > django.contrib.sites
  61469. web_1 | > django.contrib.messages
  61470. web_1 | > django.contrib.staticfiles
  61471. web_1 | > django.contrib.admin
  61472. web_1 | > south
  61473. web_1 | > crispy_forms
  61474. web_1 | > avatar
  61475. web_1 | > bootstrap3
  61476. web_1 | > users
  61477. web_1 | > allauth
  61478. web_1 | > allauth.account
  61479. web_1 | > django.contrib.humanize
  61480. web_1 | > debug_toolbar
  61481. web_1 |
  61482. web_1 | Not synced (use migrations):
  61483. web_1 | - allauth.socialaccount
  61484. web_1 | - django_extensions
  61485. web_1 | (use ./manage.py migrate to migrate these)
  61486. web_1 | Running migrations for socialaccount:
  61487. web_1 | - Nothing to migrate.
  61488. web_1 | - Loading initial data for socialaccount.
  61489. web_1 | Installed 0 object(s) from 0 fixture(s)
  61490. web_1 | Running migrations for django_extensions:
  61491. web_1 | - Nothing to migrate.
  61492. web_1 | - Loading initial data for django_extensions.
  61493. web_1 | Installed 0 object(s) from 0 fixture(s)
  61494. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61495. web_1 | [GCC 4.9.2] on linux2
  61496. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61497. web_1 | (InteractiveConsole)
  61498. web_1 |
  61499. web_1 | >>> >>> Starting the server
  61500. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61501. web_1 |
  61502. web_1 | Fatal error: Unable to find local grunt.
  61503. web_1 |
  61504. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61505. web_1 | your project. For more information about installing and configuring grunt,
  61506. web_1 | please see the Getting Started guide:
  61507. web_1 |
  61508. web_1 | http://gruntjs.com/getting-started
  61509. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61510. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61511. web_1 | Syncing...
  61512. web_1 | Creating tables ...
  61513. web_1 | Installing custom SQL ...
  61514. web_1 | Installing indexes ...
  61515. web_1 | Installed 0 object(s) from 0 fixture(s)
  61516. web_1 |
  61517. web_1 | Synced:
  61518. web_1 | > django.contrib.auth
  61519. web_1 | > django.contrib.contenttypes
  61520. web_1 | > django.contrib.sessions
  61521. web_1 | > django.contrib.sites
  61522. web_1 | > django.contrib.messages
  61523. web_1 | > django.contrib.staticfiles
  61524. web_1 | > django.contrib.admin
  61525. web_1 | > south
  61526. web_1 | > crispy_forms
  61527. web_1 | > avatar
  61528. web_1 | > bootstrap3
  61529. web_1 | > users
  61530. web_1 | > allauth
  61531. web_1 | > allauth.account
  61532. web_1 | > django.contrib.humanize
  61533. web_1 | > debug_toolbar
  61534. web_1 |
  61535. web_1 | Not synced (use migrations):
  61536. web_1 | - allauth.socialaccount
  61537. web_1 | - django_extensions
  61538. web_1 | (use ./manage.py migrate to migrate these)
  61539. web_1 | Running migrations for socialaccount:
  61540. web_1 | - Nothing to migrate.
  61541. web_1 | - Loading initial data for socialaccount.
  61542. web_1 | Installed 0 object(s) from 0 fixture(s)
  61543. web_1 | Running migrations for django_extensions:
  61544. web_1 | - Nothing to migrate.
  61545. web_1 | - Loading initial data for django_extensions.
  61546. web_1 | Installed 0 object(s) from 0 fixture(s)
  61547. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61548. web_1 | [GCC 4.9.2] on linux2
  61549. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61550. web_1 | (InteractiveConsole)
  61551. web_1 |
  61552. web_1 | >>> >>> Starting the server
  61553. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61554. web_1 |
  61555. web_1 | Fatal error: Unable to find local grunt.
  61556. web_1 |
  61557. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61558. web_1 | your project. For more information about installing and configuring grunt,
  61559. web_1 | please see the Getting Started guide:
  61560. web_1 |
  61561. web_1 | http://gruntjs.com/getting-started
  61562. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61563. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61564. web_1 | Syncing...
  61565. web_1 | Creating tables ...
  61566. web_1 | Installing custom SQL ...
  61567. web_1 | Installing indexes ...
  61568. web_1 | Installed 0 object(s) from 0 fixture(s)
  61569. web_1 |
  61570. web_1 | Synced:
  61571. web_1 | > django.contrib.auth
  61572. web_1 | > django.contrib.contenttypes
  61573. web_1 | > django.contrib.sessions
  61574. web_1 | > django.contrib.sites
  61575. web_1 | > django.contrib.messages
  61576. web_1 | > django.contrib.staticfiles
  61577. web_1 | > django.contrib.admin
  61578. web_1 | > south
  61579. web_1 | > crispy_forms
  61580. web_1 | > avatar
  61581. web_1 | > bootstrap3
  61582. web_1 | > users
  61583. web_1 | > allauth
  61584. web_1 | > allauth.account
  61585. web_1 | > django.contrib.humanize
  61586. web_1 | > debug_toolbar
  61587. web_1 |
  61588. web_1 | Not synced (use migrations):
  61589. web_1 | - allauth.socialaccount
  61590. web_1 | - django_extensions
  61591. web_1 | (use ./manage.py migrate to migrate these)
  61592. web_1 | Running migrations for socialaccount:
  61593. web_1 | - Nothing to migrate.
  61594. web_1 | - Loading initial data for socialaccount.
  61595. web_1 | Installed 0 object(s) from 0 fixture(s)
  61596. web_1 | Running migrations for django_extensions:
  61597. web_1 | - Nothing to migrate.
  61598. web_1 | - Loading initial data for django_extensions.
  61599. web_1 | Installed 0 object(s) from 0 fixture(s)
  61600. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61601. web_1 | [GCC 4.9.2] on linux2
  61602. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61603. web_1 | (InteractiveConsole)
  61604. web_1 |
  61605. web_1 | >>> >>> Starting the server
  61606. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61607. web_1 |
  61608. web_1 | Fatal error: Unable to find local grunt.
  61609. web_1 |
  61610. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61611. web_1 | your project. For more information about installing and configuring grunt,
  61612. web_1 | please see the Getting Started guide:
  61613. web_1 |
  61614. web_1 | http://gruntjs.com/getting-started
  61615. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61616. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61617. web_1 | Syncing...
  61618. web_1 | Creating tables ...
  61619. web_1 | Installing custom SQL ...
  61620. web_1 | Installing indexes ...
  61621. web_1 | Installed 0 object(s) from 0 fixture(s)
  61622. web_1 |
  61623. web_1 | Synced:
  61624. web_1 | > django.contrib.auth
  61625. web_1 | > django.contrib.contenttypes
  61626. web_1 | > django.contrib.sessions
  61627. web_1 | > django.contrib.sites
  61628. web_1 | > django.contrib.messages
  61629. web_1 | > django.contrib.staticfiles
  61630. web_1 | > django.contrib.admin
  61631. web_1 | > south
  61632. web_1 | > crispy_forms
  61633. web_1 | > avatar
  61634. web_1 | > bootstrap3
  61635. web_1 | > users
  61636. web_1 | > allauth
  61637. web_1 | > allauth.account
  61638. web_1 | > django.contrib.humanize
  61639. web_1 | > debug_toolbar
  61640. web_1 |
  61641. web_1 | Not synced (use migrations):
  61642. web_1 | - allauth.socialaccount
  61643. web_1 | - django_extensions
  61644. web_1 | (use ./manage.py migrate to migrate these)
  61645. web_1 | Running migrations for socialaccount:
  61646. web_1 | - Nothing to migrate.
  61647. web_1 | - Loading initial data for socialaccount.
  61648. web_1 | Installed 0 object(s) from 0 fixture(s)
  61649. web_1 | Running migrations for django_extensions:
  61650. web_1 | - Nothing to migrate.
  61651. web_1 | - Loading initial data for django_extensions.
  61652. web_1 | Installed 0 object(s) from 0 fixture(s)
  61653. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61654. web_1 | [GCC 4.9.2] on linux2
  61655. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61656. web_1 | (InteractiveConsole)
  61657. web_1 |
  61658. web_1 | >>> >>> Starting the server
  61659. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61660. web_1 |
  61661. web_1 | Fatal error: Unable to find local grunt.
  61662. web_1 |
  61663. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61664. web_1 | your project. For more information about installing and configuring grunt,
  61665. web_1 | please see the Getting Started guide:
  61666. web_1 |
  61667. web_1 | http://gruntjs.com/getting-started
  61668. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61669. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61670. web_1 | Syncing...
  61671. web_1 | Creating tables ...
  61672. web_1 | Installing custom SQL ...
  61673. web_1 | Installing indexes ...
  61674. web_1 | Installed 0 object(s) from 0 fixture(s)
  61675. web_1 |
  61676. web_1 | Synced:
  61677. web_1 | > django.contrib.auth
  61678. web_1 | > django.contrib.contenttypes
  61679. web_1 | > django.contrib.sessions
  61680. web_1 | > django.contrib.sites
  61681. web_1 | > django.contrib.messages
  61682. web_1 | > django.contrib.staticfiles
  61683. web_1 | > django.contrib.admin
  61684. web_1 | > south
  61685. web_1 | > crispy_forms
  61686. web_1 | > avatar
  61687. web_1 | > bootstrap3
  61688. web_1 | > users
  61689. web_1 | > allauth
  61690. web_1 | > allauth.account
  61691. web_1 | > django.contrib.humanize
  61692. web_1 | > debug_toolbar
  61693. web_1 |
  61694. web_1 | Not synced (use migrations):
  61695. web_1 | - allauth.socialaccount
  61696. web_1 | - django_extensions
  61697. web_1 | (use ./manage.py migrate to migrate these)
  61698. web_1 | Running migrations for socialaccount:
  61699. web_1 | - Nothing to migrate.
  61700. web_1 | - Loading initial data for socialaccount.
  61701. web_1 | Installed 0 object(s) from 0 fixture(s)
  61702. web_1 | Running migrations for django_extensions:
  61703. web_1 | - Nothing to migrate.
  61704. web_1 | - Loading initial data for django_extensions.
  61705. web_1 | Installed 0 object(s) from 0 fixture(s)
  61706. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61707. web_1 | [GCC 4.9.2] on linux2
  61708. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61709. web_1 | (InteractiveConsole)
  61710. web_1 |
  61711. web_1 | >>> >>> Starting the server
  61712. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61713. web_1 |
  61714. web_1 | Fatal error: Unable to find local grunt.
  61715. web_1 |
  61716. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61717. web_1 | your project. For more information about installing and configuring grunt,
  61718. web_1 | please see the Getting Started guide:
  61719. web_1 |
  61720. web_1 | http://gruntjs.com/getting-started
  61721. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61722. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61723. web_1 | Syncing...
  61724. web_1 | Creating tables ...
  61725. web_1 | Installing custom SQL ...
  61726. web_1 | Installing indexes ...
  61727. web_1 | Installed 0 object(s) from 0 fixture(s)
  61728. web_1 |
  61729. web_1 | Synced:
  61730. web_1 | > django.contrib.auth
  61731. web_1 | > django.contrib.contenttypes
  61732. web_1 | > django.contrib.sessions
  61733. web_1 | > django.contrib.sites
  61734. web_1 | > django.contrib.messages
  61735. web_1 | > django.contrib.staticfiles
  61736. web_1 | > django.contrib.admin
  61737. web_1 | > south
  61738. web_1 | > crispy_forms
  61739. web_1 | > avatar
  61740. web_1 | > bootstrap3
  61741. web_1 | > users
  61742. web_1 | > allauth
  61743. web_1 | > allauth.account
  61744. web_1 | > django.contrib.humanize
  61745. web_1 | > debug_toolbar
  61746. web_1 |
  61747. web_1 | Not synced (use migrations):
  61748. web_1 | - allauth.socialaccount
  61749. web_1 | - django_extensions
  61750. web_1 | (use ./manage.py migrate to migrate these)
  61751. web_1 | Running migrations for socialaccount:
  61752. web_1 | - Nothing to migrate.
  61753. web_1 | - Loading initial data for socialaccount.
  61754. web_1 | Installed 0 object(s) from 0 fixture(s)
  61755. web_1 | Running migrations for django_extensions:
  61756. web_1 | - Nothing to migrate.
  61757. web_1 | - Loading initial data for django_extensions.
  61758. web_1 | Installed 0 object(s) from 0 fixture(s)
  61759. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61760. web_1 | [GCC 4.9.2] on linux2
  61761. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61762. web_1 | (InteractiveConsole)
  61763. web_1 |
  61764. web_1 | >>> >>> Starting the server
  61765. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61766. web_1 |
  61767. web_1 | Fatal error: Unable to find local grunt.
  61768. web_1 |
  61769. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61770. web_1 | your project. For more information about installing and configuring grunt,
  61771. web_1 | please see the Getting Started guide:
  61772. web_1 |
  61773. web_1 | http://gruntjs.com/getting-started
  61774. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61775. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61776. web_1 | Syncing...
  61777. web_1 | Creating tables ...
  61778. web_1 | Installing custom SQL ...
  61779. web_1 | Installing indexes ...
  61780. web_1 | Installed 0 object(s) from 0 fixture(s)
  61781. web_1 |
  61782. web_1 | Synced:
  61783. web_1 | > django.contrib.auth
  61784. web_1 | > django.contrib.contenttypes
  61785. web_1 | > django.contrib.sessions
  61786. web_1 | > django.contrib.sites
  61787. web_1 | > django.contrib.messages
  61788. web_1 | > django.contrib.staticfiles
  61789. web_1 | > django.contrib.admin
  61790. web_1 | > south
  61791. web_1 | > crispy_forms
  61792. web_1 | > avatar
  61793. web_1 | > bootstrap3
  61794. web_1 | > users
  61795. web_1 | > allauth
  61796. web_1 | > allauth.account
  61797. web_1 | > django.contrib.humanize
  61798. web_1 | > debug_toolbar
  61799. web_1 |
  61800. web_1 | Not synced (use migrations):
  61801. web_1 | - allauth.socialaccount
  61802. web_1 | - django_extensions
  61803. web_1 | (use ./manage.py migrate to migrate these)
  61804. web_1 | Running migrations for socialaccount:
  61805. web_1 | - Nothing to migrate.
  61806. web_1 | - Loading initial data for socialaccount.
  61807. web_1 | Installed 0 object(s) from 0 fixture(s)
  61808. web_1 | Running migrations for django_extensions:
  61809. web_1 | - Nothing to migrate.
  61810. web_1 | - Loading initial data for django_extensions.
  61811. web_1 | Installed 0 object(s) from 0 fixture(s)
  61812. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61813. web_1 | [GCC 4.9.2] on linux2
  61814. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61815. web_1 | (InteractiveConsole)
  61816. web_1 |
  61817. web_1 | >>> >>> Starting the server
  61818. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61819. web_1 |
  61820. web_1 | Fatal error: Unable to find local grunt.
  61821. web_1 |
  61822. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61823. web_1 | your project. For more information about installing and configuring grunt,
  61824. web_1 | please see the Getting Started guide:
  61825. web_1 |
  61826. web_1 | http://gruntjs.com/getting-started
  61827. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61828. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61829. web_1 | Syncing...
  61830. web_1 | Creating tables ...
  61831. web_1 | Installing custom SQL ...
  61832. web_1 | Installing indexes ...
  61833. web_1 | Installed 0 object(s) from 0 fixture(s)
  61834. web_1 |
  61835. web_1 | Synced:
  61836. web_1 | > django.contrib.auth
  61837. web_1 | > django.contrib.contenttypes
  61838. web_1 | > django.contrib.sessions
  61839. web_1 | > django.contrib.sites
  61840. web_1 | > django.contrib.messages
  61841. web_1 | > django.contrib.staticfiles
  61842. web_1 | > django.contrib.admin
  61843. web_1 | > south
  61844. web_1 | > crispy_forms
  61845. web_1 | > avatar
  61846. web_1 | > bootstrap3
  61847. web_1 | > users
  61848. web_1 | > allauth
  61849. web_1 | > allauth.account
  61850. web_1 | > django.contrib.humanize
  61851. web_1 | > debug_toolbar
  61852. web_1 |
  61853. web_1 | Not synced (use migrations):
  61854. web_1 | - allauth.socialaccount
  61855. web_1 | - django_extensions
  61856. web_1 | (use ./manage.py migrate to migrate these)
  61857. web_1 | Running migrations for socialaccount:
  61858. web_1 | - Nothing to migrate.
  61859. web_1 | - Loading initial data for socialaccount.
  61860. web_1 | Installed 0 object(s) from 0 fixture(s)
  61861. web_1 | Running migrations for django_extensions:
  61862. web_1 | - Nothing to migrate.
  61863. web_1 | - Loading initial data for django_extensions.
  61864. web_1 | Installed 0 object(s) from 0 fixture(s)
  61865. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61866. web_1 | [GCC 4.9.2] on linux2
  61867. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61868. web_1 | (InteractiveConsole)
  61869. web_1 |
  61870. web_1 | >>> >>> Starting the server
  61871. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61872. web_1 |
  61873. web_1 | Fatal error: Unable to find local grunt.
  61874. web_1 |
  61875. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61876. web_1 | your project. For more information about installing and configuring grunt,
  61877. web_1 | please see the Getting Started guide:
  61878. web_1 |
  61879. web_1 | http://gruntjs.com/getting-started
  61880. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61881. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61882. web_1 | Syncing...
  61883. web_1 | Creating tables ...
  61884. web_1 | Installing custom SQL ...
  61885. web_1 | Installing indexes ...
  61886. web_1 | Installed 0 object(s) from 0 fixture(s)
  61887. web_1 |
  61888. web_1 | Synced:
  61889. web_1 | > django.contrib.auth
  61890. web_1 | > django.contrib.contenttypes
  61891. web_1 | > django.contrib.sessions
  61892. web_1 | > django.contrib.sites
  61893. web_1 | > django.contrib.messages
  61894. web_1 | > django.contrib.staticfiles
  61895. web_1 | > django.contrib.admin
  61896. web_1 | > south
  61897. web_1 | > crispy_forms
  61898. web_1 | > avatar
  61899. web_1 | > bootstrap3
  61900. web_1 | > users
  61901. web_1 | > allauth
  61902. web_1 | > allauth.account
  61903. web_1 | > django.contrib.humanize
  61904. web_1 | > debug_toolbar
  61905. web_1 |
  61906. web_1 | Not synced (use migrations):
  61907. web_1 | - allauth.socialaccount
  61908. web_1 | - django_extensions
  61909. web_1 | (use ./manage.py migrate to migrate these)
  61910. web_1 | Running migrations for socialaccount:
  61911. web_1 | - Nothing to migrate.
  61912. web_1 | - Loading initial data for socialaccount.
  61913. web_1 | Installed 0 object(s) from 0 fixture(s)
  61914. web_1 | Running migrations for django_extensions:
  61915. web_1 | - Nothing to migrate.
  61916. web_1 | - Loading initial data for django_extensions.
  61917. web_1 | Installed 0 object(s) from 0 fixture(s)
  61918. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  61919. web_1 | [GCC 4.9.2] on linux2
  61920. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  61921. web_1 | (InteractiveConsole)
  61922. web_1 |
  61923. web_1 | >>> >>> Starting the server
  61924. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  61925. web_1 |
  61926. web_1 | Fatal error: Unable to find local grunt.
  61927. web_1 |
  61928. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  61929. web_1 | your project. For more information about installing and configuring grunt,
  61930. web_1 | please see the Getting Started guide:
  61931. web_1 |
  61932. web_1 | http://gruntjs.com/getting-started
  61933. oclweb_web_1 exited with code 99
  61934. web_1 | Starting OpenBSD Secure Shell server: sshd.
  61935. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  61936. web_1 | Syncing...
  61937. web_1 | Traceback (most recent call last):
  61938. web_1 | File "ocl_web/manage.py", line 19, in <module>
  61939. web_1 | execute_from_command_line(sys.argv)
  61940. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  61941. web_1 | utility.execute()
  61942. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  61943. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  61944. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  61945. web_1 | self.execute(*args, **options.__dict__)
  61946. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  61947. web_1 | output = self.handle(*args, **options)
  61948. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  61949. web_1 | return self.handle_noargs(**options)
  61950. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  61951. web_1 | syncdb.Command().execute(**options)
  61952. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  61953. web_1 | output = self.handle(*args, **options)
  61954. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  61955. web_1 | return self.handle_noargs(**options)
  61956. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  61957. web_1 | cursor = connection.cursor()
  61958. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  61959. web_1 | cursor = self.make_debug_cursor(self._cursor())
  61960. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  61961. web_1 | self.ensure_connection()
  61962. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  61963. web_1 | self.connect()
  61964. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  61965. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  61966. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  61967. web_1 | self.connect()
  61968. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  61969. web_1 | self.connection = self.get_new_connection(conn_params)
  61970. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  61971. web_1 | return Database.connect(**conn_params)
  61972. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  61973. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  61974. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  61975. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  61976. web_1 | TCP/IP connections on port 5432?
  61977. web_1 |
  61978. web_1 | Traceback (most recent call last):
  61979. web_1 | File "ocl_web/manage.py", line 19, in <module>
  61980. web_1 | execute_from_command_line(sys.argv)
  61981. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  61982. web_1 | utility.execute()
  61983. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  61984. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  61985. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  61986. web_1 | self.execute(*args, **options.__dict__)
  61987. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  61988. web_1 | output = self.handle(*args, **options)
  61989. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  61990. web_1 | ignore_ghosts = ignore_ghosts,
  61991. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  61992. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  61993. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  61994. web_1 | for h in histories:
  61995. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  61996. web_1 | self._fetch_all()
  61997. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  61998. web_1 | self._result_cache = list(self.iterator())
  61999. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  62000. web_1 | for row in compiler.results_iter():
  62001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  62002. web_1 | for rows in self.execute_sql(MULTI):
  62003. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  62004. web_1 | cursor = self.connection.cursor()
  62005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  62006. web_1 | cursor = self.make_debug_cursor(self._cursor())
  62007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  62008. web_1 | self.ensure_connection()
  62009. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  62010. web_1 | self.connect()
  62011. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  62012. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  62013. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  62014. web_1 | self.connect()
  62015. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  62016. web_1 | self.connection = self.get_new_connection(conn_params)
  62017. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  62018. web_1 | return Database.connect(**conn_params)
  62019. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  62020. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  62021. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  62022. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  62023. web_1 | TCP/IP connections on port 5432?
  62024. web_1 |
  62025. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62026. web_1 | [GCC 4.9.2] on linux2
  62027. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62028. web_1 | (InteractiveConsole)
  62029. web_1 | Traceback (most recent call last):
  62030. web_1 | File "<console>", line 1, in <module>
  62031. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  62032. web_1 | return self.query.get_count(using=self.db)
  62033. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  62034. web_1 | number = obj.get_aggregation(using=using)[None]
  62035. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  62036. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  62037. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  62038. web_1 | cursor = self.connection.cursor()
  62039. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  62040. web_1 | cursor = self.make_debug_cursor(self._cursor())
  62041. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  62042. web_1 | self.ensure_connection()
  62043. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  62044. web_1 | self.connect()
  62045. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  62046. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  62047. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  62048. web_1 | self.connect()
  62049. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  62050. web_1 | self.connection = self.get_new_connection(conn_params)
  62051. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  62052. web_1 | return Database.connect(**conn_params)
  62053. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  62054. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  62055. web_1 | OperationalError: could not connect to server: Connection refused
  62056. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  62057. web_1 | TCP/IP connections on port 5432?
  62058. web_1 |
  62059. web_1 |
  62060. web_1 | >>> >>> Starting the server
  62061. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62062. web_1 |
  62063. web_1 | Fatal error: Unable to find local grunt.
  62064. web_1 |
  62065. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62066. web_1 | your project. For more information about installing and configuring grunt,
  62067. web_1 | please see the Getting Started guide:
  62068. web_1 |
  62069. web_1 | http://gruntjs.com/getting-started
  62070. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62071. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62072. web_1 | Syncing...
  62073. web_1 | Creating tables ...
  62074. web_1 | Creating table auth_permission
  62075. web_1 | Creating table auth_group_permissions
  62076. web_1 | Creating table auth_group
  62077. web_1 | Creating table django_content_type
  62078. web_1 | Creating table django_session
  62079. web_1 | Creating table django_site
  62080. web_1 | Creating table django_admin_log
  62081. web_1 | Creating table south_migrationhistory
  62082. web_1 | Creating table avatar_avatar
  62083. web_1 | Creating table users_user_groups
  62084. web_1 | Creating table users_user_user_permissions
  62085. web_1 | Creating table users_user
  62086. web_1 | Creating table account_emailaddress
  62087. web_1 | Creating table account_emailconfirmation
  62088. web_1 | Installing custom SQL ...
  62089. web_1 | Installing indexes ...
  62090. web_1 | Installed 0 object(s) from 0 fixture(s)
  62091. web_1 |
  62092. web_1 | Synced:
  62093. web_1 | > django.contrib.auth
  62094. web_1 | > django.contrib.contenttypes
  62095. web_1 | > django.contrib.sessions
  62096. web_1 | > django.contrib.sites
  62097. web_1 | > django.contrib.messages
  62098. web_1 | > django.contrib.staticfiles
  62099. web_1 | > django.contrib.admin
  62100. web_1 | > south
  62101. web_1 | > crispy_forms
  62102. web_1 | > avatar
  62103. web_1 | > bootstrap3
  62104. web_1 | > users
  62105. web_1 | > allauth
  62106. web_1 | > allauth.account
  62107. web_1 | > django.contrib.humanize
  62108. web_1 | > debug_toolbar
  62109. web_1 |
  62110. web_1 | Not synced (use migrations):
  62111. web_1 | - allauth.socialaccount
  62112. web_1 | - django_extensions
  62113. web_1 | (use ./manage.py migrate to migrate these)
  62114. web_1 | Running migrations for socialaccount:
  62115. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  62116. web_1 | > socialaccount:0001_initial
  62117. web_1 | > socialaccount:0002_genericmodels
  62118. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  62119. web_1 | > socialaccount:0004_add_sites
  62120. web_1 | > socialaccount:0005_set_sites
  62121. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  62122. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  62123. web_1 | > socialaccount:0008_client_id
  62124. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  62125. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  62126. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  62127. web_1 | - Loading initial data for socialaccount.
  62128. web_1 | Installed 0 object(s) from 0 fixture(s)
  62129. web_1 | Running migrations for django_extensions:
  62130. web_1 | - Migrating forwards to 0001_empty.
  62131. web_1 | > django_extensions:0001_empty
  62132. web_1 | - Loading initial data for django_extensions.
  62133. web_1 | Installed 0 object(s) from 0 fixture(s)
  62134. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62135. web_1 | [GCC 4.9.2] on linux2
  62136. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62137. web_1 | (InteractiveConsole)
  62138. web_1 |
  62139. web_1 | >>> >>> Starting the server
  62140. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62141. web_1 |
  62142. web_1 | Fatal error: Unable to find local grunt.
  62143. web_1 |
  62144. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62145. web_1 | your project. For more information about installing and configuring grunt,
  62146. web_1 | please see the Getting Started guide:
  62147. web_1 |
  62148. web_1 | http://gruntjs.com/getting-started
  62149. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62150. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62151. web_1 | Syncing...
  62152. web_1 | Creating tables ...
  62153. web_1 | Installing custom SQL ...
  62154. web_1 | Installing indexes ...
  62155. web_1 | Installed 0 object(s) from 0 fixture(s)
  62156. web_1 |
  62157. web_1 | Synced:
  62158. web_1 | > django.contrib.auth
  62159. web_1 | > django.contrib.contenttypes
  62160. web_1 | > django.contrib.sessions
  62161. web_1 | > django.contrib.sites
  62162. web_1 | > django.contrib.messages
  62163. web_1 | > django.contrib.staticfiles
  62164. web_1 | > django.contrib.admin
  62165. web_1 | > south
  62166. web_1 | > crispy_forms
  62167. web_1 | > avatar
  62168. web_1 | > bootstrap3
  62169. web_1 | > users
  62170. web_1 | > allauth
  62171. web_1 | > allauth.account
  62172. web_1 | > django.contrib.humanize
  62173. web_1 | > debug_toolbar
  62174. web_1 |
  62175. web_1 | Not synced (use migrations):
  62176. web_1 | - allauth.socialaccount
  62177. web_1 | - django_extensions
  62178. web_1 | (use ./manage.py migrate to migrate these)
  62179. web_1 | Running migrations for socialaccount:
  62180. web_1 | - Nothing to migrate.
  62181. web_1 | - Loading initial data for socialaccount.
  62182. web_1 | Installed 0 object(s) from 0 fixture(s)
  62183. web_1 | Running migrations for django_extensions:
  62184. web_1 | - Nothing to migrate.
  62185. web_1 | - Loading initial data for django_extensions.
  62186. web_1 | Installed 0 object(s) from 0 fixture(s)
  62187. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62188. web_1 | [GCC 4.9.2] on linux2
  62189. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62190. web_1 | (InteractiveConsole)
  62191. web_1 |
  62192. web_1 | >>> >>> Starting the server
  62193. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62194. web_1 |
  62195. web_1 | Fatal error: Unable to find local grunt.
  62196. web_1 |
  62197. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62198. web_1 | your project. For more information about installing and configuring grunt,
  62199. web_1 | please see the Getting Started guide:
  62200. web_1 |
  62201. web_1 | http://gruntjs.com/getting-started
  62202. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62203. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62204. web_1 | Syncing...
  62205. web_1 | Creating tables ...
  62206. web_1 | Installing custom SQL ...
  62207. web_1 | Installing indexes ...
  62208. web_1 | Installed 0 object(s) from 0 fixture(s)
  62209. web_1 |
  62210. web_1 | Synced:
  62211. web_1 | > django.contrib.auth
  62212. web_1 | > django.contrib.contenttypes
  62213. web_1 | > django.contrib.sessions
  62214. web_1 | > django.contrib.sites
  62215. web_1 | > django.contrib.messages
  62216. web_1 | > django.contrib.staticfiles
  62217. web_1 | > django.contrib.admin
  62218. web_1 | > south
  62219. web_1 | > crispy_forms
  62220. web_1 | > avatar
  62221. web_1 | > bootstrap3
  62222. web_1 | > users
  62223. web_1 | > allauth
  62224. web_1 | > allauth.account
  62225. web_1 | > django.contrib.humanize
  62226. web_1 | > debug_toolbar
  62227. web_1 |
  62228. web_1 | Not synced (use migrations):
  62229. web_1 | - allauth.socialaccount
  62230. web_1 | - django_extensions
  62231. web_1 | (use ./manage.py migrate to migrate these)
  62232. web_1 | Running migrations for socialaccount:
  62233. web_1 | - Nothing to migrate.
  62234. web_1 | - Loading initial data for socialaccount.
  62235. web_1 | Installed 0 object(s) from 0 fixture(s)
  62236. web_1 | Running migrations for django_extensions:
  62237. web_1 | - Nothing to migrate.
  62238. web_1 | - Loading initial data for django_extensions.
  62239. web_1 | Installed 0 object(s) from 0 fixture(s)
  62240. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62241. web_1 | [GCC 4.9.2] on linux2
  62242. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62243. web_1 | (InteractiveConsole)
  62244. web_1 |
  62245. web_1 | >>> >>> Starting the server
  62246. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62247. web_1 |
  62248. web_1 | Fatal error: Unable to find local grunt.
  62249. web_1 |
  62250. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62251. web_1 | your project. For more information about installing and configuring grunt,
  62252. web_1 | please see the Getting Started guide:
  62253. web_1 |
  62254. web_1 | http://gruntjs.com/getting-started
  62255. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62256. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62257. web_1 | Syncing...
  62258. web_1 | Creating tables ...
  62259. web_1 | Installing custom SQL ...
  62260. web_1 | Installing indexes ...
  62261. web_1 | Installed 0 object(s) from 0 fixture(s)
  62262. web_1 |
  62263. web_1 | Synced:
  62264. web_1 | > django.contrib.auth
  62265. web_1 | > django.contrib.contenttypes
  62266. web_1 | > django.contrib.sessions
  62267. web_1 | > django.contrib.sites
  62268. web_1 | > django.contrib.messages
  62269. web_1 | > django.contrib.staticfiles
  62270. web_1 | > django.contrib.admin
  62271. web_1 | > south
  62272. web_1 | > crispy_forms
  62273. web_1 | > avatar
  62274. web_1 | > bootstrap3
  62275. web_1 | > users
  62276. web_1 | > allauth
  62277. web_1 | > allauth.account
  62278. web_1 | > django.contrib.humanize
  62279. web_1 | > debug_toolbar
  62280. web_1 |
  62281. web_1 | Not synced (use migrations):
  62282. web_1 | - allauth.socialaccount
  62283. web_1 | - django_extensions
  62284. web_1 | (use ./manage.py migrate to migrate these)
  62285. web_1 | Running migrations for socialaccount:
  62286. web_1 | - Nothing to migrate.
  62287. web_1 | - Loading initial data for socialaccount.
  62288. web_1 | Installed 0 object(s) from 0 fixture(s)
  62289. web_1 | Running migrations for django_extensions:
  62290. web_1 | - Nothing to migrate.
  62291. web_1 | - Loading initial data for django_extensions.
  62292. web_1 | Installed 0 object(s) from 0 fixture(s)
  62293. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62294. web_1 | [GCC 4.9.2] on linux2
  62295. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62296. web_1 | (InteractiveConsole)
  62297. web_1 |
  62298. web_1 | >>> >>> Starting the server
  62299. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62300. web_1 |
  62301. web_1 | Fatal error: Unable to find local grunt.
  62302. web_1 |
  62303. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62304. web_1 | your project. For more information about installing and configuring grunt,
  62305. web_1 | please see the Getting Started guide:
  62306. web_1 |
  62307. web_1 | http://gruntjs.com/getting-started
  62308. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62309. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62310. web_1 | Syncing...
  62311. web_1 | Creating tables ...
  62312. web_1 | Installing custom SQL ...
  62313. web_1 | Installing indexes ...
  62314. web_1 | Installed 0 object(s) from 0 fixture(s)
  62315. web_1 |
  62316. web_1 | Synced:
  62317. web_1 | > django.contrib.auth
  62318. web_1 | > django.contrib.contenttypes
  62319. web_1 | > django.contrib.sessions
  62320. web_1 | > django.contrib.sites
  62321. web_1 | > django.contrib.messages
  62322. web_1 | > django.contrib.staticfiles
  62323. web_1 | > django.contrib.admin
  62324. web_1 | > south
  62325. web_1 | > crispy_forms
  62326. web_1 | > avatar
  62327. web_1 | > bootstrap3
  62328. web_1 | > users
  62329. web_1 | > allauth
  62330. web_1 | > allauth.account
  62331. web_1 | > django.contrib.humanize
  62332. web_1 | > debug_toolbar
  62333. web_1 |
  62334. web_1 | Not synced (use migrations):
  62335. web_1 | - allauth.socialaccount
  62336. web_1 | - django_extensions
  62337. web_1 | (use ./manage.py migrate to migrate these)
  62338. web_1 | Running migrations for socialaccount:
  62339. web_1 | - Nothing to migrate.
  62340. web_1 | - Loading initial data for socialaccount.
  62341. web_1 | Installed 0 object(s) from 0 fixture(s)
  62342. web_1 | Running migrations for django_extensions:
  62343. web_1 | - Nothing to migrate.
  62344. web_1 | - Loading initial data for django_extensions.
  62345. web_1 | Installed 0 object(s) from 0 fixture(s)
  62346. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62347. web_1 | [GCC 4.9.2] on linux2
  62348. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62349. web_1 | (InteractiveConsole)
  62350. web_1 |
  62351. web_1 | >>> >>> Starting the server
  62352. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62353. web_1 |
  62354. web_1 | Fatal error: Unable to find local grunt.
  62355. web_1 |
  62356. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62357. web_1 | your project. For more information about installing and configuring grunt,
  62358. web_1 | please see the Getting Started guide:
  62359. web_1 |
  62360. web_1 | http://gruntjs.com/getting-started
  62361. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62362. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62363. web_1 | Syncing...
  62364. web_1 | Creating tables ...
  62365. web_1 | Installing custom SQL ...
  62366. web_1 | Installing indexes ...
  62367. web_1 | Installed 0 object(s) from 0 fixture(s)
  62368. web_1 |
  62369. web_1 | Synced:
  62370. web_1 | > django.contrib.auth
  62371. web_1 | > django.contrib.contenttypes
  62372. web_1 | > django.contrib.sessions
  62373. web_1 | > django.contrib.sites
  62374. web_1 | > django.contrib.messages
  62375. web_1 | > django.contrib.staticfiles
  62376. web_1 | > django.contrib.admin
  62377. web_1 | > south
  62378. web_1 | > crispy_forms
  62379. web_1 | > avatar
  62380. web_1 | > bootstrap3
  62381. web_1 | > users
  62382. web_1 | > allauth
  62383. web_1 | > allauth.account
  62384. web_1 | > django.contrib.humanize
  62385. web_1 | > debug_toolbar
  62386. web_1 |
  62387. web_1 | Not synced (use migrations):
  62388. web_1 | - allauth.socialaccount
  62389. web_1 | - django_extensions
  62390. web_1 | (use ./manage.py migrate to migrate these)
  62391. web_1 | Running migrations for socialaccount:
  62392. web_1 | - Nothing to migrate.
  62393. web_1 | - Loading initial data for socialaccount.
  62394. web_1 | Installed 0 object(s) from 0 fixture(s)
  62395. web_1 | Running migrations for django_extensions:
  62396. web_1 | - Nothing to migrate.
  62397. web_1 | - Loading initial data for django_extensions.
  62398. web_1 | Installed 0 object(s) from 0 fixture(s)
  62399. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62400. web_1 | [GCC 4.9.2] on linux2
  62401. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62402. web_1 | (InteractiveConsole)
  62403. web_1 |
  62404. web_1 | >>> >>> Starting the server
  62405. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62406. web_1 |
  62407. web_1 | Fatal error: Unable to find local grunt.
  62408. web_1 |
  62409. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62410. web_1 | your project. For more information about installing and configuring grunt,
  62411. web_1 | please see the Getting Started guide:
  62412. web_1 |
  62413. web_1 | http://gruntjs.com/getting-started
  62414. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62415. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62416. web_1 | Syncing...
  62417. web_1 | Creating tables ...
  62418. web_1 | Installing custom SQL ...
  62419. web_1 | Installing indexes ...
  62420. web_1 | Installed 0 object(s) from 0 fixture(s)
  62421. web_1 |
  62422. web_1 | Synced:
  62423. web_1 | > django.contrib.auth
  62424. web_1 | > django.contrib.contenttypes
  62425. web_1 | > django.contrib.sessions
  62426. web_1 | > django.contrib.sites
  62427. web_1 | > django.contrib.messages
  62428. web_1 | > django.contrib.staticfiles
  62429. web_1 | > django.contrib.admin
  62430. web_1 | > south
  62431. web_1 | > crispy_forms
  62432. web_1 | > avatar
  62433. web_1 | > bootstrap3
  62434. web_1 | > users
  62435. web_1 | > allauth
  62436. web_1 | > allauth.account
  62437. web_1 | > django.contrib.humanize
  62438. web_1 | > debug_toolbar
  62439. web_1 |
  62440. web_1 | Not synced (use migrations):
  62441. web_1 | - allauth.socialaccount
  62442. web_1 | - django_extensions
  62443. web_1 | (use ./manage.py migrate to migrate these)
  62444. web_1 | Running migrations for socialaccount:
  62445. web_1 | - Nothing to migrate.
  62446. web_1 | - Loading initial data for socialaccount.
  62447. web_1 | Installed 0 object(s) from 0 fixture(s)
  62448. web_1 | Running migrations for django_extensions:
  62449. web_1 | - Nothing to migrate.
  62450. web_1 | - Loading initial data for django_extensions.
  62451. web_1 | Installed 0 object(s) from 0 fixture(s)
  62452. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62453. web_1 | [GCC 4.9.2] on linux2
  62454. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62455. web_1 | (InteractiveConsole)
  62456. web_1 |
  62457. web_1 | >>> >>> Starting the server
  62458. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62459. web_1 |
  62460. web_1 | Fatal error: Unable to find local grunt.
  62461. web_1 |
  62462. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62463. web_1 | your project. For more information about installing and configuring grunt,
  62464. web_1 | please see the Getting Started guide:
  62465. web_1 |
  62466. web_1 | http://gruntjs.com/getting-started
  62467. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62468. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62469. web_1 | Syncing...
  62470. web_1 | Creating tables ...
  62471. web_1 | Installing custom SQL ...
  62472. web_1 | Installing indexes ...
  62473. web_1 | Installed 0 object(s) from 0 fixture(s)
  62474. web_1 |
  62475. web_1 | Synced:
  62476. web_1 | > django.contrib.auth
  62477. web_1 | > django.contrib.contenttypes
  62478. web_1 | > django.contrib.sessions
  62479. web_1 | > django.contrib.sites
  62480. web_1 | > django.contrib.messages
  62481. web_1 | > django.contrib.staticfiles
  62482. web_1 | > django.contrib.admin
  62483. web_1 | > south
  62484. web_1 | > crispy_forms
  62485. web_1 | > avatar
  62486. web_1 | > bootstrap3
  62487. web_1 | > users
  62488. web_1 | > allauth
  62489. web_1 | > allauth.account
  62490. web_1 | > django.contrib.humanize
  62491. web_1 | > debug_toolbar
  62492. web_1 |
  62493. web_1 | Not synced (use migrations):
  62494. web_1 | - allauth.socialaccount
  62495. web_1 | - django_extensions
  62496. web_1 | (use ./manage.py migrate to migrate these)
  62497. web_1 | Running migrations for socialaccount:
  62498. web_1 | - Nothing to migrate.
  62499. web_1 | - Loading initial data for socialaccount.
  62500. web_1 | Installed 0 object(s) from 0 fixture(s)
  62501. web_1 | Running migrations for django_extensions:
  62502. web_1 | - Nothing to migrate.
  62503. web_1 | - Loading initial data for django_extensions.
  62504. web_1 | Installed 0 object(s) from 0 fixture(s)
  62505. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62506. web_1 | [GCC 4.9.2] on linux2
  62507. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62508. web_1 | (InteractiveConsole)
  62509. web_1 |
  62510. web_1 | >>> >>> Starting the server
  62511. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62512. web_1 |
  62513. web_1 | Fatal error: Unable to find local grunt.
  62514. web_1 |
  62515. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62516. web_1 | your project. For more information about installing and configuring grunt,
  62517. web_1 | please see the Getting Started guide:
  62518. web_1 |
  62519. web_1 | http://gruntjs.com/getting-started
  62520. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62521. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62522. web_1 | Syncing...
  62523. web_1 | Creating tables ...
  62524. web_1 | Installing custom SQL ...
  62525. web_1 | Installing indexes ...
  62526. web_1 | Installed 0 object(s) from 0 fixture(s)
  62527. web_1 |
  62528. web_1 | Synced:
  62529. web_1 | > django.contrib.auth
  62530. web_1 | > django.contrib.contenttypes
  62531. web_1 | > django.contrib.sessions
  62532. web_1 | > django.contrib.sites
  62533. web_1 | > django.contrib.messages
  62534. web_1 | > django.contrib.staticfiles
  62535. web_1 | > django.contrib.admin
  62536. web_1 | > south
  62537. web_1 | > crispy_forms
  62538. web_1 | > avatar
  62539. web_1 | > bootstrap3
  62540. web_1 | > users
  62541. web_1 | > allauth
  62542. web_1 | > allauth.account
  62543. web_1 | > django.contrib.humanize
  62544. web_1 | > debug_toolbar
  62545. web_1 |
  62546. web_1 | Not synced (use migrations):
  62547. web_1 | - allauth.socialaccount
  62548. web_1 | - django_extensions
  62549. web_1 | (use ./manage.py migrate to migrate these)
  62550. web_1 | Running migrations for socialaccount:
  62551. web_1 | - Nothing to migrate.
  62552. web_1 | - Loading initial data for socialaccount.
  62553. web_1 | Installed 0 object(s) from 0 fixture(s)
  62554. web_1 | Running migrations for django_extensions:
  62555. web_1 | - Nothing to migrate.
  62556. web_1 | - Loading initial data for django_extensions.
  62557. web_1 | Installed 0 object(s) from 0 fixture(s)
  62558. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62559. web_1 | [GCC 4.9.2] on linux2
  62560. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62561. web_1 | (InteractiveConsole)
  62562. web_1 |
  62563. web_1 | >>> >>> Starting the server
  62564. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62565. web_1 |
  62566. web_1 | Fatal error: Unable to find local grunt.
  62567. web_1 |
  62568. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62569. web_1 | your project. For more information about installing and configuring grunt,
  62570. web_1 | please see the Getting Started guide:
  62571. web_1 |
  62572. web_1 | http://gruntjs.com/getting-started
  62573. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62574. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62575. web_1 | Syncing...
  62576. web_1 | Creating tables ...
  62577. web_1 | Installing custom SQL ...
  62578. web_1 | Installing indexes ...
  62579. web_1 | Installed 0 object(s) from 0 fixture(s)
  62580. web_1 |
  62581. web_1 | Synced:
  62582. web_1 | > django.contrib.auth
  62583. web_1 | > django.contrib.contenttypes
  62584. web_1 | > django.contrib.sessions
  62585. web_1 | > django.contrib.sites
  62586. web_1 | > django.contrib.messages
  62587. web_1 | > django.contrib.staticfiles
  62588. web_1 | > django.contrib.admin
  62589. web_1 | > south
  62590. web_1 | > crispy_forms
  62591. web_1 | > avatar
  62592. web_1 | > bootstrap3
  62593. web_1 | > users
  62594. web_1 | > allauth
  62595. web_1 | > allauth.account
  62596. web_1 | > django.contrib.humanize
  62597. web_1 | > debug_toolbar
  62598. web_1 |
  62599. web_1 | Not synced (use migrations):
  62600. web_1 | - allauth.socialaccount
  62601. web_1 | - django_extensions
  62602. web_1 | (use ./manage.py migrate to migrate these)
  62603. web_1 | Running migrations for socialaccount:
  62604. web_1 | - Nothing to migrate.
  62605. web_1 | - Loading initial data for socialaccount.
  62606. web_1 | Installed 0 object(s) from 0 fixture(s)
  62607. web_1 | Running migrations for django_extensions:
  62608. web_1 | - Nothing to migrate.
  62609. web_1 | - Loading initial data for django_extensions.
  62610. web_1 | Installed 0 object(s) from 0 fixture(s)
  62611. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62612. web_1 | [GCC 4.9.2] on linux2
  62613. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62614. web_1 | (InteractiveConsole)
  62615. web_1 |
  62616. web_1 | >>> >>> Starting the server
  62617. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62618. web_1 |
  62619. web_1 | Fatal error: Unable to find local grunt.
  62620. web_1 |
  62621. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62622. web_1 | your project. For more information about installing and configuring grunt,
  62623. web_1 | please see the Getting Started guide:
  62624. web_1 |
  62625. web_1 | http://gruntjs.com/getting-started
  62626. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62627. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62628. web_1 | Syncing...
  62629. web_1 | Creating tables ...
  62630. web_1 | Installing custom SQL ...
  62631. web_1 | Installing indexes ...
  62632. web_1 | Installed 0 object(s) from 0 fixture(s)
  62633. web_1 |
  62634. web_1 | Synced:
  62635. web_1 | > django.contrib.auth
  62636. web_1 | > django.contrib.contenttypes
  62637. web_1 | > django.contrib.sessions
  62638. web_1 | > django.contrib.sites
  62639. web_1 | > django.contrib.messages
  62640. web_1 | > django.contrib.staticfiles
  62641. web_1 | > django.contrib.admin
  62642. web_1 | > south
  62643. web_1 | > crispy_forms
  62644. web_1 | > avatar
  62645. web_1 | > bootstrap3
  62646. web_1 | > users
  62647. web_1 | > allauth
  62648. web_1 | > allauth.account
  62649. web_1 | > django.contrib.humanize
  62650. web_1 | > debug_toolbar
  62651. web_1 |
  62652. web_1 | Not synced (use migrations):
  62653. web_1 | - allauth.socialaccount
  62654. web_1 | - django_extensions
  62655. web_1 | (use ./manage.py migrate to migrate these)
  62656. web_1 | Running migrations for socialaccount:
  62657. web_1 | - Nothing to migrate.
  62658. web_1 | - Loading initial data for socialaccount.
  62659. web_1 | Installed 0 object(s) from 0 fixture(s)
  62660. web_1 | Running migrations for django_extensions:
  62661. web_1 | - Nothing to migrate.
  62662. web_1 | - Loading initial data for django_extensions.
  62663. web_1 | Installed 0 object(s) from 0 fixture(s)
  62664. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62665. web_1 | [GCC 4.9.2] on linux2
  62666. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62667. web_1 | (InteractiveConsole)
  62668. web_1 |
  62669. web_1 | >>> >>> Starting the server
  62670. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62671. web_1 |
  62672. web_1 | Fatal error: Unable to find local grunt.
  62673. web_1 |
  62674. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62675. web_1 | your project. For more information about installing and configuring grunt,
  62676. web_1 | please see the Getting Started guide:
  62677. web_1 |
  62678. web_1 | http://gruntjs.com/getting-started
  62679. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62680. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62681. web_1 | Syncing...
  62682. web_1 | Creating tables ...
  62683. web_1 | Installing custom SQL ...
  62684. web_1 | Installing indexes ...
  62685. web_1 | Installed 0 object(s) from 0 fixture(s)
  62686. web_1 |
  62687. web_1 | Synced:
  62688. web_1 | > django.contrib.auth
  62689. web_1 | > django.contrib.contenttypes
  62690. web_1 | > django.contrib.sessions
  62691. web_1 | > django.contrib.sites
  62692. web_1 | > django.contrib.messages
  62693. web_1 | > django.contrib.staticfiles
  62694. web_1 | > django.contrib.admin
  62695. web_1 | > south
  62696. web_1 | > crispy_forms
  62697. web_1 | > avatar
  62698. web_1 | > bootstrap3
  62699. web_1 | > users
  62700. web_1 | > allauth
  62701. web_1 | > allauth.account
  62702. web_1 | > django.contrib.humanize
  62703. web_1 | > debug_toolbar
  62704. web_1 |
  62705. web_1 | Not synced (use migrations):
  62706. web_1 | - allauth.socialaccount
  62707. web_1 | - django_extensions
  62708. web_1 | (use ./manage.py migrate to migrate these)
  62709. web_1 | Running migrations for socialaccount:
  62710. web_1 | - Nothing to migrate.
  62711. web_1 | - Loading initial data for socialaccount.
  62712. web_1 | Installed 0 object(s) from 0 fixture(s)
  62713. web_1 | Running migrations for django_extensions:
  62714. web_1 | - Nothing to migrate.
  62715. web_1 | - Loading initial data for django_extensions.
  62716. web_1 | Installed 0 object(s) from 0 fixture(s)
  62717. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62718. web_1 | [GCC 4.9.2] on linux2
  62719. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62720. web_1 | (InteractiveConsole)
  62721. web_1 |
  62722. web_1 | >>> >>> Starting the server
  62723. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62724. web_1 |
  62725. web_1 | Fatal error: Unable to find local grunt.
  62726. web_1 |
  62727. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62728. web_1 | your project. For more information about installing and configuring grunt,
  62729. web_1 | please see the Getting Started guide:
  62730. web_1 |
  62731. web_1 | http://gruntjs.com/getting-started
  62732. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62733. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62734. web_1 | Syncing...
  62735. web_1 | Creating tables ...
  62736. web_1 | Installing custom SQL ...
  62737. web_1 | Installing indexes ...
  62738. web_1 | Installed 0 object(s) from 0 fixture(s)
  62739. web_1 |
  62740. web_1 | Synced:
  62741. web_1 | > django.contrib.auth
  62742. web_1 | > django.contrib.contenttypes
  62743. web_1 | > django.contrib.sessions
  62744. web_1 | > django.contrib.sites
  62745. web_1 | > django.contrib.messages
  62746. web_1 | > django.contrib.staticfiles
  62747. web_1 | > django.contrib.admin
  62748. web_1 | > south
  62749. web_1 | > crispy_forms
  62750. web_1 | > avatar
  62751. web_1 | > bootstrap3
  62752. web_1 | > users
  62753. web_1 | > allauth
  62754. web_1 | > allauth.account
  62755. web_1 | > django.contrib.humanize
  62756. web_1 | > debug_toolbar
  62757. web_1 |
  62758. web_1 | Not synced (use migrations):
  62759. web_1 | - allauth.socialaccount
  62760. web_1 | - django_extensions
  62761. web_1 | (use ./manage.py migrate to migrate these)
  62762. web_1 | Running migrations for socialaccount:
  62763. web_1 | - Nothing to migrate.
  62764. web_1 | - Loading initial data for socialaccount.
  62765. web_1 | Installed 0 object(s) from 0 fixture(s)
  62766. web_1 | Running migrations for django_extensions:
  62767. web_1 | - Nothing to migrate.
  62768. web_1 | - Loading initial data for django_extensions.
  62769. web_1 | Installed 0 object(s) from 0 fixture(s)
  62770. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62771. web_1 | [GCC 4.9.2] on linux2
  62772. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62773. web_1 | (InteractiveConsole)
  62774. web_1 |
  62775. web_1 | >>> >>> Starting the server
  62776. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62777. web_1 |
  62778. web_1 | Fatal error: Unable to find local grunt.
  62779. web_1 |
  62780. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62781. web_1 | your project. For more information about installing and configuring grunt,
  62782. web_1 | please see the Getting Started guide:
  62783. web_1 |
  62784. web_1 | http://gruntjs.com/getting-started
  62785. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62786. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62787. web_1 | Syncing...
  62788. web_1 | Creating tables ...
  62789. web_1 | Installing custom SQL ...
  62790. web_1 | Installing indexes ...
  62791. web_1 | Installed 0 object(s) from 0 fixture(s)
  62792. web_1 |
  62793. web_1 | Synced:
  62794. web_1 | > django.contrib.auth
  62795. web_1 | > django.contrib.contenttypes
  62796. web_1 | > django.contrib.sessions
  62797. web_1 | > django.contrib.sites
  62798. web_1 | > django.contrib.messages
  62799. web_1 | > django.contrib.staticfiles
  62800. web_1 | > django.contrib.admin
  62801. web_1 | > south
  62802. web_1 | > crispy_forms
  62803. web_1 | > avatar
  62804. web_1 | > bootstrap3
  62805. web_1 | > users
  62806. web_1 | > allauth
  62807. web_1 | > allauth.account
  62808. web_1 | > django.contrib.humanize
  62809. web_1 | > debug_toolbar
  62810. web_1 |
  62811. web_1 | Not synced (use migrations):
  62812. web_1 | - allauth.socialaccount
  62813. web_1 | - django_extensions
  62814. web_1 | (use ./manage.py migrate to migrate these)
  62815. web_1 | Running migrations for socialaccount:
  62816. web_1 | - Nothing to migrate.
  62817. web_1 | - Loading initial data for socialaccount.
  62818. web_1 | Installed 0 object(s) from 0 fixture(s)
  62819. web_1 | Running migrations for django_extensions:
  62820. web_1 | - Nothing to migrate.
  62821. web_1 | - Loading initial data for django_extensions.
  62822. web_1 | Installed 0 object(s) from 0 fixture(s)
  62823. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62824. web_1 | [GCC 4.9.2] on linux2
  62825. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62826. web_1 | (InteractiveConsole)
  62827. web_1 |
  62828. web_1 | >>> >>> Starting the server
  62829. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62830. web_1 |
  62831. web_1 | Fatal error: Unable to find local grunt.
  62832. web_1 |
  62833. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62834. web_1 | your project. For more information about installing and configuring grunt,
  62835. web_1 | please see the Getting Started guide:
  62836. web_1 |
  62837. web_1 | http://gruntjs.com/getting-started
  62838. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62839. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62840. web_1 | Syncing...
  62841. web_1 | Creating tables ...
  62842. web_1 | Installing custom SQL ...
  62843. web_1 | Installing indexes ...
  62844. web_1 | Installed 0 object(s) from 0 fixture(s)
  62845. web_1 |
  62846. web_1 | Synced:
  62847. web_1 | > django.contrib.auth
  62848. web_1 | > django.contrib.contenttypes
  62849. web_1 | > django.contrib.sessions
  62850. web_1 | > django.contrib.sites
  62851. web_1 | > django.contrib.messages
  62852. web_1 | > django.contrib.staticfiles
  62853. web_1 | > django.contrib.admin
  62854. web_1 | > south
  62855. web_1 | > crispy_forms
  62856. web_1 | > avatar
  62857. web_1 | > bootstrap3
  62858. web_1 | > users
  62859. web_1 | > allauth
  62860. web_1 | > allauth.account
  62861. web_1 | > django.contrib.humanize
  62862. web_1 | > debug_toolbar
  62863. web_1 |
  62864. web_1 | Not synced (use migrations):
  62865. web_1 | - allauth.socialaccount
  62866. web_1 | - django_extensions
  62867. web_1 | (use ./manage.py migrate to migrate these)
  62868. web_1 | Running migrations for socialaccount:
  62869. web_1 | - Nothing to migrate.
  62870. web_1 | - Loading initial data for socialaccount.
  62871. web_1 | Installed 0 object(s) from 0 fixture(s)
  62872. web_1 | Running migrations for django_extensions:
  62873. web_1 | - Nothing to migrate.
  62874. web_1 | - Loading initial data for django_extensions.
  62875. web_1 | Installed 0 object(s) from 0 fixture(s)
  62876. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62877. web_1 | [GCC 4.9.2] on linux2
  62878. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62879. web_1 | (InteractiveConsole)
  62880. web_1 |
  62881. web_1 | >>> >>> Starting the server
  62882. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62883. web_1 |
  62884. web_1 | Fatal error: Unable to find local grunt.
  62885. web_1 |
  62886. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62887. web_1 | your project. For more information about installing and configuring grunt,
  62888. web_1 | please see the Getting Started guide:
  62889. web_1 |
  62890. web_1 | http://gruntjs.com/getting-started
  62891. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62892. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62893. web_1 | Syncing...
  62894. web_1 | Creating tables ...
  62895. web_1 | Installing custom SQL ...
  62896. web_1 | Installing indexes ...
  62897. web_1 | Installed 0 object(s) from 0 fixture(s)
  62898. web_1 |
  62899. web_1 | Synced:
  62900. web_1 | > django.contrib.auth
  62901. web_1 | > django.contrib.contenttypes
  62902. web_1 | > django.contrib.sessions
  62903. web_1 | > django.contrib.sites
  62904. web_1 | > django.contrib.messages
  62905. web_1 | > django.contrib.staticfiles
  62906. web_1 | > django.contrib.admin
  62907. web_1 | > south
  62908. web_1 | > crispy_forms
  62909. web_1 | > avatar
  62910. web_1 | > bootstrap3
  62911. web_1 | > users
  62912. web_1 | > allauth
  62913. web_1 | > allauth.account
  62914. web_1 | > django.contrib.humanize
  62915. web_1 | > debug_toolbar
  62916. web_1 |
  62917. web_1 | Not synced (use migrations):
  62918. web_1 | - allauth.socialaccount
  62919. web_1 | - django_extensions
  62920. web_1 | (use ./manage.py migrate to migrate these)
  62921. web_1 | Running migrations for socialaccount:
  62922. web_1 | - Nothing to migrate.
  62923. web_1 | - Loading initial data for socialaccount.
  62924. web_1 | Installed 0 object(s) from 0 fixture(s)
  62925. web_1 | Running migrations for django_extensions:
  62926. web_1 | - Nothing to migrate.
  62927. web_1 | - Loading initial data for django_extensions.
  62928. web_1 | Installed 0 object(s) from 0 fixture(s)
  62929. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62930. web_1 | [GCC 4.9.2] on linux2
  62931. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62932. web_1 | (InteractiveConsole)
  62933. web_1 |
  62934. web_1 | >>> >>> Starting the server
  62935. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62936. web_1 |
  62937. web_1 | Fatal error: Unable to find local grunt.
  62938. web_1 |
  62939. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62940. web_1 | your project. For more information about installing and configuring grunt,
  62941. web_1 | please see the Getting Started guide:
  62942. web_1 |
  62943. web_1 | http://gruntjs.com/getting-started
  62944. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62945. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62946. web_1 | Syncing...
  62947. web_1 | Creating tables ...
  62948. web_1 | Installing custom SQL ...
  62949. web_1 | Installing indexes ...
  62950. web_1 | Installed 0 object(s) from 0 fixture(s)
  62951. web_1 |
  62952. web_1 | Synced:
  62953. web_1 | > django.contrib.auth
  62954. web_1 | > django.contrib.contenttypes
  62955. web_1 | > django.contrib.sessions
  62956. web_1 | > django.contrib.sites
  62957. web_1 | > django.contrib.messages
  62958. web_1 | > django.contrib.staticfiles
  62959. web_1 | > django.contrib.admin
  62960. web_1 | > south
  62961. web_1 | > crispy_forms
  62962. web_1 | > avatar
  62963. web_1 | > bootstrap3
  62964. web_1 | > users
  62965. web_1 | > allauth
  62966. web_1 | > allauth.account
  62967. web_1 | > django.contrib.humanize
  62968. web_1 | > debug_toolbar
  62969. web_1 |
  62970. web_1 | Not synced (use migrations):
  62971. web_1 | - allauth.socialaccount
  62972. web_1 | - django_extensions
  62973. web_1 | (use ./manage.py migrate to migrate these)
  62974. web_1 | Running migrations for socialaccount:
  62975. web_1 | - Nothing to migrate.
  62976. web_1 | - Loading initial data for socialaccount.
  62977. web_1 | Installed 0 object(s) from 0 fixture(s)
  62978. web_1 | Running migrations for django_extensions:
  62979. web_1 | - Nothing to migrate.
  62980. web_1 | - Loading initial data for django_extensions.
  62981. web_1 | Installed 0 object(s) from 0 fixture(s)
  62982. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  62983. web_1 | [GCC 4.9.2] on linux2
  62984. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  62985. web_1 | (InteractiveConsole)
  62986. web_1 |
  62987. web_1 | >>> >>> Starting the server
  62988. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  62989. web_1 |
  62990. web_1 | Fatal error: Unable to find local grunt.
  62991. web_1 |
  62992. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  62993. web_1 | your project. For more information about installing and configuring grunt,
  62994. web_1 | please see the Getting Started guide:
  62995. web_1 |
  62996. web_1 | http://gruntjs.com/getting-started
  62997. web_1 | Starting OpenBSD Secure Shell server: sshd.
  62998. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  62999. web_1 | Syncing...
  63000. web_1 | Creating tables ...
  63001. web_1 | Installing custom SQL ...
  63002. web_1 | Installing indexes ...
  63003. web_1 | Installed 0 object(s) from 0 fixture(s)
  63004. web_1 |
  63005. web_1 | Synced:
  63006. web_1 | > django.contrib.auth
  63007. web_1 | > django.contrib.contenttypes
  63008. web_1 | > django.contrib.sessions
  63009. web_1 | > django.contrib.sites
  63010. web_1 | > django.contrib.messages
  63011. web_1 | > django.contrib.staticfiles
  63012. web_1 | > django.contrib.admin
  63013. web_1 | > south
  63014. web_1 | > crispy_forms
  63015. web_1 | > avatar
  63016. web_1 | > bootstrap3
  63017. web_1 | > users
  63018. web_1 | > allauth
  63019. web_1 | > allauth.account
  63020. web_1 | > django.contrib.humanize
  63021. web_1 | > debug_toolbar
  63022. web_1 |
  63023. web_1 | Not synced (use migrations):
  63024. web_1 | - allauth.socialaccount
  63025. web_1 | - django_extensions
  63026. web_1 | (use ./manage.py migrate to migrate these)
  63027. web_1 | Running migrations for socialaccount:
  63028. web_1 | - Nothing to migrate.
  63029. web_1 | - Loading initial data for socialaccount.
  63030. web_1 | Installed 0 object(s) from 0 fixture(s)
  63031. web_1 | Running migrations for django_extensions:
  63032. web_1 | - Nothing to migrate.
  63033. web_1 | - Loading initial data for django_extensions.
  63034. web_1 | Installed 0 object(s) from 0 fixture(s)
  63035. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63036. web_1 | [GCC 4.9.2] on linux2
  63037. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63038. web_1 | (InteractiveConsole)
  63039. web_1 |
  63040. web_1 | >>> >>> Starting the server
  63041. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63042. web_1 |
  63043. web_1 | Fatal error: Unable to find local grunt.
  63044. web_1 |
  63045. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63046. web_1 | your project. For more information about installing and configuring grunt,
  63047. web_1 | please see the Getting Started guide:
  63048. web_1 |
  63049. web_1 | http://gruntjs.com/getting-started
  63050. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63051. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63052. web_1 | Syncing...
  63053. web_1 | Creating tables ...
  63054. web_1 | Installing custom SQL ...
  63055. web_1 | Installing indexes ...
  63056. web_1 | Installed 0 object(s) from 0 fixture(s)
  63057. web_1 |
  63058. web_1 | Synced:
  63059. web_1 | > django.contrib.auth
  63060. web_1 | > django.contrib.contenttypes
  63061. web_1 | > django.contrib.sessions
  63062. web_1 | > django.contrib.sites
  63063. web_1 | > django.contrib.messages
  63064. web_1 | > django.contrib.staticfiles
  63065. web_1 | > django.contrib.admin
  63066. web_1 | > south
  63067. web_1 | > crispy_forms
  63068. web_1 | > avatar
  63069. web_1 | > bootstrap3
  63070. web_1 | > users
  63071. web_1 | > allauth
  63072. web_1 | > allauth.account
  63073. web_1 | > django.contrib.humanize
  63074. web_1 | > debug_toolbar
  63075. web_1 |
  63076. web_1 | Not synced (use migrations):
  63077. web_1 | - allauth.socialaccount
  63078. web_1 | - django_extensions
  63079. web_1 | (use ./manage.py migrate to migrate these)
  63080. web_1 | Running migrations for socialaccount:
  63081. web_1 | - Nothing to migrate.
  63082. web_1 | - Loading initial data for socialaccount.
  63083. web_1 | Installed 0 object(s) from 0 fixture(s)
  63084. web_1 | Running migrations for django_extensions:
  63085. web_1 | - Nothing to migrate.
  63086. web_1 | - Loading initial data for django_extensions.
  63087. web_1 | Installed 0 object(s) from 0 fixture(s)
  63088. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63089. web_1 | [GCC 4.9.2] on linux2
  63090. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63091. web_1 | (InteractiveConsole)
  63092. web_1 |
  63093. web_1 | >>> >>> Starting the server
  63094. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63095. web_1 |
  63096. web_1 | Fatal error: Unable to find local grunt.
  63097. web_1 |
  63098. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63099. web_1 | your project. For more information about installing and configuring grunt,
  63100. web_1 | please see the Getting Started guide:
  63101. web_1 |
  63102. web_1 | http://gruntjs.com/getting-started
  63103. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63104. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63105. web_1 | Syncing...
  63106. web_1 | Creating tables ...
  63107. web_1 | Installing custom SQL ...
  63108. web_1 | Installing indexes ...
  63109. web_1 | Installed 0 object(s) from 0 fixture(s)
  63110. web_1 |
  63111. web_1 | Synced:
  63112. web_1 | > django.contrib.auth
  63113. web_1 | > django.contrib.contenttypes
  63114. web_1 | > django.contrib.sessions
  63115. web_1 | > django.contrib.sites
  63116. web_1 | > django.contrib.messages
  63117. web_1 | > django.contrib.staticfiles
  63118. web_1 | > django.contrib.admin
  63119. web_1 | > south
  63120. web_1 | > crispy_forms
  63121. web_1 | > avatar
  63122. web_1 | > bootstrap3
  63123. web_1 | > users
  63124. web_1 | > allauth
  63125. web_1 | > allauth.account
  63126. web_1 | > django.contrib.humanize
  63127. web_1 | > debug_toolbar
  63128. web_1 |
  63129. web_1 | Not synced (use migrations):
  63130. web_1 | - allauth.socialaccount
  63131. web_1 | - django_extensions
  63132. web_1 | (use ./manage.py migrate to migrate these)
  63133. web_1 | Running migrations for socialaccount:
  63134. web_1 | - Nothing to migrate.
  63135. web_1 | - Loading initial data for socialaccount.
  63136. web_1 | Installed 0 object(s) from 0 fixture(s)
  63137. web_1 | Running migrations for django_extensions:
  63138. web_1 | - Nothing to migrate.
  63139. web_1 | - Loading initial data for django_extensions.
  63140. web_1 | Installed 0 object(s) from 0 fixture(s)
  63141. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63142. web_1 | [GCC 4.9.2] on linux2
  63143. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63144. web_1 | (InteractiveConsole)
  63145. web_1 |
  63146. web_1 | >>> >>> Starting the server
  63147. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63148. web_1 |
  63149. web_1 | Fatal error: Unable to find local grunt.
  63150. web_1 |
  63151. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63152. web_1 | your project. For more information about installing and configuring grunt,
  63153. web_1 | please see the Getting Started guide:
  63154. web_1 |
  63155. web_1 | http://gruntjs.com/getting-started
  63156. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63157. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63158. web_1 | Syncing...
  63159. web_1 | Creating tables ...
  63160. web_1 | Installing custom SQL ...
  63161. web_1 | Installing indexes ...
  63162. web_1 | Installed 0 object(s) from 0 fixture(s)
  63163. web_1 |
  63164. web_1 | Synced:
  63165. web_1 | > django.contrib.auth
  63166. web_1 | > django.contrib.contenttypes
  63167. web_1 | > django.contrib.sessions
  63168. web_1 | > django.contrib.sites
  63169. web_1 | > django.contrib.messages
  63170. web_1 | > django.contrib.staticfiles
  63171. web_1 | > django.contrib.admin
  63172. web_1 | > south
  63173. web_1 | > crispy_forms
  63174. web_1 | > avatar
  63175. web_1 | > bootstrap3
  63176. web_1 | > users
  63177. web_1 | > allauth
  63178. web_1 | > allauth.account
  63179. web_1 | > django.contrib.humanize
  63180. web_1 | > debug_toolbar
  63181. web_1 |
  63182. web_1 | Not synced (use migrations):
  63183. web_1 | - allauth.socialaccount
  63184. web_1 | - django_extensions
  63185. web_1 | (use ./manage.py migrate to migrate these)
  63186. web_1 | Running migrations for socialaccount:
  63187. web_1 | - Nothing to migrate.
  63188. web_1 | - Loading initial data for socialaccount.
  63189. web_1 | Installed 0 object(s) from 0 fixture(s)
  63190. web_1 | Running migrations for django_extensions:
  63191. web_1 | - Nothing to migrate.
  63192. web_1 | - Loading initial data for django_extensions.
  63193. web_1 | Installed 0 object(s) from 0 fixture(s)
  63194. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63195. web_1 | [GCC 4.9.2] on linux2
  63196. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63197. web_1 | (InteractiveConsole)
  63198. web_1 |
  63199. web_1 | >>> >>> Starting the server
  63200. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63201. web_1 |
  63202. web_1 | Fatal error: Unable to find local grunt.
  63203. web_1 |
  63204. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63205. web_1 | your project. For more information about installing and configuring grunt,
  63206. web_1 | please see the Getting Started guide:
  63207. web_1 |
  63208. web_1 | http://gruntjs.com/getting-started
  63209. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63210. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63211. web_1 | Syncing...
  63212. web_1 | Creating tables ...
  63213. web_1 | Installing custom SQL ...
  63214. web_1 | Installing indexes ...
  63215. web_1 | Installed 0 object(s) from 0 fixture(s)
  63216. web_1 |
  63217. web_1 | Synced:
  63218. web_1 | > django.contrib.auth
  63219. web_1 | > django.contrib.contenttypes
  63220. web_1 | > django.contrib.sessions
  63221. web_1 | > django.contrib.sites
  63222. web_1 | > django.contrib.messages
  63223. web_1 | > django.contrib.staticfiles
  63224. web_1 | > django.contrib.admin
  63225. web_1 | > south
  63226. web_1 | > crispy_forms
  63227. web_1 | > avatar
  63228. web_1 | > bootstrap3
  63229. web_1 | > users
  63230. web_1 | > allauth
  63231. web_1 | > allauth.account
  63232. web_1 | > django.contrib.humanize
  63233. web_1 | > debug_toolbar
  63234. web_1 |
  63235. web_1 | Not synced (use migrations):
  63236. web_1 | - allauth.socialaccount
  63237. web_1 | - django_extensions
  63238. web_1 | (use ./manage.py migrate to migrate these)
  63239. web_1 | Running migrations for socialaccount:
  63240. web_1 | - Nothing to migrate.
  63241. web_1 | - Loading initial data for socialaccount.
  63242. web_1 | Installed 0 object(s) from 0 fixture(s)
  63243. web_1 | Running migrations for django_extensions:
  63244. web_1 | - Nothing to migrate.
  63245. web_1 | - Loading initial data for django_extensions.
  63246. web_1 | Installed 0 object(s) from 0 fixture(s)
  63247. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63248. web_1 | [GCC 4.9.2] on linux2
  63249. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63250. web_1 | (InteractiveConsole)
  63251. web_1 |
  63252. web_1 | >>> >>> Starting the server
  63253. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63254. web_1 |
  63255. web_1 | Fatal error: Unable to find local grunt.
  63256. web_1 |
  63257. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63258. web_1 | your project. For more information about installing and configuring grunt,
  63259. web_1 | please see the Getting Started guide:
  63260. web_1 |
  63261. web_1 | http://gruntjs.com/getting-started
  63262. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63263. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63264. web_1 | Syncing...
  63265. web_1 | Creating tables ...
  63266. web_1 | Installing custom SQL ...
  63267. web_1 | Installing indexes ...
  63268. web_1 | Installed 0 object(s) from 0 fixture(s)
  63269. web_1 |
  63270. web_1 | Synced:
  63271. web_1 | > django.contrib.auth
  63272. web_1 | > django.contrib.contenttypes
  63273. web_1 | > django.contrib.sessions
  63274. web_1 | > django.contrib.sites
  63275. web_1 | > django.contrib.messages
  63276. web_1 | > django.contrib.staticfiles
  63277. web_1 | > django.contrib.admin
  63278. web_1 | > south
  63279. web_1 | > crispy_forms
  63280. web_1 | > avatar
  63281. web_1 | > bootstrap3
  63282. web_1 | > users
  63283. web_1 | > allauth
  63284. web_1 | > allauth.account
  63285. web_1 | > django.contrib.humanize
  63286. web_1 | > debug_toolbar
  63287. web_1 |
  63288. web_1 | Not synced (use migrations):
  63289. web_1 | - allauth.socialaccount
  63290. web_1 | - django_extensions
  63291. web_1 | (use ./manage.py migrate to migrate these)
  63292. web_1 | Running migrations for socialaccount:
  63293. web_1 | - Nothing to migrate.
  63294. web_1 | - Loading initial data for socialaccount.
  63295. web_1 | Installed 0 object(s) from 0 fixture(s)
  63296. web_1 | Running migrations for django_extensions:
  63297. web_1 | - Nothing to migrate.
  63298. web_1 | - Loading initial data for django_extensions.
  63299. web_1 | Installed 0 object(s) from 0 fixture(s)
  63300. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63301. web_1 | [GCC 4.9.2] on linux2
  63302. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63303. web_1 | (InteractiveConsole)
  63304. web_1 |
  63305. web_1 | >>> >>> Starting the server
  63306. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63307. web_1 |
  63308. web_1 | Fatal error: Unable to find local grunt.
  63309. web_1 |
  63310. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63311. web_1 | your project. For more information about installing and configuring grunt,
  63312. web_1 | please see the Getting Started guide:
  63313. web_1 |
  63314. web_1 | http://gruntjs.com/getting-started
  63315. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63316. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63317. web_1 | Syncing...
  63318. web_1 | Creating tables ...
  63319. web_1 | Installing custom SQL ...
  63320. web_1 | Installing indexes ...
  63321. web_1 | Installed 0 object(s) from 0 fixture(s)
  63322. web_1 |
  63323. web_1 | Synced:
  63324. web_1 | > django.contrib.auth
  63325. web_1 | > django.contrib.contenttypes
  63326. web_1 | > django.contrib.sessions
  63327. web_1 | > django.contrib.sites
  63328. web_1 | > django.contrib.messages
  63329. web_1 | > django.contrib.staticfiles
  63330. web_1 | > django.contrib.admin
  63331. web_1 | > south
  63332. web_1 | > crispy_forms
  63333. web_1 | > avatar
  63334. web_1 | > bootstrap3
  63335. web_1 | > users
  63336. web_1 | > allauth
  63337. web_1 | > allauth.account
  63338. web_1 | > django.contrib.humanize
  63339. web_1 | > debug_toolbar
  63340. web_1 |
  63341. web_1 | Not synced (use migrations):
  63342. web_1 | - allauth.socialaccount
  63343. web_1 | - django_extensions
  63344. web_1 | (use ./manage.py migrate to migrate these)
  63345. web_1 | Running migrations for socialaccount:
  63346. web_1 | - Nothing to migrate.
  63347. web_1 | - Loading initial data for socialaccount.
  63348. web_1 | Installed 0 object(s) from 0 fixture(s)
  63349. web_1 | Running migrations for django_extensions:
  63350. web_1 | - Nothing to migrate.
  63351. web_1 | - Loading initial data for django_extensions.
  63352. web_1 | Installed 0 object(s) from 0 fixture(s)
  63353. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63354. web_1 | [GCC 4.9.2] on linux2
  63355. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63356. web_1 | (InteractiveConsole)
  63357. web_1 |
  63358. web_1 | >>> >>> Starting the server
  63359. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63360. web_1 |
  63361. web_1 | Fatal error: Unable to find local grunt.
  63362. web_1 |
  63363. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63364. web_1 | your project. For more information about installing and configuring grunt,
  63365. web_1 | please see the Getting Started guide:
  63366. web_1 |
  63367. web_1 | http://gruntjs.com/getting-started
  63368. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63369. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63370. web_1 | Syncing...
  63371. web_1 | Creating tables ...
  63372. web_1 | Installing custom SQL ...
  63373. web_1 | Installing indexes ...
  63374. web_1 | Installed 0 object(s) from 0 fixture(s)
  63375. web_1 |
  63376. web_1 | Synced:
  63377. web_1 | > django.contrib.auth
  63378. web_1 | > django.contrib.contenttypes
  63379. web_1 | > django.contrib.sessions
  63380. web_1 | > django.contrib.sites
  63381. web_1 | > django.contrib.messages
  63382. web_1 | > django.contrib.staticfiles
  63383. web_1 | > django.contrib.admin
  63384. web_1 | > south
  63385. web_1 | > crispy_forms
  63386. web_1 | > avatar
  63387. web_1 | > bootstrap3
  63388. web_1 | > users
  63389. web_1 | > allauth
  63390. web_1 | > allauth.account
  63391. web_1 | > django.contrib.humanize
  63392. web_1 | > debug_toolbar
  63393. web_1 |
  63394. web_1 | Not synced (use migrations):
  63395. web_1 | - allauth.socialaccount
  63396. web_1 | - django_extensions
  63397. web_1 | (use ./manage.py migrate to migrate these)
  63398. web_1 | Running migrations for socialaccount:
  63399. web_1 | - Nothing to migrate.
  63400. web_1 | - Loading initial data for socialaccount.
  63401. web_1 | Installed 0 object(s) from 0 fixture(s)
  63402. web_1 | Running migrations for django_extensions:
  63403. web_1 | - Nothing to migrate.
  63404. web_1 | - Loading initial data for django_extensions.
  63405. web_1 | Installed 0 object(s) from 0 fixture(s)
  63406. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63407. web_1 | [GCC 4.9.2] on linux2
  63408. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63409. web_1 | (InteractiveConsole)
  63410. web_1 |
  63411. web_1 | >>> >>> Starting the server
  63412. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63413. web_1 |
  63414. web_1 | Fatal error: Unable to find local grunt.
  63415. web_1 |
  63416. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63417. web_1 | your project. For more information about installing and configuring grunt,
  63418. web_1 | please see the Getting Started guide:
  63419. web_1 |
  63420. web_1 | http://gruntjs.com/getting-started
  63421. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63422. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63423. web_1 | Syncing...
  63424. web_1 | Creating tables ...
  63425. web_1 | Installing custom SQL ...
  63426. web_1 | Installing indexes ...
  63427. web_1 | Installed 0 object(s) from 0 fixture(s)
  63428. web_1 |
  63429. web_1 | Synced:
  63430. web_1 | > django.contrib.auth
  63431. web_1 | > django.contrib.contenttypes
  63432. web_1 | > django.contrib.sessions
  63433. web_1 | > django.contrib.sites
  63434. web_1 | > django.contrib.messages
  63435. web_1 | > django.contrib.staticfiles
  63436. web_1 | > django.contrib.admin
  63437. web_1 | > south
  63438. web_1 | > crispy_forms
  63439. web_1 | > avatar
  63440. web_1 | > bootstrap3
  63441. web_1 | > users
  63442. web_1 | > allauth
  63443. web_1 | > allauth.account
  63444. web_1 | > django.contrib.humanize
  63445. web_1 | > debug_toolbar
  63446. web_1 |
  63447. web_1 | Not synced (use migrations):
  63448. web_1 | - allauth.socialaccount
  63449. web_1 | - django_extensions
  63450. web_1 | (use ./manage.py migrate to migrate these)
  63451. web_1 | Running migrations for socialaccount:
  63452. web_1 | - Nothing to migrate.
  63453. web_1 | - Loading initial data for socialaccount.
  63454. web_1 | Installed 0 object(s) from 0 fixture(s)
  63455. web_1 | Running migrations for django_extensions:
  63456. web_1 | - Nothing to migrate.
  63457. web_1 | - Loading initial data for django_extensions.
  63458. web_1 | Installed 0 object(s) from 0 fixture(s)
  63459. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63460. web_1 | [GCC 4.9.2] on linux2
  63461. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63462. web_1 | (InteractiveConsole)
  63463. web_1 |
  63464. web_1 | >>> >>> Starting the server
  63465. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63466. web_1 |
  63467. web_1 | Fatal error: Unable to find local grunt.
  63468. web_1 |
  63469. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63470. web_1 | your project. For more information about installing and configuring grunt,
  63471. web_1 | please see the Getting Started guide:
  63472. web_1 |
  63473. web_1 | http://gruntjs.com/getting-started
  63474. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63475. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63476. web_1 | Syncing...
  63477. web_1 | Creating tables ...
  63478. web_1 | Installing custom SQL ...
  63479. web_1 | Installing indexes ...
  63480. web_1 | Installed 0 object(s) from 0 fixture(s)
  63481. web_1 |
  63482. web_1 | Synced:
  63483. web_1 | > django.contrib.auth
  63484. web_1 | > django.contrib.contenttypes
  63485. web_1 | > django.contrib.sessions
  63486. web_1 | > django.contrib.sites
  63487. web_1 | > django.contrib.messages
  63488. web_1 | > django.contrib.staticfiles
  63489. web_1 | > django.contrib.admin
  63490. web_1 | > south
  63491. web_1 | > crispy_forms
  63492. web_1 | > avatar
  63493. web_1 | > bootstrap3
  63494. web_1 | > users
  63495. web_1 | > allauth
  63496. web_1 | > allauth.account
  63497. web_1 | > django.contrib.humanize
  63498. web_1 | > debug_toolbar
  63499. web_1 |
  63500. web_1 | Not synced (use migrations):
  63501. web_1 | - allauth.socialaccount
  63502. web_1 | - django_extensions
  63503. web_1 | (use ./manage.py migrate to migrate these)
  63504. web_1 | Running migrations for socialaccount:
  63505. web_1 | - Nothing to migrate.
  63506. web_1 | - Loading initial data for socialaccount.
  63507. web_1 | Installed 0 object(s) from 0 fixture(s)
  63508. web_1 | Running migrations for django_extensions:
  63509. web_1 | - Nothing to migrate.
  63510. web_1 | - Loading initial data for django_extensions.
  63511. web_1 | Installed 0 object(s) from 0 fixture(s)
  63512. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63513. web_1 | [GCC 4.9.2] on linux2
  63514. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63515. web_1 | (InteractiveConsole)
  63516. web_1 |
  63517. web_1 | >>> >>> Starting the server
  63518. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63519. web_1 |
  63520. web_1 | Fatal error: Unable to find local grunt.
  63521. web_1 |
  63522. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63523. web_1 | your project. For more information about installing and configuring grunt,
  63524. web_1 | please see the Getting Started guide:
  63525. web_1 |
  63526. web_1 | http://gruntjs.com/getting-started
  63527. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63528. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63529. web_1 | Syncing...
  63530. web_1 | Creating tables ...
  63531. web_1 | Installing custom SQL ...
  63532. web_1 | Installing indexes ...
  63533. web_1 | Installed 0 object(s) from 0 fixture(s)
  63534. web_1 |
  63535. web_1 | Synced:
  63536. web_1 | > django.contrib.auth
  63537. web_1 | > django.contrib.contenttypes
  63538. web_1 | > django.contrib.sessions
  63539. web_1 | > django.contrib.sites
  63540. web_1 | > django.contrib.messages
  63541. web_1 | > django.contrib.staticfiles
  63542. web_1 | > django.contrib.admin
  63543. web_1 | > south
  63544. web_1 | > crispy_forms
  63545. web_1 | > avatar
  63546. web_1 | > bootstrap3
  63547. web_1 | > users
  63548. web_1 | > allauth
  63549. web_1 | > allauth.account
  63550. web_1 | > django.contrib.humanize
  63551. web_1 | > debug_toolbar
  63552. web_1 |
  63553. web_1 | Not synced (use migrations):
  63554. web_1 | - allauth.socialaccount
  63555. web_1 | - django_extensions
  63556. web_1 | (use ./manage.py migrate to migrate these)
  63557. web_1 | Running migrations for socialaccount:
  63558. web_1 | - Nothing to migrate.
  63559. web_1 | - Loading initial data for socialaccount.
  63560. web_1 | Installed 0 object(s) from 0 fixture(s)
  63561. web_1 | Running migrations for django_extensions:
  63562. web_1 | - Nothing to migrate.
  63563. web_1 | - Loading initial data for django_extensions.
  63564. web_1 | Installed 0 object(s) from 0 fixture(s)
  63565. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63566. web_1 | [GCC 4.9.2] on linux2
  63567. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63568. web_1 | (InteractiveConsole)
  63569. web_1 |
  63570. web_1 | >>> >>> Starting the server
  63571. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63572. web_1 |
  63573. web_1 | Fatal error: Unable to find local grunt.
  63574. web_1 |
  63575. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63576. web_1 | your project. For more information about installing and configuring grunt,
  63577. web_1 | please see the Getting Started guide:
  63578. web_1 |
  63579. web_1 | http://gruntjs.com/getting-started
  63580. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63581. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63582. web_1 | Syncing...
  63583. web_1 | Creating tables ...
  63584. web_1 | Installing custom SQL ...
  63585. web_1 | Installing indexes ...
  63586. web_1 | Installed 0 object(s) from 0 fixture(s)
  63587. web_1 |
  63588. web_1 | Synced:
  63589. web_1 | > django.contrib.auth
  63590. web_1 | > django.contrib.contenttypes
  63591. web_1 | > django.contrib.sessions
  63592. web_1 | > django.contrib.sites
  63593. web_1 | > django.contrib.messages
  63594. web_1 | > django.contrib.staticfiles
  63595. web_1 | > django.contrib.admin
  63596. web_1 | > south
  63597. web_1 | > crispy_forms
  63598. web_1 | > avatar
  63599. web_1 | > bootstrap3
  63600. web_1 | > users
  63601. web_1 | > allauth
  63602. web_1 | > allauth.account
  63603. web_1 | > django.contrib.humanize
  63604. web_1 | > debug_toolbar
  63605. web_1 |
  63606. web_1 | Not synced (use migrations):
  63607. web_1 | - allauth.socialaccount
  63608. web_1 | - django_extensions
  63609. web_1 | (use ./manage.py migrate to migrate these)
  63610. web_1 | Running migrations for socialaccount:
  63611. web_1 | - Nothing to migrate.
  63612. web_1 | - Loading initial data for socialaccount.
  63613. web_1 | Installed 0 object(s) from 0 fixture(s)
  63614. web_1 | Running migrations for django_extensions:
  63615. web_1 | - Nothing to migrate.
  63616. web_1 | - Loading initial data for django_extensions.
  63617. web_1 | Installed 0 object(s) from 0 fixture(s)
  63618. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63619. web_1 | [GCC 4.9.2] on linux2
  63620. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63621. web_1 | (InteractiveConsole)
  63622. web_1 |
  63623. web_1 | >>> >>> Starting the server
  63624. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63625. web_1 |
  63626. web_1 | Fatal error: Unable to find local grunt.
  63627. web_1 |
  63628. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63629. web_1 | your project. For more information about installing and configuring grunt,
  63630. web_1 | please see the Getting Started guide:
  63631. web_1 |
  63632. web_1 | http://gruntjs.com/getting-started
  63633. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63634. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63635. web_1 | Syncing...
  63636. web_1 | Creating tables ...
  63637. web_1 | Installing custom SQL ...
  63638. web_1 | Installing indexes ...
  63639. web_1 | Installed 0 object(s) from 0 fixture(s)
  63640. web_1 |
  63641. web_1 | Synced:
  63642. web_1 | > django.contrib.auth
  63643. web_1 | > django.contrib.contenttypes
  63644. web_1 | > django.contrib.sessions
  63645. web_1 | > django.contrib.sites
  63646. web_1 | > django.contrib.messages
  63647. web_1 | > django.contrib.staticfiles
  63648. web_1 | > django.contrib.admin
  63649. web_1 | > south
  63650. web_1 | > crispy_forms
  63651. web_1 | > avatar
  63652. web_1 | > bootstrap3
  63653. web_1 | > users
  63654. web_1 | > allauth
  63655. web_1 | > allauth.account
  63656. web_1 | > django.contrib.humanize
  63657. web_1 | > debug_toolbar
  63658. web_1 |
  63659. web_1 | Not synced (use migrations):
  63660. web_1 | - allauth.socialaccount
  63661. web_1 | - django_extensions
  63662. web_1 | (use ./manage.py migrate to migrate these)
  63663. web_1 | Running migrations for socialaccount:
  63664. web_1 | - Nothing to migrate.
  63665. web_1 | - Loading initial data for socialaccount.
  63666. web_1 | Installed 0 object(s) from 0 fixture(s)
  63667. web_1 | Running migrations for django_extensions:
  63668. web_1 | - Nothing to migrate.
  63669. web_1 | - Loading initial data for django_extensions.
  63670. web_1 | Installed 0 object(s) from 0 fixture(s)
  63671. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63672. web_1 | [GCC 4.9.2] on linux2
  63673. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63674. web_1 | (InteractiveConsole)
  63675. web_1 |
  63676. web_1 | >>> >>> Starting the server
  63677. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63678. web_1 |
  63679. web_1 | Fatal error: Unable to find local grunt.
  63680. web_1 |
  63681. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63682. web_1 | your project. For more information about installing and configuring grunt,
  63683. web_1 | please see the Getting Started guide:
  63684. web_1 |
  63685. web_1 | http://gruntjs.com/getting-started
  63686. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63687. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63688. web_1 | Syncing...
  63689. web_1 | Creating tables ...
  63690. web_1 | Installing custom SQL ...
  63691. web_1 | Installing indexes ...
  63692. web_1 | Installed 0 object(s) from 0 fixture(s)
  63693. web_1 |
  63694. web_1 | Synced:
  63695. web_1 | > django.contrib.auth
  63696. web_1 | > django.contrib.contenttypes
  63697. web_1 | > django.contrib.sessions
  63698. web_1 | > django.contrib.sites
  63699. web_1 | > django.contrib.messages
  63700. web_1 | > django.contrib.staticfiles
  63701. web_1 | > django.contrib.admin
  63702. web_1 | > south
  63703. web_1 | > crispy_forms
  63704. web_1 | > avatar
  63705. web_1 | > bootstrap3
  63706. web_1 | > users
  63707. web_1 | > allauth
  63708. web_1 | > allauth.account
  63709. web_1 | > django.contrib.humanize
  63710. web_1 | > debug_toolbar
  63711. web_1 |
  63712. web_1 | Not synced (use migrations):
  63713. web_1 | - allauth.socialaccount
  63714. web_1 | - django_extensions
  63715. web_1 | (use ./manage.py migrate to migrate these)
  63716. web_1 | Running migrations for socialaccount:
  63717. web_1 | - Nothing to migrate.
  63718. web_1 | - Loading initial data for socialaccount.
  63719. web_1 | Installed 0 object(s) from 0 fixture(s)
  63720. web_1 | Running migrations for django_extensions:
  63721. web_1 | - Nothing to migrate.
  63722. web_1 | - Loading initial data for django_extensions.
  63723. web_1 | Installed 0 object(s) from 0 fixture(s)
  63724. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63725. web_1 | [GCC 4.9.2] on linux2
  63726. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63727. web_1 | (InteractiveConsole)
  63728. web_1 |
  63729. web_1 | >>> >>> Starting the server
  63730. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63731. web_1 |
  63732. web_1 | Fatal error: Unable to find local grunt.
  63733. web_1 |
  63734. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63735. web_1 | your project. For more information about installing and configuring grunt,
  63736. web_1 | please see the Getting Started guide:
  63737. web_1 |
  63738. web_1 | http://gruntjs.com/getting-started
  63739. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63740. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63741. web_1 | Syncing...
  63742. web_1 | Creating tables ...
  63743. web_1 | Installing custom SQL ...
  63744. web_1 | Installing indexes ...
  63745. web_1 | Installed 0 object(s) from 0 fixture(s)
  63746. web_1 |
  63747. web_1 | Synced:
  63748. web_1 | > django.contrib.auth
  63749. web_1 | > django.contrib.contenttypes
  63750. web_1 | > django.contrib.sessions
  63751. web_1 | > django.contrib.sites
  63752. web_1 | > django.contrib.messages
  63753. web_1 | > django.contrib.staticfiles
  63754. web_1 | > django.contrib.admin
  63755. web_1 | > south
  63756. web_1 | > crispy_forms
  63757. web_1 | > avatar
  63758. web_1 | > bootstrap3
  63759. web_1 | > users
  63760. web_1 | > allauth
  63761. web_1 | > allauth.account
  63762. web_1 | > django.contrib.humanize
  63763. web_1 | > debug_toolbar
  63764. web_1 |
  63765. web_1 | Not synced (use migrations):
  63766. web_1 | - allauth.socialaccount
  63767. web_1 | - django_extensions
  63768. web_1 | (use ./manage.py migrate to migrate these)
  63769. web_1 | Running migrations for socialaccount:
  63770. web_1 | - Nothing to migrate.
  63771. web_1 | - Loading initial data for socialaccount.
  63772. web_1 | Installed 0 object(s) from 0 fixture(s)
  63773. web_1 | Running migrations for django_extensions:
  63774. web_1 | - Nothing to migrate.
  63775. web_1 | - Loading initial data for django_extensions.
  63776. web_1 | Installed 0 object(s) from 0 fixture(s)
  63777. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63778. web_1 | [GCC 4.9.2] on linux2
  63779. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63780. web_1 | (InteractiveConsole)
  63781. web_1 |
  63782. web_1 | >>> >>> Starting the server
  63783. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63784. web_1 |
  63785. web_1 | Fatal error: Unable to find local grunt.
  63786. web_1 |
  63787. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63788. web_1 | your project. For more information about installing and configuring grunt,
  63789. web_1 | please see the Getting Started guide:
  63790. web_1 |
  63791. web_1 | http://gruntjs.com/getting-started
  63792. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63793. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63794. web_1 | Syncing...
  63795. web_1 | Creating tables ...
  63796. web_1 | Installing custom SQL ...
  63797. web_1 | Installing indexes ...
  63798. web_1 | Installed 0 object(s) from 0 fixture(s)
  63799. web_1 |
  63800. web_1 | Synced:
  63801. web_1 | > django.contrib.auth
  63802. web_1 | > django.contrib.contenttypes
  63803. web_1 | > django.contrib.sessions
  63804. web_1 | > django.contrib.sites
  63805. web_1 | > django.contrib.messages
  63806. web_1 | > django.contrib.staticfiles
  63807. web_1 | > django.contrib.admin
  63808. web_1 | > south
  63809. web_1 | > crispy_forms
  63810. web_1 | > avatar
  63811. web_1 | > bootstrap3
  63812. web_1 | > users
  63813. web_1 | > allauth
  63814. web_1 | > allauth.account
  63815. web_1 | > django.contrib.humanize
  63816. web_1 | > debug_toolbar
  63817. web_1 |
  63818. web_1 | Not synced (use migrations):
  63819. web_1 | - allauth.socialaccount
  63820. web_1 | - django_extensions
  63821. web_1 | (use ./manage.py migrate to migrate these)
  63822. web_1 | Running migrations for socialaccount:
  63823. web_1 | - Nothing to migrate.
  63824. web_1 | - Loading initial data for socialaccount.
  63825. web_1 | Installed 0 object(s) from 0 fixture(s)
  63826. web_1 | Running migrations for django_extensions:
  63827. web_1 | - Nothing to migrate.
  63828. web_1 | - Loading initial data for django_extensions.
  63829. web_1 | Installed 0 object(s) from 0 fixture(s)
  63830. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63831. web_1 | [GCC 4.9.2] on linux2
  63832. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63833. web_1 | (InteractiveConsole)
  63834. web_1 |
  63835. web_1 | >>> >>> Starting the server
  63836. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63837. web_1 |
  63838. web_1 | Fatal error: Unable to find local grunt.
  63839. web_1 |
  63840. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63841. web_1 | your project. For more information about installing and configuring grunt,
  63842. web_1 | please see the Getting Started guide:
  63843. web_1 |
  63844. web_1 | http://gruntjs.com/getting-started
  63845. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63846. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63847. web_1 | Syncing...
  63848. web_1 | Creating tables ...
  63849. web_1 | Installing custom SQL ...
  63850. web_1 | Installing indexes ...
  63851. web_1 | Installed 0 object(s) from 0 fixture(s)
  63852. web_1 |
  63853. web_1 | Synced:
  63854. web_1 | > django.contrib.auth
  63855. web_1 | > django.contrib.contenttypes
  63856. web_1 | > django.contrib.sessions
  63857. web_1 | > django.contrib.sites
  63858. web_1 | > django.contrib.messages
  63859. web_1 | > django.contrib.staticfiles
  63860. web_1 | > django.contrib.admin
  63861. web_1 | > south
  63862. web_1 | > crispy_forms
  63863. web_1 | > avatar
  63864. web_1 | > bootstrap3
  63865. web_1 | > users
  63866. web_1 | > allauth
  63867. web_1 | > allauth.account
  63868. web_1 | > django.contrib.humanize
  63869. web_1 | > debug_toolbar
  63870. web_1 |
  63871. web_1 | Not synced (use migrations):
  63872. web_1 | - allauth.socialaccount
  63873. web_1 | - django_extensions
  63874. web_1 | (use ./manage.py migrate to migrate these)
  63875. web_1 | Running migrations for socialaccount:
  63876. web_1 | - Nothing to migrate.
  63877. web_1 | - Loading initial data for socialaccount.
  63878. web_1 | Installed 0 object(s) from 0 fixture(s)
  63879. web_1 | Running migrations for django_extensions:
  63880. web_1 | - Nothing to migrate.
  63881. web_1 | - Loading initial data for django_extensions.
  63882. web_1 | Installed 0 object(s) from 0 fixture(s)
  63883. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63884. web_1 | [GCC 4.9.2] on linux2
  63885. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63886. web_1 | (InteractiveConsole)
  63887. web_1 |
  63888. web_1 | >>> >>> Starting the server
  63889. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63890. web_1 |
  63891. web_1 | Fatal error: Unable to find local grunt.
  63892. web_1 |
  63893. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63894. web_1 | your project. For more information about installing and configuring grunt,
  63895. web_1 | please see the Getting Started guide:
  63896. web_1 |
  63897. web_1 | http://gruntjs.com/getting-started
  63898. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63899. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63900. web_1 | Syncing...
  63901. web_1 | Creating tables ...
  63902. web_1 | Installing custom SQL ...
  63903. web_1 | Installing indexes ...
  63904. web_1 | Installed 0 object(s) from 0 fixture(s)
  63905. web_1 |
  63906. web_1 | Synced:
  63907. web_1 | > django.contrib.auth
  63908. web_1 | > django.contrib.contenttypes
  63909. web_1 | > django.contrib.sessions
  63910. web_1 | > django.contrib.sites
  63911. web_1 | > django.contrib.messages
  63912. web_1 | > django.contrib.staticfiles
  63913. web_1 | > django.contrib.admin
  63914. web_1 | > south
  63915. web_1 | > crispy_forms
  63916. web_1 | > avatar
  63917. web_1 | > bootstrap3
  63918. web_1 | > users
  63919. web_1 | > allauth
  63920. web_1 | > allauth.account
  63921. web_1 | > django.contrib.humanize
  63922. web_1 | > debug_toolbar
  63923. web_1 |
  63924. web_1 | Not synced (use migrations):
  63925. web_1 | - allauth.socialaccount
  63926. web_1 | - django_extensions
  63927. web_1 | (use ./manage.py migrate to migrate these)
  63928. web_1 | Running migrations for socialaccount:
  63929. web_1 | - Nothing to migrate.
  63930. web_1 | - Loading initial data for socialaccount.
  63931. web_1 | Installed 0 object(s) from 0 fixture(s)
  63932. web_1 | Running migrations for django_extensions:
  63933. web_1 | - Nothing to migrate.
  63934. web_1 | - Loading initial data for django_extensions.
  63935. web_1 | Installed 0 object(s) from 0 fixture(s)
  63936. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63937. web_1 | [GCC 4.9.2] on linux2
  63938. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63939. web_1 | (InteractiveConsole)
  63940. web_1 |
  63941. web_1 | >>> >>> Starting the server
  63942. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63943. web_1 |
  63944. web_1 | Fatal error: Unable to find local grunt.
  63945. web_1 |
  63946. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  63947. web_1 | your project. For more information about installing and configuring grunt,
  63948. web_1 | please see the Getting Started guide:
  63949. web_1 |
  63950. web_1 | http://gruntjs.com/getting-started
  63951. web_1 | Starting OpenBSD Secure Shell server: sshd.
  63952. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  63953. web_1 | Syncing...
  63954. web_1 | Creating tables ...
  63955. web_1 | Installing custom SQL ...
  63956. web_1 | Installing indexes ...
  63957. web_1 | Installed 0 object(s) from 0 fixture(s)
  63958. web_1 |
  63959. web_1 | Synced:
  63960. web_1 | > django.contrib.auth
  63961. web_1 | > django.contrib.contenttypes
  63962. web_1 | > django.contrib.sessions
  63963. web_1 | > django.contrib.sites
  63964. web_1 | > django.contrib.messages
  63965. web_1 | > django.contrib.staticfiles
  63966. web_1 | > django.contrib.admin
  63967. web_1 | > south
  63968. web_1 | > crispy_forms
  63969. web_1 | > avatar
  63970. web_1 | > bootstrap3
  63971. web_1 | > users
  63972. web_1 | > allauth
  63973. web_1 | > allauth.account
  63974. web_1 | > django.contrib.humanize
  63975. web_1 | > debug_toolbar
  63976. web_1 |
  63977. web_1 | Not synced (use migrations):
  63978. web_1 | - allauth.socialaccount
  63979. web_1 | - django_extensions
  63980. web_1 | (use ./manage.py migrate to migrate these)
  63981. web_1 | Running migrations for socialaccount:
  63982. web_1 | - Nothing to migrate.
  63983. web_1 | - Loading initial data for socialaccount.
  63984. web_1 | Installed 0 object(s) from 0 fixture(s)
  63985. web_1 | Running migrations for django_extensions:
  63986. web_1 | - Nothing to migrate.
  63987. web_1 | - Loading initial data for django_extensions.
  63988. web_1 | Installed 0 object(s) from 0 fixture(s)
  63989. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  63990. web_1 | [GCC 4.9.2] on linux2
  63991. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  63992. web_1 | (InteractiveConsole)
  63993. web_1 |
  63994. web_1 | >>> >>> Starting the server
  63995. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  63996. web_1 |
  63997. web_1 | Fatal error: Unable to find local grunt.
  63998. web_1 |
  63999. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64000. web_1 | your project. For more information about installing and configuring grunt,
  64001. web_1 | please see the Getting Started guide:
  64002. web_1 |
  64003. web_1 | http://gruntjs.com/getting-started
  64004. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64005. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64006. web_1 | Syncing...
  64007. web_1 | Creating tables ...
  64008. web_1 | Installing custom SQL ...
  64009. web_1 | Installing indexes ...
  64010. web_1 | Installed 0 object(s) from 0 fixture(s)
  64011. web_1 |
  64012. web_1 | Synced:
  64013. web_1 | > django.contrib.auth
  64014. web_1 | > django.contrib.contenttypes
  64015. web_1 | > django.contrib.sessions
  64016. web_1 | > django.contrib.sites
  64017. web_1 | > django.contrib.messages
  64018. web_1 | > django.contrib.staticfiles
  64019. web_1 | > django.contrib.admin
  64020. web_1 | > south
  64021. web_1 | > crispy_forms
  64022. web_1 | > avatar
  64023. web_1 | > bootstrap3
  64024. web_1 | > users
  64025. web_1 | > allauth
  64026. web_1 | > allauth.account
  64027. web_1 | > django.contrib.humanize
  64028. web_1 | > debug_toolbar
  64029. web_1 |
  64030. web_1 | Not synced (use migrations):
  64031. web_1 | - allauth.socialaccount
  64032. web_1 | - django_extensions
  64033. web_1 | (use ./manage.py migrate to migrate these)
  64034. web_1 | Running migrations for socialaccount:
  64035. web_1 | - Nothing to migrate.
  64036. web_1 | - Loading initial data for socialaccount.
  64037. web_1 | Installed 0 object(s) from 0 fixture(s)
  64038. web_1 | Running migrations for django_extensions:
  64039. web_1 | - Nothing to migrate.
  64040. web_1 | - Loading initial data for django_extensions.
  64041. web_1 | Installed 0 object(s) from 0 fixture(s)
  64042. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64043. web_1 | [GCC 4.9.2] on linux2
  64044. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64045. web_1 | (InteractiveConsole)
  64046. web_1 |
  64047. web_1 | >>> >>> Starting the server
  64048. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64049. web_1 |
  64050. web_1 | Fatal error: Unable to find local grunt.
  64051. web_1 |
  64052. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64053. web_1 | your project. For more information about installing and configuring grunt,
  64054. web_1 | please see the Getting Started guide:
  64055. web_1 |
  64056. web_1 | http://gruntjs.com/getting-started
  64057. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64058. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64059. web_1 | Syncing...
  64060. web_1 | Creating tables ...
  64061. web_1 | Installing custom SQL ...
  64062. web_1 | Installing indexes ...
  64063. web_1 | Installed 0 object(s) from 0 fixture(s)
  64064. web_1 |
  64065. web_1 | Synced:
  64066. web_1 | > django.contrib.auth
  64067. web_1 | > django.contrib.contenttypes
  64068. web_1 | > django.contrib.sessions
  64069. web_1 | > django.contrib.sites
  64070. web_1 | > django.contrib.messages
  64071. web_1 | > django.contrib.staticfiles
  64072. web_1 | > django.contrib.admin
  64073. web_1 | > south
  64074. web_1 | > crispy_forms
  64075. web_1 | > avatar
  64076. web_1 | > bootstrap3
  64077. web_1 | > users
  64078. web_1 | > allauth
  64079. web_1 | > allauth.account
  64080. web_1 | > django.contrib.humanize
  64081. web_1 | > debug_toolbar
  64082. web_1 |
  64083. web_1 | Not synced (use migrations):
  64084. web_1 | - allauth.socialaccount
  64085. web_1 | - django_extensions
  64086. web_1 | (use ./manage.py migrate to migrate these)
  64087. web_1 | Running migrations for socialaccount:
  64088. web_1 | - Nothing to migrate.
  64089. web_1 | - Loading initial data for socialaccount.
  64090. web_1 | Installed 0 object(s) from 0 fixture(s)
  64091. web_1 | Running migrations for django_extensions:
  64092. web_1 | - Nothing to migrate.
  64093. web_1 | - Loading initial data for django_extensions.
  64094. web_1 | Installed 0 object(s) from 0 fixture(s)
  64095. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64096. web_1 | [GCC 4.9.2] on linux2
  64097. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64098. web_1 | (InteractiveConsole)
  64099. web_1 |
  64100. web_1 | >>> >>> Starting the server
  64101. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64102. web_1 |
  64103. web_1 | Fatal error: Unable to find local grunt.
  64104. web_1 |
  64105. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64106. web_1 | your project. For more information about installing and configuring grunt,
  64107. web_1 | please see the Getting Started guide:
  64108. web_1 |
  64109. web_1 | http://gruntjs.com/getting-started
  64110. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64111. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64112. web_1 | Syncing...
  64113. web_1 | Creating tables ...
  64114. web_1 | Installing custom SQL ...
  64115. web_1 | Installing indexes ...
  64116. web_1 | Installed 0 object(s) from 0 fixture(s)
  64117. web_1 |
  64118. web_1 | Synced:
  64119. web_1 | > django.contrib.auth
  64120. web_1 | > django.contrib.contenttypes
  64121. web_1 | > django.contrib.sessions
  64122. web_1 | > django.contrib.sites
  64123. web_1 | > django.contrib.messages
  64124. web_1 | > django.contrib.staticfiles
  64125. web_1 | > django.contrib.admin
  64126. web_1 | > south
  64127. web_1 | > crispy_forms
  64128. web_1 | > avatar
  64129. web_1 | > bootstrap3
  64130. web_1 | > users
  64131. web_1 | > allauth
  64132. web_1 | > allauth.account
  64133. web_1 | > django.contrib.humanize
  64134. web_1 | > debug_toolbar
  64135. web_1 |
  64136. web_1 | Not synced (use migrations):
  64137. web_1 | - allauth.socialaccount
  64138. web_1 | - django_extensions
  64139. web_1 | (use ./manage.py migrate to migrate these)
  64140. web_1 | Running migrations for socialaccount:
  64141. web_1 | - Nothing to migrate.
  64142. web_1 | - Loading initial data for socialaccount.
  64143. web_1 | Installed 0 object(s) from 0 fixture(s)
  64144. web_1 | Running migrations for django_extensions:
  64145. web_1 | - Nothing to migrate.
  64146. web_1 | - Loading initial data for django_extensions.
  64147. web_1 | Installed 0 object(s) from 0 fixture(s)
  64148. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64149. web_1 | [GCC 4.9.2] on linux2
  64150. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64151. web_1 | (InteractiveConsole)
  64152. web_1 |
  64153. web_1 | >>> >>> Starting the server
  64154. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64155. web_1 |
  64156. web_1 | Fatal error: Unable to find local grunt.
  64157. web_1 |
  64158. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64159. web_1 | your project. For more information about installing and configuring grunt,
  64160. web_1 | please see the Getting Started guide:
  64161. web_1 |
  64162. web_1 | http://gruntjs.com/getting-started
  64163. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64164. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64165. web_1 | Syncing...
  64166. web_1 | Creating tables ...
  64167. web_1 | Installing custom SQL ...
  64168. web_1 | Installing indexes ...
  64169. web_1 | Installed 0 object(s) from 0 fixture(s)
  64170. web_1 |
  64171. web_1 | Synced:
  64172. web_1 | > django.contrib.auth
  64173. web_1 | > django.contrib.contenttypes
  64174. web_1 | > django.contrib.sessions
  64175. web_1 | > django.contrib.sites
  64176. web_1 | > django.contrib.messages
  64177. web_1 | > django.contrib.staticfiles
  64178. web_1 | > django.contrib.admin
  64179. web_1 | > south
  64180. web_1 | > crispy_forms
  64181. web_1 | > avatar
  64182. web_1 | > bootstrap3
  64183. web_1 | > users
  64184. web_1 | > allauth
  64185. web_1 | > allauth.account
  64186. web_1 | > django.contrib.humanize
  64187. web_1 | > debug_toolbar
  64188. web_1 |
  64189. web_1 | Not synced (use migrations):
  64190. web_1 | - allauth.socialaccount
  64191. web_1 | - django_extensions
  64192. web_1 | (use ./manage.py migrate to migrate these)
  64193. web_1 | Running migrations for socialaccount:
  64194. web_1 | - Nothing to migrate.
  64195. web_1 | - Loading initial data for socialaccount.
  64196. web_1 | Installed 0 object(s) from 0 fixture(s)
  64197. web_1 | Running migrations for django_extensions:
  64198. web_1 | - Nothing to migrate.
  64199. web_1 | - Loading initial data for django_extensions.
  64200. web_1 | Installed 0 object(s) from 0 fixture(s)
  64201. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64202. web_1 | [GCC 4.9.2] on linux2
  64203. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64204. web_1 | (InteractiveConsole)
  64205. web_1 |
  64206. web_1 | >>> >>> Starting the server
  64207. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64208. web_1 |
  64209. web_1 | Fatal error: Unable to find local grunt.
  64210. web_1 |
  64211. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64212. web_1 | your project. For more information about installing and configuring grunt,
  64213. web_1 | please see the Getting Started guide:
  64214. web_1 |
  64215. web_1 | http://gruntjs.com/getting-started
  64216. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64217. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64218. web_1 | Syncing...
  64219. web_1 | Creating tables ...
  64220. web_1 | Installing custom SQL ...
  64221. web_1 | Installing indexes ...
  64222. web_1 | Installed 0 object(s) from 0 fixture(s)
  64223. web_1 |
  64224. web_1 | Synced:
  64225. web_1 | > django.contrib.auth
  64226. web_1 | > django.contrib.contenttypes
  64227. web_1 | > django.contrib.sessions
  64228. web_1 | > django.contrib.sites
  64229. web_1 | > django.contrib.messages
  64230. web_1 | > django.contrib.staticfiles
  64231. web_1 | > django.contrib.admin
  64232. web_1 | > south
  64233. web_1 | > crispy_forms
  64234. web_1 | > avatar
  64235. web_1 | > bootstrap3
  64236. web_1 | > users
  64237. web_1 | > allauth
  64238. web_1 | > allauth.account
  64239. web_1 | > django.contrib.humanize
  64240. web_1 | > debug_toolbar
  64241. web_1 |
  64242. web_1 | Not synced (use migrations):
  64243. web_1 | - allauth.socialaccount
  64244. web_1 | - django_extensions
  64245. web_1 | (use ./manage.py migrate to migrate these)
  64246. web_1 | Running migrations for socialaccount:
  64247. web_1 | - Nothing to migrate.
  64248. web_1 | - Loading initial data for socialaccount.
  64249. web_1 | Installed 0 object(s) from 0 fixture(s)
  64250. web_1 | Running migrations for django_extensions:
  64251. web_1 | - Nothing to migrate.
  64252. web_1 | - Loading initial data for django_extensions.
  64253. web_1 | Installed 0 object(s) from 0 fixture(s)
  64254. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64255. web_1 | [GCC 4.9.2] on linux2
  64256. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64257. web_1 | (InteractiveConsole)
  64258. web_1 |
  64259. web_1 | >>> >>> Starting the server
  64260. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64261. web_1 |
  64262. web_1 | Fatal error: Unable to find local grunt.
  64263. web_1 |
  64264. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64265. web_1 | your project. For more information about installing and configuring grunt,
  64266. web_1 | please see the Getting Started guide:
  64267. web_1 |
  64268. web_1 | http://gruntjs.com/getting-started
  64269. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64270. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64271. web_1 | Syncing...
  64272. web_1 | Creating tables ...
  64273. web_1 | Installing custom SQL ...
  64274. web_1 | Installing indexes ...
  64275. web_1 | Installed 0 object(s) from 0 fixture(s)
  64276. web_1 |
  64277. web_1 | Synced:
  64278. web_1 | > django.contrib.auth
  64279. web_1 | > django.contrib.contenttypes
  64280. web_1 | > django.contrib.sessions
  64281. web_1 | > django.contrib.sites
  64282. web_1 | > django.contrib.messages
  64283. web_1 | > django.contrib.staticfiles
  64284. web_1 | > django.contrib.admin
  64285. web_1 | > south
  64286. web_1 | > crispy_forms
  64287. web_1 | > avatar
  64288. web_1 | > bootstrap3
  64289. web_1 | > users
  64290. web_1 | > allauth
  64291. web_1 | > allauth.account
  64292. web_1 | > django.contrib.humanize
  64293. web_1 | > debug_toolbar
  64294. web_1 |
  64295. web_1 | Not synced (use migrations):
  64296. web_1 | - allauth.socialaccount
  64297. web_1 | - django_extensions
  64298. web_1 | (use ./manage.py migrate to migrate these)
  64299. web_1 | Running migrations for socialaccount:
  64300. web_1 | - Nothing to migrate.
  64301. web_1 | - Loading initial data for socialaccount.
  64302. web_1 | Installed 0 object(s) from 0 fixture(s)
  64303. web_1 | Running migrations for django_extensions:
  64304. web_1 | - Nothing to migrate.
  64305. web_1 | - Loading initial data for django_extensions.
  64306. web_1 | Installed 0 object(s) from 0 fixture(s)
  64307. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64308. web_1 | [GCC 4.9.2] on linux2
  64309. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64310. web_1 | (InteractiveConsole)
  64311. web_1 |
  64312. web_1 | >>> >>> Starting the server
  64313. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64314. web_1 |
  64315. web_1 | Fatal error: Unable to find local grunt.
  64316. web_1 |
  64317. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64318. web_1 | your project. For more information about installing and configuring grunt,
  64319. web_1 | please see the Getting Started guide:
  64320. web_1 |
  64321. web_1 | http://gruntjs.com/getting-started
  64322. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64323. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64324. web_1 | Syncing...
  64325. web_1 | Creating tables ...
  64326. web_1 | Installing custom SQL ...
  64327. web_1 | Installing indexes ...
  64328. web_1 | Installed 0 object(s) from 0 fixture(s)
  64329. web_1 |
  64330. web_1 | Synced:
  64331. web_1 | > django.contrib.auth
  64332. web_1 | > django.contrib.contenttypes
  64333. web_1 | > django.contrib.sessions
  64334. web_1 | > django.contrib.sites
  64335. web_1 | > django.contrib.messages
  64336. web_1 | > django.contrib.staticfiles
  64337. web_1 | > django.contrib.admin
  64338. web_1 | > south
  64339. web_1 | > crispy_forms
  64340. web_1 | > avatar
  64341. web_1 | > bootstrap3
  64342. web_1 | > users
  64343. web_1 | > allauth
  64344. web_1 | > allauth.account
  64345. web_1 | > django.contrib.humanize
  64346. web_1 | > debug_toolbar
  64347. web_1 |
  64348. web_1 | Not synced (use migrations):
  64349. web_1 | - allauth.socialaccount
  64350. web_1 | - django_extensions
  64351. web_1 | (use ./manage.py migrate to migrate these)
  64352. web_1 | Running migrations for socialaccount:
  64353. web_1 | - Nothing to migrate.
  64354. web_1 | - Loading initial data for socialaccount.
  64355. web_1 | Installed 0 object(s) from 0 fixture(s)
  64356. web_1 | Running migrations for django_extensions:
  64357. web_1 | - Nothing to migrate.
  64358. web_1 | - Loading initial data for django_extensions.
  64359. web_1 | Installed 0 object(s) from 0 fixture(s)
  64360. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64361. web_1 | [GCC 4.9.2] on linux2
  64362. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64363. web_1 | (InteractiveConsole)
  64364. web_1 |
  64365. web_1 | >>> >>> Starting the server
  64366. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64367. web_1 |
  64368. web_1 | Fatal error: Unable to find local grunt.
  64369. web_1 |
  64370. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64371. web_1 | your project. For more information about installing and configuring grunt,
  64372. web_1 | please see the Getting Started guide:
  64373. web_1 |
  64374. web_1 | http://gruntjs.com/getting-started
  64375. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64376. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64377. web_1 | Syncing...
  64378. web_1 | Creating tables ...
  64379. web_1 | Installing custom SQL ...
  64380. web_1 | Installing indexes ...
  64381. web_1 | Installed 0 object(s) from 0 fixture(s)
  64382. web_1 |
  64383. web_1 | Synced:
  64384. web_1 | > django.contrib.auth
  64385. web_1 | > django.contrib.contenttypes
  64386. web_1 | > django.contrib.sessions
  64387. web_1 | > django.contrib.sites
  64388. web_1 | > django.contrib.messages
  64389. web_1 | > django.contrib.staticfiles
  64390. web_1 | > django.contrib.admin
  64391. web_1 | > south
  64392. web_1 | > crispy_forms
  64393. web_1 | > avatar
  64394. web_1 | > bootstrap3
  64395. web_1 | > users
  64396. web_1 | > allauth
  64397. web_1 | > allauth.account
  64398. web_1 | > django.contrib.humanize
  64399. web_1 | > debug_toolbar
  64400. web_1 |
  64401. web_1 | Not synced (use migrations):
  64402. web_1 | - allauth.socialaccount
  64403. web_1 | - django_extensions
  64404. web_1 | (use ./manage.py migrate to migrate these)
  64405. web_1 | Running migrations for socialaccount:
  64406. web_1 | - Nothing to migrate.
  64407. web_1 | - Loading initial data for socialaccount.
  64408. web_1 | Installed 0 object(s) from 0 fixture(s)
  64409. web_1 | Running migrations for django_extensions:
  64410. web_1 | - Nothing to migrate.
  64411. web_1 | - Loading initial data for django_extensions.
  64412. web_1 | Installed 0 object(s) from 0 fixture(s)
  64413. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64414. web_1 | [GCC 4.9.2] on linux2
  64415. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64416. web_1 | (InteractiveConsole)
  64417. web_1 |
  64418. web_1 | >>> >>> Starting the server
  64419. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64420. web_1 |
  64421. web_1 | Fatal error: Unable to find local grunt.
  64422. web_1 |
  64423. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64424. web_1 | your project. For more information about installing and configuring grunt,
  64425. web_1 | please see the Getting Started guide:
  64426. web_1 |
  64427. web_1 | http://gruntjs.com/getting-started
  64428. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64429. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64430. web_1 | Syncing...
  64431. web_1 | Creating tables ...
  64432. web_1 | Installing custom SQL ...
  64433. web_1 | Installing indexes ...
  64434. web_1 | Installed 0 object(s) from 0 fixture(s)
  64435. web_1 |
  64436. web_1 | Synced:
  64437. web_1 | > django.contrib.auth
  64438. web_1 | > django.contrib.contenttypes
  64439. web_1 | > django.contrib.sessions
  64440. web_1 | > django.contrib.sites
  64441. web_1 | > django.contrib.messages
  64442. web_1 | > django.contrib.staticfiles
  64443. web_1 | > django.contrib.admin
  64444. web_1 | > south
  64445. web_1 | > crispy_forms
  64446. web_1 | > avatar
  64447. web_1 | > bootstrap3
  64448. web_1 | > users
  64449. web_1 | > allauth
  64450. web_1 | > allauth.account
  64451. web_1 | > django.contrib.humanize
  64452. web_1 | > debug_toolbar
  64453. web_1 |
  64454. web_1 | Not synced (use migrations):
  64455. web_1 | - allauth.socialaccount
  64456. web_1 | - django_extensions
  64457. web_1 | (use ./manage.py migrate to migrate these)
  64458. web_1 | Running migrations for socialaccount:
  64459. web_1 | - Nothing to migrate.
  64460. web_1 | - Loading initial data for socialaccount.
  64461. web_1 | Installed 0 object(s) from 0 fixture(s)
  64462. web_1 | Running migrations for django_extensions:
  64463. web_1 | - Nothing to migrate.
  64464. web_1 | - Loading initial data for django_extensions.
  64465. web_1 | Installed 0 object(s) from 0 fixture(s)
  64466. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64467. web_1 | [GCC 4.9.2] on linux2
  64468. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64469. web_1 | (InteractiveConsole)
  64470. web_1 |
  64471. web_1 | >>> >>> Starting the server
  64472. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64473. web_1 |
  64474. web_1 | Fatal error: Unable to find local grunt.
  64475. web_1 |
  64476. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64477. web_1 | your project. For more information about installing and configuring grunt,
  64478. web_1 | please see the Getting Started guide:
  64479. web_1 |
  64480. web_1 | http://gruntjs.com/getting-started
  64481. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64482. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64483. web_1 | Syncing...
  64484. web_1 | Creating tables ...
  64485. web_1 | Installing custom SQL ...
  64486. web_1 | Installing indexes ...
  64487. web_1 | Installed 0 object(s) from 0 fixture(s)
  64488. web_1 |
  64489. web_1 | Synced:
  64490. web_1 | > django.contrib.auth
  64491. web_1 | > django.contrib.contenttypes
  64492. web_1 | > django.contrib.sessions
  64493. web_1 | > django.contrib.sites
  64494. web_1 | > django.contrib.messages
  64495. web_1 | > django.contrib.staticfiles
  64496. web_1 | > django.contrib.admin
  64497. web_1 | > south
  64498. web_1 | > crispy_forms
  64499. web_1 | > avatar
  64500. web_1 | > bootstrap3
  64501. web_1 | > users
  64502. web_1 | > allauth
  64503. web_1 | > allauth.account
  64504. web_1 | > django.contrib.humanize
  64505. web_1 | > debug_toolbar
  64506. web_1 |
  64507. web_1 | Not synced (use migrations):
  64508. web_1 | - allauth.socialaccount
  64509. web_1 | - django_extensions
  64510. web_1 | (use ./manage.py migrate to migrate these)
  64511. web_1 | Running migrations for socialaccount:
  64512. web_1 | - Nothing to migrate.
  64513. web_1 | - Loading initial data for socialaccount.
  64514. web_1 | Installed 0 object(s) from 0 fixture(s)
  64515. web_1 | Running migrations for django_extensions:
  64516. web_1 | - Nothing to migrate.
  64517. web_1 | - Loading initial data for django_extensions.
  64518. web_1 | Installed 0 object(s) from 0 fixture(s)
  64519. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64520. web_1 | [GCC 4.9.2] on linux2
  64521. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64522. web_1 | (InteractiveConsole)
  64523. web_1 |
  64524. web_1 | >>> >>> Starting the server
  64525. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64526. web_1 |
  64527. web_1 | Fatal error: Unable to find local grunt.
  64528. web_1 |
  64529. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64530. web_1 | your project. For more information about installing and configuring grunt,
  64531. web_1 | please see the Getting Started guide:
  64532. web_1 |
  64533. web_1 | http://gruntjs.com/getting-started
  64534. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64535. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64536. web_1 | Syncing...
  64537. web_1 | Creating tables ...
  64538. web_1 | Installing custom SQL ...
  64539. web_1 | Installing indexes ...
  64540. web_1 | Installed 0 object(s) from 0 fixture(s)
  64541. web_1 |
  64542. web_1 | Synced:
  64543. web_1 | > django.contrib.auth
  64544. web_1 | > django.contrib.contenttypes
  64545. web_1 | > django.contrib.sessions
  64546. web_1 | > django.contrib.sites
  64547. web_1 | > django.contrib.messages
  64548. web_1 | > django.contrib.staticfiles
  64549. web_1 | > django.contrib.admin
  64550. web_1 | > south
  64551. web_1 | > crispy_forms
  64552. web_1 | > avatar
  64553. web_1 | > bootstrap3
  64554. web_1 | > users
  64555. web_1 | > allauth
  64556. web_1 | > allauth.account
  64557. web_1 | > django.contrib.humanize
  64558. web_1 | > debug_toolbar
  64559. web_1 |
  64560. web_1 | Not synced (use migrations):
  64561. web_1 | - allauth.socialaccount
  64562. web_1 | - django_extensions
  64563. web_1 | (use ./manage.py migrate to migrate these)
  64564. web_1 | Running migrations for socialaccount:
  64565. web_1 | - Nothing to migrate.
  64566. web_1 | - Loading initial data for socialaccount.
  64567. web_1 | Installed 0 object(s) from 0 fixture(s)
  64568. web_1 | Running migrations for django_extensions:
  64569. web_1 | - Nothing to migrate.
  64570. web_1 | - Loading initial data for django_extensions.
  64571. web_1 | Installed 0 object(s) from 0 fixture(s)
  64572. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64573. web_1 | [GCC 4.9.2] on linux2
  64574. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64575. web_1 | (InteractiveConsole)
  64576. web_1 |
  64577. web_1 | >>> >>> Starting the server
  64578. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64579. web_1 |
  64580. web_1 | Fatal error: Unable to find local grunt.
  64581. web_1 |
  64582. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64583. web_1 | your project. For more information about installing and configuring grunt,
  64584. web_1 | please see the Getting Started guide:
  64585. web_1 |
  64586. web_1 | http://gruntjs.com/getting-started
  64587. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64588. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64589. web_1 | Syncing...
  64590. web_1 | Creating tables ...
  64591. web_1 | Installing custom SQL ...
  64592. web_1 | Installing indexes ...
  64593. web_1 | Installed 0 object(s) from 0 fixture(s)
  64594. web_1 |
  64595. web_1 | Synced:
  64596. web_1 | > django.contrib.auth
  64597. web_1 | > django.contrib.contenttypes
  64598. web_1 | > django.contrib.sessions
  64599. web_1 | > django.contrib.sites
  64600. web_1 | > django.contrib.messages
  64601. web_1 | > django.contrib.staticfiles
  64602. web_1 | > django.contrib.admin
  64603. web_1 | > south
  64604. web_1 | > crispy_forms
  64605. web_1 | > avatar
  64606. web_1 | > bootstrap3
  64607. web_1 | > users
  64608. web_1 | > allauth
  64609. web_1 | > allauth.account
  64610. web_1 | > django.contrib.humanize
  64611. web_1 | > debug_toolbar
  64612. web_1 |
  64613. web_1 | Not synced (use migrations):
  64614. web_1 | - allauth.socialaccount
  64615. web_1 | - django_extensions
  64616. web_1 | (use ./manage.py migrate to migrate these)
  64617. web_1 | Running migrations for socialaccount:
  64618. web_1 | - Nothing to migrate.
  64619. web_1 | - Loading initial data for socialaccount.
  64620. web_1 | Installed 0 object(s) from 0 fixture(s)
  64621. web_1 | Running migrations for django_extensions:
  64622. web_1 | - Nothing to migrate.
  64623. web_1 | - Loading initial data for django_extensions.
  64624. web_1 | Installed 0 object(s) from 0 fixture(s)
  64625. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64626. web_1 | [GCC 4.9.2] on linux2
  64627. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64628. web_1 | (InteractiveConsole)
  64629. web_1 |
  64630. web_1 | >>> >>> Starting the server
  64631. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64632. web_1 |
  64633. web_1 | Fatal error: Unable to find local grunt.
  64634. web_1 |
  64635. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64636. web_1 | your project. For more information about installing and configuring grunt,
  64637. web_1 | please see the Getting Started guide:
  64638. web_1 |
  64639. web_1 | http://gruntjs.com/getting-started
  64640. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64641. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64642. web_1 | Syncing...
  64643. web_1 | Creating tables ...
  64644. web_1 | Installing custom SQL ...
  64645. web_1 | Installing indexes ...
  64646. web_1 | Installed 0 object(s) from 0 fixture(s)
  64647. web_1 |
  64648. web_1 | Synced:
  64649. web_1 | > django.contrib.auth
  64650. web_1 | > django.contrib.contenttypes
  64651. web_1 | > django.contrib.sessions
  64652. web_1 | > django.contrib.sites
  64653. web_1 | > django.contrib.messages
  64654. web_1 | > django.contrib.staticfiles
  64655. web_1 | > django.contrib.admin
  64656. web_1 | > south
  64657. web_1 | > crispy_forms
  64658. web_1 | > avatar
  64659. web_1 | > bootstrap3
  64660. web_1 | > users
  64661. web_1 | > allauth
  64662. web_1 | > allauth.account
  64663. web_1 | > django.contrib.humanize
  64664. web_1 | > debug_toolbar
  64665. web_1 |
  64666. web_1 | Not synced (use migrations):
  64667. web_1 | - allauth.socialaccount
  64668. web_1 | - django_extensions
  64669. web_1 | (use ./manage.py migrate to migrate these)
  64670. web_1 | Running migrations for socialaccount:
  64671. web_1 | - Nothing to migrate.
  64672. web_1 | - Loading initial data for socialaccount.
  64673. web_1 | Installed 0 object(s) from 0 fixture(s)
  64674. web_1 | Running migrations for django_extensions:
  64675. web_1 | - Nothing to migrate.
  64676. web_1 | - Loading initial data for django_extensions.
  64677. web_1 | Installed 0 object(s) from 0 fixture(s)
  64678. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64679. web_1 | [GCC 4.9.2] on linux2
  64680. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64681. web_1 | (InteractiveConsole)
  64682. web_1 |
  64683. web_1 | >>> >>> Starting the server
  64684. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64685. web_1 |
  64686. web_1 | Fatal error: Unable to find local grunt.
  64687. web_1 |
  64688. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64689. web_1 | your project. For more information about installing and configuring grunt,
  64690. web_1 | please see the Getting Started guide:
  64691. web_1 |
  64692. web_1 | http://gruntjs.com/getting-started
  64693. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64694. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64695. web_1 | Syncing...
  64696. web_1 | Creating tables ...
  64697. web_1 | Installing custom SQL ...
  64698. web_1 | Installing indexes ...
  64699. web_1 | Installed 0 object(s) from 0 fixture(s)
  64700. web_1 |
  64701. web_1 | Synced:
  64702. web_1 | > django.contrib.auth
  64703. web_1 | > django.contrib.contenttypes
  64704. web_1 | > django.contrib.sessions
  64705. web_1 | > django.contrib.sites
  64706. web_1 | > django.contrib.messages
  64707. web_1 | > django.contrib.staticfiles
  64708. web_1 | > django.contrib.admin
  64709. web_1 | > south
  64710. web_1 | > crispy_forms
  64711. web_1 | > avatar
  64712. web_1 | > bootstrap3
  64713. web_1 | > users
  64714. web_1 | > allauth
  64715. web_1 | > allauth.account
  64716. web_1 | > django.contrib.humanize
  64717. web_1 | > debug_toolbar
  64718. web_1 |
  64719. web_1 | Not synced (use migrations):
  64720. web_1 | - allauth.socialaccount
  64721. web_1 | - django_extensions
  64722. web_1 | (use ./manage.py migrate to migrate these)
  64723. web_1 | Running migrations for socialaccount:
  64724. web_1 | - Nothing to migrate.
  64725. web_1 | - Loading initial data for socialaccount.
  64726. web_1 | Installed 0 object(s) from 0 fixture(s)
  64727. web_1 | Running migrations for django_extensions:
  64728. web_1 | - Nothing to migrate.
  64729. web_1 | - Loading initial data for django_extensions.
  64730. web_1 | Installed 0 object(s) from 0 fixture(s)
  64731. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64732. web_1 | [GCC 4.9.2] on linux2
  64733. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64734. web_1 | (InteractiveConsole)
  64735. web_1 |
  64736. web_1 | >>> >>> Starting the server
  64737. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64738. web_1 |
  64739. web_1 | Fatal error: Unable to find local grunt.
  64740. web_1 |
  64741. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64742. web_1 | your project. For more information about installing and configuring grunt,
  64743. web_1 | please see the Getting Started guide:
  64744. web_1 |
  64745. web_1 | http://gruntjs.com/getting-started
  64746. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64747. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64748. web_1 | Syncing...
  64749. web_1 | Creating tables ...
  64750. web_1 | Installing custom SQL ...
  64751. web_1 | Installing indexes ...
  64752. web_1 | Installed 0 object(s) from 0 fixture(s)
  64753. web_1 |
  64754. web_1 | Synced:
  64755. web_1 | > django.contrib.auth
  64756. web_1 | > django.contrib.contenttypes
  64757. web_1 | > django.contrib.sessions
  64758. web_1 | > django.contrib.sites
  64759. web_1 | > django.contrib.messages
  64760. web_1 | > django.contrib.staticfiles
  64761. web_1 | > django.contrib.admin
  64762. web_1 | > south
  64763. web_1 | > crispy_forms
  64764. web_1 | > avatar
  64765. web_1 | > bootstrap3
  64766. web_1 | > users
  64767. web_1 | > allauth
  64768. web_1 | > allauth.account
  64769. web_1 | > django.contrib.humanize
  64770. web_1 | > debug_toolbar
  64771. web_1 |
  64772. web_1 | Not synced (use migrations):
  64773. web_1 | - allauth.socialaccount
  64774. web_1 | - django_extensions
  64775. web_1 | (use ./manage.py migrate to migrate these)
  64776. web_1 | Running migrations for socialaccount:
  64777. web_1 | - Nothing to migrate.
  64778. web_1 | - Loading initial data for socialaccount.
  64779. web_1 | Installed 0 object(s) from 0 fixture(s)
  64780. web_1 | Running migrations for django_extensions:
  64781. web_1 | - Nothing to migrate.
  64782. web_1 | - Loading initial data for django_extensions.
  64783. web_1 | Installed 0 object(s) from 0 fixture(s)
  64784. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64785. web_1 | [GCC 4.9.2] on linux2
  64786. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64787. web_1 | (InteractiveConsole)
  64788. web_1 |
  64789. web_1 | >>> >>> Starting the server
  64790. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64791. web_1 |
  64792. web_1 | Fatal error: Unable to find local grunt.
  64793. web_1 |
  64794. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64795. web_1 | your project. For more information about installing and configuring grunt,
  64796. web_1 | please see the Getting Started guide:
  64797. web_1 |
  64798. web_1 | http://gruntjs.com/getting-started
  64799. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64800. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64801. web_1 | Syncing...
  64802. web_1 | Creating tables ...
  64803. web_1 | Installing custom SQL ...
  64804. web_1 | Installing indexes ...
  64805. web_1 | Installed 0 object(s) from 0 fixture(s)
  64806. web_1 |
  64807. web_1 | Synced:
  64808. web_1 | > django.contrib.auth
  64809. web_1 | > django.contrib.contenttypes
  64810. web_1 | > django.contrib.sessions
  64811. web_1 | > django.contrib.sites
  64812. web_1 | > django.contrib.messages
  64813. web_1 | > django.contrib.staticfiles
  64814. web_1 | > django.contrib.admin
  64815. web_1 | > south
  64816. web_1 | > crispy_forms
  64817. web_1 | > avatar
  64818. web_1 | > bootstrap3
  64819. web_1 | > users
  64820. web_1 | > allauth
  64821. web_1 | > allauth.account
  64822. web_1 | > django.contrib.humanize
  64823. web_1 | > debug_toolbar
  64824. web_1 |
  64825. web_1 | Not synced (use migrations):
  64826. web_1 | - allauth.socialaccount
  64827. web_1 | - django_extensions
  64828. web_1 | (use ./manage.py migrate to migrate these)
  64829. web_1 | Running migrations for socialaccount:
  64830. web_1 | - Nothing to migrate.
  64831. web_1 | - Loading initial data for socialaccount.
  64832. web_1 | Installed 0 object(s) from 0 fixture(s)
  64833. web_1 | Running migrations for django_extensions:
  64834. web_1 | - Nothing to migrate.
  64835. web_1 | - Loading initial data for django_extensions.
  64836. web_1 | Installed 0 object(s) from 0 fixture(s)
  64837. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64838. web_1 | [GCC 4.9.2] on linux2
  64839. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64840. web_1 | (InteractiveConsole)
  64841. web_1 |
  64842. web_1 | >>> >>> Starting the server
  64843. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64844. web_1 |
  64845. web_1 | Fatal error: Unable to find local grunt.
  64846. web_1 |
  64847. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64848. web_1 | your project. For more information about installing and configuring grunt,
  64849. web_1 | please see the Getting Started guide:
  64850. web_1 |
  64851. web_1 | http://gruntjs.com/getting-started
  64852. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64853. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64854. web_1 | Syncing...
  64855. web_1 | Creating tables ...
  64856. web_1 | Installing custom SQL ...
  64857. web_1 | Installing indexes ...
  64858. web_1 | Installed 0 object(s) from 0 fixture(s)
  64859. web_1 |
  64860. web_1 | Synced:
  64861. web_1 | > django.contrib.auth
  64862. web_1 | > django.contrib.contenttypes
  64863. web_1 | > django.contrib.sessions
  64864. web_1 | > django.contrib.sites
  64865. web_1 | > django.contrib.messages
  64866. web_1 | > django.contrib.staticfiles
  64867. web_1 | > django.contrib.admin
  64868. web_1 | > south
  64869. web_1 | > crispy_forms
  64870. web_1 | > avatar
  64871. web_1 | > bootstrap3
  64872. web_1 | > users
  64873. web_1 | > allauth
  64874. web_1 | > allauth.account
  64875. web_1 | > django.contrib.humanize
  64876. web_1 | > debug_toolbar
  64877. web_1 |
  64878. web_1 | Not synced (use migrations):
  64879. web_1 | - allauth.socialaccount
  64880. web_1 | - django_extensions
  64881. web_1 | (use ./manage.py migrate to migrate these)
  64882. web_1 | Running migrations for socialaccount:
  64883. web_1 | - Nothing to migrate.
  64884. web_1 | - Loading initial data for socialaccount.
  64885. web_1 | Installed 0 object(s) from 0 fixture(s)
  64886. web_1 | Running migrations for django_extensions:
  64887. web_1 | - Nothing to migrate.
  64888. web_1 | - Loading initial data for django_extensions.
  64889. web_1 | Installed 0 object(s) from 0 fixture(s)
  64890. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64891. web_1 | [GCC 4.9.2] on linux2
  64892. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64893. web_1 | (InteractiveConsole)
  64894. web_1 |
  64895. web_1 | >>> >>> Starting the server
  64896. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64897. web_1 |
  64898. web_1 | Fatal error: Unable to find local grunt.
  64899. web_1 |
  64900. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64901. web_1 | your project. For more information about installing and configuring grunt,
  64902. web_1 | please see the Getting Started guide:
  64903. web_1 |
  64904. web_1 | http://gruntjs.com/getting-started
  64905. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64906. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64907. web_1 | Syncing...
  64908. web_1 | Creating tables ...
  64909. web_1 | Installing custom SQL ...
  64910. web_1 | Installing indexes ...
  64911. web_1 | Installed 0 object(s) from 0 fixture(s)
  64912. web_1 |
  64913. web_1 | Synced:
  64914. web_1 | > django.contrib.auth
  64915. web_1 | > django.contrib.contenttypes
  64916. web_1 | > django.contrib.sessions
  64917. web_1 | > django.contrib.sites
  64918. web_1 | > django.contrib.messages
  64919. web_1 | > django.contrib.staticfiles
  64920. web_1 | > django.contrib.admin
  64921. web_1 | > south
  64922. web_1 | > crispy_forms
  64923. web_1 | > avatar
  64924. web_1 | > bootstrap3
  64925. web_1 | > users
  64926. web_1 | > allauth
  64927. web_1 | > allauth.account
  64928. web_1 | > django.contrib.humanize
  64929. web_1 | > debug_toolbar
  64930. web_1 |
  64931. web_1 | Not synced (use migrations):
  64932. web_1 | - allauth.socialaccount
  64933. web_1 | - django_extensions
  64934. web_1 | (use ./manage.py migrate to migrate these)
  64935. web_1 | Running migrations for socialaccount:
  64936. web_1 | - Nothing to migrate.
  64937. web_1 | - Loading initial data for socialaccount.
  64938. web_1 | Installed 0 object(s) from 0 fixture(s)
  64939. web_1 | Running migrations for django_extensions:
  64940. web_1 | - Nothing to migrate.
  64941. web_1 | - Loading initial data for django_extensions.
  64942. web_1 | Installed 0 object(s) from 0 fixture(s)
  64943. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64944. web_1 | [GCC 4.9.2] on linux2
  64945. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64946. web_1 | (InteractiveConsole)
  64947. web_1 |
  64948. web_1 | >>> >>> Starting the server
  64949. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  64950. web_1 |
  64951. web_1 | Fatal error: Unable to find local grunt.
  64952. web_1 |
  64953. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  64954. web_1 | your project. For more information about installing and configuring grunt,
  64955. web_1 | please see the Getting Started guide:
  64956. web_1 |
  64957. web_1 | http://gruntjs.com/getting-started
  64958. web_1 | Starting OpenBSD Secure Shell server: sshd.
  64959. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  64960. web_1 | Syncing...
  64961. web_1 | Creating tables ...
  64962. web_1 | Installing custom SQL ...
  64963. web_1 | Installing indexes ...
  64964. web_1 | Installed 0 object(s) from 0 fixture(s)
  64965. web_1 |
  64966. web_1 | Synced:
  64967. web_1 | > django.contrib.auth
  64968. web_1 | > django.contrib.contenttypes
  64969. web_1 | > django.contrib.sessions
  64970. web_1 | > django.contrib.sites
  64971. web_1 | > django.contrib.messages
  64972. web_1 | > django.contrib.staticfiles
  64973. web_1 | > django.contrib.admin
  64974. web_1 | > south
  64975. web_1 | > crispy_forms
  64976. web_1 | > avatar
  64977. web_1 | > bootstrap3
  64978. web_1 | > users
  64979. web_1 | > allauth
  64980. web_1 | > allauth.account
  64981. web_1 | > django.contrib.humanize
  64982. web_1 | > debug_toolbar
  64983. web_1 |
  64984. web_1 | Not synced (use migrations):
  64985. web_1 | - allauth.socialaccount
  64986. web_1 | - django_extensions
  64987. web_1 | (use ./manage.py migrate to migrate these)
  64988. web_1 | Running migrations for socialaccount:
  64989. web_1 | - Nothing to migrate.
  64990. web_1 | - Loading initial data for socialaccount.
  64991. web_1 | Installed 0 object(s) from 0 fixture(s)
  64992. web_1 | Running migrations for django_extensions:
  64993. web_1 | - Nothing to migrate.
  64994. web_1 | - Loading initial data for django_extensions.
  64995. web_1 | Installed 0 object(s) from 0 fixture(s)
  64996. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  64997. web_1 | [GCC 4.9.2] on linux2
  64998. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  64999. web_1 | (InteractiveConsole)
  65000. web_1 |
  65001. web_1 | >>> >>> Starting the server
  65002. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65003. web_1 |
  65004. web_1 | Fatal error: Unable to find local grunt.
  65005. web_1 |
  65006. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65007. web_1 | your project. For more information about installing and configuring grunt,
  65008. web_1 | please see the Getting Started guide:
  65009. web_1 |
  65010. web_1 | http://gruntjs.com/getting-started
  65011. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65012. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65013. web_1 | Syncing...
  65014. web_1 | Creating tables ...
  65015. web_1 | Installing custom SQL ...
  65016. web_1 | Installing indexes ...
  65017. web_1 | Installed 0 object(s) from 0 fixture(s)
  65018. web_1 |
  65019. web_1 | Synced:
  65020. web_1 | > django.contrib.auth
  65021. web_1 | > django.contrib.contenttypes
  65022. web_1 | > django.contrib.sessions
  65023. web_1 | > django.contrib.sites
  65024. web_1 | > django.contrib.messages
  65025. web_1 | > django.contrib.staticfiles
  65026. web_1 | > django.contrib.admin
  65027. web_1 | > south
  65028. web_1 | > crispy_forms
  65029. web_1 | > avatar
  65030. web_1 | > bootstrap3
  65031. web_1 | > users
  65032. web_1 | > allauth
  65033. web_1 | > allauth.account
  65034. web_1 | > django.contrib.humanize
  65035. web_1 | > debug_toolbar
  65036. web_1 |
  65037. web_1 | Not synced (use migrations):
  65038. web_1 | - allauth.socialaccount
  65039. web_1 | - django_extensions
  65040. web_1 | (use ./manage.py migrate to migrate these)
  65041. web_1 | Running migrations for socialaccount:
  65042. web_1 | - Nothing to migrate.
  65043. web_1 | - Loading initial data for socialaccount.
  65044. web_1 | Installed 0 object(s) from 0 fixture(s)
  65045. web_1 | Running migrations for django_extensions:
  65046. web_1 | - Nothing to migrate.
  65047. web_1 | - Loading initial data for django_extensions.
  65048. web_1 | Installed 0 object(s) from 0 fixture(s)
  65049. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65050. web_1 | [GCC 4.9.2] on linux2
  65051. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65052. web_1 | (InteractiveConsole)
  65053. web_1 |
  65054. web_1 | >>> >>> Starting the server
  65055. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65056. web_1 |
  65057. web_1 | Fatal error: Unable to find local grunt.
  65058. web_1 |
  65059. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65060. web_1 | your project. For more information about installing and configuring grunt,
  65061. web_1 | please see the Getting Started guide:
  65062. web_1 |
  65063. web_1 | http://gruntjs.com/getting-started
  65064. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65065. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65066. web_1 | Syncing...
  65067. web_1 | Creating tables ...
  65068. web_1 | Installing custom SQL ...
  65069. web_1 | Installing indexes ...
  65070. web_1 | Installed 0 object(s) from 0 fixture(s)
  65071. web_1 |
  65072. web_1 | Synced:
  65073. web_1 | > django.contrib.auth
  65074. web_1 | > django.contrib.contenttypes
  65075. web_1 | > django.contrib.sessions
  65076. web_1 | > django.contrib.sites
  65077. web_1 | > django.contrib.messages
  65078. web_1 | > django.contrib.staticfiles
  65079. web_1 | > django.contrib.admin
  65080. web_1 | > south
  65081. web_1 | > crispy_forms
  65082. web_1 | > avatar
  65083. web_1 | > bootstrap3
  65084. web_1 | > users
  65085. web_1 | > allauth
  65086. web_1 | > allauth.account
  65087. web_1 | > django.contrib.humanize
  65088. web_1 | > debug_toolbar
  65089. web_1 |
  65090. web_1 | Not synced (use migrations):
  65091. web_1 | - allauth.socialaccount
  65092. web_1 | - django_extensions
  65093. web_1 | (use ./manage.py migrate to migrate these)
  65094. web_1 | Running migrations for socialaccount:
  65095. web_1 | - Nothing to migrate.
  65096. web_1 | - Loading initial data for socialaccount.
  65097. web_1 | Installed 0 object(s) from 0 fixture(s)
  65098. web_1 | Running migrations for django_extensions:
  65099. web_1 | - Nothing to migrate.
  65100. web_1 | - Loading initial data for django_extensions.
  65101. web_1 | Installed 0 object(s) from 0 fixture(s)
  65102. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65103. web_1 | [GCC 4.9.2] on linux2
  65104. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65105. web_1 | (InteractiveConsole)
  65106. web_1 |
  65107. web_1 | >>> >>> Starting the server
  65108. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65109. web_1 |
  65110. web_1 | Fatal error: Unable to find local grunt.
  65111. web_1 |
  65112. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65113. web_1 | your project. For more information about installing and configuring grunt,
  65114. web_1 | please see the Getting Started guide:
  65115. web_1 |
  65116. web_1 | http://gruntjs.com/getting-started
  65117. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65118. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65119. web_1 | Syncing...
  65120. web_1 | Creating tables ...
  65121. web_1 | Installing custom SQL ...
  65122. web_1 | Installing indexes ...
  65123. web_1 | Installed 0 object(s) from 0 fixture(s)
  65124. web_1 |
  65125. web_1 | Synced:
  65126. web_1 | > django.contrib.auth
  65127. web_1 | > django.contrib.contenttypes
  65128. web_1 | > django.contrib.sessions
  65129. web_1 | > django.contrib.sites
  65130. web_1 | > django.contrib.messages
  65131. web_1 | > django.contrib.staticfiles
  65132. web_1 | > django.contrib.admin
  65133. web_1 | > south
  65134. web_1 | > crispy_forms
  65135. web_1 | > avatar
  65136. web_1 | > bootstrap3
  65137. web_1 | > users
  65138. web_1 | > allauth
  65139. web_1 | > allauth.account
  65140. web_1 | > django.contrib.humanize
  65141. web_1 | > debug_toolbar
  65142. web_1 |
  65143. web_1 | Not synced (use migrations):
  65144. web_1 | - allauth.socialaccount
  65145. web_1 | - django_extensions
  65146. web_1 | (use ./manage.py migrate to migrate these)
  65147. web_1 | Running migrations for socialaccount:
  65148. web_1 | - Nothing to migrate.
  65149. web_1 | - Loading initial data for socialaccount.
  65150. web_1 | Installed 0 object(s) from 0 fixture(s)
  65151. web_1 | Running migrations for django_extensions:
  65152. web_1 | - Nothing to migrate.
  65153. web_1 | - Loading initial data for django_extensions.
  65154. web_1 | Installed 0 object(s) from 0 fixture(s)
  65155. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65156. web_1 | [GCC 4.9.2] on linux2
  65157. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65158. web_1 | (InteractiveConsole)
  65159. web_1 |
  65160. web_1 | >>> >>> Starting the server
  65161. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65162. web_1 |
  65163. web_1 | Fatal error: Unable to find local grunt.
  65164. web_1 |
  65165. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65166. web_1 | your project. For more information about installing and configuring grunt,
  65167. web_1 | please see the Getting Started guide:
  65168. web_1 |
  65169. web_1 | http://gruntjs.com/getting-started
  65170. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65171. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65172. web_1 | Syncing...
  65173. web_1 | Creating tables ...
  65174. web_1 | Installing custom SQL ...
  65175. web_1 | Installing indexes ...
  65176. web_1 | Installed 0 object(s) from 0 fixture(s)
  65177. web_1 |
  65178. web_1 | Synced:
  65179. web_1 | > django.contrib.auth
  65180. web_1 | > django.contrib.contenttypes
  65181. web_1 | > django.contrib.sessions
  65182. web_1 | > django.contrib.sites
  65183. web_1 | > django.contrib.messages
  65184. web_1 | > django.contrib.staticfiles
  65185. web_1 | > django.contrib.admin
  65186. web_1 | > south
  65187. web_1 | > crispy_forms
  65188. web_1 | > avatar
  65189. web_1 | > bootstrap3
  65190. web_1 | > users
  65191. web_1 | > allauth
  65192. web_1 | > allauth.account
  65193. web_1 | > django.contrib.humanize
  65194. web_1 | > debug_toolbar
  65195. web_1 |
  65196. web_1 | Not synced (use migrations):
  65197. web_1 | - allauth.socialaccount
  65198. web_1 | - django_extensions
  65199. web_1 | (use ./manage.py migrate to migrate these)
  65200. web_1 | Running migrations for socialaccount:
  65201. web_1 | - Nothing to migrate.
  65202. web_1 | - Loading initial data for socialaccount.
  65203. web_1 | Installed 0 object(s) from 0 fixture(s)
  65204. web_1 | Running migrations for django_extensions:
  65205. web_1 | - Nothing to migrate.
  65206. web_1 | - Loading initial data for django_extensions.
  65207. web_1 | Installed 0 object(s) from 0 fixture(s)
  65208. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65209. web_1 | [GCC 4.9.2] on linux2
  65210. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65211. web_1 | (InteractiveConsole)
  65212. web_1 |
  65213. web_1 | >>> >>> Starting the server
  65214. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65215. web_1 |
  65216. web_1 | Fatal error: Unable to find local grunt.
  65217. web_1 |
  65218. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65219. web_1 | your project. For more information about installing and configuring grunt,
  65220. web_1 | please see the Getting Started guide:
  65221. web_1 |
  65222. web_1 | http://gruntjs.com/getting-started
  65223. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65224. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65225. web_1 | Syncing...
  65226. web_1 | Creating tables ...
  65227. web_1 | Installing custom SQL ...
  65228. web_1 | Installing indexes ...
  65229. web_1 | Installed 0 object(s) from 0 fixture(s)
  65230. web_1 |
  65231. web_1 | Synced:
  65232. web_1 | > django.contrib.auth
  65233. web_1 | > django.contrib.contenttypes
  65234. web_1 | > django.contrib.sessions
  65235. web_1 | > django.contrib.sites
  65236. web_1 | > django.contrib.messages
  65237. web_1 | > django.contrib.staticfiles
  65238. web_1 | > django.contrib.admin
  65239. web_1 | > south
  65240. web_1 | > crispy_forms
  65241. web_1 | > avatar
  65242. web_1 | > bootstrap3
  65243. web_1 | > users
  65244. web_1 | > allauth
  65245. web_1 | > allauth.account
  65246. web_1 | > django.contrib.humanize
  65247. web_1 | > debug_toolbar
  65248. web_1 |
  65249. web_1 | Not synced (use migrations):
  65250. web_1 | - allauth.socialaccount
  65251. web_1 | - django_extensions
  65252. web_1 | (use ./manage.py migrate to migrate these)
  65253. web_1 | Running migrations for socialaccount:
  65254. web_1 | - Nothing to migrate.
  65255. web_1 | - Loading initial data for socialaccount.
  65256. web_1 | Installed 0 object(s) from 0 fixture(s)
  65257. web_1 | Running migrations for django_extensions:
  65258. web_1 | - Nothing to migrate.
  65259. web_1 | - Loading initial data for django_extensions.
  65260. web_1 | Installed 0 object(s) from 0 fixture(s)
  65261. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65262. web_1 | [GCC 4.9.2] on linux2
  65263. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65264. web_1 | (InteractiveConsole)
  65265. web_1 |
  65266. web_1 | >>> >>> Starting the server
  65267. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65268. web_1 |
  65269. web_1 | Fatal error: Unable to find local grunt.
  65270. web_1 |
  65271. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65272. web_1 | your project. For more information about installing and configuring grunt,
  65273. web_1 | please see the Getting Started guide:
  65274. web_1 |
  65275. web_1 | http://gruntjs.com/getting-started
  65276. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65277. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65278. web_1 | Syncing...
  65279. web_1 | Creating tables ...
  65280. web_1 | Installing custom SQL ...
  65281. web_1 | Installing indexes ...
  65282. web_1 | Installed 0 object(s) from 0 fixture(s)
  65283. web_1 |
  65284. web_1 | Synced:
  65285. web_1 | > django.contrib.auth
  65286. web_1 | > django.contrib.contenttypes
  65287. web_1 | > django.contrib.sessions
  65288. web_1 | > django.contrib.sites
  65289. web_1 | > django.contrib.messages
  65290. web_1 | > django.contrib.staticfiles
  65291. web_1 | > django.contrib.admin
  65292. web_1 | > south
  65293. web_1 | > crispy_forms
  65294. web_1 | > avatar
  65295. web_1 | > bootstrap3
  65296. web_1 | > users
  65297. web_1 | > allauth
  65298. web_1 | > allauth.account
  65299. web_1 | > django.contrib.humanize
  65300. web_1 | > debug_toolbar
  65301. web_1 |
  65302. web_1 | Not synced (use migrations):
  65303. web_1 | - allauth.socialaccount
  65304. web_1 | - django_extensions
  65305. web_1 | (use ./manage.py migrate to migrate these)
  65306. web_1 | Running migrations for socialaccount:
  65307. web_1 | - Nothing to migrate.
  65308. web_1 | - Loading initial data for socialaccount.
  65309. web_1 | Installed 0 object(s) from 0 fixture(s)
  65310. web_1 | Running migrations for django_extensions:
  65311. web_1 | - Nothing to migrate.
  65312. web_1 | - Loading initial data for django_extensions.
  65313. web_1 | Installed 0 object(s) from 0 fixture(s)
  65314. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65315. web_1 | [GCC 4.9.2] on linux2
  65316. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65317. web_1 | (InteractiveConsole)
  65318. web_1 |
  65319. web_1 | >>> >>> Starting the server
  65320. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65321. web_1 |
  65322. web_1 | Fatal error: Unable to find local grunt.
  65323. web_1 |
  65324. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65325. web_1 | your project. For more information about installing and configuring grunt,
  65326. web_1 | please see the Getting Started guide:
  65327. web_1 |
  65328. web_1 | http://gruntjs.com/getting-started
  65329. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65330. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65331. web_1 | Syncing...
  65332. web_1 | Creating tables ...
  65333. web_1 | Installing custom SQL ...
  65334. web_1 | Installing indexes ...
  65335. web_1 | Installed 0 object(s) from 0 fixture(s)
  65336. web_1 |
  65337. web_1 | Synced:
  65338. web_1 | > django.contrib.auth
  65339. web_1 | > django.contrib.contenttypes
  65340. web_1 | > django.contrib.sessions
  65341. web_1 | > django.contrib.sites
  65342. web_1 | > django.contrib.messages
  65343. web_1 | > django.contrib.staticfiles
  65344. web_1 | > django.contrib.admin
  65345. web_1 | > south
  65346. web_1 | > crispy_forms
  65347. web_1 | > avatar
  65348. web_1 | > bootstrap3
  65349. web_1 | > users
  65350. web_1 | > allauth
  65351. web_1 | > allauth.account
  65352. web_1 | > django.contrib.humanize
  65353. web_1 | > debug_toolbar
  65354. web_1 |
  65355. web_1 | Not synced (use migrations):
  65356. web_1 | - allauth.socialaccount
  65357. web_1 | - django_extensions
  65358. web_1 | (use ./manage.py migrate to migrate these)
  65359. web_1 | Running migrations for socialaccount:
  65360. web_1 | - Nothing to migrate.
  65361. web_1 | - Loading initial data for socialaccount.
  65362. web_1 | Installed 0 object(s) from 0 fixture(s)
  65363. web_1 | Running migrations for django_extensions:
  65364. web_1 | - Nothing to migrate.
  65365. web_1 | - Loading initial data for django_extensions.
  65366. web_1 | Installed 0 object(s) from 0 fixture(s)
  65367. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65368. web_1 | [GCC 4.9.2] on linux2
  65369. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65370. web_1 | (InteractiveConsole)
  65371. web_1 |
  65372. web_1 | >>> >>> Starting the server
  65373. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65374. web_1 |
  65375. web_1 | Fatal error: Unable to find local grunt.
  65376. web_1 |
  65377. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65378. web_1 | your project. For more information about installing and configuring grunt,
  65379. web_1 | please see the Getting Started guide:
  65380. web_1 |
  65381. web_1 | http://gruntjs.com/getting-started
  65382. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65383. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65384. web_1 | Syncing...
  65385. web_1 | Creating tables ...
  65386. web_1 | Installing custom SQL ...
  65387. web_1 | Installing indexes ...
  65388. web_1 | Installed 0 object(s) from 0 fixture(s)
  65389. web_1 |
  65390. web_1 | Synced:
  65391. web_1 | > django.contrib.auth
  65392. web_1 | > django.contrib.contenttypes
  65393. web_1 | > django.contrib.sessions
  65394. web_1 | > django.contrib.sites
  65395. web_1 | > django.contrib.messages
  65396. web_1 | > django.contrib.staticfiles
  65397. web_1 | > django.contrib.admin
  65398. web_1 | > south
  65399. web_1 | > crispy_forms
  65400. web_1 | > avatar
  65401. web_1 | > bootstrap3
  65402. web_1 | > users
  65403. web_1 | > allauth
  65404. web_1 | > allauth.account
  65405. web_1 | > django.contrib.humanize
  65406. web_1 | > debug_toolbar
  65407. web_1 |
  65408. web_1 | Not synced (use migrations):
  65409. web_1 | - allauth.socialaccount
  65410. web_1 | - django_extensions
  65411. web_1 | (use ./manage.py migrate to migrate these)
  65412. web_1 | Running migrations for socialaccount:
  65413. web_1 | - Nothing to migrate.
  65414. web_1 | - Loading initial data for socialaccount.
  65415. web_1 | Installed 0 object(s) from 0 fixture(s)
  65416. web_1 | Running migrations for django_extensions:
  65417. web_1 | - Nothing to migrate.
  65418. web_1 | - Loading initial data for django_extensions.
  65419. web_1 | Installed 0 object(s) from 0 fixture(s)
  65420. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65421. web_1 | [GCC 4.9.2] on linux2
  65422. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65423. web_1 | (InteractiveConsole)
  65424. web_1 |
  65425. web_1 | >>> >>> Starting the server
  65426. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65427. web_1 |
  65428. web_1 | Fatal error: Unable to find local grunt.
  65429. web_1 |
  65430. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65431. web_1 | your project. For more information about installing and configuring grunt,
  65432. web_1 | please see the Getting Started guide:
  65433. web_1 |
  65434. web_1 | http://gruntjs.com/getting-started
  65435. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65436. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65437. web_1 | Syncing...
  65438. web_1 | Creating tables ...
  65439. web_1 | Installing custom SQL ...
  65440. web_1 | Installing indexes ...
  65441. web_1 | Installed 0 object(s) from 0 fixture(s)
  65442. web_1 |
  65443. web_1 | Synced:
  65444. web_1 | > django.contrib.auth
  65445. web_1 | > django.contrib.contenttypes
  65446. web_1 | > django.contrib.sessions
  65447. web_1 | > django.contrib.sites
  65448. web_1 | > django.contrib.messages
  65449. web_1 | > django.contrib.staticfiles
  65450. web_1 | > django.contrib.admin
  65451. web_1 | > south
  65452. web_1 | > crispy_forms
  65453. web_1 | > avatar
  65454. web_1 | > bootstrap3
  65455. web_1 | > users
  65456. web_1 | > allauth
  65457. web_1 | > allauth.account
  65458. web_1 | > django.contrib.humanize
  65459. web_1 | > debug_toolbar
  65460. web_1 |
  65461. web_1 | Not synced (use migrations):
  65462. web_1 | - allauth.socialaccount
  65463. web_1 | - django_extensions
  65464. web_1 | (use ./manage.py migrate to migrate these)
  65465. web_1 | Running migrations for socialaccount:
  65466. web_1 | - Nothing to migrate.
  65467. web_1 | - Loading initial data for socialaccount.
  65468. web_1 | Installed 0 object(s) from 0 fixture(s)
  65469. web_1 | Running migrations for django_extensions:
  65470. web_1 | - Nothing to migrate.
  65471. web_1 | - Loading initial data for django_extensions.
  65472. web_1 | Installed 0 object(s) from 0 fixture(s)
  65473. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65474. web_1 | [GCC 4.9.2] on linux2
  65475. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65476. web_1 | (InteractiveConsole)
  65477. web_1 |
  65478. web_1 | >>> >>> Starting the server
  65479. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65480. web_1 |
  65481. web_1 | Fatal error: Unable to find local grunt.
  65482. web_1 |
  65483. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65484. web_1 | your project. For more information about installing and configuring grunt,
  65485. web_1 | please see the Getting Started guide:
  65486. web_1 |
  65487. web_1 | http://gruntjs.com/getting-started
  65488. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65489. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65490. web_1 | Syncing...
  65491. web_1 | Creating tables ...
  65492. web_1 | Installing custom SQL ...
  65493. web_1 | Installing indexes ...
  65494. web_1 | Installed 0 object(s) from 0 fixture(s)
  65495. web_1 |
  65496. web_1 | Synced:
  65497. web_1 | > django.contrib.auth
  65498. web_1 | > django.contrib.contenttypes
  65499. web_1 | > django.contrib.sessions
  65500. web_1 | > django.contrib.sites
  65501. web_1 | > django.contrib.messages
  65502. web_1 | > django.contrib.staticfiles
  65503. web_1 | > django.contrib.admin
  65504. web_1 | > south
  65505. web_1 | > crispy_forms
  65506. web_1 | > avatar
  65507. web_1 | > bootstrap3
  65508. web_1 | > users
  65509. web_1 | > allauth
  65510. web_1 | > allauth.account
  65511. web_1 | > django.contrib.humanize
  65512. web_1 | > debug_toolbar
  65513. web_1 |
  65514. web_1 | Not synced (use migrations):
  65515. web_1 | - allauth.socialaccount
  65516. web_1 | - django_extensions
  65517. web_1 | (use ./manage.py migrate to migrate these)
  65518. web_1 | Running migrations for socialaccount:
  65519. web_1 | - Nothing to migrate.
  65520. web_1 | - Loading initial data for socialaccount.
  65521. web_1 | Installed 0 object(s) from 0 fixture(s)
  65522. web_1 | Running migrations for django_extensions:
  65523. web_1 | - Nothing to migrate.
  65524. web_1 | - Loading initial data for django_extensions.
  65525. web_1 | Installed 0 object(s) from 0 fixture(s)
  65526. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65527. web_1 | [GCC 4.9.2] on linux2
  65528. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65529. web_1 | (InteractiveConsole)
  65530. web_1 |
  65531. web_1 | >>> >>> Starting the server
  65532. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65533. web_1 |
  65534. web_1 | Fatal error: Unable to find local grunt.
  65535. web_1 |
  65536. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65537. web_1 | your project. For more information about installing and configuring grunt,
  65538. web_1 | please see the Getting Started guide:
  65539. web_1 |
  65540. web_1 | http://gruntjs.com/getting-started
  65541. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65542. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65543. web_1 | Syncing...
  65544. web_1 | Creating tables ...
  65545. web_1 | Installing custom SQL ...
  65546. web_1 | Installing indexes ...
  65547. web_1 | Installed 0 object(s) from 0 fixture(s)
  65548. web_1 |
  65549. web_1 | Synced:
  65550. web_1 | > django.contrib.auth
  65551. web_1 | > django.contrib.contenttypes
  65552. web_1 | > django.contrib.sessions
  65553. web_1 | > django.contrib.sites
  65554. web_1 | > django.contrib.messages
  65555. web_1 | > django.contrib.staticfiles
  65556. web_1 | > django.contrib.admin
  65557. web_1 | > south
  65558. web_1 | > crispy_forms
  65559. web_1 | > avatar
  65560. web_1 | > bootstrap3
  65561. web_1 | > users
  65562. web_1 | > allauth
  65563. web_1 | > allauth.account
  65564. web_1 | > django.contrib.humanize
  65565. web_1 | > debug_toolbar
  65566. web_1 |
  65567. web_1 | Not synced (use migrations):
  65568. web_1 | - allauth.socialaccount
  65569. web_1 | - django_extensions
  65570. web_1 | (use ./manage.py migrate to migrate these)
  65571. web_1 | Running migrations for socialaccount:
  65572. web_1 | - Nothing to migrate.
  65573. web_1 | - Loading initial data for socialaccount.
  65574. web_1 | Installed 0 object(s) from 0 fixture(s)
  65575. web_1 | Running migrations for django_extensions:
  65576. web_1 | - Nothing to migrate.
  65577. web_1 | - Loading initial data for django_extensions.
  65578. web_1 | Installed 0 object(s) from 0 fixture(s)
  65579. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65580. web_1 | [GCC 4.9.2] on linux2
  65581. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65582. web_1 | (InteractiveConsole)
  65583. web_1 |
  65584. web_1 | >>> >>> Starting the server
  65585. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65586. web_1 |
  65587. web_1 | Fatal error: Unable to find local grunt.
  65588. web_1 |
  65589. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65590. web_1 | your project. For more information about installing and configuring grunt,
  65591. web_1 | please see the Getting Started guide:
  65592. web_1 |
  65593. web_1 | http://gruntjs.com/getting-started
  65594. oclweb_web_1 exited with code 99
  65595. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65596. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65597. web_1 | Syncing...
  65598. web_1 | Traceback (most recent call last):
  65599. web_1 | File "ocl_web/manage.py", line 19, in <module>
  65600. web_1 | execute_from_command_line(sys.argv)
  65601. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  65602. web_1 | utility.execute()
  65603. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  65604. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  65605. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  65606. web_1 | self.execute(*args, **options.__dict__)
  65607. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  65608. web_1 | output = self.handle(*args, **options)
  65609. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  65610. web_1 | return self.handle_noargs(**options)
  65611. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  65612. web_1 | syncdb.Command().execute(**options)
  65613. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  65614. web_1 | output = self.handle(*args, **options)
  65615. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  65616. web_1 | return self.handle_noargs(**options)
  65617. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  65618. web_1 | cursor = connection.cursor()
  65619. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  65620. web_1 | cursor = self.make_debug_cursor(self._cursor())
  65621. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  65622. web_1 | self.ensure_connection()
  65623. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65624. web_1 | self.connect()
  65625. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  65626. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  65627. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65628. web_1 | self.connect()
  65629. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  65630. web_1 | self.connection = self.get_new_connection(conn_params)
  65631. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  65632. web_1 | return Database.connect(**conn_params)
  65633. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  65634. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  65635. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  65636. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  65637. web_1 | TCP/IP connections on port 5432?
  65638. web_1 |
  65639. web_1 | Traceback (most recent call last):
  65640. web_1 | File "ocl_web/manage.py", line 19, in <module>
  65641. web_1 | execute_from_command_line(sys.argv)
  65642. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  65643. web_1 | utility.execute()
  65644. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  65645. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  65646. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  65647. web_1 | self.execute(*args, **options.__dict__)
  65648. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  65649. web_1 | output = self.handle(*args, **options)
  65650. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  65651. web_1 | ignore_ghosts = ignore_ghosts,
  65652. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  65653. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  65654. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  65655. web_1 | for h in histories:
  65656. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  65657. web_1 | self._fetch_all()
  65658. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  65659. web_1 | self._result_cache = list(self.iterator())
  65660. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  65661. web_1 | for row in compiler.results_iter():
  65662. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  65663. web_1 | for rows in self.execute_sql(MULTI):
  65664. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  65665. web_1 | cursor = self.connection.cursor()
  65666. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  65667. web_1 | cursor = self.make_debug_cursor(self._cursor())
  65668. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  65669. web_1 | self.ensure_connection()
  65670. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65671. web_1 | self.connect()
  65672. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  65673. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  65674. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65675. web_1 | self.connect()
  65676. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  65677. web_1 | self.connection = self.get_new_connection(conn_params)
  65678. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  65679. web_1 | return Database.connect(**conn_params)
  65680. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  65681. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  65682. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  65683. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  65684. web_1 | TCP/IP connections on port 5432?
  65685. web_1 |
  65686. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65687. web_1 | [GCC 4.9.2] on linux2
  65688. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65689. web_1 | (InteractiveConsole)
  65690. web_1 | Traceback (most recent call last):
  65691. web_1 | File "<console>", line 1, in <module>
  65692. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  65693. web_1 | return self.query.get_count(using=self.db)
  65694. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  65695. web_1 | number = obj.get_aggregation(using=using)[None]
  65696. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  65697. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  65698. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  65699. web_1 | cursor = self.connection.cursor()
  65700. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  65701. web_1 | cursor = self.make_debug_cursor(self._cursor())
  65702. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  65703. web_1 | self.ensure_connection()
  65704. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65705. web_1 | self.connect()
  65706. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  65707. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  65708. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  65709. web_1 | self.connect()
  65710. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  65711. web_1 | self.connection = self.get_new_connection(conn_params)
  65712. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  65713. web_1 | return Database.connect(**conn_params)
  65714. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  65715. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  65716. web_1 | OperationalError: could not connect to server: Connection refused
  65717. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  65718. web_1 | TCP/IP connections on port 5432?
  65719. web_1 |
  65720. web_1 |
  65721. web_1 | >>> >>> Starting the server
  65722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65723. web_1 |
  65724. web_1 | Fatal error: Unable to find local grunt.
  65725. web_1 |
  65726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65727. web_1 | your project. For more information about installing and configuring grunt,
  65728. web_1 | please see the Getting Started guide:
  65729. web_1 |
  65730. web_1 | http://gruntjs.com/getting-started
  65731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65732. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65733. web_1 | Syncing...
  65734. web_1 | Creating tables ...
  65735. web_1 | Creating table auth_permission
  65736. web_1 | Creating table auth_group_permissions
  65737. web_1 | Creating table auth_group
  65738. web_1 | Creating table django_content_type
  65739. web_1 | Creating table django_session
  65740. web_1 | Creating table django_site
  65741. web_1 | Creating table django_admin_log
  65742. web_1 | Creating table south_migrationhistory
  65743. web_1 | Creating table avatar_avatar
  65744. web_1 | Creating table users_user_groups
  65745. web_1 | Creating table users_user_user_permissions
  65746. web_1 | Creating table users_user
  65747. web_1 | Creating table account_emailaddress
  65748. web_1 | Creating table account_emailconfirmation
  65749. web_1 | Installing custom SQL ...
  65750. web_1 | Installing indexes ...
  65751. web_1 | Installed 0 object(s) from 0 fixture(s)
  65752. web_1 |
  65753. web_1 | Synced:
  65754. web_1 | > django.contrib.auth
  65755. web_1 | > django.contrib.contenttypes
  65756. web_1 | > django.contrib.sessions
  65757. web_1 | > django.contrib.sites
  65758. web_1 | > django.contrib.messages
  65759. web_1 | > django.contrib.staticfiles
  65760. web_1 | > django.contrib.admin
  65761. web_1 | > south
  65762. web_1 | > crispy_forms
  65763. web_1 | > avatar
  65764. web_1 | > bootstrap3
  65765. web_1 | > users
  65766. web_1 | > allauth
  65767. web_1 | > allauth.account
  65768. web_1 | > django.contrib.humanize
  65769. web_1 | > debug_toolbar
  65770. web_1 |
  65771. web_1 | Not synced (use migrations):
  65772. web_1 | - allauth.socialaccount
  65773. web_1 | - django_extensions
  65774. web_1 | (use ./manage.py migrate to migrate these)
  65775. web_1 | Running migrations for socialaccount:
  65776. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  65777. web_1 | > socialaccount:0001_initial
  65778. web_1 | > socialaccount:0002_genericmodels
  65779. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  65780. web_1 | > socialaccount:0004_add_sites
  65781. web_1 | > socialaccount:0005_set_sites
  65782. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  65783. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  65784. web_1 | > socialaccount:0008_client_id
  65785. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  65786. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  65787. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  65788. web_1 | - Loading initial data for socialaccount.
  65789. web_1 | Installed 0 object(s) from 0 fixture(s)
  65790. web_1 | Running migrations for django_extensions:
  65791. web_1 | - Migrating forwards to 0001_empty.
  65792. web_1 | > django_extensions:0001_empty
  65793. web_1 | - Loading initial data for django_extensions.
  65794. web_1 | Installed 0 object(s) from 0 fixture(s)
  65795. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65796. web_1 | [GCC 4.9.2] on linux2
  65797. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65798. web_1 | (InteractiveConsole)
  65799. web_1 |
  65800. web_1 | >>> >>> Starting the server
  65801. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65802. web_1 |
  65803. web_1 | Fatal error: Unable to find local grunt.
  65804. web_1 |
  65805. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65806. web_1 | your project. For more information about installing and configuring grunt,
  65807. web_1 | please see the Getting Started guide:
  65808. web_1 |
  65809. web_1 | http://gruntjs.com/getting-started
  65810. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65811. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65812. web_1 | Syncing...
  65813. web_1 | Creating tables ...
  65814. web_1 | Installing custom SQL ...
  65815. web_1 | Installing indexes ...
  65816. web_1 | Installed 0 object(s) from 0 fixture(s)
  65817. web_1 |
  65818. web_1 | Synced:
  65819. web_1 | > django.contrib.auth
  65820. web_1 | > django.contrib.contenttypes
  65821. web_1 | > django.contrib.sessions
  65822. web_1 | > django.contrib.sites
  65823. web_1 | > django.contrib.messages
  65824. web_1 | > django.contrib.staticfiles
  65825. web_1 | > django.contrib.admin
  65826. web_1 | > south
  65827. web_1 | > crispy_forms
  65828. web_1 | > avatar
  65829. web_1 | > bootstrap3
  65830. web_1 | > users
  65831. web_1 | > allauth
  65832. web_1 | > allauth.account
  65833. web_1 | > django.contrib.humanize
  65834. web_1 | > debug_toolbar
  65835. web_1 |
  65836. web_1 | Not synced (use migrations):
  65837. web_1 | - allauth.socialaccount
  65838. web_1 | - django_extensions
  65839. web_1 | (use ./manage.py migrate to migrate these)
  65840. web_1 | Running migrations for socialaccount:
  65841. web_1 | - Nothing to migrate.
  65842. web_1 | - Loading initial data for socialaccount.
  65843. web_1 | Installed 0 object(s) from 0 fixture(s)
  65844. web_1 | Running migrations for django_extensions:
  65845. web_1 | - Nothing to migrate.
  65846. web_1 | - Loading initial data for django_extensions.
  65847. web_1 | Installed 0 object(s) from 0 fixture(s)
  65848. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65849. web_1 | [GCC 4.9.2] on linux2
  65850. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65851. web_1 | (InteractiveConsole)
  65852. web_1 |
  65853. web_1 | >>> >>> Starting the server
  65854. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65855. web_1 |
  65856. web_1 | Fatal error: Unable to find local grunt.
  65857. web_1 |
  65858. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65859. web_1 | your project. For more information about installing and configuring grunt,
  65860. web_1 | please see the Getting Started guide:
  65861. web_1 |
  65862. web_1 | http://gruntjs.com/getting-started
  65863. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65864. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65865. web_1 | Syncing...
  65866. web_1 | Creating tables ...
  65867. web_1 | Installing custom SQL ...
  65868. web_1 | Installing indexes ...
  65869. web_1 | Installed 0 object(s) from 0 fixture(s)
  65870. web_1 |
  65871. web_1 | Synced:
  65872. web_1 | > django.contrib.auth
  65873. web_1 | > django.contrib.contenttypes
  65874. web_1 | > django.contrib.sessions
  65875. web_1 | > django.contrib.sites
  65876. web_1 | > django.contrib.messages
  65877. web_1 | > django.contrib.staticfiles
  65878. web_1 | > django.contrib.admin
  65879. web_1 | > south
  65880. web_1 | > crispy_forms
  65881. web_1 | > avatar
  65882. web_1 | > bootstrap3
  65883. web_1 | > users
  65884. web_1 | > allauth
  65885. web_1 | > allauth.account
  65886. web_1 | > django.contrib.humanize
  65887. web_1 | > debug_toolbar
  65888. web_1 |
  65889. web_1 | Not synced (use migrations):
  65890. web_1 | - allauth.socialaccount
  65891. web_1 | - django_extensions
  65892. web_1 | (use ./manage.py migrate to migrate these)
  65893. web_1 | Running migrations for socialaccount:
  65894. web_1 | - Nothing to migrate.
  65895. web_1 | - Loading initial data for socialaccount.
  65896. web_1 | Installed 0 object(s) from 0 fixture(s)
  65897. web_1 | Running migrations for django_extensions:
  65898. web_1 | - Nothing to migrate.
  65899. web_1 | - Loading initial data for django_extensions.
  65900. web_1 | Installed 0 object(s) from 0 fixture(s)
  65901. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65902. web_1 | [GCC 4.9.2] on linux2
  65903. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65904. web_1 | (InteractiveConsole)
  65905. web_1 |
  65906. web_1 | >>> >>> Starting the server
  65907. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65908. web_1 |
  65909. web_1 | Fatal error: Unable to find local grunt.
  65910. web_1 |
  65911. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65912. web_1 | your project. For more information about installing and configuring grunt,
  65913. web_1 | please see the Getting Started guide:
  65914. web_1 |
  65915. web_1 | http://gruntjs.com/getting-started
  65916. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65917. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65918. web_1 | Syncing...
  65919. web_1 | Creating tables ...
  65920. web_1 | Installing custom SQL ...
  65921. web_1 | Installing indexes ...
  65922. web_1 | Installed 0 object(s) from 0 fixture(s)
  65923. web_1 |
  65924. web_1 | Synced:
  65925. web_1 | > django.contrib.auth
  65926. web_1 | > django.contrib.contenttypes
  65927. web_1 | > django.contrib.sessions
  65928. web_1 | > django.contrib.sites
  65929. web_1 | > django.contrib.messages
  65930. web_1 | > django.contrib.staticfiles
  65931. web_1 | > django.contrib.admin
  65932. web_1 | > south
  65933. web_1 | > crispy_forms
  65934. web_1 | > avatar
  65935. web_1 | > bootstrap3
  65936. web_1 | > users
  65937. web_1 | > allauth
  65938. web_1 | > allauth.account
  65939. web_1 | > django.contrib.humanize
  65940. web_1 | > debug_toolbar
  65941. web_1 |
  65942. web_1 | Not synced (use migrations):
  65943. web_1 | - allauth.socialaccount
  65944. web_1 | - django_extensions
  65945. web_1 | (use ./manage.py migrate to migrate these)
  65946. web_1 | Running migrations for socialaccount:
  65947. web_1 | - Nothing to migrate.
  65948. web_1 | - Loading initial data for socialaccount.
  65949. web_1 | Installed 0 object(s) from 0 fixture(s)
  65950. web_1 | Running migrations for django_extensions:
  65951. web_1 | - Nothing to migrate.
  65952. web_1 | - Loading initial data for django_extensions.
  65953. web_1 | Installed 0 object(s) from 0 fixture(s)
  65954. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  65955. web_1 | [GCC 4.9.2] on linux2
  65956. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  65957. web_1 | (InteractiveConsole)
  65958. web_1 |
  65959. web_1 | >>> >>> Starting the server
  65960. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  65961. web_1 |
  65962. web_1 | Fatal error: Unable to find local grunt.
  65963. web_1 |
  65964. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  65965. web_1 | your project. For more information about installing and configuring grunt,
  65966. web_1 | please see the Getting Started guide:
  65967. web_1 |
  65968. web_1 | http://gruntjs.com/getting-started
  65969. web_1 | Starting OpenBSD Secure Shell server: sshd.
  65970. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  65971. web_1 | Syncing...
  65972. web_1 | Creating tables ...
  65973. web_1 | Installing custom SQL ...
  65974. web_1 | Installing indexes ...
  65975. web_1 | Installed 0 object(s) from 0 fixture(s)
  65976. web_1 |
  65977. web_1 | Synced:
  65978. web_1 | > django.contrib.auth
  65979. web_1 | > django.contrib.contenttypes
  65980. web_1 | > django.contrib.sessions
  65981. web_1 | > django.contrib.sites
  65982. web_1 | > django.contrib.messages
  65983. web_1 | > django.contrib.staticfiles
  65984. web_1 | > django.contrib.admin
  65985. web_1 | > south
  65986. web_1 | > crispy_forms
  65987. web_1 | > avatar
  65988. web_1 | > bootstrap3
  65989. web_1 | > users
  65990. web_1 | > allauth
  65991. web_1 | > allauth.account
  65992. web_1 | > django.contrib.humanize
  65993. web_1 | > debug_toolbar
  65994. web_1 |
  65995. web_1 | Not synced (use migrations):
  65996. web_1 | - allauth.socialaccount
  65997. web_1 | - django_extensions
  65998. web_1 | (use ./manage.py migrate to migrate these)
  65999. web_1 | Running migrations for socialaccount:
  66000. web_1 | - Nothing to migrate.
  66001. web_1 | - Loading initial data for socialaccount.
  66002. web_1 | Installed 0 object(s) from 0 fixture(s)
  66003. web_1 | Running migrations for django_extensions:
  66004. web_1 | - Nothing to migrate.
  66005. web_1 | - Loading initial data for django_extensions.
  66006. web_1 | Installed 0 object(s) from 0 fixture(s)
  66007. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66008. web_1 | [GCC 4.9.2] on linux2
  66009. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66010. web_1 | (InteractiveConsole)
  66011. web_1 |
  66012. web_1 | >>> >>> Starting the server
  66013. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66014. web_1 |
  66015. web_1 | Fatal error: Unable to find local grunt.
  66016. web_1 |
  66017. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66018. web_1 | your project. For more information about installing and configuring grunt,
  66019. web_1 | please see the Getting Started guide:
  66020. web_1 |
  66021. web_1 | http://gruntjs.com/getting-started
  66022. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66023. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66024. web_1 | Syncing...
  66025. web_1 | Creating tables ...
  66026. web_1 | Installing custom SQL ...
  66027. web_1 | Installing indexes ...
  66028. web_1 | Installed 0 object(s) from 0 fixture(s)
  66029. web_1 |
  66030. web_1 | Synced:
  66031. web_1 | > django.contrib.auth
  66032. web_1 | > django.contrib.contenttypes
  66033. web_1 | > django.contrib.sessions
  66034. web_1 | > django.contrib.sites
  66035. web_1 | > django.contrib.messages
  66036. web_1 | > django.contrib.staticfiles
  66037. web_1 | > django.contrib.admin
  66038. web_1 | > south
  66039. web_1 | > crispy_forms
  66040. web_1 | > avatar
  66041. web_1 | > bootstrap3
  66042. web_1 | > users
  66043. web_1 | > allauth
  66044. web_1 | > allauth.account
  66045. web_1 | > django.contrib.humanize
  66046. web_1 | > debug_toolbar
  66047. web_1 |
  66048. web_1 | Not synced (use migrations):
  66049. web_1 | - allauth.socialaccount
  66050. web_1 | - django_extensions
  66051. web_1 | (use ./manage.py migrate to migrate these)
  66052. web_1 | Running migrations for socialaccount:
  66053. web_1 | - Nothing to migrate.
  66054. web_1 | - Loading initial data for socialaccount.
  66055. web_1 | Installed 0 object(s) from 0 fixture(s)
  66056. web_1 | Running migrations for django_extensions:
  66057. web_1 | - Nothing to migrate.
  66058. web_1 | - Loading initial data for django_extensions.
  66059. web_1 | Installed 0 object(s) from 0 fixture(s)
  66060. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66061. web_1 | [GCC 4.9.2] on linux2
  66062. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66063. web_1 | (InteractiveConsole)
  66064. web_1 |
  66065. web_1 | >>> >>> Starting the server
  66066. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66067. web_1 |
  66068. web_1 | Fatal error: Unable to find local grunt.
  66069. web_1 |
  66070. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66071. web_1 | your project. For more information about installing and configuring grunt,
  66072. web_1 | please see the Getting Started guide:
  66073. web_1 |
  66074. web_1 | http://gruntjs.com/getting-started
  66075. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66076. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66077. web_1 | Syncing...
  66078. web_1 | Creating tables ...
  66079. web_1 | Installing custom SQL ...
  66080. web_1 | Installing indexes ...
  66081. web_1 | Installed 0 object(s) from 0 fixture(s)
  66082. web_1 |
  66083. web_1 | Synced:
  66084. web_1 | > django.contrib.auth
  66085. web_1 | > django.contrib.contenttypes
  66086. web_1 | > django.contrib.sessions
  66087. web_1 | > django.contrib.sites
  66088. web_1 | > django.contrib.messages
  66089. web_1 | > django.contrib.staticfiles
  66090. web_1 | > django.contrib.admin
  66091. web_1 | > south
  66092. web_1 | > crispy_forms
  66093. web_1 | > avatar
  66094. web_1 | > bootstrap3
  66095. web_1 | > users
  66096. web_1 | > allauth
  66097. web_1 | > allauth.account
  66098. web_1 | > django.contrib.humanize
  66099. web_1 | > debug_toolbar
  66100. web_1 |
  66101. web_1 | Not synced (use migrations):
  66102. web_1 | - allauth.socialaccount
  66103. web_1 | - django_extensions
  66104. web_1 | (use ./manage.py migrate to migrate these)
  66105. web_1 | Running migrations for socialaccount:
  66106. web_1 | - Nothing to migrate.
  66107. web_1 | - Loading initial data for socialaccount.
  66108. web_1 | Installed 0 object(s) from 0 fixture(s)
  66109. web_1 | Running migrations for django_extensions:
  66110. web_1 | - Nothing to migrate.
  66111. web_1 | - Loading initial data for django_extensions.
  66112. web_1 | Installed 0 object(s) from 0 fixture(s)
  66113. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66114. web_1 | [GCC 4.9.2] on linux2
  66115. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66116. web_1 | (InteractiveConsole)
  66117. web_1 |
  66118. web_1 | >>> >>> Starting the server
  66119. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66120. web_1 |
  66121. web_1 | Fatal error: Unable to find local grunt.
  66122. web_1 |
  66123. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66124. web_1 | your project. For more information about installing and configuring grunt,
  66125. web_1 | please see the Getting Started guide:
  66126. web_1 |
  66127. web_1 | http://gruntjs.com/getting-started
  66128. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66129. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66130. web_1 | Syncing...
  66131. web_1 | Creating tables ...
  66132. web_1 | Installing custom SQL ...
  66133. web_1 | Installing indexes ...
  66134. web_1 | Installed 0 object(s) from 0 fixture(s)
  66135. web_1 |
  66136. web_1 | Synced:
  66137. web_1 | > django.contrib.auth
  66138. web_1 | > django.contrib.contenttypes
  66139. web_1 | > django.contrib.sessions
  66140. web_1 | > django.contrib.sites
  66141. web_1 | > django.contrib.messages
  66142. web_1 | > django.contrib.staticfiles
  66143. web_1 | > django.contrib.admin
  66144. web_1 | > south
  66145. web_1 | > crispy_forms
  66146. web_1 | > avatar
  66147. web_1 | > bootstrap3
  66148. web_1 | > users
  66149. web_1 | > allauth
  66150. web_1 | > allauth.account
  66151. web_1 | > django.contrib.humanize
  66152. web_1 | > debug_toolbar
  66153. web_1 |
  66154. web_1 | Not synced (use migrations):
  66155. web_1 | - allauth.socialaccount
  66156. web_1 | - django_extensions
  66157. web_1 | (use ./manage.py migrate to migrate these)
  66158. web_1 | Running migrations for socialaccount:
  66159. web_1 | - Nothing to migrate.
  66160. web_1 | - Loading initial data for socialaccount.
  66161. web_1 | Installed 0 object(s) from 0 fixture(s)
  66162. web_1 | Running migrations for django_extensions:
  66163. web_1 | - Nothing to migrate.
  66164. web_1 | - Loading initial data for django_extensions.
  66165. web_1 | Installed 0 object(s) from 0 fixture(s)
  66166. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66167. web_1 | [GCC 4.9.2] on linux2
  66168. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66169. web_1 | (InteractiveConsole)
  66170. web_1 |
  66171. web_1 | >>> >>> Starting the server
  66172. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66173. web_1 |
  66174. web_1 | Fatal error: Unable to find local grunt.
  66175. web_1 |
  66176. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66177. web_1 | your project. For more information about installing and configuring grunt,
  66178. web_1 | please see the Getting Started guide:
  66179. web_1 |
  66180. web_1 | http://gruntjs.com/getting-started
  66181. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66182. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66183. web_1 | Syncing...
  66184. web_1 | Creating tables ...
  66185. web_1 | Installing custom SQL ...
  66186. web_1 | Installing indexes ...
  66187. web_1 | Installed 0 object(s) from 0 fixture(s)
  66188. web_1 |
  66189. web_1 | Synced:
  66190. web_1 | > django.contrib.auth
  66191. web_1 | > django.contrib.contenttypes
  66192. web_1 | > django.contrib.sessions
  66193. web_1 | > django.contrib.sites
  66194. web_1 | > django.contrib.messages
  66195. web_1 | > django.contrib.staticfiles
  66196. web_1 | > django.contrib.admin
  66197. web_1 | > south
  66198. web_1 | > crispy_forms
  66199. web_1 | > avatar
  66200. web_1 | > bootstrap3
  66201. web_1 | > users
  66202. web_1 | > allauth
  66203. web_1 | > allauth.account
  66204. web_1 | > django.contrib.humanize
  66205. web_1 | > debug_toolbar
  66206. web_1 |
  66207. web_1 | Not synced (use migrations):
  66208. web_1 | - allauth.socialaccount
  66209. web_1 | - django_extensions
  66210. web_1 | (use ./manage.py migrate to migrate these)
  66211. web_1 | Running migrations for socialaccount:
  66212. web_1 | - Nothing to migrate.
  66213. web_1 | - Loading initial data for socialaccount.
  66214. web_1 | Installed 0 object(s) from 0 fixture(s)
  66215. web_1 | Running migrations for django_extensions:
  66216. web_1 | - Nothing to migrate.
  66217. web_1 | - Loading initial data for django_extensions.
  66218. web_1 | Installed 0 object(s) from 0 fixture(s)
  66219. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66220. web_1 | [GCC 4.9.2] on linux2
  66221. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66222. web_1 | (InteractiveConsole)
  66223. web_1 |
  66224. web_1 | >>> >>> Starting the server
  66225. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66226. web_1 |
  66227. web_1 | Fatal error: Unable to find local grunt.
  66228. web_1 |
  66229. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66230. web_1 | your project. For more information about installing and configuring grunt,
  66231. web_1 | please see the Getting Started guide:
  66232. web_1 |
  66233. web_1 | http://gruntjs.com/getting-started
  66234. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66235. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66236. web_1 | Syncing...
  66237. web_1 | Creating tables ...
  66238. web_1 | Installing custom SQL ...
  66239. web_1 | Installing indexes ...
  66240. web_1 | Installed 0 object(s) from 0 fixture(s)
  66241. web_1 |
  66242. web_1 | Synced:
  66243. web_1 | > django.contrib.auth
  66244. web_1 | > django.contrib.contenttypes
  66245. web_1 | > django.contrib.sessions
  66246. web_1 | > django.contrib.sites
  66247. web_1 | > django.contrib.messages
  66248. web_1 | > django.contrib.staticfiles
  66249. web_1 | > django.contrib.admin
  66250. web_1 | > south
  66251. web_1 | > crispy_forms
  66252. web_1 | > avatar
  66253. web_1 | > bootstrap3
  66254. web_1 | > users
  66255. web_1 | > allauth
  66256. web_1 | > allauth.account
  66257. web_1 | > django.contrib.humanize
  66258. web_1 | > debug_toolbar
  66259. web_1 |
  66260. web_1 | Not synced (use migrations):
  66261. web_1 | - allauth.socialaccount
  66262. web_1 | - django_extensions
  66263. web_1 | (use ./manage.py migrate to migrate these)
  66264. web_1 | Running migrations for socialaccount:
  66265. web_1 | - Nothing to migrate.
  66266. web_1 | - Loading initial data for socialaccount.
  66267. web_1 | Installed 0 object(s) from 0 fixture(s)
  66268. web_1 | Running migrations for django_extensions:
  66269. web_1 | - Nothing to migrate.
  66270. web_1 | - Loading initial data for django_extensions.
  66271. web_1 | Installed 0 object(s) from 0 fixture(s)
  66272. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66273. web_1 | [GCC 4.9.2] on linux2
  66274. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66275. web_1 | (InteractiveConsole)
  66276. web_1 |
  66277. web_1 | >>> >>> Starting the server
  66278. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66279. web_1 |
  66280. web_1 | Fatal error: Unable to find local grunt.
  66281. web_1 |
  66282. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66283. web_1 | your project. For more information about installing and configuring grunt,
  66284. web_1 | please see the Getting Started guide:
  66285. web_1 |
  66286. web_1 | http://gruntjs.com/getting-started
  66287. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66288. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66289. web_1 | Syncing...
  66290. web_1 | Creating tables ...
  66291. web_1 | Installing custom SQL ...
  66292. web_1 | Installing indexes ...
  66293. web_1 | Installed 0 object(s) from 0 fixture(s)
  66294. web_1 |
  66295. web_1 | Synced:
  66296. web_1 | > django.contrib.auth
  66297. web_1 | > django.contrib.contenttypes
  66298. web_1 | > django.contrib.sessions
  66299. web_1 | > django.contrib.sites
  66300. web_1 | > django.contrib.messages
  66301. web_1 | > django.contrib.staticfiles
  66302. web_1 | > django.contrib.admin
  66303. web_1 | > south
  66304. web_1 | > crispy_forms
  66305. web_1 | > avatar
  66306. web_1 | > bootstrap3
  66307. web_1 | > users
  66308. web_1 | > allauth
  66309. web_1 | > allauth.account
  66310. web_1 | > django.contrib.humanize
  66311. web_1 | > debug_toolbar
  66312. web_1 |
  66313. web_1 | Not synced (use migrations):
  66314. web_1 | - allauth.socialaccount
  66315. web_1 | - django_extensions
  66316. web_1 | (use ./manage.py migrate to migrate these)
  66317. web_1 | Running migrations for socialaccount:
  66318. web_1 | - Nothing to migrate.
  66319. web_1 | - Loading initial data for socialaccount.
  66320. web_1 | Installed 0 object(s) from 0 fixture(s)
  66321. web_1 | Running migrations for django_extensions:
  66322. web_1 | - Nothing to migrate.
  66323. web_1 | - Loading initial data for django_extensions.
  66324. web_1 | Installed 0 object(s) from 0 fixture(s)
  66325. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66326. web_1 | [GCC 4.9.2] on linux2
  66327. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66328. web_1 | (InteractiveConsole)
  66329. web_1 |
  66330. web_1 | >>> >>> Starting the server
  66331. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66332. web_1 |
  66333. web_1 | Fatal error: Unable to find local grunt.
  66334. web_1 |
  66335. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66336. web_1 | your project. For more information about installing and configuring grunt,
  66337. web_1 | please see the Getting Started guide:
  66338. web_1 |
  66339. web_1 | http://gruntjs.com/getting-started
  66340. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66341. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66342. web_1 | Syncing...
  66343. web_1 | Creating tables ...
  66344. web_1 | Installing custom SQL ...
  66345. web_1 | Installing indexes ...
  66346. web_1 | Installed 0 object(s) from 0 fixture(s)
  66347. web_1 |
  66348. web_1 | Synced:
  66349. web_1 | > django.contrib.auth
  66350. web_1 | > django.contrib.contenttypes
  66351. web_1 | > django.contrib.sessions
  66352. web_1 | > django.contrib.sites
  66353. web_1 | > django.contrib.messages
  66354. web_1 | > django.contrib.staticfiles
  66355. web_1 | > django.contrib.admin
  66356. web_1 | > south
  66357. web_1 | > crispy_forms
  66358. web_1 | > avatar
  66359. web_1 | > bootstrap3
  66360. web_1 | > users
  66361. web_1 | > allauth
  66362. web_1 | > allauth.account
  66363. web_1 | > django.contrib.humanize
  66364. web_1 | > debug_toolbar
  66365. web_1 |
  66366. web_1 | Not synced (use migrations):
  66367. web_1 | - allauth.socialaccount
  66368. web_1 | - django_extensions
  66369. web_1 | (use ./manage.py migrate to migrate these)
  66370. web_1 | Running migrations for socialaccount:
  66371. web_1 | - Nothing to migrate.
  66372. web_1 | - Loading initial data for socialaccount.
  66373. web_1 | Installed 0 object(s) from 0 fixture(s)
  66374. web_1 | Running migrations for django_extensions:
  66375. web_1 | - Nothing to migrate.
  66376. web_1 | - Loading initial data for django_extensions.
  66377. web_1 | Installed 0 object(s) from 0 fixture(s)
  66378. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66379. web_1 | [GCC 4.9.2] on linux2
  66380. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66381. web_1 | (InteractiveConsole)
  66382. web_1 |
  66383. web_1 | >>> >>> Starting the server
  66384. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66385. web_1 |
  66386. web_1 | Fatal error: Unable to find local grunt.
  66387. web_1 |
  66388. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66389. web_1 | your project. For more information about installing and configuring grunt,
  66390. web_1 | please see the Getting Started guide:
  66391. web_1 |
  66392. web_1 | http://gruntjs.com/getting-started
  66393. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66394. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66395. web_1 | Syncing...
  66396. web_1 | Creating tables ...
  66397. web_1 | Installing custom SQL ...
  66398. web_1 | Installing indexes ...
  66399. web_1 | Installed 0 object(s) from 0 fixture(s)
  66400. web_1 |
  66401. web_1 | Synced:
  66402. web_1 | > django.contrib.auth
  66403. web_1 | > django.contrib.contenttypes
  66404. web_1 | > django.contrib.sessions
  66405. web_1 | > django.contrib.sites
  66406. web_1 | > django.contrib.messages
  66407. web_1 | > django.contrib.staticfiles
  66408. web_1 | > django.contrib.admin
  66409. web_1 | > south
  66410. web_1 | > crispy_forms
  66411. web_1 | > avatar
  66412. web_1 | > bootstrap3
  66413. web_1 | > users
  66414. web_1 | > allauth
  66415. web_1 | > allauth.account
  66416. web_1 | > django.contrib.humanize
  66417. web_1 | > debug_toolbar
  66418. web_1 |
  66419. web_1 | Not synced (use migrations):
  66420. web_1 | - allauth.socialaccount
  66421. web_1 | - django_extensions
  66422. web_1 | (use ./manage.py migrate to migrate these)
  66423. web_1 | Running migrations for socialaccount:
  66424. web_1 | - Nothing to migrate.
  66425. web_1 | - Loading initial data for socialaccount.
  66426. web_1 | Installed 0 object(s) from 0 fixture(s)
  66427. web_1 | Running migrations for django_extensions:
  66428. web_1 | - Nothing to migrate.
  66429. web_1 | - Loading initial data for django_extensions.
  66430. web_1 | Installed 0 object(s) from 0 fixture(s)
  66431. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66432. web_1 | [GCC 4.9.2] on linux2
  66433. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66434. web_1 | (InteractiveConsole)
  66435. web_1 |
  66436. web_1 | >>> >>> Starting the server
  66437. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66438. web_1 |
  66439. web_1 | Fatal error: Unable to find local grunt.
  66440. web_1 |
  66441. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66442. web_1 | your project. For more information about installing and configuring grunt,
  66443. web_1 | please see the Getting Started guide:
  66444. web_1 |
  66445. web_1 | http://gruntjs.com/getting-started
  66446. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66447. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66448. web_1 | Syncing...
  66449. web_1 | Creating tables ...
  66450. web_1 | Installing custom SQL ...
  66451. web_1 | Installing indexes ...
  66452. web_1 | Installed 0 object(s) from 0 fixture(s)
  66453. web_1 |
  66454. web_1 | Synced:
  66455. web_1 | > django.contrib.auth
  66456. web_1 | > django.contrib.contenttypes
  66457. web_1 | > django.contrib.sessions
  66458. web_1 | > django.contrib.sites
  66459. web_1 | > django.contrib.messages
  66460. web_1 | > django.contrib.staticfiles
  66461. web_1 | > django.contrib.admin
  66462. web_1 | > south
  66463. web_1 | > crispy_forms
  66464. web_1 | > avatar
  66465. web_1 | > bootstrap3
  66466. web_1 | > users
  66467. web_1 | > allauth
  66468. web_1 | > allauth.account
  66469. web_1 | > django.contrib.humanize
  66470. web_1 | > debug_toolbar
  66471. web_1 |
  66472. web_1 | Not synced (use migrations):
  66473. web_1 | - allauth.socialaccount
  66474. web_1 | - django_extensions
  66475. web_1 | (use ./manage.py migrate to migrate these)
  66476. web_1 | Running migrations for socialaccount:
  66477. web_1 | - Nothing to migrate.
  66478. web_1 | - Loading initial data for socialaccount.
  66479. web_1 | Installed 0 object(s) from 0 fixture(s)
  66480. web_1 | Running migrations for django_extensions:
  66481. web_1 | - Nothing to migrate.
  66482. web_1 | - Loading initial data for django_extensions.
  66483. web_1 | Installed 0 object(s) from 0 fixture(s)
  66484. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66485. web_1 | [GCC 4.9.2] on linux2
  66486. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66487. web_1 | (InteractiveConsole)
  66488. web_1 |
  66489. web_1 | >>> >>> Starting the server
  66490. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66491. web_1 |
  66492. web_1 | Fatal error: Unable to find local grunt.
  66493. web_1 |
  66494. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66495. web_1 | your project. For more information about installing and configuring grunt,
  66496. web_1 | please see the Getting Started guide:
  66497. web_1 |
  66498. web_1 | http://gruntjs.com/getting-started
  66499. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66500. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66501. web_1 | Syncing...
  66502. web_1 | Creating tables ...
  66503. web_1 | Installing custom SQL ...
  66504. web_1 | Installing indexes ...
  66505. web_1 | Installed 0 object(s) from 0 fixture(s)
  66506. web_1 |
  66507. web_1 | Synced:
  66508. web_1 | > django.contrib.auth
  66509. web_1 | > django.contrib.contenttypes
  66510. web_1 | > django.contrib.sessions
  66511. web_1 | > django.contrib.sites
  66512. web_1 | > django.contrib.messages
  66513. web_1 | > django.contrib.staticfiles
  66514. web_1 | > django.contrib.admin
  66515. web_1 | > south
  66516. web_1 | > crispy_forms
  66517. web_1 | > avatar
  66518. web_1 | > bootstrap3
  66519. web_1 | > users
  66520. web_1 | > allauth
  66521. web_1 | > allauth.account
  66522. web_1 | > django.contrib.humanize
  66523. web_1 | > debug_toolbar
  66524. web_1 |
  66525. web_1 | Not synced (use migrations):
  66526. web_1 | - allauth.socialaccount
  66527. web_1 | - django_extensions
  66528. web_1 | (use ./manage.py migrate to migrate these)
  66529. web_1 | Running migrations for socialaccount:
  66530. web_1 | - Nothing to migrate.
  66531. web_1 | - Loading initial data for socialaccount.
  66532. web_1 | Installed 0 object(s) from 0 fixture(s)
  66533. web_1 | Running migrations for django_extensions:
  66534. web_1 | - Nothing to migrate.
  66535. web_1 | - Loading initial data for django_extensions.
  66536. web_1 | Installed 0 object(s) from 0 fixture(s)
  66537. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66538. web_1 | [GCC 4.9.2] on linux2
  66539. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66540. web_1 | (InteractiveConsole)
  66541. web_1 |
  66542. web_1 | >>> >>> Starting the server
  66543. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66544. web_1 |
  66545. web_1 | Fatal error: Unable to find local grunt.
  66546. web_1 |
  66547. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66548. web_1 | your project. For more information about installing and configuring grunt,
  66549. web_1 | please see the Getting Started guide:
  66550. web_1 |
  66551. web_1 | http://gruntjs.com/getting-started
  66552. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66553. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66554. web_1 | Syncing...
  66555. web_1 | Creating tables ...
  66556. web_1 | Installing custom SQL ...
  66557. web_1 | Installing indexes ...
  66558. web_1 | Installed 0 object(s) from 0 fixture(s)
  66559. web_1 |
  66560. web_1 | Synced:
  66561. web_1 | > django.contrib.auth
  66562. web_1 | > django.contrib.contenttypes
  66563. web_1 | > django.contrib.sessions
  66564. web_1 | > django.contrib.sites
  66565. web_1 | > django.contrib.messages
  66566. web_1 | > django.contrib.staticfiles
  66567. web_1 | > django.contrib.admin
  66568. web_1 | > south
  66569. web_1 | > crispy_forms
  66570. web_1 | > avatar
  66571. web_1 | > bootstrap3
  66572. web_1 | > users
  66573. web_1 | > allauth
  66574. web_1 | > allauth.account
  66575. web_1 | > django.contrib.humanize
  66576. web_1 | > debug_toolbar
  66577. web_1 |
  66578. web_1 | Not synced (use migrations):
  66579. web_1 | - allauth.socialaccount
  66580. web_1 | - django_extensions
  66581. web_1 | (use ./manage.py migrate to migrate these)
  66582. web_1 | Running migrations for socialaccount:
  66583. web_1 | - Nothing to migrate.
  66584. web_1 | - Loading initial data for socialaccount.
  66585. web_1 | Installed 0 object(s) from 0 fixture(s)
  66586. web_1 | Running migrations for django_extensions:
  66587. web_1 | - Nothing to migrate.
  66588. web_1 | - Loading initial data for django_extensions.
  66589. web_1 | Installed 0 object(s) from 0 fixture(s)
  66590. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66591. web_1 | [GCC 4.9.2] on linux2
  66592. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66593. web_1 | (InteractiveConsole)
  66594. web_1 |
  66595. web_1 | >>> >>> Starting the server
  66596. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66597. web_1 |
  66598. web_1 | Fatal error: Unable to find local grunt.
  66599. web_1 |
  66600. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66601. web_1 | your project. For more information about installing and configuring grunt,
  66602. web_1 | please see the Getting Started guide:
  66603. web_1 |
  66604. web_1 | http://gruntjs.com/getting-started
  66605. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66606. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66607. web_1 | Syncing...
  66608. web_1 | Creating tables ...
  66609. web_1 | Installing custom SQL ...
  66610. web_1 | Installing indexes ...
  66611. web_1 | Installed 0 object(s) from 0 fixture(s)
  66612. web_1 |
  66613. web_1 | Synced:
  66614. web_1 | > django.contrib.auth
  66615. web_1 | > django.contrib.contenttypes
  66616. web_1 | > django.contrib.sessions
  66617. web_1 | > django.contrib.sites
  66618. web_1 | > django.contrib.messages
  66619. web_1 | > django.contrib.staticfiles
  66620. web_1 | > django.contrib.admin
  66621. web_1 | > south
  66622. web_1 | > crispy_forms
  66623. web_1 | > avatar
  66624. web_1 | > bootstrap3
  66625. web_1 | > users
  66626. web_1 | > allauth
  66627. web_1 | > allauth.account
  66628. web_1 | > django.contrib.humanize
  66629. web_1 | > debug_toolbar
  66630. web_1 |
  66631. web_1 | Not synced (use migrations):
  66632. web_1 | - allauth.socialaccount
  66633. web_1 | - django_extensions
  66634. web_1 | (use ./manage.py migrate to migrate these)
  66635. web_1 | Running migrations for socialaccount:
  66636. web_1 | - Nothing to migrate.
  66637. web_1 | - Loading initial data for socialaccount.
  66638. web_1 | Installed 0 object(s) from 0 fixture(s)
  66639. web_1 | Running migrations for django_extensions:
  66640. web_1 | - Nothing to migrate.
  66641. web_1 | - Loading initial data for django_extensions.
  66642. web_1 | Installed 0 object(s) from 0 fixture(s)
  66643. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66644. web_1 | [GCC 4.9.2] on linux2
  66645. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66646. web_1 | (InteractiveConsole)
  66647. web_1 |
  66648. web_1 | >>> >>> Starting the server
  66649. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66650. web_1 |
  66651. web_1 | Fatal error: Unable to find local grunt.
  66652. web_1 |
  66653. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66654. web_1 | your project. For more information about installing and configuring grunt,
  66655. web_1 | please see the Getting Started guide:
  66656. web_1 |
  66657. web_1 | http://gruntjs.com/getting-started
  66658. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66659. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66660. web_1 | Syncing...
  66661. web_1 | Creating tables ...
  66662. web_1 | Installing custom SQL ...
  66663. web_1 | Installing indexes ...
  66664. web_1 | Installed 0 object(s) from 0 fixture(s)
  66665. web_1 |
  66666. web_1 | Synced:
  66667. web_1 | > django.contrib.auth
  66668. web_1 | > django.contrib.contenttypes
  66669. web_1 | > django.contrib.sessions
  66670. web_1 | > django.contrib.sites
  66671. web_1 | > django.contrib.messages
  66672. web_1 | > django.contrib.staticfiles
  66673. web_1 | > django.contrib.admin
  66674. web_1 | > south
  66675. web_1 | > crispy_forms
  66676. web_1 | > avatar
  66677. web_1 | > bootstrap3
  66678. web_1 | > users
  66679. web_1 | > allauth
  66680. web_1 | > allauth.account
  66681. web_1 | > django.contrib.humanize
  66682. web_1 | > debug_toolbar
  66683. web_1 |
  66684. web_1 | Not synced (use migrations):
  66685. web_1 | - allauth.socialaccount
  66686. web_1 | - django_extensions
  66687. web_1 | (use ./manage.py migrate to migrate these)
  66688. web_1 | Running migrations for socialaccount:
  66689. web_1 | - Nothing to migrate.
  66690. web_1 | - Loading initial data for socialaccount.
  66691. web_1 | Installed 0 object(s) from 0 fixture(s)
  66692. web_1 | Running migrations for django_extensions:
  66693. web_1 | - Nothing to migrate.
  66694. web_1 | - Loading initial data for django_extensions.
  66695. web_1 | Installed 0 object(s) from 0 fixture(s)
  66696. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66697. web_1 | [GCC 4.9.2] on linux2
  66698. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66699. web_1 | (InteractiveConsole)
  66700. web_1 |
  66701. web_1 | >>> >>> Starting the server
  66702. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66703. web_1 |
  66704. web_1 | Fatal error: Unable to find local grunt.
  66705. web_1 |
  66706. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66707. web_1 | your project. For more information about installing and configuring grunt,
  66708. web_1 | please see the Getting Started guide:
  66709. web_1 |
  66710. web_1 | http://gruntjs.com/getting-started
  66711. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66712. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66713. web_1 | Syncing...
  66714. web_1 | Creating tables ...
  66715. web_1 | Installing custom SQL ...
  66716. web_1 | Installing indexes ...
  66717. web_1 | Installed 0 object(s) from 0 fixture(s)
  66718. web_1 |
  66719. web_1 | Synced:
  66720. web_1 | > django.contrib.auth
  66721. web_1 | > django.contrib.contenttypes
  66722. web_1 | > django.contrib.sessions
  66723. web_1 | > django.contrib.sites
  66724. web_1 | > django.contrib.messages
  66725. web_1 | > django.contrib.staticfiles
  66726. web_1 | > django.contrib.admin
  66727. web_1 | > south
  66728. web_1 | > crispy_forms
  66729. web_1 | > avatar
  66730. web_1 | > bootstrap3
  66731. web_1 | > users
  66732. web_1 | > allauth
  66733. web_1 | > allauth.account
  66734. web_1 | > django.contrib.humanize
  66735. web_1 | > debug_toolbar
  66736. web_1 |
  66737. web_1 | Not synced (use migrations):
  66738. web_1 | - allauth.socialaccount
  66739. web_1 | - django_extensions
  66740. web_1 | (use ./manage.py migrate to migrate these)
  66741. web_1 | Running migrations for socialaccount:
  66742. web_1 | - Nothing to migrate.
  66743. web_1 | - Loading initial data for socialaccount.
  66744. web_1 | Installed 0 object(s) from 0 fixture(s)
  66745. web_1 | Running migrations for django_extensions:
  66746. web_1 | - Nothing to migrate.
  66747. web_1 | - Loading initial data for django_extensions.
  66748. web_1 | Installed 0 object(s) from 0 fixture(s)
  66749. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66750. web_1 | [GCC 4.9.2] on linux2
  66751. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66752. web_1 | (InteractiveConsole)
  66753. web_1 |
  66754. web_1 | >>> >>> Starting the server
  66755. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66756. web_1 |
  66757. web_1 | Fatal error: Unable to find local grunt.
  66758. web_1 |
  66759. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66760. web_1 | your project. For more information about installing and configuring grunt,
  66761. web_1 | please see the Getting Started guide:
  66762. web_1 |
  66763. web_1 | http://gruntjs.com/getting-started
  66764. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66765. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66766. web_1 | Syncing...
  66767. web_1 | Creating tables ...
  66768. web_1 | Installing custom SQL ...
  66769. web_1 | Installing indexes ...
  66770. web_1 | Installed 0 object(s) from 0 fixture(s)
  66771. web_1 |
  66772. web_1 | Synced:
  66773. web_1 | > django.contrib.auth
  66774. web_1 | > django.contrib.contenttypes
  66775. web_1 | > django.contrib.sessions
  66776. web_1 | > django.contrib.sites
  66777. web_1 | > django.contrib.messages
  66778. web_1 | > django.contrib.staticfiles
  66779. web_1 | > django.contrib.admin
  66780. web_1 | > south
  66781. web_1 | > crispy_forms
  66782. web_1 | > avatar
  66783. web_1 | > bootstrap3
  66784. web_1 | > users
  66785. web_1 | > allauth
  66786. web_1 | > allauth.account
  66787. web_1 | > django.contrib.humanize
  66788. web_1 | > debug_toolbar
  66789. web_1 |
  66790. web_1 | Not synced (use migrations):
  66791. web_1 | - allauth.socialaccount
  66792. web_1 | - django_extensions
  66793. web_1 | (use ./manage.py migrate to migrate these)
  66794. web_1 | Running migrations for socialaccount:
  66795. web_1 | - Nothing to migrate.
  66796. web_1 | - Loading initial data for socialaccount.
  66797. web_1 | Installed 0 object(s) from 0 fixture(s)
  66798. web_1 | Running migrations for django_extensions:
  66799. web_1 | - Nothing to migrate.
  66800. web_1 | - Loading initial data for django_extensions.
  66801. web_1 | Installed 0 object(s) from 0 fixture(s)
  66802. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66803. web_1 | [GCC 4.9.2] on linux2
  66804. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66805. web_1 | (InteractiveConsole)
  66806. web_1 |
  66807. web_1 | >>> >>> Starting the server
  66808. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66809. web_1 |
  66810. web_1 | Fatal error: Unable to find local grunt.
  66811. web_1 |
  66812. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66813. web_1 | your project. For more information about installing and configuring grunt,
  66814. web_1 | please see the Getting Started guide:
  66815. web_1 |
  66816. web_1 | http://gruntjs.com/getting-started
  66817. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66818. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66819. web_1 | Syncing...
  66820. web_1 | Creating tables ...
  66821. web_1 | Installing custom SQL ...
  66822. web_1 | Installing indexes ...
  66823. web_1 | Installed 0 object(s) from 0 fixture(s)
  66824. web_1 |
  66825. web_1 | Synced:
  66826. web_1 | > django.contrib.auth
  66827. web_1 | > django.contrib.contenttypes
  66828. web_1 | > django.contrib.sessions
  66829. web_1 | > django.contrib.sites
  66830. web_1 | > django.contrib.messages
  66831. web_1 | > django.contrib.staticfiles
  66832. web_1 | > django.contrib.admin
  66833. web_1 | > south
  66834. web_1 | > crispy_forms
  66835. web_1 | > avatar
  66836. web_1 | > bootstrap3
  66837. web_1 | > users
  66838. web_1 | > allauth
  66839. web_1 | > allauth.account
  66840. web_1 | > django.contrib.humanize
  66841. web_1 | > debug_toolbar
  66842. web_1 |
  66843. web_1 | Not synced (use migrations):
  66844. web_1 | - allauth.socialaccount
  66845. web_1 | - django_extensions
  66846. web_1 | (use ./manage.py migrate to migrate these)
  66847. web_1 | Running migrations for socialaccount:
  66848. web_1 | - Nothing to migrate.
  66849. web_1 | - Loading initial data for socialaccount.
  66850. web_1 | Installed 0 object(s) from 0 fixture(s)
  66851. web_1 | Running migrations for django_extensions:
  66852. web_1 | - Nothing to migrate.
  66853. web_1 | - Loading initial data for django_extensions.
  66854. web_1 | Installed 0 object(s) from 0 fixture(s)
  66855. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66856. web_1 | [GCC 4.9.2] on linux2
  66857. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66858. web_1 | (InteractiveConsole)
  66859. web_1 |
  66860. web_1 | >>> >>> Starting the server
  66861. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66862. web_1 |
  66863. web_1 | Fatal error: Unable to find local grunt.
  66864. web_1 |
  66865. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66866. web_1 | your project. For more information about installing and configuring grunt,
  66867. web_1 | please see the Getting Started guide:
  66868. web_1 |
  66869. web_1 | http://gruntjs.com/getting-started
  66870. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66871. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66872. web_1 | Syncing...
  66873. web_1 | Creating tables ...
  66874. web_1 | Installing custom SQL ...
  66875. web_1 | Installing indexes ...
  66876. web_1 | Installed 0 object(s) from 0 fixture(s)
  66877. web_1 |
  66878. web_1 | Synced:
  66879. web_1 | > django.contrib.auth
  66880. web_1 | > django.contrib.contenttypes
  66881. web_1 | > django.contrib.sessions
  66882. web_1 | > django.contrib.sites
  66883. web_1 | > django.contrib.messages
  66884. web_1 | > django.contrib.staticfiles
  66885. web_1 | > django.contrib.admin
  66886. web_1 | > south
  66887. web_1 | > crispy_forms
  66888. web_1 | > avatar
  66889. web_1 | > bootstrap3
  66890. web_1 | > users
  66891. web_1 | > allauth
  66892. web_1 | > allauth.account
  66893. web_1 | > django.contrib.humanize
  66894. web_1 | > debug_toolbar
  66895. web_1 |
  66896. web_1 | Not synced (use migrations):
  66897. web_1 | - allauth.socialaccount
  66898. web_1 | - django_extensions
  66899. web_1 | (use ./manage.py migrate to migrate these)
  66900. web_1 | Running migrations for socialaccount:
  66901. web_1 | - Nothing to migrate.
  66902. web_1 | - Loading initial data for socialaccount.
  66903. web_1 | Installed 0 object(s) from 0 fixture(s)
  66904. web_1 | Running migrations for django_extensions:
  66905. web_1 | - Nothing to migrate.
  66906. web_1 | - Loading initial data for django_extensions.
  66907. web_1 | Installed 0 object(s) from 0 fixture(s)
  66908. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66909. web_1 | [GCC 4.9.2] on linux2
  66910. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66911. web_1 | (InteractiveConsole)
  66912. web_1 |
  66913. web_1 | >>> >>> Starting the server
  66914. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66915. web_1 |
  66916. web_1 | Fatal error: Unable to find local grunt.
  66917. web_1 |
  66918. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66919. web_1 | your project. For more information about installing and configuring grunt,
  66920. web_1 | please see the Getting Started guide:
  66921. web_1 |
  66922. web_1 | http://gruntjs.com/getting-started
  66923. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66924. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66925. web_1 | Syncing...
  66926. web_1 | Creating tables ...
  66927. web_1 | Installing custom SQL ...
  66928. web_1 | Installing indexes ...
  66929. web_1 | Installed 0 object(s) from 0 fixture(s)
  66930. web_1 |
  66931. web_1 | Synced:
  66932. web_1 | > django.contrib.auth
  66933. web_1 | > django.contrib.contenttypes
  66934. web_1 | > django.contrib.sessions
  66935. web_1 | > django.contrib.sites
  66936. web_1 | > django.contrib.messages
  66937. web_1 | > django.contrib.staticfiles
  66938. web_1 | > django.contrib.admin
  66939. web_1 | > south
  66940. web_1 | > crispy_forms
  66941. web_1 | > avatar
  66942. web_1 | > bootstrap3
  66943. web_1 | > users
  66944. web_1 | > allauth
  66945. web_1 | > allauth.account
  66946. web_1 | > django.contrib.humanize
  66947. web_1 | > debug_toolbar
  66948. web_1 |
  66949. web_1 | Not synced (use migrations):
  66950. web_1 | - allauth.socialaccount
  66951. web_1 | - django_extensions
  66952. web_1 | (use ./manage.py migrate to migrate these)
  66953. web_1 | Running migrations for socialaccount:
  66954. web_1 | - Nothing to migrate.
  66955. web_1 | - Loading initial data for socialaccount.
  66956. web_1 | Installed 0 object(s) from 0 fixture(s)
  66957. web_1 | Running migrations for django_extensions:
  66958. web_1 | - Nothing to migrate.
  66959. web_1 | - Loading initial data for django_extensions.
  66960. web_1 | Installed 0 object(s) from 0 fixture(s)
  66961. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  66962. web_1 | [GCC 4.9.2] on linux2
  66963. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  66964. web_1 | (InteractiveConsole)
  66965. web_1 |
  66966. web_1 | >>> >>> Starting the server
  66967. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  66968. web_1 |
  66969. web_1 | Fatal error: Unable to find local grunt.
  66970. web_1 |
  66971. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  66972. web_1 | your project. For more information about installing and configuring grunt,
  66973. web_1 | please see the Getting Started guide:
  66974. web_1 |
  66975. web_1 | http://gruntjs.com/getting-started
  66976. web_1 | Starting OpenBSD Secure Shell server: sshd.
  66977. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  66978. web_1 | Syncing...
  66979. web_1 | Creating tables ...
  66980. web_1 | Installing custom SQL ...
  66981. web_1 | Installing indexes ...
  66982. web_1 | Installed 0 object(s) from 0 fixture(s)
  66983. web_1 |
  66984. web_1 | Synced:
  66985. web_1 | > django.contrib.auth
  66986. web_1 | > django.contrib.contenttypes
  66987. web_1 | > django.contrib.sessions
  66988. web_1 | > django.contrib.sites
  66989. web_1 | > django.contrib.messages
  66990. web_1 | > django.contrib.staticfiles
  66991. web_1 | > django.contrib.admin
  66992. web_1 | > south
  66993. web_1 | > crispy_forms
  66994. web_1 | > avatar
  66995. web_1 | > bootstrap3
  66996. web_1 | > users
  66997. web_1 | > allauth
  66998. web_1 | > allauth.account
  66999. web_1 | > django.contrib.humanize
  67000. web_1 | > debug_toolbar
  67001. web_1 |
  67002. web_1 | Not synced (use migrations):
  67003. web_1 | - allauth.socialaccount
  67004. web_1 | - django_extensions
  67005. web_1 | (use ./manage.py migrate to migrate these)
  67006. web_1 | Running migrations for socialaccount:
  67007. web_1 | - Nothing to migrate.
  67008. web_1 | - Loading initial data for socialaccount.
  67009. web_1 | Installed 0 object(s) from 0 fixture(s)
  67010. web_1 | Running migrations for django_extensions:
  67011. web_1 | - Nothing to migrate.
  67012. web_1 | - Loading initial data for django_extensions.
  67013. web_1 | Installed 0 object(s) from 0 fixture(s)
  67014. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67015. web_1 | [GCC 4.9.2] on linux2
  67016. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67017. web_1 | (InteractiveConsole)
  67018. web_1 |
  67019. web_1 | >>> >>> Starting the server
  67020. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67021. web_1 |
  67022. web_1 | Fatal error: Unable to find local grunt.
  67023. web_1 |
  67024. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67025. web_1 | your project. For more information about installing and configuring grunt,
  67026. web_1 | please see the Getting Started guide:
  67027. web_1 |
  67028. web_1 | http://gruntjs.com/getting-started
  67029. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67030. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67031. web_1 | Syncing...
  67032. web_1 | Creating tables ...
  67033. web_1 | Installing custom SQL ...
  67034. web_1 | Installing indexes ...
  67035. web_1 | Installed 0 object(s) from 0 fixture(s)
  67036. web_1 |
  67037. web_1 | Synced:
  67038. web_1 | > django.contrib.auth
  67039. web_1 | > django.contrib.contenttypes
  67040. web_1 | > django.contrib.sessions
  67041. web_1 | > django.contrib.sites
  67042. web_1 | > django.contrib.messages
  67043. web_1 | > django.contrib.staticfiles
  67044. web_1 | > django.contrib.admin
  67045. web_1 | > south
  67046. web_1 | > crispy_forms
  67047. web_1 | > avatar
  67048. web_1 | > bootstrap3
  67049. web_1 | > users
  67050. web_1 | > allauth
  67051. web_1 | > allauth.account
  67052. web_1 | > django.contrib.humanize
  67053. web_1 | > debug_toolbar
  67054. web_1 |
  67055. web_1 | Not synced (use migrations):
  67056. web_1 | - allauth.socialaccount
  67057. web_1 | - django_extensions
  67058. web_1 | (use ./manage.py migrate to migrate these)
  67059. web_1 | Running migrations for socialaccount:
  67060. web_1 | - Nothing to migrate.
  67061. web_1 | - Loading initial data for socialaccount.
  67062. web_1 | Installed 0 object(s) from 0 fixture(s)
  67063. web_1 | Running migrations for django_extensions:
  67064. web_1 | - Nothing to migrate.
  67065. web_1 | - Loading initial data for django_extensions.
  67066. web_1 | Installed 0 object(s) from 0 fixture(s)
  67067. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67068. web_1 | [GCC 4.9.2] on linux2
  67069. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67070. web_1 | (InteractiveConsole)
  67071. web_1 |
  67072. web_1 | >>> >>> Starting the server
  67073. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67074. web_1 |
  67075. web_1 | Fatal error: Unable to find local grunt.
  67076. web_1 |
  67077. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67078. web_1 | your project. For more information about installing and configuring grunt,
  67079. web_1 | please see the Getting Started guide:
  67080. web_1 |
  67081. web_1 | http://gruntjs.com/getting-started
  67082. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67083. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67084. web_1 | Syncing...
  67085. web_1 | Creating tables ...
  67086. web_1 | Installing custom SQL ...
  67087. web_1 | Installing indexes ...
  67088. web_1 | Installed 0 object(s) from 0 fixture(s)
  67089. web_1 |
  67090. web_1 | Synced:
  67091. web_1 | > django.contrib.auth
  67092. web_1 | > django.contrib.contenttypes
  67093. web_1 | > django.contrib.sessions
  67094. web_1 | > django.contrib.sites
  67095. web_1 | > django.contrib.messages
  67096. web_1 | > django.contrib.staticfiles
  67097. web_1 | > django.contrib.admin
  67098. web_1 | > south
  67099. web_1 | > crispy_forms
  67100. web_1 | > avatar
  67101. web_1 | > bootstrap3
  67102. web_1 | > users
  67103. web_1 | > allauth
  67104. web_1 | > allauth.account
  67105. web_1 | > django.contrib.humanize
  67106. web_1 | > debug_toolbar
  67107. web_1 |
  67108. web_1 | Not synced (use migrations):
  67109. web_1 | - allauth.socialaccount
  67110. web_1 | - django_extensions
  67111. web_1 | (use ./manage.py migrate to migrate these)
  67112. web_1 | Running migrations for socialaccount:
  67113. web_1 | - Nothing to migrate.
  67114. web_1 | - Loading initial data for socialaccount.
  67115. web_1 | Installed 0 object(s) from 0 fixture(s)
  67116. web_1 | Running migrations for django_extensions:
  67117. web_1 | - Nothing to migrate.
  67118. web_1 | - Loading initial data for django_extensions.
  67119. web_1 | Installed 0 object(s) from 0 fixture(s)
  67120. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67121. web_1 | [GCC 4.9.2] on linux2
  67122. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67123. web_1 | (InteractiveConsole)
  67124. web_1 |
  67125. web_1 | >>> >>> Starting the server
  67126. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67127. web_1 |
  67128. web_1 | Fatal error: Unable to find local grunt.
  67129. web_1 |
  67130. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67131. web_1 | your project. For more information about installing and configuring grunt,
  67132. web_1 | please see the Getting Started guide:
  67133. web_1 |
  67134. web_1 | http://gruntjs.com/getting-started
  67135. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67136. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67137. web_1 | Syncing...
  67138. web_1 | Creating tables ...
  67139. web_1 | Installing custom SQL ...
  67140. web_1 | Installing indexes ...
  67141. web_1 | Installed 0 object(s) from 0 fixture(s)
  67142. web_1 |
  67143. web_1 | Synced:
  67144. web_1 | > django.contrib.auth
  67145. web_1 | > django.contrib.contenttypes
  67146. web_1 | > django.contrib.sessions
  67147. web_1 | > django.contrib.sites
  67148. web_1 | > django.contrib.messages
  67149. web_1 | > django.contrib.staticfiles
  67150. web_1 | > django.contrib.admin
  67151. web_1 | > south
  67152. web_1 | > crispy_forms
  67153. web_1 | > avatar
  67154. web_1 | > bootstrap3
  67155. web_1 | > users
  67156. web_1 | > allauth
  67157. web_1 | > allauth.account
  67158. web_1 | > django.contrib.humanize
  67159. web_1 | > debug_toolbar
  67160. web_1 |
  67161. web_1 | Not synced (use migrations):
  67162. web_1 | - allauth.socialaccount
  67163. web_1 | - django_extensions
  67164. web_1 | (use ./manage.py migrate to migrate these)
  67165. web_1 | Running migrations for socialaccount:
  67166. web_1 | - Nothing to migrate.
  67167. web_1 | - Loading initial data for socialaccount.
  67168. web_1 | Installed 0 object(s) from 0 fixture(s)
  67169. web_1 | Running migrations for django_extensions:
  67170. web_1 | - Nothing to migrate.
  67171. web_1 | - Loading initial data for django_extensions.
  67172. web_1 | Installed 0 object(s) from 0 fixture(s)
  67173. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67174. web_1 | [GCC 4.9.2] on linux2
  67175. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67176. web_1 | (InteractiveConsole)
  67177. web_1 |
  67178. web_1 | >>> >>> Starting the server
  67179. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67180. web_1 |
  67181. web_1 | Fatal error: Unable to find local grunt.
  67182. web_1 |
  67183. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67184. web_1 | your project. For more information about installing and configuring grunt,
  67185. web_1 | please see the Getting Started guide:
  67186. web_1 |
  67187. web_1 | http://gruntjs.com/getting-started
  67188. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67189. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67190. web_1 | Syncing...
  67191. web_1 | Creating tables ...
  67192. web_1 | Installing custom SQL ...
  67193. web_1 | Installing indexes ...
  67194. web_1 | Installed 0 object(s) from 0 fixture(s)
  67195. web_1 |
  67196. web_1 | Synced:
  67197. web_1 | > django.contrib.auth
  67198. web_1 | > django.contrib.contenttypes
  67199. web_1 | > django.contrib.sessions
  67200. web_1 | > django.contrib.sites
  67201. web_1 | > django.contrib.messages
  67202. web_1 | > django.contrib.staticfiles
  67203. web_1 | > django.contrib.admin
  67204. web_1 | > south
  67205. web_1 | > crispy_forms
  67206. web_1 | > avatar
  67207. web_1 | > bootstrap3
  67208. web_1 | > users
  67209. web_1 | > allauth
  67210. web_1 | > allauth.account
  67211. web_1 | > django.contrib.humanize
  67212. web_1 | > debug_toolbar
  67213. web_1 |
  67214. web_1 | Not synced (use migrations):
  67215. web_1 | - allauth.socialaccount
  67216. web_1 | - django_extensions
  67217. web_1 | (use ./manage.py migrate to migrate these)
  67218. web_1 | Running migrations for socialaccount:
  67219. web_1 | - Nothing to migrate.
  67220. web_1 | - Loading initial data for socialaccount.
  67221. web_1 | Installed 0 object(s) from 0 fixture(s)
  67222. web_1 | Running migrations for django_extensions:
  67223. web_1 | - Nothing to migrate.
  67224. web_1 | - Loading initial data for django_extensions.
  67225. web_1 | Installed 0 object(s) from 0 fixture(s)
  67226. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67227. web_1 | [GCC 4.9.2] on linux2
  67228. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67229. web_1 | (InteractiveConsole)
  67230. web_1 |
  67231. web_1 | >>> >>> Starting the server
  67232. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67233. web_1 |
  67234. web_1 | Fatal error: Unable to find local grunt.
  67235. web_1 |
  67236. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67237. web_1 | your project. For more information about installing and configuring grunt,
  67238. web_1 | please see the Getting Started guide:
  67239. web_1 |
  67240. web_1 | http://gruntjs.com/getting-started
  67241. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67242. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67243. web_1 | Syncing...
  67244. web_1 | Creating tables ...
  67245. web_1 | Installing custom SQL ...
  67246. web_1 | Installing indexes ...
  67247. web_1 | Installed 0 object(s) from 0 fixture(s)
  67248. web_1 |
  67249. web_1 | Synced:
  67250. web_1 | > django.contrib.auth
  67251. web_1 | > django.contrib.contenttypes
  67252. web_1 | > django.contrib.sessions
  67253. web_1 | > django.contrib.sites
  67254. web_1 | > django.contrib.messages
  67255. web_1 | > django.contrib.staticfiles
  67256. web_1 | > django.contrib.admin
  67257. web_1 | > south
  67258. web_1 | > crispy_forms
  67259. web_1 | > avatar
  67260. web_1 | > bootstrap3
  67261. web_1 | > users
  67262. web_1 | > allauth
  67263. web_1 | > allauth.account
  67264. web_1 | > django.contrib.humanize
  67265. web_1 | > debug_toolbar
  67266. web_1 |
  67267. web_1 | Not synced (use migrations):
  67268. web_1 | - allauth.socialaccount
  67269. web_1 | - django_extensions
  67270. web_1 | (use ./manage.py migrate to migrate these)
  67271. web_1 | Running migrations for socialaccount:
  67272. web_1 | - Nothing to migrate.
  67273. web_1 | - Loading initial data for socialaccount.
  67274. web_1 | Installed 0 object(s) from 0 fixture(s)
  67275. web_1 | Running migrations for django_extensions:
  67276. web_1 | - Nothing to migrate.
  67277. web_1 | - Loading initial data for django_extensions.
  67278. web_1 | Installed 0 object(s) from 0 fixture(s)
  67279. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67280. web_1 | [GCC 4.9.2] on linux2
  67281. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67282. web_1 | (InteractiveConsole)
  67283. web_1 |
  67284. web_1 | >>> >>> Starting the server
  67285. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67286. web_1 |
  67287. web_1 | Fatal error: Unable to find local grunt.
  67288. web_1 |
  67289. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67290. web_1 | your project. For more information about installing and configuring grunt,
  67291. web_1 | please see the Getting Started guide:
  67292. web_1 |
  67293. web_1 | http://gruntjs.com/getting-started
  67294. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67295. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67296. web_1 | Syncing...
  67297. web_1 | Creating tables ...
  67298. web_1 | Installing custom SQL ...
  67299. web_1 | Installing indexes ...
  67300. web_1 | Installed 0 object(s) from 0 fixture(s)
  67301. web_1 |
  67302. web_1 | Synced:
  67303. web_1 | > django.contrib.auth
  67304. web_1 | > django.contrib.contenttypes
  67305. web_1 | > django.contrib.sessions
  67306. web_1 | > django.contrib.sites
  67307. web_1 | > django.contrib.messages
  67308. web_1 | > django.contrib.staticfiles
  67309. web_1 | > django.contrib.admin
  67310. web_1 | > south
  67311. web_1 | > crispy_forms
  67312. web_1 | > avatar
  67313. web_1 | > bootstrap3
  67314. web_1 | > users
  67315. web_1 | > allauth
  67316. web_1 | > allauth.account
  67317. web_1 | > django.contrib.humanize
  67318. web_1 | > debug_toolbar
  67319. web_1 |
  67320. web_1 | Not synced (use migrations):
  67321. web_1 | - allauth.socialaccount
  67322. web_1 | - django_extensions
  67323. web_1 | (use ./manage.py migrate to migrate these)
  67324. web_1 | Running migrations for socialaccount:
  67325. web_1 | - Nothing to migrate.
  67326. web_1 | - Loading initial data for socialaccount.
  67327. web_1 | Installed 0 object(s) from 0 fixture(s)
  67328. web_1 | Running migrations for django_extensions:
  67329. web_1 | - Nothing to migrate.
  67330. web_1 | - Loading initial data for django_extensions.
  67331. web_1 | Installed 0 object(s) from 0 fixture(s)
  67332. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67333. web_1 | [GCC 4.9.2] on linux2
  67334. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67335. web_1 | (InteractiveConsole)
  67336. web_1 |
  67337. web_1 | >>> >>> Starting the server
  67338. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67339. web_1 |
  67340. web_1 | Fatal error: Unable to find local grunt.
  67341. web_1 |
  67342. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67343. web_1 | your project. For more information about installing and configuring grunt,
  67344. web_1 | please see the Getting Started guide:
  67345. web_1 |
  67346. web_1 | http://gruntjs.com/getting-started
  67347. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67348. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67349. web_1 | Syncing...
  67350. web_1 | Creating tables ...
  67351. web_1 | Installing custom SQL ...
  67352. web_1 | Installing indexes ...
  67353. web_1 | Installed 0 object(s) from 0 fixture(s)
  67354. web_1 |
  67355. web_1 | Synced:
  67356. web_1 | > django.contrib.auth
  67357. web_1 | > django.contrib.contenttypes
  67358. web_1 | > django.contrib.sessions
  67359. web_1 | > django.contrib.sites
  67360. web_1 | > django.contrib.messages
  67361. web_1 | > django.contrib.staticfiles
  67362. web_1 | > django.contrib.admin
  67363. web_1 | > south
  67364. web_1 | > crispy_forms
  67365. web_1 | > avatar
  67366. web_1 | > bootstrap3
  67367. web_1 | > users
  67368. web_1 | > allauth
  67369. web_1 | > allauth.account
  67370. web_1 | > django.contrib.humanize
  67371. web_1 | > debug_toolbar
  67372. web_1 |
  67373. web_1 | Not synced (use migrations):
  67374. web_1 | - allauth.socialaccount
  67375. web_1 | - django_extensions
  67376. web_1 | (use ./manage.py migrate to migrate these)
  67377. web_1 | Running migrations for socialaccount:
  67378. web_1 | - Nothing to migrate.
  67379. web_1 | - Loading initial data for socialaccount.
  67380. web_1 | Installed 0 object(s) from 0 fixture(s)
  67381. web_1 | Running migrations for django_extensions:
  67382. web_1 | - Nothing to migrate.
  67383. web_1 | - Loading initial data for django_extensions.
  67384. web_1 | Installed 0 object(s) from 0 fixture(s)
  67385. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67386. web_1 | [GCC 4.9.2] on linux2
  67387. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67388. web_1 | (InteractiveConsole)
  67389. web_1 |
  67390. web_1 | >>> >>> Starting the server
  67391. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67392. web_1 |
  67393. web_1 | Fatal error: Unable to find local grunt.
  67394. web_1 |
  67395. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67396. web_1 | your project. For more information about installing and configuring grunt,
  67397. web_1 | please see the Getting Started guide:
  67398. web_1 |
  67399. web_1 | http://gruntjs.com/getting-started
  67400. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67401. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67402. web_1 | Syncing...
  67403. web_1 | Creating tables ...
  67404. web_1 | Installing custom SQL ...
  67405. web_1 | Installing indexes ...
  67406. web_1 | Installed 0 object(s) from 0 fixture(s)
  67407. web_1 |
  67408. web_1 | Synced:
  67409. web_1 | > django.contrib.auth
  67410. web_1 | > django.contrib.contenttypes
  67411. web_1 | > django.contrib.sessions
  67412. web_1 | > django.contrib.sites
  67413. web_1 | > django.contrib.messages
  67414. web_1 | > django.contrib.staticfiles
  67415. web_1 | > django.contrib.admin
  67416. web_1 | > south
  67417. web_1 | > crispy_forms
  67418. web_1 | > avatar
  67419. web_1 | > bootstrap3
  67420. web_1 | > users
  67421. web_1 | > allauth
  67422. web_1 | > allauth.account
  67423. web_1 | > django.contrib.humanize
  67424. web_1 | > debug_toolbar
  67425. web_1 |
  67426. web_1 | Not synced (use migrations):
  67427. web_1 | - allauth.socialaccount
  67428. web_1 | - django_extensions
  67429. web_1 | (use ./manage.py migrate to migrate these)
  67430. web_1 | Running migrations for socialaccount:
  67431. web_1 | - Nothing to migrate.
  67432. web_1 | - Loading initial data for socialaccount.
  67433. web_1 | Installed 0 object(s) from 0 fixture(s)
  67434. web_1 | Running migrations for django_extensions:
  67435. web_1 | - Nothing to migrate.
  67436. web_1 | - Loading initial data for django_extensions.
  67437. web_1 | Installed 0 object(s) from 0 fixture(s)
  67438. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67439. web_1 | [GCC 4.9.2] on linux2
  67440. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67441. web_1 | (InteractiveConsole)
  67442. web_1 |
  67443. web_1 | >>> >>> Starting the server
  67444. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67445. web_1 |
  67446. web_1 | Fatal error: Unable to find local grunt.
  67447. web_1 |
  67448. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67449. web_1 | your project. For more information about installing and configuring grunt,
  67450. web_1 | please see the Getting Started guide:
  67451. web_1 |
  67452. web_1 | http://gruntjs.com/getting-started
  67453. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67454. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67455. web_1 | Syncing...
  67456. web_1 | Creating tables ...
  67457. web_1 | Installing custom SQL ...
  67458. web_1 | Installing indexes ...
  67459. web_1 | Installed 0 object(s) from 0 fixture(s)
  67460. web_1 |
  67461. web_1 | Synced:
  67462. web_1 | > django.contrib.auth
  67463. web_1 | > django.contrib.contenttypes
  67464. web_1 | > django.contrib.sessions
  67465. web_1 | > django.contrib.sites
  67466. web_1 | > django.contrib.messages
  67467. web_1 | > django.contrib.staticfiles
  67468. web_1 | > django.contrib.admin
  67469. web_1 | > south
  67470. web_1 | > crispy_forms
  67471. web_1 | > avatar
  67472. web_1 | > bootstrap3
  67473. web_1 | > users
  67474. web_1 | > allauth
  67475. web_1 | > allauth.account
  67476. web_1 | > django.contrib.humanize
  67477. web_1 | > debug_toolbar
  67478. web_1 |
  67479. web_1 | Not synced (use migrations):
  67480. web_1 | - allauth.socialaccount
  67481. web_1 | - django_extensions
  67482. web_1 | (use ./manage.py migrate to migrate these)
  67483. web_1 | Running migrations for socialaccount:
  67484. web_1 | - Nothing to migrate.
  67485. web_1 | - Loading initial data for socialaccount.
  67486. web_1 | Installed 0 object(s) from 0 fixture(s)
  67487. web_1 | Running migrations for django_extensions:
  67488. web_1 | - Nothing to migrate.
  67489. web_1 | - Loading initial data for django_extensions.
  67490. web_1 | Installed 0 object(s) from 0 fixture(s)
  67491. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67492. web_1 | [GCC 4.9.2] on linux2
  67493. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67494. web_1 | (InteractiveConsole)
  67495. web_1 |
  67496. web_1 | >>> >>> Starting the server
  67497. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67498. web_1 |
  67499. web_1 | Fatal error: Unable to find local grunt.
  67500. web_1 |
  67501. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67502. web_1 | your project. For more information about installing and configuring grunt,
  67503. web_1 | please see the Getting Started guide:
  67504. web_1 |
  67505. web_1 | http://gruntjs.com/getting-started
  67506. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67507. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67508. web_1 | Syncing...
  67509. web_1 | Creating tables ...
  67510. web_1 | Installing custom SQL ...
  67511. web_1 | Installing indexes ...
  67512. web_1 | Installed 0 object(s) from 0 fixture(s)
  67513. web_1 |
  67514. web_1 | Synced:
  67515. web_1 | > django.contrib.auth
  67516. web_1 | > django.contrib.contenttypes
  67517. web_1 | > django.contrib.sessions
  67518. web_1 | > django.contrib.sites
  67519. web_1 | > django.contrib.messages
  67520. web_1 | > django.contrib.staticfiles
  67521. web_1 | > django.contrib.admin
  67522. web_1 | > south
  67523. web_1 | > crispy_forms
  67524. web_1 | > avatar
  67525. web_1 | > bootstrap3
  67526. web_1 | > users
  67527. web_1 | > allauth
  67528. web_1 | > allauth.account
  67529. web_1 | > django.contrib.humanize
  67530. web_1 | > debug_toolbar
  67531. web_1 |
  67532. web_1 | Not synced (use migrations):
  67533. web_1 | - allauth.socialaccount
  67534. web_1 | - django_extensions
  67535. web_1 | (use ./manage.py migrate to migrate these)
  67536. web_1 | Running migrations for socialaccount:
  67537. web_1 | - Nothing to migrate.
  67538. web_1 | - Loading initial data for socialaccount.
  67539. web_1 | Installed 0 object(s) from 0 fixture(s)
  67540. web_1 | Running migrations for django_extensions:
  67541. web_1 | - Nothing to migrate.
  67542. web_1 | - Loading initial data for django_extensions.
  67543. web_1 | Installed 0 object(s) from 0 fixture(s)
  67544. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67545. web_1 | [GCC 4.9.2] on linux2
  67546. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67547. web_1 | (InteractiveConsole)
  67548. web_1 |
  67549. web_1 | >>> >>> Starting the server
  67550. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67551. web_1 |
  67552. web_1 | Fatal error: Unable to find local grunt.
  67553. web_1 |
  67554. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67555. web_1 | your project. For more information about installing and configuring grunt,
  67556. web_1 | please see the Getting Started guide:
  67557. web_1 |
  67558. web_1 | http://gruntjs.com/getting-started
  67559. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67560. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67561. web_1 | Syncing...
  67562. web_1 | Creating tables ...
  67563. web_1 | Installing custom SQL ...
  67564. web_1 | Installing indexes ...
  67565. web_1 | Installed 0 object(s) from 0 fixture(s)
  67566. web_1 |
  67567. web_1 | Synced:
  67568. web_1 | > django.contrib.auth
  67569. web_1 | > django.contrib.contenttypes
  67570. web_1 | > django.contrib.sessions
  67571. web_1 | > django.contrib.sites
  67572. web_1 | > django.contrib.messages
  67573. web_1 | > django.contrib.staticfiles
  67574. web_1 | > django.contrib.admin
  67575. web_1 | > south
  67576. web_1 | > crispy_forms
  67577. web_1 | > avatar
  67578. web_1 | > bootstrap3
  67579. web_1 | > users
  67580. web_1 | > allauth
  67581. web_1 | > allauth.account
  67582. web_1 | > django.contrib.humanize
  67583. web_1 | > debug_toolbar
  67584. web_1 |
  67585. web_1 | Not synced (use migrations):
  67586. web_1 | - allauth.socialaccount
  67587. web_1 | - django_extensions
  67588. web_1 | (use ./manage.py migrate to migrate these)
  67589. web_1 | Running migrations for socialaccount:
  67590. web_1 | - Nothing to migrate.
  67591. web_1 | - Loading initial data for socialaccount.
  67592. web_1 | Installed 0 object(s) from 0 fixture(s)
  67593. web_1 | Running migrations for django_extensions:
  67594. web_1 | - Nothing to migrate.
  67595. web_1 | - Loading initial data for django_extensions.
  67596. web_1 | Installed 0 object(s) from 0 fixture(s)
  67597. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67598. web_1 | [GCC 4.9.2] on linux2
  67599. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67600. web_1 | (InteractiveConsole)
  67601. web_1 |
  67602. web_1 | >>> >>> Starting the server
  67603. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67604. web_1 |
  67605. web_1 | Fatal error: Unable to find local grunt.
  67606. web_1 |
  67607. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67608. web_1 | your project. For more information about installing and configuring grunt,
  67609. web_1 | please see the Getting Started guide:
  67610. web_1 |
  67611. web_1 | http://gruntjs.com/getting-started
  67612. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67613. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67614. web_1 | Syncing...
  67615. web_1 | Creating tables ...
  67616. web_1 | Installing custom SQL ...
  67617. web_1 | Installing indexes ...
  67618. web_1 | Installed 0 object(s) from 0 fixture(s)
  67619. web_1 |
  67620. web_1 | Synced:
  67621. web_1 | > django.contrib.auth
  67622. web_1 | > django.contrib.contenttypes
  67623. web_1 | > django.contrib.sessions
  67624. web_1 | > django.contrib.sites
  67625. web_1 | > django.contrib.messages
  67626. web_1 | > django.contrib.staticfiles
  67627. web_1 | > django.contrib.admin
  67628. web_1 | > south
  67629. web_1 | > crispy_forms
  67630. web_1 | > avatar
  67631. web_1 | > bootstrap3
  67632. web_1 | > users
  67633. web_1 | > allauth
  67634. web_1 | > allauth.account
  67635. web_1 | > django.contrib.humanize
  67636. web_1 | > debug_toolbar
  67637. web_1 |
  67638. web_1 | Not synced (use migrations):
  67639. web_1 | - allauth.socialaccount
  67640. web_1 | - django_extensions
  67641. web_1 | (use ./manage.py migrate to migrate these)
  67642. web_1 | Running migrations for socialaccount:
  67643. web_1 | - Nothing to migrate.
  67644. web_1 | - Loading initial data for socialaccount.
  67645. web_1 | Installed 0 object(s) from 0 fixture(s)
  67646. web_1 | Running migrations for django_extensions:
  67647. web_1 | - Nothing to migrate.
  67648. web_1 | - Loading initial data for django_extensions.
  67649. web_1 | Installed 0 object(s) from 0 fixture(s)
  67650. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67651. web_1 | [GCC 4.9.2] on linux2
  67652. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67653. web_1 | (InteractiveConsole)
  67654. web_1 |
  67655. web_1 | >>> >>> Starting the server
  67656. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67657. web_1 |
  67658. web_1 | Fatal error: Unable to find local grunt.
  67659. web_1 |
  67660. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67661. web_1 | your project. For more information about installing and configuring grunt,
  67662. web_1 | please see the Getting Started guide:
  67663. web_1 |
  67664. web_1 | http://gruntjs.com/getting-started
  67665. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67666. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67667. web_1 | Syncing...
  67668. web_1 | Creating tables ...
  67669. web_1 | Installing custom SQL ...
  67670. web_1 | Installing indexes ...
  67671. web_1 | Installed 0 object(s) from 0 fixture(s)
  67672. web_1 |
  67673. web_1 | Synced:
  67674. web_1 | > django.contrib.auth
  67675. web_1 | > django.contrib.contenttypes
  67676. web_1 | > django.contrib.sessions
  67677. web_1 | > django.contrib.sites
  67678. web_1 | > django.contrib.messages
  67679. web_1 | > django.contrib.staticfiles
  67680. web_1 | > django.contrib.admin
  67681. web_1 | > south
  67682. web_1 | > crispy_forms
  67683. web_1 | > avatar
  67684. web_1 | > bootstrap3
  67685. web_1 | > users
  67686. web_1 | > allauth
  67687. web_1 | > allauth.account
  67688. web_1 | > django.contrib.humanize
  67689. web_1 | > debug_toolbar
  67690. web_1 |
  67691. web_1 | Not synced (use migrations):
  67692. web_1 | - allauth.socialaccount
  67693. web_1 | - django_extensions
  67694. web_1 | (use ./manage.py migrate to migrate these)
  67695. web_1 | Running migrations for socialaccount:
  67696. web_1 | - Nothing to migrate.
  67697. web_1 | - Loading initial data for socialaccount.
  67698. web_1 | Installed 0 object(s) from 0 fixture(s)
  67699. web_1 | Running migrations for django_extensions:
  67700. web_1 | - Nothing to migrate.
  67701. web_1 | - Loading initial data for django_extensions.
  67702. web_1 | Installed 0 object(s) from 0 fixture(s)
  67703. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67704. web_1 | [GCC 4.9.2] on linux2
  67705. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67706. web_1 | (InteractiveConsole)
  67707. web_1 |
  67708. web_1 | >>> >>> Starting the server
  67709. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67710. web_1 |
  67711. web_1 | Fatal error: Unable to find local grunt.
  67712. web_1 |
  67713. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67714. web_1 | your project. For more information about installing and configuring grunt,
  67715. web_1 | please see the Getting Started guide:
  67716. web_1 |
  67717. web_1 | http://gruntjs.com/getting-started
  67718. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67719. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67720. web_1 | Syncing...
  67721. web_1 | Creating tables ...
  67722. web_1 | Installing custom SQL ...
  67723. web_1 | Installing indexes ...
  67724. web_1 | Installed 0 object(s) from 0 fixture(s)
  67725. web_1 |
  67726. web_1 | Synced:
  67727. web_1 | > django.contrib.auth
  67728. web_1 | > django.contrib.contenttypes
  67729. web_1 | > django.contrib.sessions
  67730. web_1 | > django.contrib.sites
  67731. web_1 | > django.contrib.messages
  67732. web_1 | > django.contrib.staticfiles
  67733. web_1 | > django.contrib.admin
  67734. web_1 | > south
  67735. web_1 | > crispy_forms
  67736. web_1 | > avatar
  67737. web_1 | > bootstrap3
  67738. web_1 | > users
  67739. web_1 | > allauth
  67740. web_1 | > allauth.account
  67741. web_1 | > django.contrib.humanize
  67742. web_1 | > debug_toolbar
  67743. web_1 |
  67744. web_1 | Not synced (use migrations):
  67745. web_1 | - allauth.socialaccount
  67746. web_1 | - django_extensions
  67747. web_1 | (use ./manage.py migrate to migrate these)
  67748. web_1 | Running migrations for socialaccount:
  67749. web_1 | - Nothing to migrate.
  67750. web_1 | - Loading initial data for socialaccount.
  67751. web_1 | Installed 0 object(s) from 0 fixture(s)
  67752. web_1 | Running migrations for django_extensions:
  67753. web_1 | - Nothing to migrate.
  67754. web_1 | - Loading initial data for django_extensions.
  67755. web_1 | Installed 0 object(s) from 0 fixture(s)
  67756. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67757. web_1 | [GCC 4.9.2] on linux2
  67758. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67759. web_1 | (InteractiveConsole)
  67760. web_1 |
  67761. web_1 | >>> >>> Starting the server
  67762. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67763. web_1 |
  67764. web_1 | Fatal error: Unable to find local grunt.
  67765. web_1 |
  67766. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67767. web_1 | your project. For more information about installing and configuring grunt,
  67768. web_1 | please see the Getting Started guide:
  67769. web_1 |
  67770. web_1 | http://gruntjs.com/getting-started
  67771. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67772. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67773. web_1 | Syncing...
  67774. web_1 | Creating tables ...
  67775. web_1 | Installing custom SQL ...
  67776. web_1 | Installing indexes ...
  67777. web_1 | Installed 0 object(s) from 0 fixture(s)
  67778. web_1 |
  67779. web_1 | Synced:
  67780. web_1 | > django.contrib.auth
  67781. web_1 | > django.contrib.contenttypes
  67782. web_1 | > django.contrib.sessions
  67783. web_1 | > django.contrib.sites
  67784. web_1 | > django.contrib.messages
  67785. web_1 | > django.contrib.staticfiles
  67786. web_1 | > django.contrib.admin
  67787. web_1 | > south
  67788. web_1 | > crispy_forms
  67789. web_1 | > avatar
  67790. web_1 | > bootstrap3
  67791. web_1 | > users
  67792. web_1 | > allauth
  67793. web_1 | > allauth.account
  67794. web_1 | > django.contrib.humanize
  67795. web_1 | > debug_toolbar
  67796. web_1 |
  67797. web_1 | Not synced (use migrations):
  67798. web_1 | - allauth.socialaccount
  67799. web_1 | - django_extensions
  67800. web_1 | (use ./manage.py migrate to migrate these)
  67801. web_1 | Running migrations for socialaccount:
  67802. web_1 | - Nothing to migrate.
  67803. web_1 | - Loading initial data for socialaccount.
  67804. web_1 | Installed 0 object(s) from 0 fixture(s)
  67805. web_1 | Running migrations for django_extensions:
  67806. web_1 | - Nothing to migrate.
  67807. web_1 | - Loading initial data for django_extensions.
  67808. web_1 | Installed 0 object(s) from 0 fixture(s)
  67809. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67810. web_1 | [GCC 4.9.2] on linux2
  67811. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67812. web_1 | (InteractiveConsole)
  67813. web_1 |
  67814. web_1 | >>> >>> Starting the server
  67815. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67816. web_1 |
  67817. web_1 | Fatal error: Unable to find local grunt.
  67818. web_1 |
  67819. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67820. web_1 | your project. For more information about installing and configuring grunt,
  67821. web_1 | please see the Getting Started guide:
  67822. web_1 |
  67823. web_1 | http://gruntjs.com/getting-started
  67824. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67825. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67826. web_1 | Syncing...
  67827. web_1 | Creating tables ...
  67828. web_1 | Installing custom SQL ...
  67829. web_1 | Installing indexes ...
  67830. web_1 | Installed 0 object(s) from 0 fixture(s)
  67831. web_1 |
  67832. web_1 | Synced:
  67833. web_1 | > django.contrib.auth
  67834. web_1 | > django.contrib.contenttypes
  67835. web_1 | > django.contrib.sessions
  67836. web_1 | > django.contrib.sites
  67837. web_1 | > django.contrib.messages
  67838. web_1 | > django.contrib.staticfiles
  67839. web_1 | > django.contrib.admin
  67840. web_1 | > south
  67841. web_1 | > crispy_forms
  67842. web_1 | > avatar
  67843. web_1 | > bootstrap3
  67844. web_1 | > users
  67845. web_1 | > allauth
  67846. web_1 | > allauth.account
  67847. web_1 | > django.contrib.humanize
  67848. web_1 | > debug_toolbar
  67849. web_1 |
  67850. web_1 | Not synced (use migrations):
  67851. web_1 | - allauth.socialaccount
  67852. web_1 | - django_extensions
  67853. web_1 | (use ./manage.py migrate to migrate these)
  67854. web_1 | Running migrations for socialaccount:
  67855. web_1 | - Nothing to migrate.
  67856. web_1 | - Loading initial data for socialaccount.
  67857. web_1 | Installed 0 object(s) from 0 fixture(s)
  67858. web_1 | Running migrations for django_extensions:
  67859. web_1 | - Nothing to migrate.
  67860. web_1 | - Loading initial data for django_extensions.
  67861. web_1 | Installed 0 object(s) from 0 fixture(s)
  67862. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67863. web_1 | [GCC 4.9.2] on linux2
  67864. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67865. web_1 | (InteractiveConsole)
  67866. web_1 |
  67867. web_1 | >>> >>> Starting the server
  67868. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67869. web_1 |
  67870. web_1 | Fatal error: Unable to find local grunt.
  67871. web_1 |
  67872. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67873. web_1 | your project. For more information about installing and configuring grunt,
  67874. web_1 | please see the Getting Started guide:
  67875. web_1 |
  67876. web_1 | http://gruntjs.com/getting-started
  67877. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67878. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67879. web_1 | Syncing...
  67880. web_1 | Creating tables ...
  67881. web_1 | Installing custom SQL ...
  67882. web_1 | Installing indexes ...
  67883. web_1 | Installed 0 object(s) from 0 fixture(s)
  67884. web_1 |
  67885. web_1 | Synced:
  67886. web_1 | > django.contrib.auth
  67887. web_1 | > django.contrib.contenttypes
  67888. web_1 | > django.contrib.sessions
  67889. web_1 | > django.contrib.sites
  67890. web_1 | > django.contrib.messages
  67891. web_1 | > django.contrib.staticfiles
  67892. web_1 | > django.contrib.admin
  67893. web_1 | > south
  67894. web_1 | > crispy_forms
  67895. web_1 | > avatar
  67896. web_1 | > bootstrap3
  67897. web_1 | > users
  67898. web_1 | > allauth
  67899. web_1 | > allauth.account
  67900. web_1 | > django.contrib.humanize
  67901. web_1 | > debug_toolbar
  67902. web_1 |
  67903. web_1 | Not synced (use migrations):
  67904. web_1 | - allauth.socialaccount
  67905. web_1 | - django_extensions
  67906. web_1 | (use ./manage.py migrate to migrate these)
  67907. web_1 | Running migrations for socialaccount:
  67908. web_1 | - Nothing to migrate.
  67909. web_1 | - Loading initial data for socialaccount.
  67910. web_1 | Installed 0 object(s) from 0 fixture(s)
  67911. web_1 | Running migrations for django_extensions:
  67912. web_1 | - Nothing to migrate.
  67913. web_1 | - Loading initial data for django_extensions.
  67914. web_1 | Installed 0 object(s) from 0 fixture(s)
  67915. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67916. web_1 | [GCC 4.9.2] on linux2
  67917. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67918. web_1 | (InteractiveConsole)
  67919. web_1 |
  67920. web_1 | >>> >>> Starting the server
  67921. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67922. web_1 |
  67923. web_1 | Fatal error: Unable to find local grunt.
  67924. web_1 |
  67925. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67926. web_1 | your project. For more information about installing and configuring grunt,
  67927. web_1 | please see the Getting Started guide:
  67928. web_1 |
  67929. web_1 | http://gruntjs.com/getting-started
  67930. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67931. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67932. web_1 | Syncing...
  67933. web_1 | Creating tables ...
  67934. web_1 | Installing custom SQL ...
  67935. web_1 | Installing indexes ...
  67936. web_1 | Installed 0 object(s) from 0 fixture(s)
  67937. web_1 |
  67938. web_1 | Synced:
  67939. web_1 | > django.contrib.auth
  67940. web_1 | > django.contrib.contenttypes
  67941. web_1 | > django.contrib.sessions
  67942. web_1 | > django.contrib.sites
  67943. web_1 | > django.contrib.messages
  67944. web_1 | > django.contrib.staticfiles
  67945. web_1 | > django.contrib.admin
  67946. web_1 | > south
  67947. web_1 | > crispy_forms
  67948. web_1 | > avatar
  67949. web_1 | > bootstrap3
  67950. web_1 | > users
  67951. web_1 | > allauth
  67952. web_1 | > allauth.account
  67953. web_1 | > django.contrib.humanize
  67954. web_1 | > debug_toolbar
  67955. web_1 |
  67956. web_1 | Not synced (use migrations):
  67957. web_1 | - allauth.socialaccount
  67958. web_1 | - django_extensions
  67959. web_1 | (use ./manage.py migrate to migrate these)
  67960. web_1 | Running migrations for socialaccount:
  67961. web_1 | - Nothing to migrate.
  67962. web_1 | - Loading initial data for socialaccount.
  67963. web_1 | Installed 0 object(s) from 0 fixture(s)
  67964. web_1 | Running migrations for django_extensions:
  67965. web_1 | - Nothing to migrate.
  67966. web_1 | - Loading initial data for django_extensions.
  67967. web_1 | Installed 0 object(s) from 0 fixture(s)
  67968. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  67969. web_1 | [GCC 4.9.2] on linux2
  67970. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  67971. web_1 | (InteractiveConsole)
  67972. web_1 |
  67973. web_1 | >>> >>> Starting the server
  67974. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  67975. web_1 |
  67976. web_1 | Fatal error: Unable to find local grunt.
  67977. web_1 |
  67978. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  67979. web_1 | your project. For more information about installing and configuring grunt,
  67980. web_1 | please see the Getting Started guide:
  67981. web_1 |
  67982. web_1 | http://gruntjs.com/getting-started
  67983. web_1 | Starting OpenBSD Secure Shell server: sshd.
  67984. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  67985. web_1 | Syncing...
  67986. web_1 | Creating tables ...
  67987. web_1 | Installing custom SQL ...
  67988. web_1 | Installing indexes ...
  67989. web_1 | Installed 0 object(s) from 0 fixture(s)
  67990. web_1 |
  67991. web_1 | Synced:
  67992. web_1 | > django.contrib.auth
  67993. web_1 | > django.contrib.contenttypes
  67994. web_1 | > django.contrib.sessions
  67995. web_1 | > django.contrib.sites
  67996. web_1 | > django.contrib.messages
  67997. web_1 | > django.contrib.staticfiles
  67998. web_1 | > django.contrib.admin
  67999. web_1 | > south
  68000. web_1 | > crispy_forms
  68001. web_1 | > avatar
  68002. web_1 | > bootstrap3
  68003. web_1 | > users
  68004. web_1 | > allauth
  68005. web_1 | > allauth.account
  68006. web_1 | > django.contrib.humanize
  68007. web_1 | > debug_toolbar
  68008. web_1 |
  68009. web_1 | Not synced (use migrations):
  68010. web_1 | - allauth.socialaccount
  68011. web_1 | - django_extensions
  68012. web_1 | (use ./manage.py migrate to migrate these)
  68013. web_1 | Running migrations for socialaccount:
  68014. web_1 | - Nothing to migrate.
  68015. web_1 | - Loading initial data for socialaccount.
  68016. web_1 | Installed 0 object(s) from 0 fixture(s)
  68017. web_1 | Running migrations for django_extensions:
  68018. web_1 | - Nothing to migrate.
  68019. web_1 | - Loading initial data for django_extensions.
  68020. web_1 | Installed 0 object(s) from 0 fixture(s)
  68021. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68022. web_1 | [GCC 4.9.2] on linux2
  68023. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68024. web_1 | (InteractiveConsole)
  68025. web_1 |
  68026. web_1 | >>> >>> Starting the server
  68027. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68028. web_1 |
  68029. web_1 | Fatal error: Unable to find local grunt.
  68030. web_1 |
  68031. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68032. web_1 | your project. For more information about installing and configuring grunt,
  68033. web_1 | please see the Getting Started guide:
  68034. web_1 |
  68035. web_1 | http://gruntjs.com/getting-started
  68036. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68037. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68038. web_1 | Syncing...
  68039. web_1 | Creating tables ...
  68040. web_1 | Installing custom SQL ...
  68041. web_1 | Installing indexes ...
  68042. web_1 | Installed 0 object(s) from 0 fixture(s)
  68043. web_1 |
  68044. web_1 | Synced:
  68045. web_1 | > django.contrib.auth
  68046. web_1 | > django.contrib.contenttypes
  68047. web_1 | > django.contrib.sessions
  68048. web_1 | > django.contrib.sites
  68049. web_1 | > django.contrib.messages
  68050. web_1 | > django.contrib.staticfiles
  68051. web_1 | > django.contrib.admin
  68052. web_1 | > south
  68053. web_1 | > crispy_forms
  68054. web_1 | > avatar
  68055. web_1 | > bootstrap3
  68056. web_1 | > users
  68057. web_1 | > allauth
  68058. web_1 | > allauth.account
  68059. web_1 | > django.contrib.humanize
  68060. web_1 | > debug_toolbar
  68061. web_1 |
  68062. web_1 | Not synced (use migrations):
  68063. web_1 | - allauth.socialaccount
  68064. web_1 | - django_extensions
  68065. web_1 | (use ./manage.py migrate to migrate these)
  68066. web_1 | Running migrations for socialaccount:
  68067. web_1 | - Nothing to migrate.
  68068. web_1 | - Loading initial data for socialaccount.
  68069. web_1 | Installed 0 object(s) from 0 fixture(s)
  68070. web_1 | Running migrations for django_extensions:
  68071. web_1 | - Nothing to migrate.
  68072. web_1 | - Loading initial data for django_extensions.
  68073. web_1 | Installed 0 object(s) from 0 fixture(s)
  68074. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68075. web_1 | [GCC 4.9.2] on linux2
  68076. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68077. web_1 | (InteractiveConsole)
  68078. web_1 |
  68079. web_1 | >>> >>> Starting the server
  68080. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68081. web_1 |
  68082. web_1 | Fatal error: Unable to find local grunt.
  68083. web_1 |
  68084. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68085. web_1 | your project. For more information about installing and configuring grunt,
  68086. web_1 | please see the Getting Started guide:
  68087. web_1 |
  68088. web_1 | http://gruntjs.com/getting-started
  68089. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68090. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68091. web_1 | Syncing...
  68092. web_1 | Creating tables ...
  68093. web_1 | Installing custom SQL ...
  68094. web_1 | Installing indexes ...
  68095. web_1 | Installed 0 object(s) from 0 fixture(s)
  68096. web_1 |
  68097. web_1 | Synced:
  68098. web_1 | > django.contrib.auth
  68099. web_1 | > django.contrib.contenttypes
  68100. web_1 | > django.contrib.sessions
  68101. web_1 | > django.contrib.sites
  68102. web_1 | > django.contrib.messages
  68103. web_1 | > django.contrib.staticfiles
  68104. web_1 | > django.contrib.admin
  68105. web_1 | > south
  68106. web_1 | > crispy_forms
  68107. web_1 | > avatar
  68108. web_1 | > bootstrap3
  68109. web_1 | > users
  68110. web_1 | > allauth
  68111. web_1 | > allauth.account
  68112. web_1 | > django.contrib.humanize
  68113. web_1 | > debug_toolbar
  68114. web_1 |
  68115. web_1 | Not synced (use migrations):
  68116. web_1 | - allauth.socialaccount
  68117. web_1 | - django_extensions
  68118. web_1 | (use ./manage.py migrate to migrate these)
  68119. web_1 | Running migrations for socialaccount:
  68120. web_1 | - Nothing to migrate.
  68121. web_1 | - Loading initial data for socialaccount.
  68122. web_1 | Installed 0 object(s) from 0 fixture(s)
  68123. web_1 | Running migrations for django_extensions:
  68124. web_1 | - Nothing to migrate.
  68125. web_1 | - Loading initial data for django_extensions.
  68126. web_1 | Installed 0 object(s) from 0 fixture(s)
  68127. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68128. web_1 | [GCC 4.9.2] on linux2
  68129. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68130. web_1 | (InteractiveConsole)
  68131. web_1 |
  68132. web_1 | >>> >>> Starting the server
  68133. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68134. web_1 |
  68135. web_1 | Fatal error: Unable to find local grunt.
  68136. web_1 |
  68137. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68138. web_1 | your project. For more information about installing and configuring grunt,
  68139. web_1 | please see the Getting Started guide:
  68140. web_1 |
  68141. web_1 | http://gruntjs.com/getting-started
  68142. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68143. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68144. web_1 | Syncing...
  68145. web_1 | Creating tables ...
  68146. web_1 | Installing custom SQL ...
  68147. web_1 | Installing indexes ...
  68148. web_1 | Installed 0 object(s) from 0 fixture(s)
  68149. web_1 |
  68150. web_1 | Synced:
  68151. web_1 | > django.contrib.auth
  68152. web_1 | > django.contrib.contenttypes
  68153. web_1 | > django.contrib.sessions
  68154. web_1 | > django.contrib.sites
  68155. web_1 | > django.contrib.messages
  68156. web_1 | > django.contrib.staticfiles
  68157. web_1 | > django.contrib.admin
  68158. web_1 | > south
  68159. web_1 | > crispy_forms
  68160. web_1 | > avatar
  68161. web_1 | > bootstrap3
  68162. web_1 | > users
  68163. web_1 | > allauth
  68164. web_1 | > allauth.account
  68165. web_1 | > django.contrib.humanize
  68166. web_1 | > debug_toolbar
  68167. web_1 |
  68168. web_1 | Not synced (use migrations):
  68169. web_1 | - allauth.socialaccount
  68170. web_1 | - django_extensions
  68171. web_1 | (use ./manage.py migrate to migrate these)
  68172. web_1 | Running migrations for socialaccount:
  68173. web_1 | - Nothing to migrate.
  68174. web_1 | - Loading initial data for socialaccount.
  68175. web_1 | Installed 0 object(s) from 0 fixture(s)
  68176. web_1 | Running migrations for django_extensions:
  68177. web_1 | - Nothing to migrate.
  68178. web_1 | - Loading initial data for django_extensions.
  68179. web_1 | Installed 0 object(s) from 0 fixture(s)
  68180. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68181. web_1 | [GCC 4.9.2] on linux2
  68182. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68183. web_1 | (InteractiveConsole)
  68184. web_1 |
  68185. web_1 | >>> >>> Starting the server
  68186. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68187. web_1 |
  68188. web_1 | Fatal error: Unable to find local grunt.
  68189. web_1 |
  68190. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68191. web_1 | your project. For more information about installing and configuring grunt,
  68192. web_1 | please see the Getting Started guide:
  68193. web_1 |
  68194. web_1 | http://gruntjs.com/getting-started
  68195. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68196. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68197. web_1 | Syncing...
  68198. web_1 | Creating tables ...
  68199. web_1 | Installing custom SQL ...
  68200. web_1 | Installing indexes ...
  68201. web_1 | Installed 0 object(s) from 0 fixture(s)
  68202. web_1 |
  68203. web_1 | Synced:
  68204. web_1 | > django.contrib.auth
  68205. web_1 | > django.contrib.contenttypes
  68206. web_1 | > django.contrib.sessions
  68207. web_1 | > django.contrib.sites
  68208. web_1 | > django.contrib.messages
  68209. web_1 | > django.contrib.staticfiles
  68210. web_1 | > django.contrib.admin
  68211. web_1 | > south
  68212. web_1 | > crispy_forms
  68213. web_1 | > avatar
  68214. web_1 | > bootstrap3
  68215. web_1 | > users
  68216. web_1 | > allauth
  68217. web_1 | > allauth.account
  68218. web_1 | > django.contrib.humanize
  68219. web_1 | > debug_toolbar
  68220. web_1 |
  68221. web_1 | Not synced (use migrations):
  68222. web_1 | - allauth.socialaccount
  68223. web_1 | - django_extensions
  68224. web_1 | (use ./manage.py migrate to migrate these)
  68225. web_1 | Running migrations for socialaccount:
  68226. web_1 | - Nothing to migrate.
  68227. web_1 | - Loading initial data for socialaccount.
  68228. web_1 | Installed 0 object(s) from 0 fixture(s)
  68229. web_1 | Running migrations for django_extensions:
  68230. web_1 | - Nothing to migrate.
  68231. web_1 | - Loading initial data for django_extensions.
  68232. web_1 | Installed 0 object(s) from 0 fixture(s)
  68233. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68234. web_1 | [GCC 4.9.2] on linux2
  68235. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68236. web_1 | (InteractiveConsole)
  68237. web_1 |
  68238. web_1 | >>> >>> Starting the server
  68239. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68240. web_1 |
  68241. web_1 | Fatal error: Unable to find local grunt.
  68242. web_1 |
  68243. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68244. web_1 | your project. For more information about installing and configuring grunt,
  68245. web_1 | please see the Getting Started guide:
  68246. web_1 |
  68247. web_1 | http://gruntjs.com/getting-started
  68248. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68249. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68250. web_1 | Syncing...
  68251. web_1 | Creating tables ...
  68252. web_1 | Installing custom SQL ...
  68253. web_1 | Installing indexes ...
  68254. web_1 | Installed 0 object(s) from 0 fixture(s)
  68255. web_1 |
  68256. web_1 | Synced:
  68257. web_1 | > django.contrib.auth
  68258. web_1 | > django.contrib.contenttypes
  68259. web_1 | > django.contrib.sessions
  68260. web_1 | > django.contrib.sites
  68261. web_1 | > django.contrib.messages
  68262. web_1 | > django.contrib.staticfiles
  68263. web_1 | > django.contrib.admin
  68264. web_1 | > south
  68265. web_1 | > crispy_forms
  68266. web_1 | > avatar
  68267. web_1 | > bootstrap3
  68268. web_1 | > users
  68269. web_1 | > allauth
  68270. web_1 | > allauth.account
  68271. web_1 | > django.contrib.humanize
  68272. web_1 | > debug_toolbar
  68273. web_1 |
  68274. web_1 | Not synced (use migrations):
  68275. web_1 | - allauth.socialaccount
  68276. web_1 | - django_extensions
  68277. web_1 | (use ./manage.py migrate to migrate these)
  68278. web_1 | Running migrations for socialaccount:
  68279. web_1 | - Nothing to migrate.
  68280. web_1 | - Loading initial data for socialaccount.
  68281. web_1 | Installed 0 object(s) from 0 fixture(s)
  68282. web_1 | Running migrations for django_extensions:
  68283. web_1 | - Nothing to migrate.
  68284. web_1 | - Loading initial data for django_extensions.
  68285. web_1 | Installed 0 object(s) from 0 fixture(s)
  68286. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68287. web_1 | [GCC 4.9.2] on linux2
  68288. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68289. web_1 | (InteractiveConsole)
  68290. web_1 |
  68291. web_1 | >>> >>> Starting the server
  68292. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68293. web_1 |
  68294. web_1 | Fatal error: Unable to find local grunt.
  68295. web_1 |
  68296. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68297. web_1 | your project. For more information about installing and configuring grunt,
  68298. web_1 | please see the Getting Started guide:
  68299. web_1 |
  68300. web_1 | http://gruntjs.com/getting-started
  68301. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68302. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68303. web_1 | Syncing...
  68304. web_1 | Creating tables ...
  68305. web_1 | Installing custom SQL ...
  68306. web_1 | Installing indexes ...
  68307. web_1 | Installed 0 object(s) from 0 fixture(s)
  68308. web_1 |
  68309. web_1 | Synced:
  68310. web_1 | > django.contrib.auth
  68311. web_1 | > django.contrib.contenttypes
  68312. web_1 | > django.contrib.sessions
  68313. web_1 | > django.contrib.sites
  68314. web_1 | > django.contrib.messages
  68315. web_1 | > django.contrib.staticfiles
  68316. web_1 | > django.contrib.admin
  68317. web_1 | > south
  68318. web_1 | > crispy_forms
  68319. web_1 | > avatar
  68320. web_1 | > bootstrap3
  68321. web_1 | > users
  68322. web_1 | > allauth
  68323. web_1 | > allauth.account
  68324. web_1 | > django.contrib.humanize
  68325. web_1 | > debug_toolbar
  68326. web_1 |
  68327. web_1 | Not synced (use migrations):
  68328. web_1 | - allauth.socialaccount
  68329. web_1 | - django_extensions
  68330. web_1 | (use ./manage.py migrate to migrate these)
  68331. web_1 | Running migrations for socialaccount:
  68332. web_1 | - Nothing to migrate.
  68333. web_1 | - Loading initial data for socialaccount.
  68334. web_1 | Installed 0 object(s) from 0 fixture(s)
  68335. web_1 | Running migrations for django_extensions:
  68336. web_1 | - Nothing to migrate.
  68337. web_1 | - Loading initial data for django_extensions.
  68338. web_1 | Installed 0 object(s) from 0 fixture(s)
  68339. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68340. web_1 | [GCC 4.9.2] on linux2
  68341. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68342. web_1 | (InteractiveConsole)
  68343. web_1 |
  68344. web_1 | >>> >>> Starting the server
  68345. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68346. web_1 |
  68347. web_1 | Fatal error: Unable to find local grunt.
  68348. web_1 |
  68349. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68350. web_1 | your project. For more information about installing and configuring grunt,
  68351. web_1 | please see the Getting Started guide:
  68352. web_1 |
  68353. web_1 | http://gruntjs.com/getting-started
  68354. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68355. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68356. web_1 | Syncing...
  68357. web_1 | Creating tables ...
  68358. web_1 | Installing custom SQL ...
  68359. web_1 | Installing indexes ...
  68360. web_1 | Installed 0 object(s) from 0 fixture(s)
  68361. web_1 |
  68362. web_1 | Synced:
  68363. web_1 | > django.contrib.auth
  68364. web_1 | > django.contrib.contenttypes
  68365. web_1 | > django.contrib.sessions
  68366. web_1 | > django.contrib.sites
  68367. web_1 | > django.contrib.messages
  68368. web_1 | > django.contrib.staticfiles
  68369. web_1 | > django.contrib.admin
  68370. web_1 | > south
  68371. web_1 | > crispy_forms
  68372. web_1 | > avatar
  68373. web_1 | > bootstrap3
  68374. web_1 | > users
  68375. web_1 | > allauth
  68376. web_1 | > allauth.account
  68377. web_1 | > django.contrib.humanize
  68378. web_1 | > debug_toolbar
  68379. web_1 |
  68380. web_1 | Not synced (use migrations):
  68381. web_1 | - allauth.socialaccount
  68382. web_1 | - django_extensions
  68383. web_1 | (use ./manage.py migrate to migrate these)
  68384. web_1 | Running migrations for socialaccount:
  68385. web_1 | - Nothing to migrate.
  68386. web_1 | - Loading initial data for socialaccount.
  68387. web_1 | Installed 0 object(s) from 0 fixture(s)
  68388. web_1 | Running migrations for django_extensions:
  68389. web_1 | - Nothing to migrate.
  68390. web_1 | - Loading initial data for django_extensions.
  68391. web_1 | Installed 0 object(s) from 0 fixture(s)
  68392. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68393. web_1 | [GCC 4.9.2] on linux2
  68394. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68395. web_1 | (InteractiveConsole)
  68396. web_1 |
  68397. web_1 | >>> >>> Starting the server
  68398. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68399. web_1 |
  68400. web_1 | Fatal error: Unable to find local grunt.
  68401. web_1 |
  68402. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68403. web_1 | your project. For more information about installing and configuring grunt,
  68404. web_1 | please see the Getting Started guide:
  68405. web_1 |
  68406. web_1 | http://gruntjs.com/getting-started
  68407. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68408. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68409. web_1 | Syncing...
  68410. web_1 | Creating tables ...
  68411. web_1 | Installing custom SQL ...
  68412. web_1 | Installing indexes ...
  68413. web_1 | Installed 0 object(s) from 0 fixture(s)
  68414. web_1 |
  68415. web_1 | Synced:
  68416. web_1 | > django.contrib.auth
  68417. web_1 | > django.contrib.contenttypes
  68418. web_1 | > django.contrib.sessions
  68419. web_1 | > django.contrib.sites
  68420. web_1 | > django.contrib.messages
  68421. web_1 | > django.contrib.staticfiles
  68422. web_1 | > django.contrib.admin
  68423. web_1 | > south
  68424. web_1 | > crispy_forms
  68425. web_1 | > avatar
  68426. web_1 | > bootstrap3
  68427. web_1 | > users
  68428. web_1 | > allauth
  68429. web_1 | > allauth.account
  68430. web_1 | > django.contrib.humanize
  68431. web_1 | > debug_toolbar
  68432. web_1 |
  68433. web_1 | Not synced (use migrations):
  68434. web_1 | - allauth.socialaccount
  68435. web_1 | - django_extensions
  68436. web_1 | (use ./manage.py migrate to migrate these)
  68437. web_1 | Running migrations for socialaccount:
  68438. web_1 | - Nothing to migrate.
  68439. web_1 | - Loading initial data for socialaccount.
  68440. web_1 | Installed 0 object(s) from 0 fixture(s)
  68441. web_1 | Running migrations for django_extensions:
  68442. web_1 | - Nothing to migrate.
  68443. web_1 | - Loading initial data for django_extensions.
  68444. web_1 | Installed 0 object(s) from 0 fixture(s)
  68445. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68446. web_1 | [GCC 4.9.2] on linux2
  68447. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68448. web_1 | (InteractiveConsole)
  68449. web_1 |
  68450. web_1 | >>> >>> Starting the server
  68451. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68452. web_1 |
  68453. web_1 | Fatal error: Unable to find local grunt.
  68454. web_1 |
  68455. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68456. web_1 | your project. For more information about installing and configuring grunt,
  68457. web_1 | please see the Getting Started guide:
  68458. web_1 |
  68459. web_1 | http://gruntjs.com/getting-started
  68460. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68461. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68462. web_1 | Syncing...
  68463. web_1 | Creating tables ...
  68464. web_1 | Installing custom SQL ...
  68465. web_1 | Installing indexes ...
  68466. web_1 | Installed 0 object(s) from 0 fixture(s)
  68467. web_1 |
  68468. web_1 | Synced:
  68469. web_1 | > django.contrib.auth
  68470. web_1 | > django.contrib.contenttypes
  68471. web_1 | > django.contrib.sessions
  68472. web_1 | > django.contrib.sites
  68473. web_1 | > django.contrib.messages
  68474. web_1 | > django.contrib.staticfiles
  68475. web_1 | > django.contrib.admin
  68476. web_1 | > south
  68477. web_1 | > crispy_forms
  68478. web_1 | > avatar
  68479. web_1 | > bootstrap3
  68480. web_1 | > users
  68481. web_1 | > allauth
  68482. web_1 | > allauth.account
  68483. web_1 | > django.contrib.humanize
  68484. web_1 | > debug_toolbar
  68485. web_1 |
  68486. web_1 | Not synced (use migrations):
  68487. web_1 | - allauth.socialaccount
  68488. web_1 | - django_extensions
  68489. web_1 | (use ./manage.py migrate to migrate these)
  68490. web_1 | Running migrations for socialaccount:
  68491. web_1 | - Nothing to migrate.
  68492. web_1 | - Loading initial data for socialaccount.
  68493. web_1 | Installed 0 object(s) from 0 fixture(s)
  68494. web_1 | Running migrations for django_extensions:
  68495. web_1 | - Nothing to migrate.
  68496. web_1 | - Loading initial data for django_extensions.
  68497. web_1 | Installed 0 object(s) from 0 fixture(s)
  68498. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68499. web_1 | [GCC 4.9.2] on linux2
  68500. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68501. web_1 | (InteractiveConsole)
  68502. web_1 |
  68503. web_1 | >>> >>> Starting the server
  68504. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68505. web_1 |
  68506. web_1 | Fatal error: Unable to find local grunt.
  68507. web_1 |
  68508. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68509. web_1 | your project. For more information about installing and configuring grunt,
  68510. web_1 | please see the Getting Started guide:
  68511. web_1 |
  68512. web_1 | http://gruntjs.com/getting-started
  68513. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68514. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68515. web_1 | Syncing...
  68516. web_1 | Creating tables ...
  68517. web_1 | Installing custom SQL ...
  68518. web_1 | Installing indexes ...
  68519. web_1 | Installed 0 object(s) from 0 fixture(s)
  68520. web_1 |
  68521. web_1 | Synced:
  68522. web_1 | > django.contrib.auth
  68523. web_1 | > django.contrib.contenttypes
  68524. web_1 | > django.contrib.sessions
  68525. web_1 | > django.contrib.sites
  68526. web_1 | > django.contrib.messages
  68527. web_1 | > django.contrib.staticfiles
  68528. web_1 | > django.contrib.admin
  68529. web_1 | > south
  68530. web_1 | > crispy_forms
  68531. web_1 | > avatar
  68532. web_1 | > bootstrap3
  68533. web_1 | > users
  68534. web_1 | > allauth
  68535. web_1 | > allauth.account
  68536. web_1 | > django.contrib.humanize
  68537. web_1 | > debug_toolbar
  68538. web_1 |
  68539. web_1 | Not synced (use migrations):
  68540. web_1 | - allauth.socialaccount
  68541. web_1 | - django_extensions
  68542. web_1 | (use ./manage.py migrate to migrate these)
  68543. web_1 | Running migrations for socialaccount:
  68544. web_1 | - Nothing to migrate.
  68545. web_1 | - Loading initial data for socialaccount.
  68546. web_1 | Installed 0 object(s) from 0 fixture(s)
  68547. web_1 | Running migrations for django_extensions:
  68548. web_1 | - Nothing to migrate.
  68549. web_1 | - Loading initial data for django_extensions.
  68550. web_1 | Installed 0 object(s) from 0 fixture(s)
  68551. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68552. web_1 | [GCC 4.9.2] on linux2
  68553. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68554. web_1 | (InteractiveConsole)
  68555. web_1 |
  68556. web_1 | >>> >>> Starting the server
  68557. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68558. web_1 |
  68559. web_1 | Fatal error: Unable to find local grunt.
  68560. web_1 |
  68561. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68562. web_1 | your project. For more information about installing and configuring grunt,
  68563. web_1 | please see the Getting Started guide:
  68564. web_1 |
  68565. web_1 | http://gruntjs.com/getting-started
  68566. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68567. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68568. web_1 | Syncing...
  68569. web_1 | Creating tables ...
  68570. web_1 | Installing custom SQL ...
  68571. web_1 | Installing indexes ...
  68572. web_1 | Installed 0 object(s) from 0 fixture(s)
  68573. web_1 |
  68574. web_1 | Synced:
  68575. web_1 | > django.contrib.auth
  68576. web_1 | > django.contrib.contenttypes
  68577. web_1 | > django.contrib.sessions
  68578. web_1 | > django.contrib.sites
  68579. web_1 | > django.contrib.messages
  68580. web_1 | > django.contrib.staticfiles
  68581. web_1 | > django.contrib.admin
  68582. web_1 | > south
  68583. web_1 | > crispy_forms
  68584. web_1 | > avatar
  68585. web_1 | > bootstrap3
  68586. web_1 | > users
  68587. web_1 | > allauth
  68588. web_1 | > allauth.account
  68589. web_1 | > django.contrib.humanize
  68590. web_1 | > debug_toolbar
  68591. web_1 |
  68592. web_1 | Not synced (use migrations):
  68593. web_1 | - allauth.socialaccount
  68594. web_1 | - django_extensions
  68595. web_1 | (use ./manage.py migrate to migrate these)
  68596. web_1 | Running migrations for socialaccount:
  68597. web_1 | - Nothing to migrate.
  68598. web_1 | - Loading initial data for socialaccount.
  68599. web_1 | Installed 0 object(s) from 0 fixture(s)
  68600. web_1 | Running migrations for django_extensions:
  68601. web_1 | - Nothing to migrate.
  68602. web_1 | - Loading initial data for django_extensions.
  68603. web_1 | Installed 0 object(s) from 0 fixture(s)
  68604. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68605. web_1 | [GCC 4.9.2] on linux2
  68606. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68607. web_1 | (InteractiveConsole)
  68608. web_1 |
  68609. web_1 | >>> >>> Starting the server
  68610. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68611. web_1 |
  68612. web_1 | Fatal error: Unable to find local grunt.
  68613. web_1 |
  68614. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68615. web_1 | your project. For more information about installing and configuring grunt,
  68616. web_1 | please see the Getting Started guide:
  68617. web_1 |
  68618. web_1 | http://gruntjs.com/getting-started
  68619. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68620. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68621. web_1 | Syncing...
  68622. web_1 | Creating tables ...
  68623. web_1 | Installing custom SQL ...
  68624. web_1 | Installing indexes ...
  68625. web_1 | Installed 0 object(s) from 0 fixture(s)
  68626. web_1 |
  68627. web_1 | Synced:
  68628. web_1 | > django.contrib.auth
  68629. web_1 | > django.contrib.contenttypes
  68630. web_1 | > django.contrib.sessions
  68631. web_1 | > django.contrib.sites
  68632. web_1 | > django.contrib.messages
  68633. web_1 | > django.contrib.staticfiles
  68634. web_1 | > django.contrib.admin
  68635. web_1 | > south
  68636. web_1 | > crispy_forms
  68637. web_1 | > avatar
  68638. web_1 | > bootstrap3
  68639. web_1 | > users
  68640. web_1 | > allauth
  68641. web_1 | > allauth.account
  68642. web_1 | > django.contrib.humanize
  68643. web_1 | > debug_toolbar
  68644. web_1 |
  68645. web_1 | Not synced (use migrations):
  68646. web_1 | - allauth.socialaccount
  68647. web_1 | - django_extensions
  68648. web_1 | (use ./manage.py migrate to migrate these)
  68649. web_1 | Running migrations for socialaccount:
  68650. web_1 | - Nothing to migrate.
  68651. web_1 | - Loading initial data for socialaccount.
  68652. web_1 | Installed 0 object(s) from 0 fixture(s)
  68653. web_1 | Running migrations for django_extensions:
  68654. web_1 | - Nothing to migrate.
  68655. web_1 | - Loading initial data for django_extensions.
  68656. web_1 | Installed 0 object(s) from 0 fixture(s)
  68657. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68658. web_1 | [GCC 4.9.2] on linux2
  68659. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68660. web_1 | (InteractiveConsole)
  68661. web_1 |
  68662. web_1 | >>> >>> Starting the server
  68663. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68664. web_1 |
  68665. web_1 | Fatal error: Unable to find local grunt.
  68666. web_1 |
  68667. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68668. web_1 | your project. For more information about installing and configuring grunt,
  68669. web_1 | please see the Getting Started guide:
  68670. web_1 |
  68671. web_1 | http://gruntjs.com/getting-started
  68672. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68673. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68674. web_1 | Syncing...
  68675. web_1 | Creating tables ...
  68676. web_1 | Installing custom SQL ...
  68677. web_1 | Installing indexes ...
  68678. web_1 | Installed 0 object(s) from 0 fixture(s)
  68679. web_1 |
  68680. web_1 | Synced:
  68681. web_1 | > django.contrib.auth
  68682. web_1 | > django.contrib.contenttypes
  68683. web_1 | > django.contrib.sessions
  68684. web_1 | > django.contrib.sites
  68685. web_1 | > django.contrib.messages
  68686. web_1 | > django.contrib.staticfiles
  68687. web_1 | > django.contrib.admin
  68688. web_1 | > south
  68689. web_1 | > crispy_forms
  68690. web_1 | > avatar
  68691. web_1 | > bootstrap3
  68692. web_1 | > users
  68693. web_1 | > allauth
  68694. web_1 | > allauth.account
  68695. web_1 | > django.contrib.humanize
  68696. web_1 | > debug_toolbar
  68697. web_1 |
  68698. web_1 | Not synced (use migrations):
  68699. web_1 | - allauth.socialaccount
  68700. web_1 | - django_extensions
  68701. web_1 | (use ./manage.py migrate to migrate these)
  68702. web_1 | Running migrations for socialaccount:
  68703. web_1 | - Nothing to migrate.
  68704. web_1 | - Loading initial data for socialaccount.
  68705. web_1 | Installed 0 object(s) from 0 fixture(s)
  68706. web_1 | Running migrations for django_extensions:
  68707. web_1 | - Nothing to migrate.
  68708. web_1 | - Loading initial data for django_extensions.
  68709. web_1 | Installed 0 object(s) from 0 fixture(s)
  68710. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68711. web_1 | [GCC 4.9.2] on linux2
  68712. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68713. web_1 | (InteractiveConsole)
  68714. web_1 |
  68715. web_1 | >>> >>> Starting the server
  68716. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68717. web_1 |
  68718. web_1 | Fatal error: Unable to find local grunt.
  68719. web_1 |
  68720. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68721. web_1 | your project. For more information about installing and configuring grunt,
  68722. web_1 | please see the Getting Started guide:
  68723. web_1 |
  68724. web_1 | http://gruntjs.com/getting-started
  68725. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68726. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68727. web_1 | Syncing...
  68728. web_1 | Creating tables ...
  68729. web_1 | Installing custom SQL ...
  68730. web_1 | Installing indexes ...
  68731. web_1 | Installed 0 object(s) from 0 fixture(s)
  68732. web_1 |
  68733. web_1 | Synced:
  68734. web_1 | > django.contrib.auth
  68735. web_1 | > django.contrib.contenttypes
  68736. web_1 | > django.contrib.sessions
  68737. web_1 | > django.contrib.sites
  68738. web_1 | > django.contrib.messages
  68739. web_1 | > django.contrib.staticfiles
  68740. web_1 | > django.contrib.admin
  68741. web_1 | > south
  68742. web_1 | > crispy_forms
  68743. web_1 | > avatar
  68744. web_1 | > bootstrap3
  68745. web_1 | > users
  68746. web_1 | > allauth
  68747. web_1 | > allauth.account
  68748. web_1 | > django.contrib.humanize
  68749. web_1 | > debug_toolbar
  68750. web_1 |
  68751. web_1 | Not synced (use migrations):
  68752. web_1 | - allauth.socialaccount
  68753. web_1 | - django_extensions
  68754. web_1 | (use ./manage.py migrate to migrate these)
  68755. web_1 | Running migrations for socialaccount:
  68756. web_1 | - Nothing to migrate.
  68757. web_1 | - Loading initial data for socialaccount.
  68758. web_1 | Installed 0 object(s) from 0 fixture(s)
  68759. web_1 | Running migrations for django_extensions:
  68760. web_1 | - Nothing to migrate.
  68761. web_1 | - Loading initial data for django_extensions.
  68762. web_1 | Installed 0 object(s) from 0 fixture(s)
  68763. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68764. web_1 | [GCC 4.9.2] on linux2
  68765. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68766. web_1 | (InteractiveConsole)
  68767. web_1 |
  68768. web_1 | >>> >>> Starting the server
  68769. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68770. web_1 |
  68771. web_1 | Fatal error: Unable to find local grunt.
  68772. web_1 |
  68773. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68774. web_1 | your project. For more information about installing and configuring grunt,
  68775. web_1 | please see the Getting Started guide:
  68776. web_1 |
  68777. web_1 | http://gruntjs.com/getting-started
  68778. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68779. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68780. web_1 | Syncing...
  68781. web_1 | Creating tables ...
  68782. web_1 | Installing custom SQL ...
  68783. web_1 | Installing indexes ...
  68784. web_1 | Installed 0 object(s) from 0 fixture(s)
  68785. web_1 |
  68786. web_1 | Synced:
  68787. web_1 | > django.contrib.auth
  68788. web_1 | > django.contrib.contenttypes
  68789. web_1 | > django.contrib.sessions
  68790. web_1 | > django.contrib.sites
  68791. web_1 | > django.contrib.messages
  68792. web_1 | > django.contrib.staticfiles
  68793. web_1 | > django.contrib.admin
  68794. web_1 | > south
  68795. web_1 | > crispy_forms
  68796. web_1 | > avatar
  68797. web_1 | > bootstrap3
  68798. web_1 | > users
  68799. web_1 | > allauth
  68800. web_1 | > allauth.account
  68801. web_1 | > django.contrib.humanize
  68802. web_1 | > debug_toolbar
  68803. web_1 |
  68804. web_1 | Not synced (use migrations):
  68805. web_1 | - allauth.socialaccount
  68806. web_1 | - django_extensions
  68807. web_1 | (use ./manage.py migrate to migrate these)
  68808. web_1 | Running migrations for socialaccount:
  68809. web_1 | - Nothing to migrate.
  68810. web_1 | - Loading initial data for socialaccount.
  68811. web_1 | Installed 0 object(s) from 0 fixture(s)
  68812. web_1 | Running migrations for django_extensions:
  68813. web_1 | - Nothing to migrate.
  68814. web_1 | - Loading initial data for django_extensions.
  68815. web_1 | Installed 0 object(s) from 0 fixture(s)
  68816. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68817. web_1 | [GCC 4.9.2] on linux2
  68818. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68819. web_1 | (InteractiveConsole)
  68820. web_1 |
  68821. web_1 | >>> >>> Starting the server
  68822. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68823. web_1 |
  68824. web_1 | Fatal error: Unable to find local grunt.
  68825. web_1 |
  68826. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68827. web_1 | your project. For more information about installing and configuring grunt,
  68828. web_1 | please see the Getting Started guide:
  68829. web_1 |
  68830. web_1 | http://gruntjs.com/getting-started
  68831. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68832. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68833. web_1 | Syncing...
  68834. web_1 | Creating tables ...
  68835. web_1 | Installing custom SQL ...
  68836. web_1 | Installing indexes ...
  68837. web_1 | Installed 0 object(s) from 0 fixture(s)
  68838. web_1 |
  68839. web_1 | Synced:
  68840. web_1 | > django.contrib.auth
  68841. web_1 | > django.contrib.contenttypes
  68842. web_1 | > django.contrib.sessions
  68843. web_1 | > django.contrib.sites
  68844. web_1 | > django.contrib.messages
  68845. web_1 | > django.contrib.staticfiles
  68846. web_1 | > django.contrib.admin
  68847. web_1 | > south
  68848. web_1 | > crispy_forms
  68849. web_1 | > avatar
  68850. web_1 | > bootstrap3
  68851. web_1 | > users
  68852. web_1 | > allauth
  68853. web_1 | > allauth.account
  68854. web_1 | > django.contrib.humanize
  68855. web_1 | > debug_toolbar
  68856. web_1 |
  68857. web_1 | Not synced (use migrations):
  68858. web_1 | - allauth.socialaccount
  68859. web_1 | - django_extensions
  68860. web_1 | (use ./manage.py migrate to migrate these)
  68861. web_1 | Running migrations for socialaccount:
  68862. web_1 | - Nothing to migrate.
  68863. web_1 | - Loading initial data for socialaccount.
  68864. web_1 | Installed 0 object(s) from 0 fixture(s)
  68865. web_1 | Running migrations for django_extensions:
  68866. web_1 | - Nothing to migrate.
  68867. web_1 | - Loading initial data for django_extensions.
  68868. web_1 | Installed 0 object(s) from 0 fixture(s)
  68869. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68870. web_1 | [GCC 4.9.2] on linux2
  68871. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68872. web_1 | (InteractiveConsole)
  68873. web_1 |
  68874. web_1 | >>> >>> Starting the server
  68875. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68876. web_1 |
  68877. web_1 | Fatal error: Unable to find local grunt.
  68878. web_1 |
  68879. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68880. web_1 | your project. For more information about installing and configuring grunt,
  68881. web_1 | please see the Getting Started guide:
  68882. web_1 |
  68883. web_1 | http://gruntjs.com/getting-started
  68884. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68885. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68886. web_1 | Syncing...
  68887. web_1 | Creating tables ...
  68888. web_1 | Installing custom SQL ...
  68889. web_1 | Installing indexes ...
  68890. web_1 | Installed 0 object(s) from 0 fixture(s)
  68891. web_1 |
  68892. web_1 | Synced:
  68893. web_1 | > django.contrib.auth
  68894. web_1 | > django.contrib.contenttypes
  68895. web_1 | > django.contrib.sessions
  68896. web_1 | > django.contrib.sites
  68897. web_1 | > django.contrib.messages
  68898. web_1 | > django.contrib.staticfiles
  68899. web_1 | > django.contrib.admin
  68900. web_1 | > south
  68901. web_1 | > crispy_forms
  68902. web_1 | > avatar
  68903. web_1 | > bootstrap3
  68904. web_1 | > users
  68905. web_1 | > allauth
  68906. web_1 | > allauth.account
  68907. web_1 | > django.contrib.humanize
  68908. web_1 | > debug_toolbar
  68909. web_1 |
  68910. web_1 | Not synced (use migrations):
  68911. web_1 | - allauth.socialaccount
  68912. web_1 | - django_extensions
  68913. web_1 | (use ./manage.py migrate to migrate these)
  68914. web_1 | Running migrations for socialaccount:
  68915. web_1 | - Nothing to migrate.
  68916. web_1 | - Loading initial data for socialaccount.
  68917. web_1 | Installed 0 object(s) from 0 fixture(s)
  68918. web_1 | Running migrations for django_extensions:
  68919. web_1 | - Nothing to migrate.
  68920. web_1 | - Loading initial data for django_extensions.
  68921. web_1 | Installed 0 object(s) from 0 fixture(s)
  68922. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68923. web_1 | [GCC 4.9.2] on linux2
  68924. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68925. web_1 | (InteractiveConsole)
  68926. web_1 |
  68927. web_1 | >>> >>> Starting the server
  68928. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68929. web_1 |
  68930. web_1 | Fatal error: Unable to find local grunt.
  68931. web_1 |
  68932. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68933. web_1 | your project. For more information about installing and configuring grunt,
  68934. web_1 | please see the Getting Started guide:
  68935. web_1 |
  68936. web_1 | http://gruntjs.com/getting-started
  68937. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68938. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68939. web_1 | Syncing...
  68940. web_1 | Creating tables ...
  68941. web_1 | Installing custom SQL ...
  68942. web_1 | Installing indexes ...
  68943. web_1 | Installed 0 object(s) from 0 fixture(s)
  68944. web_1 |
  68945. web_1 | Synced:
  68946. web_1 | > django.contrib.auth
  68947. web_1 | > django.contrib.contenttypes
  68948. web_1 | > django.contrib.sessions
  68949. web_1 | > django.contrib.sites
  68950. web_1 | > django.contrib.messages
  68951. web_1 | > django.contrib.staticfiles
  68952. web_1 | > django.contrib.admin
  68953. web_1 | > south
  68954. web_1 | > crispy_forms
  68955. web_1 | > avatar
  68956. web_1 | > bootstrap3
  68957. web_1 | > users
  68958. web_1 | > allauth
  68959. web_1 | > allauth.account
  68960. web_1 | > django.contrib.humanize
  68961. web_1 | > debug_toolbar
  68962. web_1 |
  68963. web_1 | Not synced (use migrations):
  68964. web_1 | - allauth.socialaccount
  68965. web_1 | - django_extensions
  68966. web_1 | (use ./manage.py migrate to migrate these)
  68967. web_1 | Running migrations for socialaccount:
  68968. web_1 | - Nothing to migrate.
  68969. web_1 | - Loading initial data for socialaccount.
  68970. web_1 | Installed 0 object(s) from 0 fixture(s)
  68971. web_1 | Running migrations for django_extensions:
  68972. web_1 | - Nothing to migrate.
  68973. web_1 | - Loading initial data for django_extensions.
  68974. web_1 | Installed 0 object(s) from 0 fixture(s)
  68975. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  68976. web_1 | [GCC 4.9.2] on linux2
  68977. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  68978. web_1 | (InteractiveConsole)
  68979. web_1 |
  68980. web_1 | >>> >>> Starting the server
  68981. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  68982. web_1 |
  68983. web_1 | Fatal error: Unable to find local grunt.
  68984. web_1 |
  68985. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  68986. web_1 | your project. For more information about installing and configuring grunt,
  68987. web_1 | please see the Getting Started guide:
  68988. web_1 |
  68989. web_1 | http://gruntjs.com/getting-started
  68990. web_1 | Starting OpenBSD Secure Shell server: sshd.
  68991. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  68992. web_1 | Syncing...
  68993. web_1 | Creating tables ...
  68994. web_1 | Installing custom SQL ...
  68995. web_1 | Installing indexes ...
  68996. web_1 | Installed 0 object(s) from 0 fixture(s)
  68997. web_1 |
  68998. web_1 | Synced:
  68999. web_1 | > django.contrib.auth
  69000. web_1 | > django.contrib.contenttypes
  69001. web_1 | > django.contrib.sessions
  69002. web_1 | > django.contrib.sites
  69003. web_1 | > django.contrib.messages
  69004. web_1 | > django.contrib.staticfiles
  69005. web_1 | > django.contrib.admin
  69006. web_1 | > south
  69007. web_1 | > crispy_forms
  69008. web_1 | > avatar
  69009. web_1 | > bootstrap3
  69010. web_1 | > users
  69011. web_1 | > allauth
  69012. web_1 | > allauth.account
  69013. web_1 | > django.contrib.humanize
  69014. web_1 | > debug_toolbar
  69015. web_1 |
  69016. web_1 | Not synced (use migrations):
  69017. web_1 | - allauth.socialaccount
  69018. web_1 | - django_extensions
  69019. web_1 | (use ./manage.py migrate to migrate these)
  69020. web_1 | Running migrations for socialaccount:
  69021. web_1 | - Nothing to migrate.
  69022. web_1 | - Loading initial data for socialaccount.
  69023. web_1 | Installed 0 object(s) from 0 fixture(s)
  69024. web_1 | Running migrations for django_extensions:
  69025. web_1 | - Nothing to migrate.
  69026. web_1 | - Loading initial data for django_extensions.
  69027. web_1 | Installed 0 object(s) from 0 fixture(s)
  69028. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69029. web_1 | [GCC 4.9.2] on linux2
  69030. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69031. web_1 | (InteractiveConsole)
  69032. web_1 |
  69033. web_1 | >>> >>> Starting the server
  69034. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69035. web_1 |
  69036. web_1 | Fatal error: Unable to find local grunt.
  69037. web_1 |
  69038. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69039. web_1 | your project. For more information about installing and configuring grunt,
  69040. web_1 | please see the Getting Started guide:
  69041. web_1 |
  69042. web_1 | http://gruntjs.com/getting-started
  69043. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69044. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69045. web_1 | Syncing...
  69046. web_1 | Creating tables ...
  69047. web_1 | Installing custom SQL ...
  69048. web_1 | Installing indexes ...
  69049. web_1 | Installed 0 object(s) from 0 fixture(s)
  69050. web_1 |
  69051. web_1 | Synced:
  69052. web_1 | > django.contrib.auth
  69053. web_1 | > django.contrib.contenttypes
  69054. web_1 | > django.contrib.sessions
  69055. web_1 | > django.contrib.sites
  69056. web_1 | > django.contrib.messages
  69057. web_1 | > django.contrib.staticfiles
  69058. web_1 | > django.contrib.admin
  69059. web_1 | > south
  69060. web_1 | > crispy_forms
  69061. web_1 | > avatar
  69062. web_1 | > bootstrap3
  69063. web_1 | > users
  69064. web_1 | > allauth
  69065. web_1 | > allauth.account
  69066. web_1 | > django.contrib.humanize
  69067. web_1 | > debug_toolbar
  69068. web_1 |
  69069. web_1 | Not synced (use migrations):
  69070. web_1 | - allauth.socialaccount
  69071. web_1 | - django_extensions
  69072. web_1 | (use ./manage.py migrate to migrate these)
  69073. web_1 | Running migrations for socialaccount:
  69074. web_1 | - Nothing to migrate.
  69075. web_1 | - Loading initial data for socialaccount.
  69076. web_1 | Installed 0 object(s) from 0 fixture(s)
  69077. web_1 | Running migrations for django_extensions:
  69078. web_1 | - Nothing to migrate.
  69079. web_1 | - Loading initial data for django_extensions.
  69080. web_1 | Installed 0 object(s) from 0 fixture(s)
  69081. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69082. web_1 | [GCC 4.9.2] on linux2
  69083. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69084. web_1 | (InteractiveConsole)
  69085. web_1 |
  69086. web_1 | >>> >>> Starting the server
  69087. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69088. web_1 |
  69089. web_1 | Fatal error: Unable to find local grunt.
  69090. web_1 |
  69091. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69092. web_1 | your project. For more information about installing and configuring grunt,
  69093. web_1 | please see the Getting Started guide:
  69094. web_1 |
  69095. web_1 | http://gruntjs.com/getting-started
  69096. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69097. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69098. web_1 | Syncing...
  69099. web_1 | Creating tables ...
  69100. web_1 | Installing custom SQL ...
  69101. web_1 | Installing indexes ...
  69102. web_1 | Installed 0 object(s) from 0 fixture(s)
  69103. web_1 |
  69104. web_1 | Synced:
  69105. web_1 | > django.contrib.auth
  69106. web_1 | > django.contrib.contenttypes
  69107. web_1 | > django.contrib.sessions
  69108. web_1 | > django.contrib.sites
  69109. web_1 | > django.contrib.messages
  69110. web_1 | > django.contrib.staticfiles
  69111. web_1 | > django.contrib.admin
  69112. web_1 | > south
  69113. web_1 | > crispy_forms
  69114. web_1 | > avatar
  69115. web_1 | > bootstrap3
  69116. web_1 | > users
  69117. web_1 | > allauth
  69118. web_1 | > allauth.account
  69119. web_1 | > django.contrib.humanize
  69120. web_1 | > debug_toolbar
  69121. web_1 |
  69122. web_1 | Not synced (use migrations):
  69123. web_1 | - allauth.socialaccount
  69124. web_1 | - django_extensions
  69125. web_1 | (use ./manage.py migrate to migrate these)
  69126. web_1 | Running migrations for socialaccount:
  69127. web_1 | - Nothing to migrate.
  69128. web_1 | - Loading initial data for socialaccount.
  69129. web_1 | Installed 0 object(s) from 0 fixture(s)
  69130. web_1 | Running migrations for django_extensions:
  69131. web_1 | - Nothing to migrate.
  69132. web_1 | - Loading initial data for django_extensions.
  69133. web_1 | Installed 0 object(s) from 0 fixture(s)
  69134. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69135. web_1 | [GCC 4.9.2] on linux2
  69136. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69137. web_1 | (InteractiveConsole)
  69138. web_1 |
  69139. web_1 | >>> >>> Starting the server
  69140. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69141. web_1 |
  69142. web_1 | Fatal error: Unable to find local grunt.
  69143. web_1 |
  69144. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69145. web_1 | your project. For more information about installing and configuring grunt,
  69146. web_1 | please see the Getting Started guide:
  69147. web_1 |
  69148. web_1 | http://gruntjs.com/getting-started
  69149. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69150. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69151. web_1 | Syncing...
  69152. web_1 | Creating tables ...
  69153. web_1 | Installing custom SQL ...
  69154. web_1 | Installing indexes ...
  69155. web_1 | Installed 0 object(s) from 0 fixture(s)
  69156. web_1 |
  69157. web_1 | Synced:
  69158. web_1 | > django.contrib.auth
  69159. web_1 | > django.contrib.contenttypes
  69160. web_1 | > django.contrib.sessions
  69161. web_1 | > django.contrib.sites
  69162. web_1 | > django.contrib.messages
  69163. web_1 | > django.contrib.staticfiles
  69164. web_1 | > django.contrib.admin
  69165. web_1 | > south
  69166. web_1 | > crispy_forms
  69167. web_1 | > avatar
  69168. web_1 | > bootstrap3
  69169. web_1 | > users
  69170. web_1 | > allauth
  69171. web_1 | > allauth.account
  69172. web_1 | > django.contrib.humanize
  69173. web_1 | > debug_toolbar
  69174. web_1 |
  69175. web_1 | Not synced (use migrations):
  69176. web_1 | - allauth.socialaccount
  69177. web_1 | - django_extensions
  69178. web_1 | (use ./manage.py migrate to migrate these)
  69179. web_1 | Running migrations for socialaccount:
  69180. web_1 | - Nothing to migrate.
  69181. web_1 | - Loading initial data for socialaccount.
  69182. web_1 | Installed 0 object(s) from 0 fixture(s)
  69183. web_1 | Running migrations for django_extensions:
  69184. web_1 | - Nothing to migrate.
  69185. web_1 | - Loading initial data for django_extensions.
  69186. web_1 | Installed 0 object(s) from 0 fixture(s)
  69187. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69188. web_1 | [GCC 4.9.2] on linux2
  69189. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69190. web_1 | (InteractiveConsole)
  69191. web_1 |
  69192. web_1 | >>> >>> Starting the server
  69193. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69194. web_1 |
  69195. web_1 | Fatal error: Unable to find local grunt.
  69196. web_1 |
  69197. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69198. web_1 | your project. For more information about installing and configuring grunt,
  69199. web_1 | please see the Getting Started guide:
  69200. web_1 |
  69201. web_1 | http://gruntjs.com/getting-started
  69202. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69203. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69204. web_1 | Syncing...
  69205. web_1 | Creating tables ...
  69206. web_1 | Installing custom SQL ...
  69207. web_1 | Installing indexes ...
  69208. web_1 | Installed 0 object(s) from 0 fixture(s)
  69209. web_1 |
  69210. web_1 | Synced:
  69211. web_1 | > django.contrib.auth
  69212. web_1 | > django.contrib.contenttypes
  69213. web_1 | > django.contrib.sessions
  69214. web_1 | > django.contrib.sites
  69215. web_1 | > django.contrib.messages
  69216. web_1 | > django.contrib.staticfiles
  69217. web_1 | > django.contrib.admin
  69218. web_1 | > south
  69219. web_1 | > crispy_forms
  69220. web_1 | > avatar
  69221. web_1 | > bootstrap3
  69222. web_1 | > users
  69223. web_1 | > allauth
  69224. web_1 | > allauth.account
  69225. web_1 | > django.contrib.humanize
  69226. web_1 | > debug_toolbar
  69227. web_1 |
  69228. web_1 | Not synced (use migrations):
  69229. web_1 | - allauth.socialaccount
  69230. web_1 | - django_extensions
  69231. web_1 | (use ./manage.py migrate to migrate these)
  69232. web_1 | Running migrations for socialaccount:
  69233. web_1 | - Nothing to migrate.
  69234. web_1 | - Loading initial data for socialaccount.
  69235. web_1 | Installed 0 object(s) from 0 fixture(s)
  69236. web_1 | Running migrations for django_extensions:
  69237. web_1 | - Nothing to migrate.
  69238. web_1 | - Loading initial data for django_extensions.
  69239. web_1 | Installed 0 object(s) from 0 fixture(s)
  69240. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69241. web_1 | [GCC 4.9.2] on linux2
  69242. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69243. web_1 | (InteractiveConsole)
  69244. web_1 |
  69245. web_1 | >>> >>> Starting the server
  69246. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69247. web_1 |
  69248. web_1 | Fatal error: Unable to find local grunt.
  69249. web_1 |
  69250. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69251. web_1 | your project. For more information about installing and configuring grunt,
  69252. web_1 | please see the Getting Started guide:
  69253. web_1 |
  69254. web_1 | http://gruntjs.com/getting-started
  69255. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69256. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69257. web_1 | Syncing...
  69258. web_1 | Creating tables ...
  69259. web_1 | Installing custom SQL ...
  69260. web_1 | Installing indexes ...
  69261. web_1 | Installed 0 object(s) from 0 fixture(s)
  69262. web_1 |
  69263. web_1 | Synced:
  69264. web_1 | > django.contrib.auth
  69265. web_1 | > django.contrib.contenttypes
  69266. web_1 | > django.contrib.sessions
  69267. web_1 | > django.contrib.sites
  69268. web_1 | > django.contrib.messages
  69269. web_1 | > django.contrib.staticfiles
  69270. web_1 | > django.contrib.admin
  69271. web_1 | > south
  69272. web_1 | > crispy_forms
  69273. web_1 | > avatar
  69274. web_1 | > bootstrap3
  69275. web_1 | > users
  69276. web_1 | > allauth
  69277. web_1 | > allauth.account
  69278. web_1 | > django.contrib.humanize
  69279. web_1 | > debug_toolbar
  69280. web_1 |
  69281. web_1 | Not synced (use migrations):
  69282. web_1 | - allauth.socialaccount
  69283. web_1 | - django_extensions
  69284. web_1 | (use ./manage.py migrate to migrate these)
  69285. web_1 | Running migrations for socialaccount:
  69286. web_1 | - Nothing to migrate.
  69287. web_1 | - Loading initial data for socialaccount.
  69288. web_1 | Installed 0 object(s) from 0 fixture(s)
  69289. web_1 | Running migrations for django_extensions:
  69290. web_1 | - Nothing to migrate.
  69291. web_1 | - Loading initial data for django_extensions.
  69292. web_1 | Installed 0 object(s) from 0 fixture(s)
  69293. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69294. web_1 | [GCC 4.9.2] on linux2
  69295. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69296. web_1 | (InteractiveConsole)
  69297. web_1 |
  69298. web_1 | >>> >>> Starting the server
  69299. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69300. web_1 |
  69301. web_1 | Fatal error: Unable to find local grunt.
  69302. web_1 |
  69303. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69304. web_1 | your project. For more information about installing and configuring grunt,
  69305. web_1 | please see the Getting Started guide:
  69306. web_1 |
  69307. web_1 | http://gruntjs.com/getting-started
  69308. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69309. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69310. web_1 | Syncing...
  69311. web_1 | Creating tables ...
  69312. web_1 | Installing custom SQL ...
  69313. web_1 | Installing indexes ...
  69314. web_1 | Installed 0 object(s) from 0 fixture(s)
  69315. web_1 |
  69316. web_1 | Synced:
  69317. web_1 | > django.contrib.auth
  69318. web_1 | > django.contrib.contenttypes
  69319. web_1 | > django.contrib.sessions
  69320. web_1 | > django.contrib.sites
  69321. web_1 | > django.contrib.messages
  69322. web_1 | > django.contrib.staticfiles
  69323. web_1 | > django.contrib.admin
  69324. web_1 | > south
  69325. web_1 | > crispy_forms
  69326. web_1 | > avatar
  69327. web_1 | > bootstrap3
  69328. web_1 | > users
  69329. web_1 | > allauth
  69330. web_1 | > allauth.account
  69331. web_1 | > django.contrib.humanize
  69332. web_1 | > debug_toolbar
  69333. web_1 |
  69334. web_1 | Not synced (use migrations):
  69335. web_1 | - allauth.socialaccount
  69336. web_1 | - django_extensions
  69337. web_1 | (use ./manage.py migrate to migrate these)
  69338. web_1 | Running migrations for socialaccount:
  69339. web_1 | - Nothing to migrate.
  69340. web_1 | - Loading initial data for socialaccount.
  69341. web_1 | Installed 0 object(s) from 0 fixture(s)
  69342. web_1 | Running migrations for django_extensions:
  69343. web_1 | - Nothing to migrate.
  69344. web_1 | - Loading initial data for django_extensions.
  69345. web_1 | Installed 0 object(s) from 0 fixture(s)
  69346. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69347. web_1 | [GCC 4.9.2] on linux2
  69348. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69349. web_1 | (InteractiveConsole)
  69350. web_1 |
  69351. web_1 | >>> >>> Starting the server
  69352. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69353. web_1 |
  69354. web_1 | Fatal error: Unable to find local grunt.
  69355. web_1 |
  69356. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69357. web_1 | your project. For more information about installing and configuring grunt,
  69358. web_1 | please see the Getting Started guide:
  69359. web_1 |
  69360. web_1 | http://gruntjs.com/getting-started
  69361. oclweb_web_1 exited with code 99
  69362. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69363. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69364. web_1 | Syncing...
  69365. web_1 | Traceback (most recent call last):
  69366. web_1 | File "ocl_web/manage.py", line 19, in <module>
  69367. web_1 | execute_from_command_line(sys.argv)
  69368. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  69369. web_1 | utility.execute()
  69370. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  69371. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  69372. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  69373. web_1 | self.execute(*args, **options.__dict__)
  69374. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  69375. web_1 | output = self.handle(*args, **options)
  69376. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  69377. web_1 | return self.handle_noargs(**options)
  69378. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  69379. web_1 | syncdb.Command().execute(**options)
  69380. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  69381. web_1 | output = self.handle(*args, **options)
  69382. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  69383. web_1 | return self.handle_noargs(**options)
  69384. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  69385. web_1 | cursor = connection.cursor()
  69386. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  69387. web_1 | cursor = self.make_debug_cursor(self._cursor())
  69388. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  69389. web_1 | self.ensure_connection()
  69390. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69391. web_1 | self.connect()
  69392. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  69393. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  69394. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69395. web_1 | self.connect()
  69396. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  69397. web_1 | self.connection = self.get_new_connection(conn_params)
  69398. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  69399. web_1 | return Database.connect(**conn_params)
  69400. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  69401. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  69402. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  69403. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  69404. web_1 | TCP/IP connections on port 5432?
  69405. web_1 |
  69406. web_1 | Traceback (most recent call last):
  69407. web_1 | File "ocl_web/manage.py", line 19, in <module>
  69408. web_1 | execute_from_command_line(sys.argv)
  69409. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  69410. web_1 | utility.execute()
  69411. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  69412. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  69413. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  69414. web_1 | self.execute(*args, **options.__dict__)
  69415. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  69416. web_1 | output = self.handle(*args, **options)
  69417. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  69418. web_1 | ignore_ghosts = ignore_ghosts,
  69419. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  69420. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  69421. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  69422. web_1 | for h in histories:
  69423. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  69424. web_1 | self._fetch_all()
  69425. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  69426. web_1 | self._result_cache = list(self.iterator())
  69427. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  69428. web_1 | for row in compiler.results_iter():
  69429. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  69430. web_1 | for rows in self.execute_sql(MULTI):
  69431. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  69432. web_1 | cursor = self.connection.cursor()
  69433. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  69434. web_1 | cursor = self.make_debug_cursor(self._cursor())
  69435. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  69436. web_1 | self.ensure_connection()
  69437. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69438. web_1 | self.connect()
  69439. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  69440. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  69441. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69442. web_1 | self.connect()
  69443. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  69444. web_1 | self.connection = self.get_new_connection(conn_params)
  69445. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  69446. web_1 | return Database.connect(**conn_params)
  69447. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  69448. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  69449. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  69450. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  69451. web_1 | TCP/IP connections on port 5432?
  69452. web_1 |
  69453. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69454. web_1 | [GCC 4.9.2] on linux2
  69455. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69456. web_1 | (InteractiveConsole)
  69457. web_1 | Traceback (most recent call last):
  69458. web_1 | File "<console>", line 1, in <module>
  69459. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  69460. web_1 | return self.query.get_count(using=self.db)
  69461. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  69462. web_1 | number = obj.get_aggregation(using=using)[None]
  69463. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  69464. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  69465. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  69466. web_1 | cursor = self.connection.cursor()
  69467. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  69468. web_1 | cursor = self.make_debug_cursor(self._cursor())
  69469. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  69470. web_1 | self.ensure_connection()
  69471. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69472. web_1 | self.connect()
  69473. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  69474. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  69475. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  69476. web_1 | self.connect()
  69477. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  69478. web_1 | self.connection = self.get_new_connection(conn_params)
  69479. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  69480. web_1 | return Database.connect(**conn_params)
  69481. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  69482. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  69483. web_1 | OperationalError: could not connect to server: Connection refused
  69484. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  69485. web_1 | TCP/IP connections on port 5432?
  69486. web_1 |
  69487. web_1 |
  69488. web_1 | >>> >>> Starting the server
  69489. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69490. web_1 |
  69491. web_1 | Fatal error: Unable to find local grunt.
  69492. web_1 |
  69493. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69494. web_1 | your project. For more information about installing and configuring grunt,
  69495. web_1 | please see the Getting Started guide:
  69496. web_1 |
  69497. web_1 | http://gruntjs.com/getting-started
  69498. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69499. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69500. web_1 | Syncing...
  69501. web_1 | Creating tables ...
  69502. web_1 | Creating table auth_permission
  69503. web_1 | Creating table auth_group_permissions
  69504. web_1 | Creating table auth_group
  69505. web_1 | Creating table django_content_type
  69506. web_1 | Creating table django_session
  69507. web_1 | Creating table django_site
  69508. web_1 | Creating table django_admin_log
  69509. web_1 | Creating table south_migrationhistory
  69510. web_1 | Creating table avatar_avatar
  69511. web_1 | Creating table users_user_groups
  69512. web_1 | Creating table users_user_user_permissions
  69513. web_1 | Creating table users_user
  69514. web_1 | Creating table account_emailaddress
  69515. web_1 | Creating table account_emailconfirmation
  69516. web_1 | Installing custom SQL ...
  69517. web_1 | Installing indexes ...
  69518. web_1 | Installed 0 object(s) from 0 fixture(s)
  69519. web_1 |
  69520. web_1 | Synced:
  69521. web_1 | > django.contrib.auth
  69522. web_1 | > django.contrib.contenttypes
  69523. web_1 | > django.contrib.sessions
  69524. web_1 | > django.contrib.sites
  69525. web_1 | > django.contrib.messages
  69526. web_1 | > django.contrib.staticfiles
  69527. web_1 | > django.contrib.admin
  69528. web_1 | > south
  69529. web_1 | > crispy_forms
  69530. web_1 | > avatar
  69531. web_1 | > bootstrap3
  69532. web_1 | > users
  69533. web_1 | > allauth
  69534. web_1 | > allauth.account
  69535. web_1 | > django.contrib.humanize
  69536. web_1 | > debug_toolbar
  69537. web_1 |
  69538. web_1 | Not synced (use migrations):
  69539. web_1 | - allauth.socialaccount
  69540. web_1 | - django_extensions
  69541. web_1 | (use ./manage.py migrate to migrate these)
  69542. web_1 | Running migrations for socialaccount:
  69543. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  69544. web_1 | > socialaccount:0001_initial
  69545. web_1 | > socialaccount:0002_genericmodels
  69546. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  69547. web_1 | > socialaccount:0004_add_sites
  69548. web_1 | > socialaccount:0005_set_sites
  69549. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  69550. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  69551. web_1 | > socialaccount:0008_client_id
  69552. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  69553. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  69554. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  69555. web_1 | - Loading initial data for socialaccount.
  69556. web_1 | Installed 0 object(s) from 0 fixture(s)
  69557. web_1 | Running migrations for django_extensions:
  69558. web_1 | - Migrating forwards to 0001_empty.
  69559. web_1 | > django_extensions:0001_empty
  69560. web_1 | - Loading initial data for django_extensions.
  69561. web_1 | Installed 0 object(s) from 0 fixture(s)
  69562. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69563. web_1 | [GCC 4.9.2] on linux2
  69564. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69565. web_1 | (InteractiveConsole)
  69566. web_1 |
  69567. web_1 | >>> >>> Starting the server
  69568. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69569. web_1 |
  69570. web_1 | Fatal error: Unable to find local grunt.
  69571. web_1 |
  69572. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69573. web_1 | your project. For more information about installing and configuring grunt,
  69574. web_1 | please see the Getting Started guide:
  69575. web_1 |
  69576. web_1 | http://gruntjs.com/getting-started
  69577. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69578. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69579. web_1 | Syncing...
  69580. web_1 | Creating tables ...
  69581. web_1 | Installing custom SQL ...
  69582. web_1 | Installing indexes ...
  69583. web_1 | Installed 0 object(s) from 0 fixture(s)
  69584. web_1 |
  69585. web_1 | Synced:
  69586. web_1 | > django.contrib.auth
  69587. web_1 | > django.contrib.contenttypes
  69588. web_1 | > django.contrib.sessions
  69589. web_1 | > django.contrib.sites
  69590. web_1 | > django.contrib.messages
  69591. web_1 | > django.contrib.staticfiles
  69592. web_1 | > django.contrib.admin
  69593. web_1 | > south
  69594. web_1 | > crispy_forms
  69595. web_1 | > avatar
  69596. web_1 | > bootstrap3
  69597. web_1 | > users
  69598. web_1 | > allauth
  69599. web_1 | > allauth.account
  69600. web_1 | > django.contrib.humanize
  69601. web_1 | > debug_toolbar
  69602. web_1 |
  69603. web_1 | Not synced (use migrations):
  69604. web_1 | - allauth.socialaccount
  69605. web_1 | - django_extensions
  69606. web_1 | (use ./manage.py migrate to migrate these)
  69607. web_1 | Running migrations for socialaccount:
  69608. web_1 | - Nothing to migrate.
  69609. web_1 | - Loading initial data for socialaccount.
  69610. web_1 | Installed 0 object(s) from 0 fixture(s)
  69611. web_1 | Running migrations for django_extensions:
  69612. web_1 | - Nothing to migrate.
  69613. web_1 | - Loading initial data for django_extensions.
  69614. web_1 | Installed 0 object(s) from 0 fixture(s)
  69615. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69616. web_1 | [GCC 4.9.2] on linux2
  69617. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69618. web_1 | (InteractiveConsole)
  69619. web_1 |
  69620. web_1 | >>> >>> Starting the server
  69621. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69622. web_1 |
  69623. web_1 | Fatal error: Unable to find local grunt.
  69624. web_1 |
  69625. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69626. web_1 | your project. For more information about installing and configuring grunt,
  69627. web_1 | please see the Getting Started guide:
  69628. web_1 |
  69629. web_1 | http://gruntjs.com/getting-started
  69630. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69631. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69632. web_1 | Syncing...
  69633. web_1 | Creating tables ...
  69634. web_1 | Installing custom SQL ...
  69635. web_1 | Installing indexes ...
  69636. web_1 | Installed 0 object(s) from 0 fixture(s)
  69637. web_1 |
  69638. web_1 | Synced:
  69639. web_1 | > django.contrib.auth
  69640. web_1 | > django.contrib.contenttypes
  69641. web_1 | > django.contrib.sessions
  69642. web_1 | > django.contrib.sites
  69643. web_1 | > django.contrib.messages
  69644. web_1 | > django.contrib.staticfiles
  69645. web_1 | > django.contrib.admin
  69646. web_1 | > south
  69647. web_1 | > crispy_forms
  69648. web_1 | > avatar
  69649. web_1 | > bootstrap3
  69650. web_1 | > users
  69651. web_1 | > allauth
  69652. web_1 | > allauth.account
  69653. web_1 | > django.contrib.humanize
  69654. web_1 | > debug_toolbar
  69655. web_1 |
  69656. web_1 | Not synced (use migrations):
  69657. web_1 | - allauth.socialaccount
  69658. web_1 | - django_extensions
  69659. web_1 | (use ./manage.py migrate to migrate these)
  69660. web_1 | Running migrations for socialaccount:
  69661. web_1 | - Nothing to migrate.
  69662. web_1 | - Loading initial data for socialaccount.
  69663. web_1 | Installed 0 object(s) from 0 fixture(s)
  69664. web_1 | Running migrations for django_extensions:
  69665. web_1 | - Nothing to migrate.
  69666. web_1 | - Loading initial data for django_extensions.
  69667. web_1 | Installed 0 object(s) from 0 fixture(s)
  69668. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69669. web_1 | [GCC 4.9.2] on linux2
  69670. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69671. web_1 | (InteractiveConsole)
  69672. web_1 |
  69673. web_1 | >>> >>> Starting the server
  69674. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69675. web_1 |
  69676. web_1 | Fatal error: Unable to find local grunt.
  69677. web_1 |
  69678. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69679. web_1 | your project. For more information about installing and configuring grunt,
  69680. web_1 | please see the Getting Started guide:
  69681. web_1 |
  69682. web_1 | http://gruntjs.com/getting-started
  69683. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69684. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69685. web_1 | Syncing...
  69686. web_1 | Creating tables ...
  69687. web_1 | Installing custom SQL ...
  69688. web_1 | Installing indexes ...
  69689. web_1 | Installed 0 object(s) from 0 fixture(s)
  69690. web_1 |
  69691. web_1 | Synced:
  69692. web_1 | > django.contrib.auth
  69693. web_1 | > django.contrib.contenttypes
  69694. web_1 | > django.contrib.sessions
  69695. web_1 | > django.contrib.sites
  69696. web_1 | > django.contrib.messages
  69697. web_1 | > django.contrib.staticfiles
  69698. web_1 | > django.contrib.admin
  69699. web_1 | > south
  69700. web_1 | > crispy_forms
  69701. web_1 | > avatar
  69702. web_1 | > bootstrap3
  69703. web_1 | > users
  69704. web_1 | > allauth
  69705. web_1 | > allauth.account
  69706. web_1 | > django.contrib.humanize
  69707. web_1 | > debug_toolbar
  69708. web_1 |
  69709. web_1 | Not synced (use migrations):
  69710. web_1 | - allauth.socialaccount
  69711. web_1 | - django_extensions
  69712. web_1 | (use ./manage.py migrate to migrate these)
  69713. web_1 | Running migrations for socialaccount:
  69714. web_1 | - Nothing to migrate.
  69715. web_1 | - Loading initial data for socialaccount.
  69716. web_1 | Installed 0 object(s) from 0 fixture(s)
  69717. web_1 | Running migrations for django_extensions:
  69718. web_1 | - Nothing to migrate.
  69719. web_1 | - Loading initial data for django_extensions.
  69720. web_1 | Installed 0 object(s) from 0 fixture(s)
  69721. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69722. web_1 | [GCC 4.9.2] on linux2
  69723. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69724. web_1 | (InteractiveConsole)
  69725. web_1 |
  69726. web_1 | >>> >>> Starting the server
  69727. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69728. web_1 |
  69729. web_1 | Fatal error: Unable to find local grunt.
  69730. web_1 |
  69731. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69732. web_1 | your project. For more information about installing and configuring grunt,
  69733. web_1 | please see the Getting Started guide:
  69734. web_1 |
  69735. web_1 | http://gruntjs.com/getting-started
  69736. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69737. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69738. web_1 | Syncing...
  69739. web_1 | Creating tables ...
  69740. web_1 | Installing custom SQL ...
  69741. web_1 | Installing indexes ...
  69742. web_1 | Installed 0 object(s) from 0 fixture(s)
  69743. web_1 |
  69744. web_1 | Synced:
  69745. web_1 | > django.contrib.auth
  69746. web_1 | > django.contrib.contenttypes
  69747. web_1 | > django.contrib.sessions
  69748. web_1 | > django.contrib.sites
  69749. web_1 | > django.contrib.messages
  69750. web_1 | > django.contrib.staticfiles
  69751. web_1 | > django.contrib.admin
  69752. web_1 | > south
  69753. web_1 | > crispy_forms
  69754. web_1 | > avatar
  69755. web_1 | > bootstrap3
  69756. web_1 | > users
  69757. web_1 | > allauth
  69758. web_1 | > allauth.account
  69759. web_1 | > django.contrib.humanize
  69760. web_1 | > debug_toolbar
  69761. web_1 |
  69762. web_1 | Not synced (use migrations):
  69763. web_1 | - allauth.socialaccount
  69764. web_1 | - django_extensions
  69765. web_1 | (use ./manage.py migrate to migrate these)
  69766. web_1 | Running migrations for socialaccount:
  69767. web_1 | - Nothing to migrate.
  69768. web_1 | - Loading initial data for socialaccount.
  69769. web_1 | Installed 0 object(s) from 0 fixture(s)
  69770. web_1 | Running migrations for django_extensions:
  69771. web_1 | - Nothing to migrate.
  69772. web_1 | - Loading initial data for django_extensions.
  69773. web_1 | Installed 0 object(s) from 0 fixture(s)
  69774. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69775. web_1 | [GCC 4.9.2] on linux2
  69776. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69777. web_1 | (InteractiveConsole)
  69778. web_1 |
  69779. web_1 | >>> >>> Starting the server
  69780. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69781. web_1 |
  69782. web_1 | Fatal error: Unable to find local grunt.
  69783. web_1 |
  69784. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69785. web_1 | your project. For more information about installing and configuring grunt,
  69786. web_1 | please see the Getting Started guide:
  69787. web_1 |
  69788. web_1 | http://gruntjs.com/getting-started
  69789. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69790. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69791. web_1 | Syncing...
  69792. web_1 | Creating tables ...
  69793. web_1 | Installing custom SQL ...
  69794. web_1 | Installing indexes ...
  69795. web_1 | Installed 0 object(s) from 0 fixture(s)
  69796. web_1 |
  69797. web_1 | Synced:
  69798. web_1 | > django.contrib.auth
  69799. web_1 | > django.contrib.contenttypes
  69800. web_1 | > django.contrib.sessions
  69801. web_1 | > django.contrib.sites
  69802. web_1 | > django.contrib.messages
  69803. web_1 | > django.contrib.staticfiles
  69804. web_1 | > django.contrib.admin
  69805. web_1 | > south
  69806. web_1 | > crispy_forms
  69807. web_1 | > avatar
  69808. web_1 | > bootstrap3
  69809. web_1 | > users
  69810. web_1 | > allauth
  69811. web_1 | > allauth.account
  69812. web_1 | > django.contrib.humanize
  69813. web_1 | > debug_toolbar
  69814. web_1 |
  69815. web_1 | Not synced (use migrations):
  69816. web_1 | - allauth.socialaccount
  69817. web_1 | - django_extensions
  69818. web_1 | (use ./manage.py migrate to migrate these)
  69819. web_1 | Running migrations for socialaccount:
  69820. web_1 | - Nothing to migrate.
  69821. web_1 | - Loading initial data for socialaccount.
  69822. web_1 | Installed 0 object(s) from 0 fixture(s)
  69823. web_1 | Running migrations for django_extensions:
  69824. web_1 | - Nothing to migrate.
  69825. web_1 | - Loading initial data for django_extensions.
  69826. web_1 | Installed 0 object(s) from 0 fixture(s)
  69827. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69828. web_1 | [GCC 4.9.2] on linux2
  69829. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69830. web_1 | (InteractiveConsole)
  69831. web_1 |
  69832. web_1 | >>> >>> Starting the server
  69833. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69834. web_1 |
  69835. web_1 | Fatal error: Unable to find local grunt.
  69836. web_1 |
  69837. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69838. web_1 | your project. For more information about installing and configuring grunt,
  69839. web_1 | please see the Getting Started guide:
  69840. web_1 |
  69841. web_1 | http://gruntjs.com/getting-started
  69842. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69843. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69844. web_1 | Syncing...
  69845. web_1 | Creating tables ...
  69846. web_1 | Installing custom SQL ...
  69847. web_1 | Installing indexes ...
  69848. web_1 | Installed 0 object(s) from 0 fixture(s)
  69849. web_1 |
  69850. web_1 | Synced:
  69851. web_1 | > django.contrib.auth
  69852. web_1 | > django.contrib.contenttypes
  69853. web_1 | > django.contrib.sessions
  69854. web_1 | > django.contrib.sites
  69855. web_1 | > django.contrib.messages
  69856. web_1 | > django.contrib.staticfiles
  69857. web_1 | > django.contrib.admin
  69858. web_1 | > south
  69859. web_1 | > crispy_forms
  69860. web_1 | > avatar
  69861. web_1 | > bootstrap3
  69862. web_1 | > users
  69863. web_1 | > allauth
  69864. web_1 | > allauth.account
  69865. web_1 | > django.contrib.humanize
  69866. web_1 | > debug_toolbar
  69867. web_1 |
  69868. web_1 | Not synced (use migrations):
  69869. web_1 | - allauth.socialaccount
  69870. web_1 | - django_extensions
  69871. web_1 | (use ./manage.py migrate to migrate these)
  69872. web_1 | Running migrations for socialaccount:
  69873. web_1 | - Nothing to migrate.
  69874. web_1 | - Loading initial data for socialaccount.
  69875. web_1 | Installed 0 object(s) from 0 fixture(s)
  69876. web_1 | Running migrations for django_extensions:
  69877. web_1 | - Nothing to migrate.
  69878. web_1 | - Loading initial data for django_extensions.
  69879. web_1 | Installed 0 object(s) from 0 fixture(s)
  69880. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69881. web_1 | [GCC 4.9.2] on linux2
  69882. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69883. web_1 | (InteractiveConsole)
  69884. web_1 |
  69885. web_1 | >>> >>> Starting the server
  69886. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69887. web_1 |
  69888. web_1 | Fatal error: Unable to find local grunt.
  69889. web_1 |
  69890. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69891. web_1 | your project. For more information about installing and configuring grunt,
  69892. web_1 | please see the Getting Started guide:
  69893. web_1 |
  69894. web_1 | http://gruntjs.com/getting-started
  69895. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69896. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69897. web_1 | Syncing...
  69898. web_1 | Creating tables ...
  69899. web_1 | Installing custom SQL ...
  69900. web_1 | Installing indexes ...
  69901. web_1 | Installed 0 object(s) from 0 fixture(s)
  69902. web_1 |
  69903. web_1 | Synced:
  69904. web_1 | > django.contrib.auth
  69905. web_1 | > django.contrib.contenttypes
  69906. web_1 | > django.contrib.sessions
  69907. web_1 | > django.contrib.sites
  69908. web_1 | > django.contrib.messages
  69909. web_1 | > django.contrib.staticfiles
  69910. web_1 | > django.contrib.admin
  69911. web_1 | > south
  69912. web_1 | > crispy_forms
  69913. web_1 | > avatar
  69914. web_1 | > bootstrap3
  69915. web_1 | > users
  69916. web_1 | > allauth
  69917. web_1 | > allauth.account
  69918. web_1 | > django.contrib.humanize
  69919. web_1 | > debug_toolbar
  69920. web_1 |
  69921. web_1 | Not synced (use migrations):
  69922. web_1 | - allauth.socialaccount
  69923. web_1 | - django_extensions
  69924. web_1 | (use ./manage.py migrate to migrate these)
  69925. web_1 | Running migrations for socialaccount:
  69926. web_1 | - Nothing to migrate.
  69927. web_1 | - Loading initial data for socialaccount.
  69928. web_1 | Installed 0 object(s) from 0 fixture(s)
  69929. web_1 | Running migrations for django_extensions:
  69930. web_1 | - Nothing to migrate.
  69931. web_1 | - Loading initial data for django_extensions.
  69932. web_1 | Installed 0 object(s) from 0 fixture(s)
  69933. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69934. web_1 | [GCC 4.9.2] on linux2
  69935. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69936. web_1 | (InteractiveConsole)
  69937. web_1 |
  69938. web_1 | >>> >>> Starting the server
  69939. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69940. web_1 |
  69941. web_1 | Fatal error: Unable to find local grunt.
  69942. web_1 |
  69943. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69944. web_1 | your project. For more information about installing and configuring grunt,
  69945. web_1 | please see the Getting Started guide:
  69946. web_1 |
  69947. web_1 | http://gruntjs.com/getting-started
  69948. web_1 | Starting OpenBSD Secure Shell server: sshd.
  69949. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  69950. web_1 | Syncing...
  69951. web_1 | Creating tables ...
  69952. web_1 | Installing custom SQL ...
  69953. web_1 | Installing indexes ...
  69954. web_1 | Installed 0 object(s) from 0 fixture(s)
  69955. web_1 |
  69956. web_1 | Synced:
  69957. web_1 | > django.contrib.auth
  69958. web_1 | > django.contrib.contenttypes
  69959. web_1 | > django.contrib.sessions
  69960. web_1 | > django.contrib.sites
  69961. web_1 | > django.contrib.messages
  69962. web_1 | > django.contrib.staticfiles
  69963. web_1 | > django.contrib.admin
  69964. web_1 | > south
  69965. web_1 | > crispy_forms
  69966. web_1 | > avatar
  69967. web_1 | > bootstrap3
  69968. web_1 | > users
  69969. web_1 | > allauth
  69970. web_1 | > allauth.account
  69971. web_1 | > django.contrib.humanize
  69972. web_1 | > debug_toolbar
  69973. web_1 |
  69974. web_1 | Not synced (use migrations):
  69975. web_1 | - allauth.socialaccount
  69976. web_1 | - django_extensions
  69977. web_1 | (use ./manage.py migrate to migrate these)
  69978. web_1 | Running migrations for socialaccount:
  69979. web_1 | - Nothing to migrate.
  69980. web_1 | - Loading initial data for socialaccount.
  69981. web_1 | Installed 0 object(s) from 0 fixture(s)
  69982. web_1 | Running migrations for django_extensions:
  69983. web_1 | - Nothing to migrate.
  69984. web_1 | - Loading initial data for django_extensions.
  69985. web_1 | Installed 0 object(s) from 0 fixture(s)
  69986. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  69987. web_1 | [GCC 4.9.2] on linux2
  69988. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  69989. web_1 | (InteractiveConsole)
  69990. web_1 |
  69991. web_1 | >>> >>> Starting the server
  69992. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  69993. web_1 |
  69994. web_1 | Fatal error: Unable to find local grunt.
  69995. web_1 |
  69996. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  69997. web_1 | your project. For more information about installing and configuring grunt,
  69998. web_1 | please see the Getting Started guide:
  69999. web_1 |
  70000. web_1 | http://gruntjs.com/getting-started
  70001. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70002. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70003. web_1 | Syncing...
  70004. web_1 | Creating tables ...
  70005. web_1 | Installing custom SQL ...
  70006. web_1 | Installing indexes ...
  70007. web_1 | Installed 0 object(s) from 0 fixture(s)
  70008. web_1 |
  70009. web_1 | Synced:
  70010. web_1 | > django.contrib.auth
  70011. web_1 | > django.contrib.contenttypes
  70012. web_1 | > django.contrib.sessions
  70013. web_1 | > django.contrib.sites
  70014. web_1 | > django.contrib.messages
  70015. web_1 | > django.contrib.staticfiles
  70016. web_1 | > django.contrib.admin
  70017. web_1 | > south
  70018. web_1 | > crispy_forms
  70019. web_1 | > avatar
  70020. web_1 | > bootstrap3
  70021. web_1 | > users
  70022. web_1 | > allauth
  70023. web_1 | > allauth.account
  70024. web_1 | > django.contrib.humanize
  70025. web_1 | > debug_toolbar
  70026. web_1 |
  70027. web_1 | Not synced (use migrations):
  70028. web_1 | - allauth.socialaccount
  70029. web_1 | - django_extensions
  70030. web_1 | (use ./manage.py migrate to migrate these)
  70031. web_1 | Running migrations for socialaccount:
  70032. web_1 | - Nothing to migrate.
  70033. web_1 | - Loading initial data for socialaccount.
  70034. web_1 | Installed 0 object(s) from 0 fixture(s)
  70035. web_1 | Running migrations for django_extensions:
  70036. web_1 | - Nothing to migrate.
  70037. web_1 | - Loading initial data for django_extensions.
  70038. web_1 | Installed 0 object(s) from 0 fixture(s)
  70039. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70040. web_1 | [GCC 4.9.2] on linux2
  70041. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70042. web_1 | (InteractiveConsole)
  70043. web_1 |
  70044. web_1 | >>> >>> Starting the server
  70045. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70046. web_1 |
  70047. web_1 | Fatal error: Unable to find local grunt.
  70048. web_1 |
  70049. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70050. web_1 | your project. For more information about installing and configuring grunt,
  70051. web_1 | please see the Getting Started guide:
  70052. web_1 |
  70053. web_1 | http://gruntjs.com/getting-started
  70054. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70055. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70056. web_1 | Syncing...
  70057. web_1 | Creating tables ...
  70058. web_1 | Installing custom SQL ...
  70059. web_1 | Installing indexes ...
  70060. web_1 | Installed 0 object(s) from 0 fixture(s)
  70061. web_1 |
  70062. web_1 | Synced:
  70063. web_1 | > django.contrib.auth
  70064. web_1 | > django.contrib.contenttypes
  70065. web_1 | > django.contrib.sessions
  70066. web_1 | > django.contrib.sites
  70067. web_1 | > django.contrib.messages
  70068. web_1 | > django.contrib.staticfiles
  70069. web_1 | > django.contrib.admin
  70070. web_1 | > south
  70071. web_1 | > crispy_forms
  70072. web_1 | > avatar
  70073. web_1 | > bootstrap3
  70074. web_1 | > users
  70075. web_1 | > allauth
  70076. web_1 | > allauth.account
  70077. web_1 | > django.contrib.humanize
  70078. web_1 | > debug_toolbar
  70079. web_1 |
  70080. web_1 | Not synced (use migrations):
  70081. web_1 | - allauth.socialaccount
  70082. web_1 | - django_extensions
  70083. web_1 | (use ./manage.py migrate to migrate these)
  70084. web_1 | Running migrations for socialaccount:
  70085. web_1 | - Nothing to migrate.
  70086. web_1 | - Loading initial data for socialaccount.
  70087. web_1 | Installed 0 object(s) from 0 fixture(s)
  70088. web_1 | Running migrations for django_extensions:
  70089. web_1 | - Nothing to migrate.
  70090. web_1 | - Loading initial data for django_extensions.
  70091. web_1 | Installed 0 object(s) from 0 fixture(s)
  70092. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70093. web_1 | [GCC 4.9.2] on linux2
  70094. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70095. web_1 | (InteractiveConsole)
  70096. web_1 |
  70097. web_1 | >>> >>> Starting the server
  70098. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70099. web_1 |
  70100. web_1 | Fatal error: Unable to find local grunt.
  70101. web_1 |
  70102. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70103. web_1 | your project. For more information about installing and configuring grunt,
  70104. web_1 | please see the Getting Started guide:
  70105. web_1 |
  70106. web_1 | http://gruntjs.com/getting-started
  70107. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70108. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70109. web_1 | Syncing...
  70110. web_1 | Creating tables ...
  70111. web_1 | Installing custom SQL ...
  70112. web_1 | Installing indexes ...
  70113. web_1 | Installed 0 object(s) from 0 fixture(s)
  70114. web_1 |
  70115. web_1 | Synced:
  70116. web_1 | > django.contrib.auth
  70117. web_1 | > django.contrib.contenttypes
  70118. web_1 | > django.contrib.sessions
  70119. web_1 | > django.contrib.sites
  70120. web_1 | > django.contrib.messages
  70121. web_1 | > django.contrib.staticfiles
  70122. web_1 | > django.contrib.admin
  70123. web_1 | > south
  70124. web_1 | > crispy_forms
  70125. web_1 | > avatar
  70126. web_1 | > bootstrap3
  70127. web_1 | > users
  70128. web_1 | > allauth
  70129. web_1 | > allauth.account
  70130. web_1 | > django.contrib.humanize
  70131. web_1 | > debug_toolbar
  70132. web_1 |
  70133. web_1 | Not synced (use migrations):
  70134. web_1 | - allauth.socialaccount
  70135. web_1 | - django_extensions
  70136. web_1 | (use ./manage.py migrate to migrate these)
  70137. web_1 | Running migrations for socialaccount:
  70138. web_1 | - Nothing to migrate.
  70139. web_1 | - Loading initial data for socialaccount.
  70140. web_1 | Installed 0 object(s) from 0 fixture(s)
  70141. web_1 | Running migrations for django_extensions:
  70142. web_1 | - Nothing to migrate.
  70143. web_1 | - Loading initial data for django_extensions.
  70144. web_1 | Installed 0 object(s) from 0 fixture(s)
  70145. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70146. web_1 | [GCC 4.9.2] on linux2
  70147. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70148. web_1 | (InteractiveConsole)
  70149. web_1 |
  70150. web_1 | >>> >>> Starting the server
  70151. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70152. web_1 |
  70153. web_1 | Fatal error: Unable to find local grunt.
  70154. web_1 |
  70155. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70156. web_1 | your project. For more information about installing and configuring grunt,
  70157. web_1 | please see the Getting Started guide:
  70158. web_1 |
  70159. web_1 | http://gruntjs.com/getting-started
  70160. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70161. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70162. web_1 | Syncing...
  70163. web_1 | Creating tables ...
  70164. web_1 | Installing custom SQL ...
  70165. web_1 | Installing indexes ...
  70166. web_1 | Installed 0 object(s) from 0 fixture(s)
  70167. web_1 |
  70168. web_1 | Synced:
  70169. web_1 | > django.contrib.auth
  70170. web_1 | > django.contrib.contenttypes
  70171. web_1 | > django.contrib.sessions
  70172. web_1 | > django.contrib.sites
  70173. web_1 | > django.contrib.messages
  70174. web_1 | > django.contrib.staticfiles
  70175. web_1 | > django.contrib.admin
  70176. web_1 | > south
  70177. web_1 | > crispy_forms
  70178. web_1 | > avatar
  70179. web_1 | > bootstrap3
  70180. web_1 | > users
  70181. web_1 | > allauth
  70182. web_1 | > allauth.account
  70183. web_1 | > django.contrib.humanize
  70184. web_1 | > debug_toolbar
  70185. web_1 |
  70186. web_1 | Not synced (use migrations):
  70187. web_1 | - allauth.socialaccount
  70188. web_1 | - django_extensions
  70189. web_1 | (use ./manage.py migrate to migrate these)
  70190. web_1 | Running migrations for socialaccount:
  70191. web_1 | - Nothing to migrate.
  70192. web_1 | - Loading initial data for socialaccount.
  70193. web_1 | Installed 0 object(s) from 0 fixture(s)
  70194. web_1 | Running migrations for django_extensions:
  70195. web_1 | - Nothing to migrate.
  70196. web_1 | - Loading initial data for django_extensions.
  70197. web_1 | Installed 0 object(s) from 0 fixture(s)
  70198. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70199. web_1 | [GCC 4.9.2] on linux2
  70200. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70201. web_1 | (InteractiveConsole)
  70202. web_1 |
  70203. web_1 | >>> >>> Starting the server
  70204. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70205. web_1 |
  70206. web_1 | Fatal error: Unable to find local grunt.
  70207. web_1 |
  70208. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70209. web_1 | your project. For more information about installing and configuring grunt,
  70210. web_1 | please see the Getting Started guide:
  70211. web_1 |
  70212. web_1 | http://gruntjs.com/getting-started
  70213. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70214. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70215. web_1 | Syncing...
  70216. web_1 | Creating tables ...
  70217. web_1 | Installing custom SQL ...
  70218. web_1 | Installing indexes ...
  70219. web_1 | Installed 0 object(s) from 0 fixture(s)
  70220. web_1 |
  70221. web_1 | Synced:
  70222. web_1 | > django.contrib.auth
  70223. web_1 | > django.contrib.contenttypes
  70224. web_1 | > django.contrib.sessions
  70225. web_1 | > django.contrib.sites
  70226. web_1 | > django.contrib.messages
  70227. web_1 | > django.contrib.staticfiles
  70228. web_1 | > django.contrib.admin
  70229. web_1 | > south
  70230. web_1 | > crispy_forms
  70231. web_1 | > avatar
  70232. web_1 | > bootstrap3
  70233. web_1 | > users
  70234. web_1 | > allauth
  70235. web_1 | > allauth.account
  70236. web_1 | > django.contrib.humanize
  70237. web_1 | > debug_toolbar
  70238. web_1 |
  70239. web_1 | Not synced (use migrations):
  70240. web_1 | - allauth.socialaccount
  70241. web_1 | - django_extensions
  70242. web_1 | (use ./manage.py migrate to migrate these)
  70243. web_1 | Running migrations for socialaccount:
  70244. web_1 | - Nothing to migrate.
  70245. web_1 | - Loading initial data for socialaccount.
  70246. web_1 | Installed 0 object(s) from 0 fixture(s)
  70247. web_1 | Running migrations for django_extensions:
  70248. web_1 | - Nothing to migrate.
  70249. web_1 | - Loading initial data for django_extensions.
  70250. web_1 | Installed 0 object(s) from 0 fixture(s)
  70251. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70252. web_1 | [GCC 4.9.2] on linux2
  70253. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70254. web_1 | (InteractiveConsole)
  70255. web_1 |
  70256. web_1 | >>> >>> Starting the server
  70257. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70258. web_1 |
  70259. web_1 | Fatal error: Unable to find local grunt.
  70260. web_1 |
  70261. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70262. web_1 | your project. For more information about installing and configuring grunt,
  70263. web_1 | please see the Getting Started guide:
  70264. web_1 |
  70265. web_1 | http://gruntjs.com/getting-started
  70266. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70267. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70268. web_1 | Syncing...
  70269. web_1 | Creating tables ...
  70270. web_1 | Installing custom SQL ...
  70271. web_1 | Installing indexes ...
  70272. web_1 | Installed 0 object(s) from 0 fixture(s)
  70273. web_1 |
  70274. web_1 | Synced:
  70275. web_1 | > django.contrib.auth
  70276. web_1 | > django.contrib.contenttypes
  70277. web_1 | > django.contrib.sessions
  70278. web_1 | > django.contrib.sites
  70279. web_1 | > django.contrib.messages
  70280. web_1 | > django.contrib.staticfiles
  70281. web_1 | > django.contrib.admin
  70282. web_1 | > south
  70283. web_1 | > crispy_forms
  70284. web_1 | > avatar
  70285. web_1 | > bootstrap3
  70286. web_1 | > users
  70287. web_1 | > allauth
  70288. web_1 | > allauth.account
  70289. web_1 | > django.contrib.humanize
  70290. web_1 | > debug_toolbar
  70291. web_1 |
  70292. web_1 | Not synced (use migrations):
  70293. web_1 | - allauth.socialaccount
  70294. web_1 | - django_extensions
  70295. web_1 | (use ./manage.py migrate to migrate these)
  70296. web_1 | Running migrations for socialaccount:
  70297. web_1 | - Nothing to migrate.
  70298. web_1 | - Loading initial data for socialaccount.
  70299. web_1 | Installed 0 object(s) from 0 fixture(s)
  70300. web_1 | Running migrations for django_extensions:
  70301. web_1 | - Nothing to migrate.
  70302. web_1 | - Loading initial data for django_extensions.
  70303. web_1 | Installed 0 object(s) from 0 fixture(s)
  70304. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70305. web_1 | [GCC 4.9.2] on linux2
  70306. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70307. web_1 | (InteractiveConsole)
  70308. web_1 |
  70309. web_1 | >>> >>> Starting the server
  70310. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70311. web_1 |
  70312. web_1 | Fatal error: Unable to find local grunt.
  70313. web_1 |
  70314. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70315. web_1 | your project. For more information about installing and configuring grunt,
  70316. web_1 | please see the Getting Started guide:
  70317. web_1 |
  70318. web_1 | http://gruntjs.com/getting-started
  70319. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70320. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70321. web_1 | Syncing...
  70322. web_1 | Creating tables ...
  70323. web_1 | Installing custom SQL ...
  70324. web_1 | Installing indexes ...
  70325. web_1 | Installed 0 object(s) from 0 fixture(s)
  70326. web_1 |
  70327. web_1 | Synced:
  70328. web_1 | > django.contrib.auth
  70329. web_1 | > django.contrib.contenttypes
  70330. web_1 | > django.contrib.sessions
  70331. web_1 | > django.contrib.sites
  70332. web_1 | > django.contrib.messages
  70333. web_1 | > django.contrib.staticfiles
  70334. web_1 | > django.contrib.admin
  70335. web_1 | > south
  70336. web_1 | > crispy_forms
  70337. web_1 | > avatar
  70338. web_1 | > bootstrap3
  70339. web_1 | > users
  70340. web_1 | > allauth
  70341. web_1 | > allauth.account
  70342. web_1 | > django.contrib.humanize
  70343. web_1 | > debug_toolbar
  70344. web_1 |
  70345. web_1 | Not synced (use migrations):
  70346. web_1 | - allauth.socialaccount
  70347. web_1 | - django_extensions
  70348. web_1 | (use ./manage.py migrate to migrate these)
  70349. web_1 | Running migrations for socialaccount:
  70350. web_1 | - Nothing to migrate.
  70351. web_1 | - Loading initial data for socialaccount.
  70352. web_1 | Installed 0 object(s) from 0 fixture(s)
  70353. web_1 | Running migrations for django_extensions:
  70354. web_1 | - Nothing to migrate.
  70355. web_1 | - Loading initial data for django_extensions.
  70356. web_1 | Installed 0 object(s) from 0 fixture(s)
  70357. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70358. web_1 | [GCC 4.9.2] on linux2
  70359. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70360. web_1 | (InteractiveConsole)
  70361. web_1 |
  70362. web_1 | >>> >>> Starting the server
  70363. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70364. web_1 |
  70365. web_1 | Fatal error: Unable to find local grunt.
  70366. web_1 |
  70367. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70368. web_1 | your project. For more information about installing and configuring grunt,
  70369. web_1 | please see the Getting Started guide:
  70370. web_1 |
  70371. web_1 | http://gruntjs.com/getting-started
  70372. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70373. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70374. web_1 | Syncing...
  70375. web_1 | Creating tables ...
  70376. web_1 | Installing custom SQL ...
  70377. web_1 | Installing indexes ...
  70378. web_1 | Installed 0 object(s) from 0 fixture(s)
  70379. web_1 |
  70380. web_1 | Synced:
  70381. web_1 | > django.contrib.auth
  70382. web_1 | > django.contrib.contenttypes
  70383. web_1 | > django.contrib.sessions
  70384. web_1 | > django.contrib.sites
  70385. web_1 | > django.contrib.messages
  70386. web_1 | > django.contrib.staticfiles
  70387. web_1 | > django.contrib.admin
  70388. web_1 | > south
  70389. web_1 | > crispy_forms
  70390. web_1 | > avatar
  70391. web_1 | > bootstrap3
  70392. web_1 | > users
  70393. web_1 | > allauth
  70394. web_1 | > allauth.account
  70395. web_1 | > django.contrib.humanize
  70396. web_1 | > debug_toolbar
  70397. web_1 |
  70398. web_1 | Not synced (use migrations):
  70399. web_1 | - allauth.socialaccount
  70400. web_1 | - django_extensions
  70401. web_1 | (use ./manage.py migrate to migrate these)
  70402. web_1 | Running migrations for socialaccount:
  70403. web_1 | - Nothing to migrate.
  70404. web_1 | - Loading initial data for socialaccount.
  70405. web_1 | Installed 0 object(s) from 0 fixture(s)
  70406. web_1 | Running migrations for django_extensions:
  70407. web_1 | - Nothing to migrate.
  70408. web_1 | - Loading initial data for django_extensions.
  70409. web_1 | Installed 0 object(s) from 0 fixture(s)
  70410. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70411. web_1 | [GCC 4.9.2] on linux2
  70412. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70413. web_1 | (InteractiveConsole)
  70414. web_1 |
  70415. web_1 | >>> >>> Starting the server
  70416. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70417. web_1 |
  70418. web_1 | Fatal error: Unable to find local grunt.
  70419. web_1 |
  70420. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70421. web_1 | your project. For more information about installing and configuring grunt,
  70422. web_1 | please see the Getting Started guide:
  70423. web_1 |
  70424. web_1 | http://gruntjs.com/getting-started
  70425. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70426. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70427. web_1 | Syncing...
  70428. web_1 | Creating tables ...
  70429. web_1 | Installing custom SQL ...
  70430. web_1 | Installing indexes ...
  70431. web_1 | Installed 0 object(s) from 0 fixture(s)
  70432. web_1 |
  70433. web_1 | Synced:
  70434. web_1 | > django.contrib.auth
  70435. web_1 | > django.contrib.contenttypes
  70436. web_1 | > django.contrib.sessions
  70437. web_1 | > django.contrib.sites
  70438. web_1 | > django.contrib.messages
  70439. web_1 | > django.contrib.staticfiles
  70440. web_1 | > django.contrib.admin
  70441. web_1 | > south
  70442. web_1 | > crispy_forms
  70443. web_1 | > avatar
  70444. web_1 | > bootstrap3
  70445. web_1 | > users
  70446. web_1 | > allauth
  70447. web_1 | > allauth.account
  70448. web_1 | > django.contrib.humanize
  70449. web_1 | > debug_toolbar
  70450. web_1 |
  70451. web_1 | Not synced (use migrations):
  70452. web_1 | - allauth.socialaccount
  70453. web_1 | - django_extensions
  70454. web_1 | (use ./manage.py migrate to migrate these)
  70455. web_1 | Running migrations for socialaccount:
  70456. web_1 | - Nothing to migrate.
  70457. web_1 | - Loading initial data for socialaccount.
  70458. web_1 | Installed 0 object(s) from 0 fixture(s)
  70459. web_1 | Running migrations for django_extensions:
  70460. web_1 | - Nothing to migrate.
  70461. web_1 | - Loading initial data for django_extensions.
  70462. web_1 | Installed 0 object(s) from 0 fixture(s)
  70463. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70464. web_1 | [GCC 4.9.2] on linux2
  70465. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70466. web_1 | (InteractiveConsole)
  70467. web_1 |
  70468. web_1 | >>> >>> Starting the server
  70469. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70470. web_1 |
  70471. web_1 | Fatal error: Unable to find local grunt.
  70472. web_1 |
  70473. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70474. web_1 | your project. For more information about installing and configuring grunt,
  70475. web_1 | please see the Getting Started guide:
  70476. web_1 |
  70477. web_1 | http://gruntjs.com/getting-started
  70478. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70479. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70480. web_1 | Syncing...
  70481. web_1 | Creating tables ...
  70482. web_1 | Installing custom SQL ...
  70483. web_1 | Installing indexes ...
  70484. web_1 | Installed 0 object(s) from 0 fixture(s)
  70485. web_1 |
  70486. web_1 | Synced:
  70487. web_1 | > django.contrib.auth
  70488. web_1 | > django.contrib.contenttypes
  70489. web_1 | > django.contrib.sessions
  70490. web_1 | > django.contrib.sites
  70491. web_1 | > django.contrib.messages
  70492. web_1 | > django.contrib.staticfiles
  70493. web_1 | > django.contrib.admin
  70494. web_1 | > south
  70495. web_1 | > crispy_forms
  70496. web_1 | > avatar
  70497. web_1 | > bootstrap3
  70498. web_1 | > users
  70499. web_1 | > allauth
  70500. web_1 | > allauth.account
  70501. web_1 | > django.contrib.humanize
  70502. web_1 | > debug_toolbar
  70503. web_1 |
  70504. web_1 | Not synced (use migrations):
  70505. web_1 | - allauth.socialaccount
  70506. web_1 | - django_extensions
  70507. web_1 | (use ./manage.py migrate to migrate these)
  70508. web_1 | Running migrations for socialaccount:
  70509. web_1 | - Nothing to migrate.
  70510. web_1 | - Loading initial data for socialaccount.
  70511. web_1 | Installed 0 object(s) from 0 fixture(s)
  70512. web_1 | Running migrations for django_extensions:
  70513. web_1 | - Nothing to migrate.
  70514. web_1 | - Loading initial data for django_extensions.
  70515. web_1 | Installed 0 object(s) from 0 fixture(s)
  70516. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70517. web_1 | [GCC 4.9.2] on linux2
  70518. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70519. web_1 | (InteractiveConsole)
  70520. web_1 |
  70521. web_1 | >>> >>> Starting the server
  70522. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70523. web_1 |
  70524. web_1 | Fatal error: Unable to find local grunt.
  70525. web_1 |
  70526. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70527. web_1 | your project. For more information about installing and configuring grunt,
  70528. web_1 | please see the Getting Started guide:
  70529. web_1 |
  70530. web_1 | http://gruntjs.com/getting-started
  70531. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70532. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70533. web_1 | Syncing...
  70534. web_1 | Creating tables ...
  70535. web_1 | Installing custom SQL ...
  70536. web_1 | Installing indexes ...
  70537. web_1 | Installed 0 object(s) from 0 fixture(s)
  70538. web_1 |
  70539. web_1 | Synced:
  70540. web_1 | > django.contrib.auth
  70541. web_1 | > django.contrib.contenttypes
  70542. web_1 | > django.contrib.sessions
  70543. web_1 | > django.contrib.sites
  70544. web_1 | > django.contrib.messages
  70545. web_1 | > django.contrib.staticfiles
  70546. web_1 | > django.contrib.admin
  70547. web_1 | > south
  70548. web_1 | > crispy_forms
  70549. web_1 | > avatar
  70550. web_1 | > bootstrap3
  70551. web_1 | > users
  70552. web_1 | > allauth
  70553. web_1 | > allauth.account
  70554. web_1 | > django.contrib.humanize
  70555. web_1 | > debug_toolbar
  70556. web_1 |
  70557. web_1 | Not synced (use migrations):
  70558. web_1 | - allauth.socialaccount
  70559. web_1 | - django_extensions
  70560. web_1 | (use ./manage.py migrate to migrate these)
  70561. web_1 | Running migrations for socialaccount:
  70562. web_1 | - Nothing to migrate.
  70563. web_1 | - Loading initial data for socialaccount.
  70564. web_1 | Installed 0 object(s) from 0 fixture(s)
  70565. web_1 | Running migrations for django_extensions:
  70566. web_1 | - Nothing to migrate.
  70567. web_1 | - Loading initial data for django_extensions.
  70568. web_1 | Installed 0 object(s) from 0 fixture(s)
  70569. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70570. web_1 | [GCC 4.9.2] on linux2
  70571. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70572. web_1 | (InteractiveConsole)
  70573. web_1 |
  70574. web_1 | >>> >>> Starting the server
  70575. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70576. web_1 |
  70577. web_1 | Fatal error: Unable to find local grunt.
  70578. web_1 |
  70579. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70580. web_1 | your project. For more information about installing and configuring grunt,
  70581. web_1 | please see the Getting Started guide:
  70582. web_1 |
  70583. web_1 | http://gruntjs.com/getting-started
  70584. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70585. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70586. web_1 | Syncing...
  70587. web_1 | Creating tables ...
  70588. web_1 | Installing custom SQL ...
  70589. web_1 | Installing indexes ...
  70590. web_1 | Installed 0 object(s) from 0 fixture(s)
  70591. web_1 |
  70592. web_1 | Synced:
  70593. web_1 | > django.contrib.auth
  70594. web_1 | > django.contrib.contenttypes
  70595. web_1 | > django.contrib.sessions
  70596. web_1 | > django.contrib.sites
  70597. web_1 | > django.contrib.messages
  70598. web_1 | > django.contrib.staticfiles
  70599. web_1 | > django.contrib.admin
  70600. web_1 | > south
  70601. web_1 | > crispy_forms
  70602. web_1 | > avatar
  70603. web_1 | > bootstrap3
  70604. web_1 | > users
  70605. web_1 | > allauth
  70606. web_1 | > allauth.account
  70607. web_1 | > django.contrib.humanize
  70608. web_1 | > debug_toolbar
  70609. web_1 |
  70610. web_1 | Not synced (use migrations):
  70611. web_1 | - allauth.socialaccount
  70612. web_1 | - django_extensions
  70613. web_1 | (use ./manage.py migrate to migrate these)
  70614. web_1 | Running migrations for socialaccount:
  70615. web_1 | - Nothing to migrate.
  70616. web_1 | - Loading initial data for socialaccount.
  70617. web_1 | Installed 0 object(s) from 0 fixture(s)
  70618. web_1 | Running migrations for django_extensions:
  70619. web_1 | - Nothing to migrate.
  70620. web_1 | - Loading initial data for django_extensions.
  70621. web_1 | Installed 0 object(s) from 0 fixture(s)
  70622. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70623. web_1 | [GCC 4.9.2] on linux2
  70624. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70625. web_1 | (InteractiveConsole)
  70626. web_1 |
  70627. web_1 | >>> >>> Starting the server
  70628. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70629. web_1 |
  70630. web_1 | Fatal error: Unable to find local grunt.
  70631. web_1 |
  70632. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70633. web_1 | your project. For more information about installing and configuring grunt,
  70634. web_1 | please see the Getting Started guide:
  70635. web_1 |
  70636. web_1 | http://gruntjs.com/getting-started
  70637. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70638. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70639. web_1 | Syncing...
  70640. web_1 | Creating tables ...
  70641. web_1 | Installing custom SQL ...
  70642. web_1 | Installing indexes ...
  70643. web_1 | Installed 0 object(s) from 0 fixture(s)
  70644. web_1 |
  70645. web_1 | Synced:
  70646. web_1 | > django.contrib.auth
  70647. web_1 | > django.contrib.contenttypes
  70648. web_1 | > django.contrib.sessions
  70649. web_1 | > django.contrib.sites
  70650. web_1 | > django.contrib.messages
  70651. web_1 | > django.contrib.staticfiles
  70652. web_1 | > django.contrib.admin
  70653. web_1 | > south
  70654. web_1 | > crispy_forms
  70655. web_1 | > avatar
  70656. web_1 | > bootstrap3
  70657. web_1 | > users
  70658. web_1 | > allauth
  70659. web_1 | > allauth.account
  70660. web_1 | > django.contrib.humanize
  70661. web_1 | > debug_toolbar
  70662. web_1 |
  70663. web_1 | Not synced (use migrations):
  70664. web_1 | - allauth.socialaccount
  70665. web_1 | - django_extensions
  70666. web_1 | (use ./manage.py migrate to migrate these)
  70667. web_1 | Running migrations for socialaccount:
  70668. web_1 | - Nothing to migrate.
  70669. web_1 | - Loading initial data for socialaccount.
  70670. web_1 | Installed 0 object(s) from 0 fixture(s)
  70671. web_1 | Running migrations for django_extensions:
  70672. web_1 | - Nothing to migrate.
  70673. web_1 | - Loading initial data for django_extensions.
  70674. web_1 | Installed 0 object(s) from 0 fixture(s)
  70675. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70676. web_1 | [GCC 4.9.2] on linux2
  70677. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70678. web_1 | (InteractiveConsole)
  70679. web_1 |
  70680. web_1 | >>> >>> Starting the server
  70681. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70682. web_1 |
  70683. web_1 | Fatal error: Unable to find local grunt.
  70684. web_1 |
  70685. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70686. web_1 | your project. For more information about installing and configuring grunt,
  70687. web_1 | please see the Getting Started guide:
  70688. web_1 |
  70689. web_1 | http://gruntjs.com/getting-started
  70690. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70691. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70692. web_1 | Syncing...
  70693. web_1 | Creating tables ...
  70694. web_1 | Installing custom SQL ...
  70695. web_1 | Installing indexes ...
  70696. web_1 | Installed 0 object(s) from 0 fixture(s)
  70697. web_1 |
  70698. web_1 | Synced:
  70699. web_1 | > django.contrib.auth
  70700. web_1 | > django.contrib.contenttypes
  70701. web_1 | > django.contrib.sessions
  70702. web_1 | > django.contrib.sites
  70703. web_1 | > django.contrib.messages
  70704. web_1 | > django.contrib.staticfiles
  70705. web_1 | > django.contrib.admin
  70706. web_1 | > south
  70707. web_1 | > crispy_forms
  70708. web_1 | > avatar
  70709. web_1 | > bootstrap3
  70710. web_1 | > users
  70711. web_1 | > allauth
  70712. web_1 | > allauth.account
  70713. web_1 | > django.contrib.humanize
  70714. web_1 | > debug_toolbar
  70715. web_1 |
  70716. web_1 | Not synced (use migrations):
  70717. web_1 | - allauth.socialaccount
  70718. web_1 | - django_extensions
  70719. web_1 | (use ./manage.py migrate to migrate these)
  70720. web_1 | Running migrations for socialaccount:
  70721. web_1 | - Nothing to migrate.
  70722. web_1 | - Loading initial data for socialaccount.
  70723. web_1 | Installed 0 object(s) from 0 fixture(s)
  70724. web_1 | Running migrations for django_extensions:
  70725. web_1 | - Nothing to migrate.
  70726. web_1 | - Loading initial data for django_extensions.
  70727. web_1 | Installed 0 object(s) from 0 fixture(s)
  70728. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70729. web_1 | [GCC 4.9.2] on linux2
  70730. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70731. web_1 | (InteractiveConsole)
  70732. web_1 |
  70733. web_1 | >>> >>> Starting the server
  70734. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70735. web_1 |
  70736. web_1 | Fatal error: Unable to find local grunt.
  70737. web_1 |
  70738. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70739. web_1 | your project. For more information about installing and configuring grunt,
  70740. web_1 | please see the Getting Started guide:
  70741. web_1 |
  70742. web_1 | http://gruntjs.com/getting-started
  70743. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70744. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70745. web_1 | Syncing...
  70746. web_1 | Creating tables ...
  70747. web_1 | Installing custom SQL ...
  70748. web_1 | Installing indexes ...
  70749. web_1 | Installed 0 object(s) from 0 fixture(s)
  70750. web_1 |
  70751. web_1 | Synced:
  70752. web_1 | > django.contrib.auth
  70753. web_1 | > django.contrib.contenttypes
  70754. web_1 | > django.contrib.sessions
  70755. web_1 | > django.contrib.sites
  70756. web_1 | > django.contrib.messages
  70757. web_1 | > django.contrib.staticfiles
  70758. web_1 | > django.contrib.admin
  70759. web_1 | > south
  70760. web_1 | > crispy_forms
  70761. web_1 | > avatar
  70762. web_1 | > bootstrap3
  70763. web_1 | > users
  70764. web_1 | > allauth
  70765. web_1 | > allauth.account
  70766. web_1 | > django.contrib.humanize
  70767. web_1 | > debug_toolbar
  70768. web_1 |
  70769. web_1 | Not synced (use migrations):
  70770. web_1 | - allauth.socialaccount
  70771. web_1 | - django_extensions
  70772. web_1 | (use ./manage.py migrate to migrate these)
  70773. web_1 | Running migrations for socialaccount:
  70774. web_1 | - Nothing to migrate.
  70775. web_1 | - Loading initial data for socialaccount.
  70776. web_1 | Installed 0 object(s) from 0 fixture(s)
  70777. web_1 | Running migrations for django_extensions:
  70778. web_1 | - Nothing to migrate.
  70779. web_1 | - Loading initial data for django_extensions.
  70780. web_1 | Installed 0 object(s) from 0 fixture(s)
  70781. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70782. web_1 | [GCC 4.9.2] on linux2
  70783. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70784. web_1 | (InteractiveConsole)
  70785. web_1 |
  70786. web_1 | >>> >>> Starting the server
  70787. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70788. web_1 |
  70789. web_1 | Fatal error: Unable to find local grunt.
  70790. web_1 |
  70791. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70792. web_1 | your project. For more information about installing and configuring grunt,
  70793. web_1 | please see the Getting Started guide:
  70794. web_1 |
  70795. web_1 | http://gruntjs.com/getting-started
  70796. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70797. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70798. web_1 | Syncing...
  70799. web_1 | Creating tables ...
  70800. web_1 | Installing custom SQL ...
  70801. web_1 | Installing indexes ...
  70802. web_1 | Installed 0 object(s) from 0 fixture(s)
  70803. web_1 |
  70804. web_1 | Synced:
  70805. web_1 | > django.contrib.auth
  70806. web_1 | > django.contrib.contenttypes
  70807. web_1 | > django.contrib.sessions
  70808. web_1 | > django.contrib.sites
  70809. web_1 | > django.contrib.messages
  70810. web_1 | > django.contrib.staticfiles
  70811. web_1 | > django.contrib.admin
  70812. web_1 | > south
  70813. web_1 | > crispy_forms
  70814. web_1 | > avatar
  70815. web_1 | > bootstrap3
  70816. web_1 | > users
  70817. web_1 | > allauth
  70818. web_1 | > allauth.account
  70819. web_1 | > django.contrib.humanize
  70820. web_1 | > debug_toolbar
  70821. web_1 |
  70822. web_1 | Not synced (use migrations):
  70823. web_1 | - allauth.socialaccount
  70824. web_1 | - django_extensions
  70825. web_1 | (use ./manage.py migrate to migrate these)
  70826. web_1 | Running migrations for socialaccount:
  70827. web_1 | - Nothing to migrate.
  70828. web_1 | - Loading initial data for socialaccount.
  70829. web_1 | Installed 0 object(s) from 0 fixture(s)
  70830. web_1 | Running migrations for django_extensions:
  70831. web_1 | - Nothing to migrate.
  70832. web_1 | - Loading initial data for django_extensions.
  70833. web_1 | Installed 0 object(s) from 0 fixture(s)
  70834. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70835. web_1 | [GCC 4.9.2] on linux2
  70836. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70837. web_1 | (InteractiveConsole)
  70838. web_1 |
  70839. web_1 | >>> >>> Starting the server
  70840. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70841. web_1 |
  70842. web_1 | Fatal error: Unable to find local grunt.
  70843. web_1 |
  70844. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70845. web_1 | your project. For more information about installing and configuring grunt,
  70846. web_1 | please see the Getting Started guide:
  70847. web_1 |
  70848. web_1 | http://gruntjs.com/getting-started
  70849. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70850. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70851. web_1 | Syncing...
  70852. web_1 | Creating tables ...
  70853. web_1 | Installing custom SQL ...
  70854. web_1 | Installing indexes ...
  70855. web_1 | Installed 0 object(s) from 0 fixture(s)
  70856. web_1 |
  70857. web_1 | Synced:
  70858. web_1 | > django.contrib.auth
  70859. web_1 | > django.contrib.contenttypes
  70860. web_1 | > django.contrib.sessions
  70861. web_1 | > django.contrib.sites
  70862. web_1 | > django.contrib.messages
  70863. web_1 | > django.contrib.staticfiles
  70864. web_1 | > django.contrib.admin
  70865. web_1 | > south
  70866. web_1 | > crispy_forms
  70867. web_1 | > avatar
  70868. web_1 | > bootstrap3
  70869. web_1 | > users
  70870. web_1 | > allauth
  70871. web_1 | > allauth.account
  70872. web_1 | > django.contrib.humanize
  70873. web_1 | > debug_toolbar
  70874. web_1 |
  70875. web_1 | Not synced (use migrations):
  70876. web_1 | - allauth.socialaccount
  70877. web_1 | - django_extensions
  70878. web_1 | (use ./manage.py migrate to migrate these)
  70879. web_1 | Running migrations for socialaccount:
  70880. web_1 | - Nothing to migrate.
  70881. web_1 | - Loading initial data for socialaccount.
  70882. web_1 | Installed 0 object(s) from 0 fixture(s)
  70883. web_1 | Running migrations for django_extensions:
  70884. web_1 | - Nothing to migrate.
  70885. web_1 | - Loading initial data for django_extensions.
  70886. web_1 | Installed 0 object(s) from 0 fixture(s)
  70887. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70888. web_1 | [GCC 4.9.2] on linux2
  70889. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70890. web_1 | (InteractiveConsole)
  70891. web_1 |
  70892. web_1 | >>> >>> Starting the server
  70893. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70894. web_1 |
  70895. web_1 | Fatal error: Unable to find local grunt.
  70896. web_1 |
  70897. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70898. web_1 | your project. For more information about installing and configuring grunt,
  70899. web_1 | please see the Getting Started guide:
  70900. web_1 |
  70901. web_1 | http://gruntjs.com/getting-started
  70902. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70903. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70904. web_1 | Syncing...
  70905. web_1 | Creating tables ...
  70906. web_1 | Installing custom SQL ...
  70907. web_1 | Installing indexes ...
  70908. web_1 | Installed 0 object(s) from 0 fixture(s)
  70909. web_1 |
  70910. web_1 | Synced:
  70911. web_1 | > django.contrib.auth
  70912. web_1 | > django.contrib.contenttypes
  70913. web_1 | > django.contrib.sessions
  70914. web_1 | > django.contrib.sites
  70915. web_1 | > django.contrib.messages
  70916. web_1 | > django.contrib.staticfiles
  70917. web_1 | > django.contrib.admin
  70918. web_1 | > south
  70919. web_1 | > crispy_forms
  70920. web_1 | > avatar
  70921. web_1 | > bootstrap3
  70922. web_1 | > users
  70923. web_1 | > allauth
  70924. web_1 | > allauth.account
  70925. web_1 | > django.contrib.humanize
  70926. web_1 | > debug_toolbar
  70927. web_1 |
  70928. web_1 | Not synced (use migrations):
  70929. web_1 | - allauth.socialaccount
  70930. web_1 | - django_extensions
  70931. web_1 | (use ./manage.py migrate to migrate these)
  70932. web_1 | Running migrations for socialaccount:
  70933. web_1 | - Nothing to migrate.
  70934. web_1 | - Loading initial data for socialaccount.
  70935. web_1 | Installed 0 object(s) from 0 fixture(s)
  70936. web_1 | Running migrations for django_extensions:
  70937. web_1 | - Nothing to migrate.
  70938. web_1 | - Loading initial data for django_extensions.
  70939. web_1 | Installed 0 object(s) from 0 fixture(s)
  70940. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70941. web_1 | [GCC 4.9.2] on linux2
  70942. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70943. web_1 | (InteractiveConsole)
  70944. web_1 |
  70945. web_1 | >>> >>> Starting the server
  70946. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  70947. web_1 |
  70948. web_1 | Fatal error: Unable to find local grunt.
  70949. web_1 |
  70950. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  70951. web_1 | your project. For more information about installing and configuring grunt,
  70952. web_1 | please see the Getting Started guide:
  70953. web_1 |
  70954. web_1 | http://gruntjs.com/getting-started
  70955. web_1 | Starting OpenBSD Secure Shell server: sshd.
  70956. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  70957. web_1 | Syncing...
  70958. web_1 | Creating tables ...
  70959. web_1 | Installing custom SQL ...
  70960. web_1 | Installing indexes ...
  70961. web_1 | Installed 0 object(s) from 0 fixture(s)
  70962. web_1 |
  70963. web_1 | Synced:
  70964. web_1 | > django.contrib.auth
  70965. web_1 | > django.contrib.contenttypes
  70966. web_1 | > django.contrib.sessions
  70967. web_1 | > django.contrib.sites
  70968. web_1 | > django.contrib.messages
  70969. web_1 | > django.contrib.staticfiles
  70970. web_1 | > django.contrib.admin
  70971. web_1 | > south
  70972. web_1 | > crispy_forms
  70973. web_1 | > avatar
  70974. web_1 | > bootstrap3
  70975. web_1 | > users
  70976. web_1 | > allauth
  70977. web_1 | > allauth.account
  70978. web_1 | > django.contrib.humanize
  70979. web_1 | > debug_toolbar
  70980. web_1 |
  70981. web_1 | Not synced (use migrations):
  70982. web_1 | - allauth.socialaccount
  70983. web_1 | - django_extensions
  70984. web_1 | (use ./manage.py migrate to migrate these)
  70985. web_1 | Running migrations for socialaccount:
  70986. web_1 | - Nothing to migrate.
  70987. web_1 | - Loading initial data for socialaccount.
  70988. web_1 | Installed 0 object(s) from 0 fixture(s)
  70989. web_1 | Running migrations for django_extensions:
  70990. web_1 | - Nothing to migrate.
  70991. web_1 | - Loading initial data for django_extensions.
  70992. web_1 | Installed 0 object(s) from 0 fixture(s)
  70993. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  70994. web_1 | [GCC 4.9.2] on linux2
  70995. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  70996. web_1 | (InteractiveConsole)
  70997. web_1 |
  70998. web_1 | >>> >>> Starting the server
  70999. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71000. web_1 |
  71001. web_1 | Fatal error: Unable to find local grunt.
  71002. web_1 |
  71003. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71004. web_1 | your project. For more information about installing and configuring grunt,
  71005. web_1 | please see the Getting Started guide:
  71006. web_1 |
  71007. web_1 | http://gruntjs.com/getting-started
  71008. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71009. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71010. web_1 | Syncing...
  71011. web_1 | Creating tables ...
  71012. web_1 | Installing custom SQL ...
  71013. web_1 | Installing indexes ...
  71014. web_1 | Installed 0 object(s) from 0 fixture(s)
  71015. web_1 |
  71016. web_1 | Synced:
  71017. web_1 | > django.contrib.auth
  71018. web_1 | > django.contrib.contenttypes
  71019. web_1 | > django.contrib.sessions
  71020. web_1 | > django.contrib.sites
  71021. web_1 | > django.contrib.messages
  71022. web_1 | > django.contrib.staticfiles
  71023. web_1 | > django.contrib.admin
  71024. web_1 | > south
  71025. web_1 | > crispy_forms
  71026. web_1 | > avatar
  71027. web_1 | > bootstrap3
  71028. web_1 | > users
  71029. web_1 | > allauth
  71030. web_1 | > allauth.account
  71031. web_1 | > django.contrib.humanize
  71032. web_1 | > debug_toolbar
  71033. web_1 |
  71034. web_1 | Not synced (use migrations):
  71035. web_1 | - allauth.socialaccount
  71036. web_1 | - django_extensions
  71037. web_1 | (use ./manage.py migrate to migrate these)
  71038. web_1 | Running migrations for socialaccount:
  71039. web_1 | - Nothing to migrate.
  71040. web_1 | - Loading initial data for socialaccount.
  71041. web_1 | Installed 0 object(s) from 0 fixture(s)
  71042. web_1 | Running migrations for django_extensions:
  71043. web_1 | - Nothing to migrate.
  71044. web_1 | - Loading initial data for django_extensions.
  71045. web_1 | Installed 0 object(s) from 0 fixture(s)
  71046. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71047. web_1 | [GCC 4.9.2] on linux2
  71048. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71049. web_1 | (InteractiveConsole)
  71050. web_1 |
  71051. web_1 | >>> >>> Starting the server
  71052. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71053. web_1 |
  71054. web_1 | Fatal error: Unable to find local grunt.
  71055. web_1 |
  71056. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71057. web_1 | your project. For more information about installing and configuring grunt,
  71058. web_1 | please see the Getting Started guide:
  71059. web_1 |
  71060. web_1 | http://gruntjs.com/getting-started
  71061. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71062. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71063. web_1 | Syncing...
  71064. web_1 | Creating tables ...
  71065. web_1 | Installing custom SQL ...
  71066. web_1 | Installing indexes ...
  71067. web_1 | Installed 0 object(s) from 0 fixture(s)
  71068. web_1 |
  71069. web_1 | Synced:
  71070. web_1 | > django.contrib.auth
  71071. web_1 | > django.contrib.contenttypes
  71072. web_1 | > django.contrib.sessions
  71073. web_1 | > django.contrib.sites
  71074. web_1 | > django.contrib.messages
  71075. web_1 | > django.contrib.staticfiles
  71076. web_1 | > django.contrib.admin
  71077. web_1 | > south
  71078. web_1 | > crispy_forms
  71079. web_1 | > avatar
  71080. web_1 | > bootstrap3
  71081. web_1 | > users
  71082. web_1 | > allauth
  71083. web_1 | > allauth.account
  71084. web_1 | > django.contrib.humanize
  71085. web_1 | > debug_toolbar
  71086. web_1 |
  71087. web_1 | Not synced (use migrations):
  71088. web_1 | - allauth.socialaccount
  71089. web_1 | - django_extensions
  71090. web_1 | (use ./manage.py migrate to migrate these)
  71091. web_1 | Running migrations for socialaccount:
  71092. web_1 | - Nothing to migrate.
  71093. web_1 | - Loading initial data for socialaccount.
  71094. web_1 | Installed 0 object(s) from 0 fixture(s)
  71095. web_1 | Running migrations for django_extensions:
  71096. web_1 | - Nothing to migrate.
  71097. web_1 | - Loading initial data for django_extensions.
  71098. web_1 | Installed 0 object(s) from 0 fixture(s)
  71099. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71100. web_1 | [GCC 4.9.2] on linux2
  71101. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71102. web_1 | (InteractiveConsole)
  71103. web_1 |
  71104. web_1 | >>> >>> Starting the server
  71105. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71106. web_1 |
  71107. web_1 | Fatal error: Unable to find local grunt.
  71108. web_1 |
  71109. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71110. web_1 | your project. For more information about installing and configuring grunt,
  71111. web_1 | please see the Getting Started guide:
  71112. web_1 |
  71113. web_1 | http://gruntjs.com/getting-started
  71114. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71115. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71116. web_1 | Syncing...
  71117. web_1 | Creating tables ...
  71118. web_1 | Installing custom SQL ...
  71119. web_1 | Installing indexes ...
  71120. web_1 | Installed 0 object(s) from 0 fixture(s)
  71121. web_1 |
  71122. web_1 | Synced:
  71123. web_1 | > django.contrib.auth
  71124. web_1 | > django.contrib.contenttypes
  71125. web_1 | > django.contrib.sessions
  71126. web_1 | > django.contrib.sites
  71127. web_1 | > django.contrib.messages
  71128. web_1 | > django.contrib.staticfiles
  71129. web_1 | > django.contrib.admin
  71130. web_1 | > south
  71131. web_1 | > crispy_forms
  71132. web_1 | > avatar
  71133. web_1 | > bootstrap3
  71134. web_1 | > users
  71135. web_1 | > allauth
  71136. web_1 | > allauth.account
  71137. web_1 | > django.contrib.humanize
  71138. web_1 | > debug_toolbar
  71139. web_1 |
  71140. web_1 | Not synced (use migrations):
  71141. web_1 | - allauth.socialaccount
  71142. web_1 | - django_extensions
  71143. web_1 | (use ./manage.py migrate to migrate these)
  71144. web_1 | Running migrations for socialaccount:
  71145. web_1 | - Nothing to migrate.
  71146. web_1 | - Loading initial data for socialaccount.
  71147. web_1 | Installed 0 object(s) from 0 fixture(s)
  71148. web_1 | Running migrations for django_extensions:
  71149. web_1 | - Nothing to migrate.
  71150. web_1 | - Loading initial data for django_extensions.
  71151. web_1 | Installed 0 object(s) from 0 fixture(s)
  71152. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71153. web_1 | [GCC 4.9.2] on linux2
  71154. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71155. web_1 | (InteractiveConsole)
  71156. web_1 |
  71157. web_1 | >>> >>> Starting the server
  71158. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71159. web_1 |
  71160. web_1 | Fatal error: Unable to find local grunt.
  71161. web_1 |
  71162. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71163. web_1 | your project. For more information about installing and configuring grunt,
  71164. web_1 | please see the Getting Started guide:
  71165. web_1 |
  71166. web_1 | http://gruntjs.com/getting-started
  71167. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71168. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71169. web_1 | Syncing...
  71170. web_1 | Creating tables ...
  71171. web_1 | Installing custom SQL ...
  71172. web_1 | Installing indexes ...
  71173. web_1 | Installed 0 object(s) from 0 fixture(s)
  71174. web_1 |
  71175. web_1 | Synced:
  71176. web_1 | > django.contrib.auth
  71177. web_1 | > django.contrib.contenttypes
  71178. web_1 | > django.contrib.sessions
  71179. web_1 | > django.contrib.sites
  71180. web_1 | > django.contrib.messages
  71181. web_1 | > django.contrib.staticfiles
  71182. web_1 | > django.contrib.admin
  71183. web_1 | > south
  71184. web_1 | > crispy_forms
  71185. web_1 | > avatar
  71186. web_1 | > bootstrap3
  71187. web_1 | > users
  71188. web_1 | > allauth
  71189. web_1 | > allauth.account
  71190. web_1 | > django.contrib.humanize
  71191. web_1 | > debug_toolbar
  71192. web_1 |
  71193. web_1 | Not synced (use migrations):
  71194. web_1 | - allauth.socialaccount
  71195. web_1 | - django_extensions
  71196. web_1 | (use ./manage.py migrate to migrate these)
  71197. web_1 | Running migrations for socialaccount:
  71198. web_1 | - Nothing to migrate.
  71199. web_1 | - Loading initial data for socialaccount.
  71200. web_1 | Installed 0 object(s) from 0 fixture(s)
  71201. web_1 | Running migrations for django_extensions:
  71202. web_1 | - Nothing to migrate.
  71203. web_1 | - Loading initial data for django_extensions.
  71204. web_1 | Installed 0 object(s) from 0 fixture(s)
  71205. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71206. web_1 | [GCC 4.9.2] on linux2
  71207. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71208. web_1 | (InteractiveConsole)
  71209. web_1 |
  71210. web_1 | >>> >>> Starting the server
  71211. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71212. web_1 |
  71213. web_1 | Fatal error: Unable to find local grunt.
  71214. web_1 |
  71215. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71216. web_1 | your project. For more information about installing and configuring grunt,
  71217. web_1 | please see the Getting Started guide:
  71218. web_1 |
  71219. web_1 | http://gruntjs.com/getting-started
  71220. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71221. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71222. web_1 | Syncing...
  71223. web_1 | Creating tables ...
  71224. web_1 | Installing custom SQL ...
  71225. web_1 | Installing indexes ...
  71226. web_1 | Installed 0 object(s) from 0 fixture(s)
  71227. web_1 |
  71228. web_1 | Synced:
  71229. web_1 | > django.contrib.auth
  71230. web_1 | > django.contrib.contenttypes
  71231. web_1 | > django.contrib.sessions
  71232. web_1 | > django.contrib.sites
  71233. web_1 | > django.contrib.messages
  71234. web_1 | > django.contrib.staticfiles
  71235. web_1 | > django.contrib.admin
  71236. web_1 | > south
  71237. web_1 | > crispy_forms
  71238. web_1 | > avatar
  71239. web_1 | > bootstrap3
  71240. web_1 | > users
  71241. web_1 | > allauth
  71242. web_1 | > allauth.account
  71243. web_1 | > django.contrib.humanize
  71244. web_1 | > debug_toolbar
  71245. web_1 |
  71246. web_1 | Not synced (use migrations):
  71247. web_1 | - allauth.socialaccount
  71248. web_1 | - django_extensions
  71249. web_1 | (use ./manage.py migrate to migrate these)
  71250. web_1 | Running migrations for socialaccount:
  71251. web_1 | - Nothing to migrate.
  71252. web_1 | - Loading initial data for socialaccount.
  71253. web_1 | Installed 0 object(s) from 0 fixture(s)
  71254. web_1 | Running migrations for django_extensions:
  71255. web_1 | - Nothing to migrate.
  71256. web_1 | - Loading initial data for django_extensions.
  71257. web_1 | Installed 0 object(s) from 0 fixture(s)
  71258. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71259. web_1 | [GCC 4.9.2] on linux2
  71260. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71261. web_1 | (InteractiveConsole)
  71262. web_1 |
  71263. web_1 | >>> >>> Starting the server
  71264. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71265. web_1 |
  71266. web_1 | Fatal error: Unable to find local grunt.
  71267. web_1 |
  71268. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71269. web_1 | your project. For more information about installing and configuring grunt,
  71270. web_1 | please see the Getting Started guide:
  71271. web_1 |
  71272. web_1 | http://gruntjs.com/getting-started
  71273. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71274. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71275. web_1 | Syncing...
  71276. web_1 | Creating tables ...
  71277. web_1 | Installing custom SQL ...
  71278. web_1 | Installing indexes ...
  71279. web_1 | Installed 0 object(s) from 0 fixture(s)
  71280. web_1 |
  71281. web_1 | Synced:
  71282. web_1 | > django.contrib.auth
  71283. web_1 | > django.contrib.contenttypes
  71284. web_1 | > django.contrib.sessions
  71285. web_1 | > django.contrib.sites
  71286. web_1 | > django.contrib.messages
  71287. web_1 | > django.contrib.staticfiles
  71288. web_1 | > django.contrib.admin
  71289. web_1 | > south
  71290. web_1 | > crispy_forms
  71291. web_1 | > avatar
  71292. web_1 | > bootstrap3
  71293. web_1 | > users
  71294. web_1 | > allauth
  71295. web_1 | > allauth.account
  71296. web_1 | > django.contrib.humanize
  71297. web_1 | > debug_toolbar
  71298. web_1 |
  71299. web_1 | Not synced (use migrations):
  71300. web_1 | - allauth.socialaccount
  71301. web_1 | - django_extensions
  71302. web_1 | (use ./manage.py migrate to migrate these)
  71303. web_1 | Running migrations for socialaccount:
  71304. web_1 | - Nothing to migrate.
  71305. web_1 | - Loading initial data for socialaccount.
  71306. web_1 | Installed 0 object(s) from 0 fixture(s)
  71307. web_1 | Running migrations for django_extensions:
  71308. web_1 | - Nothing to migrate.
  71309. web_1 | - Loading initial data for django_extensions.
  71310. web_1 | Installed 0 object(s) from 0 fixture(s)
  71311. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71312. web_1 | [GCC 4.9.2] on linux2
  71313. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71314. web_1 | (InteractiveConsole)
  71315. web_1 |
  71316. web_1 | >>> >>> Starting the server
  71317. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71318. web_1 |
  71319. web_1 | Fatal error: Unable to find local grunt.
  71320. web_1 |
  71321. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71322. web_1 | your project. For more information about installing and configuring grunt,
  71323. web_1 | please see the Getting Started guide:
  71324. web_1 |
  71325. web_1 | http://gruntjs.com/getting-started
  71326. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71327. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71328. web_1 | Syncing...
  71329. web_1 | Creating tables ...
  71330. web_1 | Installing custom SQL ...
  71331. web_1 | Installing indexes ...
  71332. web_1 | Installed 0 object(s) from 0 fixture(s)
  71333. web_1 |
  71334. web_1 | Synced:
  71335. web_1 | > django.contrib.auth
  71336. web_1 | > django.contrib.contenttypes
  71337. web_1 | > django.contrib.sessions
  71338. web_1 | > django.contrib.sites
  71339. web_1 | > django.contrib.messages
  71340. web_1 | > django.contrib.staticfiles
  71341. web_1 | > django.contrib.admin
  71342. web_1 | > south
  71343. web_1 | > crispy_forms
  71344. web_1 | > avatar
  71345. web_1 | > bootstrap3
  71346. web_1 | > users
  71347. web_1 | > allauth
  71348. web_1 | > allauth.account
  71349. web_1 | > django.contrib.humanize
  71350. web_1 | > debug_toolbar
  71351. web_1 |
  71352. web_1 | Not synced (use migrations):
  71353. web_1 | - allauth.socialaccount
  71354. web_1 | - django_extensions
  71355. web_1 | (use ./manage.py migrate to migrate these)
  71356. web_1 | Running migrations for socialaccount:
  71357. web_1 | - Nothing to migrate.
  71358. web_1 | - Loading initial data for socialaccount.
  71359. web_1 | Installed 0 object(s) from 0 fixture(s)
  71360. web_1 | Running migrations for django_extensions:
  71361. web_1 | - Nothing to migrate.
  71362. web_1 | - Loading initial data for django_extensions.
  71363. web_1 | Installed 0 object(s) from 0 fixture(s)
  71364. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71365. web_1 | [GCC 4.9.2] on linux2
  71366. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71367. web_1 | (InteractiveConsole)
  71368. web_1 |
  71369. web_1 | >>> >>> Starting the server
  71370. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71371. web_1 |
  71372. web_1 | Fatal error: Unable to find local grunt.
  71373. web_1 |
  71374. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71375. web_1 | your project. For more information about installing and configuring grunt,
  71376. web_1 | please see the Getting Started guide:
  71377. web_1 |
  71378. web_1 | http://gruntjs.com/getting-started
  71379. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71380. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71381. web_1 | Syncing...
  71382. web_1 | Creating tables ...
  71383. web_1 | Installing custom SQL ...
  71384. web_1 | Installing indexes ...
  71385. web_1 | Installed 0 object(s) from 0 fixture(s)
  71386. web_1 |
  71387. web_1 | Synced:
  71388. web_1 | > django.contrib.auth
  71389. web_1 | > django.contrib.contenttypes
  71390. web_1 | > django.contrib.sessions
  71391. web_1 | > django.contrib.sites
  71392. web_1 | > django.contrib.messages
  71393. web_1 | > django.contrib.staticfiles
  71394. web_1 | > django.contrib.admin
  71395. web_1 | > south
  71396. web_1 | > crispy_forms
  71397. web_1 | > avatar
  71398. web_1 | > bootstrap3
  71399. web_1 | > users
  71400. web_1 | > allauth
  71401. web_1 | > allauth.account
  71402. web_1 | > django.contrib.humanize
  71403. web_1 | > debug_toolbar
  71404. web_1 |
  71405. web_1 | Not synced (use migrations):
  71406. web_1 | - allauth.socialaccount
  71407. web_1 | - django_extensions
  71408. web_1 | (use ./manage.py migrate to migrate these)
  71409. web_1 | Running migrations for socialaccount:
  71410. web_1 | - Nothing to migrate.
  71411. web_1 | - Loading initial data for socialaccount.
  71412. web_1 | Installed 0 object(s) from 0 fixture(s)
  71413. web_1 | Running migrations for django_extensions:
  71414. web_1 | - Nothing to migrate.
  71415. web_1 | - Loading initial data for django_extensions.
  71416. web_1 | Installed 0 object(s) from 0 fixture(s)
  71417. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71418. web_1 | [GCC 4.9.2] on linux2
  71419. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71420. web_1 | (InteractiveConsole)
  71421. web_1 |
  71422. web_1 | >>> >>> Starting the server
  71423. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71424. web_1 |
  71425. web_1 | Fatal error: Unable to find local grunt.
  71426. web_1 |
  71427. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71428. web_1 | your project. For more information about installing and configuring grunt,
  71429. web_1 | please see the Getting Started guide:
  71430. web_1 |
  71431. web_1 | http://gruntjs.com/getting-started
  71432. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71433. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71434. web_1 | Syncing...
  71435. web_1 | Creating tables ...
  71436. web_1 | Installing custom SQL ...
  71437. web_1 | Installing indexes ...
  71438. web_1 | Installed 0 object(s) from 0 fixture(s)
  71439. web_1 |
  71440. web_1 | Synced:
  71441. web_1 | > django.contrib.auth
  71442. web_1 | > django.contrib.contenttypes
  71443. web_1 | > django.contrib.sessions
  71444. web_1 | > django.contrib.sites
  71445. web_1 | > django.contrib.messages
  71446. web_1 | > django.contrib.staticfiles
  71447. web_1 | > django.contrib.admin
  71448. web_1 | > south
  71449. web_1 | > crispy_forms
  71450. web_1 | > avatar
  71451. web_1 | > bootstrap3
  71452. web_1 | > users
  71453. web_1 | > allauth
  71454. web_1 | > allauth.account
  71455. web_1 | > django.contrib.humanize
  71456. web_1 | > debug_toolbar
  71457. web_1 |
  71458. web_1 | Not synced (use migrations):
  71459. web_1 | - allauth.socialaccount
  71460. web_1 | - django_extensions
  71461. web_1 | (use ./manage.py migrate to migrate these)
  71462. web_1 | Running migrations for socialaccount:
  71463. web_1 | - Nothing to migrate.
  71464. web_1 | - Loading initial data for socialaccount.
  71465. web_1 | Installed 0 object(s) from 0 fixture(s)
  71466. web_1 | Running migrations for django_extensions:
  71467. web_1 | - Nothing to migrate.
  71468. web_1 | - Loading initial data for django_extensions.
  71469. web_1 | Installed 0 object(s) from 0 fixture(s)
  71470. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71471. web_1 | [GCC 4.9.2] on linux2
  71472. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71473. web_1 | (InteractiveConsole)
  71474. web_1 |
  71475. web_1 | >>> >>> Starting the server
  71476. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71477. web_1 |
  71478. web_1 | Fatal error: Unable to find local grunt.
  71479. web_1 |
  71480. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71481. web_1 | your project. For more information about installing and configuring grunt,
  71482. web_1 | please see the Getting Started guide:
  71483. web_1 |
  71484. web_1 | http://gruntjs.com/getting-started
  71485. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71486. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71487. web_1 | Syncing...
  71488. web_1 | Creating tables ...
  71489. web_1 | Installing custom SQL ...
  71490. web_1 | Installing indexes ...
  71491. web_1 | Installed 0 object(s) from 0 fixture(s)
  71492. web_1 |
  71493. web_1 | Synced:
  71494. web_1 | > django.contrib.auth
  71495. web_1 | > django.contrib.contenttypes
  71496. web_1 | > django.contrib.sessions
  71497. web_1 | > django.contrib.sites
  71498. web_1 | > django.contrib.messages
  71499. web_1 | > django.contrib.staticfiles
  71500. web_1 | > django.contrib.admin
  71501. web_1 | > south
  71502. web_1 | > crispy_forms
  71503. web_1 | > avatar
  71504. web_1 | > bootstrap3
  71505. web_1 | > users
  71506. web_1 | > allauth
  71507. web_1 | > allauth.account
  71508. web_1 | > django.contrib.humanize
  71509. web_1 | > debug_toolbar
  71510. web_1 |
  71511. web_1 | Not synced (use migrations):
  71512. web_1 | - allauth.socialaccount
  71513. web_1 | - django_extensions
  71514. web_1 | (use ./manage.py migrate to migrate these)
  71515. web_1 | Running migrations for socialaccount:
  71516. web_1 | - Nothing to migrate.
  71517. web_1 | - Loading initial data for socialaccount.
  71518. web_1 | Installed 0 object(s) from 0 fixture(s)
  71519. web_1 | Running migrations for django_extensions:
  71520. web_1 | - Nothing to migrate.
  71521. web_1 | - Loading initial data for django_extensions.
  71522. web_1 | Installed 0 object(s) from 0 fixture(s)
  71523. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71524. web_1 | [GCC 4.9.2] on linux2
  71525. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71526. web_1 | (InteractiveConsole)
  71527. web_1 |
  71528. web_1 | >>> >>> Starting the server
  71529. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71530. web_1 |
  71531. web_1 | Fatal error: Unable to find local grunt.
  71532. web_1 |
  71533. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71534. web_1 | your project. For more information about installing and configuring grunt,
  71535. web_1 | please see the Getting Started guide:
  71536. web_1 |
  71537. web_1 | http://gruntjs.com/getting-started
  71538. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71539. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71540. web_1 | Syncing...
  71541. web_1 | Creating tables ...
  71542. web_1 | Installing custom SQL ...
  71543. web_1 | Installing indexes ...
  71544. web_1 | Installed 0 object(s) from 0 fixture(s)
  71545. web_1 |
  71546. web_1 | Synced:
  71547. web_1 | > django.contrib.auth
  71548. web_1 | > django.contrib.contenttypes
  71549. web_1 | > django.contrib.sessions
  71550. web_1 | > django.contrib.sites
  71551. web_1 | > django.contrib.messages
  71552. web_1 | > django.contrib.staticfiles
  71553. web_1 | > django.contrib.admin
  71554. web_1 | > south
  71555. web_1 | > crispy_forms
  71556. web_1 | > avatar
  71557. web_1 | > bootstrap3
  71558. web_1 | > users
  71559. web_1 | > allauth
  71560. web_1 | > allauth.account
  71561. web_1 | > django.contrib.humanize
  71562. web_1 | > debug_toolbar
  71563. web_1 |
  71564. web_1 | Not synced (use migrations):
  71565. web_1 | - allauth.socialaccount
  71566. web_1 | - django_extensions
  71567. web_1 | (use ./manage.py migrate to migrate these)
  71568. web_1 | Running migrations for socialaccount:
  71569. web_1 | - Nothing to migrate.
  71570. web_1 | - Loading initial data for socialaccount.
  71571. web_1 | Installed 0 object(s) from 0 fixture(s)
  71572. web_1 | Running migrations for django_extensions:
  71573. web_1 | - Nothing to migrate.
  71574. web_1 | - Loading initial data for django_extensions.
  71575. web_1 | Installed 0 object(s) from 0 fixture(s)
  71576. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71577. web_1 | [GCC 4.9.2] on linux2
  71578. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71579. web_1 | (InteractiveConsole)
  71580. web_1 |
  71581. web_1 | >>> >>> Starting the server
  71582. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71583. web_1 |
  71584. web_1 | Fatal error: Unable to find local grunt.
  71585. web_1 |
  71586. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71587. web_1 | your project. For more information about installing and configuring grunt,
  71588. web_1 | please see the Getting Started guide:
  71589. web_1 |
  71590. web_1 | http://gruntjs.com/getting-started
  71591. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71592. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71593. web_1 | Syncing...
  71594. web_1 | Creating tables ...
  71595. web_1 | Installing custom SQL ...
  71596. web_1 | Installing indexes ...
  71597. web_1 | Installed 0 object(s) from 0 fixture(s)
  71598. web_1 |
  71599. web_1 | Synced:
  71600. web_1 | > django.contrib.auth
  71601. web_1 | > django.contrib.contenttypes
  71602. web_1 | > django.contrib.sessions
  71603. web_1 | > django.contrib.sites
  71604. web_1 | > django.contrib.messages
  71605. web_1 | > django.contrib.staticfiles
  71606. web_1 | > django.contrib.admin
  71607. web_1 | > south
  71608. web_1 | > crispy_forms
  71609. web_1 | > avatar
  71610. web_1 | > bootstrap3
  71611. web_1 | > users
  71612. web_1 | > allauth
  71613. web_1 | > allauth.account
  71614. web_1 | > django.contrib.humanize
  71615. web_1 | > debug_toolbar
  71616. web_1 |
  71617. web_1 | Not synced (use migrations):
  71618. web_1 | - allauth.socialaccount
  71619. web_1 | - django_extensions
  71620. web_1 | (use ./manage.py migrate to migrate these)
  71621. web_1 | Running migrations for socialaccount:
  71622. web_1 | - Nothing to migrate.
  71623. web_1 | - Loading initial data for socialaccount.
  71624. web_1 | Installed 0 object(s) from 0 fixture(s)
  71625. web_1 | Running migrations for django_extensions:
  71626. web_1 | - Nothing to migrate.
  71627. web_1 | - Loading initial data for django_extensions.
  71628. web_1 | Installed 0 object(s) from 0 fixture(s)
  71629. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71630. web_1 | [GCC 4.9.2] on linux2
  71631. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71632. web_1 | (InteractiveConsole)
  71633. web_1 |
  71634. web_1 | >>> >>> Starting the server
  71635. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71636. web_1 |
  71637. web_1 | Fatal error: Unable to find local grunt.
  71638. web_1 |
  71639. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71640. web_1 | your project. For more information about installing and configuring grunt,
  71641. web_1 | please see the Getting Started guide:
  71642. web_1 |
  71643. web_1 | http://gruntjs.com/getting-started
  71644. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71645. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71646. web_1 | Syncing...
  71647. web_1 | Creating tables ...
  71648. web_1 | Installing custom SQL ...
  71649. web_1 | Installing indexes ...
  71650. web_1 | Installed 0 object(s) from 0 fixture(s)
  71651. web_1 |
  71652. web_1 | Synced:
  71653. web_1 | > django.contrib.auth
  71654. web_1 | > django.contrib.contenttypes
  71655. web_1 | > django.contrib.sessions
  71656. web_1 | > django.contrib.sites
  71657. web_1 | > django.contrib.messages
  71658. web_1 | > django.contrib.staticfiles
  71659. web_1 | > django.contrib.admin
  71660. web_1 | > south
  71661. web_1 | > crispy_forms
  71662. web_1 | > avatar
  71663. web_1 | > bootstrap3
  71664. web_1 | > users
  71665. web_1 | > allauth
  71666. web_1 | > allauth.account
  71667. web_1 | > django.contrib.humanize
  71668. web_1 | > debug_toolbar
  71669. web_1 |
  71670. web_1 | Not synced (use migrations):
  71671. web_1 | - allauth.socialaccount
  71672. web_1 | - django_extensions
  71673. web_1 | (use ./manage.py migrate to migrate these)
  71674. web_1 | Running migrations for socialaccount:
  71675. web_1 | - Nothing to migrate.
  71676. web_1 | - Loading initial data for socialaccount.
  71677. web_1 | Installed 0 object(s) from 0 fixture(s)
  71678. web_1 | Running migrations for django_extensions:
  71679. web_1 | - Nothing to migrate.
  71680. web_1 | - Loading initial data for django_extensions.
  71681. web_1 | Installed 0 object(s) from 0 fixture(s)
  71682. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71683. web_1 | [GCC 4.9.2] on linux2
  71684. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71685. web_1 | (InteractiveConsole)
  71686. web_1 |
  71687. web_1 | >>> >>> Starting the server
  71688. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71689. web_1 |
  71690. web_1 | Fatal error: Unable to find local grunt.
  71691. web_1 |
  71692. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71693. web_1 | your project. For more information about installing and configuring grunt,
  71694. web_1 | please see the Getting Started guide:
  71695. web_1 |
  71696. web_1 | http://gruntjs.com/getting-started
  71697. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71698. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71699. web_1 | Syncing...
  71700. web_1 | Creating tables ...
  71701. web_1 | Installing custom SQL ...
  71702. web_1 | Installing indexes ...
  71703. web_1 | Installed 0 object(s) from 0 fixture(s)
  71704. web_1 |
  71705. web_1 | Synced:
  71706. web_1 | > django.contrib.auth
  71707. web_1 | > django.contrib.contenttypes
  71708. web_1 | > django.contrib.sessions
  71709. web_1 | > django.contrib.sites
  71710. web_1 | > django.contrib.messages
  71711. web_1 | > django.contrib.staticfiles
  71712. web_1 | > django.contrib.admin
  71713. web_1 | > south
  71714. web_1 | > crispy_forms
  71715. web_1 | > avatar
  71716. web_1 | > bootstrap3
  71717. web_1 | > users
  71718. web_1 | > allauth
  71719. web_1 | > allauth.account
  71720. web_1 | > django.contrib.humanize
  71721. web_1 | > debug_toolbar
  71722. web_1 |
  71723. web_1 | Not synced (use migrations):
  71724. web_1 | - allauth.socialaccount
  71725. web_1 | - django_extensions
  71726. web_1 | (use ./manage.py migrate to migrate these)
  71727. web_1 | Running migrations for socialaccount:
  71728. web_1 | - Nothing to migrate.
  71729. web_1 | - Loading initial data for socialaccount.
  71730. web_1 | Installed 0 object(s) from 0 fixture(s)
  71731. web_1 | Running migrations for django_extensions:
  71732. web_1 | - Nothing to migrate.
  71733. web_1 | - Loading initial data for django_extensions.
  71734. web_1 | Installed 0 object(s) from 0 fixture(s)
  71735. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71736. web_1 | [GCC 4.9.2] on linux2
  71737. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71738. web_1 | (InteractiveConsole)
  71739. web_1 |
  71740. web_1 | >>> >>> Starting the server
  71741. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71742. web_1 |
  71743. web_1 | Fatal error: Unable to find local grunt.
  71744. web_1 |
  71745. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71746. web_1 | your project. For more information about installing and configuring grunt,
  71747. web_1 | please see the Getting Started guide:
  71748. web_1 |
  71749. web_1 | http://gruntjs.com/getting-started
  71750. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71751. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71752. web_1 | Syncing...
  71753. web_1 | Creating tables ...
  71754. web_1 | Installing custom SQL ...
  71755. web_1 | Installing indexes ...
  71756. web_1 | Installed 0 object(s) from 0 fixture(s)
  71757. web_1 |
  71758. web_1 | Synced:
  71759. web_1 | > django.contrib.auth
  71760. web_1 | > django.contrib.contenttypes
  71761. web_1 | > django.contrib.sessions
  71762. web_1 | > django.contrib.sites
  71763. web_1 | > django.contrib.messages
  71764. web_1 | > django.contrib.staticfiles
  71765. web_1 | > django.contrib.admin
  71766. web_1 | > south
  71767. web_1 | > crispy_forms
  71768. web_1 | > avatar
  71769. web_1 | > bootstrap3
  71770. web_1 | > users
  71771. web_1 | > allauth
  71772. web_1 | > allauth.account
  71773. web_1 | > django.contrib.humanize
  71774. web_1 | > debug_toolbar
  71775. web_1 |
  71776. web_1 | Not synced (use migrations):
  71777. web_1 | - allauth.socialaccount
  71778. web_1 | - django_extensions
  71779. web_1 | (use ./manage.py migrate to migrate these)
  71780. web_1 | Running migrations for socialaccount:
  71781. web_1 | - Nothing to migrate.
  71782. web_1 | - Loading initial data for socialaccount.
  71783. web_1 | Installed 0 object(s) from 0 fixture(s)
  71784. web_1 | Running migrations for django_extensions:
  71785. web_1 | - Nothing to migrate.
  71786. web_1 | - Loading initial data for django_extensions.
  71787. web_1 | Installed 0 object(s) from 0 fixture(s)
  71788. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71789. web_1 | [GCC 4.9.2] on linux2
  71790. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71791. web_1 | (InteractiveConsole)
  71792. web_1 |
  71793. web_1 | >>> >>> Starting the server
  71794. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71795. web_1 |
  71796. web_1 | Fatal error: Unable to find local grunt.
  71797. web_1 |
  71798. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71799. web_1 | your project. For more information about installing and configuring grunt,
  71800. web_1 | please see the Getting Started guide:
  71801. web_1 |
  71802. web_1 | http://gruntjs.com/getting-started
  71803. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71804. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71805. web_1 | Syncing...
  71806. web_1 | Creating tables ...
  71807. web_1 | Installing custom SQL ...
  71808. web_1 | Installing indexes ...
  71809. web_1 | Installed 0 object(s) from 0 fixture(s)
  71810. web_1 |
  71811. web_1 | Synced:
  71812. web_1 | > django.contrib.auth
  71813. web_1 | > django.contrib.contenttypes
  71814. web_1 | > django.contrib.sessions
  71815. web_1 | > django.contrib.sites
  71816. web_1 | > django.contrib.messages
  71817. web_1 | > django.contrib.staticfiles
  71818. web_1 | > django.contrib.admin
  71819. web_1 | > south
  71820. web_1 | > crispy_forms
  71821. web_1 | > avatar
  71822. web_1 | > bootstrap3
  71823. web_1 | > users
  71824. web_1 | > allauth
  71825. web_1 | > allauth.account
  71826. web_1 | > django.contrib.humanize
  71827. web_1 | > debug_toolbar
  71828. web_1 |
  71829. web_1 | Not synced (use migrations):
  71830. web_1 | - allauth.socialaccount
  71831. web_1 | - django_extensions
  71832. web_1 | (use ./manage.py migrate to migrate these)
  71833. web_1 | Running migrations for socialaccount:
  71834. web_1 | - Nothing to migrate.
  71835. web_1 | - Loading initial data for socialaccount.
  71836. web_1 | Installed 0 object(s) from 0 fixture(s)
  71837. web_1 | Running migrations for django_extensions:
  71838. web_1 | - Nothing to migrate.
  71839. web_1 | - Loading initial data for django_extensions.
  71840. web_1 | Installed 0 object(s) from 0 fixture(s)
  71841. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71842. web_1 | [GCC 4.9.2] on linux2
  71843. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71844. web_1 | (InteractiveConsole)
  71845. web_1 |
  71846. web_1 | >>> >>> Starting the server
  71847. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71848. web_1 |
  71849. web_1 | Fatal error: Unable to find local grunt.
  71850. web_1 |
  71851. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71852. web_1 | your project. For more information about installing and configuring grunt,
  71853. web_1 | please see the Getting Started guide:
  71854. web_1 |
  71855. web_1 | http://gruntjs.com/getting-started
  71856. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71857. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71858. web_1 | Syncing...
  71859. web_1 | Creating tables ...
  71860. web_1 | Installing custom SQL ...
  71861. web_1 | Installing indexes ...
  71862. web_1 | Installed 0 object(s) from 0 fixture(s)
  71863. web_1 |
  71864. web_1 | Synced:
  71865. web_1 | > django.contrib.auth
  71866. web_1 | > django.contrib.contenttypes
  71867. web_1 | > django.contrib.sessions
  71868. web_1 | > django.contrib.sites
  71869. web_1 | > django.contrib.messages
  71870. web_1 | > django.contrib.staticfiles
  71871. web_1 | > django.contrib.admin
  71872. web_1 | > south
  71873. web_1 | > crispy_forms
  71874. web_1 | > avatar
  71875. web_1 | > bootstrap3
  71876. web_1 | > users
  71877. web_1 | > allauth
  71878. web_1 | > allauth.account
  71879. web_1 | > django.contrib.humanize
  71880. web_1 | > debug_toolbar
  71881. web_1 |
  71882. web_1 | Not synced (use migrations):
  71883. web_1 | - allauth.socialaccount
  71884. web_1 | - django_extensions
  71885. web_1 | (use ./manage.py migrate to migrate these)
  71886. web_1 | Running migrations for socialaccount:
  71887. web_1 | - Nothing to migrate.
  71888. web_1 | - Loading initial data for socialaccount.
  71889. web_1 | Installed 0 object(s) from 0 fixture(s)
  71890. web_1 | Running migrations for django_extensions:
  71891. web_1 | - Nothing to migrate.
  71892. web_1 | - Loading initial data for django_extensions.
  71893. web_1 | Installed 0 object(s) from 0 fixture(s)
  71894. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71895. web_1 | [GCC 4.9.2] on linux2
  71896. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71897. web_1 | (InteractiveConsole)
  71898. web_1 |
  71899. web_1 | >>> >>> Starting the server
  71900. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71901. web_1 |
  71902. web_1 | Fatal error: Unable to find local grunt.
  71903. web_1 |
  71904. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71905. web_1 | your project. For more information about installing and configuring grunt,
  71906. web_1 | please see the Getting Started guide:
  71907. web_1 |
  71908. web_1 | http://gruntjs.com/getting-started
  71909. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71910. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71911. web_1 | Syncing...
  71912. web_1 | Creating tables ...
  71913. web_1 | Installing custom SQL ...
  71914. web_1 | Installing indexes ...
  71915. web_1 | Installed 0 object(s) from 0 fixture(s)
  71916. web_1 |
  71917. web_1 | Synced:
  71918. web_1 | > django.contrib.auth
  71919. web_1 | > django.contrib.contenttypes
  71920. web_1 | > django.contrib.sessions
  71921. web_1 | > django.contrib.sites
  71922. web_1 | > django.contrib.messages
  71923. web_1 | > django.contrib.staticfiles
  71924. web_1 | > django.contrib.admin
  71925. web_1 | > south
  71926. web_1 | > crispy_forms
  71927. web_1 | > avatar
  71928. web_1 | > bootstrap3
  71929. web_1 | > users
  71930. web_1 | > allauth
  71931. web_1 | > allauth.account
  71932. web_1 | > django.contrib.humanize
  71933. web_1 | > debug_toolbar
  71934. web_1 |
  71935. web_1 | Not synced (use migrations):
  71936. web_1 | - allauth.socialaccount
  71937. web_1 | - django_extensions
  71938. web_1 | (use ./manage.py migrate to migrate these)
  71939. web_1 | Running migrations for socialaccount:
  71940. web_1 | - Nothing to migrate.
  71941. web_1 | - Loading initial data for socialaccount.
  71942. web_1 | Installed 0 object(s) from 0 fixture(s)
  71943. web_1 | Running migrations for django_extensions:
  71944. web_1 | - Nothing to migrate.
  71945. web_1 | - Loading initial data for django_extensions.
  71946. web_1 | Installed 0 object(s) from 0 fixture(s)
  71947. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  71948. web_1 | [GCC 4.9.2] on linux2
  71949. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  71950. web_1 | (InteractiveConsole)
  71951. web_1 |
  71952. web_1 | >>> >>> Starting the server
  71953. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  71954. web_1 |
  71955. web_1 | Fatal error: Unable to find local grunt.
  71956. web_1 |
  71957. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  71958. web_1 | your project. For more information about installing and configuring grunt,
  71959. web_1 | please see the Getting Started guide:
  71960. web_1 |
  71961. web_1 | http://gruntjs.com/getting-started
  71962. web_1 | Starting OpenBSD Secure Shell server: sshd.
  71963. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  71964. web_1 | Syncing...
  71965. web_1 | Creating tables ...
  71966. web_1 | Installing custom SQL ...
  71967. web_1 | Installing indexes ...
  71968. web_1 | Installed 0 object(s) from 0 fixture(s)
  71969. web_1 |
  71970. web_1 | Synced:
  71971. web_1 | > django.contrib.auth
  71972. web_1 | > django.contrib.contenttypes
  71973. web_1 | > django.contrib.sessions
  71974. web_1 | > django.contrib.sites
  71975. web_1 | > django.contrib.messages
  71976. web_1 | > django.contrib.staticfiles
  71977. web_1 | > django.contrib.admin
  71978. web_1 | > south
  71979. web_1 | > crispy_forms
  71980. web_1 | > avatar
  71981. web_1 | > bootstrap3
  71982. web_1 | > users
  71983. web_1 | > allauth
  71984. web_1 | > allauth.account
  71985. web_1 | > django.contrib.humanize
  71986. web_1 | > debug_toolbar
  71987. web_1 |
  71988. web_1 | Not synced (use migrations):
  71989. web_1 | - allauth.socialaccount
  71990. web_1 | - django_extensions
  71991. web_1 | (use ./manage.py migrate to migrate these)
  71992. web_1 | Running migrations for socialaccount:
  71993. web_1 | - Nothing to migrate.
  71994. web_1 | - Loading initial data for socialaccount.
  71995. web_1 | Installed 0 object(s) from 0 fixture(s)
  71996. web_1 | Running migrations for django_extensions:
  71997. web_1 | - Nothing to migrate.
  71998. web_1 | - Loading initial data for django_extensions.
  71999. web_1 | Installed 0 object(s) from 0 fixture(s)
  72000. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72001. web_1 | [GCC 4.9.2] on linux2
  72002. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72003. web_1 | (InteractiveConsole)
  72004. web_1 |
  72005. web_1 | >>> >>> Starting the server
  72006. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72007. web_1 |
  72008. web_1 | Fatal error: Unable to find local grunt.
  72009. web_1 |
  72010. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72011. web_1 | your project. For more information about installing and configuring grunt,
  72012. web_1 | please see the Getting Started guide:
  72013. web_1 |
  72014. web_1 | http://gruntjs.com/getting-started
  72015. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72016. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72017. web_1 | Syncing...
  72018. web_1 | Creating tables ...
  72019. web_1 | Installing custom SQL ...
  72020. web_1 | Installing indexes ...
  72021. web_1 | Installed 0 object(s) from 0 fixture(s)
  72022. web_1 |
  72023. web_1 | Synced:
  72024. web_1 | > django.contrib.auth
  72025. web_1 | > django.contrib.contenttypes
  72026. web_1 | > django.contrib.sessions
  72027. web_1 | > django.contrib.sites
  72028. web_1 | > django.contrib.messages
  72029. web_1 | > django.contrib.staticfiles
  72030. web_1 | > django.contrib.admin
  72031. web_1 | > south
  72032. web_1 | > crispy_forms
  72033. web_1 | > avatar
  72034. web_1 | > bootstrap3
  72035. web_1 | > users
  72036. web_1 | > allauth
  72037. web_1 | > allauth.account
  72038. web_1 | > django.contrib.humanize
  72039. web_1 | > debug_toolbar
  72040. web_1 |
  72041. web_1 | Not synced (use migrations):
  72042. web_1 | - allauth.socialaccount
  72043. web_1 | - django_extensions
  72044. web_1 | (use ./manage.py migrate to migrate these)
  72045. web_1 | Running migrations for socialaccount:
  72046. web_1 | - Nothing to migrate.
  72047. web_1 | - Loading initial data for socialaccount.
  72048. web_1 | Installed 0 object(s) from 0 fixture(s)
  72049. web_1 | Running migrations for django_extensions:
  72050. web_1 | - Nothing to migrate.
  72051. web_1 | - Loading initial data for django_extensions.
  72052. web_1 | Installed 0 object(s) from 0 fixture(s)
  72053. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72054. web_1 | [GCC 4.9.2] on linux2
  72055. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72056. web_1 | (InteractiveConsole)
  72057. web_1 |
  72058. web_1 | >>> >>> Starting the server
  72059. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72060. web_1 |
  72061. web_1 | Fatal error: Unable to find local grunt.
  72062. web_1 |
  72063. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72064. web_1 | your project. For more information about installing and configuring grunt,
  72065. web_1 | please see the Getting Started guide:
  72066. web_1 |
  72067. web_1 | http://gruntjs.com/getting-started
  72068. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72069. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72070. web_1 | Syncing...
  72071. web_1 | Creating tables ...
  72072. web_1 | Installing custom SQL ...
  72073. web_1 | Installing indexes ...
  72074. web_1 | Installed 0 object(s) from 0 fixture(s)
  72075. web_1 |
  72076. web_1 | Synced:
  72077. web_1 | > django.contrib.auth
  72078. web_1 | > django.contrib.contenttypes
  72079. web_1 | > django.contrib.sessions
  72080. web_1 | > django.contrib.sites
  72081. web_1 | > django.contrib.messages
  72082. web_1 | > django.contrib.staticfiles
  72083. web_1 | > django.contrib.admin
  72084. web_1 | > south
  72085. web_1 | > crispy_forms
  72086. web_1 | > avatar
  72087. web_1 | > bootstrap3
  72088. web_1 | > users
  72089. web_1 | > allauth
  72090. web_1 | > allauth.account
  72091. web_1 | > django.contrib.humanize
  72092. web_1 | > debug_toolbar
  72093. web_1 |
  72094. web_1 | Not synced (use migrations):
  72095. web_1 | - allauth.socialaccount
  72096. web_1 | - django_extensions
  72097. web_1 | (use ./manage.py migrate to migrate these)
  72098. web_1 | Running migrations for socialaccount:
  72099. web_1 | - Nothing to migrate.
  72100. web_1 | - Loading initial data for socialaccount.
  72101. web_1 | Installed 0 object(s) from 0 fixture(s)
  72102. web_1 | Running migrations for django_extensions:
  72103. web_1 | - Nothing to migrate.
  72104. web_1 | - Loading initial data for django_extensions.
  72105. web_1 | Installed 0 object(s) from 0 fixture(s)
  72106. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72107. web_1 | [GCC 4.9.2] on linux2
  72108. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72109. web_1 | (InteractiveConsole)
  72110. web_1 |
  72111. web_1 | >>> >>> Starting the server
  72112. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72113. web_1 |
  72114. web_1 | Fatal error: Unable to find local grunt.
  72115. web_1 |
  72116. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72117. web_1 | your project. For more information about installing and configuring grunt,
  72118. web_1 | please see the Getting Started guide:
  72119. web_1 |
  72120. web_1 | http://gruntjs.com/getting-started
  72121. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72122. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72123. web_1 | Syncing...
  72124. web_1 | Creating tables ...
  72125. web_1 | Installing custom SQL ...
  72126. web_1 | Installing indexes ...
  72127. web_1 | Installed 0 object(s) from 0 fixture(s)
  72128. web_1 |
  72129. web_1 | Synced:
  72130. web_1 | > django.contrib.auth
  72131. web_1 | > django.contrib.contenttypes
  72132. web_1 | > django.contrib.sessions
  72133. web_1 | > django.contrib.sites
  72134. web_1 | > django.contrib.messages
  72135. web_1 | > django.contrib.staticfiles
  72136. web_1 | > django.contrib.admin
  72137. web_1 | > south
  72138. web_1 | > crispy_forms
  72139. web_1 | > avatar
  72140. web_1 | > bootstrap3
  72141. web_1 | > users
  72142. web_1 | > allauth
  72143. web_1 | > allauth.account
  72144. web_1 | > django.contrib.humanize
  72145. web_1 | > debug_toolbar
  72146. web_1 |
  72147. web_1 | Not synced (use migrations):
  72148. web_1 | - allauth.socialaccount
  72149. web_1 | - django_extensions
  72150. web_1 | (use ./manage.py migrate to migrate these)
  72151. web_1 | Running migrations for socialaccount:
  72152. web_1 | - Nothing to migrate.
  72153. web_1 | - Loading initial data for socialaccount.
  72154. web_1 | Installed 0 object(s) from 0 fixture(s)
  72155. web_1 | Running migrations for django_extensions:
  72156. web_1 | - Nothing to migrate.
  72157. web_1 | - Loading initial data for django_extensions.
  72158. web_1 | Installed 0 object(s) from 0 fixture(s)
  72159. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72160. web_1 | [GCC 4.9.2] on linux2
  72161. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72162. web_1 | (InteractiveConsole)
  72163. web_1 |
  72164. web_1 | >>> >>> Starting the server
  72165. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72166. web_1 |
  72167. web_1 | Fatal error: Unable to find local grunt.
  72168. web_1 |
  72169. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72170. web_1 | your project. For more information about installing and configuring grunt,
  72171. web_1 | please see the Getting Started guide:
  72172. web_1 |
  72173. web_1 | http://gruntjs.com/getting-started
  72174. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72175. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72176. web_1 | Syncing...
  72177. web_1 | Creating tables ...
  72178. web_1 | Installing custom SQL ...
  72179. web_1 | Installing indexes ...
  72180. web_1 | Installed 0 object(s) from 0 fixture(s)
  72181. web_1 |
  72182. web_1 | Synced:
  72183. web_1 | > django.contrib.auth
  72184. web_1 | > django.contrib.contenttypes
  72185. web_1 | > django.contrib.sessions
  72186. web_1 | > django.contrib.sites
  72187. web_1 | > django.contrib.messages
  72188. web_1 | > django.contrib.staticfiles
  72189. web_1 | > django.contrib.admin
  72190. web_1 | > south
  72191. web_1 | > crispy_forms
  72192. web_1 | > avatar
  72193. web_1 | > bootstrap3
  72194. web_1 | > users
  72195. web_1 | > allauth
  72196. web_1 | > allauth.account
  72197. web_1 | > django.contrib.humanize
  72198. web_1 | > debug_toolbar
  72199. web_1 |
  72200. web_1 | Not synced (use migrations):
  72201. web_1 | - allauth.socialaccount
  72202. web_1 | - django_extensions
  72203. web_1 | (use ./manage.py migrate to migrate these)
  72204. web_1 | Running migrations for socialaccount:
  72205. web_1 | - Nothing to migrate.
  72206. web_1 | - Loading initial data for socialaccount.
  72207. web_1 | Installed 0 object(s) from 0 fixture(s)
  72208. web_1 | Running migrations for django_extensions:
  72209. web_1 | - Nothing to migrate.
  72210. web_1 | - Loading initial data for django_extensions.
  72211. web_1 | Installed 0 object(s) from 0 fixture(s)
  72212. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72213. web_1 | [GCC 4.9.2] on linux2
  72214. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72215. web_1 | (InteractiveConsole)
  72216. web_1 |
  72217. web_1 | >>> >>> Starting the server
  72218. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72219. web_1 |
  72220. web_1 | Fatal error: Unable to find local grunt.
  72221. web_1 |
  72222. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72223. web_1 | your project. For more information about installing and configuring grunt,
  72224. web_1 | please see the Getting Started guide:
  72225. web_1 |
  72226. web_1 | http://gruntjs.com/getting-started
  72227. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72228. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72229. web_1 | Syncing...
  72230. web_1 | Creating tables ...
  72231. web_1 | Installing custom SQL ...
  72232. web_1 | Installing indexes ...
  72233. web_1 | Installed 0 object(s) from 0 fixture(s)
  72234. web_1 |
  72235. web_1 | Synced:
  72236. web_1 | > django.contrib.auth
  72237. web_1 | > django.contrib.contenttypes
  72238. web_1 | > django.contrib.sessions
  72239. web_1 | > django.contrib.sites
  72240. web_1 | > django.contrib.messages
  72241. web_1 | > django.contrib.staticfiles
  72242. web_1 | > django.contrib.admin
  72243. web_1 | > south
  72244. web_1 | > crispy_forms
  72245. web_1 | > avatar
  72246. web_1 | > bootstrap3
  72247. web_1 | > users
  72248. web_1 | > allauth
  72249. web_1 | > allauth.account
  72250. web_1 | > django.contrib.humanize
  72251. web_1 | > debug_toolbar
  72252. web_1 |
  72253. web_1 | Not synced (use migrations):
  72254. web_1 | - allauth.socialaccount
  72255. web_1 | - django_extensions
  72256. web_1 | (use ./manage.py migrate to migrate these)
  72257. web_1 | Running migrations for socialaccount:
  72258. web_1 | - Nothing to migrate.
  72259. web_1 | - Loading initial data for socialaccount.
  72260. web_1 | Installed 0 object(s) from 0 fixture(s)
  72261. web_1 | Running migrations for django_extensions:
  72262. web_1 | - Nothing to migrate.
  72263. web_1 | - Loading initial data for django_extensions.
  72264. web_1 | Installed 0 object(s) from 0 fixture(s)
  72265. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72266. web_1 | [GCC 4.9.2] on linux2
  72267. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72268. web_1 | (InteractiveConsole)
  72269. web_1 |
  72270. web_1 | >>> >>> Starting the server
  72271. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72272. web_1 |
  72273. web_1 | Fatal error: Unable to find local grunt.
  72274. web_1 |
  72275. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72276. web_1 | your project. For more information about installing and configuring grunt,
  72277. web_1 | please see the Getting Started guide:
  72278. web_1 |
  72279. web_1 | http://gruntjs.com/getting-started
  72280. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72281. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72282. web_1 | Syncing...
  72283. web_1 | Creating tables ...
  72284. web_1 | Installing custom SQL ...
  72285. web_1 | Installing indexes ...
  72286. web_1 | Installed 0 object(s) from 0 fixture(s)
  72287. web_1 |
  72288. web_1 | Synced:
  72289. web_1 | > django.contrib.auth
  72290. web_1 | > django.contrib.contenttypes
  72291. web_1 | > django.contrib.sessions
  72292. web_1 | > django.contrib.sites
  72293. web_1 | > django.contrib.messages
  72294. web_1 | > django.contrib.staticfiles
  72295. web_1 | > django.contrib.admin
  72296. web_1 | > south
  72297. web_1 | > crispy_forms
  72298. web_1 | > avatar
  72299. web_1 | > bootstrap3
  72300. web_1 | > users
  72301. web_1 | > allauth
  72302. web_1 | > allauth.account
  72303. web_1 | > django.contrib.humanize
  72304. web_1 | > debug_toolbar
  72305. web_1 |
  72306. web_1 | Not synced (use migrations):
  72307. web_1 | - allauth.socialaccount
  72308. web_1 | - django_extensions
  72309. web_1 | (use ./manage.py migrate to migrate these)
  72310. web_1 | Running migrations for socialaccount:
  72311. web_1 | - Nothing to migrate.
  72312. web_1 | - Loading initial data for socialaccount.
  72313. web_1 | Installed 0 object(s) from 0 fixture(s)
  72314. web_1 | Running migrations for django_extensions:
  72315. web_1 | - Nothing to migrate.
  72316. web_1 | - Loading initial data for django_extensions.
  72317. web_1 | Installed 0 object(s) from 0 fixture(s)
  72318. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72319. web_1 | [GCC 4.9.2] on linux2
  72320. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72321. web_1 | (InteractiveConsole)
  72322. web_1 |
  72323. web_1 | >>> >>> Starting the server
  72324. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72325. web_1 |
  72326. web_1 | Fatal error: Unable to find local grunt.
  72327. web_1 |
  72328. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72329. web_1 | your project. For more information about installing and configuring grunt,
  72330. web_1 | please see the Getting Started guide:
  72331. web_1 |
  72332. web_1 | http://gruntjs.com/getting-started
  72333. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72334. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72335. web_1 | Syncing...
  72336. web_1 | Creating tables ...
  72337. web_1 | Installing custom SQL ...
  72338. web_1 | Installing indexes ...
  72339. web_1 | Installed 0 object(s) from 0 fixture(s)
  72340. web_1 |
  72341. web_1 | Synced:
  72342. web_1 | > django.contrib.auth
  72343. web_1 | > django.contrib.contenttypes
  72344. web_1 | > django.contrib.sessions
  72345. web_1 | > django.contrib.sites
  72346. web_1 | > django.contrib.messages
  72347. web_1 | > django.contrib.staticfiles
  72348. web_1 | > django.contrib.admin
  72349. web_1 | > south
  72350. web_1 | > crispy_forms
  72351. web_1 | > avatar
  72352. web_1 | > bootstrap3
  72353. web_1 | > users
  72354. web_1 | > allauth
  72355. web_1 | > allauth.account
  72356. web_1 | > django.contrib.humanize
  72357. web_1 | > debug_toolbar
  72358. web_1 |
  72359. web_1 | Not synced (use migrations):
  72360. web_1 | - allauth.socialaccount
  72361. web_1 | - django_extensions
  72362. web_1 | (use ./manage.py migrate to migrate these)
  72363. web_1 | Running migrations for socialaccount:
  72364. web_1 | - Nothing to migrate.
  72365. web_1 | - Loading initial data for socialaccount.
  72366. web_1 | Installed 0 object(s) from 0 fixture(s)
  72367. web_1 | Running migrations for django_extensions:
  72368. web_1 | - Nothing to migrate.
  72369. web_1 | - Loading initial data for django_extensions.
  72370. web_1 | Installed 0 object(s) from 0 fixture(s)
  72371. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72372. web_1 | [GCC 4.9.2] on linux2
  72373. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72374. web_1 | (InteractiveConsole)
  72375. web_1 |
  72376. web_1 | >>> >>> Starting the server
  72377. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72378. web_1 |
  72379. web_1 | Fatal error: Unable to find local grunt.
  72380. web_1 |
  72381. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72382. web_1 | your project. For more information about installing and configuring grunt,
  72383. web_1 | please see the Getting Started guide:
  72384. web_1 |
  72385. web_1 | http://gruntjs.com/getting-started
  72386. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72387. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72388. web_1 | Syncing...
  72389. web_1 | Creating tables ...
  72390. web_1 | Installing custom SQL ...
  72391. web_1 | Installing indexes ...
  72392. web_1 | Installed 0 object(s) from 0 fixture(s)
  72393. web_1 |
  72394. web_1 | Synced:
  72395. web_1 | > django.contrib.auth
  72396. web_1 | > django.contrib.contenttypes
  72397. web_1 | > django.contrib.sessions
  72398. web_1 | > django.contrib.sites
  72399. web_1 | > django.contrib.messages
  72400. web_1 | > django.contrib.staticfiles
  72401. web_1 | > django.contrib.admin
  72402. web_1 | > south
  72403. web_1 | > crispy_forms
  72404. web_1 | > avatar
  72405. web_1 | > bootstrap3
  72406. web_1 | > users
  72407. web_1 | > allauth
  72408. web_1 | > allauth.account
  72409. web_1 | > django.contrib.humanize
  72410. web_1 | > debug_toolbar
  72411. web_1 |
  72412. web_1 | Not synced (use migrations):
  72413. web_1 | - allauth.socialaccount
  72414. web_1 | - django_extensions
  72415. web_1 | (use ./manage.py migrate to migrate these)
  72416. web_1 | Running migrations for socialaccount:
  72417. web_1 | - Nothing to migrate.
  72418. web_1 | - Loading initial data for socialaccount.
  72419. web_1 | Installed 0 object(s) from 0 fixture(s)
  72420. web_1 | Running migrations for django_extensions:
  72421. web_1 | - Nothing to migrate.
  72422. web_1 | - Loading initial data for django_extensions.
  72423. web_1 | Installed 0 object(s) from 0 fixture(s)
  72424. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72425. web_1 | [GCC 4.9.2] on linux2
  72426. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72427. web_1 | (InteractiveConsole)
  72428. web_1 |
  72429. web_1 | >>> >>> Starting the server
  72430. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72431. web_1 |
  72432. web_1 | Fatal error: Unable to find local grunt.
  72433. web_1 |
  72434. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72435. web_1 | your project. For more information about installing and configuring grunt,
  72436. web_1 | please see the Getting Started guide:
  72437. web_1 |
  72438. web_1 | http://gruntjs.com/getting-started
  72439. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72440. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72441. web_1 | Syncing...
  72442. web_1 | Creating tables ...
  72443. web_1 | Installing custom SQL ...
  72444. web_1 | Installing indexes ...
  72445. web_1 | Installed 0 object(s) from 0 fixture(s)
  72446. web_1 |
  72447. web_1 | Synced:
  72448. web_1 | > django.contrib.auth
  72449. web_1 | > django.contrib.contenttypes
  72450. web_1 | > django.contrib.sessions
  72451. web_1 | > django.contrib.sites
  72452. web_1 | > django.contrib.messages
  72453. web_1 | > django.contrib.staticfiles
  72454. web_1 | > django.contrib.admin
  72455. web_1 | > south
  72456. web_1 | > crispy_forms
  72457. web_1 | > avatar
  72458. web_1 | > bootstrap3
  72459. web_1 | > users
  72460. web_1 | > allauth
  72461. web_1 | > allauth.account
  72462. web_1 | > django.contrib.humanize
  72463. web_1 | > debug_toolbar
  72464. web_1 |
  72465. web_1 | Not synced (use migrations):
  72466. web_1 | - allauth.socialaccount
  72467. web_1 | - django_extensions
  72468. web_1 | (use ./manage.py migrate to migrate these)
  72469. web_1 | Running migrations for socialaccount:
  72470. web_1 | - Nothing to migrate.
  72471. web_1 | - Loading initial data for socialaccount.
  72472. web_1 | Installed 0 object(s) from 0 fixture(s)
  72473. web_1 | Running migrations for django_extensions:
  72474. web_1 | - Nothing to migrate.
  72475. web_1 | - Loading initial data for django_extensions.
  72476. web_1 | Installed 0 object(s) from 0 fixture(s)
  72477. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72478. web_1 | [GCC 4.9.2] on linux2
  72479. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72480. web_1 | (InteractiveConsole)
  72481. web_1 |
  72482. web_1 | >>> >>> Starting the server
  72483. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72484. web_1 |
  72485. web_1 | Fatal error: Unable to find local grunt.
  72486. web_1 |
  72487. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72488. web_1 | your project. For more information about installing and configuring grunt,
  72489. web_1 | please see the Getting Started guide:
  72490. web_1 |
  72491. web_1 | http://gruntjs.com/getting-started
  72492. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72493. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72494. web_1 | Syncing...
  72495. web_1 | Creating tables ...
  72496. web_1 | Installing custom SQL ...
  72497. web_1 | Installing indexes ...
  72498. web_1 | Installed 0 object(s) from 0 fixture(s)
  72499. web_1 |
  72500. web_1 | Synced:
  72501. web_1 | > django.contrib.auth
  72502. web_1 | > django.contrib.contenttypes
  72503. web_1 | > django.contrib.sessions
  72504. web_1 | > django.contrib.sites
  72505. web_1 | > django.contrib.messages
  72506. web_1 | > django.contrib.staticfiles
  72507. web_1 | > django.contrib.admin
  72508. web_1 | > south
  72509. web_1 | > crispy_forms
  72510. web_1 | > avatar
  72511. web_1 | > bootstrap3
  72512. web_1 | > users
  72513. web_1 | > allauth
  72514. web_1 | > allauth.account
  72515. web_1 | > django.contrib.humanize
  72516. web_1 | > debug_toolbar
  72517. web_1 |
  72518. web_1 | Not synced (use migrations):
  72519. web_1 | - allauth.socialaccount
  72520. web_1 | - django_extensions
  72521. web_1 | (use ./manage.py migrate to migrate these)
  72522. web_1 | Running migrations for socialaccount:
  72523. web_1 | - Nothing to migrate.
  72524. web_1 | - Loading initial data for socialaccount.
  72525. web_1 | Installed 0 object(s) from 0 fixture(s)
  72526. web_1 | Running migrations for django_extensions:
  72527. web_1 | - Nothing to migrate.
  72528. web_1 | - Loading initial data for django_extensions.
  72529. web_1 | Installed 0 object(s) from 0 fixture(s)
  72530. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72531. web_1 | [GCC 4.9.2] on linux2
  72532. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72533. web_1 | (InteractiveConsole)
  72534. web_1 |
  72535. web_1 | >>> >>> Starting the server
  72536. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72537. web_1 |
  72538. web_1 | Fatal error: Unable to find local grunt.
  72539. web_1 |
  72540. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72541. web_1 | your project. For more information about installing and configuring grunt,
  72542. web_1 | please see the Getting Started guide:
  72543. web_1 |
  72544. web_1 | http://gruntjs.com/getting-started
  72545. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72546. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72547. web_1 | Syncing...
  72548. web_1 | Creating tables ...
  72549. web_1 | Installing custom SQL ...
  72550. web_1 | Installing indexes ...
  72551. web_1 | Installed 0 object(s) from 0 fixture(s)
  72552. web_1 |
  72553. web_1 | Synced:
  72554. web_1 | > django.contrib.auth
  72555. web_1 | > django.contrib.contenttypes
  72556. web_1 | > django.contrib.sessions
  72557. web_1 | > django.contrib.sites
  72558. web_1 | > django.contrib.messages
  72559. web_1 | > django.contrib.staticfiles
  72560. web_1 | > django.contrib.admin
  72561. web_1 | > south
  72562. web_1 | > crispy_forms
  72563. web_1 | > avatar
  72564. web_1 | > bootstrap3
  72565. web_1 | > users
  72566. web_1 | > allauth
  72567. web_1 | > allauth.account
  72568. web_1 | > django.contrib.humanize
  72569. web_1 | > debug_toolbar
  72570. web_1 |
  72571. web_1 | Not synced (use migrations):
  72572. web_1 | - allauth.socialaccount
  72573. web_1 | - django_extensions
  72574. web_1 | (use ./manage.py migrate to migrate these)
  72575. web_1 | Running migrations for socialaccount:
  72576. web_1 | - Nothing to migrate.
  72577. web_1 | - Loading initial data for socialaccount.
  72578. web_1 | Installed 0 object(s) from 0 fixture(s)
  72579. web_1 | Running migrations for django_extensions:
  72580. web_1 | - Nothing to migrate.
  72581. web_1 | - Loading initial data for django_extensions.
  72582. web_1 | Installed 0 object(s) from 0 fixture(s)
  72583. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72584. web_1 | [GCC 4.9.2] on linux2
  72585. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72586. web_1 | (InteractiveConsole)
  72587. web_1 |
  72588. web_1 | >>> >>> Starting the server
  72589. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72590. web_1 |
  72591. web_1 | Fatal error: Unable to find local grunt.
  72592. web_1 |
  72593. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72594. web_1 | your project. For more information about installing and configuring grunt,
  72595. web_1 | please see the Getting Started guide:
  72596. web_1 |
  72597. web_1 | http://gruntjs.com/getting-started
  72598. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72599. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72600. web_1 | Syncing...
  72601. web_1 | Creating tables ...
  72602. web_1 | Installing custom SQL ...
  72603. web_1 | Installing indexes ...
  72604. web_1 | Installed 0 object(s) from 0 fixture(s)
  72605. web_1 |
  72606. web_1 | Synced:
  72607. web_1 | > django.contrib.auth
  72608. web_1 | > django.contrib.contenttypes
  72609. web_1 | > django.contrib.sessions
  72610. web_1 | > django.contrib.sites
  72611. web_1 | > django.contrib.messages
  72612. web_1 | > django.contrib.staticfiles
  72613. web_1 | > django.contrib.admin
  72614. web_1 | > south
  72615. web_1 | > crispy_forms
  72616. web_1 | > avatar
  72617. web_1 | > bootstrap3
  72618. web_1 | > users
  72619. web_1 | > allauth
  72620. web_1 | > allauth.account
  72621. web_1 | > django.contrib.humanize
  72622. web_1 | > debug_toolbar
  72623. web_1 |
  72624. web_1 | Not synced (use migrations):
  72625. web_1 | - allauth.socialaccount
  72626. web_1 | - django_extensions
  72627. web_1 | (use ./manage.py migrate to migrate these)
  72628. web_1 | Running migrations for socialaccount:
  72629. web_1 | - Nothing to migrate.
  72630. web_1 | - Loading initial data for socialaccount.
  72631. web_1 | Installed 0 object(s) from 0 fixture(s)
  72632. web_1 | Running migrations for django_extensions:
  72633. web_1 | - Nothing to migrate.
  72634. web_1 | - Loading initial data for django_extensions.
  72635. web_1 | Installed 0 object(s) from 0 fixture(s)
  72636. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72637. web_1 | [GCC 4.9.2] on linux2
  72638. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72639. web_1 | (InteractiveConsole)
  72640. web_1 |
  72641. web_1 | >>> >>> Starting the server
  72642. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72643. web_1 |
  72644. web_1 | Fatal error: Unable to find local grunt.
  72645. web_1 |
  72646. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72647. web_1 | your project. For more information about installing and configuring grunt,
  72648. web_1 | please see the Getting Started guide:
  72649. web_1 |
  72650. web_1 | http://gruntjs.com/getting-started
  72651. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72652. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72653. web_1 | Syncing...
  72654. web_1 | Creating tables ...
  72655. web_1 | Installing custom SQL ...
  72656. web_1 | Installing indexes ...
  72657. web_1 | Installed 0 object(s) from 0 fixture(s)
  72658. web_1 |
  72659. web_1 | Synced:
  72660. web_1 | > django.contrib.auth
  72661. web_1 | > django.contrib.contenttypes
  72662. web_1 | > django.contrib.sessions
  72663. web_1 | > django.contrib.sites
  72664. web_1 | > django.contrib.messages
  72665. web_1 | > django.contrib.staticfiles
  72666. web_1 | > django.contrib.admin
  72667. web_1 | > south
  72668. web_1 | > crispy_forms
  72669. web_1 | > avatar
  72670. web_1 | > bootstrap3
  72671. web_1 | > users
  72672. web_1 | > allauth
  72673. web_1 | > allauth.account
  72674. web_1 | > django.contrib.humanize
  72675. web_1 | > debug_toolbar
  72676. web_1 |
  72677. web_1 | Not synced (use migrations):
  72678. web_1 | - allauth.socialaccount
  72679. web_1 | - django_extensions
  72680. web_1 | (use ./manage.py migrate to migrate these)
  72681. web_1 | Running migrations for socialaccount:
  72682. web_1 | - Nothing to migrate.
  72683. web_1 | - Loading initial data for socialaccount.
  72684. web_1 | Installed 0 object(s) from 0 fixture(s)
  72685. web_1 | Running migrations for django_extensions:
  72686. web_1 | - Nothing to migrate.
  72687. web_1 | - Loading initial data for django_extensions.
  72688. web_1 | Installed 0 object(s) from 0 fixture(s)
  72689. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72690. web_1 | [GCC 4.9.2] on linux2
  72691. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72692. web_1 | (InteractiveConsole)
  72693. web_1 |
  72694. web_1 | >>> >>> Starting the server
  72695. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72696. web_1 |
  72697. web_1 | Fatal error: Unable to find local grunt.
  72698. web_1 |
  72699. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72700. web_1 | your project. For more information about installing and configuring grunt,
  72701. web_1 | please see the Getting Started guide:
  72702. web_1 |
  72703. web_1 | http://gruntjs.com/getting-started
  72704. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72705. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72706. web_1 | Syncing...
  72707. web_1 | Creating tables ...
  72708. web_1 | Installing custom SQL ...
  72709. web_1 | Installing indexes ...
  72710. web_1 | Installed 0 object(s) from 0 fixture(s)
  72711. web_1 |
  72712. web_1 | Synced:
  72713. web_1 | > django.contrib.auth
  72714. web_1 | > django.contrib.contenttypes
  72715. web_1 | > django.contrib.sessions
  72716. web_1 | > django.contrib.sites
  72717. web_1 | > django.contrib.messages
  72718. web_1 | > django.contrib.staticfiles
  72719. web_1 | > django.contrib.admin
  72720. web_1 | > south
  72721. web_1 | > crispy_forms
  72722. web_1 | > avatar
  72723. web_1 | > bootstrap3
  72724. web_1 | > users
  72725. web_1 | > allauth
  72726. web_1 | > allauth.account
  72727. web_1 | > django.contrib.humanize
  72728. web_1 | > debug_toolbar
  72729. web_1 |
  72730. web_1 | Not synced (use migrations):
  72731. web_1 | - allauth.socialaccount
  72732. web_1 | - django_extensions
  72733. web_1 | (use ./manage.py migrate to migrate these)
  72734. web_1 | Running migrations for socialaccount:
  72735. web_1 | - Nothing to migrate.
  72736. web_1 | - Loading initial data for socialaccount.
  72737. web_1 | Installed 0 object(s) from 0 fixture(s)
  72738. web_1 | Running migrations for django_extensions:
  72739. web_1 | - Nothing to migrate.
  72740. web_1 | - Loading initial data for django_extensions.
  72741. web_1 | Installed 0 object(s) from 0 fixture(s)
  72742. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72743. web_1 | [GCC 4.9.2] on linux2
  72744. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72745. web_1 | (InteractiveConsole)
  72746. web_1 |
  72747. web_1 | >>> >>> Starting the server
  72748. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72749. web_1 |
  72750. web_1 | Fatal error: Unable to find local grunt.
  72751. web_1 |
  72752. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72753. web_1 | your project. For more information about installing and configuring grunt,
  72754. web_1 | please see the Getting Started guide:
  72755. web_1 |
  72756. web_1 | http://gruntjs.com/getting-started
  72757. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72758. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72759. web_1 | Syncing...
  72760. web_1 | Creating tables ...
  72761. web_1 | Installing custom SQL ...
  72762. web_1 | Installing indexes ...
  72763. web_1 | Installed 0 object(s) from 0 fixture(s)
  72764. web_1 |
  72765. web_1 | Synced:
  72766. web_1 | > django.contrib.auth
  72767. web_1 | > django.contrib.contenttypes
  72768. web_1 | > django.contrib.sessions
  72769. web_1 | > django.contrib.sites
  72770. web_1 | > django.contrib.messages
  72771. web_1 | > django.contrib.staticfiles
  72772. web_1 | > django.contrib.admin
  72773. web_1 | > south
  72774. web_1 | > crispy_forms
  72775. web_1 | > avatar
  72776. web_1 | > bootstrap3
  72777. web_1 | > users
  72778. web_1 | > allauth
  72779. web_1 | > allauth.account
  72780. web_1 | > django.contrib.humanize
  72781. web_1 | > debug_toolbar
  72782. web_1 |
  72783. web_1 | Not synced (use migrations):
  72784. web_1 | - allauth.socialaccount
  72785. web_1 | - django_extensions
  72786. web_1 | (use ./manage.py migrate to migrate these)
  72787. web_1 | Running migrations for socialaccount:
  72788. web_1 | - Nothing to migrate.
  72789. web_1 | - Loading initial data for socialaccount.
  72790. web_1 | Installed 0 object(s) from 0 fixture(s)
  72791. web_1 | Running migrations for django_extensions:
  72792. web_1 | - Nothing to migrate.
  72793. web_1 | - Loading initial data for django_extensions.
  72794. web_1 | Installed 0 object(s) from 0 fixture(s)
  72795. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72796. web_1 | [GCC 4.9.2] on linux2
  72797. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72798. web_1 | (InteractiveConsole)
  72799. web_1 |
  72800. web_1 | >>> >>> Starting the server
  72801. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72802. web_1 |
  72803. web_1 | Fatal error: Unable to find local grunt.
  72804. web_1 |
  72805. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72806. web_1 | your project. For more information about installing and configuring grunt,
  72807. web_1 | please see the Getting Started guide:
  72808. web_1 |
  72809. web_1 | http://gruntjs.com/getting-started
  72810. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72811. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72812. web_1 | Syncing...
  72813. web_1 | Creating tables ...
  72814. web_1 | Installing custom SQL ...
  72815. web_1 | Installing indexes ...
  72816. web_1 | Installed 0 object(s) from 0 fixture(s)
  72817. web_1 |
  72818. web_1 | Synced:
  72819. web_1 | > django.contrib.auth
  72820. web_1 | > django.contrib.contenttypes
  72821. web_1 | > django.contrib.sessions
  72822. web_1 | > django.contrib.sites
  72823. web_1 | > django.contrib.messages
  72824. web_1 | > django.contrib.staticfiles
  72825. web_1 | > django.contrib.admin
  72826. web_1 | > south
  72827. web_1 | > crispy_forms
  72828. web_1 | > avatar
  72829. web_1 | > bootstrap3
  72830. web_1 | > users
  72831. web_1 | > allauth
  72832. web_1 | > allauth.account
  72833. web_1 | > django.contrib.humanize
  72834. web_1 | > debug_toolbar
  72835. web_1 |
  72836. web_1 | Not synced (use migrations):
  72837. web_1 | - allauth.socialaccount
  72838. web_1 | - django_extensions
  72839. web_1 | (use ./manage.py migrate to migrate these)
  72840. web_1 | Running migrations for socialaccount:
  72841. web_1 | - Nothing to migrate.
  72842. web_1 | - Loading initial data for socialaccount.
  72843. web_1 | Installed 0 object(s) from 0 fixture(s)
  72844. web_1 | Running migrations for django_extensions:
  72845. web_1 | - Nothing to migrate.
  72846. web_1 | - Loading initial data for django_extensions.
  72847. web_1 | Installed 0 object(s) from 0 fixture(s)
  72848. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72849. web_1 | [GCC 4.9.2] on linux2
  72850. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72851. web_1 | (InteractiveConsole)
  72852. web_1 |
  72853. web_1 | >>> >>> Starting the server
  72854. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72855. web_1 |
  72856. web_1 | Fatal error: Unable to find local grunt.
  72857. web_1 |
  72858. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72859. web_1 | your project. For more information about installing and configuring grunt,
  72860. web_1 | please see the Getting Started guide:
  72861. web_1 |
  72862. web_1 | http://gruntjs.com/getting-started
  72863. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72864. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72865. web_1 | Syncing...
  72866. web_1 | Creating tables ...
  72867. web_1 | Installing custom SQL ...
  72868. web_1 | Installing indexes ...
  72869. web_1 | Installed 0 object(s) from 0 fixture(s)
  72870. web_1 |
  72871. web_1 | Synced:
  72872. web_1 | > django.contrib.auth
  72873. web_1 | > django.contrib.contenttypes
  72874. web_1 | > django.contrib.sessions
  72875. web_1 | > django.contrib.sites
  72876. web_1 | > django.contrib.messages
  72877. web_1 | > django.contrib.staticfiles
  72878. web_1 | > django.contrib.admin
  72879. web_1 | > south
  72880. web_1 | > crispy_forms
  72881. web_1 | > avatar
  72882. web_1 | > bootstrap3
  72883. web_1 | > users
  72884. web_1 | > allauth
  72885. web_1 | > allauth.account
  72886. web_1 | > django.contrib.humanize
  72887. web_1 | > debug_toolbar
  72888. web_1 |
  72889. web_1 | Not synced (use migrations):
  72890. web_1 | - allauth.socialaccount
  72891. web_1 | - django_extensions
  72892. web_1 | (use ./manage.py migrate to migrate these)
  72893. web_1 | Running migrations for socialaccount:
  72894. web_1 | - Nothing to migrate.
  72895. web_1 | - Loading initial data for socialaccount.
  72896. web_1 | Installed 0 object(s) from 0 fixture(s)
  72897. web_1 | Running migrations for django_extensions:
  72898. web_1 | - Nothing to migrate.
  72899. web_1 | - Loading initial data for django_extensions.
  72900. web_1 | Installed 0 object(s) from 0 fixture(s)
  72901. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72902. web_1 | [GCC 4.9.2] on linux2
  72903. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72904. web_1 | (InteractiveConsole)
  72905. web_1 |
  72906. web_1 | >>> >>> Starting the server
  72907. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72908. web_1 |
  72909. web_1 | Fatal error: Unable to find local grunt.
  72910. web_1 |
  72911. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72912. web_1 | your project. For more information about installing and configuring grunt,
  72913. web_1 | please see the Getting Started guide:
  72914. web_1 |
  72915. web_1 | http://gruntjs.com/getting-started
  72916. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72917. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72918. web_1 | Syncing...
  72919. web_1 | Creating tables ...
  72920. web_1 | Installing custom SQL ...
  72921. web_1 | Installing indexes ...
  72922. web_1 | Installed 0 object(s) from 0 fixture(s)
  72923. web_1 |
  72924. web_1 | Synced:
  72925. web_1 | > django.contrib.auth
  72926. web_1 | > django.contrib.contenttypes
  72927. web_1 | > django.contrib.sessions
  72928. web_1 | > django.contrib.sites
  72929. web_1 | > django.contrib.messages
  72930. web_1 | > django.contrib.staticfiles
  72931. web_1 | > django.contrib.admin
  72932. web_1 | > south
  72933. web_1 | > crispy_forms
  72934. web_1 | > avatar
  72935. web_1 | > bootstrap3
  72936. web_1 | > users
  72937. web_1 | > allauth
  72938. web_1 | > allauth.account
  72939. web_1 | > django.contrib.humanize
  72940. web_1 | > debug_toolbar
  72941. web_1 |
  72942. web_1 | Not synced (use migrations):
  72943. web_1 | - allauth.socialaccount
  72944. web_1 | - django_extensions
  72945. web_1 | (use ./manage.py migrate to migrate these)
  72946. web_1 | Running migrations for socialaccount:
  72947. web_1 | - Nothing to migrate.
  72948. web_1 | - Loading initial data for socialaccount.
  72949. web_1 | Installed 0 object(s) from 0 fixture(s)
  72950. web_1 | Running migrations for django_extensions:
  72951. web_1 | - Nothing to migrate.
  72952. web_1 | - Loading initial data for django_extensions.
  72953. web_1 | Installed 0 object(s) from 0 fixture(s)
  72954. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  72955. web_1 | [GCC 4.9.2] on linux2
  72956. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  72957. web_1 | (InteractiveConsole)
  72958. web_1 |
  72959. web_1 | >>> >>> Starting the server
  72960. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  72961. web_1 |
  72962. web_1 | Fatal error: Unable to find local grunt.
  72963. web_1 |
  72964. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  72965. web_1 | your project. For more information about installing and configuring grunt,
  72966. web_1 | please see the Getting Started guide:
  72967. web_1 |
  72968. web_1 | http://gruntjs.com/getting-started
  72969. web_1 | Starting OpenBSD Secure Shell server: sshd.
  72970. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  72971. web_1 | Syncing...
  72972. web_1 | Creating tables ...
  72973. web_1 | Installing custom SQL ...
  72974. web_1 | Installing indexes ...
  72975. web_1 | Installed 0 object(s) from 0 fixture(s)
  72976. web_1 |
  72977. web_1 | Synced:
  72978. web_1 | > django.contrib.auth
  72979. web_1 | > django.contrib.contenttypes
  72980. web_1 | > django.contrib.sessions
  72981. web_1 | > django.contrib.sites
  72982. web_1 | > django.contrib.messages
  72983. web_1 | > django.contrib.staticfiles
  72984. web_1 | > django.contrib.admin
  72985. web_1 | > south
  72986. web_1 | > crispy_forms
  72987. web_1 | > avatar
  72988. web_1 | > bootstrap3
  72989. web_1 | > users
  72990. web_1 | > allauth
  72991. web_1 | > allauth.account
  72992. web_1 | > django.contrib.humanize
  72993. web_1 | > debug_toolbar
  72994. web_1 |
  72995. web_1 | Not synced (use migrations):
  72996. web_1 | - allauth.socialaccount
  72997. web_1 | - django_extensions
  72998. web_1 | (use ./manage.py migrate to migrate these)
  72999. web_1 | Running migrations for socialaccount:
  73000. web_1 | - Nothing to migrate.
  73001. web_1 | - Loading initial data for socialaccount.
  73002. web_1 | Installed 0 object(s) from 0 fixture(s)
  73003. web_1 | Running migrations for django_extensions:
  73004. web_1 | - Nothing to migrate.
  73005. web_1 | - Loading initial data for django_extensions.
  73006. web_1 | Installed 0 object(s) from 0 fixture(s)
  73007. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73008. web_1 | [GCC 4.9.2] on linux2
  73009. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73010. web_1 | (InteractiveConsole)
  73011. web_1 |
  73012. web_1 | >>> >>> Starting the server
  73013. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73014. web_1 |
  73015. web_1 | Fatal error: Unable to find local grunt.
  73016. web_1 |
  73017. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73018. web_1 | your project. For more information about installing and configuring grunt,
  73019. web_1 | please see the Getting Started guide:
  73020. web_1 |
  73021. web_1 | http://gruntjs.com/getting-started
  73022. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73023. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73024. web_1 | Syncing...
  73025. web_1 | Creating tables ...
  73026. web_1 | Installing custom SQL ...
  73027. web_1 | Installing indexes ...
  73028. web_1 | Installed 0 object(s) from 0 fixture(s)
  73029. web_1 |
  73030. web_1 | Synced:
  73031. web_1 | > django.contrib.auth
  73032. web_1 | > django.contrib.contenttypes
  73033. web_1 | > django.contrib.sessions
  73034. web_1 | > django.contrib.sites
  73035. web_1 | > django.contrib.messages
  73036. web_1 | > django.contrib.staticfiles
  73037. web_1 | > django.contrib.admin
  73038. web_1 | > south
  73039. web_1 | > crispy_forms
  73040. web_1 | > avatar
  73041. web_1 | > bootstrap3
  73042. web_1 | > users
  73043. web_1 | > allauth
  73044. web_1 | > allauth.account
  73045. web_1 | > django.contrib.humanize
  73046. web_1 | > debug_toolbar
  73047. web_1 |
  73048. web_1 | Not synced (use migrations):
  73049. web_1 | - allauth.socialaccount
  73050. web_1 | - django_extensions
  73051. web_1 | (use ./manage.py migrate to migrate these)
  73052. web_1 | Running migrations for socialaccount:
  73053. web_1 | - Nothing to migrate.
  73054. web_1 | - Loading initial data for socialaccount.
  73055. web_1 | Installed 0 object(s) from 0 fixture(s)
  73056. web_1 | Running migrations for django_extensions:
  73057. web_1 | - Nothing to migrate.
  73058. web_1 | - Loading initial data for django_extensions.
  73059. web_1 | Installed 0 object(s) from 0 fixture(s)
  73060. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73061. web_1 | [GCC 4.9.2] on linux2
  73062. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73063. web_1 | (InteractiveConsole)
  73064. web_1 |
  73065. web_1 | >>> >>> Starting the server
  73066. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73067. web_1 |
  73068. web_1 | Fatal error: Unable to find local grunt.
  73069. web_1 |
  73070. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73071. web_1 | your project. For more information about installing and configuring grunt,
  73072. web_1 | please see the Getting Started guide:
  73073. web_1 |
  73074. web_1 | http://gruntjs.com/getting-started
  73075. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73076. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73077. web_1 | Syncing...
  73078. web_1 | Creating tables ...
  73079. web_1 | Installing custom SQL ...
  73080. web_1 | Installing indexes ...
  73081. web_1 | Installed 0 object(s) from 0 fixture(s)
  73082. web_1 |
  73083. web_1 | Synced:
  73084. web_1 | > django.contrib.auth
  73085. web_1 | > django.contrib.contenttypes
  73086. web_1 | > django.contrib.sessions
  73087. web_1 | > django.contrib.sites
  73088. web_1 | > django.contrib.messages
  73089. web_1 | > django.contrib.staticfiles
  73090. web_1 | > django.contrib.admin
  73091. web_1 | > south
  73092. web_1 | > crispy_forms
  73093. web_1 | > avatar
  73094. web_1 | > bootstrap3
  73095. web_1 | > users
  73096. web_1 | > allauth
  73097. web_1 | > allauth.account
  73098. web_1 | > django.contrib.humanize
  73099. web_1 | > debug_toolbar
  73100. web_1 |
  73101. web_1 | Not synced (use migrations):
  73102. web_1 | - allauth.socialaccount
  73103. web_1 | - django_extensions
  73104. web_1 | (use ./manage.py migrate to migrate these)
  73105. web_1 | Running migrations for socialaccount:
  73106. web_1 | - Nothing to migrate.
  73107. web_1 | - Loading initial data for socialaccount.
  73108. web_1 | Installed 0 object(s) from 0 fixture(s)
  73109. web_1 | Running migrations for django_extensions:
  73110. web_1 | - Nothing to migrate.
  73111. web_1 | - Loading initial data for django_extensions.
  73112. web_1 | Installed 0 object(s) from 0 fixture(s)
  73113. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73114. web_1 | [GCC 4.9.2] on linux2
  73115. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73116. web_1 | (InteractiveConsole)
  73117. web_1 |
  73118. web_1 | >>> >>> Starting the server
  73119. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73120. web_1 |
  73121. web_1 | Fatal error: Unable to find local grunt.
  73122. web_1 |
  73123. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73124. web_1 | your project. For more information about installing and configuring grunt,
  73125. web_1 | please see the Getting Started guide:
  73126. web_1 |
  73127. web_1 | http://gruntjs.com/getting-started
  73128. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73129. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73130. web_1 | Syncing...
  73131. web_1 | Creating tables ...
  73132. web_1 | Installing custom SQL ...
  73133. web_1 | Installing indexes ...
  73134. web_1 | Installed 0 object(s) from 0 fixture(s)
  73135. web_1 |
  73136. web_1 | Synced:
  73137. web_1 | > django.contrib.auth
  73138. web_1 | > django.contrib.contenttypes
  73139. web_1 | > django.contrib.sessions
  73140. web_1 | > django.contrib.sites
  73141. web_1 | > django.contrib.messages
  73142. web_1 | > django.contrib.staticfiles
  73143. web_1 | > django.contrib.admin
  73144. web_1 | > south
  73145. web_1 | > crispy_forms
  73146. web_1 | > avatar
  73147. web_1 | > bootstrap3
  73148. web_1 | > users
  73149. web_1 | > allauth
  73150. web_1 | > allauth.account
  73151. web_1 | > django.contrib.humanize
  73152. web_1 | > debug_toolbar
  73153. web_1 |
  73154. web_1 | Not synced (use migrations):
  73155. web_1 | - allauth.socialaccount
  73156. web_1 | - django_extensions
  73157. web_1 | (use ./manage.py migrate to migrate these)
  73158. web_1 | Running migrations for socialaccount:
  73159. web_1 | - Nothing to migrate.
  73160. web_1 | - Loading initial data for socialaccount.
  73161. web_1 | Installed 0 object(s) from 0 fixture(s)
  73162. web_1 | Running migrations for django_extensions:
  73163. web_1 | - Nothing to migrate.
  73164. web_1 | - Loading initial data for django_extensions.
  73165. web_1 | Installed 0 object(s) from 0 fixture(s)
  73166. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73167. web_1 | [GCC 4.9.2] on linux2
  73168. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73169. web_1 | (InteractiveConsole)
  73170. web_1 |
  73171. web_1 | >>> >>> Starting the server
  73172. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73173. web_1 |
  73174. web_1 | Fatal error: Unable to find local grunt.
  73175. web_1 |
  73176. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73177. web_1 | your project. For more information about installing and configuring grunt,
  73178. web_1 | please see the Getting Started guide:
  73179. web_1 |
  73180. web_1 | http://gruntjs.com/getting-started
  73181. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73182. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73183. web_1 | Syncing...
  73184. web_1 | Creating tables ...
  73185. web_1 | Installing custom SQL ...
  73186. web_1 | Installing indexes ...
  73187. web_1 | Installed 0 object(s) from 0 fixture(s)
  73188. web_1 |
  73189. web_1 | Synced:
  73190. web_1 | > django.contrib.auth
  73191. web_1 | > django.contrib.contenttypes
  73192. web_1 | > django.contrib.sessions
  73193. web_1 | > django.contrib.sites
  73194. web_1 | > django.contrib.messages
  73195. web_1 | > django.contrib.staticfiles
  73196. web_1 | > django.contrib.admin
  73197. web_1 | > south
  73198. web_1 | > crispy_forms
  73199. web_1 | > avatar
  73200. web_1 | > bootstrap3
  73201. web_1 | > users
  73202. web_1 | > allauth
  73203. web_1 | > allauth.account
  73204. web_1 | > django.contrib.humanize
  73205. web_1 | > debug_toolbar
  73206. web_1 |
  73207. web_1 | Not synced (use migrations):
  73208. web_1 | - allauth.socialaccount
  73209. web_1 | - django_extensions
  73210. web_1 | (use ./manage.py migrate to migrate these)
  73211. web_1 | Running migrations for socialaccount:
  73212. web_1 | - Nothing to migrate.
  73213. web_1 | - Loading initial data for socialaccount.
  73214. web_1 | Installed 0 object(s) from 0 fixture(s)
  73215. web_1 | Running migrations for django_extensions:
  73216. web_1 | - Nothing to migrate.
  73217. web_1 | - Loading initial data for django_extensions.
  73218. web_1 | Installed 0 object(s) from 0 fixture(s)
  73219. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73220. web_1 | [GCC 4.9.2] on linux2
  73221. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73222. web_1 | (InteractiveConsole)
  73223. web_1 |
  73224. web_1 | >>> >>> Starting the server
  73225. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73226. web_1 |
  73227. web_1 | Fatal error: Unable to find local grunt.
  73228. web_1 |
  73229. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73230. web_1 | your project. For more information about installing and configuring grunt,
  73231. web_1 | please see the Getting Started guide:
  73232. web_1 |
  73233. web_1 | http://gruntjs.com/getting-started
  73234. oclweb_web_1 exited with code 99
  73235. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73236. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73237. web_1 | Syncing...
  73238. web_1 | Traceback (most recent call last):
  73239. web_1 | File "ocl_web/manage.py", line 19, in <module>
  73240. web_1 | execute_from_command_line(sys.argv)
  73241. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  73242. web_1 | utility.execute()
  73243. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  73244. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  73245. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  73246. web_1 | self.execute(*args, **options.__dict__)
  73247. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  73248. web_1 | output = self.handle(*args, **options)
  73249. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  73250. web_1 | return self.handle_noargs(**options)
  73251. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  73252. web_1 | syncdb.Command().execute(**options)
  73253. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  73254. web_1 | output = self.handle(*args, **options)
  73255. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  73256. web_1 | return self.handle_noargs(**options)
  73257. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  73258. web_1 | cursor = connection.cursor()
  73259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  73260. web_1 | cursor = self.make_debug_cursor(self._cursor())
  73261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  73262. web_1 | self.ensure_connection()
  73263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73264. web_1 | self.connect()
  73265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  73266. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  73267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73268. web_1 | self.connect()
  73269. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  73270. web_1 | self.connection = self.get_new_connection(conn_params)
  73271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  73272. web_1 | return Database.connect(**conn_params)
  73273. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  73274. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  73275. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  73276. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  73277. web_1 | TCP/IP connections on port 5432?
  73278. web_1 |
  73279. web_1 | Traceback (most recent call last):
  73280. web_1 | File "ocl_web/manage.py", line 19, in <module>
  73281. web_1 | execute_from_command_line(sys.argv)
  73282. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  73283. web_1 | utility.execute()
  73284. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  73285. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  73286. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  73287. web_1 | self.execute(*args, **options.__dict__)
  73288. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  73289. web_1 | output = self.handle(*args, **options)
  73290. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  73291. web_1 | ignore_ghosts = ignore_ghosts,
  73292. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  73293. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  73294. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  73295. web_1 | for h in histories:
  73296. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  73297. web_1 | self._fetch_all()
  73298. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  73299. web_1 | self._result_cache = list(self.iterator())
  73300. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  73301. web_1 | for row in compiler.results_iter():
  73302. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  73303. web_1 | for rows in self.execute_sql(MULTI):
  73304. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  73305. web_1 | cursor = self.connection.cursor()
  73306. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  73307. web_1 | cursor = self.make_debug_cursor(self._cursor())
  73308. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  73309. web_1 | self.ensure_connection()
  73310. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73311. web_1 | self.connect()
  73312. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  73313. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  73314. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73315. web_1 | self.connect()
  73316. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  73317. web_1 | self.connection = self.get_new_connection(conn_params)
  73318. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  73319. web_1 | return Database.connect(**conn_params)
  73320. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  73321. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  73322. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  73323. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  73324. web_1 | TCP/IP connections on port 5432?
  73325. web_1 |
  73326. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73327. web_1 | [GCC 4.9.2] on linux2
  73328. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73329. web_1 | (InteractiveConsole)
  73330. web_1 | Traceback (most recent call last):
  73331. web_1 | File "<console>", line 1, in <module>
  73332. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  73333. web_1 | return self.query.get_count(using=self.db)
  73334. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  73335. web_1 | number = obj.get_aggregation(using=using)[None]
  73336. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  73337. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  73338. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  73339. web_1 | cursor = self.connection.cursor()
  73340. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  73341. web_1 | cursor = self.make_debug_cursor(self._cursor())
  73342. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  73343. web_1 | self.ensure_connection()
  73344. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73345. web_1 | self.connect()
  73346. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  73347. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  73348. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  73349. web_1 | self.connect()
  73350. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  73351. web_1 | self.connection = self.get_new_connection(conn_params)
  73352. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  73353. web_1 | return Database.connect(**conn_params)
  73354. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  73355. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  73356. web_1 | OperationalError: could not connect to server: Connection refused
  73357. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  73358. web_1 | TCP/IP connections on port 5432?
  73359. web_1 |
  73360. web_1 |
  73361. web_1 | >>> >>> Starting the server
  73362. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73363. web_1 |
  73364. web_1 | Fatal error: Unable to find local grunt.
  73365. web_1 |
  73366. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73367. web_1 | your project. For more information about installing and configuring grunt,
  73368. web_1 | please see the Getting Started guide:
  73369. web_1 |
  73370. web_1 | http://gruntjs.com/getting-started
  73371. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73372. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73373. web_1 | Syncing...
  73374. web_1 | Creating tables ...
  73375. web_1 | Creating table auth_permission
  73376. web_1 | Creating table auth_group_permissions
  73377. web_1 | Creating table auth_group
  73378. web_1 | Creating table django_content_type
  73379. web_1 | Creating table django_session
  73380. web_1 | Creating table django_site
  73381. web_1 | Creating table django_admin_log
  73382. web_1 | Creating table south_migrationhistory
  73383. web_1 | Creating table avatar_avatar
  73384. web_1 | Creating table users_user_groups
  73385. web_1 | Creating table users_user_user_permissions
  73386. web_1 | Creating table users_user
  73387. web_1 | Creating table account_emailaddress
  73388. web_1 | Creating table account_emailconfirmation
  73389. web_1 | Installing custom SQL ...
  73390. web_1 | Installing indexes ...
  73391. web_1 | Installed 0 object(s) from 0 fixture(s)
  73392. web_1 |
  73393. web_1 | Synced:
  73394. web_1 | > django.contrib.auth
  73395. web_1 | > django.contrib.contenttypes
  73396. web_1 | > django.contrib.sessions
  73397. web_1 | > django.contrib.sites
  73398. web_1 | > django.contrib.messages
  73399. web_1 | > django.contrib.staticfiles
  73400. web_1 | > django.contrib.admin
  73401. web_1 | > south
  73402. web_1 | > crispy_forms
  73403. web_1 | > avatar
  73404. web_1 | > bootstrap3
  73405. web_1 | > users
  73406. web_1 | > allauth
  73407. web_1 | > allauth.account
  73408. web_1 | > django.contrib.humanize
  73409. web_1 | > debug_toolbar
  73410. web_1 |
  73411. web_1 | Not synced (use migrations):
  73412. web_1 | - allauth.socialaccount
  73413. web_1 | - django_extensions
  73414. web_1 | (use ./manage.py migrate to migrate these)
  73415. web_1 | Running migrations for socialaccount:
  73416. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  73417. web_1 | > socialaccount:0001_initial
  73418. web_1 | > socialaccount:0002_genericmodels
  73419. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  73420. web_1 | > socialaccount:0004_add_sites
  73421. web_1 | > socialaccount:0005_set_sites
  73422. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  73423. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  73424. web_1 | > socialaccount:0008_client_id
  73425. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  73426. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  73427. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  73428. web_1 | - Loading initial data for socialaccount.
  73429. web_1 | Installed 0 object(s) from 0 fixture(s)
  73430. web_1 | Running migrations for django_extensions:
  73431. web_1 | - Migrating forwards to 0001_empty.
  73432. web_1 | > django_extensions:0001_empty
  73433. web_1 | - Loading initial data for django_extensions.
  73434. web_1 | Installed 0 object(s) from 0 fixture(s)
  73435. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73436. web_1 | [GCC 4.9.2] on linux2
  73437. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73438. web_1 | (InteractiveConsole)
  73439. web_1 |
  73440. web_1 | >>> >>> Starting the server
  73441. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73442. web_1 |
  73443. web_1 | Fatal error: Unable to find local grunt.
  73444. web_1 |
  73445. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73446. web_1 | your project. For more information about installing and configuring grunt,
  73447. web_1 | please see the Getting Started guide:
  73448. web_1 |
  73449. web_1 | http://gruntjs.com/getting-started
  73450. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73451. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73452. web_1 | Syncing...
  73453. web_1 | Creating tables ...
  73454. web_1 | Installing custom SQL ...
  73455. web_1 | Installing indexes ...
  73456. web_1 | Installed 0 object(s) from 0 fixture(s)
  73457. web_1 |
  73458. web_1 | Synced:
  73459. web_1 | > django.contrib.auth
  73460. web_1 | > django.contrib.contenttypes
  73461. web_1 | > django.contrib.sessions
  73462. web_1 | > django.contrib.sites
  73463. web_1 | > django.contrib.messages
  73464. web_1 | > django.contrib.staticfiles
  73465. web_1 | > django.contrib.admin
  73466. web_1 | > south
  73467. web_1 | > crispy_forms
  73468. web_1 | > avatar
  73469. web_1 | > bootstrap3
  73470. web_1 | > users
  73471. web_1 | > allauth
  73472. web_1 | > allauth.account
  73473. web_1 | > django.contrib.humanize
  73474. web_1 | > debug_toolbar
  73475. web_1 |
  73476. web_1 | Not synced (use migrations):
  73477. web_1 | - allauth.socialaccount
  73478. web_1 | - django_extensions
  73479. web_1 | (use ./manage.py migrate to migrate these)
  73480. web_1 | Running migrations for socialaccount:
  73481. web_1 | - Nothing to migrate.
  73482. web_1 | - Loading initial data for socialaccount.
  73483. web_1 | Installed 0 object(s) from 0 fixture(s)
  73484. web_1 | Running migrations for django_extensions:
  73485. web_1 | - Nothing to migrate.
  73486. web_1 | - Loading initial data for django_extensions.
  73487. web_1 | Installed 0 object(s) from 0 fixture(s)
  73488. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73489. web_1 | [GCC 4.9.2] on linux2
  73490. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73491. web_1 | (InteractiveConsole)
  73492. web_1 |
  73493. web_1 | >>> >>> Starting the server
  73494. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73495. web_1 |
  73496. web_1 | Fatal error: Unable to find local grunt.
  73497. web_1 |
  73498. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73499. web_1 | your project. For more information about installing and configuring grunt,
  73500. web_1 | please see the Getting Started guide:
  73501. web_1 |
  73502. web_1 | http://gruntjs.com/getting-started
  73503. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73504. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73505. web_1 | Syncing...
  73506. web_1 | Creating tables ...
  73507. web_1 | Installing custom SQL ...
  73508. web_1 | Installing indexes ...
  73509. web_1 | Installed 0 object(s) from 0 fixture(s)
  73510. web_1 |
  73511. web_1 | Synced:
  73512. web_1 | > django.contrib.auth
  73513. web_1 | > django.contrib.contenttypes
  73514. web_1 | > django.contrib.sessions
  73515. web_1 | > django.contrib.sites
  73516. web_1 | > django.contrib.messages
  73517. web_1 | > django.contrib.staticfiles
  73518. web_1 | > django.contrib.admin
  73519. web_1 | > south
  73520. web_1 | > crispy_forms
  73521. web_1 | > avatar
  73522. web_1 | > bootstrap3
  73523. web_1 | > users
  73524. web_1 | > allauth
  73525. web_1 | > allauth.account
  73526. web_1 | > django.contrib.humanize
  73527. web_1 | > debug_toolbar
  73528. web_1 |
  73529. web_1 | Not synced (use migrations):
  73530. web_1 | - allauth.socialaccount
  73531. web_1 | - django_extensions
  73532. web_1 | (use ./manage.py migrate to migrate these)
  73533. web_1 | Running migrations for socialaccount:
  73534. web_1 | - Nothing to migrate.
  73535. web_1 | - Loading initial data for socialaccount.
  73536. web_1 | Installed 0 object(s) from 0 fixture(s)
  73537. web_1 | Running migrations for django_extensions:
  73538. web_1 | - Nothing to migrate.
  73539. web_1 | - Loading initial data for django_extensions.
  73540. web_1 | Installed 0 object(s) from 0 fixture(s)
  73541. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73542. web_1 | [GCC 4.9.2] on linux2
  73543. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73544. web_1 | (InteractiveConsole)
  73545. web_1 |
  73546. web_1 | >>> >>> Starting the server
  73547. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73548. web_1 |
  73549. web_1 | Fatal error: Unable to find local grunt.
  73550. web_1 |
  73551. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73552. web_1 | your project. For more information about installing and configuring grunt,
  73553. web_1 | please see the Getting Started guide:
  73554. web_1 |
  73555. web_1 | http://gruntjs.com/getting-started
  73556. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73557. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73558. web_1 | Syncing...
  73559. web_1 | Creating tables ...
  73560. web_1 | Installing custom SQL ...
  73561. web_1 | Installing indexes ...
  73562. web_1 | Installed 0 object(s) from 0 fixture(s)
  73563. web_1 |
  73564. web_1 | Synced:
  73565. web_1 | > django.contrib.auth
  73566. web_1 | > django.contrib.contenttypes
  73567. web_1 | > django.contrib.sessions
  73568. web_1 | > django.contrib.sites
  73569. web_1 | > django.contrib.messages
  73570. web_1 | > django.contrib.staticfiles
  73571. web_1 | > django.contrib.admin
  73572. web_1 | > south
  73573. web_1 | > crispy_forms
  73574. web_1 | > avatar
  73575. web_1 | > bootstrap3
  73576. web_1 | > users
  73577. web_1 | > allauth
  73578. web_1 | > allauth.account
  73579. web_1 | > django.contrib.humanize
  73580. web_1 | > debug_toolbar
  73581. web_1 |
  73582. web_1 | Not synced (use migrations):
  73583. web_1 | - allauth.socialaccount
  73584. web_1 | - django_extensions
  73585. web_1 | (use ./manage.py migrate to migrate these)
  73586. web_1 | Running migrations for socialaccount:
  73587. web_1 | - Nothing to migrate.
  73588. web_1 | - Loading initial data for socialaccount.
  73589. web_1 | Installed 0 object(s) from 0 fixture(s)
  73590. web_1 | Running migrations for django_extensions:
  73591. web_1 | - Nothing to migrate.
  73592. web_1 | - Loading initial data for django_extensions.
  73593. web_1 | Installed 0 object(s) from 0 fixture(s)
  73594. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73595. web_1 | [GCC 4.9.2] on linux2
  73596. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73597. web_1 | (InteractiveConsole)
  73598. web_1 |
  73599. web_1 | >>> >>> Starting the server
  73600. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73601. web_1 |
  73602. web_1 | Fatal error: Unable to find local grunt.
  73603. web_1 |
  73604. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73605. web_1 | your project. For more information about installing and configuring grunt,
  73606. web_1 | please see the Getting Started guide:
  73607. web_1 |
  73608. web_1 | http://gruntjs.com/getting-started
  73609. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73610. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73611. web_1 | Syncing...
  73612. web_1 | Creating tables ...
  73613. web_1 | Installing custom SQL ...
  73614. web_1 | Installing indexes ...
  73615. web_1 | Installed 0 object(s) from 0 fixture(s)
  73616. web_1 |
  73617. web_1 | Synced:
  73618. web_1 | > django.contrib.auth
  73619. web_1 | > django.contrib.contenttypes
  73620. web_1 | > django.contrib.sessions
  73621. web_1 | > django.contrib.sites
  73622. web_1 | > django.contrib.messages
  73623. web_1 | > django.contrib.staticfiles
  73624. web_1 | > django.contrib.admin
  73625. web_1 | > south
  73626. web_1 | > crispy_forms
  73627. web_1 | > avatar
  73628. web_1 | > bootstrap3
  73629. web_1 | > users
  73630. web_1 | > allauth
  73631. web_1 | > allauth.account
  73632. web_1 | > django.contrib.humanize
  73633. web_1 | > debug_toolbar
  73634. web_1 |
  73635. web_1 | Not synced (use migrations):
  73636. web_1 | - allauth.socialaccount
  73637. web_1 | - django_extensions
  73638. web_1 | (use ./manage.py migrate to migrate these)
  73639. web_1 | Running migrations for socialaccount:
  73640. web_1 | - Nothing to migrate.
  73641. web_1 | - Loading initial data for socialaccount.
  73642. web_1 | Installed 0 object(s) from 0 fixture(s)
  73643. web_1 | Running migrations for django_extensions:
  73644. web_1 | - Nothing to migrate.
  73645. web_1 | - Loading initial data for django_extensions.
  73646. web_1 | Installed 0 object(s) from 0 fixture(s)
  73647. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73648. web_1 | [GCC 4.9.2] on linux2
  73649. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73650. web_1 | (InteractiveConsole)
  73651. web_1 |
  73652. web_1 | >>> >>> Starting the server
  73653. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73654. web_1 |
  73655. web_1 | Fatal error: Unable to find local grunt.
  73656. web_1 |
  73657. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73658. web_1 | your project. For more information about installing and configuring grunt,
  73659. web_1 | please see the Getting Started guide:
  73660. web_1 |
  73661. web_1 | http://gruntjs.com/getting-started
  73662. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73663. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73664. web_1 | Syncing...
  73665. web_1 | Creating tables ...
  73666. web_1 | Installing custom SQL ...
  73667. web_1 | Installing indexes ...
  73668. web_1 | Installed 0 object(s) from 0 fixture(s)
  73669. web_1 |
  73670. web_1 | Synced:
  73671. web_1 | > django.contrib.auth
  73672. web_1 | > django.contrib.contenttypes
  73673. web_1 | > django.contrib.sessions
  73674. web_1 | > django.contrib.sites
  73675. web_1 | > django.contrib.messages
  73676. web_1 | > django.contrib.staticfiles
  73677. web_1 | > django.contrib.admin
  73678. web_1 | > south
  73679. web_1 | > crispy_forms
  73680. web_1 | > avatar
  73681. web_1 | > bootstrap3
  73682. web_1 | > users
  73683. web_1 | > allauth
  73684. web_1 | > allauth.account
  73685. web_1 | > django.contrib.humanize
  73686. web_1 | > debug_toolbar
  73687. web_1 |
  73688. web_1 | Not synced (use migrations):
  73689. web_1 | - allauth.socialaccount
  73690. web_1 | - django_extensions
  73691. web_1 | (use ./manage.py migrate to migrate these)
  73692. web_1 | Running migrations for socialaccount:
  73693. web_1 | - Nothing to migrate.
  73694. web_1 | - Loading initial data for socialaccount.
  73695. web_1 | Installed 0 object(s) from 0 fixture(s)
  73696. web_1 | Running migrations for django_extensions:
  73697. web_1 | - Nothing to migrate.
  73698. web_1 | - Loading initial data for django_extensions.
  73699. web_1 | Installed 0 object(s) from 0 fixture(s)
  73700. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73701. web_1 | [GCC 4.9.2] on linux2
  73702. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73703. web_1 | (InteractiveConsole)
  73704. web_1 |
  73705. web_1 | >>> >>> Starting the server
  73706. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73707. web_1 |
  73708. web_1 | Fatal error: Unable to find local grunt.
  73709. web_1 |
  73710. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73711. web_1 | your project. For more information about installing and configuring grunt,
  73712. web_1 | please see the Getting Started guide:
  73713. web_1 |
  73714. web_1 | http://gruntjs.com/getting-started
  73715. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73716. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73717. web_1 | Syncing...
  73718. web_1 | Creating tables ...
  73719. web_1 | Installing custom SQL ...
  73720. web_1 | Installing indexes ...
  73721. web_1 | Installed 0 object(s) from 0 fixture(s)
  73722. web_1 |
  73723. web_1 | Synced:
  73724. web_1 | > django.contrib.auth
  73725. web_1 | > django.contrib.contenttypes
  73726. web_1 | > django.contrib.sessions
  73727. web_1 | > django.contrib.sites
  73728. web_1 | > django.contrib.messages
  73729. web_1 | > django.contrib.staticfiles
  73730. web_1 | > django.contrib.admin
  73731. web_1 | > south
  73732. web_1 | > crispy_forms
  73733. web_1 | > avatar
  73734. web_1 | > bootstrap3
  73735. web_1 | > users
  73736. web_1 | > allauth
  73737. web_1 | > allauth.account
  73738. web_1 | > django.contrib.humanize
  73739. web_1 | > debug_toolbar
  73740. web_1 |
  73741. web_1 | Not synced (use migrations):
  73742. web_1 | - allauth.socialaccount
  73743. web_1 | - django_extensions
  73744. web_1 | (use ./manage.py migrate to migrate these)
  73745. web_1 | Running migrations for socialaccount:
  73746. web_1 | - Nothing to migrate.
  73747. web_1 | - Loading initial data for socialaccount.
  73748. web_1 | Installed 0 object(s) from 0 fixture(s)
  73749. web_1 | Running migrations for django_extensions:
  73750. web_1 | - Nothing to migrate.
  73751. web_1 | - Loading initial data for django_extensions.
  73752. web_1 | Installed 0 object(s) from 0 fixture(s)
  73753. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73754. web_1 | [GCC 4.9.2] on linux2
  73755. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73756. web_1 | (InteractiveConsole)
  73757. web_1 |
  73758. web_1 | >>> >>> Starting the server
  73759. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73760. web_1 |
  73761. web_1 | Fatal error: Unable to find local grunt.
  73762. web_1 |
  73763. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73764. web_1 | your project. For more information about installing and configuring grunt,
  73765. web_1 | please see the Getting Started guide:
  73766. web_1 |
  73767. web_1 | http://gruntjs.com/getting-started
  73768. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73769. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73770. web_1 | Syncing...
  73771. web_1 | Creating tables ...
  73772. web_1 | Installing custom SQL ...
  73773. web_1 | Installing indexes ...
  73774. web_1 | Installed 0 object(s) from 0 fixture(s)
  73775. web_1 |
  73776. web_1 | Synced:
  73777. web_1 | > django.contrib.auth
  73778. web_1 | > django.contrib.contenttypes
  73779. web_1 | > django.contrib.sessions
  73780. web_1 | > django.contrib.sites
  73781. web_1 | > django.contrib.messages
  73782. web_1 | > django.contrib.staticfiles
  73783. web_1 | > django.contrib.admin
  73784. web_1 | > south
  73785. web_1 | > crispy_forms
  73786. web_1 | > avatar
  73787. web_1 | > bootstrap3
  73788. web_1 | > users
  73789. web_1 | > allauth
  73790. web_1 | > allauth.account
  73791. web_1 | > django.contrib.humanize
  73792. web_1 | > debug_toolbar
  73793. web_1 |
  73794. web_1 | Not synced (use migrations):
  73795. web_1 | - allauth.socialaccount
  73796. web_1 | - django_extensions
  73797. web_1 | (use ./manage.py migrate to migrate these)
  73798. web_1 | Running migrations for socialaccount:
  73799. web_1 | - Nothing to migrate.
  73800. web_1 | - Loading initial data for socialaccount.
  73801. web_1 | Installed 0 object(s) from 0 fixture(s)
  73802. web_1 | Running migrations for django_extensions:
  73803. web_1 | - Nothing to migrate.
  73804. web_1 | - Loading initial data for django_extensions.
  73805. web_1 | Installed 0 object(s) from 0 fixture(s)
  73806. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73807. web_1 | [GCC 4.9.2] on linux2
  73808. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73809. web_1 | (InteractiveConsole)
  73810. web_1 |
  73811. web_1 | >>> >>> Starting the server
  73812. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73813. web_1 |
  73814. web_1 | Fatal error: Unable to find local grunt.
  73815. web_1 |
  73816. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73817. web_1 | your project. For more information about installing and configuring grunt,
  73818. web_1 | please see the Getting Started guide:
  73819. web_1 |
  73820. web_1 | http://gruntjs.com/getting-started
  73821. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73822. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73823. web_1 | Syncing...
  73824. web_1 | Creating tables ...
  73825. web_1 | Installing custom SQL ...
  73826. web_1 | Installing indexes ...
  73827. web_1 | Installed 0 object(s) from 0 fixture(s)
  73828. web_1 |
  73829. web_1 | Synced:
  73830. web_1 | > django.contrib.auth
  73831. web_1 | > django.contrib.contenttypes
  73832. web_1 | > django.contrib.sessions
  73833. web_1 | > django.contrib.sites
  73834. web_1 | > django.contrib.messages
  73835. web_1 | > django.contrib.staticfiles
  73836. web_1 | > django.contrib.admin
  73837. web_1 | > south
  73838. web_1 | > crispy_forms
  73839. web_1 | > avatar
  73840. web_1 | > bootstrap3
  73841. web_1 | > users
  73842. web_1 | > allauth
  73843. web_1 | > allauth.account
  73844. web_1 | > django.contrib.humanize
  73845. web_1 | > debug_toolbar
  73846. web_1 |
  73847. web_1 | Not synced (use migrations):
  73848. web_1 | - allauth.socialaccount
  73849. web_1 | - django_extensions
  73850. web_1 | (use ./manage.py migrate to migrate these)
  73851. web_1 | Running migrations for socialaccount:
  73852. web_1 | - Nothing to migrate.
  73853. web_1 | - Loading initial data for socialaccount.
  73854. web_1 | Installed 0 object(s) from 0 fixture(s)
  73855. web_1 | Running migrations for django_extensions:
  73856. web_1 | - Nothing to migrate.
  73857. web_1 | - Loading initial data for django_extensions.
  73858. web_1 | Installed 0 object(s) from 0 fixture(s)
  73859. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73860. web_1 | [GCC 4.9.2] on linux2
  73861. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73862. web_1 | (InteractiveConsole)
  73863. web_1 |
  73864. web_1 | >>> >>> Starting the server
  73865. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73866. web_1 |
  73867. web_1 | Fatal error: Unable to find local grunt.
  73868. web_1 |
  73869. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73870. web_1 | your project. For more information about installing and configuring grunt,
  73871. web_1 | please see the Getting Started guide:
  73872. web_1 |
  73873. web_1 | http://gruntjs.com/getting-started
  73874. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73875. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73876. web_1 | Syncing...
  73877. web_1 | Creating tables ...
  73878. web_1 | Installing custom SQL ...
  73879. web_1 | Installing indexes ...
  73880. web_1 | Installed 0 object(s) from 0 fixture(s)
  73881. web_1 |
  73882. web_1 | Synced:
  73883. web_1 | > django.contrib.auth
  73884. web_1 | > django.contrib.contenttypes
  73885. web_1 | > django.contrib.sessions
  73886. web_1 | > django.contrib.sites
  73887. web_1 | > django.contrib.messages
  73888. web_1 | > django.contrib.staticfiles
  73889. web_1 | > django.contrib.admin
  73890. web_1 | > south
  73891. web_1 | > crispy_forms
  73892. web_1 | > avatar
  73893. web_1 | > bootstrap3
  73894. web_1 | > users
  73895. web_1 | > allauth
  73896. web_1 | > allauth.account
  73897. web_1 | > django.contrib.humanize
  73898. web_1 | > debug_toolbar
  73899. web_1 |
  73900. web_1 | Not synced (use migrations):
  73901. web_1 | - allauth.socialaccount
  73902. web_1 | - django_extensions
  73903. web_1 | (use ./manage.py migrate to migrate these)
  73904. web_1 | Running migrations for socialaccount:
  73905. web_1 | - Nothing to migrate.
  73906. web_1 | - Loading initial data for socialaccount.
  73907. web_1 | Installed 0 object(s) from 0 fixture(s)
  73908. web_1 | Running migrations for django_extensions:
  73909. web_1 | - Nothing to migrate.
  73910. web_1 | - Loading initial data for django_extensions.
  73911. web_1 | Installed 0 object(s) from 0 fixture(s)
  73912. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73913. web_1 | [GCC 4.9.2] on linux2
  73914. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73915. web_1 | (InteractiveConsole)
  73916. web_1 |
  73917. web_1 | >>> >>> Starting the server
  73918. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73919. web_1 |
  73920. web_1 | Fatal error: Unable to find local grunt.
  73921. web_1 |
  73922. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73923. web_1 | your project. For more information about installing and configuring grunt,
  73924. web_1 | please see the Getting Started guide:
  73925. web_1 |
  73926. web_1 | http://gruntjs.com/getting-started
  73927. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73928. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73929. web_1 | Syncing...
  73930. web_1 | Creating tables ...
  73931. web_1 | Installing custom SQL ...
  73932. web_1 | Installing indexes ...
  73933. web_1 | Installed 0 object(s) from 0 fixture(s)
  73934. web_1 |
  73935. web_1 | Synced:
  73936. web_1 | > django.contrib.auth
  73937. web_1 | > django.contrib.contenttypes
  73938. web_1 | > django.contrib.sessions
  73939. web_1 | > django.contrib.sites
  73940. web_1 | > django.contrib.messages
  73941. web_1 | > django.contrib.staticfiles
  73942. web_1 | > django.contrib.admin
  73943. web_1 | > south
  73944. web_1 | > crispy_forms
  73945. web_1 | > avatar
  73946. web_1 | > bootstrap3
  73947. web_1 | > users
  73948. web_1 | > allauth
  73949. web_1 | > allauth.account
  73950. web_1 | > django.contrib.humanize
  73951. web_1 | > debug_toolbar
  73952. web_1 |
  73953. web_1 | Not synced (use migrations):
  73954. web_1 | - allauth.socialaccount
  73955. web_1 | - django_extensions
  73956. web_1 | (use ./manage.py migrate to migrate these)
  73957. web_1 | Running migrations for socialaccount:
  73958. web_1 | - Nothing to migrate.
  73959. web_1 | - Loading initial data for socialaccount.
  73960. web_1 | Installed 0 object(s) from 0 fixture(s)
  73961. web_1 | Running migrations for django_extensions:
  73962. web_1 | - Nothing to migrate.
  73963. web_1 | - Loading initial data for django_extensions.
  73964. web_1 | Installed 0 object(s) from 0 fixture(s)
  73965. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  73966. web_1 | [GCC 4.9.2] on linux2
  73967. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  73968. web_1 | (InteractiveConsole)
  73969. web_1 |
  73970. web_1 | >>> >>> Starting the server
  73971. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  73972. web_1 |
  73973. web_1 | Fatal error: Unable to find local grunt.
  73974. web_1 |
  73975. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  73976. web_1 | your project. For more information about installing and configuring grunt,
  73977. web_1 | please see the Getting Started guide:
  73978. web_1 |
  73979. web_1 | http://gruntjs.com/getting-started
  73980. web_1 | Starting OpenBSD Secure Shell server: sshd.
  73981. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  73982. web_1 | Syncing...
  73983. web_1 | Creating tables ...
  73984. web_1 | Installing custom SQL ...
  73985. web_1 | Installing indexes ...
  73986. web_1 | Installed 0 object(s) from 0 fixture(s)
  73987. web_1 |
  73988. web_1 | Synced:
  73989. web_1 | > django.contrib.auth
  73990. web_1 | > django.contrib.contenttypes
  73991. web_1 | > django.contrib.sessions
  73992. web_1 | > django.contrib.sites
  73993. web_1 | > django.contrib.messages
  73994. web_1 | > django.contrib.staticfiles
  73995. web_1 | > django.contrib.admin
  73996. web_1 | > south
  73997. web_1 | > crispy_forms
  73998. web_1 | > avatar
  73999. web_1 | > bootstrap3
  74000. web_1 | > users
  74001. web_1 | > allauth
  74002. web_1 | > allauth.account
  74003. web_1 | > django.contrib.humanize
  74004. web_1 | > debug_toolbar
  74005. web_1 |
  74006. web_1 | Not synced (use migrations):
  74007. web_1 | - allauth.socialaccount
  74008. web_1 | - django_extensions
  74009. web_1 | (use ./manage.py migrate to migrate these)
  74010. web_1 | Running migrations for socialaccount:
  74011. web_1 | - Nothing to migrate.
  74012. web_1 | - Loading initial data for socialaccount.
  74013. web_1 | Installed 0 object(s) from 0 fixture(s)
  74014. web_1 | Running migrations for django_extensions:
  74015. web_1 | - Nothing to migrate.
  74016. web_1 | - Loading initial data for django_extensions.
  74017. web_1 | Installed 0 object(s) from 0 fixture(s)
  74018. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74019. web_1 | [GCC 4.9.2] on linux2
  74020. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74021. web_1 | (InteractiveConsole)
  74022. web_1 |
  74023. web_1 | >>> >>> Starting the server
  74024. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74025. web_1 |
  74026. web_1 | Fatal error: Unable to find local grunt.
  74027. web_1 |
  74028. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74029. web_1 | your project. For more information about installing and configuring grunt,
  74030. web_1 | please see the Getting Started guide:
  74031. web_1 |
  74032. web_1 | http://gruntjs.com/getting-started
  74033. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74034. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74035. web_1 | Syncing...
  74036. web_1 | Creating tables ...
  74037. web_1 | Installing custom SQL ...
  74038. web_1 | Installing indexes ...
  74039. web_1 | Installed 0 object(s) from 0 fixture(s)
  74040. web_1 |
  74041. web_1 | Synced:
  74042. web_1 | > django.contrib.auth
  74043. web_1 | > django.contrib.contenttypes
  74044. web_1 | > django.contrib.sessions
  74045. web_1 | > django.contrib.sites
  74046. web_1 | > django.contrib.messages
  74047. web_1 | > django.contrib.staticfiles
  74048. web_1 | > django.contrib.admin
  74049. web_1 | > south
  74050. web_1 | > crispy_forms
  74051. web_1 | > avatar
  74052. web_1 | > bootstrap3
  74053. web_1 | > users
  74054. web_1 | > allauth
  74055. web_1 | > allauth.account
  74056. web_1 | > django.contrib.humanize
  74057. web_1 | > debug_toolbar
  74058. web_1 |
  74059. web_1 | Not synced (use migrations):
  74060. web_1 | - allauth.socialaccount
  74061. web_1 | - django_extensions
  74062. web_1 | (use ./manage.py migrate to migrate these)
  74063. web_1 | Running migrations for socialaccount:
  74064. web_1 | - Nothing to migrate.
  74065. web_1 | - Loading initial data for socialaccount.
  74066. web_1 | Installed 0 object(s) from 0 fixture(s)
  74067. web_1 | Running migrations for django_extensions:
  74068. web_1 | - Nothing to migrate.
  74069. web_1 | - Loading initial data for django_extensions.
  74070. web_1 | Installed 0 object(s) from 0 fixture(s)
  74071. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74072. web_1 | [GCC 4.9.2] on linux2
  74073. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74074. web_1 | (InteractiveConsole)
  74075. web_1 |
  74076. web_1 | >>> >>> Starting the server
  74077. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74078. web_1 |
  74079. web_1 | Fatal error: Unable to find local grunt.
  74080. web_1 |
  74081. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74082. web_1 | your project. For more information about installing and configuring grunt,
  74083. web_1 | please see the Getting Started guide:
  74084. web_1 |
  74085. web_1 | http://gruntjs.com/getting-started
  74086. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74087. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74088. web_1 | Syncing...
  74089. web_1 | Creating tables ...
  74090. web_1 | Installing custom SQL ...
  74091. web_1 | Installing indexes ...
  74092. web_1 | Installed 0 object(s) from 0 fixture(s)
  74093. web_1 |
  74094. web_1 | Synced:
  74095. web_1 | > django.contrib.auth
  74096. web_1 | > django.contrib.contenttypes
  74097. web_1 | > django.contrib.sessions
  74098. web_1 | > django.contrib.sites
  74099. web_1 | > django.contrib.messages
  74100. web_1 | > django.contrib.staticfiles
  74101. web_1 | > django.contrib.admin
  74102. web_1 | > south
  74103. web_1 | > crispy_forms
  74104. web_1 | > avatar
  74105. web_1 | > bootstrap3
  74106. web_1 | > users
  74107. web_1 | > allauth
  74108. web_1 | > allauth.account
  74109. web_1 | > django.contrib.humanize
  74110. web_1 | > debug_toolbar
  74111. web_1 |
  74112. web_1 | Not synced (use migrations):
  74113. web_1 | - allauth.socialaccount
  74114. web_1 | - django_extensions
  74115. web_1 | (use ./manage.py migrate to migrate these)
  74116. web_1 | Running migrations for socialaccount:
  74117. web_1 | - Nothing to migrate.
  74118. web_1 | - Loading initial data for socialaccount.
  74119. web_1 | Installed 0 object(s) from 0 fixture(s)
  74120. web_1 | Running migrations for django_extensions:
  74121. web_1 | - Nothing to migrate.
  74122. web_1 | - Loading initial data for django_extensions.
  74123. web_1 | Installed 0 object(s) from 0 fixture(s)
  74124. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74125. web_1 | [GCC 4.9.2] on linux2
  74126. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74127. web_1 | (InteractiveConsole)
  74128. web_1 |
  74129. web_1 | >>> >>> Starting the server
  74130. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74131. web_1 |
  74132. web_1 | Fatal error: Unable to find local grunt.
  74133. web_1 |
  74134. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74135. web_1 | your project. For more information about installing and configuring grunt,
  74136. web_1 | please see the Getting Started guide:
  74137. web_1 |
  74138. web_1 | http://gruntjs.com/getting-started
  74139. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74140. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74141. web_1 | Syncing...
  74142. web_1 | Creating tables ...
  74143. web_1 | Installing custom SQL ...
  74144. web_1 | Installing indexes ...
  74145. web_1 | Installed 0 object(s) from 0 fixture(s)
  74146. web_1 |
  74147. web_1 | Synced:
  74148. web_1 | > django.contrib.auth
  74149. web_1 | > django.contrib.contenttypes
  74150. web_1 | > django.contrib.sessions
  74151. web_1 | > django.contrib.sites
  74152. web_1 | > django.contrib.messages
  74153. web_1 | > django.contrib.staticfiles
  74154. web_1 | > django.contrib.admin
  74155. web_1 | > south
  74156. web_1 | > crispy_forms
  74157. web_1 | > avatar
  74158. web_1 | > bootstrap3
  74159. web_1 | > users
  74160. web_1 | > allauth
  74161. web_1 | > allauth.account
  74162. web_1 | > django.contrib.humanize
  74163. web_1 | > debug_toolbar
  74164. web_1 |
  74165. web_1 | Not synced (use migrations):
  74166. web_1 | - allauth.socialaccount
  74167. web_1 | - django_extensions
  74168. web_1 | (use ./manage.py migrate to migrate these)
  74169. web_1 | Running migrations for socialaccount:
  74170. web_1 | - Nothing to migrate.
  74171. web_1 | - Loading initial data for socialaccount.
  74172. web_1 | Installed 0 object(s) from 0 fixture(s)
  74173. web_1 | Running migrations for django_extensions:
  74174. web_1 | - Nothing to migrate.
  74175. web_1 | - Loading initial data for django_extensions.
  74176. web_1 | Installed 0 object(s) from 0 fixture(s)
  74177. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74178. web_1 | [GCC 4.9.2] on linux2
  74179. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74180. web_1 | (InteractiveConsole)
  74181. web_1 |
  74182. web_1 | >>> >>> Starting the server
  74183. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74184. web_1 |
  74185. web_1 | Fatal error: Unable to find local grunt.
  74186. web_1 |
  74187. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74188. web_1 | your project. For more information about installing and configuring grunt,
  74189. web_1 | please see the Getting Started guide:
  74190. web_1 |
  74191. web_1 | http://gruntjs.com/getting-started
  74192. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74193. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74194. web_1 | Syncing...
  74195. web_1 | Creating tables ...
  74196. web_1 | Installing custom SQL ...
  74197. web_1 | Installing indexes ...
  74198. web_1 | Installed 0 object(s) from 0 fixture(s)
  74199. web_1 |
  74200. web_1 | Synced:
  74201. web_1 | > django.contrib.auth
  74202. web_1 | > django.contrib.contenttypes
  74203. web_1 | > django.contrib.sessions
  74204. web_1 | > django.contrib.sites
  74205. web_1 | > django.contrib.messages
  74206. web_1 | > django.contrib.staticfiles
  74207. web_1 | > django.contrib.admin
  74208. web_1 | > south
  74209. web_1 | > crispy_forms
  74210. web_1 | > avatar
  74211. web_1 | > bootstrap3
  74212. web_1 | > users
  74213. web_1 | > allauth
  74214. web_1 | > allauth.account
  74215. web_1 | > django.contrib.humanize
  74216. web_1 | > debug_toolbar
  74217. web_1 |
  74218. web_1 | Not synced (use migrations):
  74219. web_1 | - allauth.socialaccount
  74220. web_1 | - django_extensions
  74221. web_1 | (use ./manage.py migrate to migrate these)
  74222. web_1 | Running migrations for socialaccount:
  74223. web_1 | - Nothing to migrate.
  74224. web_1 | - Loading initial data for socialaccount.
  74225. web_1 | Installed 0 object(s) from 0 fixture(s)
  74226. web_1 | Running migrations for django_extensions:
  74227. web_1 | - Nothing to migrate.
  74228. web_1 | - Loading initial data for django_extensions.
  74229. web_1 | Installed 0 object(s) from 0 fixture(s)
  74230. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74231. web_1 | [GCC 4.9.2] on linux2
  74232. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74233. web_1 | (InteractiveConsole)
  74234. web_1 |
  74235. web_1 | >>> >>> Starting the server
  74236. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74237. web_1 |
  74238. web_1 | Fatal error: Unable to find local grunt.
  74239. web_1 |
  74240. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74241. web_1 | your project. For more information about installing and configuring grunt,
  74242. web_1 | please see the Getting Started guide:
  74243. web_1 |
  74244. web_1 | http://gruntjs.com/getting-started
  74245. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74246. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74247. web_1 | Syncing...
  74248. web_1 | Creating tables ...
  74249. web_1 | Installing custom SQL ...
  74250. web_1 | Installing indexes ...
  74251. web_1 | Installed 0 object(s) from 0 fixture(s)
  74252. web_1 |
  74253. web_1 | Synced:
  74254. web_1 | > django.contrib.auth
  74255. web_1 | > django.contrib.contenttypes
  74256. web_1 | > django.contrib.sessions
  74257. web_1 | > django.contrib.sites
  74258. web_1 | > django.contrib.messages
  74259. web_1 | > django.contrib.staticfiles
  74260. web_1 | > django.contrib.admin
  74261. web_1 | > south
  74262. web_1 | > crispy_forms
  74263. web_1 | > avatar
  74264. web_1 | > bootstrap3
  74265. web_1 | > users
  74266. web_1 | > allauth
  74267. web_1 | > allauth.account
  74268. web_1 | > django.contrib.humanize
  74269. web_1 | > debug_toolbar
  74270. web_1 |
  74271. web_1 | Not synced (use migrations):
  74272. web_1 | - allauth.socialaccount
  74273. web_1 | - django_extensions
  74274. web_1 | (use ./manage.py migrate to migrate these)
  74275. web_1 | Running migrations for socialaccount:
  74276. web_1 | - Nothing to migrate.
  74277. web_1 | - Loading initial data for socialaccount.
  74278. web_1 | Installed 0 object(s) from 0 fixture(s)
  74279. web_1 | Running migrations for django_extensions:
  74280. web_1 | - Nothing to migrate.
  74281. web_1 | - Loading initial data for django_extensions.
  74282. web_1 | Installed 0 object(s) from 0 fixture(s)
  74283. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74284. web_1 | [GCC 4.9.2] on linux2
  74285. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74286. web_1 | (InteractiveConsole)
  74287. web_1 |
  74288. web_1 | >>> >>> Starting the server
  74289. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74290. web_1 |
  74291. web_1 | Fatal error: Unable to find local grunt.
  74292. web_1 |
  74293. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74294. web_1 | your project. For more information about installing and configuring grunt,
  74295. web_1 | please see the Getting Started guide:
  74296. web_1 |
  74297. web_1 | http://gruntjs.com/getting-started
  74298. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74299. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74300. web_1 | Syncing...
  74301. web_1 | Creating tables ...
  74302. web_1 | Installing custom SQL ...
  74303. web_1 | Installing indexes ...
  74304. web_1 | Installed 0 object(s) from 0 fixture(s)
  74305. web_1 |
  74306. web_1 | Synced:
  74307. web_1 | > django.contrib.auth
  74308. web_1 | > django.contrib.contenttypes
  74309. web_1 | > django.contrib.sessions
  74310. web_1 | > django.contrib.sites
  74311. web_1 | > django.contrib.messages
  74312. web_1 | > django.contrib.staticfiles
  74313. web_1 | > django.contrib.admin
  74314. web_1 | > south
  74315. web_1 | > crispy_forms
  74316. web_1 | > avatar
  74317. web_1 | > bootstrap3
  74318. web_1 | > users
  74319. web_1 | > allauth
  74320. web_1 | > allauth.account
  74321. web_1 | > django.contrib.humanize
  74322. web_1 | > debug_toolbar
  74323. web_1 |
  74324. web_1 | Not synced (use migrations):
  74325. web_1 | - allauth.socialaccount
  74326. web_1 | - django_extensions
  74327. web_1 | (use ./manage.py migrate to migrate these)
  74328. web_1 | Running migrations for socialaccount:
  74329. web_1 | - Nothing to migrate.
  74330. web_1 | - Loading initial data for socialaccount.
  74331. web_1 | Installed 0 object(s) from 0 fixture(s)
  74332. web_1 | Running migrations for django_extensions:
  74333. web_1 | - Nothing to migrate.
  74334. web_1 | - Loading initial data for django_extensions.
  74335. web_1 | Installed 0 object(s) from 0 fixture(s)
  74336. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74337. web_1 | [GCC 4.9.2] on linux2
  74338. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74339. web_1 | (InteractiveConsole)
  74340. web_1 |
  74341. web_1 | >>> >>> Starting the server
  74342. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74343. web_1 |
  74344. web_1 | Fatal error: Unable to find local grunt.
  74345. web_1 |
  74346. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74347. web_1 | your project. For more information about installing and configuring grunt,
  74348. web_1 | please see the Getting Started guide:
  74349. web_1 |
  74350. web_1 | http://gruntjs.com/getting-started
  74351. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74352. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74353. web_1 | Syncing...
  74354. web_1 | Creating tables ...
  74355. web_1 | Installing custom SQL ...
  74356. web_1 | Installing indexes ...
  74357. web_1 | Installed 0 object(s) from 0 fixture(s)
  74358. web_1 |
  74359. web_1 | Synced:
  74360. web_1 | > django.contrib.auth
  74361. web_1 | > django.contrib.contenttypes
  74362. web_1 | > django.contrib.sessions
  74363. web_1 | > django.contrib.sites
  74364. web_1 | > django.contrib.messages
  74365. web_1 | > django.contrib.staticfiles
  74366. web_1 | > django.contrib.admin
  74367. web_1 | > south
  74368. web_1 | > crispy_forms
  74369. web_1 | > avatar
  74370. web_1 | > bootstrap3
  74371. web_1 | > users
  74372. web_1 | > allauth
  74373. web_1 | > allauth.account
  74374. web_1 | > django.contrib.humanize
  74375. web_1 | > debug_toolbar
  74376. web_1 |
  74377. web_1 | Not synced (use migrations):
  74378. web_1 | - allauth.socialaccount
  74379. web_1 | - django_extensions
  74380. web_1 | (use ./manage.py migrate to migrate these)
  74381. web_1 | Running migrations for socialaccount:
  74382. web_1 | - Nothing to migrate.
  74383. web_1 | - Loading initial data for socialaccount.
  74384. web_1 | Installed 0 object(s) from 0 fixture(s)
  74385. web_1 | Running migrations for django_extensions:
  74386. web_1 | - Nothing to migrate.
  74387. web_1 | - Loading initial data for django_extensions.
  74388. web_1 | Installed 0 object(s) from 0 fixture(s)
  74389. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74390. web_1 | [GCC 4.9.2] on linux2
  74391. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74392. web_1 | (InteractiveConsole)
  74393. web_1 |
  74394. web_1 | >>> >>> Starting the server
  74395. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74396. web_1 |
  74397. web_1 | Fatal error: Unable to find local grunt.
  74398. web_1 |
  74399. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74400. web_1 | your project. For more information about installing and configuring grunt,
  74401. web_1 | please see the Getting Started guide:
  74402. web_1 |
  74403. web_1 | http://gruntjs.com/getting-started
  74404. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74405. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74406. web_1 | Syncing...
  74407. web_1 | Creating tables ...
  74408. web_1 | Installing custom SQL ...
  74409. web_1 | Installing indexes ...
  74410. web_1 | Installed 0 object(s) from 0 fixture(s)
  74411. web_1 |
  74412. web_1 | Synced:
  74413. web_1 | > django.contrib.auth
  74414. web_1 | > django.contrib.contenttypes
  74415. web_1 | > django.contrib.sessions
  74416. web_1 | > django.contrib.sites
  74417. web_1 | > django.contrib.messages
  74418. web_1 | > django.contrib.staticfiles
  74419. web_1 | > django.contrib.admin
  74420. web_1 | > south
  74421. web_1 | > crispy_forms
  74422. web_1 | > avatar
  74423. web_1 | > bootstrap3
  74424. web_1 | > users
  74425. web_1 | > allauth
  74426. web_1 | > allauth.account
  74427. web_1 | > django.contrib.humanize
  74428. web_1 | > debug_toolbar
  74429. web_1 |
  74430. web_1 | Not synced (use migrations):
  74431. web_1 | - allauth.socialaccount
  74432. web_1 | - django_extensions
  74433. web_1 | (use ./manage.py migrate to migrate these)
  74434. web_1 | Running migrations for socialaccount:
  74435. web_1 | - Nothing to migrate.
  74436. web_1 | - Loading initial data for socialaccount.
  74437. web_1 | Installed 0 object(s) from 0 fixture(s)
  74438. web_1 | Running migrations for django_extensions:
  74439. web_1 | - Nothing to migrate.
  74440. web_1 | - Loading initial data for django_extensions.
  74441. web_1 | Installed 0 object(s) from 0 fixture(s)
  74442. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74443. web_1 | [GCC 4.9.2] on linux2
  74444. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74445. web_1 | (InteractiveConsole)
  74446. web_1 |
  74447. web_1 | >>> >>> Starting the server
  74448. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74449. web_1 |
  74450. web_1 | Fatal error: Unable to find local grunt.
  74451. web_1 |
  74452. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74453. web_1 | your project. For more information about installing and configuring grunt,
  74454. web_1 | please see the Getting Started guide:
  74455. web_1 |
  74456. web_1 | http://gruntjs.com/getting-started
  74457. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74458. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74459. web_1 | Syncing...
  74460. web_1 | Creating tables ...
  74461. web_1 | Installing custom SQL ...
  74462. web_1 | Installing indexes ...
  74463. web_1 | Installed 0 object(s) from 0 fixture(s)
  74464. web_1 |
  74465. web_1 | Synced:
  74466. web_1 | > django.contrib.auth
  74467. web_1 | > django.contrib.contenttypes
  74468. web_1 | > django.contrib.sessions
  74469. web_1 | > django.contrib.sites
  74470. web_1 | > django.contrib.messages
  74471. web_1 | > django.contrib.staticfiles
  74472. web_1 | > django.contrib.admin
  74473. web_1 | > south
  74474. web_1 | > crispy_forms
  74475. web_1 | > avatar
  74476. web_1 | > bootstrap3
  74477. web_1 | > users
  74478. web_1 | > allauth
  74479. web_1 | > allauth.account
  74480. web_1 | > django.contrib.humanize
  74481. web_1 | > debug_toolbar
  74482. web_1 |
  74483. web_1 | Not synced (use migrations):
  74484. web_1 | - allauth.socialaccount
  74485. web_1 | - django_extensions
  74486. web_1 | (use ./manage.py migrate to migrate these)
  74487. web_1 | Running migrations for socialaccount:
  74488. web_1 | - Nothing to migrate.
  74489. web_1 | - Loading initial data for socialaccount.
  74490. web_1 | Installed 0 object(s) from 0 fixture(s)
  74491. web_1 | Running migrations for django_extensions:
  74492. web_1 | - Nothing to migrate.
  74493. web_1 | - Loading initial data for django_extensions.
  74494. web_1 | Installed 0 object(s) from 0 fixture(s)
  74495. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74496. web_1 | [GCC 4.9.2] on linux2
  74497. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74498. web_1 | (InteractiveConsole)
  74499. web_1 |
  74500. web_1 | >>> >>> Starting the server
  74501. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74502. web_1 |
  74503. web_1 | Fatal error: Unable to find local grunt.
  74504. web_1 |
  74505. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74506. web_1 | your project. For more information about installing and configuring grunt,
  74507. web_1 | please see the Getting Started guide:
  74508. web_1 |
  74509. web_1 | http://gruntjs.com/getting-started
  74510. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74511. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74512. web_1 | Syncing...
  74513. web_1 | Creating tables ...
  74514. web_1 | Installing custom SQL ...
  74515. web_1 | Installing indexes ...
  74516. web_1 | Installed 0 object(s) from 0 fixture(s)
  74517. web_1 |
  74518. web_1 | Synced:
  74519. web_1 | > django.contrib.auth
  74520. web_1 | > django.contrib.contenttypes
  74521. web_1 | > django.contrib.sessions
  74522. web_1 | > django.contrib.sites
  74523. web_1 | > django.contrib.messages
  74524. web_1 | > django.contrib.staticfiles
  74525. web_1 | > django.contrib.admin
  74526. web_1 | > south
  74527. web_1 | > crispy_forms
  74528. web_1 | > avatar
  74529. web_1 | > bootstrap3
  74530. web_1 | > users
  74531. web_1 | > allauth
  74532. web_1 | > allauth.account
  74533. web_1 | > django.contrib.humanize
  74534. web_1 | > debug_toolbar
  74535. web_1 |
  74536. web_1 | Not synced (use migrations):
  74537. web_1 | - allauth.socialaccount
  74538. web_1 | - django_extensions
  74539. web_1 | (use ./manage.py migrate to migrate these)
  74540. web_1 | Running migrations for socialaccount:
  74541. web_1 | - Nothing to migrate.
  74542. web_1 | - Loading initial data for socialaccount.
  74543. web_1 | Installed 0 object(s) from 0 fixture(s)
  74544. web_1 | Running migrations for django_extensions:
  74545. web_1 | - Nothing to migrate.
  74546. web_1 | - Loading initial data for django_extensions.
  74547. web_1 | Installed 0 object(s) from 0 fixture(s)
  74548. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74549. web_1 | [GCC 4.9.2] on linux2
  74550. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74551. web_1 | (InteractiveConsole)
  74552. web_1 |
  74553. web_1 | >>> >>> Starting the server
  74554. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74555. web_1 |
  74556. web_1 | Fatal error: Unable to find local grunt.
  74557. web_1 |
  74558. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74559. web_1 | your project. For more information about installing and configuring grunt,
  74560. web_1 | please see the Getting Started guide:
  74561. web_1 |
  74562. web_1 | http://gruntjs.com/getting-started
  74563. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74564. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74565. web_1 | Syncing...
  74566. web_1 | Creating tables ...
  74567. web_1 | Installing custom SQL ...
  74568. web_1 | Installing indexes ...
  74569. web_1 | Installed 0 object(s) from 0 fixture(s)
  74570. web_1 |
  74571. web_1 | Synced:
  74572. web_1 | > django.contrib.auth
  74573. web_1 | > django.contrib.contenttypes
  74574. web_1 | > django.contrib.sessions
  74575. web_1 | > django.contrib.sites
  74576. web_1 | > django.contrib.messages
  74577. web_1 | > django.contrib.staticfiles
  74578. web_1 | > django.contrib.admin
  74579. web_1 | > south
  74580. web_1 | > crispy_forms
  74581. web_1 | > avatar
  74582. web_1 | > bootstrap3
  74583. web_1 | > users
  74584. web_1 | > allauth
  74585. web_1 | > allauth.account
  74586. web_1 | > django.contrib.humanize
  74587. web_1 | > debug_toolbar
  74588. web_1 |
  74589. web_1 | Not synced (use migrations):
  74590. web_1 | - allauth.socialaccount
  74591. web_1 | - django_extensions
  74592. web_1 | (use ./manage.py migrate to migrate these)
  74593. web_1 | Running migrations for socialaccount:
  74594. web_1 | - Nothing to migrate.
  74595. web_1 | - Loading initial data for socialaccount.
  74596. web_1 | Installed 0 object(s) from 0 fixture(s)
  74597. web_1 | Running migrations for django_extensions:
  74598. web_1 | - Nothing to migrate.
  74599. web_1 | - Loading initial data for django_extensions.
  74600. web_1 | Installed 0 object(s) from 0 fixture(s)
  74601. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74602. web_1 | [GCC 4.9.2] on linux2
  74603. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74604. web_1 | (InteractiveConsole)
  74605. web_1 |
  74606. web_1 | >>> >>> Starting the server
  74607. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74608. web_1 |
  74609. web_1 | Fatal error: Unable to find local grunt.
  74610. web_1 |
  74611. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74612. web_1 | your project. For more information about installing and configuring grunt,
  74613. web_1 | please see the Getting Started guide:
  74614. web_1 |
  74615. web_1 | http://gruntjs.com/getting-started
  74616. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74617. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74618. web_1 | Syncing...
  74619. web_1 | Creating tables ...
  74620. web_1 | Installing custom SQL ...
  74621. web_1 | Installing indexes ...
  74622. web_1 | Installed 0 object(s) from 0 fixture(s)
  74623. web_1 |
  74624. web_1 | Synced:
  74625. web_1 | > django.contrib.auth
  74626. web_1 | > django.contrib.contenttypes
  74627. web_1 | > django.contrib.sessions
  74628. web_1 | > django.contrib.sites
  74629. web_1 | > django.contrib.messages
  74630. web_1 | > django.contrib.staticfiles
  74631. web_1 | > django.contrib.admin
  74632. web_1 | > south
  74633. web_1 | > crispy_forms
  74634. web_1 | > avatar
  74635. web_1 | > bootstrap3
  74636. web_1 | > users
  74637. web_1 | > allauth
  74638. web_1 | > allauth.account
  74639. web_1 | > django.contrib.humanize
  74640. web_1 | > debug_toolbar
  74641. web_1 |
  74642. web_1 | Not synced (use migrations):
  74643. web_1 | - allauth.socialaccount
  74644. web_1 | - django_extensions
  74645. web_1 | (use ./manage.py migrate to migrate these)
  74646. web_1 | Running migrations for socialaccount:
  74647. web_1 | - Nothing to migrate.
  74648. web_1 | - Loading initial data for socialaccount.
  74649. web_1 | Installed 0 object(s) from 0 fixture(s)
  74650. web_1 | Running migrations for django_extensions:
  74651. web_1 | - Nothing to migrate.
  74652. web_1 | - Loading initial data for django_extensions.
  74653. web_1 | Installed 0 object(s) from 0 fixture(s)
  74654. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74655. web_1 | [GCC 4.9.2] on linux2
  74656. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74657. web_1 | (InteractiveConsole)
  74658. web_1 |
  74659. web_1 | >>> >>> Starting the server
  74660. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74661. web_1 |
  74662. web_1 | Fatal error: Unable to find local grunt.
  74663. web_1 |
  74664. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74665. web_1 | your project. For more information about installing and configuring grunt,
  74666. web_1 | please see the Getting Started guide:
  74667. web_1 |
  74668. web_1 | http://gruntjs.com/getting-started
  74669. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74670. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74671. web_1 | Syncing...
  74672. web_1 | Creating tables ...
  74673. web_1 | Installing custom SQL ...
  74674. web_1 | Installing indexes ...
  74675. web_1 | Installed 0 object(s) from 0 fixture(s)
  74676. web_1 |
  74677. web_1 | Synced:
  74678. web_1 | > django.contrib.auth
  74679. web_1 | > django.contrib.contenttypes
  74680. web_1 | > django.contrib.sessions
  74681. web_1 | > django.contrib.sites
  74682. web_1 | > django.contrib.messages
  74683. web_1 | > django.contrib.staticfiles
  74684. web_1 | > django.contrib.admin
  74685. web_1 | > south
  74686. web_1 | > crispy_forms
  74687. web_1 | > avatar
  74688. web_1 | > bootstrap3
  74689. web_1 | > users
  74690. web_1 | > allauth
  74691. web_1 | > allauth.account
  74692. web_1 | > django.contrib.humanize
  74693. web_1 | > debug_toolbar
  74694. web_1 |
  74695. web_1 | Not synced (use migrations):
  74696. web_1 | - allauth.socialaccount
  74697. web_1 | - django_extensions
  74698. web_1 | (use ./manage.py migrate to migrate these)
  74699. web_1 | Running migrations for socialaccount:
  74700. web_1 | - Nothing to migrate.
  74701. web_1 | - Loading initial data for socialaccount.
  74702. web_1 | Installed 0 object(s) from 0 fixture(s)
  74703. web_1 | Running migrations for django_extensions:
  74704. web_1 | - Nothing to migrate.
  74705. web_1 | - Loading initial data for django_extensions.
  74706. web_1 | Installed 0 object(s) from 0 fixture(s)
  74707. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74708. web_1 | [GCC 4.9.2] on linux2
  74709. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74710. web_1 | (InteractiveConsole)
  74711. web_1 |
  74712. web_1 | >>> >>> Starting the server
  74713. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74714. web_1 |
  74715. web_1 | Fatal error: Unable to find local grunt.
  74716. web_1 |
  74717. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74718. web_1 | your project. For more information about installing and configuring grunt,
  74719. web_1 | please see the Getting Started guide:
  74720. web_1 |
  74721. web_1 | http://gruntjs.com/getting-started
  74722. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74723. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74724. web_1 | Syncing...
  74725. web_1 | Creating tables ...
  74726. web_1 | Installing custom SQL ...
  74727. web_1 | Installing indexes ...
  74728. web_1 | Installed 0 object(s) from 0 fixture(s)
  74729. web_1 |
  74730. web_1 | Synced:
  74731. web_1 | > django.contrib.auth
  74732. web_1 | > django.contrib.contenttypes
  74733. web_1 | > django.contrib.sessions
  74734. web_1 | > django.contrib.sites
  74735. web_1 | > django.contrib.messages
  74736. web_1 | > django.contrib.staticfiles
  74737. web_1 | > django.contrib.admin
  74738. web_1 | > south
  74739. web_1 | > crispy_forms
  74740. web_1 | > avatar
  74741. web_1 | > bootstrap3
  74742. web_1 | > users
  74743. web_1 | > allauth
  74744. web_1 | > allauth.account
  74745. web_1 | > django.contrib.humanize
  74746. web_1 | > debug_toolbar
  74747. web_1 |
  74748. web_1 | Not synced (use migrations):
  74749. web_1 | - allauth.socialaccount
  74750. web_1 | - django_extensions
  74751. web_1 | (use ./manage.py migrate to migrate these)
  74752. web_1 | Running migrations for socialaccount:
  74753. web_1 | - Nothing to migrate.
  74754. web_1 | - Loading initial data for socialaccount.
  74755. web_1 | Installed 0 object(s) from 0 fixture(s)
  74756. web_1 | Running migrations for django_extensions:
  74757. web_1 | - Nothing to migrate.
  74758. web_1 | - Loading initial data for django_extensions.
  74759. web_1 | Installed 0 object(s) from 0 fixture(s)
  74760. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74761. web_1 | [GCC 4.9.2] on linux2
  74762. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74763. web_1 | (InteractiveConsole)
  74764. web_1 |
  74765. web_1 | >>> >>> Starting the server
  74766. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74767. web_1 |
  74768. web_1 | Fatal error: Unable to find local grunt.
  74769. web_1 |
  74770. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74771. web_1 | your project. For more information about installing and configuring grunt,
  74772. web_1 | please see the Getting Started guide:
  74773. web_1 |
  74774. web_1 | http://gruntjs.com/getting-started
  74775. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74776. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74777. web_1 | Syncing...
  74778. web_1 | Creating tables ...
  74779. web_1 | Installing custom SQL ...
  74780. web_1 | Installing indexes ...
  74781. web_1 | Installed 0 object(s) from 0 fixture(s)
  74782. web_1 |
  74783. web_1 | Synced:
  74784. web_1 | > django.contrib.auth
  74785. web_1 | > django.contrib.contenttypes
  74786. web_1 | > django.contrib.sessions
  74787. web_1 | > django.contrib.sites
  74788. web_1 | > django.contrib.messages
  74789. web_1 | > django.contrib.staticfiles
  74790. web_1 | > django.contrib.admin
  74791. web_1 | > south
  74792. web_1 | > crispy_forms
  74793. web_1 | > avatar
  74794. web_1 | > bootstrap3
  74795. web_1 | > users
  74796. web_1 | > allauth
  74797. web_1 | > allauth.account
  74798. web_1 | > django.contrib.humanize
  74799. web_1 | > debug_toolbar
  74800. web_1 |
  74801. web_1 | Not synced (use migrations):
  74802. web_1 | - allauth.socialaccount
  74803. web_1 | - django_extensions
  74804. web_1 | (use ./manage.py migrate to migrate these)
  74805. web_1 | Running migrations for socialaccount:
  74806. web_1 | - Nothing to migrate.
  74807. web_1 | - Loading initial data for socialaccount.
  74808. web_1 | Installed 0 object(s) from 0 fixture(s)
  74809. web_1 | Running migrations for django_extensions:
  74810. web_1 | - Nothing to migrate.
  74811. web_1 | - Loading initial data for django_extensions.
  74812. web_1 | Installed 0 object(s) from 0 fixture(s)
  74813. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74814. web_1 | [GCC 4.9.2] on linux2
  74815. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74816. web_1 | (InteractiveConsole)
  74817. web_1 |
  74818. web_1 | >>> >>> Starting the server
  74819. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74820. web_1 |
  74821. web_1 | Fatal error: Unable to find local grunt.
  74822. web_1 |
  74823. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74824. web_1 | your project. For more information about installing and configuring grunt,
  74825. web_1 | please see the Getting Started guide:
  74826. web_1 |
  74827. web_1 | http://gruntjs.com/getting-started
  74828. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74829. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74830. web_1 | Syncing...
  74831. web_1 | Creating tables ...
  74832. web_1 | Installing custom SQL ...
  74833. web_1 | Installing indexes ...
  74834. web_1 | Installed 0 object(s) from 0 fixture(s)
  74835. web_1 |
  74836. web_1 | Synced:
  74837. web_1 | > django.contrib.auth
  74838. web_1 | > django.contrib.contenttypes
  74839. web_1 | > django.contrib.sessions
  74840. web_1 | > django.contrib.sites
  74841. web_1 | > django.contrib.messages
  74842. web_1 | > django.contrib.staticfiles
  74843. web_1 | > django.contrib.admin
  74844. web_1 | > south
  74845. web_1 | > crispy_forms
  74846. web_1 | > avatar
  74847. web_1 | > bootstrap3
  74848. web_1 | > users
  74849. web_1 | > allauth
  74850. web_1 | > allauth.account
  74851. web_1 | > django.contrib.humanize
  74852. web_1 | > debug_toolbar
  74853. web_1 |
  74854. web_1 | Not synced (use migrations):
  74855. web_1 | - allauth.socialaccount
  74856. web_1 | - django_extensions
  74857. web_1 | (use ./manage.py migrate to migrate these)
  74858. web_1 | Running migrations for socialaccount:
  74859. web_1 | - Nothing to migrate.
  74860. web_1 | - Loading initial data for socialaccount.
  74861. web_1 | Installed 0 object(s) from 0 fixture(s)
  74862. web_1 | Running migrations for django_extensions:
  74863. web_1 | - Nothing to migrate.
  74864. web_1 | - Loading initial data for django_extensions.
  74865. web_1 | Installed 0 object(s) from 0 fixture(s)
  74866. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74867. web_1 | [GCC 4.9.2] on linux2
  74868. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74869. web_1 | (InteractiveConsole)
  74870. web_1 |
  74871. web_1 | >>> >>> Starting the server
  74872. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74873. web_1 |
  74874. web_1 | Fatal error: Unable to find local grunt.
  74875. web_1 |
  74876. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74877. web_1 | your project. For more information about installing and configuring grunt,
  74878. web_1 | please see the Getting Started guide:
  74879. web_1 |
  74880. web_1 | http://gruntjs.com/getting-started
  74881. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74882. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74883. web_1 | Syncing...
  74884. web_1 | Creating tables ...
  74885. web_1 | Installing custom SQL ...
  74886. web_1 | Installing indexes ...
  74887. web_1 | Installed 0 object(s) from 0 fixture(s)
  74888. web_1 |
  74889. web_1 | Synced:
  74890. web_1 | > django.contrib.auth
  74891. web_1 | > django.contrib.contenttypes
  74892. web_1 | > django.contrib.sessions
  74893. web_1 | > django.contrib.sites
  74894. web_1 | > django.contrib.messages
  74895. web_1 | > django.contrib.staticfiles
  74896. web_1 | > django.contrib.admin
  74897. web_1 | > south
  74898. web_1 | > crispy_forms
  74899. web_1 | > avatar
  74900. web_1 | > bootstrap3
  74901. web_1 | > users
  74902. web_1 | > allauth
  74903. web_1 | > allauth.account
  74904. web_1 | > django.contrib.humanize
  74905. web_1 | > debug_toolbar
  74906. web_1 |
  74907. web_1 | Not synced (use migrations):
  74908. web_1 | - allauth.socialaccount
  74909. web_1 | - django_extensions
  74910. web_1 | (use ./manage.py migrate to migrate these)
  74911. web_1 | Running migrations for socialaccount:
  74912. web_1 | - Nothing to migrate.
  74913. web_1 | - Loading initial data for socialaccount.
  74914. web_1 | Installed 0 object(s) from 0 fixture(s)
  74915. web_1 | Running migrations for django_extensions:
  74916. web_1 | - Nothing to migrate.
  74917. web_1 | - Loading initial data for django_extensions.
  74918. web_1 | Installed 0 object(s) from 0 fixture(s)
  74919. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74920. web_1 | [GCC 4.9.2] on linux2
  74921. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74922. web_1 | (InteractiveConsole)
  74923. web_1 |
  74924. web_1 | >>> >>> Starting the server
  74925. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74926. web_1 |
  74927. web_1 | Fatal error: Unable to find local grunt.
  74928. web_1 |
  74929. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74930. web_1 | your project. For more information about installing and configuring grunt,
  74931. web_1 | please see the Getting Started guide:
  74932. web_1 |
  74933. web_1 | http://gruntjs.com/getting-started
  74934. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74935. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74936. web_1 | Syncing...
  74937. web_1 | Creating tables ...
  74938. web_1 | Installing custom SQL ...
  74939. web_1 | Installing indexes ...
  74940. web_1 | Installed 0 object(s) from 0 fixture(s)
  74941. web_1 |
  74942. web_1 | Synced:
  74943. web_1 | > django.contrib.auth
  74944. web_1 | > django.contrib.contenttypes
  74945. web_1 | > django.contrib.sessions
  74946. web_1 | > django.contrib.sites
  74947. web_1 | > django.contrib.messages
  74948. web_1 | > django.contrib.staticfiles
  74949. web_1 | > django.contrib.admin
  74950. web_1 | > south
  74951. web_1 | > crispy_forms
  74952. web_1 | > avatar
  74953. web_1 | > bootstrap3
  74954. web_1 | > users
  74955. web_1 | > allauth
  74956. web_1 | > allauth.account
  74957. web_1 | > django.contrib.humanize
  74958. web_1 | > debug_toolbar
  74959. web_1 |
  74960. web_1 | Not synced (use migrations):
  74961. web_1 | - allauth.socialaccount
  74962. web_1 | - django_extensions
  74963. web_1 | (use ./manage.py migrate to migrate these)
  74964. web_1 | Running migrations for socialaccount:
  74965. web_1 | - Nothing to migrate.
  74966. web_1 | - Loading initial data for socialaccount.
  74967. web_1 | Installed 0 object(s) from 0 fixture(s)
  74968. web_1 | Running migrations for django_extensions:
  74969. web_1 | - Nothing to migrate.
  74970. web_1 | - Loading initial data for django_extensions.
  74971. web_1 | Installed 0 object(s) from 0 fixture(s)
  74972. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  74973. web_1 | [GCC 4.9.2] on linux2
  74974. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  74975. web_1 | (InteractiveConsole)
  74976. web_1 |
  74977. web_1 | >>> >>> Starting the server
  74978. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  74979. web_1 |
  74980. web_1 | Fatal error: Unable to find local grunt.
  74981. web_1 |
  74982. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  74983. web_1 | your project. For more information about installing and configuring grunt,
  74984. web_1 | please see the Getting Started guide:
  74985. web_1 |
  74986. web_1 | http://gruntjs.com/getting-started
  74987. web_1 | Starting OpenBSD Secure Shell server: sshd.
  74988. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  74989. web_1 | Syncing...
  74990. web_1 | Creating tables ...
  74991. web_1 | Installing custom SQL ...
  74992. web_1 | Installing indexes ...
  74993. web_1 | Installed 0 object(s) from 0 fixture(s)
  74994. web_1 |
  74995. web_1 | Synced:
  74996. web_1 | > django.contrib.auth
  74997. web_1 | > django.contrib.contenttypes
  74998. web_1 | > django.contrib.sessions
  74999. web_1 | > django.contrib.sites
  75000. web_1 | > django.contrib.messages
  75001. web_1 | > django.contrib.staticfiles
  75002. web_1 | > django.contrib.admin
  75003. web_1 | > south
  75004. web_1 | > crispy_forms
  75005. web_1 | > avatar
  75006. web_1 | > bootstrap3
  75007. web_1 | > users
  75008. web_1 | > allauth
  75009. web_1 | > allauth.account
  75010. web_1 | > django.contrib.humanize
  75011. web_1 | > debug_toolbar
  75012. web_1 |
  75013. web_1 | Not synced (use migrations):
  75014. web_1 | - allauth.socialaccount
  75015. web_1 | - django_extensions
  75016. web_1 | (use ./manage.py migrate to migrate these)
  75017. web_1 | Running migrations for socialaccount:
  75018. web_1 | - Nothing to migrate.
  75019. web_1 | - Loading initial data for socialaccount.
  75020. web_1 | Installed 0 object(s) from 0 fixture(s)
  75021. web_1 | Running migrations for django_extensions:
  75022. web_1 | - Nothing to migrate.
  75023. web_1 | - Loading initial data for django_extensions.
  75024. web_1 | Installed 0 object(s) from 0 fixture(s)
  75025. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75026. web_1 | [GCC 4.9.2] on linux2
  75027. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75028. web_1 | (InteractiveConsole)
  75029. web_1 |
  75030. web_1 | >>> >>> Starting the server
  75031. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75032. web_1 |
  75033. web_1 | Fatal error: Unable to find local grunt.
  75034. web_1 |
  75035. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75036. web_1 | your project. For more information about installing and configuring grunt,
  75037. web_1 | please see the Getting Started guide:
  75038. web_1 |
  75039. web_1 | http://gruntjs.com/getting-started
  75040. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75041. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75042. web_1 | Syncing...
  75043. web_1 | Creating tables ...
  75044. web_1 | Installing custom SQL ...
  75045. web_1 | Installing indexes ...
  75046. web_1 | Installed 0 object(s) from 0 fixture(s)
  75047. web_1 |
  75048. web_1 | Synced:
  75049. web_1 | > django.contrib.auth
  75050. web_1 | > django.contrib.contenttypes
  75051. web_1 | > django.contrib.sessions
  75052. web_1 | > django.contrib.sites
  75053. web_1 | > django.contrib.messages
  75054. web_1 | > django.contrib.staticfiles
  75055. web_1 | > django.contrib.admin
  75056. web_1 | > south
  75057. web_1 | > crispy_forms
  75058. web_1 | > avatar
  75059. web_1 | > bootstrap3
  75060. web_1 | > users
  75061. web_1 | > allauth
  75062. web_1 | > allauth.account
  75063. web_1 | > django.contrib.humanize
  75064. web_1 | > debug_toolbar
  75065. web_1 |
  75066. web_1 | Not synced (use migrations):
  75067. web_1 | - allauth.socialaccount
  75068. web_1 | - django_extensions
  75069. web_1 | (use ./manage.py migrate to migrate these)
  75070. web_1 | Running migrations for socialaccount:
  75071. web_1 | - Nothing to migrate.
  75072. web_1 | - Loading initial data for socialaccount.
  75073. web_1 | Installed 0 object(s) from 0 fixture(s)
  75074. web_1 | Running migrations for django_extensions:
  75075. web_1 | - Nothing to migrate.
  75076. web_1 | - Loading initial data for django_extensions.
  75077. web_1 | Installed 0 object(s) from 0 fixture(s)
  75078. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75079. web_1 | [GCC 4.9.2] on linux2
  75080. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75081. web_1 | (InteractiveConsole)
  75082. web_1 |
  75083. web_1 | >>> >>> Starting the server
  75084. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75085. web_1 |
  75086. web_1 | Fatal error: Unable to find local grunt.
  75087. web_1 |
  75088. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75089. web_1 | your project. For more information about installing and configuring grunt,
  75090. web_1 | please see the Getting Started guide:
  75091. web_1 |
  75092. web_1 | http://gruntjs.com/getting-started
  75093. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75094. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75095. web_1 | Syncing...
  75096. web_1 | Creating tables ...
  75097. web_1 | Installing custom SQL ...
  75098. web_1 | Installing indexes ...
  75099. web_1 | Installed 0 object(s) from 0 fixture(s)
  75100. web_1 |
  75101. web_1 | Synced:
  75102. web_1 | > django.contrib.auth
  75103. web_1 | > django.contrib.contenttypes
  75104. web_1 | > django.contrib.sessions
  75105. web_1 | > django.contrib.sites
  75106. web_1 | > django.contrib.messages
  75107. web_1 | > django.contrib.staticfiles
  75108. web_1 | > django.contrib.admin
  75109. web_1 | > south
  75110. web_1 | > crispy_forms
  75111. web_1 | > avatar
  75112. web_1 | > bootstrap3
  75113. web_1 | > users
  75114. web_1 | > allauth
  75115. web_1 | > allauth.account
  75116. web_1 | > django.contrib.humanize
  75117. web_1 | > debug_toolbar
  75118. web_1 |
  75119. web_1 | Not synced (use migrations):
  75120. web_1 | - allauth.socialaccount
  75121. web_1 | - django_extensions
  75122. web_1 | (use ./manage.py migrate to migrate these)
  75123. web_1 | Running migrations for socialaccount:
  75124. web_1 | - Nothing to migrate.
  75125. web_1 | - Loading initial data for socialaccount.
  75126. web_1 | Installed 0 object(s) from 0 fixture(s)
  75127. web_1 | Running migrations for django_extensions:
  75128. web_1 | - Nothing to migrate.
  75129. web_1 | - Loading initial data for django_extensions.
  75130. web_1 | Installed 0 object(s) from 0 fixture(s)
  75131. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75132. web_1 | [GCC 4.9.2] on linux2
  75133. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75134. web_1 | (InteractiveConsole)
  75135. web_1 |
  75136. web_1 | >>> >>> Starting the server
  75137. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75138. web_1 |
  75139. web_1 | Fatal error: Unable to find local grunt.
  75140. web_1 |
  75141. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75142. web_1 | your project. For more information about installing and configuring grunt,
  75143. web_1 | please see the Getting Started guide:
  75144. web_1 |
  75145. web_1 | http://gruntjs.com/getting-started
  75146. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75147. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75148. web_1 | Syncing...
  75149. web_1 | Creating tables ...
  75150. web_1 | Installing custom SQL ...
  75151. web_1 | Installing indexes ...
  75152. web_1 | Installed 0 object(s) from 0 fixture(s)
  75153. web_1 |
  75154. web_1 | Synced:
  75155. web_1 | > django.contrib.auth
  75156. web_1 | > django.contrib.contenttypes
  75157. web_1 | > django.contrib.sessions
  75158. web_1 | > django.contrib.sites
  75159. web_1 | > django.contrib.messages
  75160. web_1 | > django.contrib.staticfiles
  75161. web_1 | > django.contrib.admin
  75162. web_1 | > south
  75163. web_1 | > crispy_forms
  75164. web_1 | > avatar
  75165. web_1 | > bootstrap3
  75166. web_1 | > users
  75167. web_1 | > allauth
  75168. web_1 | > allauth.account
  75169. web_1 | > django.contrib.humanize
  75170. web_1 | > debug_toolbar
  75171. web_1 |
  75172. web_1 | Not synced (use migrations):
  75173. web_1 | - allauth.socialaccount
  75174. web_1 | - django_extensions
  75175. web_1 | (use ./manage.py migrate to migrate these)
  75176. web_1 | Running migrations for socialaccount:
  75177. web_1 | - Nothing to migrate.
  75178. web_1 | - Loading initial data for socialaccount.
  75179. web_1 | Installed 0 object(s) from 0 fixture(s)
  75180. web_1 | Running migrations for django_extensions:
  75181. web_1 | - Nothing to migrate.
  75182. web_1 | - Loading initial data for django_extensions.
  75183. web_1 | Installed 0 object(s) from 0 fixture(s)
  75184. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75185. web_1 | [GCC 4.9.2] on linux2
  75186. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75187. web_1 | (InteractiveConsole)
  75188. web_1 |
  75189. web_1 | >>> >>> Starting the server
  75190. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75191. web_1 |
  75192. web_1 | Fatal error: Unable to find local grunt.
  75193. web_1 |
  75194. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75195. web_1 | your project. For more information about installing and configuring grunt,
  75196. web_1 | please see the Getting Started guide:
  75197. web_1 |
  75198. web_1 | http://gruntjs.com/getting-started
  75199. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75200. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75201. web_1 | Syncing...
  75202. web_1 | Creating tables ...
  75203. web_1 | Installing custom SQL ...
  75204. web_1 | Installing indexes ...
  75205. web_1 | Installed 0 object(s) from 0 fixture(s)
  75206. web_1 |
  75207. web_1 | Synced:
  75208. web_1 | > django.contrib.auth
  75209. web_1 | > django.contrib.contenttypes
  75210. web_1 | > django.contrib.sessions
  75211. web_1 | > django.contrib.sites
  75212. web_1 | > django.contrib.messages
  75213. web_1 | > django.contrib.staticfiles
  75214. web_1 | > django.contrib.admin
  75215. web_1 | > south
  75216. web_1 | > crispy_forms
  75217. web_1 | > avatar
  75218. web_1 | > bootstrap3
  75219. web_1 | > users
  75220. web_1 | > allauth
  75221. web_1 | > allauth.account
  75222. web_1 | > django.contrib.humanize
  75223. web_1 | > debug_toolbar
  75224. web_1 |
  75225. web_1 | Not synced (use migrations):
  75226. web_1 | - allauth.socialaccount
  75227. web_1 | - django_extensions
  75228. web_1 | (use ./manage.py migrate to migrate these)
  75229. web_1 | Running migrations for socialaccount:
  75230. web_1 | - Nothing to migrate.
  75231. web_1 | - Loading initial data for socialaccount.
  75232. web_1 | Installed 0 object(s) from 0 fixture(s)
  75233. web_1 | Running migrations for django_extensions:
  75234. web_1 | - Nothing to migrate.
  75235. web_1 | - Loading initial data for django_extensions.
  75236. web_1 | Installed 0 object(s) from 0 fixture(s)
  75237. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75238. web_1 | [GCC 4.9.2] on linux2
  75239. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75240. web_1 | (InteractiveConsole)
  75241. web_1 |
  75242. web_1 | >>> >>> Starting the server
  75243. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75244. web_1 |
  75245. web_1 | Fatal error: Unable to find local grunt.
  75246. web_1 |
  75247. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75248. web_1 | your project. For more information about installing and configuring grunt,
  75249. web_1 | please see the Getting Started guide:
  75250. web_1 |
  75251. web_1 | http://gruntjs.com/getting-started
  75252. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75253. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75254. web_1 | Syncing...
  75255. web_1 | Creating tables ...
  75256. web_1 | Installing custom SQL ...
  75257. web_1 | Installing indexes ...
  75258. web_1 | Installed 0 object(s) from 0 fixture(s)
  75259. web_1 |
  75260. web_1 | Synced:
  75261. web_1 | > django.contrib.auth
  75262. web_1 | > django.contrib.contenttypes
  75263. web_1 | > django.contrib.sessions
  75264. web_1 | > django.contrib.sites
  75265. web_1 | > django.contrib.messages
  75266. web_1 | > django.contrib.staticfiles
  75267. web_1 | > django.contrib.admin
  75268. web_1 | > south
  75269. web_1 | > crispy_forms
  75270. web_1 | > avatar
  75271. web_1 | > bootstrap3
  75272. web_1 | > users
  75273. web_1 | > allauth
  75274. web_1 | > allauth.account
  75275. web_1 | > django.contrib.humanize
  75276. web_1 | > debug_toolbar
  75277. web_1 |
  75278. web_1 | Not synced (use migrations):
  75279. web_1 | - allauth.socialaccount
  75280. web_1 | - django_extensions
  75281. web_1 | (use ./manage.py migrate to migrate these)
  75282. web_1 | Running migrations for socialaccount:
  75283. web_1 | - Nothing to migrate.
  75284. web_1 | - Loading initial data for socialaccount.
  75285. web_1 | Installed 0 object(s) from 0 fixture(s)
  75286. web_1 | Running migrations for django_extensions:
  75287. web_1 | - Nothing to migrate.
  75288. web_1 | - Loading initial data for django_extensions.
  75289. web_1 | Installed 0 object(s) from 0 fixture(s)
  75290. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75291. web_1 | [GCC 4.9.2] on linux2
  75292. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75293. web_1 | (InteractiveConsole)
  75294. web_1 |
  75295. web_1 | >>> >>> Starting the server
  75296. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75297. web_1 |
  75298. web_1 | Fatal error: Unable to find local grunt.
  75299. web_1 |
  75300. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75301. web_1 | your project. For more information about installing and configuring grunt,
  75302. web_1 | please see the Getting Started guide:
  75303. web_1 |
  75304. web_1 | http://gruntjs.com/getting-started
  75305. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75306. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75307. web_1 | Syncing...
  75308. web_1 | Creating tables ...
  75309. web_1 | Installing custom SQL ...
  75310. web_1 | Installing indexes ...
  75311. web_1 | Installed 0 object(s) from 0 fixture(s)
  75312. web_1 |
  75313. web_1 | Synced:
  75314. web_1 | > django.contrib.auth
  75315. web_1 | > django.contrib.contenttypes
  75316. web_1 | > django.contrib.sessions
  75317. web_1 | > django.contrib.sites
  75318. web_1 | > django.contrib.messages
  75319. web_1 | > django.contrib.staticfiles
  75320. web_1 | > django.contrib.admin
  75321. web_1 | > south
  75322. web_1 | > crispy_forms
  75323. web_1 | > avatar
  75324. web_1 | > bootstrap3
  75325. web_1 | > users
  75326. web_1 | > allauth
  75327. web_1 | > allauth.account
  75328. web_1 | > django.contrib.humanize
  75329. web_1 | > debug_toolbar
  75330. web_1 |
  75331. web_1 | Not synced (use migrations):
  75332. web_1 | - allauth.socialaccount
  75333. web_1 | - django_extensions
  75334. web_1 | (use ./manage.py migrate to migrate these)
  75335. web_1 | Running migrations for socialaccount:
  75336. web_1 | - Nothing to migrate.
  75337. web_1 | - Loading initial data for socialaccount.
  75338. web_1 | Installed 0 object(s) from 0 fixture(s)
  75339. web_1 | Running migrations for django_extensions:
  75340. web_1 | - Nothing to migrate.
  75341. web_1 | - Loading initial data for django_extensions.
  75342. web_1 | Installed 0 object(s) from 0 fixture(s)
  75343. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75344. web_1 | [GCC 4.9.2] on linux2
  75345. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75346. web_1 | (InteractiveConsole)
  75347. web_1 |
  75348. web_1 | >>> >>> Starting the server
  75349. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75350. web_1 |
  75351. web_1 | Fatal error: Unable to find local grunt.
  75352. web_1 |
  75353. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75354. web_1 | your project. For more information about installing and configuring grunt,
  75355. web_1 | please see the Getting Started guide:
  75356. web_1 |
  75357. web_1 | http://gruntjs.com/getting-started
  75358. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75359. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75360. web_1 | Syncing...
  75361. web_1 | Creating tables ...
  75362. web_1 | Installing custom SQL ...
  75363. web_1 | Installing indexes ...
  75364. web_1 | Installed 0 object(s) from 0 fixture(s)
  75365. web_1 |
  75366. web_1 | Synced:
  75367. web_1 | > django.contrib.auth
  75368. web_1 | > django.contrib.contenttypes
  75369. web_1 | > django.contrib.sessions
  75370. web_1 | > django.contrib.sites
  75371. web_1 | > django.contrib.messages
  75372. web_1 | > django.contrib.staticfiles
  75373. web_1 | > django.contrib.admin
  75374. web_1 | > south
  75375. web_1 | > crispy_forms
  75376. web_1 | > avatar
  75377. web_1 | > bootstrap3
  75378. web_1 | > users
  75379. web_1 | > allauth
  75380. web_1 | > allauth.account
  75381. web_1 | > django.contrib.humanize
  75382. web_1 | > debug_toolbar
  75383. web_1 |
  75384. web_1 | Not synced (use migrations):
  75385. web_1 | - allauth.socialaccount
  75386. web_1 | - django_extensions
  75387. web_1 | (use ./manage.py migrate to migrate these)
  75388. web_1 | Running migrations for socialaccount:
  75389. web_1 | - Nothing to migrate.
  75390. web_1 | - Loading initial data for socialaccount.
  75391. web_1 | Installed 0 object(s) from 0 fixture(s)
  75392. web_1 | Running migrations for django_extensions:
  75393. web_1 | - Nothing to migrate.
  75394. web_1 | - Loading initial data for django_extensions.
  75395. web_1 | Installed 0 object(s) from 0 fixture(s)
  75396. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75397. web_1 | [GCC 4.9.2] on linux2
  75398. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75399. web_1 | (InteractiveConsole)
  75400. web_1 |
  75401. web_1 | >>> >>> Starting the server
  75402. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75403. web_1 |
  75404. web_1 | Fatal error: Unable to find local grunt.
  75405. web_1 |
  75406. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75407. web_1 | your project. For more information about installing and configuring grunt,
  75408. web_1 | please see the Getting Started guide:
  75409. web_1 |
  75410. web_1 | http://gruntjs.com/getting-started
  75411. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75412. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75413. web_1 | Syncing...
  75414. web_1 | Creating tables ...
  75415. web_1 | Installing custom SQL ...
  75416. web_1 | Installing indexes ...
  75417. web_1 | Installed 0 object(s) from 0 fixture(s)
  75418. web_1 |
  75419. web_1 | Synced:
  75420. web_1 | > django.contrib.auth
  75421. web_1 | > django.contrib.contenttypes
  75422. web_1 | > django.contrib.sessions
  75423. web_1 | > django.contrib.sites
  75424. web_1 | > django.contrib.messages
  75425. web_1 | > django.contrib.staticfiles
  75426. web_1 | > django.contrib.admin
  75427. web_1 | > south
  75428. web_1 | > crispy_forms
  75429. web_1 | > avatar
  75430. web_1 | > bootstrap3
  75431. web_1 | > users
  75432. web_1 | > allauth
  75433. web_1 | > allauth.account
  75434. web_1 | > django.contrib.humanize
  75435. web_1 | > debug_toolbar
  75436. web_1 |
  75437. web_1 | Not synced (use migrations):
  75438. web_1 | - allauth.socialaccount
  75439. web_1 | - django_extensions
  75440. web_1 | (use ./manage.py migrate to migrate these)
  75441. web_1 | Running migrations for socialaccount:
  75442. web_1 | - Nothing to migrate.
  75443. web_1 | - Loading initial data for socialaccount.
  75444. web_1 | Installed 0 object(s) from 0 fixture(s)
  75445. web_1 | Running migrations for django_extensions:
  75446. web_1 | - Nothing to migrate.
  75447. web_1 | - Loading initial data for django_extensions.
  75448. web_1 | Installed 0 object(s) from 0 fixture(s)
  75449. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75450. web_1 | [GCC 4.9.2] on linux2
  75451. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75452. web_1 | (InteractiveConsole)
  75453. web_1 |
  75454. web_1 | >>> >>> Starting the server
  75455. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75456. web_1 |
  75457. web_1 | Fatal error: Unable to find local grunt.
  75458. web_1 |
  75459. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75460. web_1 | your project. For more information about installing and configuring grunt,
  75461. web_1 | please see the Getting Started guide:
  75462. web_1 |
  75463. web_1 | http://gruntjs.com/getting-started
  75464. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75465. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75466. web_1 | Syncing...
  75467. web_1 | Creating tables ...
  75468. web_1 | Installing custom SQL ...
  75469. web_1 | Installing indexes ...
  75470. web_1 | Installed 0 object(s) from 0 fixture(s)
  75471. web_1 |
  75472. web_1 | Synced:
  75473. web_1 | > django.contrib.auth
  75474. web_1 | > django.contrib.contenttypes
  75475. web_1 | > django.contrib.sessions
  75476. web_1 | > django.contrib.sites
  75477. web_1 | > django.contrib.messages
  75478. web_1 | > django.contrib.staticfiles
  75479. web_1 | > django.contrib.admin
  75480. web_1 | > south
  75481. web_1 | > crispy_forms
  75482. web_1 | > avatar
  75483. web_1 | > bootstrap3
  75484. web_1 | > users
  75485. web_1 | > allauth
  75486. web_1 | > allauth.account
  75487. web_1 | > django.contrib.humanize
  75488. web_1 | > debug_toolbar
  75489. web_1 |
  75490. web_1 | Not synced (use migrations):
  75491. web_1 | - allauth.socialaccount
  75492. web_1 | - django_extensions
  75493. web_1 | (use ./manage.py migrate to migrate these)
  75494. web_1 | Running migrations for socialaccount:
  75495. web_1 | - Nothing to migrate.
  75496. web_1 | - Loading initial data for socialaccount.
  75497. web_1 | Installed 0 object(s) from 0 fixture(s)
  75498. web_1 | Running migrations for django_extensions:
  75499. web_1 | - Nothing to migrate.
  75500. web_1 | - Loading initial data for django_extensions.
  75501. web_1 | Installed 0 object(s) from 0 fixture(s)
  75502. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75503. web_1 | [GCC 4.9.2] on linux2
  75504. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75505. web_1 | (InteractiveConsole)
  75506. web_1 |
  75507. web_1 | >>> >>> Starting the server
  75508. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75509. web_1 |
  75510. web_1 | Fatal error: Unable to find local grunt.
  75511. web_1 |
  75512. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75513. web_1 | your project. For more information about installing and configuring grunt,
  75514. web_1 | please see the Getting Started guide:
  75515. web_1 |
  75516. web_1 | http://gruntjs.com/getting-started
  75517. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75518. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75519. web_1 | Syncing...
  75520. web_1 | Creating tables ...
  75521. web_1 | Installing custom SQL ...
  75522. web_1 | Installing indexes ...
  75523. web_1 | Installed 0 object(s) from 0 fixture(s)
  75524. web_1 |
  75525. web_1 | Synced:
  75526. web_1 | > django.contrib.auth
  75527. web_1 | > django.contrib.contenttypes
  75528. web_1 | > django.contrib.sessions
  75529. web_1 | > django.contrib.sites
  75530. web_1 | > django.contrib.messages
  75531. web_1 | > django.contrib.staticfiles
  75532. web_1 | > django.contrib.admin
  75533. web_1 | > south
  75534. web_1 | > crispy_forms
  75535. web_1 | > avatar
  75536. web_1 | > bootstrap3
  75537. web_1 | > users
  75538. web_1 | > allauth
  75539. web_1 | > allauth.account
  75540. web_1 | > django.contrib.humanize
  75541. web_1 | > debug_toolbar
  75542. web_1 |
  75543. web_1 | Not synced (use migrations):
  75544. web_1 | - allauth.socialaccount
  75545. web_1 | - django_extensions
  75546. web_1 | (use ./manage.py migrate to migrate these)
  75547. web_1 | Running migrations for socialaccount:
  75548. web_1 | - Nothing to migrate.
  75549. web_1 | - Loading initial data for socialaccount.
  75550. web_1 | Installed 0 object(s) from 0 fixture(s)
  75551. web_1 | Running migrations for django_extensions:
  75552. web_1 | - Nothing to migrate.
  75553. web_1 | - Loading initial data for django_extensions.
  75554. web_1 | Installed 0 object(s) from 0 fixture(s)
  75555. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75556. web_1 | [GCC 4.9.2] on linux2
  75557. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75558. web_1 | (InteractiveConsole)
  75559. web_1 |
  75560. web_1 | >>> >>> Starting the server
  75561. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75562. web_1 |
  75563. web_1 | Fatal error: Unable to find local grunt.
  75564. web_1 |
  75565. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75566. web_1 | your project. For more information about installing and configuring grunt,
  75567. web_1 | please see the Getting Started guide:
  75568. web_1 |
  75569. web_1 | http://gruntjs.com/getting-started
  75570. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75571. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75572. web_1 | Syncing...
  75573. web_1 | Creating tables ...
  75574. web_1 | Installing custom SQL ...
  75575. web_1 | Installing indexes ...
  75576. web_1 | Installed 0 object(s) from 0 fixture(s)
  75577. web_1 |
  75578. web_1 | Synced:
  75579. web_1 | > django.contrib.auth
  75580. web_1 | > django.contrib.contenttypes
  75581. web_1 | > django.contrib.sessions
  75582. web_1 | > django.contrib.sites
  75583. web_1 | > django.contrib.messages
  75584. web_1 | > django.contrib.staticfiles
  75585. web_1 | > django.contrib.admin
  75586. web_1 | > south
  75587. web_1 | > crispy_forms
  75588. web_1 | > avatar
  75589. web_1 | > bootstrap3
  75590. web_1 | > users
  75591. web_1 | > allauth
  75592. web_1 | > allauth.account
  75593. web_1 | > django.contrib.humanize
  75594. web_1 | > debug_toolbar
  75595. web_1 |
  75596. web_1 | Not synced (use migrations):
  75597. web_1 | - allauth.socialaccount
  75598. web_1 | - django_extensions
  75599. web_1 | (use ./manage.py migrate to migrate these)
  75600. web_1 | Running migrations for socialaccount:
  75601. web_1 | - Nothing to migrate.
  75602. web_1 | - Loading initial data for socialaccount.
  75603. web_1 | Installed 0 object(s) from 0 fixture(s)
  75604. web_1 | Running migrations for django_extensions:
  75605. web_1 | - Nothing to migrate.
  75606. web_1 | - Loading initial data for django_extensions.
  75607. web_1 | Installed 0 object(s) from 0 fixture(s)
  75608. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75609. web_1 | [GCC 4.9.2] on linux2
  75610. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75611. web_1 | (InteractiveConsole)
  75612. web_1 |
  75613. web_1 | >>> >>> Starting the server
  75614. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75615. web_1 |
  75616. web_1 | Fatal error: Unable to find local grunt.
  75617. web_1 |
  75618. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75619. web_1 | your project. For more information about installing and configuring grunt,
  75620. web_1 | please see the Getting Started guide:
  75621. web_1 |
  75622. web_1 | http://gruntjs.com/getting-started
  75623. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75624. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75625. web_1 | Syncing...
  75626. web_1 | Creating tables ...
  75627. web_1 | Installing custom SQL ...
  75628. web_1 | Installing indexes ...
  75629. web_1 | Installed 0 object(s) from 0 fixture(s)
  75630. web_1 |
  75631. web_1 | Synced:
  75632. web_1 | > django.contrib.auth
  75633. web_1 | > django.contrib.contenttypes
  75634. web_1 | > django.contrib.sessions
  75635. web_1 | > django.contrib.sites
  75636. web_1 | > django.contrib.messages
  75637. web_1 | > django.contrib.staticfiles
  75638. web_1 | > django.contrib.admin
  75639. web_1 | > south
  75640. web_1 | > crispy_forms
  75641. web_1 | > avatar
  75642. web_1 | > bootstrap3
  75643. web_1 | > users
  75644. web_1 | > allauth
  75645. web_1 | > allauth.account
  75646. web_1 | > django.contrib.humanize
  75647. web_1 | > debug_toolbar
  75648. web_1 |
  75649. web_1 | Not synced (use migrations):
  75650. web_1 | - allauth.socialaccount
  75651. web_1 | - django_extensions
  75652. web_1 | (use ./manage.py migrate to migrate these)
  75653. web_1 | Running migrations for socialaccount:
  75654. web_1 | - Nothing to migrate.
  75655. web_1 | - Loading initial data for socialaccount.
  75656. web_1 | Installed 0 object(s) from 0 fixture(s)
  75657. web_1 | Running migrations for django_extensions:
  75658. web_1 | - Nothing to migrate.
  75659. web_1 | - Loading initial data for django_extensions.
  75660. web_1 | Installed 0 object(s) from 0 fixture(s)
  75661. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75662. web_1 | [GCC 4.9.2] on linux2
  75663. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75664. web_1 | (InteractiveConsole)
  75665. web_1 |
  75666. web_1 | >>> >>> Starting the server
  75667. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75668. web_1 |
  75669. web_1 | Fatal error: Unable to find local grunt.
  75670. web_1 |
  75671. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75672. web_1 | your project. For more information about installing and configuring grunt,
  75673. web_1 | please see the Getting Started guide:
  75674. web_1 |
  75675. web_1 | http://gruntjs.com/getting-started
  75676. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75677. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75678. web_1 | Syncing...
  75679. web_1 | Creating tables ...
  75680. web_1 | Installing custom SQL ...
  75681. web_1 | Installing indexes ...
  75682. web_1 | Installed 0 object(s) from 0 fixture(s)
  75683. web_1 |
  75684. web_1 | Synced:
  75685. web_1 | > django.contrib.auth
  75686. web_1 | > django.contrib.contenttypes
  75687. web_1 | > django.contrib.sessions
  75688. web_1 | > django.contrib.sites
  75689. web_1 | > django.contrib.messages
  75690. web_1 | > django.contrib.staticfiles
  75691. web_1 | > django.contrib.admin
  75692. web_1 | > south
  75693. web_1 | > crispy_forms
  75694. web_1 | > avatar
  75695. web_1 | > bootstrap3
  75696. web_1 | > users
  75697. web_1 | > allauth
  75698. web_1 | > allauth.account
  75699. web_1 | > django.contrib.humanize
  75700. web_1 | > debug_toolbar
  75701. web_1 |
  75702. web_1 | Not synced (use migrations):
  75703. web_1 | - allauth.socialaccount
  75704. web_1 | - django_extensions
  75705. web_1 | (use ./manage.py migrate to migrate these)
  75706. web_1 | Running migrations for socialaccount:
  75707. web_1 | - Nothing to migrate.
  75708. web_1 | - Loading initial data for socialaccount.
  75709. web_1 | Installed 0 object(s) from 0 fixture(s)
  75710. web_1 | Running migrations for django_extensions:
  75711. web_1 | - Nothing to migrate.
  75712. web_1 | - Loading initial data for django_extensions.
  75713. web_1 | Installed 0 object(s) from 0 fixture(s)
  75714. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75715. web_1 | [GCC 4.9.2] on linux2
  75716. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75717. web_1 | (InteractiveConsole)
  75718. web_1 |
  75719. web_1 | >>> >>> Starting the server
  75720. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75721. web_1 |
  75722. web_1 | Fatal error: Unable to find local grunt.
  75723. web_1 |
  75724. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75725. web_1 | your project. For more information about installing and configuring grunt,
  75726. web_1 | please see the Getting Started guide:
  75727. web_1 |
  75728. web_1 | http://gruntjs.com/getting-started
  75729. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75730. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75731. web_1 | Syncing...
  75732. web_1 | Creating tables ...
  75733. web_1 | Installing custom SQL ...
  75734. web_1 | Installing indexes ...
  75735. web_1 | Installed 0 object(s) from 0 fixture(s)
  75736. web_1 |
  75737. web_1 | Synced:
  75738. web_1 | > django.contrib.auth
  75739. web_1 | > django.contrib.contenttypes
  75740. web_1 | > django.contrib.sessions
  75741. web_1 | > django.contrib.sites
  75742. web_1 | > django.contrib.messages
  75743. web_1 | > django.contrib.staticfiles
  75744. web_1 | > django.contrib.admin
  75745. web_1 | > south
  75746. web_1 | > crispy_forms
  75747. web_1 | > avatar
  75748. web_1 | > bootstrap3
  75749. web_1 | > users
  75750. web_1 | > allauth
  75751. web_1 | > allauth.account
  75752. web_1 | > django.contrib.humanize
  75753. web_1 | > debug_toolbar
  75754. web_1 |
  75755. web_1 | Not synced (use migrations):
  75756. web_1 | - allauth.socialaccount
  75757. web_1 | - django_extensions
  75758. web_1 | (use ./manage.py migrate to migrate these)
  75759. web_1 | Running migrations for socialaccount:
  75760. web_1 | - Nothing to migrate.
  75761. web_1 | - Loading initial data for socialaccount.
  75762. web_1 | Installed 0 object(s) from 0 fixture(s)
  75763. web_1 | Running migrations for django_extensions:
  75764. web_1 | - Nothing to migrate.
  75765. web_1 | - Loading initial data for django_extensions.
  75766. web_1 | Installed 0 object(s) from 0 fixture(s)
  75767. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75768. web_1 | [GCC 4.9.2] on linux2
  75769. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75770. web_1 | (InteractiveConsole)
  75771. web_1 |
  75772. web_1 | >>> >>> Starting the server
  75773. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75774. web_1 |
  75775. web_1 | Fatal error: Unable to find local grunt.
  75776. web_1 |
  75777. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75778. web_1 | your project. For more information about installing and configuring grunt,
  75779. web_1 | please see the Getting Started guide:
  75780. web_1 |
  75781. web_1 | http://gruntjs.com/getting-started
  75782. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75783. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75784. web_1 | Syncing...
  75785. web_1 | Creating tables ...
  75786. web_1 | Installing custom SQL ...
  75787. web_1 | Installing indexes ...
  75788. web_1 | Installed 0 object(s) from 0 fixture(s)
  75789. web_1 |
  75790. web_1 | Synced:
  75791. web_1 | > django.contrib.auth
  75792. web_1 | > django.contrib.contenttypes
  75793. web_1 | > django.contrib.sessions
  75794. web_1 | > django.contrib.sites
  75795. web_1 | > django.contrib.messages
  75796. web_1 | > django.contrib.staticfiles
  75797. web_1 | > django.contrib.admin
  75798. web_1 | > south
  75799. web_1 | > crispy_forms
  75800. web_1 | > avatar
  75801. web_1 | > bootstrap3
  75802. web_1 | > users
  75803. web_1 | > allauth
  75804. web_1 | > allauth.account
  75805. web_1 | > django.contrib.humanize
  75806. web_1 | > debug_toolbar
  75807. web_1 |
  75808. web_1 | Not synced (use migrations):
  75809. web_1 | - allauth.socialaccount
  75810. web_1 | - django_extensions
  75811. web_1 | (use ./manage.py migrate to migrate these)
  75812. web_1 | Running migrations for socialaccount:
  75813. web_1 | - Nothing to migrate.
  75814. web_1 | - Loading initial data for socialaccount.
  75815. web_1 | Installed 0 object(s) from 0 fixture(s)
  75816. web_1 | Running migrations for django_extensions:
  75817. web_1 | - Nothing to migrate.
  75818. web_1 | - Loading initial data for django_extensions.
  75819. web_1 | Installed 0 object(s) from 0 fixture(s)
  75820. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75821. web_1 | [GCC 4.9.2] on linux2
  75822. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75823. web_1 | (InteractiveConsole)
  75824. web_1 |
  75825. web_1 | >>> >>> Starting the server
  75826. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75827. web_1 |
  75828. web_1 | Fatal error: Unable to find local grunt.
  75829. web_1 |
  75830. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75831. web_1 | your project. For more information about installing and configuring grunt,
  75832. web_1 | please see the Getting Started guide:
  75833. web_1 |
  75834. web_1 | http://gruntjs.com/getting-started
  75835. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75836. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75837. web_1 | Syncing...
  75838. web_1 | Creating tables ...
  75839. web_1 | Installing custom SQL ...
  75840. web_1 | Installing indexes ...
  75841. web_1 | Installed 0 object(s) from 0 fixture(s)
  75842. web_1 |
  75843. web_1 | Synced:
  75844. web_1 | > django.contrib.auth
  75845. web_1 | > django.contrib.contenttypes
  75846. web_1 | > django.contrib.sessions
  75847. web_1 | > django.contrib.sites
  75848. web_1 | > django.contrib.messages
  75849. web_1 | > django.contrib.staticfiles
  75850. web_1 | > django.contrib.admin
  75851. web_1 | > south
  75852. web_1 | > crispy_forms
  75853. web_1 | > avatar
  75854. web_1 | > bootstrap3
  75855. web_1 | > users
  75856. web_1 | > allauth
  75857. web_1 | > allauth.account
  75858. web_1 | > django.contrib.humanize
  75859. web_1 | > debug_toolbar
  75860. web_1 |
  75861. web_1 | Not synced (use migrations):
  75862. web_1 | - allauth.socialaccount
  75863. web_1 | - django_extensions
  75864. web_1 | (use ./manage.py migrate to migrate these)
  75865. web_1 | Running migrations for socialaccount:
  75866. web_1 | - Nothing to migrate.
  75867. web_1 | - Loading initial data for socialaccount.
  75868. web_1 | Installed 0 object(s) from 0 fixture(s)
  75869. web_1 | Running migrations for django_extensions:
  75870. web_1 | - Nothing to migrate.
  75871. web_1 | - Loading initial data for django_extensions.
  75872. web_1 | Installed 0 object(s) from 0 fixture(s)
  75873. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75874. web_1 | [GCC 4.9.2] on linux2
  75875. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75876. web_1 | (InteractiveConsole)
  75877. web_1 |
  75878. web_1 | >>> >>> Starting the server
  75879. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75880. web_1 |
  75881. web_1 | Fatal error: Unable to find local grunt.
  75882. web_1 |
  75883. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75884. web_1 | your project. For more information about installing and configuring grunt,
  75885. web_1 | please see the Getting Started guide:
  75886. web_1 |
  75887. web_1 | http://gruntjs.com/getting-started
  75888. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75889. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75890. web_1 | Syncing...
  75891. web_1 | Creating tables ...
  75892. web_1 | Installing custom SQL ...
  75893. web_1 | Installing indexes ...
  75894. web_1 | Installed 0 object(s) from 0 fixture(s)
  75895. web_1 |
  75896. web_1 | Synced:
  75897. web_1 | > django.contrib.auth
  75898. web_1 | > django.contrib.contenttypes
  75899. web_1 | > django.contrib.sessions
  75900. web_1 | > django.contrib.sites
  75901. web_1 | > django.contrib.messages
  75902. web_1 | > django.contrib.staticfiles
  75903. web_1 | > django.contrib.admin
  75904. web_1 | > south
  75905. web_1 | > crispy_forms
  75906. web_1 | > avatar
  75907. web_1 | > bootstrap3
  75908. web_1 | > users
  75909. web_1 | > allauth
  75910. web_1 | > allauth.account
  75911. web_1 | > django.contrib.humanize
  75912. web_1 | > debug_toolbar
  75913. web_1 |
  75914. web_1 | Not synced (use migrations):
  75915. web_1 | - allauth.socialaccount
  75916. web_1 | - django_extensions
  75917. web_1 | (use ./manage.py migrate to migrate these)
  75918. web_1 | Running migrations for socialaccount:
  75919. web_1 | - Nothing to migrate.
  75920. web_1 | - Loading initial data for socialaccount.
  75921. web_1 | Installed 0 object(s) from 0 fixture(s)
  75922. web_1 | Running migrations for django_extensions:
  75923. web_1 | - Nothing to migrate.
  75924. web_1 | - Loading initial data for django_extensions.
  75925. web_1 | Installed 0 object(s) from 0 fixture(s)
  75926. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75927. web_1 | [GCC 4.9.2] on linux2
  75928. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75929. web_1 | (InteractiveConsole)
  75930. web_1 |
  75931. web_1 | >>> >>> Starting the server
  75932. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75933. web_1 |
  75934. web_1 | Fatal error: Unable to find local grunt.
  75935. web_1 |
  75936. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75937. web_1 | your project. For more information about installing and configuring grunt,
  75938. web_1 | please see the Getting Started guide:
  75939. web_1 |
  75940. web_1 | http://gruntjs.com/getting-started
  75941. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75942. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75943. web_1 | Syncing...
  75944. web_1 | Creating tables ...
  75945. web_1 | Installing custom SQL ...
  75946. web_1 | Installing indexes ...
  75947. web_1 | Installed 0 object(s) from 0 fixture(s)
  75948. web_1 |
  75949. web_1 | Synced:
  75950. web_1 | > django.contrib.auth
  75951. web_1 | > django.contrib.contenttypes
  75952. web_1 | > django.contrib.sessions
  75953. web_1 | > django.contrib.sites
  75954. web_1 | > django.contrib.messages
  75955. web_1 | > django.contrib.staticfiles
  75956. web_1 | > django.contrib.admin
  75957. web_1 | > south
  75958. web_1 | > crispy_forms
  75959. web_1 | > avatar
  75960. web_1 | > bootstrap3
  75961. web_1 | > users
  75962. web_1 | > allauth
  75963. web_1 | > allauth.account
  75964. web_1 | > django.contrib.humanize
  75965. web_1 | > debug_toolbar
  75966. web_1 |
  75967. web_1 | Not synced (use migrations):
  75968. web_1 | - allauth.socialaccount
  75969. web_1 | - django_extensions
  75970. web_1 | (use ./manage.py migrate to migrate these)
  75971. web_1 | Running migrations for socialaccount:
  75972. web_1 | - Nothing to migrate.
  75973. web_1 | - Loading initial data for socialaccount.
  75974. web_1 | Installed 0 object(s) from 0 fixture(s)
  75975. web_1 | Running migrations for django_extensions:
  75976. web_1 | - Nothing to migrate.
  75977. web_1 | - Loading initial data for django_extensions.
  75978. web_1 | Installed 0 object(s) from 0 fixture(s)
  75979. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  75980. web_1 | [GCC 4.9.2] on linux2
  75981. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  75982. web_1 | (InteractiveConsole)
  75983. web_1 |
  75984. web_1 | >>> >>> Starting the server
  75985. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  75986. web_1 |
  75987. web_1 | Fatal error: Unable to find local grunt.
  75988. web_1 |
  75989. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  75990. web_1 | your project. For more information about installing and configuring grunt,
  75991. web_1 | please see the Getting Started guide:
  75992. web_1 |
  75993. web_1 | http://gruntjs.com/getting-started
  75994. web_1 | Starting OpenBSD Secure Shell server: sshd.
  75995. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  75996. web_1 | Syncing...
  75997. web_1 | Creating tables ...
  75998. web_1 | Installing custom SQL ...
  75999. web_1 | Installing indexes ...
  76000. web_1 | Installed 0 object(s) from 0 fixture(s)
  76001. web_1 |
  76002. web_1 | Synced:
  76003. web_1 | > django.contrib.auth
  76004. web_1 | > django.contrib.contenttypes
  76005. web_1 | > django.contrib.sessions
  76006. web_1 | > django.contrib.sites
  76007. web_1 | > django.contrib.messages
  76008. web_1 | > django.contrib.staticfiles
  76009. web_1 | > django.contrib.admin
  76010. web_1 | > south
  76011. web_1 | > crispy_forms
  76012. web_1 | > avatar
  76013. web_1 | > bootstrap3
  76014. web_1 | > users
  76015. web_1 | > allauth
  76016. web_1 | > allauth.account
  76017. web_1 | > django.contrib.humanize
  76018. web_1 | > debug_toolbar
  76019. web_1 |
  76020. web_1 | Not synced (use migrations):
  76021. web_1 | - allauth.socialaccount
  76022. web_1 | - django_extensions
  76023. web_1 | (use ./manage.py migrate to migrate these)
  76024. web_1 | Running migrations for socialaccount:
  76025. web_1 | - Nothing to migrate.
  76026. web_1 | - Loading initial data for socialaccount.
  76027. web_1 | Installed 0 object(s) from 0 fixture(s)
  76028. web_1 | Running migrations for django_extensions:
  76029. web_1 | - Nothing to migrate.
  76030. web_1 | - Loading initial data for django_extensions.
  76031. web_1 | Installed 0 object(s) from 0 fixture(s)
  76032. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76033. web_1 | [GCC 4.9.2] on linux2
  76034. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76035. web_1 | (InteractiveConsole)
  76036. web_1 |
  76037. web_1 | >>> >>> Starting the server
  76038. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76039. web_1 |
  76040. web_1 | Fatal error: Unable to find local grunt.
  76041. web_1 |
  76042. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76043. web_1 | your project. For more information about installing and configuring grunt,
  76044. web_1 | please see the Getting Started guide:
  76045. web_1 |
  76046. web_1 | http://gruntjs.com/getting-started
  76047. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76048. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76049. web_1 | Syncing...
  76050. web_1 | Creating tables ...
  76051. web_1 | Installing custom SQL ...
  76052. web_1 | Installing indexes ...
  76053. web_1 | Installed 0 object(s) from 0 fixture(s)
  76054. web_1 |
  76055. web_1 | Synced:
  76056. web_1 | > django.contrib.auth
  76057. web_1 | > django.contrib.contenttypes
  76058. web_1 | > django.contrib.sessions
  76059. web_1 | > django.contrib.sites
  76060. web_1 | > django.contrib.messages
  76061. web_1 | > django.contrib.staticfiles
  76062. web_1 | > django.contrib.admin
  76063. web_1 | > south
  76064. web_1 | > crispy_forms
  76065. web_1 | > avatar
  76066. web_1 | > bootstrap3
  76067. web_1 | > users
  76068. web_1 | > allauth
  76069. web_1 | > allauth.account
  76070. web_1 | > django.contrib.humanize
  76071. web_1 | > debug_toolbar
  76072. web_1 |
  76073. web_1 | Not synced (use migrations):
  76074. web_1 | - allauth.socialaccount
  76075. web_1 | - django_extensions
  76076. web_1 | (use ./manage.py migrate to migrate these)
  76077. web_1 | Running migrations for socialaccount:
  76078. web_1 | - Nothing to migrate.
  76079. web_1 | - Loading initial data for socialaccount.
  76080. web_1 | Installed 0 object(s) from 0 fixture(s)
  76081. web_1 | Running migrations for django_extensions:
  76082. web_1 | - Nothing to migrate.
  76083. web_1 | - Loading initial data for django_extensions.
  76084. web_1 | Installed 0 object(s) from 0 fixture(s)
  76085. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76086. web_1 | [GCC 4.9.2] on linux2
  76087. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76088. web_1 | (InteractiveConsole)
  76089. web_1 |
  76090. web_1 | >>> >>> Starting the server
  76091. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76092. web_1 |
  76093. web_1 | Fatal error: Unable to find local grunt.
  76094. web_1 |
  76095. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76096. web_1 | your project. For more information about installing and configuring grunt,
  76097. web_1 | please see the Getting Started guide:
  76098. web_1 |
  76099. web_1 | http://gruntjs.com/getting-started
  76100. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76101. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76102. web_1 | Syncing...
  76103. web_1 | Creating tables ...
  76104. web_1 | Installing custom SQL ...
  76105. web_1 | Installing indexes ...
  76106. web_1 | Installed 0 object(s) from 0 fixture(s)
  76107. web_1 |
  76108. web_1 | Synced:
  76109. web_1 | > django.contrib.auth
  76110. web_1 | > django.contrib.contenttypes
  76111. web_1 | > django.contrib.sessions
  76112. web_1 | > django.contrib.sites
  76113. web_1 | > django.contrib.messages
  76114. web_1 | > django.contrib.staticfiles
  76115. web_1 | > django.contrib.admin
  76116. web_1 | > south
  76117. web_1 | > crispy_forms
  76118. web_1 | > avatar
  76119. web_1 | > bootstrap3
  76120. web_1 | > users
  76121. web_1 | > allauth
  76122. web_1 | > allauth.account
  76123. web_1 | > django.contrib.humanize
  76124. web_1 | > debug_toolbar
  76125. web_1 |
  76126. web_1 | Not synced (use migrations):
  76127. web_1 | - allauth.socialaccount
  76128. web_1 | - django_extensions
  76129. web_1 | (use ./manage.py migrate to migrate these)
  76130. web_1 | Running migrations for socialaccount:
  76131. web_1 | - Nothing to migrate.
  76132. web_1 | - Loading initial data for socialaccount.
  76133. web_1 | Installed 0 object(s) from 0 fixture(s)
  76134. web_1 | Running migrations for django_extensions:
  76135. web_1 | - Nothing to migrate.
  76136. web_1 | - Loading initial data for django_extensions.
  76137. web_1 | Installed 0 object(s) from 0 fixture(s)
  76138. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76139. web_1 | [GCC 4.9.2] on linux2
  76140. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76141. web_1 | (InteractiveConsole)
  76142. web_1 |
  76143. web_1 | >>> >>> Starting the server
  76144. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76145. web_1 |
  76146. web_1 | Fatal error: Unable to find local grunt.
  76147. web_1 |
  76148. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76149. web_1 | your project. For more information about installing and configuring grunt,
  76150. web_1 | please see the Getting Started guide:
  76151. web_1 |
  76152. web_1 | http://gruntjs.com/getting-started
  76153. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76154. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76155. web_1 | Syncing...
  76156. web_1 | Creating tables ...
  76157. web_1 | Installing custom SQL ...
  76158. web_1 | Installing indexes ...
  76159. web_1 | Installed 0 object(s) from 0 fixture(s)
  76160. web_1 |
  76161. web_1 | Synced:
  76162. web_1 | > django.contrib.auth
  76163. web_1 | > django.contrib.contenttypes
  76164. web_1 | > django.contrib.sessions
  76165. web_1 | > django.contrib.sites
  76166. web_1 | > django.contrib.messages
  76167. web_1 | > django.contrib.staticfiles
  76168. web_1 | > django.contrib.admin
  76169. web_1 | > south
  76170. web_1 | > crispy_forms
  76171. web_1 | > avatar
  76172. web_1 | > bootstrap3
  76173. web_1 | > users
  76174. web_1 | > allauth
  76175. web_1 | > allauth.account
  76176. web_1 | > django.contrib.humanize
  76177. web_1 | > debug_toolbar
  76178. web_1 |
  76179. web_1 | Not synced (use migrations):
  76180. web_1 | - allauth.socialaccount
  76181. web_1 | - django_extensions
  76182. web_1 | (use ./manage.py migrate to migrate these)
  76183. web_1 | Running migrations for socialaccount:
  76184. web_1 | - Nothing to migrate.
  76185. web_1 | - Loading initial data for socialaccount.
  76186. web_1 | Installed 0 object(s) from 0 fixture(s)
  76187. web_1 | Running migrations for django_extensions:
  76188. web_1 | - Nothing to migrate.
  76189. web_1 | - Loading initial data for django_extensions.
  76190. web_1 | Installed 0 object(s) from 0 fixture(s)
  76191. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76192. web_1 | [GCC 4.9.2] on linux2
  76193. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76194. web_1 | (InteractiveConsole)
  76195. web_1 |
  76196. web_1 | >>> >>> Starting the server
  76197. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76198. web_1 |
  76199. web_1 | Fatal error: Unable to find local grunt.
  76200. web_1 |
  76201. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76202. web_1 | your project. For more information about installing and configuring grunt,
  76203. web_1 | please see the Getting Started guide:
  76204. web_1 |
  76205. web_1 | http://gruntjs.com/getting-started
  76206. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76207. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76208. web_1 | Syncing...
  76209. web_1 | Creating tables ...
  76210. web_1 | Installing custom SQL ...
  76211. web_1 | Installing indexes ...
  76212. web_1 | Installed 0 object(s) from 0 fixture(s)
  76213. web_1 |
  76214. web_1 | Synced:
  76215. web_1 | > django.contrib.auth
  76216. web_1 | > django.contrib.contenttypes
  76217. web_1 | > django.contrib.sessions
  76218. web_1 | > django.contrib.sites
  76219. web_1 | > django.contrib.messages
  76220. web_1 | > django.contrib.staticfiles
  76221. web_1 | > django.contrib.admin
  76222. web_1 | > south
  76223. web_1 | > crispy_forms
  76224. web_1 | > avatar
  76225. web_1 | > bootstrap3
  76226. web_1 | > users
  76227. web_1 | > allauth
  76228. web_1 | > allauth.account
  76229. web_1 | > django.contrib.humanize
  76230. web_1 | > debug_toolbar
  76231. web_1 |
  76232. web_1 | Not synced (use migrations):
  76233. web_1 | - allauth.socialaccount
  76234. web_1 | - django_extensions
  76235. web_1 | (use ./manage.py migrate to migrate these)
  76236. web_1 | Running migrations for socialaccount:
  76237. web_1 | - Nothing to migrate.
  76238. web_1 | - Loading initial data for socialaccount.
  76239. web_1 | Installed 0 object(s) from 0 fixture(s)
  76240. web_1 | Running migrations for django_extensions:
  76241. web_1 | - Nothing to migrate.
  76242. web_1 | - Loading initial data for django_extensions.
  76243. web_1 | Installed 0 object(s) from 0 fixture(s)
  76244. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76245. web_1 | [GCC 4.9.2] on linux2
  76246. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76247. web_1 | (InteractiveConsole)
  76248. web_1 |
  76249. web_1 | >>> >>> Starting the server
  76250. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76251. web_1 |
  76252. web_1 | Fatal error: Unable to find local grunt.
  76253. web_1 |
  76254. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76255. web_1 | your project. For more information about installing and configuring grunt,
  76256. web_1 | please see the Getting Started guide:
  76257. web_1 |
  76258. web_1 | http://gruntjs.com/getting-started
  76259. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76260. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76261. web_1 | Syncing...
  76262. web_1 | Creating tables ...
  76263. web_1 | Installing custom SQL ...
  76264. web_1 | Installing indexes ...
  76265. web_1 | Installed 0 object(s) from 0 fixture(s)
  76266. web_1 |
  76267. web_1 | Synced:
  76268. web_1 | > django.contrib.auth
  76269. web_1 | > django.contrib.contenttypes
  76270. web_1 | > django.contrib.sessions
  76271. web_1 | > django.contrib.sites
  76272. web_1 | > django.contrib.messages
  76273. web_1 | > django.contrib.staticfiles
  76274. web_1 | > django.contrib.admin
  76275. web_1 | > south
  76276. web_1 | > crispy_forms
  76277. web_1 | > avatar
  76278. web_1 | > bootstrap3
  76279. web_1 | > users
  76280. web_1 | > allauth
  76281. web_1 | > allauth.account
  76282. web_1 | > django.contrib.humanize
  76283. web_1 | > debug_toolbar
  76284. web_1 |
  76285. web_1 | Not synced (use migrations):
  76286. web_1 | - allauth.socialaccount
  76287. web_1 | - django_extensions
  76288. web_1 | (use ./manage.py migrate to migrate these)
  76289. web_1 | Running migrations for socialaccount:
  76290. web_1 | - Nothing to migrate.
  76291. web_1 | - Loading initial data for socialaccount.
  76292. web_1 | Installed 0 object(s) from 0 fixture(s)
  76293. web_1 | Running migrations for django_extensions:
  76294. web_1 | - Nothing to migrate.
  76295. web_1 | - Loading initial data for django_extensions.
  76296. web_1 | Installed 0 object(s) from 0 fixture(s)
  76297. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76298. web_1 | [GCC 4.9.2] on linux2
  76299. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76300. web_1 | (InteractiveConsole)
  76301. web_1 |
  76302. web_1 | >>> >>> Starting the server
  76303. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76304. web_1 |
  76305. web_1 | Fatal error: Unable to find local grunt.
  76306. web_1 |
  76307. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76308. web_1 | your project. For more information about installing and configuring grunt,
  76309. web_1 | please see the Getting Started guide:
  76310. web_1 |
  76311. web_1 | http://gruntjs.com/getting-started
  76312. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76313. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76314. web_1 | Syncing...
  76315. web_1 | Creating tables ...
  76316. web_1 | Installing custom SQL ...
  76317. web_1 | Installing indexes ...
  76318. web_1 | Installed 0 object(s) from 0 fixture(s)
  76319. web_1 |
  76320. web_1 | Synced:
  76321. web_1 | > django.contrib.auth
  76322. web_1 | > django.contrib.contenttypes
  76323. web_1 | > django.contrib.sessions
  76324. web_1 | > django.contrib.sites
  76325. web_1 | > django.contrib.messages
  76326. web_1 | > django.contrib.staticfiles
  76327. web_1 | > django.contrib.admin
  76328. web_1 | > south
  76329. web_1 | > crispy_forms
  76330. web_1 | > avatar
  76331. web_1 | > bootstrap3
  76332. web_1 | > users
  76333. web_1 | > allauth
  76334. web_1 | > allauth.account
  76335. web_1 | > django.contrib.humanize
  76336. web_1 | > debug_toolbar
  76337. web_1 |
  76338. web_1 | Not synced (use migrations):
  76339. web_1 | - allauth.socialaccount
  76340. web_1 | - django_extensions
  76341. web_1 | (use ./manage.py migrate to migrate these)
  76342. web_1 | Running migrations for socialaccount:
  76343. web_1 | - Nothing to migrate.
  76344. web_1 | - Loading initial data for socialaccount.
  76345. web_1 | Installed 0 object(s) from 0 fixture(s)
  76346. web_1 | Running migrations for django_extensions:
  76347. web_1 | - Nothing to migrate.
  76348. web_1 | - Loading initial data for django_extensions.
  76349. web_1 | Installed 0 object(s) from 0 fixture(s)
  76350. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76351. web_1 | [GCC 4.9.2] on linux2
  76352. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76353. web_1 | (InteractiveConsole)
  76354. web_1 |
  76355. web_1 | >>> >>> Starting the server
  76356. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76357. web_1 |
  76358. web_1 | Fatal error: Unable to find local grunt.
  76359. web_1 |
  76360. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76361. web_1 | your project. For more information about installing and configuring grunt,
  76362. web_1 | please see the Getting Started guide:
  76363. web_1 |
  76364. web_1 | http://gruntjs.com/getting-started
  76365. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76366. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76367. web_1 | Syncing...
  76368. web_1 | Creating tables ...
  76369. web_1 | Installing custom SQL ...
  76370. web_1 | Installing indexes ...
  76371. web_1 | Installed 0 object(s) from 0 fixture(s)
  76372. web_1 |
  76373. web_1 | Synced:
  76374. web_1 | > django.contrib.auth
  76375. web_1 | > django.contrib.contenttypes
  76376. web_1 | > django.contrib.sessions
  76377. web_1 | > django.contrib.sites
  76378. web_1 | > django.contrib.messages
  76379. web_1 | > django.contrib.staticfiles
  76380. web_1 | > django.contrib.admin
  76381. web_1 | > south
  76382. web_1 | > crispy_forms
  76383. web_1 | > avatar
  76384. web_1 | > bootstrap3
  76385. web_1 | > users
  76386. web_1 | > allauth
  76387. web_1 | > allauth.account
  76388. web_1 | > django.contrib.humanize
  76389. web_1 | > debug_toolbar
  76390. web_1 |
  76391. web_1 | Not synced (use migrations):
  76392. web_1 | - allauth.socialaccount
  76393. web_1 | - django_extensions
  76394. web_1 | (use ./manage.py migrate to migrate these)
  76395. web_1 | Running migrations for socialaccount:
  76396. web_1 | - Nothing to migrate.
  76397. web_1 | - Loading initial data for socialaccount.
  76398. web_1 | Installed 0 object(s) from 0 fixture(s)
  76399. web_1 | Running migrations for django_extensions:
  76400. web_1 | - Nothing to migrate.
  76401. web_1 | - Loading initial data for django_extensions.
  76402. web_1 | Installed 0 object(s) from 0 fixture(s)
  76403. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76404. web_1 | [GCC 4.9.2] on linux2
  76405. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76406. web_1 | (InteractiveConsole)
  76407. web_1 |
  76408. web_1 | >>> >>> Starting the server
  76409. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76410. web_1 |
  76411. web_1 | Fatal error: Unable to find local grunt.
  76412. web_1 |
  76413. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76414. web_1 | your project. For more information about installing and configuring grunt,
  76415. web_1 | please see the Getting Started guide:
  76416. web_1 |
  76417. web_1 | http://gruntjs.com/getting-started
  76418. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76419. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76420. web_1 | Syncing...
  76421. web_1 | Creating tables ...
  76422. web_1 | Installing custom SQL ...
  76423. web_1 | Installing indexes ...
  76424. web_1 | Installed 0 object(s) from 0 fixture(s)
  76425. web_1 |
  76426. web_1 | Synced:
  76427. web_1 | > django.contrib.auth
  76428. web_1 | > django.contrib.contenttypes
  76429. web_1 | > django.contrib.sessions
  76430. web_1 | > django.contrib.sites
  76431. web_1 | > django.contrib.messages
  76432. web_1 | > django.contrib.staticfiles
  76433. web_1 | > django.contrib.admin
  76434. web_1 | > south
  76435. web_1 | > crispy_forms
  76436. web_1 | > avatar
  76437. web_1 | > bootstrap3
  76438. web_1 | > users
  76439. web_1 | > allauth
  76440. web_1 | > allauth.account
  76441. web_1 | > django.contrib.humanize
  76442. web_1 | > debug_toolbar
  76443. web_1 |
  76444. web_1 | Not synced (use migrations):
  76445. web_1 | - allauth.socialaccount
  76446. web_1 | - django_extensions
  76447. web_1 | (use ./manage.py migrate to migrate these)
  76448. web_1 | Running migrations for socialaccount:
  76449. web_1 | - Nothing to migrate.
  76450. web_1 | - Loading initial data for socialaccount.
  76451. web_1 | Installed 0 object(s) from 0 fixture(s)
  76452. web_1 | Running migrations for django_extensions:
  76453. web_1 | - Nothing to migrate.
  76454. web_1 | - Loading initial data for django_extensions.
  76455. web_1 | Installed 0 object(s) from 0 fixture(s)
  76456. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76457. web_1 | [GCC 4.9.2] on linux2
  76458. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76459. web_1 | (InteractiveConsole)
  76460. web_1 |
  76461. web_1 | >>> >>> Starting the server
  76462. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76463. web_1 |
  76464. web_1 | Fatal error: Unable to find local grunt.
  76465. web_1 |
  76466. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76467. web_1 | your project. For more information about installing and configuring grunt,
  76468. web_1 | please see the Getting Started guide:
  76469. web_1 |
  76470. web_1 | http://gruntjs.com/getting-started
  76471. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76472. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76473. web_1 | Syncing...
  76474. web_1 | Creating tables ...
  76475. web_1 | Installing custom SQL ...
  76476. web_1 | Installing indexes ...
  76477. web_1 | Installed 0 object(s) from 0 fixture(s)
  76478. web_1 |
  76479. web_1 | Synced:
  76480. web_1 | > django.contrib.auth
  76481. web_1 | > django.contrib.contenttypes
  76482. web_1 | > django.contrib.sessions
  76483. web_1 | > django.contrib.sites
  76484. web_1 | > django.contrib.messages
  76485. web_1 | > django.contrib.staticfiles
  76486. web_1 | > django.contrib.admin
  76487. web_1 | > south
  76488. web_1 | > crispy_forms
  76489. web_1 | > avatar
  76490. web_1 | > bootstrap3
  76491. web_1 | > users
  76492. web_1 | > allauth
  76493. web_1 | > allauth.account
  76494. web_1 | > django.contrib.humanize
  76495. web_1 | > debug_toolbar
  76496. web_1 |
  76497. web_1 | Not synced (use migrations):
  76498. web_1 | - allauth.socialaccount
  76499. web_1 | - django_extensions
  76500. web_1 | (use ./manage.py migrate to migrate these)
  76501. web_1 | Running migrations for socialaccount:
  76502. web_1 | - Nothing to migrate.
  76503. web_1 | - Loading initial data for socialaccount.
  76504. web_1 | Installed 0 object(s) from 0 fixture(s)
  76505. web_1 | Running migrations for django_extensions:
  76506. web_1 | - Nothing to migrate.
  76507. web_1 | - Loading initial data for django_extensions.
  76508. web_1 | Installed 0 object(s) from 0 fixture(s)
  76509. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76510. web_1 | [GCC 4.9.2] on linux2
  76511. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76512. web_1 | (InteractiveConsole)
  76513. web_1 |
  76514. web_1 | >>> >>> Starting the server
  76515. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76516. web_1 |
  76517. web_1 | Fatal error: Unable to find local grunt.
  76518. web_1 |
  76519. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76520. web_1 | your project. For more information about installing and configuring grunt,
  76521. web_1 | please see the Getting Started guide:
  76522. web_1 |
  76523. web_1 | http://gruntjs.com/getting-started
  76524. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76525. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76526. web_1 | Syncing...
  76527. web_1 | Creating tables ...
  76528. web_1 | Installing custom SQL ...
  76529. web_1 | Installing indexes ...
  76530. web_1 | Installed 0 object(s) from 0 fixture(s)
  76531. web_1 |
  76532. web_1 | Synced:
  76533. web_1 | > django.contrib.auth
  76534. web_1 | > django.contrib.contenttypes
  76535. web_1 | > django.contrib.sessions
  76536. web_1 | > django.contrib.sites
  76537. web_1 | > django.contrib.messages
  76538. web_1 | > django.contrib.staticfiles
  76539. web_1 | > django.contrib.admin
  76540. web_1 | > south
  76541. web_1 | > crispy_forms
  76542. web_1 | > avatar
  76543. web_1 | > bootstrap3
  76544. web_1 | > users
  76545. web_1 | > allauth
  76546. web_1 | > allauth.account
  76547. web_1 | > django.contrib.humanize
  76548. web_1 | > debug_toolbar
  76549. web_1 |
  76550. web_1 | Not synced (use migrations):
  76551. web_1 | - allauth.socialaccount
  76552. web_1 | - django_extensions
  76553. web_1 | (use ./manage.py migrate to migrate these)
  76554. web_1 | Running migrations for socialaccount:
  76555. web_1 | - Nothing to migrate.
  76556. web_1 | - Loading initial data for socialaccount.
  76557. web_1 | Installed 0 object(s) from 0 fixture(s)
  76558. web_1 | Running migrations for django_extensions:
  76559. web_1 | - Nothing to migrate.
  76560. web_1 | - Loading initial data for django_extensions.
  76561. web_1 | Installed 0 object(s) from 0 fixture(s)
  76562. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76563. web_1 | [GCC 4.9.2] on linux2
  76564. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76565. web_1 | (InteractiveConsole)
  76566. web_1 |
  76567. web_1 | >>> >>> Starting the server
  76568. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76569. web_1 |
  76570. web_1 | Fatal error: Unable to find local grunt.
  76571. web_1 |
  76572. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76573. web_1 | your project. For more information about installing and configuring grunt,
  76574. web_1 | please see the Getting Started guide:
  76575. web_1 |
  76576. web_1 | http://gruntjs.com/getting-started
  76577. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76578. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76579. web_1 | Syncing...
  76580. web_1 | Creating tables ...
  76581. web_1 | Installing custom SQL ...
  76582. web_1 | Installing indexes ...
  76583. web_1 | Installed 0 object(s) from 0 fixture(s)
  76584. web_1 |
  76585. web_1 | Synced:
  76586. web_1 | > django.contrib.auth
  76587. web_1 | > django.contrib.contenttypes
  76588. web_1 | > django.contrib.sessions
  76589. web_1 | > django.contrib.sites
  76590. web_1 | > django.contrib.messages
  76591. web_1 | > django.contrib.staticfiles
  76592. web_1 | > django.contrib.admin
  76593. web_1 | > south
  76594. web_1 | > crispy_forms
  76595. web_1 | > avatar
  76596. web_1 | > bootstrap3
  76597. web_1 | > users
  76598. web_1 | > allauth
  76599. web_1 | > allauth.account
  76600. web_1 | > django.contrib.humanize
  76601. web_1 | > debug_toolbar
  76602. web_1 |
  76603. web_1 | Not synced (use migrations):
  76604. web_1 | - allauth.socialaccount
  76605. web_1 | - django_extensions
  76606. web_1 | (use ./manage.py migrate to migrate these)
  76607. web_1 | Running migrations for socialaccount:
  76608. web_1 | - Nothing to migrate.
  76609. web_1 | - Loading initial data for socialaccount.
  76610. web_1 | Installed 0 object(s) from 0 fixture(s)
  76611. web_1 | Running migrations for django_extensions:
  76612. web_1 | - Nothing to migrate.
  76613. web_1 | - Loading initial data for django_extensions.
  76614. web_1 | Installed 0 object(s) from 0 fixture(s)
  76615. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76616. web_1 | [GCC 4.9.2] on linux2
  76617. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76618. web_1 | (InteractiveConsole)
  76619. web_1 |
  76620. web_1 | >>> >>> Starting the server
  76621. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76622. web_1 |
  76623. web_1 | Fatal error: Unable to find local grunt.
  76624. web_1 |
  76625. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76626. web_1 | your project. For more information about installing and configuring grunt,
  76627. web_1 | please see the Getting Started guide:
  76628. web_1 |
  76629. web_1 | http://gruntjs.com/getting-started
  76630. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76631. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76632. web_1 | Syncing...
  76633. web_1 | Creating tables ...
  76634. web_1 | Installing custom SQL ...
  76635. web_1 | Installing indexes ...
  76636. web_1 | Installed 0 object(s) from 0 fixture(s)
  76637. web_1 |
  76638. web_1 | Synced:
  76639. web_1 | > django.contrib.auth
  76640. web_1 | > django.contrib.contenttypes
  76641. web_1 | > django.contrib.sessions
  76642. web_1 | > django.contrib.sites
  76643. web_1 | > django.contrib.messages
  76644. web_1 | > django.contrib.staticfiles
  76645. web_1 | > django.contrib.admin
  76646. web_1 | > south
  76647. web_1 | > crispy_forms
  76648. web_1 | > avatar
  76649. web_1 | > bootstrap3
  76650. web_1 | > users
  76651. web_1 | > allauth
  76652. web_1 | > allauth.account
  76653. web_1 | > django.contrib.humanize
  76654. web_1 | > debug_toolbar
  76655. web_1 |
  76656. web_1 | Not synced (use migrations):
  76657. web_1 | - allauth.socialaccount
  76658. web_1 | - django_extensions
  76659. web_1 | (use ./manage.py migrate to migrate these)
  76660. web_1 | Running migrations for socialaccount:
  76661. web_1 | - Nothing to migrate.
  76662. web_1 | - Loading initial data for socialaccount.
  76663. web_1 | Installed 0 object(s) from 0 fixture(s)
  76664. web_1 | Running migrations for django_extensions:
  76665. web_1 | - Nothing to migrate.
  76666. web_1 | - Loading initial data for django_extensions.
  76667. web_1 | Installed 0 object(s) from 0 fixture(s)
  76668. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76669. web_1 | [GCC 4.9.2] on linux2
  76670. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76671. web_1 | (InteractiveConsole)
  76672. web_1 |
  76673. web_1 | >>> >>> Starting the server
  76674. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76675. web_1 |
  76676. web_1 | Fatal error: Unable to find local grunt.
  76677. web_1 |
  76678. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76679. web_1 | your project. For more information about installing and configuring grunt,
  76680. web_1 | please see the Getting Started guide:
  76681. web_1 |
  76682. web_1 | http://gruntjs.com/getting-started
  76683. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76684. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76685. web_1 | Syncing...
  76686. web_1 | Creating tables ...
  76687. web_1 | Installing custom SQL ...
  76688. web_1 | Installing indexes ...
  76689. web_1 | Installed 0 object(s) from 0 fixture(s)
  76690. web_1 |
  76691. web_1 | Synced:
  76692. web_1 | > django.contrib.auth
  76693. web_1 | > django.contrib.contenttypes
  76694. web_1 | > django.contrib.sessions
  76695. web_1 | > django.contrib.sites
  76696. web_1 | > django.contrib.messages
  76697. web_1 | > django.contrib.staticfiles
  76698. web_1 | > django.contrib.admin
  76699. web_1 | > south
  76700. web_1 | > crispy_forms
  76701. web_1 | > avatar
  76702. web_1 | > bootstrap3
  76703. web_1 | > users
  76704. web_1 | > allauth
  76705. web_1 | > allauth.account
  76706. web_1 | > django.contrib.humanize
  76707. web_1 | > debug_toolbar
  76708. web_1 |
  76709. web_1 | Not synced (use migrations):
  76710. web_1 | - allauth.socialaccount
  76711. web_1 | - django_extensions
  76712. web_1 | (use ./manage.py migrate to migrate these)
  76713. web_1 | Running migrations for socialaccount:
  76714. web_1 | - Nothing to migrate.
  76715. web_1 | - Loading initial data for socialaccount.
  76716. web_1 | Installed 0 object(s) from 0 fixture(s)
  76717. web_1 | Running migrations for django_extensions:
  76718. web_1 | - Nothing to migrate.
  76719. web_1 | - Loading initial data for django_extensions.
  76720. web_1 | Installed 0 object(s) from 0 fixture(s)
  76721. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76722. web_1 | [GCC 4.9.2] on linux2
  76723. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76724. web_1 | (InteractiveConsole)
  76725. web_1 |
  76726. web_1 | >>> >>> Starting the server
  76727. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76728. web_1 |
  76729. web_1 | Fatal error: Unable to find local grunt.
  76730. web_1 |
  76731. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76732. web_1 | your project. For more information about installing and configuring grunt,
  76733. web_1 | please see the Getting Started guide:
  76734. web_1 |
  76735. web_1 | http://gruntjs.com/getting-started
  76736. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76737. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76738. web_1 | Syncing...
  76739. web_1 | Creating tables ...
  76740. web_1 | Installing custom SQL ...
  76741. web_1 | Installing indexes ...
  76742. web_1 | Installed 0 object(s) from 0 fixture(s)
  76743. web_1 |
  76744. web_1 | Synced:
  76745. web_1 | > django.contrib.auth
  76746. web_1 | > django.contrib.contenttypes
  76747. web_1 | > django.contrib.sessions
  76748. web_1 | > django.contrib.sites
  76749. web_1 | > django.contrib.messages
  76750. web_1 | > django.contrib.staticfiles
  76751. web_1 | > django.contrib.admin
  76752. web_1 | > south
  76753. web_1 | > crispy_forms
  76754. web_1 | > avatar
  76755. web_1 | > bootstrap3
  76756. web_1 | > users
  76757. web_1 | > allauth
  76758. web_1 | > allauth.account
  76759. web_1 | > django.contrib.humanize
  76760. web_1 | > debug_toolbar
  76761. web_1 |
  76762. web_1 | Not synced (use migrations):
  76763. web_1 | - allauth.socialaccount
  76764. web_1 | - django_extensions
  76765. web_1 | (use ./manage.py migrate to migrate these)
  76766. web_1 | Running migrations for socialaccount:
  76767. web_1 | - Nothing to migrate.
  76768. web_1 | - Loading initial data for socialaccount.
  76769. web_1 | Installed 0 object(s) from 0 fixture(s)
  76770. web_1 | Running migrations for django_extensions:
  76771. web_1 | - Nothing to migrate.
  76772. web_1 | - Loading initial data for django_extensions.
  76773. web_1 | Installed 0 object(s) from 0 fixture(s)
  76774. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76775. web_1 | [GCC 4.9.2] on linux2
  76776. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76777. web_1 | (InteractiveConsole)
  76778. web_1 |
  76779. web_1 | >>> >>> Starting the server
  76780. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76781. web_1 |
  76782. web_1 | Fatal error: Unable to find local grunt.
  76783. web_1 |
  76784. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76785. web_1 | your project. For more information about installing and configuring grunt,
  76786. web_1 | please see the Getting Started guide:
  76787. web_1 |
  76788. web_1 | http://gruntjs.com/getting-started
  76789. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76790. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76791. web_1 | Syncing...
  76792. web_1 | Creating tables ...
  76793. web_1 | Installing custom SQL ...
  76794. web_1 | Installing indexes ...
  76795. web_1 | Installed 0 object(s) from 0 fixture(s)
  76796. web_1 |
  76797. web_1 | Synced:
  76798. web_1 | > django.contrib.auth
  76799. web_1 | > django.contrib.contenttypes
  76800. web_1 | > django.contrib.sessions
  76801. web_1 | > django.contrib.sites
  76802. web_1 | > django.contrib.messages
  76803. web_1 | > django.contrib.staticfiles
  76804. web_1 | > django.contrib.admin
  76805. web_1 | > south
  76806. web_1 | > crispy_forms
  76807. web_1 | > avatar
  76808. web_1 | > bootstrap3
  76809. web_1 | > users
  76810. web_1 | > allauth
  76811. web_1 | > allauth.account
  76812. web_1 | > django.contrib.humanize
  76813. web_1 | > debug_toolbar
  76814. web_1 |
  76815. web_1 | Not synced (use migrations):
  76816. web_1 | - allauth.socialaccount
  76817. web_1 | - django_extensions
  76818. web_1 | (use ./manage.py migrate to migrate these)
  76819. web_1 | Running migrations for socialaccount:
  76820. web_1 | - Nothing to migrate.
  76821. web_1 | - Loading initial data for socialaccount.
  76822. web_1 | Installed 0 object(s) from 0 fixture(s)
  76823. web_1 | Running migrations for django_extensions:
  76824. web_1 | - Nothing to migrate.
  76825. web_1 | - Loading initial data for django_extensions.
  76826. web_1 | Installed 0 object(s) from 0 fixture(s)
  76827. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76828. web_1 | [GCC 4.9.2] on linux2
  76829. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76830. web_1 | (InteractiveConsole)
  76831. web_1 |
  76832. web_1 | >>> >>> Starting the server
  76833. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76834. web_1 |
  76835. web_1 | Fatal error: Unable to find local grunt.
  76836. web_1 |
  76837. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76838. web_1 | your project. For more information about installing and configuring grunt,
  76839. web_1 | please see the Getting Started guide:
  76840. web_1 |
  76841. web_1 | http://gruntjs.com/getting-started
  76842. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76843. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76844. web_1 | Syncing...
  76845. web_1 | Creating tables ...
  76846. web_1 | Installing custom SQL ...
  76847. web_1 | Installing indexes ...
  76848. web_1 | Installed 0 object(s) from 0 fixture(s)
  76849. web_1 |
  76850. web_1 | Synced:
  76851. web_1 | > django.contrib.auth
  76852. web_1 | > django.contrib.contenttypes
  76853. web_1 | > django.contrib.sessions
  76854. web_1 | > django.contrib.sites
  76855. web_1 | > django.contrib.messages
  76856. web_1 | > django.contrib.staticfiles
  76857. web_1 | > django.contrib.admin
  76858. web_1 | > south
  76859. web_1 | > crispy_forms
  76860. web_1 | > avatar
  76861. web_1 | > bootstrap3
  76862. web_1 | > users
  76863. web_1 | > allauth
  76864. web_1 | > allauth.account
  76865. web_1 | > django.contrib.humanize
  76866. web_1 | > debug_toolbar
  76867. web_1 |
  76868. web_1 | Not synced (use migrations):
  76869. web_1 | - allauth.socialaccount
  76870. web_1 | - django_extensions
  76871. web_1 | (use ./manage.py migrate to migrate these)
  76872. web_1 | Running migrations for socialaccount:
  76873. web_1 | - Nothing to migrate.
  76874. web_1 | - Loading initial data for socialaccount.
  76875. web_1 | Installed 0 object(s) from 0 fixture(s)
  76876. web_1 | Running migrations for django_extensions:
  76877. web_1 | - Nothing to migrate.
  76878. web_1 | - Loading initial data for django_extensions.
  76879. web_1 | Installed 0 object(s) from 0 fixture(s)
  76880. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76881. web_1 | [GCC 4.9.2] on linux2
  76882. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76883. web_1 | (InteractiveConsole)
  76884. web_1 |
  76885. web_1 | >>> >>> Starting the server
  76886. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76887. web_1 |
  76888. web_1 | Fatal error: Unable to find local grunt.
  76889. web_1 |
  76890. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76891. web_1 | your project. For more information about installing and configuring grunt,
  76892. web_1 | please see the Getting Started guide:
  76893. web_1 |
  76894. web_1 | http://gruntjs.com/getting-started
  76895. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76896. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76897. web_1 | Syncing...
  76898. web_1 | Creating tables ...
  76899. web_1 | Installing custom SQL ...
  76900. web_1 | Installing indexes ...
  76901. web_1 | Installed 0 object(s) from 0 fixture(s)
  76902. web_1 |
  76903. web_1 | Synced:
  76904. web_1 | > django.contrib.auth
  76905. web_1 | > django.contrib.contenttypes
  76906. web_1 | > django.contrib.sessions
  76907. web_1 | > django.contrib.sites
  76908. web_1 | > django.contrib.messages
  76909. web_1 | > django.contrib.staticfiles
  76910. web_1 | > django.contrib.admin
  76911. web_1 | > south
  76912. web_1 | > crispy_forms
  76913. web_1 | > avatar
  76914. web_1 | > bootstrap3
  76915. web_1 | > users
  76916. web_1 | > allauth
  76917. web_1 | > allauth.account
  76918. web_1 | > django.contrib.humanize
  76919. web_1 | > debug_toolbar
  76920. web_1 |
  76921. web_1 | Not synced (use migrations):
  76922. web_1 | - allauth.socialaccount
  76923. web_1 | - django_extensions
  76924. web_1 | (use ./manage.py migrate to migrate these)
  76925. web_1 | Running migrations for socialaccount:
  76926. web_1 | - Nothing to migrate.
  76927. web_1 | - Loading initial data for socialaccount.
  76928. web_1 | Installed 0 object(s) from 0 fixture(s)
  76929. web_1 | Running migrations for django_extensions:
  76930. web_1 | - Nothing to migrate.
  76931. web_1 | - Loading initial data for django_extensions.
  76932. web_1 | Installed 0 object(s) from 0 fixture(s)
  76933. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76934. web_1 | [GCC 4.9.2] on linux2
  76935. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76936. web_1 | (InteractiveConsole)
  76937. web_1 |
  76938. web_1 | >>> >>> Starting the server
  76939. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76940. web_1 |
  76941. web_1 | Fatal error: Unable to find local grunt.
  76942. web_1 |
  76943. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76944. web_1 | your project. For more information about installing and configuring grunt,
  76945. web_1 | please see the Getting Started guide:
  76946. web_1 |
  76947. web_1 | http://gruntjs.com/getting-started
  76948. web_1 | Starting OpenBSD Secure Shell server: sshd.
  76949. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  76950. web_1 | Syncing...
  76951. web_1 | Creating tables ...
  76952. web_1 | Installing custom SQL ...
  76953. web_1 | Installing indexes ...
  76954. web_1 | Installed 0 object(s) from 0 fixture(s)
  76955. web_1 |
  76956. web_1 | Synced:
  76957. web_1 | > django.contrib.auth
  76958. web_1 | > django.contrib.contenttypes
  76959. web_1 | > django.contrib.sessions
  76960. web_1 | > django.contrib.sites
  76961. web_1 | > django.contrib.messages
  76962. web_1 | > django.contrib.staticfiles
  76963. web_1 | > django.contrib.admin
  76964. web_1 | > south
  76965. web_1 | > crispy_forms
  76966. web_1 | > avatar
  76967. web_1 | > bootstrap3
  76968. web_1 | > users
  76969. web_1 | > allauth
  76970. web_1 | > allauth.account
  76971. web_1 | > django.contrib.humanize
  76972. web_1 | > debug_toolbar
  76973. web_1 |
  76974. web_1 | Not synced (use migrations):
  76975. web_1 | - allauth.socialaccount
  76976. web_1 | - django_extensions
  76977. web_1 | (use ./manage.py migrate to migrate these)
  76978. web_1 | Running migrations for socialaccount:
  76979. web_1 | - Nothing to migrate.
  76980. web_1 | - Loading initial data for socialaccount.
  76981. web_1 | Installed 0 object(s) from 0 fixture(s)
  76982. web_1 | Running migrations for django_extensions:
  76983. web_1 | - Nothing to migrate.
  76984. web_1 | - Loading initial data for django_extensions.
  76985. web_1 | Installed 0 object(s) from 0 fixture(s)
  76986. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  76987. web_1 | [GCC 4.9.2] on linux2
  76988. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  76989. web_1 | (InteractiveConsole)
  76990. web_1 |
  76991. web_1 | >>> >>> Starting the server
  76992. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  76993. web_1 |
  76994. web_1 | Fatal error: Unable to find local grunt.
  76995. web_1 |
  76996. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  76997. web_1 | your project. For more information about installing and configuring grunt,
  76998. web_1 | please see the Getting Started guide:
  76999. web_1 |
  77000. web_1 | http://gruntjs.com/getting-started
  77001. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77002. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77003. web_1 | Syncing...
  77004. web_1 | Creating tables ...
  77005. web_1 | Installing custom SQL ...
  77006. web_1 | Installing indexes ...
  77007. web_1 | Installed 0 object(s) from 0 fixture(s)
  77008. web_1 |
  77009. web_1 | Synced:
  77010. web_1 | > django.contrib.auth
  77011. web_1 | > django.contrib.contenttypes
  77012. web_1 | > django.contrib.sessions
  77013. web_1 | > django.contrib.sites
  77014. web_1 | > django.contrib.messages
  77015. web_1 | > django.contrib.staticfiles
  77016. web_1 | > django.contrib.admin
  77017. web_1 | > south
  77018. web_1 | > crispy_forms
  77019. web_1 | > avatar
  77020. web_1 | > bootstrap3
  77021. web_1 | > users
  77022. web_1 | > allauth
  77023. web_1 | > allauth.account
  77024. web_1 | > django.contrib.humanize
  77025. web_1 | > debug_toolbar
  77026. web_1 |
  77027. web_1 | Not synced (use migrations):
  77028. web_1 | - allauth.socialaccount
  77029. web_1 | - django_extensions
  77030. web_1 | (use ./manage.py migrate to migrate these)
  77031. web_1 | Running migrations for socialaccount:
  77032. web_1 | - Nothing to migrate.
  77033. web_1 | - Loading initial data for socialaccount.
  77034. web_1 | Installed 0 object(s) from 0 fixture(s)
  77035. web_1 | Running migrations for django_extensions:
  77036. web_1 | - Nothing to migrate.
  77037. web_1 | - Loading initial data for django_extensions.
  77038. web_1 | Installed 0 object(s) from 0 fixture(s)
  77039. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77040. web_1 | [GCC 4.9.2] on linux2
  77041. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77042. web_1 | (InteractiveConsole)
  77043. web_1 |
  77044. web_1 | >>> >>> Starting the server
  77045. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77046. web_1 |
  77047. web_1 | Fatal error: Unable to find local grunt.
  77048. web_1 |
  77049. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77050. web_1 | your project. For more information about installing and configuring grunt,
  77051. web_1 | please see the Getting Started guide:
  77052. web_1 |
  77053. web_1 | http://gruntjs.com/getting-started
  77054. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77055. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77056. web_1 | Syncing...
  77057. web_1 | Creating tables ...
  77058. web_1 | Installing custom SQL ...
  77059. web_1 | Installing indexes ...
  77060. web_1 | Installed 0 object(s) from 0 fixture(s)
  77061. web_1 |
  77062. web_1 | Synced:
  77063. web_1 | > django.contrib.auth
  77064. web_1 | > django.contrib.contenttypes
  77065. web_1 | > django.contrib.sessions
  77066. web_1 | > django.contrib.sites
  77067. web_1 | > django.contrib.messages
  77068. web_1 | > django.contrib.staticfiles
  77069. web_1 | > django.contrib.admin
  77070. web_1 | > south
  77071. web_1 | > crispy_forms
  77072. web_1 | > avatar
  77073. web_1 | > bootstrap3
  77074. web_1 | > users
  77075. web_1 | > allauth
  77076. web_1 | > allauth.account
  77077. web_1 | > django.contrib.humanize
  77078. web_1 | > debug_toolbar
  77079. web_1 |
  77080. web_1 | Not synced (use migrations):
  77081. web_1 | - allauth.socialaccount
  77082. web_1 | - django_extensions
  77083. web_1 | (use ./manage.py migrate to migrate these)
  77084. web_1 | Running migrations for socialaccount:
  77085. web_1 | - Nothing to migrate.
  77086. web_1 | - Loading initial data for socialaccount.
  77087. web_1 | Installed 0 object(s) from 0 fixture(s)
  77088. web_1 | Running migrations for django_extensions:
  77089. web_1 | - Nothing to migrate.
  77090. web_1 | - Loading initial data for django_extensions.
  77091. web_1 | Installed 0 object(s) from 0 fixture(s)
  77092. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77093. web_1 | [GCC 4.9.2] on linux2
  77094. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77095. web_1 | (InteractiveConsole)
  77096. web_1 |
  77097. web_1 | >>> >>> Starting the server
  77098. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77099. web_1 |
  77100. web_1 | Fatal error: Unable to find local grunt.
  77101. web_1 |
  77102. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77103. web_1 | your project. For more information about installing and configuring grunt,
  77104. web_1 | please see the Getting Started guide:
  77105. web_1 |
  77106. web_1 | http://gruntjs.com/getting-started
  77107. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77108. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77109. web_1 | Syncing...
  77110. web_1 | Creating tables ...
  77111. web_1 | Installing custom SQL ...
  77112. web_1 | Installing indexes ...
  77113. web_1 | Installed 0 object(s) from 0 fixture(s)
  77114. web_1 |
  77115. web_1 | Synced:
  77116. web_1 | > django.contrib.auth
  77117. web_1 | > django.contrib.contenttypes
  77118. web_1 | > django.contrib.sessions
  77119. web_1 | > django.contrib.sites
  77120. web_1 | > django.contrib.messages
  77121. web_1 | > django.contrib.staticfiles
  77122. web_1 | > django.contrib.admin
  77123. web_1 | > south
  77124. web_1 | > crispy_forms
  77125. web_1 | > avatar
  77126. web_1 | > bootstrap3
  77127. web_1 | > users
  77128. web_1 | > allauth
  77129. web_1 | > allauth.account
  77130. web_1 | > django.contrib.humanize
  77131. web_1 | > debug_toolbar
  77132. web_1 |
  77133. web_1 | Not synced (use migrations):
  77134. web_1 | - allauth.socialaccount
  77135. web_1 | - django_extensions
  77136. web_1 | (use ./manage.py migrate to migrate these)
  77137. web_1 | Running migrations for socialaccount:
  77138. web_1 | - Nothing to migrate.
  77139. web_1 | - Loading initial data for socialaccount.
  77140. web_1 | Installed 0 object(s) from 0 fixture(s)
  77141. web_1 | Running migrations for django_extensions:
  77142. web_1 | - Nothing to migrate.
  77143. web_1 | - Loading initial data for django_extensions.
  77144. web_1 | Installed 0 object(s) from 0 fixture(s)
  77145. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77146. web_1 | [GCC 4.9.2] on linux2
  77147. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77148. web_1 | (InteractiveConsole)
  77149. web_1 |
  77150. web_1 | >>> >>> Starting the server
  77151. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77152. web_1 |
  77153. web_1 | Fatal error: Unable to find local grunt.
  77154. web_1 |
  77155. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77156. web_1 | your project. For more information about installing and configuring grunt,
  77157. web_1 | please see the Getting Started guide:
  77158. web_1 |
  77159. web_1 | http://gruntjs.com/getting-started
  77160. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77161. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77162. web_1 | Syncing...
  77163. web_1 | Creating tables ...
  77164. web_1 | Installing custom SQL ...
  77165. web_1 | Installing indexes ...
  77166. web_1 | Installed 0 object(s) from 0 fixture(s)
  77167. web_1 |
  77168. web_1 | Synced:
  77169. web_1 | > django.contrib.auth
  77170. web_1 | > django.contrib.contenttypes
  77171. web_1 | > django.contrib.sessions
  77172. web_1 | > django.contrib.sites
  77173. web_1 | > django.contrib.messages
  77174. web_1 | > django.contrib.staticfiles
  77175. web_1 | > django.contrib.admin
  77176. web_1 | > south
  77177. web_1 | > crispy_forms
  77178. web_1 | > avatar
  77179. web_1 | > bootstrap3
  77180. web_1 | > users
  77181. web_1 | > allauth
  77182. web_1 | > allauth.account
  77183. web_1 | > django.contrib.humanize
  77184. web_1 | > debug_toolbar
  77185. web_1 |
  77186. web_1 | Not synced (use migrations):
  77187. web_1 | - allauth.socialaccount
  77188. web_1 | - django_extensions
  77189. web_1 | (use ./manage.py migrate to migrate these)
  77190. web_1 | Running migrations for socialaccount:
  77191. web_1 | - Nothing to migrate.
  77192. web_1 | - Loading initial data for socialaccount.
  77193. web_1 | Installed 0 object(s) from 0 fixture(s)
  77194. web_1 | Running migrations for django_extensions:
  77195. web_1 | - Nothing to migrate.
  77196. web_1 | - Loading initial data for django_extensions.
  77197. web_1 | Installed 0 object(s) from 0 fixture(s)
  77198. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77199. web_1 | [GCC 4.9.2] on linux2
  77200. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77201. web_1 | (InteractiveConsole)
  77202. web_1 |
  77203. web_1 | >>> >>> Starting the server
  77204. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77205. web_1 |
  77206. web_1 | Fatal error: Unable to find local grunt.
  77207. web_1 |
  77208. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77209. web_1 | your project. For more information about installing and configuring grunt,
  77210. web_1 | please see the Getting Started guide:
  77211. web_1 |
  77212. web_1 | http://gruntjs.com/getting-started
  77213. oclweb_web_1 exited with code 99
  77214. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77215. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77216. web_1 | Syncing...
  77217. web_1 | Traceback (most recent call last):
  77218. web_1 | File "ocl_web/manage.py", line 19, in <module>
  77219. web_1 | execute_from_command_line(sys.argv)
  77220. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  77221. web_1 | utility.execute()
  77222. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  77223. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  77224. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  77225. web_1 | self.execute(*args, **options.__dict__)
  77226. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  77227. web_1 | output = self.handle(*args, **options)
  77228. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  77229. web_1 | return self.handle_noargs(**options)
  77230. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  77231. web_1 | syncdb.Command().execute(**options)
  77232. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  77233. web_1 | output = self.handle(*args, **options)
  77234. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  77235. web_1 | return self.handle_noargs(**options)
  77236. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  77237. web_1 | cursor = connection.cursor()
  77238. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  77239. web_1 | cursor = self.make_debug_cursor(self._cursor())
  77240. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  77241. web_1 | self.ensure_connection()
  77242. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77243. web_1 | self.connect()
  77244. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  77245. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  77246. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77247. web_1 | self.connect()
  77248. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  77249. web_1 | self.connection = self.get_new_connection(conn_params)
  77250. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  77251. web_1 | return Database.connect(**conn_params)
  77252. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  77253. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  77254. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  77255. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  77256. web_1 | TCP/IP connections on port 5432?
  77257. web_1 |
  77258. web_1 | Traceback (most recent call last):
  77259. web_1 | File "ocl_web/manage.py", line 19, in <module>
  77260. web_1 | execute_from_command_line(sys.argv)
  77261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  77262. web_1 | utility.execute()
  77263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  77264. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  77265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  77266. web_1 | self.execute(*args, **options.__dict__)
  77267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  77268. web_1 | output = self.handle(*args, **options)
  77269. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  77270. web_1 | ignore_ghosts = ignore_ghosts,
  77271. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  77272. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  77273. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  77274. web_1 | for h in histories:
  77275. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  77276. web_1 | self._fetch_all()
  77277. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  77278. web_1 | self._result_cache = list(self.iterator())
  77279. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  77280. web_1 | for row in compiler.results_iter():
  77281. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  77282. web_1 | for rows in self.execute_sql(MULTI):
  77283. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  77284. web_1 | cursor = self.connection.cursor()
  77285. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  77286. web_1 | cursor = self.make_debug_cursor(self._cursor())
  77287. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  77288. web_1 | self.ensure_connection()
  77289. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77290. web_1 | self.connect()
  77291. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  77292. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  77293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77294. web_1 | self.connect()
  77295. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  77296. web_1 | self.connection = self.get_new_connection(conn_params)
  77297. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  77298. web_1 | return Database.connect(**conn_params)
  77299. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  77300. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  77301. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  77302. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  77303. web_1 | TCP/IP connections on port 5432?
  77304. web_1 |
  77305. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77306. web_1 | [GCC 4.9.2] on linux2
  77307. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77308. web_1 | (InteractiveConsole)
  77309. web_1 | Traceback (most recent call last):
  77310. web_1 | File "<console>", line 1, in <module>
  77311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  77312. web_1 | return self.query.get_count(using=self.db)
  77313. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  77314. web_1 | number = obj.get_aggregation(using=using)[None]
  77315. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  77316. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  77317. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  77318. web_1 | cursor = self.connection.cursor()
  77319. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  77320. web_1 | cursor = self.make_debug_cursor(self._cursor())
  77321. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  77322. web_1 | self.ensure_connection()
  77323. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77324. web_1 | self.connect()
  77325. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  77326. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  77327. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  77328. web_1 | self.connect()
  77329. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  77330. web_1 | self.connection = self.get_new_connection(conn_params)
  77331. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  77332. web_1 | return Database.connect(**conn_params)
  77333. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  77334. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  77335. web_1 | OperationalError: could not connect to server: Connection refused
  77336. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  77337. web_1 | TCP/IP connections on port 5432?
  77338. web_1 |
  77339. web_1 |
  77340. web_1 | >>> >>> Starting the server
  77341. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77342. web_1 |
  77343. web_1 | Fatal error: Unable to find local grunt.
  77344. web_1 |
  77345. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77346. web_1 | your project. For more information about installing and configuring grunt,
  77347. web_1 | please see the Getting Started guide:
  77348. web_1 |
  77349. web_1 | http://gruntjs.com/getting-started
  77350. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77351. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77352. web_1 | Syncing...
  77353. web_1 | Creating tables ...
  77354. web_1 | Creating table auth_permission
  77355. web_1 | Creating table auth_group_permissions
  77356. web_1 | Creating table auth_group
  77357. web_1 | Creating table django_content_type
  77358. web_1 | Creating table django_session
  77359. web_1 | Creating table django_site
  77360. web_1 | Creating table django_admin_log
  77361. web_1 | Creating table south_migrationhistory
  77362. web_1 | Creating table avatar_avatar
  77363. web_1 | Creating table users_user_groups
  77364. web_1 | Creating table users_user_user_permissions
  77365. web_1 | Creating table users_user
  77366. web_1 | Creating table account_emailaddress
  77367. web_1 | Creating table account_emailconfirmation
  77368. web_1 | Installing custom SQL ...
  77369. web_1 | Installing indexes ...
  77370. web_1 | Installed 0 object(s) from 0 fixture(s)
  77371. web_1 |
  77372. web_1 | Synced:
  77373. web_1 | > django.contrib.auth
  77374. web_1 | > django.contrib.contenttypes
  77375. web_1 | > django.contrib.sessions
  77376. web_1 | > django.contrib.sites
  77377. web_1 | > django.contrib.messages
  77378. web_1 | > django.contrib.staticfiles
  77379. web_1 | > django.contrib.admin
  77380. web_1 | > south
  77381. web_1 | > crispy_forms
  77382. web_1 | > avatar
  77383. web_1 | > bootstrap3
  77384. web_1 | > users
  77385. web_1 | > allauth
  77386. web_1 | > allauth.account
  77387. web_1 | > django.contrib.humanize
  77388. web_1 | > debug_toolbar
  77389. web_1 |
  77390. web_1 | Not synced (use migrations):
  77391. web_1 | - allauth.socialaccount
  77392. web_1 | - django_extensions
  77393. web_1 | (use ./manage.py migrate to migrate these)
  77394. web_1 | Running migrations for socialaccount:
  77395. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  77396. web_1 | > socialaccount:0001_initial
  77397. web_1 | > socialaccount:0002_genericmodels
  77398. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  77399. web_1 | > socialaccount:0004_add_sites
  77400. web_1 | > socialaccount:0005_set_sites
  77401. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  77402. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  77403. web_1 | > socialaccount:0008_client_id
  77404. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  77405. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  77406. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  77407. web_1 | - Loading initial data for socialaccount.
  77408. web_1 | Installed 0 object(s) from 0 fixture(s)
  77409. web_1 | Running migrations for django_extensions:
  77410. web_1 | - Migrating forwards to 0001_empty.
  77411. web_1 | > django_extensions:0001_empty
  77412. web_1 | - Loading initial data for django_extensions.
  77413. web_1 | Installed 0 object(s) from 0 fixture(s)
  77414. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77415. web_1 | [GCC 4.9.2] on linux2
  77416. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77417. web_1 | (InteractiveConsole)
  77418. web_1 |
  77419. web_1 | >>> >>> Starting the server
  77420. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77421. web_1 |
  77422. web_1 | Fatal error: Unable to find local grunt.
  77423. web_1 |
  77424. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77425. web_1 | your project. For more information about installing and configuring grunt,
  77426. web_1 | please see the Getting Started guide:
  77427. web_1 |
  77428. web_1 | http://gruntjs.com/getting-started
  77429. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77430. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77431. web_1 | Syncing...
  77432. web_1 | Creating tables ...
  77433. web_1 | Installing custom SQL ...
  77434. web_1 | Installing indexes ...
  77435. web_1 | Installed 0 object(s) from 0 fixture(s)
  77436. web_1 |
  77437. web_1 | Synced:
  77438. web_1 | > django.contrib.auth
  77439. web_1 | > django.contrib.contenttypes
  77440. web_1 | > django.contrib.sessions
  77441. web_1 | > django.contrib.sites
  77442. web_1 | > django.contrib.messages
  77443. web_1 | > django.contrib.staticfiles
  77444. web_1 | > django.contrib.admin
  77445. web_1 | > south
  77446. web_1 | > crispy_forms
  77447. web_1 | > avatar
  77448. web_1 | > bootstrap3
  77449. web_1 | > users
  77450. web_1 | > allauth
  77451. web_1 | > allauth.account
  77452. web_1 | > django.contrib.humanize
  77453. web_1 | > debug_toolbar
  77454. web_1 |
  77455. web_1 | Not synced (use migrations):
  77456. web_1 | - allauth.socialaccount
  77457. web_1 | - django_extensions
  77458. web_1 | (use ./manage.py migrate to migrate these)
  77459. web_1 | Running migrations for socialaccount:
  77460. web_1 | - Nothing to migrate.
  77461. web_1 | - Loading initial data for socialaccount.
  77462. web_1 | Installed 0 object(s) from 0 fixture(s)
  77463. web_1 | Running migrations for django_extensions:
  77464. web_1 | - Nothing to migrate.
  77465. web_1 | - Loading initial data for django_extensions.
  77466. web_1 | Installed 0 object(s) from 0 fixture(s)
  77467. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77468. web_1 | [GCC 4.9.2] on linux2
  77469. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77470. web_1 | (InteractiveConsole)
  77471. web_1 |
  77472. web_1 | >>> >>> Starting the server
  77473. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77474. web_1 |
  77475. web_1 | Fatal error: Unable to find local grunt.
  77476. web_1 |
  77477. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77478. web_1 | your project. For more information about installing and configuring grunt,
  77479. web_1 | please see the Getting Started guide:
  77480. web_1 |
  77481. web_1 | http://gruntjs.com/getting-started
  77482. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77483. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77484. web_1 | Syncing...
  77485. web_1 | Creating tables ...
  77486. web_1 | Installing custom SQL ...
  77487. web_1 | Installing indexes ...
  77488. web_1 | Installed 0 object(s) from 0 fixture(s)
  77489. web_1 |
  77490. web_1 | Synced:
  77491. web_1 | > django.contrib.auth
  77492. web_1 | > django.contrib.contenttypes
  77493. web_1 | > django.contrib.sessions
  77494. web_1 | > django.contrib.sites
  77495. web_1 | > django.contrib.messages
  77496. web_1 | > django.contrib.staticfiles
  77497. web_1 | > django.contrib.admin
  77498. web_1 | > south
  77499. web_1 | > crispy_forms
  77500. web_1 | > avatar
  77501. web_1 | > bootstrap3
  77502. web_1 | > users
  77503. web_1 | > allauth
  77504. web_1 | > allauth.account
  77505. web_1 | > django.contrib.humanize
  77506. web_1 | > debug_toolbar
  77507. web_1 |
  77508. web_1 | Not synced (use migrations):
  77509. web_1 | - allauth.socialaccount
  77510. web_1 | - django_extensions
  77511. web_1 | (use ./manage.py migrate to migrate these)
  77512. web_1 | Running migrations for socialaccount:
  77513. web_1 | - Nothing to migrate.
  77514. web_1 | - Loading initial data for socialaccount.
  77515. web_1 | Installed 0 object(s) from 0 fixture(s)
  77516. web_1 | Running migrations for django_extensions:
  77517. web_1 | - Nothing to migrate.
  77518. web_1 | - Loading initial data for django_extensions.
  77519. web_1 | Installed 0 object(s) from 0 fixture(s)
  77520. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77521. web_1 | [GCC 4.9.2] on linux2
  77522. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77523. web_1 | (InteractiveConsole)
  77524. web_1 |
  77525. web_1 | >>> >>> Starting the server
  77526. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77527. web_1 |
  77528. web_1 | Fatal error: Unable to find local grunt.
  77529. web_1 |
  77530. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77531. web_1 | your project. For more information about installing and configuring grunt,
  77532. web_1 | please see the Getting Started guide:
  77533. web_1 |
  77534. web_1 | http://gruntjs.com/getting-started
  77535. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77536. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77537. web_1 | Syncing...
  77538. web_1 | Creating tables ...
  77539. web_1 | Installing custom SQL ...
  77540. web_1 | Installing indexes ...
  77541. web_1 | Installed 0 object(s) from 0 fixture(s)
  77542. web_1 |
  77543. web_1 | Synced:
  77544. web_1 | > django.contrib.auth
  77545. web_1 | > django.contrib.contenttypes
  77546. web_1 | > django.contrib.sessions
  77547. web_1 | > django.contrib.sites
  77548. web_1 | > django.contrib.messages
  77549. web_1 | > django.contrib.staticfiles
  77550. web_1 | > django.contrib.admin
  77551. web_1 | > south
  77552. web_1 | > crispy_forms
  77553. web_1 | > avatar
  77554. web_1 | > bootstrap3
  77555. web_1 | > users
  77556. web_1 | > allauth
  77557. web_1 | > allauth.account
  77558. web_1 | > django.contrib.humanize
  77559. web_1 | > debug_toolbar
  77560. web_1 |
  77561. web_1 | Not synced (use migrations):
  77562. web_1 | - allauth.socialaccount
  77563. web_1 | - django_extensions
  77564. web_1 | (use ./manage.py migrate to migrate these)
  77565. web_1 | Running migrations for socialaccount:
  77566. web_1 | - Nothing to migrate.
  77567. web_1 | - Loading initial data for socialaccount.
  77568. web_1 | Installed 0 object(s) from 0 fixture(s)
  77569. web_1 | Running migrations for django_extensions:
  77570. web_1 | - Nothing to migrate.
  77571. web_1 | - Loading initial data for django_extensions.
  77572. web_1 | Installed 0 object(s) from 0 fixture(s)
  77573. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77574. web_1 | [GCC 4.9.2] on linux2
  77575. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77576. web_1 | (InteractiveConsole)
  77577. web_1 |
  77578. web_1 | >>> >>> Starting the server
  77579. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77580. web_1 |
  77581. web_1 | Fatal error: Unable to find local grunt.
  77582. web_1 |
  77583. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77584. web_1 | your project. For more information about installing and configuring grunt,
  77585. web_1 | please see the Getting Started guide:
  77586. web_1 |
  77587. web_1 | http://gruntjs.com/getting-started
  77588. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77589. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77590. web_1 | Syncing...
  77591. web_1 | Creating tables ...
  77592. web_1 | Installing custom SQL ...
  77593. web_1 | Installing indexes ...
  77594. web_1 | Installed 0 object(s) from 0 fixture(s)
  77595. web_1 |
  77596. web_1 | Synced:
  77597. web_1 | > django.contrib.auth
  77598. web_1 | > django.contrib.contenttypes
  77599. web_1 | > django.contrib.sessions
  77600. web_1 | > django.contrib.sites
  77601. web_1 | > django.contrib.messages
  77602. web_1 | > django.contrib.staticfiles
  77603. web_1 | > django.contrib.admin
  77604. web_1 | > south
  77605. web_1 | > crispy_forms
  77606. web_1 | > avatar
  77607. web_1 | > bootstrap3
  77608. web_1 | > users
  77609. web_1 | > allauth
  77610. web_1 | > allauth.account
  77611. web_1 | > django.contrib.humanize
  77612. web_1 | > debug_toolbar
  77613. web_1 |
  77614. web_1 | Not synced (use migrations):
  77615. web_1 | - allauth.socialaccount
  77616. web_1 | - django_extensions
  77617. web_1 | (use ./manage.py migrate to migrate these)
  77618. web_1 | Running migrations for socialaccount:
  77619. web_1 | - Nothing to migrate.
  77620. web_1 | - Loading initial data for socialaccount.
  77621. web_1 | Installed 0 object(s) from 0 fixture(s)
  77622. web_1 | Running migrations for django_extensions:
  77623. web_1 | - Nothing to migrate.
  77624. web_1 | - Loading initial data for django_extensions.
  77625. web_1 | Installed 0 object(s) from 0 fixture(s)
  77626. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77627. web_1 | [GCC 4.9.2] on linux2
  77628. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77629. web_1 | (InteractiveConsole)
  77630. web_1 |
  77631. web_1 | >>> >>> Starting the server
  77632. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77633. web_1 |
  77634. web_1 | Fatal error: Unable to find local grunt.
  77635. web_1 |
  77636. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77637. web_1 | your project. For more information about installing and configuring grunt,
  77638. web_1 | please see the Getting Started guide:
  77639. web_1 |
  77640. web_1 | http://gruntjs.com/getting-started
  77641. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77642. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77643. web_1 | Syncing...
  77644. web_1 | Creating tables ...
  77645. web_1 | Installing custom SQL ...
  77646. web_1 | Installing indexes ...
  77647. web_1 | Installed 0 object(s) from 0 fixture(s)
  77648. web_1 |
  77649. web_1 | Synced:
  77650. web_1 | > django.contrib.auth
  77651. web_1 | > django.contrib.contenttypes
  77652. web_1 | > django.contrib.sessions
  77653. web_1 | > django.contrib.sites
  77654. web_1 | > django.contrib.messages
  77655. web_1 | > django.contrib.staticfiles
  77656. web_1 | > django.contrib.admin
  77657. web_1 | > south
  77658. web_1 | > crispy_forms
  77659. web_1 | > avatar
  77660. web_1 | > bootstrap3
  77661. web_1 | > users
  77662. web_1 | > allauth
  77663. web_1 | > allauth.account
  77664. web_1 | > django.contrib.humanize
  77665. web_1 | > debug_toolbar
  77666. web_1 |
  77667. web_1 | Not synced (use migrations):
  77668. web_1 | - allauth.socialaccount
  77669. web_1 | - django_extensions
  77670. web_1 | (use ./manage.py migrate to migrate these)
  77671. web_1 | Running migrations for socialaccount:
  77672. web_1 | - Nothing to migrate.
  77673. web_1 | - Loading initial data for socialaccount.
  77674. web_1 | Installed 0 object(s) from 0 fixture(s)
  77675. web_1 | Running migrations for django_extensions:
  77676. web_1 | - Nothing to migrate.
  77677. web_1 | - Loading initial data for django_extensions.
  77678. web_1 | Installed 0 object(s) from 0 fixture(s)
  77679. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77680. web_1 | [GCC 4.9.2] on linux2
  77681. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77682. web_1 | (InteractiveConsole)
  77683. web_1 |
  77684. web_1 | >>> >>> Starting the server
  77685. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77686. web_1 |
  77687. web_1 | Fatal error: Unable to find local grunt.
  77688. web_1 |
  77689. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77690. web_1 | your project. For more information about installing and configuring grunt,
  77691. web_1 | please see the Getting Started guide:
  77692. web_1 |
  77693. web_1 | http://gruntjs.com/getting-started
  77694. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77695. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77696. web_1 | Syncing...
  77697. web_1 | Creating tables ...
  77698. web_1 | Installing custom SQL ...
  77699. web_1 | Installing indexes ...
  77700. web_1 | Installed 0 object(s) from 0 fixture(s)
  77701. web_1 |
  77702. web_1 | Synced:
  77703. web_1 | > django.contrib.auth
  77704. web_1 | > django.contrib.contenttypes
  77705. web_1 | > django.contrib.sessions
  77706. web_1 | > django.contrib.sites
  77707. web_1 | > django.contrib.messages
  77708. web_1 | > django.contrib.staticfiles
  77709. web_1 | > django.contrib.admin
  77710. web_1 | > south
  77711. web_1 | > crispy_forms
  77712. web_1 | > avatar
  77713. web_1 | > bootstrap3
  77714. web_1 | > users
  77715. web_1 | > allauth
  77716. web_1 | > allauth.account
  77717. web_1 | > django.contrib.humanize
  77718. web_1 | > debug_toolbar
  77719. web_1 |
  77720. web_1 | Not synced (use migrations):
  77721. web_1 | - allauth.socialaccount
  77722. web_1 | - django_extensions
  77723. web_1 | (use ./manage.py migrate to migrate these)
  77724. web_1 | Running migrations for socialaccount:
  77725. web_1 | - Nothing to migrate.
  77726. web_1 | - Loading initial data for socialaccount.
  77727. web_1 | Installed 0 object(s) from 0 fixture(s)
  77728. web_1 | Running migrations for django_extensions:
  77729. web_1 | - Nothing to migrate.
  77730. web_1 | - Loading initial data for django_extensions.
  77731. web_1 | Installed 0 object(s) from 0 fixture(s)
  77732. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77733. web_1 | [GCC 4.9.2] on linux2
  77734. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77735. web_1 | (InteractiveConsole)
  77736. web_1 |
  77737. web_1 | >>> >>> Starting the server
  77738. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77739. web_1 |
  77740. web_1 | Fatal error: Unable to find local grunt.
  77741. web_1 |
  77742. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77743. web_1 | your project. For more information about installing and configuring grunt,
  77744. web_1 | please see the Getting Started guide:
  77745. web_1 |
  77746. web_1 | http://gruntjs.com/getting-started
  77747. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77748. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77749. web_1 | Syncing...
  77750. web_1 | Creating tables ...
  77751. web_1 | Installing custom SQL ...
  77752. web_1 | Installing indexes ...
  77753. web_1 | Installed 0 object(s) from 0 fixture(s)
  77754. web_1 |
  77755. web_1 | Synced:
  77756. web_1 | > django.contrib.auth
  77757. web_1 | > django.contrib.contenttypes
  77758. web_1 | > django.contrib.sessions
  77759. web_1 | > django.contrib.sites
  77760. web_1 | > django.contrib.messages
  77761. web_1 | > django.contrib.staticfiles
  77762. web_1 | > django.contrib.admin
  77763. web_1 | > south
  77764. web_1 | > crispy_forms
  77765. web_1 | > avatar
  77766. web_1 | > bootstrap3
  77767. web_1 | > users
  77768. web_1 | > allauth
  77769. web_1 | > allauth.account
  77770. web_1 | > django.contrib.humanize
  77771. web_1 | > debug_toolbar
  77772. web_1 |
  77773. web_1 | Not synced (use migrations):
  77774. web_1 | - allauth.socialaccount
  77775. web_1 | - django_extensions
  77776. web_1 | (use ./manage.py migrate to migrate these)
  77777. web_1 | Running migrations for socialaccount:
  77778. web_1 | - Nothing to migrate.
  77779. web_1 | - Loading initial data for socialaccount.
  77780. web_1 | Installed 0 object(s) from 0 fixture(s)
  77781. web_1 | Running migrations for django_extensions:
  77782. web_1 | - Nothing to migrate.
  77783. web_1 | - Loading initial data for django_extensions.
  77784. web_1 | Installed 0 object(s) from 0 fixture(s)
  77785. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77786. web_1 | [GCC 4.9.2] on linux2
  77787. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77788. web_1 | (InteractiveConsole)
  77789. web_1 |
  77790. web_1 | >>> >>> Starting the server
  77791. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77792. web_1 |
  77793. web_1 | Fatal error: Unable to find local grunt.
  77794. web_1 |
  77795. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77796. web_1 | your project. For more information about installing and configuring grunt,
  77797. web_1 | please see the Getting Started guide:
  77798. web_1 |
  77799. web_1 | http://gruntjs.com/getting-started
  77800. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77801. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77802. web_1 | Syncing...
  77803. web_1 | Creating tables ...
  77804. web_1 | Installing custom SQL ...
  77805. web_1 | Installing indexes ...
  77806. web_1 | Installed 0 object(s) from 0 fixture(s)
  77807. web_1 |
  77808. web_1 | Synced:
  77809. web_1 | > django.contrib.auth
  77810. web_1 | > django.contrib.contenttypes
  77811. web_1 | > django.contrib.sessions
  77812. web_1 | > django.contrib.sites
  77813. web_1 | > django.contrib.messages
  77814. web_1 | > django.contrib.staticfiles
  77815. web_1 | > django.contrib.admin
  77816. web_1 | > south
  77817. web_1 | > crispy_forms
  77818. web_1 | > avatar
  77819. web_1 | > bootstrap3
  77820. web_1 | > users
  77821. web_1 | > allauth
  77822. web_1 | > allauth.account
  77823. web_1 | > django.contrib.humanize
  77824. web_1 | > debug_toolbar
  77825. web_1 |
  77826. web_1 | Not synced (use migrations):
  77827. web_1 | - allauth.socialaccount
  77828. web_1 | - django_extensions
  77829. web_1 | (use ./manage.py migrate to migrate these)
  77830. web_1 | Running migrations for socialaccount:
  77831. web_1 | - Nothing to migrate.
  77832. web_1 | - Loading initial data for socialaccount.
  77833. web_1 | Installed 0 object(s) from 0 fixture(s)
  77834. web_1 | Running migrations for django_extensions:
  77835. web_1 | - Nothing to migrate.
  77836. web_1 | - Loading initial data for django_extensions.
  77837. web_1 | Installed 0 object(s) from 0 fixture(s)
  77838. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77839. web_1 | [GCC 4.9.2] on linux2
  77840. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77841. web_1 | (InteractiveConsole)
  77842. web_1 |
  77843. web_1 | >>> >>> Starting the server
  77844. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77845. web_1 |
  77846. web_1 | Fatal error: Unable to find local grunt.
  77847. web_1 |
  77848. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77849. web_1 | your project. For more information about installing and configuring grunt,
  77850. web_1 | please see the Getting Started guide:
  77851. web_1 |
  77852. web_1 | http://gruntjs.com/getting-started
  77853. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77854. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77855. web_1 | Syncing...
  77856. web_1 | Creating tables ...
  77857. web_1 | Installing custom SQL ...
  77858. web_1 | Installing indexes ...
  77859. web_1 | Installed 0 object(s) from 0 fixture(s)
  77860. web_1 |
  77861. web_1 | Synced:
  77862. web_1 | > django.contrib.auth
  77863. web_1 | > django.contrib.contenttypes
  77864. web_1 | > django.contrib.sessions
  77865. web_1 | > django.contrib.sites
  77866. web_1 | > django.contrib.messages
  77867. web_1 | > django.contrib.staticfiles
  77868. web_1 | > django.contrib.admin
  77869. web_1 | > south
  77870. web_1 | > crispy_forms
  77871. web_1 | > avatar
  77872. web_1 | > bootstrap3
  77873. web_1 | > users
  77874. web_1 | > allauth
  77875. web_1 | > allauth.account
  77876. web_1 | > django.contrib.humanize
  77877. web_1 | > debug_toolbar
  77878. web_1 |
  77879. web_1 | Not synced (use migrations):
  77880. web_1 | - allauth.socialaccount
  77881. web_1 | - django_extensions
  77882. web_1 | (use ./manage.py migrate to migrate these)
  77883. web_1 | Running migrations for socialaccount:
  77884. web_1 | - Nothing to migrate.
  77885. web_1 | - Loading initial data for socialaccount.
  77886. web_1 | Installed 0 object(s) from 0 fixture(s)
  77887. web_1 | Running migrations for django_extensions:
  77888. web_1 | - Nothing to migrate.
  77889. web_1 | - Loading initial data for django_extensions.
  77890. web_1 | Installed 0 object(s) from 0 fixture(s)
  77891. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77892. web_1 | [GCC 4.9.2] on linux2
  77893. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77894. web_1 | (InteractiveConsole)
  77895. web_1 |
  77896. web_1 | >>> >>> Starting the server
  77897. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77898. web_1 |
  77899. web_1 | Fatal error: Unable to find local grunt.
  77900. web_1 |
  77901. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77902. web_1 | your project. For more information about installing and configuring grunt,
  77903. web_1 | please see the Getting Started guide:
  77904. web_1 |
  77905. web_1 | http://gruntjs.com/getting-started
  77906. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77907. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77908. web_1 | Syncing...
  77909. web_1 | Creating tables ...
  77910. web_1 | Installing custom SQL ...
  77911. web_1 | Installing indexes ...
  77912. web_1 | Installed 0 object(s) from 0 fixture(s)
  77913. web_1 |
  77914. web_1 | Synced:
  77915. web_1 | > django.contrib.auth
  77916. web_1 | > django.contrib.contenttypes
  77917. web_1 | > django.contrib.sessions
  77918. web_1 | > django.contrib.sites
  77919. web_1 | > django.contrib.messages
  77920. web_1 | > django.contrib.staticfiles
  77921. web_1 | > django.contrib.admin
  77922. web_1 | > south
  77923. web_1 | > crispy_forms
  77924. web_1 | > avatar
  77925. web_1 | > bootstrap3
  77926. web_1 | > users
  77927. web_1 | > allauth
  77928. web_1 | > allauth.account
  77929. web_1 | > django.contrib.humanize
  77930. web_1 | > debug_toolbar
  77931. web_1 |
  77932. web_1 | Not synced (use migrations):
  77933. web_1 | - allauth.socialaccount
  77934. web_1 | - django_extensions
  77935. web_1 | (use ./manage.py migrate to migrate these)
  77936. web_1 | Running migrations for socialaccount:
  77937. web_1 | - Nothing to migrate.
  77938. web_1 | - Loading initial data for socialaccount.
  77939. web_1 | Installed 0 object(s) from 0 fixture(s)
  77940. web_1 | Running migrations for django_extensions:
  77941. web_1 | - Nothing to migrate.
  77942. web_1 | - Loading initial data for django_extensions.
  77943. web_1 | Installed 0 object(s) from 0 fixture(s)
  77944. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77945. web_1 | [GCC 4.9.2] on linux2
  77946. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  77947. web_1 | (InteractiveConsole)
  77948. web_1 |
  77949. web_1 | >>> >>> Starting the server
  77950. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  77951. web_1 |
  77952. web_1 | Fatal error: Unable to find local grunt.
  77953. web_1 |
  77954. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  77955. web_1 | your project. For more information about installing and configuring grunt,
  77956. web_1 | please see the Getting Started guide:
  77957. web_1 |
  77958. web_1 | http://gruntjs.com/getting-started
  77959. web_1 | Starting OpenBSD Secure Shell server: sshd.
  77960. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  77961. web_1 | Syncing...
  77962. web_1 | Creating tables ...
  77963. web_1 | Installing custom SQL ...
  77964. web_1 | Installing indexes ...
  77965. web_1 | Installed 0 object(s) from 0 fixture(s)
  77966. web_1 |
  77967. web_1 | Synced:
  77968. web_1 | > django.contrib.auth
  77969. web_1 | > django.contrib.contenttypes
  77970. web_1 | > django.contrib.sessions
  77971. web_1 | > django.contrib.sites
  77972. web_1 | > django.contrib.messages
  77973. web_1 | > django.contrib.staticfiles
  77974. web_1 | > django.contrib.admin
  77975. web_1 | > south
  77976. web_1 | > crispy_forms
  77977. web_1 | > avatar
  77978. web_1 | > bootstrap3
  77979. web_1 | > users
  77980. web_1 | > allauth
  77981. web_1 | > allauth.account
  77982. web_1 | > django.contrib.humanize
  77983. web_1 | > debug_toolbar
  77984. web_1 |
  77985. web_1 | Not synced (use migrations):
  77986. web_1 | - allauth.socialaccount
  77987. web_1 | - django_extensions
  77988. web_1 | (use ./manage.py migrate to migrate these)
  77989. web_1 | Running migrations for socialaccount:
  77990. web_1 | - Nothing to migrate.
  77991. web_1 | - Loading initial data for socialaccount.
  77992. web_1 | Installed 0 object(s) from 0 fixture(s)
  77993. web_1 | Running migrations for django_extensions:
  77994. web_1 | - Nothing to migrate.
  77995. web_1 | - Loading initial data for django_extensions.
  77996. web_1 | Installed 0 object(s) from 0 fixture(s)
  77997. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  77998. web_1 | [GCC 4.9.2] on linux2
  77999. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78000. web_1 | (InteractiveConsole)
  78001. web_1 |
  78002. web_1 | >>> >>> Starting the server
  78003. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78004. web_1 |
  78005. web_1 | Fatal error: Unable to find local grunt.
  78006. web_1 |
  78007. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78008. web_1 | your project. For more information about installing and configuring grunt,
  78009. web_1 | please see the Getting Started guide:
  78010. web_1 |
  78011. web_1 | http://gruntjs.com/getting-started
  78012. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78013. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78014. web_1 | Syncing...
  78015. web_1 | Creating tables ...
  78016. web_1 | Installing custom SQL ...
  78017. web_1 | Installing indexes ...
  78018. web_1 | Installed 0 object(s) from 0 fixture(s)
  78019. web_1 |
  78020. web_1 | Synced:
  78021. web_1 | > django.contrib.auth
  78022. web_1 | > django.contrib.contenttypes
  78023. web_1 | > django.contrib.sessions
  78024. web_1 | > django.contrib.sites
  78025. web_1 | > django.contrib.messages
  78026. web_1 | > django.contrib.staticfiles
  78027. web_1 | > django.contrib.admin
  78028. web_1 | > south
  78029. web_1 | > crispy_forms
  78030. web_1 | > avatar
  78031. web_1 | > bootstrap3
  78032. web_1 | > users
  78033. web_1 | > allauth
  78034. web_1 | > allauth.account
  78035. web_1 | > django.contrib.humanize
  78036. web_1 | > debug_toolbar
  78037. web_1 |
  78038. web_1 | Not synced (use migrations):
  78039. web_1 | - allauth.socialaccount
  78040. web_1 | - django_extensions
  78041. web_1 | (use ./manage.py migrate to migrate these)
  78042. web_1 | Running migrations for socialaccount:
  78043. web_1 | - Nothing to migrate.
  78044. web_1 | - Loading initial data for socialaccount.
  78045. web_1 | Installed 0 object(s) from 0 fixture(s)
  78046. web_1 | Running migrations for django_extensions:
  78047. web_1 | - Nothing to migrate.
  78048. web_1 | - Loading initial data for django_extensions.
  78049. web_1 | Installed 0 object(s) from 0 fixture(s)
  78050. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78051. web_1 | [GCC 4.9.2] on linux2
  78052. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78053. web_1 | (InteractiveConsole)
  78054. web_1 |
  78055. web_1 | >>> >>> Starting the server
  78056. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78057. web_1 |
  78058. web_1 | Fatal error: Unable to find local grunt.
  78059. web_1 |
  78060. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78061. web_1 | your project. For more information about installing and configuring grunt,
  78062. web_1 | please see the Getting Started guide:
  78063. web_1 |
  78064. web_1 | http://gruntjs.com/getting-started
  78065. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78066. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78067. web_1 | Syncing...
  78068. web_1 | Creating tables ...
  78069. web_1 | Installing custom SQL ...
  78070. web_1 | Installing indexes ...
  78071. web_1 | Installed 0 object(s) from 0 fixture(s)
  78072. web_1 |
  78073. web_1 | Synced:
  78074. web_1 | > django.contrib.auth
  78075. web_1 | > django.contrib.contenttypes
  78076. web_1 | > django.contrib.sessions
  78077. web_1 | > django.contrib.sites
  78078. web_1 | > django.contrib.messages
  78079. web_1 | > django.contrib.staticfiles
  78080. web_1 | > django.contrib.admin
  78081. web_1 | > south
  78082. web_1 | > crispy_forms
  78083. web_1 | > avatar
  78084. web_1 | > bootstrap3
  78085. web_1 | > users
  78086. web_1 | > allauth
  78087. web_1 | > allauth.account
  78088. web_1 | > django.contrib.humanize
  78089. web_1 | > debug_toolbar
  78090. web_1 |
  78091. web_1 | Not synced (use migrations):
  78092. web_1 | - allauth.socialaccount
  78093. web_1 | - django_extensions
  78094. web_1 | (use ./manage.py migrate to migrate these)
  78095. web_1 | Running migrations for socialaccount:
  78096. web_1 | - Nothing to migrate.
  78097. web_1 | - Loading initial data for socialaccount.
  78098. web_1 | Installed 0 object(s) from 0 fixture(s)
  78099. web_1 | Running migrations for django_extensions:
  78100. web_1 | - Nothing to migrate.
  78101. web_1 | - Loading initial data for django_extensions.
  78102. web_1 | Installed 0 object(s) from 0 fixture(s)
  78103. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78104. web_1 | [GCC 4.9.2] on linux2
  78105. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78106. web_1 | (InteractiveConsole)
  78107. web_1 |
  78108. web_1 | >>> >>> Starting the server
  78109. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78110. web_1 |
  78111. web_1 | Fatal error: Unable to find local grunt.
  78112. web_1 |
  78113. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78114. web_1 | your project. For more information about installing and configuring grunt,
  78115. web_1 | please see the Getting Started guide:
  78116. web_1 |
  78117. web_1 | http://gruntjs.com/getting-started
  78118. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78119. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78120. web_1 | Syncing...
  78121. web_1 | Creating tables ...
  78122. web_1 | Installing custom SQL ...
  78123. web_1 | Installing indexes ...
  78124. web_1 | Installed 0 object(s) from 0 fixture(s)
  78125. web_1 |
  78126. web_1 | Synced:
  78127. web_1 | > django.contrib.auth
  78128. web_1 | > django.contrib.contenttypes
  78129. web_1 | > django.contrib.sessions
  78130. web_1 | > django.contrib.sites
  78131. web_1 | > django.contrib.messages
  78132. web_1 | > django.contrib.staticfiles
  78133. web_1 | > django.contrib.admin
  78134. web_1 | > south
  78135. web_1 | > crispy_forms
  78136. web_1 | > avatar
  78137. web_1 | > bootstrap3
  78138. web_1 | > users
  78139. web_1 | > allauth
  78140. web_1 | > allauth.account
  78141. web_1 | > django.contrib.humanize
  78142. web_1 | > debug_toolbar
  78143. web_1 |
  78144. web_1 | Not synced (use migrations):
  78145. web_1 | - allauth.socialaccount
  78146. web_1 | - django_extensions
  78147. web_1 | (use ./manage.py migrate to migrate these)
  78148. web_1 | Running migrations for socialaccount:
  78149. web_1 | - Nothing to migrate.
  78150. web_1 | - Loading initial data for socialaccount.
  78151. web_1 | Installed 0 object(s) from 0 fixture(s)
  78152. web_1 | Running migrations for django_extensions:
  78153. web_1 | - Nothing to migrate.
  78154. web_1 | - Loading initial data for django_extensions.
  78155. web_1 | Installed 0 object(s) from 0 fixture(s)
  78156. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78157. web_1 | [GCC 4.9.2] on linux2
  78158. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78159. web_1 | (InteractiveConsole)
  78160. web_1 |
  78161. web_1 | >>> >>> Starting the server
  78162. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78163. web_1 |
  78164. web_1 | Fatal error: Unable to find local grunt.
  78165. web_1 |
  78166. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78167. web_1 | your project. For more information about installing and configuring grunt,
  78168. web_1 | please see the Getting Started guide:
  78169. web_1 |
  78170. web_1 | http://gruntjs.com/getting-started
  78171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78172. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78173. web_1 | Syncing...
  78174. web_1 | Creating tables ...
  78175. web_1 | Installing custom SQL ...
  78176. web_1 | Installing indexes ...
  78177. web_1 | Installed 0 object(s) from 0 fixture(s)
  78178. web_1 |
  78179. web_1 | Synced:
  78180. web_1 | > django.contrib.auth
  78181. web_1 | > django.contrib.contenttypes
  78182. web_1 | > django.contrib.sessions
  78183. web_1 | > django.contrib.sites
  78184. web_1 | > django.contrib.messages
  78185. web_1 | > django.contrib.staticfiles
  78186. web_1 | > django.contrib.admin
  78187. web_1 | > south
  78188. web_1 | > crispy_forms
  78189. web_1 | > avatar
  78190. web_1 | > bootstrap3
  78191. web_1 | > users
  78192. web_1 | > allauth
  78193. web_1 | > allauth.account
  78194. web_1 | > django.contrib.humanize
  78195. web_1 | > debug_toolbar
  78196. web_1 |
  78197. web_1 | Not synced (use migrations):
  78198. web_1 | - allauth.socialaccount
  78199. web_1 | - django_extensions
  78200. web_1 | (use ./manage.py migrate to migrate these)
  78201. web_1 | Running migrations for socialaccount:
  78202. web_1 | - Nothing to migrate.
  78203. web_1 | - Loading initial data for socialaccount.
  78204. web_1 | Installed 0 object(s) from 0 fixture(s)
  78205. web_1 | Running migrations for django_extensions:
  78206. web_1 | - Nothing to migrate.
  78207. web_1 | - Loading initial data for django_extensions.
  78208. web_1 | Installed 0 object(s) from 0 fixture(s)
  78209. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78210. web_1 | [GCC 4.9.2] on linux2
  78211. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78212. web_1 | (InteractiveConsole)
  78213. web_1 |
  78214. web_1 | >>> >>> Starting the server
  78215. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78216. web_1 |
  78217. web_1 | Fatal error: Unable to find local grunt.
  78218. web_1 |
  78219. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78220. web_1 | your project. For more information about installing and configuring grunt,
  78221. web_1 | please see the Getting Started guide:
  78222. web_1 |
  78223. web_1 | http://gruntjs.com/getting-started
  78224. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78225. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78226. web_1 | Syncing...
  78227. web_1 | Creating tables ...
  78228. web_1 | Installing custom SQL ...
  78229. web_1 | Installing indexes ...
  78230. web_1 | Installed 0 object(s) from 0 fixture(s)
  78231. web_1 |
  78232. web_1 | Synced:
  78233. web_1 | > django.contrib.auth
  78234. web_1 | > django.contrib.contenttypes
  78235. web_1 | > django.contrib.sessions
  78236. web_1 | > django.contrib.sites
  78237. web_1 | > django.contrib.messages
  78238. web_1 | > django.contrib.staticfiles
  78239. web_1 | > django.contrib.admin
  78240. web_1 | > south
  78241. web_1 | > crispy_forms
  78242. web_1 | > avatar
  78243. web_1 | > bootstrap3
  78244. web_1 | > users
  78245. web_1 | > allauth
  78246. web_1 | > allauth.account
  78247. web_1 | > django.contrib.humanize
  78248. web_1 | > debug_toolbar
  78249. web_1 |
  78250. web_1 | Not synced (use migrations):
  78251. web_1 | - allauth.socialaccount
  78252. web_1 | - django_extensions
  78253. web_1 | (use ./manage.py migrate to migrate these)
  78254. web_1 | Running migrations for socialaccount:
  78255. web_1 | - Nothing to migrate.
  78256. web_1 | - Loading initial data for socialaccount.
  78257. web_1 | Installed 0 object(s) from 0 fixture(s)
  78258. web_1 | Running migrations for django_extensions:
  78259. web_1 | - Nothing to migrate.
  78260. web_1 | - Loading initial data for django_extensions.
  78261. web_1 | Installed 0 object(s) from 0 fixture(s)
  78262. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78263. web_1 | [GCC 4.9.2] on linux2
  78264. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78265. web_1 | (InteractiveConsole)
  78266. web_1 |
  78267. web_1 | >>> >>> Starting the server
  78268. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78269. web_1 |
  78270. web_1 | Fatal error: Unable to find local grunt.
  78271. web_1 |
  78272. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78273. web_1 | your project. For more information about installing and configuring grunt,
  78274. web_1 | please see the Getting Started guide:
  78275. web_1 |
  78276. web_1 | http://gruntjs.com/getting-started
  78277. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78278. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78279. web_1 | Syncing...
  78280. web_1 | Creating tables ...
  78281. web_1 | Installing custom SQL ...
  78282. web_1 | Installing indexes ...
  78283. web_1 | Installed 0 object(s) from 0 fixture(s)
  78284. web_1 |
  78285. web_1 | Synced:
  78286. web_1 | > django.contrib.auth
  78287. web_1 | > django.contrib.contenttypes
  78288. web_1 | > django.contrib.sessions
  78289. web_1 | > django.contrib.sites
  78290. web_1 | > django.contrib.messages
  78291. web_1 | > django.contrib.staticfiles
  78292. web_1 | > django.contrib.admin
  78293. web_1 | > south
  78294. web_1 | > crispy_forms
  78295. web_1 | > avatar
  78296. web_1 | > bootstrap3
  78297. web_1 | > users
  78298. web_1 | > allauth
  78299. web_1 | > allauth.account
  78300. web_1 | > django.contrib.humanize
  78301. web_1 | > debug_toolbar
  78302. web_1 |
  78303. web_1 | Not synced (use migrations):
  78304. web_1 | - allauth.socialaccount
  78305. web_1 | - django_extensions
  78306. web_1 | (use ./manage.py migrate to migrate these)
  78307. web_1 | Running migrations for socialaccount:
  78308. web_1 | - Nothing to migrate.
  78309. web_1 | - Loading initial data for socialaccount.
  78310. web_1 | Installed 0 object(s) from 0 fixture(s)
  78311. web_1 | Running migrations for django_extensions:
  78312. web_1 | - Nothing to migrate.
  78313. web_1 | - Loading initial data for django_extensions.
  78314. web_1 | Installed 0 object(s) from 0 fixture(s)
  78315. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78316. web_1 | [GCC 4.9.2] on linux2
  78317. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78318. web_1 | (InteractiveConsole)
  78319. web_1 |
  78320. web_1 | >>> >>> Starting the server
  78321. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78322. web_1 |
  78323. web_1 | Fatal error: Unable to find local grunt.
  78324. web_1 |
  78325. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78326. web_1 | your project. For more information about installing and configuring grunt,
  78327. web_1 | please see the Getting Started guide:
  78328. web_1 |
  78329. web_1 | http://gruntjs.com/getting-started
  78330. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78331. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78332. web_1 | Syncing...
  78333. web_1 | Creating tables ...
  78334. web_1 | Installing custom SQL ...
  78335. web_1 | Installing indexes ...
  78336. web_1 | Installed 0 object(s) from 0 fixture(s)
  78337. web_1 |
  78338. web_1 | Synced:
  78339. web_1 | > django.contrib.auth
  78340. web_1 | > django.contrib.contenttypes
  78341. web_1 | > django.contrib.sessions
  78342. web_1 | > django.contrib.sites
  78343. web_1 | > django.contrib.messages
  78344. web_1 | > django.contrib.staticfiles
  78345. web_1 | > django.contrib.admin
  78346. web_1 | > south
  78347. web_1 | > crispy_forms
  78348. web_1 | > avatar
  78349. web_1 | > bootstrap3
  78350. web_1 | > users
  78351. web_1 | > allauth
  78352. web_1 | > allauth.account
  78353. web_1 | > django.contrib.humanize
  78354. web_1 | > debug_toolbar
  78355. web_1 |
  78356. web_1 | Not synced (use migrations):
  78357. web_1 | - allauth.socialaccount
  78358. web_1 | - django_extensions
  78359. web_1 | (use ./manage.py migrate to migrate these)
  78360. web_1 | Running migrations for socialaccount:
  78361. web_1 | - Nothing to migrate.
  78362. web_1 | - Loading initial data for socialaccount.
  78363. web_1 | Installed 0 object(s) from 0 fixture(s)
  78364. web_1 | Running migrations for django_extensions:
  78365. web_1 | - Nothing to migrate.
  78366. web_1 | - Loading initial data for django_extensions.
  78367. web_1 | Installed 0 object(s) from 0 fixture(s)
  78368. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78369. web_1 | [GCC 4.9.2] on linux2
  78370. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78371. web_1 | (InteractiveConsole)
  78372. web_1 |
  78373. web_1 | >>> >>> Starting the server
  78374. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78375. web_1 |
  78376. web_1 | Fatal error: Unable to find local grunt.
  78377. web_1 |
  78378. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78379. web_1 | your project. For more information about installing and configuring grunt,
  78380. web_1 | please see the Getting Started guide:
  78381. web_1 |
  78382. web_1 | http://gruntjs.com/getting-started
  78383. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78384. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78385. web_1 | Syncing...
  78386. web_1 | Creating tables ...
  78387. web_1 | Installing custom SQL ...
  78388. web_1 | Installing indexes ...
  78389. web_1 | Installed 0 object(s) from 0 fixture(s)
  78390. web_1 |
  78391. web_1 | Synced:
  78392. web_1 | > django.contrib.auth
  78393. web_1 | > django.contrib.contenttypes
  78394. web_1 | > django.contrib.sessions
  78395. web_1 | > django.contrib.sites
  78396. web_1 | > django.contrib.messages
  78397. web_1 | > django.contrib.staticfiles
  78398. web_1 | > django.contrib.admin
  78399. web_1 | > south
  78400. web_1 | > crispy_forms
  78401. web_1 | > avatar
  78402. web_1 | > bootstrap3
  78403. web_1 | > users
  78404. web_1 | > allauth
  78405. web_1 | > allauth.account
  78406. web_1 | > django.contrib.humanize
  78407. web_1 | > debug_toolbar
  78408. web_1 |
  78409. web_1 | Not synced (use migrations):
  78410. web_1 | - allauth.socialaccount
  78411. web_1 | - django_extensions
  78412. web_1 | (use ./manage.py migrate to migrate these)
  78413. web_1 | Running migrations for socialaccount:
  78414. web_1 | - Nothing to migrate.
  78415. web_1 | - Loading initial data for socialaccount.
  78416. web_1 | Installed 0 object(s) from 0 fixture(s)
  78417. web_1 | Running migrations for django_extensions:
  78418. web_1 | - Nothing to migrate.
  78419. web_1 | - Loading initial data for django_extensions.
  78420. web_1 | Installed 0 object(s) from 0 fixture(s)
  78421. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78422. web_1 | [GCC 4.9.2] on linux2
  78423. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78424. web_1 | (InteractiveConsole)
  78425. web_1 |
  78426. web_1 | >>> >>> Starting the server
  78427. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78428. web_1 |
  78429. web_1 | Fatal error: Unable to find local grunt.
  78430. web_1 |
  78431. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78432. web_1 | your project. For more information about installing and configuring grunt,
  78433. web_1 | please see the Getting Started guide:
  78434. web_1 |
  78435. web_1 | http://gruntjs.com/getting-started
  78436. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78437. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78438. web_1 | Syncing...
  78439. web_1 | Creating tables ...
  78440. web_1 | Installing custom SQL ...
  78441. web_1 | Installing indexes ...
  78442. web_1 | Installed 0 object(s) from 0 fixture(s)
  78443. web_1 |
  78444. web_1 | Synced:
  78445. web_1 | > django.contrib.auth
  78446. web_1 | > django.contrib.contenttypes
  78447. web_1 | > django.contrib.sessions
  78448. web_1 | > django.contrib.sites
  78449. web_1 | > django.contrib.messages
  78450. web_1 | > django.contrib.staticfiles
  78451. web_1 | > django.contrib.admin
  78452. web_1 | > south
  78453. web_1 | > crispy_forms
  78454. web_1 | > avatar
  78455. web_1 | > bootstrap3
  78456. web_1 | > users
  78457. web_1 | > allauth
  78458. web_1 | > allauth.account
  78459. web_1 | > django.contrib.humanize
  78460. web_1 | > debug_toolbar
  78461. web_1 |
  78462. web_1 | Not synced (use migrations):
  78463. web_1 | - allauth.socialaccount
  78464. web_1 | - django_extensions
  78465. web_1 | (use ./manage.py migrate to migrate these)
  78466. web_1 | Running migrations for socialaccount:
  78467. web_1 | - Nothing to migrate.
  78468. web_1 | - Loading initial data for socialaccount.
  78469. web_1 | Installed 0 object(s) from 0 fixture(s)
  78470. web_1 | Running migrations for django_extensions:
  78471. web_1 | - Nothing to migrate.
  78472. web_1 | - Loading initial data for django_extensions.
  78473. web_1 | Installed 0 object(s) from 0 fixture(s)
  78474. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78475. web_1 | [GCC 4.9.2] on linux2
  78476. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78477. web_1 | (InteractiveConsole)
  78478. web_1 |
  78479. web_1 | >>> >>> Starting the server
  78480. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78481. web_1 |
  78482. web_1 | Fatal error: Unable to find local grunt.
  78483. web_1 |
  78484. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78485. web_1 | your project. For more information about installing and configuring grunt,
  78486. web_1 | please see the Getting Started guide:
  78487. web_1 |
  78488. web_1 | http://gruntjs.com/getting-started
  78489. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78490. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78491. web_1 | Syncing...
  78492. web_1 | Creating tables ...
  78493. web_1 | Installing custom SQL ...
  78494. web_1 | Installing indexes ...
  78495. web_1 | Installed 0 object(s) from 0 fixture(s)
  78496. web_1 |
  78497. web_1 | Synced:
  78498. web_1 | > django.contrib.auth
  78499. web_1 | > django.contrib.contenttypes
  78500. web_1 | > django.contrib.sessions
  78501. web_1 | > django.contrib.sites
  78502. web_1 | > django.contrib.messages
  78503. web_1 | > django.contrib.staticfiles
  78504. web_1 | > django.contrib.admin
  78505. web_1 | > south
  78506. web_1 | > crispy_forms
  78507. web_1 | > avatar
  78508. web_1 | > bootstrap3
  78509. web_1 | > users
  78510. web_1 | > allauth
  78511. web_1 | > allauth.account
  78512. web_1 | > django.contrib.humanize
  78513. web_1 | > debug_toolbar
  78514. web_1 |
  78515. web_1 | Not synced (use migrations):
  78516. web_1 | - allauth.socialaccount
  78517. web_1 | - django_extensions
  78518. web_1 | (use ./manage.py migrate to migrate these)
  78519. web_1 | Running migrations for socialaccount:
  78520. web_1 | - Nothing to migrate.
  78521. web_1 | - Loading initial data for socialaccount.
  78522. web_1 | Installed 0 object(s) from 0 fixture(s)
  78523. web_1 | Running migrations for django_extensions:
  78524. web_1 | - Nothing to migrate.
  78525. web_1 | - Loading initial data for django_extensions.
  78526. web_1 | Installed 0 object(s) from 0 fixture(s)
  78527. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78528. web_1 | [GCC 4.9.2] on linux2
  78529. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78530. web_1 | (InteractiveConsole)
  78531. web_1 |
  78532. web_1 | >>> >>> Starting the server
  78533. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78534. web_1 |
  78535. web_1 | Fatal error: Unable to find local grunt.
  78536. web_1 |
  78537. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78538. web_1 | your project. For more information about installing and configuring grunt,
  78539. web_1 | please see the Getting Started guide:
  78540. web_1 |
  78541. web_1 | http://gruntjs.com/getting-started
  78542. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78543. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78544. web_1 | Syncing...
  78545. web_1 | Creating tables ...
  78546. web_1 | Installing custom SQL ...
  78547. web_1 | Installing indexes ...
  78548. web_1 | Installed 0 object(s) from 0 fixture(s)
  78549. web_1 |
  78550. web_1 | Synced:
  78551. web_1 | > django.contrib.auth
  78552. web_1 | > django.contrib.contenttypes
  78553. web_1 | > django.contrib.sessions
  78554. web_1 | > django.contrib.sites
  78555. web_1 | > django.contrib.messages
  78556. web_1 | > django.contrib.staticfiles
  78557. web_1 | > django.contrib.admin
  78558. web_1 | > south
  78559. web_1 | > crispy_forms
  78560. web_1 | > avatar
  78561. web_1 | > bootstrap3
  78562. web_1 | > users
  78563. web_1 | > allauth
  78564. web_1 | > allauth.account
  78565. web_1 | > django.contrib.humanize
  78566. web_1 | > debug_toolbar
  78567. web_1 |
  78568. web_1 | Not synced (use migrations):
  78569. web_1 | - allauth.socialaccount
  78570. web_1 | - django_extensions
  78571. web_1 | (use ./manage.py migrate to migrate these)
  78572. web_1 | Running migrations for socialaccount:
  78573. web_1 | - Nothing to migrate.
  78574. web_1 | - Loading initial data for socialaccount.
  78575. web_1 | Installed 0 object(s) from 0 fixture(s)
  78576. web_1 | Running migrations for django_extensions:
  78577. web_1 | - Nothing to migrate.
  78578. web_1 | - Loading initial data for django_extensions.
  78579. web_1 | Installed 0 object(s) from 0 fixture(s)
  78580. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78581. web_1 | [GCC 4.9.2] on linux2
  78582. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78583. web_1 | (InteractiveConsole)
  78584. web_1 |
  78585. web_1 | >>> >>> Starting the server
  78586. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78587. web_1 |
  78588. web_1 | Fatal error: Unable to find local grunt.
  78589. web_1 |
  78590. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78591. web_1 | your project. For more information about installing and configuring grunt,
  78592. web_1 | please see the Getting Started guide:
  78593. web_1 |
  78594. web_1 | http://gruntjs.com/getting-started
  78595. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78596. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78597. web_1 | Syncing...
  78598. web_1 | Creating tables ...
  78599. web_1 | Installing custom SQL ...
  78600. web_1 | Installing indexes ...
  78601. web_1 | Installed 0 object(s) from 0 fixture(s)
  78602. web_1 |
  78603. web_1 | Synced:
  78604. web_1 | > django.contrib.auth
  78605. web_1 | > django.contrib.contenttypes
  78606. web_1 | > django.contrib.sessions
  78607. web_1 | > django.contrib.sites
  78608. web_1 | > django.contrib.messages
  78609. web_1 | > django.contrib.staticfiles
  78610. web_1 | > django.contrib.admin
  78611. web_1 | > south
  78612. web_1 | > crispy_forms
  78613. web_1 | > avatar
  78614. web_1 | > bootstrap3
  78615. web_1 | > users
  78616. web_1 | > allauth
  78617. web_1 | > allauth.account
  78618. web_1 | > django.contrib.humanize
  78619. web_1 | > debug_toolbar
  78620. web_1 |
  78621. web_1 | Not synced (use migrations):
  78622. web_1 | - allauth.socialaccount
  78623. web_1 | - django_extensions
  78624. web_1 | (use ./manage.py migrate to migrate these)
  78625. web_1 | Running migrations for socialaccount:
  78626. web_1 | - Nothing to migrate.
  78627. web_1 | - Loading initial data for socialaccount.
  78628. web_1 | Installed 0 object(s) from 0 fixture(s)
  78629. web_1 | Running migrations for django_extensions:
  78630. web_1 | - Nothing to migrate.
  78631. web_1 | - Loading initial data for django_extensions.
  78632. web_1 | Installed 0 object(s) from 0 fixture(s)
  78633. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78634. web_1 | [GCC 4.9.2] on linux2
  78635. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78636. web_1 | (InteractiveConsole)
  78637. web_1 |
  78638. web_1 | >>> >>> Starting the server
  78639. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78640. web_1 |
  78641. web_1 | Fatal error: Unable to find local grunt.
  78642. web_1 |
  78643. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78644. web_1 | your project. For more information about installing and configuring grunt,
  78645. web_1 | please see the Getting Started guide:
  78646. web_1 |
  78647. web_1 | http://gruntjs.com/getting-started
  78648. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78649. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78650. web_1 | Syncing...
  78651. web_1 | Creating tables ...
  78652. web_1 | Installing custom SQL ...
  78653. web_1 | Installing indexes ...
  78654. web_1 | Installed 0 object(s) from 0 fixture(s)
  78655. web_1 |
  78656. web_1 | Synced:
  78657. web_1 | > django.contrib.auth
  78658. web_1 | > django.contrib.contenttypes
  78659. web_1 | > django.contrib.sessions
  78660. web_1 | > django.contrib.sites
  78661. web_1 | > django.contrib.messages
  78662. web_1 | > django.contrib.staticfiles
  78663. web_1 | > django.contrib.admin
  78664. web_1 | > south
  78665. web_1 | > crispy_forms
  78666. web_1 | > avatar
  78667. web_1 | > bootstrap3
  78668. web_1 | > users
  78669. web_1 | > allauth
  78670. web_1 | > allauth.account
  78671. web_1 | > django.contrib.humanize
  78672. web_1 | > debug_toolbar
  78673. web_1 |
  78674. web_1 | Not synced (use migrations):
  78675. web_1 | - allauth.socialaccount
  78676. web_1 | - django_extensions
  78677. web_1 | (use ./manage.py migrate to migrate these)
  78678. web_1 | Running migrations for socialaccount:
  78679. web_1 | - Nothing to migrate.
  78680. web_1 | - Loading initial data for socialaccount.
  78681. web_1 | Installed 0 object(s) from 0 fixture(s)
  78682. web_1 | Running migrations for django_extensions:
  78683. web_1 | - Nothing to migrate.
  78684. web_1 | - Loading initial data for django_extensions.
  78685. web_1 | Installed 0 object(s) from 0 fixture(s)
  78686. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78687. web_1 | [GCC 4.9.2] on linux2
  78688. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78689. web_1 | (InteractiveConsole)
  78690. web_1 |
  78691. web_1 | >>> >>> Starting the server
  78692. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78693. web_1 |
  78694. web_1 | Fatal error: Unable to find local grunt.
  78695. web_1 |
  78696. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78697. web_1 | your project. For more information about installing and configuring grunt,
  78698. web_1 | please see the Getting Started guide:
  78699. web_1 |
  78700. web_1 | http://gruntjs.com/getting-started
  78701. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78702. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78703. web_1 | Syncing...
  78704. web_1 | Creating tables ...
  78705. web_1 | Installing custom SQL ...
  78706. web_1 | Installing indexes ...
  78707. web_1 | Installed 0 object(s) from 0 fixture(s)
  78708. web_1 |
  78709. web_1 | Synced:
  78710. web_1 | > django.contrib.auth
  78711. web_1 | > django.contrib.contenttypes
  78712. web_1 | > django.contrib.sessions
  78713. web_1 | > django.contrib.sites
  78714. web_1 | > django.contrib.messages
  78715. web_1 | > django.contrib.staticfiles
  78716. web_1 | > django.contrib.admin
  78717. web_1 | > south
  78718. web_1 | > crispy_forms
  78719. web_1 | > avatar
  78720. web_1 | > bootstrap3
  78721. web_1 | > users
  78722. web_1 | > allauth
  78723. web_1 | > allauth.account
  78724. web_1 | > django.contrib.humanize
  78725. web_1 | > debug_toolbar
  78726. web_1 |
  78727. web_1 | Not synced (use migrations):
  78728. web_1 | - allauth.socialaccount
  78729. web_1 | - django_extensions
  78730. web_1 | (use ./manage.py migrate to migrate these)
  78731. web_1 | Running migrations for socialaccount:
  78732. web_1 | - Nothing to migrate.
  78733. web_1 | - Loading initial data for socialaccount.
  78734. web_1 | Installed 0 object(s) from 0 fixture(s)
  78735. web_1 | Running migrations for django_extensions:
  78736. web_1 | - Nothing to migrate.
  78737. web_1 | - Loading initial data for django_extensions.
  78738. web_1 | Installed 0 object(s) from 0 fixture(s)
  78739. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78740. web_1 | [GCC 4.9.2] on linux2
  78741. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78742. web_1 | (InteractiveConsole)
  78743. web_1 |
  78744. web_1 | >>> >>> Starting the server
  78745. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78746. web_1 |
  78747. web_1 | Fatal error: Unable to find local grunt.
  78748. web_1 |
  78749. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78750. web_1 | your project. For more information about installing and configuring grunt,
  78751. web_1 | please see the Getting Started guide:
  78752. web_1 |
  78753. web_1 | http://gruntjs.com/getting-started
  78754. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78755. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78756. web_1 | Syncing...
  78757. web_1 | Creating tables ...
  78758. web_1 | Installing custom SQL ...
  78759. web_1 | Installing indexes ...
  78760. web_1 | Installed 0 object(s) from 0 fixture(s)
  78761. web_1 |
  78762. web_1 | Synced:
  78763. web_1 | > django.contrib.auth
  78764. web_1 | > django.contrib.contenttypes
  78765. web_1 | > django.contrib.sessions
  78766. web_1 | > django.contrib.sites
  78767. web_1 | > django.contrib.messages
  78768. web_1 | > django.contrib.staticfiles
  78769. web_1 | > django.contrib.admin
  78770. web_1 | > south
  78771. web_1 | > crispy_forms
  78772. web_1 | > avatar
  78773. web_1 | > bootstrap3
  78774. web_1 | > users
  78775. web_1 | > allauth
  78776. web_1 | > allauth.account
  78777. web_1 | > django.contrib.humanize
  78778. web_1 | > debug_toolbar
  78779. web_1 |
  78780. web_1 | Not synced (use migrations):
  78781. web_1 | - allauth.socialaccount
  78782. web_1 | - django_extensions
  78783. web_1 | (use ./manage.py migrate to migrate these)
  78784. web_1 | Running migrations for socialaccount:
  78785. web_1 | - Nothing to migrate.
  78786. web_1 | - Loading initial data for socialaccount.
  78787. web_1 | Installed 0 object(s) from 0 fixture(s)
  78788. web_1 | Running migrations for django_extensions:
  78789. web_1 | - Nothing to migrate.
  78790. web_1 | - Loading initial data for django_extensions.
  78791. web_1 | Installed 0 object(s) from 0 fixture(s)
  78792. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78793. web_1 | [GCC 4.9.2] on linux2
  78794. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78795. web_1 | (InteractiveConsole)
  78796. web_1 |
  78797. web_1 | >>> >>> Starting the server
  78798. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78799. web_1 |
  78800. web_1 | Fatal error: Unable to find local grunt.
  78801. web_1 |
  78802. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78803. web_1 | your project. For more information about installing and configuring grunt,
  78804. web_1 | please see the Getting Started guide:
  78805. web_1 |
  78806. web_1 | http://gruntjs.com/getting-started
  78807. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78808. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78809. web_1 | Syncing...
  78810. web_1 | Creating tables ...
  78811. web_1 | Installing custom SQL ...
  78812. web_1 | Installing indexes ...
  78813. web_1 | Installed 0 object(s) from 0 fixture(s)
  78814. web_1 |
  78815. web_1 | Synced:
  78816. web_1 | > django.contrib.auth
  78817. web_1 | > django.contrib.contenttypes
  78818. web_1 | > django.contrib.sessions
  78819. web_1 | > django.contrib.sites
  78820. web_1 | > django.contrib.messages
  78821. web_1 | > django.contrib.staticfiles
  78822. web_1 | > django.contrib.admin
  78823. web_1 | > south
  78824. web_1 | > crispy_forms
  78825. web_1 | > avatar
  78826. web_1 | > bootstrap3
  78827. web_1 | > users
  78828. web_1 | > allauth
  78829. web_1 | > allauth.account
  78830. web_1 | > django.contrib.humanize
  78831. web_1 | > debug_toolbar
  78832. web_1 |
  78833. web_1 | Not synced (use migrations):
  78834. web_1 | - allauth.socialaccount
  78835. web_1 | - django_extensions
  78836. web_1 | (use ./manage.py migrate to migrate these)
  78837. web_1 | Running migrations for socialaccount:
  78838. web_1 | - Nothing to migrate.
  78839. web_1 | - Loading initial data for socialaccount.
  78840. web_1 | Installed 0 object(s) from 0 fixture(s)
  78841. web_1 | Running migrations for django_extensions:
  78842. web_1 | - Nothing to migrate.
  78843. web_1 | - Loading initial data for django_extensions.
  78844. web_1 | Installed 0 object(s) from 0 fixture(s)
  78845. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78846. web_1 | [GCC 4.9.2] on linux2
  78847. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78848. web_1 | (InteractiveConsole)
  78849. web_1 |
  78850. web_1 | >>> >>> Starting the server
  78851. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78852. web_1 |
  78853. web_1 | Fatal error: Unable to find local grunt.
  78854. web_1 |
  78855. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78856. web_1 | your project. For more information about installing and configuring grunt,
  78857. web_1 | please see the Getting Started guide:
  78858. web_1 |
  78859. web_1 | http://gruntjs.com/getting-started
  78860. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78861. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78862. web_1 | Syncing...
  78863. web_1 | Creating tables ...
  78864. web_1 | Installing custom SQL ...
  78865. web_1 | Installing indexes ...
  78866. web_1 | Installed 0 object(s) from 0 fixture(s)
  78867. web_1 |
  78868. web_1 | Synced:
  78869. web_1 | > django.contrib.auth
  78870. web_1 | > django.contrib.contenttypes
  78871. web_1 | > django.contrib.sessions
  78872. web_1 | > django.contrib.sites
  78873. web_1 | > django.contrib.messages
  78874. web_1 | > django.contrib.staticfiles
  78875. web_1 | > django.contrib.admin
  78876. web_1 | > south
  78877. web_1 | > crispy_forms
  78878. web_1 | > avatar
  78879. web_1 | > bootstrap3
  78880. web_1 | > users
  78881. web_1 | > allauth
  78882. web_1 | > allauth.account
  78883. web_1 | > django.contrib.humanize
  78884. web_1 | > debug_toolbar
  78885. web_1 |
  78886. web_1 | Not synced (use migrations):
  78887. web_1 | - allauth.socialaccount
  78888. web_1 | - django_extensions
  78889. web_1 | (use ./manage.py migrate to migrate these)
  78890. web_1 | Running migrations for socialaccount:
  78891. web_1 | - Nothing to migrate.
  78892. web_1 | - Loading initial data for socialaccount.
  78893. web_1 | Installed 0 object(s) from 0 fixture(s)
  78894. web_1 | Running migrations for django_extensions:
  78895. web_1 | - Nothing to migrate.
  78896. web_1 | - Loading initial data for django_extensions.
  78897. web_1 | Installed 0 object(s) from 0 fixture(s)
  78898. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78899. web_1 | [GCC 4.9.2] on linux2
  78900. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78901. web_1 | (InteractiveConsole)
  78902. web_1 |
  78903. web_1 | >>> >>> Starting the server
  78904. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78905. web_1 |
  78906. web_1 | Fatal error: Unable to find local grunt.
  78907. web_1 |
  78908. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78909. web_1 | your project. For more information about installing and configuring grunt,
  78910. web_1 | please see the Getting Started guide:
  78911. web_1 |
  78912. web_1 | http://gruntjs.com/getting-started
  78913. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78914. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78915. web_1 | Syncing...
  78916. web_1 | Creating tables ...
  78917. web_1 | Installing custom SQL ...
  78918. web_1 | Installing indexes ...
  78919. web_1 | Installed 0 object(s) from 0 fixture(s)
  78920. web_1 |
  78921. web_1 | Synced:
  78922. web_1 | > django.contrib.auth
  78923. web_1 | > django.contrib.contenttypes
  78924. web_1 | > django.contrib.sessions
  78925. web_1 | > django.contrib.sites
  78926. web_1 | > django.contrib.messages
  78927. web_1 | > django.contrib.staticfiles
  78928. web_1 | > django.contrib.admin
  78929. web_1 | > south
  78930. web_1 | > crispy_forms
  78931. web_1 | > avatar
  78932. web_1 | > bootstrap3
  78933. web_1 | > users
  78934. web_1 | > allauth
  78935. web_1 | > allauth.account
  78936. web_1 | > django.contrib.humanize
  78937. web_1 | > debug_toolbar
  78938. web_1 |
  78939. web_1 | Not synced (use migrations):
  78940. web_1 | - allauth.socialaccount
  78941. web_1 | - django_extensions
  78942. web_1 | (use ./manage.py migrate to migrate these)
  78943. web_1 | Running migrations for socialaccount:
  78944. web_1 | - Nothing to migrate.
  78945. web_1 | - Loading initial data for socialaccount.
  78946. web_1 | Installed 0 object(s) from 0 fixture(s)
  78947. web_1 | Running migrations for django_extensions:
  78948. web_1 | - Nothing to migrate.
  78949. web_1 | - Loading initial data for django_extensions.
  78950. web_1 | Installed 0 object(s) from 0 fixture(s)
  78951. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  78952. web_1 | [GCC 4.9.2] on linux2
  78953. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  78954. web_1 | (InteractiveConsole)
  78955. web_1 |
  78956. web_1 | >>> >>> Starting the server
  78957. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  78958. web_1 |
  78959. web_1 | Fatal error: Unable to find local grunt.
  78960. web_1 |
  78961. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  78962. web_1 | your project. For more information about installing and configuring grunt,
  78963. web_1 | please see the Getting Started guide:
  78964. web_1 |
  78965. web_1 | http://gruntjs.com/getting-started
  78966. web_1 | Starting OpenBSD Secure Shell server: sshd.
  78967. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  78968. web_1 | Syncing...
  78969. web_1 | Creating tables ...
  78970. web_1 | Installing custom SQL ...
  78971. web_1 | Installing indexes ...
  78972. web_1 | Installed 0 object(s) from 0 fixture(s)
  78973. web_1 |
  78974. web_1 | Synced:
  78975. web_1 | > django.contrib.auth
  78976. web_1 | > django.contrib.contenttypes
  78977. web_1 | > django.contrib.sessions
  78978. web_1 | > django.contrib.sites
  78979. web_1 | > django.contrib.messages
  78980. web_1 | > django.contrib.staticfiles
  78981. web_1 | > django.contrib.admin
  78982. web_1 | > south
  78983. web_1 | > crispy_forms
  78984. web_1 | > avatar
  78985. web_1 | > bootstrap3
  78986. web_1 | > users
  78987. web_1 | > allauth
  78988. web_1 | > allauth.account
  78989. web_1 | > django.contrib.humanize
  78990. web_1 | > debug_toolbar
  78991. web_1 |
  78992. web_1 | Not synced (use migrations):
  78993. web_1 | - allauth.socialaccount
  78994. web_1 | - django_extensions
  78995. web_1 | (use ./manage.py migrate to migrate these)
  78996. web_1 | Running migrations for socialaccount:
  78997. web_1 | - Nothing to migrate.
  78998. web_1 | - Loading initial data for socialaccount.
  78999. web_1 | Installed 0 object(s) from 0 fixture(s)
  79000. web_1 | Running migrations for django_extensions:
  79001. web_1 | - Nothing to migrate.
  79002. web_1 | - Loading initial data for django_extensions.
  79003. web_1 | Installed 0 object(s) from 0 fixture(s)
  79004. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79005. web_1 | [GCC 4.9.2] on linux2
  79006. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79007. web_1 | (InteractiveConsole)
  79008. web_1 |
  79009. web_1 | >>> >>> Starting the server
  79010. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79011. web_1 |
  79012. web_1 | Fatal error: Unable to find local grunt.
  79013. web_1 |
  79014. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79015. web_1 | your project. For more information about installing and configuring grunt,
  79016. web_1 | please see the Getting Started guide:
  79017. web_1 |
  79018. web_1 | http://gruntjs.com/getting-started
  79019. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79020. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79021. web_1 | Syncing...
  79022. web_1 | Creating tables ...
  79023. web_1 | Installing custom SQL ...
  79024. web_1 | Installing indexes ...
  79025. web_1 | Installed 0 object(s) from 0 fixture(s)
  79026. web_1 |
  79027. web_1 | Synced:
  79028. web_1 | > django.contrib.auth
  79029. web_1 | > django.contrib.contenttypes
  79030. web_1 | > django.contrib.sessions
  79031. web_1 | > django.contrib.sites
  79032. web_1 | > django.contrib.messages
  79033. web_1 | > django.contrib.staticfiles
  79034. web_1 | > django.contrib.admin
  79035. web_1 | > south
  79036. web_1 | > crispy_forms
  79037. web_1 | > avatar
  79038. web_1 | > bootstrap3
  79039. web_1 | > users
  79040. web_1 | > allauth
  79041. web_1 | > allauth.account
  79042. web_1 | > django.contrib.humanize
  79043. web_1 | > debug_toolbar
  79044. web_1 |
  79045. web_1 | Not synced (use migrations):
  79046. web_1 | - allauth.socialaccount
  79047. web_1 | - django_extensions
  79048. web_1 | (use ./manage.py migrate to migrate these)
  79049. web_1 | Running migrations for socialaccount:
  79050. web_1 | - Nothing to migrate.
  79051. web_1 | - Loading initial data for socialaccount.
  79052. web_1 | Installed 0 object(s) from 0 fixture(s)
  79053. web_1 | Running migrations for django_extensions:
  79054. web_1 | - Nothing to migrate.
  79055. web_1 | - Loading initial data for django_extensions.
  79056. web_1 | Installed 0 object(s) from 0 fixture(s)
  79057. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79058. web_1 | [GCC 4.9.2] on linux2
  79059. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79060. web_1 | (InteractiveConsole)
  79061. web_1 |
  79062. web_1 | >>> >>> Starting the server
  79063. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79064. web_1 |
  79065. web_1 | Fatal error: Unable to find local grunt.
  79066. web_1 |
  79067. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79068. web_1 | your project. For more information about installing and configuring grunt,
  79069. web_1 | please see the Getting Started guide:
  79070. web_1 |
  79071. web_1 | http://gruntjs.com/getting-started
  79072. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79073. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79074. web_1 | Syncing...
  79075. web_1 | Creating tables ...
  79076. web_1 | Installing custom SQL ...
  79077. web_1 | Installing indexes ...
  79078. web_1 | Installed 0 object(s) from 0 fixture(s)
  79079. web_1 |
  79080. web_1 | Synced:
  79081. web_1 | > django.contrib.auth
  79082. web_1 | > django.contrib.contenttypes
  79083. web_1 | > django.contrib.sessions
  79084. web_1 | > django.contrib.sites
  79085. web_1 | > django.contrib.messages
  79086. web_1 | > django.contrib.staticfiles
  79087. web_1 | > django.contrib.admin
  79088. web_1 | > south
  79089. web_1 | > crispy_forms
  79090. web_1 | > avatar
  79091. web_1 | > bootstrap3
  79092. web_1 | > users
  79093. web_1 | > allauth
  79094. web_1 | > allauth.account
  79095. web_1 | > django.contrib.humanize
  79096. web_1 | > debug_toolbar
  79097. web_1 |
  79098. web_1 | Not synced (use migrations):
  79099. web_1 | - allauth.socialaccount
  79100. web_1 | - django_extensions
  79101. web_1 | (use ./manage.py migrate to migrate these)
  79102. web_1 | Running migrations for socialaccount:
  79103. web_1 | - Nothing to migrate.
  79104. web_1 | - Loading initial data for socialaccount.
  79105. web_1 | Installed 0 object(s) from 0 fixture(s)
  79106. web_1 | Running migrations for django_extensions:
  79107. web_1 | - Nothing to migrate.
  79108. web_1 | - Loading initial data for django_extensions.
  79109. web_1 | Installed 0 object(s) from 0 fixture(s)
  79110. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79111. web_1 | [GCC 4.9.2] on linux2
  79112. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79113. web_1 | (InteractiveConsole)
  79114. web_1 |
  79115. web_1 | >>> >>> Starting the server
  79116. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79117. web_1 |
  79118. web_1 | Fatal error: Unable to find local grunt.
  79119. web_1 |
  79120. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79121. web_1 | your project. For more information about installing and configuring grunt,
  79122. web_1 | please see the Getting Started guide:
  79123. web_1 |
  79124. web_1 | http://gruntjs.com/getting-started
  79125. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79126. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79127. web_1 | Syncing...
  79128. web_1 | Creating tables ...
  79129. web_1 | Installing custom SQL ...
  79130. web_1 | Installing indexes ...
  79131. web_1 | Installed 0 object(s) from 0 fixture(s)
  79132. web_1 |
  79133. web_1 | Synced:
  79134. web_1 | > django.contrib.auth
  79135. web_1 | > django.contrib.contenttypes
  79136. web_1 | > django.contrib.sessions
  79137. web_1 | > django.contrib.sites
  79138. web_1 | > django.contrib.messages
  79139. web_1 | > django.contrib.staticfiles
  79140. web_1 | > django.contrib.admin
  79141. web_1 | > south
  79142. web_1 | > crispy_forms
  79143. web_1 | > avatar
  79144. web_1 | > bootstrap3
  79145. web_1 | > users
  79146. web_1 | > allauth
  79147. web_1 | > allauth.account
  79148. web_1 | > django.contrib.humanize
  79149. web_1 | > debug_toolbar
  79150. web_1 |
  79151. web_1 | Not synced (use migrations):
  79152. web_1 | - allauth.socialaccount
  79153. web_1 | - django_extensions
  79154. web_1 | (use ./manage.py migrate to migrate these)
  79155. web_1 | Running migrations for socialaccount:
  79156. web_1 | - Nothing to migrate.
  79157. web_1 | - Loading initial data for socialaccount.
  79158. web_1 | Installed 0 object(s) from 0 fixture(s)
  79159. web_1 | Running migrations for django_extensions:
  79160. web_1 | - Nothing to migrate.
  79161. web_1 | - Loading initial data for django_extensions.
  79162. web_1 | Installed 0 object(s) from 0 fixture(s)
  79163. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79164. web_1 | [GCC 4.9.2] on linux2
  79165. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79166. web_1 | (InteractiveConsole)
  79167. web_1 |
  79168. web_1 | >>> >>> Starting the server
  79169. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79170. web_1 |
  79171. web_1 | Fatal error: Unable to find local grunt.
  79172. web_1 |
  79173. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79174. web_1 | your project. For more information about installing and configuring grunt,
  79175. web_1 | please see the Getting Started guide:
  79176. web_1 |
  79177. web_1 | http://gruntjs.com/getting-started
  79178. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79179. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79180. web_1 | Syncing...
  79181. web_1 | Creating tables ...
  79182. web_1 | Installing custom SQL ...
  79183. web_1 | Installing indexes ...
  79184. web_1 | Installed 0 object(s) from 0 fixture(s)
  79185. web_1 |
  79186. web_1 | Synced:
  79187. web_1 | > django.contrib.auth
  79188. web_1 | > django.contrib.contenttypes
  79189. web_1 | > django.contrib.sessions
  79190. web_1 | > django.contrib.sites
  79191. web_1 | > django.contrib.messages
  79192. web_1 | > django.contrib.staticfiles
  79193. web_1 | > django.contrib.admin
  79194. web_1 | > south
  79195. web_1 | > crispy_forms
  79196. web_1 | > avatar
  79197. web_1 | > bootstrap3
  79198. web_1 | > users
  79199. web_1 | > allauth
  79200. web_1 | > allauth.account
  79201. web_1 | > django.contrib.humanize
  79202. web_1 | > debug_toolbar
  79203. web_1 |
  79204. web_1 | Not synced (use migrations):
  79205. web_1 | - allauth.socialaccount
  79206. web_1 | - django_extensions
  79207. web_1 | (use ./manage.py migrate to migrate these)
  79208. web_1 | Running migrations for socialaccount:
  79209. web_1 | - Nothing to migrate.
  79210. web_1 | - Loading initial data for socialaccount.
  79211. web_1 | Installed 0 object(s) from 0 fixture(s)
  79212. web_1 | Running migrations for django_extensions:
  79213. web_1 | - Nothing to migrate.
  79214. web_1 | - Loading initial data for django_extensions.
  79215. web_1 | Installed 0 object(s) from 0 fixture(s)
  79216. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79217. web_1 | [GCC 4.9.2] on linux2
  79218. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79219. web_1 | (InteractiveConsole)
  79220. web_1 |
  79221. web_1 | >>> >>> Starting the server
  79222. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79223. web_1 |
  79224. web_1 | Fatal error: Unable to find local grunt.
  79225. web_1 |
  79226. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79227. web_1 | your project. For more information about installing and configuring grunt,
  79228. web_1 | please see the Getting Started guide:
  79229. web_1 |
  79230. web_1 | http://gruntjs.com/getting-started
  79231. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79232. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79233. web_1 | Syncing...
  79234. web_1 | Creating tables ...
  79235. web_1 | Installing custom SQL ...
  79236. web_1 | Installing indexes ...
  79237. web_1 | Installed 0 object(s) from 0 fixture(s)
  79238. web_1 |
  79239. web_1 | Synced:
  79240. web_1 | > django.contrib.auth
  79241. web_1 | > django.contrib.contenttypes
  79242. web_1 | > django.contrib.sessions
  79243. web_1 | > django.contrib.sites
  79244. web_1 | > django.contrib.messages
  79245. web_1 | > django.contrib.staticfiles
  79246. web_1 | > django.contrib.admin
  79247. web_1 | > south
  79248. web_1 | > crispy_forms
  79249. web_1 | > avatar
  79250. web_1 | > bootstrap3
  79251. web_1 | > users
  79252. web_1 | > allauth
  79253. web_1 | > allauth.account
  79254. web_1 | > django.contrib.humanize
  79255. web_1 | > debug_toolbar
  79256. web_1 |
  79257. web_1 | Not synced (use migrations):
  79258. web_1 | - allauth.socialaccount
  79259. web_1 | - django_extensions
  79260. web_1 | (use ./manage.py migrate to migrate these)
  79261. web_1 | Running migrations for socialaccount:
  79262. web_1 | - Nothing to migrate.
  79263. web_1 | - Loading initial data for socialaccount.
  79264. web_1 | Installed 0 object(s) from 0 fixture(s)
  79265. web_1 | Running migrations for django_extensions:
  79266. web_1 | - Nothing to migrate.
  79267. web_1 | - Loading initial data for django_extensions.
  79268. web_1 | Installed 0 object(s) from 0 fixture(s)
  79269. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79270. web_1 | [GCC 4.9.2] on linux2
  79271. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79272. web_1 | (InteractiveConsole)
  79273. web_1 |
  79274. web_1 | >>> >>> Starting the server
  79275. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79276. web_1 |
  79277. web_1 | Fatal error: Unable to find local grunt.
  79278. web_1 |
  79279. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79280. web_1 | your project. For more information about installing and configuring grunt,
  79281. web_1 | please see the Getting Started guide:
  79282. web_1 |
  79283. web_1 | http://gruntjs.com/getting-started
  79284. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79285. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79286. web_1 | Syncing...
  79287. web_1 | Creating tables ...
  79288. web_1 | Installing custom SQL ...
  79289. web_1 | Installing indexes ...
  79290. web_1 | Installed 0 object(s) from 0 fixture(s)
  79291. web_1 |
  79292. web_1 | Synced:
  79293. web_1 | > django.contrib.auth
  79294. web_1 | > django.contrib.contenttypes
  79295. web_1 | > django.contrib.sessions
  79296. web_1 | > django.contrib.sites
  79297. web_1 | > django.contrib.messages
  79298. web_1 | > django.contrib.staticfiles
  79299. web_1 | > django.contrib.admin
  79300. web_1 | > south
  79301. web_1 | > crispy_forms
  79302. web_1 | > avatar
  79303. web_1 | > bootstrap3
  79304. web_1 | > users
  79305. web_1 | > allauth
  79306. web_1 | > allauth.account
  79307. web_1 | > django.contrib.humanize
  79308. web_1 | > debug_toolbar
  79309. web_1 |
  79310. web_1 | Not synced (use migrations):
  79311. web_1 | - allauth.socialaccount
  79312. web_1 | - django_extensions
  79313. web_1 | (use ./manage.py migrate to migrate these)
  79314. web_1 | Running migrations for socialaccount:
  79315. web_1 | - Nothing to migrate.
  79316. web_1 | - Loading initial data for socialaccount.
  79317. web_1 | Installed 0 object(s) from 0 fixture(s)
  79318. web_1 | Running migrations for django_extensions:
  79319. web_1 | - Nothing to migrate.
  79320. web_1 | - Loading initial data for django_extensions.
  79321. web_1 | Installed 0 object(s) from 0 fixture(s)
  79322. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79323. web_1 | [GCC 4.9.2] on linux2
  79324. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79325. web_1 | (InteractiveConsole)
  79326. web_1 |
  79327. web_1 | >>> >>> Starting the server
  79328. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79329. web_1 |
  79330. web_1 | Fatal error: Unable to find local grunt.
  79331. web_1 |
  79332. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79333. web_1 | your project. For more information about installing and configuring grunt,
  79334. web_1 | please see the Getting Started guide:
  79335. web_1 |
  79336. web_1 | http://gruntjs.com/getting-started
  79337. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79338. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79339. web_1 | Syncing...
  79340. web_1 | Creating tables ...
  79341. web_1 | Installing custom SQL ...
  79342. web_1 | Installing indexes ...
  79343. web_1 | Installed 0 object(s) from 0 fixture(s)
  79344. web_1 |
  79345. web_1 | Synced:
  79346. web_1 | > django.contrib.auth
  79347. web_1 | > django.contrib.contenttypes
  79348. web_1 | > django.contrib.sessions
  79349. web_1 | > django.contrib.sites
  79350. web_1 | > django.contrib.messages
  79351. web_1 | > django.contrib.staticfiles
  79352. web_1 | > django.contrib.admin
  79353. web_1 | > south
  79354. web_1 | > crispy_forms
  79355. web_1 | > avatar
  79356. web_1 | > bootstrap3
  79357. web_1 | > users
  79358. web_1 | > allauth
  79359. web_1 | > allauth.account
  79360. web_1 | > django.contrib.humanize
  79361. web_1 | > debug_toolbar
  79362. web_1 |
  79363. web_1 | Not synced (use migrations):
  79364. web_1 | - allauth.socialaccount
  79365. web_1 | - django_extensions
  79366. web_1 | (use ./manage.py migrate to migrate these)
  79367. web_1 | Running migrations for socialaccount:
  79368. web_1 | - Nothing to migrate.
  79369. web_1 | - Loading initial data for socialaccount.
  79370. web_1 | Installed 0 object(s) from 0 fixture(s)
  79371. web_1 | Running migrations for django_extensions:
  79372. web_1 | - Nothing to migrate.
  79373. web_1 | - Loading initial data for django_extensions.
  79374. web_1 | Installed 0 object(s) from 0 fixture(s)
  79375. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79376. web_1 | [GCC 4.9.2] on linux2
  79377. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79378. web_1 | (InteractiveConsole)
  79379. web_1 |
  79380. web_1 | >>> >>> Starting the server
  79381. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79382. web_1 |
  79383. web_1 | Fatal error: Unable to find local grunt.
  79384. web_1 |
  79385. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79386. web_1 | your project. For more information about installing and configuring grunt,
  79387. web_1 | please see the Getting Started guide:
  79388. web_1 |
  79389. web_1 | http://gruntjs.com/getting-started
  79390. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79391. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79392. web_1 | Syncing...
  79393. web_1 | Creating tables ...
  79394. web_1 | Installing custom SQL ...
  79395. web_1 | Installing indexes ...
  79396. web_1 | Installed 0 object(s) from 0 fixture(s)
  79397. web_1 |
  79398. web_1 | Synced:
  79399. web_1 | > django.contrib.auth
  79400. web_1 | > django.contrib.contenttypes
  79401. web_1 | > django.contrib.sessions
  79402. web_1 | > django.contrib.sites
  79403. web_1 | > django.contrib.messages
  79404. web_1 | > django.contrib.staticfiles
  79405. web_1 | > django.contrib.admin
  79406. web_1 | > south
  79407. web_1 | > crispy_forms
  79408. web_1 | > avatar
  79409. web_1 | > bootstrap3
  79410. web_1 | > users
  79411. web_1 | > allauth
  79412. web_1 | > allauth.account
  79413. web_1 | > django.contrib.humanize
  79414. web_1 | > debug_toolbar
  79415. web_1 |
  79416. web_1 | Not synced (use migrations):
  79417. web_1 | - allauth.socialaccount
  79418. web_1 | - django_extensions
  79419. web_1 | (use ./manage.py migrate to migrate these)
  79420. web_1 | Running migrations for socialaccount:
  79421. web_1 | - Nothing to migrate.
  79422. web_1 | - Loading initial data for socialaccount.
  79423. web_1 | Installed 0 object(s) from 0 fixture(s)
  79424. web_1 | Running migrations for django_extensions:
  79425. web_1 | - Nothing to migrate.
  79426. web_1 | - Loading initial data for django_extensions.
  79427. web_1 | Installed 0 object(s) from 0 fixture(s)
  79428. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79429. web_1 | [GCC 4.9.2] on linux2
  79430. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79431. web_1 | (InteractiveConsole)
  79432. web_1 |
  79433. web_1 | >>> >>> Starting the server
  79434. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79435. web_1 |
  79436. web_1 | Fatal error: Unable to find local grunt.
  79437. web_1 |
  79438. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79439. web_1 | your project. For more information about installing and configuring grunt,
  79440. web_1 | please see the Getting Started guide:
  79441. web_1 |
  79442. web_1 | http://gruntjs.com/getting-started
  79443. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79444. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79445. web_1 | Syncing...
  79446. web_1 | Creating tables ...
  79447. web_1 | Installing custom SQL ...
  79448. web_1 | Installing indexes ...
  79449. web_1 | Installed 0 object(s) from 0 fixture(s)
  79450. web_1 |
  79451. web_1 | Synced:
  79452. web_1 | > django.contrib.auth
  79453. web_1 | > django.contrib.contenttypes
  79454. web_1 | > django.contrib.sessions
  79455. web_1 | > django.contrib.sites
  79456. web_1 | > django.contrib.messages
  79457. web_1 | > django.contrib.staticfiles
  79458. web_1 | > django.contrib.admin
  79459. web_1 | > south
  79460. web_1 | > crispy_forms
  79461. web_1 | > avatar
  79462. web_1 | > bootstrap3
  79463. web_1 | > users
  79464. web_1 | > allauth
  79465. web_1 | > allauth.account
  79466. web_1 | > django.contrib.humanize
  79467. web_1 | > debug_toolbar
  79468. web_1 |
  79469. web_1 | Not synced (use migrations):
  79470. web_1 | - allauth.socialaccount
  79471. web_1 | - django_extensions
  79472. web_1 | (use ./manage.py migrate to migrate these)
  79473. web_1 | Running migrations for socialaccount:
  79474. web_1 | - Nothing to migrate.
  79475. web_1 | - Loading initial data for socialaccount.
  79476. web_1 | Installed 0 object(s) from 0 fixture(s)
  79477. web_1 | Running migrations for django_extensions:
  79478. web_1 | - Nothing to migrate.
  79479. web_1 | - Loading initial data for django_extensions.
  79480. web_1 | Installed 0 object(s) from 0 fixture(s)
  79481. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79482. web_1 | [GCC 4.9.2] on linux2
  79483. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79484. web_1 | (InteractiveConsole)
  79485. web_1 |
  79486. web_1 | >>> >>> Starting the server
  79487. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79488. web_1 |
  79489. web_1 | Fatal error: Unable to find local grunt.
  79490. web_1 |
  79491. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79492. web_1 | your project. For more information about installing and configuring grunt,
  79493. web_1 | please see the Getting Started guide:
  79494. web_1 |
  79495. web_1 | http://gruntjs.com/getting-started
  79496. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79497. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79498. web_1 | Syncing...
  79499. web_1 | Creating tables ...
  79500. web_1 | Installing custom SQL ...
  79501. web_1 | Installing indexes ...
  79502. web_1 | Installed 0 object(s) from 0 fixture(s)
  79503. web_1 |
  79504. web_1 | Synced:
  79505. web_1 | > django.contrib.auth
  79506. web_1 | > django.contrib.contenttypes
  79507. web_1 | > django.contrib.sessions
  79508. web_1 | > django.contrib.sites
  79509. web_1 | > django.contrib.messages
  79510. web_1 | > django.contrib.staticfiles
  79511. web_1 | > django.contrib.admin
  79512. web_1 | > south
  79513. web_1 | > crispy_forms
  79514. web_1 | > avatar
  79515. web_1 | > bootstrap3
  79516. web_1 | > users
  79517. web_1 | > allauth
  79518. web_1 | > allauth.account
  79519. web_1 | > django.contrib.humanize
  79520. web_1 | > debug_toolbar
  79521. web_1 |
  79522. web_1 | Not synced (use migrations):
  79523. web_1 | - allauth.socialaccount
  79524. web_1 | - django_extensions
  79525. web_1 | (use ./manage.py migrate to migrate these)
  79526. web_1 | Running migrations for socialaccount:
  79527. web_1 | - Nothing to migrate.
  79528. web_1 | - Loading initial data for socialaccount.
  79529. web_1 | Installed 0 object(s) from 0 fixture(s)
  79530. web_1 | Running migrations for django_extensions:
  79531. web_1 | - Nothing to migrate.
  79532. web_1 | - Loading initial data for django_extensions.
  79533. web_1 | Installed 0 object(s) from 0 fixture(s)
  79534. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79535. web_1 | [GCC 4.9.2] on linux2
  79536. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79537. web_1 | (InteractiveConsole)
  79538. web_1 |
  79539. web_1 | >>> >>> Starting the server
  79540. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79541. web_1 |
  79542. web_1 | Fatal error: Unable to find local grunt.
  79543. web_1 |
  79544. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79545. web_1 | your project. For more information about installing and configuring grunt,
  79546. web_1 | please see the Getting Started guide:
  79547. web_1 |
  79548. web_1 | http://gruntjs.com/getting-started
  79549. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79550. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79551. web_1 | Syncing...
  79552. web_1 | Creating tables ...
  79553. web_1 | Installing custom SQL ...
  79554. web_1 | Installing indexes ...
  79555. web_1 | Installed 0 object(s) from 0 fixture(s)
  79556. web_1 |
  79557. web_1 | Synced:
  79558. web_1 | > django.contrib.auth
  79559. web_1 | > django.contrib.contenttypes
  79560. web_1 | > django.contrib.sessions
  79561. web_1 | > django.contrib.sites
  79562. web_1 | > django.contrib.messages
  79563. web_1 | > django.contrib.staticfiles
  79564. web_1 | > django.contrib.admin
  79565. web_1 | > south
  79566. web_1 | > crispy_forms
  79567. web_1 | > avatar
  79568. web_1 | > bootstrap3
  79569. web_1 | > users
  79570. web_1 | > allauth
  79571. web_1 | > allauth.account
  79572. web_1 | > django.contrib.humanize
  79573. web_1 | > debug_toolbar
  79574. web_1 |
  79575. web_1 | Not synced (use migrations):
  79576. web_1 | - allauth.socialaccount
  79577. web_1 | - django_extensions
  79578. web_1 | (use ./manage.py migrate to migrate these)
  79579. web_1 | Running migrations for socialaccount:
  79580. web_1 | - Nothing to migrate.
  79581. web_1 | - Loading initial data for socialaccount.
  79582. web_1 | Installed 0 object(s) from 0 fixture(s)
  79583. web_1 | Running migrations for django_extensions:
  79584. web_1 | - Nothing to migrate.
  79585. web_1 | - Loading initial data for django_extensions.
  79586. web_1 | Installed 0 object(s) from 0 fixture(s)
  79587. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79588. web_1 | [GCC 4.9.2] on linux2
  79589. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79590. web_1 | (InteractiveConsole)
  79591. web_1 |
  79592. web_1 | >>> >>> Starting the server
  79593. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79594. web_1 |
  79595. web_1 | Fatal error: Unable to find local grunt.
  79596. web_1 |
  79597. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79598. web_1 | your project. For more information about installing and configuring grunt,
  79599. web_1 | please see the Getting Started guide:
  79600. web_1 |
  79601. web_1 | http://gruntjs.com/getting-started
  79602. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79603. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79604. web_1 | Syncing...
  79605. web_1 | Creating tables ...
  79606. web_1 | Installing custom SQL ...
  79607. web_1 | Installing indexes ...
  79608. web_1 | Installed 0 object(s) from 0 fixture(s)
  79609. web_1 |
  79610. web_1 | Synced:
  79611. web_1 | > django.contrib.auth
  79612. web_1 | > django.contrib.contenttypes
  79613. web_1 | > django.contrib.sessions
  79614. web_1 | > django.contrib.sites
  79615. web_1 | > django.contrib.messages
  79616. web_1 | > django.contrib.staticfiles
  79617. web_1 | > django.contrib.admin
  79618. web_1 | > south
  79619. web_1 | > crispy_forms
  79620. web_1 | > avatar
  79621. web_1 | > bootstrap3
  79622. web_1 | > users
  79623. web_1 | > allauth
  79624. web_1 | > allauth.account
  79625. web_1 | > django.contrib.humanize
  79626. web_1 | > debug_toolbar
  79627. web_1 |
  79628. web_1 | Not synced (use migrations):
  79629. web_1 | - allauth.socialaccount
  79630. web_1 | - django_extensions
  79631. web_1 | (use ./manage.py migrate to migrate these)
  79632. web_1 | Running migrations for socialaccount:
  79633. web_1 | - Nothing to migrate.
  79634. web_1 | - Loading initial data for socialaccount.
  79635. web_1 | Installed 0 object(s) from 0 fixture(s)
  79636. web_1 | Running migrations for django_extensions:
  79637. web_1 | - Nothing to migrate.
  79638. web_1 | - Loading initial data for django_extensions.
  79639. web_1 | Installed 0 object(s) from 0 fixture(s)
  79640. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79641. web_1 | [GCC 4.9.2] on linux2
  79642. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79643. web_1 | (InteractiveConsole)
  79644. web_1 |
  79645. web_1 | >>> >>> Starting the server
  79646. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79647. web_1 |
  79648. web_1 | Fatal error: Unable to find local grunt.
  79649. web_1 |
  79650. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79651. web_1 | your project. For more information about installing and configuring grunt,
  79652. web_1 | please see the Getting Started guide:
  79653. web_1 |
  79654. web_1 | http://gruntjs.com/getting-started
  79655. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79656. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79657. web_1 | Syncing...
  79658. web_1 | Creating tables ...
  79659. web_1 | Installing custom SQL ...
  79660. web_1 | Installing indexes ...
  79661. web_1 | Installed 0 object(s) from 0 fixture(s)
  79662. web_1 |
  79663. web_1 | Synced:
  79664. web_1 | > django.contrib.auth
  79665. web_1 | > django.contrib.contenttypes
  79666. web_1 | > django.contrib.sessions
  79667. web_1 | > django.contrib.sites
  79668. web_1 | > django.contrib.messages
  79669. web_1 | > django.contrib.staticfiles
  79670. web_1 | > django.contrib.admin
  79671. web_1 | > south
  79672. web_1 | > crispy_forms
  79673. web_1 | > avatar
  79674. web_1 | > bootstrap3
  79675. web_1 | > users
  79676. web_1 | > allauth
  79677. web_1 | > allauth.account
  79678. web_1 | > django.contrib.humanize
  79679. web_1 | > debug_toolbar
  79680. web_1 |
  79681. web_1 | Not synced (use migrations):
  79682. web_1 | - allauth.socialaccount
  79683. web_1 | - django_extensions
  79684. web_1 | (use ./manage.py migrate to migrate these)
  79685. web_1 | Running migrations for socialaccount:
  79686. web_1 | - Nothing to migrate.
  79687. web_1 | - Loading initial data for socialaccount.
  79688. web_1 | Installed 0 object(s) from 0 fixture(s)
  79689. web_1 | Running migrations for django_extensions:
  79690. web_1 | - Nothing to migrate.
  79691. web_1 | - Loading initial data for django_extensions.
  79692. web_1 | Installed 0 object(s) from 0 fixture(s)
  79693. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79694. web_1 | [GCC 4.9.2] on linux2
  79695. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79696. web_1 | (InteractiveConsole)
  79697. web_1 |
  79698. web_1 | >>> >>> Starting the server
  79699. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79700. web_1 |
  79701. web_1 | Fatal error: Unable to find local grunt.
  79702. web_1 |
  79703. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79704. web_1 | your project. For more information about installing and configuring grunt,
  79705. web_1 | please see the Getting Started guide:
  79706. web_1 |
  79707. web_1 | http://gruntjs.com/getting-started
  79708. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79709. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79710. web_1 | Syncing...
  79711. web_1 | Creating tables ...
  79712. web_1 | Installing custom SQL ...
  79713. web_1 | Installing indexes ...
  79714. web_1 | Installed 0 object(s) from 0 fixture(s)
  79715. web_1 |
  79716. web_1 | Synced:
  79717. web_1 | > django.contrib.auth
  79718. web_1 | > django.contrib.contenttypes
  79719. web_1 | > django.contrib.sessions
  79720. web_1 | > django.contrib.sites
  79721. web_1 | > django.contrib.messages
  79722. web_1 | > django.contrib.staticfiles
  79723. web_1 | > django.contrib.admin
  79724. web_1 | > south
  79725. web_1 | > crispy_forms
  79726. web_1 | > avatar
  79727. web_1 | > bootstrap3
  79728. web_1 | > users
  79729. web_1 | > allauth
  79730. web_1 | > allauth.account
  79731. web_1 | > django.contrib.humanize
  79732. web_1 | > debug_toolbar
  79733. web_1 |
  79734. web_1 | Not synced (use migrations):
  79735. web_1 | - allauth.socialaccount
  79736. web_1 | - django_extensions
  79737. web_1 | (use ./manage.py migrate to migrate these)
  79738. web_1 | Running migrations for socialaccount:
  79739. web_1 | - Nothing to migrate.
  79740. web_1 | - Loading initial data for socialaccount.
  79741. web_1 | Installed 0 object(s) from 0 fixture(s)
  79742. web_1 | Running migrations for django_extensions:
  79743. web_1 | - Nothing to migrate.
  79744. web_1 | - Loading initial data for django_extensions.
  79745. web_1 | Installed 0 object(s) from 0 fixture(s)
  79746. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79747. web_1 | [GCC 4.9.2] on linux2
  79748. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79749. web_1 | (InteractiveConsole)
  79750. web_1 |
  79751. web_1 | >>> >>> Starting the server
  79752. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79753. web_1 |
  79754. web_1 | Fatal error: Unable to find local grunt.
  79755. web_1 |
  79756. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79757. web_1 | your project. For more information about installing and configuring grunt,
  79758. web_1 | please see the Getting Started guide:
  79759. web_1 |
  79760. web_1 | http://gruntjs.com/getting-started
  79761. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79762. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79763. web_1 | Syncing...
  79764. web_1 | Creating tables ...
  79765. web_1 | Installing custom SQL ...
  79766. web_1 | Installing indexes ...
  79767. web_1 | Installed 0 object(s) from 0 fixture(s)
  79768. web_1 |
  79769. web_1 | Synced:
  79770. web_1 | > django.contrib.auth
  79771. web_1 | > django.contrib.contenttypes
  79772. web_1 | > django.contrib.sessions
  79773. web_1 | > django.contrib.sites
  79774. web_1 | > django.contrib.messages
  79775. web_1 | > django.contrib.staticfiles
  79776. web_1 | > django.contrib.admin
  79777. web_1 | > south
  79778. web_1 | > crispy_forms
  79779. web_1 | > avatar
  79780. web_1 | > bootstrap3
  79781. web_1 | > users
  79782. web_1 | > allauth
  79783. web_1 | > allauth.account
  79784. web_1 | > django.contrib.humanize
  79785. web_1 | > debug_toolbar
  79786. web_1 |
  79787. web_1 | Not synced (use migrations):
  79788. web_1 | - allauth.socialaccount
  79789. web_1 | - django_extensions
  79790. web_1 | (use ./manage.py migrate to migrate these)
  79791. web_1 | Running migrations for socialaccount:
  79792. web_1 | - Nothing to migrate.
  79793. web_1 | - Loading initial data for socialaccount.
  79794. web_1 | Installed 0 object(s) from 0 fixture(s)
  79795. web_1 | Running migrations for django_extensions:
  79796. web_1 | - Nothing to migrate.
  79797. web_1 | - Loading initial data for django_extensions.
  79798. web_1 | Installed 0 object(s) from 0 fixture(s)
  79799. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79800. web_1 | [GCC 4.9.2] on linux2
  79801. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79802. web_1 | (InteractiveConsole)
  79803. web_1 |
  79804. web_1 | >>> >>> Starting the server
  79805. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79806. web_1 |
  79807. web_1 | Fatal error: Unable to find local grunt.
  79808. web_1 |
  79809. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79810. web_1 | your project. For more information about installing and configuring grunt,
  79811. web_1 | please see the Getting Started guide:
  79812. web_1 |
  79813. web_1 | http://gruntjs.com/getting-started
  79814. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79815. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79816. web_1 | Syncing...
  79817. web_1 | Creating tables ...
  79818. web_1 | Installing custom SQL ...
  79819. web_1 | Installing indexes ...
  79820. web_1 | Installed 0 object(s) from 0 fixture(s)
  79821. web_1 |
  79822. web_1 | Synced:
  79823. web_1 | > django.contrib.auth
  79824. web_1 | > django.contrib.contenttypes
  79825. web_1 | > django.contrib.sessions
  79826. web_1 | > django.contrib.sites
  79827. web_1 | > django.contrib.messages
  79828. web_1 | > django.contrib.staticfiles
  79829. web_1 | > django.contrib.admin
  79830. web_1 | > south
  79831. web_1 | > crispy_forms
  79832. web_1 | > avatar
  79833. web_1 | > bootstrap3
  79834. web_1 | > users
  79835. web_1 | > allauth
  79836. web_1 | > allauth.account
  79837. web_1 | > django.contrib.humanize
  79838. web_1 | > debug_toolbar
  79839. web_1 |
  79840. web_1 | Not synced (use migrations):
  79841. web_1 | - allauth.socialaccount
  79842. web_1 | - django_extensions
  79843. web_1 | (use ./manage.py migrate to migrate these)
  79844. web_1 | Running migrations for socialaccount:
  79845. web_1 | - Nothing to migrate.
  79846. web_1 | - Loading initial data for socialaccount.
  79847. web_1 | Installed 0 object(s) from 0 fixture(s)
  79848. web_1 | Running migrations for django_extensions:
  79849. web_1 | - Nothing to migrate.
  79850. web_1 | - Loading initial data for django_extensions.
  79851. web_1 | Installed 0 object(s) from 0 fixture(s)
  79852. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79853. web_1 | [GCC 4.9.2] on linux2
  79854. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79855. web_1 | (InteractiveConsole)
  79856. web_1 |
  79857. web_1 | >>> >>> Starting the server
  79858. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79859. web_1 |
  79860. web_1 | Fatal error: Unable to find local grunt.
  79861. web_1 |
  79862. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79863. web_1 | your project. For more information about installing and configuring grunt,
  79864. web_1 | please see the Getting Started guide:
  79865. web_1 |
  79866. web_1 | http://gruntjs.com/getting-started
  79867. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79868. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79869. web_1 | Syncing...
  79870. web_1 | Creating tables ...
  79871. web_1 | Installing custom SQL ...
  79872. web_1 | Installing indexes ...
  79873. web_1 | Installed 0 object(s) from 0 fixture(s)
  79874. web_1 |
  79875. web_1 | Synced:
  79876. web_1 | > django.contrib.auth
  79877. web_1 | > django.contrib.contenttypes
  79878. web_1 | > django.contrib.sessions
  79879. web_1 | > django.contrib.sites
  79880. web_1 | > django.contrib.messages
  79881. web_1 | > django.contrib.staticfiles
  79882. web_1 | > django.contrib.admin
  79883. web_1 | > south
  79884. web_1 | > crispy_forms
  79885. web_1 | > avatar
  79886. web_1 | > bootstrap3
  79887. web_1 | > users
  79888. web_1 | > allauth
  79889. web_1 | > allauth.account
  79890. web_1 | > django.contrib.humanize
  79891. web_1 | > debug_toolbar
  79892. web_1 |
  79893. web_1 | Not synced (use migrations):
  79894. web_1 | - allauth.socialaccount
  79895. web_1 | - django_extensions
  79896. web_1 | (use ./manage.py migrate to migrate these)
  79897. web_1 | Running migrations for socialaccount:
  79898. web_1 | - Nothing to migrate.
  79899. web_1 | - Loading initial data for socialaccount.
  79900. web_1 | Installed 0 object(s) from 0 fixture(s)
  79901. web_1 | Running migrations for django_extensions:
  79902. web_1 | - Nothing to migrate.
  79903. web_1 | - Loading initial data for django_extensions.
  79904. web_1 | Installed 0 object(s) from 0 fixture(s)
  79905. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79906. web_1 | [GCC 4.9.2] on linux2
  79907. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79908. web_1 | (InteractiveConsole)
  79909. web_1 |
  79910. web_1 | >>> >>> Starting the server
  79911. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79912. web_1 |
  79913. web_1 | Fatal error: Unable to find local grunt.
  79914. web_1 |
  79915. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79916. web_1 | your project. For more information about installing and configuring grunt,
  79917. web_1 | please see the Getting Started guide:
  79918. web_1 |
  79919. web_1 | http://gruntjs.com/getting-started
  79920. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79921. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79922. web_1 | Syncing...
  79923. web_1 | Creating tables ...
  79924. web_1 | Installing custom SQL ...
  79925. web_1 | Installing indexes ...
  79926. web_1 | Installed 0 object(s) from 0 fixture(s)
  79927. web_1 |
  79928. web_1 | Synced:
  79929. web_1 | > django.contrib.auth
  79930. web_1 | > django.contrib.contenttypes
  79931. web_1 | > django.contrib.sessions
  79932. web_1 | > django.contrib.sites
  79933. web_1 | > django.contrib.messages
  79934. web_1 | > django.contrib.staticfiles
  79935. web_1 | > django.contrib.admin
  79936. web_1 | > south
  79937. web_1 | > crispy_forms
  79938. web_1 | > avatar
  79939. web_1 | > bootstrap3
  79940. web_1 | > users
  79941. web_1 | > allauth
  79942. web_1 | > allauth.account
  79943. web_1 | > django.contrib.humanize
  79944. web_1 | > debug_toolbar
  79945. web_1 |
  79946. web_1 | Not synced (use migrations):
  79947. web_1 | - allauth.socialaccount
  79948. web_1 | - django_extensions
  79949. web_1 | (use ./manage.py migrate to migrate these)
  79950. web_1 | Running migrations for socialaccount:
  79951. web_1 | - Nothing to migrate.
  79952. web_1 | - Loading initial data for socialaccount.
  79953. web_1 | Installed 0 object(s) from 0 fixture(s)
  79954. web_1 | Running migrations for django_extensions:
  79955. web_1 | - Nothing to migrate.
  79956. web_1 | - Loading initial data for django_extensions.
  79957. web_1 | Installed 0 object(s) from 0 fixture(s)
  79958. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  79959. web_1 | [GCC 4.9.2] on linux2
  79960. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  79961. web_1 | (InteractiveConsole)
  79962. web_1 |
  79963. web_1 | >>> >>> Starting the server
  79964. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  79965. web_1 |
  79966. web_1 | Fatal error: Unable to find local grunt.
  79967. web_1 |
  79968. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  79969. web_1 | your project. For more information about installing and configuring grunt,
  79970. web_1 | please see the Getting Started guide:
  79971. web_1 |
  79972. web_1 | http://gruntjs.com/getting-started
  79973. web_1 | Starting OpenBSD Secure Shell server: sshd.
  79974. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  79975. web_1 | Syncing...
  79976. web_1 | Creating tables ...
  79977. web_1 | Installing custom SQL ...
  79978. web_1 | Installing indexes ...
  79979. web_1 | Installed 0 object(s) from 0 fixture(s)
  79980. web_1 |
  79981. web_1 | Synced:
  79982. web_1 | > django.contrib.auth
  79983. web_1 | > django.contrib.contenttypes
  79984. web_1 | > django.contrib.sessions
  79985. web_1 | > django.contrib.sites
  79986. web_1 | > django.contrib.messages
  79987. web_1 | > django.contrib.staticfiles
  79988. web_1 | > django.contrib.admin
  79989. web_1 | > south
  79990. web_1 | > crispy_forms
  79991. web_1 | > avatar
  79992. web_1 | > bootstrap3
  79993. web_1 | > users
  79994. web_1 | > allauth
  79995. web_1 | > allauth.account
  79996. web_1 | > django.contrib.humanize
  79997. web_1 | > debug_toolbar
  79998. web_1 |
  79999. web_1 | Not synced (use migrations):
  80000. web_1 | - allauth.socialaccount
  80001. web_1 | - django_extensions
  80002. web_1 | (use ./manage.py migrate to migrate these)
  80003. web_1 | Running migrations for socialaccount:
  80004. web_1 | - Nothing to migrate.
  80005. web_1 | - Loading initial data for socialaccount.
  80006. web_1 | Installed 0 object(s) from 0 fixture(s)
  80007. web_1 | Running migrations for django_extensions:
  80008. web_1 | - Nothing to migrate.
  80009. web_1 | - Loading initial data for django_extensions.
  80010. web_1 | Installed 0 object(s) from 0 fixture(s)
  80011. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80012. web_1 | [GCC 4.9.2] on linux2
  80013. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80014. web_1 | (InteractiveConsole)
  80015. web_1 |
  80016. web_1 | >>> >>> Starting the server
  80017. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80018. web_1 |
  80019. web_1 | Fatal error: Unable to find local grunt.
  80020. web_1 |
  80021. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80022. web_1 | your project. For more information about installing and configuring grunt,
  80023. web_1 | please see the Getting Started guide:
  80024. web_1 |
  80025. web_1 | http://gruntjs.com/getting-started
  80026. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80027. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80028. web_1 | Syncing...
  80029. web_1 | Creating tables ...
  80030. web_1 | Installing custom SQL ...
  80031. web_1 | Installing indexes ...
  80032. web_1 | Installed 0 object(s) from 0 fixture(s)
  80033. web_1 |
  80034. web_1 | Synced:
  80035. web_1 | > django.contrib.auth
  80036. web_1 | > django.contrib.contenttypes
  80037. web_1 | > django.contrib.sessions
  80038. web_1 | > django.contrib.sites
  80039. web_1 | > django.contrib.messages
  80040. web_1 | > django.contrib.staticfiles
  80041. web_1 | > django.contrib.admin
  80042. web_1 | > south
  80043. web_1 | > crispy_forms
  80044. web_1 | > avatar
  80045. web_1 | > bootstrap3
  80046. web_1 | > users
  80047. web_1 | > allauth
  80048. web_1 | > allauth.account
  80049. web_1 | > django.contrib.humanize
  80050. web_1 | > debug_toolbar
  80051. web_1 |
  80052. web_1 | Not synced (use migrations):
  80053. web_1 | - allauth.socialaccount
  80054. web_1 | - django_extensions
  80055. web_1 | (use ./manage.py migrate to migrate these)
  80056. web_1 | Running migrations for socialaccount:
  80057. web_1 | - Nothing to migrate.
  80058. web_1 | - Loading initial data for socialaccount.
  80059. web_1 | Installed 0 object(s) from 0 fixture(s)
  80060. web_1 | Running migrations for django_extensions:
  80061. web_1 | - Nothing to migrate.
  80062. web_1 | - Loading initial data for django_extensions.
  80063. web_1 | Installed 0 object(s) from 0 fixture(s)
  80064. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80065. web_1 | [GCC 4.9.2] on linux2
  80066. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80067. web_1 | (InteractiveConsole)
  80068. web_1 |
  80069. web_1 | >>> >>> Starting the server
  80070. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80071. web_1 |
  80072. web_1 | Fatal error: Unable to find local grunt.
  80073. web_1 |
  80074. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80075. web_1 | your project. For more information about installing and configuring grunt,
  80076. web_1 | please see the Getting Started guide:
  80077. web_1 |
  80078. web_1 | http://gruntjs.com/getting-started
  80079. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80080. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80081. web_1 | Syncing...
  80082. web_1 | Creating tables ...
  80083. web_1 | Installing custom SQL ...
  80084. web_1 | Installing indexes ...
  80085. web_1 | Installed 0 object(s) from 0 fixture(s)
  80086. web_1 |
  80087. web_1 | Synced:
  80088. web_1 | > django.contrib.auth
  80089. web_1 | > django.contrib.contenttypes
  80090. web_1 | > django.contrib.sessions
  80091. web_1 | > django.contrib.sites
  80092. web_1 | > django.contrib.messages
  80093. web_1 | > django.contrib.staticfiles
  80094. web_1 | > django.contrib.admin
  80095. web_1 | > south
  80096. web_1 | > crispy_forms
  80097. web_1 | > avatar
  80098. web_1 | > bootstrap3
  80099. web_1 | > users
  80100. web_1 | > allauth
  80101. web_1 | > allauth.account
  80102. web_1 | > django.contrib.humanize
  80103. web_1 | > debug_toolbar
  80104. web_1 |
  80105. web_1 | Not synced (use migrations):
  80106. web_1 | - allauth.socialaccount
  80107. web_1 | - django_extensions
  80108. web_1 | (use ./manage.py migrate to migrate these)
  80109. web_1 | Running migrations for socialaccount:
  80110. web_1 | - Nothing to migrate.
  80111. web_1 | - Loading initial data for socialaccount.
  80112. web_1 | Installed 0 object(s) from 0 fixture(s)
  80113. web_1 | Running migrations for django_extensions:
  80114. web_1 | - Nothing to migrate.
  80115. web_1 | - Loading initial data for django_extensions.
  80116. web_1 | Installed 0 object(s) from 0 fixture(s)
  80117. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80118. web_1 | [GCC 4.9.2] on linux2
  80119. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80120. web_1 | (InteractiveConsole)
  80121. web_1 |
  80122. web_1 | >>> >>> Starting the server
  80123. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80124. web_1 |
  80125. web_1 | Fatal error: Unable to find local grunt.
  80126. web_1 |
  80127. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80128. web_1 | your project. For more information about installing and configuring grunt,
  80129. web_1 | please see the Getting Started guide:
  80130. web_1 |
  80131. web_1 | http://gruntjs.com/getting-started
  80132. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80133. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80134. web_1 | Syncing...
  80135. web_1 | Creating tables ...
  80136. web_1 | Installing custom SQL ...
  80137. web_1 | Installing indexes ...
  80138. web_1 | Installed 0 object(s) from 0 fixture(s)
  80139. web_1 |
  80140. web_1 | Synced:
  80141. web_1 | > django.contrib.auth
  80142. web_1 | > django.contrib.contenttypes
  80143. web_1 | > django.contrib.sessions
  80144. web_1 | > django.contrib.sites
  80145. web_1 | > django.contrib.messages
  80146. web_1 | > django.contrib.staticfiles
  80147. web_1 | > django.contrib.admin
  80148. web_1 | > south
  80149. web_1 | > crispy_forms
  80150. web_1 | > avatar
  80151. web_1 | > bootstrap3
  80152. web_1 | > users
  80153. web_1 | > allauth
  80154. web_1 | > allauth.account
  80155. web_1 | > django.contrib.humanize
  80156. web_1 | > debug_toolbar
  80157. web_1 |
  80158. web_1 | Not synced (use migrations):
  80159. web_1 | - allauth.socialaccount
  80160. web_1 | - django_extensions
  80161. web_1 | (use ./manage.py migrate to migrate these)
  80162. web_1 | Running migrations for socialaccount:
  80163. web_1 | - Nothing to migrate.
  80164. web_1 | - Loading initial data for socialaccount.
  80165. web_1 | Installed 0 object(s) from 0 fixture(s)
  80166. web_1 | Running migrations for django_extensions:
  80167. web_1 | - Nothing to migrate.
  80168. web_1 | - Loading initial data for django_extensions.
  80169. web_1 | Installed 0 object(s) from 0 fixture(s)
  80170. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80171. web_1 | [GCC 4.9.2] on linux2
  80172. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80173. web_1 | (InteractiveConsole)
  80174. web_1 |
  80175. web_1 | >>> >>> Starting the server
  80176. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80177. web_1 |
  80178. web_1 | Fatal error: Unable to find local grunt.
  80179. web_1 |
  80180. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80181. web_1 | your project. For more information about installing and configuring grunt,
  80182. web_1 | please see the Getting Started guide:
  80183. web_1 |
  80184. web_1 | http://gruntjs.com/getting-started
  80185. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80186. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80187. web_1 | Syncing...
  80188. web_1 | Creating tables ...
  80189. web_1 | Installing custom SQL ...
  80190. web_1 | Installing indexes ...
  80191. web_1 | Installed 0 object(s) from 0 fixture(s)
  80192. web_1 |
  80193. web_1 | Synced:
  80194. web_1 | > django.contrib.auth
  80195. web_1 | > django.contrib.contenttypes
  80196. web_1 | > django.contrib.sessions
  80197. web_1 | > django.contrib.sites
  80198. web_1 | > django.contrib.messages
  80199. web_1 | > django.contrib.staticfiles
  80200. web_1 | > django.contrib.admin
  80201. web_1 | > south
  80202. web_1 | > crispy_forms
  80203. web_1 | > avatar
  80204. web_1 | > bootstrap3
  80205. web_1 | > users
  80206. web_1 | > allauth
  80207. web_1 | > allauth.account
  80208. web_1 | > django.contrib.humanize
  80209. web_1 | > debug_toolbar
  80210. web_1 |
  80211. web_1 | Not synced (use migrations):
  80212. web_1 | - allauth.socialaccount
  80213. web_1 | - django_extensions
  80214. web_1 | (use ./manage.py migrate to migrate these)
  80215. web_1 | Running migrations for socialaccount:
  80216. web_1 | - Nothing to migrate.
  80217. web_1 | - Loading initial data for socialaccount.
  80218. web_1 | Installed 0 object(s) from 0 fixture(s)
  80219. web_1 | Running migrations for django_extensions:
  80220. web_1 | - Nothing to migrate.
  80221. web_1 | - Loading initial data for django_extensions.
  80222. web_1 | Installed 0 object(s) from 0 fixture(s)
  80223. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80224. web_1 | [GCC 4.9.2] on linux2
  80225. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80226. web_1 | (InteractiveConsole)
  80227. web_1 |
  80228. web_1 | >>> >>> Starting the server
  80229. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80230. web_1 |
  80231. web_1 | Fatal error: Unable to find local grunt.
  80232. web_1 |
  80233. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80234. web_1 | your project. For more information about installing and configuring grunt,
  80235. web_1 | please see the Getting Started guide:
  80236. web_1 |
  80237. web_1 | http://gruntjs.com/getting-started
  80238. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80239. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80240. web_1 | Syncing...
  80241. web_1 | Creating tables ...
  80242. web_1 | Installing custom SQL ...
  80243. web_1 | Installing indexes ...
  80244. web_1 | Installed 0 object(s) from 0 fixture(s)
  80245. web_1 |
  80246. web_1 | Synced:
  80247. web_1 | > django.contrib.auth
  80248. web_1 | > django.contrib.contenttypes
  80249. web_1 | > django.contrib.sessions
  80250. web_1 | > django.contrib.sites
  80251. web_1 | > django.contrib.messages
  80252. web_1 | > django.contrib.staticfiles
  80253. web_1 | > django.contrib.admin
  80254. web_1 | > south
  80255. web_1 | > crispy_forms
  80256. web_1 | > avatar
  80257. web_1 | > bootstrap3
  80258. web_1 | > users
  80259. web_1 | > allauth
  80260. web_1 | > allauth.account
  80261. web_1 | > django.contrib.humanize
  80262. web_1 | > debug_toolbar
  80263. web_1 |
  80264. web_1 | Not synced (use migrations):
  80265. web_1 | - allauth.socialaccount
  80266. web_1 | - django_extensions
  80267. web_1 | (use ./manage.py migrate to migrate these)
  80268. web_1 | Running migrations for socialaccount:
  80269. web_1 | - Nothing to migrate.
  80270. web_1 | - Loading initial data for socialaccount.
  80271. web_1 | Installed 0 object(s) from 0 fixture(s)
  80272. web_1 | Running migrations for django_extensions:
  80273. web_1 | - Nothing to migrate.
  80274. web_1 | - Loading initial data for django_extensions.
  80275. web_1 | Installed 0 object(s) from 0 fixture(s)
  80276. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80277. web_1 | [GCC 4.9.2] on linux2
  80278. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80279. web_1 | (InteractiveConsole)
  80280. web_1 |
  80281. web_1 | >>> >>> Starting the server
  80282. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80283. web_1 |
  80284. web_1 | Fatal error: Unable to find local grunt.
  80285. web_1 |
  80286. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80287. web_1 | your project. For more information about installing and configuring grunt,
  80288. web_1 | please see the Getting Started guide:
  80289. web_1 |
  80290. web_1 | http://gruntjs.com/getting-started
  80291. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80292. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80293. web_1 | Syncing...
  80294. web_1 | Creating tables ...
  80295. web_1 | Installing custom SQL ...
  80296. web_1 | Installing indexes ...
  80297. web_1 | Installed 0 object(s) from 0 fixture(s)
  80298. web_1 |
  80299. web_1 | Synced:
  80300. web_1 | > django.contrib.auth
  80301. web_1 | > django.contrib.contenttypes
  80302. web_1 | > django.contrib.sessions
  80303. web_1 | > django.contrib.sites
  80304. web_1 | > django.contrib.messages
  80305. web_1 | > django.contrib.staticfiles
  80306. web_1 | > django.contrib.admin
  80307. web_1 | > south
  80308. web_1 | > crispy_forms
  80309. web_1 | > avatar
  80310. web_1 | > bootstrap3
  80311. web_1 | > users
  80312. web_1 | > allauth
  80313. web_1 | > allauth.account
  80314. web_1 | > django.contrib.humanize
  80315. web_1 | > debug_toolbar
  80316. web_1 |
  80317. web_1 | Not synced (use migrations):
  80318. web_1 | - allauth.socialaccount
  80319. web_1 | - django_extensions
  80320. web_1 | (use ./manage.py migrate to migrate these)
  80321. web_1 | Running migrations for socialaccount:
  80322. web_1 | - Nothing to migrate.
  80323. web_1 | - Loading initial data for socialaccount.
  80324. web_1 | Installed 0 object(s) from 0 fixture(s)
  80325. web_1 | Running migrations for django_extensions:
  80326. web_1 | - Nothing to migrate.
  80327. web_1 | - Loading initial data for django_extensions.
  80328. web_1 | Installed 0 object(s) from 0 fixture(s)
  80329. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80330. web_1 | [GCC 4.9.2] on linux2
  80331. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80332. web_1 | (InteractiveConsole)
  80333. web_1 |
  80334. web_1 | >>> >>> Starting the server
  80335. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80336. web_1 |
  80337. web_1 | Fatal error: Unable to find local grunt.
  80338. web_1 |
  80339. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80340. web_1 | your project. For more information about installing and configuring grunt,
  80341. web_1 | please see the Getting Started guide:
  80342. web_1 |
  80343. web_1 | http://gruntjs.com/getting-started
  80344. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80345. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80346. web_1 | Syncing...
  80347. web_1 | Creating tables ...
  80348. web_1 | Installing custom SQL ...
  80349. web_1 | Installing indexes ...
  80350. web_1 | Installed 0 object(s) from 0 fixture(s)
  80351. web_1 |
  80352. web_1 | Synced:
  80353. web_1 | > django.contrib.auth
  80354. web_1 | > django.contrib.contenttypes
  80355. web_1 | > django.contrib.sessions
  80356. web_1 | > django.contrib.sites
  80357. web_1 | > django.contrib.messages
  80358. web_1 | > django.contrib.staticfiles
  80359. web_1 | > django.contrib.admin
  80360. web_1 | > south
  80361. web_1 | > crispy_forms
  80362. web_1 | > avatar
  80363. web_1 | > bootstrap3
  80364. web_1 | > users
  80365. web_1 | > allauth
  80366. web_1 | > allauth.account
  80367. web_1 | > django.contrib.humanize
  80368. web_1 | > debug_toolbar
  80369. web_1 |
  80370. web_1 | Not synced (use migrations):
  80371. web_1 | - allauth.socialaccount
  80372. web_1 | - django_extensions
  80373. web_1 | (use ./manage.py migrate to migrate these)
  80374. web_1 | Running migrations for socialaccount:
  80375. web_1 | - Nothing to migrate.
  80376. web_1 | - Loading initial data for socialaccount.
  80377. web_1 | Installed 0 object(s) from 0 fixture(s)
  80378. web_1 | Running migrations for django_extensions:
  80379. web_1 | - Nothing to migrate.
  80380. web_1 | - Loading initial data for django_extensions.
  80381. web_1 | Installed 0 object(s) from 0 fixture(s)
  80382. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80383. web_1 | [GCC 4.9.2] on linux2
  80384. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80385. web_1 | (InteractiveConsole)
  80386. web_1 |
  80387. web_1 | >>> >>> Starting the server
  80388. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80389. web_1 |
  80390. web_1 | Fatal error: Unable to find local grunt.
  80391. web_1 |
  80392. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80393. web_1 | your project. For more information about installing and configuring grunt,
  80394. web_1 | please see the Getting Started guide:
  80395. web_1 |
  80396. web_1 | http://gruntjs.com/getting-started
  80397. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80398. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80399. web_1 | Syncing...
  80400. web_1 | Creating tables ...
  80401. web_1 | Installing custom SQL ...
  80402. web_1 | Installing indexes ...
  80403. web_1 | Installed 0 object(s) from 0 fixture(s)
  80404. web_1 |
  80405. web_1 | Synced:
  80406. web_1 | > django.contrib.auth
  80407. web_1 | > django.contrib.contenttypes
  80408. web_1 | > django.contrib.sessions
  80409. web_1 | > django.contrib.sites
  80410. web_1 | > django.contrib.messages
  80411. web_1 | > django.contrib.staticfiles
  80412. web_1 | > django.contrib.admin
  80413. web_1 | > south
  80414. web_1 | > crispy_forms
  80415. web_1 | > avatar
  80416. web_1 | > bootstrap3
  80417. web_1 | > users
  80418. web_1 | > allauth
  80419. web_1 | > allauth.account
  80420. web_1 | > django.contrib.humanize
  80421. web_1 | > debug_toolbar
  80422. web_1 |
  80423. web_1 | Not synced (use migrations):
  80424. web_1 | - allauth.socialaccount
  80425. web_1 | - django_extensions
  80426. web_1 | (use ./manage.py migrate to migrate these)
  80427. web_1 | Running migrations for socialaccount:
  80428. web_1 | - Nothing to migrate.
  80429. web_1 | - Loading initial data for socialaccount.
  80430. web_1 | Installed 0 object(s) from 0 fixture(s)
  80431. web_1 | Running migrations for django_extensions:
  80432. web_1 | - Nothing to migrate.
  80433. web_1 | - Loading initial data for django_extensions.
  80434. web_1 | Installed 0 object(s) from 0 fixture(s)
  80435. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80436. web_1 | [GCC 4.9.2] on linux2
  80437. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80438. web_1 | (InteractiveConsole)
  80439. web_1 |
  80440. web_1 | >>> >>> Starting the server
  80441. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80442. web_1 |
  80443. web_1 | Fatal error: Unable to find local grunt.
  80444. web_1 |
  80445. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80446. web_1 | your project. For more information about installing and configuring grunt,
  80447. web_1 | please see the Getting Started guide:
  80448. web_1 |
  80449. web_1 | http://gruntjs.com/getting-started
  80450. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80451. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80452. web_1 | Syncing...
  80453. web_1 | Creating tables ...
  80454. web_1 | Installing custom SQL ...
  80455. web_1 | Installing indexes ...
  80456. web_1 | Installed 0 object(s) from 0 fixture(s)
  80457. web_1 |
  80458. web_1 | Synced:
  80459. web_1 | > django.contrib.auth
  80460. web_1 | > django.contrib.contenttypes
  80461. web_1 | > django.contrib.sessions
  80462. web_1 | > django.contrib.sites
  80463. web_1 | > django.contrib.messages
  80464. web_1 | > django.contrib.staticfiles
  80465. web_1 | > django.contrib.admin
  80466. web_1 | > south
  80467. web_1 | > crispy_forms
  80468. web_1 | > avatar
  80469. web_1 | > bootstrap3
  80470. web_1 | > users
  80471. web_1 | > allauth
  80472. web_1 | > allauth.account
  80473. web_1 | > django.contrib.humanize
  80474. web_1 | > debug_toolbar
  80475. web_1 |
  80476. web_1 | Not synced (use migrations):
  80477. web_1 | - allauth.socialaccount
  80478. web_1 | - django_extensions
  80479. web_1 | (use ./manage.py migrate to migrate these)
  80480. web_1 | Running migrations for socialaccount:
  80481. web_1 | - Nothing to migrate.
  80482. web_1 | - Loading initial data for socialaccount.
  80483. web_1 | Installed 0 object(s) from 0 fixture(s)
  80484. web_1 | Running migrations for django_extensions:
  80485. web_1 | - Nothing to migrate.
  80486. web_1 | - Loading initial data for django_extensions.
  80487. web_1 | Installed 0 object(s) from 0 fixture(s)
  80488. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80489. web_1 | [GCC 4.9.2] on linux2
  80490. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80491. web_1 | (InteractiveConsole)
  80492. web_1 |
  80493. web_1 | >>> >>> Starting the server
  80494. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80495. web_1 |
  80496. web_1 | Fatal error: Unable to find local grunt.
  80497. web_1 |
  80498. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80499. web_1 | your project. For more information about installing and configuring grunt,
  80500. web_1 | please see the Getting Started guide:
  80501. web_1 |
  80502. web_1 | http://gruntjs.com/getting-started
  80503. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80504. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80505. web_1 | Syncing...
  80506. web_1 | Creating tables ...
  80507. web_1 | Installing custom SQL ...
  80508. web_1 | Installing indexes ...
  80509. web_1 | Installed 0 object(s) from 0 fixture(s)
  80510. web_1 |
  80511. web_1 | Synced:
  80512. web_1 | > django.contrib.auth
  80513. web_1 | > django.contrib.contenttypes
  80514. web_1 | > django.contrib.sessions
  80515. web_1 | > django.contrib.sites
  80516. web_1 | > django.contrib.messages
  80517. web_1 | > django.contrib.staticfiles
  80518. web_1 | > django.contrib.admin
  80519. web_1 | > south
  80520. web_1 | > crispy_forms
  80521. web_1 | > avatar
  80522. web_1 | > bootstrap3
  80523. web_1 | > users
  80524. web_1 | > allauth
  80525. web_1 | > allauth.account
  80526. web_1 | > django.contrib.humanize
  80527. web_1 | > debug_toolbar
  80528. web_1 |
  80529. web_1 | Not synced (use migrations):
  80530. web_1 | - allauth.socialaccount
  80531. web_1 | - django_extensions
  80532. web_1 | (use ./manage.py migrate to migrate these)
  80533. web_1 | Running migrations for socialaccount:
  80534. web_1 | - Nothing to migrate.
  80535. web_1 | - Loading initial data for socialaccount.
  80536. web_1 | Installed 0 object(s) from 0 fixture(s)
  80537. web_1 | Running migrations for django_extensions:
  80538. web_1 | - Nothing to migrate.
  80539. web_1 | - Loading initial data for django_extensions.
  80540. web_1 | Installed 0 object(s) from 0 fixture(s)
  80541. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80542. web_1 | [GCC 4.9.2] on linux2
  80543. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80544. web_1 | (InteractiveConsole)
  80545. web_1 |
  80546. web_1 | >>> >>> Starting the server
  80547. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80548. web_1 |
  80549. web_1 | Fatal error: Unable to find local grunt.
  80550. web_1 |
  80551. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80552. web_1 | your project. For more information about installing and configuring grunt,
  80553. web_1 | please see the Getting Started guide:
  80554. web_1 |
  80555. web_1 | http://gruntjs.com/getting-started
  80556. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80557. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80558. web_1 | Syncing...
  80559. web_1 | Creating tables ...
  80560. web_1 | Installing custom SQL ...
  80561. web_1 | Installing indexes ...
  80562. web_1 | Installed 0 object(s) from 0 fixture(s)
  80563. web_1 |
  80564. web_1 | Synced:
  80565. web_1 | > django.contrib.auth
  80566. web_1 | > django.contrib.contenttypes
  80567. web_1 | > django.contrib.sessions
  80568. web_1 | > django.contrib.sites
  80569. web_1 | > django.contrib.messages
  80570. web_1 | > django.contrib.staticfiles
  80571. web_1 | > django.contrib.admin
  80572. web_1 | > south
  80573. web_1 | > crispy_forms
  80574. web_1 | > avatar
  80575. web_1 | > bootstrap3
  80576. web_1 | > users
  80577. web_1 | > allauth
  80578. web_1 | > allauth.account
  80579. web_1 | > django.contrib.humanize
  80580. web_1 | > debug_toolbar
  80581. web_1 |
  80582. web_1 | Not synced (use migrations):
  80583. web_1 | - allauth.socialaccount
  80584. web_1 | - django_extensions
  80585. web_1 | (use ./manage.py migrate to migrate these)
  80586. web_1 | Running migrations for socialaccount:
  80587. web_1 | - Nothing to migrate.
  80588. web_1 | - Loading initial data for socialaccount.
  80589. web_1 | Installed 0 object(s) from 0 fixture(s)
  80590. web_1 | Running migrations for django_extensions:
  80591. web_1 | - Nothing to migrate.
  80592. web_1 | - Loading initial data for django_extensions.
  80593. web_1 | Installed 0 object(s) from 0 fixture(s)
  80594. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80595. web_1 | [GCC 4.9.2] on linux2
  80596. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80597. web_1 | (InteractiveConsole)
  80598. web_1 |
  80599. web_1 | >>> >>> Starting the server
  80600. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80601. web_1 |
  80602. web_1 | Fatal error: Unable to find local grunt.
  80603. web_1 |
  80604. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80605. web_1 | your project. For more information about installing and configuring grunt,
  80606. web_1 | please see the Getting Started guide:
  80607. web_1 |
  80608. web_1 | http://gruntjs.com/getting-started
  80609. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80610. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80611. web_1 | Syncing...
  80612. web_1 | Creating tables ...
  80613. web_1 | Installing custom SQL ...
  80614. web_1 | Installing indexes ...
  80615. web_1 | Installed 0 object(s) from 0 fixture(s)
  80616. web_1 |
  80617. web_1 | Synced:
  80618. web_1 | > django.contrib.auth
  80619. web_1 | > django.contrib.contenttypes
  80620. web_1 | > django.contrib.sessions
  80621. web_1 | > django.contrib.sites
  80622. web_1 | > django.contrib.messages
  80623. web_1 | > django.contrib.staticfiles
  80624. web_1 | > django.contrib.admin
  80625. web_1 | > south
  80626. web_1 | > crispy_forms
  80627. web_1 | > avatar
  80628. web_1 | > bootstrap3
  80629. web_1 | > users
  80630. web_1 | > allauth
  80631. web_1 | > allauth.account
  80632. web_1 | > django.contrib.humanize
  80633. web_1 | > debug_toolbar
  80634. web_1 |
  80635. web_1 | Not synced (use migrations):
  80636. web_1 | - allauth.socialaccount
  80637. web_1 | - django_extensions
  80638. web_1 | (use ./manage.py migrate to migrate these)
  80639. web_1 | Running migrations for socialaccount:
  80640. web_1 | - Nothing to migrate.
  80641. web_1 | - Loading initial data for socialaccount.
  80642. web_1 | Installed 0 object(s) from 0 fixture(s)
  80643. web_1 | Running migrations for django_extensions:
  80644. web_1 | - Nothing to migrate.
  80645. web_1 | - Loading initial data for django_extensions.
  80646. web_1 | Installed 0 object(s) from 0 fixture(s)
  80647. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80648. web_1 | [GCC 4.9.2] on linux2
  80649. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80650. web_1 | (InteractiveConsole)
  80651. web_1 |
  80652. web_1 | >>> >>> Starting the server
  80653. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80654. web_1 |
  80655. web_1 | Fatal error: Unable to find local grunt.
  80656. web_1 |
  80657. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80658. web_1 | your project. For more information about installing and configuring grunt,
  80659. web_1 | please see the Getting Started guide:
  80660. web_1 |
  80661. web_1 | http://gruntjs.com/getting-started
  80662. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80663. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80664. web_1 | Syncing...
  80665. web_1 | Creating tables ...
  80666. web_1 | Installing custom SQL ...
  80667. web_1 | Installing indexes ...
  80668. web_1 | Installed 0 object(s) from 0 fixture(s)
  80669. web_1 |
  80670. web_1 | Synced:
  80671. web_1 | > django.contrib.auth
  80672. web_1 | > django.contrib.contenttypes
  80673. web_1 | > django.contrib.sessions
  80674. web_1 | > django.contrib.sites
  80675. web_1 | > django.contrib.messages
  80676. web_1 | > django.contrib.staticfiles
  80677. web_1 | > django.contrib.admin
  80678. web_1 | > south
  80679. web_1 | > crispy_forms
  80680. web_1 | > avatar
  80681. web_1 | > bootstrap3
  80682. web_1 | > users
  80683. web_1 | > allauth
  80684. web_1 | > allauth.account
  80685. web_1 | > django.contrib.humanize
  80686. web_1 | > debug_toolbar
  80687. web_1 |
  80688. web_1 | Not synced (use migrations):
  80689. web_1 | - allauth.socialaccount
  80690. web_1 | - django_extensions
  80691. web_1 | (use ./manage.py migrate to migrate these)
  80692. web_1 | Running migrations for socialaccount:
  80693. web_1 | - Nothing to migrate.
  80694. web_1 | - Loading initial data for socialaccount.
  80695. web_1 | Installed 0 object(s) from 0 fixture(s)
  80696. web_1 | Running migrations for django_extensions:
  80697. web_1 | - Nothing to migrate.
  80698. web_1 | - Loading initial data for django_extensions.
  80699. web_1 | Installed 0 object(s) from 0 fixture(s)
  80700. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80701. web_1 | [GCC 4.9.2] on linux2
  80702. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80703. web_1 | (InteractiveConsole)
  80704. web_1 |
  80705. web_1 | >>> >>> Starting the server
  80706. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80707. web_1 |
  80708. web_1 | Fatal error: Unable to find local grunt.
  80709. web_1 |
  80710. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80711. web_1 | your project. For more information about installing and configuring grunt,
  80712. web_1 | please see the Getting Started guide:
  80713. web_1 |
  80714. web_1 | http://gruntjs.com/getting-started
  80715. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80716. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80717. web_1 | Syncing...
  80718. web_1 | Creating tables ...
  80719. web_1 | Installing custom SQL ...
  80720. web_1 | Installing indexes ...
  80721. web_1 | Installed 0 object(s) from 0 fixture(s)
  80722. web_1 |
  80723. web_1 | Synced:
  80724. web_1 | > django.contrib.auth
  80725. web_1 | > django.contrib.contenttypes
  80726. web_1 | > django.contrib.sessions
  80727. web_1 | > django.contrib.sites
  80728. web_1 | > django.contrib.messages
  80729. web_1 | > django.contrib.staticfiles
  80730. web_1 | > django.contrib.admin
  80731. web_1 | > south
  80732. web_1 | > crispy_forms
  80733. web_1 | > avatar
  80734. web_1 | > bootstrap3
  80735. web_1 | > users
  80736. web_1 | > allauth
  80737. web_1 | > allauth.account
  80738. web_1 | > django.contrib.humanize
  80739. web_1 | > debug_toolbar
  80740. web_1 |
  80741. web_1 | Not synced (use migrations):
  80742. web_1 | - allauth.socialaccount
  80743. web_1 | - django_extensions
  80744. web_1 | (use ./manage.py migrate to migrate these)
  80745. web_1 | Running migrations for socialaccount:
  80746. web_1 | - Nothing to migrate.
  80747. web_1 | - Loading initial data for socialaccount.
  80748. web_1 | Installed 0 object(s) from 0 fixture(s)
  80749. web_1 | Running migrations for django_extensions:
  80750. web_1 | - Nothing to migrate.
  80751. web_1 | - Loading initial data for django_extensions.
  80752. web_1 | Installed 0 object(s) from 0 fixture(s)
  80753. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80754. web_1 | [GCC 4.9.2] on linux2
  80755. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80756. web_1 | (InteractiveConsole)
  80757. web_1 |
  80758. web_1 | >>> >>> Starting the server
  80759. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80760. web_1 |
  80761. web_1 | Fatal error: Unable to find local grunt.
  80762. web_1 |
  80763. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80764. web_1 | your project. For more information about installing and configuring grunt,
  80765. web_1 | please see the Getting Started guide:
  80766. web_1 |
  80767. web_1 | http://gruntjs.com/getting-started
  80768. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80769. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80770. web_1 | Syncing...
  80771. web_1 | Creating tables ...
  80772. web_1 | Installing custom SQL ...
  80773. web_1 | Installing indexes ...
  80774. web_1 | Installed 0 object(s) from 0 fixture(s)
  80775. web_1 |
  80776. web_1 | Synced:
  80777. web_1 | > django.contrib.auth
  80778. web_1 | > django.contrib.contenttypes
  80779. web_1 | > django.contrib.sessions
  80780. web_1 | > django.contrib.sites
  80781. web_1 | > django.contrib.messages
  80782. web_1 | > django.contrib.staticfiles
  80783. web_1 | > django.contrib.admin
  80784. web_1 | > south
  80785. web_1 | > crispy_forms
  80786. web_1 | > avatar
  80787. web_1 | > bootstrap3
  80788. web_1 | > users
  80789. web_1 | > allauth
  80790. web_1 | > allauth.account
  80791. web_1 | > django.contrib.humanize
  80792. web_1 | > debug_toolbar
  80793. web_1 |
  80794. web_1 | Not synced (use migrations):
  80795. web_1 | - allauth.socialaccount
  80796. web_1 | - django_extensions
  80797. web_1 | (use ./manage.py migrate to migrate these)
  80798. web_1 | Running migrations for socialaccount:
  80799. web_1 | - Nothing to migrate.
  80800. web_1 | - Loading initial data for socialaccount.
  80801. web_1 | Installed 0 object(s) from 0 fixture(s)
  80802. web_1 | Running migrations for django_extensions:
  80803. web_1 | - Nothing to migrate.
  80804. web_1 | - Loading initial data for django_extensions.
  80805. web_1 | Installed 0 object(s) from 0 fixture(s)
  80806. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80807. web_1 | [GCC 4.9.2] on linux2
  80808. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80809. web_1 | (InteractiveConsole)
  80810. web_1 |
  80811. web_1 | >>> >>> Starting the server
  80812. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80813. web_1 |
  80814. web_1 | Fatal error: Unable to find local grunt.
  80815. web_1 |
  80816. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80817. web_1 | your project. For more information about installing and configuring grunt,
  80818. web_1 | please see the Getting Started guide:
  80819. web_1 |
  80820. web_1 | http://gruntjs.com/getting-started
  80821. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80822. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80823. web_1 | Syncing...
  80824. web_1 | Creating tables ...
  80825. web_1 | Installing custom SQL ...
  80826. web_1 | Installing indexes ...
  80827. web_1 | Installed 0 object(s) from 0 fixture(s)
  80828. web_1 |
  80829. web_1 | Synced:
  80830. web_1 | > django.contrib.auth
  80831. web_1 | > django.contrib.contenttypes
  80832. web_1 | > django.contrib.sessions
  80833. web_1 | > django.contrib.sites
  80834. web_1 | > django.contrib.messages
  80835. web_1 | > django.contrib.staticfiles
  80836. web_1 | > django.contrib.admin
  80837. web_1 | > south
  80838. web_1 | > crispy_forms
  80839. web_1 | > avatar
  80840. web_1 | > bootstrap3
  80841. web_1 | > users
  80842. web_1 | > allauth
  80843. web_1 | > allauth.account
  80844. web_1 | > django.contrib.humanize
  80845. web_1 | > debug_toolbar
  80846. web_1 |
  80847. web_1 | Not synced (use migrations):
  80848. web_1 | - allauth.socialaccount
  80849. web_1 | - django_extensions
  80850. web_1 | (use ./manage.py migrate to migrate these)
  80851. web_1 | Running migrations for socialaccount:
  80852. web_1 | - Nothing to migrate.
  80853. web_1 | - Loading initial data for socialaccount.
  80854. web_1 | Installed 0 object(s) from 0 fixture(s)
  80855. web_1 | Running migrations for django_extensions:
  80856. web_1 | - Nothing to migrate.
  80857. web_1 | - Loading initial data for django_extensions.
  80858. web_1 | Installed 0 object(s) from 0 fixture(s)
  80859. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80860. web_1 | [GCC 4.9.2] on linux2
  80861. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80862. web_1 | (InteractiveConsole)
  80863. web_1 |
  80864. web_1 | >>> >>> Starting the server
  80865. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80866. web_1 |
  80867. web_1 | Fatal error: Unable to find local grunt.
  80868. web_1 |
  80869. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80870. web_1 | your project. For more information about installing and configuring grunt,
  80871. web_1 | please see the Getting Started guide:
  80872. web_1 |
  80873. web_1 | http://gruntjs.com/getting-started
  80874. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80875. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80876. web_1 | Syncing...
  80877. web_1 | Creating tables ...
  80878. web_1 | Installing custom SQL ...
  80879. web_1 | Installing indexes ...
  80880. web_1 | Installed 0 object(s) from 0 fixture(s)
  80881. web_1 |
  80882. web_1 | Synced:
  80883. web_1 | > django.contrib.auth
  80884. web_1 | > django.contrib.contenttypes
  80885. web_1 | > django.contrib.sessions
  80886. web_1 | > django.contrib.sites
  80887. web_1 | > django.contrib.messages
  80888. web_1 | > django.contrib.staticfiles
  80889. web_1 | > django.contrib.admin
  80890. web_1 | > south
  80891. web_1 | > crispy_forms
  80892. web_1 | > avatar
  80893. web_1 | > bootstrap3
  80894. web_1 | > users
  80895. web_1 | > allauth
  80896. web_1 | > allauth.account
  80897. web_1 | > django.contrib.humanize
  80898. web_1 | > debug_toolbar
  80899. web_1 |
  80900. web_1 | Not synced (use migrations):
  80901. web_1 | - allauth.socialaccount
  80902. web_1 | - django_extensions
  80903. web_1 | (use ./manage.py migrate to migrate these)
  80904. web_1 | Running migrations for socialaccount:
  80905. web_1 | - Nothing to migrate.
  80906. web_1 | - Loading initial data for socialaccount.
  80907. web_1 | Installed 0 object(s) from 0 fixture(s)
  80908. web_1 | Running migrations for django_extensions:
  80909. web_1 | - Nothing to migrate.
  80910. web_1 | - Loading initial data for django_extensions.
  80911. web_1 | Installed 0 object(s) from 0 fixture(s)
  80912. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80913. web_1 | [GCC 4.9.2] on linux2
  80914. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80915. web_1 | (InteractiveConsole)
  80916. web_1 |
  80917. web_1 | >>> >>> Starting the server
  80918. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80919. web_1 |
  80920. web_1 | Fatal error: Unable to find local grunt.
  80921. web_1 |
  80922. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80923. web_1 | your project. For more information about installing and configuring grunt,
  80924. web_1 | please see the Getting Started guide:
  80925. web_1 |
  80926. web_1 | http://gruntjs.com/getting-started
  80927. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80928. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80929. web_1 | Syncing...
  80930. web_1 | Creating tables ...
  80931. web_1 | Installing custom SQL ...
  80932. web_1 | Installing indexes ...
  80933. web_1 | Installed 0 object(s) from 0 fixture(s)
  80934. web_1 |
  80935. web_1 | Synced:
  80936. web_1 | > django.contrib.auth
  80937. web_1 | > django.contrib.contenttypes
  80938. web_1 | > django.contrib.sessions
  80939. web_1 | > django.contrib.sites
  80940. web_1 | > django.contrib.messages
  80941. web_1 | > django.contrib.staticfiles
  80942. web_1 | > django.contrib.admin
  80943. web_1 | > south
  80944. web_1 | > crispy_forms
  80945. web_1 | > avatar
  80946. web_1 | > bootstrap3
  80947. web_1 | > users
  80948. web_1 | > allauth
  80949. web_1 | > allauth.account
  80950. web_1 | > django.contrib.humanize
  80951. web_1 | > debug_toolbar
  80952. web_1 |
  80953. web_1 | Not synced (use migrations):
  80954. web_1 | - allauth.socialaccount
  80955. web_1 | - django_extensions
  80956. web_1 | (use ./manage.py migrate to migrate these)
  80957. web_1 | Running migrations for socialaccount:
  80958. web_1 | - Nothing to migrate.
  80959. web_1 | - Loading initial data for socialaccount.
  80960. web_1 | Installed 0 object(s) from 0 fixture(s)
  80961. web_1 | Running migrations for django_extensions:
  80962. web_1 | - Nothing to migrate.
  80963. web_1 | - Loading initial data for django_extensions.
  80964. web_1 | Installed 0 object(s) from 0 fixture(s)
  80965. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  80966. web_1 | [GCC 4.9.2] on linux2
  80967. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  80968. web_1 | (InteractiveConsole)
  80969. web_1 |
  80970. web_1 | >>> >>> Starting the server
  80971. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  80972. web_1 |
  80973. web_1 | Fatal error: Unable to find local grunt.
  80974. web_1 |
  80975. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  80976. web_1 | your project. For more information about installing and configuring grunt,
  80977. web_1 | please see the Getting Started guide:
  80978. web_1 |
  80979. web_1 | http://gruntjs.com/getting-started
  80980. web_1 | Starting OpenBSD Secure Shell server: sshd.
  80981. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  80982. web_1 | Syncing...
  80983. web_1 | Creating tables ...
  80984. web_1 | Installing custom SQL ...
  80985. web_1 | Installing indexes ...
  80986. web_1 | Installed 0 object(s) from 0 fixture(s)
  80987. web_1 |
  80988. web_1 | Synced:
  80989. web_1 | > django.contrib.auth
  80990. web_1 | > django.contrib.contenttypes
  80991. web_1 | > django.contrib.sessions
  80992. web_1 | > django.contrib.sites
  80993. web_1 | > django.contrib.messages
  80994. web_1 | > django.contrib.staticfiles
  80995. web_1 | > django.contrib.admin
  80996. web_1 | > south
  80997. web_1 | > crispy_forms
  80998. web_1 | > avatar
  80999. web_1 | > bootstrap3
  81000. web_1 | > users
  81001. web_1 | > allauth
  81002. web_1 | > allauth.account
  81003. web_1 | > django.contrib.humanize
  81004. web_1 | > debug_toolbar
  81005. web_1 |
  81006. web_1 | Not synced (use migrations):
  81007. web_1 | - allauth.socialaccount
  81008. web_1 | - django_extensions
  81009. web_1 | (use ./manage.py migrate to migrate these)
  81010. web_1 | Running migrations for socialaccount:
  81011. web_1 | - Nothing to migrate.
  81012. web_1 | - Loading initial data for socialaccount.
  81013. web_1 | Installed 0 object(s) from 0 fixture(s)
  81014. web_1 | Running migrations for django_extensions:
  81015. web_1 | - Nothing to migrate.
  81016. web_1 | - Loading initial data for django_extensions.
  81017. web_1 | Installed 0 object(s) from 0 fixture(s)
  81018. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81019. web_1 | [GCC 4.9.2] on linux2
  81020. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81021. web_1 | (InteractiveConsole)
  81022. web_1 |
  81023. web_1 | >>> >>> Starting the server
  81024. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81025. web_1 |
  81026. web_1 | Fatal error: Unable to find local grunt.
  81027. web_1 |
  81028. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81029. web_1 | your project. For more information about installing and configuring grunt,
  81030. web_1 | please see the Getting Started guide:
  81031. web_1 |
  81032. web_1 | http://gruntjs.com/getting-started
  81033. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81034. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81035. web_1 | Syncing...
  81036. web_1 | Creating tables ...
  81037. web_1 | Installing custom SQL ...
  81038. web_1 | Installing indexes ...
  81039. web_1 | Installed 0 object(s) from 0 fixture(s)
  81040. web_1 |
  81041. web_1 | Synced:
  81042. web_1 | > django.contrib.auth
  81043. web_1 | > django.contrib.contenttypes
  81044. web_1 | > django.contrib.sessions
  81045. web_1 | > django.contrib.sites
  81046. web_1 | > django.contrib.messages
  81047. web_1 | > django.contrib.staticfiles
  81048. web_1 | > django.contrib.admin
  81049. web_1 | > south
  81050. web_1 | > crispy_forms
  81051. web_1 | > avatar
  81052. web_1 | > bootstrap3
  81053. web_1 | > users
  81054. web_1 | > allauth
  81055. web_1 | > allauth.account
  81056. web_1 | > django.contrib.humanize
  81057. web_1 | > debug_toolbar
  81058. web_1 |
  81059. web_1 | Not synced (use migrations):
  81060. web_1 | - allauth.socialaccount
  81061. web_1 | - django_extensions
  81062. web_1 | (use ./manage.py migrate to migrate these)
  81063. web_1 | Running migrations for socialaccount:
  81064. web_1 | - Nothing to migrate.
  81065. web_1 | - Loading initial data for socialaccount.
  81066. web_1 | Installed 0 object(s) from 0 fixture(s)
  81067. web_1 | Running migrations for django_extensions:
  81068. web_1 | - Nothing to migrate.
  81069. web_1 | - Loading initial data for django_extensions.
  81070. web_1 | Installed 0 object(s) from 0 fixture(s)
  81071. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81072. web_1 | [GCC 4.9.2] on linux2
  81073. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81074. web_1 | (InteractiveConsole)
  81075. web_1 |
  81076. web_1 | >>> >>> Starting the server
  81077. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81078. web_1 |
  81079. web_1 | Fatal error: Unable to find local grunt.
  81080. web_1 |
  81081. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81082. web_1 | your project. For more information about installing and configuring grunt,
  81083. web_1 | please see the Getting Started guide:
  81084. web_1 |
  81085. web_1 | http://gruntjs.com/getting-started
  81086. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81087. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81088. web_1 | Syncing...
  81089. web_1 | Creating tables ...
  81090. web_1 | Installing custom SQL ...
  81091. web_1 | Installing indexes ...
  81092. web_1 | Installed 0 object(s) from 0 fixture(s)
  81093. web_1 |
  81094. web_1 | Synced:
  81095. web_1 | > django.contrib.auth
  81096. web_1 | > django.contrib.contenttypes
  81097. web_1 | > django.contrib.sessions
  81098. web_1 | > django.contrib.sites
  81099. web_1 | > django.contrib.messages
  81100. web_1 | > django.contrib.staticfiles
  81101. web_1 | > django.contrib.admin
  81102. web_1 | > south
  81103. web_1 | > crispy_forms
  81104. web_1 | > avatar
  81105. web_1 | > bootstrap3
  81106. web_1 | > users
  81107. web_1 | > allauth
  81108. web_1 | > allauth.account
  81109. web_1 | > django.contrib.humanize
  81110. web_1 | > debug_toolbar
  81111. web_1 |
  81112. web_1 | Not synced (use migrations):
  81113. web_1 | - allauth.socialaccount
  81114. web_1 | - django_extensions
  81115. web_1 | (use ./manage.py migrate to migrate these)
  81116. web_1 | Running migrations for socialaccount:
  81117. web_1 | - Nothing to migrate.
  81118. web_1 | - Loading initial data for socialaccount.
  81119. web_1 | Installed 0 object(s) from 0 fixture(s)
  81120. web_1 | Running migrations for django_extensions:
  81121. web_1 | - Nothing to migrate.
  81122. web_1 | - Loading initial data for django_extensions.
  81123. web_1 | Installed 0 object(s) from 0 fixture(s)
  81124. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81125. web_1 | [GCC 4.9.2] on linux2
  81126. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81127. web_1 | (InteractiveConsole)
  81128. web_1 |
  81129. web_1 | >>> >>> Starting the server
  81130. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81131. web_1 |
  81132. web_1 | Fatal error: Unable to find local grunt.
  81133. web_1 |
  81134. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81135. web_1 | your project. For more information about installing and configuring grunt,
  81136. web_1 | please see the Getting Started guide:
  81137. web_1 |
  81138. web_1 | http://gruntjs.com/getting-started
  81139. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81140. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81141. web_1 | Syncing...
  81142. web_1 | Creating tables ...
  81143. web_1 | Installing custom SQL ...
  81144. web_1 | Installing indexes ...
  81145. web_1 | Installed 0 object(s) from 0 fixture(s)
  81146. web_1 |
  81147. web_1 | Synced:
  81148. web_1 | > django.contrib.auth
  81149. web_1 | > django.contrib.contenttypes
  81150. web_1 | > django.contrib.sessions
  81151. web_1 | > django.contrib.sites
  81152. web_1 | > django.contrib.messages
  81153. web_1 | > django.contrib.staticfiles
  81154. web_1 | > django.contrib.admin
  81155. web_1 | > south
  81156. web_1 | > crispy_forms
  81157. web_1 | > avatar
  81158. web_1 | > bootstrap3
  81159. web_1 | > users
  81160. web_1 | > allauth
  81161. web_1 | > allauth.account
  81162. web_1 | > django.contrib.humanize
  81163. web_1 | > debug_toolbar
  81164. web_1 |
  81165. web_1 | Not synced (use migrations):
  81166. web_1 | - allauth.socialaccount
  81167. web_1 | - django_extensions
  81168. web_1 | (use ./manage.py migrate to migrate these)
  81169. web_1 | Running migrations for socialaccount:
  81170. web_1 | - Nothing to migrate.
  81171. web_1 | - Loading initial data for socialaccount.
  81172. web_1 | Installed 0 object(s) from 0 fixture(s)
  81173. web_1 | Running migrations for django_extensions:
  81174. web_1 | - Nothing to migrate.
  81175. web_1 | - Loading initial data for django_extensions.
  81176. web_1 | Installed 0 object(s) from 0 fixture(s)
  81177. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81178. web_1 | [GCC 4.9.2] on linux2
  81179. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81180. web_1 | (InteractiveConsole)
  81181. web_1 |
  81182. web_1 | >>> >>> Starting the server
  81183. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81184. web_1 |
  81185. web_1 | Fatal error: Unable to find local grunt.
  81186. web_1 |
  81187. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81188. web_1 | your project. For more information about installing and configuring grunt,
  81189. web_1 | please see the Getting Started guide:
  81190. web_1 |
  81191. web_1 | http://gruntjs.com/getting-started
  81192. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81193. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81194. web_1 | Syncing...
  81195. web_1 | Creating tables ...
  81196. web_1 | Installing custom SQL ...
  81197. web_1 | Installing indexes ...
  81198. web_1 | Installed 0 object(s) from 0 fixture(s)
  81199. web_1 |
  81200. web_1 | Synced:
  81201. web_1 | > django.contrib.auth
  81202. web_1 | > django.contrib.contenttypes
  81203. web_1 | > django.contrib.sessions
  81204. web_1 | > django.contrib.sites
  81205. web_1 | > django.contrib.messages
  81206. web_1 | > django.contrib.staticfiles
  81207. web_1 | > django.contrib.admin
  81208. web_1 | > south
  81209. web_1 | > crispy_forms
  81210. web_1 | > avatar
  81211. web_1 | > bootstrap3
  81212. web_1 | > users
  81213. web_1 | > allauth
  81214. web_1 | > allauth.account
  81215. web_1 | > django.contrib.humanize
  81216. web_1 | > debug_toolbar
  81217. web_1 |
  81218. web_1 | Not synced (use migrations):
  81219. web_1 | - allauth.socialaccount
  81220. web_1 | - django_extensions
  81221. web_1 | (use ./manage.py migrate to migrate these)
  81222. web_1 | Running migrations for socialaccount:
  81223. web_1 | - Nothing to migrate.
  81224. web_1 | - Loading initial data for socialaccount.
  81225. web_1 | Installed 0 object(s) from 0 fixture(s)
  81226. web_1 | Running migrations for django_extensions:
  81227. web_1 | - Nothing to migrate.
  81228. web_1 | - Loading initial data for django_extensions.
  81229. web_1 | Installed 0 object(s) from 0 fixture(s)
  81230. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81231. web_1 | [GCC 4.9.2] on linux2
  81232. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81233. web_1 | (InteractiveConsole)
  81234. web_1 |
  81235. web_1 | >>> >>> Starting the server
  81236. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81237. web_1 |
  81238. web_1 | Fatal error: Unable to find local grunt.
  81239. web_1 |
  81240. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81241. web_1 | your project. For more information about installing and configuring grunt,
  81242. web_1 | please see the Getting Started guide:
  81243. web_1 |
  81244. web_1 | http://gruntjs.com/getting-started
  81245. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81246. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81247. web_1 | Syncing...
  81248. web_1 | Creating tables ...
  81249. web_1 | Installing custom SQL ...
  81250. web_1 | Installing indexes ...
  81251. web_1 | Installed 0 object(s) from 0 fixture(s)
  81252. web_1 |
  81253. web_1 | Synced:
  81254. web_1 | > django.contrib.auth
  81255. web_1 | > django.contrib.contenttypes
  81256. web_1 | > django.contrib.sessions
  81257. web_1 | > django.contrib.sites
  81258. web_1 | > django.contrib.messages
  81259. web_1 | > django.contrib.staticfiles
  81260. web_1 | > django.contrib.admin
  81261. web_1 | > south
  81262. web_1 | > crispy_forms
  81263. web_1 | > avatar
  81264. web_1 | > bootstrap3
  81265. web_1 | > users
  81266. web_1 | > allauth
  81267. web_1 | > allauth.account
  81268. web_1 | > django.contrib.humanize
  81269. web_1 | > debug_toolbar
  81270. web_1 |
  81271. web_1 | Not synced (use migrations):
  81272. web_1 | - allauth.socialaccount
  81273. web_1 | - django_extensions
  81274. web_1 | (use ./manage.py migrate to migrate these)
  81275. web_1 | Running migrations for socialaccount:
  81276. web_1 | - Nothing to migrate.
  81277. web_1 | - Loading initial data for socialaccount.
  81278. web_1 | Installed 0 object(s) from 0 fixture(s)
  81279. web_1 | Running migrations for django_extensions:
  81280. web_1 | - Nothing to migrate.
  81281. web_1 | - Loading initial data for django_extensions.
  81282. web_1 | Installed 0 object(s) from 0 fixture(s)
  81283. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81284. web_1 | [GCC 4.9.2] on linux2
  81285. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81286. web_1 | (InteractiveConsole)
  81287. web_1 |
  81288. web_1 | >>> >>> Starting the server
  81289. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81290. web_1 |
  81291. web_1 | Fatal error: Unable to find local grunt.
  81292. web_1 |
  81293. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81294. web_1 | your project. For more information about installing and configuring grunt,
  81295. web_1 | please see the Getting Started guide:
  81296. web_1 |
  81297. web_1 | http://gruntjs.com/getting-started
  81298. oclweb_web_1 exited with code 99
  81299. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81300. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81301. web_1 | Syncing...
  81302. web_1 | Traceback (most recent call last):
  81303. web_1 | File "ocl_web/manage.py", line 19, in <module>
  81304. web_1 | execute_from_command_line(sys.argv)
  81305. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  81306. web_1 | utility.execute()
  81307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  81308. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  81309. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  81310. web_1 | self.execute(*args, **options.__dict__)
  81311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  81312. web_1 | output = self.handle(*args, **options)
  81313. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  81314. web_1 | return self.handle_noargs(**options)
  81315. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  81316. web_1 | syncdb.Command().execute(**options)
  81317. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  81318. web_1 | output = self.handle(*args, **options)
  81319. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  81320. web_1 | return self.handle_noargs(**options)
  81321. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  81322. web_1 | cursor = connection.cursor()
  81323. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  81324. web_1 | cursor = self.make_debug_cursor(self._cursor())
  81325. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  81326. web_1 | self.ensure_connection()
  81327. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81328. web_1 | self.connect()
  81329. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  81330. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  81331. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81332. web_1 | self.connect()
  81333. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  81334. web_1 | self.connection = self.get_new_connection(conn_params)
  81335. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  81336. web_1 | return Database.connect(**conn_params)
  81337. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  81338. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  81339. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  81340. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  81341. web_1 | TCP/IP connections on port 5432?
  81342. web_1 |
  81343. web_1 | Traceback (most recent call last):
  81344. web_1 | File "ocl_web/manage.py", line 19, in <module>
  81345. web_1 | execute_from_command_line(sys.argv)
  81346. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  81347. web_1 | utility.execute()
  81348. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  81349. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  81350. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  81351. web_1 | self.execute(*args, **options.__dict__)
  81352. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  81353. web_1 | output = self.handle(*args, **options)
  81354. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  81355. web_1 | ignore_ghosts = ignore_ghosts,
  81356. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  81357. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  81358. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  81359. web_1 | for h in histories:
  81360. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  81361. web_1 | self._fetch_all()
  81362. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  81363. web_1 | self._result_cache = list(self.iterator())
  81364. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  81365. web_1 | for row in compiler.results_iter():
  81366. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  81367. web_1 | for rows in self.execute_sql(MULTI):
  81368. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  81369. web_1 | cursor = self.connection.cursor()
  81370. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  81371. web_1 | cursor = self.make_debug_cursor(self._cursor())
  81372. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  81373. web_1 | self.ensure_connection()
  81374. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81375. web_1 | self.connect()
  81376. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  81377. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  81378. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81379. web_1 | self.connect()
  81380. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  81381. web_1 | self.connection = self.get_new_connection(conn_params)
  81382. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  81383. web_1 | return Database.connect(**conn_params)
  81384. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  81385. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  81386. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  81387. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  81388. web_1 | TCP/IP connections on port 5432?
  81389. web_1 |
  81390. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81391. web_1 | [GCC 4.9.2] on linux2
  81392. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81393. web_1 | (InteractiveConsole)
  81394. web_1 | Traceback (most recent call last):
  81395. web_1 | File "<console>", line 1, in <module>
  81396. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  81397. web_1 | return self.query.get_count(using=self.db)
  81398. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  81399. web_1 | number = obj.get_aggregation(using=using)[None]
  81400. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  81401. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  81402. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  81403. web_1 | cursor = self.connection.cursor()
  81404. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  81405. web_1 | cursor = self.make_debug_cursor(self._cursor())
  81406. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  81407. web_1 | self.ensure_connection()
  81408. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81409. web_1 | self.connect()
  81410. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  81411. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  81412. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  81413. web_1 | self.connect()
  81414. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  81415. web_1 | self.connection = self.get_new_connection(conn_params)
  81416. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  81417. web_1 | return Database.connect(**conn_params)
  81418. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  81419. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  81420. web_1 | OperationalError: could not connect to server: Connection refused
  81421. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  81422. web_1 | TCP/IP connections on port 5432?
  81423. web_1 |
  81424. web_1 |
  81425. web_1 | >>> >>> Starting the server
  81426. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81427. web_1 |
  81428. web_1 | Fatal error: Unable to find local grunt.
  81429. web_1 |
  81430. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81431. web_1 | your project. For more information about installing and configuring grunt,
  81432. web_1 | please see the Getting Started guide:
  81433. web_1 |
  81434. web_1 | http://gruntjs.com/getting-started
  81435. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81436. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81437. web_1 | Syncing...
  81438. web_1 | Creating tables ...
  81439. web_1 | Creating table auth_permission
  81440. web_1 | Creating table auth_group_permissions
  81441. web_1 | Creating table auth_group
  81442. web_1 | Creating table django_content_type
  81443. web_1 | Creating table django_session
  81444. web_1 | Creating table django_site
  81445. web_1 | Creating table django_admin_log
  81446. web_1 | Creating table south_migrationhistory
  81447. web_1 | Creating table avatar_avatar
  81448. web_1 | Creating table users_user_groups
  81449. web_1 | Creating table users_user_user_permissions
  81450. web_1 | Creating table users_user
  81451. web_1 | Creating table account_emailaddress
  81452. web_1 | Creating table account_emailconfirmation
  81453. web_1 | Installing custom SQL ...
  81454. web_1 | Installing indexes ...
  81455. web_1 | Installed 0 object(s) from 0 fixture(s)
  81456. web_1 |
  81457. web_1 | Synced:
  81458. web_1 | > django.contrib.auth
  81459. web_1 | > django.contrib.contenttypes
  81460. web_1 | > django.contrib.sessions
  81461. web_1 | > django.contrib.sites
  81462. web_1 | > django.contrib.messages
  81463. web_1 | > django.contrib.staticfiles
  81464. web_1 | > django.contrib.admin
  81465. web_1 | > south
  81466. web_1 | > crispy_forms
  81467. web_1 | > avatar
  81468. web_1 | > bootstrap3
  81469. web_1 | > users
  81470. web_1 | > allauth
  81471. web_1 | > allauth.account
  81472. web_1 | > django.contrib.humanize
  81473. web_1 | > debug_toolbar
  81474. web_1 |
  81475. web_1 | Not synced (use migrations):
  81476. web_1 | - allauth.socialaccount
  81477. web_1 | - django_extensions
  81478. web_1 | (use ./manage.py migrate to migrate these)
  81479. web_1 | Running migrations for socialaccount:
  81480. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  81481. web_1 | > socialaccount:0001_initial
  81482. web_1 | > socialaccount:0002_genericmodels
  81483. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  81484. web_1 | > socialaccount:0004_add_sites
  81485. web_1 | > socialaccount:0005_set_sites
  81486. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  81487. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  81488. web_1 | > socialaccount:0008_client_id
  81489. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  81490. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  81491. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  81492. web_1 | - Loading initial data for socialaccount.
  81493. web_1 | Installed 0 object(s) from 0 fixture(s)
  81494. web_1 | Running migrations for django_extensions:
  81495. web_1 | - Migrating forwards to 0001_empty.
  81496. web_1 | > django_extensions:0001_empty
  81497. web_1 | - Loading initial data for django_extensions.
  81498. web_1 | Installed 0 object(s) from 0 fixture(s)
  81499. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81500. web_1 | [GCC 4.9.2] on linux2
  81501. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81502. web_1 | (InteractiveConsole)
  81503. web_1 |
  81504. web_1 | >>> >>> Starting the server
  81505. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81506. web_1 |
  81507. web_1 | Fatal error: Unable to find local grunt.
  81508. web_1 |
  81509. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81510. web_1 | your project. For more information about installing and configuring grunt,
  81511. web_1 | please see the Getting Started guide:
  81512. web_1 |
  81513. web_1 | http://gruntjs.com/getting-started
  81514. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81515. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81516. web_1 | Syncing...
  81517. web_1 | Creating tables ...
  81518. web_1 | Installing custom SQL ...
  81519. web_1 | Installing indexes ...
  81520. web_1 | Installed 0 object(s) from 0 fixture(s)
  81521. web_1 |
  81522. web_1 | Synced:
  81523. web_1 | > django.contrib.auth
  81524. web_1 | > django.contrib.contenttypes
  81525. web_1 | > django.contrib.sessions
  81526. web_1 | > django.contrib.sites
  81527. web_1 | > django.contrib.messages
  81528. web_1 | > django.contrib.staticfiles
  81529. web_1 | > django.contrib.admin
  81530. web_1 | > south
  81531. web_1 | > crispy_forms
  81532. web_1 | > avatar
  81533. web_1 | > bootstrap3
  81534. web_1 | > users
  81535. web_1 | > allauth
  81536. web_1 | > allauth.account
  81537. web_1 | > django.contrib.humanize
  81538. web_1 | > debug_toolbar
  81539. web_1 |
  81540. web_1 | Not synced (use migrations):
  81541. web_1 | - allauth.socialaccount
  81542. web_1 | - django_extensions
  81543. web_1 | (use ./manage.py migrate to migrate these)
  81544. web_1 | Running migrations for socialaccount:
  81545. web_1 | - Nothing to migrate.
  81546. web_1 | - Loading initial data for socialaccount.
  81547. web_1 | Installed 0 object(s) from 0 fixture(s)
  81548. web_1 | Running migrations for django_extensions:
  81549. web_1 | - Nothing to migrate.
  81550. web_1 | - Loading initial data for django_extensions.
  81551. web_1 | Installed 0 object(s) from 0 fixture(s)
  81552. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81553. web_1 | [GCC 4.9.2] on linux2
  81554. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81555. web_1 | (InteractiveConsole)
  81556. web_1 |
  81557. web_1 | >>> >>> Starting the server
  81558. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81559. web_1 |
  81560. web_1 | Fatal error: Unable to find local grunt.
  81561. web_1 |
  81562. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81563. web_1 | your project. For more information about installing and configuring grunt,
  81564. web_1 | please see the Getting Started guide:
  81565. web_1 |
  81566. web_1 | http://gruntjs.com/getting-started
  81567. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81568. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81569. web_1 | Syncing...
  81570. web_1 | Creating tables ...
  81571. web_1 | Installing custom SQL ...
  81572. web_1 | Installing indexes ...
  81573. web_1 | Installed 0 object(s) from 0 fixture(s)
  81574. web_1 |
  81575. web_1 | Synced:
  81576. web_1 | > django.contrib.auth
  81577. web_1 | > django.contrib.contenttypes
  81578. web_1 | > django.contrib.sessions
  81579. web_1 | > django.contrib.sites
  81580. web_1 | > django.contrib.messages
  81581. web_1 | > django.contrib.staticfiles
  81582. web_1 | > django.contrib.admin
  81583. web_1 | > south
  81584. web_1 | > crispy_forms
  81585. web_1 | > avatar
  81586. web_1 | > bootstrap3
  81587. web_1 | > users
  81588. web_1 | > allauth
  81589. web_1 | > allauth.account
  81590. web_1 | > django.contrib.humanize
  81591. web_1 | > debug_toolbar
  81592. web_1 |
  81593. web_1 | Not synced (use migrations):
  81594. web_1 | - allauth.socialaccount
  81595. web_1 | - django_extensions
  81596. web_1 | (use ./manage.py migrate to migrate these)
  81597. web_1 | Running migrations for socialaccount:
  81598. web_1 | - Nothing to migrate.
  81599. web_1 | - Loading initial data for socialaccount.
  81600. web_1 | Installed 0 object(s) from 0 fixture(s)
  81601. web_1 | Running migrations for django_extensions:
  81602. web_1 | - Nothing to migrate.
  81603. web_1 | - Loading initial data for django_extensions.
  81604. web_1 | Installed 0 object(s) from 0 fixture(s)
  81605. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81606. web_1 | [GCC 4.9.2] on linux2
  81607. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81608. web_1 | (InteractiveConsole)
  81609. web_1 |
  81610. web_1 | >>> >>> Starting the server
  81611. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81612. web_1 |
  81613. web_1 | Fatal error: Unable to find local grunt.
  81614. web_1 |
  81615. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81616. web_1 | your project. For more information about installing and configuring grunt,
  81617. web_1 | please see the Getting Started guide:
  81618. web_1 |
  81619. web_1 | http://gruntjs.com/getting-started
  81620. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81621. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81622. web_1 | Syncing...
  81623. web_1 | Creating tables ...
  81624. web_1 | Installing custom SQL ...
  81625. web_1 | Installing indexes ...
  81626. web_1 | Installed 0 object(s) from 0 fixture(s)
  81627. web_1 |
  81628. web_1 | Synced:
  81629. web_1 | > django.contrib.auth
  81630. web_1 | > django.contrib.contenttypes
  81631. web_1 | > django.contrib.sessions
  81632. web_1 | > django.contrib.sites
  81633. web_1 | > django.contrib.messages
  81634. web_1 | > django.contrib.staticfiles
  81635. web_1 | > django.contrib.admin
  81636. web_1 | > south
  81637. web_1 | > crispy_forms
  81638. web_1 | > avatar
  81639. web_1 | > bootstrap3
  81640. web_1 | > users
  81641. web_1 | > allauth
  81642. web_1 | > allauth.account
  81643. web_1 | > django.contrib.humanize
  81644. web_1 | > debug_toolbar
  81645. web_1 |
  81646. web_1 | Not synced (use migrations):
  81647. web_1 | - allauth.socialaccount
  81648. web_1 | - django_extensions
  81649. web_1 | (use ./manage.py migrate to migrate these)
  81650. web_1 | Running migrations for socialaccount:
  81651. web_1 | - Nothing to migrate.
  81652. web_1 | - Loading initial data for socialaccount.
  81653. web_1 | Installed 0 object(s) from 0 fixture(s)
  81654. web_1 | Running migrations for django_extensions:
  81655. web_1 | - Nothing to migrate.
  81656. web_1 | - Loading initial data for django_extensions.
  81657. web_1 | Installed 0 object(s) from 0 fixture(s)
  81658. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81659. web_1 | [GCC 4.9.2] on linux2
  81660. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81661. web_1 | (InteractiveConsole)
  81662. web_1 |
  81663. web_1 | >>> >>> Starting the server
  81664. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81665. web_1 |
  81666. web_1 | Fatal error: Unable to find local grunt.
  81667. web_1 |
  81668. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81669. web_1 | your project. For more information about installing and configuring grunt,
  81670. web_1 | please see the Getting Started guide:
  81671. web_1 |
  81672. web_1 | http://gruntjs.com/getting-started
  81673. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81674. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81675. web_1 | Syncing...
  81676. web_1 | Creating tables ...
  81677. web_1 | Installing custom SQL ...
  81678. web_1 | Installing indexes ...
  81679. web_1 | Installed 0 object(s) from 0 fixture(s)
  81680. web_1 |
  81681. web_1 | Synced:
  81682. web_1 | > django.contrib.auth
  81683. web_1 | > django.contrib.contenttypes
  81684. web_1 | > django.contrib.sessions
  81685. web_1 | > django.contrib.sites
  81686. web_1 | > django.contrib.messages
  81687. web_1 | > django.contrib.staticfiles
  81688. web_1 | > django.contrib.admin
  81689. web_1 | > south
  81690. web_1 | > crispy_forms
  81691. web_1 | > avatar
  81692. web_1 | > bootstrap3
  81693. web_1 | > users
  81694. web_1 | > allauth
  81695. web_1 | > allauth.account
  81696. web_1 | > django.contrib.humanize
  81697. web_1 | > debug_toolbar
  81698. web_1 |
  81699. web_1 | Not synced (use migrations):
  81700. web_1 | - allauth.socialaccount
  81701. web_1 | - django_extensions
  81702. web_1 | (use ./manage.py migrate to migrate these)
  81703. web_1 | Running migrations for socialaccount:
  81704. web_1 | - Nothing to migrate.
  81705. web_1 | - Loading initial data for socialaccount.
  81706. web_1 | Installed 0 object(s) from 0 fixture(s)
  81707. web_1 | Running migrations for django_extensions:
  81708. web_1 | - Nothing to migrate.
  81709. web_1 | - Loading initial data for django_extensions.
  81710. web_1 | Installed 0 object(s) from 0 fixture(s)
  81711. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81712. web_1 | [GCC 4.9.2] on linux2
  81713. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81714. web_1 | (InteractiveConsole)
  81715. web_1 |
  81716. web_1 | >>> >>> Starting the server
  81717. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81718. web_1 |
  81719. web_1 | Fatal error: Unable to find local grunt.
  81720. web_1 |
  81721. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81722. web_1 | your project. For more information about installing and configuring grunt,
  81723. web_1 | please see the Getting Started guide:
  81724. web_1 |
  81725. web_1 | http://gruntjs.com/getting-started
  81726. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81727. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81728. web_1 | Syncing...
  81729. web_1 | Creating tables ...
  81730. web_1 | Installing custom SQL ...
  81731. web_1 | Installing indexes ...
  81732. web_1 | Installed 0 object(s) from 0 fixture(s)
  81733. web_1 |
  81734. web_1 | Synced:
  81735. web_1 | > django.contrib.auth
  81736. web_1 | > django.contrib.contenttypes
  81737. web_1 | > django.contrib.sessions
  81738. web_1 | > django.contrib.sites
  81739. web_1 | > django.contrib.messages
  81740. web_1 | > django.contrib.staticfiles
  81741. web_1 | > django.contrib.admin
  81742. web_1 | > south
  81743. web_1 | > crispy_forms
  81744. web_1 | > avatar
  81745. web_1 | > bootstrap3
  81746. web_1 | > users
  81747. web_1 | > allauth
  81748. web_1 | > allauth.account
  81749. web_1 | > django.contrib.humanize
  81750. web_1 | > debug_toolbar
  81751. web_1 |
  81752. web_1 | Not synced (use migrations):
  81753. web_1 | - allauth.socialaccount
  81754. web_1 | - django_extensions
  81755. web_1 | (use ./manage.py migrate to migrate these)
  81756. web_1 | Running migrations for socialaccount:
  81757. web_1 | - Nothing to migrate.
  81758. web_1 | - Loading initial data for socialaccount.
  81759. web_1 | Installed 0 object(s) from 0 fixture(s)
  81760. web_1 | Running migrations for django_extensions:
  81761. web_1 | - Nothing to migrate.
  81762. web_1 | - Loading initial data for django_extensions.
  81763. web_1 | Installed 0 object(s) from 0 fixture(s)
  81764. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81765. web_1 | [GCC 4.9.2] on linux2
  81766. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81767. web_1 | (InteractiveConsole)
  81768. web_1 |
  81769. web_1 | >>> >>> Starting the server
  81770. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81771. web_1 |
  81772. web_1 | Fatal error: Unable to find local grunt.
  81773. web_1 |
  81774. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81775. web_1 | your project. For more information about installing and configuring grunt,
  81776. web_1 | please see the Getting Started guide:
  81777. web_1 |
  81778. web_1 | http://gruntjs.com/getting-started
  81779. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81780. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81781. web_1 | Syncing...
  81782. web_1 | Creating tables ...
  81783. web_1 | Installing custom SQL ...
  81784. web_1 | Installing indexes ...
  81785. web_1 | Installed 0 object(s) from 0 fixture(s)
  81786. web_1 |
  81787. web_1 | Synced:
  81788. web_1 | > django.contrib.auth
  81789. web_1 | > django.contrib.contenttypes
  81790. web_1 | > django.contrib.sessions
  81791. web_1 | > django.contrib.sites
  81792. web_1 | > django.contrib.messages
  81793. web_1 | > django.contrib.staticfiles
  81794. web_1 | > django.contrib.admin
  81795. web_1 | > south
  81796. web_1 | > crispy_forms
  81797. web_1 | > avatar
  81798. web_1 | > bootstrap3
  81799. web_1 | > users
  81800. web_1 | > allauth
  81801. web_1 | > allauth.account
  81802. web_1 | > django.contrib.humanize
  81803. web_1 | > debug_toolbar
  81804. web_1 |
  81805. web_1 | Not synced (use migrations):
  81806. web_1 | - allauth.socialaccount
  81807. web_1 | - django_extensions
  81808. web_1 | (use ./manage.py migrate to migrate these)
  81809. web_1 | Running migrations for socialaccount:
  81810. web_1 | - Nothing to migrate.
  81811. web_1 | - Loading initial data for socialaccount.
  81812. web_1 | Installed 0 object(s) from 0 fixture(s)
  81813. web_1 | Running migrations for django_extensions:
  81814. web_1 | - Nothing to migrate.
  81815. web_1 | - Loading initial data for django_extensions.
  81816. web_1 | Installed 0 object(s) from 0 fixture(s)
  81817. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81818. web_1 | [GCC 4.9.2] on linux2
  81819. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81820. web_1 | (InteractiveConsole)
  81821. web_1 |
  81822. web_1 | >>> >>> Starting the server
  81823. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81824. web_1 |
  81825. web_1 | Fatal error: Unable to find local grunt.
  81826. web_1 |
  81827. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81828. web_1 | your project. For more information about installing and configuring grunt,
  81829. web_1 | please see the Getting Started guide:
  81830. web_1 |
  81831. web_1 | http://gruntjs.com/getting-started
  81832. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81833. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81834. web_1 | Syncing...
  81835. web_1 | Creating tables ...
  81836. web_1 | Installing custom SQL ...
  81837. web_1 | Installing indexes ...
  81838. web_1 | Installed 0 object(s) from 0 fixture(s)
  81839. web_1 |
  81840. web_1 | Synced:
  81841. web_1 | > django.contrib.auth
  81842. web_1 | > django.contrib.contenttypes
  81843. web_1 | > django.contrib.sessions
  81844. web_1 | > django.contrib.sites
  81845. web_1 | > django.contrib.messages
  81846. web_1 | > django.contrib.staticfiles
  81847. web_1 | > django.contrib.admin
  81848. web_1 | > south
  81849. web_1 | > crispy_forms
  81850. web_1 | > avatar
  81851. web_1 | > bootstrap3
  81852. web_1 | > users
  81853. web_1 | > allauth
  81854. web_1 | > allauth.account
  81855. web_1 | > django.contrib.humanize
  81856. web_1 | > debug_toolbar
  81857. web_1 |
  81858. web_1 | Not synced (use migrations):
  81859. web_1 | - allauth.socialaccount
  81860. web_1 | - django_extensions
  81861. web_1 | (use ./manage.py migrate to migrate these)
  81862. web_1 | Running migrations for socialaccount:
  81863. web_1 | - Nothing to migrate.
  81864. web_1 | - Loading initial data for socialaccount.
  81865. web_1 | Installed 0 object(s) from 0 fixture(s)
  81866. web_1 | Running migrations for django_extensions:
  81867. web_1 | - Nothing to migrate.
  81868. web_1 | - Loading initial data for django_extensions.
  81869. web_1 | Installed 0 object(s) from 0 fixture(s)
  81870. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81871. web_1 | [GCC 4.9.2] on linux2
  81872. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81873. web_1 | (InteractiveConsole)
  81874. web_1 |
  81875. web_1 | >>> >>> Starting the server
  81876. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81877. web_1 |
  81878. web_1 | Fatal error: Unable to find local grunt.
  81879. web_1 |
  81880. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81881. web_1 | your project. For more information about installing and configuring grunt,
  81882. web_1 | please see the Getting Started guide:
  81883. web_1 |
  81884. web_1 | http://gruntjs.com/getting-started
  81885. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81886. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81887. web_1 | Syncing...
  81888. web_1 | Creating tables ...
  81889. web_1 | Installing custom SQL ...
  81890. web_1 | Installing indexes ...
  81891. web_1 | Installed 0 object(s) from 0 fixture(s)
  81892. web_1 |
  81893. web_1 | Synced:
  81894. web_1 | > django.contrib.auth
  81895. web_1 | > django.contrib.contenttypes
  81896. web_1 | > django.contrib.sessions
  81897. web_1 | > django.contrib.sites
  81898. web_1 | > django.contrib.messages
  81899. web_1 | > django.contrib.staticfiles
  81900. web_1 | > django.contrib.admin
  81901. web_1 | > south
  81902. web_1 | > crispy_forms
  81903. web_1 | > avatar
  81904. web_1 | > bootstrap3
  81905. web_1 | > users
  81906. web_1 | > allauth
  81907. web_1 | > allauth.account
  81908. web_1 | > django.contrib.humanize
  81909. web_1 | > debug_toolbar
  81910. web_1 |
  81911. web_1 | Not synced (use migrations):
  81912. web_1 | - allauth.socialaccount
  81913. web_1 | - django_extensions
  81914. web_1 | (use ./manage.py migrate to migrate these)
  81915. web_1 | Running migrations for socialaccount:
  81916. web_1 | - Nothing to migrate.
  81917. web_1 | - Loading initial data for socialaccount.
  81918. web_1 | Installed 0 object(s) from 0 fixture(s)
  81919. web_1 | Running migrations for django_extensions:
  81920. web_1 | - Nothing to migrate.
  81921. web_1 | - Loading initial data for django_extensions.
  81922. web_1 | Installed 0 object(s) from 0 fixture(s)
  81923. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81924. web_1 | [GCC 4.9.2] on linux2
  81925. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81926. web_1 | (InteractiveConsole)
  81927. web_1 |
  81928. web_1 | >>> >>> Starting the server
  81929. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81930. web_1 |
  81931. web_1 | Fatal error: Unable to find local grunt.
  81932. web_1 |
  81933. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81934. web_1 | your project. For more information about installing and configuring grunt,
  81935. web_1 | please see the Getting Started guide:
  81936. web_1 |
  81937. web_1 | http://gruntjs.com/getting-started
  81938. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81939. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81940. web_1 | Syncing...
  81941. web_1 | Creating tables ...
  81942. web_1 | Installing custom SQL ...
  81943. web_1 | Installing indexes ...
  81944. web_1 | Installed 0 object(s) from 0 fixture(s)
  81945. web_1 |
  81946. web_1 | Synced:
  81947. web_1 | > django.contrib.auth
  81948. web_1 | > django.contrib.contenttypes
  81949. web_1 | > django.contrib.sessions
  81950. web_1 | > django.contrib.sites
  81951. web_1 | > django.contrib.messages
  81952. web_1 | > django.contrib.staticfiles
  81953. web_1 | > django.contrib.admin
  81954. web_1 | > south
  81955. web_1 | > crispy_forms
  81956. web_1 | > avatar
  81957. web_1 | > bootstrap3
  81958. web_1 | > users
  81959. web_1 | > allauth
  81960. web_1 | > allauth.account
  81961. web_1 | > django.contrib.humanize
  81962. web_1 | > debug_toolbar
  81963. web_1 |
  81964. web_1 | Not synced (use migrations):
  81965. web_1 | - allauth.socialaccount
  81966. web_1 | - django_extensions
  81967. web_1 | (use ./manage.py migrate to migrate these)
  81968. web_1 | Running migrations for socialaccount:
  81969. web_1 | - Nothing to migrate.
  81970. web_1 | - Loading initial data for socialaccount.
  81971. web_1 | Installed 0 object(s) from 0 fixture(s)
  81972. web_1 | Running migrations for django_extensions:
  81973. web_1 | - Nothing to migrate.
  81974. web_1 | - Loading initial data for django_extensions.
  81975. web_1 | Installed 0 object(s) from 0 fixture(s)
  81976. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  81977. web_1 | [GCC 4.9.2] on linux2
  81978. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  81979. web_1 | (InteractiveConsole)
  81980. web_1 |
  81981. web_1 | >>> >>> Starting the server
  81982. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  81983. web_1 |
  81984. web_1 | Fatal error: Unable to find local grunt.
  81985. web_1 |
  81986. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  81987. web_1 | your project. For more information about installing and configuring grunt,
  81988. web_1 | please see the Getting Started guide:
  81989. web_1 |
  81990. web_1 | http://gruntjs.com/getting-started
  81991. web_1 | Starting OpenBSD Secure Shell server: sshd.
  81992. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  81993. web_1 | Syncing...
  81994. web_1 | Creating tables ...
  81995. web_1 | Installing custom SQL ...
  81996. web_1 | Installing indexes ...
  81997. web_1 | Installed 0 object(s) from 0 fixture(s)
  81998. web_1 |
  81999. web_1 | Synced:
  82000. web_1 | > django.contrib.auth
  82001. web_1 | > django.contrib.contenttypes
  82002. web_1 | > django.contrib.sessions
  82003. web_1 | > django.contrib.sites
  82004. web_1 | > django.contrib.messages
  82005. web_1 | > django.contrib.staticfiles
  82006. web_1 | > django.contrib.admin
  82007. web_1 | > south
  82008. web_1 | > crispy_forms
  82009. web_1 | > avatar
  82010. web_1 | > bootstrap3
  82011. web_1 | > users
  82012. web_1 | > allauth
  82013. web_1 | > allauth.account
  82014. web_1 | > django.contrib.humanize
  82015. web_1 | > debug_toolbar
  82016. web_1 |
  82017. web_1 | Not synced (use migrations):
  82018. web_1 | - allauth.socialaccount
  82019. web_1 | - django_extensions
  82020. web_1 | (use ./manage.py migrate to migrate these)
  82021. web_1 | Running migrations for socialaccount:
  82022. web_1 | - Nothing to migrate.
  82023. web_1 | - Loading initial data for socialaccount.
  82024. web_1 | Installed 0 object(s) from 0 fixture(s)
  82025. web_1 | Running migrations for django_extensions:
  82026. web_1 | - Nothing to migrate.
  82027. web_1 | - Loading initial data for django_extensions.
  82028. web_1 | Installed 0 object(s) from 0 fixture(s)
  82029. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82030. web_1 | [GCC 4.9.2] on linux2
  82031. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82032. web_1 | (InteractiveConsole)
  82033. web_1 |
  82034. web_1 | >>> >>> Starting the server
  82035. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82036. web_1 |
  82037. web_1 | Fatal error: Unable to find local grunt.
  82038. web_1 |
  82039. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82040. web_1 | your project. For more information about installing and configuring grunt,
  82041. web_1 | please see the Getting Started guide:
  82042. web_1 |
  82043. web_1 | http://gruntjs.com/getting-started
  82044. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82045. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82046. web_1 | Syncing...
  82047. web_1 | Creating tables ...
  82048. web_1 | Installing custom SQL ...
  82049. web_1 | Installing indexes ...
  82050. web_1 | Installed 0 object(s) from 0 fixture(s)
  82051. web_1 |
  82052. web_1 | Synced:
  82053. web_1 | > django.contrib.auth
  82054. web_1 | > django.contrib.contenttypes
  82055. web_1 | > django.contrib.sessions
  82056. web_1 | > django.contrib.sites
  82057. web_1 | > django.contrib.messages
  82058. web_1 | > django.contrib.staticfiles
  82059. web_1 | > django.contrib.admin
  82060. web_1 | > south
  82061. web_1 | > crispy_forms
  82062. web_1 | > avatar
  82063. web_1 | > bootstrap3
  82064. web_1 | > users
  82065. web_1 | > allauth
  82066. web_1 | > allauth.account
  82067. web_1 | > django.contrib.humanize
  82068. web_1 | > debug_toolbar
  82069. web_1 |
  82070. web_1 | Not synced (use migrations):
  82071. web_1 | - allauth.socialaccount
  82072. web_1 | - django_extensions
  82073. web_1 | (use ./manage.py migrate to migrate these)
  82074. web_1 | Running migrations for socialaccount:
  82075. web_1 | - Nothing to migrate.
  82076. web_1 | - Loading initial data for socialaccount.
  82077. web_1 | Installed 0 object(s) from 0 fixture(s)
  82078. web_1 | Running migrations for django_extensions:
  82079. web_1 | - Nothing to migrate.
  82080. web_1 | - Loading initial data for django_extensions.
  82081. web_1 | Installed 0 object(s) from 0 fixture(s)
  82082. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82083. web_1 | [GCC 4.9.2] on linux2
  82084. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82085. web_1 | (InteractiveConsole)
  82086. web_1 |
  82087. web_1 | >>> >>> Starting the server
  82088. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82089. web_1 |
  82090. web_1 | Fatal error: Unable to find local grunt.
  82091. web_1 |
  82092. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82093. web_1 | your project. For more information about installing and configuring grunt,
  82094. web_1 | please see the Getting Started guide:
  82095. web_1 |
  82096. web_1 | http://gruntjs.com/getting-started
  82097. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82098. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82099. web_1 | Syncing...
  82100. web_1 | Creating tables ...
  82101. web_1 | Installing custom SQL ...
  82102. web_1 | Installing indexes ...
  82103. web_1 | Installed 0 object(s) from 0 fixture(s)
  82104. web_1 |
  82105. web_1 | Synced:
  82106. web_1 | > django.contrib.auth
  82107. web_1 | > django.contrib.contenttypes
  82108. web_1 | > django.contrib.sessions
  82109. web_1 | > django.contrib.sites
  82110. web_1 | > django.contrib.messages
  82111. web_1 | > django.contrib.staticfiles
  82112. web_1 | > django.contrib.admin
  82113. web_1 | > south
  82114. web_1 | > crispy_forms
  82115. web_1 | > avatar
  82116. web_1 | > bootstrap3
  82117. web_1 | > users
  82118. web_1 | > allauth
  82119. web_1 | > allauth.account
  82120. web_1 | > django.contrib.humanize
  82121. web_1 | > debug_toolbar
  82122. web_1 |
  82123. web_1 | Not synced (use migrations):
  82124. web_1 | - allauth.socialaccount
  82125. web_1 | - django_extensions
  82126. web_1 | (use ./manage.py migrate to migrate these)
  82127. web_1 | Running migrations for socialaccount:
  82128. web_1 | - Nothing to migrate.
  82129. web_1 | - Loading initial data for socialaccount.
  82130. web_1 | Installed 0 object(s) from 0 fixture(s)
  82131. web_1 | Running migrations for django_extensions:
  82132. web_1 | - Nothing to migrate.
  82133. web_1 | - Loading initial data for django_extensions.
  82134. web_1 | Installed 0 object(s) from 0 fixture(s)
  82135. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82136. web_1 | [GCC 4.9.2] on linux2
  82137. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82138. web_1 | (InteractiveConsole)
  82139. web_1 |
  82140. web_1 | >>> >>> Starting the server
  82141. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82142. web_1 |
  82143. web_1 | Fatal error: Unable to find local grunt.
  82144. web_1 |
  82145. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82146. web_1 | your project. For more information about installing and configuring grunt,
  82147. web_1 | please see the Getting Started guide:
  82148. web_1 |
  82149. web_1 | http://gruntjs.com/getting-started
  82150. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82151. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82152. web_1 | Syncing...
  82153. web_1 | Creating tables ...
  82154. web_1 | Installing custom SQL ...
  82155. web_1 | Installing indexes ...
  82156. web_1 | Installed 0 object(s) from 0 fixture(s)
  82157. web_1 |
  82158. web_1 | Synced:
  82159. web_1 | > django.contrib.auth
  82160. web_1 | > django.contrib.contenttypes
  82161. web_1 | > django.contrib.sessions
  82162. web_1 | > django.contrib.sites
  82163. web_1 | > django.contrib.messages
  82164. web_1 | > django.contrib.staticfiles
  82165. web_1 | > django.contrib.admin
  82166. web_1 | > south
  82167. web_1 | > crispy_forms
  82168. web_1 | > avatar
  82169. web_1 | > bootstrap3
  82170. web_1 | > users
  82171. web_1 | > allauth
  82172. web_1 | > allauth.account
  82173. web_1 | > django.contrib.humanize
  82174. web_1 | > debug_toolbar
  82175. web_1 |
  82176. web_1 | Not synced (use migrations):
  82177. web_1 | - allauth.socialaccount
  82178. web_1 | - django_extensions
  82179. web_1 | (use ./manage.py migrate to migrate these)
  82180. web_1 | Running migrations for socialaccount:
  82181. web_1 | - Nothing to migrate.
  82182. web_1 | - Loading initial data for socialaccount.
  82183. web_1 | Installed 0 object(s) from 0 fixture(s)
  82184. web_1 | Running migrations for django_extensions:
  82185. web_1 | - Nothing to migrate.
  82186. web_1 | - Loading initial data for django_extensions.
  82187. web_1 | Installed 0 object(s) from 0 fixture(s)
  82188. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82189. web_1 | [GCC 4.9.2] on linux2
  82190. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82191. web_1 | (InteractiveConsole)
  82192. web_1 |
  82193. web_1 | >>> >>> Starting the server
  82194. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82195. web_1 |
  82196. web_1 | Fatal error: Unable to find local grunt.
  82197. web_1 |
  82198. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82199. web_1 | your project. For more information about installing and configuring grunt,
  82200. web_1 | please see the Getting Started guide:
  82201. web_1 |
  82202. web_1 | http://gruntjs.com/getting-started
  82203. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82204. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82205. web_1 | Syncing...
  82206. web_1 | Creating tables ...
  82207. web_1 | Installing custom SQL ...
  82208. web_1 | Installing indexes ...
  82209. web_1 | Installed 0 object(s) from 0 fixture(s)
  82210. web_1 |
  82211. web_1 | Synced:
  82212. web_1 | > django.contrib.auth
  82213. web_1 | > django.contrib.contenttypes
  82214. web_1 | > django.contrib.sessions
  82215. web_1 | > django.contrib.sites
  82216. web_1 | > django.contrib.messages
  82217. web_1 | > django.contrib.staticfiles
  82218. web_1 | > django.contrib.admin
  82219. web_1 | > south
  82220. web_1 | > crispy_forms
  82221. web_1 | > avatar
  82222. web_1 | > bootstrap3
  82223. web_1 | > users
  82224. web_1 | > allauth
  82225. web_1 | > allauth.account
  82226. web_1 | > django.contrib.humanize
  82227. web_1 | > debug_toolbar
  82228. web_1 |
  82229. web_1 | Not synced (use migrations):
  82230. web_1 | - allauth.socialaccount
  82231. web_1 | - django_extensions
  82232. web_1 | (use ./manage.py migrate to migrate these)
  82233. web_1 | Running migrations for socialaccount:
  82234. web_1 | - Nothing to migrate.
  82235. web_1 | - Loading initial data for socialaccount.
  82236. web_1 | Installed 0 object(s) from 0 fixture(s)
  82237. web_1 | Running migrations for django_extensions:
  82238. web_1 | - Nothing to migrate.
  82239. web_1 | - Loading initial data for django_extensions.
  82240. web_1 | Installed 0 object(s) from 0 fixture(s)
  82241. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82242. web_1 | [GCC 4.9.2] on linux2
  82243. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82244. web_1 | (InteractiveConsole)
  82245. web_1 |
  82246. web_1 | >>> >>> Starting the server
  82247. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82248. web_1 |
  82249. web_1 | Fatal error: Unable to find local grunt.
  82250. web_1 |
  82251. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82252. web_1 | your project. For more information about installing and configuring grunt,
  82253. web_1 | please see the Getting Started guide:
  82254. web_1 |
  82255. web_1 | http://gruntjs.com/getting-started
  82256. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82257. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82258. web_1 | Syncing...
  82259. web_1 | Creating tables ...
  82260. web_1 | Installing custom SQL ...
  82261. web_1 | Installing indexes ...
  82262. web_1 | Installed 0 object(s) from 0 fixture(s)
  82263. web_1 |
  82264. web_1 | Synced:
  82265. web_1 | > django.contrib.auth
  82266. web_1 | > django.contrib.contenttypes
  82267. web_1 | > django.contrib.sessions
  82268. web_1 | > django.contrib.sites
  82269. web_1 | > django.contrib.messages
  82270. web_1 | > django.contrib.staticfiles
  82271. web_1 | > django.contrib.admin
  82272. web_1 | > south
  82273. web_1 | > crispy_forms
  82274. web_1 | > avatar
  82275. web_1 | > bootstrap3
  82276. web_1 | > users
  82277. web_1 | > allauth
  82278. web_1 | > allauth.account
  82279. web_1 | > django.contrib.humanize
  82280. web_1 | > debug_toolbar
  82281. web_1 |
  82282. web_1 | Not synced (use migrations):
  82283. web_1 | - allauth.socialaccount
  82284. web_1 | - django_extensions
  82285. web_1 | (use ./manage.py migrate to migrate these)
  82286. web_1 | Running migrations for socialaccount:
  82287. web_1 | - Nothing to migrate.
  82288. web_1 | - Loading initial data for socialaccount.
  82289. web_1 | Installed 0 object(s) from 0 fixture(s)
  82290. web_1 | Running migrations for django_extensions:
  82291. web_1 | - Nothing to migrate.
  82292. web_1 | - Loading initial data for django_extensions.
  82293. web_1 | Installed 0 object(s) from 0 fixture(s)
  82294. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82295. web_1 | [GCC 4.9.2] on linux2
  82296. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82297. web_1 | (InteractiveConsole)
  82298. web_1 |
  82299. web_1 | >>> >>> Starting the server
  82300. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82301. web_1 |
  82302. web_1 | Fatal error: Unable to find local grunt.
  82303. web_1 |
  82304. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82305. web_1 | your project. For more information about installing and configuring grunt,
  82306. web_1 | please see the Getting Started guide:
  82307. web_1 |
  82308. web_1 | http://gruntjs.com/getting-started
  82309. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82310. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82311. web_1 | Syncing...
  82312. web_1 | Creating tables ...
  82313. web_1 | Installing custom SQL ...
  82314. web_1 | Installing indexes ...
  82315. web_1 | Installed 0 object(s) from 0 fixture(s)
  82316. web_1 |
  82317. web_1 | Synced:
  82318. web_1 | > django.contrib.auth
  82319. web_1 | > django.contrib.contenttypes
  82320. web_1 | > django.contrib.sessions
  82321. web_1 | > django.contrib.sites
  82322. web_1 | > django.contrib.messages
  82323. web_1 | > django.contrib.staticfiles
  82324. web_1 | > django.contrib.admin
  82325. web_1 | > south
  82326. web_1 | > crispy_forms
  82327. web_1 | > avatar
  82328. web_1 | > bootstrap3
  82329. web_1 | > users
  82330. web_1 | > allauth
  82331. web_1 | > allauth.account
  82332. web_1 | > django.contrib.humanize
  82333. web_1 | > debug_toolbar
  82334. web_1 |
  82335. web_1 | Not synced (use migrations):
  82336. web_1 | - allauth.socialaccount
  82337. web_1 | - django_extensions
  82338. web_1 | (use ./manage.py migrate to migrate these)
  82339. web_1 | Running migrations for socialaccount:
  82340. web_1 | - Nothing to migrate.
  82341. web_1 | - Loading initial data for socialaccount.
  82342. web_1 | Installed 0 object(s) from 0 fixture(s)
  82343. web_1 | Running migrations for django_extensions:
  82344. web_1 | - Nothing to migrate.
  82345. web_1 | - Loading initial data for django_extensions.
  82346. web_1 | Installed 0 object(s) from 0 fixture(s)
  82347. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82348. web_1 | [GCC 4.9.2] on linux2
  82349. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82350. web_1 | (InteractiveConsole)
  82351. web_1 |
  82352. web_1 | >>> >>> Starting the server
  82353. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82354. web_1 |
  82355. web_1 | Fatal error: Unable to find local grunt.
  82356. web_1 |
  82357. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82358. web_1 | your project. For more information about installing and configuring grunt,
  82359. web_1 | please see the Getting Started guide:
  82360. web_1 |
  82361. web_1 | http://gruntjs.com/getting-started
  82362. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82363. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82364. web_1 | Syncing...
  82365. web_1 | Creating tables ...
  82366. web_1 | Installing custom SQL ...
  82367. web_1 | Installing indexes ...
  82368. web_1 | Installed 0 object(s) from 0 fixture(s)
  82369. web_1 |
  82370. web_1 | Synced:
  82371. web_1 | > django.contrib.auth
  82372. web_1 | > django.contrib.contenttypes
  82373. web_1 | > django.contrib.sessions
  82374. web_1 | > django.contrib.sites
  82375. web_1 | > django.contrib.messages
  82376. web_1 | > django.contrib.staticfiles
  82377. web_1 | > django.contrib.admin
  82378. web_1 | > south
  82379. web_1 | > crispy_forms
  82380. web_1 | > avatar
  82381. web_1 | > bootstrap3
  82382. web_1 | > users
  82383. web_1 | > allauth
  82384. web_1 | > allauth.account
  82385. web_1 | > django.contrib.humanize
  82386. web_1 | > debug_toolbar
  82387. web_1 |
  82388. web_1 | Not synced (use migrations):
  82389. web_1 | - allauth.socialaccount
  82390. web_1 | - django_extensions
  82391. web_1 | (use ./manage.py migrate to migrate these)
  82392. web_1 | Running migrations for socialaccount:
  82393. web_1 | - Nothing to migrate.
  82394. web_1 | - Loading initial data for socialaccount.
  82395. web_1 | Installed 0 object(s) from 0 fixture(s)
  82396. web_1 | Running migrations for django_extensions:
  82397. web_1 | - Nothing to migrate.
  82398. web_1 | - Loading initial data for django_extensions.
  82399. web_1 | Installed 0 object(s) from 0 fixture(s)
  82400. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82401. web_1 | [GCC 4.9.2] on linux2
  82402. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82403. web_1 | (InteractiveConsole)
  82404. web_1 |
  82405. web_1 | >>> >>> Starting the server
  82406. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82407. web_1 |
  82408. web_1 | Fatal error: Unable to find local grunt.
  82409. web_1 |
  82410. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82411. web_1 | your project. For more information about installing and configuring grunt,
  82412. web_1 | please see the Getting Started guide:
  82413. web_1 |
  82414. web_1 | http://gruntjs.com/getting-started
  82415. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82416. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82417. web_1 | Syncing...
  82418. web_1 | Creating tables ...
  82419. web_1 | Installing custom SQL ...
  82420. web_1 | Installing indexes ...
  82421. web_1 | Installed 0 object(s) from 0 fixture(s)
  82422. web_1 |
  82423. web_1 | Synced:
  82424. web_1 | > django.contrib.auth
  82425. web_1 | > django.contrib.contenttypes
  82426. web_1 | > django.contrib.sessions
  82427. web_1 | > django.contrib.sites
  82428. web_1 | > django.contrib.messages
  82429. web_1 | > django.contrib.staticfiles
  82430. web_1 | > django.contrib.admin
  82431. web_1 | > south
  82432. web_1 | > crispy_forms
  82433. web_1 | > avatar
  82434. web_1 | > bootstrap3
  82435. web_1 | > users
  82436. web_1 | > allauth
  82437. web_1 | > allauth.account
  82438. web_1 | > django.contrib.humanize
  82439. web_1 | > debug_toolbar
  82440. web_1 |
  82441. web_1 | Not synced (use migrations):
  82442. web_1 | - allauth.socialaccount
  82443. web_1 | - django_extensions
  82444. web_1 | (use ./manage.py migrate to migrate these)
  82445. web_1 | Running migrations for socialaccount:
  82446. web_1 | - Nothing to migrate.
  82447. web_1 | - Loading initial data for socialaccount.
  82448. web_1 | Installed 0 object(s) from 0 fixture(s)
  82449. web_1 | Running migrations for django_extensions:
  82450. web_1 | - Nothing to migrate.
  82451. web_1 | - Loading initial data for django_extensions.
  82452. web_1 | Installed 0 object(s) from 0 fixture(s)
  82453. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82454. web_1 | [GCC 4.9.2] on linux2
  82455. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82456. web_1 | (InteractiveConsole)
  82457. web_1 |
  82458. web_1 | >>> >>> Starting the server
  82459. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82460. web_1 |
  82461. web_1 | Fatal error: Unable to find local grunt.
  82462. web_1 |
  82463. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82464. web_1 | your project. For more information about installing and configuring grunt,
  82465. web_1 | please see the Getting Started guide:
  82466. web_1 |
  82467. web_1 | http://gruntjs.com/getting-started
  82468. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82469. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82470. web_1 | Syncing...
  82471. web_1 | Creating tables ...
  82472. web_1 | Installing custom SQL ...
  82473. web_1 | Installing indexes ...
  82474. web_1 | Installed 0 object(s) from 0 fixture(s)
  82475. web_1 |
  82476. web_1 | Synced:
  82477. web_1 | > django.contrib.auth
  82478. web_1 | > django.contrib.contenttypes
  82479. web_1 | > django.contrib.sessions
  82480. web_1 | > django.contrib.sites
  82481. web_1 | > django.contrib.messages
  82482. web_1 | > django.contrib.staticfiles
  82483. web_1 | > django.contrib.admin
  82484. web_1 | > south
  82485. web_1 | > crispy_forms
  82486. web_1 | > avatar
  82487. web_1 | > bootstrap3
  82488. web_1 | > users
  82489. web_1 | > allauth
  82490. web_1 | > allauth.account
  82491. web_1 | > django.contrib.humanize
  82492. web_1 | > debug_toolbar
  82493. web_1 |
  82494. web_1 | Not synced (use migrations):
  82495. web_1 | - allauth.socialaccount
  82496. web_1 | - django_extensions
  82497. web_1 | (use ./manage.py migrate to migrate these)
  82498. web_1 | Running migrations for socialaccount:
  82499. web_1 | - Nothing to migrate.
  82500. web_1 | - Loading initial data for socialaccount.
  82501. web_1 | Installed 0 object(s) from 0 fixture(s)
  82502. web_1 | Running migrations for django_extensions:
  82503. web_1 | - Nothing to migrate.
  82504. web_1 | - Loading initial data for django_extensions.
  82505. web_1 | Installed 0 object(s) from 0 fixture(s)
  82506. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82507. web_1 | [GCC 4.9.2] on linux2
  82508. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82509. web_1 | (InteractiveConsole)
  82510. web_1 |
  82511. web_1 | >>> >>> Starting the server
  82512. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82513. web_1 |
  82514. web_1 | Fatal error: Unable to find local grunt.
  82515. web_1 |
  82516. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82517. web_1 | your project. For more information about installing and configuring grunt,
  82518. web_1 | please see the Getting Started guide:
  82519. web_1 |
  82520. web_1 | http://gruntjs.com/getting-started
  82521. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82522. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82523. web_1 | Syncing...
  82524. web_1 | Creating tables ...
  82525. web_1 | Installing custom SQL ...
  82526. web_1 | Installing indexes ...
  82527. web_1 | Installed 0 object(s) from 0 fixture(s)
  82528. web_1 |
  82529. web_1 | Synced:
  82530. web_1 | > django.contrib.auth
  82531. web_1 | > django.contrib.contenttypes
  82532. web_1 | > django.contrib.sessions
  82533. web_1 | > django.contrib.sites
  82534. web_1 | > django.contrib.messages
  82535. web_1 | > django.contrib.staticfiles
  82536. web_1 | > django.contrib.admin
  82537. web_1 | > south
  82538. web_1 | > crispy_forms
  82539. web_1 | > avatar
  82540. web_1 | > bootstrap3
  82541. web_1 | > users
  82542. web_1 | > allauth
  82543. web_1 | > allauth.account
  82544. web_1 | > django.contrib.humanize
  82545. web_1 | > debug_toolbar
  82546. web_1 |
  82547. web_1 | Not synced (use migrations):
  82548. web_1 | - allauth.socialaccount
  82549. web_1 | - django_extensions
  82550. web_1 | (use ./manage.py migrate to migrate these)
  82551. web_1 | Running migrations for socialaccount:
  82552. web_1 | - Nothing to migrate.
  82553. web_1 | - Loading initial data for socialaccount.
  82554. web_1 | Installed 0 object(s) from 0 fixture(s)
  82555. web_1 | Running migrations for django_extensions:
  82556. web_1 | - Nothing to migrate.
  82557. web_1 | - Loading initial data for django_extensions.
  82558. web_1 | Installed 0 object(s) from 0 fixture(s)
  82559. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82560. web_1 | [GCC 4.9.2] on linux2
  82561. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82562. web_1 | (InteractiveConsole)
  82563. web_1 |
  82564. web_1 | >>> >>> Starting the server
  82565. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82566. web_1 |
  82567. web_1 | Fatal error: Unable to find local grunt.
  82568. web_1 |
  82569. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82570. web_1 | your project. For more information about installing and configuring grunt,
  82571. web_1 | please see the Getting Started guide:
  82572. web_1 |
  82573. web_1 | http://gruntjs.com/getting-started
  82574. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82575. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82576. web_1 | Syncing...
  82577. web_1 | Creating tables ...
  82578. web_1 | Installing custom SQL ...
  82579. web_1 | Installing indexes ...
  82580. web_1 | Installed 0 object(s) from 0 fixture(s)
  82581. web_1 |
  82582. web_1 | Synced:
  82583. web_1 | > django.contrib.auth
  82584. web_1 | > django.contrib.contenttypes
  82585. web_1 | > django.contrib.sessions
  82586. web_1 | > django.contrib.sites
  82587. web_1 | > django.contrib.messages
  82588. web_1 | > django.contrib.staticfiles
  82589. web_1 | > django.contrib.admin
  82590. web_1 | > south
  82591. web_1 | > crispy_forms
  82592. web_1 | > avatar
  82593. web_1 | > bootstrap3
  82594. web_1 | > users
  82595. web_1 | > allauth
  82596. web_1 | > allauth.account
  82597. web_1 | > django.contrib.humanize
  82598. web_1 | > debug_toolbar
  82599. web_1 |
  82600. web_1 | Not synced (use migrations):
  82601. web_1 | - allauth.socialaccount
  82602. web_1 | - django_extensions
  82603. web_1 | (use ./manage.py migrate to migrate these)
  82604. web_1 | Running migrations for socialaccount:
  82605. web_1 | - Nothing to migrate.
  82606. web_1 | - Loading initial data for socialaccount.
  82607. web_1 | Installed 0 object(s) from 0 fixture(s)
  82608. web_1 | Running migrations for django_extensions:
  82609. web_1 | - Nothing to migrate.
  82610. web_1 | - Loading initial data for django_extensions.
  82611. web_1 | Installed 0 object(s) from 0 fixture(s)
  82612. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82613. web_1 | [GCC 4.9.2] on linux2
  82614. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82615. web_1 | (InteractiveConsole)
  82616. web_1 |
  82617. web_1 | >>> >>> Starting the server
  82618. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82619. web_1 |
  82620. web_1 | Fatal error: Unable to find local grunt.
  82621. web_1 |
  82622. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82623. web_1 | your project. For more information about installing and configuring grunt,
  82624. web_1 | please see the Getting Started guide:
  82625. web_1 |
  82626. web_1 | http://gruntjs.com/getting-started
  82627. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82628. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82629. web_1 | Syncing...
  82630. web_1 | Creating tables ...
  82631. web_1 | Installing custom SQL ...
  82632. web_1 | Installing indexes ...
  82633. web_1 | Installed 0 object(s) from 0 fixture(s)
  82634. web_1 |
  82635. web_1 | Synced:
  82636. web_1 | > django.contrib.auth
  82637. web_1 | > django.contrib.contenttypes
  82638. web_1 | > django.contrib.sessions
  82639. web_1 | > django.contrib.sites
  82640. web_1 | > django.contrib.messages
  82641. web_1 | > django.contrib.staticfiles
  82642. web_1 | > django.contrib.admin
  82643. web_1 | > south
  82644. web_1 | > crispy_forms
  82645. web_1 | > avatar
  82646. web_1 | > bootstrap3
  82647. web_1 | > users
  82648. web_1 | > allauth
  82649. web_1 | > allauth.account
  82650. web_1 | > django.contrib.humanize
  82651. web_1 | > debug_toolbar
  82652. web_1 |
  82653. web_1 | Not synced (use migrations):
  82654. web_1 | - allauth.socialaccount
  82655. web_1 | - django_extensions
  82656. web_1 | (use ./manage.py migrate to migrate these)
  82657. web_1 | Running migrations for socialaccount:
  82658. web_1 | - Nothing to migrate.
  82659. web_1 | - Loading initial data for socialaccount.
  82660. web_1 | Installed 0 object(s) from 0 fixture(s)
  82661. web_1 | Running migrations for django_extensions:
  82662. web_1 | - Nothing to migrate.
  82663. web_1 | - Loading initial data for django_extensions.
  82664. web_1 | Installed 0 object(s) from 0 fixture(s)
  82665. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82666. web_1 | [GCC 4.9.2] on linux2
  82667. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82668. web_1 | (InteractiveConsole)
  82669. web_1 |
  82670. web_1 | >>> >>> Starting the server
  82671. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82672. web_1 |
  82673. web_1 | Fatal error: Unable to find local grunt.
  82674. web_1 |
  82675. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82676. web_1 | your project. For more information about installing and configuring grunt,
  82677. web_1 | please see the Getting Started guide:
  82678. web_1 |
  82679. web_1 | http://gruntjs.com/getting-started
  82680. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82681. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82682. web_1 | Syncing...
  82683. web_1 | Creating tables ...
  82684. web_1 | Installing custom SQL ...
  82685. web_1 | Installing indexes ...
  82686. web_1 | Installed 0 object(s) from 0 fixture(s)
  82687. web_1 |
  82688. web_1 | Synced:
  82689. web_1 | > django.contrib.auth
  82690. web_1 | > django.contrib.contenttypes
  82691. web_1 | > django.contrib.sessions
  82692. web_1 | > django.contrib.sites
  82693. web_1 | > django.contrib.messages
  82694. web_1 | > django.contrib.staticfiles
  82695. web_1 | > django.contrib.admin
  82696. web_1 | > south
  82697. web_1 | > crispy_forms
  82698. web_1 | > avatar
  82699. web_1 | > bootstrap3
  82700. web_1 | > users
  82701. web_1 | > allauth
  82702. web_1 | > allauth.account
  82703. web_1 | > django.contrib.humanize
  82704. web_1 | > debug_toolbar
  82705. web_1 |
  82706. web_1 | Not synced (use migrations):
  82707. web_1 | - allauth.socialaccount
  82708. web_1 | - django_extensions
  82709. web_1 | (use ./manage.py migrate to migrate these)
  82710. web_1 | Running migrations for socialaccount:
  82711. web_1 | - Nothing to migrate.
  82712. web_1 | - Loading initial data for socialaccount.
  82713. web_1 | Installed 0 object(s) from 0 fixture(s)
  82714. web_1 | Running migrations for django_extensions:
  82715. web_1 | - Nothing to migrate.
  82716. web_1 | - Loading initial data for django_extensions.
  82717. web_1 | Installed 0 object(s) from 0 fixture(s)
  82718. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82719. web_1 | [GCC 4.9.2] on linux2
  82720. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82721. web_1 | (InteractiveConsole)
  82722. web_1 |
  82723. web_1 | >>> >>> Starting the server
  82724. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82725. web_1 |
  82726. web_1 | Fatal error: Unable to find local grunt.
  82727. web_1 |
  82728. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82729. web_1 | your project. For more information about installing and configuring grunt,
  82730. web_1 | please see the Getting Started guide:
  82731. web_1 |
  82732. web_1 | http://gruntjs.com/getting-started
  82733. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82734. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82735. web_1 | Syncing...
  82736. web_1 | Creating tables ...
  82737. web_1 | Installing custom SQL ...
  82738. web_1 | Installing indexes ...
  82739. web_1 | Installed 0 object(s) from 0 fixture(s)
  82740. web_1 |
  82741. web_1 | Synced:
  82742. web_1 | > django.contrib.auth
  82743. web_1 | > django.contrib.contenttypes
  82744. web_1 | > django.contrib.sessions
  82745. web_1 | > django.contrib.sites
  82746. web_1 | > django.contrib.messages
  82747. web_1 | > django.contrib.staticfiles
  82748. web_1 | > django.contrib.admin
  82749. web_1 | > south
  82750. web_1 | > crispy_forms
  82751. web_1 | > avatar
  82752. web_1 | > bootstrap3
  82753. web_1 | > users
  82754. web_1 | > allauth
  82755. web_1 | > allauth.account
  82756. web_1 | > django.contrib.humanize
  82757. web_1 | > debug_toolbar
  82758. web_1 |
  82759. web_1 | Not synced (use migrations):
  82760. web_1 | - allauth.socialaccount
  82761. web_1 | - django_extensions
  82762. web_1 | (use ./manage.py migrate to migrate these)
  82763. web_1 | Running migrations for socialaccount:
  82764. web_1 | - Nothing to migrate.
  82765. web_1 | - Loading initial data for socialaccount.
  82766. web_1 | Installed 0 object(s) from 0 fixture(s)
  82767. web_1 | Running migrations for django_extensions:
  82768. web_1 | - Nothing to migrate.
  82769. web_1 | - Loading initial data for django_extensions.
  82770. web_1 | Installed 0 object(s) from 0 fixture(s)
  82771. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82772. web_1 | [GCC 4.9.2] on linux2
  82773. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82774. web_1 | (InteractiveConsole)
  82775. web_1 |
  82776. web_1 | >>> >>> Starting the server
  82777. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82778. web_1 |
  82779. web_1 | Fatal error: Unable to find local grunt.
  82780. web_1 |
  82781. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82782. web_1 | your project. For more information about installing and configuring grunt,
  82783. web_1 | please see the Getting Started guide:
  82784. web_1 |
  82785. web_1 | http://gruntjs.com/getting-started
  82786. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82787. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82788. web_1 | Syncing...
  82789. web_1 | Creating tables ...
  82790. web_1 | Installing custom SQL ...
  82791. web_1 | Installing indexes ...
  82792. web_1 | Installed 0 object(s) from 0 fixture(s)
  82793. web_1 |
  82794. web_1 | Synced:
  82795. web_1 | > django.contrib.auth
  82796. web_1 | > django.contrib.contenttypes
  82797. web_1 | > django.contrib.sessions
  82798. web_1 | > django.contrib.sites
  82799. web_1 | > django.contrib.messages
  82800. web_1 | > django.contrib.staticfiles
  82801. web_1 | > django.contrib.admin
  82802. web_1 | > south
  82803. web_1 | > crispy_forms
  82804. web_1 | > avatar
  82805. web_1 | > bootstrap3
  82806. web_1 | > users
  82807. web_1 | > allauth
  82808. web_1 | > allauth.account
  82809. web_1 | > django.contrib.humanize
  82810. web_1 | > debug_toolbar
  82811. web_1 |
  82812. web_1 | Not synced (use migrations):
  82813. web_1 | - allauth.socialaccount
  82814. web_1 | - django_extensions
  82815. web_1 | (use ./manage.py migrate to migrate these)
  82816. web_1 | Running migrations for socialaccount:
  82817. web_1 | - Nothing to migrate.
  82818. web_1 | - Loading initial data for socialaccount.
  82819. web_1 | Installed 0 object(s) from 0 fixture(s)
  82820. web_1 | Running migrations for django_extensions:
  82821. web_1 | - Nothing to migrate.
  82822. web_1 | - Loading initial data for django_extensions.
  82823. web_1 | Installed 0 object(s) from 0 fixture(s)
  82824. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82825. web_1 | [GCC 4.9.2] on linux2
  82826. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82827. web_1 | (InteractiveConsole)
  82828. web_1 |
  82829. web_1 | >>> >>> Starting the server
  82830. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82831. web_1 |
  82832. web_1 | Fatal error: Unable to find local grunt.
  82833. web_1 |
  82834. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82835. web_1 | your project. For more information about installing and configuring grunt,
  82836. web_1 | please see the Getting Started guide:
  82837. web_1 |
  82838. web_1 | http://gruntjs.com/getting-started
  82839. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82840. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82841. web_1 | Syncing...
  82842. web_1 | Creating tables ...
  82843. web_1 | Installing custom SQL ...
  82844. web_1 | Installing indexes ...
  82845. web_1 | Installed 0 object(s) from 0 fixture(s)
  82846. web_1 |
  82847. web_1 | Synced:
  82848. web_1 | > django.contrib.auth
  82849. web_1 | > django.contrib.contenttypes
  82850. web_1 | > django.contrib.sessions
  82851. web_1 | > django.contrib.sites
  82852. web_1 | > django.contrib.messages
  82853. web_1 | > django.contrib.staticfiles
  82854. web_1 | > django.contrib.admin
  82855. web_1 | > south
  82856. web_1 | > crispy_forms
  82857. web_1 | > avatar
  82858. web_1 | > bootstrap3
  82859. web_1 | > users
  82860. web_1 | > allauth
  82861. web_1 | > allauth.account
  82862. web_1 | > django.contrib.humanize
  82863. web_1 | > debug_toolbar
  82864. web_1 |
  82865. web_1 | Not synced (use migrations):
  82866. web_1 | - allauth.socialaccount
  82867. web_1 | - django_extensions
  82868. web_1 | (use ./manage.py migrate to migrate these)
  82869. web_1 | Running migrations for socialaccount:
  82870. web_1 | - Nothing to migrate.
  82871. web_1 | - Loading initial data for socialaccount.
  82872. web_1 | Installed 0 object(s) from 0 fixture(s)
  82873. web_1 | Running migrations for django_extensions:
  82874. web_1 | - Nothing to migrate.
  82875. web_1 | - Loading initial data for django_extensions.
  82876. web_1 | Installed 0 object(s) from 0 fixture(s)
  82877. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82878. web_1 | [GCC 4.9.2] on linux2
  82879. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82880. web_1 | (InteractiveConsole)
  82881. web_1 |
  82882. web_1 | >>> >>> Starting the server
  82883. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82884. web_1 |
  82885. web_1 | Fatal error: Unable to find local grunt.
  82886. web_1 |
  82887. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82888. web_1 | your project. For more information about installing and configuring grunt,
  82889. web_1 | please see the Getting Started guide:
  82890. web_1 |
  82891. web_1 | http://gruntjs.com/getting-started
  82892. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82893. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82894. web_1 | Syncing...
  82895. web_1 | Creating tables ...
  82896. web_1 | Installing custom SQL ...
  82897. web_1 | Installing indexes ...
  82898. web_1 | Installed 0 object(s) from 0 fixture(s)
  82899. web_1 |
  82900. web_1 | Synced:
  82901. web_1 | > django.contrib.auth
  82902. web_1 | > django.contrib.contenttypes
  82903. web_1 | > django.contrib.sessions
  82904. web_1 | > django.contrib.sites
  82905. web_1 | > django.contrib.messages
  82906. web_1 | > django.contrib.staticfiles
  82907. web_1 | > django.contrib.admin
  82908. web_1 | > south
  82909. web_1 | > crispy_forms
  82910. web_1 | > avatar
  82911. web_1 | > bootstrap3
  82912. web_1 | > users
  82913. web_1 | > allauth
  82914. web_1 | > allauth.account
  82915. web_1 | > django.contrib.humanize
  82916. web_1 | > debug_toolbar
  82917. web_1 |
  82918. web_1 | Not synced (use migrations):
  82919. web_1 | - allauth.socialaccount
  82920. web_1 | - django_extensions
  82921. web_1 | (use ./manage.py migrate to migrate these)
  82922. web_1 | Running migrations for socialaccount:
  82923. web_1 | - Nothing to migrate.
  82924. web_1 | - Loading initial data for socialaccount.
  82925. web_1 | Installed 0 object(s) from 0 fixture(s)
  82926. web_1 | Running migrations for django_extensions:
  82927. web_1 | - Nothing to migrate.
  82928. web_1 | - Loading initial data for django_extensions.
  82929. web_1 | Installed 0 object(s) from 0 fixture(s)
  82930. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82931. web_1 | [GCC 4.9.2] on linux2
  82932. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82933. web_1 | (InteractiveConsole)
  82934. web_1 |
  82935. web_1 | >>> >>> Starting the server
  82936. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82937. web_1 |
  82938. web_1 | Fatal error: Unable to find local grunt.
  82939. web_1 |
  82940. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82941. web_1 | your project. For more information about installing and configuring grunt,
  82942. web_1 | please see the Getting Started guide:
  82943. web_1 |
  82944. web_1 | http://gruntjs.com/getting-started
  82945. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82946. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  82947. web_1 | Syncing...
  82948. web_1 | Creating tables ...
  82949. web_1 | Installing custom SQL ...
  82950. web_1 | Installing indexes ...
  82951. web_1 | Installed 0 object(s) from 0 fixture(s)
  82952. web_1 |
  82953. web_1 | Synced:
  82954. web_1 | > django.contrib.auth
  82955. web_1 | > django.contrib.contenttypes
  82956. web_1 | > django.contrib.sessions
  82957. web_1 | > django.contrib.sites
  82958. web_1 | > django.contrib.messages
  82959. web_1 | > django.contrib.staticfiles
  82960. web_1 | > django.contrib.admin
  82961. web_1 | > south
  82962. web_1 | > crispy_forms
  82963. web_1 | > avatar
  82964. web_1 | > bootstrap3
  82965. web_1 | > users
  82966. web_1 | > allauth
  82967. web_1 | > allauth.account
  82968. web_1 | > django.contrib.humanize
  82969. web_1 | > debug_toolbar
  82970. web_1 |
  82971. web_1 | Not synced (use migrations):
  82972. web_1 | - allauth.socialaccount
  82973. web_1 | - django_extensions
  82974. web_1 | (use ./manage.py migrate to migrate these)
  82975. web_1 | Running migrations for socialaccount:
  82976. web_1 | - Nothing to migrate.
  82977. web_1 | - Loading initial data for socialaccount.
  82978. web_1 | Installed 0 object(s) from 0 fixture(s)
  82979. web_1 | Running migrations for django_extensions:
  82980. web_1 | - Nothing to migrate.
  82981. web_1 | - Loading initial data for django_extensions.
  82982. web_1 | Installed 0 object(s) from 0 fixture(s)
  82983. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  82984. web_1 | [GCC 4.9.2] on linux2
  82985. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  82986. web_1 | (InteractiveConsole)
  82987. web_1 |
  82988. web_1 | >>> >>> Starting the server
  82989. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  82990. web_1 |
  82991. web_1 | Fatal error: Unable to find local grunt.
  82992. web_1 |
  82993. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  82994. web_1 | your project. For more information about installing and configuring grunt,
  82995. web_1 | please see the Getting Started guide:
  82996. web_1 |
  82997. web_1 | http://gruntjs.com/getting-started
  82998. web_1 | Starting OpenBSD Secure Shell server: sshd.
  82999. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83000. web_1 | Syncing...
  83001. web_1 | Creating tables ...
  83002. web_1 | Installing custom SQL ...
  83003. web_1 | Installing indexes ...
  83004. web_1 | Installed 0 object(s) from 0 fixture(s)
  83005. web_1 |
  83006. web_1 | Synced:
  83007. web_1 | > django.contrib.auth
  83008. web_1 | > django.contrib.contenttypes
  83009. web_1 | > django.contrib.sessions
  83010. web_1 | > django.contrib.sites
  83011. web_1 | > django.contrib.messages
  83012. web_1 | > django.contrib.staticfiles
  83013. web_1 | > django.contrib.admin
  83014. web_1 | > south
  83015. web_1 | > crispy_forms
  83016. web_1 | > avatar
  83017. web_1 | > bootstrap3
  83018. web_1 | > users
  83019. web_1 | > allauth
  83020. web_1 | > allauth.account
  83021. web_1 | > django.contrib.humanize
  83022. web_1 | > debug_toolbar
  83023. web_1 |
  83024. web_1 | Not synced (use migrations):
  83025. web_1 | - allauth.socialaccount
  83026. web_1 | - django_extensions
  83027. web_1 | (use ./manage.py migrate to migrate these)
  83028. web_1 | Running migrations for socialaccount:
  83029. web_1 | - Nothing to migrate.
  83030. web_1 | - Loading initial data for socialaccount.
  83031. web_1 | Installed 0 object(s) from 0 fixture(s)
  83032. web_1 | Running migrations for django_extensions:
  83033. web_1 | - Nothing to migrate.
  83034. web_1 | - Loading initial data for django_extensions.
  83035. web_1 | Installed 0 object(s) from 0 fixture(s)
  83036. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83037. web_1 | [GCC 4.9.2] on linux2
  83038. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83039. web_1 | (InteractiveConsole)
  83040. web_1 |
  83041. web_1 | >>> >>> Starting the server
  83042. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83043. web_1 |
  83044. web_1 | Fatal error: Unable to find local grunt.
  83045. web_1 |
  83046. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83047. web_1 | your project. For more information about installing and configuring grunt,
  83048. web_1 | please see the Getting Started guide:
  83049. web_1 |
  83050. web_1 | http://gruntjs.com/getting-started
  83051. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83052. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83053. web_1 | Syncing...
  83054. web_1 | Creating tables ...
  83055. web_1 | Installing custom SQL ...
  83056. web_1 | Installing indexes ...
  83057. web_1 | Installed 0 object(s) from 0 fixture(s)
  83058. web_1 |
  83059. web_1 | Synced:
  83060. web_1 | > django.contrib.auth
  83061. web_1 | > django.contrib.contenttypes
  83062. web_1 | > django.contrib.sessions
  83063. web_1 | > django.contrib.sites
  83064. web_1 | > django.contrib.messages
  83065. web_1 | > django.contrib.staticfiles
  83066. web_1 | > django.contrib.admin
  83067. web_1 | > south
  83068. web_1 | > crispy_forms
  83069. web_1 | > avatar
  83070. web_1 | > bootstrap3
  83071. web_1 | > users
  83072. web_1 | > allauth
  83073. web_1 | > allauth.account
  83074. web_1 | > django.contrib.humanize
  83075. web_1 | > debug_toolbar
  83076. web_1 |
  83077. web_1 | Not synced (use migrations):
  83078. web_1 | - allauth.socialaccount
  83079. web_1 | - django_extensions
  83080. web_1 | (use ./manage.py migrate to migrate these)
  83081. web_1 | Running migrations for socialaccount:
  83082. web_1 | - Nothing to migrate.
  83083. web_1 | - Loading initial data for socialaccount.
  83084. web_1 | Installed 0 object(s) from 0 fixture(s)
  83085. web_1 | Running migrations for django_extensions:
  83086. web_1 | - Nothing to migrate.
  83087. web_1 | - Loading initial data for django_extensions.
  83088. web_1 | Installed 0 object(s) from 0 fixture(s)
  83089. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83090. web_1 | [GCC 4.9.2] on linux2
  83091. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83092. web_1 | (InteractiveConsole)
  83093. web_1 |
  83094. web_1 | >>> >>> Starting the server
  83095. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83096. web_1 |
  83097. web_1 | Fatal error: Unable to find local grunt.
  83098. web_1 |
  83099. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83100. web_1 | your project. For more information about installing and configuring grunt,
  83101. web_1 | please see the Getting Started guide:
  83102. web_1 |
  83103. web_1 | http://gruntjs.com/getting-started
  83104. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83105. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83106. web_1 | Syncing...
  83107. web_1 | Creating tables ...
  83108. web_1 | Installing custom SQL ...
  83109. web_1 | Installing indexes ...
  83110. web_1 | Installed 0 object(s) from 0 fixture(s)
  83111. web_1 |
  83112. web_1 | Synced:
  83113. web_1 | > django.contrib.auth
  83114. web_1 | > django.contrib.contenttypes
  83115. web_1 | > django.contrib.sessions
  83116. web_1 | > django.contrib.sites
  83117. web_1 | > django.contrib.messages
  83118. web_1 | > django.contrib.staticfiles
  83119. web_1 | > django.contrib.admin
  83120. web_1 | > south
  83121. web_1 | > crispy_forms
  83122. web_1 | > avatar
  83123. web_1 | > bootstrap3
  83124. web_1 | > users
  83125. web_1 | > allauth
  83126. web_1 | > allauth.account
  83127. web_1 | > django.contrib.humanize
  83128. web_1 | > debug_toolbar
  83129. web_1 |
  83130. web_1 | Not synced (use migrations):
  83131. web_1 | - allauth.socialaccount
  83132. web_1 | - django_extensions
  83133. web_1 | (use ./manage.py migrate to migrate these)
  83134. web_1 | Running migrations for socialaccount:
  83135. web_1 | - Nothing to migrate.
  83136. web_1 | - Loading initial data for socialaccount.
  83137. web_1 | Installed 0 object(s) from 0 fixture(s)
  83138. web_1 | Running migrations for django_extensions:
  83139. web_1 | - Nothing to migrate.
  83140. web_1 | - Loading initial data for django_extensions.
  83141. web_1 | Installed 0 object(s) from 0 fixture(s)
  83142. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83143. web_1 | [GCC 4.9.2] on linux2
  83144. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83145. web_1 | (InteractiveConsole)
  83146. web_1 |
  83147. web_1 | >>> >>> Starting the server
  83148. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83149. web_1 |
  83150. web_1 | Fatal error: Unable to find local grunt.
  83151. web_1 |
  83152. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83153. web_1 | your project. For more information about installing and configuring grunt,
  83154. web_1 | please see the Getting Started guide:
  83155. web_1 |
  83156. web_1 | http://gruntjs.com/getting-started
  83157. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83158. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83159. web_1 | Syncing...
  83160. web_1 | Creating tables ...
  83161. web_1 | Installing custom SQL ...
  83162. web_1 | Installing indexes ...
  83163. web_1 | Installed 0 object(s) from 0 fixture(s)
  83164. web_1 |
  83165. web_1 | Synced:
  83166. web_1 | > django.contrib.auth
  83167. web_1 | > django.contrib.contenttypes
  83168. web_1 | > django.contrib.sessions
  83169. web_1 | > django.contrib.sites
  83170. web_1 | > django.contrib.messages
  83171. web_1 | > django.contrib.staticfiles
  83172. web_1 | > django.contrib.admin
  83173. web_1 | > south
  83174. web_1 | > crispy_forms
  83175. web_1 | > avatar
  83176. web_1 | > bootstrap3
  83177. web_1 | > users
  83178. web_1 | > allauth
  83179. web_1 | > allauth.account
  83180. web_1 | > django.contrib.humanize
  83181. web_1 | > debug_toolbar
  83182. web_1 |
  83183. web_1 | Not synced (use migrations):
  83184. web_1 | - allauth.socialaccount
  83185. web_1 | - django_extensions
  83186. web_1 | (use ./manage.py migrate to migrate these)
  83187. web_1 | Running migrations for socialaccount:
  83188. web_1 | - Nothing to migrate.
  83189. web_1 | - Loading initial data for socialaccount.
  83190. web_1 | Installed 0 object(s) from 0 fixture(s)
  83191. web_1 | Running migrations for django_extensions:
  83192. web_1 | - Nothing to migrate.
  83193. web_1 | - Loading initial data for django_extensions.
  83194. web_1 | Installed 0 object(s) from 0 fixture(s)
  83195. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83196. web_1 | [GCC 4.9.2] on linux2
  83197. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83198. web_1 | (InteractiveConsole)
  83199. web_1 |
  83200. web_1 | >>> >>> Starting the server
  83201. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83202. web_1 |
  83203. web_1 | Fatal error: Unable to find local grunt.
  83204. web_1 |
  83205. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83206. web_1 | your project. For more information about installing and configuring grunt,
  83207. web_1 | please see the Getting Started guide:
  83208. web_1 |
  83209. web_1 | http://gruntjs.com/getting-started
  83210. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83211. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83212. web_1 | Syncing...
  83213. web_1 | Creating tables ...
  83214. web_1 | Installing custom SQL ...
  83215. web_1 | Installing indexes ...
  83216. web_1 | Installed 0 object(s) from 0 fixture(s)
  83217. web_1 |
  83218. web_1 | Synced:
  83219. web_1 | > django.contrib.auth
  83220. web_1 | > django.contrib.contenttypes
  83221. web_1 | > django.contrib.sessions
  83222. web_1 | > django.contrib.sites
  83223. web_1 | > django.contrib.messages
  83224. web_1 | > django.contrib.staticfiles
  83225. web_1 | > django.contrib.admin
  83226. web_1 | > south
  83227. web_1 | > crispy_forms
  83228. web_1 | > avatar
  83229. web_1 | > bootstrap3
  83230. web_1 | > users
  83231. web_1 | > allauth
  83232. web_1 | > allauth.account
  83233. web_1 | > django.contrib.humanize
  83234. web_1 | > debug_toolbar
  83235. web_1 |
  83236. web_1 | Not synced (use migrations):
  83237. web_1 | - allauth.socialaccount
  83238. web_1 | - django_extensions
  83239. web_1 | (use ./manage.py migrate to migrate these)
  83240. web_1 | Running migrations for socialaccount:
  83241. web_1 | - Nothing to migrate.
  83242. web_1 | - Loading initial data for socialaccount.
  83243. web_1 | Installed 0 object(s) from 0 fixture(s)
  83244. web_1 | Running migrations for django_extensions:
  83245. web_1 | - Nothing to migrate.
  83246. web_1 | - Loading initial data for django_extensions.
  83247. web_1 | Installed 0 object(s) from 0 fixture(s)
  83248. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83249. web_1 | [GCC 4.9.2] on linux2
  83250. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83251. web_1 | (InteractiveConsole)
  83252. web_1 |
  83253. web_1 | >>> >>> Starting the server
  83254. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83255. web_1 |
  83256. web_1 | Fatal error: Unable to find local grunt.
  83257. web_1 |
  83258. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83259. web_1 | your project. For more information about installing and configuring grunt,
  83260. web_1 | please see the Getting Started guide:
  83261. web_1 |
  83262. web_1 | http://gruntjs.com/getting-started
  83263. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83264. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83265. web_1 | Syncing...
  83266. web_1 | Creating tables ...
  83267. web_1 | Installing custom SQL ...
  83268. web_1 | Installing indexes ...
  83269. web_1 | Installed 0 object(s) from 0 fixture(s)
  83270. web_1 |
  83271. web_1 | Synced:
  83272. web_1 | > django.contrib.auth
  83273. web_1 | > django.contrib.contenttypes
  83274. web_1 | > django.contrib.sessions
  83275. web_1 | > django.contrib.sites
  83276. web_1 | > django.contrib.messages
  83277. web_1 | > django.contrib.staticfiles
  83278. web_1 | > django.contrib.admin
  83279. web_1 | > south
  83280. web_1 | > crispy_forms
  83281. web_1 | > avatar
  83282. web_1 | > bootstrap3
  83283. web_1 | > users
  83284. web_1 | > allauth
  83285. web_1 | > allauth.account
  83286. web_1 | > django.contrib.humanize
  83287. web_1 | > debug_toolbar
  83288. web_1 |
  83289. web_1 | Not synced (use migrations):
  83290. web_1 | - allauth.socialaccount
  83291. web_1 | - django_extensions
  83292. web_1 | (use ./manage.py migrate to migrate these)
  83293. web_1 | Running migrations for socialaccount:
  83294. web_1 | - Nothing to migrate.
  83295. web_1 | - Loading initial data for socialaccount.
  83296. web_1 | Installed 0 object(s) from 0 fixture(s)
  83297. web_1 | Running migrations for django_extensions:
  83298. web_1 | - Nothing to migrate.
  83299. web_1 | - Loading initial data for django_extensions.
  83300. web_1 | Installed 0 object(s) from 0 fixture(s)
  83301. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83302. web_1 | [GCC 4.9.2] on linux2
  83303. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83304. web_1 | (InteractiveConsole)
  83305. web_1 |
  83306. web_1 | >>> >>> Starting the server
  83307. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83308. web_1 |
  83309. web_1 | Fatal error: Unable to find local grunt.
  83310. web_1 |
  83311. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83312. web_1 | your project. For more information about installing and configuring grunt,
  83313. web_1 | please see the Getting Started guide:
  83314. web_1 |
  83315. web_1 | http://gruntjs.com/getting-started
  83316. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83317. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83318. web_1 | Syncing...
  83319. web_1 | Creating tables ...
  83320. web_1 | Installing custom SQL ...
  83321. web_1 | Installing indexes ...
  83322. web_1 | Installed 0 object(s) from 0 fixture(s)
  83323. web_1 |
  83324. web_1 | Synced:
  83325. web_1 | > django.contrib.auth
  83326. web_1 | > django.contrib.contenttypes
  83327. web_1 | > django.contrib.sessions
  83328. web_1 | > django.contrib.sites
  83329. web_1 | > django.contrib.messages
  83330. web_1 | > django.contrib.staticfiles
  83331. web_1 | > django.contrib.admin
  83332. web_1 | > south
  83333. web_1 | > crispy_forms
  83334. web_1 | > avatar
  83335. web_1 | > bootstrap3
  83336. web_1 | > users
  83337. web_1 | > allauth
  83338. web_1 | > allauth.account
  83339. web_1 | > django.contrib.humanize
  83340. web_1 | > debug_toolbar
  83341. web_1 |
  83342. web_1 | Not synced (use migrations):
  83343. web_1 | - allauth.socialaccount
  83344. web_1 | - django_extensions
  83345. web_1 | (use ./manage.py migrate to migrate these)
  83346. web_1 | Running migrations for socialaccount:
  83347. web_1 | - Nothing to migrate.
  83348. web_1 | - Loading initial data for socialaccount.
  83349. web_1 | Installed 0 object(s) from 0 fixture(s)
  83350. web_1 | Running migrations for django_extensions:
  83351. web_1 | - Nothing to migrate.
  83352. web_1 | - Loading initial data for django_extensions.
  83353. web_1 | Installed 0 object(s) from 0 fixture(s)
  83354. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83355. web_1 | [GCC 4.9.2] on linux2
  83356. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83357. web_1 | (InteractiveConsole)
  83358. web_1 |
  83359. web_1 | >>> >>> Starting the server
  83360. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83361. web_1 |
  83362. web_1 | Fatal error: Unable to find local grunt.
  83363. web_1 |
  83364. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83365. web_1 | your project. For more information about installing and configuring grunt,
  83366. web_1 | please see the Getting Started guide:
  83367. web_1 |
  83368. web_1 | http://gruntjs.com/getting-started
  83369. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83370. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83371. web_1 | Syncing...
  83372. web_1 | Creating tables ...
  83373. web_1 | Installing custom SQL ...
  83374. web_1 | Installing indexes ...
  83375. web_1 | Installed 0 object(s) from 0 fixture(s)
  83376. web_1 |
  83377. web_1 | Synced:
  83378. web_1 | > django.contrib.auth
  83379. web_1 | > django.contrib.contenttypes
  83380. web_1 | > django.contrib.sessions
  83381. web_1 | > django.contrib.sites
  83382. web_1 | > django.contrib.messages
  83383. web_1 | > django.contrib.staticfiles
  83384. web_1 | > django.contrib.admin
  83385. web_1 | > south
  83386. web_1 | > crispy_forms
  83387. web_1 | > avatar
  83388. web_1 | > bootstrap3
  83389. web_1 | > users
  83390. web_1 | > allauth
  83391. web_1 | > allauth.account
  83392. web_1 | > django.contrib.humanize
  83393. web_1 | > debug_toolbar
  83394. web_1 |
  83395. web_1 | Not synced (use migrations):
  83396. web_1 | - allauth.socialaccount
  83397. web_1 | - django_extensions
  83398. web_1 | (use ./manage.py migrate to migrate these)
  83399. web_1 | Running migrations for socialaccount:
  83400. web_1 | - Nothing to migrate.
  83401. web_1 | - Loading initial data for socialaccount.
  83402. web_1 | Installed 0 object(s) from 0 fixture(s)
  83403. web_1 | Running migrations for django_extensions:
  83404. web_1 | - Nothing to migrate.
  83405. web_1 | - Loading initial data for django_extensions.
  83406. web_1 | Installed 0 object(s) from 0 fixture(s)
  83407. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83408. web_1 | [GCC 4.9.2] on linux2
  83409. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83410. web_1 | (InteractiveConsole)
  83411. web_1 |
  83412. web_1 | >>> >>> Starting the server
  83413. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83414. web_1 |
  83415. web_1 | Fatal error: Unable to find local grunt.
  83416. web_1 |
  83417. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83418. web_1 | your project. For more information about installing and configuring grunt,
  83419. web_1 | please see the Getting Started guide:
  83420. web_1 |
  83421. web_1 | http://gruntjs.com/getting-started
  83422. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83423. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83424. web_1 | Syncing...
  83425. web_1 | Creating tables ...
  83426. web_1 | Installing custom SQL ...
  83427. web_1 | Installing indexes ...
  83428. web_1 | Installed 0 object(s) from 0 fixture(s)
  83429. web_1 |
  83430. web_1 | Synced:
  83431. web_1 | > django.contrib.auth
  83432. web_1 | > django.contrib.contenttypes
  83433. web_1 | > django.contrib.sessions
  83434. web_1 | > django.contrib.sites
  83435. web_1 | > django.contrib.messages
  83436. web_1 | > django.contrib.staticfiles
  83437. web_1 | > django.contrib.admin
  83438. web_1 | > south
  83439. web_1 | > crispy_forms
  83440. web_1 | > avatar
  83441. web_1 | > bootstrap3
  83442. web_1 | > users
  83443. web_1 | > allauth
  83444. web_1 | > allauth.account
  83445. web_1 | > django.contrib.humanize
  83446. web_1 | > debug_toolbar
  83447. web_1 |
  83448. web_1 | Not synced (use migrations):
  83449. web_1 | - allauth.socialaccount
  83450. web_1 | - django_extensions
  83451. web_1 | (use ./manage.py migrate to migrate these)
  83452. web_1 | Running migrations for socialaccount:
  83453. web_1 | - Nothing to migrate.
  83454. web_1 | - Loading initial data for socialaccount.
  83455. web_1 | Installed 0 object(s) from 0 fixture(s)
  83456. web_1 | Running migrations for django_extensions:
  83457. web_1 | - Nothing to migrate.
  83458. web_1 | - Loading initial data for django_extensions.
  83459. web_1 | Installed 0 object(s) from 0 fixture(s)
  83460. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83461. web_1 | [GCC 4.9.2] on linux2
  83462. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83463. web_1 | (InteractiveConsole)
  83464. web_1 |
  83465. web_1 | >>> >>> Starting the server
  83466. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83467. web_1 |
  83468. web_1 | Fatal error: Unable to find local grunt.
  83469. web_1 |
  83470. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83471. web_1 | your project. For more information about installing and configuring grunt,
  83472. web_1 | please see the Getting Started guide:
  83473. web_1 |
  83474. web_1 | http://gruntjs.com/getting-started
  83475. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83476. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83477. web_1 | Syncing...
  83478. web_1 | Creating tables ...
  83479. web_1 | Installing custom SQL ...
  83480. web_1 | Installing indexes ...
  83481. web_1 | Installed 0 object(s) from 0 fixture(s)
  83482. web_1 |
  83483. web_1 | Synced:
  83484. web_1 | > django.contrib.auth
  83485. web_1 | > django.contrib.contenttypes
  83486. web_1 | > django.contrib.sessions
  83487. web_1 | > django.contrib.sites
  83488. web_1 | > django.contrib.messages
  83489. web_1 | > django.contrib.staticfiles
  83490. web_1 | > django.contrib.admin
  83491. web_1 | > south
  83492. web_1 | > crispy_forms
  83493. web_1 | > avatar
  83494. web_1 | > bootstrap3
  83495. web_1 | > users
  83496. web_1 | > allauth
  83497. web_1 | > allauth.account
  83498. web_1 | > django.contrib.humanize
  83499. web_1 | > debug_toolbar
  83500. web_1 |
  83501. web_1 | Not synced (use migrations):
  83502. web_1 | - allauth.socialaccount
  83503. web_1 | - django_extensions
  83504. web_1 | (use ./manage.py migrate to migrate these)
  83505. web_1 | Running migrations for socialaccount:
  83506. web_1 | - Nothing to migrate.
  83507. web_1 | - Loading initial data for socialaccount.
  83508. web_1 | Installed 0 object(s) from 0 fixture(s)
  83509. web_1 | Running migrations for django_extensions:
  83510. web_1 | - Nothing to migrate.
  83511. web_1 | - Loading initial data for django_extensions.
  83512. web_1 | Installed 0 object(s) from 0 fixture(s)
  83513. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83514. web_1 | [GCC 4.9.2] on linux2
  83515. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83516. web_1 | (InteractiveConsole)
  83517. web_1 |
  83518. web_1 | >>> >>> Starting the server
  83519. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83520. web_1 |
  83521. web_1 | Fatal error: Unable to find local grunt.
  83522. web_1 |
  83523. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83524. web_1 | your project. For more information about installing and configuring grunt,
  83525. web_1 | please see the Getting Started guide:
  83526. web_1 |
  83527. web_1 | http://gruntjs.com/getting-started
  83528. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83529. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83530. web_1 | Syncing...
  83531. web_1 | Creating tables ...
  83532. web_1 | Installing custom SQL ...
  83533. web_1 | Installing indexes ...
  83534. web_1 | Installed 0 object(s) from 0 fixture(s)
  83535. web_1 |
  83536. web_1 | Synced:
  83537. web_1 | > django.contrib.auth
  83538. web_1 | > django.contrib.contenttypes
  83539. web_1 | > django.contrib.sessions
  83540. web_1 | > django.contrib.sites
  83541. web_1 | > django.contrib.messages
  83542. web_1 | > django.contrib.staticfiles
  83543. web_1 | > django.contrib.admin
  83544. web_1 | > south
  83545. web_1 | > crispy_forms
  83546. web_1 | > avatar
  83547. web_1 | > bootstrap3
  83548. web_1 | > users
  83549. web_1 | > allauth
  83550. web_1 | > allauth.account
  83551. web_1 | > django.contrib.humanize
  83552. web_1 | > debug_toolbar
  83553. web_1 |
  83554. web_1 | Not synced (use migrations):
  83555. web_1 | - allauth.socialaccount
  83556. web_1 | - django_extensions
  83557. web_1 | (use ./manage.py migrate to migrate these)
  83558. web_1 | Running migrations for socialaccount:
  83559. web_1 | - Nothing to migrate.
  83560. web_1 | - Loading initial data for socialaccount.
  83561. web_1 | Installed 0 object(s) from 0 fixture(s)
  83562. web_1 | Running migrations for django_extensions:
  83563. web_1 | - Nothing to migrate.
  83564. web_1 | - Loading initial data for django_extensions.
  83565. web_1 | Installed 0 object(s) from 0 fixture(s)
  83566. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83567. web_1 | [GCC 4.9.2] on linux2
  83568. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83569. web_1 | (InteractiveConsole)
  83570. web_1 |
  83571. web_1 | >>> >>> Starting the server
  83572. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83573. web_1 |
  83574. web_1 | Fatal error: Unable to find local grunt.
  83575. web_1 |
  83576. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83577. web_1 | your project. For more information about installing and configuring grunt,
  83578. web_1 | please see the Getting Started guide:
  83579. web_1 |
  83580. web_1 | http://gruntjs.com/getting-started
  83581. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83582. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83583. web_1 | Syncing...
  83584. web_1 | Creating tables ...
  83585. web_1 | Installing custom SQL ...
  83586. web_1 | Installing indexes ...
  83587. web_1 | Installed 0 object(s) from 0 fixture(s)
  83588. web_1 |
  83589. web_1 | Synced:
  83590. web_1 | > django.contrib.auth
  83591. web_1 | > django.contrib.contenttypes
  83592. web_1 | > django.contrib.sessions
  83593. web_1 | > django.contrib.sites
  83594. web_1 | > django.contrib.messages
  83595. web_1 | > django.contrib.staticfiles
  83596. web_1 | > django.contrib.admin
  83597. web_1 | > south
  83598. web_1 | > crispy_forms
  83599. web_1 | > avatar
  83600. web_1 | > bootstrap3
  83601. web_1 | > users
  83602. web_1 | > allauth
  83603. web_1 | > allauth.account
  83604. web_1 | > django.contrib.humanize
  83605. web_1 | > debug_toolbar
  83606. web_1 |
  83607. web_1 | Not synced (use migrations):
  83608. web_1 | - allauth.socialaccount
  83609. web_1 | - django_extensions
  83610. web_1 | (use ./manage.py migrate to migrate these)
  83611. web_1 | Running migrations for socialaccount:
  83612. web_1 | - Nothing to migrate.
  83613. web_1 | - Loading initial data for socialaccount.
  83614. web_1 | Installed 0 object(s) from 0 fixture(s)
  83615. web_1 | Running migrations for django_extensions:
  83616. web_1 | - Nothing to migrate.
  83617. web_1 | - Loading initial data for django_extensions.
  83618. web_1 | Installed 0 object(s) from 0 fixture(s)
  83619. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83620. web_1 | [GCC 4.9.2] on linux2
  83621. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83622. web_1 | (InteractiveConsole)
  83623. web_1 |
  83624. web_1 | >>> >>> Starting the server
  83625. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83626. web_1 |
  83627. web_1 | Fatal error: Unable to find local grunt.
  83628. web_1 |
  83629. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83630. web_1 | your project. For more information about installing and configuring grunt,
  83631. web_1 | please see the Getting Started guide:
  83632. web_1 |
  83633. web_1 | http://gruntjs.com/getting-started
  83634. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83635. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83636. web_1 | Syncing...
  83637. web_1 | Creating tables ...
  83638. web_1 | Installing custom SQL ...
  83639. web_1 | Installing indexes ...
  83640. web_1 | Installed 0 object(s) from 0 fixture(s)
  83641. web_1 |
  83642. web_1 | Synced:
  83643. web_1 | > django.contrib.auth
  83644. web_1 | > django.contrib.contenttypes
  83645. web_1 | > django.contrib.sessions
  83646. web_1 | > django.contrib.sites
  83647. web_1 | > django.contrib.messages
  83648. web_1 | > django.contrib.staticfiles
  83649. web_1 | > django.contrib.admin
  83650. web_1 | > south
  83651. web_1 | > crispy_forms
  83652. web_1 | > avatar
  83653. web_1 | > bootstrap3
  83654. web_1 | > users
  83655. web_1 | > allauth
  83656. web_1 | > allauth.account
  83657. web_1 | > django.contrib.humanize
  83658. web_1 | > debug_toolbar
  83659. web_1 |
  83660. web_1 | Not synced (use migrations):
  83661. web_1 | - allauth.socialaccount
  83662. web_1 | - django_extensions
  83663. web_1 | (use ./manage.py migrate to migrate these)
  83664. web_1 | Running migrations for socialaccount:
  83665. web_1 | - Nothing to migrate.
  83666. web_1 | - Loading initial data for socialaccount.
  83667. web_1 | Installed 0 object(s) from 0 fixture(s)
  83668. web_1 | Running migrations for django_extensions:
  83669. web_1 | - Nothing to migrate.
  83670. web_1 | - Loading initial data for django_extensions.
  83671. web_1 | Installed 0 object(s) from 0 fixture(s)
  83672. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83673. web_1 | [GCC 4.9.2] on linux2
  83674. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83675. web_1 | (InteractiveConsole)
  83676. web_1 |
  83677. web_1 | >>> >>> Starting the server
  83678. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83679. web_1 |
  83680. web_1 | Fatal error: Unable to find local grunt.
  83681. web_1 |
  83682. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83683. web_1 | your project. For more information about installing and configuring grunt,
  83684. web_1 | please see the Getting Started guide:
  83685. web_1 |
  83686. web_1 | http://gruntjs.com/getting-started
  83687. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83688. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83689. web_1 | Syncing...
  83690. web_1 | Creating tables ...
  83691. web_1 | Installing custom SQL ...
  83692. web_1 | Installing indexes ...
  83693. web_1 | Installed 0 object(s) from 0 fixture(s)
  83694. web_1 |
  83695. web_1 | Synced:
  83696. web_1 | > django.contrib.auth
  83697. web_1 | > django.contrib.contenttypes
  83698. web_1 | > django.contrib.sessions
  83699. web_1 | > django.contrib.sites
  83700. web_1 | > django.contrib.messages
  83701. web_1 | > django.contrib.staticfiles
  83702. web_1 | > django.contrib.admin
  83703. web_1 | > south
  83704. web_1 | > crispy_forms
  83705. web_1 | > avatar
  83706. web_1 | > bootstrap3
  83707. web_1 | > users
  83708. web_1 | > allauth
  83709. web_1 | > allauth.account
  83710. web_1 | > django.contrib.humanize
  83711. web_1 | > debug_toolbar
  83712. web_1 |
  83713. web_1 | Not synced (use migrations):
  83714. web_1 | - allauth.socialaccount
  83715. web_1 | - django_extensions
  83716. web_1 | (use ./manage.py migrate to migrate these)
  83717. web_1 | Running migrations for socialaccount:
  83718. web_1 | - Nothing to migrate.
  83719. web_1 | - Loading initial data for socialaccount.
  83720. web_1 | Installed 0 object(s) from 0 fixture(s)
  83721. web_1 | Running migrations for django_extensions:
  83722. web_1 | - Nothing to migrate.
  83723. web_1 | - Loading initial data for django_extensions.
  83724. web_1 | Installed 0 object(s) from 0 fixture(s)
  83725. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83726. web_1 | [GCC 4.9.2] on linux2
  83727. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83728. web_1 | (InteractiveConsole)
  83729. web_1 |
  83730. web_1 | >>> >>> Starting the server
  83731. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83732. web_1 |
  83733. web_1 | Fatal error: Unable to find local grunt.
  83734. web_1 |
  83735. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83736. web_1 | your project. For more information about installing and configuring grunt,
  83737. web_1 | please see the Getting Started guide:
  83738. web_1 |
  83739. web_1 | http://gruntjs.com/getting-started
  83740. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83741. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83742. web_1 | Syncing...
  83743. web_1 | Creating tables ...
  83744. web_1 | Installing custom SQL ...
  83745. web_1 | Installing indexes ...
  83746. web_1 | Installed 0 object(s) from 0 fixture(s)
  83747. web_1 |
  83748. web_1 | Synced:
  83749. web_1 | > django.contrib.auth
  83750. web_1 | > django.contrib.contenttypes
  83751. web_1 | > django.contrib.sessions
  83752. web_1 | > django.contrib.sites
  83753. web_1 | > django.contrib.messages
  83754. web_1 | > django.contrib.staticfiles
  83755. web_1 | > django.contrib.admin
  83756. web_1 | > south
  83757. web_1 | > crispy_forms
  83758. web_1 | > avatar
  83759. web_1 | > bootstrap3
  83760. web_1 | > users
  83761. web_1 | > allauth
  83762. web_1 | > allauth.account
  83763. web_1 | > django.contrib.humanize
  83764. web_1 | > debug_toolbar
  83765. web_1 |
  83766. web_1 | Not synced (use migrations):
  83767. web_1 | - allauth.socialaccount
  83768. web_1 | - django_extensions
  83769. web_1 | (use ./manage.py migrate to migrate these)
  83770. web_1 | Running migrations for socialaccount:
  83771. web_1 | - Nothing to migrate.
  83772. web_1 | - Loading initial data for socialaccount.
  83773. web_1 | Installed 0 object(s) from 0 fixture(s)
  83774. web_1 | Running migrations for django_extensions:
  83775. web_1 | - Nothing to migrate.
  83776. web_1 | - Loading initial data for django_extensions.
  83777. web_1 | Installed 0 object(s) from 0 fixture(s)
  83778. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83779. web_1 | [GCC 4.9.2] on linux2
  83780. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83781. web_1 | (InteractiveConsole)
  83782. web_1 |
  83783. web_1 | >>> >>> Starting the server
  83784. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83785. web_1 |
  83786. web_1 | Fatal error: Unable to find local grunt.
  83787. web_1 |
  83788. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83789. web_1 | your project. For more information about installing and configuring grunt,
  83790. web_1 | please see the Getting Started guide:
  83791. web_1 |
  83792. web_1 | http://gruntjs.com/getting-started
  83793. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83794. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83795. web_1 | Syncing...
  83796. web_1 | Creating tables ...
  83797. web_1 | Installing custom SQL ...
  83798. web_1 | Installing indexes ...
  83799. web_1 | Installed 0 object(s) from 0 fixture(s)
  83800. web_1 |
  83801. web_1 | Synced:
  83802. web_1 | > django.contrib.auth
  83803. web_1 | > django.contrib.contenttypes
  83804. web_1 | > django.contrib.sessions
  83805. web_1 | > django.contrib.sites
  83806. web_1 | > django.contrib.messages
  83807. web_1 | > django.contrib.staticfiles
  83808. web_1 | > django.contrib.admin
  83809. web_1 | > south
  83810. web_1 | > crispy_forms
  83811. web_1 | > avatar
  83812. web_1 | > bootstrap3
  83813. web_1 | > users
  83814. web_1 | > allauth
  83815. web_1 | > allauth.account
  83816. web_1 | > django.contrib.humanize
  83817. web_1 | > debug_toolbar
  83818. web_1 |
  83819. web_1 | Not synced (use migrations):
  83820. web_1 | - allauth.socialaccount
  83821. web_1 | - django_extensions
  83822. web_1 | (use ./manage.py migrate to migrate these)
  83823. web_1 | Running migrations for socialaccount:
  83824. web_1 | - Nothing to migrate.
  83825. web_1 | - Loading initial data for socialaccount.
  83826. web_1 | Installed 0 object(s) from 0 fixture(s)
  83827. web_1 | Running migrations for django_extensions:
  83828. web_1 | - Nothing to migrate.
  83829. web_1 | - Loading initial data for django_extensions.
  83830. web_1 | Installed 0 object(s) from 0 fixture(s)
  83831. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83832. web_1 | [GCC 4.9.2] on linux2
  83833. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83834. web_1 | (InteractiveConsole)
  83835. web_1 |
  83836. web_1 | >>> >>> Starting the server
  83837. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83838. web_1 |
  83839. web_1 | Fatal error: Unable to find local grunt.
  83840. web_1 |
  83841. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83842. web_1 | your project. For more information about installing and configuring grunt,
  83843. web_1 | please see the Getting Started guide:
  83844. web_1 |
  83845. web_1 | http://gruntjs.com/getting-started
  83846. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83847. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83848. web_1 | Syncing...
  83849. web_1 | Creating tables ...
  83850. web_1 | Installing custom SQL ...
  83851. web_1 | Installing indexes ...
  83852. web_1 | Installed 0 object(s) from 0 fixture(s)
  83853. web_1 |
  83854. web_1 | Synced:
  83855. web_1 | > django.contrib.auth
  83856. web_1 | > django.contrib.contenttypes
  83857. web_1 | > django.contrib.sessions
  83858. web_1 | > django.contrib.sites
  83859. web_1 | > django.contrib.messages
  83860. web_1 | > django.contrib.staticfiles
  83861. web_1 | > django.contrib.admin
  83862. web_1 | > south
  83863. web_1 | > crispy_forms
  83864. web_1 | > avatar
  83865. web_1 | > bootstrap3
  83866. web_1 | > users
  83867. web_1 | > allauth
  83868. web_1 | > allauth.account
  83869. web_1 | > django.contrib.humanize
  83870. web_1 | > debug_toolbar
  83871. web_1 |
  83872. web_1 | Not synced (use migrations):
  83873. web_1 | - allauth.socialaccount
  83874. web_1 | - django_extensions
  83875. web_1 | (use ./manage.py migrate to migrate these)
  83876. web_1 | Running migrations for socialaccount:
  83877. web_1 | - Nothing to migrate.
  83878. web_1 | - Loading initial data for socialaccount.
  83879. web_1 | Installed 0 object(s) from 0 fixture(s)
  83880. web_1 | Running migrations for django_extensions:
  83881. web_1 | - Nothing to migrate.
  83882. web_1 | - Loading initial data for django_extensions.
  83883. web_1 | Installed 0 object(s) from 0 fixture(s)
  83884. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83885. web_1 | [GCC 4.9.2] on linux2
  83886. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83887. web_1 | (InteractiveConsole)
  83888. web_1 |
  83889. web_1 | >>> >>> Starting the server
  83890. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83891. web_1 |
  83892. web_1 | Fatal error: Unable to find local grunt.
  83893. web_1 |
  83894. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83895. web_1 | your project. For more information about installing and configuring grunt,
  83896. web_1 | please see the Getting Started guide:
  83897. web_1 |
  83898. web_1 | http://gruntjs.com/getting-started
  83899. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83900. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83901. web_1 | Syncing...
  83902. web_1 | Creating tables ...
  83903. web_1 | Installing custom SQL ...
  83904. web_1 | Installing indexes ...
  83905. web_1 | Installed 0 object(s) from 0 fixture(s)
  83906. web_1 |
  83907. web_1 | Synced:
  83908. web_1 | > django.contrib.auth
  83909. web_1 | > django.contrib.contenttypes
  83910. web_1 | > django.contrib.sessions
  83911. web_1 | > django.contrib.sites
  83912. web_1 | > django.contrib.messages
  83913. web_1 | > django.contrib.staticfiles
  83914. web_1 | > django.contrib.admin
  83915. web_1 | > south
  83916. web_1 | > crispy_forms
  83917. web_1 | > avatar
  83918. web_1 | > bootstrap3
  83919. web_1 | > users
  83920. web_1 | > allauth
  83921. web_1 | > allauth.account
  83922. web_1 | > django.contrib.humanize
  83923. web_1 | > debug_toolbar
  83924. web_1 |
  83925. web_1 | Not synced (use migrations):
  83926. web_1 | - allauth.socialaccount
  83927. web_1 | - django_extensions
  83928. web_1 | (use ./manage.py migrate to migrate these)
  83929. web_1 | Running migrations for socialaccount:
  83930. web_1 | - Nothing to migrate.
  83931. web_1 | - Loading initial data for socialaccount.
  83932. web_1 | Installed 0 object(s) from 0 fixture(s)
  83933. web_1 | Running migrations for django_extensions:
  83934. web_1 | - Nothing to migrate.
  83935. web_1 | - Loading initial data for django_extensions.
  83936. web_1 | Installed 0 object(s) from 0 fixture(s)
  83937. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83938. web_1 | [GCC 4.9.2] on linux2
  83939. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83940. web_1 | (InteractiveConsole)
  83941. web_1 |
  83942. web_1 | >>> >>> Starting the server
  83943. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83944. web_1 |
  83945. web_1 | Fatal error: Unable to find local grunt.
  83946. web_1 |
  83947. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  83948. web_1 | your project. For more information about installing and configuring grunt,
  83949. web_1 | please see the Getting Started guide:
  83950. web_1 |
  83951. web_1 | http://gruntjs.com/getting-started
  83952. web_1 | Starting OpenBSD Secure Shell server: sshd.
  83953. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  83954. web_1 | Syncing...
  83955. web_1 | Creating tables ...
  83956. web_1 | Installing custom SQL ...
  83957. web_1 | Installing indexes ...
  83958. web_1 | Installed 0 object(s) from 0 fixture(s)
  83959. web_1 |
  83960. web_1 | Synced:
  83961. web_1 | > django.contrib.auth
  83962. web_1 | > django.contrib.contenttypes
  83963. web_1 | > django.contrib.sessions
  83964. web_1 | > django.contrib.sites
  83965. web_1 | > django.contrib.messages
  83966. web_1 | > django.contrib.staticfiles
  83967. web_1 | > django.contrib.admin
  83968. web_1 | > south
  83969. web_1 | > crispy_forms
  83970. web_1 | > avatar
  83971. web_1 | > bootstrap3
  83972. web_1 | > users
  83973. web_1 | > allauth
  83974. web_1 | > allauth.account
  83975. web_1 | > django.contrib.humanize
  83976. web_1 | > debug_toolbar
  83977. web_1 |
  83978. web_1 | Not synced (use migrations):
  83979. web_1 | - allauth.socialaccount
  83980. web_1 | - django_extensions
  83981. web_1 | (use ./manage.py migrate to migrate these)
  83982. web_1 | Running migrations for socialaccount:
  83983. web_1 | - Nothing to migrate.
  83984. web_1 | - Loading initial data for socialaccount.
  83985. web_1 | Installed 0 object(s) from 0 fixture(s)
  83986. web_1 | Running migrations for django_extensions:
  83987. web_1 | - Nothing to migrate.
  83988. web_1 | - Loading initial data for django_extensions.
  83989. web_1 | Installed 0 object(s) from 0 fixture(s)
  83990. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  83991. web_1 | [GCC 4.9.2] on linux2
  83992. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  83993. web_1 | (InteractiveConsole)
  83994. web_1 |
  83995. web_1 | >>> >>> Starting the server
  83996. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  83997. web_1 |
  83998. web_1 | Fatal error: Unable to find local grunt.
  83999. web_1 |
  84000. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84001. web_1 | your project. For more information about installing and configuring grunt,
  84002. web_1 | please see the Getting Started guide:
  84003. web_1 |
  84004. web_1 | http://gruntjs.com/getting-started
  84005. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84006. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84007. web_1 | Syncing...
  84008. web_1 | Creating tables ...
  84009. web_1 | Installing custom SQL ...
  84010. web_1 | Installing indexes ...
  84011. web_1 | Installed 0 object(s) from 0 fixture(s)
  84012. web_1 |
  84013. web_1 | Synced:
  84014. web_1 | > django.contrib.auth
  84015. web_1 | > django.contrib.contenttypes
  84016. web_1 | > django.contrib.sessions
  84017. web_1 | > django.contrib.sites
  84018. web_1 | > django.contrib.messages
  84019. web_1 | > django.contrib.staticfiles
  84020. web_1 | > django.contrib.admin
  84021. web_1 | > south
  84022. web_1 | > crispy_forms
  84023. web_1 | > avatar
  84024. web_1 | > bootstrap3
  84025. web_1 | > users
  84026. web_1 | > allauth
  84027. web_1 | > allauth.account
  84028. web_1 | > django.contrib.humanize
  84029. web_1 | > debug_toolbar
  84030. web_1 |
  84031. web_1 | Not synced (use migrations):
  84032. web_1 | - allauth.socialaccount
  84033. web_1 | - django_extensions
  84034. web_1 | (use ./manage.py migrate to migrate these)
  84035. web_1 | Running migrations for socialaccount:
  84036. web_1 | - Nothing to migrate.
  84037. web_1 | - Loading initial data for socialaccount.
  84038. web_1 | Installed 0 object(s) from 0 fixture(s)
  84039. web_1 | Running migrations for django_extensions:
  84040. web_1 | - Nothing to migrate.
  84041. web_1 | - Loading initial data for django_extensions.
  84042. web_1 | Installed 0 object(s) from 0 fixture(s)
  84043. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84044. web_1 | [GCC 4.9.2] on linux2
  84045. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84046. web_1 | (InteractiveConsole)
  84047. web_1 |
  84048. web_1 | >>> >>> Starting the server
  84049. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84050. web_1 |
  84051. web_1 | Fatal error: Unable to find local grunt.
  84052. web_1 |
  84053. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84054. web_1 | your project. For more information about installing and configuring grunt,
  84055. web_1 | please see the Getting Started guide:
  84056. web_1 |
  84057. web_1 | http://gruntjs.com/getting-started
  84058. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84059. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84060. web_1 | Syncing...
  84061. web_1 | Creating tables ...
  84062. web_1 | Installing custom SQL ...
  84063. web_1 | Installing indexes ...
  84064. web_1 | Installed 0 object(s) from 0 fixture(s)
  84065. web_1 |
  84066. web_1 | Synced:
  84067. web_1 | > django.contrib.auth
  84068. web_1 | > django.contrib.contenttypes
  84069. web_1 | > django.contrib.sessions
  84070. web_1 | > django.contrib.sites
  84071. web_1 | > django.contrib.messages
  84072. web_1 | > django.contrib.staticfiles
  84073. web_1 | > django.contrib.admin
  84074. web_1 | > south
  84075. web_1 | > crispy_forms
  84076. web_1 | > avatar
  84077. web_1 | > bootstrap3
  84078. web_1 | > users
  84079. web_1 | > allauth
  84080. web_1 | > allauth.account
  84081. web_1 | > django.contrib.humanize
  84082. web_1 | > debug_toolbar
  84083. web_1 |
  84084. web_1 | Not synced (use migrations):
  84085. web_1 | - allauth.socialaccount
  84086. web_1 | - django_extensions
  84087. web_1 | (use ./manage.py migrate to migrate these)
  84088. web_1 | Running migrations for socialaccount:
  84089. web_1 | - Nothing to migrate.
  84090. web_1 | - Loading initial data for socialaccount.
  84091. web_1 | Installed 0 object(s) from 0 fixture(s)
  84092. web_1 | Running migrations for django_extensions:
  84093. web_1 | - Nothing to migrate.
  84094. web_1 | - Loading initial data for django_extensions.
  84095. web_1 | Installed 0 object(s) from 0 fixture(s)
  84096. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84097. web_1 | [GCC 4.9.2] on linux2
  84098. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84099. web_1 | (InteractiveConsole)
  84100. web_1 |
  84101. web_1 | >>> >>> Starting the server
  84102. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84103. web_1 |
  84104. web_1 | Fatal error: Unable to find local grunt.
  84105. web_1 |
  84106. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84107. web_1 | your project. For more information about installing and configuring grunt,
  84108. web_1 | please see the Getting Started guide:
  84109. web_1 |
  84110. web_1 | http://gruntjs.com/getting-started
  84111. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84112. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84113. web_1 | Syncing...
  84114. web_1 | Creating tables ...
  84115. web_1 | Installing custom SQL ...
  84116. web_1 | Installing indexes ...
  84117. web_1 | Installed 0 object(s) from 0 fixture(s)
  84118. web_1 |
  84119. web_1 | Synced:
  84120. web_1 | > django.contrib.auth
  84121. web_1 | > django.contrib.contenttypes
  84122. web_1 | > django.contrib.sessions
  84123. web_1 | > django.contrib.sites
  84124. web_1 | > django.contrib.messages
  84125. web_1 | > django.contrib.staticfiles
  84126. web_1 | > django.contrib.admin
  84127. web_1 | > south
  84128. web_1 | > crispy_forms
  84129. web_1 | > avatar
  84130. web_1 | > bootstrap3
  84131. web_1 | > users
  84132. web_1 | > allauth
  84133. web_1 | > allauth.account
  84134. web_1 | > django.contrib.humanize
  84135. web_1 | > debug_toolbar
  84136. web_1 |
  84137. web_1 | Not synced (use migrations):
  84138. web_1 | - allauth.socialaccount
  84139. web_1 | - django_extensions
  84140. web_1 | (use ./manage.py migrate to migrate these)
  84141. web_1 | Running migrations for socialaccount:
  84142. web_1 | - Nothing to migrate.
  84143. web_1 | - Loading initial data for socialaccount.
  84144. web_1 | Installed 0 object(s) from 0 fixture(s)
  84145. web_1 | Running migrations for django_extensions:
  84146. web_1 | - Nothing to migrate.
  84147. web_1 | - Loading initial data for django_extensions.
  84148. web_1 | Installed 0 object(s) from 0 fixture(s)
  84149. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84150. web_1 | [GCC 4.9.2] on linux2
  84151. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84152. web_1 | (InteractiveConsole)
  84153. web_1 |
  84154. web_1 | >>> >>> Starting the server
  84155. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84156. web_1 |
  84157. web_1 | Fatal error: Unable to find local grunt.
  84158. web_1 |
  84159. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84160. web_1 | your project. For more information about installing and configuring grunt,
  84161. web_1 | please see the Getting Started guide:
  84162. web_1 |
  84163. web_1 | http://gruntjs.com/getting-started
  84164. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84165. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84166. web_1 | Syncing...
  84167. web_1 | Creating tables ...
  84168. web_1 | Installing custom SQL ...
  84169. web_1 | Installing indexes ...
  84170. web_1 | Installed 0 object(s) from 0 fixture(s)
  84171. web_1 |
  84172. web_1 | Synced:
  84173. web_1 | > django.contrib.auth
  84174. web_1 | > django.contrib.contenttypes
  84175. web_1 | > django.contrib.sessions
  84176. web_1 | > django.contrib.sites
  84177. web_1 | > django.contrib.messages
  84178. web_1 | > django.contrib.staticfiles
  84179. web_1 | > django.contrib.admin
  84180. web_1 | > south
  84181. web_1 | > crispy_forms
  84182. web_1 | > avatar
  84183. web_1 | > bootstrap3
  84184. web_1 | > users
  84185. web_1 | > allauth
  84186. web_1 | > allauth.account
  84187. web_1 | > django.contrib.humanize
  84188. web_1 | > debug_toolbar
  84189. web_1 |
  84190. web_1 | Not synced (use migrations):
  84191. web_1 | - allauth.socialaccount
  84192. web_1 | - django_extensions
  84193. web_1 | (use ./manage.py migrate to migrate these)
  84194. web_1 | Running migrations for socialaccount:
  84195. web_1 | - Nothing to migrate.
  84196. web_1 | - Loading initial data for socialaccount.
  84197. web_1 | Installed 0 object(s) from 0 fixture(s)
  84198. web_1 | Running migrations for django_extensions:
  84199. web_1 | - Nothing to migrate.
  84200. web_1 | - Loading initial data for django_extensions.
  84201. web_1 | Installed 0 object(s) from 0 fixture(s)
  84202. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84203. web_1 | [GCC 4.9.2] on linux2
  84204. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84205. web_1 | (InteractiveConsole)
  84206. web_1 |
  84207. web_1 | >>> >>> Starting the server
  84208. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84209. web_1 |
  84210. web_1 | Fatal error: Unable to find local grunt.
  84211. web_1 |
  84212. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84213. web_1 | your project. For more information about installing and configuring grunt,
  84214. web_1 | please see the Getting Started guide:
  84215. web_1 |
  84216. web_1 | http://gruntjs.com/getting-started
  84217. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84218. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84219. web_1 | Syncing...
  84220. web_1 | Creating tables ...
  84221. web_1 | Installing custom SQL ...
  84222. web_1 | Installing indexes ...
  84223. web_1 | Installed 0 object(s) from 0 fixture(s)
  84224. web_1 |
  84225. web_1 | Synced:
  84226. web_1 | > django.contrib.auth
  84227. web_1 | > django.contrib.contenttypes
  84228. web_1 | > django.contrib.sessions
  84229. web_1 | > django.contrib.sites
  84230. web_1 | > django.contrib.messages
  84231. web_1 | > django.contrib.staticfiles
  84232. web_1 | > django.contrib.admin
  84233. web_1 | > south
  84234. web_1 | > crispy_forms
  84235. web_1 | > avatar
  84236. web_1 | > bootstrap3
  84237. web_1 | > users
  84238. web_1 | > allauth
  84239. web_1 | > allauth.account
  84240. web_1 | > django.contrib.humanize
  84241. web_1 | > debug_toolbar
  84242. web_1 |
  84243. web_1 | Not synced (use migrations):
  84244. web_1 | - allauth.socialaccount
  84245. web_1 | - django_extensions
  84246. web_1 | (use ./manage.py migrate to migrate these)
  84247. web_1 | Running migrations for socialaccount:
  84248. web_1 | - Nothing to migrate.
  84249. web_1 | - Loading initial data for socialaccount.
  84250. web_1 | Installed 0 object(s) from 0 fixture(s)
  84251. web_1 | Running migrations for django_extensions:
  84252. web_1 | - Nothing to migrate.
  84253. web_1 | - Loading initial data for django_extensions.
  84254. web_1 | Installed 0 object(s) from 0 fixture(s)
  84255. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84256. web_1 | [GCC 4.9.2] on linux2
  84257. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84258. web_1 | (InteractiveConsole)
  84259. web_1 |
  84260. web_1 | >>> >>> Starting the server
  84261. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84262. web_1 |
  84263. web_1 | Fatal error: Unable to find local grunt.
  84264. web_1 |
  84265. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84266. web_1 | your project. For more information about installing and configuring grunt,
  84267. web_1 | please see the Getting Started guide:
  84268. web_1 |
  84269. web_1 | http://gruntjs.com/getting-started
  84270. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84271. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84272. web_1 | Syncing...
  84273. web_1 | Creating tables ...
  84274. web_1 | Installing custom SQL ...
  84275. web_1 | Installing indexes ...
  84276. web_1 | Installed 0 object(s) from 0 fixture(s)
  84277. web_1 |
  84278. web_1 | Synced:
  84279. web_1 | > django.contrib.auth
  84280. web_1 | > django.contrib.contenttypes
  84281. web_1 | > django.contrib.sessions
  84282. web_1 | > django.contrib.sites
  84283. web_1 | > django.contrib.messages
  84284. web_1 | > django.contrib.staticfiles
  84285. web_1 | > django.contrib.admin
  84286. web_1 | > south
  84287. web_1 | > crispy_forms
  84288. web_1 | > avatar
  84289. web_1 | > bootstrap3
  84290. web_1 | > users
  84291. web_1 | > allauth
  84292. web_1 | > allauth.account
  84293. web_1 | > django.contrib.humanize
  84294. web_1 | > debug_toolbar
  84295. web_1 |
  84296. web_1 | Not synced (use migrations):
  84297. web_1 | - allauth.socialaccount
  84298. web_1 | - django_extensions
  84299. web_1 | (use ./manage.py migrate to migrate these)
  84300. web_1 | Running migrations for socialaccount:
  84301. web_1 | - Nothing to migrate.
  84302. web_1 | - Loading initial data for socialaccount.
  84303. web_1 | Installed 0 object(s) from 0 fixture(s)
  84304. web_1 | Running migrations for django_extensions:
  84305. web_1 | - Nothing to migrate.
  84306. web_1 | - Loading initial data for django_extensions.
  84307. web_1 | Installed 0 object(s) from 0 fixture(s)
  84308. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84309. web_1 | [GCC 4.9.2] on linux2
  84310. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84311. web_1 | (InteractiveConsole)
  84312. web_1 |
  84313. web_1 | >>> >>> Starting the server
  84314. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84315. web_1 |
  84316. web_1 | Fatal error: Unable to find local grunt.
  84317. web_1 |
  84318. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84319. web_1 | your project. For more information about installing and configuring grunt,
  84320. web_1 | please see the Getting Started guide:
  84321. web_1 |
  84322. web_1 | http://gruntjs.com/getting-started
  84323. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84324. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84325. web_1 | Syncing...
  84326. web_1 | Creating tables ...
  84327. web_1 | Installing custom SQL ...
  84328. web_1 | Installing indexes ...
  84329. web_1 | Installed 0 object(s) from 0 fixture(s)
  84330. web_1 |
  84331. web_1 | Synced:
  84332. web_1 | > django.contrib.auth
  84333. web_1 | > django.contrib.contenttypes
  84334. web_1 | > django.contrib.sessions
  84335. web_1 | > django.contrib.sites
  84336. web_1 | > django.contrib.messages
  84337. web_1 | > django.contrib.staticfiles
  84338. web_1 | > django.contrib.admin
  84339. web_1 | > south
  84340. web_1 | > crispy_forms
  84341. web_1 | > avatar
  84342. web_1 | > bootstrap3
  84343. web_1 | > users
  84344. web_1 | > allauth
  84345. web_1 | > allauth.account
  84346. web_1 | > django.contrib.humanize
  84347. web_1 | > debug_toolbar
  84348. web_1 |
  84349. web_1 | Not synced (use migrations):
  84350. web_1 | - allauth.socialaccount
  84351. web_1 | - django_extensions
  84352. web_1 | (use ./manage.py migrate to migrate these)
  84353. web_1 | Running migrations for socialaccount:
  84354. web_1 | - Nothing to migrate.
  84355. web_1 | - Loading initial data for socialaccount.
  84356. web_1 | Installed 0 object(s) from 0 fixture(s)
  84357. web_1 | Running migrations for django_extensions:
  84358. web_1 | - Nothing to migrate.
  84359. web_1 | - Loading initial data for django_extensions.
  84360. web_1 | Installed 0 object(s) from 0 fixture(s)
  84361. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84362. web_1 | [GCC 4.9.2] on linux2
  84363. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84364. web_1 | (InteractiveConsole)
  84365. web_1 |
  84366. web_1 | >>> >>> Starting the server
  84367. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84368. web_1 |
  84369. web_1 | Fatal error: Unable to find local grunt.
  84370. web_1 |
  84371. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84372. web_1 | your project. For more information about installing and configuring grunt,
  84373. web_1 | please see the Getting Started guide:
  84374. web_1 |
  84375. web_1 | http://gruntjs.com/getting-started
  84376. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84377. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84378. web_1 | Syncing...
  84379. web_1 | Creating tables ...
  84380. web_1 | Installing custom SQL ...
  84381. web_1 | Installing indexes ...
  84382. web_1 | Installed 0 object(s) from 0 fixture(s)
  84383. web_1 |
  84384. web_1 | Synced:
  84385. web_1 | > django.contrib.auth
  84386. web_1 | > django.contrib.contenttypes
  84387. web_1 | > django.contrib.sessions
  84388. web_1 | > django.contrib.sites
  84389. web_1 | > django.contrib.messages
  84390. web_1 | > django.contrib.staticfiles
  84391. web_1 | > django.contrib.admin
  84392. web_1 | > south
  84393. web_1 | > crispy_forms
  84394. web_1 | > avatar
  84395. web_1 | > bootstrap3
  84396. web_1 | > users
  84397. web_1 | > allauth
  84398. web_1 | > allauth.account
  84399. web_1 | > django.contrib.humanize
  84400. web_1 | > debug_toolbar
  84401. web_1 |
  84402. web_1 | Not synced (use migrations):
  84403. web_1 | - allauth.socialaccount
  84404. web_1 | - django_extensions
  84405. web_1 | (use ./manage.py migrate to migrate these)
  84406. web_1 | Running migrations for socialaccount:
  84407. web_1 | - Nothing to migrate.
  84408. web_1 | - Loading initial data for socialaccount.
  84409. web_1 | Installed 0 object(s) from 0 fixture(s)
  84410. web_1 | Running migrations for django_extensions:
  84411. web_1 | - Nothing to migrate.
  84412. web_1 | - Loading initial data for django_extensions.
  84413. web_1 | Installed 0 object(s) from 0 fixture(s)
  84414. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84415. web_1 | [GCC 4.9.2] on linux2
  84416. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84417. web_1 | (InteractiveConsole)
  84418. web_1 |
  84419. web_1 | >>> >>> Starting the server
  84420. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84421. web_1 |
  84422. web_1 | Fatal error: Unable to find local grunt.
  84423. web_1 |
  84424. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84425. web_1 | your project. For more information about installing and configuring grunt,
  84426. web_1 | please see the Getting Started guide:
  84427. web_1 |
  84428. web_1 | http://gruntjs.com/getting-started
  84429. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84430. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84431. web_1 | Syncing...
  84432. web_1 | Creating tables ...
  84433. web_1 | Installing custom SQL ...
  84434. web_1 | Installing indexes ...
  84435. web_1 | Installed 0 object(s) from 0 fixture(s)
  84436. web_1 |
  84437. web_1 | Synced:
  84438. web_1 | > django.contrib.auth
  84439. web_1 | > django.contrib.contenttypes
  84440. web_1 | > django.contrib.sessions
  84441. web_1 | > django.contrib.sites
  84442. web_1 | > django.contrib.messages
  84443. web_1 | > django.contrib.staticfiles
  84444. web_1 | > django.contrib.admin
  84445. web_1 | > south
  84446. web_1 | > crispy_forms
  84447. web_1 | > avatar
  84448. web_1 | > bootstrap3
  84449. web_1 | > users
  84450. web_1 | > allauth
  84451. web_1 | > allauth.account
  84452. web_1 | > django.contrib.humanize
  84453. web_1 | > debug_toolbar
  84454. web_1 |
  84455. web_1 | Not synced (use migrations):
  84456. web_1 | - allauth.socialaccount
  84457. web_1 | - django_extensions
  84458. web_1 | (use ./manage.py migrate to migrate these)
  84459. web_1 | Running migrations for socialaccount:
  84460. web_1 | - Nothing to migrate.
  84461. web_1 | - Loading initial data for socialaccount.
  84462. web_1 | Installed 0 object(s) from 0 fixture(s)
  84463. web_1 | Running migrations for django_extensions:
  84464. web_1 | - Nothing to migrate.
  84465. web_1 | - Loading initial data for django_extensions.
  84466. web_1 | Installed 0 object(s) from 0 fixture(s)
  84467. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84468. web_1 | [GCC 4.9.2] on linux2
  84469. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84470. web_1 | (InteractiveConsole)
  84471. web_1 |
  84472. web_1 | >>> >>> Starting the server
  84473. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84474. web_1 |
  84475. web_1 | Fatal error: Unable to find local grunt.
  84476. web_1 |
  84477. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84478. web_1 | your project. For more information about installing and configuring grunt,
  84479. web_1 | please see the Getting Started guide:
  84480. web_1 |
  84481. web_1 | http://gruntjs.com/getting-started
  84482. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84483. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84484. web_1 | Syncing...
  84485. web_1 | Creating tables ...
  84486. web_1 | Installing custom SQL ...
  84487. web_1 | Installing indexes ...
  84488. web_1 | Installed 0 object(s) from 0 fixture(s)
  84489. web_1 |
  84490. web_1 | Synced:
  84491. web_1 | > django.contrib.auth
  84492. web_1 | > django.contrib.contenttypes
  84493. web_1 | > django.contrib.sessions
  84494. web_1 | > django.contrib.sites
  84495. web_1 | > django.contrib.messages
  84496. web_1 | > django.contrib.staticfiles
  84497. web_1 | > django.contrib.admin
  84498. web_1 | > south
  84499. web_1 | > crispy_forms
  84500. web_1 | > avatar
  84501. web_1 | > bootstrap3
  84502. web_1 | > users
  84503. web_1 | > allauth
  84504. web_1 | > allauth.account
  84505. web_1 | > django.contrib.humanize
  84506. web_1 | > debug_toolbar
  84507. web_1 |
  84508. web_1 | Not synced (use migrations):
  84509. web_1 | - allauth.socialaccount
  84510. web_1 | - django_extensions
  84511. web_1 | (use ./manage.py migrate to migrate these)
  84512. web_1 | Running migrations for socialaccount:
  84513. web_1 | - Nothing to migrate.
  84514. web_1 | - Loading initial data for socialaccount.
  84515. web_1 | Installed 0 object(s) from 0 fixture(s)
  84516. web_1 | Running migrations for django_extensions:
  84517. web_1 | - Nothing to migrate.
  84518. web_1 | - Loading initial data for django_extensions.
  84519. web_1 | Installed 0 object(s) from 0 fixture(s)
  84520. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84521. web_1 | [GCC 4.9.2] on linux2
  84522. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84523. web_1 | (InteractiveConsole)
  84524. web_1 |
  84525. web_1 | >>> >>> Starting the server
  84526. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84527. web_1 |
  84528. web_1 | Fatal error: Unable to find local grunt.
  84529. web_1 |
  84530. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84531. web_1 | your project. For more information about installing and configuring grunt,
  84532. web_1 | please see the Getting Started guide:
  84533. web_1 |
  84534. web_1 | http://gruntjs.com/getting-started
  84535. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84536. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84537. web_1 | Syncing...
  84538. web_1 | Creating tables ...
  84539. web_1 | Installing custom SQL ...
  84540. web_1 | Installing indexes ...
  84541. web_1 | Installed 0 object(s) from 0 fixture(s)
  84542. web_1 |
  84543. web_1 | Synced:
  84544. web_1 | > django.contrib.auth
  84545. web_1 | > django.contrib.contenttypes
  84546. web_1 | > django.contrib.sessions
  84547. web_1 | > django.contrib.sites
  84548. web_1 | > django.contrib.messages
  84549. web_1 | > django.contrib.staticfiles
  84550. web_1 | > django.contrib.admin
  84551. web_1 | > south
  84552. web_1 | > crispy_forms
  84553. web_1 | > avatar
  84554. web_1 | > bootstrap3
  84555. web_1 | > users
  84556. web_1 | > allauth
  84557. web_1 | > allauth.account
  84558. web_1 | > django.contrib.humanize
  84559. web_1 | > debug_toolbar
  84560. web_1 |
  84561. web_1 | Not synced (use migrations):
  84562. web_1 | - allauth.socialaccount
  84563. web_1 | - django_extensions
  84564. web_1 | (use ./manage.py migrate to migrate these)
  84565. web_1 | Running migrations for socialaccount:
  84566. web_1 | - Nothing to migrate.
  84567. web_1 | - Loading initial data for socialaccount.
  84568. web_1 | Installed 0 object(s) from 0 fixture(s)
  84569. web_1 | Running migrations for django_extensions:
  84570. web_1 | - Nothing to migrate.
  84571. web_1 | - Loading initial data for django_extensions.
  84572. web_1 | Installed 0 object(s) from 0 fixture(s)
  84573. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84574. web_1 | [GCC 4.9.2] on linux2
  84575. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84576. web_1 | (InteractiveConsole)
  84577. web_1 |
  84578. web_1 | >>> >>> Starting the server
  84579. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84580. web_1 |
  84581. web_1 | Fatal error: Unable to find local grunt.
  84582. web_1 |
  84583. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84584. web_1 | your project. For more information about installing and configuring grunt,
  84585. web_1 | please see the Getting Started guide:
  84586. web_1 |
  84587. web_1 | http://gruntjs.com/getting-started
  84588. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84589. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84590. web_1 | Syncing...
  84591. web_1 | Creating tables ...
  84592. web_1 | Installing custom SQL ...
  84593. web_1 | Installing indexes ...
  84594. web_1 | Installed 0 object(s) from 0 fixture(s)
  84595. web_1 |
  84596. web_1 | Synced:
  84597. web_1 | > django.contrib.auth
  84598. web_1 | > django.contrib.contenttypes
  84599. web_1 | > django.contrib.sessions
  84600. web_1 | > django.contrib.sites
  84601. web_1 | > django.contrib.messages
  84602. web_1 | > django.contrib.staticfiles
  84603. web_1 | > django.contrib.admin
  84604. web_1 | > south
  84605. web_1 | > crispy_forms
  84606. web_1 | > avatar
  84607. web_1 | > bootstrap3
  84608. web_1 | > users
  84609. web_1 | > allauth
  84610. web_1 | > allauth.account
  84611. web_1 | > django.contrib.humanize
  84612. web_1 | > debug_toolbar
  84613. web_1 |
  84614. web_1 | Not synced (use migrations):
  84615. web_1 | - allauth.socialaccount
  84616. web_1 | - django_extensions
  84617. web_1 | (use ./manage.py migrate to migrate these)
  84618. web_1 | Running migrations for socialaccount:
  84619. web_1 | - Nothing to migrate.
  84620. web_1 | - Loading initial data for socialaccount.
  84621. web_1 | Installed 0 object(s) from 0 fixture(s)
  84622. web_1 | Running migrations for django_extensions:
  84623. web_1 | - Nothing to migrate.
  84624. web_1 | - Loading initial data for django_extensions.
  84625. web_1 | Installed 0 object(s) from 0 fixture(s)
  84626. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84627. web_1 | [GCC 4.9.2] on linux2
  84628. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84629. web_1 | (InteractiveConsole)
  84630. web_1 |
  84631. web_1 | >>> >>> Starting the server
  84632. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84633. web_1 |
  84634. web_1 | Fatal error: Unable to find local grunt.
  84635. web_1 |
  84636. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84637. web_1 | your project. For more information about installing and configuring grunt,
  84638. web_1 | please see the Getting Started guide:
  84639. web_1 |
  84640. web_1 | http://gruntjs.com/getting-started
  84641. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84642. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84643. web_1 | Syncing...
  84644. web_1 | Creating tables ...
  84645. web_1 | Installing custom SQL ...
  84646. web_1 | Installing indexes ...
  84647. web_1 | Installed 0 object(s) from 0 fixture(s)
  84648. web_1 |
  84649. web_1 | Synced:
  84650. web_1 | > django.contrib.auth
  84651. web_1 | > django.contrib.contenttypes
  84652. web_1 | > django.contrib.sessions
  84653. web_1 | > django.contrib.sites
  84654. web_1 | > django.contrib.messages
  84655. web_1 | > django.contrib.staticfiles
  84656. web_1 | > django.contrib.admin
  84657. web_1 | > south
  84658. web_1 | > crispy_forms
  84659. web_1 | > avatar
  84660. web_1 | > bootstrap3
  84661. web_1 | > users
  84662. web_1 | > allauth
  84663. web_1 | > allauth.account
  84664. web_1 | > django.contrib.humanize
  84665. web_1 | > debug_toolbar
  84666. web_1 |
  84667. web_1 | Not synced (use migrations):
  84668. web_1 | - allauth.socialaccount
  84669. web_1 | - django_extensions
  84670. web_1 | (use ./manage.py migrate to migrate these)
  84671. web_1 | Running migrations for socialaccount:
  84672. web_1 | - Nothing to migrate.
  84673. web_1 | - Loading initial data for socialaccount.
  84674. web_1 | Installed 0 object(s) from 0 fixture(s)
  84675. web_1 | Running migrations for django_extensions:
  84676. web_1 | - Nothing to migrate.
  84677. web_1 | - Loading initial data for django_extensions.
  84678. web_1 | Installed 0 object(s) from 0 fixture(s)
  84679. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84680. web_1 | [GCC 4.9.2] on linux2
  84681. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84682. web_1 | (InteractiveConsole)
  84683. web_1 |
  84684. web_1 | >>> >>> Starting the server
  84685. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84686. web_1 |
  84687. web_1 | Fatal error: Unable to find local grunt.
  84688. web_1 |
  84689. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84690. web_1 | your project. For more information about installing and configuring grunt,
  84691. web_1 | please see the Getting Started guide:
  84692. web_1 |
  84693. web_1 | http://gruntjs.com/getting-started
  84694. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84695. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84696. web_1 | Syncing...
  84697. web_1 | Creating tables ...
  84698. web_1 | Installing custom SQL ...
  84699. web_1 | Installing indexes ...
  84700. web_1 | Installed 0 object(s) from 0 fixture(s)
  84701. web_1 |
  84702. web_1 | Synced:
  84703. web_1 | > django.contrib.auth
  84704. web_1 | > django.contrib.contenttypes
  84705. web_1 | > django.contrib.sessions
  84706. web_1 | > django.contrib.sites
  84707. web_1 | > django.contrib.messages
  84708. web_1 | > django.contrib.staticfiles
  84709. web_1 | > django.contrib.admin
  84710. web_1 | > south
  84711. web_1 | > crispy_forms
  84712. web_1 | > avatar
  84713. web_1 | > bootstrap3
  84714. web_1 | > users
  84715. web_1 | > allauth
  84716. web_1 | > allauth.account
  84717. web_1 | > django.contrib.humanize
  84718. web_1 | > debug_toolbar
  84719. web_1 |
  84720. web_1 | Not synced (use migrations):
  84721. web_1 | - allauth.socialaccount
  84722. web_1 | - django_extensions
  84723. web_1 | (use ./manage.py migrate to migrate these)
  84724. web_1 | Running migrations for socialaccount:
  84725. web_1 | - Nothing to migrate.
  84726. web_1 | - Loading initial data for socialaccount.
  84727. web_1 | Installed 0 object(s) from 0 fixture(s)
  84728. web_1 | Running migrations for django_extensions:
  84729. web_1 | - Nothing to migrate.
  84730. web_1 | - Loading initial data for django_extensions.
  84731. web_1 | Installed 0 object(s) from 0 fixture(s)
  84732. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84733. web_1 | [GCC 4.9.2] on linux2
  84734. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84735. web_1 | (InteractiveConsole)
  84736. web_1 |
  84737. web_1 | >>> >>> Starting the server
  84738. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84739. web_1 |
  84740. web_1 | Fatal error: Unable to find local grunt.
  84741. web_1 |
  84742. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84743. web_1 | your project. For more information about installing and configuring grunt,
  84744. web_1 | please see the Getting Started guide:
  84745. web_1 |
  84746. web_1 | http://gruntjs.com/getting-started
  84747. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84748. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84749. web_1 | Syncing...
  84750. web_1 | Creating tables ...
  84751. web_1 | Installing custom SQL ...
  84752. web_1 | Installing indexes ...
  84753. web_1 | Installed 0 object(s) from 0 fixture(s)
  84754. web_1 |
  84755. web_1 | Synced:
  84756. web_1 | > django.contrib.auth
  84757. web_1 | > django.contrib.contenttypes
  84758. web_1 | > django.contrib.sessions
  84759. web_1 | > django.contrib.sites
  84760. web_1 | > django.contrib.messages
  84761. web_1 | > django.contrib.staticfiles
  84762. web_1 | > django.contrib.admin
  84763. web_1 | > south
  84764. web_1 | > crispy_forms
  84765. web_1 | > avatar
  84766. web_1 | > bootstrap3
  84767. web_1 | > users
  84768. web_1 | > allauth
  84769. web_1 | > allauth.account
  84770. web_1 | > django.contrib.humanize
  84771. web_1 | > debug_toolbar
  84772. web_1 |
  84773. web_1 | Not synced (use migrations):
  84774. web_1 | - allauth.socialaccount
  84775. web_1 | - django_extensions
  84776. web_1 | (use ./manage.py migrate to migrate these)
  84777. web_1 | Running migrations for socialaccount:
  84778. web_1 | - Nothing to migrate.
  84779. web_1 | - Loading initial data for socialaccount.
  84780. web_1 | Installed 0 object(s) from 0 fixture(s)
  84781. web_1 | Running migrations for django_extensions:
  84782. web_1 | - Nothing to migrate.
  84783. web_1 | - Loading initial data for django_extensions.
  84784. web_1 | Installed 0 object(s) from 0 fixture(s)
  84785. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84786. web_1 | [GCC 4.9.2] on linux2
  84787. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84788. web_1 | (InteractiveConsole)
  84789. web_1 |
  84790. web_1 | >>> >>> Starting the server
  84791. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84792. web_1 |
  84793. web_1 | Fatal error: Unable to find local grunt.
  84794. web_1 |
  84795. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84796. web_1 | your project. For more information about installing and configuring grunt,
  84797. web_1 | please see the Getting Started guide:
  84798. web_1 |
  84799. web_1 | http://gruntjs.com/getting-started
  84800. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84801. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84802. web_1 | Syncing...
  84803. web_1 | Creating tables ...
  84804. web_1 | Installing custom SQL ...
  84805. web_1 | Installing indexes ...
  84806. web_1 | Installed 0 object(s) from 0 fixture(s)
  84807. web_1 |
  84808. web_1 | Synced:
  84809. web_1 | > django.contrib.auth
  84810. web_1 | > django.contrib.contenttypes
  84811. web_1 | > django.contrib.sessions
  84812. web_1 | > django.contrib.sites
  84813. web_1 | > django.contrib.messages
  84814. web_1 | > django.contrib.staticfiles
  84815. web_1 | > django.contrib.admin
  84816. web_1 | > south
  84817. web_1 | > crispy_forms
  84818. web_1 | > avatar
  84819. web_1 | > bootstrap3
  84820. web_1 | > users
  84821. web_1 | > allauth
  84822. web_1 | > allauth.account
  84823. web_1 | > django.contrib.humanize
  84824. web_1 | > debug_toolbar
  84825. web_1 |
  84826. web_1 | Not synced (use migrations):
  84827. web_1 | - allauth.socialaccount
  84828. web_1 | - django_extensions
  84829. web_1 | (use ./manage.py migrate to migrate these)
  84830. web_1 | Running migrations for socialaccount:
  84831. web_1 | - Nothing to migrate.
  84832. web_1 | - Loading initial data for socialaccount.
  84833. web_1 | Installed 0 object(s) from 0 fixture(s)
  84834. web_1 | Running migrations for django_extensions:
  84835. web_1 | - Nothing to migrate.
  84836. web_1 | - Loading initial data for django_extensions.
  84837. web_1 | Installed 0 object(s) from 0 fixture(s)
  84838. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84839. web_1 | [GCC 4.9.2] on linux2
  84840. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84841. web_1 | (InteractiveConsole)
  84842. web_1 |
  84843. web_1 | >>> >>> Starting the server
  84844. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84845. web_1 |
  84846. web_1 | Fatal error: Unable to find local grunt.
  84847. web_1 |
  84848. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84849. web_1 | your project. For more information about installing and configuring grunt,
  84850. web_1 | please see the Getting Started guide:
  84851. web_1 |
  84852. web_1 | http://gruntjs.com/getting-started
  84853. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84854. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84855. web_1 | Syncing...
  84856. web_1 | Creating tables ...
  84857. web_1 | Installing custom SQL ...
  84858. web_1 | Installing indexes ...
  84859. web_1 | Installed 0 object(s) from 0 fixture(s)
  84860. web_1 |
  84861. web_1 | Synced:
  84862. web_1 | > django.contrib.auth
  84863. web_1 | > django.contrib.contenttypes
  84864. web_1 | > django.contrib.sessions
  84865. web_1 | > django.contrib.sites
  84866. web_1 | > django.contrib.messages
  84867. web_1 | > django.contrib.staticfiles
  84868. web_1 | > django.contrib.admin
  84869. web_1 | > south
  84870. web_1 | > crispy_forms
  84871. web_1 | > avatar
  84872. web_1 | > bootstrap3
  84873. web_1 | > users
  84874. web_1 | > allauth
  84875. web_1 | > allauth.account
  84876. web_1 | > django.contrib.humanize
  84877. web_1 | > debug_toolbar
  84878. web_1 |
  84879. web_1 | Not synced (use migrations):
  84880. web_1 | - allauth.socialaccount
  84881. web_1 | - django_extensions
  84882. web_1 | (use ./manage.py migrate to migrate these)
  84883. web_1 | Running migrations for socialaccount:
  84884. web_1 | - Nothing to migrate.
  84885. web_1 | - Loading initial data for socialaccount.
  84886. web_1 | Installed 0 object(s) from 0 fixture(s)
  84887. web_1 | Running migrations for django_extensions:
  84888. web_1 | - Nothing to migrate.
  84889. web_1 | - Loading initial data for django_extensions.
  84890. web_1 | Installed 0 object(s) from 0 fixture(s)
  84891. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84892. web_1 | [GCC 4.9.2] on linux2
  84893. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84894. web_1 | (InteractiveConsole)
  84895. web_1 |
  84896. web_1 | >>> >>> Starting the server
  84897. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84898. web_1 |
  84899. web_1 | Fatal error: Unable to find local grunt.
  84900. web_1 |
  84901. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84902. web_1 | your project. For more information about installing and configuring grunt,
  84903. web_1 | please see the Getting Started guide:
  84904. web_1 |
  84905. web_1 | http://gruntjs.com/getting-started
  84906. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84907. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84908. web_1 | Syncing...
  84909. web_1 | Creating tables ...
  84910. web_1 | Installing custom SQL ...
  84911. web_1 | Installing indexes ...
  84912. web_1 | Installed 0 object(s) from 0 fixture(s)
  84913. web_1 |
  84914. web_1 | Synced:
  84915. web_1 | > django.contrib.auth
  84916. web_1 | > django.contrib.contenttypes
  84917. web_1 | > django.contrib.sessions
  84918. web_1 | > django.contrib.sites
  84919. web_1 | > django.contrib.messages
  84920. web_1 | > django.contrib.staticfiles
  84921. web_1 | > django.contrib.admin
  84922. web_1 | > south
  84923. web_1 | > crispy_forms
  84924. web_1 | > avatar
  84925. web_1 | > bootstrap3
  84926. web_1 | > users
  84927. web_1 | > allauth
  84928. web_1 | > allauth.account
  84929. web_1 | > django.contrib.humanize
  84930. web_1 | > debug_toolbar
  84931. web_1 |
  84932. web_1 | Not synced (use migrations):
  84933. web_1 | - allauth.socialaccount
  84934. web_1 | - django_extensions
  84935. web_1 | (use ./manage.py migrate to migrate these)
  84936. web_1 | Running migrations for socialaccount:
  84937. web_1 | - Nothing to migrate.
  84938. web_1 | - Loading initial data for socialaccount.
  84939. web_1 | Installed 0 object(s) from 0 fixture(s)
  84940. web_1 | Running migrations for django_extensions:
  84941. web_1 | - Nothing to migrate.
  84942. web_1 | - Loading initial data for django_extensions.
  84943. web_1 | Installed 0 object(s) from 0 fixture(s)
  84944. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84945. web_1 | [GCC 4.9.2] on linux2
  84946. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  84947. web_1 | (InteractiveConsole)
  84948. web_1 |
  84949. web_1 | >>> >>> Starting the server
  84950. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  84951. web_1 |
  84952. web_1 | Fatal error: Unable to find local grunt.
  84953. web_1 |
  84954. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  84955. web_1 | your project. For more information about installing and configuring grunt,
  84956. web_1 | please see the Getting Started guide:
  84957. web_1 |
  84958. web_1 | http://gruntjs.com/getting-started
  84959. web_1 | Starting OpenBSD Secure Shell server: sshd.
  84960. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  84961. web_1 | Syncing...
  84962. web_1 | Creating tables ...
  84963. web_1 | Installing custom SQL ...
  84964. web_1 | Installing indexes ...
  84965. web_1 | Installed 0 object(s) from 0 fixture(s)
  84966. web_1 |
  84967. web_1 | Synced:
  84968. web_1 | > django.contrib.auth
  84969. web_1 | > django.contrib.contenttypes
  84970. web_1 | > django.contrib.sessions
  84971. web_1 | > django.contrib.sites
  84972. web_1 | > django.contrib.messages
  84973. web_1 | > django.contrib.staticfiles
  84974. web_1 | > django.contrib.admin
  84975. web_1 | > south
  84976. web_1 | > crispy_forms
  84977. web_1 | > avatar
  84978. web_1 | > bootstrap3
  84979. web_1 | > users
  84980. web_1 | > allauth
  84981. web_1 | > allauth.account
  84982. web_1 | > django.contrib.humanize
  84983. web_1 | > debug_toolbar
  84984. web_1 |
  84985. web_1 | Not synced (use migrations):
  84986. web_1 | - allauth.socialaccount
  84987. web_1 | - django_extensions
  84988. web_1 | (use ./manage.py migrate to migrate these)
  84989. web_1 | Running migrations for socialaccount:
  84990. web_1 | - Nothing to migrate.
  84991. web_1 | - Loading initial data for socialaccount.
  84992. web_1 | Installed 0 object(s) from 0 fixture(s)
  84993. web_1 | Running migrations for django_extensions:
  84994. web_1 | - Nothing to migrate.
  84995. web_1 | - Loading initial data for django_extensions.
  84996. web_1 | Installed 0 object(s) from 0 fixture(s)
  84997. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  84998. web_1 | [GCC 4.9.2] on linux2
  84999. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85000. web_1 | (InteractiveConsole)
  85001. web_1 |
  85002. web_1 | >>> >>> Starting the server
  85003. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85004. web_1 |
  85005. web_1 | Fatal error: Unable to find local grunt.
  85006. web_1 |
  85007. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85008. web_1 | your project. For more information about installing and configuring grunt,
  85009. web_1 | please see the Getting Started guide:
  85010. web_1 |
  85011. web_1 | http://gruntjs.com/getting-started
  85012. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85013. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85014. web_1 | Syncing...
  85015. web_1 | Creating tables ...
  85016. web_1 | Installing custom SQL ...
  85017. web_1 | Installing indexes ...
  85018. web_1 | Installed 0 object(s) from 0 fixture(s)
  85019. web_1 |
  85020. web_1 | Synced:
  85021. web_1 | > django.contrib.auth
  85022. web_1 | > django.contrib.contenttypes
  85023. web_1 | > django.contrib.sessions
  85024. web_1 | > django.contrib.sites
  85025. web_1 | > django.contrib.messages
  85026. web_1 | > django.contrib.staticfiles
  85027. web_1 | > django.contrib.admin
  85028. web_1 | > south
  85029. web_1 | > crispy_forms
  85030. web_1 | > avatar
  85031. web_1 | > bootstrap3
  85032. web_1 | > users
  85033. web_1 | > allauth
  85034. web_1 | > allauth.account
  85035. web_1 | > django.contrib.humanize
  85036. web_1 | > debug_toolbar
  85037. web_1 |
  85038. web_1 | Not synced (use migrations):
  85039. web_1 | - allauth.socialaccount
  85040. web_1 | - django_extensions
  85041. web_1 | (use ./manage.py migrate to migrate these)
  85042. web_1 | Running migrations for socialaccount:
  85043. web_1 | - Nothing to migrate.
  85044. web_1 | - Loading initial data for socialaccount.
  85045. web_1 | Installed 0 object(s) from 0 fixture(s)
  85046. web_1 | Running migrations for django_extensions:
  85047. web_1 | - Nothing to migrate.
  85048. web_1 | - Loading initial data for django_extensions.
  85049. web_1 | Installed 0 object(s) from 0 fixture(s)
  85050. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85051. web_1 | [GCC 4.9.2] on linux2
  85052. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85053. web_1 | (InteractiveConsole)
  85054. web_1 |
  85055. web_1 | >>> >>> Starting the server
  85056. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85057. web_1 |
  85058. web_1 | Fatal error: Unable to find local grunt.
  85059. web_1 |
  85060. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85061. web_1 | your project. For more information about installing and configuring grunt,
  85062. web_1 | please see the Getting Started guide:
  85063. web_1 |
  85064. web_1 | http://gruntjs.com/getting-started
  85065. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85066. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85067. web_1 | Syncing...
  85068. web_1 | Creating tables ...
  85069. web_1 | Installing custom SQL ...
  85070. web_1 | Installing indexes ...
  85071. web_1 | Installed 0 object(s) from 0 fixture(s)
  85072. web_1 |
  85073. web_1 | Synced:
  85074. web_1 | > django.contrib.auth
  85075. web_1 | > django.contrib.contenttypes
  85076. web_1 | > django.contrib.sessions
  85077. web_1 | > django.contrib.sites
  85078. web_1 | > django.contrib.messages
  85079. web_1 | > django.contrib.staticfiles
  85080. web_1 | > django.contrib.admin
  85081. web_1 | > south
  85082. web_1 | > crispy_forms
  85083. web_1 | > avatar
  85084. web_1 | > bootstrap3
  85085. web_1 | > users
  85086. web_1 | > allauth
  85087. web_1 | > allauth.account
  85088. web_1 | > django.contrib.humanize
  85089. web_1 | > debug_toolbar
  85090. web_1 |
  85091. web_1 | Not synced (use migrations):
  85092. web_1 | - allauth.socialaccount
  85093. web_1 | - django_extensions
  85094. web_1 | (use ./manage.py migrate to migrate these)
  85095. web_1 | Running migrations for socialaccount:
  85096. web_1 | - Nothing to migrate.
  85097. web_1 | - Loading initial data for socialaccount.
  85098. web_1 | Installed 0 object(s) from 0 fixture(s)
  85099. web_1 | Running migrations for django_extensions:
  85100. web_1 | - Nothing to migrate.
  85101. web_1 | - Loading initial data for django_extensions.
  85102. web_1 | Installed 0 object(s) from 0 fixture(s)
  85103. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85104. web_1 | [GCC 4.9.2] on linux2
  85105. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85106. web_1 | (InteractiveConsole)
  85107. web_1 |
  85108. web_1 | >>> >>> Starting the server
  85109. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85110. web_1 |
  85111. web_1 | Fatal error: Unable to find local grunt.
  85112. web_1 |
  85113. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85114. web_1 | your project. For more information about installing and configuring grunt,
  85115. web_1 | please see the Getting Started guide:
  85116. web_1 |
  85117. web_1 | http://gruntjs.com/getting-started
  85118. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85119. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85120. web_1 | Syncing...
  85121. web_1 | Creating tables ...
  85122. web_1 | Installing custom SQL ...
  85123. web_1 | Installing indexes ...
  85124. web_1 | Installed 0 object(s) from 0 fixture(s)
  85125. web_1 |
  85126. web_1 | Synced:
  85127. web_1 | > django.contrib.auth
  85128. web_1 | > django.contrib.contenttypes
  85129. web_1 | > django.contrib.sessions
  85130. web_1 | > django.contrib.sites
  85131. web_1 | > django.contrib.messages
  85132. web_1 | > django.contrib.staticfiles
  85133. web_1 | > django.contrib.admin
  85134. web_1 | > south
  85135. web_1 | > crispy_forms
  85136. web_1 | > avatar
  85137. web_1 | > bootstrap3
  85138. web_1 | > users
  85139. web_1 | > allauth
  85140. web_1 | > allauth.account
  85141. web_1 | > django.contrib.humanize
  85142. web_1 | > debug_toolbar
  85143. web_1 |
  85144. web_1 | Not synced (use migrations):
  85145. web_1 | - allauth.socialaccount
  85146. web_1 | - django_extensions
  85147. web_1 | (use ./manage.py migrate to migrate these)
  85148. web_1 | Running migrations for socialaccount:
  85149. web_1 | - Nothing to migrate.
  85150. web_1 | - Loading initial data for socialaccount.
  85151. web_1 | Installed 0 object(s) from 0 fixture(s)
  85152. web_1 | Running migrations for django_extensions:
  85153. web_1 | - Nothing to migrate.
  85154. web_1 | - Loading initial data for django_extensions.
  85155. web_1 | Installed 0 object(s) from 0 fixture(s)
  85156. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85157. web_1 | [GCC 4.9.2] on linux2
  85158. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85159. web_1 | (InteractiveConsole)
  85160. web_1 |
  85161. web_1 | >>> >>> Starting the server
  85162. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85163. web_1 |
  85164. web_1 | Fatal error: Unable to find local grunt.
  85165. web_1 |
  85166. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85167. web_1 | your project. For more information about installing and configuring grunt,
  85168. web_1 | please see the Getting Started guide:
  85169. web_1 |
  85170. web_1 | http://gruntjs.com/getting-started
  85171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85172. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85173. web_1 | Syncing...
  85174. web_1 | Creating tables ...
  85175. web_1 | Installing custom SQL ...
  85176. web_1 | Installing indexes ...
  85177. web_1 | Installed 0 object(s) from 0 fixture(s)
  85178. web_1 |
  85179. web_1 | Synced:
  85180. web_1 | > django.contrib.auth
  85181. web_1 | > django.contrib.contenttypes
  85182. web_1 | > django.contrib.sessions
  85183. web_1 | > django.contrib.sites
  85184. web_1 | > django.contrib.messages
  85185. web_1 | > django.contrib.staticfiles
  85186. web_1 | > django.contrib.admin
  85187. web_1 | > south
  85188. web_1 | > crispy_forms
  85189. web_1 | > avatar
  85190. web_1 | > bootstrap3
  85191. web_1 | > users
  85192. web_1 | > allauth
  85193. web_1 | > allauth.account
  85194. web_1 | > django.contrib.humanize
  85195. web_1 | > debug_toolbar
  85196. web_1 |
  85197. web_1 | Not synced (use migrations):
  85198. web_1 | - allauth.socialaccount
  85199. web_1 | - django_extensions
  85200. web_1 | (use ./manage.py migrate to migrate these)
  85201. web_1 | Running migrations for socialaccount:
  85202. web_1 | - Nothing to migrate.
  85203. web_1 | - Loading initial data for socialaccount.
  85204. web_1 | Installed 0 object(s) from 0 fixture(s)
  85205. web_1 | Running migrations for django_extensions:
  85206. web_1 | - Nothing to migrate.
  85207. web_1 | - Loading initial data for django_extensions.
  85208. web_1 | Installed 0 object(s) from 0 fixture(s)
  85209. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85210. web_1 | [GCC 4.9.2] on linux2
  85211. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85212. web_1 | (InteractiveConsole)
  85213. web_1 |
  85214. web_1 | >>> >>> Starting the server
  85215. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85216. web_1 |
  85217. web_1 | Fatal error: Unable to find local grunt.
  85218. web_1 |
  85219. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85220. web_1 | your project. For more information about installing and configuring grunt,
  85221. web_1 | please see the Getting Started guide:
  85222. web_1 |
  85223. web_1 | http://gruntjs.com/getting-started
  85224. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85225. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85226. web_1 | Syncing...
  85227. web_1 | Creating tables ...
  85228. web_1 | Installing custom SQL ...
  85229. web_1 | Installing indexes ...
  85230. web_1 | Installed 0 object(s) from 0 fixture(s)
  85231. web_1 |
  85232. web_1 | Synced:
  85233. web_1 | > django.contrib.auth
  85234. web_1 | > django.contrib.contenttypes
  85235. web_1 | > django.contrib.sessions
  85236. web_1 | > django.contrib.sites
  85237. web_1 | > django.contrib.messages
  85238. web_1 | > django.contrib.staticfiles
  85239. web_1 | > django.contrib.admin
  85240. web_1 | > south
  85241. web_1 | > crispy_forms
  85242. web_1 | > avatar
  85243. web_1 | > bootstrap3
  85244. web_1 | > users
  85245. web_1 | > allauth
  85246. web_1 | > allauth.account
  85247. web_1 | > django.contrib.humanize
  85248. web_1 | > debug_toolbar
  85249. web_1 |
  85250. web_1 | Not synced (use migrations):
  85251. web_1 | - allauth.socialaccount
  85252. web_1 | - django_extensions
  85253. web_1 | (use ./manage.py migrate to migrate these)
  85254. web_1 | Running migrations for socialaccount:
  85255. web_1 | - Nothing to migrate.
  85256. web_1 | - Loading initial data for socialaccount.
  85257. web_1 | Installed 0 object(s) from 0 fixture(s)
  85258. web_1 | Running migrations for django_extensions:
  85259. web_1 | - Nothing to migrate.
  85260. web_1 | - Loading initial data for django_extensions.
  85261. web_1 | Installed 0 object(s) from 0 fixture(s)
  85262. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85263. web_1 | [GCC 4.9.2] on linux2
  85264. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85265. web_1 | (InteractiveConsole)
  85266. web_1 |
  85267. web_1 | >>> >>> Starting the server
  85268. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85269. web_1 |
  85270. web_1 | Fatal error: Unable to find local grunt.
  85271. web_1 |
  85272. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85273. web_1 | your project. For more information about installing and configuring grunt,
  85274. web_1 | please see the Getting Started guide:
  85275. web_1 |
  85276. web_1 | http://gruntjs.com/getting-started
  85277. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85278. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85279. web_1 | Syncing...
  85280. web_1 | Creating tables ...
  85281. web_1 | Installing custom SQL ...
  85282. web_1 | Installing indexes ...
  85283. web_1 | Installed 0 object(s) from 0 fixture(s)
  85284. web_1 |
  85285. web_1 | Synced:
  85286. web_1 | > django.contrib.auth
  85287. web_1 | > django.contrib.contenttypes
  85288. web_1 | > django.contrib.sessions
  85289. web_1 | > django.contrib.sites
  85290. web_1 | > django.contrib.messages
  85291. web_1 | > django.contrib.staticfiles
  85292. web_1 | > django.contrib.admin
  85293. web_1 | > south
  85294. web_1 | > crispy_forms
  85295. web_1 | > avatar
  85296. web_1 | > bootstrap3
  85297. web_1 | > users
  85298. web_1 | > allauth
  85299. web_1 | > allauth.account
  85300. web_1 | > django.contrib.humanize
  85301. web_1 | > debug_toolbar
  85302. web_1 |
  85303. web_1 | Not synced (use migrations):
  85304. web_1 | - allauth.socialaccount
  85305. web_1 | - django_extensions
  85306. web_1 | (use ./manage.py migrate to migrate these)
  85307. web_1 | Running migrations for socialaccount:
  85308. web_1 | - Nothing to migrate.
  85309. web_1 | - Loading initial data for socialaccount.
  85310. web_1 | Installed 0 object(s) from 0 fixture(s)
  85311. web_1 | Running migrations for django_extensions:
  85312. web_1 | - Nothing to migrate.
  85313. web_1 | - Loading initial data for django_extensions.
  85314. web_1 | Installed 0 object(s) from 0 fixture(s)
  85315. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85316. web_1 | [GCC 4.9.2] on linux2
  85317. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85318. web_1 | (InteractiveConsole)
  85319. web_1 |
  85320. web_1 | >>> >>> Starting the server
  85321. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85322. web_1 |
  85323. web_1 | Fatal error: Unable to find local grunt.
  85324. web_1 |
  85325. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85326. web_1 | your project. For more information about installing and configuring grunt,
  85327. web_1 | please see the Getting Started guide:
  85328. web_1 |
  85329. web_1 | http://gruntjs.com/getting-started
  85330. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85331. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85332. web_1 | Syncing...
  85333. web_1 | Creating tables ...
  85334. web_1 | Installing custom SQL ...
  85335. web_1 | Installing indexes ...
  85336. web_1 | Installed 0 object(s) from 0 fixture(s)
  85337. web_1 |
  85338. web_1 | Synced:
  85339. web_1 | > django.contrib.auth
  85340. web_1 | > django.contrib.contenttypes
  85341. web_1 | > django.contrib.sessions
  85342. web_1 | > django.contrib.sites
  85343. web_1 | > django.contrib.messages
  85344. web_1 | > django.contrib.staticfiles
  85345. web_1 | > django.contrib.admin
  85346. web_1 | > south
  85347. web_1 | > crispy_forms
  85348. web_1 | > avatar
  85349. web_1 | > bootstrap3
  85350. web_1 | > users
  85351. web_1 | > allauth
  85352. web_1 | > allauth.account
  85353. web_1 | > django.contrib.humanize
  85354. web_1 | > debug_toolbar
  85355. web_1 |
  85356. web_1 | Not synced (use migrations):
  85357. web_1 | - allauth.socialaccount
  85358. web_1 | - django_extensions
  85359. web_1 | (use ./manage.py migrate to migrate these)
  85360. web_1 | Running migrations for socialaccount:
  85361. web_1 | - Nothing to migrate.
  85362. web_1 | - Loading initial data for socialaccount.
  85363. web_1 | Installed 0 object(s) from 0 fixture(s)
  85364. web_1 | Running migrations for django_extensions:
  85365. web_1 | - Nothing to migrate.
  85366. web_1 | - Loading initial data for django_extensions.
  85367. web_1 | Installed 0 object(s) from 0 fixture(s)
  85368. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85369. web_1 | [GCC 4.9.2] on linux2
  85370. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85371. web_1 | (InteractiveConsole)
  85372. web_1 |
  85373. web_1 | >>> >>> Starting the server
  85374. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85375. web_1 |
  85376. web_1 | Fatal error: Unable to find local grunt.
  85377. web_1 |
  85378. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85379. web_1 | your project. For more information about installing and configuring grunt,
  85380. web_1 | please see the Getting Started guide:
  85381. web_1 |
  85382. web_1 | http://gruntjs.com/getting-started
  85383. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85384. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85385. web_1 | Syncing...
  85386. web_1 | Creating tables ...
  85387. web_1 | Installing custom SQL ...
  85388. web_1 | Installing indexes ...
  85389. web_1 | Installed 0 object(s) from 0 fixture(s)
  85390. web_1 |
  85391. web_1 | Synced:
  85392. web_1 | > django.contrib.auth
  85393. web_1 | > django.contrib.contenttypes
  85394. web_1 | > django.contrib.sessions
  85395. web_1 | > django.contrib.sites
  85396. web_1 | > django.contrib.messages
  85397. web_1 | > django.contrib.staticfiles
  85398. web_1 | > django.contrib.admin
  85399. web_1 | > south
  85400. web_1 | > crispy_forms
  85401. web_1 | > avatar
  85402. web_1 | > bootstrap3
  85403. web_1 | > users
  85404. web_1 | > allauth
  85405. web_1 | > allauth.account
  85406. web_1 | > django.contrib.humanize
  85407. web_1 | > debug_toolbar
  85408. web_1 |
  85409. web_1 | Not synced (use migrations):
  85410. web_1 | - allauth.socialaccount
  85411. web_1 | - django_extensions
  85412. web_1 | (use ./manage.py migrate to migrate these)
  85413. web_1 | Running migrations for socialaccount:
  85414. web_1 | - Nothing to migrate.
  85415. web_1 | - Loading initial data for socialaccount.
  85416. web_1 | Installed 0 object(s) from 0 fixture(s)
  85417. web_1 | Running migrations for django_extensions:
  85418. web_1 | - Nothing to migrate.
  85419. web_1 | - Loading initial data for django_extensions.
  85420. web_1 | Installed 0 object(s) from 0 fixture(s)
  85421. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85422. web_1 | [GCC 4.9.2] on linux2
  85423. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85424. web_1 | (InteractiveConsole)
  85425. web_1 |
  85426. web_1 | >>> >>> Starting the server
  85427. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85428. web_1 |
  85429. web_1 | Fatal error: Unable to find local grunt.
  85430. web_1 |
  85431. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85432. web_1 | your project. For more information about installing and configuring grunt,
  85433. web_1 | please see the Getting Started guide:
  85434. web_1 |
  85435. web_1 | http://gruntjs.com/getting-started
  85436. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85437. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85438. web_1 | Syncing...
  85439. web_1 | Creating tables ...
  85440. web_1 | Installing custom SQL ...
  85441. web_1 | Installing indexes ...
  85442. web_1 | Installed 0 object(s) from 0 fixture(s)
  85443. web_1 |
  85444. web_1 | Synced:
  85445. web_1 | > django.contrib.auth
  85446. web_1 | > django.contrib.contenttypes
  85447. web_1 | > django.contrib.sessions
  85448. web_1 | > django.contrib.sites
  85449. web_1 | > django.contrib.messages
  85450. web_1 | > django.contrib.staticfiles
  85451. web_1 | > django.contrib.admin
  85452. web_1 | > south
  85453. web_1 | > crispy_forms
  85454. web_1 | > avatar
  85455. web_1 | > bootstrap3
  85456. web_1 | > users
  85457. web_1 | > allauth
  85458. web_1 | > allauth.account
  85459. web_1 | > django.contrib.humanize
  85460. web_1 | > debug_toolbar
  85461. web_1 |
  85462. web_1 | Not synced (use migrations):
  85463. web_1 | - allauth.socialaccount
  85464. web_1 | - django_extensions
  85465. web_1 | (use ./manage.py migrate to migrate these)
  85466. web_1 | Running migrations for socialaccount:
  85467. web_1 | - Nothing to migrate.
  85468. web_1 | - Loading initial data for socialaccount.
  85469. web_1 | Installed 0 object(s) from 0 fixture(s)
  85470. web_1 | Running migrations for django_extensions:
  85471. web_1 | - Nothing to migrate.
  85472. web_1 | - Loading initial data for django_extensions.
  85473. web_1 | Installed 0 object(s) from 0 fixture(s)
  85474. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85475. web_1 | [GCC 4.9.2] on linux2
  85476. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85477. web_1 | (InteractiveConsole)
  85478. web_1 |
  85479. web_1 | >>> >>> Starting the server
  85480. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85481. web_1 |
  85482. web_1 | Fatal error: Unable to find local grunt.
  85483. web_1 |
  85484. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85485. web_1 | your project. For more information about installing and configuring grunt,
  85486. web_1 | please see the Getting Started guide:
  85487. web_1 |
  85488. web_1 | http://gruntjs.com/getting-started
  85489. oclweb_web_1 exited with code 99
  85490. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85491. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85492. web_1 | Syncing...
  85493. web_1 | Traceback (most recent call last):
  85494. web_1 | File "ocl_web/manage.py", line 19, in <module>
  85495. web_1 | execute_from_command_line(sys.argv)
  85496. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  85497. web_1 | utility.execute()
  85498. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  85499. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  85500. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  85501. web_1 | self.execute(*args, **options.__dict__)
  85502. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  85503. web_1 | output = self.handle(*args, **options)
  85504. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  85505. web_1 | return self.handle_noargs(**options)
  85506. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  85507. web_1 | syncdb.Command().execute(**options)
  85508. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  85509. web_1 | output = self.handle(*args, **options)
  85510. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  85511. web_1 | return self.handle_noargs(**options)
  85512. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  85513. web_1 | cursor = connection.cursor()
  85514. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  85515. web_1 | cursor = self.make_debug_cursor(self._cursor())
  85516. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  85517. web_1 | self.ensure_connection()
  85518. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85519. web_1 | self.connect()
  85520. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  85521. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  85522. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85523. web_1 | self.connect()
  85524. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  85525. web_1 | self.connection = self.get_new_connection(conn_params)
  85526. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  85527. web_1 | return Database.connect(**conn_params)
  85528. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  85529. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  85530. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  85531. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  85532. web_1 | TCP/IP connections on port 5432?
  85533. web_1 |
  85534. web_1 | Traceback (most recent call last):
  85535. web_1 | File "ocl_web/manage.py", line 19, in <module>
  85536. web_1 | execute_from_command_line(sys.argv)
  85537. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  85538. web_1 | utility.execute()
  85539. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  85540. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  85541. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  85542. web_1 | self.execute(*args, **options.__dict__)
  85543. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  85544. web_1 | output = self.handle(*args, **options)
  85545. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  85546. web_1 | ignore_ghosts = ignore_ghosts,
  85547. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  85548. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  85549. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  85550. web_1 | for h in histories:
  85551. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  85552. web_1 | self._fetch_all()
  85553. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  85554. web_1 | self._result_cache = list(self.iterator())
  85555. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  85556. web_1 | for row in compiler.results_iter():
  85557. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  85558. web_1 | for rows in self.execute_sql(MULTI):
  85559. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  85560. web_1 | cursor = self.connection.cursor()
  85561. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  85562. web_1 | cursor = self.make_debug_cursor(self._cursor())
  85563. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  85564. web_1 | self.ensure_connection()
  85565. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85566. web_1 | self.connect()
  85567. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  85568. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  85569. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85570. web_1 | self.connect()
  85571. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  85572. web_1 | self.connection = self.get_new_connection(conn_params)
  85573. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  85574. web_1 | return Database.connect(**conn_params)
  85575. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  85576. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  85577. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  85578. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  85579. web_1 | TCP/IP connections on port 5432?
  85580. web_1 |
  85581. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85582. web_1 | [GCC 4.9.2] on linux2
  85583. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85584. web_1 | (InteractiveConsole)
  85585. web_1 | Traceback (most recent call last):
  85586. web_1 | File "<console>", line 1, in <module>
  85587. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  85588. web_1 | return self.query.get_count(using=self.db)
  85589. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  85590. web_1 | number = obj.get_aggregation(using=using)[None]
  85591. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  85592. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  85593. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  85594. web_1 | cursor = self.connection.cursor()
  85595. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  85596. web_1 | cursor = self.make_debug_cursor(self._cursor())
  85597. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  85598. web_1 | self.ensure_connection()
  85599. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85600. web_1 | self.connect()
  85601. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  85602. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  85603. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  85604. web_1 | self.connect()
  85605. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  85606. web_1 | self.connection = self.get_new_connection(conn_params)
  85607. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  85608. web_1 | return Database.connect(**conn_params)
  85609. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  85610. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  85611. web_1 | OperationalError: could not connect to server: Connection refused
  85612. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  85613. web_1 | TCP/IP connections on port 5432?
  85614. web_1 |
  85615. web_1 |
  85616. web_1 | >>> >>> Starting the server
  85617. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85618. web_1 |
  85619. web_1 | Fatal error: Unable to find local grunt.
  85620. web_1 |
  85621. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85622. web_1 | your project. For more information about installing and configuring grunt,
  85623. web_1 | please see the Getting Started guide:
  85624. web_1 |
  85625. web_1 | http://gruntjs.com/getting-started
  85626. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85627. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85628. web_1 | Syncing...
  85629. web_1 | Creating tables ...
  85630. web_1 | Creating table auth_permission
  85631. web_1 | Creating table auth_group_permissions
  85632. web_1 | Creating table auth_group
  85633. web_1 | Creating table django_content_type
  85634. web_1 | Creating table django_session
  85635. web_1 | Creating table django_site
  85636. web_1 | Creating table django_admin_log
  85637. web_1 | Creating table south_migrationhistory
  85638. web_1 | Creating table avatar_avatar
  85639. web_1 | Creating table users_user_groups
  85640. web_1 | Creating table users_user_user_permissions
  85641. web_1 | Creating table users_user
  85642. web_1 | Creating table account_emailaddress
  85643. web_1 | Creating table account_emailconfirmation
  85644. web_1 | Installing custom SQL ...
  85645. web_1 | Installing indexes ...
  85646. web_1 | Installed 0 object(s) from 0 fixture(s)
  85647. web_1 |
  85648. web_1 | Synced:
  85649. web_1 | > django.contrib.auth
  85650. web_1 | > django.contrib.contenttypes
  85651. web_1 | > django.contrib.sessions
  85652. web_1 | > django.contrib.sites
  85653. web_1 | > django.contrib.messages
  85654. web_1 | > django.contrib.staticfiles
  85655. web_1 | > django.contrib.admin
  85656. web_1 | > south
  85657. web_1 | > crispy_forms
  85658. web_1 | > avatar
  85659. web_1 | > bootstrap3
  85660. web_1 | > users
  85661. web_1 | > allauth
  85662. web_1 | > allauth.account
  85663. web_1 | > django.contrib.humanize
  85664. web_1 | > debug_toolbar
  85665. web_1 |
  85666. web_1 | Not synced (use migrations):
  85667. web_1 | - allauth.socialaccount
  85668. web_1 | - django_extensions
  85669. web_1 | (use ./manage.py migrate to migrate these)
  85670. web_1 | Running migrations for socialaccount:
  85671. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  85672. web_1 | > socialaccount:0001_initial
  85673. web_1 | > socialaccount:0002_genericmodels
  85674. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  85675. web_1 | > socialaccount:0004_add_sites
  85676. web_1 | > socialaccount:0005_set_sites
  85677. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  85678. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  85679. web_1 | > socialaccount:0008_client_id
  85680. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  85681. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  85682. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  85683. web_1 | - Loading initial data for socialaccount.
  85684. web_1 | Installed 0 object(s) from 0 fixture(s)
  85685. web_1 | Running migrations for django_extensions:
  85686. web_1 | - Migrating forwards to 0001_empty.
  85687. web_1 | > django_extensions:0001_empty
  85688. web_1 | - Loading initial data for django_extensions.
  85689. web_1 | Installed 0 object(s) from 0 fixture(s)
  85690. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85691. web_1 | [GCC 4.9.2] on linux2
  85692. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85693. web_1 | (InteractiveConsole)
  85694. web_1 |
  85695. web_1 | >>> >>> Starting the server
  85696. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85697. web_1 |
  85698. web_1 | Fatal error: Unable to find local grunt.
  85699. web_1 |
  85700. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85701. web_1 | your project. For more information about installing and configuring grunt,
  85702. web_1 | please see the Getting Started guide:
  85703. web_1 |
  85704. web_1 | http://gruntjs.com/getting-started
  85705. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85706. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85707. web_1 | Syncing...
  85708. web_1 | Creating tables ...
  85709. web_1 | Installing custom SQL ...
  85710. web_1 | Installing indexes ...
  85711. web_1 | Installed 0 object(s) from 0 fixture(s)
  85712. web_1 |
  85713. web_1 | Synced:
  85714. web_1 | > django.contrib.auth
  85715. web_1 | > django.contrib.contenttypes
  85716. web_1 | > django.contrib.sessions
  85717. web_1 | > django.contrib.sites
  85718. web_1 | > django.contrib.messages
  85719. web_1 | > django.contrib.staticfiles
  85720. web_1 | > django.contrib.admin
  85721. web_1 | > south
  85722. web_1 | > crispy_forms
  85723. web_1 | > avatar
  85724. web_1 | > bootstrap3
  85725. web_1 | > users
  85726. web_1 | > allauth
  85727. web_1 | > allauth.account
  85728. web_1 | > django.contrib.humanize
  85729. web_1 | > debug_toolbar
  85730. web_1 |
  85731. web_1 | Not synced (use migrations):
  85732. web_1 | - allauth.socialaccount
  85733. web_1 | - django_extensions
  85734. web_1 | (use ./manage.py migrate to migrate these)
  85735. web_1 | Running migrations for socialaccount:
  85736. web_1 | - Nothing to migrate.
  85737. web_1 | - Loading initial data for socialaccount.
  85738. web_1 | Installed 0 object(s) from 0 fixture(s)
  85739. web_1 | Running migrations for django_extensions:
  85740. web_1 | - Nothing to migrate.
  85741. web_1 | - Loading initial data for django_extensions.
  85742. web_1 | Installed 0 object(s) from 0 fixture(s)
  85743. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85744. web_1 | [GCC 4.9.2] on linux2
  85745. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85746. web_1 | (InteractiveConsole)
  85747. web_1 |
  85748. web_1 | >>> >>> Starting the server
  85749. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85750. web_1 |
  85751. web_1 | Fatal error: Unable to find local grunt.
  85752. web_1 |
  85753. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85754. web_1 | your project. For more information about installing and configuring grunt,
  85755. web_1 | please see the Getting Started guide:
  85756. web_1 |
  85757. web_1 | http://gruntjs.com/getting-started
  85758. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85759. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85760. web_1 | Syncing...
  85761. web_1 | Creating tables ...
  85762. web_1 | Installing custom SQL ...
  85763. web_1 | Installing indexes ...
  85764. web_1 | Installed 0 object(s) from 0 fixture(s)
  85765. web_1 |
  85766. web_1 | Synced:
  85767. web_1 | > django.contrib.auth
  85768. web_1 | > django.contrib.contenttypes
  85769. web_1 | > django.contrib.sessions
  85770. web_1 | > django.contrib.sites
  85771. web_1 | > django.contrib.messages
  85772. web_1 | > django.contrib.staticfiles
  85773. web_1 | > django.contrib.admin
  85774. web_1 | > south
  85775. web_1 | > crispy_forms
  85776. web_1 | > avatar
  85777. web_1 | > bootstrap3
  85778. web_1 | > users
  85779. web_1 | > allauth
  85780. web_1 | > allauth.account
  85781. web_1 | > django.contrib.humanize
  85782. web_1 | > debug_toolbar
  85783. web_1 |
  85784. web_1 | Not synced (use migrations):
  85785. web_1 | - allauth.socialaccount
  85786. web_1 | - django_extensions
  85787. web_1 | (use ./manage.py migrate to migrate these)
  85788. web_1 | Running migrations for socialaccount:
  85789. web_1 | - Nothing to migrate.
  85790. web_1 | - Loading initial data for socialaccount.
  85791. web_1 | Installed 0 object(s) from 0 fixture(s)
  85792. web_1 | Running migrations for django_extensions:
  85793. web_1 | - Nothing to migrate.
  85794. web_1 | - Loading initial data for django_extensions.
  85795. web_1 | Installed 0 object(s) from 0 fixture(s)
  85796. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85797. web_1 | [GCC 4.9.2] on linux2
  85798. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85799. web_1 | (InteractiveConsole)
  85800. web_1 |
  85801. web_1 | >>> >>> Starting the server
  85802. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85803. web_1 |
  85804. web_1 | Fatal error: Unable to find local grunt.
  85805. web_1 |
  85806. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85807. web_1 | your project. For more information about installing and configuring grunt,
  85808. web_1 | please see the Getting Started guide:
  85809. web_1 |
  85810. web_1 | http://gruntjs.com/getting-started
  85811. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85812. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85813. web_1 | Syncing...
  85814. web_1 | Creating tables ...
  85815. web_1 | Installing custom SQL ...
  85816. web_1 | Installing indexes ...
  85817. web_1 | Installed 0 object(s) from 0 fixture(s)
  85818. web_1 |
  85819. web_1 | Synced:
  85820. web_1 | > django.contrib.auth
  85821. web_1 | > django.contrib.contenttypes
  85822. web_1 | > django.contrib.sessions
  85823. web_1 | > django.contrib.sites
  85824. web_1 | > django.contrib.messages
  85825. web_1 | > django.contrib.staticfiles
  85826. web_1 | > django.contrib.admin
  85827. web_1 | > south
  85828. web_1 | > crispy_forms
  85829. web_1 | > avatar
  85830. web_1 | > bootstrap3
  85831. web_1 | > users
  85832. web_1 | > allauth
  85833. web_1 | > allauth.account
  85834. web_1 | > django.contrib.humanize
  85835. web_1 | > debug_toolbar
  85836. web_1 |
  85837. web_1 | Not synced (use migrations):
  85838. web_1 | - allauth.socialaccount
  85839. web_1 | - django_extensions
  85840. web_1 | (use ./manage.py migrate to migrate these)
  85841. web_1 | Running migrations for socialaccount:
  85842. web_1 | - Nothing to migrate.
  85843. web_1 | - Loading initial data for socialaccount.
  85844. web_1 | Installed 0 object(s) from 0 fixture(s)
  85845. web_1 | Running migrations for django_extensions:
  85846. web_1 | - Nothing to migrate.
  85847. web_1 | - Loading initial data for django_extensions.
  85848. web_1 | Installed 0 object(s) from 0 fixture(s)
  85849. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85850. web_1 | [GCC 4.9.2] on linux2
  85851. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85852. web_1 | (InteractiveConsole)
  85853. web_1 |
  85854. web_1 | >>> >>> Starting the server
  85855. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85856. web_1 |
  85857. web_1 | Fatal error: Unable to find local grunt.
  85858. web_1 |
  85859. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85860. web_1 | your project. For more information about installing and configuring grunt,
  85861. web_1 | please see the Getting Started guide:
  85862. web_1 |
  85863. web_1 | http://gruntjs.com/getting-started
  85864. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85865. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85866. web_1 | Syncing...
  85867. web_1 | Creating tables ...
  85868. web_1 | Installing custom SQL ...
  85869. web_1 | Installing indexes ...
  85870. web_1 | Installed 0 object(s) from 0 fixture(s)
  85871. web_1 |
  85872. web_1 | Synced:
  85873. web_1 | > django.contrib.auth
  85874. web_1 | > django.contrib.contenttypes
  85875. web_1 | > django.contrib.sessions
  85876. web_1 | > django.contrib.sites
  85877. web_1 | > django.contrib.messages
  85878. web_1 | > django.contrib.staticfiles
  85879. web_1 | > django.contrib.admin
  85880. web_1 | > south
  85881. web_1 | > crispy_forms
  85882. web_1 | > avatar
  85883. web_1 | > bootstrap3
  85884. web_1 | > users
  85885. web_1 | > allauth
  85886. web_1 | > allauth.account
  85887. web_1 | > django.contrib.humanize
  85888. web_1 | > debug_toolbar
  85889. web_1 |
  85890. web_1 | Not synced (use migrations):
  85891. web_1 | - allauth.socialaccount
  85892. web_1 | - django_extensions
  85893. web_1 | (use ./manage.py migrate to migrate these)
  85894. web_1 | Running migrations for socialaccount:
  85895. web_1 | - Nothing to migrate.
  85896. web_1 | - Loading initial data for socialaccount.
  85897. web_1 | Installed 0 object(s) from 0 fixture(s)
  85898. web_1 | Running migrations for django_extensions:
  85899. web_1 | - Nothing to migrate.
  85900. web_1 | - Loading initial data for django_extensions.
  85901. web_1 | Installed 0 object(s) from 0 fixture(s)
  85902. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85903. web_1 | [GCC 4.9.2] on linux2
  85904. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85905. web_1 | (InteractiveConsole)
  85906. web_1 |
  85907. web_1 | >>> >>> Starting the server
  85908. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85909. web_1 |
  85910. web_1 | Fatal error: Unable to find local grunt.
  85911. web_1 |
  85912. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85913. web_1 | your project. For more information about installing and configuring grunt,
  85914. web_1 | please see the Getting Started guide:
  85915. web_1 |
  85916. web_1 | http://gruntjs.com/getting-started
  85917. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85918. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85919. web_1 | Syncing...
  85920. web_1 | Creating tables ...
  85921. web_1 | Installing custom SQL ...
  85922. web_1 | Installing indexes ...
  85923. web_1 | Installed 0 object(s) from 0 fixture(s)
  85924. web_1 |
  85925. web_1 | Synced:
  85926. web_1 | > django.contrib.auth
  85927. web_1 | > django.contrib.contenttypes
  85928. web_1 | > django.contrib.sessions
  85929. web_1 | > django.contrib.sites
  85930. web_1 | > django.contrib.messages
  85931. web_1 | > django.contrib.staticfiles
  85932. web_1 | > django.contrib.admin
  85933. web_1 | > south
  85934. web_1 | > crispy_forms
  85935. web_1 | > avatar
  85936. web_1 | > bootstrap3
  85937. web_1 | > users
  85938. web_1 | > allauth
  85939. web_1 | > allauth.account
  85940. web_1 | > django.contrib.humanize
  85941. web_1 | > debug_toolbar
  85942. web_1 |
  85943. web_1 | Not synced (use migrations):
  85944. web_1 | - allauth.socialaccount
  85945. web_1 | - django_extensions
  85946. web_1 | (use ./manage.py migrate to migrate these)
  85947. web_1 | Running migrations for socialaccount:
  85948. web_1 | - Nothing to migrate.
  85949. web_1 | - Loading initial data for socialaccount.
  85950. web_1 | Installed 0 object(s) from 0 fixture(s)
  85951. web_1 | Running migrations for django_extensions:
  85952. web_1 | - Nothing to migrate.
  85953. web_1 | - Loading initial data for django_extensions.
  85954. web_1 | Installed 0 object(s) from 0 fixture(s)
  85955. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  85956. web_1 | [GCC 4.9.2] on linux2
  85957. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  85958. web_1 | (InteractiveConsole)
  85959. web_1 |
  85960. web_1 | >>> >>> Starting the server
  85961. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  85962. web_1 |
  85963. web_1 | Fatal error: Unable to find local grunt.
  85964. web_1 |
  85965. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  85966. web_1 | your project. For more information about installing and configuring grunt,
  85967. web_1 | please see the Getting Started guide:
  85968. web_1 |
  85969. web_1 | http://gruntjs.com/getting-started
  85970. web_1 | Starting OpenBSD Secure Shell server: sshd.
  85971. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  85972. web_1 | Syncing...
  85973. web_1 | Creating tables ...
  85974. web_1 | Installing custom SQL ...
  85975. web_1 | Installing indexes ...
  85976. web_1 | Installed 0 object(s) from 0 fixture(s)
  85977. web_1 |
  85978. web_1 | Synced:
  85979. web_1 | > django.contrib.auth
  85980. web_1 | > django.contrib.contenttypes
  85981. web_1 | > django.contrib.sessions
  85982. web_1 | > django.contrib.sites
  85983. web_1 | > django.contrib.messages
  85984. web_1 | > django.contrib.staticfiles
  85985. web_1 | > django.contrib.admin
  85986. web_1 | > south
  85987. web_1 | > crispy_forms
  85988. web_1 | > avatar
  85989. web_1 | > bootstrap3
  85990. web_1 | > users
  85991. web_1 | > allauth
  85992. web_1 | > allauth.account
  85993. web_1 | > django.contrib.humanize
  85994. web_1 | > debug_toolbar
  85995. web_1 |
  85996. web_1 | Not synced (use migrations):
  85997. web_1 | - allauth.socialaccount
  85998. web_1 | - django_extensions
  85999. web_1 | (use ./manage.py migrate to migrate these)
  86000. web_1 | Running migrations for socialaccount:
  86001. web_1 | - Nothing to migrate.
  86002. web_1 | - Loading initial data for socialaccount.
  86003. web_1 | Installed 0 object(s) from 0 fixture(s)
  86004. web_1 | Running migrations for django_extensions:
  86005. web_1 | - Nothing to migrate.
  86006. web_1 | - Loading initial data for django_extensions.
  86007. web_1 | Installed 0 object(s) from 0 fixture(s)
  86008. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86009. web_1 | [GCC 4.9.2] on linux2
  86010. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86011. web_1 | (InteractiveConsole)
  86012. web_1 |
  86013. web_1 | >>> >>> Starting the server
  86014. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86015. web_1 |
  86016. web_1 | Fatal error: Unable to find local grunt.
  86017. web_1 |
  86018. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86019. web_1 | your project. For more information about installing and configuring grunt,
  86020. web_1 | please see the Getting Started guide:
  86021. web_1 |
  86022. web_1 | http://gruntjs.com/getting-started
  86023. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86024. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86025. web_1 | Syncing...
  86026. web_1 | Creating tables ...
  86027. web_1 | Installing custom SQL ...
  86028. web_1 | Installing indexes ...
  86029. web_1 | Installed 0 object(s) from 0 fixture(s)
  86030. web_1 |
  86031. web_1 | Synced:
  86032. web_1 | > django.contrib.auth
  86033. web_1 | > django.contrib.contenttypes
  86034. web_1 | > django.contrib.sessions
  86035. web_1 | > django.contrib.sites
  86036. web_1 | > django.contrib.messages
  86037. web_1 | > django.contrib.staticfiles
  86038. web_1 | > django.contrib.admin
  86039. web_1 | > south
  86040. web_1 | > crispy_forms
  86041. web_1 | > avatar
  86042. web_1 | > bootstrap3
  86043. web_1 | > users
  86044. web_1 | > allauth
  86045. web_1 | > allauth.account
  86046. web_1 | > django.contrib.humanize
  86047. web_1 | > debug_toolbar
  86048. web_1 |
  86049. web_1 | Not synced (use migrations):
  86050. web_1 | - allauth.socialaccount
  86051. web_1 | - django_extensions
  86052. web_1 | (use ./manage.py migrate to migrate these)
  86053. web_1 | Running migrations for socialaccount:
  86054. web_1 | - Nothing to migrate.
  86055. web_1 | - Loading initial data for socialaccount.
  86056. web_1 | Installed 0 object(s) from 0 fixture(s)
  86057. web_1 | Running migrations for django_extensions:
  86058. web_1 | - Nothing to migrate.
  86059. web_1 | - Loading initial data for django_extensions.
  86060. web_1 | Installed 0 object(s) from 0 fixture(s)
  86061. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86062. web_1 | [GCC 4.9.2] on linux2
  86063. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86064. web_1 | (InteractiveConsole)
  86065. web_1 |
  86066. web_1 | >>> >>> Starting the server
  86067. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86068. web_1 |
  86069. web_1 | Fatal error: Unable to find local grunt.
  86070. web_1 |
  86071. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86072. web_1 | your project. For more information about installing and configuring grunt,
  86073. web_1 | please see the Getting Started guide:
  86074. web_1 |
  86075. web_1 | http://gruntjs.com/getting-started
  86076. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86077. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86078. web_1 | Syncing...
  86079. web_1 | Creating tables ...
  86080. web_1 | Installing custom SQL ...
  86081. web_1 | Installing indexes ...
  86082. web_1 | Installed 0 object(s) from 0 fixture(s)
  86083. web_1 |
  86084. web_1 | Synced:
  86085. web_1 | > django.contrib.auth
  86086. web_1 | > django.contrib.contenttypes
  86087. web_1 | > django.contrib.sessions
  86088. web_1 | > django.contrib.sites
  86089. web_1 | > django.contrib.messages
  86090. web_1 | > django.contrib.staticfiles
  86091. web_1 | > django.contrib.admin
  86092. web_1 | > south
  86093. web_1 | > crispy_forms
  86094. web_1 | > avatar
  86095. web_1 | > bootstrap3
  86096. web_1 | > users
  86097. web_1 | > allauth
  86098. web_1 | > allauth.account
  86099. web_1 | > django.contrib.humanize
  86100. web_1 | > debug_toolbar
  86101. web_1 |
  86102. web_1 | Not synced (use migrations):
  86103. web_1 | - allauth.socialaccount
  86104. web_1 | - django_extensions
  86105. web_1 | (use ./manage.py migrate to migrate these)
  86106. web_1 | Running migrations for socialaccount:
  86107. web_1 | - Nothing to migrate.
  86108. web_1 | - Loading initial data for socialaccount.
  86109. web_1 | Installed 0 object(s) from 0 fixture(s)
  86110. web_1 | Running migrations for django_extensions:
  86111. web_1 | - Nothing to migrate.
  86112. web_1 | - Loading initial data for django_extensions.
  86113. web_1 | Installed 0 object(s) from 0 fixture(s)
  86114. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86115. web_1 | [GCC 4.9.2] on linux2
  86116. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86117. web_1 | (InteractiveConsole)
  86118. web_1 |
  86119. web_1 | >>> >>> Starting the server
  86120. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86121. web_1 |
  86122. web_1 | Fatal error: Unable to find local grunt.
  86123. web_1 |
  86124. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86125. web_1 | your project. For more information about installing and configuring grunt,
  86126. web_1 | please see the Getting Started guide:
  86127. web_1 |
  86128. web_1 | http://gruntjs.com/getting-started
  86129. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86130. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86131. web_1 | Syncing...
  86132. web_1 | Creating tables ...
  86133. web_1 | Installing custom SQL ...
  86134. web_1 | Installing indexes ...
  86135. web_1 | Installed 0 object(s) from 0 fixture(s)
  86136. web_1 |
  86137. web_1 | Synced:
  86138. web_1 | > django.contrib.auth
  86139. web_1 | > django.contrib.contenttypes
  86140. web_1 | > django.contrib.sessions
  86141. web_1 | > django.contrib.sites
  86142. web_1 | > django.contrib.messages
  86143. web_1 | > django.contrib.staticfiles
  86144. web_1 | > django.contrib.admin
  86145. web_1 | > south
  86146. web_1 | > crispy_forms
  86147. web_1 | > avatar
  86148. web_1 | > bootstrap3
  86149. web_1 | > users
  86150. web_1 | > allauth
  86151. web_1 | > allauth.account
  86152. web_1 | > django.contrib.humanize
  86153. web_1 | > debug_toolbar
  86154. web_1 |
  86155. web_1 | Not synced (use migrations):
  86156. web_1 | - allauth.socialaccount
  86157. web_1 | - django_extensions
  86158. web_1 | (use ./manage.py migrate to migrate these)
  86159. web_1 | Running migrations for socialaccount:
  86160. web_1 | - Nothing to migrate.
  86161. web_1 | - Loading initial data for socialaccount.
  86162. web_1 | Installed 0 object(s) from 0 fixture(s)
  86163. web_1 | Running migrations for django_extensions:
  86164. web_1 | - Nothing to migrate.
  86165. web_1 | - Loading initial data for django_extensions.
  86166. web_1 | Installed 0 object(s) from 0 fixture(s)
  86167. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86168. web_1 | [GCC 4.9.2] on linux2
  86169. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86170. web_1 | (InteractiveConsole)
  86171. web_1 |
  86172. web_1 | >>> >>> Starting the server
  86173. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86174. web_1 |
  86175. web_1 | Fatal error: Unable to find local grunt.
  86176. web_1 |
  86177. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86178. web_1 | your project. For more information about installing and configuring grunt,
  86179. web_1 | please see the Getting Started guide:
  86180. web_1 |
  86181. web_1 | http://gruntjs.com/getting-started
  86182. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86183. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86184. web_1 | Syncing...
  86185. web_1 | Creating tables ...
  86186. web_1 | Installing custom SQL ...
  86187. web_1 | Installing indexes ...
  86188. web_1 | Installed 0 object(s) from 0 fixture(s)
  86189. web_1 |
  86190. web_1 | Synced:
  86191. web_1 | > django.contrib.auth
  86192. web_1 | > django.contrib.contenttypes
  86193. web_1 | > django.contrib.sessions
  86194. web_1 | > django.contrib.sites
  86195. web_1 | > django.contrib.messages
  86196. web_1 | > django.contrib.staticfiles
  86197. web_1 | > django.contrib.admin
  86198. web_1 | > south
  86199. web_1 | > crispy_forms
  86200. web_1 | > avatar
  86201. web_1 | > bootstrap3
  86202. web_1 | > users
  86203. web_1 | > allauth
  86204. web_1 | > allauth.account
  86205. web_1 | > django.contrib.humanize
  86206. web_1 | > debug_toolbar
  86207. web_1 |
  86208. web_1 | Not synced (use migrations):
  86209. web_1 | - allauth.socialaccount
  86210. web_1 | - django_extensions
  86211. web_1 | (use ./manage.py migrate to migrate these)
  86212. web_1 | Running migrations for socialaccount:
  86213. web_1 | - Nothing to migrate.
  86214. web_1 | - Loading initial data for socialaccount.
  86215. web_1 | Installed 0 object(s) from 0 fixture(s)
  86216. web_1 | Running migrations for django_extensions:
  86217. web_1 | - Nothing to migrate.
  86218. web_1 | - Loading initial data for django_extensions.
  86219. web_1 | Installed 0 object(s) from 0 fixture(s)
  86220. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86221. web_1 | [GCC 4.9.2] on linux2
  86222. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86223. web_1 | (InteractiveConsole)
  86224. web_1 |
  86225. web_1 | >>> >>> Starting the server
  86226. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86227. web_1 |
  86228. web_1 | Fatal error: Unable to find local grunt.
  86229. web_1 |
  86230. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86231. web_1 | your project. For more information about installing and configuring grunt,
  86232. web_1 | please see the Getting Started guide:
  86233. web_1 |
  86234. web_1 | http://gruntjs.com/getting-started
  86235. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86236. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86237. web_1 | Syncing...
  86238. web_1 | Creating tables ...
  86239. web_1 | Installing custom SQL ...
  86240. web_1 | Installing indexes ...
  86241. web_1 | Installed 0 object(s) from 0 fixture(s)
  86242. web_1 |
  86243. web_1 | Synced:
  86244. web_1 | > django.contrib.auth
  86245. web_1 | > django.contrib.contenttypes
  86246. web_1 | > django.contrib.sessions
  86247. web_1 | > django.contrib.sites
  86248. web_1 | > django.contrib.messages
  86249. web_1 | > django.contrib.staticfiles
  86250. web_1 | > django.contrib.admin
  86251. web_1 | > south
  86252. web_1 | > crispy_forms
  86253. web_1 | > avatar
  86254. web_1 | > bootstrap3
  86255. web_1 | > users
  86256. web_1 | > allauth
  86257. web_1 | > allauth.account
  86258. web_1 | > django.contrib.humanize
  86259. web_1 | > debug_toolbar
  86260. web_1 |
  86261. web_1 | Not synced (use migrations):
  86262. web_1 | - allauth.socialaccount
  86263. web_1 | - django_extensions
  86264. web_1 | (use ./manage.py migrate to migrate these)
  86265. web_1 | Running migrations for socialaccount:
  86266. web_1 | - Nothing to migrate.
  86267. web_1 | - Loading initial data for socialaccount.
  86268. web_1 | Installed 0 object(s) from 0 fixture(s)
  86269. web_1 | Running migrations for django_extensions:
  86270. web_1 | - Nothing to migrate.
  86271. web_1 | - Loading initial data for django_extensions.
  86272. web_1 | Installed 0 object(s) from 0 fixture(s)
  86273. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86274. web_1 | [GCC 4.9.2] on linux2
  86275. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86276. web_1 | (InteractiveConsole)
  86277. web_1 |
  86278. web_1 | >>> >>> Starting the server
  86279. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86280. web_1 |
  86281. web_1 | Fatal error: Unable to find local grunt.
  86282. web_1 |
  86283. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86284. web_1 | your project. For more information about installing and configuring grunt,
  86285. web_1 | please see the Getting Started guide:
  86286. web_1 |
  86287. web_1 | http://gruntjs.com/getting-started
  86288. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86289. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86290. web_1 | Syncing...
  86291. web_1 | Creating tables ...
  86292. web_1 | Installing custom SQL ...
  86293. web_1 | Installing indexes ...
  86294. web_1 | Installed 0 object(s) from 0 fixture(s)
  86295. web_1 |
  86296. web_1 | Synced:
  86297. web_1 | > django.contrib.auth
  86298. web_1 | > django.contrib.contenttypes
  86299. web_1 | > django.contrib.sessions
  86300. web_1 | > django.contrib.sites
  86301. web_1 | > django.contrib.messages
  86302. web_1 | > django.contrib.staticfiles
  86303. web_1 | > django.contrib.admin
  86304. web_1 | > south
  86305. web_1 | > crispy_forms
  86306. web_1 | > avatar
  86307. web_1 | > bootstrap3
  86308. web_1 | > users
  86309. web_1 | > allauth
  86310. web_1 | > allauth.account
  86311. web_1 | > django.contrib.humanize
  86312. web_1 | > debug_toolbar
  86313. web_1 |
  86314. web_1 | Not synced (use migrations):
  86315. web_1 | - allauth.socialaccount
  86316. web_1 | - django_extensions
  86317. web_1 | (use ./manage.py migrate to migrate these)
  86318. web_1 | Running migrations for socialaccount:
  86319. web_1 | - Nothing to migrate.
  86320. web_1 | - Loading initial data for socialaccount.
  86321. web_1 | Installed 0 object(s) from 0 fixture(s)
  86322. web_1 | Running migrations for django_extensions:
  86323. web_1 | - Nothing to migrate.
  86324. web_1 | - Loading initial data for django_extensions.
  86325. web_1 | Installed 0 object(s) from 0 fixture(s)
  86326. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86327. web_1 | [GCC 4.9.2] on linux2
  86328. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86329. web_1 | (InteractiveConsole)
  86330. web_1 |
  86331. web_1 | >>> >>> Starting the server
  86332. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86333. web_1 |
  86334. web_1 | Fatal error: Unable to find local grunt.
  86335. web_1 |
  86336. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86337. web_1 | your project. For more information about installing and configuring grunt,
  86338. web_1 | please see the Getting Started guide:
  86339. web_1 |
  86340. web_1 | http://gruntjs.com/getting-started
  86341. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86342. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86343. web_1 | Syncing...
  86344. web_1 | Creating tables ...
  86345. web_1 | Installing custom SQL ...
  86346. web_1 | Installing indexes ...
  86347. web_1 | Installed 0 object(s) from 0 fixture(s)
  86348. web_1 |
  86349. web_1 | Synced:
  86350. web_1 | > django.contrib.auth
  86351. web_1 | > django.contrib.contenttypes
  86352. web_1 | > django.contrib.sessions
  86353. web_1 | > django.contrib.sites
  86354. web_1 | > django.contrib.messages
  86355. web_1 | > django.contrib.staticfiles
  86356. web_1 | > django.contrib.admin
  86357. web_1 | > south
  86358. web_1 | > crispy_forms
  86359. web_1 | > avatar
  86360. web_1 | > bootstrap3
  86361. web_1 | > users
  86362. web_1 | > allauth
  86363. web_1 | > allauth.account
  86364. web_1 | > django.contrib.humanize
  86365. web_1 | > debug_toolbar
  86366. web_1 |
  86367. web_1 | Not synced (use migrations):
  86368. web_1 | - allauth.socialaccount
  86369. web_1 | - django_extensions
  86370. web_1 | (use ./manage.py migrate to migrate these)
  86371. web_1 | Running migrations for socialaccount:
  86372. web_1 | - Nothing to migrate.
  86373. web_1 | - Loading initial data for socialaccount.
  86374. web_1 | Installed 0 object(s) from 0 fixture(s)
  86375. web_1 | Running migrations for django_extensions:
  86376. web_1 | - Nothing to migrate.
  86377. web_1 | - Loading initial data for django_extensions.
  86378. web_1 | Installed 0 object(s) from 0 fixture(s)
  86379. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86380. web_1 | [GCC 4.9.2] on linux2
  86381. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86382. web_1 | (InteractiveConsole)
  86383. web_1 |
  86384. web_1 | >>> >>> Starting the server
  86385. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86386. web_1 |
  86387. web_1 | Fatal error: Unable to find local grunt.
  86388. web_1 |
  86389. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86390. web_1 | your project. For more information about installing and configuring grunt,
  86391. web_1 | please see the Getting Started guide:
  86392. web_1 |
  86393. web_1 | http://gruntjs.com/getting-started
  86394. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86395. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86396. web_1 | Syncing...
  86397. web_1 | Creating tables ...
  86398. web_1 | Installing custom SQL ...
  86399. web_1 | Installing indexes ...
  86400. web_1 | Installed 0 object(s) from 0 fixture(s)
  86401. web_1 |
  86402. web_1 | Synced:
  86403. web_1 | > django.contrib.auth
  86404. web_1 | > django.contrib.contenttypes
  86405. web_1 | > django.contrib.sessions
  86406. web_1 | > django.contrib.sites
  86407. web_1 | > django.contrib.messages
  86408. web_1 | > django.contrib.staticfiles
  86409. web_1 | > django.contrib.admin
  86410. web_1 | > south
  86411. web_1 | > crispy_forms
  86412. web_1 | > avatar
  86413. web_1 | > bootstrap3
  86414. web_1 | > users
  86415. web_1 | > allauth
  86416. web_1 | > allauth.account
  86417. web_1 | > django.contrib.humanize
  86418. web_1 | > debug_toolbar
  86419. web_1 |
  86420. web_1 | Not synced (use migrations):
  86421. web_1 | - allauth.socialaccount
  86422. web_1 | - django_extensions
  86423. web_1 | (use ./manage.py migrate to migrate these)
  86424. web_1 | Running migrations for socialaccount:
  86425. web_1 | - Nothing to migrate.
  86426. web_1 | - Loading initial data for socialaccount.
  86427. web_1 | Installed 0 object(s) from 0 fixture(s)
  86428. web_1 | Running migrations for django_extensions:
  86429. web_1 | - Nothing to migrate.
  86430. web_1 | - Loading initial data for django_extensions.
  86431. web_1 | Installed 0 object(s) from 0 fixture(s)
  86432. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86433. web_1 | [GCC 4.9.2] on linux2
  86434. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86435. web_1 | (InteractiveConsole)
  86436. web_1 |
  86437. web_1 | >>> >>> Starting the server
  86438. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86439. web_1 |
  86440. web_1 | Fatal error: Unable to find local grunt.
  86441. web_1 |
  86442. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86443. web_1 | your project. For more information about installing and configuring grunt,
  86444. web_1 | please see the Getting Started guide:
  86445. web_1 |
  86446. web_1 | http://gruntjs.com/getting-started
  86447. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86448. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86449. web_1 | Syncing...
  86450. web_1 | Creating tables ...
  86451. web_1 | Installing custom SQL ...
  86452. web_1 | Installing indexes ...
  86453. web_1 | Installed 0 object(s) from 0 fixture(s)
  86454. web_1 |
  86455. web_1 | Synced:
  86456. web_1 | > django.contrib.auth
  86457. web_1 | > django.contrib.contenttypes
  86458. web_1 | > django.contrib.sessions
  86459. web_1 | > django.contrib.sites
  86460. web_1 | > django.contrib.messages
  86461. web_1 | > django.contrib.staticfiles
  86462. web_1 | > django.contrib.admin
  86463. web_1 | > south
  86464. web_1 | > crispy_forms
  86465. web_1 | > avatar
  86466. web_1 | > bootstrap3
  86467. web_1 | > users
  86468. web_1 | > allauth
  86469. web_1 | > allauth.account
  86470. web_1 | > django.contrib.humanize
  86471. web_1 | > debug_toolbar
  86472. web_1 |
  86473. web_1 | Not synced (use migrations):
  86474. web_1 | - allauth.socialaccount
  86475. web_1 | - django_extensions
  86476. web_1 | (use ./manage.py migrate to migrate these)
  86477. web_1 | Running migrations for socialaccount:
  86478. web_1 | - Nothing to migrate.
  86479. web_1 | - Loading initial data for socialaccount.
  86480. web_1 | Installed 0 object(s) from 0 fixture(s)
  86481. web_1 | Running migrations for django_extensions:
  86482. web_1 | - Nothing to migrate.
  86483. web_1 | - Loading initial data for django_extensions.
  86484. web_1 | Installed 0 object(s) from 0 fixture(s)
  86485. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86486. web_1 | [GCC 4.9.2] on linux2
  86487. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86488. web_1 | (InteractiveConsole)
  86489. web_1 |
  86490. web_1 | >>> >>> Starting the server
  86491. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86492. web_1 |
  86493. web_1 | Fatal error: Unable to find local grunt.
  86494. web_1 |
  86495. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86496. web_1 | your project. For more information about installing and configuring grunt,
  86497. web_1 | please see the Getting Started guide:
  86498. web_1 |
  86499. web_1 | http://gruntjs.com/getting-started
  86500. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86501. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86502. web_1 | Syncing...
  86503. web_1 | Creating tables ...
  86504. web_1 | Installing custom SQL ...
  86505. web_1 | Installing indexes ...
  86506. web_1 | Installed 0 object(s) from 0 fixture(s)
  86507. web_1 |
  86508. web_1 | Synced:
  86509. web_1 | > django.contrib.auth
  86510. web_1 | > django.contrib.contenttypes
  86511. web_1 | > django.contrib.sessions
  86512. web_1 | > django.contrib.sites
  86513. web_1 | > django.contrib.messages
  86514. web_1 | > django.contrib.staticfiles
  86515. web_1 | > django.contrib.admin
  86516. web_1 | > south
  86517. web_1 | > crispy_forms
  86518. web_1 | > avatar
  86519. web_1 | > bootstrap3
  86520. web_1 | > users
  86521. web_1 | > allauth
  86522. web_1 | > allauth.account
  86523. web_1 | > django.contrib.humanize
  86524. web_1 | > debug_toolbar
  86525. web_1 |
  86526. web_1 | Not synced (use migrations):
  86527. web_1 | - allauth.socialaccount
  86528. web_1 | - django_extensions
  86529. web_1 | (use ./manage.py migrate to migrate these)
  86530. web_1 | Running migrations for socialaccount:
  86531. web_1 | - Nothing to migrate.
  86532. web_1 | - Loading initial data for socialaccount.
  86533. web_1 | Installed 0 object(s) from 0 fixture(s)
  86534. web_1 | Running migrations for django_extensions:
  86535. web_1 | - Nothing to migrate.
  86536. web_1 | - Loading initial data for django_extensions.
  86537. web_1 | Installed 0 object(s) from 0 fixture(s)
  86538. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86539. web_1 | [GCC 4.9.2] on linux2
  86540. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86541. web_1 | (InteractiveConsole)
  86542. web_1 |
  86543. web_1 | >>> >>> Starting the server
  86544. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86545. web_1 |
  86546. web_1 | Fatal error: Unable to find local grunt.
  86547. web_1 |
  86548. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86549. web_1 | your project. For more information about installing and configuring grunt,
  86550. web_1 | please see the Getting Started guide:
  86551. web_1 |
  86552. web_1 | http://gruntjs.com/getting-started
  86553. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86554. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86555. web_1 | Syncing...
  86556. web_1 | Creating tables ...
  86557. web_1 | Installing custom SQL ...
  86558. web_1 | Installing indexes ...
  86559. web_1 | Installed 0 object(s) from 0 fixture(s)
  86560. web_1 |
  86561. web_1 | Synced:
  86562. web_1 | > django.contrib.auth
  86563. web_1 | > django.contrib.contenttypes
  86564. web_1 | > django.contrib.sessions
  86565. web_1 | > django.contrib.sites
  86566. web_1 | > django.contrib.messages
  86567. web_1 | > django.contrib.staticfiles
  86568. web_1 | > django.contrib.admin
  86569. web_1 | > south
  86570. web_1 | > crispy_forms
  86571. web_1 | > avatar
  86572. web_1 | > bootstrap3
  86573. web_1 | > users
  86574. web_1 | > allauth
  86575. web_1 | > allauth.account
  86576. web_1 | > django.contrib.humanize
  86577. web_1 | > debug_toolbar
  86578. web_1 |
  86579. web_1 | Not synced (use migrations):
  86580. web_1 | - allauth.socialaccount
  86581. web_1 | - django_extensions
  86582. web_1 | (use ./manage.py migrate to migrate these)
  86583. web_1 | Running migrations for socialaccount:
  86584. web_1 | - Nothing to migrate.
  86585. web_1 | - Loading initial data for socialaccount.
  86586. web_1 | Installed 0 object(s) from 0 fixture(s)
  86587. web_1 | Running migrations for django_extensions:
  86588. web_1 | - Nothing to migrate.
  86589. web_1 | - Loading initial data for django_extensions.
  86590. web_1 | Installed 0 object(s) from 0 fixture(s)
  86591. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86592. web_1 | [GCC 4.9.2] on linux2
  86593. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86594. web_1 | (InteractiveConsole)
  86595. web_1 |
  86596. web_1 | >>> >>> Starting the server
  86597. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86598. web_1 |
  86599. web_1 | Fatal error: Unable to find local grunt.
  86600. web_1 |
  86601. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86602. web_1 | your project. For more information about installing and configuring grunt,
  86603. web_1 | please see the Getting Started guide:
  86604. web_1 |
  86605. web_1 | http://gruntjs.com/getting-started
  86606. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86607. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86608. web_1 | Syncing...
  86609. web_1 | Creating tables ...
  86610. web_1 | Installing custom SQL ...
  86611. web_1 | Installing indexes ...
  86612. web_1 | Installed 0 object(s) from 0 fixture(s)
  86613. web_1 |
  86614. web_1 | Synced:
  86615. web_1 | > django.contrib.auth
  86616. web_1 | > django.contrib.contenttypes
  86617. web_1 | > django.contrib.sessions
  86618. web_1 | > django.contrib.sites
  86619. web_1 | > django.contrib.messages
  86620. web_1 | > django.contrib.staticfiles
  86621. web_1 | > django.contrib.admin
  86622. web_1 | > south
  86623. web_1 | > crispy_forms
  86624. web_1 | > avatar
  86625. web_1 | > bootstrap3
  86626. web_1 | > users
  86627. web_1 | > allauth
  86628. web_1 | > allauth.account
  86629. web_1 | > django.contrib.humanize
  86630. web_1 | > debug_toolbar
  86631. web_1 |
  86632. web_1 | Not synced (use migrations):
  86633. web_1 | - allauth.socialaccount
  86634. web_1 | - django_extensions
  86635. web_1 | (use ./manage.py migrate to migrate these)
  86636. web_1 | Running migrations for socialaccount:
  86637. web_1 | - Nothing to migrate.
  86638. web_1 | - Loading initial data for socialaccount.
  86639. web_1 | Installed 0 object(s) from 0 fixture(s)
  86640. web_1 | Running migrations for django_extensions:
  86641. web_1 | - Nothing to migrate.
  86642. web_1 | - Loading initial data for django_extensions.
  86643. web_1 | Installed 0 object(s) from 0 fixture(s)
  86644. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86645. web_1 | [GCC 4.9.2] on linux2
  86646. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86647. web_1 | (InteractiveConsole)
  86648. web_1 |
  86649. web_1 | >>> >>> Starting the server
  86650. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86651. web_1 |
  86652. web_1 | Fatal error: Unable to find local grunt.
  86653. web_1 |
  86654. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86655. web_1 | your project. For more information about installing and configuring grunt,
  86656. web_1 | please see the Getting Started guide:
  86657. web_1 |
  86658. web_1 | http://gruntjs.com/getting-started
  86659. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86660. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86661. web_1 | Syncing...
  86662. web_1 | Creating tables ...
  86663. web_1 | Installing custom SQL ...
  86664. web_1 | Installing indexes ...
  86665. web_1 | Installed 0 object(s) from 0 fixture(s)
  86666. web_1 |
  86667. web_1 | Synced:
  86668. web_1 | > django.contrib.auth
  86669. web_1 | > django.contrib.contenttypes
  86670. web_1 | > django.contrib.sessions
  86671. web_1 | > django.contrib.sites
  86672. web_1 | > django.contrib.messages
  86673. web_1 | > django.contrib.staticfiles
  86674. web_1 | > django.contrib.admin
  86675. web_1 | > south
  86676. web_1 | > crispy_forms
  86677. web_1 | > avatar
  86678. web_1 | > bootstrap3
  86679. web_1 | > users
  86680. web_1 | > allauth
  86681. web_1 | > allauth.account
  86682. web_1 | > django.contrib.humanize
  86683. web_1 | > debug_toolbar
  86684. web_1 |
  86685. web_1 | Not synced (use migrations):
  86686. web_1 | - allauth.socialaccount
  86687. web_1 | - django_extensions
  86688. web_1 | (use ./manage.py migrate to migrate these)
  86689. web_1 | Running migrations for socialaccount:
  86690. web_1 | - Nothing to migrate.
  86691. web_1 | - Loading initial data for socialaccount.
  86692. web_1 | Installed 0 object(s) from 0 fixture(s)
  86693. web_1 | Running migrations for django_extensions:
  86694. web_1 | - Nothing to migrate.
  86695. web_1 | - Loading initial data for django_extensions.
  86696. web_1 | Installed 0 object(s) from 0 fixture(s)
  86697. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86698. web_1 | [GCC 4.9.2] on linux2
  86699. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86700. web_1 | (InteractiveConsole)
  86701. web_1 |
  86702. web_1 | >>> >>> Starting the server
  86703. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86704. web_1 |
  86705. web_1 | Fatal error: Unable to find local grunt.
  86706. web_1 |
  86707. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86708. web_1 | your project. For more information about installing and configuring grunt,
  86709. web_1 | please see the Getting Started guide:
  86710. web_1 |
  86711. web_1 | http://gruntjs.com/getting-started
  86712. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86713. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86714. web_1 | Syncing...
  86715. web_1 | Creating tables ...
  86716. web_1 | Installing custom SQL ...
  86717. web_1 | Installing indexes ...
  86718. web_1 | Installed 0 object(s) from 0 fixture(s)
  86719. web_1 |
  86720. web_1 | Synced:
  86721. web_1 | > django.contrib.auth
  86722. web_1 | > django.contrib.contenttypes
  86723. web_1 | > django.contrib.sessions
  86724. web_1 | > django.contrib.sites
  86725. web_1 | > django.contrib.messages
  86726. web_1 | > django.contrib.staticfiles
  86727. web_1 | > django.contrib.admin
  86728. web_1 | > south
  86729. web_1 | > crispy_forms
  86730. web_1 | > avatar
  86731. web_1 | > bootstrap3
  86732. web_1 | > users
  86733. web_1 | > allauth
  86734. web_1 | > allauth.account
  86735. web_1 | > django.contrib.humanize
  86736. web_1 | > debug_toolbar
  86737. web_1 |
  86738. web_1 | Not synced (use migrations):
  86739. web_1 | - allauth.socialaccount
  86740. web_1 | - django_extensions
  86741. web_1 | (use ./manage.py migrate to migrate these)
  86742. web_1 | Running migrations for socialaccount:
  86743. web_1 | - Nothing to migrate.
  86744. web_1 | - Loading initial data for socialaccount.
  86745. web_1 | Installed 0 object(s) from 0 fixture(s)
  86746. web_1 | Running migrations for django_extensions:
  86747. web_1 | - Nothing to migrate.
  86748. web_1 | - Loading initial data for django_extensions.
  86749. web_1 | Installed 0 object(s) from 0 fixture(s)
  86750. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86751. web_1 | [GCC 4.9.2] on linux2
  86752. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86753. web_1 | (InteractiveConsole)
  86754. web_1 |
  86755. web_1 | >>> >>> Starting the server
  86756. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86757. web_1 |
  86758. web_1 | Fatal error: Unable to find local grunt.
  86759. web_1 |
  86760. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86761. web_1 | your project. For more information about installing and configuring grunt,
  86762. web_1 | please see the Getting Started guide:
  86763. web_1 |
  86764. web_1 | http://gruntjs.com/getting-started
  86765. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86766. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86767. web_1 | Syncing...
  86768. web_1 | Creating tables ...
  86769. web_1 | Installing custom SQL ...
  86770. web_1 | Installing indexes ...
  86771. web_1 | Installed 0 object(s) from 0 fixture(s)
  86772. web_1 |
  86773. web_1 | Synced:
  86774. web_1 | > django.contrib.auth
  86775. web_1 | > django.contrib.contenttypes
  86776. web_1 | > django.contrib.sessions
  86777. web_1 | > django.contrib.sites
  86778. web_1 | > django.contrib.messages
  86779. web_1 | > django.contrib.staticfiles
  86780. web_1 | > django.contrib.admin
  86781. web_1 | > south
  86782. web_1 | > crispy_forms
  86783. web_1 | > avatar
  86784. web_1 | > bootstrap3
  86785. web_1 | > users
  86786. web_1 | > allauth
  86787. web_1 | > allauth.account
  86788. web_1 | > django.contrib.humanize
  86789. web_1 | > debug_toolbar
  86790. web_1 |
  86791. web_1 | Not synced (use migrations):
  86792. web_1 | - allauth.socialaccount
  86793. web_1 | - django_extensions
  86794. web_1 | (use ./manage.py migrate to migrate these)
  86795. web_1 | Running migrations for socialaccount:
  86796. web_1 | - Nothing to migrate.
  86797. web_1 | - Loading initial data for socialaccount.
  86798. web_1 | Installed 0 object(s) from 0 fixture(s)
  86799. web_1 | Running migrations for django_extensions:
  86800. web_1 | - Nothing to migrate.
  86801. web_1 | - Loading initial data for django_extensions.
  86802. web_1 | Installed 0 object(s) from 0 fixture(s)
  86803. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86804. web_1 | [GCC 4.9.2] on linux2
  86805. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86806. web_1 | (InteractiveConsole)
  86807. web_1 |
  86808. web_1 | >>> >>> Starting the server
  86809. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86810. web_1 |
  86811. web_1 | Fatal error: Unable to find local grunt.
  86812. web_1 |
  86813. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86814. web_1 | your project. For more information about installing and configuring grunt,
  86815. web_1 | please see the Getting Started guide:
  86816. web_1 |
  86817. web_1 | http://gruntjs.com/getting-started
  86818. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86819. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86820. web_1 | Syncing...
  86821. web_1 | Creating tables ...
  86822. web_1 | Installing custom SQL ...
  86823. web_1 | Installing indexes ...
  86824. web_1 | Installed 0 object(s) from 0 fixture(s)
  86825. web_1 |
  86826. web_1 | Synced:
  86827. web_1 | > django.contrib.auth
  86828. web_1 | > django.contrib.contenttypes
  86829. web_1 | > django.contrib.sessions
  86830. web_1 | > django.contrib.sites
  86831. web_1 | > django.contrib.messages
  86832. web_1 | > django.contrib.staticfiles
  86833. web_1 | > django.contrib.admin
  86834. web_1 | > south
  86835. web_1 | > crispy_forms
  86836. web_1 | > avatar
  86837. web_1 | > bootstrap3
  86838. web_1 | > users
  86839. web_1 | > allauth
  86840. web_1 | > allauth.account
  86841. web_1 | > django.contrib.humanize
  86842. web_1 | > debug_toolbar
  86843. web_1 |
  86844. web_1 | Not synced (use migrations):
  86845. web_1 | - allauth.socialaccount
  86846. web_1 | - django_extensions
  86847. web_1 | (use ./manage.py migrate to migrate these)
  86848. web_1 | Running migrations for socialaccount:
  86849. web_1 | - Nothing to migrate.
  86850. web_1 | - Loading initial data for socialaccount.
  86851. web_1 | Installed 0 object(s) from 0 fixture(s)
  86852. web_1 | Running migrations for django_extensions:
  86853. web_1 | - Nothing to migrate.
  86854. web_1 | - Loading initial data for django_extensions.
  86855. web_1 | Installed 0 object(s) from 0 fixture(s)
  86856. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86857. web_1 | [GCC 4.9.2] on linux2
  86858. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86859. web_1 | (InteractiveConsole)
  86860. web_1 |
  86861. web_1 | >>> >>> Starting the server
  86862. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86863. web_1 |
  86864. web_1 | Fatal error: Unable to find local grunt.
  86865. web_1 |
  86866. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86867. web_1 | your project. For more information about installing and configuring grunt,
  86868. web_1 | please see the Getting Started guide:
  86869. web_1 |
  86870. web_1 | http://gruntjs.com/getting-started
  86871. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86872. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86873. web_1 | Syncing...
  86874. web_1 | Creating tables ...
  86875. web_1 | Installing custom SQL ...
  86876. web_1 | Installing indexes ...
  86877. web_1 | Installed 0 object(s) from 0 fixture(s)
  86878. web_1 |
  86879. web_1 | Synced:
  86880. web_1 | > django.contrib.auth
  86881. web_1 | > django.contrib.contenttypes
  86882. web_1 | > django.contrib.sessions
  86883. web_1 | > django.contrib.sites
  86884. web_1 | > django.contrib.messages
  86885. web_1 | > django.contrib.staticfiles
  86886. web_1 | > django.contrib.admin
  86887. web_1 | > south
  86888. web_1 | > crispy_forms
  86889. web_1 | > avatar
  86890. web_1 | > bootstrap3
  86891. web_1 | > users
  86892. web_1 | > allauth
  86893. web_1 | > allauth.account
  86894. web_1 | > django.contrib.humanize
  86895. web_1 | > debug_toolbar
  86896. web_1 |
  86897. web_1 | Not synced (use migrations):
  86898. web_1 | - allauth.socialaccount
  86899. web_1 | - django_extensions
  86900. web_1 | (use ./manage.py migrate to migrate these)
  86901. web_1 | Running migrations for socialaccount:
  86902. web_1 | - Nothing to migrate.
  86903. web_1 | - Loading initial data for socialaccount.
  86904. web_1 | Installed 0 object(s) from 0 fixture(s)
  86905. web_1 | Running migrations for django_extensions:
  86906. web_1 | - Nothing to migrate.
  86907. web_1 | - Loading initial data for django_extensions.
  86908. web_1 | Installed 0 object(s) from 0 fixture(s)
  86909. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86910. web_1 | [GCC 4.9.2] on linux2
  86911. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86912. web_1 | (InteractiveConsole)
  86913. web_1 |
  86914. web_1 | >>> >>> Starting the server
  86915. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86916. web_1 |
  86917. web_1 | Fatal error: Unable to find local grunt.
  86918. web_1 |
  86919. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86920. web_1 | your project. For more information about installing and configuring grunt,
  86921. web_1 | please see the Getting Started guide:
  86922. web_1 |
  86923. web_1 | http://gruntjs.com/getting-started
  86924. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86925. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86926. web_1 | Syncing...
  86927. web_1 | Creating tables ...
  86928. web_1 | Installing custom SQL ...
  86929. web_1 | Installing indexes ...
  86930. web_1 | Installed 0 object(s) from 0 fixture(s)
  86931. web_1 |
  86932. web_1 | Synced:
  86933. web_1 | > django.contrib.auth
  86934. web_1 | > django.contrib.contenttypes
  86935. web_1 | > django.contrib.sessions
  86936. web_1 | > django.contrib.sites
  86937. web_1 | > django.contrib.messages
  86938. web_1 | > django.contrib.staticfiles
  86939. web_1 | > django.contrib.admin
  86940. web_1 | > south
  86941. web_1 | > crispy_forms
  86942. web_1 | > avatar
  86943. web_1 | > bootstrap3
  86944. web_1 | > users
  86945. web_1 | > allauth
  86946. web_1 | > allauth.account
  86947. web_1 | > django.contrib.humanize
  86948. web_1 | > debug_toolbar
  86949. web_1 |
  86950. web_1 | Not synced (use migrations):
  86951. web_1 | - allauth.socialaccount
  86952. web_1 | - django_extensions
  86953. web_1 | (use ./manage.py migrate to migrate these)
  86954. web_1 | Running migrations for socialaccount:
  86955. web_1 | - Nothing to migrate.
  86956. web_1 | - Loading initial data for socialaccount.
  86957. web_1 | Installed 0 object(s) from 0 fixture(s)
  86958. web_1 | Running migrations for django_extensions:
  86959. web_1 | - Nothing to migrate.
  86960. web_1 | - Loading initial data for django_extensions.
  86961. web_1 | Installed 0 object(s) from 0 fixture(s)
  86962. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  86963. web_1 | [GCC 4.9.2] on linux2
  86964. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  86965. web_1 | (InteractiveConsole)
  86966. web_1 |
  86967. web_1 | >>> >>> Starting the server
  86968. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  86969. web_1 |
  86970. web_1 | Fatal error: Unable to find local grunt.
  86971. web_1 |
  86972. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  86973. web_1 | your project. For more information about installing and configuring grunt,
  86974. web_1 | please see the Getting Started guide:
  86975. web_1 |
  86976. web_1 | http://gruntjs.com/getting-started
  86977. web_1 | Starting OpenBSD Secure Shell server: sshd.
  86978. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  86979. web_1 | Syncing...
  86980. web_1 | Creating tables ...
  86981. web_1 | Installing custom SQL ...
  86982. web_1 | Installing indexes ...
  86983. web_1 | Installed 0 object(s) from 0 fixture(s)
  86984. web_1 |
  86985. web_1 | Synced:
  86986. web_1 | > django.contrib.auth
  86987. web_1 | > django.contrib.contenttypes
  86988. web_1 | > django.contrib.sessions
  86989. web_1 | > django.contrib.sites
  86990. web_1 | > django.contrib.messages
  86991. web_1 | > django.contrib.staticfiles
  86992. web_1 | > django.contrib.admin
  86993. web_1 | > south
  86994. web_1 | > crispy_forms
  86995. web_1 | > avatar
  86996. web_1 | > bootstrap3
  86997. web_1 | > users
  86998. web_1 | > allauth
  86999. web_1 | > allauth.account
  87000. web_1 | > django.contrib.humanize
  87001. web_1 | > debug_toolbar
  87002. web_1 |
  87003. web_1 | Not synced (use migrations):
  87004. web_1 | - allauth.socialaccount
  87005. web_1 | - django_extensions
  87006. web_1 | (use ./manage.py migrate to migrate these)
  87007. web_1 | Running migrations for socialaccount:
  87008. web_1 | - Nothing to migrate.
  87009. web_1 | - Loading initial data for socialaccount.
  87010. web_1 | Installed 0 object(s) from 0 fixture(s)
  87011. web_1 | Running migrations for django_extensions:
  87012. web_1 | - Nothing to migrate.
  87013. web_1 | - Loading initial data for django_extensions.
  87014. web_1 | Installed 0 object(s) from 0 fixture(s)
  87015. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87016. web_1 | [GCC 4.9.2] on linux2
  87017. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87018. web_1 | (InteractiveConsole)
  87019. web_1 |
  87020. web_1 | >>> >>> Starting the server
  87021. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87022. web_1 |
  87023. web_1 | Fatal error: Unable to find local grunt.
  87024. web_1 |
  87025. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87026. web_1 | your project. For more information about installing and configuring grunt,
  87027. web_1 | please see the Getting Started guide:
  87028. web_1 |
  87029. web_1 | http://gruntjs.com/getting-started
  87030. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87031. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87032. web_1 | Syncing...
  87033. web_1 | Creating tables ...
  87034. web_1 | Installing custom SQL ...
  87035. web_1 | Installing indexes ...
  87036. web_1 | Installed 0 object(s) from 0 fixture(s)
  87037. web_1 |
  87038. web_1 | Synced:
  87039. web_1 | > django.contrib.auth
  87040. web_1 | > django.contrib.contenttypes
  87041. web_1 | > django.contrib.sessions
  87042. web_1 | > django.contrib.sites
  87043. web_1 | > django.contrib.messages
  87044. web_1 | > django.contrib.staticfiles
  87045. web_1 | > django.contrib.admin
  87046. web_1 | > south
  87047. web_1 | > crispy_forms
  87048. web_1 | > avatar
  87049. web_1 | > bootstrap3
  87050. web_1 | > users
  87051. web_1 | > allauth
  87052. web_1 | > allauth.account
  87053. web_1 | > django.contrib.humanize
  87054. web_1 | > debug_toolbar
  87055. web_1 |
  87056. web_1 | Not synced (use migrations):
  87057. web_1 | - allauth.socialaccount
  87058. web_1 | - django_extensions
  87059. web_1 | (use ./manage.py migrate to migrate these)
  87060. web_1 | Running migrations for socialaccount:
  87061. web_1 | - Nothing to migrate.
  87062. web_1 | - Loading initial data for socialaccount.
  87063. web_1 | Installed 0 object(s) from 0 fixture(s)
  87064. web_1 | Running migrations for django_extensions:
  87065. web_1 | - Nothing to migrate.
  87066. web_1 | - Loading initial data for django_extensions.
  87067. web_1 | Installed 0 object(s) from 0 fixture(s)
  87068. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87069. web_1 | [GCC 4.9.2] on linux2
  87070. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87071. web_1 | (InteractiveConsole)
  87072. web_1 |
  87073. web_1 | >>> >>> Starting the server
  87074. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87075. web_1 |
  87076. web_1 | Fatal error: Unable to find local grunt.
  87077. web_1 |
  87078. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87079. web_1 | your project. For more information about installing and configuring grunt,
  87080. web_1 | please see the Getting Started guide:
  87081. web_1 |
  87082. web_1 | http://gruntjs.com/getting-started
  87083. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87084. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87085. web_1 | Syncing...
  87086. web_1 | Creating tables ...
  87087. web_1 | Installing custom SQL ...
  87088. web_1 | Installing indexes ...
  87089. web_1 | Installed 0 object(s) from 0 fixture(s)
  87090. web_1 |
  87091. web_1 | Synced:
  87092. web_1 | > django.contrib.auth
  87093. web_1 | > django.contrib.contenttypes
  87094. web_1 | > django.contrib.sessions
  87095. web_1 | > django.contrib.sites
  87096. web_1 | > django.contrib.messages
  87097. web_1 | > django.contrib.staticfiles
  87098. web_1 | > django.contrib.admin
  87099. web_1 | > south
  87100. web_1 | > crispy_forms
  87101. web_1 | > avatar
  87102. web_1 | > bootstrap3
  87103. web_1 | > users
  87104. web_1 | > allauth
  87105. web_1 | > allauth.account
  87106. web_1 | > django.contrib.humanize
  87107. web_1 | > debug_toolbar
  87108. web_1 |
  87109. web_1 | Not synced (use migrations):
  87110. web_1 | - allauth.socialaccount
  87111. web_1 | - django_extensions
  87112. web_1 | (use ./manage.py migrate to migrate these)
  87113. web_1 | Running migrations for socialaccount:
  87114. web_1 | - Nothing to migrate.
  87115. web_1 | - Loading initial data for socialaccount.
  87116. web_1 | Installed 0 object(s) from 0 fixture(s)
  87117. web_1 | Running migrations for django_extensions:
  87118. web_1 | - Nothing to migrate.
  87119. web_1 | - Loading initial data for django_extensions.
  87120. web_1 | Installed 0 object(s) from 0 fixture(s)
  87121. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87122. web_1 | [GCC 4.9.2] on linux2
  87123. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87124. web_1 | (InteractiveConsole)
  87125. web_1 |
  87126. web_1 | >>> >>> Starting the server
  87127. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87128. web_1 |
  87129. web_1 | Fatal error: Unable to find local grunt.
  87130. web_1 |
  87131. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87132. web_1 | your project. For more information about installing and configuring grunt,
  87133. web_1 | please see the Getting Started guide:
  87134. web_1 |
  87135. web_1 | http://gruntjs.com/getting-started
  87136. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87137. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87138. web_1 | Syncing...
  87139. web_1 | Creating tables ...
  87140. web_1 | Installing custom SQL ...
  87141. web_1 | Installing indexes ...
  87142. web_1 | Installed 0 object(s) from 0 fixture(s)
  87143. web_1 |
  87144. web_1 | Synced:
  87145. web_1 | > django.contrib.auth
  87146. web_1 | > django.contrib.contenttypes
  87147. web_1 | > django.contrib.sessions
  87148. web_1 | > django.contrib.sites
  87149. web_1 | > django.contrib.messages
  87150. web_1 | > django.contrib.staticfiles
  87151. web_1 | > django.contrib.admin
  87152. web_1 | > south
  87153. web_1 | > crispy_forms
  87154. web_1 | > avatar
  87155. web_1 | > bootstrap3
  87156. web_1 | > users
  87157. web_1 | > allauth
  87158. web_1 | > allauth.account
  87159. web_1 | > django.contrib.humanize
  87160. web_1 | > debug_toolbar
  87161. web_1 |
  87162. web_1 | Not synced (use migrations):
  87163. web_1 | - allauth.socialaccount
  87164. web_1 | - django_extensions
  87165. web_1 | (use ./manage.py migrate to migrate these)
  87166. web_1 | Running migrations for socialaccount:
  87167. web_1 | - Nothing to migrate.
  87168. web_1 | - Loading initial data for socialaccount.
  87169. web_1 | Installed 0 object(s) from 0 fixture(s)
  87170. web_1 | Running migrations for django_extensions:
  87171. web_1 | - Nothing to migrate.
  87172. web_1 | - Loading initial data for django_extensions.
  87173. web_1 | Installed 0 object(s) from 0 fixture(s)
  87174. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87175. web_1 | [GCC 4.9.2] on linux2
  87176. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87177. web_1 | (InteractiveConsole)
  87178. web_1 |
  87179. web_1 | >>> >>> Starting the server
  87180. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87181. web_1 |
  87182. web_1 | Fatal error: Unable to find local grunt.
  87183. web_1 |
  87184. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87185. web_1 | your project. For more information about installing and configuring grunt,
  87186. web_1 | please see the Getting Started guide:
  87187. web_1 |
  87188. web_1 | http://gruntjs.com/getting-started
  87189. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87190. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87191. web_1 | Syncing...
  87192. web_1 | Creating tables ...
  87193. web_1 | Installing custom SQL ...
  87194. web_1 | Installing indexes ...
  87195. web_1 | Installed 0 object(s) from 0 fixture(s)
  87196. web_1 |
  87197. web_1 | Synced:
  87198. web_1 | > django.contrib.auth
  87199. web_1 | > django.contrib.contenttypes
  87200. web_1 | > django.contrib.sessions
  87201. web_1 | > django.contrib.sites
  87202. web_1 | > django.contrib.messages
  87203. web_1 | > django.contrib.staticfiles
  87204. web_1 | > django.contrib.admin
  87205. web_1 | > south
  87206. web_1 | > crispy_forms
  87207. web_1 | > avatar
  87208. web_1 | > bootstrap3
  87209. web_1 | > users
  87210. web_1 | > allauth
  87211. web_1 | > allauth.account
  87212. web_1 | > django.contrib.humanize
  87213. web_1 | > debug_toolbar
  87214. web_1 |
  87215. web_1 | Not synced (use migrations):
  87216. web_1 | - allauth.socialaccount
  87217. web_1 | - django_extensions
  87218. web_1 | (use ./manage.py migrate to migrate these)
  87219. web_1 | Running migrations for socialaccount:
  87220. web_1 | - Nothing to migrate.
  87221. web_1 | - Loading initial data for socialaccount.
  87222. web_1 | Installed 0 object(s) from 0 fixture(s)
  87223. web_1 | Running migrations for django_extensions:
  87224. web_1 | - Nothing to migrate.
  87225. web_1 | - Loading initial data for django_extensions.
  87226. web_1 | Installed 0 object(s) from 0 fixture(s)
  87227. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87228. web_1 | [GCC 4.9.2] on linux2
  87229. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87230. web_1 | (InteractiveConsole)
  87231. web_1 |
  87232. web_1 | >>> >>> Starting the server
  87233. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87234. web_1 |
  87235. web_1 | Fatal error: Unable to find local grunt.
  87236. web_1 |
  87237. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87238. web_1 | your project. For more information about installing and configuring grunt,
  87239. web_1 | please see the Getting Started guide:
  87240. web_1 |
  87241. web_1 | http://gruntjs.com/getting-started
  87242. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87243. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87244. web_1 | Syncing...
  87245. web_1 | Creating tables ...
  87246. web_1 | Installing custom SQL ...
  87247. web_1 | Installing indexes ...
  87248. web_1 | Installed 0 object(s) from 0 fixture(s)
  87249. web_1 |
  87250. web_1 | Synced:
  87251. web_1 | > django.contrib.auth
  87252. web_1 | > django.contrib.contenttypes
  87253. web_1 | > django.contrib.sessions
  87254. web_1 | > django.contrib.sites
  87255. web_1 | > django.contrib.messages
  87256. web_1 | > django.contrib.staticfiles
  87257. web_1 | > django.contrib.admin
  87258. web_1 | > south
  87259. web_1 | > crispy_forms
  87260. web_1 | > avatar
  87261. web_1 | > bootstrap3
  87262. web_1 | > users
  87263. web_1 | > allauth
  87264. web_1 | > allauth.account
  87265. web_1 | > django.contrib.humanize
  87266. web_1 | > debug_toolbar
  87267. web_1 |
  87268. web_1 | Not synced (use migrations):
  87269. web_1 | - allauth.socialaccount
  87270. web_1 | - django_extensions
  87271. web_1 | (use ./manage.py migrate to migrate these)
  87272. web_1 | Running migrations for socialaccount:
  87273. web_1 | - Nothing to migrate.
  87274. web_1 | - Loading initial data for socialaccount.
  87275. web_1 | Installed 0 object(s) from 0 fixture(s)
  87276. web_1 | Running migrations for django_extensions:
  87277. web_1 | - Nothing to migrate.
  87278. web_1 | - Loading initial data for django_extensions.
  87279. web_1 | Installed 0 object(s) from 0 fixture(s)
  87280. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87281. web_1 | [GCC 4.9.2] on linux2
  87282. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87283. web_1 | (InteractiveConsole)
  87284. web_1 |
  87285. web_1 | >>> >>> Starting the server
  87286. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87287. web_1 |
  87288. web_1 | Fatal error: Unable to find local grunt.
  87289. web_1 |
  87290. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87291. web_1 | your project. For more information about installing and configuring grunt,
  87292. web_1 | please see the Getting Started guide:
  87293. web_1 |
  87294. web_1 | http://gruntjs.com/getting-started
  87295. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87296. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87297. web_1 | Syncing...
  87298. web_1 | Creating tables ...
  87299. web_1 | Installing custom SQL ...
  87300. web_1 | Installing indexes ...
  87301. web_1 | Installed 0 object(s) from 0 fixture(s)
  87302. web_1 |
  87303. web_1 | Synced:
  87304. web_1 | > django.contrib.auth
  87305. web_1 | > django.contrib.contenttypes
  87306. web_1 | > django.contrib.sessions
  87307. web_1 | > django.contrib.sites
  87308. web_1 | > django.contrib.messages
  87309. web_1 | > django.contrib.staticfiles
  87310. web_1 | > django.contrib.admin
  87311. web_1 | > south
  87312. web_1 | > crispy_forms
  87313. web_1 | > avatar
  87314. web_1 | > bootstrap3
  87315. web_1 | > users
  87316. web_1 | > allauth
  87317. web_1 | > allauth.account
  87318. web_1 | > django.contrib.humanize
  87319. web_1 | > debug_toolbar
  87320. web_1 |
  87321. web_1 | Not synced (use migrations):
  87322. web_1 | - allauth.socialaccount
  87323. web_1 | - django_extensions
  87324. web_1 | (use ./manage.py migrate to migrate these)
  87325. web_1 | Running migrations for socialaccount:
  87326. web_1 | - Nothing to migrate.
  87327. web_1 | - Loading initial data for socialaccount.
  87328. web_1 | Installed 0 object(s) from 0 fixture(s)
  87329. web_1 | Running migrations for django_extensions:
  87330. web_1 | - Nothing to migrate.
  87331. web_1 | - Loading initial data for django_extensions.
  87332. web_1 | Installed 0 object(s) from 0 fixture(s)
  87333. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87334. web_1 | [GCC 4.9.2] on linux2
  87335. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87336. web_1 | (InteractiveConsole)
  87337. web_1 |
  87338. web_1 | >>> >>> Starting the server
  87339. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87340. web_1 |
  87341. web_1 | Fatal error: Unable to find local grunt.
  87342. web_1 |
  87343. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87344. web_1 | your project. For more information about installing and configuring grunt,
  87345. web_1 | please see the Getting Started guide:
  87346. web_1 |
  87347. web_1 | http://gruntjs.com/getting-started
  87348. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87349. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87350. web_1 | Syncing...
  87351. web_1 | Creating tables ...
  87352. web_1 | Installing custom SQL ...
  87353. web_1 | Installing indexes ...
  87354. web_1 | Installed 0 object(s) from 0 fixture(s)
  87355. web_1 |
  87356. web_1 | Synced:
  87357. web_1 | > django.contrib.auth
  87358. web_1 | > django.contrib.contenttypes
  87359. web_1 | > django.contrib.sessions
  87360. web_1 | > django.contrib.sites
  87361. web_1 | > django.contrib.messages
  87362. web_1 | > django.contrib.staticfiles
  87363. web_1 | > django.contrib.admin
  87364. web_1 | > south
  87365. web_1 | > crispy_forms
  87366. web_1 | > avatar
  87367. web_1 | > bootstrap3
  87368. web_1 | > users
  87369. web_1 | > allauth
  87370. web_1 | > allauth.account
  87371. web_1 | > django.contrib.humanize
  87372. web_1 | > debug_toolbar
  87373. web_1 |
  87374. web_1 | Not synced (use migrations):
  87375. web_1 | - allauth.socialaccount
  87376. web_1 | - django_extensions
  87377. web_1 | (use ./manage.py migrate to migrate these)
  87378. web_1 | Running migrations for socialaccount:
  87379. web_1 | - Nothing to migrate.
  87380. web_1 | - Loading initial data for socialaccount.
  87381. web_1 | Installed 0 object(s) from 0 fixture(s)
  87382. web_1 | Running migrations for django_extensions:
  87383. web_1 | - Nothing to migrate.
  87384. web_1 | - Loading initial data for django_extensions.
  87385. web_1 | Installed 0 object(s) from 0 fixture(s)
  87386. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87387. web_1 | [GCC 4.9.2] on linux2
  87388. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87389. web_1 | (InteractiveConsole)
  87390. web_1 |
  87391. web_1 | >>> >>> Starting the server
  87392. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87393. web_1 |
  87394. web_1 | Fatal error: Unable to find local grunt.
  87395. web_1 |
  87396. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87397. web_1 | your project. For more information about installing and configuring grunt,
  87398. web_1 | please see the Getting Started guide:
  87399. web_1 |
  87400. web_1 | http://gruntjs.com/getting-started
  87401. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87402. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87403. web_1 | Syncing...
  87404. web_1 | Creating tables ...
  87405. web_1 | Installing custom SQL ...
  87406. web_1 | Installing indexes ...
  87407. web_1 | Installed 0 object(s) from 0 fixture(s)
  87408. web_1 |
  87409. web_1 | Synced:
  87410. web_1 | > django.contrib.auth
  87411. web_1 | > django.contrib.contenttypes
  87412. web_1 | > django.contrib.sessions
  87413. web_1 | > django.contrib.sites
  87414. web_1 | > django.contrib.messages
  87415. web_1 | > django.contrib.staticfiles
  87416. web_1 | > django.contrib.admin
  87417. web_1 | > south
  87418. web_1 | > crispy_forms
  87419. web_1 | > avatar
  87420. web_1 | > bootstrap3
  87421. web_1 | > users
  87422. web_1 | > allauth
  87423. web_1 | > allauth.account
  87424. web_1 | > django.contrib.humanize
  87425. web_1 | > debug_toolbar
  87426. web_1 |
  87427. web_1 | Not synced (use migrations):
  87428. web_1 | - allauth.socialaccount
  87429. web_1 | - django_extensions
  87430. web_1 | (use ./manage.py migrate to migrate these)
  87431. web_1 | Running migrations for socialaccount:
  87432. web_1 | - Nothing to migrate.
  87433. web_1 | - Loading initial data for socialaccount.
  87434. web_1 | Installed 0 object(s) from 0 fixture(s)
  87435. web_1 | Running migrations for django_extensions:
  87436. web_1 | - Nothing to migrate.
  87437. web_1 | - Loading initial data for django_extensions.
  87438. web_1 | Installed 0 object(s) from 0 fixture(s)
  87439. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87440. web_1 | [GCC 4.9.2] on linux2
  87441. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87442. web_1 | (InteractiveConsole)
  87443. web_1 |
  87444. web_1 | >>> >>> Starting the server
  87445. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87446. web_1 |
  87447. web_1 | Fatal error: Unable to find local grunt.
  87448. web_1 |
  87449. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87450. web_1 | your project. For more information about installing and configuring grunt,
  87451. web_1 | please see the Getting Started guide:
  87452. web_1 |
  87453. web_1 | http://gruntjs.com/getting-started
  87454. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87455. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87456. web_1 | Syncing...
  87457. web_1 | Creating tables ...
  87458. web_1 | Installing custom SQL ...
  87459. web_1 | Installing indexes ...
  87460. web_1 | Installed 0 object(s) from 0 fixture(s)
  87461. web_1 |
  87462. web_1 | Synced:
  87463. web_1 | > django.contrib.auth
  87464. web_1 | > django.contrib.contenttypes
  87465. web_1 | > django.contrib.sessions
  87466. web_1 | > django.contrib.sites
  87467. web_1 | > django.contrib.messages
  87468. web_1 | > django.contrib.staticfiles
  87469. web_1 | > django.contrib.admin
  87470. web_1 | > south
  87471. web_1 | > crispy_forms
  87472. web_1 | > avatar
  87473. web_1 | > bootstrap3
  87474. web_1 | > users
  87475. web_1 | > allauth
  87476. web_1 | > allauth.account
  87477. web_1 | > django.contrib.humanize
  87478. web_1 | > debug_toolbar
  87479. web_1 |
  87480. web_1 | Not synced (use migrations):
  87481. web_1 | - allauth.socialaccount
  87482. web_1 | - django_extensions
  87483. web_1 | (use ./manage.py migrate to migrate these)
  87484. web_1 | Running migrations for socialaccount:
  87485. web_1 | - Nothing to migrate.
  87486. web_1 | - Loading initial data for socialaccount.
  87487. web_1 | Installed 0 object(s) from 0 fixture(s)
  87488. web_1 | Running migrations for django_extensions:
  87489. web_1 | - Nothing to migrate.
  87490. web_1 | - Loading initial data for django_extensions.
  87491. web_1 | Installed 0 object(s) from 0 fixture(s)
  87492. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87493. web_1 | [GCC 4.9.2] on linux2
  87494. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87495. web_1 | (InteractiveConsole)
  87496. web_1 |
  87497. web_1 | >>> >>> Starting the server
  87498. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87499. web_1 |
  87500. web_1 | Fatal error: Unable to find local grunt.
  87501. web_1 |
  87502. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87503. web_1 | your project. For more information about installing and configuring grunt,
  87504. web_1 | please see the Getting Started guide:
  87505. web_1 |
  87506. web_1 | http://gruntjs.com/getting-started
  87507. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87508. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87509. web_1 | Syncing...
  87510. web_1 | Creating tables ...
  87511. web_1 | Installing custom SQL ...
  87512. web_1 | Installing indexes ...
  87513. web_1 | Installed 0 object(s) from 0 fixture(s)
  87514. web_1 |
  87515. web_1 | Synced:
  87516. web_1 | > django.contrib.auth
  87517. web_1 | > django.contrib.contenttypes
  87518. web_1 | > django.contrib.sessions
  87519. web_1 | > django.contrib.sites
  87520. web_1 | > django.contrib.messages
  87521. web_1 | > django.contrib.staticfiles
  87522. web_1 | > django.contrib.admin
  87523. web_1 | > south
  87524. web_1 | > crispy_forms
  87525. web_1 | > avatar
  87526. web_1 | > bootstrap3
  87527. web_1 | > users
  87528. web_1 | > allauth
  87529. web_1 | > allauth.account
  87530. web_1 | > django.contrib.humanize
  87531. web_1 | > debug_toolbar
  87532. web_1 |
  87533. web_1 | Not synced (use migrations):
  87534. web_1 | - allauth.socialaccount
  87535. web_1 | - django_extensions
  87536. web_1 | (use ./manage.py migrate to migrate these)
  87537. web_1 | Running migrations for socialaccount:
  87538. web_1 | - Nothing to migrate.
  87539. web_1 | - Loading initial data for socialaccount.
  87540. web_1 | Installed 0 object(s) from 0 fixture(s)
  87541. web_1 | Running migrations for django_extensions:
  87542. web_1 | - Nothing to migrate.
  87543. web_1 | - Loading initial data for django_extensions.
  87544. web_1 | Installed 0 object(s) from 0 fixture(s)
  87545. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87546. web_1 | [GCC 4.9.2] on linux2
  87547. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87548. web_1 | (InteractiveConsole)
  87549. web_1 |
  87550. web_1 | >>> >>> Starting the server
  87551. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87552. web_1 |
  87553. web_1 | Fatal error: Unable to find local grunt.
  87554. web_1 |
  87555. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87556. web_1 | your project. For more information about installing and configuring grunt,
  87557. web_1 | please see the Getting Started guide:
  87558. web_1 |
  87559. web_1 | http://gruntjs.com/getting-started
  87560. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87561. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87562. web_1 | Syncing...
  87563. web_1 | Creating tables ...
  87564. web_1 | Installing custom SQL ...
  87565. web_1 | Installing indexes ...
  87566. web_1 | Installed 0 object(s) from 0 fixture(s)
  87567. web_1 |
  87568. web_1 | Synced:
  87569. web_1 | > django.contrib.auth
  87570. web_1 | > django.contrib.contenttypes
  87571. web_1 | > django.contrib.sessions
  87572. web_1 | > django.contrib.sites
  87573. web_1 | > django.contrib.messages
  87574. web_1 | > django.contrib.staticfiles
  87575. web_1 | > django.contrib.admin
  87576. web_1 | > south
  87577. web_1 | > crispy_forms
  87578. web_1 | > avatar
  87579. web_1 | > bootstrap3
  87580. web_1 | > users
  87581. web_1 | > allauth
  87582. web_1 | > allauth.account
  87583. web_1 | > django.contrib.humanize
  87584. web_1 | > debug_toolbar
  87585. web_1 |
  87586. web_1 | Not synced (use migrations):
  87587. web_1 | - allauth.socialaccount
  87588. web_1 | - django_extensions
  87589. web_1 | (use ./manage.py migrate to migrate these)
  87590. web_1 | Running migrations for socialaccount:
  87591. web_1 | - Nothing to migrate.
  87592. web_1 | - Loading initial data for socialaccount.
  87593. web_1 | Installed 0 object(s) from 0 fixture(s)
  87594. web_1 | Running migrations for django_extensions:
  87595. web_1 | - Nothing to migrate.
  87596. web_1 | - Loading initial data for django_extensions.
  87597. web_1 | Installed 0 object(s) from 0 fixture(s)
  87598. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87599. web_1 | [GCC 4.9.2] on linux2
  87600. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87601. web_1 | (InteractiveConsole)
  87602. web_1 |
  87603. web_1 | >>> >>> Starting the server
  87604. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87605. web_1 |
  87606. web_1 | Fatal error: Unable to find local grunt.
  87607. web_1 |
  87608. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87609. web_1 | your project. For more information about installing and configuring grunt,
  87610. web_1 | please see the Getting Started guide:
  87611. web_1 |
  87612. web_1 | http://gruntjs.com/getting-started
  87613. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87614. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87615. web_1 | Syncing...
  87616. web_1 | Creating tables ...
  87617. web_1 | Installing custom SQL ...
  87618. web_1 | Installing indexes ...
  87619. web_1 | Installed 0 object(s) from 0 fixture(s)
  87620. web_1 |
  87621. web_1 | Synced:
  87622. web_1 | > django.contrib.auth
  87623. web_1 | > django.contrib.contenttypes
  87624. web_1 | > django.contrib.sessions
  87625. web_1 | > django.contrib.sites
  87626. web_1 | > django.contrib.messages
  87627. web_1 | > django.contrib.staticfiles
  87628. web_1 | > django.contrib.admin
  87629. web_1 | > south
  87630. web_1 | > crispy_forms
  87631. web_1 | > avatar
  87632. web_1 | > bootstrap3
  87633. web_1 | > users
  87634. web_1 | > allauth
  87635. web_1 | > allauth.account
  87636. web_1 | > django.contrib.humanize
  87637. web_1 | > debug_toolbar
  87638. web_1 |
  87639. web_1 | Not synced (use migrations):
  87640. web_1 | - allauth.socialaccount
  87641. web_1 | - django_extensions
  87642. web_1 | (use ./manage.py migrate to migrate these)
  87643. web_1 | Running migrations for socialaccount:
  87644. web_1 | - Nothing to migrate.
  87645. web_1 | - Loading initial data for socialaccount.
  87646. web_1 | Installed 0 object(s) from 0 fixture(s)
  87647. web_1 | Running migrations for django_extensions:
  87648. web_1 | - Nothing to migrate.
  87649. web_1 | - Loading initial data for django_extensions.
  87650. web_1 | Installed 0 object(s) from 0 fixture(s)
  87651. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87652. web_1 | [GCC 4.9.2] on linux2
  87653. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87654. web_1 | (InteractiveConsole)
  87655. web_1 |
  87656. web_1 | >>> >>> Starting the server
  87657. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87658. web_1 |
  87659. web_1 | Fatal error: Unable to find local grunt.
  87660. web_1 |
  87661. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87662. web_1 | your project. For more information about installing and configuring grunt,
  87663. web_1 | please see the Getting Started guide:
  87664. web_1 |
  87665. web_1 | http://gruntjs.com/getting-started
  87666. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87667. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87668. web_1 | Syncing...
  87669. web_1 | Creating tables ...
  87670. web_1 | Installing custom SQL ...
  87671. web_1 | Installing indexes ...
  87672. web_1 | Installed 0 object(s) from 0 fixture(s)
  87673. web_1 |
  87674. web_1 | Synced:
  87675. web_1 | > django.contrib.auth
  87676. web_1 | > django.contrib.contenttypes
  87677. web_1 | > django.contrib.sessions
  87678. web_1 | > django.contrib.sites
  87679. web_1 | > django.contrib.messages
  87680. web_1 | > django.contrib.staticfiles
  87681. web_1 | > django.contrib.admin
  87682. web_1 | > south
  87683. web_1 | > crispy_forms
  87684. web_1 | > avatar
  87685. web_1 | > bootstrap3
  87686. web_1 | > users
  87687. web_1 | > allauth
  87688. web_1 | > allauth.account
  87689. web_1 | > django.contrib.humanize
  87690. web_1 | > debug_toolbar
  87691. web_1 |
  87692. web_1 | Not synced (use migrations):
  87693. web_1 | - allauth.socialaccount
  87694. web_1 | - django_extensions
  87695. web_1 | (use ./manage.py migrate to migrate these)
  87696. web_1 | Running migrations for socialaccount:
  87697. web_1 | - Nothing to migrate.
  87698. web_1 | - Loading initial data for socialaccount.
  87699. web_1 | Installed 0 object(s) from 0 fixture(s)
  87700. web_1 | Running migrations for django_extensions:
  87701. web_1 | - Nothing to migrate.
  87702. web_1 | - Loading initial data for django_extensions.
  87703. web_1 | Installed 0 object(s) from 0 fixture(s)
  87704. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87705. web_1 | [GCC 4.9.2] on linux2
  87706. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87707. web_1 | (InteractiveConsole)
  87708. web_1 |
  87709. web_1 | >>> >>> Starting the server
  87710. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87711. web_1 |
  87712. web_1 | Fatal error: Unable to find local grunt.
  87713. web_1 |
  87714. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87715. web_1 | your project. For more information about installing and configuring grunt,
  87716. web_1 | please see the Getting Started guide:
  87717. web_1 |
  87718. web_1 | http://gruntjs.com/getting-started
  87719. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87720. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87721. web_1 | Syncing...
  87722. web_1 | Creating tables ...
  87723. web_1 | Installing custom SQL ...
  87724. web_1 | Installing indexes ...
  87725. web_1 | Installed 0 object(s) from 0 fixture(s)
  87726. web_1 |
  87727. web_1 | Synced:
  87728. web_1 | > django.contrib.auth
  87729. web_1 | > django.contrib.contenttypes
  87730. web_1 | > django.contrib.sessions
  87731. web_1 | > django.contrib.sites
  87732. web_1 | > django.contrib.messages
  87733. web_1 | > django.contrib.staticfiles
  87734. web_1 | > django.contrib.admin
  87735. web_1 | > south
  87736. web_1 | > crispy_forms
  87737. web_1 | > avatar
  87738. web_1 | > bootstrap3
  87739. web_1 | > users
  87740. web_1 | > allauth
  87741. web_1 | > allauth.account
  87742. web_1 | > django.contrib.humanize
  87743. web_1 | > debug_toolbar
  87744. web_1 |
  87745. web_1 | Not synced (use migrations):
  87746. web_1 | - allauth.socialaccount
  87747. web_1 | - django_extensions
  87748. web_1 | (use ./manage.py migrate to migrate these)
  87749. web_1 | Running migrations for socialaccount:
  87750. web_1 | - Nothing to migrate.
  87751. web_1 | - Loading initial data for socialaccount.
  87752. web_1 | Installed 0 object(s) from 0 fixture(s)
  87753. web_1 | Running migrations for django_extensions:
  87754. web_1 | - Nothing to migrate.
  87755. web_1 | - Loading initial data for django_extensions.
  87756. web_1 | Installed 0 object(s) from 0 fixture(s)
  87757. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87758. web_1 | [GCC 4.9.2] on linux2
  87759. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87760. web_1 | (InteractiveConsole)
  87761. web_1 |
  87762. web_1 | >>> >>> Starting the server
  87763. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87764. web_1 |
  87765. web_1 | Fatal error: Unable to find local grunt.
  87766. web_1 |
  87767. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87768. web_1 | your project. For more information about installing and configuring grunt,
  87769. web_1 | please see the Getting Started guide:
  87770. web_1 |
  87771. web_1 | http://gruntjs.com/getting-started
  87772. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87773. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87774. web_1 | Syncing...
  87775. web_1 | Creating tables ...
  87776. web_1 | Installing custom SQL ...
  87777. web_1 | Installing indexes ...
  87778. web_1 | Installed 0 object(s) from 0 fixture(s)
  87779. web_1 |
  87780. web_1 | Synced:
  87781. web_1 | > django.contrib.auth
  87782. web_1 | > django.contrib.contenttypes
  87783. web_1 | > django.contrib.sessions
  87784. web_1 | > django.contrib.sites
  87785. web_1 | > django.contrib.messages
  87786. web_1 | > django.contrib.staticfiles
  87787. web_1 | > django.contrib.admin
  87788. web_1 | > south
  87789. web_1 | > crispy_forms
  87790. web_1 | > avatar
  87791. web_1 | > bootstrap3
  87792. web_1 | > users
  87793. web_1 | > allauth
  87794. web_1 | > allauth.account
  87795. web_1 | > django.contrib.humanize
  87796. web_1 | > debug_toolbar
  87797. web_1 |
  87798. web_1 | Not synced (use migrations):
  87799. web_1 | - allauth.socialaccount
  87800. web_1 | - django_extensions
  87801. web_1 | (use ./manage.py migrate to migrate these)
  87802. web_1 | Running migrations for socialaccount:
  87803. web_1 | - Nothing to migrate.
  87804. web_1 | - Loading initial data for socialaccount.
  87805. web_1 | Installed 0 object(s) from 0 fixture(s)
  87806. web_1 | Running migrations for django_extensions:
  87807. web_1 | - Nothing to migrate.
  87808. web_1 | - Loading initial data for django_extensions.
  87809. web_1 | Installed 0 object(s) from 0 fixture(s)
  87810. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87811. web_1 | [GCC 4.9.2] on linux2
  87812. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87813. web_1 | (InteractiveConsole)
  87814. web_1 |
  87815. web_1 | >>> >>> Starting the server
  87816. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87817. web_1 |
  87818. web_1 | Fatal error: Unable to find local grunt.
  87819. web_1 |
  87820. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87821. web_1 | your project. For more information about installing and configuring grunt,
  87822. web_1 | please see the Getting Started guide:
  87823. web_1 |
  87824. web_1 | http://gruntjs.com/getting-started
  87825. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87826. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87827. web_1 | Syncing...
  87828. web_1 | Creating tables ...
  87829. web_1 | Installing custom SQL ...
  87830. web_1 | Installing indexes ...
  87831. web_1 | Installed 0 object(s) from 0 fixture(s)
  87832. web_1 |
  87833. web_1 | Synced:
  87834. web_1 | > django.contrib.auth
  87835. web_1 | > django.contrib.contenttypes
  87836. web_1 | > django.contrib.sessions
  87837. web_1 | > django.contrib.sites
  87838. web_1 | > django.contrib.messages
  87839. web_1 | > django.contrib.staticfiles
  87840. web_1 | > django.contrib.admin
  87841. web_1 | > south
  87842. web_1 | > crispy_forms
  87843. web_1 | > avatar
  87844. web_1 | > bootstrap3
  87845. web_1 | > users
  87846. web_1 | > allauth
  87847. web_1 | > allauth.account
  87848. web_1 | > django.contrib.humanize
  87849. web_1 | > debug_toolbar
  87850. web_1 |
  87851. web_1 | Not synced (use migrations):
  87852. web_1 | - allauth.socialaccount
  87853. web_1 | - django_extensions
  87854. web_1 | (use ./manage.py migrate to migrate these)
  87855. web_1 | Running migrations for socialaccount:
  87856. web_1 | - Nothing to migrate.
  87857. web_1 | - Loading initial data for socialaccount.
  87858. web_1 | Installed 0 object(s) from 0 fixture(s)
  87859. web_1 | Running migrations for django_extensions:
  87860. web_1 | - Nothing to migrate.
  87861. web_1 | - Loading initial data for django_extensions.
  87862. web_1 | Installed 0 object(s) from 0 fixture(s)
  87863. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87864. web_1 | [GCC 4.9.2] on linux2
  87865. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87866. web_1 | (InteractiveConsole)
  87867. web_1 |
  87868. web_1 | >>> >>> Starting the server
  87869. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87870. web_1 |
  87871. web_1 | Fatal error: Unable to find local grunt.
  87872. web_1 |
  87873. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87874. web_1 | your project. For more information about installing and configuring grunt,
  87875. web_1 | please see the Getting Started guide:
  87876. web_1 |
  87877. web_1 | http://gruntjs.com/getting-started
  87878. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87879. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87880. web_1 | Syncing...
  87881. web_1 | Creating tables ...
  87882. web_1 | Installing custom SQL ...
  87883. web_1 | Installing indexes ...
  87884. web_1 | Installed 0 object(s) from 0 fixture(s)
  87885. web_1 |
  87886. web_1 | Synced:
  87887. web_1 | > django.contrib.auth
  87888. web_1 | > django.contrib.contenttypes
  87889. web_1 | > django.contrib.sessions
  87890. web_1 | > django.contrib.sites
  87891. web_1 | > django.contrib.messages
  87892. web_1 | > django.contrib.staticfiles
  87893. web_1 | > django.contrib.admin
  87894. web_1 | > south
  87895. web_1 | > crispy_forms
  87896. web_1 | > avatar
  87897. web_1 | > bootstrap3
  87898. web_1 | > users
  87899. web_1 | > allauth
  87900. web_1 | > allauth.account
  87901. web_1 | > django.contrib.humanize
  87902. web_1 | > debug_toolbar
  87903. web_1 |
  87904. web_1 | Not synced (use migrations):
  87905. web_1 | - allauth.socialaccount
  87906. web_1 | - django_extensions
  87907. web_1 | (use ./manage.py migrate to migrate these)
  87908. web_1 | Running migrations for socialaccount:
  87909. web_1 | - Nothing to migrate.
  87910. web_1 | - Loading initial data for socialaccount.
  87911. web_1 | Installed 0 object(s) from 0 fixture(s)
  87912. web_1 | Running migrations for django_extensions:
  87913. web_1 | - Nothing to migrate.
  87914. web_1 | - Loading initial data for django_extensions.
  87915. web_1 | Installed 0 object(s) from 0 fixture(s)
  87916. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87917. web_1 | [GCC 4.9.2] on linux2
  87918. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87919. web_1 | (InteractiveConsole)
  87920. web_1 |
  87921. web_1 | >>> >>> Starting the server
  87922. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87923. web_1 |
  87924. web_1 | Fatal error: Unable to find local grunt.
  87925. web_1 |
  87926. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87927. web_1 | your project. For more information about installing and configuring grunt,
  87928. web_1 | please see the Getting Started guide:
  87929. web_1 |
  87930. web_1 | http://gruntjs.com/getting-started
  87931. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87932. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87933. web_1 | Syncing...
  87934. web_1 | Creating tables ...
  87935. web_1 | Installing custom SQL ...
  87936. web_1 | Installing indexes ...
  87937. web_1 | Installed 0 object(s) from 0 fixture(s)
  87938. web_1 |
  87939. web_1 | Synced:
  87940. web_1 | > django.contrib.auth
  87941. web_1 | > django.contrib.contenttypes
  87942. web_1 | > django.contrib.sessions
  87943. web_1 | > django.contrib.sites
  87944. web_1 | > django.contrib.messages
  87945. web_1 | > django.contrib.staticfiles
  87946. web_1 | > django.contrib.admin
  87947. web_1 | > south
  87948. web_1 | > crispy_forms
  87949. web_1 | > avatar
  87950. web_1 | > bootstrap3
  87951. web_1 | > users
  87952. web_1 | > allauth
  87953. web_1 | > allauth.account
  87954. web_1 | > django.contrib.humanize
  87955. web_1 | > debug_toolbar
  87956. web_1 |
  87957. web_1 | Not synced (use migrations):
  87958. web_1 | - allauth.socialaccount
  87959. web_1 | - django_extensions
  87960. web_1 | (use ./manage.py migrate to migrate these)
  87961. web_1 | Running migrations for socialaccount:
  87962. web_1 | - Nothing to migrate.
  87963. web_1 | - Loading initial data for socialaccount.
  87964. web_1 | Installed 0 object(s) from 0 fixture(s)
  87965. web_1 | Running migrations for django_extensions:
  87966. web_1 | - Nothing to migrate.
  87967. web_1 | - Loading initial data for django_extensions.
  87968. web_1 | Installed 0 object(s) from 0 fixture(s)
  87969. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  87970. web_1 | [GCC 4.9.2] on linux2
  87971. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  87972. web_1 | (InteractiveConsole)
  87973. web_1 |
  87974. web_1 | >>> >>> Starting the server
  87975. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  87976. web_1 |
  87977. web_1 | Fatal error: Unable to find local grunt.
  87978. web_1 |
  87979. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  87980. web_1 | your project. For more information about installing and configuring grunt,
  87981. web_1 | please see the Getting Started guide:
  87982. web_1 |
  87983. web_1 | http://gruntjs.com/getting-started
  87984. web_1 | Starting OpenBSD Secure Shell server: sshd.
  87985. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  87986. web_1 | Syncing...
  87987. web_1 | Creating tables ...
  87988. web_1 | Installing custom SQL ...
  87989. web_1 | Installing indexes ...
  87990. web_1 | Installed 0 object(s) from 0 fixture(s)
  87991. web_1 |
  87992. web_1 | Synced:
  87993. web_1 | > django.contrib.auth
  87994. web_1 | > django.contrib.contenttypes
  87995. web_1 | > django.contrib.sessions
  87996. web_1 | > django.contrib.sites
  87997. web_1 | > django.contrib.messages
  87998. web_1 | > django.contrib.staticfiles
  87999. web_1 | > django.contrib.admin
  88000. web_1 | > south
  88001. web_1 | > crispy_forms
  88002. web_1 | > avatar
  88003. web_1 | > bootstrap3
  88004. web_1 | > users
  88005. web_1 | > allauth
  88006. web_1 | > allauth.account
  88007. web_1 | > django.contrib.humanize
  88008. web_1 | > debug_toolbar
  88009. web_1 |
  88010. web_1 | Not synced (use migrations):
  88011. web_1 | - allauth.socialaccount
  88012. web_1 | - django_extensions
  88013. web_1 | (use ./manage.py migrate to migrate these)
  88014. web_1 | Running migrations for socialaccount:
  88015. web_1 | - Nothing to migrate.
  88016. web_1 | - Loading initial data for socialaccount.
  88017. web_1 | Installed 0 object(s) from 0 fixture(s)
  88018. web_1 | Running migrations for django_extensions:
  88019. web_1 | - Nothing to migrate.
  88020. web_1 | - Loading initial data for django_extensions.
  88021. web_1 | Installed 0 object(s) from 0 fixture(s)
  88022. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88023. web_1 | [GCC 4.9.2] on linux2
  88024. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88025. web_1 | (InteractiveConsole)
  88026. web_1 |
  88027. web_1 | >>> >>> Starting the server
  88028. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88029. web_1 |
  88030. web_1 | Fatal error: Unable to find local grunt.
  88031. web_1 |
  88032. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88033. web_1 | your project. For more information about installing and configuring grunt,
  88034. web_1 | please see the Getting Started guide:
  88035. web_1 |
  88036. web_1 | http://gruntjs.com/getting-started
  88037. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88038. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88039. web_1 | Syncing...
  88040. web_1 | Creating tables ...
  88041. web_1 | Installing custom SQL ...
  88042. web_1 | Installing indexes ...
  88043. web_1 | Installed 0 object(s) from 0 fixture(s)
  88044. web_1 |
  88045. web_1 | Synced:
  88046. web_1 | > django.contrib.auth
  88047. web_1 | > django.contrib.contenttypes
  88048. web_1 | > django.contrib.sessions
  88049. web_1 | > django.contrib.sites
  88050. web_1 | > django.contrib.messages
  88051. web_1 | > django.contrib.staticfiles
  88052. web_1 | > django.contrib.admin
  88053. web_1 | > south
  88054. web_1 | > crispy_forms
  88055. web_1 | > avatar
  88056. web_1 | > bootstrap3
  88057. web_1 | > users
  88058. web_1 | > allauth
  88059. web_1 | > allauth.account
  88060. web_1 | > django.contrib.humanize
  88061. web_1 | > debug_toolbar
  88062. web_1 |
  88063. web_1 | Not synced (use migrations):
  88064. web_1 | - allauth.socialaccount
  88065. web_1 | - django_extensions
  88066. web_1 | (use ./manage.py migrate to migrate these)
  88067. web_1 | Running migrations for socialaccount:
  88068. web_1 | - Nothing to migrate.
  88069. web_1 | - Loading initial data for socialaccount.
  88070. web_1 | Installed 0 object(s) from 0 fixture(s)
  88071. web_1 | Running migrations for django_extensions:
  88072. web_1 | - Nothing to migrate.
  88073. web_1 | - Loading initial data for django_extensions.
  88074. web_1 | Installed 0 object(s) from 0 fixture(s)
  88075. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88076. web_1 | [GCC 4.9.2] on linux2
  88077. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88078. web_1 | (InteractiveConsole)
  88079. web_1 |
  88080. web_1 | >>> >>> Starting the server
  88081. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88082. web_1 |
  88083. web_1 | Fatal error: Unable to find local grunt.
  88084. web_1 |
  88085. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88086. web_1 | your project. For more information about installing and configuring grunt,
  88087. web_1 | please see the Getting Started guide:
  88088. web_1 |
  88089. web_1 | http://gruntjs.com/getting-started
  88090. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88091. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88092. web_1 | Syncing...
  88093. web_1 | Creating tables ...
  88094. web_1 | Installing custom SQL ...
  88095. web_1 | Installing indexes ...
  88096. web_1 | Installed 0 object(s) from 0 fixture(s)
  88097. web_1 |
  88098. web_1 | Synced:
  88099. web_1 | > django.contrib.auth
  88100. web_1 | > django.contrib.contenttypes
  88101. web_1 | > django.contrib.sessions
  88102. web_1 | > django.contrib.sites
  88103. web_1 | > django.contrib.messages
  88104. web_1 | > django.contrib.staticfiles
  88105. web_1 | > django.contrib.admin
  88106. web_1 | > south
  88107. web_1 | > crispy_forms
  88108. web_1 | > avatar
  88109. web_1 | > bootstrap3
  88110. web_1 | > users
  88111. web_1 | > allauth
  88112. web_1 | > allauth.account
  88113. web_1 | > django.contrib.humanize
  88114. web_1 | > debug_toolbar
  88115. web_1 |
  88116. web_1 | Not synced (use migrations):
  88117. web_1 | - allauth.socialaccount
  88118. web_1 | - django_extensions
  88119. web_1 | (use ./manage.py migrate to migrate these)
  88120. web_1 | Running migrations for socialaccount:
  88121. web_1 | - Nothing to migrate.
  88122. web_1 | - Loading initial data for socialaccount.
  88123. web_1 | Installed 0 object(s) from 0 fixture(s)
  88124. web_1 | Running migrations for django_extensions:
  88125. web_1 | - Nothing to migrate.
  88126. web_1 | - Loading initial data for django_extensions.
  88127. web_1 | Installed 0 object(s) from 0 fixture(s)
  88128. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88129. web_1 | [GCC 4.9.2] on linux2
  88130. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88131. web_1 | (InteractiveConsole)
  88132. web_1 |
  88133. web_1 | >>> >>> Starting the server
  88134. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88135. web_1 |
  88136. web_1 | Fatal error: Unable to find local grunt.
  88137. web_1 |
  88138. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88139. web_1 | your project. For more information about installing and configuring grunt,
  88140. web_1 | please see the Getting Started guide:
  88141. web_1 |
  88142. web_1 | http://gruntjs.com/getting-started
  88143. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88144. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88145. web_1 | Syncing...
  88146. web_1 | Creating tables ...
  88147. web_1 | Installing custom SQL ...
  88148. web_1 | Installing indexes ...
  88149. web_1 | Installed 0 object(s) from 0 fixture(s)
  88150. web_1 |
  88151. web_1 | Synced:
  88152. web_1 | > django.contrib.auth
  88153. web_1 | > django.contrib.contenttypes
  88154. web_1 | > django.contrib.sessions
  88155. web_1 | > django.contrib.sites
  88156. web_1 | > django.contrib.messages
  88157. web_1 | > django.contrib.staticfiles
  88158. web_1 | > django.contrib.admin
  88159. web_1 | > south
  88160. web_1 | > crispy_forms
  88161. web_1 | > avatar
  88162. web_1 | > bootstrap3
  88163. web_1 | > users
  88164. web_1 | > allauth
  88165. web_1 | > allauth.account
  88166. web_1 | > django.contrib.humanize
  88167. web_1 | > debug_toolbar
  88168. web_1 |
  88169. web_1 | Not synced (use migrations):
  88170. web_1 | - allauth.socialaccount
  88171. web_1 | - django_extensions
  88172. web_1 | (use ./manage.py migrate to migrate these)
  88173. web_1 | Running migrations for socialaccount:
  88174. web_1 | - Nothing to migrate.
  88175. web_1 | - Loading initial data for socialaccount.
  88176. web_1 | Installed 0 object(s) from 0 fixture(s)
  88177. web_1 | Running migrations for django_extensions:
  88178. web_1 | - Nothing to migrate.
  88179. web_1 | - Loading initial data for django_extensions.
  88180. web_1 | Installed 0 object(s) from 0 fixture(s)
  88181. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88182. web_1 | [GCC 4.9.2] on linux2
  88183. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88184. web_1 | (InteractiveConsole)
  88185. web_1 |
  88186. web_1 | >>> >>> Starting the server
  88187. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88188. web_1 |
  88189. web_1 | Fatal error: Unable to find local grunt.
  88190. web_1 |
  88191. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88192. web_1 | your project. For more information about installing and configuring grunt,
  88193. web_1 | please see the Getting Started guide:
  88194. web_1 |
  88195. web_1 | http://gruntjs.com/getting-started
  88196. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88197. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88198. web_1 | Syncing...
  88199. web_1 | Creating tables ...
  88200. web_1 | Installing custom SQL ...
  88201. web_1 | Installing indexes ...
  88202. web_1 | Installed 0 object(s) from 0 fixture(s)
  88203. web_1 |
  88204. web_1 | Synced:
  88205. web_1 | > django.contrib.auth
  88206. web_1 | > django.contrib.contenttypes
  88207. web_1 | > django.contrib.sessions
  88208. web_1 | > django.contrib.sites
  88209. web_1 | > django.contrib.messages
  88210. web_1 | > django.contrib.staticfiles
  88211. web_1 | > django.contrib.admin
  88212. web_1 | > south
  88213. web_1 | > crispy_forms
  88214. web_1 | > avatar
  88215. web_1 | > bootstrap3
  88216. web_1 | > users
  88217. web_1 | > allauth
  88218. web_1 | > allauth.account
  88219. web_1 | > django.contrib.humanize
  88220. web_1 | > debug_toolbar
  88221. web_1 |
  88222. web_1 | Not synced (use migrations):
  88223. web_1 | - allauth.socialaccount
  88224. web_1 | - django_extensions
  88225. web_1 | (use ./manage.py migrate to migrate these)
  88226. web_1 | Running migrations for socialaccount:
  88227. web_1 | - Nothing to migrate.
  88228. web_1 | - Loading initial data for socialaccount.
  88229. web_1 | Installed 0 object(s) from 0 fixture(s)
  88230. web_1 | Running migrations for django_extensions:
  88231. web_1 | - Nothing to migrate.
  88232. web_1 | - Loading initial data for django_extensions.
  88233. web_1 | Installed 0 object(s) from 0 fixture(s)
  88234. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88235. web_1 | [GCC 4.9.2] on linux2
  88236. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88237. web_1 | (InteractiveConsole)
  88238. web_1 |
  88239. web_1 | >>> >>> Starting the server
  88240. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88241. web_1 |
  88242. web_1 | Fatal error: Unable to find local grunt.
  88243. web_1 |
  88244. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88245. web_1 | your project. For more information about installing and configuring grunt,
  88246. web_1 | please see the Getting Started guide:
  88247. web_1 |
  88248. web_1 | http://gruntjs.com/getting-started
  88249. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88250. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88251. web_1 | Syncing...
  88252. web_1 | Creating tables ...
  88253. web_1 | Installing custom SQL ...
  88254. web_1 | Installing indexes ...
  88255. web_1 | Installed 0 object(s) from 0 fixture(s)
  88256. web_1 |
  88257. web_1 | Synced:
  88258. web_1 | > django.contrib.auth
  88259. web_1 | > django.contrib.contenttypes
  88260. web_1 | > django.contrib.sessions
  88261. web_1 | > django.contrib.sites
  88262. web_1 | > django.contrib.messages
  88263. web_1 | > django.contrib.staticfiles
  88264. web_1 | > django.contrib.admin
  88265. web_1 | > south
  88266. web_1 | > crispy_forms
  88267. web_1 | > avatar
  88268. web_1 | > bootstrap3
  88269. web_1 | > users
  88270. web_1 | > allauth
  88271. web_1 | > allauth.account
  88272. web_1 | > django.contrib.humanize
  88273. web_1 | > debug_toolbar
  88274. web_1 |
  88275. web_1 | Not synced (use migrations):
  88276. web_1 | - allauth.socialaccount
  88277. web_1 | - django_extensions
  88278. web_1 | (use ./manage.py migrate to migrate these)
  88279. web_1 | Running migrations for socialaccount:
  88280. web_1 | - Nothing to migrate.
  88281. web_1 | - Loading initial data for socialaccount.
  88282. web_1 | Installed 0 object(s) from 0 fixture(s)
  88283. web_1 | Running migrations for django_extensions:
  88284. web_1 | - Nothing to migrate.
  88285. web_1 | - Loading initial data for django_extensions.
  88286. web_1 | Installed 0 object(s) from 0 fixture(s)
  88287. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88288. web_1 | [GCC 4.9.2] on linux2
  88289. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88290. web_1 | (InteractiveConsole)
  88291. web_1 |
  88292. web_1 | >>> >>> Starting the server
  88293. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88294. web_1 |
  88295. web_1 | Fatal error: Unable to find local grunt.
  88296. web_1 |
  88297. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88298. web_1 | your project. For more information about installing and configuring grunt,
  88299. web_1 | please see the Getting Started guide:
  88300. web_1 |
  88301. web_1 | http://gruntjs.com/getting-started
  88302. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88303. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88304. web_1 | Syncing...
  88305. web_1 | Creating tables ...
  88306. web_1 | Installing custom SQL ...
  88307. web_1 | Installing indexes ...
  88308. web_1 | Installed 0 object(s) from 0 fixture(s)
  88309. web_1 |
  88310. web_1 | Synced:
  88311. web_1 | > django.contrib.auth
  88312. web_1 | > django.contrib.contenttypes
  88313. web_1 | > django.contrib.sessions
  88314. web_1 | > django.contrib.sites
  88315. web_1 | > django.contrib.messages
  88316. web_1 | > django.contrib.staticfiles
  88317. web_1 | > django.contrib.admin
  88318. web_1 | > south
  88319. web_1 | > crispy_forms
  88320. web_1 | > avatar
  88321. web_1 | > bootstrap3
  88322. web_1 | > users
  88323. web_1 | > allauth
  88324. web_1 | > allauth.account
  88325. web_1 | > django.contrib.humanize
  88326. web_1 | > debug_toolbar
  88327. web_1 |
  88328. web_1 | Not synced (use migrations):
  88329. web_1 | - allauth.socialaccount
  88330. web_1 | - django_extensions
  88331. web_1 | (use ./manage.py migrate to migrate these)
  88332. web_1 | Running migrations for socialaccount:
  88333. web_1 | - Nothing to migrate.
  88334. web_1 | - Loading initial data for socialaccount.
  88335. web_1 | Installed 0 object(s) from 0 fixture(s)
  88336. web_1 | Running migrations for django_extensions:
  88337. web_1 | - Nothing to migrate.
  88338. web_1 | - Loading initial data for django_extensions.
  88339. web_1 | Installed 0 object(s) from 0 fixture(s)
  88340. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88341. web_1 | [GCC 4.9.2] on linux2
  88342. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88343. web_1 | (InteractiveConsole)
  88344. web_1 |
  88345. web_1 | >>> >>> Starting the server
  88346. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88347. web_1 |
  88348. web_1 | Fatal error: Unable to find local grunt.
  88349. web_1 |
  88350. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88351. web_1 | your project. For more information about installing and configuring grunt,
  88352. web_1 | please see the Getting Started guide:
  88353. web_1 |
  88354. web_1 | http://gruntjs.com/getting-started
  88355. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88356. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88357. web_1 | Syncing...
  88358. web_1 | Creating tables ...
  88359. web_1 | Installing custom SQL ...
  88360. web_1 | Installing indexes ...
  88361. web_1 | Installed 0 object(s) from 0 fixture(s)
  88362. web_1 |
  88363. web_1 | Synced:
  88364. web_1 | > django.contrib.auth
  88365. web_1 | > django.contrib.contenttypes
  88366. web_1 | > django.contrib.sessions
  88367. web_1 | > django.contrib.sites
  88368. web_1 | > django.contrib.messages
  88369. web_1 | > django.contrib.staticfiles
  88370. web_1 | > django.contrib.admin
  88371. web_1 | > south
  88372. web_1 | > crispy_forms
  88373. web_1 | > avatar
  88374. web_1 | > bootstrap3
  88375. web_1 | > users
  88376. web_1 | > allauth
  88377. web_1 | > allauth.account
  88378. web_1 | > django.contrib.humanize
  88379. web_1 | > debug_toolbar
  88380. web_1 |
  88381. web_1 | Not synced (use migrations):
  88382. web_1 | - allauth.socialaccount
  88383. web_1 | - django_extensions
  88384. web_1 | (use ./manage.py migrate to migrate these)
  88385. web_1 | Running migrations for socialaccount:
  88386. web_1 | - Nothing to migrate.
  88387. web_1 | - Loading initial data for socialaccount.
  88388. web_1 | Installed 0 object(s) from 0 fixture(s)
  88389. web_1 | Running migrations for django_extensions:
  88390. web_1 | - Nothing to migrate.
  88391. web_1 | - Loading initial data for django_extensions.
  88392. web_1 | Installed 0 object(s) from 0 fixture(s)
  88393. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88394. web_1 | [GCC 4.9.2] on linux2
  88395. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88396. web_1 | (InteractiveConsole)
  88397. web_1 |
  88398. web_1 | >>> >>> Starting the server
  88399. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88400. web_1 |
  88401. web_1 | Fatal error: Unable to find local grunt.
  88402. web_1 |
  88403. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88404. web_1 | your project. For more information about installing and configuring grunt,
  88405. web_1 | please see the Getting Started guide:
  88406. web_1 |
  88407. web_1 | http://gruntjs.com/getting-started
  88408. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88409. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88410. web_1 | Syncing...
  88411. web_1 | Creating tables ...
  88412. web_1 | Installing custom SQL ...
  88413. web_1 | Installing indexes ...
  88414. web_1 | Installed 0 object(s) from 0 fixture(s)
  88415. web_1 |
  88416. web_1 | Synced:
  88417. web_1 | > django.contrib.auth
  88418. web_1 | > django.contrib.contenttypes
  88419. web_1 | > django.contrib.sessions
  88420. web_1 | > django.contrib.sites
  88421. web_1 | > django.contrib.messages
  88422. web_1 | > django.contrib.staticfiles
  88423. web_1 | > django.contrib.admin
  88424. web_1 | > south
  88425. web_1 | > crispy_forms
  88426. web_1 | > avatar
  88427. web_1 | > bootstrap3
  88428. web_1 | > users
  88429. web_1 | > allauth
  88430. web_1 | > allauth.account
  88431. web_1 | > django.contrib.humanize
  88432. web_1 | > debug_toolbar
  88433. web_1 |
  88434. web_1 | Not synced (use migrations):
  88435. web_1 | - allauth.socialaccount
  88436. web_1 | - django_extensions
  88437. web_1 | (use ./manage.py migrate to migrate these)
  88438. web_1 | Running migrations for socialaccount:
  88439. web_1 | - Nothing to migrate.
  88440. web_1 | - Loading initial data for socialaccount.
  88441. web_1 | Installed 0 object(s) from 0 fixture(s)
  88442. web_1 | Running migrations for django_extensions:
  88443. web_1 | - Nothing to migrate.
  88444. web_1 | - Loading initial data for django_extensions.
  88445. web_1 | Installed 0 object(s) from 0 fixture(s)
  88446. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88447. web_1 | [GCC 4.9.2] on linux2
  88448. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88449. web_1 | (InteractiveConsole)
  88450. web_1 |
  88451. web_1 | >>> >>> Starting the server
  88452. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88453. web_1 |
  88454. web_1 | Fatal error: Unable to find local grunt.
  88455. web_1 |
  88456. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88457. web_1 | your project. For more information about installing and configuring grunt,
  88458. web_1 | please see the Getting Started guide:
  88459. web_1 |
  88460. web_1 | http://gruntjs.com/getting-started
  88461. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88462. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88463. web_1 | Syncing...
  88464. web_1 | Creating tables ...
  88465. web_1 | Installing custom SQL ...
  88466. web_1 | Installing indexes ...
  88467. web_1 | Installed 0 object(s) from 0 fixture(s)
  88468. web_1 |
  88469. web_1 | Synced:
  88470. web_1 | > django.contrib.auth
  88471. web_1 | > django.contrib.contenttypes
  88472. web_1 | > django.contrib.sessions
  88473. web_1 | > django.contrib.sites
  88474. web_1 | > django.contrib.messages
  88475. web_1 | > django.contrib.staticfiles
  88476. web_1 | > django.contrib.admin
  88477. web_1 | > south
  88478. web_1 | > crispy_forms
  88479. web_1 | > avatar
  88480. web_1 | > bootstrap3
  88481. web_1 | > users
  88482. web_1 | > allauth
  88483. web_1 | > allauth.account
  88484. web_1 | > django.contrib.humanize
  88485. web_1 | > debug_toolbar
  88486. web_1 |
  88487. web_1 | Not synced (use migrations):
  88488. web_1 | - allauth.socialaccount
  88489. web_1 | - django_extensions
  88490. web_1 | (use ./manage.py migrate to migrate these)
  88491. web_1 | Running migrations for socialaccount:
  88492. web_1 | - Nothing to migrate.
  88493. web_1 | - Loading initial data for socialaccount.
  88494. web_1 | Installed 0 object(s) from 0 fixture(s)
  88495. web_1 | Running migrations for django_extensions:
  88496. web_1 | - Nothing to migrate.
  88497. web_1 | - Loading initial data for django_extensions.
  88498. web_1 | Installed 0 object(s) from 0 fixture(s)
  88499. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88500. web_1 | [GCC 4.9.2] on linux2
  88501. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88502. web_1 | (InteractiveConsole)
  88503. web_1 |
  88504. web_1 | >>> >>> Starting the server
  88505. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88506. web_1 |
  88507. web_1 | Fatal error: Unable to find local grunt.
  88508. web_1 |
  88509. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88510. web_1 | your project. For more information about installing and configuring grunt,
  88511. web_1 | please see the Getting Started guide:
  88512. web_1 |
  88513. web_1 | http://gruntjs.com/getting-started
  88514. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88515. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88516. web_1 | Syncing...
  88517. web_1 | Creating tables ...
  88518. web_1 | Installing custom SQL ...
  88519. web_1 | Installing indexes ...
  88520. web_1 | Installed 0 object(s) from 0 fixture(s)
  88521. web_1 |
  88522. web_1 | Synced:
  88523. web_1 | > django.contrib.auth
  88524. web_1 | > django.contrib.contenttypes
  88525. web_1 | > django.contrib.sessions
  88526. web_1 | > django.contrib.sites
  88527. web_1 | > django.contrib.messages
  88528. web_1 | > django.contrib.staticfiles
  88529. web_1 | > django.contrib.admin
  88530. web_1 | > south
  88531. web_1 | > crispy_forms
  88532. web_1 | > avatar
  88533. web_1 | > bootstrap3
  88534. web_1 | > users
  88535. web_1 | > allauth
  88536. web_1 | > allauth.account
  88537. web_1 | > django.contrib.humanize
  88538. web_1 | > debug_toolbar
  88539. web_1 |
  88540. web_1 | Not synced (use migrations):
  88541. web_1 | - allauth.socialaccount
  88542. web_1 | - django_extensions
  88543. web_1 | (use ./manage.py migrate to migrate these)
  88544. web_1 | Running migrations for socialaccount:
  88545. web_1 | - Nothing to migrate.
  88546. web_1 | - Loading initial data for socialaccount.
  88547. web_1 | Installed 0 object(s) from 0 fixture(s)
  88548. web_1 | Running migrations for django_extensions:
  88549. web_1 | - Nothing to migrate.
  88550. web_1 | - Loading initial data for django_extensions.
  88551. web_1 | Installed 0 object(s) from 0 fixture(s)
  88552. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88553. web_1 | [GCC 4.9.2] on linux2
  88554. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88555. web_1 | (InteractiveConsole)
  88556. web_1 |
  88557. web_1 | >>> >>> Starting the server
  88558. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88559. web_1 |
  88560. web_1 | Fatal error: Unable to find local grunt.
  88561. web_1 |
  88562. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88563. web_1 | your project. For more information about installing and configuring grunt,
  88564. web_1 | please see the Getting Started guide:
  88565. web_1 |
  88566. web_1 | http://gruntjs.com/getting-started
  88567. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88568. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88569. web_1 | Syncing...
  88570. web_1 | Creating tables ...
  88571. web_1 | Installing custom SQL ...
  88572. web_1 | Installing indexes ...
  88573. web_1 | Installed 0 object(s) from 0 fixture(s)
  88574. web_1 |
  88575. web_1 | Synced:
  88576. web_1 | > django.contrib.auth
  88577. web_1 | > django.contrib.contenttypes
  88578. web_1 | > django.contrib.sessions
  88579. web_1 | > django.contrib.sites
  88580. web_1 | > django.contrib.messages
  88581. web_1 | > django.contrib.staticfiles
  88582. web_1 | > django.contrib.admin
  88583. web_1 | > south
  88584. web_1 | > crispy_forms
  88585. web_1 | > avatar
  88586. web_1 | > bootstrap3
  88587. web_1 | > users
  88588. web_1 | > allauth
  88589. web_1 | > allauth.account
  88590. web_1 | > django.contrib.humanize
  88591. web_1 | > debug_toolbar
  88592. web_1 |
  88593. web_1 | Not synced (use migrations):
  88594. web_1 | - allauth.socialaccount
  88595. web_1 | - django_extensions
  88596. web_1 | (use ./manage.py migrate to migrate these)
  88597. web_1 | Running migrations for socialaccount:
  88598. web_1 | - Nothing to migrate.
  88599. web_1 | - Loading initial data for socialaccount.
  88600. web_1 | Installed 0 object(s) from 0 fixture(s)
  88601. web_1 | Running migrations for django_extensions:
  88602. web_1 | - Nothing to migrate.
  88603. web_1 | - Loading initial data for django_extensions.
  88604. web_1 | Installed 0 object(s) from 0 fixture(s)
  88605. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88606. web_1 | [GCC 4.9.2] on linux2
  88607. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88608. web_1 | (InteractiveConsole)
  88609. web_1 |
  88610. web_1 | >>> >>> Starting the server
  88611. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88612. web_1 |
  88613. web_1 | Fatal error: Unable to find local grunt.
  88614. web_1 |
  88615. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88616. web_1 | your project. For more information about installing and configuring grunt,
  88617. web_1 | please see the Getting Started guide:
  88618. web_1 |
  88619. web_1 | http://gruntjs.com/getting-started
  88620. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88621. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88622. web_1 | Syncing...
  88623. web_1 | Creating tables ...
  88624. web_1 | Installing custom SQL ...
  88625. web_1 | Installing indexes ...
  88626. web_1 | Installed 0 object(s) from 0 fixture(s)
  88627. web_1 |
  88628. web_1 | Synced:
  88629. web_1 | > django.contrib.auth
  88630. web_1 | > django.contrib.contenttypes
  88631. web_1 | > django.contrib.sessions
  88632. web_1 | > django.contrib.sites
  88633. web_1 | > django.contrib.messages
  88634. web_1 | > django.contrib.staticfiles
  88635. web_1 | > django.contrib.admin
  88636. web_1 | > south
  88637. web_1 | > crispy_forms
  88638. web_1 | > avatar
  88639. web_1 | > bootstrap3
  88640. web_1 | > users
  88641. web_1 | > allauth
  88642. web_1 | > allauth.account
  88643. web_1 | > django.contrib.humanize
  88644. web_1 | > debug_toolbar
  88645. web_1 |
  88646. web_1 | Not synced (use migrations):
  88647. web_1 | - allauth.socialaccount
  88648. web_1 | - django_extensions
  88649. web_1 | (use ./manage.py migrate to migrate these)
  88650. web_1 | Running migrations for socialaccount:
  88651. web_1 | - Nothing to migrate.
  88652. web_1 | - Loading initial data for socialaccount.
  88653. web_1 | Installed 0 object(s) from 0 fixture(s)
  88654. web_1 | Running migrations for django_extensions:
  88655. web_1 | - Nothing to migrate.
  88656. web_1 | - Loading initial data for django_extensions.
  88657. web_1 | Installed 0 object(s) from 0 fixture(s)
  88658. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88659. web_1 | [GCC 4.9.2] on linux2
  88660. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88661. web_1 | (InteractiveConsole)
  88662. web_1 |
  88663. web_1 | >>> >>> Starting the server
  88664. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88665. web_1 |
  88666. web_1 | Fatal error: Unable to find local grunt.
  88667. web_1 |
  88668. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88669. web_1 | your project. For more information about installing and configuring grunt,
  88670. web_1 | please see the Getting Started guide:
  88671. web_1 |
  88672. web_1 | http://gruntjs.com/getting-started
  88673. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88674. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88675. web_1 | Syncing...
  88676. web_1 | Creating tables ...
  88677. web_1 | Installing custom SQL ...
  88678. web_1 | Installing indexes ...
  88679. web_1 | Installed 0 object(s) from 0 fixture(s)
  88680. web_1 |
  88681. web_1 | Synced:
  88682. web_1 | > django.contrib.auth
  88683. web_1 | > django.contrib.contenttypes
  88684. web_1 | > django.contrib.sessions
  88685. web_1 | > django.contrib.sites
  88686. web_1 | > django.contrib.messages
  88687. web_1 | > django.contrib.staticfiles
  88688. web_1 | > django.contrib.admin
  88689. web_1 | > south
  88690. web_1 | > crispy_forms
  88691. web_1 | > avatar
  88692. web_1 | > bootstrap3
  88693. web_1 | > users
  88694. web_1 | > allauth
  88695. web_1 | > allauth.account
  88696. web_1 | > django.contrib.humanize
  88697. web_1 | > debug_toolbar
  88698. web_1 |
  88699. web_1 | Not synced (use migrations):
  88700. web_1 | - allauth.socialaccount
  88701. web_1 | - django_extensions
  88702. web_1 | (use ./manage.py migrate to migrate these)
  88703. web_1 | Running migrations for socialaccount:
  88704. web_1 | - Nothing to migrate.
  88705. web_1 | - Loading initial data for socialaccount.
  88706. web_1 | Installed 0 object(s) from 0 fixture(s)
  88707. web_1 | Running migrations for django_extensions:
  88708. web_1 | - Nothing to migrate.
  88709. web_1 | - Loading initial data for django_extensions.
  88710. web_1 | Installed 0 object(s) from 0 fixture(s)
  88711. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88712. web_1 | [GCC 4.9.2] on linux2
  88713. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88714. web_1 | (InteractiveConsole)
  88715. web_1 |
  88716. web_1 | >>> >>> Starting the server
  88717. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88718. web_1 |
  88719. web_1 | Fatal error: Unable to find local grunt.
  88720. web_1 |
  88721. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88722. web_1 | your project. For more information about installing and configuring grunt,
  88723. web_1 | please see the Getting Started guide:
  88724. web_1 |
  88725. web_1 | http://gruntjs.com/getting-started
  88726. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88727. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88728. web_1 | Syncing...
  88729. web_1 | Creating tables ...
  88730. web_1 | Installing custom SQL ...
  88731. web_1 | Installing indexes ...
  88732. web_1 | Installed 0 object(s) from 0 fixture(s)
  88733. web_1 |
  88734. web_1 | Synced:
  88735. web_1 | > django.contrib.auth
  88736. web_1 | > django.contrib.contenttypes
  88737. web_1 | > django.contrib.sessions
  88738. web_1 | > django.contrib.sites
  88739. web_1 | > django.contrib.messages
  88740. web_1 | > django.contrib.staticfiles
  88741. web_1 | > django.contrib.admin
  88742. web_1 | > south
  88743. web_1 | > crispy_forms
  88744. web_1 | > avatar
  88745. web_1 | > bootstrap3
  88746. web_1 | > users
  88747. web_1 | > allauth
  88748. web_1 | > allauth.account
  88749. web_1 | > django.contrib.humanize
  88750. web_1 | > debug_toolbar
  88751. web_1 |
  88752. web_1 | Not synced (use migrations):
  88753. web_1 | - allauth.socialaccount
  88754. web_1 | - django_extensions
  88755. web_1 | (use ./manage.py migrate to migrate these)
  88756. web_1 | Running migrations for socialaccount:
  88757. web_1 | - Nothing to migrate.
  88758. web_1 | - Loading initial data for socialaccount.
  88759. web_1 | Installed 0 object(s) from 0 fixture(s)
  88760. web_1 | Running migrations for django_extensions:
  88761. web_1 | - Nothing to migrate.
  88762. web_1 | - Loading initial data for django_extensions.
  88763. web_1 | Installed 0 object(s) from 0 fixture(s)
  88764. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88765. web_1 | [GCC 4.9.2] on linux2
  88766. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88767. web_1 | (InteractiveConsole)
  88768. web_1 |
  88769. web_1 | >>> >>> Starting the server
  88770. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88771. web_1 |
  88772. web_1 | Fatal error: Unable to find local grunt.
  88773. web_1 |
  88774. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88775. web_1 | your project. For more information about installing and configuring grunt,
  88776. web_1 | please see the Getting Started guide:
  88777. web_1 |
  88778. web_1 | http://gruntjs.com/getting-started
  88779. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88780. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88781. web_1 | Syncing...
  88782. web_1 | Creating tables ...
  88783. web_1 | Installing custom SQL ...
  88784. web_1 | Installing indexes ...
  88785. web_1 | Installed 0 object(s) from 0 fixture(s)
  88786. web_1 |
  88787. web_1 | Synced:
  88788. web_1 | > django.contrib.auth
  88789. web_1 | > django.contrib.contenttypes
  88790. web_1 | > django.contrib.sessions
  88791. web_1 | > django.contrib.sites
  88792. web_1 | > django.contrib.messages
  88793. web_1 | > django.contrib.staticfiles
  88794. web_1 | > django.contrib.admin
  88795. web_1 | > south
  88796. web_1 | > crispy_forms
  88797. web_1 | > avatar
  88798. web_1 | > bootstrap3
  88799. web_1 | > users
  88800. web_1 | > allauth
  88801. web_1 | > allauth.account
  88802. web_1 | > django.contrib.humanize
  88803. web_1 | > debug_toolbar
  88804. web_1 |
  88805. web_1 | Not synced (use migrations):
  88806. web_1 | - allauth.socialaccount
  88807. web_1 | - django_extensions
  88808. web_1 | (use ./manage.py migrate to migrate these)
  88809. web_1 | Running migrations for socialaccount:
  88810. web_1 | - Nothing to migrate.
  88811. web_1 | - Loading initial data for socialaccount.
  88812. web_1 | Installed 0 object(s) from 0 fixture(s)
  88813. web_1 | Running migrations for django_extensions:
  88814. web_1 | - Nothing to migrate.
  88815. web_1 | - Loading initial data for django_extensions.
  88816. web_1 | Installed 0 object(s) from 0 fixture(s)
  88817. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88818. web_1 | [GCC 4.9.2] on linux2
  88819. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88820. web_1 | (InteractiveConsole)
  88821. web_1 |
  88822. web_1 | >>> >>> Starting the server
  88823. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88824. web_1 |
  88825. web_1 | Fatal error: Unable to find local grunt.
  88826. web_1 |
  88827. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88828. web_1 | your project. For more information about installing and configuring grunt,
  88829. web_1 | please see the Getting Started guide:
  88830. web_1 |
  88831. web_1 | http://gruntjs.com/getting-started
  88832. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88833. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88834. web_1 | Syncing...
  88835. web_1 | Creating tables ...
  88836. web_1 | Installing custom SQL ...
  88837. web_1 | Installing indexes ...
  88838. web_1 | Installed 0 object(s) from 0 fixture(s)
  88839. web_1 |
  88840. web_1 | Synced:
  88841. web_1 | > django.contrib.auth
  88842. web_1 | > django.contrib.contenttypes
  88843. web_1 | > django.contrib.sessions
  88844. web_1 | > django.contrib.sites
  88845. web_1 | > django.contrib.messages
  88846. web_1 | > django.contrib.staticfiles
  88847. web_1 | > django.contrib.admin
  88848. web_1 | > south
  88849. web_1 | > crispy_forms
  88850. web_1 | > avatar
  88851. web_1 | > bootstrap3
  88852. web_1 | > users
  88853. web_1 | > allauth
  88854. web_1 | > allauth.account
  88855. web_1 | > django.contrib.humanize
  88856. web_1 | > debug_toolbar
  88857. web_1 |
  88858. web_1 | Not synced (use migrations):
  88859. web_1 | - allauth.socialaccount
  88860. web_1 | - django_extensions
  88861. web_1 | (use ./manage.py migrate to migrate these)
  88862. web_1 | Running migrations for socialaccount:
  88863. web_1 | - Nothing to migrate.
  88864. web_1 | - Loading initial data for socialaccount.
  88865. web_1 | Installed 0 object(s) from 0 fixture(s)
  88866. web_1 | Running migrations for django_extensions:
  88867. web_1 | - Nothing to migrate.
  88868. web_1 | - Loading initial data for django_extensions.
  88869. web_1 | Installed 0 object(s) from 0 fixture(s)
  88870. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88871. web_1 | [GCC 4.9.2] on linux2
  88872. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88873. web_1 | (InteractiveConsole)
  88874. web_1 |
  88875. web_1 | >>> >>> Starting the server
  88876. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88877. web_1 |
  88878. web_1 | Fatal error: Unable to find local grunt.
  88879. web_1 |
  88880. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88881. web_1 | your project. For more information about installing and configuring grunt,
  88882. web_1 | please see the Getting Started guide:
  88883. web_1 |
  88884. web_1 | http://gruntjs.com/getting-started
  88885. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88886. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88887. web_1 | Syncing...
  88888. web_1 | Creating tables ...
  88889. web_1 | Installing custom SQL ...
  88890. web_1 | Installing indexes ...
  88891. web_1 | Installed 0 object(s) from 0 fixture(s)
  88892. web_1 |
  88893. web_1 | Synced:
  88894. web_1 | > django.contrib.auth
  88895. web_1 | > django.contrib.contenttypes
  88896. web_1 | > django.contrib.sessions
  88897. web_1 | > django.contrib.sites
  88898. web_1 | > django.contrib.messages
  88899. web_1 | > django.contrib.staticfiles
  88900. web_1 | > django.contrib.admin
  88901. web_1 | > south
  88902. web_1 | > crispy_forms
  88903. web_1 | > avatar
  88904. web_1 | > bootstrap3
  88905. web_1 | > users
  88906. web_1 | > allauth
  88907. web_1 | > allauth.account
  88908. web_1 | > django.contrib.humanize
  88909. web_1 | > debug_toolbar
  88910. web_1 |
  88911. web_1 | Not synced (use migrations):
  88912. web_1 | - allauth.socialaccount
  88913. web_1 | - django_extensions
  88914. web_1 | (use ./manage.py migrate to migrate these)
  88915. web_1 | Running migrations for socialaccount:
  88916. web_1 | - Nothing to migrate.
  88917. web_1 | - Loading initial data for socialaccount.
  88918. web_1 | Installed 0 object(s) from 0 fixture(s)
  88919. web_1 | Running migrations for django_extensions:
  88920. web_1 | - Nothing to migrate.
  88921. web_1 | - Loading initial data for django_extensions.
  88922. web_1 | Installed 0 object(s) from 0 fixture(s)
  88923. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88924. web_1 | [GCC 4.9.2] on linux2
  88925. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88926. web_1 | (InteractiveConsole)
  88927. web_1 |
  88928. web_1 | >>> >>> Starting the server
  88929. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88930. web_1 |
  88931. web_1 | Fatal error: Unable to find local grunt.
  88932. web_1 |
  88933. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88934. web_1 | your project. For more information about installing and configuring grunt,
  88935. web_1 | please see the Getting Started guide:
  88936. web_1 |
  88937. web_1 | http://gruntjs.com/getting-started
  88938. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88939. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88940. web_1 | Syncing...
  88941. web_1 | Creating tables ...
  88942. web_1 | Installing custom SQL ...
  88943. web_1 | Installing indexes ...
  88944. web_1 | Installed 0 object(s) from 0 fixture(s)
  88945. web_1 |
  88946. web_1 | Synced:
  88947. web_1 | > django.contrib.auth
  88948. web_1 | > django.contrib.contenttypes
  88949. web_1 | > django.contrib.sessions
  88950. web_1 | > django.contrib.sites
  88951. web_1 | > django.contrib.messages
  88952. web_1 | > django.contrib.staticfiles
  88953. web_1 | > django.contrib.admin
  88954. web_1 | > south
  88955. web_1 | > crispy_forms
  88956. web_1 | > avatar
  88957. web_1 | > bootstrap3
  88958. web_1 | > users
  88959. web_1 | > allauth
  88960. web_1 | > allauth.account
  88961. web_1 | > django.contrib.humanize
  88962. web_1 | > debug_toolbar
  88963. web_1 |
  88964. web_1 | Not synced (use migrations):
  88965. web_1 | - allauth.socialaccount
  88966. web_1 | - django_extensions
  88967. web_1 | (use ./manage.py migrate to migrate these)
  88968. web_1 | Running migrations for socialaccount:
  88969. web_1 | - Nothing to migrate.
  88970. web_1 | - Loading initial data for socialaccount.
  88971. web_1 | Installed 0 object(s) from 0 fixture(s)
  88972. web_1 | Running migrations for django_extensions:
  88973. web_1 | - Nothing to migrate.
  88974. web_1 | - Loading initial data for django_extensions.
  88975. web_1 | Installed 0 object(s) from 0 fixture(s)
  88976. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  88977. web_1 | [GCC 4.9.2] on linux2
  88978. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  88979. web_1 | (InteractiveConsole)
  88980. web_1 |
  88981. web_1 | >>> >>> Starting the server
  88982. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  88983. web_1 |
  88984. web_1 | Fatal error: Unable to find local grunt.
  88985. web_1 |
  88986. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  88987. web_1 | your project. For more information about installing and configuring grunt,
  88988. web_1 | please see the Getting Started guide:
  88989. web_1 |
  88990. web_1 | http://gruntjs.com/getting-started
  88991. web_1 | Starting OpenBSD Secure Shell server: sshd.
  88992. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  88993. web_1 | Syncing...
  88994. web_1 | Creating tables ...
  88995. web_1 | Installing custom SQL ...
  88996. web_1 | Installing indexes ...
  88997. web_1 | Installed 0 object(s) from 0 fixture(s)
  88998. web_1 |
  88999. web_1 | Synced:
  89000. web_1 | > django.contrib.auth
  89001. web_1 | > django.contrib.contenttypes
  89002. web_1 | > django.contrib.sessions
  89003. web_1 | > django.contrib.sites
  89004. web_1 | > django.contrib.messages
  89005. web_1 | > django.contrib.staticfiles
  89006. web_1 | > django.contrib.admin
  89007. web_1 | > south
  89008. web_1 | > crispy_forms
  89009. web_1 | > avatar
  89010. web_1 | > bootstrap3
  89011. web_1 | > users
  89012. web_1 | > allauth
  89013. web_1 | > allauth.account
  89014. web_1 | > django.contrib.humanize
  89015. web_1 | > debug_toolbar
  89016. web_1 |
  89017. web_1 | Not synced (use migrations):
  89018. web_1 | - allauth.socialaccount
  89019. web_1 | - django_extensions
  89020. web_1 | (use ./manage.py migrate to migrate these)
  89021. web_1 | Running migrations for socialaccount:
  89022. web_1 | - Nothing to migrate.
  89023. web_1 | - Loading initial data for socialaccount.
  89024. web_1 | Installed 0 object(s) from 0 fixture(s)
  89025. web_1 | Running migrations for django_extensions:
  89026. web_1 | - Nothing to migrate.
  89027. web_1 | - Loading initial data for django_extensions.
  89028. web_1 | Installed 0 object(s) from 0 fixture(s)
  89029. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89030. web_1 | [GCC 4.9.2] on linux2
  89031. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89032. web_1 | (InteractiveConsole)
  89033. web_1 |
  89034. web_1 | >>> >>> Starting the server
  89035. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89036. web_1 |
  89037. web_1 | Fatal error: Unable to find local grunt.
  89038. web_1 |
  89039. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89040. web_1 | your project. For more information about installing and configuring grunt,
  89041. web_1 | please see the Getting Started guide:
  89042. web_1 |
  89043. web_1 | http://gruntjs.com/getting-started
  89044. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89045. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89046. web_1 | Syncing...
  89047. web_1 | Creating tables ...
  89048. web_1 | Installing custom SQL ...
  89049. web_1 | Installing indexes ...
  89050. web_1 | Installed 0 object(s) from 0 fixture(s)
  89051. web_1 |
  89052. web_1 | Synced:
  89053. web_1 | > django.contrib.auth
  89054. web_1 | > django.contrib.contenttypes
  89055. web_1 | > django.contrib.sessions
  89056. web_1 | > django.contrib.sites
  89057. web_1 | > django.contrib.messages
  89058. web_1 | > django.contrib.staticfiles
  89059. web_1 | > django.contrib.admin
  89060. web_1 | > south
  89061. web_1 | > crispy_forms
  89062. web_1 | > avatar
  89063. web_1 | > bootstrap3
  89064. web_1 | > users
  89065. web_1 | > allauth
  89066. web_1 | > allauth.account
  89067. web_1 | > django.contrib.humanize
  89068. web_1 | > debug_toolbar
  89069. web_1 |
  89070. web_1 | Not synced (use migrations):
  89071. web_1 | - allauth.socialaccount
  89072. web_1 | - django_extensions
  89073. web_1 | (use ./manage.py migrate to migrate these)
  89074. web_1 | Running migrations for socialaccount:
  89075. web_1 | - Nothing to migrate.
  89076. web_1 | - Loading initial data for socialaccount.
  89077. web_1 | Installed 0 object(s) from 0 fixture(s)
  89078. web_1 | Running migrations for django_extensions:
  89079. web_1 | - Nothing to migrate.
  89080. web_1 | - Loading initial data for django_extensions.
  89081. web_1 | Installed 0 object(s) from 0 fixture(s)
  89082. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89083. web_1 | [GCC 4.9.2] on linux2
  89084. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89085. web_1 | (InteractiveConsole)
  89086. web_1 |
  89087. web_1 | >>> >>> Starting the server
  89088. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89089. web_1 |
  89090. web_1 | Fatal error: Unable to find local grunt.
  89091. web_1 |
  89092. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89093. web_1 | your project. For more information about installing and configuring grunt,
  89094. web_1 | please see the Getting Started guide:
  89095. web_1 |
  89096. web_1 | http://gruntjs.com/getting-started
  89097. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89098. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89099. web_1 | Syncing...
  89100. web_1 | Creating tables ...
  89101. web_1 | Installing custom SQL ...
  89102. web_1 | Installing indexes ...
  89103. web_1 | Installed 0 object(s) from 0 fixture(s)
  89104. web_1 |
  89105. web_1 | Synced:
  89106. web_1 | > django.contrib.auth
  89107. web_1 | > django.contrib.contenttypes
  89108. web_1 | > django.contrib.sessions
  89109. web_1 | > django.contrib.sites
  89110. web_1 | > django.contrib.messages
  89111. web_1 | > django.contrib.staticfiles
  89112. web_1 | > django.contrib.admin
  89113. web_1 | > south
  89114. web_1 | > crispy_forms
  89115. web_1 | > avatar
  89116. web_1 | > bootstrap3
  89117. web_1 | > users
  89118. web_1 | > allauth
  89119. web_1 | > allauth.account
  89120. web_1 | > django.contrib.humanize
  89121. web_1 | > debug_toolbar
  89122. web_1 |
  89123. web_1 | Not synced (use migrations):
  89124. web_1 | - allauth.socialaccount
  89125. web_1 | - django_extensions
  89126. web_1 | (use ./manage.py migrate to migrate these)
  89127. web_1 | Running migrations for socialaccount:
  89128. web_1 | - Nothing to migrate.
  89129. web_1 | - Loading initial data for socialaccount.
  89130. web_1 | Installed 0 object(s) from 0 fixture(s)
  89131. web_1 | Running migrations for django_extensions:
  89132. web_1 | - Nothing to migrate.
  89133. web_1 | - Loading initial data for django_extensions.
  89134. web_1 | Installed 0 object(s) from 0 fixture(s)
  89135. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89136. web_1 | [GCC 4.9.2] on linux2
  89137. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89138. web_1 | (InteractiveConsole)
  89139. web_1 |
  89140. web_1 | >>> >>> Starting the server
  89141. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89142. web_1 |
  89143. web_1 | Fatal error: Unable to find local grunt.
  89144. web_1 |
  89145. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89146. web_1 | your project. For more information about installing and configuring grunt,
  89147. web_1 | please see the Getting Started guide:
  89148. web_1 |
  89149. web_1 | http://gruntjs.com/getting-started
  89150. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89151. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89152. web_1 | Syncing...
  89153. web_1 | Creating tables ...
  89154. web_1 | Installing custom SQL ...
  89155. web_1 | Installing indexes ...
  89156. web_1 | Installed 0 object(s) from 0 fixture(s)
  89157. web_1 |
  89158. web_1 | Synced:
  89159. web_1 | > django.contrib.auth
  89160. web_1 | > django.contrib.contenttypes
  89161. web_1 | > django.contrib.sessions
  89162. web_1 | > django.contrib.sites
  89163. web_1 | > django.contrib.messages
  89164. web_1 | > django.contrib.staticfiles
  89165. web_1 | > django.contrib.admin
  89166. web_1 | > south
  89167. web_1 | > crispy_forms
  89168. web_1 | > avatar
  89169. web_1 | > bootstrap3
  89170. web_1 | > users
  89171. web_1 | > allauth
  89172. web_1 | > allauth.account
  89173. web_1 | > django.contrib.humanize
  89174. web_1 | > debug_toolbar
  89175. web_1 |
  89176. web_1 | Not synced (use migrations):
  89177. web_1 | - allauth.socialaccount
  89178. web_1 | - django_extensions
  89179. web_1 | (use ./manage.py migrate to migrate these)
  89180. web_1 | Running migrations for socialaccount:
  89181. web_1 | - Nothing to migrate.
  89182. web_1 | - Loading initial data for socialaccount.
  89183. web_1 | Installed 0 object(s) from 0 fixture(s)
  89184. web_1 | Running migrations for django_extensions:
  89185. web_1 | - Nothing to migrate.
  89186. web_1 | - Loading initial data for django_extensions.
  89187. web_1 | Installed 0 object(s) from 0 fixture(s)
  89188. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89189. web_1 | [GCC 4.9.2] on linux2
  89190. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89191. web_1 | (InteractiveConsole)
  89192. web_1 |
  89193. web_1 | >>> >>> Starting the server
  89194. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89195. web_1 |
  89196. web_1 | Fatal error: Unable to find local grunt.
  89197. web_1 |
  89198. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89199. web_1 | your project. For more information about installing and configuring grunt,
  89200. web_1 | please see the Getting Started guide:
  89201. web_1 |
  89202. web_1 | http://gruntjs.com/getting-started
  89203. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89204. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89205. web_1 | Syncing...
  89206. web_1 | Creating tables ...
  89207. web_1 | Installing custom SQL ...
  89208. web_1 | Installing indexes ...
  89209. web_1 | Installed 0 object(s) from 0 fixture(s)
  89210. web_1 |
  89211. web_1 | Synced:
  89212. web_1 | > django.contrib.auth
  89213. web_1 | > django.contrib.contenttypes
  89214. web_1 | > django.contrib.sessions
  89215. web_1 | > django.contrib.sites
  89216. web_1 | > django.contrib.messages
  89217. web_1 | > django.contrib.staticfiles
  89218. web_1 | > django.contrib.admin
  89219. web_1 | > south
  89220. web_1 | > crispy_forms
  89221. web_1 | > avatar
  89222. web_1 | > bootstrap3
  89223. web_1 | > users
  89224. web_1 | > allauth
  89225. web_1 | > allauth.account
  89226. web_1 | > django.contrib.humanize
  89227. web_1 | > debug_toolbar
  89228. web_1 |
  89229. web_1 | Not synced (use migrations):
  89230. web_1 | - allauth.socialaccount
  89231. web_1 | - django_extensions
  89232. web_1 | (use ./manage.py migrate to migrate these)
  89233. web_1 | Running migrations for socialaccount:
  89234. web_1 | - Nothing to migrate.
  89235. web_1 | - Loading initial data for socialaccount.
  89236. web_1 | Installed 0 object(s) from 0 fixture(s)
  89237. web_1 | Running migrations for django_extensions:
  89238. web_1 | - Nothing to migrate.
  89239. web_1 | - Loading initial data for django_extensions.
  89240. web_1 | Installed 0 object(s) from 0 fixture(s)
  89241. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89242. web_1 | [GCC 4.9.2] on linux2
  89243. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89244. web_1 | (InteractiveConsole)
  89245. web_1 |
  89246. web_1 | >>> >>> Starting the server
  89247. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89248. web_1 |
  89249. web_1 | Fatal error: Unable to find local grunt.
  89250. web_1 |
  89251. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89252. web_1 | your project. For more information about installing and configuring grunt,
  89253. web_1 | please see the Getting Started guide:
  89254. web_1 |
  89255. web_1 | http://gruntjs.com/getting-started
  89256. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89257. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89258. web_1 | Syncing...
  89259. web_1 | Creating tables ...
  89260. web_1 | Installing custom SQL ...
  89261. web_1 | Installing indexes ...
  89262. web_1 | Installed 0 object(s) from 0 fixture(s)
  89263. web_1 |
  89264. web_1 | Synced:
  89265. web_1 | > django.contrib.auth
  89266. web_1 | > django.contrib.contenttypes
  89267. web_1 | > django.contrib.sessions
  89268. web_1 | > django.contrib.sites
  89269. web_1 | > django.contrib.messages
  89270. web_1 | > django.contrib.staticfiles
  89271. web_1 | > django.contrib.admin
  89272. web_1 | > south
  89273. web_1 | > crispy_forms
  89274. web_1 | > avatar
  89275. web_1 | > bootstrap3
  89276. web_1 | > users
  89277. web_1 | > allauth
  89278. web_1 | > allauth.account
  89279. web_1 | > django.contrib.humanize
  89280. web_1 | > debug_toolbar
  89281. web_1 |
  89282. web_1 | Not synced (use migrations):
  89283. web_1 | - allauth.socialaccount
  89284. web_1 | - django_extensions
  89285. web_1 | (use ./manage.py migrate to migrate these)
  89286. web_1 | Running migrations for socialaccount:
  89287. web_1 | - Nothing to migrate.
  89288. web_1 | - Loading initial data for socialaccount.
  89289. web_1 | Installed 0 object(s) from 0 fixture(s)
  89290. web_1 | Running migrations for django_extensions:
  89291. web_1 | - Nothing to migrate.
  89292. web_1 | - Loading initial data for django_extensions.
  89293. web_1 | Installed 0 object(s) from 0 fixture(s)
  89294. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89295. web_1 | [GCC 4.9.2] on linux2
  89296. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89297. web_1 | (InteractiveConsole)
  89298. web_1 |
  89299. web_1 | >>> >>> Starting the server
  89300. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89301. web_1 |
  89302. web_1 | Fatal error: Unable to find local grunt.
  89303. web_1 |
  89304. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89305. web_1 | your project. For more information about installing and configuring grunt,
  89306. web_1 | please see the Getting Started guide:
  89307. web_1 |
  89308. web_1 | http://gruntjs.com/getting-started
  89309. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89310. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89311. web_1 | Syncing...
  89312. web_1 | Creating tables ...
  89313. web_1 | Installing custom SQL ...
  89314. web_1 | Installing indexes ...
  89315. web_1 | Installed 0 object(s) from 0 fixture(s)
  89316. web_1 |
  89317. web_1 | Synced:
  89318. web_1 | > django.contrib.auth
  89319. web_1 | > django.contrib.contenttypes
  89320. web_1 | > django.contrib.sessions
  89321. web_1 | > django.contrib.sites
  89322. web_1 | > django.contrib.messages
  89323. web_1 | > django.contrib.staticfiles
  89324. web_1 | > django.contrib.admin
  89325. web_1 | > south
  89326. web_1 | > crispy_forms
  89327. web_1 | > avatar
  89328. web_1 | > bootstrap3
  89329. web_1 | > users
  89330. web_1 | > allauth
  89331. web_1 | > allauth.account
  89332. web_1 | > django.contrib.humanize
  89333. web_1 | > debug_toolbar
  89334. web_1 |
  89335. web_1 | Not synced (use migrations):
  89336. web_1 | - allauth.socialaccount
  89337. web_1 | - django_extensions
  89338. web_1 | (use ./manage.py migrate to migrate these)
  89339. web_1 | Running migrations for socialaccount:
  89340. web_1 | - Nothing to migrate.
  89341. web_1 | - Loading initial data for socialaccount.
  89342. web_1 | Installed 0 object(s) from 0 fixture(s)
  89343. web_1 | Running migrations for django_extensions:
  89344. web_1 | - Nothing to migrate.
  89345. web_1 | - Loading initial data for django_extensions.
  89346. web_1 | Installed 0 object(s) from 0 fixture(s)
  89347. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89348. web_1 | [GCC 4.9.2] on linux2
  89349. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89350. web_1 | (InteractiveConsole)
  89351. web_1 |
  89352. web_1 | >>> >>> Starting the server
  89353. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89354. web_1 |
  89355. web_1 | Fatal error: Unable to find local grunt.
  89356. web_1 |
  89357. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89358. web_1 | your project. For more information about installing and configuring grunt,
  89359. web_1 | please see the Getting Started guide:
  89360. web_1 |
  89361. web_1 | http://gruntjs.com/getting-started
  89362. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89363. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89364. web_1 | Syncing...
  89365. web_1 | Creating tables ...
  89366. web_1 | Installing custom SQL ...
  89367. web_1 | Installing indexes ...
  89368. web_1 | Installed 0 object(s) from 0 fixture(s)
  89369. web_1 |
  89370. web_1 | Synced:
  89371. web_1 | > django.contrib.auth
  89372. web_1 | > django.contrib.contenttypes
  89373. web_1 | > django.contrib.sessions
  89374. web_1 | > django.contrib.sites
  89375. web_1 | > django.contrib.messages
  89376. web_1 | > django.contrib.staticfiles
  89377. web_1 | > django.contrib.admin
  89378. web_1 | > south
  89379. web_1 | > crispy_forms
  89380. web_1 | > avatar
  89381. web_1 | > bootstrap3
  89382. web_1 | > users
  89383. web_1 | > allauth
  89384. web_1 | > allauth.account
  89385. web_1 | > django.contrib.humanize
  89386. web_1 | > debug_toolbar
  89387. web_1 |
  89388. web_1 | Not synced (use migrations):
  89389. web_1 | - allauth.socialaccount
  89390. web_1 | - django_extensions
  89391. web_1 | (use ./manage.py migrate to migrate these)
  89392. web_1 | Running migrations for socialaccount:
  89393. web_1 | - Nothing to migrate.
  89394. web_1 | - Loading initial data for socialaccount.
  89395. web_1 | Installed 0 object(s) from 0 fixture(s)
  89396. web_1 | Running migrations for django_extensions:
  89397. web_1 | - Nothing to migrate.
  89398. web_1 | - Loading initial data for django_extensions.
  89399. web_1 | Installed 0 object(s) from 0 fixture(s)
  89400. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89401. web_1 | [GCC 4.9.2] on linux2
  89402. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89403. web_1 | (InteractiveConsole)
  89404. web_1 |
  89405. web_1 | >>> >>> Starting the server
  89406. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89407. web_1 |
  89408. web_1 | Fatal error: Unable to find local grunt.
  89409. web_1 |
  89410. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89411. web_1 | your project. For more information about installing and configuring grunt,
  89412. web_1 | please see the Getting Started guide:
  89413. web_1 |
  89414. web_1 | http://gruntjs.com/getting-started
  89415. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89416. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89417. web_1 | Syncing...
  89418. web_1 | Creating tables ...
  89419. web_1 | Installing custom SQL ...
  89420. web_1 | Installing indexes ...
  89421. web_1 | Installed 0 object(s) from 0 fixture(s)
  89422. web_1 |
  89423. web_1 | Synced:
  89424. web_1 | > django.contrib.auth
  89425. web_1 | > django.contrib.contenttypes
  89426. web_1 | > django.contrib.sessions
  89427. web_1 | > django.contrib.sites
  89428. web_1 | > django.contrib.messages
  89429. web_1 | > django.contrib.staticfiles
  89430. web_1 | > django.contrib.admin
  89431. web_1 | > south
  89432. web_1 | > crispy_forms
  89433. web_1 | > avatar
  89434. web_1 | > bootstrap3
  89435. web_1 | > users
  89436. web_1 | > allauth
  89437. web_1 | > allauth.account
  89438. web_1 | > django.contrib.humanize
  89439. web_1 | > debug_toolbar
  89440. web_1 |
  89441. web_1 | Not synced (use migrations):
  89442. web_1 | - allauth.socialaccount
  89443. web_1 | - django_extensions
  89444. web_1 | (use ./manage.py migrate to migrate these)
  89445. web_1 | Running migrations for socialaccount:
  89446. web_1 | - Nothing to migrate.
  89447. web_1 | - Loading initial data for socialaccount.
  89448. web_1 | Installed 0 object(s) from 0 fixture(s)
  89449. web_1 | Running migrations for django_extensions:
  89450. web_1 | - Nothing to migrate.
  89451. web_1 | - Loading initial data for django_extensions.
  89452. web_1 | Installed 0 object(s) from 0 fixture(s)
  89453. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89454. web_1 | [GCC 4.9.2] on linux2
  89455. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89456. web_1 | (InteractiveConsole)
  89457. web_1 |
  89458. web_1 | >>> >>> Starting the server
  89459. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89460. web_1 |
  89461. web_1 | Fatal error: Unable to find local grunt.
  89462. web_1 |
  89463. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89464. web_1 | your project. For more information about installing and configuring grunt,
  89465. web_1 | please see the Getting Started guide:
  89466. web_1 |
  89467. web_1 | http://gruntjs.com/getting-started
  89468. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89469. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89470. web_1 | Syncing...
  89471. web_1 | Creating tables ...
  89472. web_1 | Installing custom SQL ...
  89473. web_1 | Installing indexes ...
  89474. web_1 | Installed 0 object(s) from 0 fixture(s)
  89475. web_1 |
  89476. web_1 | Synced:
  89477. web_1 | > django.contrib.auth
  89478. web_1 | > django.contrib.contenttypes
  89479. web_1 | > django.contrib.sessions
  89480. web_1 | > django.contrib.sites
  89481. web_1 | > django.contrib.messages
  89482. web_1 | > django.contrib.staticfiles
  89483. web_1 | > django.contrib.admin
  89484. web_1 | > south
  89485. web_1 | > crispy_forms
  89486. web_1 | > avatar
  89487. web_1 | > bootstrap3
  89488. web_1 | > users
  89489. web_1 | > allauth
  89490. web_1 | > allauth.account
  89491. web_1 | > django.contrib.humanize
  89492. web_1 | > debug_toolbar
  89493. web_1 |
  89494. web_1 | Not synced (use migrations):
  89495. web_1 | - allauth.socialaccount
  89496. web_1 | - django_extensions
  89497. web_1 | (use ./manage.py migrate to migrate these)
  89498. web_1 | Running migrations for socialaccount:
  89499. web_1 | - Nothing to migrate.
  89500. web_1 | - Loading initial data for socialaccount.
  89501. web_1 | Installed 0 object(s) from 0 fixture(s)
  89502. web_1 | Running migrations for django_extensions:
  89503. web_1 | - Nothing to migrate.
  89504. web_1 | - Loading initial data for django_extensions.
  89505. web_1 | Installed 0 object(s) from 0 fixture(s)
  89506. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89507. web_1 | [GCC 4.9.2] on linux2
  89508. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89509. web_1 | (InteractiveConsole)
  89510. web_1 |
  89511. web_1 | >>> >>> Starting the server
  89512. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89513. web_1 |
  89514. web_1 | Fatal error: Unable to find local grunt.
  89515. web_1 |
  89516. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89517. web_1 | your project. For more information about installing and configuring grunt,
  89518. web_1 | please see the Getting Started guide:
  89519. web_1 |
  89520. web_1 | http://gruntjs.com/getting-started
  89521. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89522. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89523. web_1 | Syncing...
  89524. web_1 | Creating tables ...
  89525. web_1 | Installing custom SQL ...
  89526. web_1 | Installing indexes ...
  89527. web_1 | Installed 0 object(s) from 0 fixture(s)
  89528. web_1 |
  89529. web_1 | Synced:
  89530. web_1 | > django.contrib.auth
  89531. web_1 | > django.contrib.contenttypes
  89532. web_1 | > django.contrib.sessions
  89533. web_1 | > django.contrib.sites
  89534. web_1 | > django.contrib.messages
  89535. web_1 | > django.contrib.staticfiles
  89536. web_1 | > django.contrib.admin
  89537. web_1 | > south
  89538. web_1 | > crispy_forms
  89539. web_1 | > avatar
  89540. web_1 | > bootstrap3
  89541. web_1 | > users
  89542. web_1 | > allauth
  89543. web_1 | > allauth.account
  89544. web_1 | > django.contrib.humanize
  89545. web_1 | > debug_toolbar
  89546. web_1 |
  89547. web_1 | Not synced (use migrations):
  89548. web_1 | - allauth.socialaccount
  89549. web_1 | - django_extensions
  89550. web_1 | (use ./manage.py migrate to migrate these)
  89551. web_1 | Running migrations for socialaccount:
  89552. web_1 | - Nothing to migrate.
  89553. web_1 | - Loading initial data for socialaccount.
  89554. web_1 | Installed 0 object(s) from 0 fixture(s)
  89555. web_1 | Running migrations for django_extensions:
  89556. web_1 | - Nothing to migrate.
  89557. web_1 | - Loading initial data for django_extensions.
  89558. web_1 | Installed 0 object(s) from 0 fixture(s)
  89559. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89560. web_1 | [GCC 4.9.2] on linux2
  89561. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89562. web_1 | (InteractiveConsole)
  89563. web_1 |
  89564. web_1 | >>> >>> Starting the server
  89565. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89566. web_1 |
  89567. web_1 | Fatal error: Unable to find local grunt.
  89568. web_1 |
  89569. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89570. web_1 | your project. For more information about installing and configuring grunt,
  89571. web_1 | please see the Getting Started guide:
  89572. web_1 |
  89573. web_1 | http://gruntjs.com/getting-started
  89574. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89575. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89576. web_1 | Syncing...
  89577. web_1 | Creating tables ...
  89578. web_1 | Installing custom SQL ...
  89579. web_1 | Installing indexes ...
  89580. web_1 | Installed 0 object(s) from 0 fixture(s)
  89581. web_1 |
  89582. web_1 | Synced:
  89583. web_1 | > django.contrib.auth
  89584. web_1 | > django.contrib.contenttypes
  89585. web_1 | > django.contrib.sessions
  89586. web_1 | > django.contrib.sites
  89587. web_1 | > django.contrib.messages
  89588. web_1 | > django.contrib.staticfiles
  89589. web_1 | > django.contrib.admin
  89590. web_1 | > south
  89591. web_1 | > crispy_forms
  89592. web_1 | > avatar
  89593. web_1 | > bootstrap3
  89594. web_1 | > users
  89595. web_1 | > allauth
  89596. web_1 | > allauth.account
  89597. web_1 | > django.contrib.humanize
  89598. web_1 | > debug_toolbar
  89599. web_1 |
  89600. web_1 | Not synced (use migrations):
  89601. web_1 | - allauth.socialaccount
  89602. web_1 | - django_extensions
  89603. web_1 | (use ./manage.py migrate to migrate these)
  89604. web_1 | Running migrations for socialaccount:
  89605. web_1 | - Nothing to migrate.
  89606. web_1 | - Loading initial data for socialaccount.
  89607. web_1 | Installed 0 object(s) from 0 fixture(s)
  89608. web_1 | Running migrations for django_extensions:
  89609. web_1 | - Nothing to migrate.
  89610. web_1 | - Loading initial data for django_extensions.
  89611. web_1 | Installed 0 object(s) from 0 fixture(s)
  89612. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89613. web_1 | [GCC 4.9.2] on linux2
  89614. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89615. web_1 | (InteractiveConsole)
  89616. web_1 |
  89617. web_1 | >>> >>> Starting the server
  89618. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89619. web_1 |
  89620. web_1 | Fatal error: Unable to find local grunt.
  89621. web_1 |
  89622. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89623. web_1 | your project. For more information about installing and configuring grunt,
  89624. web_1 | please see the Getting Started guide:
  89625. web_1 |
  89626. web_1 | http://gruntjs.com/getting-started
  89627. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89628. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89629. web_1 | Syncing...
  89630. web_1 | Creating tables ...
  89631. web_1 | Installing custom SQL ...
  89632. web_1 | Installing indexes ...
  89633. web_1 | Installed 0 object(s) from 0 fixture(s)
  89634. web_1 |
  89635. web_1 | Synced:
  89636. web_1 | > django.contrib.auth
  89637. web_1 | > django.contrib.contenttypes
  89638. web_1 | > django.contrib.sessions
  89639. web_1 | > django.contrib.sites
  89640. web_1 | > django.contrib.messages
  89641. web_1 | > django.contrib.staticfiles
  89642. web_1 | > django.contrib.admin
  89643. web_1 | > south
  89644. web_1 | > crispy_forms
  89645. web_1 | > avatar
  89646. web_1 | > bootstrap3
  89647. web_1 | > users
  89648. web_1 | > allauth
  89649. web_1 | > allauth.account
  89650. web_1 | > django.contrib.humanize
  89651. web_1 | > debug_toolbar
  89652. web_1 |
  89653. web_1 | Not synced (use migrations):
  89654. web_1 | - allauth.socialaccount
  89655. web_1 | - django_extensions
  89656. web_1 | (use ./manage.py migrate to migrate these)
  89657. web_1 | Running migrations for socialaccount:
  89658. web_1 | - Nothing to migrate.
  89659. web_1 | - Loading initial data for socialaccount.
  89660. web_1 | Installed 0 object(s) from 0 fixture(s)
  89661. web_1 | Running migrations for django_extensions:
  89662. web_1 | - Nothing to migrate.
  89663. web_1 | - Loading initial data for django_extensions.
  89664. web_1 | Installed 0 object(s) from 0 fixture(s)
  89665. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89666. web_1 | [GCC 4.9.2] on linux2
  89667. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89668. web_1 | (InteractiveConsole)
  89669. web_1 |
  89670. web_1 | >>> >>> Starting the server
  89671. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89672. web_1 |
  89673. web_1 | Fatal error: Unable to find local grunt.
  89674. web_1 |
  89675. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89676. web_1 | your project. For more information about installing and configuring grunt,
  89677. web_1 | please see the Getting Started guide:
  89678. web_1 |
  89679. web_1 | http://gruntjs.com/getting-started
  89680. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89681. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89682. web_1 | Syncing...
  89683. web_1 | Creating tables ...
  89684. web_1 | Installing custom SQL ...
  89685. web_1 | Installing indexes ...
  89686. web_1 | Installed 0 object(s) from 0 fixture(s)
  89687. web_1 |
  89688. web_1 | Synced:
  89689. web_1 | > django.contrib.auth
  89690. web_1 | > django.contrib.contenttypes
  89691. web_1 | > django.contrib.sessions
  89692. web_1 | > django.contrib.sites
  89693. web_1 | > django.contrib.messages
  89694. web_1 | > django.contrib.staticfiles
  89695. web_1 | > django.contrib.admin
  89696. web_1 | > south
  89697. web_1 | > crispy_forms
  89698. web_1 | > avatar
  89699. web_1 | > bootstrap3
  89700. web_1 | > users
  89701. web_1 | > allauth
  89702. web_1 | > allauth.account
  89703. web_1 | > django.contrib.humanize
  89704. web_1 | > debug_toolbar
  89705. web_1 |
  89706. web_1 | Not synced (use migrations):
  89707. web_1 | - allauth.socialaccount
  89708. web_1 | - django_extensions
  89709. web_1 | (use ./manage.py migrate to migrate these)
  89710. web_1 | Running migrations for socialaccount:
  89711. web_1 | - Nothing to migrate.
  89712. web_1 | - Loading initial data for socialaccount.
  89713. web_1 | Installed 0 object(s) from 0 fixture(s)
  89714. web_1 | Running migrations for django_extensions:
  89715. web_1 | - Nothing to migrate.
  89716. web_1 | - Loading initial data for django_extensions.
  89717. web_1 | Installed 0 object(s) from 0 fixture(s)
  89718. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89719. web_1 | [GCC 4.9.2] on linux2
  89720. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89721. web_1 | (InteractiveConsole)
  89722. web_1 |
  89723. web_1 | >>> >>> Starting the server
  89724. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89725. web_1 |
  89726. web_1 | Fatal error: Unable to find local grunt.
  89727. web_1 |
  89728. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89729. web_1 | your project. For more information about installing and configuring grunt,
  89730. web_1 | please see the Getting Started guide:
  89731. web_1 |
  89732. web_1 | http://gruntjs.com/getting-started
  89733. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89734. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89735. web_1 | Syncing...
  89736. web_1 | Creating tables ...
  89737. web_1 | Installing custom SQL ...
  89738. web_1 | Installing indexes ...
  89739. web_1 | Installed 0 object(s) from 0 fixture(s)
  89740. web_1 |
  89741. web_1 | Synced:
  89742. web_1 | > django.contrib.auth
  89743. web_1 | > django.contrib.contenttypes
  89744. web_1 | > django.contrib.sessions
  89745. web_1 | > django.contrib.sites
  89746. web_1 | > django.contrib.messages
  89747. web_1 | > django.contrib.staticfiles
  89748. web_1 | > django.contrib.admin
  89749. web_1 | > south
  89750. web_1 | > crispy_forms
  89751. web_1 | > avatar
  89752. web_1 | > bootstrap3
  89753. web_1 | > users
  89754. web_1 | > allauth
  89755. web_1 | > allauth.account
  89756. web_1 | > django.contrib.humanize
  89757. web_1 | > debug_toolbar
  89758. web_1 |
  89759. web_1 | Not synced (use migrations):
  89760. web_1 | - allauth.socialaccount
  89761. web_1 | - django_extensions
  89762. web_1 | (use ./manage.py migrate to migrate these)
  89763. web_1 | Running migrations for socialaccount:
  89764. web_1 | - Nothing to migrate.
  89765. web_1 | - Loading initial data for socialaccount.
  89766. web_1 | Installed 0 object(s) from 0 fixture(s)
  89767. web_1 | Running migrations for django_extensions:
  89768. web_1 | - Nothing to migrate.
  89769. web_1 | - Loading initial data for django_extensions.
  89770. web_1 | Installed 0 object(s) from 0 fixture(s)
  89771. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89772. web_1 | [GCC 4.9.2] on linux2
  89773. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89774. web_1 | (InteractiveConsole)
  89775. web_1 |
  89776. web_1 | >>> >>> Starting the server
  89777. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89778. web_1 |
  89779. web_1 | Fatal error: Unable to find local grunt.
  89780. web_1 |
  89781. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89782. web_1 | your project. For more information about installing and configuring grunt,
  89783. web_1 | please see the Getting Started guide:
  89784. web_1 |
  89785. web_1 | http://gruntjs.com/getting-started
  89786. oclweb_web_1 exited with code 99
  89787. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89788. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89789. web_1 | Syncing...
  89790. web_1 | Traceback (most recent call last):
  89791. web_1 | File "ocl_web/manage.py", line 19, in <module>
  89792. web_1 | execute_from_command_line(sys.argv)
  89793. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  89794. web_1 | utility.execute()
  89795. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  89796. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  89797. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  89798. web_1 | self.execute(*args, **options.__dict__)
  89799. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  89800. web_1 | output = self.handle(*args, **options)
  89801. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  89802. web_1 | return self.handle_noargs(**options)
  89803. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  89804. web_1 | syncdb.Command().execute(**options)
  89805. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  89806. web_1 | output = self.handle(*args, **options)
  89807. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  89808. web_1 | return self.handle_noargs(**options)
  89809. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  89810. web_1 | cursor = connection.cursor()
  89811. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  89812. web_1 | cursor = self.make_debug_cursor(self._cursor())
  89813. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  89814. web_1 | self.ensure_connection()
  89815. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89816. web_1 | self.connect()
  89817. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  89818. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  89819. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89820. web_1 | self.connect()
  89821. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  89822. web_1 | self.connection = self.get_new_connection(conn_params)
  89823. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  89824. web_1 | return Database.connect(**conn_params)
  89825. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  89826. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  89827. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  89828. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  89829. web_1 | TCP/IP connections on port 5432?
  89830. web_1 |
  89831. web_1 | Traceback (most recent call last):
  89832. web_1 | File "ocl_web/manage.py", line 19, in <module>
  89833. web_1 | execute_from_command_line(sys.argv)
  89834. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  89835. web_1 | utility.execute()
  89836. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  89837. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  89838. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  89839. web_1 | self.execute(*args, **options.__dict__)
  89840. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  89841. web_1 | output = self.handle(*args, **options)
  89842. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  89843. web_1 | ignore_ghosts = ignore_ghosts,
  89844. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  89845. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  89846. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  89847. web_1 | for h in histories:
  89848. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  89849. web_1 | self._fetch_all()
  89850. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  89851. web_1 | self._result_cache = list(self.iterator())
  89852. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  89853. web_1 | for row in compiler.results_iter():
  89854. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  89855. web_1 | for rows in self.execute_sql(MULTI):
  89856. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  89857. web_1 | cursor = self.connection.cursor()
  89858. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  89859. web_1 | cursor = self.make_debug_cursor(self._cursor())
  89860. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  89861. web_1 | self.ensure_connection()
  89862. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89863. web_1 | self.connect()
  89864. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  89865. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  89866. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89867. web_1 | self.connect()
  89868. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  89869. web_1 | self.connection = self.get_new_connection(conn_params)
  89870. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  89871. web_1 | return Database.connect(**conn_params)
  89872. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  89873. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  89874. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  89875. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  89876. web_1 | TCP/IP connections on port 5432?
  89877. web_1 |
  89878. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89879. web_1 | [GCC 4.9.2] on linux2
  89880. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89881. web_1 | (InteractiveConsole)
  89882. web_1 | Traceback (most recent call last):
  89883. web_1 | File "<console>", line 1, in <module>
  89884. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  89885. web_1 | return self.query.get_count(using=self.db)
  89886. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  89887. web_1 | number = obj.get_aggregation(using=using)[None]
  89888. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  89889. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  89890. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  89891. web_1 | cursor = self.connection.cursor()
  89892. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  89893. web_1 | cursor = self.make_debug_cursor(self._cursor())
  89894. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  89895. web_1 | self.ensure_connection()
  89896. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89897. web_1 | self.connect()
  89898. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  89899. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  89900. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  89901. web_1 | self.connect()
  89902. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  89903. web_1 | self.connection = self.get_new_connection(conn_params)
  89904. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  89905. web_1 | return Database.connect(**conn_params)
  89906. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  89907. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  89908. web_1 | OperationalError: could not connect to server: Connection refused
  89909. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  89910. web_1 | TCP/IP connections on port 5432?
  89911. web_1 |
  89912. web_1 |
  89913. web_1 | >>> >>> Starting the server
  89914. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89915. web_1 |
  89916. web_1 | Fatal error: Unable to find local grunt.
  89917. web_1 |
  89918. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89919. web_1 | your project. For more information about installing and configuring grunt,
  89920. web_1 | please see the Getting Started guide:
  89921. web_1 |
  89922. web_1 | http://gruntjs.com/getting-started
  89923. web_1 | Starting OpenBSD Secure Shell server: sshd.
  89924. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  89925. web_1 | Syncing...
  89926. web_1 | Creating tables ...
  89927. web_1 | Creating table auth_permission
  89928. web_1 | Creating table auth_group_permissions
  89929. web_1 | Creating table auth_group
  89930. web_1 | Creating table django_content_type
  89931. web_1 | Creating table django_session
  89932. web_1 | Creating table django_site
  89933. web_1 | Creating table django_admin_log
  89934. web_1 | Creating table south_migrationhistory
  89935. web_1 | Creating table avatar_avatar
  89936. web_1 | Creating table users_user_groups
  89937. web_1 | Creating table users_user_user_permissions
  89938. web_1 | Creating table users_user
  89939. web_1 | Creating table account_emailaddress
  89940. web_1 | Creating table account_emailconfirmation
  89941. web_1 | Installing custom SQL ...
  89942. web_1 | Installing indexes ...
  89943. web_1 | Installed 0 object(s) from 0 fixture(s)
  89944. web_1 |
  89945. web_1 | Synced:
  89946. web_1 | > django.contrib.auth
  89947. web_1 | > django.contrib.contenttypes
  89948. web_1 | > django.contrib.sessions
  89949. web_1 | > django.contrib.sites
  89950. web_1 | > django.contrib.messages
  89951. web_1 | > django.contrib.staticfiles
  89952. web_1 | > django.contrib.admin
  89953. web_1 | > south
  89954. web_1 | > crispy_forms
  89955. web_1 | > avatar
  89956. web_1 | > bootstrap3
  89957. web_1 | > users
  89958. web_1 | > allauth
  89959. web_1 | > allauth.account
  89960. web_1 | > django.contrib.humanize
  89961. web_1 | > debug_toolbar
  89962. web_1 |
  89963. web_1 | Not synced (use migrations):
  89964. web_1 | - allauth.socialaccount
  89965. web_1 | - django_extensions
  89966. web_1 | (use ./manage.py migrate to migrate these)
  89967. web_1 | Running migrations for socialaccount:
  89968. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  89969. web_1 | > socialaccount:0001_initial
  89970. web_1 | > socialaccount:0002_genericmodels
  89971. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  89972. web_1 | > socialaccount:0004_add_sites
  89973. web_1 | > socialaccount:0005_set_sites
  89974. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  89975. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  89976. web_1 | > socialaccount:0008_client_id
  89977. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  89978. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  89979. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  89980. web_1 | - Loading initial data for socialaccount.
  89981. web_1 | Installed 0 object(s) from 0 fixture(s)
  89982. web_1 | Running migrations for django_extensions:
  89983. web_1 | - Migrating forwards to 0001_empty.
  89984. web_1 | > django_extensions:0001_empty
  89985. web_1 | - Loading initial data for django_extensions.
  89986. web_1 | Installed 0 object(s) from 0 fixture(s)
  89987. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  89988. web_1 | [GCC 4.9.2] on linux2
  89989. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  89990. web_1 | (InteractiveConsole)
  89991. web_1 |
  89992. web_1 | >>> >>> Starting the server
  89993. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  89994. web_1 |
  89995. web_1 | Fatal error: Unable to find local grunt.
  89996. web_1 |
  89997. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  89998. web_1 | your project. For more information about installing and configuring grunt,
  89999. web_1 | please see the Getting Started guide:
  90000. web_1 |
  90001. web_1 | http://gruntjs.com/getting-started
  90002. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90003. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90004. web_1 | Syncing...
  90005. web_1 | Creating tables ...
  90006. web_1 | Installing custom SQL ...
  90007. web_1 | Installing indexes ...
  90008. web_1 | Installed 0 object(s) from 0 fixture(s)
  90009. web_1 |
  90010. web_1 | Synced:
  90011. web_1 | > django.contrib.auth
  90012. web_1 | > django.contrib.contenttypes
  90013. web_1 | > django.contrib.sessions
  90014. web_1 | > django.contrib.sites
  90015. web_1 | > django.contrib.messages
  90016. web_1 | > django.contrib.staticfiles
  90017. web_1 | > django.contrib.admin
  90018. web_1 | > south
  90019. web_1 | > crispy_forms
  90020. web_1 | > avatar
  90021. web_1 | > bootstrap3
  90022. web_1 | > users
  90023. web_1 | > allauth
  90024. web_1 | > allauth.account
  90025. web_1 | > django.contrib.humanize
  90026. web_1 | > debug_toolbar
  90027. web_1 |
  90028. web_1 | Not synced (use migrations):
  90029. web_1 | - allauth.socialaccount
  90030. web_1 | - django_extensions
  90031. web_1 | (use ./manage.py migrate to migrate these)
  90032. web_1 | Running migrations for socialaccount:
  90033. web_1 | - Nothing to migrate.
  90034. web_1 | - Loading initial data for socialaccount.
  90035. web_1 | Installed 0 object(s) from 0 fixture(s)
  90036. web_1 | Running migrations for django_extensions:
  90037. web_1 | - Nothing to migrate.
  90038. web_1 | - Loading initial data for django_extensions.
  90039. web_1 | Installed 0 object(s) from 0 fixture(s)
  90040. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90041. web_1 | [GCC 4.9.2] on linux2
  90042. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90043. web_1 | (InteractiveConsole)
  90044. web_1 |
  90045. web_1 | >>> >>> Starting the server
  90046. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90047. web_1 |
  90048. web_1 | Fatal error: Unable to find local grunt.
  90049. web_1 |
  90050. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90051. web_1 | your project. For more information about installing and configuring grunt,
  90052. web_1 | please see the Getting Started guide:
  90053. web_1 |
  90054. web_1 | http://gruntjs.com/getting-started
  90055. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90056. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90057. web_1 | Syncing...
  90058. web_1 | Creating tables ...
  90059. web_1 | Installing custom SQL ...
  90060. web_1 | Installing indexes ...
  90061. web_1 | Installed 0 object(s) from 0 fixture(s)
  90062. web_1 |
  90063. web_1 | Synced:
  90064. web_1 | > django.contrib.auth
  90065. web_1 | > django.contrib.contenttypes
  90066. web_1 | > django.contrib.sessions
  90067. web_1 | > django.contrib.sites
  90068. web_1 | > django.contrib.messages
  90069. web_1 | > django.contrib.staticfiles
  90070. web_1 | > django.contrib.admin
  90071. web_1 | > south
  90072. web_1 | > crispy_forms
  90073. web_1 | > avatar
  90074. web_1 | > bootstrap3
  90075. web_1 | > users
  90076. web_1 | > allauth
  90077. web_1 | > allauth.account
  90078. web_1 | > django.contrib.humanize
  90079. web_1 | > debug_toolbar
  90080. web_1 |
  90081. web_1 | Not synced (use migrations):
  90082. web_1 | - allauth.socialaccount
  90083. web_1 | - django_extensions
  90084. web_1 | (use ./manage.py migrate to migrate these)
  90085. web_1 | Running migrations for socialaccount:
  90086. web_1 | - Nothing to migrate.
  90087. web_1 | - Loading initial data for socialaccount.
  90088. web_1 | Installed 0 object(s) from 0 fixture(s)
  90089. web_1 | Running migrations for django_extensions:
  90090. web_1 | - Nothing to migrate.
  90091. web_1 | - Loading initial data for django_extensions.
  90092. web_1 | Installed 0 object(s) from 0 fixture(s)
  90093. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90094. web_1 | [GCC 4.9.2] on linux2
  90095. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90096. web_1 | (InteractiveConsole)
  90097. web_1 |
  90098. web_1 | >>> >>> Starting the server
  90099. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90100. web_1 |
  90101. web_1 | Fatal error: Unable to find local grunt.
  90102. web_1 |
  90103. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90104. web_1 | your project. For more information about installing and configuring grunt,
  90105. web_1 | please see the Getting Started guide:
  90106. web_1 |
  90107. web_1 | http://gruntjs.com/getting-started
  90108. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90109. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90110. web_1 | Syncing...
  90111. web_1 | Creating tables ...
  90112. web_1 | Installing custom SQL ...
  90113. web_1 | Installing indexes ...
  90114. web_1 | Installed 0 object(s) from 0 fixture(s)
  90115. web_1 |
  90116. web_1 | Synced:
  90117. web_1 | > django.contrib.auth
  90118. web_1 | > django.contrib.contenttypes
  90119. web_1 | > django.contrib.sessions
  90120. web_1 | > django.contrib.sites
  90121. web_1 | > django.contrib.messages
  90122. web_1 | > django.contrib.staticfiles
  90123. web_1 | > django.contrib.admin
  90124. web_1 | > south
  90125. web_1 | > crispy_forms
  90126. web_1 | > avatar
  90127. web_1 | > bootstrap3
  90128. web_1 | > users
  90129. web_1 | > allauth
  90130. web_1 | > allauth.account
  90131. web_1 | > django.contrib.humanize
  90132. web_1 | > debug_toolbar
  90133. web_1 |
  90134. web_1 | Not synced (use migrations):
  90135. web_1 | - allauth.socialaccount
  90136. web_1 | - django_extensions
  90137. web_1 | (use ./manage.py migrate to migrate these)
  90138. web_1 | Running migrations for socialaccount:
  90139. web_1 | - Nothing to migrate.
  90140. web_1 | - Loading initial data for socialaccount.
  90141. web_1 | Installed 0 object(s) from 0 fixture(s)
  90142. web_1 | Running migrations for django_extensions:
  90143. web_1 | - Nothing to migrate.
  90144. web_1 | - Loading initial data for django_extensions.
  90145. web_1 | Installed 0 object(s) from 0 fixture(s)
  90146. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90147. web_1 | [GCC 4.9.2] on linux2
  90148. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90149. web_1 | (InteractiveConsole)
  90150. web_1 |
  90151. web_1 | >>> >>> Starting the server
  90152. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90153. web_1 |
  90154. web_1 | Fatal error: Unable to find local grunt.
  90155. web_1 |
  90156. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90157. web_1 | your project. For more information about installing and configuring grunt,
  90158. web_1 | please see the Getting Started guide:
  90159. web_1 |
  90160. web_1 | http://gruntjs.com/getting-started
  90161. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90162. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90163. web_1 | Syncing...
  90164. web_1 | Creating tables ...
  90165. web_1 | Installing custom SQL ...
  90166. web_1 | Installing indexes ...
  90167. web_1 | Installed 0 object(s) from 0 fixture(s)
  90168. web_1 |
  90169. web_1 | Synced:
  90170. web_1 | > django.contrib.auth
  90171. web_1 | > django.contrib.contenttypes
  90172. web_1 | > django.contrib.sessions
  90173. web_1 | > django.contrib.sites
  90174. web_1 | > django.contrib.messages
  90175. web_1 | > django.contrib.staticfiles
  90176. web_1 | > django.contrib.admin
  90177. web_1 | > south
  90178. web_1 | > crispy_forms
  90179. web_1 | > avatar
  90180. web_1 | > bootstrap3
  90181. web_1 | > users
  90182. web_1 | > allauth
  90183. web_1 | > allauth.account
  90184. web_1 | > django.contrib.humanize
  90185. web_1 | > debug_toolbar
  90186. web_1 |
  90187. web_1 | Not synced (use migrations):
  90188. web_1 | - allauth.socialaccount
  90189. web_1 | - django_extensions
  90190. web_1 | (use ./manage.py migrate to migrate these)
  90191. web_1 | Running migrations for socialaccount:
  90192. web_1 | - Nothing to migrate.
  90193. web_1 | - Loading initial data for socialaccount.
  90194. web_1 | Installed 0 object(s) from 0 fixture(s)
  90195. web_1 | Running migrations for django_extensions:
  90196. web_1 | - Nothing to migrate.
  90197. web_1 | - Loading initial data for django_extensions.
  90198. web_1 | Installed 0 object(s) from 0 fixture(s)
  90199. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90200. web_1 | [GCC 4.9.2] on linux2
  90201. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90202. web_1 | (InteractiveConsole)
  90203. web_1 |
  90204. web_1 | >>> >>> Starting the server
  90205. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90206. web_1 |
  90207. web_1 | Fatal error: Unable to find local grunt.
  90208. web_1 |
  90209. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90210. web_1 | your project. For more information about installing and configuring grunt,
  90211. web_1 | please see the Getting Started guide:
  90212. web_1 |
  90213. web_1 | http://gruntjs.com/getting-started
  90214. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90215. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90216. web_1 | Syncing...
  90217. web_1 | Creating tables ...
  90218. web_1 | Installing custom SQL ...
  90219. web_1 | Installing indexes ...
  90220. web_1 | Installed 0 object(s) from 0 fixture(s)
  90221. web_1 |
  90222. web_1 | Synced:
  90223. web_1 | > django.contrib.auth
  90224. web_1 | > django.contrib.contenttypes
  90225. web_1 | > django.contrib.sessions
  90226. web_1 | > django.contrib.sites
  90227. web_1 | > django.contrib.messages
  90228. web_1 | > django.contrib.staticfiles
  90229. web_1 | > django.contrib.admin
  90230. web_1 | > south
  90231. web_1 | > crispy_forms
  90232. web_1 | > avatar
  90233. web_1 | > bootstrap3
  90234. web_1 | > users
  90235. web_1 | > allauth
  90236. web_1 | > allauth.account
  90237. web_1 | > django.contrib.humanize
  90238. web_1 | > debug_toolbar
  90239. web_1 |
  90240. web_1 | Not synced (use migrations):
  90241. web_1 | - allauth.socialaccount
  90242. web_1 | - django_extensions
  90243. web_1 | (use ./manage.py migrate to migrate these)
  90244. web_1 | Running migrations for socialaccount:
  90245. web_1 | - Nothing to migrate.
  90246. web_1 | - Loading initial data for socialaccount.
  90247. web_1 | Installed 0 object(s) from 0 fixture(s)
  90248. web_1 | Running migrations for django_extensions:
  90249. web_1 | - Nothing to migrate.
  90250. web_1 | - Loading initial data for django_extensions.
  90251. web_1 | Installed 0 object(s) from 0 fixture(s)
  90252. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90253. web_1 | [GCC 4.9.2] on linux2
  90254. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90255. web_1 | (InteractiveConsole)
  90256. web_1 |
  90257. web_1 | >>> >>> Starting the server
  90258. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90259. web_1 |
  90260. web_1 | Fatal error: Unable to find local grunt.
  90261. web_1 |
  90262. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90263. web_1 | your project. For more information about installing and configuring grunt,
  90264. web_1 | please see the Getting Started guide:
  90265. web_1 |
  90266. web_1 | http://gruntjs.com/getting-started
  90267. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90268. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90269. web_1 | Syncing...
  90270. web_1 | Creating tables ...
  90271. web_1 | Installing custom SQL ...
  90272. web_1 | Installing indexes ...
  90273. web_1 | Installed 0 object(s) from 0 fixture(s)
  90274. web_1 |
  90275. web_1 | Synced:
  90276. web_1 | > django.contrib.auth
  90277. web_1 | > django.contrib.contenttypes
  90278. web_1 | > django.contrib.sessions
  90279. web_1 | > django.contrib.sites
  90280. web_1 | > django.contrib.messages
  90281. web_1 | > django.contrib.staticfiles
  90282. web_1 | > django.contrib.admin
  90283. web_1 | > south
  90284. web_1 | > crispy_forms
  90285. web_1 | > avatar
  90286. web_1 | > bootstrap3
  90287. web_1 | > users
  90288. web_1 | > allauth
  90289. web_1 | > allauth.account
  90290. web_1 | > django.contrib.humanize
  90291. web_1 | > debug_toolbar
  90292. web_1 |
  90293. web_1 | Not synced (use migrations):
  90294. web_1 | - allauth.socialaccount
  90295. web_1 | - django_extensions
  90296. web_1 | (use ./manage.py migrate to migrate these)
  90297. web_1 | Running migrations for socialaccount:
  90298. web_1 | - Nothing to migrate.
  90299. web_1 | - Loading initial data for socialaccount.
  90300. web_1 | Installed 0 object(s) from 0 fixture(s)
  90301. web_1 | Running migrations for django_extensions:
  90302. web_1 | - Nothing to migrate.
  90303. web_1 | - Loading initial data for django_extensions.
  90304. web_1 | Installed 0 object(s) from 0 fixture(s)
  90305. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90306. web_1 | [GCC 4.9.2] on linux2
  90307. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90308. web_1 | (InteractiveConsole)
  90309. web_1 |
  90310. web_1 | >>> >>> Starting the server
  90311. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90312. web_1 |
  90313. web_1 | Fatal error: Unable to find local grunt.
  90314. web_1 |
  90315. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90316. web_1 | your project. For more information about installing and configuring grunt,
  90317. web_1 | please see the Getting Started guide:
  90318. web_1 |
  90319. web_1 | http://gruntjs.com/getting-started
  90320. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90321. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90322. web_1 | Syncing...
  90323. web_1 | Creating tables ...
  90324. web_1 | Installing custom SQL ...
  90325. web_1 | Installing indexes ...
  90326. web_1 | Installed 0 object(s) from 0 fixture(s)
  90327. web_1 |
  90328. web_1 | Synced:
  90329. web_1 | > django.contrib.auth
  90330. web_1 | > django.contrib.contenttypes
  90331. web_1 | > django.contrib.sessions
  90332. web_1 | > django.contrib.sites
  90333. web_1 | > django.contrib.messages
  90334. web_1 | > django.contrib.staticfiles
  90335. web_1 | > django.contrib.admin
  90336. web_1 | > south
  90337. web_1 | > crispy_forms
  90338. web_1 | > avatar
  90339. web_1 | > bootstrap3
  90340. web_1 | > users
  90341. web_1 | > allauth
  90342. web_1 | > allauth.account
  90343. web_1 | > django.contrib.humanize
  90344. web_1 | > debug_toolbar
  90345. web_1 |
  90346. web_1 | Not synced (use migrations):
  90347. web_1 | - allauth.socialaccount
  90348. web_1 | - django_extensions
  90349. web_1 | (use ./manage.py migrate to migrate these)
  90350. web_1 | Running migrations for socialaccount:
  90351. web_1 | - Nothing to migrate.
  90352. web_1 | - Loading initial data for socialaccount.
  90353. web_1 | Installed 0 object(s) from 0 fixture(s)
  90354. web_1 | Running migrations for django_extensions:
  90355. web_1 | - Nothing to migrate.
  90356. web_1 | - Loading initial data for django_extensions.
  90357. web_1 | Installed 0 object(s) from 0 fixture(s)
  90358. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90359. web_1 | [GCC 4.9.2] on linux2
  90360. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90361. web_1 | (InteractiveConsole)
  90362. web_1 |
  90363. web_1 | >>> >>> Starting the server
  90364. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90365. web_1 |
  90366. web_1 | Fatal error: Unable to find local grunt.
  90367. web_1 |
  90368. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90369. web_1 | your project. For more information about installing and configuring grunt,
  90370. web_1 | please see the Getting Started guide:
  90371. web_1 |
  90372. web_1 | http://gruntjs.com/getting-started
  90373. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90374. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90375. web_1 | Syncing...
  90376. web_1 | Creating tables ...
  90377. web_1 | Installing custom SQL ...
  90378. web_1 | Installing indexes ...
  90379. web_1 | Installed 0 object(s) from 0 fixture(s)
  90380. web_1 |
  90381. web_1 | Synced:
  90382. web_1 | > django.contrib.auth
  90383. web_1 | > django.contrib.contenttypes
  90384. web_1 | > django.contrib.sessions
  90385. web_1 | > django.contrib.sites
  90386. web_1 | > django.contrib.messages
  90387. web_1 | > django.contrib.staticfiles
  90388. web_1 | > django.contrib.admin
  90389. web_1 | > south
  90390. web_1 | > crispy_forms
  90391. web_1 | > avatar
  90392. web_1 | > bootstrap3
  90393. web_1 | > users
  90394. web_1 | > allauth
  90395. web_1 | > allauth.account
  90396. web_1 | > django.contrib.humanize
  90397. web_1 | > debug_toolbar
  90398. web_1 |
  90399. web_1 | Not synced (use migrations):
  90400. web_1 | - allauth.socialaccount
  90401. web_1 | - django_extensions
  90402. web_1 | (use ./manage.py migrate to migrate these)
  90403. web_1 | Running migrations for socialaccount:
  90404. web_1 | - Nothing to migrate.
  90405. web_1 | - Loading initial data for socialaccount.
  90406. web_1 | Installed 0 object(s) from 0 fixture(s)
  90407. web_1 | Running migrations for django_extensions:
  90408. web_1 | - Nothing to migrate.
  90409. web_1 | - Loading initial data for django_extensions.
  90410. web_1 | Installed 0 object(s) from 0 fixture(s)
  90411. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90412. web_1 | [GCC 4.9.2] on linux2
  90413. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90414. web_1 | (InteractiveConsole)
  90415. web_1 |
  90416. web_1 | >>> >>> Starting the server
  90417. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90418. web_1 |
  90419. web_1 | Fatal error: Unable to find local grunt.
  90420. web_1 |
  90421. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90422. web_1 | your project. For more information about installing and configuring grunt,
  90423. web_1 | please see the Getting Started guide:
  90424. web_1 |
  90425. web_1 | http://gruntjs.com/getting-started
  90426. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90427. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90428. web_1 | Syncing...
  90429. web_1 | Creating tables ...
  90430. web_1 | Installing custom SQL ...
  90431. web_1 | Installing indexes ...
  90432. web_1 | Installed 0 object(s) from 0 fixture(s)
  90433. web_1 |
  90434. web_1 | Synced:
  90435. web_1 | > django.contrib.auth
  90436. web_1 | > django.contrib.contenttypes
  90437. web_1 | > django.contrib.sessions
  90438. web_1 | > django.contrib.sites
  90439. web_1 | > django.contrib.messages
  90440. web_1 | > django.contrib.staticfiles
  90441. web_1 | > django.contrib.admin
  90442. web_1 | > south
  90443. web_1 | > crispy_forms
  90444. web_1 | > avatar
  90445. web_1 | > bootstrap3
  90446. web_1 | > users
  90447. web_1 | > allauth
  90448. web_1 | > allauth.account
  90449. web_1 | > django.contrib.humanize
  90450. web_1 | > debug_toolbar
  90451. web_1 |
  90452. web_1 | Not synced (use migrations):
  90453. web_1 | - allauth.socialaccount
  90454. web_1 | - django_extensions
  90455. web_1 | (use ./manage.py migrate to migrate these)
  90456. web_1 | Running migrations for socialaccount:
  90457. web_1 | - Nothing to migrate.
  90458. web_1 | - Loading initial data for socialaccount.
  90459. web_1 | Installed 0 object(s) from 0 fixture(s)
  90460. web_1 | Running migrations for django_extensions:
  90461. web_1 | - Nothing to migrate.
  90462. web_1 | - Loading initial data for django_extensions.
  90463. web_1 | Installed 0 object(s) from 0 fixture(s)
  90464. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90465. web_1 | [GCC 4.9.2] on linux2
  90466. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90467. web_1 | (InteractiveConsole)
  90468. web_1 |
  90469. web_1 | >>> >>> Starting the server
  90470. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90471. web_1 |
  90472. web_1 | Fatal error: Unable to find local grunt.
  90473. web_1 |
  90474. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90475. web_1 | your project. For more information about installing and configuring grunt,
  90476. web_1 | please see the Getting Started guide:
  90477. web_1 |
  90478. web_1 | http://gruntjs.com/getting-started
  90479. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90480. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90481. web_1 | Syncing...
  90482. web_1 | Creating tables ...
  90483. web_1 | Installing custom SQL ...
  90484. web_1 | Installing indexes ...
  90485. web_1 | Installed 0 object(s) from 0 fixture(s)
  90486. web_1 |
  90487. web_1 | Synced:
  90488. web_1 | > django.contrib.auth
  90489. web_1 | > django.contrib.contenttypes
  90490. web_1 | > django.contrib.sessions
  90491. web_1 | > django.contrib.sites
  90492. web_1 | > django.contrib.messages
  90493. web_1 | > django.contrib.staticfiles
  90494. web_1 | > django.contrib.admin
  90495. web_1 | > south
  90496. web_1 | > crispy_forms
  90497. web_1 | > avatar
  90498. web_1 | > bootstrap3
  90499. web_1 | > users
  90500. web_1 | > allauth
  90501. web_1 | > allauth.account
  90502. web_1 | > django.contrib.humanize
  90503. web_1 | > debug_toolbar
  90504. web_1 |
  90505. web_1 | Not synced (use migrations):
  90506. web_1 | - allauth.socialaccount
  90507. web_1 | - django_extensions
  90508. web_1 | (use ./manage.py migrate to migrate these)
  90509. web_1 | Running migrations for socialaccount:
  90510. web_1 | - Nothing to migrate.
  90511. web_1 | - Loading initial data for socialaccount.
  90512. web_1 | Installed 0 object(s) from 0 fixture(s)
  90513. web_1 | Running migrations for django_extensions:
  90514. web_1 | - Nothing to migrate.
  90515. web_1 | - Loading initial data for django_extensions.
  90516. web_1 | Installed 0 object(s) from 0 fixture(s)
  90517. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90518. web_1 | [GCC 4.9.2] on linux2
  90519. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90520. web_1 | (InteractiveConsole)
  90521. web_1 |
  90522. web_1 | >>> >>> Starting the server
  90523. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90524. web_1 |
  90525. web_1 | Fatal error: Unable to find local grunt.
  90526. web_1 |
  90527. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90528. web_1 | your project. For more information about installing and configuring grunt,
  90529. web_1 | please see the Getting Started guide:
  90530. web_1 |
  90531. web_1 | http://gruntjs.com/getting-started
  90532. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90533. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90534. web_1 | Syncing...
  90535. web_1 | Creating tables ...
  90536. web_1 | Installing custom SQL ...
  90537. web_1 | Installing indexes ...
  90538. web_1 | Installed 0 object(s) from 0 fixture(s)
  90539. web_1 |
  90540. web_1 | Synced:
  90541. web_1 | > django.contrib.auth
  90542. web_1 | > django.contrib.contenttypes
  90543. web_1 | > django.contrib.sessions
  90544. web_1 | > django.contrib.sites
  90545. web_1 | > django.contrib.messages
  90546. web_1 | > django.contrib.staticfiles
  90547. web_1 | > django.contrib.admin
  90548. web_1 | > south
  90549. web_1 | > crispy_forms
  90550. web_1 | > avatar
  90551. web_1 | > bootstrap3
  90552. web_1 | > users
  90553. web_1 | > allauth
  90554. web_1 | > allauth.account
  90555. web_1 | > django.contrib.humanize
  90556. web_1 | > debug_toolbar
  90557. web_1 |
  90558. web_1 | Not synced (use migrations):
  90559. web_1 | - allauth.socialaccount
  90560. web_1 | - django_extensions
  90561. web_1 | (use ./manage.py migrate to migrate these)
  90562. web_1 | Running migrations for socialaccount:
  90563. web_1 | - Nothing to migrate.
  90564. web_1 | - Loading initial data for socialaccount.
  90565. web_1 | Installed 0 object(s) from 0 fixture(s)
  90566. web_1 | Running migrations for django_extensions:
  90567. web_1 | - Nothing to migrate.
  90568. web_1 | - Loading initial data for django_extensions.
  90569. web_1 | Installed 0 object(s) from 0 fixture(s)
  90570. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90571. web_1 | [GCC 4.9.2] on linux2
  90572. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90573. web_1 | (InteractiveConsole)
  90574. web_1 |
  90575. web_1 | >>> >>> Starting the server
  90576. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90577. web_1 |
  90578. web_1 | Fatal error: Unable to find local grunt.
  90579. web_1 |
  90580. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90581. web_1 | your project. For more information about installing and configuring grunt,
  90582. web_1 | please see the Getting Started guide:
  90583. web_1 |
  90584. web_1 | http://gruntjs.com/getting-started
  90585. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90586. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90587. web_1 | Syncing...
  90588. web_1 | Creating tables ...
  90589. web_1 | Installing custom SQL ...
  90590. web_1 | Installing indexes ...
  90591. web_1 | Installed 0 object(s) from 0 fixture(s)
  90592. web_1 |
  90593. web_1 | Synced:
  90594. web_1 | > django.contrib.auth
  90595. web_1 | > django.contrib.contenttypes
  90596. web_1 | > django.contrib.sessions
  90597. web_1 | > django.contrib.sites
  90598. web_1 | > django.contrib.messages
  90599. web_1 | > django.contrib.staticfiles
  90600. web_1 | > django.contrib.admin
  90601. web_1 | > south
  90602. web_1 | > crispy_forms
  90603. web_1 | > avatar
  90604. web_1 | > bootstrap3
  90605. web_1 | > users
  90606. web_1 | > allauth
  90607. web_1 | > allauth.account
  90608. web_1 | > django.contrib.humanize
  90609. web_1 | > debug_toolbar
  90610. web_1 |
  90611. web_1 | Not synced (use migrations):
  90612. web_1 | - allauth.socialaccount
  90613. web_1 | - django_extensions
  90614. web_1 | (use ./manage.py migrate to migrate these)
  90615. web_1 | Running migrations for socialaccount:
  90616. web_1 | - Nothing to migrate.
  90617. web_1 | - Loading initial data for socialaccount.
  90618. web_1 | Installed 0 object(s) from 0 fixture(s)
  90619. web_1 | Running migrations for django_extensions:
  90620. web_1 | - Nothing to migrate.
  90621. web_1 | - Loading initial data for django_extensions.
  90622. web_1 | Installed 0 object(s) from 0 fixture(s)
  90623. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90624. web_1 | [GCC 4.9.2] on linux2
  90625. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90626. web_1 | (InteractiveConsole)
  90627. web_1 |
  90628. web_1 | >>> >>> Starting the server
  90629. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90630. web_1 |
  90631. web_1 | Fatal error: Unable to find local grunt.
  90632. web_1 |
  90633. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90634. web_1 | your project. For more information about installing and configuring grunt,
  90635. web_1 | please see the Getting Started guide:
  90636. web_1 |
  90637. web_1 | http://gruntjs.com/getting-started
  90638. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90639. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90640. web_1 | Syncing...
  90641. web_1 | Creating tables ...
  90642. web_1 | Installing custom SQL ...
  90643. web_1 | Installing indexes ...
  90644. web_1 | Installed 0 object(s) from 0 fixture(s)
  90645. web_1 |
  90646. web_1 | Synced:
  90647. web_1 | > django.contrib.auth
  90648. web_1 | > django.contrib.contenttypes
  90649. web_1 | > django.contrib.sessions
  90650. web_1 | > django.contrib.sites
  90651. web_1 | > django.contrib.messages
  90652. web_1 | > django.contrib.staticfiles
  90653. web_1 | > django.contrib.admin
  90654. web_1 | > south
  90655. web_1 | > crispy_forms
  90656. web_1 | > avatar
  90657. web_1 | > bootstrap3
  90658. web_1 | > users
  90659. web_1 | > allauth
  90660. web_1 | > allauth.account
  90661. web_1 | > django.contrib.humanize
  90662. web_1 | > debug_toolbar
  90663. web_1 |
  90664. web_1 | Not synced (use migrations):
  90665. web_1 | - allauth.socialaccount
  90666. web_1 | - django_extensions
  90667. web_1 | (use ./manage.py migrate to migrate these)
  90668. web_1 | Running migrations for socialaccount:
  90669. web_1 | - Nothing to migrate.
  90670. web_1 | - Loading initial data for socialaccount.
  90671. web_1 | Installed 0 object(s) from 0 fixture(s)
  90672. web_1 | Running migrations for django_extensions:
  90673. web_1 | - Nothing to migrate.
  90674. web_1 | - Loading initial data for django_extensions.
  90675. web_1 | Installed 0 object(s) from 0 fixture(s)
  90676. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90677. web_1 | [GCC 4.9.2] on linux2
  90678. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90679. web_1 | (InteractiveConsole)
  90680. web_1 |
  90681. web_1 | >>> >>> Starting the server
  90682. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90683. web_1 |
  90684. web_1 | Fatal error: Unable to find local grunt.
  90685. web_1 |
  90686. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90687. web_1 | your project. For more information about installing and configuring grunt,
  90688. web_1 | please see the Getting Started guide:
  90689. web_1 |
  90690. web_1 | http://gruntjs.com/getting-started
  90691. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90692. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90693. web_1 | Syncing...
  90694. web_1 | Creating tables ...
  90695. web_1 | Installing custom SQL ...
  90696. web_1 | Installing indexes ...
  90697. web_1 | Installed 0 object(s) from 0 fixture(s)
  90698. web_1 |
  90699. web_1 | Synced:
  90700. web_1 | > django.contrib.auth
  90701. web_1 | > django.contrib.contenttypes
  90702. web_1 | > django.contrib.sessions
  90703. web_1 | > django.contrib.sites
  90704. web_1 | > django.contrib.messages
  90705. web_1 | > django.contrib.staticfiles
  90706. web_1 | > django.contrib.admin
  90707. web_1 | > south
  90708. web_1 | > crispy_forms
  90709. web_1 | > avatar
  90710. web_1 | > bootstrap3
  90711. web_1 | > users
  90712. web_1 | > allauth
  90713. web_1 | > allauth.account
  90714. web_1 | > django.contrib.humanize
  90715. web_1 | > debug_toolbar
  90716. web_1 |
  90717. web_1 | Not synced (use migrations):
  90718. web_1 | - allauth.socialaccount
  90719. web_1 | - django_extensions
  90720. web_1 | (use ./manage.py migrate to migrate these)
  90721. web_1 | Running migrations for socialaccount:
  90722. web_1 | - Nothing to migrate.
  90723. web_1 | - Loading initial data for socialaccount.
  90724. web_1 | Installed 0 object(s) from 0 fixture(s)
  90725. web_1 | Running migrations for django_extensions:
  90726. web_1 | - Nothing to migrate.
  90727. web_1 | - Loading initial data for django_extensions.
  90728. web_1 | Installed 0 object(s) from 0 fixture(s)
  90729. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90730. web_1 | [GCC 4.9.2] on linux2
  90731. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90732. web_1 | (InteractiveConsole)
  90733. web_1 |
  90734. web_1 | >>> >>> Starting the server
  90735. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90736. web_1 |
  90737. web_1 | Fatal error: Unable to find local grunt.
  90738. web_1 |
  90739. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90740. web_1 | your project. For more information about installing and configuring grunt,
  90741. web_1 | please see the Getting Started guide:
  90742. web_1 |
  90743. web_1 | http://gruntjs.com/getting-started
  90744. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90745. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90746. web_1 | Syncing...
  90747. web_1 | Creating tables ...
  90748. web_1 | Installing custom SQL ...
  90749. web_1 | Installing indexes ...
  90750. web_1 | Installed 0 object(s) from 0 fixture(s)
  90751. web_1 |
  90752. web_1 | Synced:
  90753. web_1 | > django.contrib.auth
  90754. web_1 | > django.contrib.contenttypes
  90755. web_1 | > django.contrib.sessions
  90756. web_1 | > django.contrib.sites
  90757. web_1 | > django.contrib.messages
  90758. web_1 | > django.contrib.staticfiles
  90759. web_1 | > django.contrib.admin
  90760. web_1 | > south
  90761. web_1 | > crispy_forms
  90762. web_1 | > avatar
  90763. web_1 | > bootstrap3
  90764. web_1 | > users
  90765. web_1 | > allauth
  90766. web_1 | > allauth.account
  90767. web_1 | > django.contrib.humanize
  90768. web_1 | > debug_toolbar
  90769. web_1 |
  90770. web_1 | Not synced (use migrations):
  90771. web_1 | - allauth.socialaccount
  90772. web_1 | - django_extensions
  90773. web_1 | (use ./manage.py migrate to migrate these)
  90774. web_1 | Running migrations for socialaccount:
  90775. web_1 | - Nothing to migrate.
  90776. web_1 | - Loading initial data for socialaccount.
  90777. web_1 | Installed 0 object(s) from 0 fixture(s)
  90778. web_1 | Running migrations for django_extensions:
  90779. web_1 | - Nothing to migrate.
  90780. web_1 | - Loading initial data for django_extensions.
  90781. web_1 | Installed 0 object(s) from 0 fixture(s)
  90782. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90783. web_1 | [GCC 4.9.2] on linux2
  90784. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90785. web_1 | (InteractiveConsole)
  90786. web_1 |
  90787. web_1 | >>> >>> Starting the server
  90788. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90789. web_1 |
  90790. web_1 | Fatal error: Unable to find local grunt.
  90791. web_1 |
  90792. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90793. web_1 | your project. For more information about installing and configuring grunt,
  90794. web_1 | please see the Getting Started guide:
  90795. web_1 |
  90796. web_1 | http://gruntjs.com/getting-started
  90797. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90798. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90799. web_1 | Syncing...
  90800. web_1 | Creating tables ...
  90801. web_1 | Installing custom SQL ...
  90802. web_1 | Installing indexes ...
  90803. web_1 | Installed 0 object(s) from 0 fixture(s)
  90804. web_1 |
  90805. web_1 | Synced:
  90806. web_1 | > django.contrib.auth
  90807. web_1 | > django.contrib.contenttypes
  90808. web_1 | > django.contrib.sessions
  90809. web_1 | > django.contrib.sites
  90810. web_1 | > django.contrib.messages
  90811. web_1 | > django.contrib.staticfiles
  90812. web_1 | > django.contrib.admin
  90813. web_1 | > south
  90814. web_1 | > crispy_forms
  90815. web_1 | > avatar
  90816. web_1 | > bootstrap3
  90817. web_1 | > users
  90818. web_1 | > allauth
  90819. web_1 | > allauth.account
  90820. web_1 | > django.contrib.humanize
  90821. web_1 | > debug_toolbar
  90822. web_1 |
  90823. web_1 | Not synced (use migrations):
  90824. web_1 | - allauth.socialaccount
  90825. web_1 | - django_extensions
  90826. web_1 | (use ./manage.py migrate to migrate these)
  90827. web_1 | Running migrations for socialaccount:
  90828. web_1 | - Nothing to migrate.
  90829. web_1 | - Loading initial data for socialaccount.
  90830. web_1 | Installed 0 object(s) from 0 fixture(s)
  90831. web_1 | Running migrations for django_extensions:
  90832. web_1 | - Nothing to migrate.
  90833. web_1 | - Loading initial data for django_extensions.
  90834. web_1 | Installed 0 object(s) from 0 fixture(s)
  90835. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90836. web_1 | [GCC 4.9.2] on linux2
  90837. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90838. web_1 | (InteractiveConsole)
  90839. web_1 |
  90840. web_1 | >>> >>> Starting the server
  90841. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90842. web_1 |
  90843. web_1 | Fatal error: Unable to find local grunt.
  90844. web_1 |
  90845. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90846. web_1 | your project. For more information about installing and configuring grunt,
  90847. web_1 | please see the Getting Started guide:
  90848. web_1 |
  90849. web_1 | http://gruntjs.com/getting-started
  90850. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90851. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90852. web_1 | Syncing...
  90853. web_1 | Creating tables ...
  90854. web_1 | Installing custom SQL ...
  90855. web_1 | Installing indexes ...
  90856. web_1 | Installed 0 object(s) from 0 fixture(s)
  90857. web_1 |
  90858. web_1 | Synced:
  90859. web_1 | > django.contrib.auth
  90860. web_1 | > django.contrib.contenttypes
  90861. web_1 | > django.contrib.sessions
  90862. web_1 | > django.contrib.sites
  90863. web_1 | > django.contrib.messages
  90864. web_1 | > django.contrib.staticfiles
  90865. web_1 | > django.contrib.admin
  90866. web_1 | > south
  90867. web_1 | > crispy_forms
  90868. web_1 | > avatar
  90869. web_1 | > bootstrap3
  90870. web_1 | > users
  90871. web_1 | > allauth
  90872. web_1 | > allauth.account
  90873. web_1 | > django.contrib.humanize
  90874. web_1 | > debug_toolbar
  90875. web_1 |
  90876. web_1 | Not synced (use migrations):
  90877. web_1 | - allauth.socialaccount
  90878. web_1 | - django_extensions
  90879. web_1 | (use ./manage.py migrate to migrate these)
  90880. web_1 | Running migrations for socialaccount:
  90881. web_1 | - Nothing to migrate.
  90882. web_1 | - Loading initial data for socialaccount.
  90883. web_1 | Installed 0 object(s) from 0 fixture(s)
  90884. web_1 | Running migrations for django_extensions:
  90885. web_1 | - Nothing to migrate.
  90886. web_1 | - Loading initial data for django_extensions.
  90887. web_1 | Installed 0 object(s) from 0 fixture(s)
  90888. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90889. web_1 | [GCC 4.9.2] on linux2
  90890. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90891. web_1 | (InteractiveConsole)
  90892. web_1 |
  90893. web_1 | >>> >>> Starting the server
  90894. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90895. web_1 |
  90896. web_1 | Fatal error: Unable to find local grunt.
  90897. web_1 |
  90898. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90899. web_1 | your project. For more information about installing and configuring grunt,
  90900. web_1 | please see the Getting Started guide:
  90901. web_1 |
  90902. web_1 | http://gruntjs.com/getting-started
  90903. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90904. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90905. web_1 | Syncing...
  90906. web_1 | Creating tables ...
  90907. web_1 | Installing custom SQL ...
  90908. web_1 | Installing indexes ...
  90909. web_1 | Installed 0 object(s) from 0 fixture(s)
  90910. web_1 |
  90911. web_1 | Synced:
  90912. web_1 | > django.contrib.auth
  90913. web_1 | > django.contrib.contenttypes
  90914. web_1 | > django.contrib.sessions
  90915. web_1 | > django.contrib.sites
  90916. web_1 | > django.contrib.messages
  90917. web_1 | > django.contrib.staticfiles
  90918. web_1 | > django.contrib.admin
  90919. web_1 | > south
  90920. web_1 | > crispy_forms
  90921. web_1 | > avatar
  90922. web_1 | > bootstrap3
  90923. web_1 | > users
  90924. web_1 | > allauth
  90925. web_1 | > allauth.account
  90926. web_1 | > django.contrib.humanize
  90927. web_1 | > debug_toolbar
  90928. web_1 |
  90929. web_1 | Not synced (use migrations):
  90930. web_1 | - allauth.socialaccount
  90931. web_1 | - django_extensions
  90932. web_1 | (use ./manage.py migrate to migrate these)
  90933. web_1 | Running migrations for socialaccount:
  90934. web_1 | - Nothing to migrate.
  90935. web_1 | - Loading initial data for socialaccount.
  90936. web_1 | Installed 0 object(s) from 0 fixture(s)
  90937. web_1 | Running migrations for django_extensions:
  90938. web_1 | - Nothing to migrate.
  90939. web_1 | - Loading initial data for django_extensions.
  90940. web_1 | Installed 0 object(s) from 0 fixture(s)
  90941. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90942. web_1 | [GCC 4.9.2] on linux2
  90943. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90944. web_1 | (InteractiveConsole)
  90945. web_1 |
  90946. web_1 | >>> >>> Starting the server
  90947. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  90948. web_1 |
  90949. web_1 | Fatal error: Unable to find local grunt.
  90950. web_1 |
  90951. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  90952. web_1 | your project. For more information about installing and configuring grunt,
  90953. web_1 | please see the Getting Started guide:
  90954. web_1 |
  90955. web_1 | http://gruntjs.com/getting-started
  90956. web_1 | Starting OpenBSD Secure Shell server: sshd.
  90957. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  90958. web_1 | Syncing...
  90959. web_1 | Creating tables ...
  90960. web_1 | Installing custom SQL ...
  90961. web_1 | Installing indexes ...
  90962. web_1 | Installed 0 object(s) from 0 fixture(s)
  90963. web_1 |
  90964. web_1 | Synced:
  90965. web_1 | > django.contrib.auth
  90966. web_1 | > django.contrib.contenttypes
  90967. web_1 | > django.contrib.sessions
  90968. web_1 | > django.contrib.sites
  90969. web_1 | > django.contrib.messages
  90970. web_1 | > django.contrib.staticfiles
  90971. web_1 | > django.contrib.admin
  90972. web_1 | > south
  90973. web_1 | > crispy_forms
  90974. web_1 | > avatar
  90975. web_1 | > bootstrap3
  90976. web_1 | > users
  90977. web_1 | > allauth
  90978. web_1 | > allauth.account
  90979. web_1 | > django.contrib.humanize
  90980. web_1 | > debug_toolbar
  90981. web_1 |
  90982. web_1 | Not synced (use migrations):
  90983. web_1 | - allauth.socialaccount
  90984. web_1 | - django_extensions
  90985. web_1 | (use ./manage.py migrate to migrate these)
  90986. web_1 | Running migrations for socialaccount:
  90987. web_1 | - Nothing to migrate.
  90988. web_1 | - Loading initial data for socialaccount.
  90989. web_1 | Installed 0 object(s) from 0 fixture(s)
  90990. web_1 | Running migrations for django_extensions:
  90991. web_1 | - Nothing to migrate.
  90992. web_1 | - Loading initial data for django_extensions.
  90993. web_1 | Installed 0 object(s) from 0 fixture(s)
  90994. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  90995. web_1 | [GCC 4.9.2] on linux2
  90996. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  90997. web_1 | (InteractiveConsole)
  90998. web_1 |
  90999. web_1 | >>> >>> Starting the server
  91000. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91001. web_1 |
  91002. web_1 | Fatal error: Unable to find local grunt.
  91003. web_1 |
  91004. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91005. web_1 | your project. For more information about installing and configuring grunt,
  91006. web_1 | please see the Getting Started guide:
  91007. web_1 |
  91008. web_1 | http://gruntjs.com/getting-started
  91009. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91010. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91011. web_1 | Syncing...
  91012. web_1 | Creating tables ...
  91013. web_1 | Installing custom SQL ...
  91014. web_1 | Installing indexes ...
  91015. web_1 | Installed 0 object(s) from 0 fixture(s)
  91016. web_1 |
  91017. web_1 | Synced:
  91018. web_1 | > django.contrib.auth
  91019. web_1 | > django.contrib.contenttypes
  91020. web_1 | > django.contrib.sessions
  91021. web_1 | > django.contrib.sites
  91022. web_1 | > django.contrib.messages
  91023. web_1 | > django.contrib.staticfiles
  91024. web_1 | > django.contrib.admin
  91025. web_1 | > south
  91026. web_1 | > crispy_forms
  91027. web_1 | > avatar
  91028. web_1 | > bootstrap3
  91029. web_1 | > users
  91030. web_1 | > allauth
  91031. web_1 | > allauth.account
  91032. web_1 | > django.contrib.humanize
  91033. web_1 | > debug_toolbar
  91034. web_1 |
  91035. web_1 | Not synced (use migrations):
  91036. web_1 | - allauth.socialaccount
  91037. web_1 | - django_extensions
  91038. web_1 | (use ./manage.py migrate to migrate these)
  91039. web_1 | Running migrations for socialaccount:
  91040. web_1 | - Nothing to migrate.
  91041. web_1 | - Loading initial data for socialaccount.
  91042. web_1 | Installed 0 object(s) from 0 fixture(s)
  91043. web_1 | Running migrations for django_extensions:
  91044. web_1 | - Nothing to migrate.
  91045. web_1 | - Loading initial data for django_extensions.
  91046. web_1 | Installed 0 object(s) from 0 fixture(s)
  91047. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91048. web_1 | [GCC 4.9.2] on linux2
  91049. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91050. web_1 | (InteractiveConsole)
  91051. web_1 |
  91052. web_1 | >>> >>> Starting the server
  91053. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91054. web_1 |
  91055. web_1 | Fatal error: Unable to find local grunt.
  91056. web_1 |
  91057. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91058. web_1 | your project. For more information about installing and configuring grunt,
  91059. web_1 | please see the Getting Started guide:
  91060. web_1 |
  91061. web_1 | http://gruntjs.com/getting-started
  91062. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91063. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91064. web_1 | Syncing...
  91065. web_1 | Creating tables ...
  91066. web_1 | Installing custom SQL ...
  91067. web_1 | Installing indexes ...
  91068. web_1 | Installed 0 object(s) from 0 fixture(s)
  91069. web_1 |
  91070. web_1 | Synced:
  91071. web_1 | > django.contrib.auth
  91072. web_1 | > django.contrib.contenttypes
  91073. web_1 | > django.contrib.sessions
  91074. web_1 | > django.contrib.sites
  91075. web_1 | > django.contrib.messages
  91076. web_1 | > django.contrib.staticfiles
  91077. web_1 | > django.contrib.admin
  91078. web_1 | > south
  91079. web_1 | > crispy_forms
  91080. web_1 | > avatar
  91081. web_1 | > bootstrap3
  91082. web_1 | > users
  91083. web_1 | > allauth
  91084. web_1 | > allauth.account
  91085. web_1 | > django.contrib.humanize
  91086. web_1 | > debug_toolbar
  91087. web_1 |
  91088. web_1 | Not synced (use migrations):
  91089. web_1 | - allauth.socialaccount
  91090. web_1 | - django_extensions
  91091. web_1 | (use ./manage.py migrate to migrate these)
  91092. web_1 | Running migrations for socialaccount:
  91093. web_1 | - Nothing to migrate.
  91094. web_1 | - Loading initial data for socialaccount.
  91095. web_1 | Installed 0 object(s) from 0 fixture(s)
  91096. web_1 | Running migrations for django_extensions:
  91097. web_1 | - Nothing to migrate.
  91098. web_1 | - Loading initial data for django_extensions.
  91099. web_1 | Installed 0 object(s) from 0 fixture(s)
  91100. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91101. web_1 | [GCC 4.9.2] on linux2
  91102. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91103. web_1 | (InteractiveConsole)
  91104. web_1 |
  91105. web_1 | >>> >>> Starting the server
  91106. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91107. web_1 |
  91108. web_1 | Fatal error: Unable to find local grunt.
  91109. web_1 |
  91110. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91111. web_1 | your project. For more information about installing and configuring grunt,
  91112. web_1 | please see the Getting Started guide:
  91113. web_1 |
  91114. web_1 | http://gruntjs.com/getting-started
  91115. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91116. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91117. web_1 | Syncing...
  91118. web_1 | Creating tables ...
  91119. web_1 | Installing custom SQL ...
  91120. web_1 | Installing indexes ...
  91121. web_1 | Installed 0 object(s) from 0 fixture(s)
  91122. web_1 |
  91123. web_1 | Synced:
  91124. web_1 | > django.contrib.auth
  91125. web_1 | > django.contrib.contenttypes
  91126. web_1 | > django.contrib.sessions
  91127. web_1 | > django.contrib.sites
  91128. web_1 | > django.contrib.messages
  91129. web_1 | > django.contrib.staticfiles
  91130. web_1 | > django.contrib.admin
  91131. web_1 | > south
  91132. web_1 | > crispy_forms
  91133. web_1 | > avatar
  91134. web_1 | > bootstrap3
  91135. web_1 | > users
  91136. web_1 | > allauth
  91137. web_1 | > allauth.account
  91138. web_1 | > django.contrib.humanize
  91139. web_1 | > debug_toolbar
  91140. web_1 |
  91141. web_1 | Not synced (use migrations):
  91142. web_1 | - allauth.socialaccount
  91143. web_1 | - django_extensions
  91144. web_1 | (use ./manage.py migrate to migrate these)
  91145. web_1 | Running migrations for socialaccount:
  91146. web_1 | - Nothing to migrate.
  91147. web_1 | - Loading initial data for socialaccount.
  91148. web_1 | Installed 0 object(s) from 0 fixture(s)
  91149. web_1 | Running migrations for django_extensions:
  91150. web_1 | - Nothing to migrate.
  91151. web_1 | - Loading initial data for django_extensions.
  91152. web_1 | Installed 0 object(s) from 0 fixture(s)
  91153. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91154. web_1 | [GCC 4.9.2] on linux2
  91155. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91156. web_1 | (InteractiveConsole)
  91157. web_1 |
  91158. web_1 | >>> >>> Starting the server
  91159. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91160. web_1 |
  91161. web_1 | Fatal error: Unable to find local grunt.
  91162. web_1 |
  91163. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91164. web_1 | your project. For more information about installing and configuring grunt,
  91165. web_1 | please see the Getting Started guide:
  91166. web_1 |
  91167. web_1 | http://gruntjs.com/getting-started
  91168. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91169. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91170. web_1 | Syncing...
  91171. web_1 | Creating tables ...
  91172. web_1 | Installing custom SQL ...
  91173. web_1 | Installing indexes ...
  91174. web_1 | Installed 0 object(s) from 0 fixture(s)
  91175. web_1 |
  91176. web_1 | Synced:
  91177. web_1 | > django.contrib.auth
  91178. web_1 | > django.contrib.contenttypes
  91179. web_1 | > django.contrib.sessions
  91180. web_1 | > django.contrib.sites
  91181. web_1 | > django.contrib.messages
  91182. web_1 | > django.contrib.staticfiles
  91183. web_1 | > django.contrib.admin
  91184. web_1 | > south
  91185. web_1 | > crispy_forms
  91186. web_1 | > avatar
  91187. web_1 | > bootstrap3
  91188. web_1 | > users
  91189. web_1 | > allauth
  91190. web_1 | > allauth.account
  91191. web_1 | > django.contrib.humanize
  91192. web_1 | > debug_toolbar
  91193. web_1 |
  91194. web_1 | Not synced (use migrations):
  91195. web_1 | - allauth.socialaccount
  91196. web_1 | - django_extensions
  91197. web_1 | (use ./manage.py migrate to migrate these)
  91198. web_1 | Running migrations for socialaccount:
  91199. web_1 | - Nothing to migrate.
  91200. web_1 | - Loading initial data for socialaccount.
  91201. web_1 | Installed 0 object(s) from 0 fixture(s)
  91202. web_1 | Running migrations for django_extensions:
  91203. web_1 | - Nothing to migrate.
  91204. web_1 | - Loading initial data for django_extensions.
  91205. web_1 | Installed 0 object(s) from 0 fixture(s)
  91206. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91207. web_1 | [GCC 4.9.2] on linux2
  91208. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91209. web_1 | (InteractiveConsole)
  91210. web_1 |
  91211. web_1 | >>> >>> Starting the server
  91212. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91213. web_1 |
  91214. web_1 | Fatal error: Unable to find local grunt.
  91215. web_1 |
  91216. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91217. web_1 | your project. For more information about installing and configuring grunt,
  91218. web_1 | please see the Getting Started guide:
  91219. web_1 |
  91220. web_1 | http://gruntjs.com/getting-started
  91221. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91222. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91223. web_1 | Syncing...
  91224. web_1 | Creating tables ...
  91225. web_1 | Installing custom SQL ...
  91226. web_1 | Installing indexes ...
  91227. web_1 | Installed 0 object(s) from 0 fixture(s)
  91228. web_1 |
  91229. web_1 | Synced:
  91230. web_1 | > django.contrib.auth
  91231. web_1 | > django.contrib.contenttypes
  91232. web_1 | > django.contrib.sessions
  91233. web_1 | > django.contrib.sites
  91234. web_1 | > django.contrib.messages
  91235. web_1 | > django.contrib.staticfiles
  91236. web_1 | > django.contrib.admin
  91237. web_1 | > south
  91238. web_1 | > crispy_forms
  91239. web_1 | > avatar
  91240. web_1 | > bootstrap3
  91241. web_1 | > users
  91242. web_1 | > allauth
  91243. web_1 | > allauth.account
  91244. web_1 | > django.contrib.humanize
  91245. web_1 | > debug_toolbar
  91246. web_1 |
  91247. web_1 | Not synced (use migrations):
  91248. web_1 | - allauth.socialaccount
  91249. web_1 | - django_extensions
  91250. web_1 | (use ./manage.py migrate to migrate these)
  91251. web_1 | Running migrations for socialaccount:
  91252. web_1 | - Nothing to migrate.
  91253. web_1 | - Loading initial data for socialaccount.
  91254. web_1 | Installed 0 object(s) from 0 fixture(s)
  91255. web_1 | Running migrations for django_extensions:
  91256. web_1 | - Nothing to migrate.
  91257. web_1 | - Loading initial data for django_extensions.
  91258. web_1 | Installed 0 object(s) from 0 fixture(s)
  91259. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91260. web_1 | [GCC 4.9.2] on linux2
  91261. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91262. web_1 | (InteractiveConsole)
  91263. web_1 |
  91264. web_1 | >>> >>> Starting the server
  91265. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91266. web_1 |
  91267. web_1 | Fatal error: Unable to find local grunt.
  91268. web_1 |
  91269. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91270. web_1 | your project. For more information about installing and configuring grunt,
  91271. web_1 | please see the Getting Started guide:
  91272. web_1 |
  91273. web_1 | http://gruntjs.com/getting-started
  91274. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91275. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91276. web_1 | Syncing...
  91277. web_1 | Creating tables ...
  91278. web_1 | Installing custom SQL ...
  91279. web_1 | Installing indexes ...
  91280. web_1 | Installed 0 object(s) from 0 fixture(s)
  91281. web_1 |
  91282. web_1 | Synced:
  91283. web_1 | > django.contrib.auth
  91284. web_1 | > django.contrib.contenttypes
  91285. web_1 | > django.contrib.sessions
  91286. web_1 | > django.contrib.sites
  91287. web_1 | > django.contrib.messages
  91288. web_1 | > django.contrib.staticfiles
  91289. web_1 | > django.contrib.admin
  91290. web_1 | > south
  91291. web_1 | > crispy_forms
  91292. web_1 | > avatar
  91293. web_1 | > bootstrap3
  91294. web_1 | > users
  91295. web_1 | > allauth
  91296. web_1 | > allauth.account
  91297. web_1 | > django.contrib.humanize
  91298. web_1 | > debug_toolbar
  91299. web_1 |
  91300. web_1 | Not synced (use migrations):
  91301. web_1 | - allauth.socialaccount
  91302. web_1 | - django_extensions
  91303. web_1 | (use ./manage.py migrate to migrate these)
  91304. web_1 | Running migrations for socialaccount:
  91305. web_1 | - Nothing to migrate.
  91306. web_1 | - Loading initial data for socialaccount.
  91307. web_1 | Installed 0 object(s) from 0 fixture(s)
  91308. web_1 | Running migrations for django_extensions:
  91309. web_1 | - Nothing to migrate.
  91310. web_1 | - Loading initial data for django_extensions.
  91311. web_1 | Installed 0 object(s) from 0 fixture(s)
  91312. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91313. web_1 | [GCC 4.9.2] on linux2
  91314. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91315. web_1 | (InteractiveConsole)
  91316. web_1 |
  91317. web_1 | >>> >>> Starting the server
  91318. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91319. web_1 |
  91320. web_1 | Fatal error: Unable to find local grunt.
  91321. web_1 |
  91322. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91323. web_1 | your project. For more information about installing and configuring grunt,
  91324. web_1 | please see the Getting Started guide:
  91325. web_1 |
  91326. web_1 | http://gruntjs.com/getting-started
  91327. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91328. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91329. web_1 | Syncing...
  91330. web_1 | Creating tables ...
  91331. web_1 | Installing custom SQL ...
  91332. web_1 | Installing indexes ...
  91333. web_1 | Installed 0 object(s) from 0 fixture(s)
  91334. web_1 |
  91335. web_1 | Synced:
  91336. web_1 | > django.contrib.auth
  91337. web_1 | > django.contrib.contenttypes
  91338. web_1 | > django.contrib.sessions
  91339. web_1 | > django.contrib.sites
  91340. web_1 | > django.contrib.messages
  91341. web_1 | > django.contrib.staticfiles
  91342. web_1 | > django.contrib.admin
  91343. web_1 | > south
  91344. web_1 | > crispy_forms
  91345. web_1 | > avatar
  91346. web_1 | > bootstrap3
  91347. web_1 | > users
  91348. web_1 | > allauth
  91349. web_1 | > allauth.account
  91350. web_1 | > django.contrib.humanize
  91351. web_1 | > debug_toolbar
  91352. web_1 |
  91353. web_1 | Not synced (use migrations):
  91354. web_1 | - allauth.socialaccount
  91355. web_1 | - django_extensions
  91356. web_1 | (use ./manage.py migrate to migrate these)
  91357. web_1 | Running migrations for socialaccount:
  91358. web_1 | - Nothing to migrate.
  91359. web_1 | - Loading initial data for socialaccount.
  91360. web_1 | Installed 0 object(s) from 0 fixture(s)
  91361. web_1 | Running migrations for django_extensions:
  91362. web_1 | - Nothing to migrate.
  91363. web_1 | - Loading initial data for django_extensions.
  91364. web_1 | Installed 0 object(s) from 0 fixture(s)
  91365. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91366. web_1 | [GCC 4.9.2] on linux2
  91367. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91368. web_1 | (InteractiveConsole)
  91369. web_1 |
  91370. web_1 | >>> >>> Starting the server
  91371. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91372. web_1 |
  91373. web_1 | Fatal error: Unable to find local grunt.
  91374. web_1 |
  91375. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91376. web_1 | your project. For more information about installing and configuring grunt,
  91377. web_1 | please see the Getting Started guide:
  91378. web_1 |
  91379. web_1 | http://gruntjs.com/getting-started
  91380. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91381. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91382. web_1 | Syncing...
  91383. web_1 | Creating tables ...
  91384. web_1 | Installing custom SQL ...
  91385. web_1 | Installing indexes ...
  91386. web_1 | Installed 0 object(s) from 0 fixture(s)
  91387. web_1 |
  91388. web_1 | Synced:
  91389. web_1 | > django.contrib.auth
  91390. web_1 | > django.contrib.contenttypes
  91391. web_1 | > django.contrib.sessions
  91392. web_1 | > django.contrib.sites
  91393. web_1 | > django.contrib.messages
  91394. web_1 | > django.contrib.staticfiles
  91395. web_1 | > django.contrib.admin
  91396. web_1 | > south
  91397. web_1 | > crispy_forms
  91398. web_1 | > avatar
  91399. web_1 | > bootstrap3
  91400. web_1 | > users
  91401. web_1 | > allauth
  91402. web_1 | > allauth.account
  91403. web_1 | > django.contrib.humanize
  91404. web_1 | > debug_toolbar
  91405. web_1 |
  91406. web_1 | Not synced (use migrations):
  91407. web_1 | - allauth.socialaccount
  91408. web_1 | - django_extensions
  91409. web_1 | (use ./manage.py migrate to migrate these)
  91410. web_1 | Running migrations for socialaccount:
  91411. web_1 | - Nothing to migrate.
  91412. web_1 | - Loading initial data for socialaccount.
  91413. web_1 | Installed 0 object(s) from 0 fixture(s)
  91414. web_1 | Running migrations for django_extensions:
  91415. web_1 | - Nothing to migrate.
  91416. web_1 | - Loading initial data for django_extensions.
  91417. web_1 | Installed 0 object(s) from 0 fixture(s)
  91418. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91419. web_1 | [GCC 4.9.2] on linux2
  91420. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91421. web_1 | (InteractiveConsole)
  91422. web_1 |
  91423. web_1 | >>> >>> Starting the server
  91424. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91425. web_1 |
  91426. web_1 | Fatal error: Unable to find local grunt.
  91427. web_1 |
  91428. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91429. web_1 | your project. For more information about installing and configuring grunt,
  91430. web_1 | please see the Getting Started guide:
  91431. web_1 |
  91432. web_1 | http://gruntjs.com/getting-started
  91433. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91434. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91435. web_1 | Syncing...
  91436. web_1 | Creating tables ...
  91437. web_1 | Installing custom SQL ...
  91438. web_1 | Installing indexes ...
  91439. web_1 | Installed 0 object(s) from 0 fixture(s)
  91440. web_1 |
  91441. web_1 | Synced:
  91442. web_1 | > django.contrib.auth
  91443. web_1 | > django.contrib.contenttypes
  91444. web_1 | > django.contrib.sessions
  91445. web_1 | > django.contrib.sites
  91446. web_1 | > django.contrib.messages
  91447. web_1 | > django.contrib.staticfiles
  91448. web_1 | > django.contrib.admin
  91449. web_1 | > south
  91450. web_1 | > crispy_forms
  91451. web_1 | > avatar
  91452. web_1 | > bootstrap3
  91453. web_1 | > users
  91454. web_1 | > allauth
  91455. web_1 | > allauth.account
  91456. web_1 | > django.contrib.humanize
  91457. web_1 | > debug_toolbar
  91458. web_1 |
  91459. web_1 | Not synced (use migrations):
  91460. web_1 | - allauth.socialaccount
  91461. web_1 | - django_extensions
  91462. web_1 | (use ./manage.py migrate to migrate these)
  91463. web_1 | Running migrations for socialaccount:
  91464. web_1 | - Nothing to migrate.
  91465. web_1 | - Loading initial data for socialaccount.
  91466. web_1 | Installed 0 object(s) from 0 fixture(s)
  91467. web_1 | Running migrations for django_extensions:
  91468. web_1 | - Nothing to migrate.
  91469. web_1 | - Loading initial data for django_extensions.
  91470. web_1 | Installed 0 object(s) from 0 fixture(s)
  91471. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91472. web_1 | [GCC 4.9.2] on linux2
  91473. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91474. web_1 | (InteractiveConsole)
  91475. web_1 |
  91476. web_1 | >>> >>> Starting the server
  91477. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91478. web_1 |
  91479. web_1 | Fatal error: Unable to find local grunt.
  91480. web_1 |
  91481. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91482. web_1 | your project. For more information about installing and configuring grunt,
  91483. web_1 | please see the Getting Started guide:
  91484. web_1 |
  91485. web_1 | http://gruntjs.com/getting-started
  91486. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91487. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91488. web_1 | Syncing...
  91489. web_1 | Creating tables ...
  91490. web_1 | Installing custom SQL ...
  91491. web_1 | Installing indexes ...
  91492. web_1 | Installed 0 object(s) from 0 fixture(s)
  91493. web_1 |
  91494. web_1 | Synced:
  91495. web_1 | > django.contrib.auth
  91496. web_1 | > django.contrib.contenttypes
  91497. web_1 | > django.contrib.sessions
  91498. web_1 | > django.contrib.sites
  91499. web_1 | > django.contrib.messages
  91500. web_1 | > django.contrib.staticfiles
  91501. web_1 | > django.contrib.admin
  91502. web_1 | > south
  91503. web_1 | > crispy_forms
  91504. web_1 | > avatar
  91505. web_1 | > bootstrap3
  91506. web_1 | > users
  91507. web_1 | > allauth
  91508. web_1 | > allauth.account
  91509. web_1 | > django.contrib.humanize
  91510. web_1 | > debug_toolbar
  91511. web_1 |
  91512. web_1 | Not synced (use migrations):
  91513. web_1 | - allauth.socialaccount
  91514. web_1 | - django_extensions
  91515. web_1 | (use ./manage.py migrate to migrate these)
  91516. web_1 | Running migrations for socialaccount:
  91517. web_1 | - Nothing to migrate.
  91518. web_1 | - Loading initial data for socialaccount.
  91519. web_1 | Installed 0 object(s) from 0 fixture(s)
  91520. web_1 | Running migrations for django_extensions:
  91521. web_1 | - Nothing to migrate.
  91522. web_1 | - Loading initial data for django_extensions.
  91523. web_1 | Installed 0 object(s) from 0 fixture(s)
  91524. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91525. web_1 | [GCC 4.9.2] on linux2
  91526. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91527. web_1 | (InteractiveConsole)
  91528. web_1 |
  91529. web_1 | >>> >>> Starting the server
  91530. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91531. web_1 |
  91532. web_1 | Fatal error: Unable to find local grunt.
  91533. web_1 |
  91534. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91535. web_1 | your project. For more information about installing and configuring grunt,
  91536. web_1 | please see the Getting Started guide:
  91537. web_1 |
  91538. web_1 | http://gruntjs.com/getting-started
  91539. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91540. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91541. web_1 | Syncing...
  91542. web_1 | Creating tables ...
  91543. web_1 | Installing custom SQL ...
  91544. web_1 | Installing indexes ...
  91545. web_1 | Installed 0 object(s) from 0 fixture(s)
  91546. web_1 |
  91547. web_1 | Synced:
  91548. web_1 | > django.contrib.auth
  91549. web_1 | > django.contrib.contenttypes
  91550. web_1 | > django.contrib.sessions
  91551. web_1 | > django.contrib.sites
  91552. web_1 | > django.contrib.messages
  91553. web_1 | > django.contrib.staticfiles
  91554. web_1 | > django.contrib.admin
  91555. web_1 | > south
  91556. web_1 | > crispy_forms
  91557. web_1 | > avatar
  91558. web_1 | > bootstrap3
  91559. web_1 | > users
  91560. web_1 | > allauth
  91561. web_1 | > allauth.account
  91562. web_1 | > django.contrib.humanize
  91563. web_1 | > debug_toolbar
  91564. web_1 |
  91565. web_1 | Not synced (use migrations):
  91566. web_1 | - allauth.socialaccount
  91567. web_1 | - django_extensions
  91568. web_1 | (use ./manage.py migrate to migrate these)
  91569. web_1 | Running migrations for socialaccount:
  91570. web_1 | - Nothing to migrate.
  91571. web_1 | - Loading initial data for socialaccount.
  91572. web_1 | Installed 0 object(s) from 0 fixture(s)
  91573. web_1 | Running migrations for django_extensions:
  91574. web_1 | - Nothing to migrate.
  91575. web_1 | - Loading initial data for django_extensions.
  91576. web_1 | Installed 0 object(s) from 0 fixture(s)
  91577. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91578. web_1 | [GCC 4.9.2] on linux2
  91579. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91580. web_1 | (InteractiveConsole)
  91581. web_1 |
  91582. web_1 | >>> >>> Starting the server
  91583. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91584. web_1 |
  91585. web_1 | Fatal error: Unable to find local grunt.
  91586. web_1 |
  91587. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91588. web_1 | your project. For more information about installing and configuring grunt,
  91589. web_1 | please see the Getting Started guide:
  91590. web_1 |
  91591. web_1 | http://gruntjs.com/getting-started
  91592. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91593. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91594. web_1 | Syncing...
  91595. web_1 | Creating tables ...
  91596. web_1 | Installing custom SQL ...
  91597. web_1 | Installing indexes ...
  91598. web_1 | Installed 0 object(s) from 0 fixture(s)
  91599. web_1 |
  91600. web_1 | Synced:
  91601. web_1 | > django.contrib.auth
  91602. web_1 | > django.contrib.contenttypes
  91603. web_1 | > django.contrib.sessions
  91604. web_1 | > django.contrib.sites
  91605. web_1 | > django.contrib.messages
  91606. web_1 | > django.contrib.staticfiles
  91607. web_1 | > django.contrib.admin
  91608. web_1 | > south
  91609. web_1 | > crispy_forms
  91610. web_1 | > avatar
  91611. web_1 | > bootstrap3
  91612. web_1 | > users
  91613. web_1 | > allauth
  91614. web_1 | > allauth.account
  91615. web_1 | > django.contrib.humanize
  91616. web_1 | > debug_toolbar
  91617. web_1 |
  91618. web_1 | Not synced (use migrations):
  91619. web_1 | - allauth.socialaccount
  91620. web_1 | - django_extensions
  91621. web_1 | (use ./manage.py migrate to migrate these)
  91622. web_1 | Running migrations for socialaccount:
  91623. web_1 | - Nothing to migrate.
  91624. web_1 | - Loading initial data for socialaccount.
  91625. web_1 | Installed 0 object(s) from 0 fixture(s)
  91626. web_1 | Running migrations for django_extensions:
  91627. web_1 | - Nothing to migrate.
  91628. web_1 | - Loading initial data for django_extensions.
  91629. web_1 | Installed 0 object(s) from 0 fixture(s)
  91630. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91631. web_1 | [GCC 4.9.2] on linux2
  91632. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91633. web_1 | (InteractiveConsole)
  91634. web_1 |
  91635. web_1 | >>> >>> Starting the server
  91636. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91637. web_1 |
  91638. web_1 | Fatal error: Unable to find local grunt.
  91639. web_1 |
  91640. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91641. web_1 | your project. For more information about installing and configuring grunt,
  91642. web_1 | please see the Getting Started guide:
  91643. web_1 |
  91644. web_1 | http://gruntjs.com/getting-started
  91645. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91646. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91647. web_1 | Syncing...
  91648. web_1 | Creating tables ...
  91649. web_1 | Installing custom SQL ...
  91650. web_1 | Installing indexes ...
  91651. web_1 | Installed 0 object(s) from 0 fixture(s)
  91652. web_1 |
  91653. web_1 | Synced:
  91654. web_1 | > django.contrib.auth
  91655. web_1 | > django.contrib.contenttypes
  91656. web_1 | > django.contrib.sessions
  91657. web_1 | > django.contrib.sites
  91658. web_1 | > django.contrib.messages
  91659. web_1 | > django.contrib.staticfiles
  91660. web_1 | > django.contrib.admin
  91661. web_1 | > south
  91662. web_1 | > crispy_forms
  91663. web_1 | > avatar
  91664. web_1 | > bootstrap3
  91665. web_1 | > users
  91666. web_1 | > allauth
  91667. web_1 | > allauth.account
  91668. web_1 | > django.contrib.humanize
  91669. web_1 | > debug_toolbar
  91670. web_1 |
  91671. web_1 | Not synced (use migrations):
  91672. web_1 | - allauth.socialaccount
  91673. web_1 | - django_extensions
  91674. web_1 | (use ./manage.py migrate to migrate these)
  91675. web_1 | Running migrations for socialaccount:
  91676. web_1 | - Nothing to migrate.
  91677. web_1 | - Loading initial data for socialaccount.
  91678. web_1 | Installed 0 object(s) from 0 fixture(s)
  91679. web_1 | Running migrations for django_extensions:
  91680. web_1 | - Nothing to migrate.
  91681. web_1 | - Loading initial data for django_extensions.
  91682. web_1 | Installed 0 object(s) from 0 fixture(s)
  91683. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91684. web_1 | [GCC 4.9.2] on linux2
  91685. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91686. web_1 | (InteractiveConsole)
  91687. web_1 |
  91688. web_1 | >>> >>> Starting the server
  91689. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91690. web_1 |
  91691. web_1 | Fatal error: Unable to find local grunt.
  91692. web_1 |
  91693. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91694. web_1 | your project. For more information about installing and configuring grunt,
  91695. web_1 | please see the Getting Started guide:
  91696. web_1 |
  91697. web_1 | http://gruntjs.com/getting-started
  91698. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91699. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91700. web_1 | Syncing...
  91701. web_1 | Creating tables ...
  91702. web_1 | Installing custom SQL ...
  91703. web_1 | Installing indexes ...
  91704. web_1 | Installed 0 object(s) from 0 fixture(s)
  91705. web_1 |
  91706. web_1 | Synced:
  91707. web_1 | > django.contrib.auth
  91708. web_1 | > django.contrib.contenttypes
  91709. web_1 | > django.contrib.sessions
  91710. web_1 | > django.contrib.sites
  91711. web_1 | > django.contrib.messages
  91712. web_1 | > django.contrib.staticfiles
  91713. web_1 | > django.contrib.admin
  91714. web_1 | > south
  91715. web_1 | > crispy_forms
  91716. web_1 | > avatar
  91717. web_1 | > bootstrap3
  91718. web_1 | > users
  91719. web_1 | > allauth
  91720. web_1 | > allauth.account
  91721. web_1 | > django.contrib.humanize
  91722. web_1 | > debug_toolbar
  91723. web_1 |
  91724. web_1 | Not synced (use migrations):
  91725. web_1 | - allauth.socialaccount
  91726. web_1 | - django_extensions
  91727. web_1 | (use ./manage.py migrate to migrate these)
  91728. web_1 | Running migrations for socialaccount:
  91729. web_1 | - Nothing to migrate.
  91730. web_1 | - Loading initial data for socialaccount.
  91731. web_1 | Installed 0 object(s) from 0 fixture(s)
  91732. web_1 | Running migrations for django_extensions:
  91733. web_1 | - Nothing to migrate.
  91734. web_1 | - Loading initial data for django_extensions.
  91735. web_1 | Installed 0 object(s) from 0 fixture(s)
  91736. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91737. web_1 | [GCC 4.9.2] on linux2
  91738. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91739. web_1 | (InteractiveConsole)
  91740. web_1 |
  91741. web_1 | >>> >>> Starting the server
  91742. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91743. web_1 |
  91744. web_1 | Fatal error: Unable to find local grunt.
  91745. web_1 |
  91746. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91747. web_1 | your project. For more information about installing and configuring grunt,
  91748. web_1 | please see the Getting Started guide:
  91749. web_1 |
  91750. web_1 | http://gruntjs.com/getting-started
  91751. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91752. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91753. web_1 | Syncing...
  91754. web_1 | Creating tables ...
  91755. web_1 | Installing custom SQL ...
  91756. web_1 | Installing indexes ...
  91757. web_1 | Installed 0 object(s) from 0 fixture(s)
  91758. web_1 |
  91759. web_1 | Synced:
  91760. web_1 | > django.contrib.auth
  91761. web_1 | > django.contrib.contenttypes
  91762. web_1 | > django.contrib.sessions
  91763. web_1 | > django.contrib.sites
  91764. web_1 | > django.contrib.messages
  91765. web_1 | > django.contrib.staticfiles
  91766. web_1 | > django.contrib.admin
  91767. web_1 | > south
  91768. web_1 | > crispy_forms
  91769. web_1 | > avatar
  91770. web_1 | > bootstrap3
  91771. web_1 | > users
  91772. web_1 | > allauth
  91773. web_1 | > allauth.account
  91774. web_1 | > django.contrib.humanize
  91775. web_1 | > debug_toolbar
  91776. web_1 |
  91777. web_1 | Not synced (use migrations):
  91778. web_1 | - allauth.socialaccount
  91779. web_1 | - django_extensions
  91780. web_1 | (use ./manage.py migrate to migrate these)
  91781. web_1 | Running migrations for socialaccount:
  91782. web_1 | - Nothing to migrate.
  91783. web_1 | - Loading initial data for socialaccount.
  91784. web_1 | Installed 0 object(s) from 0 fixture(s)
  91785. web_1 | Running migrations for django_extensions:
  91786. web_1 | - Nothing to migrate.
  91787. web_1 | - Loading initial data for django_extensions.
  91788. web_1 | Installed 0 object(s) from 0 fixture(s)
  91789. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91790. web_1 | [GCC 4.9.2] on linux2
  91791. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91792. web_1 | (InteractiveConsole)
  91793. web_1 |
  91794. web_1 | >>> >>> Starting the server
  91795. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91796. web_1 |
  91797. web_1 | Fatal error: Unable to find local grunt.
  91798. web_1 |
  91799. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91800. web_1 | your project. For more information about installing and configuring grunt,
  91801. web_1 | please see the Getting Started guide:
  91802. web_1 |
  91803. web_1 | http://gruntjs.com/getting-started
  91804. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91805. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91806. web_1 | Syncing...
  91807. web_1 | Creating tables ...
  91808. web_1 | Installing custom SQL ...
  91809. web_1 | Installing indexes ...
  91810. web_1 | Installed 0 object(s) from 0 fixture(s)
  91811. web_1 |
  91812. web_1 | Synced:
  91813. web_1 | > django.contrib.auth
  91814. web_1 | > django.contrib.contenttypes
  91815. web_1 | > django.contrib.sessions
  91816. web_1 | > django.contrib.sites
  91817. web_1 | > django.contrib.messages
  91818. web_1 | > django.contrib.staticfiles
  91819. web_1 | > django.contrib.admin
  91820. web_1 | > south
  91821. web_1 | > crispy_forms
  91822. web_1 | > avatar
  91823. web_1 | > bootstrap3
  91824. web_1 | > users
  91825. web_1 | > allauth
  91826. web_1 | > allauth.account
  91827. web_1 | > django.contrib.humanize
  91828. web_1 | > debug_toolbar
  91829. web_1 |
  91830. web_1 | Not synced (use migrations):
  91831. web_1 | - allauth.socialaccount
  91832. web_1 | - django_extensions
  91833. web_1 | (use ./manage.py migrate to migrate these)
  91834. web_1 | Running migrations for socialaccount:
  91835. web_1 | - Nothing to migrate.
  91836. web_1 | - Loading initial data for socialaccount.
  91837. web_1 | Installed 0 object(s) from 0 fixture(s)
  91838. web_1 | Running migrations for django_extensions:
  91839. web_1 | - Nothing to migrate.
  91840. web_1 | - Loading initial data for django_extensions.
  91841. web_1 | Installed 0 object(s) from 0 fixture(s)
  91842. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91843. web_1 | [GCC 4.9.2] on linux2
  91844. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91845. web_1 | (InteractiveConsole)
  91846. web_1 |
  91847. web_1 | >>> >>> Starting the server
  91848. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91849. web_1 |
  91850. web_1 | Fatal error: Unable to find local grunt.
  91851. web_1 |
  91852. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91853. web_1 | your project. For more information about installing and configuring grunt,
  91854. web_1 | please see the Getting Started guide:
  91855. web_1 |
  91856. web_1 | http://gruntjs.com/getting-started
  91857. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91858. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91859. web_1 | Syncing...
  91860. web_1 | Creating tables ...
  91861. web_1 | Installing custom SQL ...
  91862. web_1 | Installing indexes ...
  91863. web_1 | Installed 0 object(s) from 0 fixture(s)
  91864. web_1 |
  91865. web_1 | Synced:
  91866. web_1 | > django.contrib.auth
  91867. web_1 | > django.contrib.contenttypes
  91868. web_1 | > django.contrib.sessions
  91869. web_1 | > django.contrib.sites
  91870. web_1 | > django.contrib.messages
  91871. web_1 | > django.contrib.staticfiles
  91872. web_1 | > django.contrib.admin
  91873. web_1 | > south
  91874. web_1 | > crispy_forms
  91875. web_1 | > avatar
  91876. web_1 | > bootstrap3
  91877. web_1 | > users
  91878. web_1 | > allauth
  91879. web_1 | > allauth.account
  91880. web_1 | > django.contrib.humanize
  91881. web_1 | > debug_toolbar
  91882. web_1 |
  91883. web_1 | Not synced (use migrations):
  91884. web_1 | - allauth.socialaccount
  91885. web_1 | - django_extensions
  91886. web_1 | (use ./manage.py migrate to migrate these)
  91887. web_1 | Running migrations for socialaccount:
  91888. web_1 | - Nothing to migrate.
  91889. web_1 | - Loading initial data for socialaccount.
  91890. web_1 | Installed 0 object(s) from 0 fixture(s)
  91891. web_1 | Running migrations for django_extensions:
  91892. web_1 | - Nothing to migrate.
  91893. web_1 | - Loading initial data for django_extensions.
  91894. web_1 | Installed 0 object(s) from 0 fixture(s)
  91895. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91896. web_1 | [GCC 4.9.2] on linux2
  91897. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91898. web_1 | (InteractiveConsole)
  91899. web_1 |
  91900. web_1 | >>> >>> Starting the server
  91901. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91902. web_1 |
  91903. web_1 | Fatal error: Unable to find local grunt.
  91904. web_1 |
  91905. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91906. web_1 | your project. For more information about installing and configuring grunt,
  91907. web_1 | please see the Getting Started guide:
  91908. web_1 |
  91909. web_1 | http://gruntjs.com/getting-started
  91910. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91911. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91912. web_1 | Syncing...
  91913. web_1 | Creating tables ...
  91914. web_1 | Installing custom SQL ...
  91915. web_1 | Installing indexes ...
  91916. web_1 | Installed 0 object(s) from 0 fixture(s)
  91917. web_1 |
  91918. web_1 | Synced:
  91919. web_1 | > django.contrib.auth
  91920. web_1 | > django.contrib.contenttypes
  91921. web_1 | > django.contrib.sessions
  91922. web_1 | > django.contrib.sites
  91923. web_1 | > django.contrib.messages
  91924. web_1 | > django.contrib.staticfiles
  91925. web_1 | > django.contrib.admin
  91926. web_1 | > south
  91927. web_1 | > crispy_forms
  91928. web_1 | > avatar
  91929. web_1 | > bootstrap3
  91930. web_1 | > users
  91931. web_1 | > allauth
  91932. web_1 | > allauth.account
  91933. web_1 | > django.contrib.humanize
  91934. web_1 | > debug_toolbar
  91935. web_1 |
  91936. web_1 | Not synced (use migrations):
  91937. web_1 | - allauth.socialaccount
  91938. web_1 | - django_extensions
  91939. web_1 | (use ./manage.py migrate to migrate these)
  91940. web_1 | Running migrations for socialaccount:
  91941. web_1 | - Nothing to migrate.
  91942. web_1 | - Loading initial data for socialaccount.
  91943. web_1 | Installed 0 object(s) from 0 fixture(s)
  91944. web_1 | Running migrations for django_extensions:
  91945. web_1 | - Nothing to migrate.
  91946. web_1 | - Loading initial data for django_extensions.
  91947. web_1 | Installed 0 object(s) from 0 fixture(s)
  91948. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  91949. web_1 | [GCC 4.9.2] on linux2
  91950. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  91951. web_1 | (InteractiveConsole)
  91952. web_1 |
  91953. web_1 | >>> >>> Starting the server
  91954. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  91955. web_1 |
  91956. web_1 | Fatal error: Unable to find local grunt.
  91957. web_1 |
  91958. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  91959. web_1 | your project. For more information about installing and configuring grunt,
  91960. web_1 | please see the Getting Started guide:
  91961. web_1 |
  91962. web_1 | http://gruntjs.com/getting-started
  91963. web_1 | Starting OpenBSD Secure Shell server: sshd.
  91964. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  91965. web_1 | Syncing...
  91966. web_1 | Creating tables ...
  91967. web_1 | Installing custom SQL ...
  91968. web_1 | Installing indexes ...
  91969. web_1 | Installed 0 object(s) from 0 fixture(s)
  91970. web_1 |
  91971. web_1 | Synced:
  91972. web_1 | > django.contrib.auth
  91973. web_1 | > django.contrib.contenttypes
  91974. web_1 | > django.contrib.sessions
  91975. web_1 | > django.contrib.sites
  91976. web_1 | > django.contrib.messages
  91977. web_1 | > django.contrib.staticfiles
  91978. web_1 | > django.contrib.admin
  91979. web_1 | > south
  91980. web_1 | > crispy_forms
  91981. web_1 | > avatar
  91982. web_1 | > bootstrap3
  91983. web_1 | > users
  91984. web_1 | > allauth
  91985. web_1 | > allauth.account
  91986. web_1 | > django.contrib.humanize
  91987. web_1 | > debug_toolbar
  91988. web_1 |
  91989. web_1 | Not synced (use migrations):
  91990. web_1 | - allauth.socialaccount
  91991. web_1 | - django_extensions
  91992. web_1 | (use ./manage.py migrate to migrate these)
  91993. web_1 | Running migrations for socialaccount:
  91994. web_1 | - Nothing to migrate.
  91995. web_1 | - Loading initial data for socialaccount.
  91996. web_1 | Installed 0 object(s) from 0 fixture(s)
  91997. web_1 | Running migrations for django_extensions:
  91998. web_1 | - Nothing to migrate.
  91999. web_1 | - Loading initial data for django_extensions.
  92000. web_1 | Installed 0 object(s) from 0 fixture(s)
  92001. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92002. web_1 | [GCC 4.9.2] on linux2
  92003. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92004. web_1 | (InteractiveConsole)
  92005. web_1 |
  92006. web_1 | >>> >>> Starting the server
  92007. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92008. web_1 |
  92009. web_1 | Fatal error: Unable to find local grunt.
  92010. web_1 |
  92011. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92012. web_1 | your project. For more information about installing and configuring grunt,
  92013. web_1 | please see the Getting Started guide:
  92014. web_1 |
  92015. web_1 | http://gruntjs.com/getting-started
  92016. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92017. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92018. web_1 | Syncing...
  92019. web_1 | Creating tables ...
  92020. web_1 | Installing custom SQL ...
  92021. web_1 | Installing indexes ...
  92022. web_1 | Installed 0 object(s) from 0 fixture(s)
  92023. web_1 |
  92024. web_1 | Synced:
  92025. web_1 | > django.contrib.auth
  92026. web_1 | > django.contrib.contenttypes
  92027. web_1 | > django.contrib.sessions
  92028. web_1 | > django.contrib.sites
  92029. web_1 | > django.contrib.messages
  92030. web_1 | > django.contrib.staticfiles
  92031. web_1 | > django.contrib.admin
  92032. web_1 | > south
  92033. web_1 | > crispy_forms
  92034. web_1 | > avatar
  92035. web_1 | > bootstrap3
  92036. web_1 | > users
  92037. web_1 | > allauth
  92038. web_1 | > allauth.account
  92039. web_1 | > django.contrib.humanize
  92040. web_1 | > debug_toolbar
  92041. web_1 |
  92042. web_1 | Not synced (use migrations):
  92043. web_1 | - allauth.socialaccount
  92044. web_1 | - django_extensions
  92045. web_1 | (use ./manage.py migrate to migrate these)
  92046. web_1 | Running migrations for socialaccount:
  92047. web_1 | - Nothing to migrate.
  92048. web_1 | - Loading initial data for socialaccount.
  92049. web_1 | Installed 0 object(s) from 0 fixture(s)
  92050. web_1 | Running migrations for django_extensions:
  92051. web_1 | - Nothing to migrate.
  92052. web_1 | - Loading initial data for django_extensions.
  92053. web_1 | Installed 0 object(s) from 0 fixture(s)
  92054. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92055. web_1 | [GCC 4.9.2] on linux2
  92056. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92057. web_1 | (InteractiveConsole)
  92058. web_1 |
  92059. web_1 | >>> >>> Starting the server
  92060. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92061. web_1 |
  92062. web_1 | Fatal error: Unable to find local grunt.
  92063. web_1 |
  92064. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92065. web_1 | your project. For more information about installing and configuring grunt,
  92066. web_1 | please see the Getting Started guide:
  92067. web_1 |
  92068. web_1 | http://gruntjs.com/getting-started
  92069. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92070. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92071. web_1 | Syncing...
  92072. web_1 | Creating tables ...
  92073. web_1 | Installing custom SQL ...
  92074. web_1 | Installing indexes ...
  92075. web_1 | Installed 0 object(s) from 0 fixture(s)
  92076. web_1 |
  92077. web_1 | Synced:
  92078. web_1 | > django.contrib.auth
  92079. web_1 | > django.contrib.contenttypes
  92080. web_1 | > django.contrib.sessions
  92081. web_1 | > django.contrib.sites
  92082. web_1 | > django.contrib.messages
  92083. web_1 | > django.contrib.staticfiles
  92084. web_1 | > django.contrib.admin
  92085. web_1 | > south
  92086. web_1 | > crispy_forms
  92087. web_1 | > avatar
  92088. web_1 | > bootstrap3
  92089. web_1 | > users
  92090. web_1 | > allauth
  92091. web_1 | > allauth.account
  92092. web_1 | > django.contrib.humanize
  92093. web_1 | > debug_toolbar
  92094. web_1 |
  92095. web_1 | Not synced (use migrations):
  92096. web_1 | - allauth.socialaccount
  92097. web_1 | - django_extensions
  92098. web_1 | (use ./manage.py migrate to migrate these)
  92099. web_1 | Running migrations for socialaccount:
  92100. web_1 | - Nothing to migrate.
  92101. web_1 | - Loading initial data for socialaccount.
  92102. web_1 | Installed 0 object(s) from 0 fixture(s)
  92103. web_1 | Running migrations for django_extensions:
  92104. web_1 | - Nothing to migrate.
  92105. web_1 | - Loading initial data for django_extensions.
  92106. web_1 | Installed 0 object(s) from 0 fixture(s)
  92107. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92108. web_1 | [GCC 4.9.2] on linux2
  92109. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92110. web_1 | (InteractiveConsole)
  92111. web_1 |
  92112. web_1 | >>> >>> Starting the server
  92113. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92114. web_1 |
  92115. web_1 | Fatal error: Unable to find local grunt.
  92116. web_1 |
  92117. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92118. web_1 | your project. For more information about installing and configuring grunt,
  92119. web_1 | please see the Getting Started guide:
  92120. web_1 |
  92121. web_1 | http://gruntjs.com/getting-started
  92122. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92123. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92124. web_1 | Syncing...
  92125. web_1 | Creating tables ...
  92126. web_1 | Installing custom SQL ...
  92127. web_1 | Installing indexes ...
  92128. web_1 | Installed 0 object(s) from 0 fixture(s)
  92129. web_1 |
  92130. web_1 | Synced:
  92131. web_1 | > django.contrib.auth
  92132. web_1 | > django.contrib.contenttypes
  92133. web_1 | > django.contrib.sessions
  92134. web_1 | > django.contrib.sites
  92135. web_1 | > django.contrib.messages
  92136. web_1 | > django.contrib.staticfiles
  92137. web_1 | > django.contrib.admin
  92138. web_1 | > south
  92139. web_1 | > crispy_forms
  92140. web_1 | > avatar
  92141. web_1 | > bootstrap3
  92142. web_1 | > users
  92143. web_1 | > allauth
  92144. web_1 | > allauth.account
  92145. web_1 | > django.contrib.humanize
  92146. web_1 | > debug_toolbar
  92147. web_1 |
  92148. web_1 | Not synced (use migrations):
  92149. web_1 | - allauth.socialaccount
  92150. web_1 | - django_extensions
  92151. web_1 | (use ./manage.py migrate to migrate these)
  92152. web_1 | Running migrations for socialaccount:
  92153. web_1 | - Nothing to migrate.
  92154. web_1 | - Loading initial data for socialaccount.
  92155. web_1 | Installed 0 object(s) from 0 fixture(s)
  92156. web_1 | Running migrations for django_extensions:
  92157. web_1 | - Nothing to migrate.
  92158. web_1 | - Loading initial data for django_extensions.
  92159. web_1 | Installed 0 object(s) from 0 fixture(s)
  92160. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92161. web_1 | [GCC 4.9.2] on linux2
  92162. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92163. web_1 | (InteractiveConsole)
  92164. web_1 |
  92165. web_1 | >>> >>> Starting the server
  92166. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92167. web_1 |
  92168. web_1 | Fatal error: Unable to find local grunt.
  92169. web_1 |
  92170. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92171. web_1 | your project. For more information about installing and configuring grunt,
  92172. web_1 | please see the Getting Started guide:
  92173. web_1 |
  92174. web_1 | http://gruntjs.com/getting-started
  92175. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92176. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92177. web_1 | Syncing...
  92178. web_1 | Creating tables ...
  92179. web_1 | Installing custom SQL ...
  92180. web_1 | Installing indexes ...
  92181. web_1 | Installed 0 object(s) from 0 fixture(s)
  92182. web_1 |
  92183. web_1 | Synced:
  92184. web_1 | > django.contrib.auth
  92185. web_1 | > django.contrib.contenttypes
  92186. web_1 | > django.contrib.sessions
  92187. web_1 | > django.contrib.sites
  92188. web_1 | > django.contrib.messages
  92189. web_1 | > django.contrib.staticfiles
  92190. web_1 | > django.contrib.admin
  92191. web_1 | > south
  92192. web_1 | > crispy_forms
  92193. web_1 | > avatar
  92194. web_1 | > bootstrap3
  92195. web_1 | > users
  92196. web_1 | > allauth
  92197. web_1 | > allauth.account
  92198. web_1 | > django.contrib.humanize
  92199. web_1 | > debug_toolbar
  92200. web_1 |
  92201. web_1 | Not synced (use migrations):
  92202. web_1 | - allauth.socialaccount
  92203. web_1 | - django_extensions
  92204. web_1 | (use ./manage.py migrate to migrate these)
  92205. web_1 | Running migrations for socialaccount:
  92206. web_1 | - Nothing to migrate.
  92207. web_1 | - Loading initial data for socialaccount.
  92208. web_1 | Installed 0 object(s) from 0 fixture(s)
  92209. web_1 | Running migrations for django_extensions:
  92210. web_1 | - Nothing to migrate.
  92211. web_1 | - Loading initial data for django_extensions.
  92212. web_1 | Installed 0 object(s) from 0 fixture(s)
  92213. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92214. web_1 | [GCC 4.9.2] on linux2
  92215. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92216. web_1 | (InteractiveConsole)
  92217. web_1 |
  92218. web_1 | >>> >>> Starting the server
  92219. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92220. web_1 |
  92221. web_1 | Fatal error: Unable to find local grunt.
  92222. web_1 |
  92223. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92224. web_1 | your project. For more information about installing and configuring grunt,
  92225. web_1 | please see the Getting Started guide:
  92226. web_1 |
  92227. web_1 | http://gruntjs.com/getting-started
  92228. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92229. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92230. web_1 | Syncing...
  92231. web_1 | Creating tables ...
  92232. web_1 | Installing custom SQL ...
  92233. web_1 | Installing indexes ...
  92234. web_1 | Installed 0 object(s) from 0 fixture(s)
  92235. web_1 |
  92236. web_1 | Synced:
  92237. web_1 | > django.contrib.auth
  92238. web_1 | > django.contrib.contenttypes
  92239. web_1 | > django.contrib.sessions
  92240. web_1 | > django.contrib.sites
  92241. web_1 | > django.contrib.messages
  92242. web_1 | > django.contrib.staticfiles
  92243. web_1 | > django.contrib.admin
  92244. web_1 | > south
  92245. web_1 | > crispy_forms
  92246. web_1 | > avatar
  92247. web_1 | > bootstrap3
  92248. web_1 | > users
  92249. web_1 | > allauth
  92250. web_1 | > allauth.account
  92251. web_1 | > django.contrib.humanize
  92252. web_1 | > debug_toolbar
  92253. web_1 |
  92254. web_1 | Not synced (use migrations):
  92255. web_1 | - allauth.socialaccount
  92256. web_1 | - django_extensions
  92257. web_1 | (use ./manage.py migrate to migrate these)
  92258. web_1 | Running migrations for socialaccount:
  92259. web_1 | - Nothing to migrate.
  92260. web_1 | - Loading initial data for socialaccount.
  92261. web_1 | Installed 0 object(s) from 0 fixture(s)
  92262. web_1 | Running migrations for django_extensions:
  92263. web_1 | - Nothing to migrate.
  92264. web_1 | - Loading initial data for django_extensions.
  92265. web_1 | Installed 0 object(s) from 0 fixture(s)
  92266. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92267. web_1 | [GCC 4.9.2] on linux2
  92268. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92269. web_1 | (InteractiveConsole)
  92270. web_1 |
  92271. web_1 | >>> >>> Starting the server
  92272. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92273. web_1 |
  92274. web_1 | Fatal error: Unable to find local grunt.
  92275. web_1 |
  92276. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92277. web_1 | your project. For more information about installing and configuring grunt,
  92278. web_1 | please see the Getting Started guide:
  92279. web_1 |
  92280. web_1 | http://gruntjs.com/getting-started
  92281. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92282. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92283. web_1 | Syncing...
  92284. web_1 | Creating tables ...
  92285. web_1 | Installing custom SQL ...
  92286. web_1 | Installing indexes ...
  92287. web_1 | Installed 0 object(s) from 0 fixture(s)
  92288. web_1 |
  92289. web_1 | Synced:
  92290. web_1 | > django.contrib.auth
  92291. web_1 | > django.contrib.contenttypes
  92292. web_1 | > django.contrib.sessions
  92293. web_1 | > django.contrib.sites
  92294. web_1 | > django.contrib.messages
  92295. web_1 | > django.contrib.staticfiles
  92296. web_1 | > django.contrib.admin
  92297. web_1 | > south
  92298. web_1 | > crispy_forms
  92299. web_1 | > avatar
  92300. web_1 | > bootstrap3
  92301. web_1 | > users
  92302. web_1 | > allauth
  92303. web_1 | > allauth.account
  92304. web_1 | > django.contrib.humanize
  92305. web_1 | > debug_toolbar
  92306. web_1 |
  92307. web_1 | Not synced (use migrations):
  92308. web_1 | - allauth.socialaccount
  92309. web_1 | - django_extensions
  92310. web_1 | (use ./manage.py migrate to migrate these)
  92311. web_1 | Running migrations for socialaccount:
  92312. web_1 | - Nothing to migrate.
  92313. web_1 | - Loading initial data for socialaccount.
  92314. web_1 | Installed 0 object(s) from 0 fixture(s)
  92315. web_1 | Running migrations for django_extensions:
  92316. web_1 | - Nothing to migrate.
  92317. web_1 | - Loading initial data for django_extensions.
  92318. web_1 | Installed 0 object(s) from 0 fixture(s)
  92319. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92320. web_1 | [GCC 4.9.2] on linux2
  92321. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92322. web_1 | (InteractiveConsole)
  92323. web_1 |
  92324. web_1 | >>> >>> Starting the server
  92325. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92326. web_1 |
  92327. web_1 | Fatal error: Unable to find local grunt.
  92328. web_1 |
  92329. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92330. web_1 | your project. For more information about installing and configuring grunt,
  92331. web_1 | please see the Getting Started guide:
  92332. web_1 |
  92333. web_1 | http://gruntjs.com/getting-started
  92334. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92335. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92336. web_1 | Syncing...
  92337. web_1 | Creating tables ...
  92338. web_1 | Installing custom SQL ...
  92339. web_1 | Installing indexes ...
  92340. web_1 | Installed 0 object(s) from 0 fixture(s)
  92341. web_1 |
  92342. web_1 | Synced:
  92343. web_1 | > django.contrib.auth
  92344. web_1 | > django.contrib.contenttypes
  92345. web_1 | > django.contrib.sessions
  92346. web_1 | > django.contrib.sites
  92347. web_1 | > django.contrib.messages
  92348. web_1 | > django.contrib.staticfiles
  92349. web_1 | > django.contrib.admin
  92350. web_1 | > south
  92351. web_1 | > crispy_forms
  92352. web_1 | > avatar
  92353. web_1 | > bootstrap3
  92354. web_1 | > users
  92355. web_1 | > allauth
  92356. web_1 | > allauth.account
  92357. web_1 | > django.contrib.humanize
  92358. web_1 | > debug_toolbar
  92359. web_1 |
  92360. web_1 | Not synced (use migrations):
  92361. web_1 | - allauth.socialaccount
  92362. web_1 | - django_extensions
  92363. web_1 | (use ./manage.py migrate to migrate these)
  92364. web_1 | Running migrations for socialaccount:
  92365. web_1 | - Nothing to migrate.
  92366. web_1 | - Loading initial data for socialaccount.
  92367. web_1 | Installed 0 object(s) from 0 fixture(s)
  92368. web_1 | Running migrations for django_extensions:
  92369. web_1 | - Nothing to migrate.
  92370. web_1 | - Loading initial data for django_extensions.
  92371. web_1 | Installed 0 object(s) from 0 fixture(s)
  92372. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92373. web_1 | [GCC 4.9.2] on linux2
  92374. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92375. web_1 | (InteractiveConsole)
  92376. web_1 |
  92377. web_1 | >>> >>> Starting the server
  92378. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92379. web_1 |
  92380. web_1 | Fatal error: Unable to find local grunt.
  92381. web_1 |
  92382. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92383. web_1 | your project. For more information about installing and configuring grunt,
  92384. web_1 | please see the Getting Started guide:
  92385. web_1 |
  92386. web_1 | http://gruntjs.com/getting-started
  92387. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92388. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92389. web_1 | Syncing...
  92390. web_1 | Creating tables ...
  92391. web_1 | Installing custom SQL ...
  92392. web_1 | Installing indexes ...
  92393. web_1 | Installed 0 object(s) from 0 fixture(s)
  92394. web_1 |
  92395. web_1 | Synced:
  92396. web_1 | > django.contrib.auth
  92397. web_1 | > django.contrib.contenttypes
  92398. web_1 | > django.contrib.sessions
  92399. web_1 | > django.contrib.sites
  92400. web_1 | > django.contrib.messages
  92401. web_1 | > django.contrib.staticfiles
  92402. web_1 | > django.contrib.admin
  92403. web_1 | > south
  92404. web_1 | > crispy_forms
  92405. web_1 | > avatar
  92406. web_1 | > bootstrap3
  92407. web_1 | > users
  92408. web_1 | > allauth
  92409. web_1 | > allauth.account
  92410. web_1 | > django.contrib.humanize
  92411. web_1 | > debug_toolbar
  92412. web_1 |
  92413. web_1 | Not synced (use migrations):
  92414. web_1 | - allauth.socialaccount
  92415. web_1 | - django_extensions
  92416. web_1 | (use ./manage.py migrate to migrate these)
  92417. web_1 | Running migrations for socialaccount:
  92418. web_1 | - Nothing to migrate.
  92419. web_1 | - Loading initial data for socialaccount.
  92420. web_1 | Installed 0 object(s) from 0 fixture(s)
  92421. web_1 | Running migrations for django_extensions:
  92422. web_1 | - Nothing to migrate.
  92423. web_1 | - Loading initial data for django_extensions.
  92424. web_1 | Installed 0 object(s) from 0 fixture(s)
  92425. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92426. web_1 | [GCC 4.9.2] on linux2
  92427. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92428. web_1 | (InteractiveConsole)
  92429. web_1 |
  92430. web_1 | >>> >>> Starting the server
  92431. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92432. web_1 |
  92433. web_1 | Fatal error: Unable to find local grunt.
  92434. web_1 |
  92435. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92436. web_1 | your project. For more information about installing and configuring grunt,
  92437. web_1 | please see the Getting Started guide:
  92438. web_1 |
  92439. web_1 | http://gruntjs.com/getting-started
  92440. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92441. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92442. web_1 | Syncing...
  92443. web_1 | Creating tables ...
  92444. web_1 | Installing custom SQL ...
  92445. web_1 | Installing indexes ...
  92446. web_1 | Installed 0 object(s) from 0 fixture(s)
  92447. web_1 |
  92448. web_1 | Synced:
  92449. web_1 | > django.contrib.auth
  92450. web_1 | > django.contrib.contenttypes
  92451. web_1 | > django.contrib.sessions
  92452. web_1 | > django.contrib.sites
  92453. web_1 | > django.contrib.messages
  92454. web_1 | > django.contrib.staticfiles
  92455. web_1 | > django.contrib.admin
  92456. web_1 | > south
  92457. web_1 | > crispy_forms
  92458. web_1 | > avatar
  92459. web_1 | > bootstrap3
  92460. web_1 | > users
  92461. web_1 | > allauth
  92462. web_1 | > allauth.account
  92463. web_1 | > django.contrib.humanize
  92464. web_1 | > debug_toolbar
  92465. web_1 |
  92466. web_1 | Not synced (use migrations):
  92467. web_1 | - allauth.socialaccount
  92468. web_1 | - django_extensions
  92469. web_1 | (use ./manage.py migrate to migrate these)
  92470. web_1 | Running migrations for socialaccount:
  92471. web_1 | - Nothing to migrate.
  92472. web_1 | - Loading initial data for socialaccount.
  92473. web_1 | Installed 0 object(s) from 0 fixture(s)
  92474. web_1 | Running migrations for django_extensions:
  92475. web_1 | - Nothing to migrate.
  92476. web_1 | - Loading initial data for django_extensions.
  92477. web_1 | Installed 0 object(s) from 0 fixture(s)
  92478. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92479. web_1 | [GCC 4.9.2] on linux2
  92480. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92481. web_1 | (InteractiveConsole)
  92482. web_1 |
  92483. web_1 | >>> >>> Starting the server
  92484. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92485. web_1 |
  92486. web_1 | Fatal error: Unable to find local grunt.
  92487. web_1 |
  92488. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92489. web_1 | your project. For more information about installing and configuring grunt,
  92490. web_1 | please see the Getting Started guide:
  92491. web_1 |
  92492. web_1 | http://gruntjs.com/getting-started
  92493. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92494. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92495. web_1 | Syncing...
  92496. web_1 | Creating tables ...
  92497. web_1 | Installing custom SQL ...
  92498. web_1 | Installing indexes ...
  92499. web_1 | Installed 0 object(s) from 0 fixture(s)
  92500. web_1 |
  92501. web_1 | Synced:
  92502. web_1 | > django.contrib.auth
  92503. web_1 | > django.contrib.contenttypes
  92504. web_1 | > django.contrib.sessions
  92505. web_1 | > django.contrib.sites
  92506. web_1 | > django.contrib.messages
  92507. web_1 | > django.contrib.staticfiles
  92508. web_1 | > django.contrib.admin
  92509. web_1 | > south
  92510. web_1 | > crispy_forms
  92511. web_1 | > avatar
  92512. web_1 | > bootstrap3
  92513. web_1 | > users
  92514. web_1 | > allauth
  92515. web_1 | > allauth.account
  92516. web_1 | > django.contrib.humanize
  92517. web_1 | > debug_toolbar
  92518. web_1 |
  92519. web_1 | Not synced (use migrations):
  92520. web_1 | - allauth.socialaccount
  92521. web_1 | - django_extensions
  92522. web_1 | (use ./manage.py migrate to migrate these)
  92523. web_1 | Running migrations for socialaccount:
  92524. web_1 | - Nothing to migrate.
  92525. web_1 | - Loading initial data for socialaccount.
  92526. web_1 | Installed 0 object(s) from 0 fixture(s)
  92527. web_1 | Running migrations for django_extensions:
  92528. web_1 | - Nothing to migrate.
  92529. web_1 | - Loading initial data for django_extensions.
  92530. web_1 | Installed 0 object(s) from 0 fixture(s)
  92531. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92532. web_1 | [GCC 4.9.2] on linux2
  92533. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92534. web_1 | (InteractiveConsole)
  92535. web_1 |
  92536. web_1 | >>> >>> Starting the server
  92537. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92538. web_1 |
  92539. web_1 | Fatal error: Unable to find local grunt.
  92540. web_1 |
  92541. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92542. web_1 | your project. For more information about installing and configuring grunt,
  92543. web_1 | please see the Getting Started guide:
  92544. web_1 |
  92545. web_1 | http://gruntjs.com/getting-started
  92546. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92547. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92548. web_1 | Syncing...
  92549. web_1 | Creating tables ...
  92550. web_1 | Installing custom SQL ...
  92551. web_1 | Installing indexes ...
  92552. web_1 | Installed 0 object(s) from 0 fixture(s)
  92553. web_1 |
  92554. web_1 | Synced:
  92555. web_1 | > django.contrib.auth
  92556. web_1 | > django.contrib.contenttypes
  92557. web_1 | > django.contrib.sessions
  92558. web_1 | > django.contrib.sites
  92559. web_1 | > django.contrib.messages
  92560. web_1 | > django.contrib.staticfiles
  92561. web_1 | > django.contrib.admin
  92562. web_1 | > south
  92563. web_1 | > crispy_forms
  92564. web_1 | > avatar
  92565. web_1 | > bootstrap3
  92566. web_1 | > users
  92567. web_1 | > allauth
  92568. web_1 | > allauth.account
  92569. web_1 | > django.contrib.humanize
  92570. web_1 | > debug_toolbar
  92571. web_1 |
  92572. web_1 | Not synced (use migrations):
  92573. web_1 | - allauth.socialaccount
  92574. web_1 | - django_extensions
  92575. web_1 | (use ./manage.py migrate to migrate these)
  92576. web_1 | Running migrations for socialaccount:
  92577. web_1 | - Nothing to migrate.
  92578. web_1 | - Loading initial data for socialaccount.
  92579. web_1 | Installed 0 object(s) from 0 fixture(s)
  92580. web_1 | Running migrations for django_extensions:
  92581. web_1 | - Nothing to migrate.
  92582. web_1 | - Loading initial data for django_extensions.
  92583. web_1 | Installed 0 object(s) from 0 fixture(s)
  92584. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92585. web_1 | [GCC 4.9.2] on linux2
  92586. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92587. web_1 | (InteractiveConsole)
  92588. web_1 |
  92589. web_1 | >>> >>> Starting the server
  92590. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92591. web_1 |
  92592. web_1 | Fatal error: Unable to find local grunt.
  92593. web_1 |
  92594. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92595. web_1 | your project. For more information about installing and configuring grunt,
  92596. web_1 | please see the Getting Started guide:
  92597. web_1 |
  92598. web_1 | http://gruntjs.com/getting-started
  92599. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92600. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92601. web_1 | Syncing...
  92602. web_1 | Creating tables ...
  92603. web_1 | Installing custom SQL ...
  92604. web_1 | Installing indexes ...
  92605. web_1 | Installed 0 object(s) from 0 fixture(s)
  92606. web_1 |
  92607. web_1 | Synced:
  92608. web_1 | > django.contrib.auth
  92609. web_1 | > django.contrib.contenttypes
  92610. web_1 | > django.contrib.sessions
  92611. web_1 | > django.contrib.sites
  92612. web_1 | > django.contrib.messages
  92613. web_1 | > django.contrib.staticfiles
  92614. web_1 | > django.contrib.admin
  92615. web_1 | > south
  92616. web_1 | > crispy_forms
  92617. web_1 | > avatar
  92618. web_1 | > bootstrap3
  92619. web_1 | > users
  92620. web_1 | > allauth
  92621. web_1 | > allauth.account
  92622. web_1 | > django.contrib.humanize
  92623. web_1 | > debug_toolbar
  92624. web_1 |
  92625. web_1 | Not synced (use migrations):
  92626. web_1 | - allauth.socialaccount
  92627. web_1 | - django_extensions
  92628. web_1 | (use ./manage.py migrate to migrate these)
  92629. web_1 | Running migrations for socialaccount:
  92630. web_1 | - Nothing to migrate.
  92631. web_1 | - Loading initial data for socialaccount.
  92632. web_1 | Installed 0 object(s) from 0 fixture(s)
  92633. web_1 | Running migrations for django_extensions:
  92634. web_1 | - Nothing to migrate.
  92635. web_1 | - Loading initial data for django_extensions.
  92636. web_1 | Installed 0 object(s) from 0 fixture(s)
  92637. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92638. web_1 | [GCC 4.9.2] on linux2
  92639. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92640. web_1 | (InteractiveConsole)
  92641. web_1 |
  92642. web_1 | >>> >>> Starting the server
  92643. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92644. web_1 |
  92645. web_1 | Fatal error: Unable to find local grunt.
  92646. web_1 |
  92647. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92648. web_1 | your project. For more information about installing and configuring grunt,
  92649. web_1 | please see the Getting Started guide:
  92650. web_1 |
  92651. web_1 | http://gruntjs.com/getting-started
  92652. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92653. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92654. web_1 | Syncing...
  92655. web_1 | Creating tables ...
  92656. web_1 | Installing custom SQL ...
  92657. web_1 | Installing indexes ...
  92658. web_1 | Installed 0 object(s) from 0 fixture(s)
  92659. web_1 |
  92660. web_1 | Synced:
  92661. web_1 | > django.contrib.auth
  92662. web_1 | > django.contrib.contenttypes
  92663. web_1 | > django.contrib.sessions
  92664. web_1 | > django.contrib.sites
  92665. web_1 | > django.contrib.messages
  92666. web_1 | > django.contrib.staticfiles
  92667. web_1 | > django.contrib.admin
  92668. web_1 | > south
  92669. web_1 | > crispy_forms
  92670. web_1 | > avatar
  92671. web_1 | > bootstrap3
  92672. web_1 | > users
  92673. web_1 | > allauth
  92674. web_1 | > allauth.account
  92675. web_1 | > django.contrib.humanize
  92676. web_1 | > debug_toolbar
  92677. web_1 |
  92678. web_1 | Not synced (use migrations):
  92679. web_1 | - allauth.socialaccount
  92680. web_1 | - django_extensions
  92681. web_1 | (use ./manage.py migrate to migrate these)
  92682. web_1 | Running migrations for socialaccount:
  92683. web_1 | - Nothing to migrate.
  92684. web_1 | - Loading initial data for socialaccount.
  92685. web_1 | Installed 0 object(s) from 0 fixture(s)
  92686. web_1 | Running migrations for django_extensions:
  92687. web_1 | - Nothing to migrate.
  92688. web_1 | - Loading initial data for django_extensions.
  92689. web_1 | Installed 0 object(s) from 0 fixture(s)
  92690. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92691. web_1 | [GCC 4.9.2] on linux2
  92692. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92693. web_1 | (InteractiveConsole)
  92694. web_1 |
  92695. web_1 | >>> >>> Starting the server
  92696. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92697. web_1 |
  92698. web_1 | Fatal error: Unable to find local grunt.
  92699. web_1 |
  92700. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92701. web_1 | your project. For more information about installing and configuring grunt,
  92702. web_1 | please see the Getting Started guide:
  92703. web_1 |
  92704. web_1 | http://gruntjs.com/getting-started
  92705. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92706. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92707. web_1 | Syncing...
  92708. web_1 | Creating tables ...
  92709. web_1 | Installing custom SQL ...
  92710. web_1 | Installing indexes ...
  92711. web_1 | Installed 0 object(s) from 0 fixture(s)
  92712. web_1 |
  92713. web_1 | Synced:
  92714. web_1 | > django.contrib.auth
  92715. web_1 | > django.contrib.contenttypes
  92716. web_1 | > django.contrib.sessions
  92717. web_1 | > django.contrib.sites
  92718. web_1 | > django.contrib.messages
  92719. web_1 | > django.contrib.staticfiles
  92720. web_1 | > django.contrib.admin
  92721. web_1 | > south
  92722. web_1 | > crispy_forms
  92723. web_1 | > avatar
  92724. web_1 | > bootstrap3
  92725. web_1 | > users
  92726. web_1 | > allauth
  92727. web_1 | > allauth.account
  92728. web_1 | > django.contrib.humanize
  92729. web_1 | > debug_toolbar
  92730. web_1 |
  92731. web_1 | Not synced (use migrations):
  92732. web_1 | - allauth.socialaccount
  92733. web_1 | - django_extensions
  92734. web_1 | (use ./manage.py migrate to migrate these)
  92735. web_1 | Running migrations for socialaccount:
  92736. web_1 | - Nothing to migrate.
  92737. web_1 | - Loading initial data for socialaccount.
  92738. web_1 | Installed 0 object(s) from 0 fixture(s)
  92739. web_1 | Running migrations for django_extensions:
  92740. web_1 | - Nothing to migrate.
  92741. web_1 | - Loading initial data for django_extensions.
  92742. web_1 | Installed 0 object(s) from 0 fixture(s)
  92743. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92744. web_1 | [GCC 4.9.2] on linux2
  92745. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92746. web_1 | (InteractiveConsole)
  92747. web_1 |
  92748. web_1 | >>> >>> Starting the server
  92749. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92750. web_1 |
  92751. web_1 | Fatal error: Unable to find local grunt.
  92752. web_1 |
  92753. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92754. web_1 | your project. For more information about installing and configuring grunt,
  92755. web_1 | please see the Getting Started guide:
  92756. web_1 |
  92757. web_1 | http://gruntjs.com/getting-started
  92758. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92759. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92760. web_1 | Syncing...
  92761. web_1 | Creating tables ...
  92762. web_1 | Installing custom SQL ...
  92763. web_1 | Installing indexes ...
  92764. web_1 | Installed 0 object(s) from 0 fixture(s)
  92765. web_1 |
  92766. web_1 | Synced:
  92767. web_1 | > django.contrib.auth
  92768. web_1 | > django.contrib.contenttypes
  92769. web_1 | > django.contrib.sessions
  92770. web_1 | > django.contrib.sites
  92771. web_1 | > django.contrib.messages
  92772. web_1 | > django.contrib.staticfiles
  92773. web_1 | > django.contrib.admin
  92774. web_1 | > south
  92775. web_1 | > crispy_forms
  92776. web_1 | > avatar
  92777. web_1 | > bootstrap3
  92778. web_1 | > users
  92779. web_1 | > allauth
  92780. web_1 | > allauth.account
  92781. web_1 | > django.contrib.humanize
  92782. web_1 | > debug_toolbar
  92783. web_1 |
  92784. web_1 | Not synced (use migrations):
  92785. web_1 | - allauth.socialaccount
  92786. web_1 | - django_extensions
  92787. web_1 | (use ./manage.py migrate to migrate these)
  92788. web_1 | Running migrations for socialaccount:
  92789. web_1 | - Nothing to migrate.
  92790. web_1 | - Loading initial data for socialaccount.
  92791. web_1 | Installed 0 object(s) from 0 fixture(s)
  92792. web_1 | Running migrations for django_extensions:
  92793. web_1 | - Nothing to migrate.
  92794. web_1 | - Loading initial data for django_extensions.
  92795. web_1 | Installed 0 object(s) from 0 fixture(s)
  92796. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92797. web_1 | [GCC 4.9.2] on linux2
  92798. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92799. web_1 | (InteractiveConsole)
  92800. web_1 |
  92801. web_1 | >>> >>> Starting the server
  92802. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92803. web_1 |
  92804. web_1 | Fatal error: Unable to find local grunt.
  92805. web_1 |
  92806. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92807. web_1 | your project. For more information about installing and configuring grunt,
  92808. web_1 | please see the Getting Started guide:
  92809. web_1 |
  92810. web_1 | http://gruntjs.com/getting-started
  92811. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92812. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92813. web_1 | Syncing...
  92814. web_1 | Creating tables ...
  92815. web_1 | Installing custom SQL ...
  92816. web_1 | Installing indexes ...
  92817. web_1 | Installed 0 object(s) from 0 fixture(s)
  92818. web_1 |
  92819. web_1 | Synced:
  92820. web_1 | > django.contrib.auth
  92821. web_1 | > django.contrib.contenttypes
  92822. web_1 | > django.contrib.sessions
  92823. web_1 | > django.contrib.sites
  92824. web_1 | > django.contrib.messages
  92825. web_1 | > django.contrib.staticfiles
  92826. web_1 | > django.contrib.admin
  92827. web_1 | > south
  92828. web_1 | > crispy_forms
  92829. web_1 | > avatar
  92830. web_1 | > bootstrap3
  92831. web_1 | > users
  92832. web_1 | > allauth
  92833. web_1 | > allauth.account
  92834. web_1 | > django.contrib.humanize
  92835. web_1 | > debug_toolbar
  92836. web_1 |
  92837. web_1 | Not synced (use migrations):
  92838. web_1 | - allauth.socialaccount
  92839. web_1 | - django_extensions
  92840. web_1 | (use ./manage.py migrate to migrate these)
  92841. web_1 | Running migrations for socialaccount:
  92842. web_1 | - Nothing to migrate.
  92843. web_1 | - Loading initial data for socialaccount.
  92844. web_1 | Installed 0 object(s) from 0 fixture(s)
  92845. web_1 | Running migrations for django_extensions:
  92846. web_1 | - Nothing to migrate.
  92847. web_1 | - Loading initial data for django_extensions.
  92848. web_1 | Installed 0 object(s) from 0 fixture(s)
  92849. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92850. web_1 | [GCC 4.9.2] on linux2
  92851. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92852. web_1 | (InteractiveConsole)
  92853. web_1 |
  92854. web_1 | >>> >>> Starting the server
  92855. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92856. web_1 |
  92857. web_1 | Fatal error: Unable to find local grunt.
  92858. web_1 |
  92859. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92860. web_1 | your project. For more information about installing and configuring grunt,
  92861. web_1 | please see the Getting Started guide:
  92862. web_1 |
  92863. web_1 | http://gruntjs.com/getting-started
  92864. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92865. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92866. web_1 | Syncing...
  92867. web_1 | Creating tables ...
  92868. web_1 | Installing custom SQL ...
  92869. web_1 | Installing indexes ...
  92870. web_1 | Installed 0 object(s) from 0 fixture(s)
  92871. web_1 |
  92872. web_1 | Synced:
  92873. web_1 | > django.contrib.auth
  92874. web_1 | > django.contrib.contenttypes
  92875. web_1 | > django.contrib.sessions
  92876. web_1 | > django.contrib.sites
  92877. web_1 | > django.contrib.messages
  92878. web_1 | > django.contrib.staticfiles
  92879. web_1 | > django.contrib.admin
  92880. web_1 | > south
  92881. web_1 | > crispy_forms
  92882. web_1 | > avatar
  92883. web_1 | > bootstrap3
  92884. web_1 | > users
  92885. web_1 | > allauth
  92886. web_1 | > allauth.account
  92887. web_1 | > django.contrib.humanize
  92888. web_1 | > debug_toolbar
  92889. web_1 |
  92890. web_1 | Not synced (use migrations):
  92891. web_1 | - allauth.socialaccount
  92892. web_1 | - django_extensions
  92893. web_1 | (use ./manage.py migrate to migrate these)
  92894. web_1 | Running migrations for socialaccount:
  92895. web_1 | - Nothing to migrate.
  92896. web_1 | - Loading initial data for socialaccount.
  92897. web_1 | Installed 0 object(s) from 0 fixture(s)
  92898. web_1 | Running migrations for django_extensions:
  92899. web_1 | - Nothing to migrate.
  92900. web_1 | - Loading initial data for django_extensions.
  92901. web_1 | Installed 0 object(s) from 0 fixture(s)
  92902. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92903. web_1 | [GCC 4.9.2] on linux2
  92904. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92905. web_1 | (InteractiveConsole)
  92906. web_1 |
  92907. web_1 | >>> >>> Starting the server
  92908. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92909. web_1 |
  92910. web_1 | Fatal error: Unable to find local grunt.
  92911. web_1 |
  92912. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92913. web_1 | your project. For more information about installing and configuring grunt,
  92914. web_1 | please see the Getting Started guide:
  92915. web_1 |
  92916. web_1 | http://gruntjs.com/getting-started
  92917. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92918. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92919. web_1 | Syncing...
  92920. web_1 | Creating tables ...
  92921. web_1 | Installing custom SQL ...
  92922. web_1 | Installing indexes ...
  92923. web_1 | Installed 0 object(s) from 0 fixture(s)
  92924. web_1 |
  92925. web_1 | Synced:
  92926. web_1 | > django.contrib.auth
  92927. web_1 | > django.contrib.contenttypes
  92928. web_1 | > django.contrib.sessions
  92929. web_1 | > django.contrib.sites
  92930. web_1 | > django.contrib.messages
  92931. web_1 | > django.contrib.staticfiles
  92932. web_1 | > django.contrib.admin
  92933. web_1 | > south
  92934. web_1 | > crispy_forms
  92935. web_1 | > avatar
  92936. web_1 | > bootstrap3
  92937. web_1 | > users
  92938. web_1 | > allauth
  92939. web_1 | > allauth.account
  92940. web_1 | > django.contrib.humanize
  92941. web_1 | > debug_toolbar
  92942. web_1 |
  92943. web_1 | Not synced (use migrations):
  92944. web_1 | - allauth.socialaccount
  92945. web_1 | - django_extensions
  92946. web_1 | (use ./manage.py migrate to migrate these)
  92947. web_1 | Running migrations for socialaccount:
  92948. web_1 | - Nothing to migrate.
  92949. web_1 | - Loading initial data for socialaccount.
  92950. web_1 | Installed 0 object(s) from 0 fixture(s)
  92951. web_1 | Running migrations for django_extensions:
  92952. web_1 | - Nothing to migrate.
  92953. web_1 | - Loading initial data for django_extensions.
  92954. web_1 | Installed 0 object(s) from 0 fixture(s)
  92955. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  92956. web_1 | [GCC 4.9.2] on linux2
  92957. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  92958. web_1 | (InteractiveConsole)
  92959. web_1 |
  92960. web_1 | >>> >>> Starting the server
  92961. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  92962. web_1 |
  92963. web_1 | Fatal error: Unable to find local grunt.
  92964. web_1 |
  92965. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  92966. web_1 | your project. For more information about installing and configuring grunt,
  92967. web_1 | please see the Getting Started guide:
  92968. web_1 |
  92969. web_1 | http://gruntjs.com/getting-started
  92970. web_1 | Starting OpenBSD Secure Shell server: sshd.
  92971. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  92972. web_1 | Syncing...
  92973. web_1 | Creating tables ...
  92974. web_1 | Installing custom SQL ...
  92975. web_1 | Installing indexes ...
  92976. web_1 | Installed 0 object(s) from 0 fixture(s)
  92977. web_1 |
  92978. web_1 | Synced:
  92979. web_1 | > django.contrib.auth
  92980. web_1 | > django.contrib.contenttypes
  92981. web_1 | > django.contrib.sessions
  92982. web_1 | > django.contrib.sites
  92983. web_1 | > django.contrib.messages
  92984. web_1 | > django.contrib.staticfiles
  92985. web_1 | > django.contrib.admin
  92986. web_1 | > south
  92987. web_1 | > crispy_forms
  92988. web_1 | > avatar
  92989. web_1 | > bootstrap3
  92990. web_1 | > users
  92991. web_1 | > allauth
  92992. web_1 | > allauth.account
  92993. web_1 | > django.contrib.humanize
  92994. web_1 | > debug_toolbar
  92995. web_1 |
  92996. web_1 | Not synced (use migrations):
  92997. web_1 | - allauth.socialaccount
  92998. web_1 | - django_extensions
  92999. web_1 | (use ./manage.py migrate to migrate these)
  93000. web_1 | Running migrations for socialaccount:
  93001. web_1 | - Nothing to migrate.
  93002. web_1 | - Loading initial data for socialaccount.
  93003. web_1 | Installed 0 object(s) from 0 fixture(s)
  93004. web_1 | Running migrations for django_extensions:
  93005. web_1 | - Nothing to migrate.
  93006. web_1 | - Loading initial data for django_extensions.
  93007. web_1 | Installed 0 object(s) from 0 fixture(s)
  93008. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93009. web_1 | [GCC 4.9.2] on linux2
  93010. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93011. web_1 | (InteractiveConsole)
  93012. web_1 |
  93013. web_1 | >>> >>> Starting the server
  93014. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93015. web_1 |
  93016. web_1 | Fatal error: Unable to find local grunt.
  93017. web_1 |
  93018. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93019. web_1 | your project. For more information about installing and configuring grunt,
  93020. web_1 | please see the Getting Started guide:
  93021. web_1 |
  93022. web_1 | http://gruntjs.com/getting-started
  93023. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93024. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93025. web_1 | Syncing...
  93026. web_1 | Creating tables ...
  93027. web_1 | Installing custom SQL ...
  93028. web_1 | Installing indexes ...
  93029. web_1 | Installed 0 object(s) from 0 fixture(s)
  93030. web_1 |
  93031. web_1 | Synced:
  93032. web_1 | > django.contrib.auth
  93033. web_1 | > django.contrib.contenttypes
  93034. web_1 | > django.contrib.sessions
  93035. web_1 | > django.contrib.sites
  93036. web_1 | > django.contrib.messages
  93037. web_1 | > django.contrib.staticfiles
  93038. web_1 | > django.contrib.admin
  93039. web_1 | > south
  93040. web_1 | > crispy_forms
  93041. web_1 | > avatar
  93042. web_1 | > bootstrap3
  93043. web_1 | > users
  93044. web_1 | > allauth
  93045. web_1 | > allauth.account
  93046. web_1 | > django.contrib.humanize
  93047. web_1 | > debug_toolbar
  93048. web_1 |
  93049. web_1 | Not synced (use migrations):
  93050. web_1 | - allauth.socialaccount
  93051. web_1 | - django_extensions
  93052. web_1 | (use ./manage.py migrate to migrate these)
  93053. web_1 | Running migrations for socialaccount:
  93054. web_1 | - Nothing to migrate.
  93055. web_1 | - Loading initial data for socialaccount.
  93056. web_1 | Installed 0 object(s) from 0 fixture(s)
  93057. web_1 | Running migrations for django_extensions:
  93058. web_1 | - Nothing to migrate.
  93059. web_1 | - Loading initial data for django_extensions.
  93060. web_1 | Installed 0 object(s) from 0 fixture(s)
  93061. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93062. web_1 | [GCC 4.9.2] on linux2
  93063. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93064. web_1 | (InteractiveConsole)
  93065. web_1 |
  93066. web_1 | >>> >>> Starting the server
  93067. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93068. web_1 |
  93069. web_1 | Fatal error: Unable to find local grunt.
  93070. web_1 |
  93071. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93072. web_1 | your project. For more information about installing and configuring grunt,
  93073. web_1 | please see the Getting Started guide:
  93074. web_1 |
  93075. web_1 | http://gruntjs.com/getting-started
  93076. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93077. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93078. web_1 | Syncing...
  93079. web_1 | Creating tables ...
  93080. web_1 | Installing custom SQL ...
  93081. web_1 | Installing indexes ...
  93082. web_1 | Installed 0 object(s) from 0 fixture(s)
  93083. web_1 |
  93084. web_1 | Synced:
  93085. web_1 | > django.contrib.auth
  93086. web_1 | > django.contrib.contenttypes
  93087. web_1 | > django.contrib.sessions
  93088. web_1 | > django.contrib.sites
  93089. web_1 | > django.contrib.messages
  93090. web_1 | > django.contrib.staticfiles
  93091. web_1 | > django.contrib.admin
  93092. web_1 | > south
  93093. web_1 | > crispy_forms
  93094. web_1 | > avatar
  93095. web_1 | > bootstrap3
  93096. web_1 | > users
  93097. web_1 | > allauth
  93098. web_1 | > allauth.account
  93099. web_1 | > django.contrib.humanize
  93100. web_1 | > debug_toolbar
  93101. web_1 |
  93102. web_1 | Not synced (use migrations):
  93103. web_1 | - allauth.socialaccount
  93104. web_1 | - django_extensions
  93105. web_1 | (use ./manage.py migrate to migrate these)
  93106. web_1 | Running migrations for socialaccount:
  93107. web_1 | - Nothing to migrate.
  93108. web_1 | - Loading initial data for socialaccount.
  93109. web_1 | Installed 0 object(s) from 0 fixture(s)
  93110. web_1 | Running migrations for django_extensions:
  93111. web_1 | - Nothing to migrate.
  93112. web_1 | - Loading initial data for django_extensions.
  93113. web_1 | Installed 0 object(s) from 0 fixture(s)
  93114. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93115. web_1 | [GCC 4.9.2] on linux2
  93116. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93117. web_1 | (InteractiveConsole)
  93118. web_1 |
  93119. web_1 | >>> >>> Starting the server
  93120. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93121. web_1 |
  93122. web_1 | Fatal error: Unable to find local grunt.
  93123. web_1 |
  93124. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93125. web_1 | your project. For more information about installing and configuring grunt,
  93126. web_1 | please see the Getting Started guide:
  93127. web_1 |
  93128. web_1 | http://gruntjs.com/getting-started
  93129. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93130. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93131. web_1 | Syncing...
  93132. web_1 | Creating tables ...
  93133. web_1 | Installing custom SQL ...
  93134. web_1 | Installing indexes ...
  93135. web_1 | Installed 0 object(s) from 0 fixture(s)
  93136. web_1 |
  93137. web_1 | Synced:
  93138. web_1 | > django.contrib.auth
  93139. web_1 | > django.contrib.contenttypes
  93140. web_1 | > django.contrib.sessions
  93141. web_1 | > django.contrib.sites
  93142. web_1 | > django.contrib.messages
  93143. web_1 | > django.contrib.staticfiles
  93144. web_1 | > django.contrib.admin
  93145. web_1 | > south
  93146. web_1 | > crispy_forms
  93147. web_1 | > avatar
  93148. web_1 | > bootstrap3
  93149. web_1 | > users
  93150. web_1 | > allauth
  93151. web_1 | > allauth.account
  93152. web_1 | > django.contrib.humanize
  93153. web_1 | > debug_toolbar
  93154. web_1 |
  93155. web_1 | Not synced (use migrations):
  93156. web_1 | - allauth.socialaccount
  93157. web_1 | - django_extensions
  93158. web_1 | (use ./manage.py migrate to migrate these)
  93159. web_1 | Running migrations for socialaccount:
  93160. web_1 | - Nothing to migrate.
  93161. web_1 | - Loading initial data for socialaccount.
  93162. web_1 | Installed 0 object(s) from 0 fixture(s)
  93163. web_1 | Running migrations for django_extensions:
  93164. web_1 | - Nothing to migrate.
  93165. web_1 | - Loading initial data for django_extensions.
  93166. web_1 | Installed 0 object(s) from 0 fixture(s)
  93167. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93168. web_1 | [GCC 4.9.2] on linux2
  93169. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93170. web_1 | (InteractiveConsole)
  93171. web_1 |
  93172. web_1 | >>> >>> Starting the server
  93173. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93174. web_1 |
  93175. web_1 | Fatal error: Unable to find local grunt.
  93176. web_1 |
  93177. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93178. web_1 | your project. For more information about installing and configuring grunt,
  93179. web_1 | please see the Getting Started guide:
  93180. web_1 |
  93181. web_1 | http://gruntjs.com/getting-started
  93182. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93183. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93184. web_1 | Syncing...
  93185. web_1 | Creating tables ...
  93186. web_1 | Installing custom SQL ...
  93187. web_1 | Installing indexes ...
  93188. web_1 | Installed 0 object(s) from 0 fixture(s)
  93189. web_1 |
  93190. web_1 | Synced:
  93191. web_1 | > django.contrib.auth
  93192. web_1 | > django.contrib.contenttypes
  93193. web_1 | > django.contrib.sessions
  93194. web_1 | > django.contrib.sites
  93195. web_1 | > django.contrib.messages
  93196. web_1 | > django.contrib.staticfiles
  93197. web_1 | > django.contrib.admin
  93198. web_1 | > south
  93199. web_1 | > crispy_forms
  93200. web_1 | > avatar
  93201. web_1 | > bootstrap3
  93202. web_1 | > users
  93203. web_1 | > allauth
  93204. web_1 | > allauth.account
  93205. web_1 | > django.contrib.humanize
  93206. web_1 | > debug_toolbar
  93207. web_1 |
  93208. web_1 | Not synced (use migrations):
  93209. web_1 | - allauth.socialaccount
  93210. web_1 | - django_extensions
  93211. web_1 | (use ./manage.py migrate to migrate these)
  93212. web_1 | Running migrations for socialaccount:
  93213. web_1 | - Nothing to migrate.
  93214. web_1 | - Loading initial data for socialaccount.
  93215. web_1 | Installed 0 object(s) from 0 fixture(s)
  93216. web_1 | Running migrations for django_extensions:
  93217. web_1 | - Nothing to migrate.
  93218. web_1 | - Loading initial data for django_extensions.
  93219. web_1 | Installed 0 object(s) from 0 fixture(s)
  93220. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93221. web_1 | [GCC 4.9.2] on linux2
  93222. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93223. web_1 | (InteractiveConsole)
  93224. web_1 |
  93225. web_1 | >>> >>> Starting the server
  93226. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93227. web_1 |
  93228. web_1 | Fatal error: Unable to find local grunt.
  93229. web_1 |
  93230. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93231. web_1 | your project. For more information about installing and configuring grunt,
  93232. web_1 | please see the Getting Started guide:
  93233. web_1 |
  93234. web_1 | http://gruntjs.com/getting-started
  93235. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93236. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93237. web_1 | Syncing...
  93238. web_1 | Creating tables ...
  93239. web_1 | Installing custom SQL ...
  93240. web_1 | Installing indexes ...
  93241. web_1 | Installed 0 object(s) from 0 fixture(s)
  93242. web_1 |
  93243. web_1 | Synced:
  93244. web_1 | > django.contrib.auth
  93245. web_1 | > django.contrib.contenttypes
  93246. web_1 | > django.contrib.sessions
  93247. web_1 | > django.contrib.sites
  93248. web_1 | > django.contrib.messages
  93249. web_1 | > django.contrib.staticfiles
  93250. web_1 | > django.contrib.admin
  93251. web_1 | > south
  93252. web_1 | > crispy_forms
  93253. web_1 | > avatar
  93254. web_1 | > bootstrap3
  93255. web_1 | > users
  93256. web_1 | > allauth
  93257. web_1 | > allauth.account
  93258. web_1 | > django.contrib.humanize
  93259. web_1 | > debug_toolbar
  93260. web_1 |
  93261. web_1 | Not synced (use migrations):
  93262. web_1 | - allauth.socialaccount
  93263. web_1 | - django_extensions
  93264. web_1 | (use ./manage.py migrate to migrate these)
  93265. web_1 | Running migrations for socialaccount:
  93266. web_1 | - Nothing to migrate.
  93267. web_1 | - Loading initial data for socialaccount.
  93268. web_1 | Installed 0 object(s) from 0 fixture(s)
  93269. web_1 | Running migrations for django_extensions:
  93270. web_1 | - Nothing to migrate.
  93271. web_1 | - Loading initial data for django_extensions.
  93272. web_1 | Installed 0 object(s) from 0 fixture(s)
  93273. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93274. web_1 | [GCC 4.9.2] on linux2
  93275. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93276. web_1 | (InteractiveConsole)
  93277. web_1 |
  93278. web_1 | >>> >>> Starting the server
  93279. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93280. web_1 |
  93281. web_1 | Fatal error: Unable to find local grunt.
  93282. web_1 |
  93283. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93284. web_1 | your project. For more information about installing and configuring grunt,
  93285. web_1 | please see the Getting Started guide:
  93286. web_1 |
  93287. web_1 | http://gruntjs.com/getting-started
  93288. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93289. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93290. web_1 | Syncing...
  93291. web_1 | Creating tables ...
  93292. web_1 | Installing custom SQL ...
  93293. web_1 | Installing indexes ...
  93294. web_1 | Installed 0 object(s) from 0 fixture(s)
  93295. web_1 |
  93296. web_1 | Synced:
  93297. web_1 | > django.contrib.auth
  93298. web_1 | > django.contrib.contenttypes
  93299. web_1 | > django.contrib.sessions
  93300. web_1 | > django.contrib.sites
  93301. web_1 | > django.contrib.messages
  93302. web_1 | > django.contrib.staticfiles
  93303. web_1 | > django.contrib.admin
  93304. web_1 | > south
  93305. web_1 | > crispy_forms
  93306. web_1 | > avatar
  93307. web_1 | > bootstrap3
  93308. web_1 | > users
  93309. web_1 | > allauth
  93310. web_1 | > allauth.account
  93311. web_1 | > django.contrib.humanize
  93312. web_1 | > debug_toolbar
  93313. web_1 |
  93314. web_1 | Not synced (use migrations):
  93315. web_1 | - allauth.socialaccount
  93316. web_1 | - django_extensions
  93317. web_1 | (use ./manage.py migrate to migrate these)
  93318. web_1 | Running migrations for socialaccount:
  93319. web_1 | - Nothing to migrate.
  93320. web_1 | - Loading initial data for socialaccount.
  93321. web_1 | Installed 0 object(s) from 0 fixture(s)
  93322. web_1 | Running migrations for django_extensions:
  93323. web_1 | - Nothing to migrate.
  93324. web_1 | - Loading initial data for django_extensions.
  93325. web_1 | Installed 0 object(s) from 0 fixture(s)
  93326. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93327. web_1 | [GCC 4.9.2] on linux2
  93328. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93329. web_1 | (InteractiveConsole)
  93330. web_1 |
  93331. web_1 | >>> >>> Starting the server
  93332. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93333. web_1 |
  93334. web_1 | Fatal error: Unable to find local grunt.
  93335. web_1 |
  93336. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93337. web_1 | your project. For more information about installing and configuring grunt,
  93338. web_1 | please see the Getting Started guide:
  93339. web_1 |
  93340. web_1 | http://gruntjs.com/getting-started
  93341. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93342. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93343. web_1 | Syncing...
  93344. web_1 | Creating tables ...
  93345. web_1 | Installing custom SQL ...
  93346. web_1 | Installing indexes ...
  93347. web_1 | Installed 0 object(s) from 0 fixture(s)
  93348. web_1 |
  93349. web_1 | Synced:
  93350. web_1 | > django.contrib.auth
  93351. web_1 | > django.contrib.contenttypes
  93352. web_1 | > django.contrib.sessions
  93353. web_1 | > django.contrib.sites
  93354. web_1 | > django.contrib.messages
  93355. web_1 | > django.contrib.staticfiles
  93356. web_1 | > django.contrib.admin
  93357. web_1 | > south
  93358. web_1 | > crispy_forms
  93359. web_1 | > avatar
  93360. web_1 | > bootstrap3
  93361. web_1 | > users
  93362. web_1 | > allauth
  93363. web_1 | > allauth.account
  93364. web_1 | > django.contrib.humanize
  93365. web_1 | > debug_toolbar
  93366. web_1 |
  93367. web_1 | Not synced (use migrations):
  93368. web_1 | - allauth.socialaccount
  93369. web_1 | - django_extensions
  93370. web_1 | (use ./manage.py migrate to migrate these)
  93371. web_1 | Running migrations for socialaccount:
  93372. web_1 | - Nothing to migrate.
  93373. web_1 | - Loading initial data for socialaccount.
  93374. web_1 | Installed 0 object(s) from 0 fixture(s)
  93375. web_1 | Running migrations for django_extensions:
  93376. web_1 | - Nothing to migrate.
  93377. web_1 | - Loading initial data for django_extensions.
  93378. web_1 | Installed 0 object(s) from 0 fixture(s)
  93379. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93380. web_1 | [GCC 4.9.2] on linux2
  93381. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93382. web_1 | (InteractiveConsole)
  93383. web_1 |
  93384. web_1 | >>> >>> Starting the server
  93385. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93386. web_1 |
  93387. web_1 | Fatal error: Unable to find local grunt.
  93388. web_1 |
  93389. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93390. web_1 | your project. For more information about installing and configuring grunt,
  93391. web_1 | please see the Getting Started guide:
  93392. web_1 |
  93393. web_1 | http://gruntjs.com/getting-started
  93394. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93395. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93396. web_1 | Syncing...
  93397. web_1 | Creating tables ...
  93398. web_1 | Installing custom SQL ...
  93399. web_1 | Installing indexes ...
  93400. web_1 | Installed 0 object(s) from 0 fixture(s)
  93401. web_1 |
  93402. web_1 | Synced:
  93403. web_1 | > django.contrib.auth
  93404. web_1 | > django.contrib.contenttypes
  93405. web_1 | > django.contrib.sessions
  93406. web_1 | > django.contrib.sites
  93407. web_1 | > django.contrib.messages
  93408. web_1 | > django.contrib.staticfiles
  93409. web_1 | > django.contrib.admin
  93410. web_1 | > south
  93411. web_1 | > crispy_forms
  93412. web_1 | > avatar
  93413. web_1 | > bootstrap3
  93414. web_1 | > users
  93415. web_1 | > allauth
  93416. web_1 | > allauth.account
  93417. web_1 | > django.contrib.humanize
  93418. web_1 | > debug_toolbar
  93419. web_1 |
  93420. web_1 | Not synced (use migrations):
  93421. web_1 | - allauth.socialaccount
  93422. web_1 | - django_extensions
  93423. web_1 | (use ./manage.py migrate to migrate these)
  93424. web_1 | Running migrations for socialaccount:
  93425. web_1 | - Nothing to migrate.
  93426. web_1 | - Loading initial data for socialaccount.
  93427. web_1 | Installed 0 object(s) from 0 fixture(s)
  93428. web_1 | Running migrations for django_extensions:
  93429. web_1 | - Nothing to migrate.
  93430. web_1 | - Loading initial data for django_extensions.
  93431. web_1 | Installed 0 object(s) from 0 fixture(s)
  93432. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93433. web_1 | [GCC 4.9.2] on linux2
  93434. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93435. web_1 | (InteractiveConsole)
  93436. web_1 |
  93437. web_1 | >>> >>> Starting the server
  93438. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93439. web_1 |
  93440. web_1 | Fatal error: Unable to find local grunt.
  93441. web_1 |
  93442. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93443. web_1 | your project. For more information about installing and configuring grunt,
  93444. web_1 | please see the Getting Started guide:
  93445. web_1 |
  93446. web_1 | http://gruntjs.com/getting-started
  93447. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93448. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93449. web_1 | Syncing...
  93450. web_1 | Creating tables ...
  93451. web_1 | Installing custom SQL ...
  93452. web_1 | Installing indexes ...
  93453. web_1 | Installed 0 object(s) from 0 fixture(s)
  93454. web_1 |
  93455. web_1 | Synced:
  93456. web_1 | > django.contrib.auth
  93457. web_1 | > django.contrib.contenttypes
  93458. web_1 | > django.contrib.sessions
  93459. web_1 | > django.contrib.sites
  93460. web_1 | > django.contrib.messages
  93461. web_1 | > django.contrib.staticfiles
  93462. web_1 | > django.contrib.admin
  93463. web_1 | > south
  93464. web_1 | > crispy_forms
  93465. web_1 | > avatar
  93466. web_1 | > bootstrap3
  93467. web_1 | > users
  93468. web_1 | > allauth
  93469. web_1 | > allauth.account
  93470. web_1 | > django.contrib.humanize
  93471. web_1 | > debug_toolbar
  93472. web_1 |
  93473. web_1 | Not synced (use migrations):
  93474. web_1 | - allauth.socialaccount
  93475. web_1 | - django_extensions
  93476. web_1 | (use ./manage.py migrate to migrate these)
  93477. web_1 | Running migrations for socialaccount:
  93478. web_1 | - Nothing to migrate.
  93479. web_1 | - Loading initial data for socialaccount.
  93480. web_1 | Installed 0 object(s) from 0 fixture(s)
  93481. web_1 | Running migrations for django_extensions:
  93482. web_1 | - Nothing to migrate.
  93483. web_1 | - Loading initial data for django_extensions.
  93484. web_1 | Installed 0 object(s) from 0 fixture(s)
  93485. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93486. web_1 | [GCC 4.9.2] on linux2
  93487. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93488. web_1 | (InteractiveConsole)
  93489. web_1 |
  93490. web_1 | >>> >>> Starting the server
  93491. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93492. web_1 |
  93493. web_1 | Fatal error: Unable to find local grunt.
  93494. web_1 |
  93495. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93496. web_1 | your project. For more information about installing and configuring grunt,
  93497. web_1 | please see the Getting Started guide:
  93498. web_1 |
  93499. web_1 | http://gruntjs.com/getting-started
  93500. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93501. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93502. web_1 | Syncing...
  93503. web_1 | Creating tables ...
  93504. web_1 | Installing custom SQL ...
  93505. web_1 | Installing indexes ...
  93506. web_1 | Installed 0 object(s) from 0 fixture(s)
  93507. web_1 |
  93508. web_1 | Synced:
  93509. web_1 | > django.contrib.auth
  93510. web_1 | > django.contrib.contenttypes
  93511. web_1 | > django.contrib.sessions
  93512. web_1 | > django.contrib.sites
  93513. web_1 | > django.contrib.messages
  93514. web_1 | > django.contrib.staticfiles
  93515. web_1 | > django.contrib.admin
  93516. web_1 | > south
  93517. web_1 | > crispy_forms
  93518. web_1 | > avatar
  93519. web_1 | > bootstrap3
  93520. web_1 | > users
  93521. web_1 | > allauth
  93522. web_1 | > allauth.account
  93523. web_1 | > django.contrib.humanize
  93524. web_1 | > debug_toolbar
  93525. web_1 |
  93526. web_1 | Not synced (use migrations):
  93527. web_1 | - allauth.socialaccount
  93528. web_1 | - django_extensions
  93529. web_1 | (use ./manage.py migrate to migrate these)
  93530. web_1 | Running migrations for socialaccount:
  93531. web_1 | - Nothing to migrate.
  93532. web_1 | - Loading initial data for socialaccount.
  93533. web_1 | Installed 0 object(s) from 0 fixture(s)
  93534. web_1 | Running migrations for django_extensions:
  93535. web_1 | - Nothing to migrate.
  93536. web_1 | - Loading initial data for django_extensions.
  93537. web_1 | Installed 0 object(s) from 0 fixture(s)
  93538. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93539. web_1 | [GCC 4.9.2] on linux2
  93540. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93541. web_1 | (InteractiveConsole)
  93542. web_1 |
  93543. web_1 | >>> >>> Starting the server
  93544. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93545. web_1 |
  93546. web_1 | Fatal error: Unable to find local grunt.
  93547. web_1 |
  93548. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93549. web_1 | your project. For more information about installing and configuring grunt,
  93550. web_1 | please see the Getting Started guide:
  93551. web_1 |
  93552. web_1 | http://gruntjs.com/getting-started
  93553. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93554. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93555. web_1 | Syncing...
  93556. web_1 | Creating tables ...
  93557. web_1 | Installing custom SQL ...
  93558. web_1 | Installing indexes ...
  93559. web_1 | Installed 0 object(s) from 0 fixture(s)
  93560. web_1 |
  93561. web_1 | Synced:
  93562. web_1 | > django.contrib.auth
  93563. web_1 | > django.contrib.contenttypes
  93564. web_1 | > django.contrib.sessions
  93565. web_1 | > django.contrib.sites
  93566. web_1 | > django.contrib.messages
  93567. web_1 | > django.contrib.staticfiles
  93568. web_1 | > django.contrib.admin
  93569. web_1 | > south
  93570. web_1 | > crispy_forms
  93571. web_1 | > avatar
  93572. web_1 | > bootstrap3
  93573. web_1 | > users
  93574. web_1 | > allauth
  93575. web_1 | > allauth.account
  93576. web_1 | > django.contrib.humanize
  93577. web_1 | > debug_toolbar
  93578. web_1 |
  93579. web_1 | Not synced (use migrations):
  93580. web_1 | - allauth.socialaccount
  93581. web_1 | - django_extensions
  93582. web_1 | (use ./manage.py migrate to migrate these)
  93583. web_1 | Running migrations for socialaccount:
  93584. web_1 | - Nothing to migrate.
  93585. web_1 | - Loading initial data for socialaccount.
  93586. web_1 | Installed 0 object(s) from 0 fixture(s)
  93587. web_1 | Running migrations for django_extensions:
  93588. web_1 | - Nothing to migrate.
  93589. web_1 | - Loading initial data for django_extensions.
  93590. web_1 | Installed 0 object(s) from 0 fixture(s)
  93591. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93592. web_1 | [GCC 4.9.2] on linux2
  93593. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93594. web_1 | (InteractiveConsole)
  93595. web_1 |
  93596. web_1 | >>> >>> Starting the server
  93597. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93598. web_1 |
  93599. web_1 | Fatal error: Unable to find local grunt.
  93600. web_1 |
  93601. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93602. web_1 | your project. For more information about installing and configuring grunt,
  93603. web_1 | please see the Getting Started guide:
  93604. web_1 |
  93605. web_1 | http://gruntjs.com/getting-started
  93606. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93607. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93608. web_1 | Syncing...
  93609. web_1 | Creating tables ...
  93610. web_1 | Installing custom SQL ...
  93611. web_1 | Installing indexes ...
  93612. web_1 | Installed 0 object(s) from 0 fixture(s)
  93613. web_1 |
  93614. web_1 | Synced:
  93615. web_1 | > django.contrib.auth
  93616. web_1 | > django.contrib.contenttypes
  93617. web_1 | > django.contrib.sessions
  93618. web_1 | > django.contrib.sites
  93619. web_1 | > django.contrib.messages
  93620. web_1 | > django.contrib.staticfiles
  93621. web_1 | > django.contrib.admin
  93622. web_1 | > south
  93623. web_1 | > crispy_forms
  93624. web_1 | > avatar
  93625. web_1 | > bootstrap3
  93626. web_1 | > users
  93627. web_1 | > allauth
  93628. web_1 | > allauth.account
  93629. web_1 | > django.contrib.humanize
  93630. web_1 | > debug_toolbar
  93631. web_1 |
  93632. web_1 | Not synced (use migrations):
  93633. web_1 | - allauth.socialaccount
  93634. web_1 | - django_extensions
  93635. web_1 | (use ./manage.py migrate to migrate these)
  93636. web_1 | Running migrations for socialaccount:
  93637. web_1 | - Nothing to migrate.
  93638. web_1 | - Loading initial data for socialaccount.
  93639. web_1 | Installed 0 object(s) from 0 fixture(s)
  93640. web_1 | Running migrations for django_extensions:
  93641. web_1 | - Nothing to migrate.
  93642. web_1 | - Loading initial data for django_extensions.
  93643. web_1 | Installed 0 object(s) from 0 fixture(s)
  93644. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93645. web_1 | [GCC 4.9.2] on linux2
  93646. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93647. web_1 | (InteractiveConsole)
  93648. web_1 |
  93649. web_1 | >>> >>> Starting the server
  93650. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93651. web_1 |
  93652. web_1 | Fatal error: Unable to find local grunt.
  93653. web_1 |
  93654. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93655. web_1 | your project. For more information about installing and configuring grunt,
  93656. web_1 | please see the Getting Started guide:
  93657. web_1 |
  93658. web_1 | http://gruntjs.com/getting-started
  93659. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93660. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93661. web_1 | Syncing...
  93662. web_1 | Creating tables ...
  93663. web_1 | Installing custom SQL ...
  93664. web_1 | Installing indexes ...
  93665. web_1 | Installed 0 object(s) from 0 fixture(s)
  93666. web_1 |
  93667. web_1 | Synced:
  93668. web_1 | > django.contrib.auth
  93669. web_1 | > django.contrib.contenttypes
  93670. web_1 | > django.contrib.sessions
  93671. web_1 | > django.contrib.sites
  93672. web_1 | > django.contrib.messages
  93673. web_1 | > django.contrib.staticfiles
  93674. web_1 | > django.contrib.admin
  93675. web_1 | > south
  93676. web_1 | > crispy_forms
  93677. web_1 | > avatar
  93678. web_1 | > bootstrap3
  93679. web_1 | > users
  93680. web_1 | > allauth
  93681. web_1 | > allauth.account
  93682. web_1 | > django.contrib.humanize
  93683. web_1 | > debug_toolbar
  93684. web_1 |
  93685. web_1 | Not synced (use migrations):
  93686. web_1 | - allauth.socialaccount
  93687. web_1 | - django_extensions
  93688. web_1 | (use ./manage.py migrate to migrate these)
  93689. web_1 | Running migrations for socialaccount:
  93690. web_1 | - Nothing to migrate.
  93691. web_1 | - Loading initial data for socialaccount.
  93692. web_1 | Installed 0 object(s) from 0 fixture(s)
  93693. web_1 | Running migrations for django_extensions:
  93694. web_1 | - Nothing to migrate.
  93695. web_1 | - Loading initial data for django_extensions.
  93696. web_1 | Installed 0 object(s) from 0 fixture(s)
  93697. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93698. web_1 | [GCC 4.9.2] on linux2
  93699. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93700. web_1 | (InteractiveConsole)
  93701. web_1 |
  93702. web_1 | >>> >>> Starting the server
  93703. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93704. web_1 |
  93705. web_1 | Fatal error: Unable to find local grunt.
  93706. web_1 |
  93707. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93708. web_1 | your project. For more information about installing and configuring grunt,
  93709. web_1 | please see the Getting Started guide:
  93710. web_1 |
  93711. web_1 | http://gruntjs.com/getting-started
  93712. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93713. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93714. web_1 | Syncing...
  93715. web_1 | Creating tables ...
  93716. web_1 | Installing custom SQL ...
  93717. web_1 | Installing indexes ...
  93718. web_1 | Installed 0 object(s) from 0 fixture(s)
  93719. web_1 |
  93720. web_1 | Synced:
  93721. web_1 | > django.contrib.auth
  93722. web_1 | > django.contrib.contenttypes
  93723. web_1 | > django.contrib.sessions
  93724. web_1 | > django.contrib.sites
  93725. web_1 | > django.contrib.messages
  93726. web_1 | > django.contrib.staticfiles
  93727. web_1 | > django.contrib.admin
  93728. web_1 | > south
  93729. web_1 | > crispy_forms
  93730. web_1 | > avatar
  93731. web_1 | > bootstrap3
  93732. web_1 | > users
  93733. web_1 | > allauth
  93734. web_1 | > allauth.account
  93735. web_1 | > django.contrib.humanize
  93736. web_1 | > debug_toolbar
  93737. web_1 |
  93738. web_1 | Not synced (use migrations):
  93739. web_1 | - allauth.socialaccount
  93740. web_1 | - django_extensions
  93741. web_1 | (use ./manage.py migrate to migrate these)
  93742. web_1 | Running migrations for socialaccount:
  93743. web_1 | - Nothing to migrate.
  93744. web_1 | - Loading initial data for socialaccount.
  93745. web_1 | Installed 0 object(s) from 0 fixture(s)
  93746. web_1 | Running migrations for django_extensions:
  93747. web_1 | - Nothing to migrate.
  93748. web_1 | - Loading initial data for django_extensions.
  93749. web_1 | Installed 0 object(s) from 0 fixture(s)
  93750. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93751. web_1 | [GCC 4.9.2] on linux2
  93752. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93753. web_1 | (InteractiveConsole)
  93754. web_1 |
  93755. web_1 | >>> >>> Starting the server
  93756. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93757. web_1 |
  93758. web_1 | Fatal error: Unable to find local grunt.
  93759. web_1 |
  93760. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93761. web_1 | your project. For more information about installing and configuring grunt,
  93762. web_1 | please see the Getting Started guide:
  93763. web_1 |
  93764. web_1 | http://gruntjs.com/getting-started
  93765. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93766. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93767. web_1 | Syncing...
  93768. web_1 | Creating tables ...
  93769. web_1 | Installing custom SQL ...
  93770. web_1 | Installing indexes ...
  93771. web_1 | Installed 0 object(s) from 0 fixture(s)
  93772. web_1 |
  93773. web_1 | Synced:
  93774. web_1 | > django.contrib.auth
  93775. web_1 | > django.contrib.contenttypes
  93776. web_1 | > django.contrib.sessions
  93777. web_1 | > django.contrib.sites
  93778. web_1 | > django.contrib.messages
  93779. web_1 | > django.contrib.staticfiles
  93780. web_1 | > django.contrib.admin
  93781. web_1 | > south
  93782. web_1 | > crispy_forms
  93783. web_1 | > avatar
  93784. web_1 | > bootstrap3
  93785. web_1 | > users
  93786. web_1 | > allauth
  93787. web_1 | > allauth.account
  93788. web_1 | > django.contrib.humanize
  93789. web_1 | > debug_toolbar
  93790. web_1 |
  93791. web_1 | Not synced (use migrations):
  93792. web_1 | - allauth.socialaccount
  93793. web_1 | - django_extensions
  93794. web_1 | (use ./manage.py migrate to migrate these)
  93795. web_1 | Running migrations for socialaccount:
  93796. web_1 | - Nothing to migrate.
  93797. web_1 | - Loading initial data for socialaccount.
  93798. web_1 | Installed 0 object(s) from 0 fixture(s)
  93799. web_1 | Running migrations for django_extensions:
  93800. web_1 | - Nothing to migrate.
  93801. web_1 | - Loading initial data for django_extensions.
  93802. web_1 | Installed 0 object(s) from 0 fixture(s)
  93803. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93804. web_1 | [GCC 4.9.2] on linux2
  93805. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93806. web_1 | (InteractiveConsole)
  93807. web_1 |
  93808. web_1 | >>> >>> Starting the server
  93809. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93810. web_1 |
  93811. web_1 | Fatal error: Unable to find local grunt.
  93812. web_1 |
  93813. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93814. web_1 | your project. For more information about installing and configuring grunt,
  93815. web_1 | please see the Getting Started guide:
  93816. web_1 |
  93817. web_1 | http://gruntjs.com/getting-started
  93818. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93819. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93820. web_1 | Syncing...
  93821. web_1 | Creating tables ...
  93822. web_1 | Installing custom SQL ...
  93823. web_1 | Installing indexes ...
  93824. web_1 | Installed 0 object(s) from 0 fixture(s)
  93825. web_1 |
  93826. web_1 | Synced:
  93827. web_1 | > django.contrib.auth
  93828. web_1 | > django.contrib.contenttypes
  93829. web_1 | > django.contrib.sessions
  93830. web_1 | > django.contrib.sites
  93831. web_1 | > django.contrib.messages
  93832. web_1 | > django.contrib.staticfiles
  93833. web_1 | > django.contrib.admin
  93834. web_1 | > south
  93835. web_1 | > crispy_forms
  93836. web_1 | > avatar
  93837. web_1 | > bootstrap3
  93838. web_1 | > users
  93839. web_1 | > allauth
  93840. web_1 | > allauth.account
  93841. web_1 | > django.contrib.humanize
  93842. web_1 | > debug_toolbar
  93843. web_1 |
  93844. web_1 | Not synced (use migrations):
  93845. web_1 | - allauth.socialaccount
  93846. web_1 | - django_extensions
  93847. web_1 | (use ./manage.py migrate to migrate these)
  93848. web_1 | Running migrations for socialaccount:
  93849. web_1 | - Nothing to migrate.
  93850. web_1 | - Loading initial data for socialaccount.
  93851. web_1 | Installed 0 object(s) from 0 fixture(s)
  93852. web_1 | Running migrations for django_extensions:
  93853. web_1 | - Nothing to migrate.
  93854. web_1 | - Loading initial data for django_extensions.
  93855. web_1 | Installed 0 object(s) from 0 fixture(s)
  93856. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93857. web_1 | [GCC 4.9.2] on linux2
  93858. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93859. web_1 | (InteractiveConsole)
  93860. web_1 |
  93861. web_1 | >>> >>> Starting the server
  93862. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93863. web_1 |
  93864. web_1 | Fatal error: Unable to find local grunt.
  93865. web_1 |
  93866. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93867. web_1 | your project. For more information about installing and configuring grunt,
  93868. web_1 | please see the Getting Started guide:
  93869. web_1 |
  93870. web_1 | http://gruntjs.com/getting-started
  93871. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93872. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93873. web_1 | Syncing...
  93874. web_1 | Creating tables ...
  93875. web_1 | Installing custom SQL ...
  93876. web_1 | Installing indexes ...
  93877. web_1 | Installed 0 object(s) from 0 fixture(s)
  93878. web_1 |
  93879. web_1 | Synced:
  93880. web_1 | > django.contrib.auth
  93881. web_1 | > django.contrib.contenttypes
  93882. web_1 | > django.contrib.sessions
  93883. web_1 | > django.contrib.sites
  93884. web_1 | > django.contrib.messages
  93885. web_1 | > django.contrib.staticfiles
  93886. web_1 | > django.contrib.admin
  93887. web_1 | > south
  93888. web_1 | > crispy_forms
  93889. web_1 | > avatar
  93890. web_1 | > bootstrap3
  93891. web_1 | > users
  93892. web_1 | > allauth
  93893. web_1 | > allauth.account
  93894. web_1 | > django.contrib.humanize
  93895. web_1 | > debug_toolbar
  93896. web_1 |
  93897. web_1 | Not synced (use migrations):
  93898. web_1 | - allauth.socialaccount
  93899. web_1 | - django_extensions
  93900. web_1 | (use ./manage.py migrate to migrate these)
  93901. web_1 | Running migrations for socialaccount:
  93902. web_1 | - Nothing to migrate.
  93903. web_1 | - Loading initial data for socialaccount.
  93904. web_1 | Installed 0 object(s) from 0 fixture(s)
  93905. web_1 | Running migrations for django_extensions:
  93906. web_1 | - Nothing to migrate.
  93907. web_1 | - Loading initial data for django_extensions.
  93908. web_1 | Installed 0 object(s) from 0 fixture(s)
  93909. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93910. web_1 | [GCC 4.9.2] on linux2
  93911. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93912. web_1 | (InteractiveConsole)
  93913. web_1 |
  93914. web_1 | >>> >>> Starting the server
  93915. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93916. web_1 |
  93917. web_1 | Fatal error: Unable to find local grunt.
  93918. web_1 |
  93919. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93920. web_1 | your project. For more information about installing and configuring grunt,
  93921. web_1 | please see the Getting Started guide:
  93922. web_1 |
  93923. web_1 | http://gruntjs.com/getting-started
  93924. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93925. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93926. web_1 | Syncing...
  93927. web_1 | Creating tables ...
  93928. web_1 | Installing custom SQL ...
  93929. web_1 | Installing indexes ...
  93930. web_1 | Installed 0 object(s) from 0 fixture(s)
  93931. web_1 |
  93932. web_1 | Synced:
  93933. web_1 | > django.contrib.auth
  93934. web_1 | > django.contrib.contenttypes
  93935. web_1 | > django.contrib.sessions
  93936. web_1 | > django.contrib.sites
  93937. web_1 | > django.contrib.messages
  93938. web_1 | > django.contrib.staticfiles
  93939. web_1 | > django.contrib.admin
  93940. web_1 | > south
  93941. web_1 | > crispy_forms
  93942. web_1 | > avatar
  93943. web_1 | > bootstrap3
  93944. web_1 | > users
  93945. web_1 | > allauth
  93946. web_1 | > allauth.account
  93947. web_1 | > django.contrib.humanize
  93948. web_1 | > debug_toolbar
  93949. web_1 |
  93950. web_1 | Not synced (use migrations):
  93951. web_1 | - allauth.socialaccount
  93952. web_1 | - django_extensions
  93953. web_1 | (use ./manage.py migrate to migrate these)
  93954. web_1 | Running migrations for socialaccount:
  93955. web_1 | - Nothing to migrate.
  93956. web_1 | - Loading initial data for socialaccount.
  93957. web_1 | Installed 0 object(s) from 0 fixture(s)
  93958. web_1 | Running migrations for django_extensions:
  93959. web_1 | - Nothing to migrate.
  93960. web_1 | - Loading initial data for django_extensions.
  93961. web_1 | Installed 0 object(s) from 0 fixture(s)
  93962. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  93963. web_1 | [GCC 4.9.2] on linux2
  93964. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  93965. web_1 | (InteractiveConsole)
  93966. web_1 |
  93967. web_1 | >>> >>> Starting the server
  93968. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  93969. web_1 |
  93970. web_1 | Fatal error: Unable to find local grunt.
  93971. web_1 |
  93972. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  93973. web_1 | your project. For more information about installing and configuring grunt,
  93974. web_1 | please see the Getting Started guide:
  93975. web_1 |
  93976. web_1 | http://gruntjs.com/getting-started
  93977. web_1 | Starting OpenBSD Secure Shell server: sshd.
  93978. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  93979. web_1 | Syncing...
  93980. web_1 | Creating tables ...
  93981. web_1 | Installing custom SQL ...
  93982. web_1 | Installing indexes ...
  93983. web_1 | Installed 0 object(s) from 0 fixture(s)
  93984. web_1 |
  93985. web_1 | Synced:
  93986. web_1 | > django.contrib.auth
  93987. web_1 | > django.contrib.contenttypes
  93988. web_1 | > django.contrib.sessions
  93989. web_1 | > django.contrib.sites
  93990. web_1 | > django.contrib.messages
  93991. web_1 | > django.contrib.staticfiles
  93992. web_1 | > django.contrib.admin
  93993. web_1 | > south
  93994. web_1 | > crispy_forms
  93995. web_1 | > avatar
  93996. web_1 | > bootstrap3
  93997. web_1 | > users
  93998. web_1 | > allauth
  93999. web_1 | > allauth.account
  94000. web_1 | > django.contrib.humanize
  94001. web_1 | > debug_toolbar
  94002. web_1 |
  94003. web_1 | Not synced (use migrations):
  94004. web_1 | - allauth.socialaccount
  94005. web_1 | - django_extensions
  94006. web_1 | (use ./manage.py migrate to migrate these)
  94007. web_1 | Running migrations for socialaccount:
  94008. web_1 | - Nothing to migrate.
  94009. web_1 | - Loading initial data for socialaccount.
  94010. web_1 | Installed 0 object(s) from 0 fixture(s)
  94011. web_1 | Running migrations for django_extensions:
  94012. web_1 | - Nothing to migrate.
  94013. web_1 | - Loading initial data for django_extensions.
  94014. web_1 | Installed 0 object(s) from 0 fixture(s)
  94015. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94016. web_1 | [GCC 4.9.2] on linux2
  94017. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94018. web_1 | (InteractiveConsole)
  94019. web_1 |
  94020. web_1 | >>> >>> Starting the server
  94021. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94022. web_1 |
  94023. web_1 | Fatal error: Unable to find local grunt.
  94024. web_1 |
  94025. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94026. web_1 | your project. For more information about installing and configuring grunt,
  94027. web_1 | please see the Getting Started guide:
  94028. web_1 |
  94029. web_1 | http://gruntjs.com/getting-started
  94030. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94031. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94032. web_1 | Syncing...
  94033. web_1 | Creating tables ...
  94034. web_1 | Installing custom SQL ...
  94035. web_1 | Installing indexes ...
  94036. web_1 | Installed 0 object(s) from 0 fixture(s)
  94037. web_1 |
  94038. web_1 | Synced:
  94039. web_1 | > django.contrib.auth
  94040. web_1 | > django.contrib.contenttypes
  94041. web_1 | > django.contrib.sessions
  94042. web_1 | > django.contrib.sites
  94043. web_1 | > django.contrib.messages
  94044. web_1 | > django.contrib.staticfiles
  94045. web_1 | > django.contrib.admin
  94046. web_1 | > south
  94047. web_1 | > crispy_forms
  94048. web_1 | > avatar
  94049. web_1 | > bootstrap3
  94050. web_1 | > users
  94051. web_1 | > allauth
  94052. web_1 | > allauth.account
  94053. web_1 | > django.contrib.humanize
  94054. web_1 | > debug_toolbar
  94055. web_1 |
  94056. web_1 | Not synced (use migrations):
  94057. web_1 | - allauth.socialaccount
  94058. web_1 | - django_extensions
  94059. web_1 | (use ./manage.py migrate to migrate these)
  94060. web_1 | Running migrations for socialaccount:
  94061. web_1 | - Nothing to migrate.
  94062. web_1 | - Loading initial data for socialaccount.
  94063. web_1 | Installed 0 object(s) from 0 fixture(s)
  94064. web_1 | Running migrations for django_extensions:
  94065. web_1 | - Nothing to migrate.
  94066. web_1 | - Loading initial data for django_extensions.
  94067. web_1 | Installed 0 object(s) from 0 fixture(s)
  94068. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94069. web_1 | [GCC 4.9.2] on linux2
  94070. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94071. web_1 | (InteractiveConsole)
  94072. web_1 |
  94073. web_1 | >>> >>> Starting the server
  94074. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94075. web_1 |
  94076. web_1 | Fatal error: Unable to find local grunt.
  94077. web_1 |
  94078. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94079. web_1 | your project. For more information about installing and configuring grunt,
  94080. web_1 | please see the Getting Started guide:
  94081. web_1 |
  94082. web_1 | http://gruntjs.com/getting-started
  94083. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94084. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94085. web_1 | Syncing...
  94086. web_1 | Creating tables ...
  94087. web_1 | Installing custom SQL ...
  94088. web_1 | Installing indexes ...
  94089. web_1 | Installed 0 object(s) from 0 fixture(s)
  94090. web_1 |
  94091. web_1 | Synced:
  94092. web_1 | > django.contrib.auth
  94093. web_1 | > django.contrib.contenttypes
  94094. web_1 | > django.contrib.sessions
  94095. web_1 | > django.contrib.sites
  94096. web_1 | > django.contrib.messages
  94097. web_1 | > django.contrib.staticfiles
  94098. web_1 | > django.contrib.admin
  94099. web_1 | > south
  94100. web_1 | > crispy_forms
  94101. web_1 | > avatar
  94102. web_1 | > bootstrap3
  94103. web_1 | > users
  94104. web_1 | > allauth
  94105. web_1 | > allauth.account
  94106. web_1 | > django.contrib.humanize
  94107. web_1 | > debug_toolbar
  94108. web_1 |
  94109. web_1 | Not synced (use migrations):
  94110. web_1 | - allauth.socialaccount
  94111. web_1 | - django_extensions
  94112. web_1 | (use ./manage.py migrate to migrate these)
  94113. web_1 | Running migrations for socialaccount:
  94114. web_1 | - Nothing to migrate.
  94115. web_1 | - Loading initial data for socialaccount.
  94116. web_1 | Installed 0 object(s) from 0 fixture(s)
  94117. web_1 | Running migrations for django_extensions:
  94118. web_1 | - Nothing to migrate.
  94119. web_1 | - Loading initial data for django_extensions.
  94120. web_1 | Installed 0 object(s) from 0 fixture(s)
  94121. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94122. web_1 | [GCC 4.9.2] on linux2
  94123. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94124. web_1 | (InteractiveConsole)
  94125. web_1 |
  94126. web_1 | >>> >>> Starting the server
  94127. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94128. web_1 |
  94129. web_1 | Fatal error: Unable to find local grunt.
  94130. web_1 |
  94131. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94132. web_1 | your project. For more information about installing and configuring grunt,
  94133. web_1 | please see the Getting Started guide:
  94134. web_1 |
  94135. web_1 | http://gruntjs.com/getting-started
  94136. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94137. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94138. web_1 | Syncing...
  94139. web_1 | Creating tables ...
  94140. web_1 | Installing custom SQL ...
  94141. web_1 | Installing indexes ...
  94142. web_1 | Installed 0 object(s) from 0 fixture(s)
  94143. web_1 |
  94144. web_1 | Synced:
  94145. web_1 | > django.contrib.auth
  94146. web_1 | > django.contrib.contenttypes
  94147. web_1 | > django.contrib.sessions
  94148. web_1 | > django.contrib.sites
  94149. web_1 | > django.contrib.messages
  94150. web_1 | > django.contrib.staticfiles
  94151. web_1 | > django.contrib.admin
  94152. web_1 | > south
  94153. web_1 | > crispy_forms
  94154. web_1 | > avatar
  94155. web_1 | > bootstrap3
  94156. web_1 | > users
  94157. web_1 | > allauth
  94158. web_1 | > allauth.account
  94159. web_1 | > django.contrib.humanize
  94160. web_1 | > debug_toolbar
  94161. web_1 |
  94162. web_1 | Not synced (use migrations):
  94163. web_1 | - allauth.socialaccount
  94164. web_1 | - django_extensions
  94165. web_1 | (use ./manage.py migrate to migrate these)
  94166. web_1 | Running migrations for socialaccount:
  94167. web_1 | - Nothing to migrate.
  94168. web_1 | - Loading initial data for socialaccount.
  94169. web_1 | Installed 0 object(s) from 0 fixture(s)
  94170. web_1 | Running migrations for django_extensions:
  94171. web_1 | - Nothing to migrate.
  94172. web_1 | - Loading initial data for django_extensions.
  94173. web_1 | Installed 0 object(s) from 0 fixture(s)
  94174. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94175. web_1 | [GCC 4.9.2] on linux2
  94176. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94177. web_1 | (InteractiveConsole)
  94178. web_1 |
  94179. web_1 | >>> >>> Starting the server
  94180. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94181. web_1 |
  94182. web_1 | Fatal error: Unable to find local grunt.
  94183. web_1 |
  94184. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94185. web_1 | your project. For more information about installing and configuring grunt,
  94186. web_1 | please see the Getting Started guide:
  94187. web_1 |
  94188. web_1 | http://gruntjs.com/getting-started
  94189. oclweb_web_1 exited with code 99
  94190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94191. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94192. web_1 | Syncing...
  94193. web_1 | Traceback (most recent call last):
  94194. web_1 | File "ocl_web/manage.py", line 19, in <module>
  94195. web_1 | execute_from_command_line(sys.argv)
  94196. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  94197. web_1 | utility.execute()
  94198. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  94199. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  94200. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  94201. web_1 | self.execute(*args, **options.__dict__)
  94202. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  94203. web_1 | output = self.handle(*args, **options)
  94204. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  94205. web_1 | return self.handle_noargs(**options)
  94206. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  94207. web_1 | syncdb.Command().execute(**options)
  94208. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  94209. web_1 | output = self.handle(*args, **options)
  94210. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  94211. web_1 | return self.handle_noargs(**options)
  94212. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  94213. web_1 | cursor = connection.cursor()
  94214. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  94215. web_1 | cursor = self.make_debug_cursor(self._cursor())
  94216. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  94217. web_1 | self.ensure_connection()
  94218. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94219. web_1 | self.connect()
  94220. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  94221. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  94222. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94223. web_1 | self.connect()
  94224. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  94225. web_1 | self.connection = self.get_new_connection(conn_params)
  94226. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  94227. web_1 | return Database.connect(**conn_params)
  94228. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  94229. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  94230. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  94231. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  94232. web_1 | TCP/IP connections on port 5432?
  94233. web_1 |
  94234. web_1 | Traceback (most recent call last):
  94235. web_1 | File "ocl_web/manage.py", line 19, in <module>
  94236. web_1 | execute_from_command_line(sys.argv)
  94237. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  94238. web_1 | utility.execute()
  94239. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  94240. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  94241. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  94242. web_1 | self.execute(*args, **options.__dict__)
  94243. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  94244. web_1 | output = self.handle(*args, **options)
  94245. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  94246. web_1 | ignore_ghosts = ignore_ghosts,
  94247. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  94248. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  94249. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  94250. web_1 | for h in histories:
  94251. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  94252. web_1 | self._fetch_all()
  94253. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  94254. web_1 | self._result_cache = list(self.iterator())
  94255. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  94256. web_1 | for row in compiler.results_iter():
  94257. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  94258. web_1 | for rows in self.execute_sql(MULTI):
  94259. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  94260. web_1 | cursor = self.connection.cursor()
  94261. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  94262. web_1 | cursor = self.make_debug_cursor(self._cursor())
  94263. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  94264. web_1 | self.ensure_connection()
  94265. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94266. web_1 | self.connect()
  94267. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  94268. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  94269. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94270. web_1 | self.connect()
  94271. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  94272. web_1 | self.connection = self.get_new_connection(conn_params)
  94273. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  94274. web_1 | return Database.connect(**conn_params)
  94275. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  94276. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  94277. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  94278. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  94279. web_1 | TCP/IP connections on port 5432?
  94280. web_1 |
  94281. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94282. web_1 | [GCC 4.9.2] on linux2
  94283. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94284. web_1 | (InteractiveConsole)
  94285. web_1 | Traceback (most recent call last):
  94286. web_1 | File "<console>", line 1, in <module>
  94287. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  94288. web_1 | return self.query.get_count(using=self.db)
  94289. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  94290. web_1 | number = obj.get_aggregation(using=using)[None]
  94291. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  94292. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  94293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  94294. web_1 | cursor = self.connection.cursor()
  94295. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  94296. web_1 | cursor = self.make_debug_cursor(self._cursor())
  94297. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  94298. web_1 | self.ensure_connection()
  94299. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94300. web_1 | self.connect()
  94301. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  94302. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  94303. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  94304. web_1 | self.connect()
  94305. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  94306. web_1 | self.connection = self.get_new_connection(conn_params)
  94307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  94308. web_1 | return Database.connect(**conn_params)
  94309. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  94310. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  94311. web_1 | OperationalError: could not connect to server: Connection refused
  94312. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  94313. web_1 | TCP/IP connections on port 5432?
  94314. web_1 |
  94315. web_1 |
  94316. web_1 | >>> >>> Starting the server
  94317. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94318. web_1 |
  94319. web_1 | Fatal error: Unable to find local grunt.
  94320. web_1 |
  94321. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94322. web_1 | your project. For more information about installing and configuring grunt,
  94323. web_1 | please see the Getting Started guide:
  94324. web_1 |
  94325. web_1 | http://gruntjs.com/getting-started
  94326. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94327. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94328. web_1 | Syncing...
  94329. web_1 | Creating tables ...
  94330. web_1 | Creating table auth_permission
  94331. web_1 | Creating table auth_group_permissions
  94332. web_1 | Creating table auth_group
  94333. web_1 | Creating table django_content_type
  94334. web_1 | Creating table django_session
  94335. web_1 | Creating table django_site
  94336. web_1 | Creating table django_admin_log
  94337. web_1 | Creating table south_migrationhistory
  94338. web_1 | Creating table avatar_avatar
  94339. web_1 | Creating table users_user_groups
  94340. web_1 | Creating table users_user_user_permissions
  94341. web_1 | Creating table users_user
  94342. web_1 | Creating table account_emailaddress
  94343. web_1 | Creating table account_emailconfirmation
  94344. web_1 | Installing custom SQL ...
  94345. web_1 | Installing indexes ...
  94346. web_1 | Installed 0 object(s) from 0 fixture(s)
  94347. web_1 |
  94348. web_1 | Synced:
  94349. web_1 | > django.contrib.auth
  94350. web_1 | > django.contrib.contenttypes
  94351. web_1 | > django.contrib.sessions
  94352. web_1 | > django.contrib.sites
  94353. web_1 | > django.contrib.messages
  94354. web_1 | > django.contrib.staticfiles
  94355. web_1 | > django.contrib.admin
  94356. web_1 | > south
  94357. web_1 | > crispy_forms
  94358. web_1 | > avatar
  94359. web_1 | > bootstrap3
  94360. web_1 | > users
  94361. web_1 | > allauth
  94362. web_1 | > allauth.account
  94363. web_1 | > django.contrib.humanize
  94364. web_1 | > debug_toolbar
  94365. web_1 |
  94366. web_1 | Not synced (use migrations):
  94367. web_1 | - allauth.socialaccount
  94368. web_1 | - django_extensions
  94369. web_1 | (use ./manage.py migrate to migrate these)
  94370. web_1 | Running migrations for socialaccount:
  94371. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  94372. web_1 | > socialaccount:0001_initial
  94373. web_1 | > socialaccount:0002_genericmodels
  94374. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  94375. web_1 | > socialaccount:0004_add_sites
  94376. web_1 | > socialaccount:0005_set_sites
  94377. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  94378. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  94379. web_1 | > socialaccount:0008_client_id
  94380. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  94381. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  94382. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  94383. web_1 | - Loading initial data for socialaccount.
  94384. web_1 | Installed 0 object(s) from 0 fixture(s)
  94385. web_1 | Running migrations for django_extensions:
  94386. web_1 | - Migrating forwards to 0001_empty.
  94387. web_1 | > django_extensions:0001_empty
  94388. web_1 | - Loading initial data for django_extensions.
  94389. web_1 | Installed 0 object(s) from 0 fixture(s)
  94390. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94391. web_1 | [GCC 4.9.2] on linux2
  94392. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94393. web_1 | (InteractiveConsole)
  94394. web_1 |
  94395. web_1 | >>> >>> Starting the server
  94396. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94397. web_1 |
  94398. web_1 | Fatal error: Unable to find local grunt.
  94399. web_1 |
  94400. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94401. web_1 | your project. For more information about installing and configuring grunt,
  94402. web_1 | please see the Getting Started guide:
  94403. web_1 |
  94404. web_1 | http://gruntjs.com/getting-started
  94405. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94406. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94407. web_1 | Syncing...
  94408. web_1 | Creating tables ...
  94409. web_1 | Installing custom SQL ...
  94410. web_1 | Installing indexes ...
  94411. web_1 | Installed 0 object(s) from 0 fixture(s)
  94412. web_1 |
  94413. web_1 | Synced:
  94414. web_1 | > django.contrib.auth
  94415. web_1 | > django.contrib.contenttypes
  94416. web_1 | > django.contrib.sessions
  94417. web_1 | > django.contrib.sites
  94418. web_1 | > django.contrib.messages
  94419. web_1 | > django.contrib.staticfiles
  94420. web_1 | > django.contrib.admin
  94421. web_1 | > south
  94422. web_1 | > crispy_forms
  94423. web_1 | > avatar
  94424. web_1 | > bootstrap3
  94425. web_1 | > users
  94426. web_1 | > allauth
  94427. web_1 | > allauth.account
  94428. web_1 | > django.contrib.humanize
  94429. web_1 | > debug_toolbar
  94430. web_1 |
  94431. web_1 | Not synced (use migrations):
  94432. web_1 | - allauth.socialaccount
  94433. web_1 | - django_extensions
  94434. web_1 | (use ./manage.py migrate to migrate these)
  94435. web_1 | Running migrations for socialaccount:
  94436. web_1 | - Nothing to migrate.
  94437. web_1 | - Loading initial data for socialaccount.
  94438. web_1 | Installed 0 object(s) from 0 fixture(s)
  94439. web_1 | Running migrations for django_extensions:
  94440. web_1 | - Nothing to migrate.
  94441. web_1 | - Loading initial data for django_extensions.
  94442. web_1 | Installed 0 object(s) from 0 fixture(s)
  94443. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94444. web_1 | [GCC 4.9.2] on linux2
  94445. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94446. web_1 | (InteractiveConsole)
  94447. web_1 |
  94448. web_1 | >>> >>> Starting the server
  94449. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94450. web_1 |
  94451. web_1 | Fatal error: Unable to find local grunt.
  94452. web_1 |
  94453. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94454. web_1 | your project. For more information about installing and configuring grunt,
  94455. web_1 | please see the Getting Started guide:
  94456. web_1 |
  94457. web_1 | http://gruntjs.com/getting-started
  94458. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94459. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94460. web_1 | Syncing...
  94461. web_1 | Creating tables ...
  94462. web_1 | Installing custom SQL ...
  94463. web_1 | Installing indexes ...
  94464. web_1 | Installed 0 object(s) from 0 fixture(s)
  94465. web_1 |
  94466. web_1 | Synced:
  94467. web_1 | > django.contrib.auth
  94468. web_1 | > django.contrib.contenttypes
  94469. web_1 | > django.contrib.sessions
  94470. web_1 | > django.contrib.sites
  94471. web_1 | > django.contrib.messages
  94472. web_1 | > django.contrib.staticfiles
  94473. web_1 | > django.contrib.admin
  94474. web_1 | > south
  94475. web_1 | > crispy_forms
  94476. web_1 | > avatar
  94477. web_1 | > bootstrap3
  94478. web_1 | > users
  94479. web_1 | > allauth
  94480. web_1 | > allauth.account
  94481. web_1 | > django.contrib.humanize
  94482. web_1 | > debug_toolbar
  94483. web_1 |
  94484. web_1 | Not synced (use migrations):
  94485. web_1 | - allauth.socialaccount
  94486. web_1 | - django_extensions
  94487. web_1 | (use ./manage.py migrate to migrate these)
  94488. web_1 | Running migrations for socialaccount:
  94489. web_1 | - Nothing to migrate.
  94490. web_1 | - Loading initial data for socialaccount.
  94491. web_1 | Installed 0 object(s) from 0 fixture(s)
  94492. web_1 | Running migrations for django_extensions:
  94493. web_1 | - Nothing to migrate.
  94494. web_1 | - Loading initial data for django_extensions.
  94495. web_1 | Installed 0 object(s) from 0 fixture(s)
  94496. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94497. web_1 | [GCC 4.9.2] on linux2
  94498. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94499. web_1 | (InteractiveConsole)
  94500. web_1 |
  94501. web_1 | >>> >>> Starting the server
  94502. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94503. web_1 |
  94504. web_1 | Fatal error: Unable to find local grunt.
  94505. web_1 |
  94506. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94507. web_1 | your project. For more information about installing and configuring grunt,
  94508. web_1 | please see the Getting Started guide:
  94509. web_1 |
  94510. web_1 | http://gruntjs.com/getting-started
  94511. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94512. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94513. web_1 | Syncing...
  94514. web_1 | Creating tables ...
  94515. web_1 | Installing custom SQL ...
  94516. web_1 | Installing indexes ...
  94517. web_1 | Installed 0 object(s) from 0 fixture(s)
  94518. web_1 |
  94519. web_1 | Synced:
  94520. web_1 | > django.contrib.auth
  94521. web_1 | > django.contrib.contenttypes
  94522. web_1 | > django.contrib.sessions
  94523. web_1 | > django.contrib.sites
  94524. web_1 | > django.contrib.messages
  94525. web_1 | > django.contrib.staticfiles
  94526. web_1 | > django.contrib.admin
  94527. web_1 | > south
  94528. web_1 | > crispy_forms
  94529. web_1 | > avatar
  94530. web_1 | > bootstrap3
  94531. web_1 | > users
  94532. web_1 | > allauth
  94533. web_1 | > allauth.account
  94534. web_1 | > django.contrib.humanize
  94535. web_1 | > debug_toolbar
  94536. web_1 |
  94537. web_1 | Not synced (use migrations):
  94538. web_1 | - allauth.socialaccount
  94539. web_1 | - django_extensions
  94540. web_1 | (use ./manage.py migrate to migrate these)
  94541. web_1 | Running migrations for socialaccount:
  94542. web_1 | - Nothing to migrate.
  94543. web_1 | - Loading initial data for socialaccount.
  94544. web_1 | Installed 0 object(s) from 0 fixture(s)
  94545. web_1 | Running migrations for django_extensions:
  94546. web_1 | - Nothing to migrate.
  94547. web_1 | - Loading initial data for django_extensions.
  94548. web_1 | Installed 0 object(s) from 0 fixture(s)
  94549. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94550. web_1 | [GCC 4.9.2] on linux2
  94551. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94552. web_1 | (InteractiveConsole)
  94553. web_1 |
  94554. web_1 | >>> >>> Starting the server
  94555. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94556. web_1 |
  94557. web_1 | Fatal error: Unable to find local grunt.
  94558. web_1 |
  94559. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94560. web_1 | your project. For more information about installing and configuring grunt,
  94561. web_1 | please see the Getting Started guide:
  94562. web_1 |
  94563. web_1 | http://gruntjs.com/getting-started
  94564. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94565. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94566. web_1 | Syncing...
  94567. web_1 | Creating tables ...
  94568. web_1 | Installing custom SQL ...
  94569. web_1 | Installing indexes ...
  94570. web_1 | Installed 0 object(s) from 0 fixture(s)
  94571. web_1 |
  94572. web_1 | Synced:
  94573. web_1 | > django.contrib.auth
  94574. web_1 | > django.contrib.contenttypes
  94575. web_1 | > django.contrib.sessions
  94576. web_1 | > django.contrib.sites
  94577. web_1 | > django.contrib.messages
  94578. web_1 | > django.contrib.staticfiles
  94579. web_1 | > django.contrib.admin
  94580. web_1 | > south
  94581. web_1 | > crispy_forms
  94582. web_1 | > avatar
  94583. web_1 | > bootstrap3
  94584. web_1 | > users
  94585. web_1 | > allauth
  94586. web_1 | > allauth.account
  94587. web_1 | > django.contrib.humanize
  94588. web_1 | > debug_toolbar
  94589. web_1 |
  94590. web_1 | Not synced (use migrations):
  94591. web_1 | - allauth.socialaccount
  94592. web_1 | - django_extensions
  94593. web_1 | (use ./manage.py migrate to migrate these)
  94594. web_1 | Running migrations for socialaccount:
  94595. web_1 | - Nothing to migrate.
  94596. web_1 | - Loading initial data for socialaccount.
  94597. web_1 | Installed 0 object(s) from 0 fixture(s)
  94598. web_1 | Running migrations for django_extensions:
  94599. web_1 | - Nothing to migrate.
  94600. web_1 | - Loading initial data for django_extensions.
  94601. web_1 | Installed 0 object(s) from 0 fixture(s)
  94602. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94603. web_1 | [GCC 4.9.2] on linux2
  94604. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94605. web_1 | (InteractiveConsole)
  94606. web_1 |
  94607. web_1 | >>> >>> Starting the server
  94608. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94609. web_1 |
  94610. web_1 | Fatal error: Unable to find local grunt.
  94611. web_1 |
  94612. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94613. web_1 | your project. For more information about installing and configuring grunt,
  94614. web_1 | please see the Getting Started guide:
  94615. web_1 |
  94616. web_1 | http://gruntjs.com/getting-started
  94617. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94618. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94619. web_1 | Syncing...
  94620. web_1 | Creating tables ...
  94621. web_1 | Installing custom SQL ...
  94622. web_1 | Installing indexes ...
  94623. web_1 | Installed 0 object(s) from 0 fixture(s)
  94624. web_1 |
  94625. web_1 | Synced:
  94626. web_1 | > django.contrib.auth
  94627. web_1 | > django.contrib.contenttypes
  94628. web_1 | > django.contrib.sessions
  94629. web_1 | > django.contrib.sites
  94630. web_1 | > django.contrib.messages
  94631. web_1 | > django.contrib.staticfiles
  94632. web_1 | > django.contrib.admin
  94633. web_1 | > south
  94634. web_1 | > crispy_forms
  94635. web_1 | > avatar
  94636. web_1 | > bootstrap3
  94637. web_1 | > users
  94638. web_1 | > allauth
  94639. web_1 | > allauth.account
  94640. web_1 | > django.contrib.humanize
  94641. web_1 | > debug_toolbar
  94642. web_1 |
  94643. web_1 | Not synced (use migrations):
  94644. web_1 | - allauth.socialaccount
  94645. web_1 | - django_extensions
  94646. web_1 | (use ./manage.py migrate to migrate these)
  94647. web_1 | Running migrations for socialaccount:
  94648. web_1 | - Nothing to migrate.
  94649. web_1 | - Loading initial data for socialaccount.
  94650. web_1 | Installed 0 object(s) from 0 fixture(s)
  94651. web_1 | Running migrations for django_extensions:
  94652. web_1 | - Nothing to migrate.
  94653. web_1 | - Loading initial data for django_extensions.
  94654. web_1 | Installed 0 object(s) from 0 fixture(s)
  94655. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94656. web_1 | [GCC 4.9.2] on linux2
  94657. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94658. web_1 | (InteractiveConsole)
  94659. web_1 |
  94660. web_1 | >>> >>> Starting the server
  94661. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94662. web_1 |
  94663. web_1 | Fatal error: Unable to find local grunt.
  94664. web_1 |
  94665. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94666. web_1 | your project. For more information about installing and configuring grunt,
  94667. web_1 | please see the Getting Started guide:
  94668. web_1 |
  94669. web_1 | http://gruntjs.com/getting-started
  94670. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94671. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94672. web_1 | Syncing...
  94673. web_1 | Creating tables ...
  94674. web_1 | Installing custom SQL ...
  94675. web_1 | Installing indexes ...
  94676. web_1 | Installed 0 object(s) from 0 fixture(s)
  94677. web_1 |
  94678. web_1 | Synced:
  94679. web_1 | > django.contrib.auth
  94680. web_1 | > django.contrib.contenttypes
  94681. web_1 | > django.contrib.sessions
  94682. web_1 | > django.contrib.sites
  94683. web_1 | > django.contrib.messages
  94684. web_1 | > django.contrib.staticfiles
  94685. web_1 | > django.contrib.admin
  94686. web_1 | > south
  94687. web_1 | > crispy_forms
  94688. web_1 | > avatar
  94689. web_1 | > bootstrap3
  94690. web_1 | > users
  94691. web_1 | > allauth
  94692. web_1 | > allauth.account
  94693. web_1 | > django.contrib.humanize
  94694. web_1 | > debug_toolbar
  94695. web_1 |
  94696. web_1 | Not synced (use migrations):
  94697. web_1 | - allauth.socialaccount
  94698. web_1 | - django_extensions
  94699. web_1 | (use ./manage.py migrate to migrate these)
  94700. web_1 | Running migrations for socialaccount:
  94701. web_1 | - Nothing to migrate.
  94702. web_1 | - Loading initial data for socialaccount.
  94703. web_1 | Installed 0 object(s) from 0 fixture(s)
  94704. web_1 | Running migrations for django_extensions:
  94705. web_1 | - Nothing to migrate.
  94706. web_1 | - Loading initial data for django_extensions.
  94707. web_1 | Installed 0 object(s) from 0 fixture(s)
  94708. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94709. web_1 | [GCC 4.9.2] on linux2
  94710. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94711. web_1 | (InteractiveConsole)
  94712. web_1 |
  94713. web_1 | >>> >>> Starting the server
  94714. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94715. web_1 |
  94716. web_1 | Fatal error: Unable to find local grunt.
  94717. web_1 |
  94718. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94719. web_1 | your project. For more information about installing and configuring grunt,
  94720. web_1 | please see the Getting Started guide:
  94721. web_1 |
  94722. web_1 | http://gruntjs.com/getting-started
  94723. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94724. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94725. web_1 | Syncing...
  94726. web_1 | Creating tables ...
  94727. web_1 | Installing custom SQL ...
  94728. web_1 | Installing indexes ...
  94729. web_1 | Installed 0 object(s) from 0 fixture(s)
  94730. web_1 |
  94731. web_1 | Synced:
  94732. web_1 | > django.contrib.auth
  94733. web_1 | > django.contrib.contenttypes
  94734. web_1 | > django.contrib.sessions
  94735. web_1 | > django.contrib.sites
  94736. web_1 | > django.contrib.messages
  94737. web_1 | > django.contrib.staticfiles
  94738. web_1 | > django.contrib.admin
  94739. web_1 | > south
  94740. web_1 | > crispy_forms
  94741. web_1 | > avatar
  94742. web_1 | > bootstrap3
  94743. web_1 | > users
  94744. web_1 | > allauth
  94745. web_1 | > allauth.account
  94746. web_1 | > django.contrib.humanize
  94747. web_1 | > debug_toolbar
  94748. web_1 |
  94749. web_1 | Not synced (use migrations):
  94750. web_1 | - allauth.socialaccount
  94751. web_1 | - django_extensions
  94752. web_1 | (use ./manage.py migrate to migrate these)
  94753. web_1 | Running migrations for socialaccount:
  94754. web_1 | - Nothing to migrate.
  94755. web_1 | - Loading initial data for socialaccount.
  94756. web_1 | Installed 0 object(s) from 0 fixture(s)
  94757. web_1 | Running migrations for django_extensions:
  94758. web_1 | - Nothing to migrate.
  94759. web_1 | - Loading initial data for django_extensions.
  94760. web_1 | Installed 0 object(s) from 0 fixture(s)
  94761. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94762. web_1 | [GCC 4.9.2] on linux2
  94763. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94764. web_1 | (InteractiveConsole)
  94765. web_1 |
  94766. web_1 | >>> >>> Starting the server
  94767. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94768. web_1 |
  94769. web_1 | Fatal error: Unable to find local grunt.
  94770. web_1 |
  94771. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94772. web_1 | your project. For more information about installing and configuring grunt,
  94773. web_1 | please see the Getting Started guide:
  94774. web_1 |
  94775. web_1 | http://gruntjs.com/getting-started
  94776. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94777. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94778. web_1 | Syncing...
  94779. web_1 | Creating tables ...
  94780. web_1 | Installing custom SQL ...
  94781. web_1 | Installing indexes ...
  94782. web_1 | Installed 0 object(s) from 0 fixture(s)
  94783. web_1 |
  94784. web_1 | Synced:
  94785. web_1 | > django.contrib.auth
  94786. web_1 | > django.contrib.contenttypes
  94787. web_1 | > django.contrib.sessions
  94788. web_1 | > django.contrib.sites
  94789. web_1 | > django.contrib.messages
  94790. web_1 | > django.contrib.staticfiles
  94791. web_1 | > django.contrib.admin
  94792. web_1 | > south
  94793. web_1 | > crispy_forms
  94794. web_1 | > avatar
  94795. web_1 | > bootstrap3
  94796. web_1 | > users
  94797. web_1 | > allauth
  94798. web_1 | > allauth.account
  94799. web_1 | > django.contrib.humanize
  94800. web_1 | > debug_toolbar
  94801. web_1 |
  94802. web_1 | Not synced (use migrations):
  94803. web_1 | - allauth.socialaccount
  94804. web_1 | - django_extensions
  94805. web_1 | (use ./manage.py migrate to migrate these)
  94806. web_1 | Running migrations for socialaccount:
  94807. web_1 | - Nothing to migrate.
  94808. web_1 | - Loading initial data for socialaccount.
  94809. web_1 | Installed 0 object(s) from 0 fixture(s)
  94810. web_1 | Running migrations for django_extensions:
  94811. web_1 | - Nothing to migrate.
  94812. web_1 | - Loading initial data for django_extensions.
  94813. web_1 | Installed 0 object(s) from 0 fixture(s)
  94814. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94815. web_1 | [GCC 4.9.2] on linux2
  94816. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94817. web_1 | (InteractiveConsole)
  94818. web_1 |
  94819. web_1 | >>> >>> Starting the server
  94820. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94821. web_1 |
  94822. web_1 | Fatal error: Unable to find local grunt.
  94823. web_1 |
  94824. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94825. web_1 | your project. For more information about installing and configuring grunt,
  94826. web_1 | please see the Getting Started guide:
  94827. web_1 |
  94828. web_1 | http://gruntjs.com/getting-started
  94829. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94830. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94831. web_1 | Syncing...
  94832. web_1 | Creating tables ...
  94833. web_1 | Installing custom SQL ...
  94834. web_1 | Installing indexes ...
  94835. web_1 | Installed 0 object(s) from 0 fixture(s)
  94836. web_1 |
  94837. web_1 | Synced:
  94838. web_1 | > django.contrib.auth
  94839. web_1 | > django.contrib.contenttypes
  94840. web_1 | > django.contrib.sessions
  94841. web_1 | > django.contrib.sites
  94842. web_1 | > django.contrib.messages
  94843. web_1 | > django.contrib.staticfiles
  94844. web_1 | > django.contrib.admin
  94845. web_1 | > south
  94846. web_1 | > crispy_forms
  94847. web_1 | > avatar
  94848. web_1 | > bootstrap3
  94849. web_1 | > users
  94850. web_1 | > allauth
  94851. web_1 | > allauth.account
  94852. web_1 | > django.contrib.humanize
  94853. web_1 | > debug_toolbar
  94854. web_1 |
  94855. web_1 | Not synced (use migrations):
  94856. web_1 | - allauth.socialaccount
  94857. web_1 | - django_extensions
  94858. web_1 | (use ./manage.py migrate to migrate these)
  94859. web_1 | Running migrations for socialaccount:
  94860. web_1 | - Nothing to migrate.
  94861. web_1 | - Loading initial data for socialaccount.
  94862. web_1 | Installed 0 object(s) from 0 fixture(s)
  94863. web_1 | Running migrations for django_extensions:
  94864. web_1 | - Nothing to migrate.
  94865. web_1 | - Loading initial data for django_extensions.
  94866. web_1 | Installed 0 object(s) from 0 fixture(s)
  94867. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94868. web_1 | [GCC 4.9.2] on linux2
  94869. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94870. web_1 | (InteractiveConsole)
  94871. web_1 |
  94872. web_1 | >>> >>> Starting the server
  94873. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94874. web_1 |
  94875. web_1 | Fatal error: Unable to find local grunt.
  94876. web_1 |
  94877. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94878. web_1 | your project. For more information about installing and configuring grunt,
  94879. web_1 | please see the Getting Started guide:
  94880. web_1 |
  94881. web_1 | http://gruntjs.com/getting-started
  94882. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94883. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94884. web_1 | Syncing...
  94885. web_1 | Creating tables ...
  94886. web_1 | Installing custom SQL ...
  94887. web_1 | Installing indexes ...
  94888. web_1 | Installed 0 object(s) from 0 fixture(s)
  94889. web_1 |
  94890. web_1 | Synced:
  94891. web_1 | > django.contrib.auth
  94892. web_1 | > django.contrib.contenttypes
  94893. web_1 | > django.contrib.sessions
  94894. web_1 | > django.contrib.sites
  94895. web_1 | > django.contrib.messages
  94896. web_1 | > django.contrib.staticfiles
  94897. web_1 | > django.contrib.admin
  94898. web_1 | > south
  94899. web_1 | > crispy_forms
  94900. web_1 | > avatar
  94901. web_1 | > bootstrap3
  94902. web_1 | > users
  94903. web_1 | > allauth
  94904. web_1 | > allauth.account
  94905. web_1 | > django.contrib.humanize
  94906. web_1 | > debug_toolbar
  94907. web_1 |
  94908. web_1 | Not synced (use migrations):
  94909. web_1 | - allauth.socialaccount
  94910. web_1 | - django_extensions
  94911. web_1 | (use ./manage.py migrate to migrate these)
  94912. web_1 | Running migrations for socialaccount:
  94913. web_1 | - Nothing to migrate.
  94914. web_1 | - Loading initial data for socialaccount.
  94915. web_1 | Installed 0 object(s) from 0 fixture(s)
  94916. web_1 | Running migrations for django_extensions:
  94917. web_1 | - Nothing to migrate.
  94918. web_1 | - Loading initial data for django_extensions.
  94919. web_1 | Installed 0 object(s) from 0 fixture(s)
  94920. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94921. web_1 | [GCC 4.9.2] on linux2
  94922. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94923. web_1 | (InteractiveConsole)
  94924. web_1 |
  94925. web_1 | >>> >>> Starting the server
  94926. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94927. web_1 |
  94928. web_1 | Fatal error: Unable to find local grunt.
  94929. web_1 |
  94930. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94931. web_1 | your project. For more information about installing and configuring grunt,
  94932. web_1 | please see the Getting Started guide:
  94933. web_1 |
  94934. web_1 | http://gruntjs.com/getting-started
  94935. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94936. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94937. web_1 | Syncing...
  94938. web_1 | Creating tables ...
  94939. web_1 | Installing custom SQL ...
  94940. web_1 | Installing indexes ...
  94941. web_1 | Installed 0 object(s) from 0 fixture(s)
  94942. web_1 |
  94943. web_1 | Synced:
  94944. web_1 | > django.contrib.auth
  94945. web_1 | > django.contrib.contenttypes
  94946. web_1 | > django.contrib.sessions
  94947. web_1 | > django.contrib.sites
  94948. web_1 | > django.contrib.messages
  94949. web_1 | > django.contrib.staticfiles
  94950. web_1 | > django.contrib.admin
  94951. web_1 | > south
  94952. web_1 | > crispy_forms
  94953. web_1 | > avatar
  94954. web_1 | > bootstrap3
  94955. web_1 | > users
  94956. web_1 | > allauth
  94957. web_1 | > allauth.account
  94958. web_1 | > django.contrib.humanize
  94959. web_1 | > debug_toolbar
  94960. web_1 |
  94961. web_1 | Not synced (use migrations):
  94962. web_1 | - allauth.socialaccount
  94963. web_1 | - django_extensions
  94964. web_1 | (use ./manage.py migrate to migrate these)
  94965. web_1 | Running migrations for socialaccount:
  94966. web_1 | - Nothing to migrate.
  94967. web_1 | - Loading initial data for socialaccount.
  94968. web_1 | Installed 0 object(s) from 0 fixture(s)
  94969. web_1 | Running migrations for django_extensions:
  94970. web_1 | - Nothing to migrate.
  94971. web_1 | - Loading initial data for django_extensions.
  94972. web_1 | Installed 0 object(s) from 0 fixture(s)
  94973. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  94974. web_1 | [GCC 4.9.2] on linux2
  94975. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  94976. web_1 | (InteractiveConsole)
  94977. web_1 |
  94978. web_1 | >>> >>> Starting the server
  94979. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  94980. web_1 |
  94981. web_1 | Fatal error: Unable to find local grunt.
  94982. web_1 |
  94983. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  94984. web_1 | your project. For more information about installing and configuring grunt,
  94985. web_1 | please see the Getting Started guide:
  94986. web_1 |
  94987. web_1 | http://gruntjs.com/getting-started
  94988. web_1 | Starting OpenBSD Secure Shell server: sshd.
  94989. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  94990. web_1 | Syncing...
  94991. web_1 | Creating tables ...
  94992. web_1 | Installing custom SQL ...
  94993. web_1 | Installing indexes ...
  94994. web_1 | Installed 0 object(s) from 0 fixture(s)
  94995. web_1 |
  94996. web_1 | Synced:
  94997. web_1 | > django.contrib.auth
  94998. web_1 | > django.contrib.contenttypes
  94999. web_1 | > django.contrib.sessions
  95000. web_1 | > django.contrib.sites
  95001. web_1 | > django.contrib.messages
  95002. web_1 | > django.contrib.staticfiles
  95003. web_1 | > django.contrib.admin
  95004. web_1 | > south
  95005. web_1 | > crispy_forms
  95006. web_1 | > avatar
  95007. web_1 | > bootstrap3
  95008. web_1 | > users
  95009. web_1 | > allauth
  95010. web_1 | > allauth.account
  95011. web_1 | > django.contrib.humanize
  95012. web_1 | > debug_toolbar
  95013. web_1 |
  95014. web_1 | Not synced (use migrations):
  95015. web_1 | - allauth.socialaccount
  95016. web_1 | - django_extensions
  95017. web_1 | (use ./manage.py migrate to migrate these)
  95018. web_1 | Running migrations for socialaccount:
  95019. web_1 | - Nothing to migrate.
  95020. web_1 | - Loading initial data for socialaccount.
  95021. web_1 | Installed 0 object(s) from 0 fixture(s)
  95022. web_1 | Running migrations for django_extensions:
  95023. web_1 | - Nothing to migrate.
  95024. web_1 | - Loading initial data for django_extensions.
  95025. web_1 | Installed 0 object(s) from 0 fixture(s)
  95026. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95027. web_1 | [GCC 4.9.2] on linux2
  95028. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95029. web_1 | (InteractiveConsole)
  95030. web_1 |
  95031. web_1 | >>> >>> Starting the server
  95032. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95033. web_1 |
  95034. web_1 | Fatal error: Unable to find local grunt.
  95035. web_1 |
  95036. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95037. web_1 | your project. For more information about installing and configuring grunt,
  95038. web_1 | please see the Getting Started guide:
  95039. web_1 |
  95040. web_1 | http://gruntjs.com/getting-started
  95041. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95042. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95043. web_1 | Syncing...
  95044. web_1 | Creating tables ...
  95045. web_1 | Installing custom SQL ...
  95046. web_1 | Installing indexes ...
  95047. web_1 | Installed 0 object(s) from 0 fixture(s)
  95048. web_1 |
  95049. web_1 | Synced:
  95050. web_1 | > django.contrib.auth
  95051. web_1 | > django.contrib.contenttypes
  95052. web_1 | > django.contrib.sessions
  95053. web_1 | > django.contrib.sites
  95054. web_1 | > django.contrib.messages
  95055. web_1 | > django.contrib.staticfiles
  95056. web_1 | > django.contrib.admin
  95057. web_1 | > south
  95058. web_1 | > crispy_forms
  95059. web_1 | > avatar
  95060. web_1 | > bootstrap3
  95061. web_1 | > users
  95062. web_1 | > allauth
  95063. web_1 | > allauth.account
  95064. web_1 | > django.contrib.humanize
  95065. web_1 | > debug_toolbar
  95066. web_1 |
  95067. web_1 | Not synced (use migrations):
  95068. web_1 | - allauth.socialaccount
  95069. web_1 | - django_extensions
  95070. web_1 | (use ./manage.py migrate to migrate these)
  95071. web_1 | Running migrations for socialaccount:
  95072. web_1 | - Nothing to migrate.
  95073. web_1 | - Loading initial data for socialaccount.
  95074. web_1 | Installed 0 object(s) from 0 fixture(s)
  95075. web_1 | Running migrations for django_extensions:
  95076. web_1 | - Nothing to migrate.
  95077. web_1 | - Loading initial data for django_extensions.
  95078. web_1 | Installed 0 object(s) from 0 fixture(s)
  95079. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95080. web_1 | [GCC 4.9.2] on linux2
  95081. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95082. web_1 | (InteractiveConsole)
  95083. web_1 |
  95084. web_1 | >>> >>> Starting the server
  95085. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95086. web_1 |
  95087. web_1 | Fatal error: Unable to find local grunt.
  95088. web_1 |
  95089. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95090. web_1 | your project. For more information about installing and configuring grunt,
  95091. web_1 | please see the Getting Started guide:
  95092. web_1 |
  95093. web_1 | http://gruntjs.com/getting-started
  95094. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95095. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95096. web_1 | Syncing...
  95097. web_1 | Creating tables ...
  95098. web_1 | Installing custom SQL ...
  95099. web_1 | Installing indexes ...
  95100. web_1 | Installed 0 object(s) from 0 fixture(s)
  95101. web_1 |
  95102. web_1 | Synced:
  95103. web_1 | > django.contrib.auth
  95104. web_1 | > django.contrib.contenttypes
  95105. web_1 | > django.contrib.sessions
  95106. web_1 | > django.contrib.sites
  95107. web_1 | > django.contrib.messages
  95108. web_1 | > django.contrib.staticfiles
  95109. web_1 | > django.contrib.admin
  95110. web_1 | > south
  95111. web_1 | > crispy_forms
  95112. web_1 | > avatar
  95113. web_1 | > bootstrap3
  95114. web_1 | > users
  95115. web_1 | > allauth
  95116. web_1 | > allauth.account
  95117. web_1 | > django.contrib.humanize
  95118. web_1 | > debug_toolbar
  95119. web_1 |
  95120. web_1 | Not synced (use migrations):
  95121. web_1 | - allauth.socialaccount
  95122. web_1 | - django_extensions
  95123. web_1 | (use ./manage.py migrate to migrate these)
  95124. web_1 | Running migrations for socialaccount:
  95125. web_1 | - Nothing to migrate.
  95126. web_1 | - Loading initial data for socialaccount.
  95127. web_1 | Installed 0 object(s) from 0 fixture(s)
  95128. web_1 | Running migrations for django_extensions:
  95129. web_1 | - Nothing to migrate.
  95130. web_1 | - Loading initial data for django_extensions.
  95131. web_1 | Installed 0 object(s) from 0 fixture(s)
  95132. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95133. web_1 | [GCC 4.9.2] on linux2
  95134. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95135. web_1 | (InteractiveConsole)
  95136. web_1 |
  95137. web_1 | >>> >>> Starting the server
  95138. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95139. web_1 |
  95140. web_1 | Fatal error: Unable to find local grunt.
  95141. web_1 |
  95142. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95143. web_1 | your project. For more information about installing and configuring grunt,
  95144. web_1 | please see the Getting Started guide:
  95145. web_1 |
  95146. web_1 | http://gruntjs.com/getting-started
  95147. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95148. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95149. web_1 | Syncing...
  95150. web_1 | Creating tables ...
  95151. web_1 | Installing custom SQL ...
  95152. web_1 | Installing indexes ...
  95153. web_1 | Installed 0 object(s) from 0 fixture(s)
  95154. web_1 |
  95155. web_1 | Synced:
  95156. web_1 | > django.contrib.auth
  95157. web_1 | > django.contrib.contenttypes
  95158. web_1 | > django.contrib.sessions
  95159. web_1 | > django.contrib.sites
  95160. web_1 | > django.contrib.messages
  95161. web_1 | > django.contrib.staticfiles
  95162. web_1 | > django.contrib.admin
  95163. web_1 | > south
  95164. web_1 | > crispy_forms
  95165. web_1 | > avatar
  95166. web_1 | > bootstrap3
  95167. web_1 | > users
  95168. web_1 | > allauth
  95169. web_1 | > allauth.account
  95170. web_1 | > django.contrib.humanize
  95171. web_1 | > debug_toolbar
  95172. web_1 |
  95173. web_1 | Not synced (use migrations):
  95174. web_1 | - allauth.socialaccount
  95175. web_1 | - django_extensions
  95176. web_1 | (use ./manage.py migrate to migrate these)
  95177. web_1 | Running migrations for socialaccount:
  95178. web_1 | - Nothing to migrate.
  95179. web_1 | - Loading initial data for socialaccount.
  95180. web_1 | Installed 0 object(s) from 0 fixture(s)
  95181. web_1 | Running migrations for django_extensions:
  95182. web_1 | - Nothing to migrate.
  95183. web_1 | - Loading initial data for django_extensions.
  95184. web_1 | Installed 0 object(s) from 0 fixture(s)
  95185. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95186. web_1 | [GCC 4.9.2] on linux2
  95187. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95188. web_1 | (InteractiveConsole)
  95189. web_1 |
  95190. web_1 | >>> >>> Starting the server
  95191. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95192. web_1 |
  95193. web_1 | Fatal error: Unable to find local grunt.
  95194. web_1 |
  95195. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95196. web_1 | your project. For more information about installing and configuring grunt,
  95197. web_1 | please see the Getting Started guide:
  95198. web_1 |
  95199. web_1 | http://gruntjs.com/getting-started
  95200. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95201. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95202. web_1 | Syncing...
  95203. web_1 | Creating tables ...
  95204. web_1 | Installing custom SQL ...
  95205. web_1 | Installing indexes ...
  95206. web_1 | Installed 0 object(s) from 0 fixture(s)
  95207. web_1 |
  95208. web_1 | Synced:
  95209. web_1 | > django.contrib.auth
  95210. web_1 | > django.contrib.contenttypes
  95211. web_1 | > django.contrib.sessions
  95212. web_1 | > django.contrib.sites
  95213. web_1 | > django.contrib.messages
  95214. web_1 | > django.contrib.staticfiles
  95215. web_1 | > django.contrib.admin
  95216. web_1 | > south
  95217. web_1 | > crispy_forms
  95218. web_1 | > avatar
  95219. web_1 | > bootstrap3
  95220. web_1 | > users
  95221. web_1 | > allauth
  95222. web_1 | > allauth.account
  95223. web_1 | > django.contrib.humanize
  95224. web_1 | > debug_toolbar
  95225. web_1 |
  95226. web_1 | Not synced (use migrations):
  95227. web_1 | - allauth.socialaccount
  95228. web_1 | - django_extensions
  95229. web_1 | (use ./manage.py migrate to migrate these)
  95230. web_1 | Running migrations for socialaccount:
  95231. web_1 | - Nothing to migrate.
  95232. web_1 | - Loading initial data for socialaccount.
  95233. web_1 | Installed 0 object(s) from 0 fixture(s)
  95234. web_1 | Running migrations for django_extensions:
  95235. web_1 | - Nothing to migrate.
  95236. web_1 | - Loading initial data for django_extensions.
  95237. web_1 | Installed 0 object(s) from 0 fixture(s)
  95238. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95239. web_1 | [GCC 4.9.2] on linux2
  95240. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95241. web_1 | (InteractiveConsole)
  95242. web_1 |
  95243. web_1 | >>> >>> Starting the server
  95244. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95245. web_1 |
  95246. web_1 | Fatal error: Unable to find local grunt.
  95247. web_1 |
  95248. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95249. web_1 | your project. For more information about installing and configuring grunt,
  95250. web_1 | please see the Getting Started guide:
  95251. web_1 |
  95252. web_1 | http://gruntjs.com/getting-started
  95253. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95254. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95255. web_1 | Syncing...
  95256. web_1 | Creating tables ...
  95257. web_1 | Installing custom SQL ...
  95258. web_1 | Installing indexes ...
  95259. web_1 | Installed 0 object(s) from 0 fixture(s)
  95260. web_1 |
  95261. web_1 | Synced:
  95262. web_1 | > django.contrib.auth
  95263. web_1 | > django.contrib.contenttypes
  95264. web_1 | > django.contrib.sessions
  95265. web_1 | > django.contrib.sites
  95266. web_1 | > django.contrib.messages
  95267. web_1 | > django.contrib.staticfiles
  95268. web_1 | > django.contrib.admin
  95269. web_1 | > south
  95270. web_1 | > crispy_forms
  95271. web_1 | > avatar
  95272. web_1 | > bootstrap3
  95273. web_1 | > users
  95274. web_1 | > allauth
  95275. web_1 | > allauth.account
  95276. web_1 | > django.contrib.humanize
  95277. web_1 | > debug_toolbar
  95278. web_1 |
  95279. web_1 | Not synced (use migrations):
  95280. web_1 | - allauth.socialaccount
  95281. web_1 | - django_extensions
  95282. web_1 | (use ./manage.py migrate to migrate these)
  95283. web_1 | Running migrations for socialaccount:
  95284. web_1 | - Nothing to migrate.
  95285. web_1 | - Loading initial data for socialaccount.
  95286. web_1 | Installed 0 object(s) from 0 fixture(s)
  95287. web_1 | Running migrations for django_extensions:
  95288. web_1 | - Nothing to migrate.
  95289. web_1 | - Loading initial data for django_extensions.
  95290. web_1 | Installed 0 object(s) from 0 fixture(s)
  95291. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95292. web_1 | [GCC 4.9.2] on linux2
  95293. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95294. web_1 | (InteractiveConsole)
  95295. web_1 |
  95296. web_1 | >>> >>> Starting the server
  95297. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95298. web_1 |
  95299. web_1 | Fatal error: Unable to find local grunt.
  95300. web_1 |
  95301. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95302. web_1 | your project. For more information about installing and configuring grunt,
  95303. web_1 | please see the Getting Started guide:
  95304. web_1 |
  95305. web_1 | http://gruntjs.com/getting-started
  95306. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95307. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95308. web_1 | Syncing...
  95309. web_1 | Creating tables ...
  95310. web_1 | Installing custom SQL ...
  95311. web_1 | Installing indexes ...
  95312. web_1 | Installed 0 object(s) from 0 fixture(s)
  95313. web_1 |
  95314. web_1 | Synced:
  95315. web_1 | > django.contrib.auth
  95316. web_1 | > django.contrib.contenttypes
  95317. web_1 | > django.contrib.sessions
  95318. web_1 | > django.contrib.sites
  95319. web_1 | > django.contrib.messages
  95320. web_1 | > django.contrib.staticfiles
  95321. web_1 | > django.contrib.admin
  95322. web_1 | > south
  95323. web_1 | > crispy_forms
  95324. web_1 | > avatar
  95325. web_1 | > bootstrap3
  95326. web_1 | > users
  95327. web_1 | > allauth
  95328. web_1 | > allauth.account
  95329. web_1 | > django.contrib.humanize
  95330. web_1 | > debug_toolbar
  95331. web_1 |
  95332. web_1 | Not synced (use migrations):
  95333. web_1 | - allauth.socialaccount
  95334. web_1 | - django_extensions
  95335. web_1 | (use ./manage.py migrate to migrate these)
  95336. web_1 | Running migrations for socialaccount:
  95337. web_1 | - Nothing to migrate.
  95338. web_1 | - Loading initial data for socialaccount.
  95339. web_1 | Installed 0 object(s) from 0 fixture(s)
  95340. web_1 | Running migrations for django_extensions:
  95341. web_1 | - Nothing to migrate.
  95342. web_1 | - Loading initial data for django_extensions.
  95343. web_1 | Installed 0 object(s) from 0 fixture(s)
  95344. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95345. web_1 | [GCC 4.9.2] on linux2
  95346. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95347. web_1 | (InteractiveConsole)
  95348. web_1 |
  95349. web_1 | >>> >>> Starting the server
  95350. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95351. web_1 |
  95352. web_1 | Fatal error: Unable to find local grunt.
  95353. web_1 |
  95354. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95355. web_1 | your project. For more information about installing and configuring grunt,
  95356. web_1 | please see the Getting Started guide:
  95357. web_1 |
  95358. web_1 | http://gruntjs.com/getting-started
  95359. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95360. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95361. web_1 | Syncing...
  95362. web_1 | Creating tables ...
  95363. web_1 | Installing custom SQL ...
  95364. web_1 | Installing indexes ...
  95365. web_1 | Installed 0 object(s) from 0 fixture(s)
  95366. web_1 |
  95367. web_1 | Synced:
  95368. web_1 | > django.contrib.auth
  95369. web_1 | > django.contrib.contenttypes
  95370. web_1 | > django.contrib.sessions
  95371. web_1 | > django.contrib.sites
  95372. web_1 | > django.contrib.messages
  95373. web_1 | > django.contrib.staticfiles
  95374. web_1 | > django.contrib.admin
  95375. web_1 | > south
  95376. web_1 | > crispy_forms
  95377. web_1 | > avatar
  95378. web_1 | > bootstrap3
  95379. web_1 | > users
  95380. web_1 | > allauth
  95381. web_1 | > allauth.account
  95382. web_1 | > django.contrib.humanize
  95383. web_1 | > debug_toolbar
  95384. web_1 |
  95385. web_1 | Not synced (use migrations):
  95386. web_1 | - allauth.socialaccount
  95387. web_1 | - django_extensions
  95388. web_1 | (use ./manage.py migrate to migrate these)
  95389. web_1 | Running migrations for socialaccount:
  95390. web_1 | - Nothing to migrate.
  95391. web_1 | - Loading initial data for socialaccount.
  95392. web_1 | Installed 0 object(s) from 0 fixture(s)
  95393. web_1 | Running migrations for django_extensions:
  95394. web_1 | - Nothing to migrate.
  95395. web_1 | - Loading initial data for django_extensions.
  95396. web_1 | Installed 0 object(s) from 0 fixture(s)
  95397. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95398. web_1 | [GCC 4.9.2] on linux2
  95399. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95400. web_1 | (InteractiveConsole)
  95401. web_1 |
  95402. web_1 | >>> >>> Starting the server
  95403. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95404. web_1 |
  95405. web_1 | Fatal error: Unable to find local grunt.
  95406. web_1 |
  95407. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95408. web_1 | your project. For more information about installing and configuring grunt,
  95409. web_1 | please see the Getting Started guide:
  95410. web_1 |
  95411. web_1 | http://gruntjs.com/getting-started
  95412. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95413. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95414. web_1 | Syncing...
  95415. web_1 | Creating tables ...
  95416. web_1 | Installing custom SQL ...
  95417. web_1 | Installing indexes ...
  95418. web_1 | Installed 0 object(s) from 0 fixture(s)
  95419. web_1 |
  95420. web_1 | Synced:
  95421. web_1 | > django.contrib.auth
  95422. web_1 | > django.contrib.contenttypes
  95423. web_1 | > django.contrib.sessions
  95424. web_1 | > django.contrib.sites
  95425. web_1 | > django.contrib.messages
  95426. web_1 | > django.contrib.staticfiles
  95427. web_1 | > django.contrib.admin
  95428. web_1 | > south
  95429. web_1 | > crispy_forms
  95430. web_1 | > avatar
  95431. web_1 | > bootstrap3
  95432. web_1 | > users
  95433. web_1 | > allauth
  95434. web_1 | > allauth.account
  95435. web_1 | > django.contrib.humanize
  95436. web_1 | > debug_toolbar
  95437. web_1 |
  95438. web_1 | Not synced (use migrations):
  95439. web_1 | - allauth.socialaccount
  95440. web_1 | - django_extensions
  95441. web_1 | (use ./manage.py migrate to migrate these)
  95442. web_1 | Running migrations for socialaccount:
  95443. web_1 | - Nothing to migrate.
  95444. web_1 | - Loading initial data for socialaccount.
  95445. web_1 | Installed 0 object(s) from 0 fixture(s)
  95446. web_1 | Running migrations for django_extensions:
  95447. web_1 | - Nothing to migrate.
  95448. web_1 | - Loading initial data for django_extensions.
  95449. web_1 | Installed 0 object(s) from 0 fixture(s)
  95450. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95451. web_1 | [GCC 4.9.2] on linux2
  95452. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95453. web_1 | (InteractiveConsole)
  95454. web_1 |
  95455. web_1 | >>> >>> Starting the server
  95456. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95457. web_1 |
  95458. web_1 | Fatal error: Unable to find local grunt.
  95459. web_1 |
  95460. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95461. web_1 | your project. For more information about installing and configuring grunt,
  95462. web_1 | please see the Getting Started guide:
  95463. web_1 |
  95464. web_1 | http://gruntjs.com/getting-started
  95465. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95466. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95467. web_1 | Syncing...
  95468. web_1 | Creating tables ...
  95469. web_1 | Installing custom SQL ...
  95470. web_1 | Installing indexes ...
  95471. web_1 | Installed 0 object(s) from 0 fixture(s)
  95472. web_1 |
  95473. web_1 | Synced:
  95474. web_1 | > django.contrib.auth
  95475. web_1 | > django.contrib.contenttypes
  95476. web_1 | > django.contrib.sessions
  95477. web_1 | > django.contrib.sites
  95478. web_1 | > django.contrib.messages
  95479. web_1 | > django.contrib.staticfiles
  95480. web_1 | > django.contrib.admin
  95481. web_1 | > south
  95482. web_1 | > crispy_forms
  95483. web_1 | > avatar
  95484. web_1 | > bootstrap3
  95485. web_1 | > users
  95486. web_1 | > allauth
  95487. web_1 | > allauth.account
  95488. web_1 | > django.contrib.humanize
  95489. web_1 | > debug_toolbar
  95490. web_1 |
  95491. web_1 | Not synced (use migrations):
  95492. web_1 | - allauth.socialaccount
  95493. web_1 | - django_extensions
  95494. web_1 | (use ./manage.py migrate to migrate these)
  95495. web_1 | Running migrations for socialaccount:
  95496. web_1 | - Nothing to migrate.
  95497. web_1 | - Loading initial data for socialaccount.
  95498. web_1 | Installed 0 object(s) from 0 fixture(s)
  95499. web_1 | Running migrations for django_extensions:
  95500. web_1 | - Nothing to migrate.
  95501. web_1 | - Loading initial data for django_extensions.
  95502. web_1 | Installed 0 object(s) from 0 fixture(s)
  95503. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95504. web_1 | [GCC 4.9.2] on linux2
  95505. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95506. web_1 | (InteractiveConsole)
  95507. web_1 |
  95508. web_1 | >>> >>> Starting the server
  95509. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95510. web_1 |
  95511. web_1 | Fatal error: Unable to find local grunt.
  95512. web_1 |
  95513. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95514. web_1 | your project. For more information about installing and configuring grunt,
  95515. web_1 | please see the Getting Started guide:
  95516. web_1 |
  95517. web_1 | http://gruntjs.com/getting-started
  95518. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95519. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95520. web_1 | Syncing...
  95521. web_1 | Creating tables ...
  95522. web_1 | Installing custom SQL ...
  95523. web_1 | Installing indexes ...
  95524. web_1 | Installed 0 object(s) from 0 fixture(s)
  95525. web_1 |
  95526. web_1 | Synced:
  95527. web_1 | > django.contrib.auth
  95528. web_1 | > django.contrib.contenttypes
  95529. web_1 | > django.contrib.sessions
  95530. web_1 | > django.contrib.sites
  95531. web_1 | > django.contrib.messages
  95532. web_1 | > django.contrib.staticfiles
  95533. web_1 | > django.contrib.admin
  95534. web_1 | > south
  95535. web_1 | > crispy_forms
  95536. web_1 | > avatar
  95537. web_1 | > bootstrap3
  95538. web_1 | > users
  95539. web_1 | > allauth
  95540. web_1 | > allauth.account
  95541. web_1 | > django.contrib.humanize
  95542. web_1 | > debug_toolbar
  95543. web_1 |
  95544. web_1 | Not synced (use migrations):
  95545. web_1 | - allauth.socialaccount
  95546. web_1 | - django_extensions
  95547. web_1 | (use ./manage.py migrate to migrate these)
  95548. web_1 | Running migrations for socialaccount:
  95549. web_1 | - Nothing to migrate.
  95550. web_1 | - Loading initial data for socialaccount.
  95551. web_1 | Installed 0 object(s) from 0 fixture(s)
  95552. web_1 | Running migrations for django_extensions:
  95553. web_1 | - Nothing to migrate.
  95554. web_1 | - Loading initial data for django_extensions.
  95555. web_1 | Installed 0 object(s) from 0 fixture(s)
  95556. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95557. web_1 | [GCC 4.9.2] on linux2
  95558. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95559. web_1 | (InteractiveConsole)
  95560. web_1 |
  95561. web_1 | >>> >>> Starting the server
  95562. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95563. web_1 |
  95564. web_1 | Fatal error: Unable to find local grunt.
  95565. web_1 |
  95566. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95567. web_1 | your project. For more information about installing and configuring grunt,
  95568. web_1 | please see the Getting Started guide:
  95569. web_1 |
  95570. web_1 | http://gruntjs.com/getting-started
  95571. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95572. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95573. web_1 | Syncing...
  95574. web_1 | Creating tables ...
  95575. web_1 | Installing custom SQL ...
  95576. web_1 | Installing indexes ...
  95577. web_1 | Installed 0 object(s) from 0 fixture(s)
  95578. web_1 |
  95579. web_1 | Synced:
  95580. web_1 | > django.contrib.auth
  95581. web_1 | > django.contrib.contenttypes
  95582. web_1 | > django.contrib.sessions
  95583. web_1 | > django.contrib.sites
  95584. web_1 | > django.contrib.messages
  95585. web_1 | > django.contrib.staticfiles
  95586. web_1 | > django.contrib.admin
  95587. web_1 | > south
  95588. web_1 | > crispy_forms
  95589. web_1 | > avatar
  95590. web_1 | > bootstrap3
  95591. web_1 | > users
  95592. web_1 | > allauth
  95593. web_1 | > allauth.account
  95594. web_1 | > django.contrib.humanize
  95595. web_1 | > debug_toolbar
  95596. web_1 |
  95597. web_1 | Not synced (use migrations):
  95598. web_1 | - allauth.socialaccount
  95599. web_1 | - django_extensions
  95600. web_1 | (use ./manage.py migrate to migrate these)
  95601. web_1 | Running migrations for socialaccount:
  95602. web_1 | - Nothing to migrate.
  95603. web_1 | - Loading initial data for socialaccount.
  95604. web_1 | Installed 0 object(s) from 0 fixture(s)
  95605. web_1 | Running migrations for django_extensions:
  95606. web_1 | - Nothing to migrate.
  95607. web_1 | - Loading initial data for django_extensions.
  95608. web_1 | Installed 0 object(s) from 0 fixture(s)
  95609. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95610. web_1 | [GCC 4.9.2] on linux2
  95611. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95612. web_1 | (InteractiveConsole)
  95613. web_1 |
  95614. web_1 | >>> >>> Starting the server
  95615. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95616. web_1 |
  95617. web_1 | Fatal error: Unable to find local grunt.
  95618. web_1 |
  95619. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95620. web_1 | your project. For more information about installing and configuring grunt,
  95621. web_1 | please see the Getting Started guide:
  95622. web_1 |
  95623. web_1 | http://gruntjs.com/getting-started
  95624. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95625. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95626. web_1 | Syncing...
  95627. web_1 | Creating tables ...
  95628. web_1 | Installing custom SQL ...
  95629. web_1 | Installing indexes ...
  95630. web_1 | Installed 0 object(s) from 0 fixture(s)
  95631. web_1 |
  95632. web_1 | Synced:
  95633. web_1 | > django.contrib.auth
  95634. web_1 | > django.contrib.contenttypes
  95635. web_1 | > django.contrib.sessions
  95636. web_1 | > django.contrib.sites
  95637. web_1 | > django.contrib.messages
  95638. web_1 | > django.contrib.staticfiles
  95639. web_1 | > django.contrib.admin
  95640. web_1 | > south
  95641. web_1 | > crispy_forms
  95642. web_1 | > avatar
  95643. web_1 | > bootstrap3
  95644. web_1 | > users
  95645. web_1 | > allauth
  95646. web_1 | > allauth.account
  95647. web_1 | > django.contrib.humanize
  95648. web_1 | > debug_toolbar
  95649. web_1 |
  95650. web_1 | Not synced (use migrations):
  95651. web_1 | - allauth.socialaccount
  95652. web_1 | - django_extensions
  95653. web_1 | (use ./manage.py migrate to migrate these)
  95654. web_1 | Running migrations for socialaccount:
  95655. web_1 | - Nothing to migrate.
  95656. web_1 | - Loading initial data for socialaccount.
  95657. web_1 | Installed 0 object(s) from 0 fixture(s)
  95658. web_1 | Running migrations for django_extensions:
  95659. web_1 | - Nothing to migrate.
  95660. web_1 | - Loading initial data for django_extensions.
  95661. web_1 | Installed 0 object(s) from 0 fixture(s)
  95662. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95663. web_1 | [GCC 4.9.2] on linux2
  95664. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95665. web_1 | (InteractiveConsole)
  95666. web_1 |
  95667. web_1 | >>> >>> Starting the server
  95668. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95669. web_1 |
  95670. web_1 | Fatal error: Unable to find local grunt.
  95671. web_1 |
  95672. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95673. web_1 | your project. For more information about installing and configuring grunt,
  95674. web_1 | please see the Getting Started guide:
  95675. web_1 |
  95676. web_1 | http://gruntjs.com/getting-started
  95677. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95678. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95679. web_1 | Syncing...
  95680. web_1 | Creating tables ...
  95681. web_1 | Installing custom SQL ...
  95682. web_1 | Installing indexes ...
  95683. web_1 | Installed 0 object(s) from 0 fixture(s)
  95684. web_1 |
  95685. web_1 | Synced:
  95686. web_1 | > django.contrib.auth
  95687. web_1 | > django.contrib.contenttypes
  95688. web_1 | > django.contrib.sessions
  95689. web_1 | > django.contrib.sites
  95690. web_1 | > django.contrib.messages
  95691. web_1 | > django.contrib.staticfiles
  95692. web_1 | > django.contrib.admin
  95693. web_1 | > south
  95694. web_1 | > crispy_forms
  95695. web_1 | > avatar
  95696. web_1 | > bootstrap3
  95697. web_1 | > users
  95698. web_1 | > allauth
  95699. web_1 | > allauth.account
  95700. web_1 | > django.contrib.humanize
  95701. web_1 | > debug_toolbar
  95702. web_1 |
  95703. web_1 | Not synced (use migrations):
  95704. web_1 | - allauth.socialaccount
  95705. web_1 | - django_extensions
  95706. web_1 | (use ./manage.py migrate to migrate these)
  95707. web_1 | Running migrations for socialaccount:
  95708. web_1 | - Nothing to migrate.
  95709. web_1 | - Loading initial data for socialaccount.
  95710. web_1 | Installed 0 object(s) from 0 fixture(s)
  95711. web_1 | Running migrations for django_extensions:
  95712. web_1 | - Nothing to migrate.
  95713. web_1 | - Loading initial data for django_extensions.
  95714. web_1 | Installed 0 object(s) from 0 fixture(s)
  95715. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95716. web_1 | [GCC 4.9.2] on linux2
  95717. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95718. web_1 | (InteractiveConsole)
  95719. web_1 |
  95720. web_1 | >>> >>> Starting the server
  95721. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95722. web_1 |
  95723. web_1 | Fatal error: Unable to find local grunt.
  95724. web_1 |
  95725. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95726. web_1 | your project. For more information about installing and configuring grunt,
  95727. web_1 | please see the Getting Started guide:
  95728. web_1 |
  95729. web_1 | http://gruntjs.com/getting-started
  95730. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95731. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95732. web_1 | Syncing...
  95733. web_1 | Creating tables ...
  95734. web_1 | Installing custom SQL ...
  95735. web_1 | Installing indexes ...
  95736. web_1 | Installed 0 object(s) from 0 fixture(s)
  95737. web_1 |
  95738. web_1 | Synced:
  95739. web_1 | > django.contrib.auth
  95740. web_1 | > django.contrib.contenttypes
  95741. web_1 | > django.contrib.sessions
  95742. web_1 | > django.contrib.sites
  95743. web_1 | > django.contrib.messages
  95744. web_1 | > django.contrib.staticfiles
  95745. web_1 | > django.contrib.admin
  95746. web_1 | > south
  95747. web_1 | > crispy_forms
  95748. web_1 | > avatar
  95749. web_1 | > bootstrap3
  95750. web_1 | > users
  95751. web_1 | > allauth
  95752. web_1 | > allauth.account
  95753. web_1 | > django.contrib.humanize
  95754. web_1 | > debug_toolbar
  95755. web_1 |
  95756. web_1 | Not synced (use migrations):
  95757. web_1 | - allauth.socialaccount
  95758. web_1 | - django_extensions
  95759. web_1 | (use ./manage.py migrate to migrate these)
  95760. web_1 | Running migrations for socialaccount:
  95761. web_1 | - Nothing to migrate.
  95762. web_1 | - Loading initial data for socialaccount.
  95763. web_1 | Installed 0 object(s) from 0 fixture(s)
  95764. web_1 | Running migrations for django_extensions:
  95765. web_1 | - Nothing to migrate.
  95766. web_1 | - Loading initial data for django_extensions.
  95767. web_1 | Installed 0 object(s) from 0 fixture(s)
  95768. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95769. web_1 | [GCC 4.9.2] on linux2
  95770. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95771. web_1 | (InteractiveConsole)
  95772. web_1 |
  95773. web_1 | >>> >>> Starting the server
  95774. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95775. web_1 |
  95776. web_1 | Fatal error: Unable to find local grunt.
  95777. web_1 |
  95778. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95779. web_1 | your project. For more information about installing and configuring grunt,
  95780. web_1 | please see the Getting Started guide:
  95781. web_1 |
  95782. web_1 | http://gruntjs.com/getting-started
  95783. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95784. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95785. web_1 | Syncing...
  95786. web_1 | Creating tables ...
  95787. web_1 | Installing custom SQL ...
  95788. web_1 | Installing indexes ...
  95789. web_1 | Installed 0 object(s) from 0 fixture(s)
  95790. web_1 |
  95791. web_1 | Synced:
  95792. web_1 | > django.contrib.auth
  95793. web_1 | > django.contrib.contenttypes
  95794. web_1 | > django.contrib.sessions
  95795. web_1 | > django.contrib.sites
  95796. web_1 | > django.contrib.messages
  95797. web_1 | > django.contrib.staticfiles
  95798. web_1 | > django.contrib.admin
  95799. web_1 | > south
  95800. web_1 | > crispy_forms
  95801. web_1 | > avatar
  95802. web_1 | > bootstrap3
  95803. web_1 | > users
  95804. web_1 | > allauth
  95805. web_1 | > allauth.account
  95806. web_1 | > django.contrib.humanize
  95807. web_1 | > debug_toolbar
  95808. web_1 |
  95809. web_1 | Not synced (use migrations):
  95810. web_1 | - allauth.socialaccount
  95811. web_1 | - django_extensions
  95812. web_1 | (use ./manage.py migrate to migrate these)
  95813. web_1 | Running migrations for socialaccount:
  95814. web_1 | - Nothing to migrate.
  95815. web_1 | - Loading initial data for socialaccount.
  95816. web_1 | Installed 0 object(s) from 0 fixture(s)
  95817. web_1 | Running migrations for django_extensions:
  95818. web_1 | - Nothing to migrate.
  95819. web_1 | - Loading initial data for django_extensions.
  95820. web_1 | Installed 0 object(s) from 0 fixture(s)
  95821. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95822. web_1 | [GCC 4.9.2] on linux2
  95823. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95824. web_1 | (InteractiveConsole)
  95825. web_1 |
  95826. web_1 | >>> >>> Starting the server
  95827. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95828. web_1 |
  95829. web_1 | Fatal error: Unable to find local grunt.
  95830. web_1 |
  95831. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95832. web_1 | your project. For more information about installing and configuring grunt,
  95833. web_1 | please see the Getting Started guide:
  95834. web_1 |
  95835. web_1 | http://gruntjs.com/getting-started
  95836. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95837. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95838. web_1 | Syncing...
  95839. web_1 | Creating tables ...
  95840. web_1 | Installing custom SQL ...
  95841. web_1 | Installing indexes ...
  95842. web_1 | Installed 0 object(s) from 0 fixture(s)
  95843. web_1 |
  95844. web_1 | Synced:
  95845. web_1 | > django.contrib.auth
  95846. web_1 | > django.contrib.contenttypes
  95847. web_1 | > django.contrib.sessions
  95848. web_1 | > django.contrib.sites
  95849. web_1 | > django.contrib.messages
  95850. web_1 | > django.contrib.staticfiles
  95851. web_1 | > django.contrib.admin
  95852. web_1 | > south
  95853. web_1 | > crispy_forms
  95854. web_1 | > avatar
  95855. web_1 | > bootstrap3
  95856. web_1 | > users
  95857. web_1 | > allauth
  95858. web_1 | > allauth.account
  95859. web_1 | > django.contrib.humanize
  95860. web_1 | > debug_toolbar
  95861. web_1 |
  95862. web_1 | Not synced (use migrations):
  95863. web_1 | - allauth.socialaccount
  95864. web_1 | - django_extensions
  95865. web_1 | (use ./manage.py migrate to migrate these)
  95866. web_1 | Running migrations for socialaccount:
  95867. web_1 | - Nothing to migrate.
  95868. web_1 | - Loading initial data for socialaccount.
  95869. web_1 | Installed 0 object(s) from 0 fixture(s)
  95870. web_1 | Running migrations for django_extensions:
  95871. web_1 | - Nothing to migrate.
  95872. web_1 | - Loading initial data for django_extensions.
  95873. web_1 | Installed 0 object(s) from 0 fixture(s)
  95874. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95875. web_1 | [GCC 4.9.2] on linux2
  95876. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95877. web_1 | (InteractiveConsole)
  95878. web_1 |
  95879. web_1 | >>> >>> Starting the server
  95880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95881. web_1 |
  95882. web_1 | Fatal error: Unable to find local grunt.
  95883. web_1 |
  95884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95885. web_1 | your project. For more information about installing and configuring grunt,
  95886. web_1 | please see the Getting Started guide:
  95887. web_1 |
  95888. web_1 | http://gruntjs.com/getting-started
  95889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95890. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95891. web_1 | Syncing...
  95892. web_1 | Creating tables ...
  95893. web_1 | Installing custom SQL ...
  95894. web_1 | Installing indexes ...
  95895. web_1 | Installed 0 object(s) from 0 fixture(s)
  95896. web_1 |
  95897. web_1 | Synced:
  95898. web_1 | > django.contrib.auth
  95899. web_1 | > django.contrib.contenttypes
  95900. web_1 | > django.contrib.sessions
  95901. web_1 | > django.contrib.sites
  95902. web_1 | > django.contrib.messages
  95903. web_1 | > django.contrib.staticfiles
  95904. web_1 | > django.contrib.admin
  95905. web_1 | > south
  95906. web_1 | > crispy_forms
  95907. web_1 | > avatar
  95908. web_1 | > bootstrap3
  95909. web_1 | > users
  95910. web_1 | > allauth
  95911. web_1 | > allauth.account
  95912. web_1 | > django.contrib.humanize
  95913. web_1 | > debug_toolbar
  95914. web_1 |
  95915. web_1 | Not synced (use migrations):
  95916. web_1 | - allauth.socialaccount
  95917. web_1 | - django_extensions
  95918. web_1 | (use ./manage.py migrate to migrate these)
  95919. web_1 | Running migrations for socialaccount:
  95920. web_1 | - Nothing to migrate.
  95921. web_1 | - Loading initial data for socialaccount.
  95922. web_1 | Installed 0 object(s) from 0 fixture(s)
  95923. web_1 | Running migrations for django_extensions:
  95924. web_1 | - Nothing to migrate.
  95925. web_1 | - Loading initial data for django_extensions.
  95926. web_1 | Installed 0 object(s) from 0 fixture(s)
  95927. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95928. web_1 | [GCC 4.9.2] on linux2
  95929. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95930. web_1 | (InteractiveConsole)
  95931. web_1 |
  95932. web_1 | >>> >>> Starting the server
  95933. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95934. web_1 |
  95935. web_1 | Fatal error: Unable to find local grunt.
  95936. web_1 |
  95937. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95938. web_1 | your project. For more information about installing and configuring grunt,
  95939. web_1 | please see the Getting Started guide:
  95940. web_1 |
  95941. web_1 | http://gruntjs.com/getting-started
  95942. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95943. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95944. web_1 | Syncing...
  95945. web_1 | Creating tables ...
  95946. web_1 | Installing custom SQL ...
  95947. web_1 | Installing indexes ...
  95948. web_1 | Installed 0 object(s) from 0 fixture(s)
  95949. web_1 |
  95950. web_1 | Synced:
  95951. web_1 | > django.contrib.auth
  95952. web_1 | > django.contrib.contenttypes
  95953. web_1 | > django.contrib.sessions
  95954. web_1 | > django.contrib.sites
  95955. web_1 | > django.contrib.messages
  95956. web_1 | > django.contrib.staticfiles
  95957. web_1 | > django.contrib.admin
  95958. web_1 | > south
  95959. web_1 | > crispy_forms
  95960. web_1 | > avatar
  95961. web_1 | > bootstrap3
  95962. web_1 | > users
  95963. web_1 | > allauth
  95964. web_1 | > allauth.account
  95965. web_1 | > django.contrib.humanize
  95966. web_1 | > debug_toolbar
  95967. web_1 |
  95968. web_1 | Not synced (use migrations):
  95969. web_1 | - allauth.socialaccount
  95970. web_1 | - django_extensions
  95971. web_1 | (use ./manage.py migrate to migrate these)
  95972. web_1 | Running migrations for socialaccount:
  95973. web_1 | - Nothing to migrate.
  95974. web_1 | - Loading initial data for socialaccount.
  95975. web_1 | Installed 0 object(s) from 0 fixture(s)
  95976. web_1 | Running migrations for django_extensions:
  95977. web_1 | - Nothing to migrate.
  95978. web_1 | - Loading initial data for django_extensions.
  95979. web_1 | Installed 0 object(s) from 0 fixture(s)
  95980. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  95981. web_1 | [GCC 4.9.2] on linux2
  95982. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  95983. web_1 | (InteractiveConsole)
  95984. web_1 |
  95985. web_1 | >>> >>> Starting the server
  95986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  95987. web_1 |
  95988. web_1 | Fatal error: Unable to find local grunt.
  95989. web_1 |
  95990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  95991. web_1 | your project. For more information about installing and configuring grunt,
  95992. web_1 | please see the Getting Started guide:
  95993. web_1 |
  95994. web_1 | http://gruntjs.com/getting-started
  95995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  95996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  95997. web_1 | Syncing...
  95998. web_1 | Creating tables ...
  95999. web_1 | Installing custom SQL ...
  96000. web_1 | Installing indexes ...
  96001. web_1 | Installed 0 object(s) from 0 fixture(s)
  96002. web_1 |
  96003. web_1 | Synced:
  96004. web_1 | > django.contrib.auth
  96005. web_1 | > django.contrib.contenttypes
  96006. web_1 | > django.contrib.sessions
  96007. web_1 | > django.contrib.sites
  96008. web_1 | > django.contrib.messages
  96009. web_1 | > django.contrib.staticfiles
  96010. web_1 | > django.contrib.admin
  96011. web_1 | > south
  96012. web_1 | > crispy_forms
  96013. web_1 | > avatar
  96014. web_1 | > bootstrap3
  96015. web_1 | > users
  96016. web_1 | > allauth
  96017. web_1 | > allauth.account
  96018. web_1 | > django.contrib.humanize
  96019. web_1 | > debug_toolbar
  96020. web_1 |
  96021. web_1 | Not synced (use migrations):
  96022. web_1 | - allauth.socialaccount
  96023. web_1 | - django_extensions
  96024. web_1 | (use ./manage.py migrate to migrate these)
  96025. web_1 | Running migrations for socialaccount:
  96026. web_1 | - Nothing to migrate.
  96027. web_1 | - Loading initial data for socialaccount.
  96028. web_1 | Installed 0 object(s) from 0 fixture(s)
  96029. web_1 | Running migrations for django_extensions:
  96030. web_1 | - Nothing to migrate.
  96031. web_1 | - Loading initial data for django_extensions.
  96032. web_1 | Installed 0 object(s) from 0 fixture(s)
  96033. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96034. web_1 | [GCC 4.9.2] on linux2
  96035. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96036. web_1 | (InteractiveConsole)
  96037. web_1 |
  96038. web_1 | >>> >>> Starting the server
  96039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96040. web_1 |
  96041. web_1 | Fatal error: Unable to find local grunt.
  96042. web_1 |
  96043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96044. web_1 | your project. For more information about installing and configuring grunt,
  96045. web_1 | please see the Getting Started guide:
  96046. web_1 |
  96047. web_1 | http://gruntjs.com/getting-started
  96048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96049. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96050. web_1 | Syncing...
  96051. web_1 | Creating tables ...
  96052. web_1 | Installing custom SQL ...
  96053. web_1 | Installing indexes ...
  96054. web_1 | Installed 0 object(s) from 0 fixture(s)
  96055. web_1 |
  96056. web_1 | Synced:
  96057. web_1 | > django.contrib.auth
  96058. web_1 | > django.contrib.contenttypes
  96059. web_1 | > django.contrib.sessions
  96060. web_1 | > django.contrib.sites
  96061. web_1 | > django.contrib.messages
  96062. web_1 | > django.contrib.staticfiles
  96063. web_1 | > django.contrib.admin
  96064. web_1 | > south
  96065. web_1 | > crispy_forms
  96066. web_1 | > avatar
  96067. web_1 | > bootstrap3
  96068. web_1 | > users
  96069. web_1 | > allauth
  96070. web_1 | > allauth.account
  96071. web_1 | > django.contrib.humanize
  96072. web_1 | > debug_toolbar
  96073. web_1 |
  96074. web_1 | Not synced (use migrations):
  96075. web_1 | - allauth.socialaccount
  96076. web_1 | - django_extensions
  96077. web_1 | (use ./manage.py migrate to migrate these)
  96078. web_1 | Running migrations for socialaccount:
  96079. web_1 | - Nothing to migrate.
  96080. web_1 | - Loading initial data for socialaccount.
  96081. web_1 | Installed 0 object(s) from 0 fixture(s)
  96082. web_1 | Running migrations for django_extensions:
  96083. web_1 | - Nothing to migrate.
  96084. web_1 | - Loading initial data for django_extensions.
  96085. web_1 | Installed 0 object(s) from 0 fixture(s)
  96086. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96087. web_1 | [GCC 4.9.2] on linux2
  96088. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96089. web_1 | (InteractiveConsole)
  96090. web_1 |
  96091. web_1 | >>> >>> Starting the server
  96092. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96093. web_1 |
  96094. web_1 | Fatal error: Unable to find local grunt.
  96095. web_1 |
  96096. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96097. web_1 | your project. For more information about installing and configuring grunt,
  96098. web_1 | please see the Getting Started guide:
  96099. web_1 |
  96100. web_1 | http://gruntjs.com/getting-started
  96101. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96102. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96103. web_1 | Syncing...
  96104. web_1 | Creating tables ...
  96105. web_1 | Installing custom SQL ...
  96106. web_1 | Installing indexes ...
  96107. web_1 | Installed 0 object(s) from 0 fixture(s)
  96108. web_1 |
  96109. web_1 | Synced:
  96110. web_1 | > django.contrib.auth
  96111. web_1 | > django.contrib.contenttypes
  96112. web_1 | > django.contrib.sessions
  96113. web_1 | > django.contrib.sites
  96114. web_1 | > django.contrib.messages
  96115. web_1 | > django.contrib.staticfiles
  96116. web_1 | > django.contrib.admin
  96117. web_1 | > south
  96118. web_1 | > crispy_forms
  96119. web_1 | > avatar
  96120. web_1 | > bootstrap3
  96121. web_1 | > users
  96122. web_1 | > allauth
  96123. web_1 | > allauth.account
  96124. web_1 | > django.contrib.humanize
  96125. web_1 | > debug_toolbar
  96126. web_1 |
  96127. web_1 | Not synced (use migrations):
  96128. web_1 | - allauth.socialaccount
  96129. web_1 | - django_extensions
  96130. web_1 | (use ./manage.py migrate to migrate these)
  96131. web_1 | Running migrations for socialaccount:
  96132. web_1 | - Nothing to migrate.
  96133. web_1 | - Loading initial data for socialaccount.
  96134. web_1 | Installed 0 object(s) from 0 fixture(s)
  96135. web_1 | Running migrations for django_extensions:
  96136. web_1 | - Nothing to migrate.
  96137. web_1 | - Loading initial data for django_extensions.
  96138. web_1 | Installed 0 object(s) from 0 fixture(s)
  96139. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96140. web_1 | [GCC 4.9.2] on linux2
  96141. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96142. web_1 | (InteractiveConsole)
  96143. web_1 |
  96144. web_1 | >>> >>> Starting the server
  96145. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96146. web_1 |
  96147. web_1 | Fatal error: Unable to find local grunt.
  96148. web_1 |
  96149. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96150. web_1 | your project. For more information about installing and configuring grunt,
  96151. web_1 | please see the Getting Started guide:
  96152. web_1 |
  96153. web_1 | http://gruntjs.com/getting-started
  96154. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96155. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96156. web_1 | Syncing...
  96157. web_1 | Creating tables ...
  96158. web_1 | Installing custom SQL ...
  96159. web_1 | Installing indexes ...
  96160. web_1 | Installed 0 object(s) from 0 fixture(s)
  96161. web_1 |
  96162. web_1 | Synced:
  96163. web_1 | > django.contrib.auth
  96164. web_1 | > django.contrib.contenttypes
  96165. web_1 | > django.contrib.sessions
  96166. web_1 | > django.contrib.sites
  96167. web_1 | > django.contrib.messages
  96168. web_1 | > django.contrib.staticfiles
  96169. web_1 | > django.contrib.admin
  96170. web_1 | > south
  96171. web_1 | > crispy_forms
  96172. web_1 | > avatar
  96173. web_1 | > bootstrap3
  96174. web_1 | > users
  96175. web_1 | > allauth
  96176. web_1 | > allauth.account
  96177. web_1 | > django.contrib.humanize
  96178. web_1 | > debug_toolbar
  96179. web_1 |
  96180. web_1 | Not synced (use migrations):
  96181. web_1 | - allauth.socialaccount
  96182. web_1 | - django_extensions
  96183. web_1 | (use ./manage.py migrate to migrate these)
  96184. web_1 | Running migrations for socialaccount:
  96185. web_1 | - Nothing to migrate.
  96186. web_1 | - Loading initial data for socialaccount.
  96187. web_1 | Installed 0 object(s) from 0 fixture(s)
  96188. web_1 | Running migrations for django_extensions:
  96189. web_1 | - Nothing to migrate.
  96190. web_1 | - Loading initial data for django_extensions.
  96191. web_1 | Installed 0 object(s) from 0 fixture(s)
  96192. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96193. web_1 | [GCC 4.9.2] on linux2
  96194. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96195. web_1 | (InteractiveConsole)
  96196. web_1 |
  96197. web_1 | >>> >>> Starting the server
  96198. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96199. web_1 |
  96200. web_1 | Fatal error: Unable to find local grunt.
  96201. web_1 |
  96202. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96203. web_1 | your project. For more information about installing and configuring grunt,
  96204. web_1 | please see the Getting Started guide:
  96205. web_1 |
  96206. web_1 | http://gruntjs.com/getting-started
  96207. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96208. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96209. web_1 | Syncing...
  96210. web_1 | Creating tables ...
  96211. web_1 | Installing custom SQL ...
  96212. web_1 | Installing indexes ...
  96213. web_1 | Installed 0 object(s) from 0 fixture(s)
  96214. web_1 |
  96215. web_1 | Synced:
  96216. web_1 | > django.contrib.auth
  96217. web_1 | > django.contrib.contenttypes
  96218. web_1 | > django.contrib.sessions
  96219. web_1 | > django.contrib.sites
  96220. web_1 | > django.contrib.messages
  96221. web_1 | > django.contrib.staticfiles
  96222. web_1 | > django.contrib.admin
  96223. web_1 | > south
  96224. web_1 | > crispy_forms
  96225. web_1 | > avatar
  96226. web_1 | > bootstrap3
  96227. web_1 | > users
  96228. web_1 | > allauth
  96229. web_1 | > allauth.account
  96230. web_1 | > django.contrib.humanize
  96231. web_1 | > debug_toolbar
  96232. web_1 |
  96233. web_1 | Not synced (use migrations):
  96234. web_1 | - allauth.socialaccount
  96235. web_1 | - django_extensions
  96236. web_1 | (use ./manage.py migrate to migrate these)
  96237. web_1 | Running migrations for socialaccount:
  96238. web_1 | - Nothing to migrate.
  96239. web_1 | - Loading initial data for socialaccount.
  96240. web_1 | Installed 0 object(s) from 0 fixture(s)
  96241. web_1 | Running migrations for django_extensions:
  96242. web_1 | - Nothing to migrate.
  96243. web_1 | - Loading initial data for django_extensions.
  96244. web_1 | Installed 0 object(s) from 0 fixture(s)
  96245. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96246. web_1 | [GCC 4.9.2] on linux2
  96247. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96248. web_1 | (InteractiveConsole)
  96249. web_1 |
  96250. web_1 | >>> >>> Starting the server
  96251. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96252. web_1 |
  96253. web_1 | Fatal error: Unable to find local grunt.
  96254. web_1 |
  96255. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96256. web_1 | your project. For more information about installing and configuring grunt,
  96257. web_1 | please see the Getting Started guide:
  96258. web_1 |
  96259. web_1 | http://gruntjs.com/getting-started
  96260. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96261. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96262. web_1 | Syncing...
  96263. web_1 | Creating tables ...
  96264. web_1 | Installing custom SQL ...
  96265. web_1 | Installing indexes ...
  96266. web_1 | Installed 0 object(s) from 0 fixture(s)
  96267. web_1 |
  96268. web_1 | Synced:
  96269. web_1 | > django.contrib.auth
  96270. web_1 | > django.contrib.contenttypes
  96271. web_1 | > django.contrib.sessions
  96272. web_1 | > django.contrib.sites
  96273. web_1 | > django.contrib.messages
  96274. web_1 | > django.contrib.staticfiles
  96275. web_1 | > django.contrib.admin
  96276. web_1 | > south
  96277. web_1 | > crispy_forms
  96278. web_1 | > avatar
  96279. web_1 | > bootstrap3
  96280. web_1 | > users
  96281. web_1 | > allauth
  96282. web_1 | > allauth.account
  96283. web_1 | > django.contrib.humanize
  96284. web_1 | > debug_toolbar
  96285. web_1 |
  96286. web_1 | Not synced (use migrations):
  96287. web_1 | - allauth.socialaccount
  96288. web_1 | - django_extensions
  96289. web_1 | (use ./manage.py migrate to migrate these)
  96290. web_1 | Running migrations for socialaccount:
  96291. web_1 | - Nothing to migrate.
  96292. web_1 | - Loading initial data for socialaccount.
  96293. web_1 | Installed 0 object(s) from 0 fixture(s)
  96294. web_1 | Running migrations for django_extensions:
  96295. web_1 | - Nothing to migrate.
  96296. web_1 | - Loading initial data for django_extensions.
  96297. web_1 | Installed 0 object(s) from 0 fixture(s)
  96298. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96299. web_1 | [GCC 4.9.2] on linux2
  96300. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96301. web_1 | (InteractiveConsole)
  96302. web_1 |
  96303. web_1 | >>> >>> Starting the server
  96304. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96305. web_1 |
  96306. web_1 | Fatal error: Unable to find local grunt.
  96307. web_1 |
  96308. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96309. web_1 | your project. For more information about installing and configuring grunt,
  96310. web_1 | please see the Getting Started guide:
  96311. web_1 |
  96312. web_1 | http://gruntjs.com/getting-started
  96313. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96314. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96315. web_1 | Syncing...
  96316. web_1 | Creating tables ...
  96317. web_1 | Installing custom SQL ...
  96318. web_1 | Installing indexes ...
  96319. web_1 | Installed 0 object(s) from 0 fixture(s)
  96320. web_1 |
  96321. web_1 | Synced:
  96322. web_1 | > django.contrib.auth
  96323. web_1 | > django.contrib.contenttypes
  96324. web_1 | > django.contrib.sessions
  96325. web_1 | > django.contrib.sites
  96326. web_1 | > django.contrib.messages
  96327. web_1 | > django.contrib.staticfiles
  96328. web_1 | > django.contrib.admin
  96329. web_1 | > south
  96330. web_1 | > crispy_forms
  96331. web_1 | > avatar
  96332. web_1 | > bootstrap3
  96333. web_1 | > users
  96334. web_1 | > allauth
  96335. web_1 | > allauth.account
  96336. web_1 | > django.contrib.humanize
  96337. web_1 | > debug_toolbar
  96338. web_1 |
  96339. web_1 | Not synced (use migrations):
  96340. web_1 | - allauth.socialaccount
  96341. web_1 | - django_extensions
  96342. web_1 | (use ./manage.py migrate to migrate these)
  96343. web_1 | Running migrations for socialaccount:
  96344. web_1 | - Nothing to migrate.
  96345. web_1 | - Loading initial data for socialaccount.
  96346. web_1 | Installed 0 object(s) from 0 fixture(s)
  96347. web_1 | Running migrations for django_extensions:
  96348. web_1 | - Nothing to migrate.
  96349. web_1 | - Loading initial data for django_extensions.
  96350. web_1 | Installed 0 object(s) from 0 fixture(s)
  96351. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96352. web_1 | [GCC 4.9.2] on linux2
  96353. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96354. web_1 | (InteractiveConsole)
  96355. web_1 |
  96356. web_1 | >>> >>> Starting the server
  96357. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96358. web_1 |
  96359. web_1 | Fatal error: Unable to find local grunt.
  96360. web_1 |
  96361. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96362. web_1 | your project. For more information about installing and configuring grunt,
  96363. web_1 | please see the Getting Started guide:
  96364. web_1 |
  96365. web_1 | http://gruntjs.com/getting-started
  96366. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96367. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96368. web_1 | Syncing...
  96369. web_1 | Creating tables ...
  96370. web_1 | Installing custom SQL ...
  96371. web_1 | Installing indexes ...
  96372. web_1 | Installed 0 object(s) from 0 fixture(s)
  96373. web_1 |
  96374. web_1 | Synced:
  96375. web_1 | > django.contrib.auth
  96376. web_1 | > django.contrib.contenttypes
  96377. web_1 | > django.contrib.sessions
  96378. web_1 | > django.contrib.sites
  96379. web_1 | > django.contrib.messages
  96380. web_1 | > django.contrib.staticfiles
  96381. web_1 | > django.contrib.admin
  96382. web_1 | > south
  96383. web_1 | > crispy_forms
  96384. web_1 | > avatar
  96385. web_1 | > bootstrap3
  96386. web_1 | > users
  96387. web_1 | > allauth
  96388. web_1 | > allauth.account
  96389. web_1 | > django.contrib.humanize
  96390. web_1 | > debug_toolbar
  96391. web_1 |
  96392. web_1 | Not synced (use migrations):
  96393. web_1 | - allauth.socialaccount
  96394. web_1 | - django_extensions
  96395. web_1 | (use ./manage.py migrate to migrate these)
  96396. web_1 | Running migrations for socialaccount:
  96397. web_1 | - Nothing to migrate.
  96398. web_1 | - Loading initial data for socialaccount.
  96399. web_1 | Installed 0 object(s) from 0 fixture(s)
  96400. web_1 | Running migrations for django_extensions:
  96401. web_1 | - Nothing to migrate.
  96402. web_1 | - Loading initial data for django_extensions.
  96403. web_1 | Installed 0 object(s) from 0 fixture(s)
  96404. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96405. web_1 | [GCC 4.9.2] on linux2
  96406. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96407. web_1 | (InteractiveConsole)
  96408. web_1 |
  96409. web_1 | >>> >>> Starting the server
  96410. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96411. web_1 |
  96412. web_1 | Fatal error: Unable to find local grunt.
  96413. web_1 |
  96414. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96415. web_1 | your project. For more information about installing and configuring grunt,
  96416. web_1 | please see the Getting Started guide:
  96417. web_1 |
  96418. web_1 | http://gruntjs.com/getting-started
  96419. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96420. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96421. web_1 | Syncing...
  96422. web_1 | Creating tables ...
  96423. web_1 | Installing custom SQL ...
  96424. web_1 | Installing indexes ...
  96425. web_1 | Installed 0 object(s) from 0 fixture(s)
  96426. web_1 |
  96427. web_1 | Synced:
  96428. web_1 | > django.contrib.auth
  96429. web_1 | > django.contrib.contenttypes
  96430. web_1 | > django.contrib.sessions
  96431. web_1 | > django.contrib.sites
  96432. web_1 | > django.contrib.messages
  96433. web_1 | > django.contrib.staticfiles
  96434. web_1 | > django.contrib.admin
  96435. web_1 | > south
  96436. web_1 | > crispy_forms
  96437. web_1 | > avatar
  96438. web_1 | > bootstrap3
  96439. web_1 | > users
  96440. web_1 | > allauth
  96441. web_1 | > allauth.account
  96442. web_1 | > django.contrib.humanize
  96443. web_1 | > debug_toolbar
  96444. web_1 |
  96445. web_1 | Not synced (use migrations):
  96446. web_1 | - allauth.socialaccount
  96447. web_1 | - django_extensions
  96448. web_1 | (use ./manage.py migrate to migrate these)
  96449. web_1 | Running migrations for socialaccount:
  96450. web_1 | - Nothing to migrate.
  96451. web_1 | - Loading initial data for socialaccount.
  96452. web_1 | Installed 0 object(s) from 0 fixture(s)
  96453. web_1 | Running migrations for django_extensions:
  96454. web_1 | - Nothing to migrate.
  96455. web_1 | - Loading initial data for django_extensions.
  96456. web_1 | Installed 0 object(s) from 0 fixture(s)
  96457. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96458. web_1 | [GCC 4.9.2] on linux2
  96459. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96460. web_1 | (InteractiveConsole)
  96461. web_1 |
  96462. web_1 | >>> >>> Starting the server
  96463. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96464. web_1 |
  96465. web_1 | Fatal error: Unable to find local grunt.
  96466. web_1 |
  96467. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96468. web_1 | your project. For more information about installing and configuring grunt,
  96469. web_1 | please see the Getting Started guide:
  96470. web_1 |
  96471. web_1 | http://gruntjs.com/getting-started
  96472. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96473. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96474. web_1 | Syncing...
  96475. web_1 | Creating tables ...
  96476. web_1 | Installing custom SQL ...
  96477. web_1 | Installing indexes ...
  96478. web_1 | Installed 0 object(s) from 0 fixture(s)
  96479. web_1 |
  96480. web_1 | Synced:
  96481. web_1 | > django.contrib.auth
  96482. web_1 | > django.contrib.contenttypes
  96483. web_1 | > django.contrib.sessions
  96484. web_1 | > django.contrib.sites
  96485. web_1 | > django.contrib.messages
  96486. web_1 | > django.contrib.staticfiles
  96487. web_1 | > django.contrib.admin
  96488. web_1 | > south
  96489. web_1 | > crispy_forms
  96490. web_1 | > avatar
  96491. web_1 | > bootstrap3
  96492. web_1 | > users
  96493. web_1 | > allauth
  96494. web_1 | > allauth.account
  96495. web_1 | > django.contrib.humanize
  96496. web_1 | > debug_toolbar
  96497. web_1 |
  96498. web_1 | Not synced (use migrations):
  96499. web_1 | - allauth.socialaccount
  96500. web_1 | - django_extensions
  96501. web_1 | (use ./manage.py migrate to migrate these)
  96502. web_1 | Running migrations for socialaccount:
  96503. web_1 | - Nothing to migrate.
  96504. web_1 | - Loading initial data for socialaccount.
  96505. web_1 | Installed 0 object(s) from 0 fixture(s)
  96506. web_1 | Running migrations for django_extensions:
  96507. web_1 | - Nothing to migrate.
  96508. web_1 | - Loading initial data for django_extensions.
  96509. web_1 | Installed 0 object(s) from 0 fixture(s)
  96510. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96511. web_1 | [GCC 4.9.2] on linux2
  96512. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96513. web_1 | (InteractiveConsole)
  96514. web_1 |
  96515. web_1 | >>> >>> Starting the server
  96516. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96517. web_1 |
  96518. web_1 | Fatal error: Unable to find local grunt.
  96519. web_1 |
  96520. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96521. web_1 | your project. For more information about installing and configuring grunt,
  96522. web_1 | please see the Getting Started guide:
  96523. web_1 |
  96524. web_1 | http://gruntjs.com/getting-started
  96525. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96526. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96527. web_1 | Syncing...
  96528. web_1 | Creating tables ...
  96529. web_1 | Installing custom SQL ...
  96530. web_1 | Installing indexes ...
  96531. web_1 | Installed 0 object(s) from 0 fixture(s)
  96532. web_1 |
  96533. web_1 | Synced:
  96534. web_1 | > django.contrib.auth
  96535. web_1 | > django.contrib.contenttypes
  96536. web_1 | > django.contrib.sessions
  96537. web_1 | > django.contrib.sites
  96538. web_1 | > django.contrib.messages
  96539. web_1 | > django.contrib.staticfiles
  96540. web_1 | > django.contrib.admin
  96541. web_1 | > south
  96542. web_1 | > crispy_forms
  96543. web_1 | > avatar
  96544. web_1 | > bootstrap3
  96545. web_1 | > users
  96546. web_1 | > allauth
  96547. web_1 | > allauth.account
  96548. web_1 | > django.contrib.humanize
  96549. web_1 | > debug_toolbar
  96550. web_1 |
  96551. web_1 | Not synced (use migrations):
  96552. web_1 | - allauth.socialaccount
  96553. web_1 | - django_extensions
  96554. web_1 | (use ./manage.py migrate to migrate these)
  96555. web_1 | Running migrations for socialaccount:
  96556. web_1 | - Nothing to migrate.
  96557. web_1 | - Loading initial data for socialaccount.
  96558. web_1 | Installed 0 object(s) from 0 fixture(s)
  96559. web_1 | Running migrations for django_extensions:
  96560. web_1 | - Nothing to migrate.
  96561. web_1 | - Loading initial data for django_extensions.
  96562. web_1 | Installed 0 object(s) from 0 fixture(s)
  96563. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96564. web_1 | [GCC 4.9.2] on linux2
  96565. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96566. web_1 | (InteractiveConsole)
  96567. web_1 |
  96568. web_1 | >>> >>> Starting the server
  96569. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96570. web_1 |
  96571. web_1 | Fatal error: Unable to find local grunt.
  96572. web_1 |
  96573. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96574. web_1 | your project. For more information about installing and configuring grunt,
  96575. web_1 | please see the Getting Started guide:
  96576. web_1 |
  96577. web_1 | http://gruntjs.com/getting-started
  96578. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96579. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96580. web_1 | Syncing...
  96581. web_1 | Creating tables ...
  96582. web_1 | Installing custom SQL ...
  96583. web_1 | Installing indexes ...
  96584. web_1 | Installed 0 object(s) from 0 fixture(s)
  96585. web_1 |
  96586. web_1 | Synced:
  96587. web_1 | > django.contrib.auth
  96588. web_1 | > django.contrib.contenttypes
  96589. web_1 | > django.contrib.sessions
  96590. web_1 | > django.contrib.sites
  96591. web_1 | > django.contrib.messages
  96592. web_1 | > django.contrib.staticfiles
  96593. web_1 | > django.contrib.admin
  96594. web_1 | > south
  96595. web_1 | > crispy_forms
  96596. web_1 | > avatar
  96597. web_1 | > bootstrap3
  96598. web_1 | > users
  96599. web_1 | > allauth
  96600. web_1 | > allauth.account
  96601. web_1 | > django.contrib.humanize
  96602. web_1 | > debug_toolbar
  96603. web_1 |
  96604. web_1 | Not synced (use migrations):
  96605. web_1 | - allauth.socialaccount
  96606. web_1 | - django_extensions
  96607. web_1 | (use ./manage.py migrate to migrate these)
  96608. web_1 | Running migrations for socialaccount:
  96609. web_1 | - Nothing to migrate.
  96610. web_1 | - Loading initial data for socialaccount.
  96611. web_1 | Installed 0 object(s) from 0 fixture(s)
  96612. web_1 | Running migrations for django_extensions:
  96613. web_1 | - Nothing to migrate.
  96614. web_1 | - Loading initial data for django_extensions.
  96615. web_1 | Installed 0 object(s) from 0 fixture(s)
  96616. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96617. web_1 | [GCC 4.9.2] on linux2
  96618. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96619. web_1 | (InteractiveConsole)
  96620. web_1 |
  96621. web_1 | >>> >>> Starting the server
  96622. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96623. web_1 |
  96624. web_1 | Fatal error: Unable to find local grunt.
  96625. web_1 |
  96626. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96627. web_1 | your project. For more information about installing and configuring grunt,
  96628. web_1 | please see the Getting Started guide:
  96629. web_1 |
  96630. web_1 | http://gruntjs.com/getting-started
  96631. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96632. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96633. web_1 | Syncing...
  96634. web_1 | Creating tables ...
  96635. web_1 | Installing custom SQL ...
  96636. web_1 | Installing indexes ...
  96637. web_1 | Installed 0 object(s) from 0 fixture(s)
  96638. web_1 |
  96639. web_1 | Synced:
  96640. web_1 | > django.contrib.auth
  96641. web_1 | > django.contrib.contenttypes
  96642. web_1 | > django.contrib.sessions
  96643. web_1 | > django.contrib.sites
  96644. web_1 | > django.contrib.messages
  96645. web_1 | > django.contrib.staticfiles
  96646. web_1 | > django.contrib.admin
  96647. web_1 | > south
  96648. web_1 | > crispy_forms
  96649. web_1 | > avatar
  96650. web_1 | > bootstrap3
  96651. web_1 | > users
  96652. web_1 | > allauth
  96653. web_1 | > allauth.account
  96654. web_1 | > django.contrib.humanize
  96655. web_1 | > debug_toolbar
  96656. web_1 |
  96657. web_1 | Not synced (use migrations):
  96658. web_1 | - allauth.socialaccount
  96659. web_1 | - django_extensions
  96660. web_1 | (use ./manage.py migrate to migrate these)
  96661. web_1 | Running migrations for socialaccount:
  96662. web_1 | - Nothing to migrate.
  96663. web_1 | - Loading initial data for socialaccount.
  96664. web_1 | Installed 0 object(s) from 0 fixture(s)
  96665. web_1 | Running migrations for django_extensions:
  96666. web_1 | - Nothing to migrate.
  96667. web_1 | - Loading initial data for django_extensions.
  96668. web_1 | Installed 0 object(s) from 0 fixture(s)
  96669. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96670. web_1 | [GCC 4.9.2] on linux2
  96671. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96672. web_1 | (InteractiveConsole)
  96673. web_1 |
  96674. web_1 | >>> >>> Starting the server
  96675. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96676. web_1 |
  96677. web_1 | Fatal error: Unable to find local grunt.
  96678. web_1 |
  96679. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96680. web_1 | your project. For more information about installing and configuring grunt,
  96681. web_1 | please see the Getting Started guide:
  96682. web_1 |
  96683. web_1 | http://gruntjs.com/getting-started
  96684. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96685. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96686. web_1 | Syncing...
  96687. web_1 | Creating tables ...
  96688. web_1 | Installing custom SQL ...
  96689. web_1 | Installing indexes ...
  96690. web_1 | Installed 0 object(s) from 0 fixture(s)
  96691. web_1 |
  96692. web_1 | Synced:
  96693. web_1 | > django.contrib.auth
  96694. web_1 | > django.contrib.contenttypes
  96695. web_1 | > django.contrib.sessions
  96696. web_1 | > django.contrib.sites
  96697. web_1 | > django.contrib.messages
  96698. web_1 | > django.contrib.staticfiles
  96699. web_1 | > django.contrib.admin
  96700. web_1 | > south
  96701. web_1 | > crispy_forms
  96702. web_1 | > avatar
  96703. web_1 | > bootstrap3
  96704. web_1 | > users
  96705. web_1 | > allauth
  96706. web_1 | > allauth.account
  96707. web_1 | > django.contrib.humanize
  96708. web_1 | > debug_toolbar
  96709. web_1 |
  96710. web_1 | Not synced (use migrations):
  96711. web_1 | - allauth.socialaccount
  96712. web_1 | - django_extensions
  96713. web_1 | (use ./manage.py migrate to migrate these)
  96714. web_1 | Running migrations for socialaccount:
  96715. web_1 | - Nothing to migrate.
  96716. web_1 | - Loading initial data for socialaccount.
  96717. web_1 | Installed 0 object(s) from 0 fixture(s)
  96718. web_1 | Running migrations for django_extensions:
  96719. web_1 | - Nothing to migrate.
  96720. web_1 | - Loading initial data for django_extensions.
  96721. web_1 | Installed 0 object(s) from 0 fixture(s)
  96722. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96723. web_1 | [GCC 4.9.2] on linux2
  96724. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96725. web_1 | (InteractiveConsole)
  96726. web_1 |
  96727. web_1 | >>> >>> Starting the server
  96728. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96729. web_1 |
  96730. web_1 | Fatal error: Unable to find local grunt.
  96731. web_1 |
  96732. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96733. web_1 | your project. For more information about installing and configuring grunt,
  96734. web_1 | please see the Getting Started guide:
  96735. web_1 |
  96736. web_1 | http://gruntjs.com/getting-started
  96737. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96738. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96739. web_1 | Syncing...
  96740. web_1 | Creating tables ...
  96741. web_1 | Installing custom SQL ...
  96742. web_1 | Installing indexes ...
  96743. web_1 | Installed 0 object(s) from 0 fixture(s)
  96744. web_1 |
  96745. web_1 | Synced:
  96746. web_1 | > django.contrib.auth
  96747. web_1 | > django.contrib.contenttypes
  96748. web_1 | > django.contrib.sessions
  96749. web_1 | > django.contrib.sites
  96750. web_1 | > django.contrib.messages
  96751. web_1 | > django.contrib.staticfiles
  96752. web_1 | > django.contrib.admin
  96753. web_1 | > south
  96754. web_1 | > crispy_forms
  96755. web_1 | > avatar
  96756. web_1 | > bootstrap3
  96757. web_1 | > users
  96758. web_1 | > allauth
  96759. web_1 | > allauth.account
  96760. web_1 | > django.contrib.humanize
  96761. web_1 | > debug_toolbar
  96762. web_1 |
  96763. web_1 | Not synced (use migrations):
  96764. web_1 | - allauth.socialaccount
  96765. web_1 | - django_extensions
  96766. web_1 | (use ./manage.py migrate to migrate these)
  96767. web_1 | Running migrations for socialaccount:
  96768. web_1 | - Nothing to migrate.
  96769. web_1 | - Loading initial data for socialaccount.
  96770. web_1 | Installed 0 object(s) from 0 fixture(s)
  96771. web_1 | Running migrations for django_extensions:
  96772. web_1 | - Nothing to migrate.
  96773. web_1 | - Loading initial data for django_extensions.
  96774. web_1 | Installed 0 object(s) from 0 fixture(s)
  96775. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96776. web_1 | [GCC 4.9.2] on linux2
  96777. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96778. web_1 | (InteractiveConsole)
  96779. web_1 |
  96780. web_1 | >>> >>> Starting the server
  96781. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96782. web_1 |
  96783. web_1 | Fatal error: Unable to find local grunt.
  96784. web_1 |
  96785. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96786. web_1 | your project. For more information about installing and configuring grunt,
  96787. web_1 | please see the Getting Started guide:
  96788. web_1 |
  96789. web_1 | http://gruntjs.com/getting-started
  96790. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96791. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96792. web_1 | Syncing...
  96793. web_1 | Creating tables ...
  96794. web_1 | Installing custom SQL ...
  96795. web_1 | Installing indexes ...
  96796. web_1 | Installed 0 object(s) from 0 fixture(s)
  96797. web_1 |
  96798. web_1 | Synced:
  96799. web_1 | > django.contrib.auth
  96800. web_1 | > django.contrib.contenttypes
  96801. web_1 | > django.contrib.sessions
  96802. web_1 | > django.contrib.sites
  96803. web_1 | > django.contrib.messages
  96804. web_1 | > django.contrib.staticfiles
  96805. web_1 | > django.contrib.admin
  96806. web_1 | > south
  96807. web_1 | > crispy_forms
  96808. web_1 | > avatar
  96809. web_1 | > bootstrap3
  96810. web_1 | > users
  96811. web_1 | > allauth
  96812. web_1 | > allauth.account
  96813. web_1 | > django.contrib.humanize
  96814. web_1 | > debug_toolbar
  96815. web_1 |
  96816. web_1 | Not synced (use migrations):
  96817. web_1 | - allauth.socialaccount
  96818. web_1 | - django_extensions
  96819. web_1 | (use ./manage.py migrate to migrate these)
  96820. web_1 | Running migrations for socialaccount:
  96821. web_1 | - Nothing to migrate.
  96822. web_1 | - Loading initial data for socialaccount.
  96823. web_1 | Installed 0 object(s) from 0 fixture(s)
  96824. web_1 | Running migrations for django_extensions:
  96825. web_1 | - Nothing to migrate.
  96826. web_1 | - Loading initial data for django_extensions.
  96827. web_1 | Installed 0 object(s) from 0 fixture(s)
  96828. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96829. web_1 | [GCC 4.9.2] on linux2
  96830. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96831. web_1 | (InteractiveConsole)
  96832. web_1 |
  96833. web_1 | >>> >>> Starting the server
  96834. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96835. web_1 |
  96836. web_1 | Fatal error: Unable to find local grunt.
  96837. web_1 |
  96838. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96839. web_1 | your project. For more information about installing and configuring grunt,
  96840. web_1 | please see the Getting Started guide:
  96841. web_1 |
  96842. web_1 | http://gruntjs.com/getting-started
  96843. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96844. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96845. web_1 | Syncing...
  96846. web_1 | Creating tables ...
  96847. web_1 | Installing custom SQL ...
  96848. web_1 | Installing indexes ...
  96849. web_1 | Installed 0 object(s) from 0 fixture(s)
  96850. web_1 |
  96851. web_1 | Synced:
  96852. web_1 | > django.contrib.auth
  96853. web_1 | > django.contrib.contenttypes
  96854. web_1 | > django.contrib.sessions
  96855. web_1 | > django.contrib.sites
  96856. web_1 | > django.contrib.messages
  96857. web_1 | > django.contrib.staticfiles
  96858. web_1 | > django.contrib.admin
  96859. web_1 | > south
  96860. web_1 | > crispy_forms
  96861. web_1 | > avatar
  96862. web_1 | > bootstrap3
  96863. web_1 | > users
  96864. web_1 | > allauth
  96865. web_1 | > allauth.account
  96866. web_1 | > django.contrib.humanize
  96867. web_1 | > debug_toolbar
  96868. web_1 |
  96869. web_1 | Not synced (use migrations):
  96870. web_1 | - allauth.socialaccount
  96871. web_1 | - django_extensions
  96872. web_1 | (use ./manage.py migrate to migrate these)
  96873. web_1 | Running migrations for socialaccount:
  96874. web_1 | - Nothing to migrate.
  96875. web_1 | - Loading initial data for socialaccount.
  96876. web_1 | Installed 0 object(s) from 0 fixture(s)
  96877. web_1 | Running migrations for django_extensions:
  96878. web_1 | - Nothing to migrate.
  96879. web_1 | - Loading initial data for django_extensions.
  96880. web_1 | Installed 0 object(s) from 0 fixture(s)
  96881. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96882. web_1 | [GCC 4.9.2] on linux2
  96883. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96884. web_1 | (InteractiveConsole)
  96885. web_1 |
  96886. web_1 | >>> >>> Starting the server
  96887. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96888. web_1 |
  96889. web_1 | Fatal error: Unable to find local grunt.
  96890. web_1 |
  96891. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96892. web_1 | your project. For more information about installing and configuring grunt,
  96893. web_1 | please see the Getting Started guide:
  96894. web_1 |
  96895. web_1 | http://gruntjs.com/getting-started
  96896. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96897. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96898. web_1 | Syncing...
  96899. web_1 | Creating tables ...
  96900. web_1 | Installing custom SQL ...
  96901. web_1 | Installing indexes ...
  96902. web_1 | Installed 0 object(s) from 0 fixture(s)
  96903. web_1 |
  96904. web_1 | Synced:
  96905. web_1 | > django.contrib.auth
  96906. web_1 | > django.contrib.contenttypes
  96907. web_1 | > django.contrib.sessions
  96908. web_1 | > django.contrib.sites
  96909. web_1 | > django.contrib.messages
  96910. web_1 | > django.contrib.staticfiles
  96911. web_1 | > django.contrib.admin
  96912. web_1 | > south
  96913. web_1 | > crispy_forms
  96914. web_1 | > avatar
  96915. web_1 | > bootstrap3
  96916. web_1 | > users
  96917. web_1 | > allauth
  96918. web_1 | > allauth.account
  96919. web_1 | > django.contrib.humanize
  96920. web_1 | > debug_toolbar
  96921. web_1 |
  96922. web_1 | Not synced (use migrations):
  96923. web_1 | - allauth.socialaccount
  96924. web_1 | - django_extensions
  96925. web_1 | (use ./manage.py migrate to migrate these)
  96926. web_1 | Running migrations for socialaccount:
  96927. web_1 | - Nothing to migrate.
  96928. web_1 | - Loading initial data for socialaccount.
  96929. web_1 | Installed 0 object(s) from 0 fixture(s)
  96930. web_1 | Running migrations for django_extensions:
  96931. web_1 | - Nothing to migrate.
  96932. web_1 | - Loading initial data for django_extensions.
  96933. web_1 | Installed 0 object(s) from 0 fixture(s)
  96934. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96935. web_1 | [GCC 4.9.2] on linux2
  96936. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96937. web_1 | (InteractiveConsole)
  96938. web_1 |
  96939. web_1 | >>> >>> Starting the server
  96940. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96941. web_1 |
  96942. web_1 | Fatal error: Unable to find local grunt.
  96943. web_1 |
  96944. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96945. web_1 | your project. For more information about installing and configuring grunt,
  96946. web_1 | please see the Getting Started guide:
  96947. web_1 |
  96948. web_1 | http://gruntjs.com/getting-started
  96949. web_1 | Starting OpenBSD Secure Shell server: sshd.
  96950. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  96951. web_1 | Syncing...
  96952. web_1 | Creating tables ...
  96953. web_1 | Installing custom SQL ...
  96954. web_1 | Installing indexes ...
  96955. web_1 | Installed 0 object(s) from 0 fixture(s)
  96956. web_1 |
  96957. web_1 | Synced:
  96958. web_1 | > django.contrib.auth
  96959. web_1 | > django.contrib.contenttypes
  96960. web_1 | > django.contrib.sessions
  96961. web_1 | > django.contrib.sites
  96962. web_1 | > django.contrib.messages
  96963. web_1 | > django.contrib.staticfiles
  96964. web_1 | > django.contrib.admin
  96965. web_1 | > south
  96966. web_1 | > crispy_forms
  96967. web_1 | > avatar
  96968. web_1 | > bootstrap3
  96969. web_1 | > users
  96970. web_1 | > allauth
  96971. web_1 | > allauth.account
  96972. web_1 | > django.contrib.humanize
  96973. web_1 | > debug_toolbar
  96974. web_1 |
  96975. web_1 | Not synced (use migrations):
  96976. web_1 | - allauth.socialaccount
  96977. web_1 | - django_extensions
  96978. web_1 | (use ./manage.py migrate to migrate these)
  96979. web_1 | Running migrations for socialaccount:
  96980. web_1 | - Nothing to migrate.
  96981. web_1 | - Loading initial data for socialaccount.
  96982. web_1 | Installed 0 object(s) from 0 fixture(s)
  96983. web_1 | Running migrations for django_extensions:
  96984. web_1 | - Nothing to migrate.
  96985. web_1 | - Loading initial data for django_extensions.
  96986. web_1 | Installed 0 object(s) from 0 fixture(s)
  96987. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  96988. web_1 | [GCC 4.9.2] on linux2
  96989. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  96990. web_1 | (InteractiveConsole)
  96991. web_1 |
  96992. web_1 | >>> >>> Starting the server
  96993. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  96994. web_1 |
  96995. web_1 | Fatal error: Unable to find local grunt.
  96996. web_1 |
  96997. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  96998. web_1 | your project. For more information about installing and configuring grunt,
  96999. web_1 | please see the Getting Started guide:
  97000. web_1 |
  97001. web_1 | http://gruntjs.com/getting-started
  97002. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97003. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97004. web_1 | Syncing...
  97005. web_1 | Creating tables ...
  97006. web_1 | Installing custom SQL ...
  97007. web_1 | Installing indexes ...
  97008. web_1 | Installed 0 object(s) from 0 fixture(s)
  97009. web_1 |
  97010. web_1 | Synced:
  97011. web_1 | > django.contrib.auth
  97012. web_1 | > django.contrib.contenttypes
  97013. web_1 | > django.contrib.sessions
  97014. web_1 | > django.contrib.sites
  97015. web_1 | > django.contrib.messages
  97016. web_1 | > django.contrib.staticfiles
  97017. web_1 | > django.contrib.admin
  97018. web_1 | > south
  97019. web_1 | > crispy_forms
  97020. web_1 | > avatar
  97021. web_1 | > bootstrap3
  97022. web_1 | > users
  97023. web_1 | > allauth
  97024. web_1 | > allauth.account
  97025. web_1 | > django.contrib.humanize
  97026. web_1 | > debug_toolbar
  97027. web_1 |
  97028. web_1 | Not synced (use migrations):
  97029. web_1 | - allauth.socialaccount
  97030. web_1 | - django_extensions
  97031. web_1 | (use ./manage.py migrate to migrate these)
  97032. web_1 | Running migrations for socialaccount:
  97033. web_1 | - Nothing to migrate.
  97034. web_1 | - Loading initial data for socialaccount.
  97035. web_1 | Installed 0 object(s) from 0 fixture(s)
  97036. web_1 | Running migrations for django_extensions:
  97037. web_1 | - Nothing to migrate.
  97038. web_1 | - Loading initial data for django_extensions.
  97039. web_1 | Installed 0 object(s) from 0 fixture(s)
  97040. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97041. web_1 | [GCC 4.9.2] on linux2
  97042. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97043. web_1 | (InteractiveConsole)
  97044. web_1 |
  97045. web_1 | >>> >>> Starting the server
  97046. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97047. web_1 |
  97048. web_1 | Fatal error: Unable to find local grunt.
  97049. web_1 |
  97050. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97051. web_1 | your project. For more information about installing and configuring grunt,
  97052. web_1 | please see the Getting Started guide:
  97053. web_1 |
  97054. web_1 | http://gruntjs.com/getting-started
  97055. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97056. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97057. web_1 | Syncing...
  97058. web_1 | Creating tables ...
  97059. web_1 | Installing custom SQL ...
  97060. web_1 | Installing indexes ...
  97061. web_1 | Installed 0 object(s) from 0 fixture(s)
  97062. web_1 |
  97063. web_1 | Synced:
  97064. web_1 | > django.contrib.auth
  97065. web_1 | > django.contrib.contenttypes
  97066. web_1 | > django.contrib.sessions
  97067. web_1 | > django.contrib.sites
  97068. web_1 | > django.contrib.messages
  97069. web_1 | > django.contrib.staticfiles
  97070. web_1 | > django.contrib.admin
  97071. web_1 | > south
  97072. web_1 | > crispy_forms
  97073. web_1 | > avatar
  97074. web_1 | > bootstrap3
  97075. web_1 | > users
  97076. web_1 | > allauth
  97077. web_1 | > allauth.account
  97078. web_1 | > django.contrib.humanize
  97079. web_1 | > debug_toolbar
  97080. web_1 |
  97081. web_1 | Not synced (use migrations):
  97082. web_1 | - allauth.socialaccount
  97083. web_1 | - django_extensions
  97084. web_1 | (use ./manage.py migrate to migrate these)
  97085. web_1 | Running migrations for socialaccount:
  97086. web_1 | - Nothing to migrate.
  97087. web_1 | - Loading initial data for socialaccount.
  97088. web_1 | Installed 0 object(s) from 0 fixture(s)
  97089. web_1 | Running migrations for django_extensions:
  97090. web_1 | - Nothing to migrate.
  97091. web_1 | - Loading initial data for django_extensions.
  97092. web_1 | Installed 0 object(s) from 0 fixture(s)
  97093. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97094. web_1 | [GCC 4.9.2] on linux2
  97095. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97096. web_1 | (InteractiveConsole)
  97097. web_1 |
  97098. web_1 | >>> >>> Starting the server
  97099. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97100. web_1 |
  97101. web_1 | Fatal error: Unable to find local grunt.
  97102. web_1 |
  97103. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97104. web_1 | your project. For more information about installing and configuring grunt,
  97105. web_1 | please see the Getting Started guide:
  97106. web_1 |
  97107. web_1 | http://gruntjs.com/getting-started
  97108. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97109. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97110. web_1 | Syncing...
  97111. web_1 | Creating tables ...
  97112. web_1 | Installing custom SQL ...
  97113. web_1 | Installing indexes ...
  97114. web_1 | Installed 0 object(s) from 0 fixture(s)
  97115. web_1 |
  97116. web_1 | Synced:
  97117. web_1 | > django.contrib.auth
  97118. web_1 | > django.contrib.contenttypes
  97119. web_1 | > django.contrib.sessions
  97120. web_1 | > django.contrib.sites
  97121. web_1 | > django.contrib.messages
  97122. web_1 | > django.contrib.staticfiles
  97123. web_1 | > django.contrib.admin
  97124. web_1 | > south
  97125. web_1 | > crispy_forms
  97126. web_1 | > avatar
  97127. web_1 | > bootstrap3
  97128. web_1 | > users
  97129. web_1 | > allauth
  97130. web_1 | > allauth.account
  97131. web_1 | > django.contrib.humanize
  97132. web_1 | > debug_toolbar
  97133. web_1 |
  97134. web_1 | Not synced (use migrations):
  97135. web_1 | - allauth.socialaccount
  97136. web_1 | - django_extensions
  97137. web_1 | (use ./manage.py migrate to migrate these)
  97138. web_1 | Running migrations for socialaccount:
  97139. web_1 | - Nothing to migrate.
  97140. web_1 | - Loading initial data for socialaccount.
  97141. web_1 | Installed 0 object(s) from 0 fixture(s)
  97142. web_1 | Running migrations for django_extensions:
  97143. web_1 | - Nothing to migrate.
  97144. web_1 | - Loading initial data for django_extensions.
  97145. web_1 | Installed 0 object(s) from 0 fixture(s)
  97146. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97147. web_1 | [GCC 4.9.2] on linux2
  97148. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97149. web_1 | (InteractiveConsole)
  97150. web_1 |
  97151. web_1 | >>> >>> Starting the server
  97152. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97153. web_1 |
  97154. web_1 | Fatal error: Unable to find local grunt.
  97155. web_1 |
  97156. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97157. web_1 | your project. For more information about installing and configuring grunt,
  97158. web_1 | please see the Getting Started guide:
  97159. web_1 |
  97160. web_1 | http://gruntjs.com/getting-started
  97161. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97162. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97163. web_1 | Syncing...
  97164. web_1 | Creating tables ...
  97165. web_1 | Installing custom SQL ...
  97166. web_1 | Installing indexes ...
  97167. web_1 | Installed 0 object(s) from 0 fixture(s)
  97168. web_1 |
  97169. web_1 | Synced:
  97170. web_1 | > django.contrib.auth
  97171. web_1 | > django.contrib.contenttypes
  97172. web_1 | > django.contrib.sessions
  97173. web_1 | > django.contrib.sites
  97174. web_1 | > django.contrib.messages
  97175. web_1 | > django.contrib.staticfiles
  97176. web_1 | > django.contrib.admin
  97177. web_1 | > south
  97178. web_1 | > crispy_forms
  97179. web_1 | > avatar
  97180. web_1 | > bootstrap3
  97181. web_1 | > users
  97182. web_1 | > allauth
  97183. web_1 | > allauth.account
  97184. web_1 | > django.contrib.humanize
  97185. web_1 | > debug_toolbar
  97186. web_1 |
  97187. web_1 | Not synced (use migrations):
  97188. web_1 | - allauth.socialaccount
  97189. web_1 | - django_extensions
  97190. web_1 | (use ./manage.py migrate to migrate these)
  97191. web_1 | Running migrations for socialaccount:
  97192. web_1 | - Nothing to migrate.
  97193. web_1 | - Loading initial data for socialaccount.
  97194. web_1 | Installed 0 object(s) from 0 fixture(s)
  97195. web_1 | Running migrations for django_extensions:
  97196. web_1 | - Nothing to migrate.
  97197. web_1 | - Loading initial data for django_extensions.
  97198. web_1 | Installed 0 object(s) from 0 fixture(s)
  97199. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97200. web_1 | [GCC 4.9.2] on linux2
  97201. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97202. web_1 | (InteractiveConsole)
  97203. web_1 |
  97204. web_1 | >>> >>> Starting the server
  97205. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97206. web_1 |
  97207. web_1 | Fatal error: Unable to find local grunt.
  97208. web_1 |
  97209. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97210. web_1 | your project. For more information about installing and configuring grunt,
  97211. web_1 | please see the Getting Started guide:
  97212. web_1 |
  97213. web_1 | http://gruntjs.com/getting-started
  97214. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97215. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97216. web_1 | Syncing...
  97217. web_1 | Creating tables ...
  97218. web_1 | Installing custom SQL ...
  97219. web_1 | Installing indexes ...
  97220. web_1 | Installed 0 object(s) from 0 fixture(s)
  97221. web_1 |
  97222. web_1 | Synced:
  97223. web_1 | > django.contrib.auth
  97224. web_1 | > django.contrib.contenttypes
  97225. web_1 | > django.contrib.sessions
  97226. web_1 | > django.contrib.sites
  97227. web_1 | > django.contrib.messages
  97228. web_1 | > django.contrib.staticfiles
  97229. web_1 | > django.contrib.admin
  97230. web_1 | > south
  97231. web_1 | > crispy_forms
  97232. web_1 | > avatar
  97233. web_1 | > bootstrap3
  97234. web_1 | > users
  97235. web_1 | > allauth
  97236. web_1 | > allauth.account
  97237. web_1 | > django.contrib.humanize
  97238. web_1 | > debug_toolbar
  97239. web_1 |
  97240. web_1 | Not synced (use migrations):
  97241. web_1 | - allauth.socialaccount
  97242. web_1 | - django_extensions
  97243. web_1 | (use ./manage.py migrate to migrate these)
  97244. web_1 | Running migrations for socialaccount:
  97245. web_1 | - Nothing to migrate.
  97246. web_1 | - Loading initial data for socialaccount.
  97247. web_1 | Installed 0 object(s) from 0 fixture(s)
  97248. web_1 | Running migrations for django_extensions:
  97249. web_1 | - Nothing to migrate.
  97250. web_1 | - Loading initial data for django_extensions.
  97251. web_1 | Installed 0 object(s) from 0 fixture(s)
  97252. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97253. web_1 | [GCC 4.9.2] on linux2
  97254. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97255. web_1 | (InteractiveConsole)
  97256. web_1 |
  97257. web_1 | >>> >>> Starting the server
  97258. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97259. web_1 |
  97260. web_1 | Fatal error: Unable to find local grunt.
  97261. web_1 |
  97262. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97263. web_1 | your project. For more information about installing and configuring grunt,
  97264. web_1 | please see the Getting Started guide:
  97265. web_1 |
  97266. web_1 | http://gruntjs.com/getting-started
  97267. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97268. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97269. web_1 | Syncing...
  97270. web_1 | Creating tables ...
  97271. web_1 | Installing custom SQL ...
  97272. web_1 | Installing indexes ...
  97273. web_1 | Installed 0 object(s) from 0 fixture(s)
  97274. web_1 |
  97275. web_1 | Synced:
  97276. web_1 | > django.contrib.auth
  97277. web_1 | > django.contrib.contenttypes
  97278. web_1 | > django.contrib.sessions
  97279. web_1 | > django.contrib.sites
  97280. web_1 | > django.contrib.messages
  97281. web_1 | > django.contrib.staticfiles
  97282. web_1 | > django.contrib.admin
  97283. web_1 | > south
  97284. web_1 | > crispy_forms
  97285. web_1 | > avatar
  97286. web_1 | > bootstrap3
  97287. web_1 | > users
  97288. web_1 | > allauth
  97289. web_1 | > allauth.account
  97290. web_1 | > django.contrib.humanize
  97291. web_1 | > debug_toolbar
  97292. web_1 |
  97293. web_1 | Not synced (use migrations):
  97294. web_1 | - allauth.socialaccount
  97295. web_1 | - django_extensions
  97296. web_1 | (use ./manage.py migrate to migrate these)
  97297. web_1 | Running migrations for socialaccount:
  97298. web_1 | - Nothing to migrate.
  97299. web_1 | - Loading initial data for socialaccount.
  97300. web_1 | Installed 0 object(s) from 0 fixture(s)
  97301. web_1 | Running migrations for django_extensions:
  97302. web_1 | - Nothing to migrate.
  97303. web_1 | - Loading initial data for django_extensions.
  97304. web_1 | Installed 0 object(s) from 0 fixture(s)
  97305. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97306. web_1 | [GCC 4.9.2] on linux2
  97307. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97308. web_1 | (InteractiveConsole)
  97309. web_1 |
  97310. web_1 | >>> >>> Starting the server
  97311. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97312. web_1 |
  97313. web_1 | Fatal error: Unable to find local grunt.
  97314. web_1 |
  97315. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97316. web_1 | your project. For more information about installing and configuring grunt,
  97317. web_1 | please see the Getting Started guide:
  97318. web_1 |
  97319. web_1 | http://gruntjs.com/getting-started
  97320. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97321. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97322. web_1 | Syncing...
  97323. web_1 | Creating tables ...
  97324. web_1 | Installing custom SQL ...
  97325. web_1 | Installing indexes ...
  97326. web_1 | Installed 0 object(s) from 0 fixture(s)
  97327. web_1 |
  97328. web_1 | Synced:
  97329. web_1 | > django.contrib.auth
  97330. web_1 | > django.contrib.contenttypes
  97331. web_1 | > django.contrib.sessions
  97332. web_1 | > django.contrib.sites
  97333. web_1 | > django.contrib.messages
  97334. web_1 | > django.contrib.staticfiles
  97335. web_1 | > django.contrib.admin
  97336. web_1 | > south
  97337. web_1 | > crispy_forms
  97338. web_1 | > avatar
  97339. web_1 | > bootstrap3
  97340. web_1 | > users
  97341. web_1 | > allauth
  97342. web_1 | > allauth.account
  97343. web_1 | > django.contrib.humanize
  97344. web_1 | > debug_toolbar
  97345. web_1 |
  97346. web_1 | Not synced (use migrations):
  97347. web_1 | - allauth.socialaccount
  97348. web_1 | - django_extensions
  97349. web_1 | (use ./manage.py migrate to migrate these)
  97350. web_1 | Running migrations for socialaccount:
  97351. web_1 | - Nothing to migrate.
  97352. web_1 | - Loading initial data for socialaccount.
  97353. web_1 | Installed 0 object(s) from 0 fixture(s)
  97354. web_1 | Running migrations for django_extensions:
  97355. web_1 | - Nothing to migrate.
  97356. web_1 | - Loading initial data for django_extensions.
  97357. web_1 | Installed 0 object(s) from 0 fixture(s)
  97358. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97359. web_1 | [GCC 4.9.2] on linux2
  97360. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97361. web_1 | (InteractiveConsole)
  97362. web_1 |
  97363. web_1 | >>> >>> Starting the server
  97364. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97365. web_1 |
  97366. web_1 | Fatal error: Unable to find local grunt.
  97367. web_1 |
  97368. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97369. web_1 | your project. For more information about installing and configuring grunt,
  97370. web_1 | please see the Getting Started guide:
  97371. web_1 |
  97372. web_1 | http://gruntjs.com/getting-started
  97373. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97374. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97375. web_1 | Syncing...
  97376. web_1 | Creating tables ...
  97377. web_1 | Installing custom SQL ...
  97378. web_1 | Installing indexes ...
  97379. web_1 | Installed 0 object(s) from 0 fixture(s)
  97380. web_1 |
  97381. web_1 | Synced:
  97382. web_1 | > django.contrib.auth
  97383. web_1 | > django.contrib.contenttypes
  97384. web_1 | > django.contrib.sessions
  97385. web_1 | > django.contrib.sites
  97386. web_1 | > django.contrib.messages
  97387. web_1 | > django.contrib.staticfiles
  97388. web_1 | > django.contrib.admin
  97389. web_1 | > south
  97390. web_1 | > crispy_forms
  97391. web_1 | > avatar
  97392. web_1 | > bootstrap3
  97393. web_1 | > users
  97394. web_1 | > allauth
  97395. web_1 | > allauth.account
  97396. web_1 | > django.contrib.humanize
  97397. web_1 | > debug_toolbar
  97398. web_1 |
  97399. web_1 | Not synced (use migrations):
  97400. web_1 | - allauth.socialaccount
  97401. web_1 | - django_extensions
  97402. web_1 | (use ./manage.py migrate to migrate these)
  97403. web_1 | Running migrations for socialaccount:
  97404. web_1 | - Nothing to migrate.
  97405. web_1 | - Loading initial data for socialaccount.
  97406. web_1 | Installed 0 object(s) from 0 fixture(s)
  97407. web_1 | Running migrations for django_extensions:
  97408. web_1 | - Nothing to migrate.
  97409. web_1 | - Loading initial data for django_extensions.
  97410. web_1 | Installed 0 object(s) from 0 fixture(s)
  97411. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97412. web_1 | [GCC 4.9.2] on linux2
  97413. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97414. web_1 | (InteractiveConsole)
  97415. web_1 |
  97416. web_1 | >>> >>> Starting the server
  97417. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97418. web_1 |
  97419. web_1 | Fatal error: Unable to find local grunt.
  97420. web_1 |
  97421. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97422. web_1 | your project. For more information about installing and configuring grunt,
  97423. web_1 | please see the Getting Started guide:
  97424. web_1 |
  97425. web_1 | http://gruntjs.com/getting-started
  97426. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97427. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97428. web_1 | Syncing...
  97429. web_1 | Creating tables ...
  97430. web_1 | Installing custom SQL ...
  97431. web_1 | Installing indexes ...
  97432. web_1 | Installed 0 object(s) from 0 fixture(s)
  97433. web_1 |
  97434. web_1 | Synced:
  97435. web_1 | > django.contrib.auth
  97436. web_1 | > django.contrib.contenttypes
  97437. web_1 | > django.contrib.sessions
  97438. web_1 | > django.contrib.sites
  97439. web_1 | > django.contrib.messages
  97440. web_1 | > django.contrib.staticfiles
  97441. web_1 | > django.contrib.admin
  97442. web_1 | > south
  97443. web_1 | > crispy_forms
  97444. web_1 | > avatar
  97445. web_1 | > bootstrap3
  97446. web_1 | > users
  97447. web_1 | > allauth
  97448. web_1 | > allauth.account
  97449. web_1 | > django.contrib.humanize
  97450. web_1 | > debug_toolbar
  97451. web_1 |
  97452. web_1 | Not synced (use migrations):
  97453. web_1 | - allauth.socialaccount
  97454. web_1 | - django_extensions
  97455. web_1 | (use ./manage.py migrate to migrate these)
  97456. web_1 | Running migrations for socialaccount:
  97457. web_1 | - Nothing to migrate.
  97458. web_1 | - Loading initial data for socialaccount.
  97459. web_1 | Installed 0 object(s) from 0 fixture(s)
  97460. web_1 | Running migrations for django_extensions:
  97461. web_1 | - Nothing to migrate.
  97462. web_1 | - Loading initial data for django_extensions.
  97463. web_1 | Installed 0 object(s) from 0 fixture(s)
  97464. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97465. web_1 | [GCC 4.9.2] on linux2
  97466. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97467. web_1 | (InteractiveConsole)
  97468. web_1 |
  97469. web_1 | >>> >>> Starting the server
  97470. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97471. web_1 |
  97472. web_1 | Fatal error: Unable to find local grunt.
  97473. web_1 |
  97474. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97475. web_1 | your project. For more information about installing and configuring grunt,
  97476. web_1 | please see the Getting Started guide:
  97477. web_1 |
  97478. web_1 | http://gruntjs.com/getting-started
  97479. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97480. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97481. web_1 | Syncing...
  97482. web_1 | Creating tables ...
  97483. web_1 | Installing custom SQL ...
  97484. web_1 | Installing indexes ...
  97485. web_1 | Installed 0 object(s) from 0 fixture(s)
  97486. web_1 |
  97487. web_1 | Synced:
  97488. web_1 | > django.contrib.auth
  97489. web_1 | > django.contrib.contenttypes
  97490. web_1 | > django.contrib.sessions
  97491. web_1 | > django.contrib.sites
  97492. web_1 | > django.contrib.messages
  97493. web_1 | > django.contrib.staticfiles
  97494. web_1 | > django.contrib.admin
  97495. web_1 | > south
  97496. web_1 | > crispy_forms
  97497. web_1 | > avatar
  97498. web_1 | > bootstrap3
  97499. web_1 | > users
  97500. web_1 | > allauth
  97501. web_1 | > allauth.account
  97502. web_1 | > django.contrib.humanize
  97503. web_1 | > debug_toolbar
  97504. web_1 |
  97505. web_1 | Not synced (use migrations):
  97506. web_1 | - allauth.socialaccount
  97507. web_1 | - django_extensions
  97508. web_1 | (use ./manage.py migrate to migrate these)
  97509. web_1 | Running migrations for socialaccount:
  97510. web_1 | - Nothing to migrate.
  97511. web_1 | - Loading initial data for socialaccount.
  97512. web_1 | Installed 0 object(s) from 0 fixture(s)
  97513. web_1 | Running migrations for django_extensions:
  97514. web_1 | - Nothing to migrate.
  97515. web_1 | - Loading initial data for django_extensions.
  97516. web_1 | Installed 0 object(s) from 0 fixture(s)
  97517. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97518. web_1 | [GCC 4.9.2] on linux2
  97519. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97520. web_1 | (InteractiveConsole)
  97521. web_1 |
  97522. web_1 | >>> >>> Starting the server
  97523. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97524. web_1 |
  97525. web_1 | Fatal error: Unable to find local grunt.
  97526. web_1 |
  97527. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97528. web_1 | your project. For more information about installing and configuring grunt,
  97529. web_1 | please see the Getting Started guide:
  97530. web_1 |
  97531. web_1 | http://gruntjs.com/getting-started
  97532. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97533. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97534. web_1 | Syncing...
  97535. web_1 | Creating tables ...
  97536. web_1 | Installing custom SQL ...
  97537. web_1 | Installing indexes ...
  97538. web_1 | Installed 0 object(s) from 0 fixture(s)
  97539. web_1 |
  97540. web_1 | Synced:
  97541. web_1 | > django.contrib.auth
  97542. web_1 | > django.contrib.contenttypes
  97543. web_1 | > django.contrib.sessions
  97544. web_1 | > django.contrib.sites
  97545. web_1 | > django.contrib.messages
  97546. web_1 | > django.contrib.staticfiles
  97547. web_1 | > django.contrib.admin
  97548. web_1 | > south
  97549. web_1 | > crispy_forms
  97550. web_1 | > avatar
  97551. web_1 | > bootstrap3
  97552. web_1 | > users
  97553. web_1 | > allauth
  97554. web_1 | > allauth.account
  97555. web_1 | > django.contrib.humanize
  97556. web_1 | > debug_toolbar
  97557. web_1 |
  97558. web_1 | Not synced (use migrations):
  97559. web_1 | - allauth.socialaccount
  97560. web_1 | - django_extensions
  97561. web_1 | (use ./manage.py migrate to migrate these)
  97562. web_1 | Running migrations for socialaccount:
  97563. web_1 | - Nothing to migrate.
  97564. web_1 | - Loading initial data for socialaccount.
  97565. web_1 | Installed 0 object(s) from 0 fixture(s)
  97566. web_1 | Running migrations for django_extensions:
  97567. web_1 | - Nothing to migrate.
  97568. web_1 | - Loading initial data for django_extensions.
  97569. web_1 | Installed 0 object(s) from 0 fixture(s)
  97570. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97571. web_1 | [GCC 4.9.2] on linux2
  97572. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97573. web_1 | (InteractiveConsole)
  97574. web_1 |
  97575. web_1 | >>> >>> Starting the server
  97576. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97577. web_1 |
  97578. web_1 | Fatal error: Unable to find local grunt.
  97579. web_1 |
  97580. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97581. web_1 | your project. For more information about installing and configuring grunt,
  97582. web_1 | please see the Getting Started guide:
  97583. web_1 |
  97584. web_1 | http://gruntjs.com/getting-started
  97585. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97586. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97587. web_1 | Syncing...
  97588. web_1 | Creating tables ...
  97589. web_1 | Installing custom SQL ...
  97590. web_1 | Installing indexes ...
  97591. web_1 | Installed 0 object(s) from 0 fixture(s)
  97592. web_1 |
  97593. web_1 | Synced:
  97594. web_1 | > django.contrib.auth
  97595. web_1 | > django.contrib.contenttypes
  97596. web_1 | > django.contrib.sessions
  97597. web_1 | > django.contrib.sites
  97598. web_1 | > django.contrib.messages
  97599. web_1 | > django.contrib.staticfiles
  97600. web_1 | > django.contrib.admin
  97601. web_1 | > south
  97602. web_1 | > crispy_forms
  97603. web_1 | > avatar
  97604. web_1 | > bootstrap3
  97605. web_1 | > users
  97606. web_1 | > allauth
  97607. web_1 | > allauth.account
  97608. web_1 | > django.contrib.humanize
  97609. web_1 | > debug_toolbar
  97610. web_1 |
  97611. web_1 | Not synced (use migrations):
  97612. web_1 | - allauth.socialaccount
  97613. web_1 | - django_extensions
  97614. web_1 | (use ./manage.py migrate to migrate these)
  97615. web_1 | Running migrations for socialaccount:
  97616. web_1 | - Nothing to migrate.
  97617. web_1 | - Loading initial data for socialaccount.
  97618. web_1 | Installed 0 object(s) from 0 fixture(s)
  97619. web_1 | Running migrations for django_extensions:
  97620. web_1 | - Nothing to migrate.
  97621. web_1 | - Loading initial data for django_extensions.
  97622. web_1 | Installed 0 object(s) from 0 fixture(s)
  97623. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97624. web_1 | [GCC 4.9.2] on linux2
  97625. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97626. web_1 | (InteractiveConsole)
  97627. web_1 |
  97628. web_1 | >>> >>> Starting the server
  97629. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97630. web_1 |
  97631. web_1 | Fatal error: Unable to find local grunt.
  97632. web_1 |
  97633. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97634. web_1 | your project. For more information about installing and configuring grunt,
  97635. web_1 | please see the Getting Started guide:
  97636. web_1 |
  97637. web_1 | http://gruntjs.com/getting-started
  97638. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97639. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97640. web_1 | Syncing...
  97641. web_1 | Creating tables ...
  97642. web_1 | Installing custom SQL ...
  97643. web_1 | Installing indexes ...
  97644. web_1 | Installed 0 object(s) from 0 fixture(s)
  97645. web_1 |
  97646. web_1 | Synced:
  97647. web_1 | > django.contrib.auth
  97648. web_1 | > django.contrib.contenttypes
  97649. web_1 | > django.contrib.sessions
  97650. web_1 | > django.contrib.sites
  97651. web_1 | > django.contrib.messages
  97652. web_1 | > django.contrib.staticfiles
  97653. web_1 | > django.contrib.admin
  97654. web_1 | > south
  97655. web_1 | > crispy_forms
  97656. web_1 | > avatar
  97657. web_1 | > bootstrap3
  97658. web_1 | > users
  97659. web_1 | > allauth
  97660. web_1 | > allauth.account
  97661. web_1 | > django.contrib.humanize
  97662. web_1 | > debug_toolbar
  97663. web_1 |
  97664. web_1 | Not synced (use migrations):
  97665. web_1 | - allauth.socialaccount
  97666. web_1 | - django_extensions
  97667. web_1 | (use ./manage.py migrate to migrate these)
  97668. web_1 | Running migrations for socialaccount:
  97669. web_1 | - Nothing to migrate.
  97670. web_1 | - Loading initial data for socialaccount.
  97671. web_1 | Installed 0 object(s) from 0 fixture(s)
  97672. web_1 | Running migrations for django_extensions:
  97673. web_1 | - Nothing to migrate.
  97674. web_1 | - Loading initial data for django_extensions.
  97675. web_1 | Installed 0 object(s) from 0 fixture(s)
  97676. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97677. web_1 | [GCC 4.9.2] on linux2
  97678. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97679. web_1 | (InteractiveConsole)
  97680. web_1 |
  97681. web_1 | >>> >>> Starting the server
  97682. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97683. web_1 |
  97684. web_1 | Fatal error: Unable to find local grunt.
  97685. web_1 |
  97686. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97687. web_1 | your project. For more information about installing and configuring grunt,
  97688. web_1 | please see the Getting Started guide:
  97689. web_1 |
  97690. web_1 | http://gruntjs.com/getting-started
  97691. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97692. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97693. web_1 | Syncing...
  97694. web_1 | Creating tables ...
  97695. web_1 | Installing custom SQL ...
  97696. web_1 | Installing indexes ...
  97697. web_1 | Installed 0 object(s) from 0 fixture(s)
  97698. web_1 |
  97699. web_1 | Synced:
  97700. web_1 | > django.contrib.auth
  97701. web_1 | > django.contrib.contenttypes
  97702. web_1 | > django.contrib.sessions
  97703. web_1 | > django.contrib.sites
  97704. web_1 | > django.contrib.messages
  97705. web_1 | > django.contrib.staticfiles
  97706. web_1 | > django.contrib.admin
  97707. web_1 | > south
  97708. web_1 | > crispy_forms
  97709. web_1 | > avatar
  97710. web_1 | > bootstrap3
  97711. web_1 | > users
  97712. web_1 | > allauth
  97713. web_1 | > allauth.account
  97714. web_1 | > django.contrib.humanize
  97715. web_1 | > debug_toolbar
  97716. web_1 |
  97717. web_1 | Not synced (use migrations):
  97718. web_1 | - allauth.socialaccount
  97719. web_1 | - django_extensions
  97720. web_1 | (use ./manage.py migrate to migrate these)
  97721. web_1 | Running migrations for socialaccount:
  97722. web_1 | - Nothing to migrate.
  97723. web_1 | - Loading initial data for socialaccount.
  97724. web_1 | Installed 0 object(s) from 0 fixture(s)
  97725. web_1 | Running migrations for django_extensions:
  97726. web_1 | - Nothing to migrate.
  97727. web_1 | - Loading initial data for django_extensions.
  97728. web_1 | Installed 0 object(s) from 0 fixture(s)
  97729. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97730. web_1 | [GCC 4.9.2] on linux2
  97731. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97732. web_1 | (InteractiveConsole)
  97733. web_1 |
  97734. web_1 | >>> >>> Starting the server
  97735. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97736. web_1 |
  97737. web_1 | Fatal error: Unable to find local grunt.
  97738. web_1 |
  97739. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97740. web_1 | your project. For more information about installing and configuring grunt,
  97741. web_1 | please see the Getting Started guide:
  97742. web_1 |
  97743. web_1 | http://gruntjs.com/getting-started
  97744. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97745. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97746. web_1 | Syncing...
  97747. web_1 | Creating tables ...
  97748. web_1 | Installing custom SQL ...
  97749. web_1 | Installing indexes ...
  97750. web_1 | Installed 0 object(s) from 0 fixture(s)
  97751. web_1 |
  97752. web_1 | Synced:
  97753. web_1 | > django.contrib.auth
  97754. web_1 | > django.contrib.contenttypes
  97755. web_1 | > django.contrib.sessions
  97756. web_1 | > django.contrib.sites
  97757. web_1 | > django.contrib.messages
  97758. web_1 | > django.contrib.staticfiles
  97759. web_1 | > django.contrib.admin
  97760. web_1 | > south
  97761. web_1 | > crispy_forms
  97762. web_1 | > avatar
  97763. web_1 | > bootstrap3
  97764. web_1 | > users
  97765. web_1 | > allauth
  97766. web_1 | > allauth.account
  97767. web_1 | > django.contrib.humanize
  97768. web_1 | > debug_toolbar
  97769. web_1 |
  97770. web_1 | Not synced (use migrations):
  97771. web_1 | - allauth.socialaccount
  97772. web_1 | - django_extensions
  97773. web_1 | (use ./manage.py migrate to migrate these)
  97774. web_1 | Running migrations for socialaccount:
  97775. web_1 | - Nothing to migrate.
  97776. web_1 | - Loading initial data for socialaccount.
  97777. web_1 | Installed 0 object(s) from 0 fixture(s)
  97778. web_1 | Running migrations for django_extensions:
  97779. web_1 | - Nothing to migrate.
  97780. web_1 | - Loading initial data for django_extensions.
  97781. web_1 | Installed 0 object(s) from 0 fixture(s)
  97782. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97783. web_1 | [GCC 4.9.2] on linux2
  97784. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97785. web_1 | (InteractiveConsole)
  97786. web_1 |
  97787. web_1 | >>> >>> Starting the server
  97788. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97789. web_1 |
  97790. web_1 | Fatal error: Unable to find local grunt.
  97791. web_1 |
  97792. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97793. web_1 | your project. For more information about installing and configuring grunt,
  97794. web_1 | please see the Getting Started guide:
  97795. web_1 |
  97796. web_1 | http://gruntjs.com/getting-started
  97797. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97798. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97799. web_1 | Syncing...
  97800. web_1 | Creating tables ...
  97801. web_1 | Installing custom SQL ...
  97802. web_1 | Installing indexes ...
  97803. web_1 | Installed 0 object(s) from 0 fixture(s)
  97804. web_1 |
  97805. web_1 | Synced:
  97806. web_1 | > django.contrib.auth
  97807. web_1 | > django.contrib.contenttypes
  97808. web_1 | > django.contrib.sessions
  97809. web_1 | > django.contrib.sites
  97810. web_1 | > django.contrib.messages
  97811. web_1 | > django.contrib.staticfiles
  97812. web_1 | > django.contrib.admin
  97813. web_1 | > south
  97814. web_1 | > crispy_forms
  97815. web_1 | > avatar
  97816. web_1 | > bootstrap3
  97817. web_1 | > users
  97818. web_1 | > allauth
  97819. web_1 | > allauth.account
  97820. web_1 | > django.contrib.humanize
  97821. web_1 | > debug_toolbar
  97822. web_1 |
  97823. web_1 | Not synced (use migrations):
  97824. web_1 | - allauth.socialaccount
  97825. web_1 | - django_extensions
  97826. web_1 | (use ./manage.py migrate to migrate these)
  97827. web_1 | Running migrations for socialaccount:
  97828. web_1 | - Nothing to migrate.
  97829. web_1 | - Loading initial data for socialaccount.
  97830. web_1 | Installed 0 object(s) from 0 fixture(s)
  97831. web_1 | Running migrations for django_extensions:
  97832. web_1 | - Nothing to migrate.
  97833. web_1 | - Loading initial data for django_extensions.
  97834. web_1 | Installed 0 object(s) from 0 fixture(s)
  97835. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97836. web_1 | [GCC 4.9.2] on linux2
  97837. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97838. web_1 | (InteractiveConsole)
  97839. web_1 |
  97840. web_1 | >>> >>> Starting the server
  97841. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97842. web_1 |
  97843. web_1 | Fatal error: Unable to find local grunt.
  97844. web_1 |
  97845. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97846. web_1 | your project. For more information about installing and configuring grunt,
  97847. web_1 | please see the Getting Started guide:
  97848. web_1 |
  97849. web_1 | http://gruntjs.com/getting-started
  97850. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97851. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97852. web_1 | Syncing...
  97853. web_1 | Creating tables ...
  97854. web_1 | Installing custom SQL ...
  97855. web_1 | Installing indexes ...
  97856. web_1 | Installed 0 object(s) from 0 fixture(s)
  97857. web_1 |
  97858. web_1 | Synced:
  97859. web_1 | > django.contrib.auth
  97860. web_1 | > django.contrib.contenttypes
  97861. web_1 | > django.contrib.sessions
  97862. web_1 | > django.contrib.sites
  97863. web_1 | > django.contrib.messages
  97864. web_1 | > django.contrib.staticfiles
  97865. web_1 | > django.contrib.admin
  97866. web_1 | > south
  97867. web_1 | > crispy_forms
  97868. web_1 | > avatar
  97869. web_1 | > bootstrap3
  97870. web_1 | > users
  97871. web_1 | > allauth
  97872. web_1 | > allauth.account
  97873. web_1 | > django.contrib.humanize
  97874. web_1 | > debug_toolbar
  97875. web_1 |
  97876. web_1 | Not synced (use migrations):
  97877. web_1 | - allauth.socialaccount
  97878. web_1 | - django_extensions
  97879. web_1 | (use ./manage.py migrate to migrate these)
  97880. web_1 | Running migrations for socialaccount:
  97881. web_1 | - Nothing to migrate.
  97882. web_1 | - Loading initial data for socialaccount.
  97883. web_1 | Installed 0 object(s) from 0 fixture(s)
  97884. web_1 | Running migrations for django_extensions:
  97885. web_1 | - Nothing to migrate.
  97886. web_1 | - Loading initial data for django_extensions.
  97887. web_1 | Installed 0 object(s) from 0 fixture(s)
  97888. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97889. web_1 | [GCC 4.9.2] on linux2
  97890. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97891. web_1 | (InteractiveConsole)
  97892. web_1 |
  97893. web_1 | >>> >>> Starting the server
  97894. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97895. web_1 |
  97896. web_1 | Fatal error: Unable to find local grunt.
  97897. web_1 |
  97898. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97899. web_1 | your project. For more information about installing and configuring grunt,
  97900. web_1 | please see the Getting Started guide:
  97901. web_1 |
  97902. web_1 | http://gruntjs.com/getting-started
  97903. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97904. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97905. web_1 | Syncing...
  97906. web_1 | Creating tables ...
  97907. web_1 | Installing custom SQL ...
  97908. web_1 | Installing indexes ...
  97909. web_1 | Installed 0 object(s) from 0 fixture(s)
  97910. web_1 |
  97911. web_1 | Synced:
  97912. web_1 | > django.contrib.auth
  97913. web_1 | > django.contrib.contenttypes
  97914. web_1 | > django.contrib.sessions
  97915. web_1 | > django.contrib.sites
  97916. web_1 | > django.contrib.messages
  97917. web_1 | > django.contrib.staticfiles
  97918. web_1 | > django.contrib.admin
  97919. web_1 | > south
  97920. web_1 | > crispy_forms
  97921. web_1 | > avatar
  97922. web_1 | > bootstrap3
  97923. web_1 | > users
  97924. web_1 | > allauth
  97925. web_1 | > allauth.account
  97926. web_1 | > django.contrib.humanize
  97927. web_1 | > debug_toolbar
  97928. web_1 |
  97929. web_1 | Not synced (use migrations):
  97930. web_1 | - allauth.socialaccount
  97931. web_1 | - django_extensions
  97932. web_1 | (use ./manage.py migrate to migrate these)
  97933. web_1 | Running migrations for socialaccount:
  97934. web_1 | - Nothing to migrate.
  97935. web_1 | - Loading initial data for socialaccount.
  97936. web_1 | Installed 0 object(s) from 0 fixture(s)
  97937. web_1 | Running migrations for django_extensions:
  97938. web_1 | - Nothing to migrate.
  97939. web_1 | - Loading initial data for django_extensions.
  97940. web_1 | Installed 0 object(s) from 0 fixture(s)
  97941. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97942. web_1 | [GCC 4.9.2] on linux2
  97943. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97944. web_1 | (InteractiveConsole)
  97945. web_1 |
  97946. web_1 | >>> >>> Starting the server
  97947. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  97948. web_1 |
  97949. web_1 | Fatal error: Unable to find local grunt.
  97950. web_1 |
  97951. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  97952. web_1 | your project. For more information about installing and configuring grunt,
  97953. web_1 | please see the Getting Started guide:
  97954. web_1 |
  97955. web_1 | http://gruntjs.com/getting-started
  97956. web_1 | Starting OpenBSD Secure Shell server: sshd.
  97957. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  97958. web_1 | Syncing...
  97959. web_1 | Creating tables ...
  97960. web_1 | Installing custom SQL ...
  97961. web_1 | Installing indexes ...
  97962. web_1 | Installed 0 object(s) from 0 fixture(s)
  97963. web_1 |
  97964. web_1 | Synced:
  97965. web_1 | > django.contrib.auth
  97966. web_1 | > django.contrib.contenttypes
  97967. web_1 | > django.contrib.sessions
  97968. web_1 | > django.contrib.sites
  97969. web_1 | > django.contrib.messages
  97970. web_1 | > django.contrib.staticfiles
  97971. web_1 | > django.contrib.admin
  97972. web_1 | > south
  97973. web_1 | > crispy_forms
  97974. web_1 | > avatar
  97975. web_1 | > bootstrap3
  97976. web_1 | > users
  97977. web_1 | > allauth
  97978. web_1 | > allauth.account
  97979. web_1 | > django.contrib.humanize
  97980. web_1 | > debug_toolbar
  97981. web_1 |
  97982. web_1 | Not synced (use migrations):
  97983. web_1 | - allauth.socialaccount
  97984. web_1 | - django_extensions
  97985. web_1 | (use ./manage.py migrate to migrate these)
  97986. web_1 | Running migrations for socialaccount:
  97987. web_1 | - Nothing to migrate.
  97988. web_1 | - Loading initial data for socialaccount.
  97989. web_1 | Installed 0 object(s) from 0 fixture(s)
  97990. web_1 | Running migrations for django_extensions:
  97991. web_1 | - Nothing to migrate.
  97992. web_1 | - Loading initial data for django_extensions.
  97993. web_1 | Installed 0 object(s) from 0 fixture(s)
  97994. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  97995. web_1 | [GCC 4.9.2] on linux2
  97996. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  97997. web_1 | (InteractiveConsole)
  97998. web_1 |
  97999. web_1 | >>> >>> Starting the server
  98000. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98001. web_1 |
  98002. web_1 | Fatal error: Unable to find local grunt.
  98003. web_1 |
  98004. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98005. web_1 | your project. For more information about installing and configuring grunt,
  98006. web_1 | please see the Getting Started guide:
  98007. web_1 |
  98008. web_1 | http://gruntjs.com/getting-started
  98009. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98010. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98011. web_1 | Syncing...
  98012. web_1 | Creating tables ...
  98013. web_1 | Installing custom SQL ...
  98014. web_1 | Installing indexes ...
  98015. web_1 | Installed 0 object(s) from 0 fixture(s)
  98016. web_1 |
  98017. web_1 | Synced:
  98018. web_1 | > django.contrib.auth
  98019. web_1 | > django.contrib.contenttypes
  98020. web_1 | > django.contrib.sessions
  98021. web_1 | > django.contrib.sites
  98022. web_1 | > django.contrib.messages
  98023. web_1 | > django.contrib.staticfiles
  98024. web_1 | > django.contrib.admin
  98025. web_1 | > south
  98026. web_1 | > crispy_forms
  98027. web_1 | > avatar
  98028. web_1 | > bootstrap3
  98029. web_1 | > users
  98030. web_1 | > allauth
  98031. web_1 | > allauth.account
  98032. web_1 | > django.contrib.humanize
  98033. web_1 | > debug_toolbar
  98034. web_1 |
  98035. web_1 | Not synced (use migrations):
  98036. web_1 | - allauth.socialaccount
  98037. web_1 | - django_extensions
  98038. web_1 | (use ./manage.py migrate to migrate these)
  98039. web_1 | Running migrations for socialaccount:
  98040. web_1 | - Nothing to migrate.
  98041. web_1 | - Loading initial data for socialaccount.
  98042. web_1 | Installed 0 object(s) from 0 fixture(s)
  98043. web_1 | Running migrations for django_extensions:
  98044. web_1 | - Nothing to migrate.
  98045. web_1 | - Loading initial data for django_extensions.
  98046. web_1 | Installed 0 object(s) from 0 fixture(s)
  98047. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98048. web_1 | [GCC 4.9.2] on linux2
  98049. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98050. web_1 | (InteractiveConsole)
  98051. web_1 |
  98052. web_1 | >>> >>> Starting the server
  98053. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98054. web_1 |
  98055. web_1 | Fatal error: Unable to find local grunt.
  98056. web_1 |
  98057. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98058. web_1 | your project. For more information about installing and configuring grunt,
  98059. web_1 | please see the Getting Started guide:
  98060. web_1 |
  98061. web_1 | http://gruntjs.com/getting-started
  98062. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98063. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98064. web_1 | Syncing...
  98065. web_1 | Creating tables ...
  98066. web_1 | Installing custom SQL ...
  98067. web_1 | Installing indexes ...
  98068. web_1 | Installed 0 object(s) from 0 fixture(s)
  98069. web_1 |
  98070. web_1 | Synced:
  98071. web_1 | > django.contrib.auth
  98072. web_1 | > django.contrib.contenttypes
  98073. web_1 | > django.contrib.sessions
  98074. web_1 | > django.contrib.sites
  98075. web_1 | > django.contrib.messages
  98076. web_1 | > django.contrib.staticfiles
  98077. web_1 | > django.contrib.admin
  98078. web_1 | > south
  98079. web_1 | > crispy_forms
  98080. web_1 | > avatar
  98081. web_1 | > bootstrap3
  98082. web_1 | > users
  98083. web_1 | > allauth
  98084. web_1 | > allauth.account
  98085. web_1 | > django.contrib.humanize
  98086. web_1 | > debug_toolbar
  98087. web_1 |
  98088. web_1 | Not synced (use migrations):
  98089. web_1 | - allauth.socialaccount
  98090. web_1 | - django_extensions
  98091. web_1 | (use ./manage.py migrate to migrate these)
  98092. web_1 | Running migrations for socialaccount:
  98093. web_1 | - Nothing to migrate.
  98094. web_1 | - Loading initial data for socialaccount.
  98095. web_1 | Installed 0 object(s) from 0 fixture(s)
  98096. web_1 | Running migrations for django_extensions:
  98097. web_1 | - Nothing to migrate.
  98098. web_1 | - Loading initial data for django_extensions.
  98099. web_1 | Installed 0 object(s) from 0 fixture(s)
  98100. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98101. web_1 | [GCC 4.9.2] on linux2
  98102. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98103. web_1 | (InteractiveConsole)
  98104. web_1 |
  98105. web_1 | >>> >>> Starting the server
  98106. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98107. web_1 |
  98108. web_1 | Fatal error: Unable to find local grunt.
  98109. web_1 |
  98110. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98111. web_1 | your project. For more information about installing and configuring grunt,
  98112. web_1 | please see the Getting Started guide:
  98113. web_1 |
  98114. web_1 | http://gruntjs.com/getting-started
  98115. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98116. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98117. web_1 | Syncing...
  98118. web_1 | Creating tables ...
  98119. web_1 | Installing custom SQL ...
  98120. web_1 | Installing indexes ...
  98121. web_1 | Installed 0 object(s) from 0 fixture(s)
  98122. web_1 |
  98123. web_1 | Synced:
  98124. web_1 | > django.contrib.auth
  98125. web_1 | > django.contrib.contenttypes
  98126. web_1 | > django.contrib.sessions
  98127. web_1 | > django.contrib.sites
  98128. web_1 | > django.contrib.messages
  98129. web_1 | > django.contrib.staticfiles
  98130. web_1 | > django.contrib.admin
  98131. web_1 | > south
  98132. web_1 | > crispy_forms
  98133. web_1 | > avatar
  98134. web_1 | > bootstrap3
  98135. web_1 | > users
  98136. web_1 | > allauth
  98137. web_1 | > allauth.account
  98138. web_1 | > django.contrib.humanize
  98139. web_1 | > debug_toolbar
  98140. web_1 |
  98141. web_1 | Not synced (use migrations):
  98142. web_1 | - allauth.socialaccount
  98143. web_1 | - django_extensions
  98144. web_1 | (use ./manage.py migrate to migrate these)
  98145. web_1 | Running migrations for socialaccount:
  98146. web_1 | - Nothing to migrate.
  98147. web_1 | - Loading initial data for socialaccount.
  98148. web_1 | Installed 0 object(s) from 0 fixture(s)
  98149. web_1 | Running migrations for django_extensions:
  98150. web_1 | - Nothing to migrate.
  98151. web_1 | - Loading initial data for django_extensions.
  98152. web_1 | Installed 0 object(s) from 0 fixture(s)
  98153. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98154. web_1 | [GCC 4.9.2] on linux2
  98155. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98156. web_1 | (InteractiveConsole)
  98157. web_1 |
  98158. web_1 | >>> >>> Starting the server
  98159. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98160. web_1 |
  98161. web_1 | Fatal error: Unable to find local grunt.
  98162. web_1 |
  98163. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98164. web_1 | your project. For more information about installing and configuring grunt,
  98165. web_1 | please see the Getting Started guide:
  98166. web_1 |
  98167. web_1 | http://gruntjs.com/getting-started
  98168. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98169. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98170. web_1 | Syncing...
  98171. web_1 | Creating tables ...
  98172. web_1 | Installing custom SQL ...
  98173. web_1 | Installing indexes ...
  98174. web_1 | Installed 0 object(s) from 0 fixture(s)
  98175. web_1 |
  98176. web_1 | Synced:
  98177. web_1 | > django.contrib.auth
  98178. web_1 | > django.contrib.contenttypes
  98179. web_1 | > django.contrib.sessions
  98180. web_1 | > django.contrib.sites
  98181. web_1 | > django.contrib.messages
  98182. web_1 | > django.contrib.staticfiles
  98183. web_1 | > django.contrib.admin
  98184. web_1 | > south
  98185. web_1 | > crispy_forms
  98186. web_1 | > avatar
  98187. web_1 | > bootstrap3
  98188. web_1 | > users
  98189. web_1 | > allauth
  98190. web_1 | > allauth.account
  98191. web_1 | > django.contrib.humanize
  98192. web_1 | > debug_toolbar
  98193. web_1 |
  98194. web_1 | Not synced (use migrations):
  98195. web_1 | - allauth.socialaccount
  98196. web_1 | - django_extensions
  98197. web_1 | (use ./manage.py migrate to migrate these)
  98198. web_1 | Running migrations for socialaccount:
  98199. web_1 | - Nothing to migrate.
  98200. web_1 | - Loading initial data for socialaccount.
  98201. web_1 | Installed 0 object(s) from 0 fixture(s)
  98202. web_1 | Running migrations for django_extensions:
  98203. web_1 | - Nothing to migrate.
  98204. web_1 | - Loading initial data for django_extensions.
  98205. web_1 | Installed 0 object(s) from 0 fixture(s)
  98206. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98207. web_1 | [GCC 4.9.2] on linux2
  98208. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98209. web_1 | (InteractiveConsole)
  98210. web_1 |
  98211. web_1 | >>> >>> Starting the server
  98212. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98213. web_1 |
  98214. web_1 | Fatal error: Unable to find local grunt.
  98215. web_1 |
  98216. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98217. web_1 | your project. For more information about installing and configuring grunt,
  98218. web_1 | please see the Getting Started guide:
  98219. web_1 |
  98220. web_1 | http://gruntjs.com/getting-started
  98221. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98222. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98223. web_1 | Syncing...
  98224. web_1 | Creating tables ...
  98225. web_1 | Installing custom SQL ...
  98226. web_1 | Installing indexes ...
  98227. web_1 | Installed 0 object(s) from 0 fixture(s)
  98228. web_1 |
  98229. web_1 | Synced:
  98230. web_1 | > django.contrib.auth
  98231. web_1 | > django.contrib.contenttypes
  98232. web_1 | > django.contrib.sessions
  98233. web_1 | > django.contrib.sites
  98234. web_1 | > django.contrib.messages
  98235. web_1 | > django.contrib.staticfiles
  98236. web_1 | > django.contrib.admin
  98237. web_1 | > south
  98238. web_1 | > crispy_forms
  98239. web_1 | > avatar
  98240. web_1 | > bootstrap3
  98241. web_1 | > users
  98242. web_1 | > allauth
  98243. web_1 | > allauth.account
  98244. web_1 | > django.contrib.humanize
  98245. web_1 | > debug_toolbar
  98246. web_1 |
  98247. web_1 | Not synced (use migrations):
  98248. web_1 | - allauth.socialaccount
  98249. web_1 | - django_extensions
  98250. web_1 | (use ./manage.py migrate to migrate these)
  98251. web_1 | Running migrations for socialaccount:
  98252. web_1 | - Nothing to migrate.
  98253. web_1 | - Loading initial data for socialaccount.
  98254. web_1 | Installed 0 object(s) from 0 fixture(s)
  98255. web_1 | Running migrations for django_extensions:
  98256. web_1 | - Nothing to migrate.
  98257. web_1 | - Loading initial data for django_extensions.
  98258. web_1 | Installed 0 object(s) from 0 fixture(s)
  98259. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98260. web_1 | [GCC 4.9.2] on linux2
  98261. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98262. web_1 | (InteractiveConsole)
  98263. web_1 |
  98264. web_1 | >>> >>> Starting the server
  98265. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98266. web_1 |
  98267. web_1 | Fatal error: Unable to find local grunt.
  98268. web_1 |
  98269. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98270. web_1 | your project. For more information about installing and configuring grunt,
  98271. web_1 | please see the Getting Started guide:
  98272. web_1 |
  98273. web_1 | http://gruntjs.com/getting-started
  98274. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98275. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98276. web_1 | Syncing...
  98277. web_1 | Creating tables ...
  98278. web_1 | Installing custom SQL ...
  98279. web_1 | Installing indexes ...
  98280. web_1 | Installed 0 object(s) from 0 fixture(s)
  98281. web_1 |
  98282. web_1 | Synced:
  98283. web_1 | > django.contrib.auth
  98284. web_1 | > django.contrib.contenttypes
  98285. web_1 | > django.contrib.sessions
  98286. web_1 | > django.contrib.sites
  98287. web_1 | > django.contrib.messages
  98288. web_1 | > django.contrib.staticfiles
  98289. web_1 | > django.contrib.admin
  98290. web_1 | > south
  98291. web_1 | > crispy_forms
  98292. web_1 | > avatar
  98293. web_1 | > bootstrap3
  98294. web_1 | > users
  98295. web_1 | > allauth
  98296. web_1 | > allauth.account
  98297. web_1 | > django.contrib.humanize
  98298. web_1 | > debug_toolbar
  98299. web_1 |
  98300. web_1 | Not synced (use migrations):
  98301. web_1 | - allauth.socialaccount
  98302. web_1 | - django_extensions
  98303. web_1 | (use ./manage.py migrate to migrate these)
  98304. web_1 | Running migrations for socialaccount:
  98305. web_1 | - Nothing to migrate.
  98306. web_1 | - Loading initial data for socialaccount.
  98307. web_1 | Installed 0 object(s) from 0 fixture(s)
  98308. web_1 | Running migrations for django_extensions:
  98309. web_1 | - Nothing to migrate.
  98310. web_1 | - Loading initial data for django_extensions.
  98311. web_1 | Installed 0 object(s) from 0 fixture(s)
  98312. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98313. web_1 | [GCC 4.9.2] on linux2
  98314. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98315. web_1 | (InteractiveConsole)
  98316. web_1 |
  98317. web_1 | >>> >>> Starting the server
  98318. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98319. web_1 |
  98320. web_1 | Fatal error: Unable to find local grunt.
  98321. web_1 |
  98322. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98323. web_1 | your project. For more information about installing and configuring grunt,
  98324. web_1 | please see the Getting Started guide:
  98325. web_1 |
  98326. web_1 | http://gruntjs.com/getting-started
  98327. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98328. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98329. web_1 | Syncing...
  98330. web_1 | Creating tables ...
  98331. web_1 | Installing custom SQL ...
  98332. web_1 | Installing indexes ...
  98333. web_1 | Installed 0 object(s) from 0 fixture(s)
  98334. web_1 |
  98335. web_1 | Synced:
  98336. web_1 | > django.contrib.auth
  98337. web_1 | > django.contrib.contenttypes
  98338. web_1 | > django.contrib.sessions
  98339. web_1 | > django.contrib.sites
  98340. web_1 | > django.contrib.messages
  98341. web_1 | > django.contrib.staticfiles
  98342. web_1 | > django.contrib.admin
  98343. web_1 | > south
  98344. web_1 | > crispy_forms
  98345. web_1 | > avatar
  98346. web_1 | > bootstrap3
  98347. web_1 | > users
  98348. web_1 | > allauth
  98349. web_1 | > allauth.account
  98350. web_1 | > django.contrib.humanize
  98351. web_1 | > debug_toolbar
  98352. web_1 |
  98353. web_1 | Not synced (use migrations):
  98354. web_1 | - allauth.socialaccount
  98355. web_1 | - django_extensions
  98356. web_1 | (use ./manage.py migrate to migrate these)
  98357. web_1 | Running migrations for socialaccount:
  98358. web_1 | - Nothing to migrate.
  98359. web_1 | - Loading initial data for socialaccount.
  98360. web_1 | Installed 0 object(s) from 0 fixture(s)
  98361. web_1 | Running migrations for django_extensions:
  98362. web_1 | - Nothing to migrate.
  98363. web_1 | - Loading initial data for django_extensions.
  98364. web_1 | Installed 0 object(s) from 0 fixture(s)
  98365. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98366. web_1 | [GCC 4.9.2] on linux2
  98367. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98368. web_1 | (InteractiveConsole)
  98369. web_1 |
  98370. web_1 | >>> >>> Starting the server
  98371. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98372. web_1 |
  98373. web_1 | Fatal error: Unable to find local grunt.
  98374. web_1 |
  98375. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98376. web_1 | your project. For more information about installing and configuring grunt,
  98377. web_1 | please see the Getting Started guide:
  98378. web_1 |
  98379. web_1 | http://gruntjs.com/getting-started
  98380. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98381. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98382. web_1 | Syncing...
  98383. web_1 | Creating tables ...
  98384. web_1 | Installing custom SQL ...
  98385. web_1 | Installing indexes ...
  98386. web_1 | Installed 0 object(s) from 0 fixture(s)
  98387. web_1 |
  98388. web_1 | Synced:
  98389. web_1 | > django.contrib.auth
  98390. web_1 | > django.contrib.contenttypes
  98391. web_1 | > django.contrib.sessions
  98392. web_1 | > django.contrib.sites
  98393. web_1 | > django.contrib.messages
  98394. web_1 | > django.contrib.staticfiles
  98395. web_1 | > django.contrib.admin
  98396. web_1 | > south
  98397. web_1 | > crispy_forms
  98398. web_1 | > avatar
  98399. web_1 | > bootstrap3
  98400. web_1 | > users
  98401. web_1 | > allauth
  98402. web_1 | > allauth.account
  98403. web_1 | > django.contrib.humanize
  98404. web_1 | > debug_toolbar
  98405. web_1 |
  98406. web_1 | Not synced (use migrations):
  98407. web_1 | - allauth.socialaccount
  98408. web_1 | - django_extensions
  98409. web_1 | (use ./manage.py migrate to migrate these)
  98410. web_1 | Running migrations for socialaccount:
  98411. web_1 | - Nothing to migrate.
  98412. web_1 | - Loading initial data for socialaccount.
  98413. web_1 | Installed 0 object(s) from 0 fixture(s)
  98414. web_1 | Running migrations for django_extensions:
  98415. web_1 | - Nothing to migrate.
  98416. web_1 | - Loading initial data for django_extensions.
  98417. web_1 | Installed 0 object(s) from 0 fixture(s)
  98418. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98419. web_1 | [GCC 4.9.2] on linux2
  98420. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98421. web_1 | (InteractiveConsole)
  98422. web_1 |
  98423. web_1 | >>> >>> Starting the server
  98424. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98425. web_1 |
  98426. web_1 | Fatal error: Unable to find local grunt.
  98427. web_1 |
  98428. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98429. web_1 | your project. For more information about installing and configuring grunt,
  98430. web_1 | please see the Getting Started guide:
  98431. web_1 |
  98432. web_1 | http://gruntjs.com/getting-started
  98433. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98434. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98435. web_1 | Syncing...
  98436. web_1 | Creating tables ...
  98437. web_1 | Installing custom SQL ...
  98438. web_1 | Installing indexes ...
  98439. web_1 | Installed 0 object(s) from 0 fixture(s)
  98440. web_1 |
  98441. web_1 | Synced:
  98442. web_1 | > django.contrib.auth
  98443. web_1 | > django.contrib.contenttypes
  98444. web_1 | > django.contrib.sessions
  98445. web_1 | > django.contrib.sites
  98446. web_1 | > django.contrib.messages
  98447. web_1 | > django.contrib.staticfiles
  98448. web_1 | > django.contrib.admin
  98449. web_1 | > south
  98450. web_1 | > crispy_forms
  98451. web_1 | > avatar
  98452. web_1 | > bootstrap3
  98453. web_1 | > users
  98454. web_1 | > allauth
  98455. web_1 | > allauth.account
  98456. web_1 | > django.contrib.humanize
  98457. web_1 | > debug_toolbar
  98458. web_1 |
  98459. web_1 | Not synced (use migrations):
  98460. web_1 | - allauth.socialaccount
  98461. web_1 | - django_extensions
  98462. web_1 | (use ./manage.py migrate to migrate these)
  98463. web_1 | Running migrations for socialaccount:
  98464. web_1 | - Nothing to migrate.
  98465. web_1 | - Loading initial data for socialaccount.
  98466. web_1 | Installed 0 object(s) from 0 fixture(s)
  98467. web_1 | Running migrations for django_extensions:
  98468. web_1 | - Nothing to migrate.
  98469. web_1 | - Loading initial data for django_extensions.
  98470. web_1 | Installed 0 object(s) from 0 fixture(s)
  98471. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98472. web_1 | [GCC 4.9.2] on linux2
  98473. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98474. web_1 | (InteractiveConsole)
  98475. web_1 |
  98476. web_1 | >>> >>> Starting the server
  98477. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98478. web_1 |
  98479. web_1 | Fatal error: Unable to find local grunt.
  98480. web_1 |
  98481. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98482. web_1 | your project. For more information about installing and configuring grunt,
  98483. web_1 | please see the Getting Started guide:
  98484. web_1 |
  98485. web_1 | http://gruntjs.com/getting-started
  98486. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98487. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98488. web_1 | Syncing...
  98489. web_1 | Creating tables ...
  98490. web_1 | Installing custom SQL ...
  98491. web_1 | Installing indexes ...
  98492. web_1 | Installed 0 object(s) from 0 fixture(s)
  98493. web_1 |
  98494. web_1 | Synced:
  98495. web_1 | > django.contrib.auth
  98496. web_1 | > django.contrib.contenttypes
  98497. web_1 | > django.contrib.sessions
  98498. web_1 | > django.contrib.sites
  98499. web_1 | > django.contrib.messages
  98500. web_1 | > django.contrib.staticfiles
  98501. web_1 | > django.contrib.admin
  98502. web_1 | > south
  98503. web_1 | > crispy_forms
  98504. web_1 | > avatar
  98505. web_1 | > bootstrap3
  98506. web_1 | > users
  98507. web_1 | > allauth
  98508. web_1 | > allauth.account
  98509. web_1 | > django.contrib.humanize
  98510. web_1 | > debug_toolbar
  98511. web_1 |
  98512. web_1 | Not synced (use migrations):
  98513. web_1 | - allauth.socialaccount
  98514. web_1 | - django_extensions
  98515. web_1 | (use ./manage.py migrate to migrate these)
  98516. web_1 | Running migrations for socialaccount:
  98517. web_1 | - Nothing to migrate.
  98518. web_1 | - Loading initial data for socialaccount.
  98519. web_1 | Installed 0 object(s) from 0 fixture(s)
  98520. web_1 | Running migrations for django_extensions:
  98521. web_1 | - Nothing to migrate.
  98522. web_1 | - Loading initial data for django_extensions.
  98523. web_1 | Installed 0 object(s) from 0 fixture(s)
  98524. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98525. web_1 | [GCC 4.9.2] on linux2
  98526. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98527. web_1 | (InteractiveConsole)
  98528. web_1 |
  98529. web_1 | >>> >>> Starting the server
  98530. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98531. web_1 |
  98532. web_1 | Fatal error: Unable to find local grunt.
  98533. web_1 |
  98534. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98535. web_1 | your project. For more information about installing and configuring grunt,
  98536. web_1 | please see the Getting Started guide:
  98537. web_1 |
  98538. web_1 | http://gruntjs.com/getting-started
  98539. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98540. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98541. web_1 | Syncing...
  98542. web_1 | Creating tables ...
  98543. web_1 | Installing custom SQL ...
  98544. web_1 | Installing indexes ...
  98545. web_1 | Installed 0 object(s) from 0 fixture(s)
  98546. web_1 |
  98547. web_1 | Synced:
  98548. web_1 | > django.contrib.auth
  98549. web_1 | > django.contrib.contenttypes
  98550. web_1 | > django.contrib.sessions
  98551. web_1 | > django.contrib.sites
  98552. web_1 | > django.contrib.messages
  98553. web_1 | > django.contrib.staticfiles
  98554. web_1 | > django.contrib.admin
  98555. web_1 | > south
  98556. web_1 | > crispy_forms
  98557. web_1 | > avatar
  98558. web_1 | > bootstrap3
  98559. web_1 | > users
  98560. web_1 | > allauth
  98561. web_1 | > allauth.account
  98562. web_1 | > django.contrib.humanize
  98563. web_1 | > debug_toolbar
  98564. web_1 |
  98565. web_1 | Not synced (use migrations):
  98566. web_1 | - allauth.socialaccount
  98567. web_1 | - django_extensions
  98568. web_1 | (use ./manage.py migrate to migrate these)
  98569. web_1 | Running migrations for socialaccount:
  98570. web_1 | - Nothing to migrate.
  98571. web_1 | - Loading initial data for socialaccount.
  98572. web_1 | Installed 0 object(s) from 0 fixture(s)
  98573. web_1 | Running migrations for django_extensions:
  98574. web_1 | - Nothing to migrate.
  98575. web_1 | - Loading initial data for django_extensions.
  98576. web_1 | Installed 0 object(s) from 0 fixture(s)
  98577. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98578. web_1 | [GCC 4.9.2] on linux2
  98579. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98580. web_1 | (InteractiveConsole)
  98581. web_1 |
  98582. web_1 | >>> >>> Starting the server
  98583. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98584. web_1 |
  98585. web_1 | Fatal error: Unable to find local grunt.
  98586. web_1 |
  98587. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98588. web_1 | your project. For more information about installing and configuring grunt,
  98589. web_1 | please see the Getting Started guide:
  98590. web_1 |
  98591. web_1 | http://gruntjs.com/getting-started
  98592. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98593. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98594. web_1 | Syncing...
  98595. web_1 | Creating tables ...
  98596. web_1 | Installing custom SQL ...
  98597. web_1 | Installing indexes ...
  98598. web_1 | Installed 0 object(s) from 0 fixture(s)
  98599. web_1 |
  98600. web_1 | Synced:
  98601. web_1 | > django.contrib.auth
  98602. web_1 | > django.contrib.contenttypes
  98603. web_1 | > django.contrib.sessions
  98604. web_1 | > django.contrib.sites
  98605. web_1 | > django.contrib.messages
  98606. web_1 | > django.contrib.staticfiles
  98607. web_1 | > django.contrib.admin
  98608. web_1 | > south
  98609. web_1 | > crispy_forms
  98610. web_1 | > avatar
  98611. web_1 | > bootstrap3
  98612. web_1 | > users
  98613. web_1 | > allauth
  98614. web_1 | > allauth.account
  98615. web_1 | > django.contrib.humanize
  98616. web_1 | > debug_toolbar
  98617. web_1 |
  98618. web_1 | Not synced (use migrations):
  98619. web_1 | - allauth.socialaccount
  98620. web_1 | - django_extensions
  98621. web_1 | (use ./manage.py migrate to migrate these)
  98622. web_1 | Running migrations for socialaccount:
  98623. web_1 | - Nothing to migrate.
  98624. web_1 | - Loading initial data for socialaccount.
  98625. web_1 | Installed 0 object(s) from 0 fixture(s)
  98626. web_1 | Running migrations for django_extensions:
  98627. web_1 | - Nothing to migrate.
  98628. web_1 | - Loading initial data for django_extensions.
  98629. web_1 | Installed 0 object(s) from 0 fixture(s)
  98630. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98631. web_1 | [GCC 4.9.2] on linux2
  98632. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98633. web_1 | (InteractiveConsole)
  98634. web_1 |
  98635. web_1 | >>> >>> Starting the server
  98636. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98637. web_1 |
  98638. web_1 | Fatal error: Unable to find local grunt.
  98639. web_1 |
  98640. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98641. web_1 | your project. For more information about installing and configuring grunt,
  98642. web_1 | please see the Getting Started guide:
  98643. web_1 |
  98644. web_1 | http://gruntjs.com/getting-started
  98645. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98646. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98647. web_1 | Syncing...
  98648. web_1 | Creating tables ...
  98649. web_1 | Installing custom SQL ...
  98650. web_1 | Installing indexes ...
  98651. web_1 | Installed 0 object(s) from 0 fixture(s)
  98652. web_1 |
  98653. web_1 | Synced:
  98654. web_1 | > django.contrib.auth
  98655. web_1 | > django.contrib.contenttypes
  98656. web_1 | > django.contrib.sessions
  98657. web_1 | > django.contrib.sites
  98658. web_1 | > django.contrib.messages
  98659. web_1 | > django.contrib.staticfiles
  98660. web_1 | > django.contrib.admin
  98661. web_1 | > south
  98662. web_1 | > crispy_forms
  98663. web_1 | > avatar
  98664. web_1 | > bootstrap3
  98665. web_1 | > users
  98666. web_1 | > allauth
  98667. web_1 | > allauth.account
  98668. web_1 | > django.contrib.humanize
  98669. web_1 | > debug_toolbar
  98670. web_1 |
  98671. web_1 | Not synced (use migrations):
  98672. web_1 | - allauth.socialaccount
  98673. web_1 | - django_extensions
  98674. web_1 | (use ./manage.py migrate to migrate these)
  98675. web_1 | Running migrations for socialaccount:
  98676. web_1 | - Nothing to migrate.
  98677. web_1 | - Loading initial data for socialaccount.
  98678. web_1 | Installed 0 object(s) from 0 fixture(s)
  98679. web_1 | Running migrations for django_extensions:
  98680. web_1 | - Nothing to migrate.
  98681. web_1 | - Loading initial data for django_extensions.
  98682. web_1 | Installed 0 object(s) from 0 fixture(s)
  98683. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98684. web_1 | [GCC 4.9.2] on linux2
  98685. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98686. web_1 | (InteractiveConsole)
  98687. web_1 |
  98688. web_1 | >>> >>> Starting the server
  98689. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98690. web_1 |
  98691. web_1 | Fatal error: Unable to find local grunt.
  98692. web_1 |
  98693. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98694. web_1 | your project. For more information about installing and configuring grunt,
  98695. web_1 | please see the Getting Started guide:
  98696. web_1 |
  98697. web_1 | http://gruntjs.com/getting-started
  98698. oclweb_web_1 exited with code 99
  98699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98701. web_1 | Syncing...
  98702. web_1 | Traceback (most recent call last):
  98703. web_1 | File "ocl_web/manage.py", line 19, in <module>
  98704. web_1 | execute_from_command_line(sys.argv)
  98705. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  98706. web_1 | utility.execute()
  98707. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  98708. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  98709. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  98710. web_1 | self.execute(*args, **options.__dict__)
  98711. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  98712. web_1 | output = self.handle(*args, **options)
  98713. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  98714. web_1 | return self.handle_noargs(**options)
  98715. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  98716. web_1 | syncdb.Command().execute(**options)
  98717. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  98718. web_1 | output = self.handle(*args, **options)
  98719. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  98720. web_1 | return self.handle_noargs(**options)
  98721. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  98722. web_1 | cursor = connection.cursor()
  98723. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  98724. web_1 | cursor = self.make_debug_cursor(self._cursor())
  98725. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  98726. web_1 | self.ensure_connection()
  98727. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98728. web_1 | self.connect()
  98729. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  98730. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  98731. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98732. web_1 | self.connect()
  98733. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  98734. web_1 | self.connection = self.get_new_connection(conn_params)
  98735. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  98736. web_1 | return Database.connect(**conn_params)
  98737. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  98738. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  98739. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  98740. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  98741. web_1 | TCP/IP connections on port 5432?
  98742. web_1 |
  98743. web_1 | Traceback (most recent call last):
  98744. web_1 | File "ocl_web/manage.py", line 19, in <module>
  98745. web_1 | execute_from_command_line(sys.argv)
  98746. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  98747. web_1 | utility.execute()
  98748. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  98749. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  98750. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  98751. web_1 | self.execute(*args, **options.__dict__)
  98752. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  98753. web_1 | output = self.handle(*args, **options)
  98754. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  98755. web_1 | ignore_ghosts = ignore_ghosts,
  98756. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  98757. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  98758. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  98759. web_1 | for h in histories:
  98760. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  98761. web_1 | self._fetch_all()
  98762. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  98763. web_1 | self._result_cache = list(self.iterator())
  98764. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  98765. web_1 | for row in compiler.results_iter():
  98766. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  98767. web_1 | for rows in self.execute_sql(MULTI):
  98768. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  98769. web_1 | cursor = self.connection.cursor()
  98770. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  98771. web_1 | cursor = self.make_debug_cursor(self._cursor())
  98772. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  98773. web_1 | self.ensure_connection()
  98774. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98775. web_1 | self.connect()
  98776. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  98777. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  98778. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98779. web_1 | self.connect()
  98780. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  98781. web_1 | self.connection = self.get_new_connection(conn_params)
  98782. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  98783. web_1 | return Database.connect(**conn_params)
  98784. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  98785. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  98786. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  98787. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  98788. web_1 | TCP/IP connections on port 5432?
  98789. web_1 |
  98790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98791. web_1 | [GCC 4.9.2] on linux2
  98792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98793. web_1 | (InteractiveConsole)
  98794. web_1 | Traceback (most recent call last):
  98795. web_1 | File "<console>", line 1, in <module>
  98796. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  98797. web_1 | return self.query.get_count(using=self.db)
  98798. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  98799. web_1 | number = obj.get_aggregation(using=using)[None]
  98800. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  98801. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  98802. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  98803. web_1 | cursor = self.connection.cursor()
  98804. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  98805. web_1 | cursor = self.make_debug_cursor(self._cursor())
  98806. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  98807. web_1 | self.ensure_connection()
  98808. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98809. web_1 | self.connect()
  98810. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  98811. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  98812. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  98813. web_1 | self.connect()
  98814. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  98815. web_1 | self.connection = self.get_new_connection(conn_params)
  98816. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  98817. web_1 | return Database.connect(**conn_params)
  98818. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  98819. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  98820. web_1 | OperationalError: could not connect to server: Connection refused
  98821. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  98822. web_1 | TCP/IP connections on port 5432?
  98823. web_1 |
  98824. web_1 |
  98825. web_1 | >>> >>> Starting the server
  98826. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98827. web_1 |
  98828. web_1 | Fatal error: Unable to find local grunt.
  98829. web_1 |
  98830. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98831. web_1 | your project. For more information about installing and configuring grunt,
  98832. web_1 | please see the Getting Started guide:
  98833. web_1 |
  98834. web_1 | http://gruntjs.com/getting-started
  98835. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98836. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98837. web_1 | Syncing...
  98838. web_1 | Creating tables ...
  98839. web_1 | Creating table auth_permission
  98840. web_1 | Creating table auth_group_permissions
  98841. web_1 | Creating table auth_group
  98842. web_1 | Creating table django_content_type
  98843. web_1 | Creating table django_session
  98844. web_1 | Creating table django_site
  98845. web_1 | Creating table django_admin_log
  98846. web_1 | Creating table south_migrationhistory
  98847. web_1 | Creating table avatar_avatar
  98848. web_1 | Creating table users_user_groups
  98849. web_1 | Creating table users_user_user_permissions
  98850. web_1 | Creating table users_user
  98851. web_1 | Creating table account_emailaddress
  98852. web_1 | Creating table account_emailconfirmation
  98853. web_1 | Installing custom SQL ...
  98854. web_1 | Installing indexes ...
  98855. web_1 | Installed 0 object(s) from 0 fixture(s)
  98856. web_1 |
  98857. web_1 | Synced:
  98858. web_1 | > django.contrib.auth
  98859. web_1 | > django.contrib.contenttypes
  98860. web_1 | > django.contrib.sessions
  98861. web_1 | > django.contrib.sites
  98862. web_1 | > django.contrib.messages
  98863. web_1 | > django.contrib.staticfiles
  98864. web_1 | > django.contrib.admin
  98865. web_1 | > south
  98866. web_1 | > crispy_forms
  98867. web_1 | > avatar
  98868. web_1 | > bootstrap3
  98869. web_1 | > users
  98870. web_1 | > allauth
  98871. web_1 | > allauth.account
  98872. web_1 | > django.contrib.humanize
  98873. web_1 | > debug_toolbar
  98874. web_1 |
  98875. web_1 | Not synced (use migrations):
  98876. web_1 | - allauth.socialaccount
  98877. web_1 | - django_extensions
  98878. web_1 | (use ./manage.py migrate to migrate these)
  98879. web_1 | Running migrations for socialaccount:
  98880. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  98881. web_1 | > socialaccount:0001_initial
  98882. web_1 | > socialaccount:0002_genericmodels
  98883. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  98884. web_1 | > socialaccount:0004_add_sites
  98885. web_1 | > socialaccount:0005_set_sites
  98886. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  98887. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  98888. web_1 | > socialaccount:0008_client_id
  98889. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  98890. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  98891. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  98892. web_1 | - Loading initial data for socialaccount.
  98893. web_1 | Installed 0 object(s) from 0 fixture(s)
  98894. web_1 | Running migrations for django_extensions:
  98895. web_1 | - Migrating forwards to 0001_empty.
  98896. web_1 | > django_extensions:0001_empty
  98897. web_1 | - Loading initial data for django_extensions.
  98898. web_1 | Installed 0 object(s) from 0 fixture(s)
  98899. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98900. web_1 | [GCC 4.9.2] on linux2
  98901. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98902. web_1 | (InteractiveConsole)
  98903. web_1 |
  98904. web_1 | >>> >>> Starting the server
  98905. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98906. web_1 |
  98907. web_1 | Fatal error: Unable to find local grunt.
  98908. web_1 |
  98909. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98910. web_1 | your project. For more information about installing and configuring grunt,
  98911. web_1 | please see the Getting Started guide:
  98912. web_1 |
  98913. web_1 | http://gruntjs.com/getting-started
  98914. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98915. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98916. web_1 | Syncing...
  98917. web_1 | Creating tables ...
  98918. web_1 | Installing custom SQL ...
  98919. web_1 | Installing indexes ...
  98920. web_1 | Installed 0 object(s) from 0 fixture(s)
  98921. web_1 |
  98922. web_1 | Synced:
  98923. web_1 | > django.contrib.auth
  98924. web_1 | > django.contrib.contenttypes
  98925. web_1 | > django.contrib.sessions
  98926. web_1 | > django.contrib.sites
  98927. web_1 | > django.contrib.messages
  98928. web_1 | > django.contrib.staticfiles
  98929. web_1 | > django.contrib.admin
  98930. web_1 | > south
  98931. web_1 | > crispy_forms
  98932. web_1 | > avatar
  98933. web_1 | > bootstrap3
  98934. web_1 | > users
  98935. web_1 | > allauth
  98936. web_1 | > allauth.account
  98937. web_1 | > django.contrib.humanize
  98938. web_1 | > debug_toolbar
  98939. web_1 |
  98940. web_1 | Not synced (use migrations):
  98941. web_1 | - allauth.socialaccount
  98942. web_1 | - django_extensions
  98943. web_1 | (use ./manage.py migrate to migrate these)
  98944. web_1 | Running migrations for socialaccount:
  98945. web_1 | - Nothing to migrate.
  98946. web_1 | - Loading initial data for socialaccount.
  98947. web_1 | Installed 0 object(s) from 0 fixture(s)
  98948. web_1 | Running migrations for django_extensions:
  98949. web_1 | - Nothing to migrate.
  98950. web_1 | - Loading initial data for django_extensions.
  98951. web_1 | Installed 0 object(s) from 0 fixture(s)
  98952. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  98953. web_1 | [GCC 4.9.2] on linux2
  98954. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  98955. web_1 | (InteractiveConsole)
  98956. web_1 |
  98957. web_1 | >>> >>> Starting the server
  98958. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  98959. web_1 |
  98960. web_1 | Fatal error: Unable to find local grunt.
  98961. web_1 |
  98962. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  98963. web_1 | your project. For more information about installing and configuring grunt,
  98964. web_1 | please see the Getting Started guide:
  98965. web_1 |
  98966. web_1 | http://gruntjs.com/getting-started
  98967. web_1 | Starting OpenBSD Secure Shell server: sshd.
  98968. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  98969. web_1 | Syncing...
  98970. web_1 | Creating tables ...
  98971. web_1 | Installing custom SQL ...
  98972. web_1 | Installing indexes ...
  98973. web_1 | Installed 0 object(s) from 0 fixture(s)
  98974. web_1 |
  98975. web_1 | Synced:
  98976. web_1 | > django.contrib.auth
  98977. web_1 | > django.contrib.contenttypes
  98978. web_1 | > django.contrib.sessions
  98979. web_1 | > django.contrib.sites
  98980. web_1 | > django.contrib.messages
  98981. web_1 | > django.contrib.staticfiles
  98982. web_1 | > django.contrib.admin
  98983. web_1 | > south
  98984. web_1 | > crispy_forms
  98985. web_1 | > avatar
  98986. web_1 | > bootstrap3
  98987. web_1 | > users
  98988. web_1 | > allauth
  98989. web_1 | > allauth.account
  98990. web_1 | > django.contrib.humanize
  98991. web_1 | > debug_toolbar
  98992. web_1 |
  98993. web_1 | Not synced (use migrations):
  98994. web_1 | - allauth.socialaccount
  98995. web_1 | - django_extensions
  98996. web_1 | (use ./manage.py migrate to migrate these)
  98997. web_1 | Running migrations for socialaccount:
  98998. web_1 | - Nothing to migrate.
  98999. web_1 | - Loading initial data for socialaccount.
  99000. web_1 | Installed 0 object(s) from 0 fixture(s)
  99001. web_1 | Running migrations for django_extensions:
  99002. web_1 | - Nothing to migrate.
  99003. web_1 | - Loading initial data for django_extensions.
  99004. web_1 | Installed 0 object(s) from 0 fixture(s)
  99005. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99006. web_1 | [GCC 4.9.2] on linux2
  99007. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99008. web_1 | (InteractiveConsole)
  99009. web_1 |
  99010. web_1 | >>> >>> Starting the server
  99011. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99012. web_1 |
  99013. web_1 | Fatal error: Unable to find local grunt.
  99014. web_1 |
  99015. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99016. web_1 | your project. For more information about installing and configuring grunt,
  99017. web_1 | please see the Getting Started guide:
  99018. web_1 |
  99019. web_1 | http://gruntjs.com/getting-started
  99020. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99021. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99022. web_1 | Syncing...
  99023. web_1 | Creating tables ...
  99024. web_1 | Installing custom SQL ...
  99025. web_1 | Installing indexes ...
  99026. web_1 | Installed 0 object(s) from 0 fixture(s)
  99027. web_1 |
  99028. web_1 | Synced:
  99029. web_1 | > django.contrib.auth
  99030. web_1 | > django.contrib.contenttypes
  99031. web_1 | > django.contrib.sessions
  99032. web_1 | > django.contrib.sites
  99033. web_1 | > django.contrib.messages
  99034. web_1 | > django.contrib.staticfiles
  99035. web_1 | > django.contrib.admin
  99036. web_1 | > south
  99037. web_1 | > crispy_forms
  99038. web_1 | > avatar
  99039. web_1 | > bootstrap3
  99040. web_1 | > users
  99041. web_1 | > allauth
  99042. web_1 | > allauth.account
  99043. web_1 | > django.contrib.humanize
  99044. web_1 | > debug_toolbar
  99045. web_1 |
  99046. web_1 | Not synced (use migrations):
  99047. web_1 | - allauth.socialaccount
  99048. web_1 | - django_extensions
  99049. web_1 | (use ./manage.py migrate to migrate these)
  99050. web_1 | Running migrations for socialaccount:
  99051. web_1 | - Nothing to migrate.
  99052. web_1 | - Loading initial data for socialaccount.
  99053. web_1 | Installed 0 object(s) from 0 fixture(s)
  99054. web_1 | Running migrations for django_extensions:
  99055. web_1 | - Nothing to migrate.
  99056. web_1 | - Loading initial data for django_extensions.
  99057. web_1 | Installed 0 object(s) from 0 fixture(s)
  99058. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99059. web_1 | [GCC 4.9.2] on linux2
  99060. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99061. web_1 | (InteractiveConsole)
  99062. web_1 |
  99063. web_1 | >>> >>> Starting the server
  99064. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99065. web_1 |
  99066. web_1 | Fatal error: Unable to find local grunt.
  99067. web_1 |
  99068. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99069. web_1 | your project. For more information about installing and configuring grunt,
  99070. web_1 | please see the Getting Started guide:
  99071. web_1 |
  99072. web_1 | http://gruntjs.com/getting-started
  99073. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99074. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99075. web_1 | Syncing...
  99076. web_1 | Creating tables ...
  99077. web_1 | Installing custom SQL ...
  99078. web_1 | Installing indexes ...
  99079. web_1 | Installed 0 object(s) from 0 fixture(s)
  99080. web_1 |
  99081. web_1 | Synced:
  99082. web_1 | > django.contrib.auth
  99083. web_1 | > django.contrib.contenttypes
  99084. web_1 | > django.contrib.sessions
  99085. web_1 | > django.contrib.sites
  99086. web_1 | > django.contrib.messages
  99087. web_1 | > django.contrib.staticfiles
  99088. web_1 | > django.contrib.admin
  99089. web_1 | > south
  99090. web_1 | > crispy_forms
  99091. web_1 | > avatar
  99092. web_1 | > bootstrap3
  99093. web_1 | > users
  99094. web_1 | > allauth
  99095. web_1 | > allauth.account
  99096. web_1 | > django.contrib.humanize
  99097. web_1 | > debug_toolbar
  99098. web_1 |
  99099. web_1 | Not synced (use migrations):
  99100. web_1 | - allauth.socialaccount
  99101. web_1 | - django_extensions
  99102. web_1 | (use ./manage.py migrate to migrate these)
  99103. web_1 | Running migrations for socialaccount:
  99104. web_1 | - Nothing to migrate.
  99105. web_1 | - Loading initial data for socialaccount.
  99106. web_1 | Installed 0 object(s) from 0 fixture(s)
  99107. web_1 | Running migrations for django_extensions:
  99108. web_1 | - Nothing to migrate.
  99109. web_1 | - Loading initial data for django_extensions.
  99110. web_1 | Installed 0 object(s) from 0 fixture(s)
  99111. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99112. web_1 | [GCC 4.9.2] on linux2
  99113. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99114. web_1 | (InteractiveConsole)
  99115. web_1 |
  99116. web_1 | >>> >>> Starting the server
  99117. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99118. web_1 |
  99119. web_1 | Fatal error: Unable to find local grunt.
  99120. web_1 |
  99121. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99122. web_1 | your project. For more information about installing and configuring grunt,
  99123. web_1 | please see the Getting Started guide:
  99124. web_1 |
  99125. web_1 | http://gruntjs.com/getting-started
  99126. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99127. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99128. web_1 | Syncing...
  99129. web_1 | Creating tables ...
  99130. web_1 | Installing custom SQL ...
  99131. web_1 | Installing indexes ...
  99132. web_1 | Installed 0 object(s) from 0 fixture(s)
  99133. web_1 |
  99134. web_1 | Synced:
  99135. web_1 | > django.contrib.auth
  99136. web_1 | > django.contrib.contenttypes
  99137. web_1 | > django.contrib.sessions
  99138. web_1 | > django.contrib.sites
  99139. web_1 | > django.contrib.messages
  99140. web_1 | > django.contrib.staticfiles
  99141. web_1 | > django.contrib.admin
  99142. web_1 | > south
  99143. web_1 | > crispy_forms
  99144. web_1 | > avatar
  99145. web_1 | > bootstrap3
  99146. web_1 | > users
  99147. web_1 | > allauth
  99148. web_1 | > allauth.account
  99149. web_1 | > django.contrib.humanize
  99150. web_1 | > debug_toolbar
  99151. web_1 |
  99152. web_1 | Not synced (use migrations):
  99153. web_1 | - allauth.socialaccount
  99154. web_1 | - django_extensions
  99155. web_1 | (use ./manage.py migrate to migrate these)
  99156. web_1 | Running migrations for socialaccount:
  99157. web_1 | - Nothing to migrate.
  99158. web_1 | - Loading initial data for socialaccount.
  99159. web_1 | Installed 0 object(s) from 0 fixture(s)
  99160. web_1 | Running migrations for django_extensions:
  99161. web_1 | - Nothing to migrate.
  99162. web_1 | - Loading initial data for django_extensions.
  99163. web_1 | Installed 0 object(s) from 0 fixture(s)
  99164. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99165. web_1 | [GCC 4.9.2] on linux2
  99166. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99167. web_1 | (InteractiveConsole)
  99168. web_1 |
  99169. web_1 | >>> >>> Starting the server
  99170. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99171. web_1 |
  99172. web_1 | Fatal error: Unable to find local grunt.
  99173. web_1 |
  99174. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99175. web_1 | your project. For more information about installing and configuring grunt,
  99176. web_1 | please see the Getting Started guide:
  99177. web_1 |
  99178. web_1 | http://gruntjs.com/getting-started
  99179. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99180. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99181. web_1 | Syncing...
  99182. web_1 | Creating tables ...
  99183. web_1 | Installing custom SQL ...
  99184. web_1 | Installing indexes ...
  99185. web_1 | Installed 0 object(s) from 0 fixture(s)
  99186. web_1 |
  99187. web_1 | Synced:
  99188. web_1 | > django.contrib.auth
  99189. web_1 | > django.contrib.contenttypes
  99190. web_1 | > django.contrib.sessions
  99191. web_1 | > django.contrib.sites
  99192. web_1 | > django.contrib.messages
  99193. web_1 | > django.contrib.staticfiles
  99194. web_1 | > django.contrib.admin
  99195. web_1 | > south
  99196. web_1 | > crispy_forms
  99197. web_1 | > avatar
  99198. web_1 | > bootstrap3
  99199. web_1 | > users
  99200. web_1 | > allauth
  99201. web_1 | > allauth.account
  99202. web_1 | > django.contrib.humanize
  99203. web_1 | > debug_toolbar
  99204. web_1 |
  99205. web_1 | Not synced (use migrations):
  99206. web_1 | - allauth.socialaccount
  99207. web_1 | - django_extensions
  99208. web_1 | (use ./manage.py migrate to migrate these)
  99209. web_1 | Running migrations for socialaccount:
  99210. web_1 | - Nothing to migrate.
  99211. web_1 | - Loading initial data for socialaccount.
  99212. web_1 | Installed 0 object(s) from 0 fixture(s)
  99213. web_1 | Running migrations for django_extensions:
  99214. web_1 | - Nothing to migrate.
  99215. web_1 | - Loading initial data for django_extensions.
  99216. web_1 | Installed 0 object(s) from 0 fixture(s)
  99217. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99218. web_1 | [GCC 4.9.2] on linux2
  99219. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99220. web_1 | (InteractiveConsole)
  99221. web_1 |
  99222. web_1 | >>> >>> Starting the server
  99223. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99224. web_1 |
  99225. web_1 | Fatal error: Unable to find local grunt.
  99226. web_1 |
  99227. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99228. web_1 | your project. For more information about installing and configuring grunt,
  99229. web_1 | please see the Getting Started guide:
  99230. web_1 |
  99231. web_1 | http://gruntjs.com/getting-started
  99232. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99233. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99234. web_1 | Syncing...
  99235. web_1 | Creating tables ...
  99236. web_1 | Installing custom SQL ...
  99237. web_1 | Installing indexes ...
  99238. web_1 | Installed 0 object(s) from 0 fixture(s)
  99239. web_1 |
  99240. web_1 | Synced:
  99241. web_1 | > django.contrib.auth
  99242. web_1 | > django.contrib.contenttypes
  99243. web_1 | > django.contrib.sessions
  99244. web_1 | > django.contrib.sites
  99245. web_1 | > django.contrib.messages
  99246. web_1 | > django.contrib.staticfiles
  99247. web_1 | > django.contrib.admin
  99248. web_1 | > south
  99249. web_1 | > crispy_forms
  99250. web_1 | > avatar
  99251. web_1 | > bootstrap3
  99252. web_1 | > users
  99253. web_1 | > allauth
  99254. web_1 | > allauth.account
  99255. web_1 | > django.contrib.humanize
  99256. web_1 | > debug_toolbar
  99257. web_1 |
  99258. web_1 | Not synced (use migrations):
  99259. web_1 | - allauth.socialaccount
  99260. web_1 | - django_extensions
  99261. web_1 | (use ./manage.py migrate to migrate these)
  99262. web_1 | Running migrations for socialaccount:
  99263. web_1 | - Nothing to migrate.
  99264. web_1 | - Loading initial data for socialaccount.
  99265. web_1 | Installed 0 object(s) from 0 fixture(s)
  99266. web_1 | Running migrations for django_extensions:
  99267. web_1 | - Nothing to migrate.
  99268. web_1 | - Loading initial data for django_extensions.
  99269. web_1 | Installed 0 object(s) from 0 fixture(s)
  99270. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99271. web_1 | [GCC 4.9.2] on linux2
  99272. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99273. web_1 | (InteractiveConsole)
  99274. web_1 |
  99275. web_1 | >>> >>> Starting the server
  99276. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99277. web_1 |
  99278. web_1 | Fatal error: Unable to find local grunt.
  99279. web_1 |
  99280. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99281. web_1 | your project. For more information about installing and configuring grunt,
  99282. web_1 | please see the Getting Started guide:
  99283. web_1 |
  99284. web_1 | http://gruntjs.com/getting-started
  99285. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99286. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99287. web_1 | Syncing...
  99288. web_1 | Creating tables ...
  99289. web_1 | Installing custom SQL ...
  99290. web_1 | Installing indexes ...
  99291. web_1 | Installed 0 object(s) from 0 fixture(s)
  99292. web_1 |
  99293. web_1 | Synced:
  99294. web_1 | > django.contrib.auth
  99295. web_1 | > django.contrib.contenttypes
  99296. web_1 | > django.contrib.sessions
  99297. web_1 | > django.contrib.sites
  99298. web_1 | > django.contrib.messages
  99299. web_1 | > django.contrib.staticfiles
  99300. web_1 | > django.contrib.admin
  99301. web_1 | > south
  99302. web_1 | > crispy_forms
  99303. web_1 | > avatar
  99304. web_1 | > bootstrap3
  99305. web_1 | > users
  99306. web_1 | > allauth
  99307. web_1 | > allauth.account
  99308. web_1 | > django.contrib.humanize
  99309. web_1 | > debug_toolbar
  99310. web_1 |
  99311. web_1 | Not synced (use migrations):
  99312. web_1 | - allauth.socialaccount
  99313. web_1 | - django_extensions
  99314. web_1 | (use ./manage.py migrate to migrate these)
  99315. web_1 | Running migrations for socialaccount:
  99316. web_1 | - Nothing to migrate.
  99317. web_1 | - Loading initial data for socialaccount.
  99318. web_1 | Installed 0 object(s) from 0 fixture(s)
  99319. web_1 | Running migrations for django_extensions:
  99320. web_1 | - Nothing to migrate.
  99321. web_1 | - Loading initial data for django_extensions.
  99322. web_1 | Installed 0 object(s) from 0 fixture(s)
  99323. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99324. web_1 | [GCC 4.9.2] on linux2
  99325. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99326. web_1 | (InteractiveConsole)
  99327. web_1 |
  99328. web_1 | >>> >>> Starting the server
  99329. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99330. web_1 |
  99331. web_1 | Fatal error: Unable to find local grunt.
  99332. web_1 |
  99333. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99334. web_1 | your project. For more information about installing and configuring grunt,
  99335. web_1 | please see the Getting Started guide:
  99336. web_1 |
  99337. web_1 | http://gruntjs.com/getting-started
  99338. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99339. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99340. web_1 | Syncing...
  99341. web_1 | Creating tables ...
  99342. web_1 | Installing custom SQL ...
  99343. web_1 | Installing indexes ...
  99344. web_1 | Installed 0 object(s) from 0 fixture(s)
  99345. web_1 |
  99346. web_1 | Synced:
  99347. web_1 | > django.contrib.auth
  99348. web_1 | > django.contrib.contenttypes
  99349. web_1 | > django.contrib.sessions
  99350. web_1 | > django.contrib.sites
  99351. web_1 | > django.contrib.messages
  99352. web_1 | > django.contrib.staticfiles
  99353. web_1 | > django.contrib.admin
  99354. web_1 | > south
  99355. web_1 | > crispy_forms
  99356. web_1 | > avatar
  99357. web_1 | > bootstrap3
  99358. web_1 | > users
  99359. web_1 | > allauth
  99360. web_1 | > allauth.account
  99361. web_1 | > django.contrib.humanize
  99362. web_1 | > debug_toolbar
  99363. web_1 |
  99364. web_1 | Not synced (use migrations):
  99365. web_1 | - allauth.socialaccount
  99366. web_1 | - django_extensions
  99367. web_1 | (use ./manage.py migrate to migrate these)
  99368. web_1 | Running migrations for socialaccount:
  99369. web_1 | - Nothing to migrate.
  99370. web_1 | - Loading initial data for socialaccount.
  99371. web_1 | Installed 0 object(s) from 0 fixture(s)
  99372. web_1 | Running migrations for django_extensions:
  99373. web_1 | - Nothing to migrate.
  99374. web_1 | - Loading initial data for django_extensions.
  99375. web_1 | Installed 0 object(s) from 0 fixture(s)
  99376. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99377. web_1 | [GCC 4.9.2] on linux2
  99378. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99379. web_1 | (InteractiveConsole)
  99380. web_1 |
  99381. web_1 | >>> >>> Starting the server
  99382. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99383. web_1 |
  99384. web_1 | Fatal error: Unable to find local grunt.
  99385. web_1 |
  99386. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99387. web_1 | your project. For more information about installing and configuring grunt,
  99388. web_1 | please see the Getting Started guide:
  99389. web_1 |
  99390. web_1 | http://gruntjs.com/getting-started
  99391. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99392. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99393. web_1 | Syncing...
  99394. web_1 | Creating tables ...
  99395. web_1 | Installing custom SQL ...
  99396. web_1 | Installing indexes ...
  99397. web_1 | Installed 0 object(s) from 0 fixture(s)
  99398. web_1 |
  99399. web_1 | Synced:
  99400. web_1 | > django.contrib.auth
  99401. web_1 | > django.contrib.contenttypes
  99402. web_1 | > django.contrib.sessions
  99403. web_1 | > django.contrib.sites
  99404. web_1 | > django.contrib.messages
  99405. web_1 | > django.contrib.staticfiles
  99406. web_1 | > django.contrib.admin
  99407. web_1 | > south
  99408. web_1 | > crispy_forms
  99409. web_1 | > avatar
  99410. web_1 | > bootstrap3
  99411. web_1 | > users
  99412. web_1 | > allauth
  99413. web_1 | > allauth.account
  99414. web_1 | > django.contrib.humanize
  99415. web_1 | > debug_toolbar
  99416. web_1 |
  99417. web_1 | Not synced (use migrations):
  99418. web_1 | - allauth.socialaccount
  99419. web_1 | - django_extensions
  99420. web_1 | (use ./manage.py migrate to migrate these)
  99421. web_1 | Running migrations for socialaccount:
  99422. web_1 | - Nothing to migrate.
  99423. web_1 | - Loading initial data for socialaccount.
  99424. web_1 | Installed 0 object(s) from 0 fixture(s)
  99425. web_1 | Running migrations for django_extensions:
  99426. web_1 | - Nothing to migrate.
  99427. web_1 | - Loading initial data for django_extensions.
  99428. web_1 | Installed 0 object(s) from 0 fixture(s)
  99429. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99430. web_1 | [GCC 4.9.2] on linux2
  99431. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99432. web_1 | (InteractiveConsole)
  99433. web_1 |
  99434. web_1 | >>> >>> Starting the server
  99435. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99436. web_1 |
  99437. web_1 | Fatal error: Unable to find local grunt.
  99438. web_1 |
  99439. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99440. web_1 | your project. For more information about installing and configuring grunt,
  99441. web_1 | please see the Getting Started guide:
  99442. web_1 |
  99443. web_1 | http://gruntjs.com/getting-started
  99444. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99445. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99446. web_1 | Syncing...
  99447. web_1 | Creating tables ...
  99448. web_1 | Installing custom SQL ...
  99449. web_1 | Installing indexes ...
  99450. web_1 | Installed 0 object(s) from 0 fixture(s)
  99451. web_1 |
  99452. web_1 | Synced:
  99453. web_1 | > django.contrib.auth
  99454. web_1 | > django.contrib.contenttypes
  99455. web_1 | > django.contrib.sessions
  99456. web_1 | > django.contrib.sites
  99457. web_1 | > django.contrib.messages
  99458. web_1 | > django.contrib.staticfiles
  99459. web_1 | > django.contrib.admin
  99460. web_1 | > south
  99461. web_1 | > crispy_forms
  99462. web_1 | > avatar
  99463. web_1 | > bootstrap3
  99464. web_1 | > users
  99465. web_1 | > allauth
  99466. web_1 | > allauth.account
  99467. web_1 | > django.contrib.humanize
  99468. web_1 | > debug_toolbar
  99469. web_1 |
  99470. web_1 | Not synced (use migrations):
  99471. web_1 | - allauth.socialaccount
  99472. web_1 | - django_extensions
  99473. web_1 | (use ./manage.py migrate to migrate these)
  99474. web_1 | Running migrations for socialaccount:
  99475. web_1 | - Nothing to migrate.
  99476. web_1 | - Loading initial data for socialaccount.
  99477. web_1 | Installed 0 object(s) from 0 fixture(s)
  99478. web_1 | Running migrations for django_extensions:
  99479. web_1 | - Nothing to migrate.
  99480. web_1 | - Loading initial data for django_extensions.
  99481. web_1 | Installed 0 object(s) from 0 fixture(s)
  99482. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99483. web_1 | [GCC 4.9.2] on linux2
  99484. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99485. web_1 | (InteractiveConsole)
  99486. web_1 |
  99487. web_1 | >>> >>> Starting the server
  99488. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99489. web_1 |
  99490. web_1 | Fatal error: Unable to find local grunt.
  99491. web_1 |
  99492. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99493. web_1 | your project. For more information about installing and configuring grunt,
  99494. web_1 | please see the Getting Started guide:
  99495. web_1 |
  99496. web_1 | http://gruntjs.com/getting-started
  99497. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99498. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99499. web_1 | Syncing...
  99500. web_1 | Creating tables ...
  99501. web_1 | Installing custom SQL ...
  99502. web_1 | Installing indexes ...
  99503. web_1 | Installed 0 object(s) from 0 fixture(s)
  99504. web_1 |
  99505. web_1 | Synced:
  99506. web_1 | > django.contrib.auth
  99507. web_1 | > django.contrib.contenttypes
  99508. web_1 | > django.contrib.sessions
  99509. web_1 | > django.contrib.sites
  99510. web_1 | > django.contrib.messages
  99511. web_1 | > django.contrib.staticfiles
  99512. web_1 | > django.contrib.admin
  99513. web_1 | > south
  99514. web_1 | > crispy_forms
  99515. web_1 | > avatar
  99516. web_1 | > bootstrap3
  99517. web_1 | > users
  99518. web_1 | > allauth
  99519. web_1 | > allauth.account
  99520. web_1 | > django.contrib.humanize
  99521. web_1 | > debug_toolbar
  99522. web_1 |
  99523. web_1 | Not synced (use migrations):
  99524. web_1 | - allauth.socialaccount
  99525. web_1 | - django_extensions
  99526. web_1 | (use ./manage.py migrate to migrate these)
  99527. web_1 | Running migrations for socialaccount:
  99528. web_1 | - Nothing to migrate.
  99529. web_1 | - Loading initial data for socialaccount.
  99530. web_1 | Installed 0 object(s) from 0 fixture(s)
  99531. web_1 | Running migrations for django_extensions:
  99532. web_1 | - Nothing to migrate.
  99533. web_1 | - Loading initial data for django_extensions.
  99534. web_1 | Installed 0 object(s) from 0 fixture(s)
  99535. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99536. web_1 | [GCC 4.9.2] on linux2
  99537. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99538. web_1 | (InteractiveConsole)
  99539. web_1 |
  99540. web_1 | >>> >>> Starting the server
  99541. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99542. web_1 |
  99543. web_1 | Fatal error: Unable to find local grunt.
  99544. web_1 |
  99545. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99546. web_1 | your project. For more information about installing and configuring grunt,
  99547. web_1 | please see the Getting Started guide:
  99548. web_1 |
  99549. web_1 | http://gruntjs.com/getting-started
  99550. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99551. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99552. web_1 | Syncing...
  99553. web_1 | Creating tables ...
  99554. web_1 | Installing custom SQL ...
  99555. web_1 | Installing indexes ...
  99556. web_1 | Installed 0 object(s) from 0 fixture(s)
  99557. web_1 |
  99558. web_1 | Synced:
  99559. web_1 | > django.contrib.auth
  99560. web_1 | > django.contrib.contenttypes
  99561. web_1 | > django.contrib.sessions
  99562. web_1 | > django.contrib.sites
  99563. web_1 | > django.contrib.messages
  99564. web_1 | > django.contrib.staticfiles
  99565. web_1 | > django.contrib.admin
  99566. web_1 | > south
  99567. web_1 | > crispy_forms
  99568. web_1 | > avatar
  99569. web_1 | > bootstrap3
  99570. web_1 | > users
  99571. web_1 | > allauth
  99572. web_1 | > allauth.account
  99573. web_1 | > django.contrib.humanize
  99574. web_1 | > debug_toolbar
  99575. web_1 |
  99576. web_1 | Not synced (use migrations):
  99577. web_1 | - allauth.socialaccount
  99578. web_1 | - django_extensions
  99579. web_1 | (use ./manage.py migrate to migrate these)
  99580. web_1 | Running migrations for socialaccount:
  99581. web_1 | - Nothing to migrate.
  99582. web_1 | - Loading initial data for socialaccount.
  99583. web_1 | Installed 0 object(s) from 0 fixture(s)
  99584. web_1 | Running migrations for django_extensions:
  99585. web_1 | - Nothing to migrate.
  99586. web_1 | - Loading initial data for django_extensions.
  99587. web_1 | Installed 0 object(s) from 0 fixture(s)
  99588. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99589. web_1 | [GCC 4.9.2] on linux2
  99590. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99591. web_1 | (InteractiveConsole)
  99592. web_1 |
  99593. web_1 | >>> >>> Starting the server
  99594. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99595. web_1 |
  99596. web_1 | Fatal error: Unable to find local grunt.
  99597. web_1 |
  99598. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99599. web_1 | your project. For more information about installing and configuring grunt,
  99600. web_1 | please see the Getting Started guide:
  99601. web_1 |
  99602. web_1 | http://gruntjs.com/getting-started
  99603. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99604. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99605. web_1 | Syncing...
  99606. web_1 | Creating tables ...
  99607. web_1 | Installing custom SQL ...
  99608. web_1 | Installing indexes ...
  99609. web_1 | Installed 0 object(s) from 0 fixture(s)
  99610. web_1 |
  99611. web_1 | Synced:
  99612. web_1 | > django.contrib.auth
  99613. web_1 | > django.contrib.contenttypes
  99614. web_1 | > django.contrib.sessions
  99615. web_1 | > django.contrib.sites
  99616. web_1 | > django.contrib.messages
  99617. web_1 | > django.contrib.staticfiles
  99618. web_1 | > django.contrib.admin
  99619. web_1 | > south
  99620. web_1 | > crispy_forms
  99621. web_1 | > avatar
  99622. web_1 | > bootstrap3
  99623. web_1 | > users
  99624. web_1 | > allauth
  99625. web_1 | > allauth.account
  99626. web_1 | > django.contrib.humanize
  99627. web_1 | > debug_toolbar
  99628. web_1 |
  99629. web_1 | Not synced (use migrations):
  99630. web_1 | - allauth.socialaccount
  99631. web_1 | - django_extensions
  99632. web_1 | (use ./manage.py migrate to migrate these)
  99633. web_1 | Running migrations for socialaccount:
  99634. web_1 | - Nothing to migrate.
  99635. web_1 | - Loading initial data for socialaccount.
  99636. web_1 | Installed 0 object(s) from 0 fixture(s)
  99637. web_1 | Running migrations for django_extensions:
  99638. web_1 | - Nothing to migrate.
  99639. web_1 | - Loading initial data for django_extensions.
  99640. web_1 | Installed 0 object(s) from 0 fixture(s)
  99641. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99642. web_1 | [GCC 4.9.2] on linux2
  99643. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99644. web_1 | (InteractiveConsole)
  99645. web_1 |
  99646. web_1 | >>> >>> Starting the server
  99647. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99648. web_1 |
  99649. web_1 | Fatal error: Unable to find local grunt.
  99650. web_1 |
  99651. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99652. web_1 | your project. For more information about installing and configuring grunt,
  99653. web_1 | please see the Getting Started guide:
  99654. web_1 |
  99655. web_1 | http://gruntjs.com/getting-started
  99656. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99657. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99658. web_1 | Syncing...
  99659. web_1 | Creating tables ...
  99660. web_1 | Installing custom SQL ...
  99661. web_1 | Installing indexes ...
  99662. web_1 | Installed 0 object(s) from 0 fixture(s)
  99663. web_1 |
  99664. web_1 | Synced:
  99665. web_1 | > django.contrib.auth
  99666. web_1 | > django.contrib.contenttypes
  99667. web_1 | > django.contrib.sessions
  99668. web_1 | > django.contrib.sites
  99669. web_1 | > django.contrib.messages
  99670. web_1 | > django.contrib.staticfiles
  99671. web_1 | > django.contrib.admin
  99672. web_1 | > south
  99673. web_1 | > crispy_forms
  99674. web_1 | > avatar
  99675. web_1 | > bootstrap3
  99676. web_1 | > users
  99677. web_1 | > allauth
  99678. web_1 | > allauth.account
  99679. web_1 | > django.contrib.humanize
  99680. web_1 | > debug_toolbar
  99681. web_1 |
  99682. web_1 | Not synced (use migrations):
  99683. web_1 | - allauth.socialaccount
  99684. web_1 | - django_extensions
  99685. web_1 | (use ./manage.py migrate to migrate these)
  99686. web_1 | Running migrations for socialaccount:
  99687. web_1 | - Nothing to migrate.
  99688. web_1 | - Loading initial data for socialaccount.
  99689. web_1 | Installed 0 object(s) from 0 fixture(s)
  99690. web_1 | Running migrations for django_extensions:
  99691. web_1 | - Nothing to migrate.
  99692. web_1 | - Loading initial data for django_extensions.
  99693. web_1 | Installed 0 object(s) from 0 fixture(s)
  99694. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99695. web_1 | [GCC 4.9.2] on linux2
  99696. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99697. web_1 | (InteractiveConsole)
  99698. web_1 |
  99699. web_1 | >>> >>> Starting the server
  99700. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99701. web_1 |
  99702. web_1 | Fatal error: Unable to find local grunt.
  99703. web_1 |
  99704. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99705. web_1 | your project. For more information about installing and configuring grunt,
  99706. web_1 | please see the Getting Started guide:
  99707. web_1 |
  99708. web_1 | http://gruntjs.com/getting-started
  99709. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99710. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99711. web_1 | Syncing...
  99712. web_1 | Creating tables ...
  99713. web_1 | Installing custom SQL ...
  99714. web_1 | Installing indexes ...
  99715. web_1 | Installed 0 object(s) from 0 fixture(s)
  99716. web_1 |
  99717. web_1 | Synced:
  99718. web_1 | > django.contrib.auth
  99719. web_1 | > django.contrib.contenttypes
  99720. web_1 | > django.contrib.sessions
  99721. web_1 | > django.contrib.sites
  99722. web_1 | > django.contrib.messages
  99723. web_1 | > django.contrib.staticfiles
  99724. web_1 | > django.contrib.admin
  99725. web_1 | > south
  99726. web_1 | > crispy_forms
  99727. web_1 | > avatar
  99728. web_1 | > bootstrap3
  99729. web_1 | > users
  99730. web_1 | > allauth
  99731. web_1 | > allauth.account
  99732. web_1 | > django.contrib.humanize
  99733. web_1 | > debug_toolbar
  99734. web_1 |
  99735. web_1 | Not synced (use migrations):
  99736. web_1 | - allauth.socialaccount
  99737. web_1 | - django_extensions
  99738. web_1 | (use ./manage.py migrate to migrate these)
  99739. web_1 | Running migrations for socialaccount:
  99740. web_1 | - Nothing to migrate.
  99741. web_1 | - Loading initial data for socialaccount.
  99742. web_1 | Installed 0 object(s) from 0 fixture(s)
  99743. web_1 | Running migrations for django_extensions:
  99744. web_1 | - Nothing to migrate.
  99745. web_1 | - Loading initial data for django_extensions.
  99746. web_1 | Installed 0 object(s) from 0 fixture(s)
  99747. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99748. web_1 | [GCC 4.9.2] on linux2
  99749. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99750. web_1 | (InteractiveConsole)
  99751. web_1 |
  99752. web_1 | >>> >>> Starting the server
  99753. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99754. web_1 |
  99755. web_1 | Fatal error: Unable to find local grunt.
  99756. web_1 |
  99757. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99758. web_1 | your project. For more information about installing and configuring grunt,
  99759. web_1 | please see the Getting Started guide:
  99760. web_1 |
  99761. web_1 | http://gruntjs.com/getting-started
  99762. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99763. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99764. web_1 | Syncing...
  99765. web_1 | Creating tables ...
  99766. web_1 | Installing custom SQL ...
  99767. web_1 | Installing indexes ...
  99768. web_1 | Installed 0 object(s) from 0 fixture(s)
  99769. web_1 |
  99770. web_1 | Synced:
  99771. web_1 | > django.contrib.auth
  99772. web_1 | > django.contrib.contenttypes
  99773. web_1 | > django.contrib.sessions
  99774. web_1 | > django.contrib.sites
  99775. web_1 | > django.contrib.messages
  99776. web_1 | > django.contrib.staticfiles
  99777. web_1 | > django.contrib.admin
  99778. web_1 | > south
  99779. web_1 | > crispy_forms
  99780. web_1 | > avatar
  99781. web_1 | > bootstrap3
  99782. web_1 | > users
  99783. web_1 | > allauth
  99784. web_1 | > allauth.account
  99785. web_1 | > django.contrib.humanize
  99786. web_1 | > debug_toolbar
  99787. web_1 |
  99788. web_1 | Not synced (use migrations):
  99789. web_1 | - allauth.socialaccount
  99790. web_1 | - django_extensions
  99791. web_1 | (use ./manage.py migrate to migrate these)
  99792. web_1 | Running migrations for socialaccount:
  99793. web_1 | - Nothing to migrate.
  99794. web_1 | - Loading initial data for socialaccount.
  99795. web_1 | Installed 0 object(s) from 0 fixture(s)
  99796. web_1 | Running migrations for django_extensions:
  99797. web_1 | - Nothing to migrate.
  99798. web_1 | - Loading initial data for django_extensions.
  99799. web_1 | Installed 0 object(s) from 0 fixture(s)
  99800. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99801. web_1 | [GCC 4.9.2] on linux2
  99802. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99803. web_1 | (InteractiveConsole)
  99804. web_1 |
  99805. web_1 | >>> >>> Starting the server
  99806. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99807. web_1 |
  99808. web_1 | Fatal error: Unable to find local grunt.
  99809. web_1 |
  99810. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99811. web_1 | your project. For more information about installing and configuring grunt,
  99812. web_1 | please see the Getting Started guide:
  99813. web_1 |
  99814. web_1 | http://gruntjs.com/getting-started
  99815. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99816. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99817. web_1 | Syncing...
  99818. web_1 | Creating tables ...
  99819. web_1 | Installing custom SQL ...
  99820. web_1 | Installing indexes ...
  99821. web_1 | Installed 0 object(s) from 0 fixture(s)
  99822. web_1 |
  99823. web_1 | Synced:
  99824. web_1 | > django.contrib.auth
  99825. web_1 | > django.contrib.contenttypes
  99826. web_1 | > django.contrib.sessions
  99827. web_1 | > django.contrib.sites
  99828. web_1 | > django.contrib.messages
  99829. web_1 | > django.contrib.staticfiles
  99830. web_1 | > django.contrib.admin
  99831. web_1 | > south
  99832. web_1 | > crispy_forms
  99833. web_1 | > avatar
  99834. web_1 | > bootstrap3
  99835. web_1 | > users
  99836. web_1 | > allauth
  99837. web_1 | > allauth.account
  99838. web_1 | > django.contrib.humanize
  99839. web_1 | > debug_toolbar
  99840. web_1 |
  99841. web_1 | Not synced (use migrations):
  99842. web_1 | - allauth.socialaccount
  99843. web_1 | - django_extensions
  99844. web_1 | (use ./manage.py migrate to migrate these)
  99845. web_1 | Running migrations for socialaccount:
  99846. web_1 | - Nothing to migrate.
  99847. web_1 | - Loading initial data for socialaccount.
  99848. web_1 | Installed 0 object(s) from 0 fixture(s)
  99849. web_1 | Running migrations for django_extensions:
  99850. web_1 | - Nothing to migrate.
  99851. web_1 | - Loading initial data for django_extensions.
  99852. web_1 | Installed 0 object(s) from 0 fixture(s)
  99853. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99854. web_1 | [GCC 4.9.2] on linux2
  99855. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99856. web_1 | (InteractiveConsole)
  99857. web_1 |
  99858. web_1 | >>> >>> Starting the server
  99859. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99860. web_1 |
  99861. web_1 | Fatal error: Unable to find local grunt.
  99862. web_1 |
  99863. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99864. web_1 | your project. For more information about installing and configuring grunt,
  99865. web_1 | please see the Getting Started guide:
  99866. web_1 |
  99867. web_1 | http://gruntjs.com/getting-started
  99868. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99869. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99870. web_1 | Syncing...
  99871. web_1 | Creating tables ...
  99872. web_1 | Installing custom SQL ...
  99873. web_1 | Installing indexes ...
  99874. web_1 | Installed 0 object(s) from 0 fixture(s)
  99875. web_1 |
  99876. web_1 | Synced:
  99877. web_1 | > django.contrib.auth
  99878. web_1 | > django.contrib.contenttypes
  99879. web_1 | > django.contrib.sessions
  99880. web_1 | > django.contrib.sites
  99881. web_1 | > django.contrib.messages
  99882. web_1 | > django.contrib.staticfiles
  99883. web_1 | > django.contrib.admin
  99884. web_1 | > south
  99885. web_1 | > crispy_forms
  99886. web_1 | > avatar
  99887. web_1 | > bootstrap3
  99888. web_1 | > users
  99889. web_1 | > allauth
  99890. web_1 | > allauth.account
  99891. web_1 | > django.contrib.humanize
  99892. web_1 | > debug_toolbar
  99893. web_1 |
  99894. web_1 | Not synced (use migrations):
  99895. web_1 | - allauth.socialaccount
  99896. web_1 | - django_extensions
  99897. web_1 | (use ./manage.py migrate to migrate these)
  99898. web_1 | Running migrations for socialaccount:
  99899. web_1 | - Nothing to migrate.
  99900. web_1 | - Loading initial data for socialaccount.
  99901. web_1 | Installed 0 object(s) from 0 fixture(s)
  99902. web_1 | Running migrations for django_extensions:
  99903. web_1 | - Nothing to migrate.
  99904. web_1 | - Loading initial data for django_extensions.
  99905. web_1 | Installed 0 object(s) from 0 fixture(s)
  99906. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99907. web_1 | [GCC 4.9.2] on linux2
  99908. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99909. web_1 | (InteractiveConsole)
  99910. web_1 |
  99911. web_1 | >>> >>> Starting the server
  99912. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99913. web_1 |
  99914. web_1 | Fatal error: Unable to find local grunt.
  99915. web_1 |
  99916. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99917. web_1 | your project. For more information about installing and configuring grunt,
  99918. web_1 | please see the Getting Started guide:
  99919. web_1 |
  99920. web_1 | http://gruntjs.com/getting-started
  99921. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99922. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99923. web_1 | Syncing...
  99924. web_1 | Creating tables ...
  99925. web_1 | Installing custom SQL ...
  99926. web_1 | Installing indexes ...
  99927. web_1 | Installed 0 object(s) from 0 fixture(s)
  99928. web_1 |
  99929. web_1 | Synced:
  99930. web_1 | > django.contrib.auth
  99931. web_1 | > django.contrib.contenttypes
  99932. web_1 | > django.contrib.sessions
  99933. web_1 | > django.contrib.sites
  99934. web_1 | > django.contrib.messages
  99935. web_1 | > django.contrib.staticfiles
  99936. web_1 | > django.contrib.admin
  99937. web_1 | > south
  99938. web_1 | > crispy_forms
  99939. web_1 | > avatar
  99940. web_1 | > bootstrap3
  99941. web_1 | > users
  99942. web_1 | > allauth
  99943. web_1 | > allauth.account
  99944. web_1 | > django.contrib.humanize
  99945. web_1 | > debug_toolbar
  99946. web_1 |
  99947. web_1 | Not synced (use migrations):
  99948. web_1 | - allauth.socialaccount
  99949. web_1 | - django_extensions
  99950. web_1 | (use ./manage.py migrate to migrate these)
  99951. web_1 | Running migrations for socialaccount:
  99952. web_1 | - Nothing to migrate.
  99953. web_1 | - Loading initial data for socialaccount.
  99954. web_1 | Installed 0 object(s) from 0 fixture(s)
  99955. web_1 | Running migrations for django_extensions:
  99956. web_1 | - Nothing to migrate.
  99957. web_1 | - Loading initial data for django_extensions.
  99958. web_1 | Installed 0 object(s) from 0 fixture(s)
  99959. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  99960. web_1 | [GCC 4.9.2] on linux2
  99961. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  99962. web_1 | (InteractiveConsole)
  99963. web_1 |
  99964. web_1 | >>> >>> Starting the server
  99965. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  99966. web_1 |
  99967. web_1 | Fatal error: Unable to find local grunt.
  99968. web_1 |
  99969. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  99970. web_1 | your project. For more information about installing and configuring grunt,
  99971. web_1 | please see the Getting Started guide:
  99972. web_1 |
  99973. web_1 | http://gruntjs.com/getting-started
  99974. web_1 | Starting OpenBSD Secure Shell server: sshd.
  99975. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  99976. web_1 | Syncing...
  99977. web_1 | Creating tables ...
  99978. web_1 | Installing custom SQL ...
  99979. web_1 | Installing indexes ...
  99980. web_1 | Installed 0 object(s) from 0 fixture(s)
  99981. web_1 |
  99982. web_1 | Synced:
  99983. web_1 | > django.contrib.auth
  99984. web_1 | > django.contrib.contenttypes
  99985. web_1 | > django.contrib.sessions
  99986. web_1 | > django.contrib.sites
  99987. web_1 | > django.contrib.messages
  99988. web_1 | > django.contrib.staticfiles
  99989. web_1 | > django.contrib.admin
  99990. web_1 | > south
  99991. web_1 | > crispy_forms
  99992. web_1 | > avatar
  99993. web_1 | > bootstrap3
  99994. web_1 | > users
  99995. web_1 | > allauth
  99996. web_1 | > allauth.account
  99997. web_1 | > django.contrib.humanize
  99998. web_1 | > debug_toolbar
  99999. web_1 |
  100000. web_1 | Not synced (use migrations):
  100001. web_1 | - allauth.socialaccount
  100002. web_1 | - django_extensions
  100003. web_1 | (use ./manage.py migrate to migrate these)
  100004. web_1 | Running migrations for socialaccount:
  100005. web_1 | - Nothing to migrate.
  100006. web_1 | - Loading initial data for socialaccount.
  100007. web_1 | Installed 0 object(s) from 0 fixture(s)
  100008. web_1 | Running migrations for django_extensions:
  100009. web_1 | - Nothing to migrate.
  100010. web_1 | - Loading initial data for django_extensions.
  100011. web_1 | Installed 0 object(s) from 0 fixture(s)
  100012. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100013. web_1 | [GCC 4.9.2] on linux2
  100014. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100015. web_1 | (InteractiveConsole)
  100016. web_1 |
  100017. web_1 | >>> >>> Starting the server
  100018. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100019. web_1 |
  100020. web_1 | Fatal error: Unable to find local grunt.
  100021. web_1 |
  100022. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100023. web_1 | your project. For more information about installing and configuring grunt,
  100024. web_1 | please see the Getting Started guide:
  100025. web_1 |
  100026. web_1 | http://gruntjs.com/getting-started
  100027. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100028. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100029. web_1 | Syncing...
  100030. web_1 | Creating tables ...
  100031. web_1 | Installing custom SQL ...
  100032. web_1 | Installing indexes ...
  100033. web_1 | Installed 0 object(s) from 0 fixture(s)
  100034. web_1 |
  100035. web_1 | Synced:
  100036. web_1 | > django.contrib.auth
  100037. web_1 | > django.contrib.contenttypes
  100038. web_1 | > django.contrib.sessions
  100039. web_1 | > django.contrib.sites
  100040. web_1 | > django.contrib.messages
  100041. web_1 | > django.contrib.staticfiles
  100042. web_1 | > django.contrib.admin
  100043. web_1 | > south
  100044. web_1 | > crispy_forms
  100045. web_1 | > avatar
  100046. web_1 | > bootstrap3
  100047. web_1 | > users
  100048. web_1 | > allauth
  100049. web_1 | > allauth.account
  100050. web_1 | > django.contrib.humanize
  100051. web_1 | > debug_toolbar
  100052. web_1 |
  100053. web_1 | Not synced (use migrations):
  100054. web_1 | - allauth.socialaccount
  100055. web_1 | - django_extensions
  100056. web_1 | (use ./manage.py migrate to migrate these)
  100057. web_1 | Running migrations for socialaccount:
  100058. web_1 | - Nothing to migrate.
  100059. web_1 | - Loading initial data for socialaccount.
  100060. web_1 | Installed 0 object(s) from 0 fixture(s)
  100061. web_1 | Running migrations for django_extensions:
  100062. web_1 | - Nothing to migrate.
  100063. web_1 | - Loading initial data for django_extensions.
  100064. web_1 | Installed 0 object(s) from 0 fixture(s)
  100065. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100066. web_1 | [GCC 4.9.2] on linux2
  100067. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100068. web_1 | (InteractiveConsole)
  100069. web_1 |
  100070. web_1 | >>> >>> Starting the server
  100071. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100072. web_1 |
  100073. web_1 | Fatal error: Unable to find local grunt.
  100074. web_1 |
  100075. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100076. web_1 | your project. For more information about installing and configuring grunt,
  100077. web_1 | please see the Getting Started guide:
  100078. web_1 |
  100079. web_1 | http://gruntjs.com/getting-started
  100080. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100081. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100082. web_1 | Syncing...
  100083. web_1 | Creating tables ...
  100084. web_1 | Installing custom SQL ...
  100085. web_1 | Installing indexes ...
  100086. web_1 | Installed 0 object(s) from 0 fixture(s)
  100087. web_1 |
  100088. web_1 | Synced:
  100089. web_1 | > django.contrib.auth
  100090. web_1 | > django.contrib.contenttypes
  100091. web_1 | > django.contrib.sessions
  100092. web_1 | > django.contrib.sites
  100093. web_1 | > django.contrib.messages
  100094. web_1 | > django.contrib.staticfiles
  100095. web_1 | > django.contrib.admin
  100096. web_1 | > south
  100097. web_1 | > crispy_forms
  100098. web_1 | > avatar
  100099. web_1 | > bootstrap3
  100100. web_1 | > users
  100101. web_1 | > allauth
  100102. web_1 | > allauth.account
  100103. web_1 | > django.contrib.humanize
  100104. web_1 | > debug_toolbar
  100105. web_1 |
  100106. web_1 | Not synced (use migrations):
  100107. web_1 | - allauth.socialaccount
  100108. web_1 | - django_extensions
  100109. web_1 | (use ./manage.py migrate to migrate these)
  100110. web_1 | Running migrations for socialaccount:
  100111. web_1 | - Nothing to migrate.
  100112. web_1 | - Loading initial data for socialaccount.
  100113. web_1 | Installed 0 object(s) from 0 fixture(s)
  100114. web_1 | Running migrations for django_extensions:
  100115. web_1 | - Nothing to migrate.
  100116. web_1 | - Loading initial data for django_extensions.
  100117. web_1 | Installed 0 object(s) from 0 fixture(s)
  100118. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100119. web_1 | [GCC 4.9.2] on linux2
  100120. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100121. web_1 | (InteractiveConsole)
  100122. web_1 |
  100123. web_1 | >>> >>> Starting the server
  100124. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100125. web_1 |
  100126. web_1 | Fatal error: Unable to find local grunt.
  100127. web_1 |
  100128. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100129. web_1 | your project. For more information about installing and configuring grunt,
  100130. web_1 | please see the Getting Started guide:
  100131. web_1 |
  100132. web_1 | http://gruntjs.com/getting-started
  100133. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100134. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100135. web_1 | Syncing...
  100136. web_1 | Creating tables ...
  100137. web_1 | Installing custom SQL ...
  100138. web_1 | Installing indexes ...
  100139. web_1 | Installed 0 object(s) from 0 fixture(s)
  100140. web_1 |
  100141. web_1 | Synced:
  100142. web_1 | > django.contrib.auth
  100143. web_1 | > django.contrib.contenttypes
  100144. web_1 | > django.contrib.sessions
  100145. web_1 | > django.contrib.sites
  100146. web_1 | > django.contrib.messages
  100147. web_1 | > django.contrib.staticfiles
  100148. web_1 | > django.contrib.admin
  100149. web_1 | > south
  100150. web_1 | > crispy_forms
  100151. web_1 | > avatar
  100152. web_1 | > bootstrap3
  100153. web_1 | > users
  100154. web_1 | > allauth
  100155. web_1 | > allauth.account
  100156. web_1 | > django.contrib.humanize
  100157. web_1 | > debug_toolbar
  100158. web_1 |
  100159. web_1 | Not synced (use migrations):
  100160. web_1 | - allauth.socialaccount
  100161. web_1 | - django_extensions
  100162. web_1 | (use ./manage.py migrate to migrate these)
  100163. web_1 | Running migrations for socialaccount:
  100164. web_1 | - Nothing to migrate.
  100165. web_1 | - Loading initial data for socialaccount.
  100166. web_1 | Installed 0 object(s) from 0 fixture(s)
  100167. web_1 | Running migrations for django_extensions:
  100168. web_1 | - Nothing to migrate.
  100169. web_1 | - Loading initial data for django_extensions.
  100170. web_1 | Installed 0 object(s) from 0 fixture(s)
  100171. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100172. web_1 | [GCC 4.9.2] on linux2
  100173. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100174. web_1 | (InteractiveConsole)
  100175. web_1 |
  100176. web_1 | >>> >>> Starting the server
  100177. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100178. web_1 |
  100179. web_1 | Fatal error: Unable to find local grunt.
  100180. web_1 |
  100181. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100182. web_1 | your project. For more information about installing and configuring grunt,
  100183. web_1 | please see the Getting Started guide:
  100184. web_1 |
  100185. web_1 | http://gruntjs.com/getting-started
  100186. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100187. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100188. web_1 | Syncing...
  100189. web_1 | Creating tables ...
  100190. web_1 | Installing custom SQL ...
  100191. web_1 | Installing indexes ...
  100192. web_1 | Installed 0 object(s) from 0 fixture(s)
  100193. web_1 |
  100194. web_1 | Synced:
  100195. web_1 | > django.contrib.auth
  100196. web_1 | > django.contrib.contenttypes
  100197. web_1 | > django.contrib.sessions
  100198. web_1 | > django.contrib.sites
  100199. web_1 | > django.contrib.messages
  100200. web_1 | > django.contrib.staticfiles
  100201. web_1 | > django.contrib.admin
  100202. web_1 | > south
  100203. web_1 | > crispy_forms
  100204. web_1 | > avatar
  100205. web_1 | > bootstrap3
  100206. web_1 | > users
  100207. web_1 | > allauth
  100208. web_1 | > allauth.account
  100209. web_1 | > django.contrib.humanize
  100210. web_1 | > debug_toolbar
  100211. web_1 |
  100212. web_1 | Not synced (use migrations):
  100213. web_1 | - allauth.socialaccount
  100214. web_1 | - django_extensions
  100215. web_1 | (use ./manage.py migrate to migrate these)
  100216. web_1 | Running migrations for socialaccount:
  100217. web_1 | - Nothing to migrate.
  100218. web_1 | - Loading initial data for socialaccount.
  100219. web_1 | Installed 0 object(s) from 0 fixture(s)
  100220. web_1 | Running migrations for django_extensions:
  100221. web_1 | - Nothing to migrate.
  100222. web_1 | - Loading initial data for django_extensions.
  100223. web_1 | Installed 0 object(s) from 0 fixture(s)
  100224. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100225. web_1 | [GCC 4.9.2] on linux2
  100226. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100227. web_1 | (InteractiveConsole)
  100228. web_1 |
  100229. web_1 | >>> >>> Starting the server
  100230. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100231. web_1 |
  100232. web_1 | Fatal error: Unable to find local grunt.
  100233. web_1 |
  100234. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100235. web_1 | your project. For more information about installing and configuring grunt,
  100236. web_1 | please see the Getting Started guide:
  100237. web_1 |
  100238. web_1 | http://gruntjs.com/getting-started
  100239. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100240. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100241. web_1 | Syncing...
  100242. web_1 | Creating tables ...
  100243. web_1 | Installing custom SQL ...
  100244. web_1 | Installing indexes ...
  100245. web_1 | Installed 0 object(s) from 0 fixture(s)
  100246. web_1 |
  100247. web_1 | Synced:
  100248. web_1 | > django.contrib.auth
  100249. web_1 | > django.contrib.contenttypes
  100250. web_1 | > django.contrib.sessions
  100251. web_1 | > django.contrib.sites
  100252. web_1 | > django.contrib.messages
  100253. web_1 | > django.contrib.staticfiles
  100254. web_1 | > django.contrib.admin
  100255. web_1 | > south
  100256. web_1 | > crispy_forms
  100257. web_1 | > avatar
  100258. web_1 | > bootstrap3
  100259. web_1 | > users
  100260. web_1 | > allauth
  100261. web_1 | > allauth.account
  100262. web_1 | > django.contrib.humanize
  100263. web_1 | > debug_toolbar
  100264. web_1 |
  100265. web_1 | Not synced (use migrations):
  100266. web_1 | - allauth.socialaccount
  100267. web_1 | - django_extensions
  100268. web_1 | (use ./manage.py migrate to migrate these)
  100269. web_1 | Running migrations for socialaccount:
  100270. web_1 | - Nothing to migrate.
  100271. web_1 | - Loading initial data for socialaccount.
  100272. web_1 | Installed 0 object(s) from 0 fixture(s)
  100273. web_1 | Running migrations for django_extensions:
  100274. web_1 | - Nothing to migrate.
  100275. web_1 | - Loading initial data for django_extensions.
  100276. web_1 | Installed 0 object(s) from 0 fixture(s)
  100277. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100278. web_1 | [GCC 4.9.2] on linux2
  100279. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100280. web_1 | (InteractiveConsole)
  100281. web_1 |
  100282. web_1 | >>> >>> Starting the server
  100283. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100284. web_1 |
  100285. web_1 | Fatal error: Unable to find local grunt.
  100286. web_1 |
  100287. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100288. web_1 | your project. For more information about installing and configuring grunt,
  100289. web_1 | please see the Getting Started guide:
  100290. web_1 |
  100291. web_1 | http://gruntjs.com/getting-started
  100292. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100293. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100294. web_1 | Syncing...
  100295. web_1 | Creating tables ...
  100296. web_1 | Installing custom SQL ...
  100297. web_1 | Installing indexes ...
  100298. web_1 | Installed 0 object(s) from 0 fixture(s)
  100299. web_1 |
  100300. web_1 | Synced:
  100301. web_1 | > django.contrib.auth
  100302. web_1 | > django.contrib.contenttypes
  100303. web_1 | > django.contrib.sessions
  100304. web_1 | > django.contrib.sites
  100305. web_1 | > django.contrib.messages
  100306. web_1 | > django.contrib.staticfiles
  100307. web_1 | > django.contrib.admin
  100308. web_1 | > south
  100309. web_1 | > crispy_forms
  100310. web_1 | > avatar
  100311. web_1 | > bootstrap3
  100312. web_1 | > users
  100313. web_1 | > allauth
  100314. web_1 | > allauth.account
  100315. web_1 | > django.contrib.humanize
  100316. web_1 | > debug_toolbar
  100317. web_1 |
  100318. web_1 | Not synced (use migrations):
  100319. web_1 | - allauth.socialaccount
  100320. web_1 | - django_extensions
  100321. web_1 | (use ./manage.py migrate to migrate these)
  100322. web_1 | Running migrations for socialaccount:
  100323. web_1 | - Nothing to migrate.
  100324. web_1 | - Loading initial data for socialaccount.
  100325. web_1 | Installed 0 object(s) from 0 fixture(s)
  100326. web_1 | Running migrations for django_extensions:
  100327. web_1 | - Nothing to migrate.
  100328. web_1 | - Loading initial data for django_extensions.
  100329. web_1 | Installed 0 object(s) from 0 fixture(s)
  100330. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100331. web_1 | [GCC 4.9.2] on linux2
  100332. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100333. web_1 | (InteractiveConsole)
  100334. web_1 |
  100335. web_1 | >>> >>> Starting the server
  100336. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100337. web_1 |
  100338. web_1 | Fatal error: Unable to find local grunt.
  100339. web_1 |
  100340. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100341. web_1 | your project. For more information about installing and configuring grunt,
  100342. web_1 | please see the Getting Started guide:
  100343. web_1 |
  100344. web_1 | http://gruntjs.com/getting-started
  100345. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100346. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100347. web_1 | Syncing...
  100348. web_1 | Creating tables ...
  100349. web_1 | Installing custom SQL ...
  100350. web_1 | Installing indexes ...
  100351. web_1 | Installed 0 object(s) from 0 fixture(s)
  100352. web_1 |
  100353. web_1 | Synced:
  100354. web_1 | > django.contrib.auth
  100355. web_1 | > django.contrib.contenttypes
  100356. web_1 | > django.contrib.sessions
  100357. web_1 | > django.contrib.sites
  100358. web_1 | > django.contrib.messages
  100359. web_1 | > django.contrib.staticfiles
  100360. web_1 | > django.contrib.admin
  100361. web_1 | > south
  100362. web_1 | > crispy_forms
  100363. web_1 | > avatar
  100364. web_1 | > bootstrap3
  100365. web_1 | > users
  100366. web_1 | > allauth
  100367. web_1 | > allauth.account
  100368. web_1 | > django.contrib.humanize
  100369. web_1 | > debug_toolbar
  100370. web_1 |
  100371. web_1 | Not synced (use migrations):
  100372. web_1 | - allauth.socialaccount
  100373. web_1 | - django_extensions
  100374. web_1 | (use ./manage.py migrate to migrate these)
  100375. web_1 | Running migrations for socialaccount:
  100376. web_1 | - Nothing to migrate.
  100377. web_1 | - Loading initial data for socialaccount.
  100378. web_1 | Installed 0 object(s) from 0 fixture(s)
  100379. web_1 | Running migrations for django_extensions:
  100380. web_1 | - Nothing to migrate.
  100381. web_1 | - Loading initial data for django_extensions.
  100382. web_1 | Installed 0 object(s) from 0 fixture(s)
  100383. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100384. web_1 | [GCC 4.9.2] on linux2
  100385. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100386. web_1 | (InteractiveConsole)
  100387. web_1 |
  100388. web_1 | >>> >>> Starting the server
  100389. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100390. web_1 |
  100391. web_1 | Fatal error: Unable to find local grunt.
  100392. web_1 |
  100393. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100394. web_1 | your project. For more information about installing and configuring grunt,
  100395. web_1 | please see the Getting Started guide:
  100396. web_1 |
  100397. web_1 | http://gruntjs.com/getting-started
  100398. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100399. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100400. web_1 | Syncing...
  100401. web_1 | Creating tables ...
  100402. web_1 | Installing custom SQL ...
  100403. web_1 | Installing indexes ...
  100404. web_1 | Installed 0 object(s) from 0 fixture(s)
  100405. web_1 |
  100406. web_1 | Synced:
  100407. web_1 | > django.contrib.auth
  100408. web_1 | > django.contrib.contenttypes
  100409. web_1 | > django.contrib.sessions
  100410. web_1 | > django.contrib.sites
  100411. web_1 | > django.contrib.messages
  100412. web_1 | > django.contrib.staticfiles
  100413. web_1 | > django.contrib.admin
  100414. web_1 | > south
  100415. web_1 | > crispy_forms
  100416. web_1 | > avatar
  100417. web_1 | > bootstrap3
  100418. web_1 | > users
  100419. web_1 | > allauth
  100420. web_1 | > allauth.account
  100421. web_1 | > django.contrib.humanize
  100422. web_1 | > debug_toolbar
  100423. web_1 |
  100424. web_1 | Not synced (use migrations):
  100425. web_1 | - allauth.socialaccount
  100426. web_1 | - django_extensions
  100427. web_1 | (use ./manage.py migrate to migrate these)
  100428. web_1 | Running migrations for socialaccount:
  100429. web_1 | - Nothing to migrate.
  100430. web_1 | - Loading initial data for socialaccount.
  100431. web_1 | Installed 0 object(s) from 0 fixture(s)
  100432. web_1 | Running migrations for django_extensions:
  100433. web_1 | - Nothing to migrate.
  100434. web_1 | - Loading initial data for django_extensions.
  100435. web_1 | Installed 0 object(s) from 0 fixture(s)
  100436. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100437. web_1 | [GCC 4.9.2] on linux2
  100438. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100439. web_1 | (InteractiveConsole)
  100440. web_1 |
  100441. web_1 | >>> >>> Starting the server
  100442. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100443. web_1 |
  100444. web_1 | Fatal error: Unable to find local grunt.
  100445. web_1 |
  100446. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100447. web_1 | your project. For more information about installing and configuring grunt,
  100448. web_1 | please see the Getting Started guide:
  100449. web_1 |
  100450. web_1 | http://gruntjs.com/getting-started
  100451. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100452. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100453. web_1 | Syncing...
  100454. web_1 | Creating tables ...
  100455. web_1 | Installing custom SQL ...
  100456. web_1 | Installing indexes ...
  100457. web_1 | Installed 0 object(s) from 0 fixture(s)
  100458. web_1 |
  100459. web_1 | Synced:
  100460. web_1 | > django.contrib.auth
  100461. web_1 | > django.contrib.contenttypes
  100462. web_1 | > django.contrib.sessions
  100463. web_1 | > django.contrib.sites
  100464. web_1 | > django.contrib.messages
  100465. web_1 | > django.contrib.staticfiles
  100466. web_1 | > django.contrib.admin
  100467. web_1 | > south
  100468. web_1 | > crispy_forms
  100469. web_1 | > avatar
  100470. web_1 | > bootstrap3
  100471. web_1 | > users
  100472. web_1 | > allauth
  100473. web_1 | > allauth.account
  100474. web_1 | > django.contrib.humanize
  100475. web_1 | > debug_toolbar
  100476. web_1 |
  100477. web_1 | Not synced (use migrations):
  100478. web_1 | - allauth.socialaccount
  100479. web_1 | - django_extensions
  100480. web_1 | (use ./manage.py migrate to migrate these)
  100481. web_1 | Running migrations for socialaccount:
  100482. web_1 | - Nothing to migrate.
  100483. web_1 | - Loading initial data for socialaccount.
  100484. web_1 | Installed 0 object(s) from 0 fixture(s)
  100485. web_1 | Running migrations for django_extensions:
  100486. web_1 | - Nothing to migrate.
  100487. web_1 | - Loading initial data for django_extensions.
  100488. web_1 | Installed 0 object(s) from 0 fixture(s)
  100489. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100490. web_1 | [GCC 4.9.2] on linux2
  100491. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100492. web_1 | (InteractiveConsole)
  100493. web_1 |
  100494. web_1 | >>> >>> Starting the server
  100495. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100496. web_1 |
  100497. web_1 | Fatal error: Unable to find local grunt.
  100498. web_1 |
  100499. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100500. web_1 | your project. For more information about installing and configuring grunt,
  100501. web_1 | please see the Getting Started guide:
  100502. web_1 |
  100503. web_1 | http://gruntjs.com/getting-started
  100504. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100505. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100506. web_1 | Syncing...
  100507. web_1 | Creating tables ...
  100508. web_1 | Installing custom SQL ...
  100509. web_1 | Installing indexes ...
  100510. web_1 | Installed 0 object(s) from 0 fixture(s)
  100511. web_1 |
  100512. web_1 | Synced:
  100513. web_1 | > django.contrib.auth
  100514. web_1 | > django.contrib.contenttypes
  100515. web_1 | > django.contrib.sessions
  100516. web_1 | > django.contrib.sites
  100517. web_1 | > django.contrib.messages
  100518. web_1 | > django.contrib.staticfiles
  100519. web_1 | > django.contrib.admin
  100520. web_1 | > south
  100521. web_1 | > crispy_forms
  100522. web_1 | > avatar
  100523. web_1 | > bootstrap3
  100524. web_1 | > users
  100525. web_1 | > allauth
  100526. web_1 | > allauth.account
  100527. web_1 | > django.contrib.humanize
  100528. web_1 | > debug_toolbar
  100529. web_1 |
  100530. web_1 | Not synced (use migrations):
  100531. web_1 | - allauth.socialaccount
  100532. web_1 | - django_extensions
  100533. web_1 | (use ./manage.py migrate to migrate these)
  100534. web_1 | Running migrations for socialaccount:
  100535. web_1 | - Nothing to migrate.
  100536. web_1 | - Loading initial data for socialaccount.
  100537. web_1 | Installed 0 object(s) from 0 fixture(s)
  100538. web_1 | Running migrations for django_extensions:
  100539. web_1 | - Nothing to migrate.
  100540. web_1 | - Loading initial data for django_extensions.
  100541. web_1 | Installed 0 object(s) from 0 fixture(s)
  100542. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100543. web_1 | [GCC 4.9.2] on linux2
  100544. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100545. web_1 | (InteractiveConsole)
  100546. web_1 |
  100547. web_1 | >>> >>> Starting the server
  100548. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100549. web_1 |
  100550. web_1 | Fatal error: Unable to find local grunt.
  100551. web_1 |
  100552. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100553. web_1 | your project. For more information about installing and configuring grunt,
  100554. web_1 | please see the Getting Started guide:
  100555. web_1 |
  100556. web_1 | http://gruntjs.com/getting-started
  100557. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100558. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100559. web_1 | Syncing...
  100560. web_1 | Creating tables ...
  100561. web_1 | Installing custom SQL ...
  100562. web_1 | Installing indexes ...
  100563. web_1 | Installed 0 object(s) from 0 fixture(s)
  100564. web_1 |
  100565. web_1 | Synced:
  100566. web_1 | > django.contrib.auth
  100567. web_1 | > django.contrib.contenttypes
  100568. web_1 | > django.contrib.sessions
  100569. web_1 | > django.contrib.sites
  100570. web_1 | > django.contrib.messages
  100571. web_1 | > django.contrib.staticfiles
  100572. web_1 | > django.contrib.admin
  100573. web_1 | > south
  100574. web_1 | > crispy_forms
  100575. web_1 | > avatar
  100576. web_1 | > bootstrap3
  100577. web_1 | > users
  100578. web_1 | > allauth
  100579. web_1 | > allauth.account
  100580. web_1 | > django.contrib.humanize
  100581. web_1 | > debug_toolbar
  100582. web_1 |
  100583. web_1 | Not synced (use migrations):
  100584. web_1 | - allauth.socialaccount
  100585. web_1 | - django_extensions
  100586. web_1 | (use ./manage.py migrate to migrate these)
  100587. web_1 | Running migrations for socialaccount:
  100588. web_1 | - Nothing to migrate.
  100589. web_1 | - Loading initial data for socialaccount.
  100590. web_1 | Installed 0 object(s) from 0 fixture(s)
  100591. web_1 | Running migrations for django_extensions:
  100592. web_1 | - Nothing to migrate.
  100593. web_1 | - Loading initial data for django_extensions.
  100594. web_1 | Installed 0 object(s) from 0 fixture(s)
  100595. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100596. web_1 | [GCC 4.9.2] on linux2
  100597. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100598. web_1 | (InteractiveConsole)
  100599. web_1 |
  100600. web_1 | >>> >>> Starting the server
  100601. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100602. web_1 |
  100603. web_1 | Fatal error: Unable to find local grunt.
  100604. web_1 |
  100605. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100606. web_1 | your project. For more information about installing and configuring grunt,
  100607. web_1 | please see the Getting Started guide:
  100608. web_1 |
  100609. web_1 | http://gruntjs.com/getting-started
  100610. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100611. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100612. web_1 | Syncing...
  100613. web_1 | Creating tables ...
  100614. web_1 | Installing custom SQL ...
  100615. web_1 | Installing indexes ...
  100616. web_1 | Installed 0 object(s) from 0 fixture(s)
  100617. web_1 |
  100618. web_1 | Synced:
  100619. web_1 | > django.contrib.auth
  100620. web_1 | > django.contrib.contenttypes
  100621. web_1 | > django.contrib.sessions
  100622. web_1 | > django.contrib.sites
  100623. web_1 | > django.contrib.messages
  100624. web_1 | > django.contrib.staticfiles
  100625. web_1 | > django.contrib.admin
  100626. web_1 | > south
  100627. web_1 | > crispy_forms
  100628. web_1 | > avatar
  100629. web_1 | > bootstrap3
  100630. web_1 | > users
  100631. web_1 | > allauth
  100632. web_1 | > allauth.account
  100633. web_1 | > django.contrib.humanize
  100634. web_1 | > debug_toolbar
  100635. web_1 |
  100636. web_1 | Not synced (use migrations):
  100637. web_1 | - allauth.socialaccount
  100638. web_1 | - django_extensions
  100639. web_1 | (use ./manage.py migrate to migrate these)
  100640. web_1 | Running migrations for socialaccount:
  100641. web_1 | - Nothing to migrate.
  100642. web_1 | - Loading initial data for socialaccount.
  100643. web_1 | Installed 0 object(s) from 0 fixture(s)
  100644. web_1 | Running migrations for django_extensions:
  100645. web_1 | - Nothing to migrate.
  100646. web_1 | - Loading initial data for django_extensions.
  100647. web_1 | Installed 0 object(s) from 0 fixture(s)
  100648. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100649. web_1 | [GCC 4.9.2] on linux2
  100650. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100651. web_1 | (InteractiveConsole)
  100652. web_1 |
  100653. web_1 | >>> >>> Starting the server
  100654. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100655. web_1 |
  100656. web_1 | Fatal error: Unable to find local grunt.
  100657. web_1 |
  100658. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100659. web_1 | your project. For more information about installing and configuring grunt,
  100660. web_1 | please see the Getting Started guide:
  100661. web_1 |
  100662. web_1 | http://gruntjs.com/getting-started
  100663. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100664. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100665. web_1 | Syncing...
  100666. web_1 | Creating tables ...
  100667. web_1 | Installing custom SQL ...
  100668. web_1 | Installing indexes ...
  100669. web_1 | Installed 0 object(s) from 0 fixture(s)
  100670. web_1 |
  100671. web_1 | Synced:
  100672. web_1 | > django.contrib.auth
  100673. web_1 | > django.contrib.contenttypes
  100674. web_1 | > django.contrib.sessions
  100675. web_1 | > django.contrib.sites
  100676. web_1 | > django.contrib.messages
  100677. web_1 | > django.contrib.staticfiles
  100678. web_1 | > django.contrib.admin
  100679. web_1 | > south
  100680. web_1 | > crispy_forms
  100681. web_1 | > avatar
  100682. web_1 | > bootstrap3
  100683. web_1 | > users
  100684. web_1 | > allauth
  100685. web_1 | > allauth.account
  100686. web_1 | > django.contrib.humanize
  100687. web_1 | > debug_toolbar
  100688. web_1 |
  100689. web_1 | Not synced (use migrations):
  100690. web_1 | - allauth.socialaccount
  100691. web_1 | - django_extensions
  100692. web_1 | (use ./manage.py migrate to migrate these)
  100693. web_1 | Running migrations for socialaccount:
  100694. web_1 | - Nothing to migrate.
  100695. web_1 | - Loading initial data for socialaccount.
  100696. web_1 | Installed 0 object(s) from 0 fixture(s)
  100697. web_1 | Running migrations for django_extensions:
  100698. web_1 | - Nothing to migrate.
  100699. web_1 | - Loading initial data for django_extensions.
  100700. web_1 | Installed 0 object(s) from 0 fixture(s)
  100701. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100702. web_1 | [GCC 4.9.2] on linux2
  100703. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100704. web_1 | (InteractiveConsole)
  100705. web_1 |
  100706. web_1 | >>> >>> Starting the server
  100707. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100708. web_1 |
  100709. web_1 | Fatal error: Unable to find local grunt.
  100710. web_1 |
  100711. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100712. web_1 | your project. For more information about installing and configuring grunt,
  100713. web_1 | please see the Getting Started guide:
  100714. web_1 |
  100715. web_1 | http://gruntjs.com/getting-started
  100716. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100717. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100718. web_1 | Syncing...
  100719. web_1 | Creating tables ...
  100720. web_1 | Installing custom SQL ...
  100721. web_1 | Installing indexes ...
  100722. web_1 | Installed 0 object(s) from 0 fixture(s)
  100723. web_1 |
  100724. web_1 | Synced:
  100725. web_1 | > django.contrib.auth
  100726. web_1 | > django.contrib.contenttypes
  100727. web_1 | > django.contrib.sessions
  100728. web_1 | > django.contrib.sites
  100729. web_1 | > django.contrib.messages
  100730. web_1 | > django.contrib.staticfiles
  100731. web_1 | > django.contrib.admin
  100732. web_1 | > south
  100733. web_1 | > crispy_forms
  100734. web_1 | > avatar
  100735. web_1 | > bootstrap3
  100736. web_1 | > users
  100737. web_1 | > allauth
  100738. web_1 | > allauth.account
  100739. web_1 | > django.contrib.humanize
  100740. web_1 | > debug_toolbar
  100741. web_1 |
  100742. web_1 | Not synced (use migrations):
  100743. web_1 | - allauth.socialaccount
  100744. web_1 | - django_extensions
  100745. web_1 | (use ./manage.py migrate to migrate these)
  100746. web_1 | Running migrations for socialaccount:
  100747. web_1 | - Nothing to migrate.
  100748. web_1 | - Loading initial data for socialaccount.
  100749. web_1 | Installed 0 object(s) from 0 fixture(s)
  100750. web_1 | Running migrations for django_extensions:
  100751. web_1 | - Nothing to migrate.
  100752. web_1 | - Loading initial data for django_extensions.
  100753. web_1 | Installed 0 object(s) from 0 fixture(s)
  100754. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100755. web_1 | [GCC 4.9.2] on linux2
  100756. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100757. web_1 | (InteractiveConsole)
  100758. web_1 |
  100759. web_1 | >>> >>> Starting the server
  100760. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100761. web_1 |
  100762. web_1 | Fatal error: Unable to find local grunt.
  100763. web_1 |
  100764. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100765. web_1 | your project. For more information about installing and configuring grunt,
  100766. web_1 | please see the Getting Started guide:
  100767. web_1 |
  100768. web_1 | http://gruntjs.com/getting-started
  100769. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100770. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100771. web_1 | Syncing...
  100772. web_1 | Creating tables ...
  100773. web_1 | Installing custom SQL ...
  100774. web_1 | Installing indexes ...
  100775. web_1 | Installed 0 object(s) from 0 fixture(s)
  100776. web_1 |
  100777. web_1 | Synced:
  100778. web_1 | > django.contrib.auth
  100779. web_1 | > django.contrib.contenttypes
  100780. web_1 | > django.contrib.sessions
  100781. web_1 | > django.contrib.sites
  100782. web_1 | > django.contrib.messages
  100783. web_1 | > django.contrib.staticfiles
  100784. web_1 | > django.contrib.admin
  100785. web_1 | > south
  100786. web_1 | > crispy_forms
  100787. web_1 | > avatar
  100788. web_1 | > bootstrap3
  100789. web_1 | > users
  100790. web_1 | > allauth
  100791. web_1 | > allauth.account
  100792. web_1 | > django.contrib.humanize
  100793. web_1 | > debug_toolbar
  100794. web_1 |
  100795. web_1 | Not synced (use migrations):
  100796. web_1 | - allauth.socialaccount
  100797. web_1 | - django_extensions
  100798. web_1 | (use ./manage.py migrate to migrate these)
  100799. web_1 | Running migrations for socialaccount:
  100800. web_1 | - Nothing to migrate.
  100801. web_1 | - Loading initial data for socialaccount.
  100802. web_1 | Installed 0 object(s) from 0 fixture(s)
  100803. web_1 | Running migrations for django_extensions:
  100804. web_1 | - Nothing to migrate.
  100805. web_1 | - Loading initial data for django_extensions.
  100806. web_1 | Installed 0 object(s) from 0 fixture(s)
  100807. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100808. web_1 | [GCC 4.9.2] on linux2
  100809. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100810. web_1 | (InteractiveConsole)
  100811. web_1 |
  100812. web_1 | >>> >>> Starting the server
  100813. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100814. web_1 |
  100815. web_1 | Fatal error: Unable to find local grunt.
  100816. web_1 |
  100817. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100818. web_1 | your project. For more information about installing and configuring grunt,
  100819. web_1 | please see the Getting Started guide:
  100820. web_1 |
  100821. web_1 | http://gruntjs.com/getting-started
  100822. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100823. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100824. web_1 | Syncing...
  100825. web_1 | Creating tables ...
  100826. web_1 | Installing custom SQL ...
  100827. web_1 | Installing indexes ...
  100828. web_1 | Installed 0 object(s) from 0 fixture(s)
  100829. web_1 |
  100830. web_1 | Synced:
  100831. web_1 | > django.contrib.auth
  100832. web_1 | > django.contrib.contenttypes
  100833. web_1 | > django.contrib.sessions
  100834. web_1 | > django.contrib.sites
  100835. web_1 | > django.contrib.messages
  100836. web_1 | > django.contrib.staticfiles
  100837. web_1 | > django.contrib.admin
  100838. web_1 | > south
  100839. web_1 | > crispy_forms
  100840. web_1 | > avatar
  100841. web_1 | > bootstrap3
  100842. web_1 | > users
  100843. web_1 | > allauth
  100844. web_1 | > allauth.account
  100845. web_1 | > django.contrib.humanize
  100846. web_1 | > debug_toolbar
  100847. web_1 |
  100848. web_1 | Not synced (use migrations):
  100849. web_1 | - allauth.socialaccount
  100850. web_1 | - django_extensions
  100851. web_1 | (use ./manage.py migrate to migrate these)
  100852. web_1 | Running migrations for socialaccount:
  100853. web_1 | - Nothing to migrate.
  100854. web_1 | - Loading initial data for socialaccount.
  100855. web_1 | Installed 0 object(s) from 0 fixture(s)
  100856. web_1 | Running migrations for django_extensions:
  100857. web_1 | - Nothing to migrate.
  100858. web_1 | - Loading initial data for django_extensions.
  100859. web_1 | Installed 0 object(s) from 0 fixture(s)
  100860. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100861. web_1 | [GCC 4.9.2] on linux2
  100862. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100863. web_1 | (InteractiveConsole)
  100864. web_1 |
  100865. web_1 | >>> >>> Starting the server
  100866. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100867. web_1 |
  100868. web_1 | Fatal error: Unable to find local grunt.
  100869. web_1 |
  100870. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100871. web_1 | your project. For more information about installing and configuring grunt,
  100872. web_1 | please see the Getting Started guide:
  100873. web_1 |
  100874. web_1 | http://gruntjs.com/getting-started
  100875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100876. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100877. web_1 | Syncing...
  100878. web_1 | Creating tables ...
  100879. web_1 | Installing custom SQL ...
  100880. web_1 | Installing indexes ...
  100881. web_1 | Installed 0 object(s) from 0 fixture(s)
  100882. web_1 |
  100883. web_1 | Synced:
  100884. web_1 | > django.contrib.auth
  100885. web_1 | > django.contrib.contenttypes
  100886. web_1 | > django.contrib.sessions
  100887. web_1 | > django.contrib.sites
  100888. web_1 | > django.contrib.messages
  100889. web_1 | > django.contrib.staticfiles
  100890. web_1 | > django.contrib.admin
  100891. web_1 | > south
  100892. web_1 | > crispy_forms
  100893. web_1 | > avatar
  100894. web_1 | > bootstrap3
  100895. web_1 | > users
  100896. web_1 | > allauth
  100897. web_1 | > allauth.account
  100898. web_1 | > django.contrib.humanize
  100899. web_1 | > debug_toolbar
  100900. web_1 |
  100901. web_1 | Not synced (use migrations):
  100902. web_1 | - allauth.socialaccount
  100903. web_1 | - django_extensions
  100904. web_1 | (use ./manage.py migrate to migrate these)
  100905. web_1 | Running migrations for socialaccount:
  100906. web_1 | - Nothing to migrate.
  100907. web_1 | - Loading initial data for socialaccount.
  100908. web_1 | Installed 0 object(s) from 0 fixture(s)
  100909. web_1 | Running migrations for django_extensions:
  100910. web_1 | - Nothing to migrate.
  100911. web_1 | - Loading initial data for django_extensions.
  100912. web_1 | Installed 0 object(s) from 0 fixture(s)
  100913. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100914. web_1 | [GCC 4.9.2] on linux2
  100915. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100916. web_1 | (InteractiveConsole)
  100917. web_1 |
  100918. web_1 | >>> >>> Starting the server
  100919. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100920. web_1 |
  100921. web_1 | Fatal error: Unable to find local grunt.
  100922. web_1 |
  100923. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100924. web_1 | your project. For more information about installing and configuring grunt,
  100925. web_1 | please see the Getting Started guide:
  100926. web_1 |
  100927. web_1 | http://gruntjs.com/getting-started
  100928. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100929. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100930. web_1 | Syncing...
  100931. web_1 | Creating tables ...
  100932. web_1 | Installing custom SQL ...
  100933. web_1 | Installing indexes ...
  100934. web_1 | Installed 0 object(s) from 0 fixture(s)
  100935. web_1 |
  100936. web_1 | Synced:
  100937. web_1 | > django.contrib.auth
  100938. web_1 | > django.contrib.contenttypes
  100939. web_1 | > django.contrib.sessions
  100940. web_1 | > django.contrib.sites
  100941. web_1 | > django.contrib.messages
  100942. web_1 | > django.contrib.staticfiles
  100943. web_1 | > django.contrib.admin
  100944. web_1 | > south
  100945. web_1 | > crispy_forms
  100946. web_1 | > avatar
  100947. web_1 | > bootstrap3
  100948. web_1 | > users
  100949. web_1 | > allauth
  100950. web_1 | > allauth.account
  100951. web_1 | > django.contrib.humanize
  100952. web_1 | > debug_toolbar
  100953. web_1 |
  100954. web_1 | Not synced (use migrations):
  100955. web_1 | - allauth.socialaccount
  100956. web_1 | - django_extensions
  100957. web_1 | (use ./manage.py migrate to migrate these)
  100958. web_1 | Running migrations for socialaccount:
  100959. web_1 | - Nothing to migrate.
  100960. web_1 | - Loading initial data for socialaccount.
  100961. web_1 | Installed 0 object(s) from 0 fixture(s)
  100962. web_1 | Running migrations for django_extensions:
  100963. web_1 | - Nothing to migrate.
  100964. web_1 | - Loading initial data for django_extensions.
  100965. web_1 | Installed 0 object(s) from 0 fixture(s)
  100966. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  100967. web_1 | [GCC 4.9.2] on linux2
  100968. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  100969. web_1 | (InteractiveConsole)
  100970. web_1 |
  100971. web_1 | >>> >>> Starting the server
  100972. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  100973. web_1 |
  100974. web_1 | Fatal error: Unable to find local grunt.
  100975. web_1 |
  100976. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  100977. web_1 | your project. For more information about installing and configuring grunt,
  100978. web_1 | please see the Getting Started guide:
  100979. web_1 |
  100980. web_1 | http://gruntjs.com/getting-started
  100981. web_1 | Starting OpenBSD Secure Shell server: sshd.
  100982. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  100983. web_1 | Syncing...
  100984. web_1 | Creating tables ...
  100985. web_1 | Installing custom SQL ...
  100986. web_1 | Installing indexes ...
  100987. web_1 | Installed 0 object(s) from 0 fixture(s)
  100988. web_1 |
  100989. web_1 | Synced:
  100990. web_1 | > django.contrib.auth
  100991. web_1 | > django.contrib.contenttypes
  100992. web_1 | > django.contrib.sessions
  100993. web_1 | > django.contrib.sites
  100994. web_1 | > django.contrib.messages
  100995. web_1 | > django.contrib.staticfiles
  100996. web_1 | > django.contrib.admin
  100997. web_1 | > south
  100998. web_1 | > crispy_forms
  100999. web_1 | > avatar
  101000. web_1 | > bootstrap3
  101001. web_1 | > users
  101002. web_1 | > allauth
  101003. web_1 | > allauth.account
  101004. web_1 | > django.contrib.humanize
  101005. web_1 | > debug_toolbar
  101006. web_1 |
  101007. web_1 | Not synced (use migrations):
  101008. web_1 | - allauth.socialaccount
  101009. web_1 | - django_extensions
  101010. web_1 | (use ./manage.py migrate to migrate these)
  101011. web_1 | Running migrations for socialaccount:
  101012. web_1 | - Nothing to migrate.
  101013. web_1 | - Loading initial data for socialaccount.
  101014. web_1 | Installed 0 object(s) from 0 fixture(s)
  101015. web_1 | Running migrations for django_extensions:
  101016. web_1 | - Nothing to migrate.
  101017. web_1 | - Loading initial data for django_extensions.
  101018. web_1 | Installed 0 object(s) from 0 fixture(s)
  101019. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101020. web_1 | [GCC 4.9.2] on linux2
  101021. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101022. web_1 | (InteractiveConsole)
  101023. web_1 |
  101024. web_1 | >>> >>> Starting the server
  101025. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101026. web_1 |
  101027. web_1 | Fatal error: Unable to find local grunt.
  101028. web_1 |
  101029. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101030. web_1 | your project. For more information about installing and configuring grunt,
  101031. web_1 | please see the Getting Started guide:
  101032. web_1 |
  101033. web_1 | http://gruntjs.com/getting-started
  101034. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101035. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101036. web_1 | Syncing...
  101037. web_1 | Creating tables ...
  101038. web_1 | Installing custom SQL ...
  101039. web_1 | Installing indexes ...
  101040. web_1 | Installed 0 object(s) from 0 fixture(s)
  101041. web_1 |
  101042. web_1 | Synced:
  101043. web_1 | > django.contrib.auth
  101044. web_1 | > django.contrib.contenttypes
  101045. web_1 | > django.contrib.sessions
  101046. web_1 | > django.contrib.sites
  101047. web_1 | > django.contrib.messages
  101048. web_1 | > django.contrib.staticfiles
  101049. web_1 | > django.contrib.admin
  101050. web_1 | > south
  101051. web_1 | > crispy_forms
  101052. web_1 | > avatar
  101053. web_1 | > bootstrap3
  101054. web_1 | > users
  101055. web_1 | > allauth
  101056. web_1 | > allauth.account
  101057. web_1 | > django.contrib.humanize
  101058. web_1 | > debug_toolbar
  101059. web_1 |
  101060. web_1 | Not synced (use migrations):
  101061. web_1 | - allauth.socialaccount
  101062. web_1 | - django_extensions
  101063. web_1 | (use ./manage.py migrate to migrate these)
  101064. web_1 | Running migrations for socialaccount:
  101065. web_1 | - Nothing to migrate.
  101066. web_1 | - Loading initial data for socialaccount.
  101067. web_1 | Installed 0 object(s) from 0 fixture(s)
  101068. web_1 | Running migrations for django_extensions:
  101069. web_1 | - Nothing to migrate.
  101070. web_1 | - Loading initial data for django_extensions.
  101071. web_1 | Installed 0 object(s) from 0 fixture(s)
  101072. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101073. web_1 | [GCC 4.9.2] on linux2
  101074. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101075. web_1 | (InteractiveConsole)
  101076. web_1 |
  101077. web_1 | >>> >>> Starting the server
  101078. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101079. web_1 |
  101080. web_1 | Fatal error: Unable to find local grunt.
  101081. web_1 |
  101082. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101083. web_1 | your project. For more information about installing and configuring grunt,
  101084. web_1 | please see the Getting Started guide:
  101085. web_1 |
  101086. web_1 | http://gruntjs.com/getting-started
  101087. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101088. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101089. web_1 | Syncing...
  101090. web_1 | Creating tables ...
  101091. web_1 | Installing custom SQL ...
  101092. web_1 | Installing indexes ...
  101093. web_1 | Installed 0 object(s) from 0 fixture(s)
  101094. web_1 |
  101095. web_1 | Synced:
  101096. web_1 | > django.contrib.auth
  101097. web_1 | > django.contrib.contenttypes
  101098. web_1 | > django.contrib.sessions
  101099. web_1 | > django.contrib.sites
  101100. web_1 | > django.contrib.messages
  101101. web_1 | > django.contrib.staticfiles
  101102. web_1 | > django.contrib.admin
  101103. web_1 | > south
  101104. web_1 | > crispy_forms
  101105. web_1 | > avatar
  101106. web_1 | > bootstrap3
  101107. web_1 | > users
  101108. web_1 | > allauth
  101109. web_1 | > allauth.account
  101110. web_1 | > django.contrib.humanize
  101111. web_1 | > debug_toolbar
  101112. web_1 |
  101113. web_1 | Not synced (use migrations):
  101114. web_1 | - allauth.socialaccount
  101115. web_1 | - django_extensions
  101116. web_1 | (use ./manage.py migrate to migrate these)
  101117. web_1 | Running migrations for socialaccount:
  101118. web_1 | - Nothing to migrate.
  101119. web_1 | - Loading initial data for socialaccount.
  101120. web_1 | Installed 0 object(s) from 0 fixture(s)
  101121. web_1 | Running migrations for django_extensions:
  101122. web_1 | - Nothing to migrate.
  101123. web_1 | - Loading initial data for django_extensions.
  101124. web_1 | Installed 0 object(s) from 0 fixture(s)
  101125. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101126. web_1 | [GCC 4.9.2] on linux2
  101127. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101128. web_1 | (InteractiveConsole)
  101129. web_1 |
  101130. web_1 | >>> >>> Starting the server
  101131. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101132. web_1 |
  101133. web_1 | Fatal error: Unable to find local grunt.
  101134. web_1 |
  101135. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101136. web_1 | your project. For more information about installing and configuring grunt,
  101137. web_1 | please see the Getting Started guide:
  101138. web_1 |
  101139. web_1 | http://gruntjs.com/getting-started
  101140. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101141. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101142. web_1 | Syncing...
  101143. web_1 | Creating tables ...
  101144. web_1 | Installing custom SQL ...
  101145. web_1 | Installing indexes ...
  101146. web_1 | Installed 0 object(s) from 0 fixture(s)
  101147. web_1 |
  101148. web_1 | Synced:
  101149. web_1 | > django.contrib.auth
  101150. web_1 | > django.contrib.contenttypes
  101151. web_1 | > django.contrib.sessions
  101152. web_1 | > django.contrib.sites
  101153. web_1 | > django.contrib.messages
  101154. web_1 | > django.contrib.staticfiles
  101155. web_1 | > django.contrib.admin
  101156. web_1 | > south
  101157. web_1 | > crispy_forms
  101158. web_1 | > avatar
  101159. web_1 | > bootstrap3
  101160. web_1 | > users
  101161. web_1 | > allauth
  101162. web_1 | > allauth.account
  101163. web_1 | > django.contrib.humanize
  101164. web_1 | > debug_toolbar
  101165. web_1 |
  101166. web_1 | Not synced (use migrations):
  101167. web_1 | - allauth.socialaccount
  101168. web_1 | - django_extensions
  101169. web_1 | (use ./manage.py migrate to migrate these)
  101170. web_1 | Running migrations for socialaccount:
  101171. web_1 | - Nothing to migrate.
  101172. web_1 | - Loading initial data for socialaccount.
  101173. web_1 | Installed 0 object(s) from 0 fixture(s)
  101174. web_1 | Running migrations for django_extensions:
  101175. web_1 | - Nothing to migrate.
  101176. web_1 | - Loading initial data for django_extensions.
  101177. web_1 | Installed 0 object(s) from 0 fixture(s)
  101178. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101179. web_1 | [GCC 4.9.2] on linux2
  101180. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101181. web_1 | (InteractiveConsole)
  101182. web_1 |
  101183. web_1 | >>> >>> Starting the server
  101184. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101185. web_1 |
  101186. web_1 | Fatal error: Unable to find local grunt.
  101187. web_1 |
  101188. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101189. web_1 | your project. For more information about installing and configuring grunt,
  101190. web_1 | please see the Getting Started guide:
  101191. web_1 |
  101192. web_1 | http://gruntjs.com/getting-started
  101193. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101194. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101195. web_1 | Syncing...
  101196. web_1 | Creating tables ...
  101197. web_1 | Installing custom SQL ...
  101198. web_1 | Installing indexes ...
  101199. web_1 | Installed 0 object(s) from 0 fixture(s)
  101200. web_1 |
  101201. web_1 | Synced:
  101202. web_1 | > django.contrib.auth
  101203. web_1 | > django.contrib.contenttypes
  101204. web_1 | > django.contrib.sessions
  101205. web_1 | > django.contrib.sites
  101206. web_1 | > django.contrib.messages
  101207. web_1 | > django.contrib.staticfiles
  101208. web_1 | > django.contrib.admin
  101209. web_1 | > south
  101210. web_1 | > crispy_forms
  101211. web_1 | > avatar
  101212. web_1 | > bootstrap3
  101213. web_1 | > users
  101214. web_1 | > allauth
  101215. web_1 | > allauth.account
  101216. web_1 | > django.contrib.humanize
  101217. web_1 | > debug_toolbar
  101218. web_1 |
  101219. web_1 | Not synced (use migrations):
  101220. web_1 | - allauth.socialaccount
  101221. web_1 | - django_extensions
  101222. web_1 | (use ./manage.py migrate to migrate these)
  101223. web_1 | Running migrations for socialaccount:
  101224. web_1 | - Nothing to migrate.
  101225. web_1 | - Loading initial data for socialaccount.
  101226. web_1 | Installed 0 object(s) from 0 fixture(s)
  101227. web_1 | Running migrations for django_extensions:
  101228. web_1 | - Nothing to migrate.
  101229. web_1 | - Loading initial data for django_extensions.
  101230. web_1 | Installed 0 object(s) from 0 fixture(s)
  101231. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101232. web_1 | [GCC 4.9.2] on linux2
  101233. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101234. web_1 | (InteractiveConsole)
  101235. web_1 |
  101236. web_1 | >>> >>> Starting the server
  101237. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101238. web_1 |
  101239. web_1 | Fatal error: Unable to find local grunt.
  101240. web_1 |
  101241. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101242. web_1 | your project. For more information about installing and configuring grunt,
  101243. web_1 | please see the Getting Started guide:
  101244. web_1 |
  101245. web_1 | http://gruntjs.com/getting-started
  101246. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101247. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101248. web_1 | Syncing...
  101249. web_1 | Creating tables ...
  101250. web_1 | Installing custom SQL ...
  101251. web_1 | Installing indexes ...
  101252. web_1 | Installed 0 object(s) from 0 fixture(s)
  101253. web_1 |
  101254. web_1 | Synced:
  101255. web_1 | > django.contrib.auth
  101256. web_1 | > django.contrib.contenttypes
  101257. web_1 | > django.contrib.sessions
  101258. web_1 | > django.contrib.sites
  101259. web_1 | > django.contrib.messages
  101260. web_1 | > django.contrib.staticfiles
  101261. web_1 | > django.contrib.admin
  101262. web_1 | > south
  101263. web_1 | > crispy_forms
  101264. web_1 | > avatar
  101265. web_1 | > bootstrap3
  101266. web_1 | > users
  101267. web_1 | > allauth
  101268. web_1 | > allauth.account
  101269. web_1 | > django.contrib.humanize
  101270. web_1 | > debug_toolbar
  101271. web_1 |
  101272. web_1 | Not synced (use migrations):
  101273. web_1 | - allauth.socialaccount
  101274. web_1 | - django_extensions
  101275. web_1 | (use ./manage.py migrate to migrate these)
  101276. web_1 | Running migrations for socialaccount:
  101277. web_1 | - Nothing to migrate.
  101278. web_1 | - Loading initial data for socialaccount.
  101279. web_1 | Installed 0 object(s) from 0 fixture(s)
  101280. web_1 | Running migrations for django_extensions:
  101281. web_1 | - Nothing to migrate.
  101282. web_1 | - Loading initial data for django_extensions.
  101283. web_1 | Installed 0 object(s) from 0 fixture(s)
  101284. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101285. web_1 | [GCC 4.9.2] on linux2
  101286. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101287. web_1 | (InteractiveConsole)
  101288. web_1 |
  101289. web_1 | >>> >>> Starting the server
  101290. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101291. web_1 |
  101292. web_1 | Fatal error: Unable to find local grunt.
  101293. web_1 |
  101294. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101295. web_1 | your project. For more information about installing and configuring grunt,
  101296. web_1 | please see the Getting Started guide:
  101297. web_1 |
  101298. web_1 | http://gruntjs.com/getting-started
  101299. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101300. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101301. web_1 | Syncing...
  101302. web_1 | Creating tables ...
  101303. web_1 | Installing custom SQL ...
  101304. web_1 | Installing indexes ...
  101305. web_1 | Installed 0 object(s) from 0 fixture(s)
  101306. web_1 |
  101307. web_1 | Synced:
  101308. web_1 | > django.contrib.auth
  101309. web_1 | > django.contrib.contenttypes
  101310. web_1 | > django.contrib.sessions
  101311. web_1 | > django.contrib.sites
  101312. web_1 | > django.contrib.messages
  101313. web_1 | > django.contrib.staticfiles
  101314. web_1 | > django.contrib.admin
  101315. web_1 | > south
  101316. web_1 | > crispy_forms
  101317. web_1 | > avatar
  101318. web_1 | > bootstrap3
  101319. web_1 | > users
  101320. web_1 | > allauth
  101321. web_1 | > allauth.account
  101322. web_1 | > django.contrib.humanize
  101323. web_1 | > debug_toolbar
  101324. web_1 |
  101325. web_1 | Not synced (use migrations):
  101326. web_1 | - allauth.socialaccount
  101327. web_1 | - django_extensions
  101328. web_1 | (use ./manage.py migrate to migrate these)
  101329. web_1 | Running migrations for socialaccount:
  101330. web_1 | - Nothing to migrate.
  101331. web_1 | - Loading initial data for socialaccount.
  101332. web_1 | Installed 0 object(s) from 0 fixture(s)
  101333. web_1 | Running migrations for django_extensions:
  101334. web_1 | - Nothing to migrate.
  101335. web_1 | - Loading initial data for django_extensions.
  101336. web_1 | Installed 0 object(s) from 0 fixture(s)
  101337. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101338. web_1 | [GCC 4.9.2] on linux2
  101339. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101340. web_1 | (InteractiveConsole)
  101341. web_1 |
  101342. web_1 | >>> >>> Starting the server
  101343. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101344. web_1 |
  101345. web_1 | Fatal error: Unable to find local grunt.
  101346. web_1 |
  101347. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101348. web_1 | your project. For more information about installing and configuring grunt,
  101349. web_1 | please see the Getting Started guide:
  101350. web_1 |
  101351. web_1 | http://gruntjs.com/getting-started
  101352. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101353. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101354. web_1 | Syncing...
  101355. web_1 | Creating tables ...
  101356. web_1 | Installing custom SQL ...
  101357. web_1 | Installing indexes ...
  101358. web_1 | Installed 0 object(s) from 0 fixture(s)
  101359. web_1 |
  101360. web_1 | Synced:
  101361. web_1 | > django.contrib.auth
  101362. web_1 | > django.contrib.contenttypes
  101363. web_1 | > django.contrib.sessions
  101364. web_1 | > django.contrib.sites
  101365. web_1 | > django.contrib.messages
  101366. web_1 | > django.contrib.staticfiles
  101367. web_1 | > django.contrib.admin
  101368. web_1 | > south
  101369. web_1 | > crispy_forms
  101370. web_1 | > avatar
  101371. web_1 | > bootstrap3
  101372. web_1 | > users
  101373. web_1 | > allauth
  101374. web_1 | > allauth.account
  101375. web_1 | > django.contrib.humanize
  101376. web_1 | > debug_toolbar
  101377. web_1 |
  101378. web_1 | Not synced (use migrations):
  101379. web_1 | - allauth.socialaccount
  101380. web_1 | - django_extensions
  101381. web_1 | (use ./manage.py migrate to migrate these)
  101382. web_1 | Running migrations for socialaccount:
  101383. web_1 | - Nothing to migrate.
  101384. web_1 | - Loading initial data for socialaccount.
  101385. web_1 | Installed 0 object(s) from 0 fixture(s)
  101386. web_1 | Running migrations for django_extensions:
  101387. web_1 | - Nothing to migrate.
  101388. web_1 | - Loading initial data for django_extensions.
  101389. web_1 | Installed 0 object(s) from 0 fixture(s)
  101390. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101391. web_1 | [GCC 4.9.2] on linux2
  101392. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101393. web_1 | (InteractiveConsole)
  101394. web_1 |
  101395. web_1 | >>> >>> Starting the server
  101396. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101397. web_1 |
  101398. web_1 | Fatal error: Unable to find local grunt.
  101399. web_1 |
  101400. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101401. web_1 | your project. For more information about installing and configuring grunt,
  101402. web_1 | please see the Getting Started guide:
  101403. web_1 |
  101404. web_1 | http://gruntjs.com/getting-started
  101405. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101406. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101407. web_1 | Syncing...
  101408. web_1 | Creating tables ...
  101409. web_1 | Installing custom SQL ...
  101410. web_1 | Installing indexes ...
  101411. web_1 | Installed 0 object(s) from 0 fixture(s)
  101412. web_1 |
  101413. web_1 | Synced:
  101414. web_1 | > django.contrib.auth
  101415. web_1 | > django.contrib.contenttypes
  101416. web_1 | > django.contrib.sessions
  101417. web_1 | > django.contrib.sites
  101418. web_1 | > django.contrib.messages
  101419. web_1 | > django.contrib.staticfiles
  101420. web_1 | > django.contrib.admin
  101421. web_1 | > south
  101422. web_1 | > crispy_forms
  101423. web_1 | > avatar
  101424. web_1 | > bootstrap3
  101425. web_1 | > users
  101426. web_1 | > allauth
  101427. web_1 | > allauth.account
  101428. web_1 | > django.contrib.humanize
  101429. web_1 | > debug_toolbar
  101430. web_1 |
  101431. web_1 | Not synced (use migrations):
  101432. web_1 | - allauth.socialaccount
  101433. web_1 | - django_extensions
  101434. web_1 | (use ./manage.py migrate to migrate these)
  101435. web_1 | Running migrations for socialaccount:
  101436. web_1 | - Nothing to migrate.
  101437. web_1 | - Loading initial data for socialaccount.
  101438. web_1 | Installed 0 object(s) from 0 fixture(s)
  101439. web_1 | Running migrations for django_extensions:
  101440. web_1 | - Nothing to migrate.
  101441. web_1 | - Loading initial data for django_extensions.
  101442. web_1 | Installed 0 object(s) from 0 fixture(s)
  101443. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101444. web_1 | [GCC 4.9.2] on linux2
  101445. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101446. web_1 | (InteractiveConsole)
  101447. web_1 |
  101448. web_1 | >>> >>> Starting the server
  101449. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101450. web_1 |
  101451. web_1 | Fatal error: Unable to find local grunt.
  101452. web_1 |
  101453. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101454. web_1 | your project. For more information about installing and configuring grunt,
  101455. web_1 | please see the Getting Started guide:
  101456. web_1 |
  101457. web_1 | http://gruntjs.com/getting-started
  101458. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101459. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101460. web_1 | Syncing...
  101461. web_1 | Creating tables ...
  101462. web_1 | Installing custom SQL ...
  101463. web_1 | Installing indexes ...
  101464. web_1 | Installed 0 object(s) from 0 fixture(s)
  101465. web_1 |
  101466. web_1 | Synced:
  101467. web_1 | > django.contrib.auth
  101468. web_1 | > django.contrib.contenttypes
  101469. web_1 | > django.contrib.sessions
  101470. web_1 | > django.contrib.sites
  101471. web_1 | > django.contrib.messages
  101472. web_1 | > django.contrib.staticfiles
  101473. web_1 | > django.contrib.admin
  101474. web_1 | > south
  101475. web_1 | > crispy_forms
  101476. web_1 | > avatar
  101477. web_1 | > bootstrap3
  101478. web_1 | > users
  101479. web_1 | > allauth
  101480. web_1 | > allauth.account
  101481. web_1 | > django.contrib.humanize
  101482. web_1 | > debug_toolbar
  101483. web_1 |
  101484. web_1 | Not synced (use migrations):
  101485. web_1 | - allauth.socialaccount
  101486. web_1 | - django_extensions
  101487. web_1 | (use ./manage.py migrate to migrate these)
  101488. web_1 | Running migrations for socialaccount:
  101489. web_1 | - Nothing to migrate.
  101490. web_1 | - Loading initial data for socialaccount.
  101491. web_1 | Installed 0 object(s) from 0 fixture(s)
  101492. web_1 | Running migrations for django_extensions:
  101493. web_1 | - Nothing to migrate.
  101494. web_1 | - Loading initial data for django_extensions.
  101495. web_1 | Installed 0 object(s) from 0 fixture(s)
  101496. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101497. web_1 | [GCC 4.9.2] on linux2
  101498. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101499. web_1 | (InteractiveConsole)
  101500. web_1 |
  101501. web_1 | >>> >>> Starting the server
  101502. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101503. web_1 |
  101504. web_1 | Fatal error: Unable to find local grunt.
  101505. web_1 |
  101506. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101507. web_1 | your project. For more information about installing and configuring grunt,
  101508. web_1 | please see the Getting Started guide:
  101509. web_1 |
  101510. web_1 | http://gruntjs.com/getting-started
  101511. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101512. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101513. web_1 | Syncing...
  101514. web_1 | Creating tables ...
  101515. web_1 | Installing custom SQL ...
  101516. web_1 | Installing indexes ...
  101517. web_1 | Installed 0 object(s) from 0 fixture(s)
  101518. web_1 |
  101519. web_1 | Synced:
  101520. web_1 | > django.contrib.auth
  101521. web_1 | > django.contrib.contenttypes
  101522. web_1 | > django.contrib.sessions
  101523. web_1 | > django.contrib.sites
  101524. web_1 | > django.contrib.messages
  101525. web_1 | > django.contrib.staticfiles
  101526. web_1 | > django.contrib.admin
  101527. web_1 | > south
  101528. web_1 | > crispy_forms
  101529. web_1 | > avatar
  101530. web_1 | > bootstrap3
  101531. web_1 | > users
  101532. web_1 | > allauth
  101533. web_1 | > allauth.account
  101534. web_1 | > django.contrib.humanize
  101535. web_1 | > debug_toolbar
  101536. web_1 |
  101537. web_1 | Not synced (use migrations):
  101538. web_1 | - allauth.socialaccount
  101539. web_1 | - django_extensions
  101540. web_1 | (use ./manage.py migrate to migrate these)
  101541. web_1 | Running migrations for socialaccount:
  101542. web_1 | - Nothing to migrate.
  101543. web_1 | - Loading initial data for socialaccount.
  101544. web_1 | Installed 0 object(s) from 0 fixture(s)
  101545. web_1 | Running migrations for django_extensions:
  101546. web_1 | - Nothing to migrate.
  101547. web_1 | - Loading initial data for django_extensions.
  101548. web_1 | Installed 0 object(s) from 0 fixture(s)
  101549. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101550. web_1 | [GCC 4.9.2] on linux2
  101551. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101552. web_1 | (InteractiveConsole)
  101553. web_1 |
  101554. web_1 | >>> >>> Starting the server
  101555. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101556. web_1 |
  101557. web_1 | Fatal error: Unable to find local grunt.
  101558. web_1 |
  101559. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101560. web_1 | your project. For more information about installing and configuring grunt,
  101561. web_1 | please see the Getting Started guide:
  101562. web_1 |
  101563. web_1 | http://gruntjs.com/getting-started
  101564. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101565. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101566. web_1 | Syncing...
  101567. web_1 | Creating tables ...
  101568. web_1 | Installing custom SQL ...
  101569. web_1 | Installing indexes ...
  101570. web_1 | Installed 0 object(s) from 0 fixture(s)
  101571. web_1 |
  101572. web_1 | Synced:
  101573. web_1 | > django.contrib.auth
  101574. web_1 | > django.contrib.contenttypes
  101575. web_1 | > django.contrib.sessions
  101576. web_1 | > django.contrib.sites
  101577. web_1 | > django.contrib.messages
  101578. web_1 | > django.contrib.staticfiles
  101579. web_1 | > django.contrib.admin
  101580. web_1 | > south
  101581. web_1 | > crispy_forms
  101582. web_1 | > avatar
  101583. web_1 | > bootstrap3
  101584. web_1 | > users
  101585. web_1 | > allauth
  101586. web_1 | > allauth.account
  101587. web_1 | > django.contrib.humanize
  101588. web_1 | > debug_toolbar
  101589. web_1 |
  101590. web_1 | Not synced (use migrations):
  101591. web_1 | - allauth.socialaccount
  101592. web_1 | - django_extensions
  101593. web_1 | (use ./manage.py migrate to migrate these)
  101594. web_1 | Running migrations for socialaccount:
  101595. web_1 | - Nothing to migrate.
  101596. web_1 | - Loading initial data for socialaccount.
  101597. web_1 | Installed 0 object(s) from 0 fixture(s)
  101598. web_1 | Running migrations for django_extensions:
  101599. web_1 | - Nothing to migrate.
  101600. web_1 | - Loading initial data for django_extensions.
  101601. web_1 | Installed 0 object(s) from 0 fixture(s)
  101602. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101603. web_1 | [GCC 4.9.2] on linux2
  101604. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101605. web_1 | (InteractiveConsole)
  101606. web_1 |
  101607. web_1 | >>> >>> Starting the server
  101608. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101609. web_1 |
  101610. web_1 | Fatal error: Unable to find local grunt.
  101611. web_1 |
  101612. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101613. web_1 | your project. For more information about installing and configuring grunt,
  101614. web_1 | please see the Getting Started guide:
  101615. web_1 |
  101616. web_1 | http://gruntjs.com/getting-started
  101617. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101618. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101619. web_1 | Syncing...
  101620. web_1 | Creating tables ...
  101621. web_1 | Installing custom SQL ...
  101622. web_1 | Installing indexes ...
  101623. web_1 | Installed 0 object(s) from 0 fixture(s)
  101624. web_1 |
  101625. web_1 | Synced:
  101626. web_1 | > django.contrib.auth
  101627. web_1 | > django.contrib.contenttypes
  101628. web_1 | > django.contrib.sessions
  101629. web_1 | > django.contrib.sites
  101630. web_1 | > django.contrib.messages
  101631. web_1 | > django.contrib.staticfiles
  101632. web_1 | > django.contrib.admin
  101633. web_1 | > south
  101634. web_1 | > crispy_forms
  101635. web_1 | > avatar
  101636. web_1 | > bootstrap3
  101637. web_1 | > users
  101638. web_1 | > allauth
  101639. web_1 | > allauth.account
  101640. web_1 | > django.contrib.humanize
  101641. web_1 | > debug_toolbar
  101642. web_1 |
  101643. web_1 | Not synced (use migrations):
  101644. web_1 | - allauth.socialaccount
  101645. web_1 | - django_extensions
  101646. web_1 | (use ./manage.py migrate to migrate these)
  101647. web_1 | Running migrations for socialaccount:
  101648. web_1 | - Nothing to migrate.
  101649. web_1 | - Loading initial data for socialaccount.
  101650. web_1 | Installed 0 object(s) from 0 fixture(s)
  101651. web_1 | Running migrations for django_extensions:
  101652. web_1 | - Nothing to migrate.
  101653. web_1 | - Loading initial data for django_extensions.
  101654. web_1 | Installed 0 object(s) from 0 fixture(s)
  101655. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101656. web_1 | [GCC 4.9.2] on linux2
  101657. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101658. web_1 | (InteractiveConsole)
  101659. web_1 |
  101660. web_1 | >>> >>> Starting the server
  101661. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101662. web_1 |
  101663. web_1 | Fatal error: Unable to find local grunt.
  101664. web_1 |
  101665. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101666. web_1 | your project. For more information about installing and configuring grunt,
  101667. web_1 | please see the Getting Started guide:
  101668. web_1 |
  101669. web_1 | http://gruntjs.com/getting-started
  101670. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101671. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101672. web_1 | Syncing...
  101673. web_1 | Creating tables ...
  101674. web_1 | Installing custom SQL ...
  101675. web_1 | Installing indexes ...
  101676. web_1 | Installed 0 object(s) from 0 fixture(s)
  101677. web_1 |
  101678. web_1 | Synced:
  101679. web_1 | > django.contrib.auth
  101680. web_1 | > django.contrib.contenttypes
  101681. web_1 | > django.contrib.sessions
  101682. web_1 | > django.contrib.sites
  101683. web_1 | > django.contrib.messages
  101684. web_1 | > django.contrib.staticfiles
  101685. web_1 | > django.contrib.admin
  101686. web_1 | > south
  101687. web_1 | > crispy_forms
  101688. web_1 | > avatar
  101689. web_1 | > bootstrap3
  101690. web_1 | > users
  101691. web_1 | > allauth
  101692. web_1 | > allauth.account
  101693. web_1 | > django.contrib.humanize
  101694. web_1 | > debug_toolbar
  101695. web_1 |
  101696. web_1 | Not synced (use migrations):
  101697. web_1 | - allauth.socialaccount
  101698. web_1 | - django_extensions
  101699. web_1 | (use ./manage.py migrate to migrate these)
  101700. web_1 | Running migrations for socialaccount:
  101701. web_1 | - Nothing to migrate.
  101702. web_1 | - Loading initial data for socialaccount.
  101703. web_1 | Installed 0 object(s) from 0 fixture(s)
  101704. web_1 | Running migrations for django_extensions:
  101705. web_1 | - Nothing to migrate.
  101706. web_1 | - Loading initial data for django_extensions.
  101707. web_1 | Installed 0 object(s) from 0 fixture(s)
  101708. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101709. web_1 | [GCC 4.9.2] on linux2
  101710. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101711. web_1 | (InteractiveConsole)
  101712. web_1 |
  101713. web_1 | >>> >>> Starting the server
  101714. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101715. web_1 |
  101716. web_1 | Fatal error: Unable to find local grunt.
  101717. web_1 |
  101718. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101719. web_1 | your project. For more information about installing and configuring grunt,
  101720. web_1 | please see the Getting Started guide:
  101721. web_1 |
  101722. web_1 | http://gruntjs.com/getting-started
  101723. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101724. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101725. web_1 | Syncing...
  101726. web_1 | Creating tables ...
  101727. web_1 | Installing custom SQL ...
  101728. web_1 | Installing indexes ...
  101729. web_1 | Installed 0 object(s) from 0 fixture(s)
  101730. web_1 |
  101731. web_1 | Synced:
  101732. web_1 | > django.contrib.auth
  101733. web_1 | > django.contrib.contenttypes
  101734. web_1 | > django.contrib.sessions
  101735. web_1 | > django.contrib.sites
  101736. web_1 | > django.contrib.messages
  101737. web_1 | > django.contrib.staticfiles
  101738. web_1 | > django.contrib.admin
  101739. web_1 | > south
  101740. web_1 | > crispy_forms
  101741. web_1 | > avatar
  101742. web_1 | > bootstrap3
  101743. web_1 | > users
  101744. web_1 | > allauth
  101745. web_1 | > allauth.account
  101746. web_1 | > django.contrib.humanize
  101747. web_1 | > debug_toolbar
  101748. web_1 |
  101749. web_1 | Not synced (use migrations):
  101750. web_1 | - allauth.socialaccount
  101751. web_1 | - django_extensions
  101752. web_1 | (use ./manage.py migrate to migrate these)
  101753. web_1 | Running migrations for socialaccount:
  101754. web_1 | - Nothing to migrate.
  101755. web_1 | - Loading initial data for socialaccount.
  101756. web_1 | Installed 0 object(s) from 0 fixture(s)
  101757. web_1 | Running migrations for django_extensions:
  101758. web_1 | - Nothing to migrate.
  101759. web_1 | - Loading initial data for django_extensions.
  101760. web_1 | Installed 0 object(s) from 0 fixture(s)
  101761. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101762. web_1 | [GCC 4.9.2] on linux2
  101763. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101764. web_1 | (InteractiveConsole)
  101765. web_1 |
  101766. web_1 | >>> >>> Starting the server
  101767. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101768. web_1 |
  101769. web_1 | Fatal error: Unable to find local grunt.
  101770. web_1 |
  101771. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101772. web_1 | your project. For more information about installing and configuring grunt,
  101773. web_1 | please see the Getting Started guide:
  101774. web_1 |
  101775. web_1 | http://gruntjs.com/getting-started
  101776. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101777. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101778. web_1 | Syncing...
  101779. web_1 | Creating tables ...
  101780. web_1 | Installing custom SQL ...
  101781. web_1 | Installing indexes ...
  101782. web_1 | Installed 0 object(s) from 0 fixture(s)
  101783. web_1 |
  101784. web_1 | Synced:
  101785. web_1 | > django.contrib.auth
  101786. web_1 | > django.contrib.contenttypes
  101787. web_1 | > django.contrib.sessions
  101788. web_1 | > django.contrib.sites
  101789. web_1 | > django.contrib.messages
  101790. web_1 | > django.contrib.staticfiles
  101791. web_1 | > django.contrib.admin
  101792. web_1 | > south
  101793. web_1 | > crispy_forms
  101794. web_1 | > avatar
  101795. web_1 | > bootstrap3
  101796. web_1 | > users
  101797. web_1 | > allauth
  101798. web_1 | > allauth.account
  101799. web_1 | > django.contrib.humanize
  101800. web_1 | > debug_toolbar
  101801. web_1 |
  101802. web_1 | Not synced (use migrations):
  101803. web_1 | - allauth.socialaccount
  101804. web_1 | - django_extensions
  101805. web_1 | (use ./manage.py migrate to migrate these)
  101806. web_1 | Running migrations for socialaccount:
  101807. web_1 | - Nothing to migrate.
  101808. web_1 | - Loading initial data for socialaccount.
  101809. web_1 | Installed 0 object(s) from 0 fixture(s)
  101810. web_1 | Running migrations for django_extensions:
  101811. web_1 | - Nothing to migrate.
  101812. web_1 | - Loading initial data for django_extensions.
  101813. web_1 | Installed 0 object(s) from 0 fixture(s)
  101814. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101815. web_1 | [GCC 4.9.2] on linux2
  101816. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101817. web_1 | (InteractiveConsole)
  101818. web_1 |
  101819. web_1 | >>> >>> Starting the server
  101820. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101821. web_1 |
  101822. web_1 | Fatal error: Unable to find local grunt.
  101823. web_1 |
  101824. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101825. web_1 | your project. For more information about installing and configuring grunt,
  101826. web_1 | please see the Getting Started guide:
  101827. web_1 |
  101828. web_1 | http://gruntjs.com/getting-started
  101829. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101830. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101831. web_1 | Syncing...
  101832. web_1 | Creating tables ...
  101833. web_1 | Installing custom SQL ...
  101834. web_1 | Installing indexes ...
  101835. web_1 | Installed 0 object(s) from 0 fixture(s)
  101836. web_1 |
  101837. web_1 | Synced:
  101838. web_1 | > django.contrib.auth
  101839. web_1 | > django.contrib.contenttypes
  101840. web_1 | > django.contrib.sessions
  101841. web_1 | > django.contrib.sites
  101842. web_1 | > django.contrib.messages
  101843. web_1 | > django.contrib.staticfiles
  101844. web_1 | > django.contrib.admin
  101845. web_1 | > south
  101846. web_1 | > crispy_forms
  101847. web_1 | > avatar
  101848. web_1 | > bootstrap3
  101849. web_1 | > users
  101850. web_1 | > allauth
  101851. web_1 | > allauth.account
  101852. web_1 | > django.contrib.humanize
  101853. web_1 | > debug_toolbar
  101854. web_1 |
  101855. web_1 | Not synced (use migrations):
  101856. web_1 | - allauth.socialaccount
  101857. web_1 | - django_extensions
  101858. web_1 | (use ./manage.py migrate to migrate these)
  101859. web_1 | Running migrations for socialaccount:
  101860. web_1 | - Nothing to migrate.
  101861. web_1 | - Loading initial data for socialaccount.
  101862. web_1 | Installed 0 object(s) from 0 fixture(s)
  101863. web_1 | Running migrations for django_extensions:
  101864. web_1 | - Nothing to migrate.
  101865. web_1 | - Loading initial data for django_extensions.
  101866. web_1 | Installed 0 object(s) from 0 fixture(s)
  101867. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101868. web_1 | [GCC 4.9.2] on linux2
  101869. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101870. web_1 | (InteractiveConsole)
  101871. web_1 |
  101872. web_1 | >>> >>> Starting the server
  101873. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101874. web_1 |
  101875. web_1 | Fatal error: Unable to find local grunt.
  101876. web_1 |
  101877. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101878. web_1 | your project. For more information about installing and configuring grunt,
  101879. web_1 | please see the Getting Started guide:
  101880. web_1 |
  101881. web_1 | http://gruntjs.com/getting-started
  101882. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101883. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101884. web_1 | Syncing...
  101885. web_1 | Creating tables ...
  101886. web_1 | Installing custom SQL ...
  101887. web_1 | Installing indexes ...
  101888. web_1 | Installed 0 object(s) from 0 fixture(s)
  101889. web_1 |
  101890. web_1 | Synced:
  101891. web_1 | > django.contrib.auth
  101892. web_1 | > django.contrib.contenttypes
  101893. web_1 | > django.contrib.sessions
  101894. web_1 | > django.contrib.sites
  101895. web_1 | > django.contrib.messages
  101896. web_1 | > django.contrib.staticfiles
  101897. web_1 | > django.contrib.admin
  101898. web_1 | > south
  101899. web_1 | > crispy_forms
  101900. web_1 | > avatar
  101901. web_1 | > bootstrap3
  101902. web_1 | > users
  101903. web_1 | > allauth
  101904. web_1 | > allauth.account
  101905. web_1 | > django.contrib.humanize
  101906. web_1 | > debug_toolbar
  101907. web_1 |
  101908. web_1 | Not synced (use migrations):
  101909. web_1 | - allauth.socialaccount
  101910. web_1 | - django_extensions
  101911. web_1 | (use ./manage.py migrate to migrate these)
  101912. web_1 | Running migrations for socialaccount:
  101913. web_1 | - Nothing to migrate.
  101914. web_1 | - Loading initial data for socialaccount.
  101915. web_1 | Installed 0 object(s) from 0 fixture(s)
  101916. web_1 | Running migrations for django_extensions:
  101917. web_1 | - Nothing to migrate.
  101918. web_1 | - Loading initial data for django_extensions.
  101919. web_1 | Installed 0 object(s) from 0 fixture(s)
  101920. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101921. web_1 | [GCC 4.9.2] on linux2
  101922. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101923. web_1 | (InteractiveConsole)
  101924. web_1 |
  101925. web_1 | >>> >>> Starting the server
  101926. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101927. web_1 |
  101928. web_1 | Fatal error: Unable to find local grunt.
  101929. web_1 |
  101930. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101931. web_1 | your project. For more information about installing and configuring grunt,
  101932. web_1 | please see the Getting Started guide:
  101933. web_1 |
  101934. web_1 | http://gruntjs.com/getting-started
  101935. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101936. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101937. web_1 | Syncing...
  101938. web_1 | Creating tables ...
  101939. web_1 | Installing custom SQL ...
  101940. web_1 | Installing indexes ...
  101941. web_1 | Installed 0 object(s) from 0 fixture(s)
  101942. web_1 |
  101943. web_1 | Synced:
  101944. web_1 | > django.contrib.auth
  101945. web_1 | > django.contrib.contenttypes
  101946. web_1 | > django.contrib.sessions
  101947. web_1 | > django.contrib.sites
  101948. web_1 | > django.contrib.messages
  101949. web_1 | > django.contrib.staticfiles
  101950. web_1 | > django.contrib.admin
  101951. web_1 | > south
  101952. web_1 | > crispy_forms
  101953. web_1 | > avatar
  101954. web_1 | > bootstrap3
  101955. web_1 | > users
  101956. web_1 | > allauth
  101957. web_1 | > allauth.account
  101958. web_1 | > django.contrib.humanize
  101959. web_1 | > debug_toolbar
  101960. web_1 |
  101961. web_1 | Not synced (use migrations):
  101962. web_1 | - allauth.socialaccount
  101963. web_1 | - django_extensions
  101964. web_1 | (use ./manage.py migrate to migrate these)
  101965. web_1 | Running migrations for socialaccount:
  101966. web_1 | - Nothing to migrate.
  101967. web_1 | - Loading initial data for socialaccount.
  101968. web_1 | Installed 0 object(s) from 0 fixture(s)
  101969. web_1 | Running migrations for django_extensions:
  101970. web_1 | - Nothing to migrate.
  101971. web_1 | - Loading initial data for django_extensions.
  101972. web_1 | Installed 0 object(s) from 0 fixture(s)
  101973. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  101974. web_1 | [GCC 4.9.2] on linux2
  101975. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  101976. web_1 | (InteractiveConsole)
  101977. web_1 |
  101978. web_1 | >>> >>> Starting the server
  101979. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  101980. web_1 |
  101981. web_1 | Fatal error: Unable to find local grunt.
  101982. web_1 |
  101983. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  101984. web_1 | your project. For more information about installing and configuring grunt,
  101985. web_1 | please see the Getting Started guide:
  101986. web_1 |
  101987. web_1 | http://gruntjs.com/getting-started
  101988. web_1 | Starting OpenBSD Secure Shell server: sshd.
  101989. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  101990. web_1 | Syncing...
  101991. web_1 | Creating tables ...
  101992. web_1 | Installing custom SQL ...
  101993. web_1 | Installing indexes ...
  101994. web_1 | Installed 0 object(s) from 0 fixture(s)
  101995. web_1 |
  101996. web_1 | Synced:
  101997. web_1 | > django.contrib.auth
  101998. web_1 | > django.contrib.contenttypes
  101999. web_1 | > django.contrib.sessions
  102000. web_1 | > django.contrib.sites
  102001. web_1 | > django.contrib.messages
  102002. web_1 | > django.contrib.staticfiles
  102003. web_1 | > django.contrib.admin
  102004. web_1 | > south
  102005. web_1 | > crispy_forms
  102006. web_1 | > avatar
  102007. web_1 | > bootstrap3
  102008. web_1 | > users
  102009. web_1 | > allauth
  102010. web_1 | > allauth.account
  102011. web_1 | > django.contrib.humanize
  102012. web_1 | > debug_toolbar
  102013. web_1 |
  102014. web_1 | Not synced (use migrations):
  102015. web_1 | - allauth.socialaccount
  102016. web_1 | - django_extensions
  102017. web_1 | (use ./manage.py migrate to migrate these)
  102018. web_1 | Running migrations for socialaccount:
  102019. web_1 | - Nothing to migrate.
  102020. web_1 | - Loading initial data for socialaccount.
  102021. web_1 | Installed 0 object(s) from 0 fixture(s)
  102022. web_1 | Running migrations for django_extensions:
  102023. web_1 | - Nothing to migrate.
  102024. web_1 | - Loading initial data for django_extensions.
  102025. web_1 | Installed 0 object(s) from 0 fixture(s)
  102026. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102027. web_1 | [GCC 4.9.2] on linux2
  102028. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102029. web_1 | (InteractiveConsole)
  102030. web_1 |
  102031. web_1 | >>> >>> Starting the server
  102032. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102033. web_1 |
  102034. web_1 | Fatal error: Unable to find local grunt.
  102035. web_1 |
  102036. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102037. web_1 | your project. For more information about installing and configuring grunt,
  102038. web_1 | please see the Getting Started guide:
  102039. web_1 |
  102040. web_1 | http://gruntjs.com/getting-started
  102041. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102042. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102043. web_1 | Syncing...
  102044. web_1 | Creating tables ...
  102045. web_1 | Installing custom SQL ...
  102046. web_1 | Installing indexes ...
  102047. web_1 | Installed 0 object(s) from 0 fixture(s)
  102048. web_1 |
  102049. web_1 | Synced:
  102050. web_1 | > django.contrib.auth
  102051. web_1 | > django.contrib.contenttypes
  102052. web_1 | > django.contrib.sessions
  102053. web_1 | > django.contrib.sites
  102054. web_1 | > django.contrib.messages
  102055. web_1 | > django.contrib.staticfiles
  102056. web_1 | > django.contrib.admin
  102057. web_1 | > south
  102058. web_1 | > crispy_forms
  102059. web_1 | > avatar
  102060. web_1 | > bootstrap3
  102061. web_1 | > users
  102062. web_1 | > allauth
  102063. web_1 | > allauth.account
  102064. web_1 | > django.contrib.humanize
  102065. web_1 | > debug_toolbar
  102066. web_1 |
  102067. web_1 | Not synced (use migrations):
  102068. web_1 | - allauth.socialaccount
  102069. web_1 | - django_extensions
  102070. web_1 | (use ./manage.py migrate to migrate these)
  102071. web_1 | Running migrations for socialaccount:
  102072. web_1 | - Nothing to migrate.
  102073. web_1 | - Loading initial data for socialaccount.
  102074. web_1 | Installed 0 object(s) from 0 fixture(s)
  102075. web_1 | Running migrations for django_extensions:
  102076. web_1 | - Nothing to migrate.
  102077. web_1 | - Loading initial data for django_extensions.
  102078. web_1 | Installed 0 object(s) from 0 fixture(s)
  102079. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102080. web_1 | [GCC 4.9.2] on linux2
  102081. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102082. web_1 | (InteractiveConsole)
  102083. web_1 |
  102084. web_1 | >>> >>> Starting the server
  102085. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102086. web_1 |
  102087. web_1 | Fatal error: Unable to find local grunt.
  102088. web_1 |
  102089. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102090. web_1 | your project. For more information about installing and configuring grunt,
  102091. web_1 | please see the Getting Started guide:
  102092. web_1 |
  102093. web_1 | http://gruntjs.com/getting-started
  102094. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102095. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102096. web_1 | Syncing...
  102097. web_1 | Creating tables ...
  102098. web_1 | Installing custom SQL ...
  102099. web_1 | Installing indexes ...
  102100. web_1 | Installed 0 object(s) from 0 fixture(s)
  102101. web_1 |
  102102. web_1 | Synced:
  102103. web_1 | > django.contrib.auth
  102104. web_1 | > django.contrib.contenttypes
  102105. web_1 | > django.contrib.sessions
  102106. web_1 | > django.contrib.sites
  102107. web_1 | > django.contrib.messages
  102108. web_1 | > django.contrib.staticfiles
  102109. web_1 | > django.contrib.admin
  102110. web_1 | > south
  102111. web_1 | > crispy_forms
  102112. web_1 | > avatar
  102113. web_1 | > bootstrap3
  102114. web_1 | > users
  102115. web_1 | > allauth
  102116. web_1 | > allauth.account
  102117. web_1 | > django.contrib.humanize
  102118. web_1 | > debug_toolbar
  102119. web_1 |
  102120. web_1 | Not synced (use migrations):
  102121. web_1 | - allauth.socialaccount
  102122. web_1 | - django_extensions
  102123. web_1 | (use ./manage.py migrate to migrate these)
  102124. web_1 | Running migrations for socialaccount:
  102125. web_1 | - Nothing to migrate.
  102126. web_1 | - Loading initial data for socialaccount.
  102127. web_1 | Installed 0 object(s) from 0 fixture(s)
  102128. web_1 | Running migrations for django_extensions:
  102129. web_1 | - Nothing to migrate.
  102130. web_1 | - Loading initial data for django_extensions.
  102131. web_1 | Installed 0 object(s) from 0 fixture(s)
  102132. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102133. web_1 | [GCC 4.9.2] on linux2
  102134. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102135. web_1 | (InteractiveConsole)
  102136. web_1 |
  102137. web_1 | >>> >>> Starting the server
  102138. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102139. web_1 |
  102140. web_1 | Fatal error: Unable to find local grunt.
  102141. web_1 |
  102142. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102143. web_1 | your project. For more information about installing and configuring grunt,
  102144. web_1 | please see the Getting Started guide:
  102145. web_1 |
  102146. web_1 | http://gruntjs.com/getting-started
  102147. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102148. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102149. web_1 | Syncing...
  102150. web_1 | Creating tables ...
  102151. web_1 | Installing custom SQL ...
  102152. web_1 | Installing indexes ...
  102153. web_1 | Installed 0 object(s) from 0 fixture(s)
  102154. web_1 |
  102155. web_1 | Synced:
  102156. web_1 | > django.contrib.auth
  102157. web_1 | > django.contrib.contenttypes
  102158. web_1 | > django.contrib.sessions
  102159. web_1 | > django.contrib.sites
  102160. web_1 | > django.contrib.messages
  102161. web_1 | > django.contrib.staticfiles
  102162. web_1 | > django.contrib.admin
  102163. web_1 | > south
  102164. web_1 | > crispy_forms
  102165. web_1 | > avatar
  102166. web_1 | > bootstrap3
  102167. web_1 | > users
  102168. web_1 | > allauth
  102169. web_1 | > allauth.account
  102170. web_1 | > django.contrib.humanize
  102171. web_1 | > debug_toolbar
  102172. web_1 |
  102173. web_1 | Not synced (use migrations):
  102174. web_1 | - allauth.socialaccount
  102175. web_1 | - django_extensions
  102176. web_1 | (use ./manage.py migrate to migrate these)
  102177. web_1 | Running migrations for socialaccount:
  102178. web_1 | - Nothing to migrate.
  102179. web_1 | - Loading initial data for socialaccount.
  102180. web_1 | Installed 0 object(s) from 0 fixture(s)
  102181. web_1 | Running migrations for django_extensions:
  102182. web_1 | - Nothing to migrate.
  102183. web_1 | - Loading initial data for django_extensions.
  102184. web_1 | Installed 0 object(s) from 0 fixture(s)
  102185. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102186. web_1 | [GCC 4.9.2] on linux2
  102187. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102188. web_1 | (InteractiveConsole)
  102189. web_1 |
  102190. web_1 | >>> >>> Starting the server
  102191. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102192. web_1 |
  102193. web_1 | Fatal error: Unable to find local grunt.
  102194. web_1 |
  102195. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102196. web_1 | your project. For more information about installing and configuring grunt,
  102197. web_1 | please see the Getting Started guide:
  102198. web_1 |
  102199. web_1 | http://gruntjs.com/getting-started
  102200. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102201. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102202. web_1 | Syncing...
  102203. web_1 | Creating tables ...
  102204. web_1 | Installing custom SQL ...
  102205. web_1 | Installing indexes ...
  102206. web_1 | Installed 0 object(s) from 0 fixture(s)
  102207. web_1 |
  102208. web_1 | Synced:
  102209. web_1 | > django.contrib.auth
  102210. web_1 | > django.contrib.contenttypes
  102211. web_1 | > django.contrib.sessions
  102212. web_1 | > django.contrib.sites
  102213. web_1 | > django.contrib.messages
  102214. web_1 | > django.contrib.staticfiles
  102215. web_1 | > django.contrib.admin
  102216. web_1 | > south
  102217. web_1 | > crispy_forms
  102218. web_1 | > avatar
  102219. web_1 | > bootstrap3
  102220. web_1 | > users
  102221. web_1 | > allauth
  102222. web_1 | > allauth.account
  102223. web_1 | > django.contrib.humanize
  102224. web_1 | > debug_toolbar
  102225. web_1 |
  102226. web_1 | Not synced (use migrations):
  102227. web_1 | - allauth.socialaccount
  102228. web_1 | - django_extensions
  102229. web_1 | (use ./manage.py migrate to migrate these)
  102230. web_1 | Running migrations for socialaccount:
  102231. web_1 | - Nothing to migrate.
  102232. web_1 | - Loading initial data for socialaccount.
  102233. web_1 | Installed 0 object(s) from 0 fixture(s)
  102234. web_1 | Running migrations for django_extensions:
  102235. web_1 | - Nothing to migrate.
  102236. web_1 | - Loading initial data for django_extensions.
  102237. web_1 | Installed 0 object(s) from 0 fixture(s)
  102238. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102239. web_1 | [GCC 4.9.2] on linux2
  102240. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102241. web_1 | (InteractiveConsole)
  102242. web_1 |
  102243. web_1 | >>> >>> Starting the server
  102244. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102245. web_1 |
  102246. web_1 | Fatal error: Unable to find local grunt.
  102247. web_1 |
  102248. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102249. web_1 | your project. For more information about installing and configuring grunt,
  102250. web_1 | please see the Getting Started guide:
  102251. web_1 |
  102252. web_1 | http://gruntjs.com/getting-started
  102253. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102254. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102255. web_1 | Syncing...
  102256. web_1 | Creating tables ...
  102257. web_1 | Installing custom SQL ...
  102258. web_1 | Installing indexes ...
  102259. web_1 | Installed 0 object(s) from 0 fixture(s)
  102260. web_1 |
  102261. web_1 | Synced:
  102262. web_1 | > django.contrib.auth
  102263. web_1 | > django.contrib.contenttypes
  102264. web_1 | > django.contrib.sessions
  102265. web_1 | > django.contrib.sites
  102266. web_1 | > django.contrib.messages
  102267. web_1 | > django.contrib.staticfiles
  102268. web_1 | > django.contrib.admin
  102269. web_1 | > south
  102270. web_1 | > crispy_forms
  102271. web_1 | > avatar
  102272. web_1 | > bootstrap3
  102273. web_1 | > users
  102274. web_1 | > allauth
  102275. web_1 | > allauth.account
  102276. web_1 | > django.contrib.humanize
  102277. web_1 | > debug_toolbar
  102278. web_1 |
  102279. web_1 | Not synced (use migrations):
  102280. web_1 | - allauth.socialaccount
  102281. web_1 | - django_extensions
  102282. web_1 | (use ./manage.py migrate to migrate these)
  102283. web_1 | Running migrations for socialaccount:
  102284. web_1 | - Nothing to migrate.
  102285. web_1 | - Loading initial data for socialaccount.
  102286. web_1 | Installed 0 object(s) from 0 fixture(s)
  102287. web_1 | Running migrations for django_extensions:
  102288. web_1 | - Nothing to migrate.
  102289. web_1 | - Loading initial data for django_extensions.
  102290. web_1 | Installed 0 object(s) from 0 fixture(s)
  102291. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102292. web_1 | [GCC 4.9.2] on linux2
  102293. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102294. web_1 | (InteractiveConsole)
  102295. web_1 |
  102296. web_1 | >>> >>> Starting the server
  102297. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102298. web_1 |
  102299. web_1 | Fatal error: Unable to find local grunt.
  102300. web_1 |
  102301. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102302. web_1 | your project. For more information about installing and configuring grunt,
  102303. web_1 | please see the Getting Started guide:
  102304. web_1 |
  102305. web_1 | http://gruntjs.com/getting-started
  102306. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102307. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102308. web_1 | Syncing...
  102309. web_1 | Creating tables ...
  102310. web_1 | Installing custom SQL ...
  102311. web_1 | Installing indexes ...
  102312. web_1 | Installed 0 object(s) from 0 fixture(s)
  102313. web_1 |
  102314. web_1 | Synced:
  102315. web_1 | > django.contrib.auth
  102316. web_1 | > django.contrib.contenttypes
  102317. web_1 | > django.contrib.sessions
  102318. web_1 | > django.contrib.sites
  102319. web_1 | > django.contrib.messages
  102320. web_1 | > django.contrib.staticfiles
  102321. web_1 | > django.contrib.admin
  102322. web_1 | > south
  102323. web_1 | > crispy_forms
  102324. web_1 | > avatar
  102325. web_1 | > bootstrap3
  102326. web_1 | > users
  102327. web_1 | > allauth
  102328. web_1 | > allauth.account
  102329. web_1 | > django.contrib.humanize
  102330. web_1 | > debug_toolbar
  102331. web_1 |
  102332. web_1 | Not synced (use migrations):
  102333. web_1 | - allauth.socialaccount
  102334. web_1 | - django_extensions
  102335. web_1 | (use ./manage.py migrate to migrate these)
  102336. web_1 | Running migrations for socialaccount:
  102337. web_1 | - Nothing to migrate.
  102338. web_1 | - Loading initial data for socialaccount.
  102339. web_1 | Installed 0 object(s) from 0 fixture(s)
  102340. web_1 | Running migrations for django_extensions:
  102341. web_1 | - Nothing to migrate.
  102342. web_1 | - Loading initial data for django_extensions.
  102343. web_1 | Installed 0 object(s) from 0 fixture(s)
  102344. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102345. web_1 | [GCC 4.9.2] on linux2
  102346. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102347. web_1 | (InteractiveConsole)
  102348. web_1 |
  102349. web_1 | >>> >>> Starting the server
  102350. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102351. web_1 |
  102352. web_1 | Fatal error: Unable to find local grunt.
  102353. web_1 |
  102354. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102355. web_1 | your project. For more information about installing and configuring grunt,
  102356. web_1 | please see the Getting Started guide:
  102357. web_1 |
  102358. web_1 | http://gruntjs.com/getting-started
  102359. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102360. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102361. web_1 | Syncing...
  102362. web_1 | Creating tables ...
  102363. web_1 | Installing custom SQL ...
  102364. web_1 | Installing indexes ...
  102365. web_1 | Installed 0 object(s) from 0 fixture(s)
  102366. web_1 |
  102367. web_1 | Synced:
  102368. web_1 | > django.contrib.auth
  102369. web_1 | > django.contrib.contenttypes
  102370. web_1 | > django.contrib.sessions
  102371. web_1 | > django.contrib.sites
  102372. web_1 | > django.contrib.messages
  102373. web_1 | > django.contrib.staticfiles
  102374. web_1 | > django.contrib.admin
  102375. web_1 | > south
  102376. web_1 | > crispy_forms
  102377. web_1 | > avatar
  102378. web_1 | > bootstrap3
  102379. web_1 | > users
  102380. web_1 | > allauth
  102381. web_1 | > allauth.account
  102382. web_1 | > django.contrib.humanize
  102383. web_1 | > debug_toolbar
  102384. web_1 |
  102385. web_1 | Not synced (use migrations):
  102386. web_1 | - allauth.socialaccount
  102387. web_1 | - django_extensions
  102388. web_1 | (use ./manage.py migrate to migrate these)
  102389. web_1 | Running migrations for socialaccount:
  102390. web_1 | - Nothing to migrate.
  102391. web_1 | - Loading initial data for socialaccount.
  102392. web_1 | Installed 0 object(s) from 0 fixture(s)
  102393. web_1 | Running migrations for django_extensions:
  102394. web_1 | - Nothing to migrate.
  102395. web_1 | - Loading initial data for django_extensions.
  102396. web_1 | Installed 0 object(s) from 0 fixture(s)
  102397. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102398. web_1 | [GCC 4.9.2] on linux2
  102399. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102400. web_1 | (InteractiveConsole)
  102401. web_1 |
  102402. web_1 | >>> >>> Starting the server
  102403. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102404. web_1 |
  102405. web_1 | Fatal error: Unable to find local grunt.
  102406. web_1 |
  102407. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102408. web_1 | your project. For more information about installing and configuring grunt,
  102409. web_1 | please see the Getting Started guide:
  102410. web_1 |
  102411. web_1 | http://gruntjs.com/getting-started
  102412. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102413. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102414. web_1 | Syncing...
  102415. web_1 | Creating tables ...
  102416. web_1 | Installing custom SQL ...
  102417. web_1 | Installing indexes ...
  102418. web_1 | Installed 0 object(s) from 0 fixture(s)
  102419. web_1 |
  102420. web_1 | Synced:
  102421. web_1 | > django.contrib.auth
  102422. web_1 | > django.contrib.contenttypes
  102423. web_1 | > django.contrib.sessions
  102424. web_1 | > django.contrib.sites
  102425. web_1 | > django.contrib.messages
  102426. web_1 | > django.contrib.staticfiles
  102427. web_1 | > django.contrib.admin
  102428. web_1 | > south
  102429. web_1 | > crispy_forms
  102430. web_1 | > avatar
  102431. web_1 | > bootstrap3
  102432. web_1 | > users
  102433. web_1 | > allauth
  102434. web_1 | > allauth.account
  102435. web_1 | > django.contrib.humanize
  102436. web_1 | > debug_toolbar
  102437. web_1 |
  102438. web_1 | Not synced (use migrations):
  102439. web_1 | - allauth.socialaccount
  102440. web_1 | - django_extensions
  102441. web_1 | (use ./manage.py migrate to migrate these)
  102442. web_1 | Running migrations for socialaccount:
  102443. web_1 | - Nothing to migrate.
  102444. web_1 | - Loading initial data for socialaccount.
  102445. web_1 | Installed 0 object(s) from 0 fixture(s)
  102446. web_1 | Running migrations for django_extensions:
  102447. web_1 | - Nothing to migrate.
  102448. web_1 | - Loading initial data for django_extensions.
  102449. web_1 | Installed 0 object(s) from 0 fixture(s)
  102450. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102451. web_1 | [GCC 4.9.2] on linux2
  102452. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102453. web_1 | (InteractiveConsole)
  102454. web_1 |
  102455. web_1 | >>> >>> Starting the server
  102456. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102457. web_1 |
  102458. web_1 | Fatal error: Unable to find local grunt.
  102459. web_1 |
  102460. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102461. web_1 | your project. For more information about installing and configuring grunt,
  102462. web_1 | please see the Getting Started guide:
  102463. web_1 |
  102464. web_1 | http://gruntjs.com/getting-started
  102465. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102466. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102467. web_1 | Syncing...
  102468. web_1 | Creating tables ...
  102469. web_1 | Installing custom SQL ...
  102470. web_1 | Installing indexes ...
  102471. web_1 | Installed 0 object(s) from 0 fixture(s)
  102472. web_1 |
  102473. web_1 | Synced:
  102474. web_1 | > django.contrib.auth
  102475. web_1 | > django.contrib.contenttypes
  102476. web_1 | > django.contrib.sessions
  102477. web_1 | > django.contrib.sites
  102478. web_1 | > django.contrib.messages
  102479. web_1 | > django.contrib.staticfiles
  102480. web_1 | > django.contrib.admin
  102481. web_1 | > south
  102482. web_1 | > crispy_forms
  102483. web_1 | > avatar
  102484. web_1 | > bootstrap3
  102485. web_1 | > users
  102486. web_1 | > allauth
  102487. web_1 | > allauth.account
  102488. web_1 | > django.contrib.humanize
  102489. web_1 | > debug_toolbar
  102490. web_1 |
  102491. web_1 | Not synced (use migrations):
  102492. web_1 | - allauth.socialaccount
  102493. web_1 | - django_extensions
  102494. web_1 | (use ./manage.py migrate to migrate these)
  102495. web_1 | Running migrations for socialaccount:
  102496. web_1 | - Nothing to migrate.
  102497. web_1 | - Loading initial data for socialaccount.
  102498. web_1 | Installed 0 object(s) from 0 fixture(s)
  102499. web_1 | Running migrations for django_extensions:
  102500. web_1 | - Nothing to migrate.
  102501. web_1 | - Loading initial data for django_extensions.
  102502. web_1 | Installed 0 object(s) from 0 fixture(s)
  102503. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102504. web_1 | [GCC 4.9.2] on linux2
  102505. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102506. web_1 | (InteractiveConsole)
  102507. web_1 |
  102508. web_1 | >>> >>> Starting the server
  102509. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102510. web_1 |
  102511. web_1 | Fatal error: Unable to find local grunt.
  102512. web_1 |
  102513. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102514. web_1 | your project. For more information about installing and configuring grunt,
  102515. web_1 | please see the Getting Started guide:
  102516. web_1 |
  102517. web_1 | http://gruntjs.com/getting-started
  102518. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102519. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102520. web_1 | Syncing...
  102521. web_1 | Creating tables ...
  102522. web_1 | Installing custom SQL ...
  102523. web_1 | Installing indexes ...
  102524. web_1 | Installed 0 object(s) from 0 fixture(s)
  102525. web_1 |
  102526. web_1 | Synced:
  102527. web_1 | > django.contrib.auth
  102528. web_1 | > django.contrib.contenttypes
  102529. web_1 | > django.contrib.sessions
  102530. web_1 | > django.contrib.sites
  102531. web_1 | > django.contrib.messages
  102532. web_1 | > django.contrib.staticfiles
  102533. web_1 | > django.contrib.admin
  102534. web_1 | > south
  102535. web_1 | > crispy_forms
  102536. web_1 | > avatar
  102537. web_1 | > bootstrap3
  102538. web_1 | > users
  102539. web_1 | > allauth
  102540. web_1 | > allauth.account
  102541. web_1 | > django.contrib.humanize
  102542. web_1 | > debug_toolbar
  102543. web_1 |
  102544. web_1 | Not synced (use migrations):
  102545. web_1 | - allauth.socialaccount
  102546. web_1 | - django_extensions
  102547. web_1 | (use ./manage.py migrate to migrate these)
  102548. web_1 | Running migrations for socialaccount:
  102549. web_1 | - Nothing to migrate.
  102550. web_1 | - Loading initial data for socialaccount.
  102551. web_1 | Installed 0 object(s) from 0 fixture(s)
  102552. web_1 | Running migrations for django_extensions:
  102553. web_1 | - Nothing to migrate.
  102554. web_1 | - Loading initial data for django_extensions.
  102555. web_1 | Installed 0 object(s) from 0 fixture(s)
  102556. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102557. web_1 | [GCC 4.9.2] on linux2
  102558. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102559. web_1 | (InteractiveConsole)
  102560. web_1 |
  102561. web_1 | >>> >>> Starting the server
  102562. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102563. web_1 |
  102564. web_1 | Fatal error: Unable to find local grunt.
  102565. web_1 |
  102566. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102567. web_1 | your project. For more information about installing and configuring grunt,
  102568. web_1 | please see the Getting Started guide:
  102569. web_1 |
  102570. web_1 | http://gruntjs.com/getting-started
  102571. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102572. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102573. web_1 | Syncing...
  102574. web_1 | Creating tables ...
  102575. web_1 | Installing custom SQL ...
  102576. web_1 | Installing indexes ...
  102577. web_1 | Installed 0 object(s) from 0 fixture(s)
  102578. web_1 |
  102579. web_1 | Synced:
  102580. web_1 | > django.contrib.auth
  102581. web_1 | > django.contrib.contenttypes
  102582. web_1 | > django.contrib.sessions
  102583. web_1 | > django.contrib.sites
  102584. web_1 | > django.contrib.messages
  102585. web_1 | > django.contrib.staticfiles
  102586. web_1 | > django.contrib.admin
  102587. web_1 | > south
  102588. web_1 | > crispy_forms
  102589. web_1 | > avatar
  102590. web_1 | > bootstrap3
  102591. web_1 | > users
  102592. web_1 | > allauth
  102593. web_1 | > allauth.account
  102594. web_1 | > django.contrib.humanize
  102595. web_1 | > debug_toolbar
  102596. web_1 |
  102597. web_1 | Not synced (use migrations):
  102598. web_1 | - allauth.socialaccount
  102599. web_1 | - django_extensions
  102600. web_1 | (use ./manage.py migrate to migrate these)
  102601. web_1 | Running migrations for socialaccount:
  102602. web_1 | - Nothing to migrate.
  102603. web_1 | - Loading initial data for socialaccount.
  102604. web_1 | Installed 0 object(s) from 0 fixture(s)
  102605. web_1 | Running migrations for django_extensions:
  102606. web_1 | - Nothing to migrate.
  102607. web_1 | - Loading initial data for django_extensions.
  102608. web_1 | Installed 0 object(s) from 0 fixture(s)
  102609. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102610. web_1 | [GCC 4.9.2] on linux2
  102611. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102612. web_1 | (InteractiveConsole)
  102613. web_1 |
  102614. web_1 | >>> >>> Starting the server
  102615. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102616. web_1 |
  102617. web_1 | Fatal error: Unable to find local grunt.
  102618. web_1 |
  102619. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102620. web_1 | your project. For more information about installing and configuring grunt,
  102621. web_1 | please see the Getting Started guide:
  102622. web_1 |
  102623. web_1 | http://gruntjs.com/getting-started
  102624. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102625. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102626. web_1 | Syncing...
  102627. web_1 | Creating tables ...
  102628. web_1 | Installing custom SQL ...
  102629. web_1 | Installing indexes ...
  102630. web_1 | Installed 0 object(s) from 0 fixture(s)
  102631. web_1 |
  102632. web_1 | Synced:
  102633. web_1 | > django.contrib.auth
  102634. web_1 | > django.contrib.contenttypes
  102635. web_1 | > django.contrib.sessions
  102636. web_1 | > django.contrib.sites
  102637. web_1 | > django.contrib.messages
  102638. web_1 | > django.contrib.staticfiles
  102639. web_1 | > django.contrib.admin
  102640. web_1 | > south
  102641. web_1 | > crispy_forms
  102642. web_1 | > avatar
  102643. web_1 | > bootstrap3
  102644. web_1 | > users
  102645. web_1 | > allauth
  102646. web_1 | > allauth.account
  102647. web_1 | > django.contrib.humanize
  102648. web_1 | > debug_toolbar
  102649. web_1 |
  102650. web_1 | Not synced (use migrations):
  102651. web_1 | - allauth.socialaccount
  102652. web_1 | - django_extensions
  102653. web_1 | (use ./manage.py migrate to migrate these)
  102654. web_1 | Running migrations for socialaccount:
  102655. web_1 | - Nothing to migrate.
  102656. web_1 | - Loading initial data for socialaccount.
  102657. web_1 | Installed 0 object(s) from 0 fixture(s)
  102658. web_1 | Running migrations for django_extensions:
  102659. web_1 | - Nothing to migrate.
  102660. web_1 | - Loading initial data for django_extensions.
  102661. web_1 | Installed 0 object(s) from 0 fixture(s)
  102662. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102663. web_1 | [GCC 4.9.2] on linux2
  102664. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102665. web_1 | (InteractiveConsole)
  102666. web_1 |
  102667. web_1 | >>> >>> Starting the server
  102668. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102669. web_1 |
  102670. web_1 | Fatal error: Unable to find local grunt.
  102671. web_1 |
  102672. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102673. web_1 | your project. For more information about installing and configuring grunt,
  102674. web_1 | please see the Getting Started guide:
  102675. web_1 |
  102676. web_1 | http://gruntjs.com/getting-started
  102677. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102678. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102679. web_1 | Syncing...
  102680. web_1 | Creating tables ...
  102681. web_1 | Installing custom SQL ...
  102682. web_1 | Installing indexes ...
  102683. web_1 | Installed 0 object(s) from 0 fixture(s)
  102684. web_1 |
  102685. web_1 | Synced:
  102686. web_1 | > django.contrib.auth
  102687. web_1 | > django.contrib.contenttypes
  102688. web_1 | > django.contrib.sessions
  102689. web_1 | > django.contrib.sites
  102690. web_1 | > django.contrib.messages
  102691. web_1 | > django.contrib.staticfiles
  102692. web_1 | > django.contrib.admin
  102693. web_1 | > south
  102694. web_1 | > crispy_forms
  102695. web_1 | > avatar
  102696. web_1 | > bootstrap3
  102697. web_1 | > users
  102698. web_1 | > allauth
  102699. web_1 | > allauth.account
  102700. web_1 | > django.contrib.humanize
  102701. web_1 | > debug_toolbar
  102702. web_1 |
  102703. web_1 | Not synced (use migrations):
  102704. web_1 | - allauth.socialaccount
  102705. web_1 | - django_extensions
  102706. web_1 | (use ./manage.py migrate to migrate these)
  102707. web_1 | Running migrations for socialaccount:
  102708. web_1 | - Nothing to migrate.
  102709. web_1 | - Loading initial data for socialaccount.
  102710. web_1 | Installed 0 object(s) from 0 fixture(s)
  102711. web_1 | Running migrations for django_extensions:
  102712. web_1 | - Nothing to migrate.
  102713. web_1 | - Loading initial data for django_extensions.
  102714. web_1 | Installed 0 object(s) from 0 fixture(s)
  102715. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102716. web_1 | [GCC 4.9.2] on linux2
  102717. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102718. web_1 | (InteractiveConsole)
  102719. web_1 |
  102720. web_1 | >>> >>> Starting the server
  102721. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102722. web_1 |
  102723. web_1 | Fatal error: Unable to find local grunt.
  102724. web_1 |
  102725. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102726. web_1 | your project. For more information about installing and configuring grunt,
  102727. web_1 | please see the Getting Started guide:
  102728. web_1 |
  102729. web_1 | http://gruntjs.com/getting-started
  102730. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102731. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102732. web_1 | Syncing...
  102733. web_1 | Creating tables ...
  102734. web_1 | Installing custom SQL ...
  102735. web_1 | Installing indexes ...
  102736. web_1 | Installed 0 object(s) from 0 fixture(s)
  102737. web_1 |
  102738. web_1 | Synced:
  102739. web_1 | > django.contrib.auth
  102740. web_1 | > django.contrib.contenttypes
  102741. web_1 | > django.contrib.sessions
  102742. web_1 | > django.contrib.sites
  102743. web_1 | > django.contrib.messages
  102744. web_1 | > django.contrib.staticfiles
  102745. web_1 | > django.contrib.admin
  102746. web_1 | > south
  102747. web_1 | > crispy_forms
  102748. web_1 | > avatar
  102749. web_1 | > bootstrap3
  102750. web_1 | > users
  102751. web_1 | > allauth
  102752. web_1 | > allauth.account
  102753. web_1 | > django.contrib.humanize
  102754. web_1 | > debug_toolbar
  102755. web_1 |
  102756. web_1 | Not synced (use migrations):
  102757. web_1 | - allauth.socialaccount
  102758. web_1 | - django_extensions
  102759. web_1 | (use ./manage.py migrate to migrate these)
  102760. web_1 | Running migrations for socialaccount:
  102761. web_1 | - Nothing to migrate.
  102762. web_1 | - Loading initial data for socialaccount.
  102763. web_1 | Installed 0 object(s) from 0 fixture(s)
  102764. web_1 | Running migrations for django_extensions:
  102765. web_1 | - Nothing to migrate.
  102766. web_1 | - Loading initial data for django_extensions.
  102767. web_1 | Installed 0 object(s) from 0 fixture(s)
  102768. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102769. web_1 | [GCC 4.9.2] on linux2
  102770. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102771. web_1 | (InteractiveConsole)
  102772. web_1 |
  102773. web_1 | >>> >>> Starting the server
  102774. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102775. web_1 |
  102776. web_1 | Fatal error: Unable to find local grunt.
  102777. web_1 |
  102778. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102779. web_1 | your project. For more information about installing and configuring grunt,
  102780. web_1 | please see the Getting Started guide:
  102781. web_1 |
  102782. web_1 | http://gruntjs.com/getting-started
  102783. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102784. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102785. web_1 | Syncing...
  102786. web_1 | Creating tables ...
  102787. web_1 | Installing custom SQL ...
  102788. web_1 | Installing indexes ...
  102789. web_1 | Installed 0 object(s) from 0 fixture(s)
  102790. web_1 |
  102791. web_1 | Synced:
  102792. web_1 | > django.contrib.auth
  102793. web_1 | > django.contrib.contenttypes
  102794. web_1 | > django.contrib.sessions
  102795. web_1 | > django.contrib.sites
  102796. web_1 | > django.contrib.messages
  102797. web_1 | > django.contrib.staticfiles
  102798. web_1 | > django.contrib.admin
  102799. web_1 | > south
  102800. web_1 | > crispy_forms
  102801. web_1 | > avatar
  102802. web_1 | > bootstrap3
  102803. web_1 | > users
  102804. web_1 | > allauth
  102805. web_1 | > allauth.account
  102806. web_1 | > django.contrib.humanize
  102807. web_1 | > debug_toolbar
  102808. web_1 |
  102809. web_1 | Not synced (use migrations):
  102810. web_1 | - allauth.socialaccount
  102811. web_1 | - django_extensions
  102812. web_1 | (use ./manage.py migrate to migrate these)
  102813. web_1 | Running migrations for socialaccount:
  102814. web_1 | - Nothing to migrate.
  102815. web_1 | - Loading initial data for socialaccount.
  102816. web_1 | Installed 0 object(s) from 0 fixture(s)
  102817. web_1 | Running migrations for django_extensions:
  102818. web_1 | - Nothing to migrate.
  102819. web_1 | - Loading initial data for django_extensions.
  102820. web_1 | Installed 0 object(s) from 0 fixture(s)
  102821. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102822. web_1 | [GCC 4.9.2] on linux2
  102823. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102824. web_1 | (InteractiveConsole)
  102825. web_1 |
  102826. web_1 | >>> >>> Starting the server
  102827. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102828. web_1 |
  102829. web_1 | Fatal error: Unable to find local grunt.
  102830. web_1 |
  102831. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102832. web_1 | your project. For more information about installing and configuring grunt,
  102833. web_1 | please see the Getting Started guide:
  102834. web_1 |
  102835. web_1 | http://gruntjs.com/getting-started
  102836. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102837. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102838. web_1 | Syncing...
  102839. web_1 | Creating tables ...
  102840. web_1 | Installing custom SQL ...
  102841. web_1 | Installing indexes ...
  102842. web_1 | Installed 0 object(s) from 0 fixture(s)
  102843. web_1 |
  102844. web_1 | Synced:
  102845. web_1 | > django.contrib.auth
  102846. web_1 | > django.contrib.contenttypes
  102847. web_1 | > django.contrib.sessions
  102848. web_1 | > django.contrib.sites
  102849. web_1 | > django.contrib.messages
  102850. web_1 | > django.contrib.staticfiles
  102851. web_1 | > django.contrib.admin
  102852. web_1 | > south
  102853. web_1 | > crispy_forms
  102854. web_1 | > avatar
  102855. web_1 | > bootstrap3
  102856. web_1 | > users
  102857. web_1 | > allauth
  102858. web_1 | > allauth.account
  102859. web_1 | > django.contrib.humanize
  102860. web_1 | > debug_toolbar
  102861. web_1 |
  102862. web_1 | Not synced (use migrations):
  102863. web_1 | - allauth.socialaccount
  102864. web_1 | - django_extensions
  102865. web_1 | (use ./manage.py migrate to migrate these)
  102866. web_1 | Running migrations for socialaccount:
  102867. web_1 | - Nothing to migrate.
  102868. web_1 | - Loading initial data for socialaccount.
  102869. web_1 | Installed 0 object(s) from 0 fixture(s)
  102870. web_1 | Running migrations for django_extensions:
  102871. web_1 | - Nothing to migrate.
  102872. web_1 | - Loading initial data for django_extensions.
  102873. web_1 | Installed 0 object(s) from 0 fixture(s)
  102874. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102875. web_1 | [GCC 4.9.2] on linux2
  102876. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102877. web_1 | (InteractiveConsole)
  102878. web_1 |
  102879. web_1 | >>> >>> Starting the server
  102880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102881. web_1 |
  102882. web_1 | Fatal error: Unable to find local grunt.
  102883. web_1 |
  102884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102885. web_1 | your project. For more information about installing and configuring grunt,
  102886. web_1 | please see the Getting Started guide:
  102887. web_1 |
  102888. web_1 | http://gruntjs.com/getting-started
  102889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102890. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102891. web_1 | Syncing...
  102892. web_1 | Creating tables ...
  102893. web_1 | Installing custom SQL ...
  102894. web_1 | Installing indexes ...
  102895. web_1 | Installed 0 object(s) from 0 fixture(s)
  102896. web_1 |
  102897. web_1 | Synced:
  102898. web_1 | > django.contrib.auth
  102899. web_1 | > django.contrib.contenttypes
  102900. web_1 | > django.contrib.sessions
  102901. web_1 | > django.contrib.sites
  102902. web_1 | > django.contrib.messages
  102903. web_1 | > django.contrib.staticfiles
  102904. web_1 | > django.contrib.admin
  102905. web_1 | > south
  102906. web_1 | > crispy_forms
  102907. web_1 | > avatar
  102908. web_1 | > bootstrap3
  102909. web_1 | > users
  102910. web_1 | > allauth
  102911. web_1 | > allauth.account
  102912. web_1 | > django.contrib.humanize
  102913. web_1 | > debug_toolbar
  102914. web_1 |
  102915. web_1 | Not synced (use migrations):
  102916. web_1 | - allauth.socialaccount
  102917. web_1 | - django_extensions
  102918. web_1 | (use ./manage.py migrate to migrate these)
  102919. web_1 | Running migrations for socialaccount:
  102920. web_1 | - Nothing to migrate.
  102921. web_1 | - Loading initial data for socialaccount.
  102922. web_1 | Installed 0 object(s) from 0 fixture(s)
  102923. web_1 | Running migrations for django_extensions:
  102924. web_1 | - Nothing to migrate.
  102925. web_1 | - Loading initial data for django_extensions.
  102926. web_1 | Installed 0 object(s) from 0 fixture(s)
  102927. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102928. web_1 | [GCC 4.9.2] on linux2
  102929. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102930. web_1 | (InteractiveConsole)
  102931. web_1 |
  102932. web_1 | >>> >>> Starting the server
  102933. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102934. web_1 |
  102935. web_1 | Fatal error: Unable to find local grunt.
  102936. web_1 |
  102937. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102938. web_1 | your project. For more information about installing and configuring grunt,
  102939. web_1 | please see the Getting Started guide:
  102940. web_1 |
  102941. web_1 | http://gruntjs.com/getting-started
  102942. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102943. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102944. web_1 | Syncing...
  102945. web_1 | Creating tables ...
  102946. web_1 | Installing custom SQL ...
  102947. web_1 | Installing indexes ...
  102948. web_1 | Installed 0 object(s) from 0 fixture(s)
  102949. web_1 |
  102950. web_1 | Synced:
  102951. web_1 | > django.contrib.auth
  102952. web_1 | > django.contrib.contenttypes
  102953. web_1 | > django.contrib.sessions
  102954. web_1 | > django.contrib.sites
  102955. web_1 | > django.contrib.messages
  102956. web_1 | > django.contrib.staticfiles
  102957. web_1 | > django.contrib.admin
  102958. web_1 | > south
  102959. web_1 | > crispy_forms
  102960. web_1 | > avatar
  102961. web_1 | > bootstrap3
  102962. web_1 | > users
  102963. web_1 | > allauth
  102964. web_1 | > allauth.account
  102965. web_1 | > django.contrib.humanize
  102966. web_1 | > debug_toolbar
  102967. web_1 |
  102968. web_1 | Not synced (use migrations):
  102969. web_1 | - allauth.socialaccount
  102970. web_1 | - django_extensions
  102971. web_1 | (use ./manage.py migrate to migrate these)
  102972. web_1 | Running migrations for socialaccount:
  102973. web_1 | - Nothing to migrate.
  102974. web_1 | - Loading initial data for socialaccount.
  102975. web_1 | Installed 0 object(s) from 0 fixture(s)
  102976. web_1 | Running migrations for django_extensions:
  102977. web_1 | - Nothing to migrate.
  102978. web_1 | - Loading initial data for django_extensions.
  102979. web_1 | Installed 0 object(s) from 0 fixture(s)
  102980. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  102981. web_1 | [GCC 4.9.2] on linux2
  102982. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  102983. web_1 | (InteractiveConsole)
  102984. web_1 |
  102985. web_1 | >>> >>> Starting the server
  102986. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  102987. web_1 |
  102988. web_1 | Fatal error: Unable to find local grunt.
  102989. web_1 |
  102990. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  102991. web_1 | your project. For more information about installing and configuring grunt,
  102992. web_1 | please see the Getting Started guide:
  102993. web_1 |
  102994. web_1 | http://gruntjs.com/getting-started
  102995. web_1 | Starting OpenBSD Secure Shell server: sshd.
  102996. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  102997. web_1 | Syncing...
  102998. web_1 | Creating tables ...
  102999. web_1 | Installing custom SQL ...
  103000. web_1 | Installing indexes ...
  103001. web_1 | Installed 0 object(s) from 0 fixture(s)
  103002. web_1 |
  103003. web_1 | Synced:
  103004. web_1 | > django.contrib.auth
  103005. web_1 | > django.contrib.contenttypes
  103006. web_1 | > django.contrib.sessions
  103007. web_1 | > django.contrib.sites
  103008. web_1 | > django.contrib.messages
  103009. web_1 | > django.contrib.staticfiles
  103010. web_1 | > django.contrib.admin
  103011. web_1 | > south
  103012. web_1 | > crispy_forms
  103013. web_1 | > avatar
  103014. web_1 | > bootstrap3
  103015. web_1 | > users
  103016. web_1 | > allauth
  103017. web_1 | > allauth.account
  103018. web_1 | > django.contrib.humanize
  103019. web_1 | > debug_toolbar
  103020. web_1 |
  103021. web_1 | Not synced (use migrations):
  103022. web_1 | - allauth.socialaccount
  103023. web_1 | - django_extensions
  103024. web_1 | (use ./manage.py migrate to migrate these)
  103025. web_1 | Running migrations for socialaccount:
  103026. web_1 | - Nothing to migrate.
  103027. web_1 | - Loading initial data for socialaccount.
  103028. web_1 | Installed 0 object(s) from 0 fixture(s)
  103029. web_1 | Running migrations for django_extensions:
  103030. web_1 | - Nothing to migrate.
  103031. web_1 | - Loading initial data for django_extensions.
  103032. web_1 | Installed 0 object(s) from 0 fixture(s)
  103033. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103034. web_1 | [GCC 4.9.2] on linux2
  103035. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103036. web_1 | (InteractiveConsole)
  103037. web_1 |
  103038. web_1 | >>> >>> Starting the server
  103039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103040. web_1 |
  103041. web_1 | Fatal error: Unable to find local grunt.
  103042. web_1 |
  103043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103044. web_1 | your project. For more information about installing and configuring grunt,
  103045. web_1 | please see the Getting Started guide:
  103046. web_1 |
  103047. web_1 | http://gruntjs.com/getting-started
  103048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103049. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103050. web_1 | Syncing...
  103051. web_1 | Creating tables ...
  103052. web_1 | Installing custom SQL ...
  103053. web_1 | Installing indexes ...
  103054. web_1 | Installed 0 object(s) from 0 fixture(s)
  103055. web_1 |
  103056. web_1 | Synced:
  103057. web_1 | > django.contrib.auth
  103058. web_1 | > django.contrib.contenttypes
  103059. web_1 | > django.contrib.sessions
  103060. web_1 | > django.contrib.sites
  103061. web_1 | > django.contrib.messages
  103062. web_1 | > django.contrib.staticfiles
  103063. web_1 | > django.contrib.admin
  103064. web_1 | > south
  103065. web_1 | > crispy_forms
  103066. web_1 | > avatar
  103067. web_1 | > bootstrap3
  103068. web_1 | > users
  103069. web_1 | > allauth
  103070. web_1 | > allauth.account
  103071. web_1 | > django.contrib.humanize
  103072. web_1 | > debug_toolbar
  103073. web_1 |
  103074. web_1 | Not synced (use migrations):
  103075. web_1 | - allauth.socialaccount
  103076. web_1 | - django_extensions
  103077. web_1 | (use ./manage.py migrate to migrate these)
  103078. web_1 | Running migrations for socialaccount:
  103079. web_1 | - Nothing to migrate.
  103080. web_1 | - Loading initial data for socialaccount.
  103081. web_1 | Installed 0 object(s) from 0 fixture(s)
  103082. web_1 | Running migrations for django_extensions:
  103083. web_1 | - Nothing to migrate.
  103084. web_1 | - Loading initial data for django_extensions.
  103085. web_1 | Installed 0 object(s) from 0 fixture(s)
  103086. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103087. web_1 | [GCC 4.9.2] on linux2
  103088. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103089. web_1 | (InteractiveConsole)
  103090. web_1 |
  103091. web_1 | >>> >>> Starting the server
  103092. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103093. web_1 |
  103094. web_1 | Fatal error: Unable to find local grunt.
  103095. web_1 |
  103096. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103097. web_1 | your project. For more information about installing and configuring grunt,
  103098. web_1 | please see the Getting Started guide:
  103099. web_1 |
  103100. web_1 | http://gruntjs.com/getting-started
  103101. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103102. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103103. web_1 | Syncing...
  103104. web_1 | Creating tables ...
  103105. web_1 | Installing custom SQL ...
  103106. web_1 | Installing indexes ...
  103107. web_1 | Installed 0 object(s) from 0 fixture(s)
  103108. web_1 |
  103109. web_1 | Synced:
  103110. web_1 | > django.contrib.auth
  103111. web_1 | > django.contrib.contenttypes
  103112. web_1 | > django.contrib.sessions
  103113. web_1 | > django.contrib.sites
  103114. web_1 | > django.contrib.messages
  103115. web_1 | > django.contrib.staticfiles
  103116. web_1 | > django.contrib.admin
  103117. web_1 | > south
  103118. web_1 | > crispy_forms
  103119. web_1 | > avatar
  103120. web_1 | > bootstrap3
  103121. web_1 | > users
  103122. web_1 | > allauth
  103123. web_1 | > allauth.account
  103124. web_1 | > django.contrib.humanize
  103125. web_1 | > debug_toolbar
  103126. web_1 |
  103127. web_1 | Not synced (use migrations):
  103128. web_1 | - allauth.socialaccount
  103129. web_1 | - django_extensions
  103130. web_1 | (use ./manage.py migrate to migrate these)
  103131. web_1 | Running migrations for socialaccount:
  103132. web_1 | - Nothing to migrate.
  103133. web_1 | - Loading initial data for socialaccount.
  103134. web_1 | Installed 0 object(s) from 0 fixture(s)
  103135. web_1 | Running migrations for django_extensions:
  103136. web_1 | - Nothing to migrate.
  103137. web_1 | - Loading initial data for django_extensions.
  103138. web_1 | Installed 0 object(s) from 0 fixture(s)
  103139. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103140. web_1 | [GCC 4.9.2] on linux2
  103141. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103142. web_1 | (InteractiveConsole)
  103143. web_1 |
  103144. web_1 | >>> >>> Starting the server
  103145. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103146. web_1 |
  103147. web_1 | Fatal error: Unable to find local grunt.
  103148. web_1 |
  103149. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103150. web_1 | your project. For more information about installing and configuring grunt,
  103151. web_1 | please see the Getting Started guide:
  103152. web_1 |
  103153. web_1 | http://gruntjs.com/getting-started
  103154. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103155. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103156. web_1 | Syncing...
  103157. web_1 | Creating tables ...
  103158. web_1 | Installing custom SQL ...
  103159. web_1 | Installing indexes ...
  103160. web_1 | Installed 0 object(s) from 0 fixture(s)
  103161. web_1 |
  103162. web_1 | Synced:
  103163. web_1 | > django.contrib.auth
  103164. web_1 | > django.contrib.contenttypes
  103165. web_1 | > django.contrib.sessions
  103166. web_1 | > django.contrib.sites
  103167. web_1 | > django.contrib.messages
  103168. web_1 | > django.contrib.staticfiles
  103169. web_1 | > django.contrib.admin
  103170. web_1 | > south
  103171. web_1 | > crispy_forms
  103172. web_1 | > avatar
  103173. web_1 | > bootstrap3
  103174. web_1 | > users
  103175. web_1 | > allauth
  103176. web_1 | > allauth.account
  103177. web_1 | > django.contrib.humanize
  103178. web_1 | > debug_toolbar
  103179. web_1 |
  103180. web_1 | Not synced (use migrations):
  103181. web_1 | - allauth.socialaccount
  103182. web_1 | - django_extensions
  103183. web_1 | (use ./manage.py migrate to migrate these)
  103184. web_1 | Running migrations for socialaccount:
  103185. web_1 | - Nothing to migrate.
  103186. web_1 | - Loading initial data for socialaccount.
  103187. web_1 | Installed 0 object(s) from 0 fixture(s)
  103188. web_1 | Running migrations for django_extensions:
  103189. web_1 | - Nothing to migrate.
  103190. web_1 | - Loading initial data for django_extensions.
  103191. web_1 | Installed 0 object(s) from 0 fixture(s)
  103192. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103193. web_1 | [GCC 4.9.2] on linux2
  103194. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103195. web_1 | (InteractiveConsole)
  103196. web_1 |
  103197. web_1 | >>> >>> Starting the server
  103198. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103199. web_1 |
  103200. web_1 | Fatal error: Unable to find local grunt.
  103201. web_1 |
  103202. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103203. web_1 | your project. For more information about installing and configuring grunt,
  103204. web_1 | please see the Getting Started guide:
  103205. web_1 |
  103206. web_1 | http://gruntjs.com/getting-started
  103207. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103208. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103209. web_1 | Syncing...
  103210. web_1 | Creating tables ...
  103211. web_1 | Installing custom SQL ...
  103212. web_1 | Installing indexes ...
  103213. web_1 | Installed 0 object(s) from 0 fixture(s)
  103214. web_1 |
  103215. web_1 | Synced:
  103216. web_1 | > django.contrib.auth
  103217. web_1 | > django.contrib.contenttypes
  103218. web_1 | > django.contrib.sessions
  103219. web_1 | > django.contrib.sites
  103220. web_1 | > django.contrib.messages
  103221. web_1 | > django.contrib.staticfiles
  103222. web_1 | > django.contrib.admin
  103223. web_1 | > south
  103224. web_1 | > crispy_forms
  103225. web_1 | > avatar
  103226. web_1 | > bootstrap3
  103227. web_1 | > users
  103228. web_1 | > allauth
  103229. web_1 | > allauth.account
  103230. web_1 | > django.contrib.humanize
  103231. web_1 | > debug_toolbar
  103232. web_1 |
  103233. web_1 | Not synced (use migrations):
  103234. web_1 | - allauth.socialaccount
  103235. web_1 | - django_extensions
  103236. web_1 | (use ./manage.py migrate to migrate these)
  103237. web_1 | Running migrations for socialaccount:
  103238. web_1 | - Nothing to migrate.
  103239. web_1 | - Loading initial data for socialaccount.
  103240. web_1 | Installed 0 object(s) from 0 fixture(s)
  103241. web_1 | Running migrations for django_extensions:
  103242. web_1 | - Nothing to migrate.
  103243. web_1 | - Loading initial data for django_extensions.
  103244. web_1 | Installed 0 object(s) from 0 fixture(s)
  103245. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103246. web_1 | [GCC 4.9.2] on linux2
  103247. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103248. web_1 | (InteractiveConsole)
  103249. web_1 |
  103250. web_1 | >>> >>> Starting the server
  103251. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103252. web_1 |
  103253. web_1 | Fatal error: Unable to find local grunt.
  103254. web_1 |
  103255. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103256. web_1 | your project. For more information about installing and configuring grunt,
  103257. web_1 | please see the Getting Started guide:
  103258. web_1 |
  103259. web_1 | http://gruntjs.com/getting-started
  103260. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103261. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103262. web_1 | Syncing...
  103263. web_1 | Creating tables ...
  103264. web_1 | Installing custom SQL ...
  103265. web_1 | Installing indexes ...
  103266. web_1 | Installed 0 object(s) from 0 fixture(s)
  103267. web_1 |
  103268. web_1 | Synced:
  103269. web_1 | > django.contrib.auth
  103270. web_1 | > django.contrib.contenttypes
  103271. web_1 | > django.contrib.sessions
  103272. web_1 | > django.contrib.sites
  103273. web_1 | > django.contrib.messages
  103274. web_1 | > django.contrib.staticfiles
  103275. web_1 | > django.contrib.admin
  103276. web_1 | > south
  103277. web_1 | > crispy_forms
  103278. web_1 | > avatar
  103279. web_1 | > bootstrap3
  103280. web_1 | > users
  103281. web_1 | > allauth
  103282. web_1 | > allauth.account
  103283. web_1 | > django.contrib.humanize
  103284. web_1 | > debug_toolbar
  103285. web_1 |
  103286. web_1 | Not synced (use migrations):
  103287. web_1 | - allauth.socialaccount
  103288. web_1 | - django_extensions
  103289. web_1 | (use ./manage.py migrate to migrate these)
  103290. web_1 | Running migrations for socialaccount:
  103291. web_1 | - Nothing to migrate.
  103292. web_1 | - Loading initial data for socialaccount.
  103293. web_1 | Installed 0 object(s) from 0 fixture(s)
  103294. web_1 | Running migrations for django_extensions:
  103295. web_1 | - Nothing to migrate.
  103296. web_1 | - Loading initial data for django_extensions.
  103297. web_1 | Installed 0 object(s) from 0 fixture(s)
  103298. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103299. web_1 | [GCC 4.9.2] on linux2
  103300. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103301. web_1 | (InteractiveConsole)
  103302. web_1 |
  103303. web_1 | >>> >>> Starting the server
  103304. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103305. web_1 |
  103306. web_1 | Fatal error: Unable to find local grunt.
  103307. web_1 |
  103308. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103309. web_1 | your project. For more information about installing and configuring grunt,
  103310. web_1 | please see the Getting Started guide:
  103311. web_1 |
  103312. web_1 | http://gruntjs.com/getting-started
  103313. oclweb_web_1 exited with code 99
  103314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103316. web_1 | Syncing...
  103317. web_1 | Traceback (most recent call last):
  103318. web_1 | File "ocl_web/manage.py", line 19, in <module>
  103319. web_1 | execute_from_command_line(sys.argv)
  103320. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  103321. web_1 | utility.execute()
  103322. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  103323. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  103324. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  103325. web_1 | self.execute(*args, **options.__dict__)
  103326. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  103327. web_1 | output = self.handle(*args, **options)
  103328. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  103329. web_1 | return self.handle_noargs(**options)
  103330. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  103331. web_1 | syncdb.Command().execute(**options)
  103332. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  103333. web_1 | output = self.handle(*args, **options)
  103334. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  103335. web_1 | return self.handle_noargs(**options)
  103336. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  103337. web_1 | cursor = connection.cursor()
  103338. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  103339. web_1 | cursor = self.make_debug_cursor(self._cursor())
  103340. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  103341. web_1 | self.ensure_connection()
  103342. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103343. web_1 | self.connect()
  103344. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  103345. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  103346. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103347. web_1 | self.connect()
  103348. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  103349. web_1 | self.connection = self.get_new_connection(conn_params)
  103350. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  103351. web_1 | return Database.connect(**conn_params)
  103352. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  103353. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  103354. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  103355. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  103356. web_1 | TCP/IP connections on port 5432?
  103357. web_1 |
  103358. web_1 | Traceback (most recent call last):
  103359. web_1 | File "ocl_web/manage.py", line 19, in <module>
  103360. web_1 | execute_from_command_line(sys.argv)
  103361. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  103362. web_1 | utility.execute()
  103363. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  103364. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  103365. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  103366. web_1 | self.execute(*args, **options.__dict__)
  103367. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  103368. web_1 | output = self.handle(*args, **options)
  103369. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  103370. web_1 | ignore_ghosts = ignore_ghosts,
  103371. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  103372. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  103373. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  103374. web_1 | for h in histories:
  103375. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  103376. web_1 | self._fetch_all()
  103377. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  103378. web_1 | self._result_cache = list(self.iterator())
  103379. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  103380. web_1 | for row in compiler.results_iter():
  103381. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  103382. web_1 | for rows in self.execute_sql(MULTI):
  103383. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  103384. web_1 | cursor = self.connection.cursor()
  103385. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  103386. web_1 | cursor = self.make_debug_cursor(self._cursor())
  103387. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  103388. web_1 | self.ensure_connection()
  103389. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103390. web_1 | self.connect()
  103391. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  103392. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  103393. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103394. web_1 | self.connect()
  103395. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  103396. web_1 | self.connection = self.get_new_connection(conn_params)
  103397. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  103398. web_1 | return Database.connect(**conn_params)
  103399. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  103400. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  103401. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  103402. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  103403. web_1 | TCP/IP connections on port 5432?
  103404. web_1 |
  103405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103406. web_1 | [GCC 4.9.2] on linux2
  103407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103408. web_1 | (InteractiveConsole)
  103409. web_1 | Traceback (most recent call last):
  103410. web_1 | File "<console>", line 1, in <module>
  103411. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  103412. web_1 | return self.query.get_count(using=self.db)
  103413. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  103414. web_1 | number = obj.get_aggregation(using=using)[None]
  103415. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  103416. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  103417. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  103418. web_1 | cursor = self.connection.cursor()
  103419. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  103420. web_1 | cursor = self.make_debug_cursor(self._cursor())
  103421. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  103422. web_1 | self.ensure_connection()
  103423. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103424. web_1 | self.connect()
  103425. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  103426. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  103427. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  103428. web_1 | self.connect()
  103429. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  103430. web_1 | self.connection = self.get_new_connection(conn_params)
  103431. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  103432. web_1 | return Database.connect(**conn_params)
  103433. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  103434. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  103435. web_1 | OperationalError: could not connect to server: Connection refused
  103436. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  103437. web_1 | TCP/IP connections on port 5432?
  103438. web_1 |
  103439. web_1 |
  103440. web_1 | >>> >>> Starting the server
  103441. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103442. web_1 |
  103443. web_1 | Fatal error: Unable to find local grunt.
  103444. web_1 |
  103445. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103446. web_1 | your project. For more information about installing and configuring grunt,
  103447. web_1 | please see the Getting Started guide:
  103448. web_1 |
  103449. web_1 | http://gruntjs.com/getting-started
  103450. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103451. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103452. web_1 | Syncing...
  103453. web_1 | Creating tables ...
  103454. web_1 | Creating table auth_permission
  103455. web_1 | Creating table auth_group_permissions
  103456. web_1 | Creating table auth_group
  103457. web_1 | Creating table django_content_type
  103458. web_1 | Creating table django_session
  103459. web_1 | Creating table django_site
  103460. web_1 | Creating table django_admin_log
  103461. web_1 | Creating table south_migrationhistory
  103462. web_1 | Creating table avatar_avatar
  103463. web_1 | Creating table users_user_groups
  103464. web_1 | Creating table users_user_user_permissions
  103465. web_1 | Creating table users_user
  103466. web_1 | Creating table account_emailaddress
  103467. web_1 | Creating table account_emailconfirmation
  103468. web_1 | Installing custom SQL ...
  103469. web_1 | Installing indexes ...
  103470. web_1 | Installed 0 object(s) from 0 fixture(s)
  103471. web_1 |
  103472. web_1 | Synced:
  103473. web_1 | > django.contrib.auth
  103474. web_1 | > django.contrib.contenttypes
  103475. web_1 | > django.contrib.sessions
  103476. web_1 | > django.contrib.sites
  103477. web_1 | > django.contrib.messages
  103478. web_1 | > django.contrib.staticfiles
  103479. web_1 | > django.contrib.admin
  103480. web_1 | > south
  103481. web_1 | > crispy_forms
  103482. web_1 | > avatar
  103483. web_1 | > bootstrap3
  103484. web_1 | > users
  103485. web_1 | > allauth
  103486. web_1 | > allauth.account
  103487. web_1 | > django.contrib.humanize
  103488. web_1 | > debug_toolbar
  103489. web_1 |
  103490. web_1 | Not synced (use migrations):
  103491. web_1 | - allauth.socialaccount
  103492. web_1 | - django_extensions
  103493. web_1 | (use ./manage.py migrate to migrate these)
  103494. web_1 | Running migrations for socialaccount:
  103495. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  103496. web_1 | > socialaccount:0001_initial
  103497. web_1 | > socialaccount:0002_genericmodels
  103498. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  103499. web_1 | > socialaccount:0004_add_sites
  103500. web_1 | > socialaccount:0005_set_sites
  103501. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  103502. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  103503. web_1 | > socialaccount:0008_client_id
  103504. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  103505. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  103506. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  103507. web_1 | - Loading initial data for socialaccount.
  103508. web_1 | Installed 0 object(s) from 0 fixture(s)
  103509. web_1 | Running migrations for django_extensions:
  103510. web_1 | - Migrating forwards to 0001_empty.
  103511. web_1 | > django_extensions:0001_empty
  103512. web_1 | - Loading initial data for django_extensions.
  103513. web_1 | Installed 0 object(s) from 0 fixture(s)
  103514. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103515. web_1 | [GCC 4.9.2] on linux2
  103516. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103517. web_1 | (InteractiveConsole)
  103518. web_1 |
  103519. web_1 | >>> >>> Starting the server
  103520. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103521. web_1 |
  103522. web_1 | Fatal error: Unable to find local grunt.
  103523. web_1 |
  103524. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103525. web_1 | your project. For more information about installing and configuring grunt,
  103526. web_1 | please see the Getting Started guide:
  103527. web_1 |
  103528. web_1 | http://gruntjs.com/getting-started
  103529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103530. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103531. web_1 | Syncing...
  103532. web_1 | Creating tables ...
  103533. web_1 | Installing custom SQL ...
  103534. web_1 | Installing indexes ...
  103535. web_1 | Installed 0 object(s) from 0 fixture(s)
  103536. web_1 |
  103537. web_1 | Synced:
  103538. web_1 | > django.contrib.auth
  103539. web_1 | > django.contrib.contenttypes
  103540. web_1 | > django.contrib.sessions
  103541. web_1 | > django.contrib.sites
  103542. web_1 | > django.contrib.messages
  103543. web_1 | > django.contrib.staticfiles
  103544. web_1 | > django.contrib.admin
  103545. web_1 | > south
  103546. web_1 | > crispy_forms
  103547. web_1 | > avatar
  103548. web_1 | > bootstrap3
  103549. web_1 | > users
  103550. web_1 | > allauth
  103551. web_1 | > allauth.account
  103552. web_1 | > django.contrib.humanize
  103553. web_1 | > debug_toolbar
  103554. web_1 |
  103555. web_1 | Not synced (use migrations):
  103556. web_1 | - allauth.socialaccount
  103557. web_1 | - django_extensions
  103558. web_1 | (use ./manage.py migrate to migrate these)
  103559. web_1 | Running migrations for socialaccount:
  103560. web_1 | - Nothing to migrate.
  103561. web_1 | - Loading initial data for socialaccount.
  103562. web_1 | Installed 0 object(s) from 0 fixture(s)
  103563. web_1 | Running migrations for django_extensions:
  103564. web_1 | - Nothing to migrate.
  103565. web_1 | - Loading initial data for django_extensions.
  103566. web_1 | Installed 0 object(s) from 0 fixture(s)
  103567. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103568. web_1 | [GCC 4.9.2] on linux2
  103569. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103570. web_1 | (InteractiveConsole)
  103571. web_1 |
  103572. web_1 | >>> >>> Starting the server
  103573. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103574. web_1 |
  103575. web_1 | Fatal error: Unable to find local grunt.
  103576. web_1 |
  103577. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103578. web_1 | your project. For more information about installing and configuring grunt,
  103579. web_1 | please see the Getting Started guide:
  103580. web_1 |
  103581. web_1 | http://gruntjs.com/getting-started
  103582. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103583. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103584. web_1 | Syncing...
  103585. web_1 | Creating tables ...
  103586. web_1 | Installing custom SQL ...
  103587. web_1 | Installing indexes ...
  103588. web_1 | Installed 0 object(s) from 0 fixture(s)
  103589. web_1 |
  103590. web_1 | Synced:
  103591. web_1 | > django.contrib.auth
  103592. web_1 | > django.contrib.contenttypes
  103593. web_1 | > django.contrib.sessions
  103594. web_1 | > django.contrib.sites
  103595. web_1 | > django.contrib.messages
  103596. web_1 | > django.contrib.staticfiles
  103597. web_1 | > django.contrib.admin
  103598. web_1 | > south
  103599. web_1 | > crispy_forms
  103600. web_1 | > avatar
  103601. web_1 | > bootstrap3
  103602. web_1 | > users
  103603. web_1 | > allauth
  103604. web_1 | > allauth.account
  103605. web_1 | > django.contrib.humanize
  103606. web_1 | > debug_toolbar
  103607. web_1 |
  103608. web_1 | Not synced (use migrations):
  103609. web_1 | - allauth.socialaccount
  103610. web_1 | - django_extensions
  103611. web_1 | (use ./manage.py migrate to migrate these)
  103612. web_1 | Running migrations for socialaccount:
  103613. web_1 | - Nothing to migrate.
  103614. web_1 | - Loading initial data for socialaccount.
  103615. web_1 | Installed 0 object(s) from 0 fixture(s)
  103616. web_1 | Running migrations for django_extensions:
  103617. web_1 | - Nothing to migrate.
  103618. web_1 | - Loading initial data for django_extensions.
  103619. web_1 | Installed 0 object(s) from 0 fixture(s)
  103620. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103621. web_1 | [GCC 4.9.2] on linux2
  103622. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103623. web_1 | (InteractiveConsole)
  103624. web_1 |
  103625. web_1 | >>> >>> Starting the server
  103626. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103627. web_1 |
  103628. web_1 | Fatal error: Unable to find local grunt.
  103629. web_1 |
  103630. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103631. web_1 | your project. For more information about installing and configuring grunt,
  103632. web_1 | please see the Getting Started guide:
  103633. web_1 |
  103634. web_1 | http://gruntjs.com/getting-started
  103635. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103636. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103637. web_1 | Syncing...
  103638. web_1 | Creating tables ...
  103639. web_1 | Installing custom SQL ...
  103640. web_1 | Installing indexes ...
  103641. web_1 | Installed 0 object(s) from 0 fixture(s)
  103642. web_1 |
  103643. web_1 | Synced:
  103644. web_1 | > django.contrib.auth
  103645. web_1 | > django.contrib.contenttypes
  103646. web_1 | > django.contrib.sessions
  103647. web_1 | > django.contrib.sites
  103648. web_1 | > django.contrib.messages
  103649. web_1 | > django.contrib.staticfiles
  103650. web_1 | > django.contrib.admin
  103651. web_1 | > south
  103652. web_1 | > crispy_forms
  103653. web_1 | > avatar
  103654. web_1 | > bootstrap3
  103655. web_1 | > users
  103656. web_1 | > allauth
  103657. web_1 | > allauth.account
  103658. web_1 | > django.contrib.humanize
  103659. web_1 | > debug_toolbar
  103660. web_1 |
  103661. web_1 | Not synced (use migrations):
  103662. web_1 | - allauth.socialaccount
  103663. web_1 | - django_extensions
  103664. web_1 | (use ./manage.py migrate to migrate these)
  103665. web_1 | Running migrations for socialaccount:
  103666. web_1 | - Nothing to migrate.
  103667. web_1 | - Loading initial data for socialaccount.
  103668. web_1 | Installed 0 object(s) from 0 fixture(s)
  103669. web_1 | Running migrations for django_extensions:
  103670. web_1 | - Nothing to migrate.
  103671. web_1 | - Loading initial data for django_extensions.
  103672. web_1 | Installed 0 object(s) from 0 fixture(s)
  103673. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103674. web_1 | [GCC 4.9.2] on linux2
  103675. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103676. web_1 | (InteractiveConsole)
  103677. web_1 |
  103678. web_1 | >>> >>> Starting the server
  103679. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103680. web_1 |
  103681. web_1 | Fatal error: Unable to find local grunt.
  103682. web_1 |
  103683. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103684. web_1 | your project. For more information about installing and configuring grunt,
  103685. web_1 | please see the Getting Started guide:
  103686. web_1 |
  103687. web_1 | http://gruntjs.com/getting-started
  103688. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103689. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103690. web_1 | Syncing...
  103691. web_1 | Creating tables ...
  103692. web_1 | Installing custom SQL ...
  103693. web_1 | Installing indexes ...
  103694. web_1 | Installed 0 object(s) from 0 fixture(s)
  103695. web_1 |
  103696. web_1 | Synced:
  103697. web_1 | > django.contrib.auth
  103698. web_1 | > django.contrib.contenttypes
  103699. web_1 | > django.contrib.sessions
  103700. web_1 | > django.contrib.sites
  103701. web_1 | > django.contrib.messages
  103702. web_1 | > django.contrib.staticfiles
  103703. web_1 | > django.contrib.admin
  103704. web_1 | > south
  103705. web_1 | > crispy_forms
  103706. web_1 | > avatar
  103707. web_1 | > bootstrap3
  103708. web_1 | > users
  103709. web_1 | > allauth
  103710. web_1 | > allauth.account
  103711. web_1 | > django.contrib.humanize
  103712. web_1 | > debug_toolbar
  103713. web_1 |
  103714. web_1 | Not synced (use migrations):
  103715. web_1 | - allauth.socialaccount
  103716. web_1 | - django_extensions
  103717. web_1 | (use ./manage.py migrate to migrate these)
  103718. web_1 | Running migrations for socialaccount:
  103719. web_1 | - Nothing to migrate.
  103720. web_1 | - Loading initial data for socialaccount.
  103721. web_1 | Installed 0 object(s) from 0 fixture(s)
  103722. web_1 | Running migrations for django_extensions:
  103723. web_1 | - Nothing to migrate.
  103724. web_1 | - Loading initial data for django_extensions.
  103725. web_1 | Installed 0 object(s) from 0 fixture(s)
  103726. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103727. web_1 | [GCC 4.9.2] on linux2
  103728. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103729. web_1 | (InteractiveConsole)
  103730. web_1 |
  103731. web_1 | >>> >>> Starting the server
  103732. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103733. web_1 |
  103734. web_1 | Fatal error: Unable to find local grunt.
  103735. web_1 |
  103736. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103737. web_1 | your project. For more information about installing and configuring grunt,
  103738. web_1 | please see the Getting Started guide:
  103739. web_1 |
  103740. web_1 | http://gruntjs.com/getting-started
  103741. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103742. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103743. web_1 | Syncing...
  103744. web_1 | Creating tables ...
  103745. web_1 | Installing custom SQL ...
  103746. web_1 | Installing indexes ...
  103747. web_1 | Installed 0 object(s) from 0 fixture(s)
  103748. web_1 |
  103749. web_1 | Synced:
  103750. web_1 | > django.contrib.auth
  103751. web_1 | > django.contrib.contenttypes
  103752. web_1 | > django.contrib.sessions
  103753. web_1 | > django.contrib.sites
  103754. web_1 | > django.contrib.messages
  103755. web_1 | > django.contrib.staticfiles
  103756. web_1 | > django.contrib.admin
  103757. web_1 | > south
  103758. web_1 | > crispy_forms
  103759. web_1 | > avatar
  103760. web_1 | > bootstrap3
  103761. web_1 | > users
  103762. web_1 | > allauth
  103763. web_1 | > allauth.account
  103764. web_1 | > django.contrib.humanize
  103765. web_1 | > debug_toolbar
  103766. web_1 |
  103767. web_1 | Not synced (use migrations):
  103768. web_1 | - allauth.socialaccount
  103769. web_1 | - django_extensions
  103770. web_1 | (use ./manage.py migrate to migrate these)
  103771. web_1 | Running migrations for socialaccount:
  103772. web_1 | - Nothing to migrate.
  103773. web_1 | - Loading initial data for socialaccount.
  103774. web_1 | Installed 0 object(s) from 0 fixture(s)
  103775. web_1 | Running migrations for django_extensions:
  103776. web_1 | - Nothing to migrate.
  103777. web_1 | - Loading initial data for django_extensions.
  103778. web_1 | Installed 0 object(s) from 0 fixture(s)
  103779. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103780. web_1 | [GCC 4.9.2] on linux2
  103781. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103782. web_1 | (InteractiveConsole)
  103783. web_1 |
  103784. web_1 | >>> >>> Starting the server
  103785. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103786. web_1 |
  103787. web_1 | Fatal error: Unable to find local grunt.
  103788. web_1 |
  103789. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103790. web_1 | your project. For more information about installing and configuring grunt,
  103791. web_1 | please see the Getting Started guide:
  103792. web_1 |
  103793. web_1 | http://gruntjs.com/getting-started
  103794. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103795. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103796. web_1 | Syncing...
  103797. web_1 | Creating tables ...
  103798. web_1 | Installing custom SQL ...
  103799. web_1 | Installing indexes ...
  103800. web_1 | Installed 0 object(s) from 0 fixture(s)
  103801. web_1 |
  103802. web_1 | Synced:
  103803. web_1 | > django.contrib.auth
  103804. web_1 | > django.contrib.contenttypes
  103805. web_1 | > django.contrib.sessions
  103806. web_1 | > django.contrib.sites
  103807. web_1 | > django.contrib.messages
  103808. web_1 | > django.contrib.staticfiles
  103809. web_1 | > django.contrib.admin
  103810. web_1 | > south
  103811. web_1 | > crispy_forms
  103812. web_1 | > avatar
  103813. web_1 | > bootstrap3
  103814. web_1 | > users
  103815. web_1 | > allauth
  103816. web_1 | > allauth.account
  103817. web_1 | > django.contrib.humanize
  103818. web_1 | > debug_toolbar
  103819. web_1 |
  103820. web_1 | Not synced (use migrations):
  103821. web_1 | - allauth.socialaccount
  103822. web_1 | - django_extensions
  103823. web_1 | (use ./manage.py migrate to migrate these)
  103824. web_1 | Running migrations for socialaccount:
  103825. web_1 | - Nothing to migrate.
  103826. web_1 | - Loading initial data for socialaccount.
  103827. web_1 | Installed 0 object(s) from 0 fixture(s)
  103828. web_1 | Running migrations for django_extensions:
  103829. web_1 | - Nothing to migrate.
  103830. web_1 | - Loading initial data for django_extensions.
  103831. web_1 | Installed 0 object(s) from 0 fixture(s)
  103832. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103833. web_1 | [GCC 4.9.2] on linux2
  103834. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103835. web_1 | (InteractiveConsole)
  103836. web_1 |
  103837. web_1 | >>> >>> Starting the server
  103838. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103839. web_1 |
  103840. web_1 | Fatal error: Unable to find local grunt.
  103841. web_1 |
  103842. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103843. web_1 | your project. For more information about installing and configuring grunt,
  103844. web_1 | please see the Getting Started guide:
  103845. web_1 |
  103846. web_1 | http://gruntjs.com/getting-started
  103847. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103848. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103849. web_1 | Syncing...
  103850. web_1 | Creating tables ...
  103851. web_1 | Installing custom SQL ...
  103852. web_1 | Installing indexes ...
  103853. web_1 | Installed 0 object(s) from 0 fixture(s)
  103854. web_1 |
  103855. web_1 | Synced:
  103856. web_1 | > django.contrib.auth
  103857. web_1 | > django.contrib.contenttypes
  103858. web_1 | > django.contrib.sessions
  103859. web_1 | > django.contrib.sites
  103860. web_1 | > django.contrib.messages
  103861. web_1 | > django.contrib.staticfiles
  103862. web_1 | > django.contrib.admin
  103863. web_1 | > south
  103864. web_1 | > crispy_forms
  103865. web_1 | > avatar
  103866. web_1 | > bootstrap3
  103867. web_1 | > users
  103868. web_1 | > allauth
  103869. web_1 | > allauth.account
  103870. web_1 | > django.contrib.humanize
  103871. web_1 | > debug_toolbar
  103872. web_1 |
  103873. web_1 | Not synced (use migrations):
  103874. web_1 | - allauth.socialaccount
  103875. web_1 | - django_extensions
  103876. web_1 | (use ./manage.py migrate to migrate these)
  103877. web_1 | Running migrations for socialaccount:
  103878. web_1 | - Nothing to migrate.
  103879. web_1 | - Loading initial data for socialaccount.
  103880. web_1 | Installed 0 object(s) from 0 fixture(s)
  103881. web_1 | Running migrations for django_extensions:
  103882. web_1 | - Nothing to migrate.
  103883. web_1 | - Loading initial data for django_extensions.
  103884. web_1 | Installed 0 object(s) from 0 fixture(s)
  103885. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103886. web_1 | [GCC 4.9.2] on linux2
  103887. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103888. web_1 | (InteractiveConsole)
  103889. web_1 |
  103890. web_1 | >>> >>> Starting the server
  103891. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103892. web_1 |
  103893. web_1 | Fatal error: Unable to find local grunt.
  103894. web_1 |
  103895. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103896. web_1 | your project. For more information about installing and configuring grunt,
  103897. web_1 | please see the Getting Started guide:
  103898. web_1 |
  103899. web_1 | http://gruntjs.com/getting-started
  103900. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103901. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103902. web_1 | Syncing...
  103903. web_1 | Creating tables ...
  103904. web_1 | Installing custom SQL ...
  103905. web_1 | Installing indexes ...
  103906. web_1 | Installed 0 object(s) from 0 fixture(s)
  103907. web_1 |
  103908. web_1 | Synced:
  103909. web_1 | > django.contrib.auth
  103910. web_1 | > django.contrib.contenttypes
  103911. web_1 | > django.contrib.sessions
  103912. web_1 | > django.contrib.sites
  103913. web_1 | > django.contrib.messages
  103914. web_1 | > django.contrib.staticfiles
  103915. web_1 | > django.contrib.admin
  103916. web_1 | > south
  103917. web_1 | > crispy_forms
  103918. web_1 | > avatar
  103919. web_1 | > bootstrap3
  103920. web_1 | > users
  103921. web_1 | > allauth
  103922. web_1 | > allauth.account
  103923. web_1 | > django.contrib.humanize
  103924. web_1 | > debug_toolbar
  103925. web_1 |
  103926. web_1 | Not synced (use migrations):
  103927. web_1 | - allauth.socialaccount
  103928. web_1 | - django_extensions
  103929. web_1 | (use ./manage.py migrate to migrate these)
  103930. web_1 | Running migrations for socialaccount:
  103931. web_1 | - Nothing to migrate.
  103932. web_1 | - Loading initial data for socialaccount.
  103933. web_1 | Installed 0 object(s) from 0 fixture(s)
  103934. web_1 | Running migrations for django_extensions:
  103935. web_1 | - Nothing to migrate.
  103936. web_1 | - Loading initial data for django_extensions.
  103937. web_1 | Installed 0 object(s) from 0 fixture(s)
  103938. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103939. web_1 | [GCC 4.9.2] on linux2
  103940. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103941. web_1 | (InteractiveConsole)
  103942. web_1 |
  103943. web_1 | >>> >>> Starting the server
  103944. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103945. web_1 |
  103946. web_1 | Fatal error: Unable to find local grunt.
  103947. web_1 |
  103948. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  103949. web_1 | your project. For more information about installing and configuring grunt,
  103950. web_1 | please see the Getting Started guide:
  103951. web_1 |
  103952. web_1 | http://gruntjs.com/getting-started
  103953. web_1 | Starting OpenBSD Secure Shell server: sshd.
  103954. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  103955. web_1 | Syncing...
  103956. web_1 | Creating tables ...
  103957. web_1 | Installing custom SQL ...
  103958. web_1 | Installing indexes ...
  103959. web_1 | Installed 0 object(s) from 0 fixture(s)
  103960. web_1 |
  103961. web_1 | Synced:
  103962. web_1 | > django.contrib.auth
  103963. web_1 | > django.contrib.contenttypes
  103964. web_1 | > django.contrib.sessions
  103965. web_1 | > django.contrib.sites
  103966. web_1 | > django.contrib.messages
  103967. web_1 | > django.contrib.staticfiles
  103968. web_1 | > django.contrib.admin
  103969. web_1 | > south
  103970. web_1 | > crispy_forms
  103971. web_1 | > avatar
  103972. web_1 | > bootstrap3
  103973. web_1 | > users
  103974. web_1 | > allauth
  103975. web_1 | > allauth.account
  103976. web_1 | > django.contrib.humanize
  103977. web_1 | > debug_toolbar
  103978. web_1 |
  103979. web_1 | Not synced (use migrations):
  103980. web_1 | - allauth.socialaccount
  103981. web_1 | - django_extensions
  103982. web_1 | (use ./manage.py migrate to migrate these)
  103983. web_1 | Running migrations for socialaccount:
  103984. web_1 | - Nothing to migrate.
  103985. web_1 | - Loading initial data for socialaccount.
  103986. web_1 | Installed 0 object(s) from 0 fixture(s)
  103987. web_1 | Running migrations for django_extensions:
  103988. web_1 | - Nothing to migrate.
  103989. web_1 | - Loading initial data for django_extensions.
  103990. web_1 | Installed 0 object(s) from 0 fixture(s)
  103991. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  103992. web_1 | [GCC 4.9.2] on linux2
  103993. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  103994. web_1 | (InteractiveConsole)
  103995. web_1 |
  103996. web_1 | >>> >>> Starting the server
  103997. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  103998. web_1 |
  103999. web_1 | Fatal error: Unable to find local grunt.
  104000. web_1 |
  104001. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104002. web_1 | your project. For more information about installing and configuring grunt,
  104003. web_1 | please see the Getting Started guide:
  104004. web_1 |
  104005. web_1 | http://gruntjs.com/getting-started
  104006. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104007. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104008. web_1 | Syncing...
  104009. web_1 | Creating tables ...
  104010. web_1 | Installing custom SQL ...
  104011. web_1 | Installing indexes ...
  104012. web_1 | Installed 0 object(s) from 0 fixture(s)
  104013. web_1 |
  104014. web_1 | Synced:
  104015. web_1 | > django.contrib.auth
  104016. web_1 | > django.contrib.contenttypes
  104017. web_1 | > django.contrib.sessions
  104018. web_1 | > django.contrib.sites
  104019. web_1 | > django.contrib.messages
  104020. web_1 | > django.contrib.staticfiles
  104021. web_1 | > django.contrib.admin
  104022. web_1 | > south
  104023. web_1 | > crispy_forms
  104024. web_1 | > avatar
  104025. web_1 | > bootstrap3
  104026. web_1 | > users
  104027. web_1 | > allauth
  104028. web_1 | > allauth.account
  104029. web_1 | > django.contrib.humanize
  104030. web_1 | > debug_toolbar
  104031. web_1 |
  104032. web_1 | Not synced (use migrations):
  104033. web_1 | - allauth.socialaccount
  104034. web_1 | - django_extensions
  104035. web_1 | (use ./manage.py migrate to migrate these)
  104036. web_1 | Running migrations for socialaccount:
  104037. web_1 | - Nothing to migrate.
  104038. web_1 | - Loading initial data for socialaccount.
  104039. web_1 | Installed 0 object(s) from 0 fixture(s)
  104040. web_1 | Running migrations for django_extensions:
  104041. web_1 | - Nothing to migrate.
  104042. web_1 | - Loading initial data for django_extensions.
  104043. web_1 | Installed 0 object(s) from 0 fixture(s)
  104044. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104045. web_1 | [GCC 4.9.2] on linux2
  104046. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104047. web_1 | (InteractiveConsole)
  104048. web_1 |
  104049. web_1 | >>> >>> Starting the server
  104050. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104051. web_1 |
  104052. web_1 | Fatal error: Unable to find local grunt.
  104053. web_1 |
  104054. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104055. web_1 | your project. For more information about installing and configuring grunt,
  104056. web_1 | please see the Getting Started guide:
  104057. web_1 |
  104058. web_1 | http://gruntjs.com/getting-started
  104059. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104060. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104061. web_1 | Syncing...
  104062. web_1 | Creating tables ...
  104063. web_1 | Installing custom SQL ...
  104064. web_1 | Installing indexes ...
  104065. web_1 | Installed 0 object(s) from 0 fixture(s)
  104066. web_1 |
  104067. web_1 | Synced:
  104068. web_1 | > django.contrib.auth
  104069. web_1 | > django.contrib.contenttypes
  104070. web_1 | > django.contrib.sessions
  104071. web_1 | > django.contrib.sites
  104072. web_1 | > django.contrib.messages
  104073. web_1 | > django.contrib.staticfiles
  104074. web_1 | > django.contrib.admin
  104075. web_1 | > south
  104076. web_1 | > crispy_forms
  104077. web_1 | > avatar
  104078. web_1 | > bootstrap3
  104079. web_1 | > users
  104080. web_1 | > allauth
  104081. web_1 | > allauth.account
  104082. web_1 | > django.contrib.humanize
  104083. web_1 | > debug_toolbar
  104084. web_1 |
  104085. web_1 | Not synced (use migrations):
  104086. web_1 | - allauth.socialaccount
  104087. web_1 | - django_extensions
  104088. web_1 | (use ./manage.py migrate to migrate these)
  104089. web_1 | Running migrations for socialaccount:
  104090. web_1 | - Nothing to migrate.
  104091. web_1 | - Loading initial data for socialaccount.
  104092. web_1 | Installed 0 object(s) from 0 fixture(s)
  104093. web_1 | Running migrations for django_extensions:
  104094. web_1 | - Nothing to migrate.
  104095. web_1 | - Loading initial data for django_extensions.
  104096. web_1 | Installed 0 object(s) from 0 fixture(s)
  104097. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104098. web_1 | [GCC 4.9.2] on linux2
  104099. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104100. web_1 | (InteractiveConsole)
  104101. web_1 |
  104102. web_1 | >>> >>> Starting the server
  104103. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104104. web_1 |
  104105. web_1 | Fatal error: Unable to find local grunt.
  104106. web_1 |
  104107. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104108. web_1 | your project. For more information about installing and configuring grunt,
  104109. web_1 | please see the Getting Started guide:
  104110. web_1 |
  104111. web_1 | http://gruntjs.com/getting-started
  104112. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104113. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104114. web_1 | Syncing...
  104115. web_1 | Creating tables ...
  104116. web_1 | Installing custom SQL ...
  104117. web_1 | Installing indexes ...
  104118. web_1 | Installed 0 object(s) from 0 fixture(s)
  104119. web_1 |
  104120. web_1 | Synced:
  104121. web_1 | > django.contrib.auth
  104122. web_1 | > django.contrib.contenttypes
  104123. web_1 | > django.contrib.sessions
  104124. web_1 | > django.contrib.sites
  104125. web_1 | > django.contrib.messages
  104126. web_1 | > django.contrib.staticfiles
  104127. web_1 | > django.contrib.admin
  104128. web_1 | > south
  104129. web_1 | > crispy_forms
  104130. web_1 | > avatar
  104131. web_1 | > bootstrap3
  104132. web_1 | > users
  104133. web_1 | > allauth
  104134. web_1 | > allauth.account
  104135. web_1 | > django.contrib.humanize
  104136. web_1 | > debug_toolbar
  104137. web_1 |
  104138. web_1 | Not synced (use migrations):
  104139. web_1 | - allauth.socialaccount
  104140. web_1 | - django_extensions
  104141. web_1 | (use ./manage.py migrate to migrate these)
  104142. web_1 | Running migrations for socialaccount:
  104143. web_1 | - Nothing to migrate.
  104144. web_1 | - Loading initial data for socialaccount.
  104145. web_1 | Installed 0 object(s) from 0 fixture(s)
  104146. web_1 | Running migrations for django_extensions:
  104147. web_1 | - Nothing to migrate.
  104148. web_1 | - Loading initial data for django_extensions.
  104149. web_1 | Installed 0 object(s) from 0 fixture(s)
  104150. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104151. web_1 | [GCC 4.9.2] on linux2
  104152. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104153. web_1 | (InteractiveConsole)
  104154. web_1 |
  104155. web_1 | >>> >>> Starting the server
  104156. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104157. web_1 |
  104158. web_1 | Fatal error: Unable to find local grunt.
  104159. web_1 |
  104160. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104161. web_1 | your project. For more information about installing and configuring grunt,
  104162. web_1 | please see the Getting Started guide:
  104163. web_1 |
  104164. web_1 | http://gruntjs.com/getting-started
  104165. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104166. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104167. web_1 | Syncing...
  104168. web_1 | Creating tables ...
  104169. web_1 | Installing custom SQL ...
  104170. web_1 | Installing indexes ...
  104171. web_1 | Installed 0 object(s) from 0 fixture(s)
  104172. web_1 |
  104173. web_1 | Synced:
  104174. web_1 | > django.contrib.auth
  104175. web_1 | > django.contrib.contenttypes
  104176. web_1 | > django.contrib.sessions
  104177. web_1 | > django.contrib.sites
  104178. web_1 | > django.contrib.messages
  104179. web_1 | > django.contrib.staticfiles
  104180. web_1 | > django.contrib.admin
  104181. web_1 | > south
  104182. web_1 | > crispy_forms
  104183. web_1 | > avatar
  104184. web_1 | > bootstrap3
  104185. web_1 | > users
  104186. web_1 | > allauth
  104187. web_1 | > allauth.account
  104188. web_1 | > django.contrib.humanize
  104189. web_1 | > debug_toolbar
  104190. web_1 |
  104191. web_1 | Not synced (use migrations):
  104192. web_1 | - allauth.socialaccount
  104193. web_1 | - django_extensions
  104194. web_1 | (use ./manage.py migrate to migrate these)
  104195. web_1 | Running migrations for socialaccount:
  104196. web_1 | - Nothing to migrate.
  104197. web_1 | - Loading initial data for socialaccount.
  104198. web_1 | Installed 0 object(s) from 0 fixture(s)
  104199. web_1 | Running migrations for django_extensions:
  104200. web_1 | - Nothing to migrate.
  104201. web_1 | - Loading initial data for django_extensions.
  104202. web_1 | Installed 0 object(s) from 0 fixture(s)
  104203. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104204. web_1 | [GCC 4.9.2] on linux2
  104205. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104206. web_1 | (InteractiveConsole)
  104207. web_1 |
  104208. web_1 | >>> >>> Starting the server
  104209. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104210. web_1 |
  104211. web_1 | Fatal error: Unable to find local grunt.
  104212. web_1 |
  104213. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104214. web_1 | your project. For more information about installing and configuring grunt,
  104215. web_1 | please see the Getting Started guide:
  104216. web_1 |
  104217. web_1 | http://gruntjs.com/getting-started
  104218. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104219. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104220. web_1 | Syncing...
  104221. web_1 | Creating tables ...
  104222. web_1 | Installing custom SQL ...
  104223. web_1 | Installing indexes ...
  104224. web_1 | Installed 0 object(s) from 0 fixture(s)
  104225. web_1 |
  104226. web_1 | Synced:
  104227. web_1 | > django.contrib.auth
  104228. web_1 | > django.contrib.contenttypes
  104229. web_1 | > django.contrib.sessions
  104230. web_1 | > django.contrib.sites
  104231. web_1 | > django.contrib.messages
  104232. web_1 | > django.contrib.staticfiles
  104233. web_1 | > django.contrib.admin
  104234. web_1 | > south
  104235. web_1 | > crispy_forms
  104236. web_1 | > avatar
  104237. web_1 | > bootstrap3
  104238. web_1 | > users
  104239. web_1 | > allauth
  104240. web_1 | > allauth.account
  104241. web_1 | > django.contrib.humanize
  104242. web_1 | > debug_toolbar
  104243. web_1 |
  104244. web_1 | Not synced (use migrations):
  104245. web_1 | - allauth.socialaccount
  104246. web_1 | - django_extensions
  104247. web_1 | (use ./manage.py migrate to migrate these)
  104248. web_1 | Running migrations for socialaccount:
  104249. web_1 | - Nothing to migrate.
  104250. web_1 | - Loading initial data for socialaccount.
  104251. web_1 | Installed 0 object(s) from 0 fixture(s)
  104252. web_1 | Running migrations for django_extensions:
  104253. web_1 | - Nothing to migrate.
  104254. web_1 | - Loading initial data for django_extensions.
  104255. web_1 | Installed 0 object(s) from 0 fixture(s)
  104256. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104257. web_1 | [GCC 4.9.2] on linux2
  104258. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104259. web_1 | (InteractiveConsole)
  104260. web_1 |
  104261. web_1 | >>> >>> Starting the server
  104262. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104263. web_1 |
  104264. web_1 | Fatal error: Unable to find local grunt.
  104265. web_1 |
  104266. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104267. web_1 | your project. For more information about installing and configuring grunt,
  104268. web_1 | please see the Getting Started guide:
  104269. web_1 |
  104270. web_1 | http://gruntjs.com/getting-started
  104271. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104272. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104273. web_1 | Syncing...
  104274. web_1 | Creating tables ...
  104275. web_1 | Installing custom SQL ...
  104276. web_1 | Installing indexes ...
  104277. web_1 | Installed 0 object(s) from 0 fixture(s)
  104278. web_1 |
  104279. web_1 | Synced:
  104280. web_1 | > django.contrib.auth
  104281. web_1 | > django.contrib.contenttypes
  104282. web_1 | > django.contrib.sessions
  104283. web_1 | > django.contrib.sites
  104284. web_1 | > django.contrib.messages
  104285. web_1 | > django.contrib.staticfiles
  104286. web_1 | > django.contrib.admin
  104287. web_1 | > south
  104288. web_1 | > crispy_forms
  104289. web_1 | > avatar
  104290. web_1 | > bootstrap3
  104291. web_1 | > users
  104292. web_1 | > allauth
  104293. web_1 | > allauth.account
  104294. web_1 | > django.contrib.humanize
  104295. web_1 | > debug_toolbar
  104296. web_1 |
  104297. web_1 | Not synced (use migrations):
  104298. web_1 | - allauth.socialaccount
  104299. web_1 | - django_extensions
  104300. web_1 | (use ./manage.py migrate to migrate these)
  104301. web_1 | Running migrations for socialaccount:
  104302. web_1 | - Nothing to migrate.
  104303. web_1 | - Loading initial data for socialaccount.
  104304. web_1 | Installed 0 object(s) from 0 fixture(s)
  104305. web_1 | Running migrations for django_extensions:
  104306. web_1 | - Nothing to migrate.
  104307. web_1 | - Loading initial data for django_extensions.
  104308. web_1 | Installed 0 object(s) from 0 fixture(s)
  104309. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104310. web_1 | [GCC 4.9.2] on linux2
  104311. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104312. web_1 | (InteractiveConsole)
  104313. web_1 |
  104314. web_1 | >>> >>> Starting the server
  104315. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104316. web_1 |
  104317. web_1 | Fatal error: Unable to find local grunt.
  104318. web_1 |
  104319. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104320. web_1 | your project. For more information about installing and configuring grunt,
  104321. web_1 | please see the Getting Started guide:
  104322. web_1 |
  104323. web_1 | http://gruntjs.com/getting-started
  104324. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104325. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104326. web_1 | Syncing...
  104327. web_1 | Creating tables ...
  104328. web_1 | Installing custom SQL ...
  104329. web_1 | Installing indexes ...
  104330. web_1 | Installed 0 object(s) from 0 fixture(s)
  104331. web_1 |
  104332. web_1 | Synced:
  104333. web_1 | > django.contrib.auth
  104334. web_1 | > django.contrib.contenttypes
  104335. web_1 | > django.contrib.sessions
  104336. web_1 | > django.contrib.sites
  104337. web_1 | > django.contrib.messages
  104338. web_1 | > django.contrib.staticfiles
  104339. web_1 | > django.contrib.admin
  104340. web_1 | > south
  104341. web_1 | > crispy_forms
  104342. web_1 | > avatar
  104343. web_1 | > bootstrap3
  104344. web_1 | > users
  104345. web_1 | > allauth
  104346. web_1 | > allauth.account
  104347. web_1 | > django.contrib.humanize
  104348. web_1 | > debug_toolbar
  104349. web_1 |
  104350. web_1 | Not synced (use migrations):
  104351. web_1 | - allauth.socialaccount
  104352. web_1 | - django_extensions
  104353. web_1 | (use ./manage.py migrate to migrate these)
  104354. web_1 | Running migrations for socialaccount:
  104355. web_1 | - Nothing to migrate.
  104356. web_1 | - Loading initial data for socialaccount.
  104357. web_1 | Installed 0 object(s) from 0 fixture(s)
  104358. web_1 | Running migrations for django_extensions:
  104359. web_1 | - Nothing to migrate.
  104360. web_1 | - Loading initial data for django_extensions.
  104361. web_1 | Installed 0 object(s) from 0 fixture(s)
  104362. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104363. web_1 | [GCC 4.9.2] on linux2
  104364. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104365. web_1 | (InteractiveConsole)
  104366. web_1 |
  104367. web_1 | >>> >>> Starting the server
  104368. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104369. web_1 |
  104370. web_1 | Fatal error: Unable to find local grunt.
  104371. web_1 |
  104372. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104373. web_1 | your project. For more information about installing and configuring grunt,
  104374. web_1 | please see the Getting Started guide:
  104375. web_1 |
  104376. web_1 | http://gruntjs.com/getting-started
  104377. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104378. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104379. web_1 | Syncing...
  104380. web_1 | Creating tables ...
  104381. web_1 | Installing custom SQL ...
  104382. web_1 | Installing indexes ...
  104383. web_1 | Installed 0 object(s) from 0 fixture(s)
  104384. web_1 |
  104385. web_1 | Synced:
  104386. web_1 | > django.contrib.auth
  104387. web_1 | > django.contrib.contenttypes
  104388. web_1 | > django.contrib.sessions
  104389. web_1 | > django.contrib.sites
  104390. web_1 | > django.contrib.messages
  104391. web_1 | > django.contrib.staticfiles
  104392. web_1 | > django.contrib.admin
  104393. web_1 | > south
  104394. web_1 | > crispy_forms
  104395. web_1 | > avatar
  104396. web_1 | > bootstrap3
  104397. web_1 | > users
  104398. web_1 | > allauth
  104399. web_1 | > allauth.account
  104400. web_1 | > django.contrib.humanize
  104401. web_1 | > debug_toolbar
  104402. web_1 |
  104403. web_1 | Not synced (use migrations):
  104404. web_1 | - allauth.socialaccount
  104405. web_1 | - django_extensions
  104406. web_1 | (use ./manage.py migrate to migrate these)
  104407. web_1 | Running migrations for socialaccount:
  104408. web_1 | - Nothing to migrate.
  104409. web_1 | - Loading initial data for socialaccount.
  104410. web_1 | Installed 0 object(s) from 0 fixture(s)
  104411. web_1 | Running migrations for django_extensions:
  104412. web_1 | - Nothing to migrate.
  104413. web_1 | - Loading initial data for django_extensions.
  104414. web_1 | Installed 0 object(s) from 0 fixture(s)
  104415. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104416. web_1 | [GCC 4.9.2] on linux2
  104417. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104418. web_1 | (InteractiveConsole)
  104419. web_1 |
  104420. web_1 | >>> >>> Starting the server
  104421. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104422. web_1 |
  104423. web_1 | Fatal error: Unable to find local grunt.
  104424. web_1 |
  104425. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104426. web_1 | your project. For more information about installing and configuring grunt,
  104427. web_1 | please see the Getting Started guide:
  104428. web_1 |
  104429. web_1 | http://gruntjs.com/getting-started
  104430. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104431. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104432. web_1 | Syncing...
  104433. web_1 | Creating tables ...
  104434. web_1 | Installing custom SQL ...
  104435. web_1 | Installing indexes ...
  104436. web_1 | Installed 0 object(s) from 0 fixture(s)
  104437. web_1 |
  104438. web_1 | Synced:
  104439. web_1 | > django.contrib.auth
  104440. web_1 | > django.contrib.contenttypes
  104441. web_1 | > django.contrib.sessions
  104442. web_1 | > django.contrib.sites
  104443. web_1 | > django.contrib.messages
  104444. web_1 | > django.contrib.staticfiles
  104445. web_1 | > django.contrib.admin
  104446. web_1 | > south
  104447. web_1 | > crispy_forms
  104448. web_1 | > avatar
  104449. web_1 | > bootstrap3
  104450. web_1 | > users
  104451. web_1 | > allauth
  104452. web_1 | > allauth.account
  104453. web_1 | > django.contrib.humanize
  104454. web_1 | > debug_toolbar
  104455. web_1 |
  104456. web_1 | Not synced (use migrations):
  104457. web_1 | - allauth.socialaccount
  104458. web_1 | - django_extensions
  104459. web_1 | (use ./manage.py migrate to migrate these)
  104460. web_1 | Running migrations for socialaccount:
  104461. web_1 | - Nothing to migrate.
  104462. web_1 | - Loading initial data for socialaccount.
  104463. web_1 | Installed 0 object(s) from 0 fixture(s)
  104464. web_1 | Running migrations for django_extensions:
  104465. web_1 | - Nothing to migrate.
  104466. web_1 | - Loading initial data for django_extensions.
  104467. web_1 | Installed 0 object(s) from 0 fixture(s)
  104468. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104469. web_1 | [GCC 4.9.2] on linux2
  104470. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104471. web_1 | (InteractiveConsole)
  104472. web_1 |
  104473. web_1 | >>> >>> Starting the server
  104474. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104475. web_1 |
  104476. web_1 | Fatal error: Unable to find local grunt.
  104477. web_1 |
  104478. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104479. web_1 | your project. For more information about installing and configuring grunt,
  104480. web_1 | please see the Getting Started guide:
  104481. web_1 |
  104482. web_1 | http://gruntjs.com/getting-started
  104483. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104484. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104485. web_1 | Syncing...
  104486. web_1 | Creating tables ...
  104487. web_1 | Installing custom SQL ...
  104488. web_1 | Installing indexes ...
  104489. web_1 | Installed 0 object(s) from 0 fixture(s)
  104490. web_1 |
  104491. web_1 | Synced:
  104492. web_1 | > django.contrib.auth
  104493. web_1 | > django.contrib.contenttypes
  104494. web_1 | > django.contrib.sessions
  104495. web_1 | > django.contrib.sites
  104496. web_1 | > django.contrib.messages
  104497. web_1 | > django.contrib.staticfiles
  104498. web_1 | > django.contrib.admin
  104499. web_1 | > south
  104500. web_1 | > crispy_forms
  104501. web_1 | > avatar
  104502. web_1 | > bootstrap3
  104503. web_1 | > users
  104504. web_1 | > allauth
  104505. web_1 | > allauth.account
  104506. web_1 | > django.contrib.humanize
  104507. web_1 | > debug_toolbar
  104508. web_1 |
  104509. web_1 | Not synced (use migrations):
  104510. web_1 | - allauth.socialaccount
  104511. web_1 | - django_extensions
  104512. web_1 | (use ./manage.py migrate to migrate these)
  104513. web_1 | Running migrations for socialaccount:
  104514. web_1 | - Nothing to migrate.
  104515. web_1 | - Loading initial data for socialaccount.
  104516. web_1 | Installed 0 object(s) from 0 fixture(s)
  104517. web_1 | Running migrations for django_extensions:
  104518. web_1 | - Nothing to migrate.
  104519. web_1 | - Loading initial data for django_extensions.
  104520. web_1 | Installed 0 object(s) from 0 fixture(s)
  104521. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104522. web_1 | [GCC 4.9.2] on linux2
  104523. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104524. web_1 | (InteractiveConsole)
  104525. web_1 |
  104526. web_1 | >>> >>> Starting the server
  104527. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104528. web_1 |
  104529. web_1 | Fatal error: Unable to find local grunt.
  104530. web_1 |
  104531. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104532. web_1 | your project. For more information about installing and configuring grunt,
  104533. web_1 | please see the Getting Started guide:
  104534. web_1 |
  104535. web_1 | http://gruntjs.com/getting-started
  104536. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104537. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104538. web_1 | Syncing...
  104539. web_1 | Creating tables ...
  104540. web_1 | Installing custom SQL ...
  104541. web_1 | Installing indexes ...
  104542. web_1 | Installed 0 object(s) from 0 fixture(s)
  104543. web_1 |
  104544. web_1 | Synced:
  104545. web_1 | > django.contrib.auth
  104546. web_1 | > django.contrib.contenttypes
  104547. web_1 | > django.contrib.sessions
  104548. web_1 | > django.contrib.sites
  104549. web_1 | > django.contrib.messages
  104550. web_1 | > django.contrib.staticfiles
  104551. web_1 | > django.contrib.admin
  104552. web_1 | > south
  104553. web_1 | > crispy_forms
  104554. web_1 | > avatar
  104555. web_1 | > bootstrap3
  104556. web_1 | > users
  104557. web_1 | > allauth
  104558. web_1 | > allauth.account
  104559. web_1 | > django.contrib.humanize
  104560. web_1 | > debug_toolbar
  104561. web_1 |
  104562. web_1 | Not synced (use migrations):
  104563. web_1 | - allauth.socialaccount
  104564. web_1 | - django_extensions
  104565. web_1 | (use ./manage.py migrate to migrate these)
  104566. web_1 | Running migrations for socialaccount:
  104567. web_1 | - Nothing to migrate.
  104568. web_1 | - Loading initial data for socialaccount.
  104569. web_1 | Installed 0 object(s) from 0 fixture(s)
  104570. web_1 | Running migrations for django_extensions:
  104571. web_1 | - Nothing to migrate.
  104572. web_1 | - Loading initial data for django_extensions.
  104573. web_1 | Installed 0 object(s) from 0 fixture(s)
  104574. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104575. web_1 | [GCC 4.9.2] on linux2
  104576. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104577. web_1 | (InteractiveConsole)
  104578. web_1 |
  104579. web_1 | >>> >>> Starting the server
  104580. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104581. web_1 |
  104582. web_1 | Fatal error: Unable to find local grunt.
  104583. web_1 |
  104584. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104585. web_1 | your project. For more information about installing and configuring grunt,
  104586. web_1 | please see the Getting Started guide:
  104587. web_1 |
  104588. web_1 | http://gruntjs.com/getting-started
  104589. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104590. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104591. web_1 | Syncing...
  104592. web_1 | Creating tables ...
  104593. web_1 | Installing custom SQL ...
  104594. web_1 | Installing indexes ...
  104595. web_1 | Installed 0 object(s) from 0 fixture(s)
  104596. web_1 |
  104597. web_1 | Synced:
  104598. web_1 | > django.contrib.auth
  104599. web_1 | > django.contrib.contenttypes
  104600. web_1 | > django.contrib.sessions
  104601. web_1 | > django.contrib.sites
  104602. web_1 | > django.contrib.messages
  104603. web_1 | > django.contrib.staticfiles
  104604. web_1 | > django.contrib.admin
  104605. web_1 | > south
  104606. web_1 | > crispy_forms
  104607. web_1 | > avatar
  104608. web_1 | > bootstrap3
  104609. web_1 | > users
  104610. web_1 | > allauth
  104611. web_1 | > allauth.account
  104612. web_1 | > django.contrib.humanize
  104613. web_1 | > debug_toolbar
  104614. web_1 |
  104615. web_1 | Not synced (use migrations):
  104616. web_1 | - allauth.socialaccount
  104617. web_1 | - django_extensions
  104618. web_1 | (use ./manage.py migrate to migrate these)
  104619. web_1 | Running migrations for socialaccount:
  104620. web_1 | - Nothing to migrate.
  104621. web_1 | - Loading initial data for socialaccount.
  104622. web_1 | Installed 0 object(s) from 0 fixture(s)
  104623. web_1 | Running migrations for django_extensions:
  104624. web_1 | - Nothing to migrate.
  104625. web_1 | - Loading initial data for django_extensions.
  104626. web_1 | Installed 0 object(s) from 0 fixture(s)
  104627. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104628. web_1 | [GCC 4.9.2] on linux2
  104629. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104630. web_1 | (InteractiveConsole)
  104631. web_1 |
  104632. web_1 | >>> >>> Starting the server
  104633. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104634. web_1 |
  104635. web_1 | Fatal error: Unable to find local grunt.
  104636. web_1 |
  104637. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104638. web_1 | your project. For more information about installing and configuring grunt,
  104639. web_1 | please see the Getting Started guide:
  104640. web_1 |
  104641. web_1 | http://gruntjs.com/getting-started
  104642. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104643. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104644. web_1 | Syncing...
  104645. web_1 | Creating tables ...
  104646. web_1 | Installing custom SQL ...
  104647. web_1 | Installing indexes ...
  104648. web_1 | Installed 0 object(s) from 0 fixture(s)
  104649. web_1 |
  104650. web_1 | Synced:
  104651. web_1 | > django.contrib.auth
  104652. web_1 | > django.contrib.contenttypes
  104653. web_1 | > django.contrib.sessions
  104654. web_1 | > django.contrib.sites
  104655. web_1 | > django.contrib.messages
  104656. web_1 | > django.contrib.staticfiles
  104657. web_1 | > django.contrib.admin
  104658. web_1 | > south
  104659. web_1 | > crispy_forms
  104660. web_1 | > avatar
  104661. web_1 | > bootstrap3
  104662. web_1 | > users
  104663. web_1 | > allauth
  104664. web_1 | > allauth.account
  104665. web_1 | > django.contrib.humanize
  104666. web_1 | > debug_toolbar
  104667. web_1 |
  104668. web_1 | Not synced (use migrations):
  104669. web_1 | - allauth.socialaccount
  104670. web_1 | - django_extensions
  104671. web_1 | (use ./manage.py migrate to migrate these)
  104672. web_1 | Running migrations for socialaccount:
  104673. web_1 | - Nothing to migrate.
  104674. web_1 | - Loading initial data for socialaccount.
  104675. web_1 | Installed 0 object(s) from 0 fixture(s)
  104676. web_1 | Running migrations for django_extensions:
  104677. web_1 | - Nothing to migrate.
  104678. web_1 | - Loading initial data for django_extensions.
  104679. web_1 | Installed 0 object(s) from 0 fixture(s)
  104680. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104681. web_1 | [GCC 4.9.2] on linux2
  104682. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104683. web_1 | (InteractiveConsole)
  104684. web_1 |
  104685. web_1 | >>> >>> Starting the server
  104686. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104687. web_1 |
  104688. web_1 | Fatal error: Unable to find local grunt.
  104689. web_1 |
  104690. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104691. web_1 | your project. For more information about installing and configuring grunt,
  104692. web_1 | please see the Getting Started guide:
  104693. web_1 |
  104694. web_1 | http://gruntjs.com/getting-started
  104695. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104696. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104697. web_1 | Syncing...
  104698. web_1 | Creating tables ...
  104699. web_1 | Installing custom SQL ...
  104700. web_1 | Installing indexes ...
  104701. web_1 | Installed 0 object(s) from 0 fixture(s)
  104702. web_1 |
  104703. web_1 | Synced:
  104704. web_1 | > django.contrib.auth
  104705. web_1 | > django.contrib.contenttypes
  104706. web_1 | > django.contrib.sessions
  104707. web_1 | > django.contrib.sites
  104708. web_1 | > django.contrib.messages
  104709. web_1 | > django.contrib.staticfiles
  104710. web_1 | > django.contrib.admin
  104711. web_1 | > south
  104712. web_1 | > crispy_forms
  104713. web_1 | > avatar
  104714. web_1 | > bootstrap3
  104715. web_1 | > users
  104716. web_1 | > allauth
  104717. web_1 | > allauth.account
  104718. web_1 | > django.contrib.humanize
  104719. web_1 | > debug_toolbar
  104720. web_1 |
  104721. web_1 | Not synced (use migrations):
  104722. web_1 | - allauth.socialaccount
  104723. web_1 | - django_extensions
  104724. web_1 | (use ./manage.py migrate to migrate these)
  104725. web_1 | Running migrations for socialaccount:
  104726. web_1 | - Nothing to migrate.
  104727. web_1 | - Loading initial data for socialaccount.
  104728. web_1 | Installed 0 object(s) from 0 fixture(s)
  104729. web_1 | Running migrations for django_extensions:
  104730. web_1 | - Nothing to migrate.
  104731. web_1 | - Loading initial data for django_extensions.
  104732. web_1 | Installed 0 object(s) from 0 fixture(s)
  104733. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104734. web_1 | [GCC 4.9.2] on linux2
  104735. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104736. web_1 | (InteractiveConsole)
  104737. web_1 |
  104738. web_1 | >>> >>> Starting the server
  104739. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104740. web_1 |
  104741. web_1 | Fatal error: Unable to find local grunt.
  104742. web_1 |
  104743. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104744. web_1 | your project. For more information about installing and configuring grunt,
  104745. web_1 | please see the Getting Started guide:
  104746. web_1 |
  104747. web_1 | http://gruntjs.com/getting-started
  104748. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104749. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104750. web_1 | Syncing...
  104751. web_1 | Creating tables ...
  104752. web_1 | Installing custom SQL ...
  104753. web_1 | Installing indexes ...
  104754. web_1 | Installed 0 object(s) from 0 fixture(s)
  104755. web_1 |
  104756. web_1 | Synced:
  104757. web_1 | > django.contrib.auth
  104758. web_1 | > django.contrib.contenttypes
  104759. web_1 | > django.contrib.sessions
  104760. web_1 | > django.contrib.sites
  104761. web_1 | > django.contrib.messages
  104762. web_1 | > django.contrib.staticfiles
  104763. web_1 | > django.contrib.admin
  104764. web_1 | > south
  104765. web_1 | > crispy_forms
  104766. web_1 | > avatar
  104767. web_1 | > bootstrap3
  104768. web_1 | > users
  104769. web_1 | > allauth
  104770. web_1 | > allauth.account
  104771. web_1 | > django.contrib.humanize
  104772. web_1 | > debug_toolbar
  104773. web_1 |
  104774. web_1 | Not synced (use migrations):
  104775. web_1 | - allauth.socialaccount
  104776. web_1 | - django_extensions
  104777. web_1 | (use ./manage.py migrate to migrate these)
  104778. web_1 | Running migrations for socialaccount:
  104779. web_1 | - Nothing to migrate.
  104780. web_1 | - Loading initial data for socialaccount.
  104781. web_1 | Installed 0 object(s) from 0 fixture(s)
  104782. web_1 | Running migrations for django_extensions:
  104783. web_1 | - Nothing to migrate.
  104784. web_1 | - Loading initial data for django_extensions.
  104785. web_1 | Installed 0 object(s) from 0 fixture(s)
  104786. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104787. web_1 | [GCC 4.9.2] on linux2
  104788. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104789. web_1 | (InteractiveConsole)
  104790. web_1 |
  104791. web_1 | >>> >>> Starting the server
  104792. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104793. web_1 |
  104794. web_1 | Fatal error: Unable to find local grunt.
  104795. web_1 |
  104796. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104797. web_1 | your project. For more information about installing and configuring grunt,
  104798. web_1 | please see the Getting Started guide:
  104799. web_1 |
  104800. web_1 | http://gruntjs.com/getting-started
  104801. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104802. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104803. web_1 | Syncing...
  104804. web_1 | Creating tables ...
  104805. web_1 | Installing custom SQL ...
  104806. web_1 | Installing indexes ...
  104807. web_1 | Installed 0 object(s) from 0 fixture(s)
  104808. web_1 |
  104809. web_1 | Synced:
  104810. web_1 | > django.contrib.auth
  104811. web_1 | > django.contrib.contenttypes
  104812. web_1 | > django.contrib.sessions
  104813. web_1 | > django.contrib.sites
  104814. web_1 | > django.contrib.messages
  104815. web_1 | > django.contrib.staticfiles
  104816. web_1 | > django.contrib.admin
  104817. web_1 | > south
  104818. web_1 | > crispy_forms
  104819. web_1 | > avatar
  104820. web_1 | > bootstrap3
  104821. web_1 | > users
  104822. web_1 | > allauth
  104823. web_1 | > allauth.account
  104824. web_1 | > django.contrib.humanize
  104825. web_1 | > debug_toolbar
  104826. web_1 |
  104827. web_1 | Not synced (use migrations):
  104828. web_1 | - allauth.socialaccount
  104829. web_1 | - django_extensions
  104830. web_1 | (use ./manage.py migrate to migrate these)
  104831. web_1 | Running migrations for socialaccount:
  104832. web_1 | - Nothing to migrate.
  104833. web_1 | - Loading initial data for socialaccount.
  104834. web_1 | Installed 0 object(s) from 0 fixture(s)
  104835. web_1 | Running migrations for django_extensions:
  104836. web_1 | - Nothing to migrate.
  104837. web_1 | - Loading initial data for django_extensions.
  104838. web_1 | Installed 0 object(s) from 0 fixture(s)
  104839. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104840. web_1 | [GCC 4.9.2] on linux2
  104841. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104842. web_1 | (InteractiveConsole)
  104843. web_1 |
  104844. web_1 | >>> >>> Starting the server
  104845. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104846. web_1 |
  104847. web_1 | Fatal error: Unable to find local grunt.
  104848. web_1 |
  104849. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104850. web_1 | your project. For more information about installing and configuring grunt,
  104851. web_1 | please see the Getting Started guide:
  104852. web_1 |
  104853. web_1 | http://gruntjs.com/getting-started
  104854. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104855. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104856. web_1 | Syncing...
  104857. web_1 | Creating tables ...
  104858. web_1 | Installing custom SQL ...
  104859. web_1 | Installing indexes ...
  104860. web_1 | Installed 0 object(s) from 0 fixture(s)
  104861. web_1 |
  104862. web_1 | Synced:
  104863. web_1 | > django.contrib.auth
  104864. web_1 | > django.contrib.contenttypes
  104865. web_1 | > django.contrib.sessions
  104866. web_1 | > django.contrib.sites
  104867. web_1 | > django.contrib.messages
  104868. web_1 | > django.contrib.staticfiles
  104869. web_1 | > django.contrib.admin
  104870. web_1 | > south
  104871. web_1 | > crispy_forms
  104872. web_1 | > avatar
  104873. web_1 | > bootstrap3
  104874. web_1 | > users
  104875. web_1 | > allauth
  104876. web_1 | > allauth.account
  104877. web_1 | > django.contrib.humanize
  104878. web_1 | > debug_toolbar
  104879. web_1 |
  104880. web_1 | Not synced (use migrations):
  104881. web_1 | - allauth.socialaccount
  104882. web_1 | - django_extensions
  104883. web_1 | (use ./manage.py migrate to migrate these)
  104884. web_1 | Running migrations for socialaccount:
  104885. web_1 | - Nothing to migrate.
  104886. web_1 | - Loading initial data for socialaccount.
  104887. web_1 | Installed 0 object(s) from 0 fixture(s)
  104888. web_1 | Running migrations for django_extensions:
  104889. web_1 | - Nothing to migrate.
  104890. web_1 | - Loading initial data for django_extensions.
  104891. web_1 | Installed 0 object(s) from 0 fixture(s)
  104892. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104893. web_1 | [GCC 4.9.2] on linux2
  104894. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104895. web_1 | (InteractiveConsole)
  104896. web_1 |
  104897. web_1 | >>> >>> Starting the server
  104898. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104899. web_1 |
  104900. web_1 | Fatal error: Unable to find local grunt.
  104901. web_1 |
  104902. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104903. web_1 | your project. For more information about installing and configuring grunt,
  104904. web_1 | please see the Getting Started guide:
  104905. web_1 |
  104906. web_1 | http://gruntjs.com/getting-started
  104907. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104908. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104909. web_1 | Syncing...
  104910. web_1 | Creating tables ...
  104911. web_1 | Installing custom SQL ...
  104912. web_1 | Installing indexes ...
  104913. web_1 | Installed 0 object(s) from 0 fixture(s)
  104914. web_1 |
  104915. web_1 | Synced:
  104916. web_1 | > django.contrib.auth
  104917. web_1 | > django.contrib.contenttypes
  104918. web_1 | > django.contrib.sessions
  104919. web_1 | > django.contrib.sites
  104920. web_1 | > django.contrib.messages
  104921. web_1 | > django.contrib.staticfiles
  104922. web_1 | > django.contrib.admin
  104923. web_1 | > south
  104924. web_1 | > crispy_forms
  104925. web_1 | > avatar
  104926. web_1 | > bootstrap3
  104927. web_1 | > users
  104928. web_1 | > allauth
  104929. web_1 | > allauth.account
  104930. web_1 | > django.contrib.humanize
  104931. web_1 | > debug_toolbar
  104932. web_1 |
  104933. web_1 | Not synced (use migrations):
  104934. web_1 | - allauth.socialaccount
  104935. web_1 | - django_extensions
  104936. web_1 | (use ./manage.py migrate to migrate these)
  104937. web_1 | Running migrations for socialaccount:
  104938. web_1 | - Nothing to migrate.
  104939. web_1 | - Loading initial data for socialaccount.
  104940. web_1 | Installed 0 object(s) from 0 fixture(s)
  104941. web_1 | Running migrations for django_extensions:
  104942. web_1 | - Nothing to migrate.
  104943. web_1 | - Loading initial data for django_extensions.
  104944. web_1 | Installed 0 object(s) from 0 fixture(s)
  104945. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104946. web_1 | [GCC 4.9.2] on linux2
  104947. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  104948. web_1 | (InteractiveConsole)
  104949. web_1 |
  104950. web_1 | >>> >>> Starting the server
  104951. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  104952. web_1 |
  104953. web_1 | Fatal error: Unable to find local grunt.
  104954. web_1 |
  104955. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  104956. web_1 | your project. For more information about installing and configuring grunt,
  104957. web_1 | please see the Getting Started guide:
  104958. web_1 |
  104959. web_1 | http://gruntjs.com/getting-started
  104960. web_1 | Starting OpenBSD Secure Shell server: sshd.
  104961. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  104962. web_1 | Syncing...
  104963. web_1 | Creating tables ...
  104964. web_1 | Installing custom SQL ...
  104965. web_1 | Installing indexes ...
  104966. web_1 | Installed 0 object(s) from 0 fixture(s)
  104967. web_1 |
  104968. web_1 | Synced:
  104969. web_1 | > django.contrib.auth
  104970. web_1 | > django.contrib.contenttypes
  104971. web_1 | > django.contrib.sessions
  104972. web_1 | > django.contrib.sites
  104973. web_1 | > django.contrib.messages
  104974. web_1 | > django.contrib.staticfiles
  104975. web_1 | > django.contrib.admin
  104976. web_1 | > south
  104977. web_1 | > crispy_forms
  104978. web_1 | > avatar
  104979. web_1 | > bootstrap3
  104980. web_1 | > users
  104981. web_1 | > allauth
  104982. web_1 | > allauth.account
  104983. web_1 | > django.contrib.humanize
  104984. web_1 | > debug_toolbar
  104985. web_1 |
  104986. web_1 | Not synced (use migrations):
  104987. web_1 | - allauth.socialaccount
  104988. web_1 | - django_extensions
  104989. web_1 | (use ./manage.py migrate to migrate these)
  104990. web_1 | Running migrations for socialaccount:
  104991. web_1 | - Nothing to migrate.
  104992. web_1 | - Loading initial data for socialaccount.
  104993. web_1 | Installed 0 object(s) from 0 fixture(s)
  104994. web_1 | Running migrations for django_extensions:
  104995. web_1 | - Nothing to migrate.
  104996. web_1 | - Loading initial data for django_extensions.
  104997. web_1 | Installed 0 object(s) from 0 fixture(s)
  104998. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  104999. web_1 | [GCC 4.9.2] on linux2
  105000. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105001. web_1 | (InteractiveConsole)
  105002. web_1 |
  105003. web_1 | >>> >>> Starting the server
  105004. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105005. web_1 |
  105006. web_1 | Fatal error: Unable to find local grunt.
  105007. web_1 |
  105008. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105009. web_1 | your project. For more information about installing and configuring grunt,
  105010. web_1 | please see the Getting Started guide:
  105011. web_1 |
  105012. web_1 | http://gruntjs.com/getting-started
  105013. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105014. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105015. web_1 | Syncing...
  105016. web_1 | Creating tables ...
  105017. web_1 | Installing custom SQL ...
  105018. web_1 | Installing indexes ...
  105019. web_1 | Installed 0 object(s) from 0 fixture(s)
  105020. web_1 |
  105021. web_1 | Synced:
  105022. web_1 | > django.contrib.auth
  105023. web_1 | > django.contrib.contenttypes
  105024. web_1 | > django.contrib.sessions
  105025. web_1 | > django.contrib.sites
  105026. web_1 | > django.contrib.messages
  105027. web_1 | > django.contrib.staticfiles
  105028. web_1 | > django.contrib.admin
  105029. web_1 | > south
  105030. web_1 | > crispy_forms
  105031. web_1 | > avatar
  105032. web_1 | > bootstrap3
  105033. web_1 | > users
  105034. web_1 | > allauth
  105035. web_1 | > allauth.account
  105036. web_1 | > django.contrib.humanize
  105037. web_1 | > debug_toolbar
  105038. web_1 |
  105039. web_1 | Not synced (use migrations):
  105040. web_1 | - allauth.socialaccount
  105041. web_1 | - django_extensions
  105042. web_1 | (use ./manage.py migrate to migrate these)
  105043. web_1 | Running migrations for socialaccount:
  105044. web_1 | - Nothing to migrate.
  105045. web_1 | - Loading initial data for socialaccount.
  105046. web_1 | Installed 0 object(s) from 0 fixture(s)
  105047. web_1 | Running migrations for django_extensions:
  105048. web_1 | - Nothing to migrate.
  105049. web_1 | - Loading initial data for django_extensions.
  105050. web_1 | Installed 0 object(s) from 0 fixture(s)
  105051. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105052. web_1 | [GCC 4.9.2] on linux2
  105053. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105054. web_1 | (InteractiveConsole)
  105055. web_1 |
  105056. web_1 | >>> >>> Starting the server
  105057. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105058. web_1 |
  105059. web_1 | Fatal error: Unable to find local grunt.
  105060. web_1 |
  105061. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105062. web_1 | your project. For more information about installing and configuring grunt,
  105063. web_1 | please see the Getting Started guide:
  105064. web_1 |
  105065. web_1 | http://gruntjs.com/getting-started
  105066. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105067. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105068. web_1 | Syncing...
  105069. web_1 | Creating tables ...
  105070. web_1 | Installing custom SQL ...
  105071. web_1 | Installing indexes ...
  105072. web_1 | Installed 0 object(s) from 0 fixture(s)
  105073. web_1 |
  105074. web_1 | Synced:
  105075. web_1 | > django.contrib.auth
  105076. web_1 | > django.contrib.contenttypes
  105077. web_1 | > django.contrib.sessions
  105078. web_1 | > django.contrib.sites
  105079. web_1 | > django.contrib.messages
  105080. web_1 | > django.contrib.staticfiles
  105081. web_1 | > django.contrib.admin
  105082. web_1 | > south
  105083. web_1 | > crispy_forms
  105084. web_1 | > avatar
  105085. web_1 | > bootstrap3
  105086. web_1 | > users
  105087. web_1 | > allauth
  105088. web_1 | > allauth.account
  105089. web_1 | > django.contrib.humanize
  105090. web_1 | > debug_toolbar
  105091. web_1 |
  105092. web_1 | Not synced (use migrations):
  105093. web_1 | - allauth.socialaccount
  105094. web_1 | - django_extensions
  105095. web_1 | (use ./manage.py migrate to migrate these)
  105096. web_1 | Running migrations for socialaccount:
  105097. web_1 | - Nothing to migrate.
  105098. web_1 | - Loading initial data for socialaccount.
  105099. web_1 | Installed 0 object(s) from 0 fixture(s)
  105100. web_1 | Running migrations for django_extensions:
  105101. web_1 | - Nothing to migrate.
  105102. web_1 | - Loading initial data for django_extensions.
  105103. web_1 | Installed 0 object(s) from 0 fixture(s)
  105104. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105105. web_1 | [GCC 4.9.2] on linux2
  105106. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105107. web_1 | (InteractiveConsole)
  105108. web_1 |
  105109. web_1 | >>> >>> Starting the server
  105110. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105111. web_1 |
  105112. web_1 | Fatal error: Unable to find local grunt.
  105113. web_1 |
  105114. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105115. web_1 | your project. For more information about installing and configuring grunt,
  105116. web_1 | please see the Getting Started guide:
  105117. web_1 |
  105118. web_1 | http://gruntjs.com/getting-started
  105119. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105120. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105121. web_1 | Syncing...
  105122. web_1 | Creating tables ...
  105123. web_1 | Installing custom SQL ...
  105124. web_1 | Installing indexes ...
  105125. web_1 | Installed 0 object(s) from 0 fixture(s)
  105126. web_1 |
  105127. web_1 | Synced:
  105128. web_1 | > django.contrib.auth
  105129. web_1 | > django.contrib.contenttypes
  105130. web_1 | > django.contrib.sessions
  105131. web_1 | > django.contrib.sites
  105132. web_1 | > django.contrib.messages
  105133. web_1 | > django.contrib.staticfiles
  105134. web_1 | > django.contrib.admin
  105135. web_1 | > south
  105136. web_1 | > crispy_forms
  105137. web_1 | > avatar
  105138. web_1 | > bootstrap3
  105139. web_1 | > users
  105140. web_1 | > allauth
  105141. web_1 | > allauth.account
  105142. web_1 | > django.contrib.humanize
  105143. web_1 | > debug_toolbar
  105144. web_1 |
  105145. web_1 | Not synced (use migrations):
  105146. web_1 | - allauth.socialaccount
  105147. web_1 | - django_extensions
  105148. web_1 | (use ./manage.py migrate to migrate these)
  105149. web_1 | Running migrations for socialaccount:
  105150. web_1 | - Nothing to migrate.
  105151. web_1 | - Loading initial data for socialaccount.
  105152. web_1 | Installed 0 object(s) from 0 fixture(s)
  105153. web_1 | Running migrations for django_extensions:
  105154. web_1 | - Nothing to migrate.
  105155. web_1 | - Loading initial data for django_extensions.
  105156. web_1 | Installed 0 object(s) from 0 fixture(s)
  105157. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105158. web_1 | [GCC 4.9.2] on linux2
  105159. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105160. web_1 | (InteractiveConsole)
  105161. web_1 |
  105162. web_1 | >>> >>> Starting the server
  105163. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105164. web_1 |
  105165. web_1 | Fatal error: Unable to find local grunt.
  105166. web_1 |
  105167. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105168. web_1 | your project. For more information about installing and configuring grunt,
  105169. web_1 | please see the Getting Started guide:
  105170. web_1 |
  105171. web_1 | http://gruntjs.com/getting-started
  105172. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105173. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105174. web_1 | Syncing...
  105175. web_1 | Creating tables ...
  105176. web_1 | Installing custom SQL ...
  105177. web_1 | Installing indexes ...
  105178. web_1 | Installed 0 object(s) from 0 fixture(s)
  105179. web_1 |
  105180. web_1 | Synced:
  105181. web_1 | > django.contrib.auth
  105182. web_1 | > django.contrib.contenttypes
  105183. web_1 | > django.contrib.sessions
  105184. web_1 | > django.contrib.sites
  105185. web_1 | > django.contrib.messages
  105186. web_1 | > django.contrib.staticfiles
  105187. web_1 | > django.contrib.admin
  105188. web_1 | > south
  105189. web_1 | > crispy_forms
  105190. web_1 | > avatar
  105191. web_1 | > bootstrap3
  105192. web_1 | > users
  105193. web_1 | > allauth
  105194. web_1 | > allauth.account
  105195. web_1 | > django.contrib.humanize
  105196. web_1 | > debug_toolbar
  105197. web_1 |
  105198. web_1 | Not synced (use migrations):
  105199. web_1 | - allauth.socialaccount
  105200. web_1 | - django_extensions
  105201. web_1 | (use ./manage.py migrate to migrate these)
  105202. web_1 | Running migrations for socialaccount:
  105203. web_1 | - Nothing to migrate.
  105204. web_1 | - Loading initial data for socialaccount.
  105205. web_1 | Installed 0 object(s) from 0 fixture(s)
  105206. web_1 | Running migrations for django_extensions:
  105207. web_1 | - Nothing to migrate.
  105208. web_1 | - Loading initial data for django_extensions.
  105209. web_1 | Installed 0 object(s) from 0 fixture(s)
  105210. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105211. web_1 | [GCC 4.9.2] on linux2
  105212. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105213. web_1 | (InteractiveConsole)
  105214. web_1 |
  105215. web_1 | >>> >>> Starting the server
  105216. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105217. web_1 |
  105218. web_1 | Fatal error: Unable to find local grunt.
  105219. web_1 |
  105220. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105221. web_1 | your project. For more information about installing and configuring grunt,
  105222. web_1 | please see the Getting Started guide:
  105223. web_1 |
  105224. web_1 | http://gruntjs.com/getting-started
  105225. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105226. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105227. web_1 | Syncing...
  105228. web_1 | Creating tables ...
  105229. web_1 | Installing custom SQL ...
  105230. web_1 | Installing indexes ...
  105231. web_1 | Installed 0 object(s) from 0 fixture(s)
  105232. web_1 |
  105233. web_1 | Synced:
  105234. web_1 | > django.contrib.auth
  105235. web_1 | > django.contrib.contenttypes
  105236. web_1 | > django.contrib.sessions
  105237. web_1 | > django.contrib.sites
  105238. web_1 | > django.contrib.messages
  105239. web_1 | > django.contrib.staticfiles
  105240. web_1 | > django.contrib.admin
  105241. web_1 | > south
  105242. web_1 | > crispy_forms
  105243. web_1 | > avatar
  105244. web_1 | > bootstrap3
  105245. web_1 | > users
  105246. web_1 | > allauth
  105247. web_1 | > allauth.account
  105248. web_1 | > django.contrib.humanize
  105249. web_1 | > debug_toolbar
  105250. web_1 |
  105251. web_1 | Not synced (use migrations):
  105252. web_1 | - allauth.socialaccount
  105253. web_1 | - django_extensions
  105254. web_1 | (use ./manage.py migrate to migrate these)
  105255. web_1 | Running migrations for socialaccount:
  105256. web_1 | - Nothing to migrate.
  105257. web_1 | - Loading initial data for socialaccount.
  105258. web_1 | Installed 0 object(s) from 0 fixture(s)
  105259. web_1 | Running migrations for django_extensions:
  105260. web_1 | - Nothing to migrate.
  105261. web_1 | - Loading initial data for django_extensions.
  105262. web_1 | Installed 0 object(s) from 0 fixture(s)
  105263. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105264. web_1 | [GCC 4.9.2] on linux2
  105265. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105266. web_1 | (InteractiveConsole)
  105267. web_1 |
  105268. web_1 | >>> >>> Starting the server
  105269. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105270. web_1 |
  105271. web_1 | Fatal error: Unable to find local grunt.
  105272. web_1 |
  105273. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105274. web_1 | your project. For more information about installing and configuring grunt,
  105275. web_1 | please see the Getting Started guide:
  105276. web_1 |
  105277. web_1 | http://gruntjs.com/getting-started
  105278. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105279. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105280. web_1 | Syncing...
  105281. web_1 | Creating tables ...
  105282. web_1 | Installing custom SQL ...
  105283. web_1 | Installing indexes ...
  105284. web_1 | Installed 0 object(s) from 0 fixture(s)
  105285. web_1 |
  105286. web_1 | Synced:
  105287. web_1 | > django.contrib.auth
  105288. web_1 | > django.contrib.contenttypes
  105289. web_1 | > django.contrib.sessions
  105290. web_1 | > django.contrib.sites
  105291. web_1 | > django.contrib.messages
  105292. web_1 | > django.contrib.staticfiles
  105293. web_1 | > django.contrib.admin
  105294. web_1 | > south
  105295. web_1 | > crispy_forms
  105296. web_1 | > avatar
  105297. web_1 | > bootstrap3
  105298. web_1 | > users
  105299. web_1 | > allauth
  105300. web_1 | > allauth.account
  105301. web_1 | > django.contrib.humanize
  105302. web_1 | > debug_toolbar
  105303. web_1 |
  105304. web_1 | Not synced (use migrations):
  105305. web_1 | - allauth.socialaccount
  105306. web_1 | - django_extensions
  105307. web_1 | (use ./manage.py migrate to migrate these)
  105308. web_1 | Running migrations for socialaccount:
  105309. web_1 | - Nothing to migrate.
  105310. web_1 | - Loading initial data for socialaccount.
  105311. web_1 | Installed 0 object(s) from 0 fixture(s)
  105312. web_1 | Running migrations for django_extensions:
  105313. web_1 | - Nothing to migrate.
  105314. web_1 | - Loading initial data for django_extensions.
  105315. web_1 | Installed 0 object(s) from 0 fixture(s)
  105316. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105317. web_1 | [GCC 4.9.2] on linux2
  105318. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105319. web_1 | (InteractiveConsole)
  105320. web_1 |
  105321. web_1 | >>> >>> Starting the server
  105322. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105323. web_1 |
  105324. web_1 | Fatal error: Unable to find local grunt.
  105325. web_1 |
  105326. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105327. web_1 | your project. For more information about installing and configuring grunt,
  105328. web_1 | please see the Getting Started guide:
  105329. web_1 |
  105330. web_1 | http://gruntjs.com/getting-started
  105331. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105332. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105333. web_1 | Syncing...
  105334. web_1 | Creating tables ...
  105335. web_1 | Installing custom SQL ...
  105336. web_1 | Installing indexes ...
  105337. web_1 | Installed 0 object(s) from 0 fixture(s)
  105338. web_1 |
  105339. web_1 | Synced:
  105340. web_1 | > django.contrib.auth
  105341. web_1 | > django.contrib.contenttypes
  105342. web_1 | > django.contrib.sessions
  105343. web_1 | > django.contrib.sites
  105344. web_1 | > django.contrib.messages
  105345. web_1 | > django.contrib.staticfiles
  105346. web_1 | > django.contrib.admin
  105347. web_1 | > south
  105348. web_1 | > crispy_forms
  105349. web_1 | > avatar
  105350. web_1 | > bootstrap3
  105351. web_1 | > users
  105352. web_1 | > allauth
  105353. web_1 | > allauth.account
  105354. web_1 | > django.contrib.humanize
  105355. web_1 | > debug_toolbar
  105356. web_1 |
  105357. web_1 | Not synced (use migrations):
  105358. web_1 | - allauth.socialaccount
  105359. web_1 | - django_extensions
  105360. web_1 | (use ./manage.py migrate to migrate these)
  105361. web_1 | Running migrations for socialaccount:
  105362. web_1 | - Nothing to migrate.
  105363. web_1 | - Loading initial data for socialaccount.
  105364. web_1 | Installed 0 object(s) from 0 fixture(s)
  105365. web_1 | Running migrations for django_extensions:
  105366. web_1 | - Nothing to migrate.
  105367. web_1 | - Loading initial data for django_extensions.
  105368. web_1 | Installed 0 object(s) from 0 fixture(s)
  105369. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105370. web_1 | [GCC 4.9.2] on linux2
  105371. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105372. web_1 | (InteractiveConsole)
  105373. web_1 |
  105374. web_1 | >>> >>> Starting the server
  105375. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105376. web_1 |
  105377. web_1 | Fatal error: Unable to find local grunt.
  105378. web_1 |
  105379. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105380. web_1 | your project. For more information about installing and configuring grunt,
  105381. web_1 | please see the Getting Started guide:
  105382. web_1 |
  105383. web_1 | http://gruntjs.com/getting-started
  105384. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105385. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105386. web_1 | Syncing...
  105387. web_1 | Creating tables ...
  105388. web_1 | Installing custom SQL ...
  105389. web_1 | Installing indexes ...
  105390. web_1 | Installed 0 object(s) from 0 fixture(s)
  105391. web_1 |
  105392. web_1 | Synced:
  105393. web_1 | > django.contrib.auth
  105394. web_1 | > django.contrib.contenttypes
  105395. web_1 | > django.contrib.sessions
  105396. web_1 | > django.contrib.sites
  105397. web_1 | > django.contrib.messages
  105398. web_1 | > django.contrib.staticfiles
  105399. web_1 | > django.contrib.admin
  105400. web_1 | > south
  105401. web_1 | > crispy_forms
  105402. web_1 | > avatar
  105403. web_1 | > bootstrap3
  105404. web_1 | > users
  105405. web_1 | > allauth
  105406. web_1 | > allauth.account
  105407. web_1 | > django.contrib.humanize
  105408. web_1 | > debug_toolbar
  105409. web_1 |
  105410. web_1 | Not synced (use migrations):
  105411. web_1 | - allauth.socialaccount
  105412. web_1 | - django_extensions
  105413. web_1 | (use ./manage.py migrate to migrate these)
  105414. web_1 | Running migrations for socialaccount:
  105415. web_1 | - Nothing to migrate.
  105416. web_1 | - Loading initial data for socialaccount.
  105417. web_1 | Installed 0 object(s) from 0 fixture(s)
  105418. web_1 | Running migrations for django_extensions:
  105419. web_1 | - Nothing to migrate.
  105420. web_1 | - Loading initial data for django_extensions.
  105421. web_1 | Installed 0 object(s) from 0 fixture(s)
  105422. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105423. web_1 | [GCC 4.9.2] on linux2
  105424. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105425. web_1 | (InteractiveConsole)
  105426. web_1 |
  105427. web_1 | >>> >>> Starting the server
  105428. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105429. web_1 |
  105430. web_1 | Fatal error: Unable to find local grunt.
  105431. web_1 |
  105432. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105433. web_1 | your project. For more information about installing and configuring grunt,
  105434. web_1 | please see the Getting Started guide:
  105435. web_1 |
  105436. web_1 | http://gruntjs.com/getting-started
  105437. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105438. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105439. web_1 | Syncing...
  105440. web_1 | Creating tables ...
  105441. web_1 | Installing custom SQL ...
  105442. web_1 | Installing indexes ...
  105443. web_1 | Installed 0 object(s) from 0 fixture(s)
  105444. web_1 |
  105445. web_1 | Synced:
  105446. web_1 | > django.contrib.auth
  105447. web_1 | > django.contrib.contenttypes
  105448. web_1 | > django.contrib.sessions
  105449. web_1 | > django.contrib.sites
  105450. web_1 | > django.contrib.messages
  105451. web_1 | > django.contrib.staticfiles
  105452. web_1 | > django.contrib.admin
  105453. web_1 | > south
  105454. web_1 | > crispy_forms
  105455. web_1 | > avatar
  105456. web_1 | > bootstrap3
  105457. web_1 | > users
  105458. web_1 | > allauth
  105459. web_1 | > allauth.account
  105460. web_1 | > django.contrib.humanize
  105461. web_1 | > debug_toolbar
  105462. web_1 |
  105463. web_1 | Not synced (use migrations):
  105464. web_1 | - allauth.socialaccount
  105465. web_1 | - django_extensions
  105466. web_1 | (use ./manage.py migrate to migrate these)
  105467. web_1 | Running migrations for socialaccount:
  105468. web_1 | - Nothing to migrate.
  105469. web_1 | - Loading initial data for socialaccount.
  105470. web_1 | Installed 0 object(s) from 0 fixture(s)
  105471. web_1 | Running migrations for django_extensions:
  105472. web_1 | - Nothing to migrate.
  105473. web_1 | - Loading initial data for django_extensions.
  105474. web_1 | Installed 0 object(s) from 0 fixture(s)
  105475. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105476. web_1 | [GCC 4.9.2] on linux2
  105477. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105478. web_1 | (InteractiveConsole)
  105479. web_1 |
  105480. web_1 | >>> >>> Starting the server
  105481. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105482. web_1 |
  105483. web_1 | Fatal error: Unable to find local grunt.
  105484. web_1 |
  105485. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105486. web_1 | your project. For more information about installing and configuring grunt,
  105487. web_1 | please see the Getting Started guide:
  105488. web_1 |
  105489. web_1 | http://gruntjs.com/getting-started
  105490. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105491. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105492. web_1 | Syncing...
  105493. web_1 | Creating tables ...
  105494. web_1 | Installing custom SQL ...
  105495. web_1 | Installing indexes ...
  105496. web_1 | Installed 0 object(s) from 0 fixture(s)
  105497. web_1 |
  105498. web_1 | Synced:
  105499. web_1 | > django.contrib.auth
  105500. web_1 | > django.contrib.contenttypes
  105501. web_1 | > django.contrib.sessions
  105502. web_1 | > django.contrib.sites
  105503. web_1 | > django.contrib.messages
  105504. web_1 | > django.contrib.staticfiles
  105505. web_1 | > django.contrib.admin
  105506. web_1 | > south
  105507. web_1 | > crispy_forms
  105508. web_1 | > avatar
  105509. web_1 | > bootstrap3
  105510. web_1 | > users
  105511. web_1 | > allauth
  105512. web_1 | > allauth.account
  105513. web_1 | > django.contrib.humanize
  105514. web_1 | > debug_toolbar
  105515. web_1 |
  105516. web_1 | Not synced (use migrations):
  105517. web_1 | - allauth.socialaccount
  105518. web_1 | - django_extensions
  105519. web_1 | (use ./manage.py migrate to migrate these)
  105520. web_1 | Running migrations for socialaccount:
  105521. web_1 | - Nothing to migrate.
  105522. web_1 | - Loading initial data for socialaccount.
  105523. web_1 | Installed 0 object(s) from 0 fixture(s)
  105524. web_1 | Running migrations for django_extensions:
  105525. web_1 | - Nothing to migrate.
  105526. web_1 | - Loading initial data for django_extensions.
  105527. web_1 | Installed 0 object(s) from 0 fixture(s)
  105528. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105529. web_1 | [GCC 4.9.2] on linux2
  105530. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105531. web_1 | (InteractiveConsole)
  105532. web_1 |
  105533. web_1 | >>> >>> Starting the server
  105534. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105535. web_1 |
  105536. web_1 | Fatal error: Unable to find local grunt.
  105537. web_1 |
  105538. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105539. web_1 | your project. For more information about installing and configuring grunt,
  105540. web_1 | please see the Getting Started guide:
  105541. web_1 |
  105542. web_1 | http://gruntjs.com/getting-started
  105543. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105544. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105545. web_1 | Syncing...
  105546. web_1 | Creating tables ...
  105547. web_1 | Installing custom SQL ...
  105548. web_1 | Installing indexes ...
  105549. web_1 | Installed 0 object(s) from 0 fixture(s)
  105550. web_1 |
  105551. web_1 | Synced:
  105552. web_1 | > django.contrib.auth
  105553. web_1 | > django.contrib.contenttypes
  105554. web_1 | > django.contrib.sessions
  105555. web_1 | > django.contrib.sites
  105556. web_1 | > django.contrib.messages
  105557. web_1 | > django.contrib.staticfiles
  105558. web_1 | > django.contrib.admin
  105559. web_1 | > south
  105560. web_1 | > crispy_forms
  105561. web_1 | > avatar
  105562. web_1 | > bootstrap3
  105563. web_1 | > users
  105564. web_1 | > allauth
  105565. web_1 | > allauth.account
  105566. web_1 | > django.contrib.humanize
  105567. web_1 | > debug_toolbar
  105568. web_1 |
  105569. web_1 | Not synced (use migrations):
  105570. web_1 | - allauth.socialaccount
  105571. web_1 | - django_extensions
  105572. web_1 | (use ./manage.py migrate to migrate these)
  105573. web_1 | Running migrations for socialaccount:
  105574. web_1 | - Nothing to migrate.
  105575. web_1 | - Loading initial data for socialaccount.
  105576. web_1 | Installed 0 object(s) from 0 fixture(s)
  105577. web_1 | Running migrations for django_extensions:
  105578. web_1 | - Nothing to migrate.
  105579. web_1 | - Loading initial data for django_extensions.
  105580. web_1 | Installed 0 object(s) from 0 fixture(s)
  105581. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105582. web_1 | [GCC 4.9.2] on linux2
  105583. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105584. web_1 | (InteractiveConsole)
  105585. web_1 |
  105586. web_1 | >>> >>> Starting the server
  105587. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105588. web_1 |
  105589. web_1 | Fatal error: Unable to find local grunt.
  105590. web_1 |
  105591. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105592. web_1 | your project. For more information about installing and configuring grunt,
  105593. web_1 | please see the Getting Started guide:
  105594. web_1 |
  105595. web_1 | http://gruntjs.com/getting-started
  105596. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105597. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105598. web_1 | Syncing...
  105599. web_1 | Creating tables ...
  105600. web_1 | Installing custom SQL ...
  105601. web_1 | Installing indexes ...
  105602. web_1 | Installed 0 object(s) from 0 fixture(s)
  105603. web_1 |
  105604. web_1 | Synced:
  105605. web_1 | > django.contrib.auth
  105606. web_1 | > django.contrib.contenttypes
  105607. web_1 | > django.contrib.sessions
  105608. web_1 | > django.contrib.sites
  105609. web_1 | > django.contrib.messages
  105610. web_1 | > django.contrib.staticfiles
  105611. web_1 | > django.contrib.admin
  105612. web_1 | > south
  105613. web_1 | > crispy_forms
  105614. web_1 | > avatar
  105615. web_1 | > bootstrap3
  105616. web_1 | > users
  105617. web_1 | > allauth
  105618. web_1 | > allauth.account
  105619. web_1 | > django.contrib.humanize
  105620. web_1 | > debug_toolbar
  105621. web_1 |
  105622. web_1 | Not synced (use migrations):
  105623. web_1 | - allauth.socialaccount
  105624. web_1 | - django_extensions
  105625. web_1 | (use ./manage.py migrate to migrate these)
  105626. web_1 | Running migrations for socialaccount:
  105627. web_1 | - Nothing to migrate.
  105628. web_1 | - Loading initial data for socialaccount.
  105629. web_1 | Installed 0 object(s) from 0 fixture(s)
  105630. web_1 | Running migrations for django_extensions:
  105631. web_1 | - Nothing to migrate.
  105632. web_1 | - Loading initial data for django_extensions.
  105633. web_1 | Installed 0 object(s) from 0 fixture(s)
  105634. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105635. web_1 | [GCC 4.9.2] on linux2
  105636. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105637. web_1 | (InteractiveConsole)
  105638. web_1 |
  105639. web_1 | >>> >>> Starting the server
  105640. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105641. web_1 |
  105642. web_1 | Fatal error: Unable to find local grunt.
  105643. web_1 |
  105644. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105645. web_1 | your project. For more information about installing and configuring grunt,
  105646. web_1 | please see the Getting Started guide:
  105647. web_1 |
  105648. web_1 | http://gruntjs.com/getting-started
  105649. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105650. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105651. web_1 | Syncing...
  105652. web_1 | Creating tables ...
  105653. web_1 | Installing custom SQL ...
  105654. web_1 | Installing indexes ...
  105655. web_1 | Installed 0 object(s) from 0 fixture(s)
  105656. web_1 |
  105657. web_1 | Synced:
  105658. web_1 | > django.contrib.auth
  105659. web_1 | > django.contrib.contenttypes
  105660. web_1 | > django.contrib.sessions
  105661. web_1 | > django.contrib.sites
  105662. web_1 | > django.contrib.messages
  105663. web_1 | > django.contrib.staticfiles
  105664. web_1 | > django.contrib.admin
  105665. web_1 | > south
  105666. web_1 | > crispy_forms
  105667. web_1 | > avatar
  105668. web_1 | > bootstrap3
  105669. web_1 | > users
  105670. web_1 | > allauth
  105671. web_1 | > allauth.account
  105672. web_1 | > django.contrib.humanize
  105673. web_1 | > debug_toolbar
  105674. web_1 |
  105675. web_1 | Not synced (use migrations):
  105676. web_1 | - allauth.socialaccount
  105677. web_1 | - django_extensions
  105678. web_1 | (use ./manage.py migrate to migrate these)
  105679. web_1 | Running migrations for socialaccount:
  105680. web_1 | - Nothing to migrate.
  105681. web_1 | - Loading initial data for socialaccount.
  105682. web_1 | Installed 0 object(s) from 0 fixture(s)
  105683. web_1 | Running migrations for django_extensions:
  105684. web_1 | - Nothing to migrate.
  105685. web_1 | - Loading initial data for django_extensions.
  105686. web_1 | Installed 0 object(s) from 0 fixture(s)
  105687. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105688. web_1 | [GCC 4.9.2] on linux2
  105689. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105690. web_1 | (InteractiveConsole)
  105691. web_1 |
  105692. web_1 | >>> >>> Starting the server
  105693. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105694. web_1 |
  105695. web_1 | Fatal error: Unable to find local grunt.
  105696. web_1 |
  105697. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105698. web_1 | your project. For more information about installing and configuring grunt,
  105699. web_1 | please see the Getting Started guide:
  105700. web_1 |
  105701. web_1 | http://gruntjs.com/getting-started
  105702. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105703. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105704. web_1 | Syncing...
  105705. web_1 | Creating tables ...
  105706. web_1 | Installing custom SQL ...
  105707. web_1 | Installing indexes ...
  105708. web_1 | Installed 0 object(s) from 0 fixture(s)
  105709. web_1 |
  105710. web_1 | Synced:
  105711. web_1 | > django.contrib.auth
  105712. web_1 | > django.contrib.contenttypes
  105713. web_1 | > django.contrib.sessions
  105714. web_1 | > django.contrib.sites
  105715. web_1 | > django.contrib.messages
  105716. web_1 | > django.contrib.staticfiles
  105717. web_1 | > django.contrib.admin
  105718. web_1 | > south
  105719. web_1 | > crispy_forms
  105720. web_1 | > avatar
  105721. web_1 | > bootstrap3
  105722. web_1 | > users
  105723. web_1 | > allauth
  105724. web_1 | > allauth.account
  105725. web_1 | > django.contrib.humanize
  105726. web_1 | > debug_toolbar
  105727. web_1 |
  105728. web_1 | Not synced (use migrations):
  105729. web_1 | - allauth.socialaccount
  105730. web_1 | - django_extensions
  105731. web_1 | (use ./manage.py migrate to migrate these)
  105732. web_1 | Running migrations for socialaccount:
  105733. web_1 | - Nothing to migrate.
  105734. web_1 | - Loading initial data for socialaccount.
  105735. web_1 | Installed 0 object(s) from 0 fixture(s)
  105736. web_1 | Running migrations for django_extensions:
  105737. web_1 | - Nothing to migrate.
  105738. web_1 | - Loading initial data for django_extensions.
  105739. web_1 | Installed 0 object(s) from 0 fixture(s)
  105740. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105741. web_1 | [GCC 4.9.2] on linux2
  105742. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105743. web_1 | (InteractiveConsole)
  105744. web_1 |
  105745. web_1 | >>> >>> Starting the server
  105746. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105747. web_1 |
  105748. web_1 | Fatal error: Unable to find local grunt.
  105749. web_1 |
  105750. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105751. web_1 | your project. For more information about installing and configuring grunt,
  105752. web_1 | please see the Getting Started guide:
  105753. web_1 |
  105754. web_1 | http://gruntjs.com/getting-started
  105755. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105756. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105757. web_1 | Syncing...
  105758. web_1 | Creating tables ...
  105759. web_1 | Installing custom SQL ...
  105760. web_1 | Installing indexes ...
  105761. web_1 | Installed 0 object(s) from 0 fixture(s)
  105762. web_1 |
  105763. web_1 | Synced:
  105764. web_1 | > django.contrib.auth
  105765. web_1 | > django.contrib.contenttypes
  105766. web_1 | > django.contrib.sessions
  105767. web_1 | > django.contrib.sites
  105768. web_1 | > django.contrib.messages
  105769. web_1 | > django.contrib.staticfiles
  105770. web_1 | > django.contrib.admin
  105771. web_1 | > south
  105772. web_1 | > crispy_forms
  105773. web_1 | > avatar
  105774. web_1 | > bootstrap3
  105775. web_1 | > users
  105776. web_1 | > allauth
  105777. web_1 | > allauth.account
  105778. web_1 | > django.contrib.humanize
  105779. web_1 | > debug_toolbar
  105780. web_1 |
  105781. web_1 | Not synced (use migrations):
  105782. web_1 | - allauth.socialaccount
  105783. web_1 | - django_extensions
  105784. web_1 | (use ./manage.py migrate to migrate these)
  105785. web_1 | Running migrations for socialaccount:
  105786. web_1 | - Nothing to migrate.
  105787. web_1 | - Loading initial data for socialaccount.
  105788. web_1 | Installed 0 object(s) from 0 fixture(s)
  105789. web_1 | Running migrations for django_extensions:
  105790. web_1 | - Nothing to migrate.
  105791. web_1 | - Loading initial data for django_extensions.
  105792. web_1 | Installed 0 object(s) from 0 fixture(s)
  105793. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105794. web_1 | [GCC 4.9.2] on linux2
  105795. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105796. web_1 | (InteractiveConsole)
  105797. web_1 |
  105798. web_1 | >>> >>> Starting the server
  105799. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105800. web_1 |
  105801. web_1 | Fatal error: Unable to find local grunt.
  105802. web_1 |
  105803. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105804. web_1 | your project. For more information about installing and configuring grunt,
  105805. web_1 | please see the Getting Started guide:
  105806. web_1 |
  105807. web_1 | http://gruntjs.com/getting-started
  105808. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105809. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105810. web_1 | Syncing...
  105811. web_1 | Creating tables ...
  105812. web_1 | Installing custom SQL ...
  105813. web_1 | Installing indexes ...
  105814. web_1 | Installed 0 object(s) from 0 fixture(s)
  105815. web_1 |
  105816. web_1 | Synced:
  105817. web_1 | > django.contrib.auth
  105818. web_1 | > django.contrib.contenttypes
  105819. web_1 | > django.contrib.sessions
  105820. web_1 | > django.contrib.sites
  105821. web_1 | > django.contrib.messages
  105822. web_1 | > django.contrib.staticfiles
  105823. web_1 | > django.contrib.admin
  105824. web_1 | > south
  105825. web_1 | > crispy_forms
  105826. web_1 | > avatar
  105827. web_1 | > bootstrap3
  105828. web_1 | > users
  105829. web_1 | > allauth
  105830. web_1 | > allauth.account
  105831. web_1 | > django.contrib.humanize
  105832. web_1 | > debug_toolbar
  105833. web_1 |
  105834. web_1 | Not synced (use migrations):
  105835. web_1 | - allauth.socialaccount
  105836. web_1 | - django_extensions
  105837. web_1 | (use ./manage.py migrate to migrate these)
  105838. web_1 | Running migrations for socialaccount:
  105839. web_1 | - Nothing to migrate.
  105840. web_1 | - Loading initial data for socialaccount.
  105841. web_1 | Installed 0 object(s) from 0 fixture(s)
  105842. web_1 | Running migrations for django_extensions:
  105843. web_1 | - Nothing to migrate.
  105844. web_1 | - Loading initial data for django_extensions.
  105845. web_1 | Installed 0 object(s) from 0 fixture(s)
  105846. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105847. web_1 | [GCC 4.9.2] on linux2
  105848. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105849. web_1 | (InteractiveConsole)
  105850. web_1 |
  105851. web_1 | >>> >>> Starting the server
  105852. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105853. web_1 |
  105854. web_1 | Fatal error: Unable to find local grunt.
  105855. web_1 |
  105856. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105857. web_1 | your project. For more information about installing and configuring grunt,
  105858. web_1 | please see the Getting Started guide:
  105859. web_1 |
  105860. web_1 | http://gruntjs.com/getting-started
  105861. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105862. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105863. web_1 | Syncing...
  105864. web_1 | Creating tables ...
  105865. web_1 | Installing custom SQL ...
  105866. web_1 | Installing indexes ...
  105867. web_1 | Installed 0 object(s) from 0 fixture(s)
  105868. web_1 |
  105869. web_1 | Synced:
  105870. web_1 | > django.contrib.auth
  105871. web_1 | > django.contrib.contenttypes
  105872. web_1 | > django.contrib.sessions
  105873. web_1 | > django.contrib.sites
  105874. web_1 | > django.contrib.messages
  105875. web_1 | > django.contrib.staticfiles
  105876. web_1 | > django.contrib.admin
  105877. web_1 | > south
  105878. web_1 | > crispy_forms
  105879. web_1 | > avatar
  105880. web_1 | > bootstrap3
  105881. web_1 | > users
  105882. web_1 | > allauth
  105883. web_1 | > allauth.account
  105884. web_1 | > django.contrib.humanize
  105885. web_1 | > debug_toolbar
  105886. web_1 |
  105887. web_1 | Not synced (use migrations):
  105888. web_1 | - allauth.socialaccount
  105889. web_1 | - django_extensions
  105890. web_1 | (use ./manage.py migrate to migrate these)
  105891. web_1 | Running migrations for socialaccount:
  105892. web_1 | - Nothing to migrate.
  105893. web_1 | - Loading initial data for socialaccount.
  105894. web_1 | Installed 0 object(s) from 0 fixture(s)
  105895. web_1 | Running migrations for django_extensions:
  105896. web_1 | - Nothing to migrate.
  105897. web_1 | - Loading initial data for django_extensions.
  105898. web_1 | Installed 0 object(s) from 0 fixture(s)
  105899. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105900. web_1 | [GCC 4.9.2] on linux2
  105901. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105902. web_1 | (InteractiveConsole)
  105903. web_1 |
  105904. web_1 | >>> >>> Starting the server
  105905. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105906. web_1 |
  105907. web_1 | Fatal error: Unable to find local grunt.
  105908. web_1 |
  105909. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105910. web_1 | your project. For more information about installing and configuring grunt,
  105911. web_1 | please see the Getting Started guide:
  105912. web_1 |
  105913. web_1 | http://gruntjs.com/getting-started
  105914. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105915. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105916. web_1 | Syncing...
  105917. web_1 | Creating tables ...
  105918. web_1 | Installing custom SQL ...
  105919. web_1 | Installing indexes ...
  105920. web_1 | Installed 0 object(s) from 0 fixture(s)
  105921. web_1 |
  105922. web_1 | Synced:
  105923. web_1 | > django.contrib.auth
  105924. web_1 | > django.contrib.contenttypes
  105925. web_1 | > django.contrib.sessions
  105926. web_1 | > django.contrib.sites
  105927. web_1 | > django.contrib.messages
  105928. web_1 | > django.contrib.staticfiles
  105929. web_1 | > django.contrib.admin
  105930. web_1 | > south
  105931. web_1 | > crispy_forms
  105932. web_1 | > avatar
  105933. web_1 | > bootstrap3
  105934. web_1 | > users
  105935. web_1 | > allauth
  105936. web_1 | > allauth.account
  105937. web_1 | > django.contrib.humanize
  105938. web_1 | > debug_toolbar
  105939. web_1 |
  105940. web_1 | Not synced (use migrations):
  105941. web_1 | - allauth.socialaccount
  105942. web_1 | - django_extensions
  105943. web_1 | (use ./manage.py migrate to migrate these)
  105944. web_1 | Running migrations for socialaccount:
  105945. web_1 | - Nothing to migrate.
  105946. web_1 | - Loading initial data for socialaccount.
  105947. web_1 | Installed 0 object(s) from 0 fixture(s)
  105948. web_1 | Running migrations for django_extensions:
  105949. web_1 | - Nothing to migrate.
  105950. web_1 | - Loading initial data for django_extensions.
  105951. web_1 | Installed 0 object(s) from 0 fixture(s)
  105952. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  105953. web_1 | [GCC 4.9.2] on linux2
  105954. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  105955. web_1 | (InteractiveConsole)
  105956. web_1 |
  105957. web_1 | >>> >>> Starting the server
  105958. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  105959. web_1 |
  105960. web_1 | Fatal error: Unable to find local grunt.
  105961. web_1 |
  105962. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  105963. web_1 | your project. For more information about installing and configuring grunt,
  105964. web_1 | please see the Getting Started guide:
  105965. web_1 |
  105966. web_1 | http://gruntjs.com/getting-started
  105967. web_1 | Starting OpenBSD Secure Shell server: sshd.
  105968. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  105969. web_1 | Syncing...
  105970. web_1 | Creating tables ...
  105971. web_1 | Installing custom SQL ...
  105972. web_1 | Installing indexes ...
  105973. web_1 | Installed 0 object(s) from 0 fixture(s)
  105974. web_1 |
  105975. web_1 | Synced:
  105976. web_1 | > django.contrib.auth
  105977. web_1 | > django.contrib.contenttypes
  105978. web_1 | > django.contrib.sessions
  105979. web_1 | > django.contrib.sites
  105980. web_1 | > django.contrib.messages
  105981. web_1 | > django.contrib.staticfiles
  105982. web_1 | > django.contrib.admin
  105983. web_1 | > south
  105984. web_1 | > crispy_forms
  105985. web_1 | > avatar
  105986. web_1 | > bootstrap3
  105987. web_1 | > users
  105988. web_1 | > allauth
  105989. web_1 | > allauth.account
  105990. web_1 | > django.contrib.humanize
  105991. web_1 | > debug_toolbar
  105992. web_1 |
  105993. web_1 | Not synced (use migrations):
  105994. web_1 | - allauth.socialaccount
  105995. web_1 | - django_extensions
  105996. web_1 | (use ./manage.py migrate to migrate these)
  105997. web_1 | Running migrations for socialaccount:
  105998. web_1 | - Nothing to migrate.
  105999. web_1 | - Loading initial data for socialaccount.
  106000. web_1 | Installed 0 object(s) from 0 fixture(s)
  106001. web_1 | Running migrations for django_extensions:
  106002. web_1 | - Nothing to migrate.
  106003. web_1 | - Loading initial data for django_extensions.
  106004. web_1 | Installed 0 object(s) from 0 fixture(s)
  106005. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106006. web_1 | [GCC 4.9.2] on linux2
  106007. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106008. web_1 | (InteractiveConsole)
  106009. web_1 |
  106010. web_1 | >>> >>> Starting the server
  106011. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106012. web_1 |
  106013. web_1 | Fatal error: Unable to find local grunt.
  106014. web_1 |
  106015. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106016. web_1 | your project. For more information about installing and configuring grunt,
  106017. web_1 | please see the Getting Started guide:
  106018. web_1 |
  106019. web_1 | http://gruntjs.com/getting-started
  106020. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106021. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106022. web_1 | Syncing...
  106023. web_1 | Creating tables ...
  106024. web_1 | Installing custom SQL ...
  106025. web_1 | Installing indexes ...
  106026. web_1 | Installed 0 object(s) from 0 fixture(s)
  106027. web_1 |
  106028. web_1 | Synced:
  106029. web_1 | > django.contrib.auth
  106030. web_1 | > django.contrib.contenttypes
  106031. web_1 | > django.contrib.sessions
  106032. web_1 | > django.contrib.sites
  106033. web_1 | > django.contrib.messages
  106034. web_1 | > django.contrib.staticfiles
  106035. web_1 | > django.contrib.admin
  106036. web_1 | > south
  106037. web_1 | > crispy_forms
  106038. web_1 | > avatar
  106039. web_1 | > bootstrap3
  106040. web_1 | > users
  106041. web_1 | > allauth
  106042. web_1 | > allauth.account
  106043. web_1 | > django.contrib.humanize
  106044. web_1 | > debug_toolbar
  106045. web_1 |
  106046. web_1 | Not synced (use migrations):
  106047. web_1 | - allauth.socialaccount
  106048. web_1 | - django_extensions
  106049. web_1 | (use ./manage.py migrate to migrate these)
  106050. web_1 | Running migrations for socialaccount:
  106051. web_1 | - Nothing to migrate.
  106052. web_1 | - Loading initial data for socialaccount.
  106053. web_1 | Installed 0 object(s) from 0 fixture(s)
  106054. web_1 | Running migrations for django_extensions:
  106055. web_1 | - Nothing to migrate.
  106056. web_1 | - Loading initial data for django_extensions.
  106057. web_1 | Installed 0 object(s) from 0 fixture(s)
  106058. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106059. web_1 | [GCC 4.9.2] on linux2
  106060. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106061. web_1 | (InteractiveConsole)
  106062. web_1 |
  106063. web_1 | >>> >>> Starting the server
  106064. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106065. web_1 |
  106066. web_1 | Fatal error: Unable to find local grunt.
  106067. web_1 |
  106068. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106069. web_1 | your project. For more information about installing and configuring grunt,
  106070. web_1 | please see the Getting Started guide:
  106071. web_1 |
  106072. web_1 | http://gruntjs.com/getting-started
  106073. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106074. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106075. web_1 | Syncing...
  106076. web_1 | Creating tables ...
  106077. web_1 | Installing custom SQL ...
  106078. web_1 | Installing indexes ...
  106079. web_1 | Installed 0 object(s) from 0 fixture(s)
  106080. web_1 |
  106081. web_1 | Synced:
  106082. web_1 | > django.contrib.auth
  106083. web_1 | > django.contrib.contenttypes
  106084. web_1 | > django.contrib.sessions
  106085. web_1 | > django.contrib.sites
  106086. web_1 | > django.contrib.messages
  106087. web_1 | > django.contrib.staticfiles
  106088. web_1 | > django.contrib.admin
  106089. web_1 | > south
  106090. web_1 | > crispy_forms
  106091. web_1 | > avatar
  106092. web_1 | > bootstrap3
  106093. web_1 | > users
  106094. web_1 | > allauth
  106095. web_1 | > allauth.account
  106096. web_1 | > django.contrib.humanize
  106097. web_1 | > debug_toolbar
  106098. web_1 |
  106099. web_1 | Not synced (use migrations):
  106100. web_1 | - allauth.socialaccount
  106101. web_1 | - django_extensions
  106102. web_1 | (use ./manage.py migrate to migrate these)
  106103. web_1 | Running migrations for socialaccount:
  106104. web_1 | - Nothing to migrate.
  106105. web_1 | - Loading initial data for socialaccount.
  106106. web_1 | Installed 0 object(s) from 0 fixture(s)
  106107. web_1 | Running migrations for django_extensions:
  106108. web_1 | - Nothing to migrate.
  106109. web_1 | - Loading initial data for django_extensions.
  106110. web_1 | Installed 0 object(s) from 0 fixture(s)
  106111. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106112. web_1 | [GCC 4.9.2] on linux2
  106113. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106114. web_1 | (InteractiveConsole)
  106115. web_1 |
  106116. web_1 | >>> >>> Starting the server
  106117. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106118. web_1 |
  106119. web_1 | Fatal error: Unable to find local grunt.
  106120. web_1 |
  106121. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106122. web_1 | your project. For more information about installing and configuring grunt,
  106123. web_1 | please see the Getting Started guide:
  106124. web_1 |
  106125. web_1 | http://gruntjs.com/getting-started
  106126. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106127. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106128. web_1 | Syncing...
  106129. web_1 | Creating tables ...
  106130. web_1 | Installing custom SQL ...
  106131. web_1 | Installing indexes ...
  106132. web_1 | Installed 0 object(s) from 0 fixture(s)
  106133. web_1 |
  106134. web_1 | Synced:
  106135. web_1 | > django.contrib.auth
  106136. web_1 | > django.contrib.contenttypes
  106137. web_1 | > django.contrib.sessions
  106138. web_1 | > django.contrib.sites
  106139. web_1 | > django.contrib.messages
  106140. web_1 | > django.contrib.staticfiles
  106141. web_1 | > django.contrib.admin
  106142. web_1 | > south
  106143. web_1 | > crispy_forms
  106144. web_1 | > avatar
  106145. web_1 | > bootstrap3
  106146. web_1 | > users
  106147. web_1 | > allauth
  106148. web_1 | > allauth.account
  106149. web_1 | > django.contrib.humanize
  106150. web_1 | > debug_toolbar
  106151. web_1 |
  106152. web_1 | Not synced (use migrations):
  106153. web_1 | - allauth.socialaccount
  106154. web_1 | - django_extensions
  106155. web_1 | (use ./manage.py migrate to migrate these)
  106156. web_1 | Running migrations for socialaccount:
  106157. web_1 | - Nothing to migrate.
  106158. web_1 | - Loading initial data for socialaccount.
  106159. web_1 | Installed 0 object(s) from 0 fixture(s)
  106160. web_1 | Running migrations for django_extensions:
  106161. web_1 | - Nothing to migrate.
  106162. web_1 | - Loading initial data for django_extensions.
  106163. web_1 | Installed 0 object(s) from 0 fixture(s)
  106164. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106165. web_1 | [GCC 4.9.2] on linux2
  106166. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106167. web_1 | (InteractiveConsole)
  106168. web_1 |
  106169. web_1 | >>> >>> Starting the server
  106170. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106171. web_1 |
  106172. web_1 | Fatal error: Unable to find local grunt.
  106173. web_1 |
  106174. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106175. web_1 | your project. For more information about installing and configuring grunt,
  106176. web_1 | please see the Getting Started guide:
  106177. web_1 |
  106178. web_1 | http://gruntjs.com/getting-started
  106179. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106180. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106181. web_1 | Syncing...
  106182. web_1 | Creating tables ...
  106183. web_1 | Installing custom SQL ...
  106184. web_1 | Installing indexes ...
  106185. web_1 | Installed 0 object(s) from 0 fixture(s)
  106186. web_1 |
  106187. web_1 | Synced:
  106188. web_1 | > django.contrib.auth
  106189. web_1 | > django.contrib.contenttypes
  106190. web_1 | > django.contrib.sessions
  106191. web_1 | > django.contrib.sites
  106192. web_1 | > django.contrib.messages
  106193. web_1 | > django.contrib.staticfiles
  106194. web_1 | > django.contrib.admin
  106195. web_1 | > south
  106196. web_1 | > crispy_forms
  106197. web_1 | > avatar
  106198. web_1 | > bootstrap3
  106199. web_1 | > users
  106200. web_1 | > allauth
  106201. web_1 | > allauth.account
  106202. web_1 | > django.contrib.humanize
  106203. web_1 | > debug_toolbar
  106204. web_1 |
  106205. web_1 | Not synced (use migrations):
  106206. web_1 | - allauth.socialaccount
  106207. web_1 | - django_extensions
  106208. web_1 | (use ./manage.py migrate to migrate these)
  106209. web_1 | Running migrations for socialaccount:
  106210. web_1 | - Nothing to migrate.
  106211. web_1 | - Loading initial data for socialaccount.
  106212. web_1 | Installed 0 object(s) from 0 fixture(s)
  106213. web_1 | Running migrations for django_extensions:
  106214. web_1 | - Nothing to migrate.
  106215. web_1 | - Loading initial data for django_extensions.
  106216. web_1 | Installed 0 object(s) from 0 fixture(s)
  106217. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106218. web_1 | [GCC 4.9.2] on linux2
  106219. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106220. web_1 | (InteractiveConsole)
  106221. web_1 |
  106222. web_1 | >>> >>> Starting the server
  106223. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106224. web_1 |
  106225. web_1 | Fatal error: Unable to find local grunt.
  106226. web_1 |
  106227. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106228. web_1 | your project. For more information about installing and configuring grunt,
  106229. web_1 | please see the Getting Started guide:
  106230. web_1 |
  106231. web_1 | http://gruntjs.com/getting-started
  106232. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106233. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106234. web_1 | Syncing...
  106235. web_1 | Creating tables ...
  106236. web_1 | Installing custom SQL ...
  106237. web_1 | Installing indexes ...
  106238. web_1 | Installed 0 object(s) from 0 fixture(s)
  106239. web_1 |
  106240. web_1 | Synced:
  106241. web_1 | > django.contrib.auth
  106242. web_1 | > django.contrib.contenttypes
  106243. web_1 | > django.contrib.sessions
  106244. web_1 | > django.contrib.sites
  106245. web_1 | > django.contrib.messages
  106246. web_1 | > django.contrib.staticfiles
  106247. web_1 | > django.contrib.admin
  106248. web_1 | > south
  106249. web_1 | > crispy_forms
  106250. web_1 | > avatar
  106251. web_1 | > bootstrap3
  106252. web_1 | > users
  106253. web_1 | > allauth
  106254. web_1 | > allauth.account
  106255. web_1 | > django.contrib.humanize
  106256. web_1 | > debug_toolbar
  106257. web_1 |
  106258. web_1 | Not synced (use migrations):
  106259. web_1 | - allauth.socialaccount
  106260. web_1 | - django_extensions
  106261. web_1 | (use ./manage.py migrate to migrate these)
  106262. web_1 | Running migrations for socialaccount:
  106263. web_1 | - Nothing to migrate.
  106264. web_1 | - Loading initial data for socialaccount.
  106265. web_1 | Installed 0 object(s) from 0 fixture(s)
  106266. web_1 | Running migrations for django_extensions:
  106267. web_1 | - Nothing to migrate.
  106268. web_1 | - Loading initial data for django_extensions.
  106269. web_1 | Installed 0 object(s) from 0 fixture(s)
  106270. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106271. web_1 | [GCC 4.9.2] on linux2
  106272. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106273. web_1 | (InteractiveConsole)
  106274. web_1 |
  106275. web_1 | >>> >>> Starting the server
  106276. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106277. web_1 |
  106278. web_1 | Fatal error: Unable to find local grunt.
  106279. web_1 |
  106280. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106281. web_1 | your project. For more information about installing and configuring grunt,
  106282. web_1 | please see the Getting Started guide:
  106283. web_1 |
  106284. web_1 | http://gruntjs.com/getting-started
  106285. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106286. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106287. web_1 | Syncing...
  106288. web_1 | Creating tables ...
  106289. web_1 | Installing custom SQL ...
  106290. web_1 | Installing indexes ...
  106291. web_1 | Installed 0 object(s) from 0 fixture(s)
  106292. web_1 |
  106293. web_1 | Synced:
  106294. web_1 | > django.contrib.auth
  106295. web_1 | > django.contrib.contenttypes
  106296. web_1 | > django.contrib.sessions
  106297. web_1 | > django.contrib.sites
  106298. web_1 | > django.contrib.messages
  106299. web_1 | > django.contrib.staticfiles
  106300. web_1 | > django.contrib.admin
  106301. web_1 | > south
  106302. web_1 | > crispy_forms
  106303. web_1 | > avatar
  106304. web_1 | > bootstrap3
  106305. web_1 | > users
  106306. web_1 | > allauth
  106307. web_1 | > allauth.account
  106308. web_1 | > django.contrib.humanize
  106309. web_1 | > debug_toolbar
  106310. web_1 |
  106311. web_1 | Not synced (use migrations):
  106312. web_1 | - allauth.socialaccount
  106313. web_1 | - django_extensions
  106314. web_1 | (use ./manage.py migrate to migrate these)
  106315. web_1 | Running migrations for socialaccount:
  106316. web_1 | - Nothing to migrate.
  106317. web_1 | - Loading initial data for socialaccount.
  106318. web_1 | Installed 0 object(s) from 0 fixture(s)
  106319. web_1 | Running migrations for django_extensions:
  106320. web_1 | - Nothing to migrate.
  106321. web_1 | - Loading initial data for django_extensions.
  106322. web_1 | Installed 0 object(s) from 0 fixture(s)
  106323. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106324. web_1 | [GCC 4.9.2] on linux2
  106325. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106326. web_1 | (InteractiveConsole)
  106327. web_1 |
  106328. web_1 | >>> >>> Starting the server
  106329. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106330. web_1 |
  106331. web_1 | Fatal error: Unable to find local grunt.
  106332. web_1 |
  106333. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106334. web_1 | your project. For more information about installing and configuring grunt,
  106335. web_1 | please see the Getting Started guide:
  106336. web_1 |
  106337. web_1 | http://gruntjs.com/getting-started
  106338. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106339. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106340. web_1 | Syncing...
  106341. web_1 | Creating tables ...
  106342. web_1 | Installing custom SQL ...
  106343. web_1 | Installing indexes ...
  106344. web_1 | Installed 0 object(s) from 0 fixture(s)
  106345. web_1 |
  106346. web_1 | Synced:
  106347. web_1 | > django.contrib.auth
  106348. web_1 | > django.contrib.contenttypes
  106349. web_1 | > django.contrib.sessions
  106350. web_1 | > django.contrib.sites
  106351. web_1 | > django.contrib.messages
  106352. web_1 | > django.contrib.staticfiles
  106353. web_1 | > django.contrib.admin
  106354. web_1 | > south
  106355. web_1 | > crispy_forms
  106356. web_1 | > avatar
  106357. web_1 | > bootstrap3
  106358. web_1 | > users
  106359. web_1 | > allauth
  106360. web_1 | > allauth.account
  106361. web_1 | > django.contrib.humanize
  106362. web_1 | > debug_toolbar
  106363. web_1 |
  106364. web_1 | Not synced (use migrations):
  106365. web_1 | - allauth.socialaccount
  106366. web_1 | - django_extensions
  106367. web_1 | (use ./manage.py migrate to migrate these)
  106368. web_1 | Running migrations for socialaccount:
  106369. web_1 | - Nothing to migrate.
  106370. web_1 | - Loading initial data for socialaccount.
  106371. web_1 | Installed 0 object(s) from 0 fixture(s)
  106372. web_1 | Running migrations for django_extensions:
  106373. web_1 | - Nothing to migrate.
  106374. web_1 | - Loading initial data for django_extensions.
  106375. web_1 | Installed 0 object(s) from 0 fixture(s)
  106376. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106377. web_1 | [GCC 4.9.2] on linux2
  106378. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106379. web_1 | (InteractiveConsole)
  106380. web_1 |
  106381. web_1 | >>> >>> Starting the server
  106382. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106383. web_1 |
  106384. web_1 | Fatal error: Unable to find local grunt.
  106385. web_1 |
  106386. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106387. web_1 | your project. For more information about installing and configuring grunt,
  106388. web_1 | please see the Getting Started guide:
  106389. web_1 |
  106390. web_1 | http://gruntjs.com/getting-started
  106391. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106392. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106393. web_1 | Syncing...
  106394. web_1 | Creating tables ...
  106395. web_1 | Installing custom SQL ...
  106396. web_1 | Installing indexes ...
  106397. web_1 | Installed 0 object(s) from 0 fixture(s)
  106398. web_1 |
  106399. web_1 | Synced:
  106400. web_1 | > django.contrib.auth
  106401. web_1 | > django.contrib.contenttypes
  106402. web_1 | > django.contrib.sessions
  106403. web_1 | > django.contrib.sites
  106404. web_1 | > django.contrib.messages
  106405. web_1 | > django.contrib.staticfiles
  106406. web_1 | > django.contrib.admin
  106407. web_1 | > south
  106408. web_1 | > crispy_forms
  106409. web_1 | > avatar
  106410. web_1 | > bootstrap3
  106411. web_1 | > users
  106412. web_1 | > allauth
  106413. web_1 | > allauth.account
  106414. web_1 | > django.contrib.humanize
  106415. web_1 | > debug_toolbar
  106416. web_1 |
  106417. web_1 | Not synced (use migrations):
  106418. web_1 | - allauth.socialaccount
  106419. web_1 | - django_extensions
  106420. web_1 | (use ./manage.py migrate to migrate these)
  106421. web_1 | Running migrations for socialaccount:
  106422. web_1 | - Nothing to migrate.
  106423. web_1 | - Loading initial data for socialaccount.
  106424. web_1 | Installed 0 object(s) from 0 fixture(s)
  106425. web_1 | Running migrations for django_extensions:
  106426. web_1 | - Nothing to migrate.
  106427. web_1 | - Loading initial data for django_extensions.
  106428. web_1 | Installed 0 object(s) from 0 fixture(s)
  106429. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106430. web_1 | [GCC 4.9.2] on linux2
  106431. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106432. web_1 | (InteractiveConsole)
  106433. web_1 |
  106434. web_1 | >>> >>> Starting the server
  106435. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106436. web_1 |
  106437. web_1 | Fatal error: Unable to find local grunt.
  106438. web_1 |
  106439. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106440. web_1 | your project. For more information about installing and configuring grunt,
  106441. web_1 | please see the Getting Started guide:
  106442. web_1 |
  106443. web_1 | http://gruntjs.com/getting-started
  106444. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106445. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106446. web_1 | Syncing...
  106447. web_1 | Creating tables ...
  106448. web_1 | Installing custom SQL ...
  106449. web_1 | Installing indexes ...
  106450. web_1 | Installed 0 object(s) from 0 fixture(s)
  106451. web_1 |
  106452. web_1 | Synced:
  106453. web_1 | > django.contrib.auth
  106454. web_1 | > django.contrib.contenttypes
  106455. web_1 | > django.contrib.sessions
  106456. web_1 | > django.contrib.sites
  106457. web_1 | > django.contrib.messages
  106458. web_1 | > django.contrib.staticfiles
  106459. web_1 | > django.contrib.admin
  106460. web_1 | > south
  106461. web_1 | > crispy_forms
  106462. web_1 | > avatar
  106463. web_1 | > bootstrap3
  106464. web_1 | > users
  106465. web_1 | > allauth
  106466. web_1 | > allauth.account
  106467. web_1 | > django.contrib.humanize
  106468. web_1 | > debug_toolbar
  106469. web_1 |
  106470. web_1 | Not synced (use migrations):
  106471. web_1 | - allauth.socialaccount
  106472. web_1 | - django_extensions
  106473. web_1 | (use ./manage.py migrate to migrate these)
  106474. web_1 | Running migrations for socialaccount:
  106475. web_1 | - Nothing to migrate.
  106476. web_1 | - Loading initial data for socialaccount.
  106477. web_1 | Installed 0 object(s) from 0 fixture(s)
  106478. web_1 | Running migrations for django_extensions:
  106479. web_1 | - Nothing to migrate.
  106480. web_1 | - Loading initial data for django_extensions.
  106481. web_1 | Installed 0 object(s) from 0 fixture(s)
  106482. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106483. web_1 | [GCC 4.9.2] on linux2
  106484. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106485. web_1 | (InteractiveConsole)
  106486. web_1 |
  106487. web_1 | >>> >>> Starting the server
  106488. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106489. web_1 |
  106490. web_1 | Fatal error: Unable to find local grunt.
  106491. web_1 |
  106492. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106493. web_1 | your project. For more information about installing and configuring grunt,
  106494. web_1 | please see the Getting Started guide:
  106495. web_1 |
  106496. web_1 | http://gruntjs.com/getting-started
  106497. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106498. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106499. web_1 | Syncing...
  106500. web_1 | Creating tables ...
  106501. web_1 | Installing custom SQL ...
  106502. web_1 | Installing indexes ...
  106503. web_1 | Installed 0 object(s) from 0 fixture(s)
  106504. web_1 |
  106505. web_1 | Synced:
  106506. web_1 | > django.contrib.auth
  106507. web_1 | > django.contrib.contenttypes
  106508. web_1 | > django.contrib.sessions
  106509. web_1 | > django.contrib.sites
  106510. web_1 | > django.contrib.messages
  106511. web_1 | > django.contrib.staticfiles
  106512. web_1 | > django.contrib.admin
  106513. web_1 | > south
  106514. web_1 | > crispy_forms
  106515. web_1 | > avatar
  106516. web_1 | > bootstrap3
  106517. web_1 | > users
  106518. web_1 | > allauth
  106519. web_1 | > allauth.account
  106520. web_1 | > django.contrib.humanize
  106521. web_1 | > debug_toolbar
  106522. web_1 |
  106523. web_1 | Not synced (use migrations):
  106524. web_1 | - allauth.socialaccount
  106525. web_1 | - django_extensions
  106526. web_1 | (use ./manage.py migrate to migrate these)
  106527. web_1 | Running migrations for socialaccount:
  106528. web_1 | - Nothing to migrate.
  106529. web_1 | - Loading initial data for socialaccount.
  106530. web_1 | Installed 0 object(s) from 0 fixture(s)
  106531. web_1 | Running migrations for django_extensions:
  106532. web_1 | - Nothing to migrate.
  106533. web_1 | - Loading initial data for django_extensions.
  106534. web_1 | Installed 0 object(s) from 0 fixture(s)
  106535. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106536. web_1 | [GCC 4.9.2] on linux2
  106537. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106538. web_1 | (InteractiveConsole)
  106539. web_1 |
  106540. web_1 | >>> >>> Starting the server
  106541. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106542. web_1 |
  106543. web_1 | Fatal error: Unable to find local grunt.
  106544. web_1 |
  106545. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106546. web_1 | your project. For more information about installing and configuring grunt,
  106547. web_1 | please see the Getting Started guide:
  106548. web_1 |
  106549. web_1 | http://gruntjs.com/getting-started
  106550. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106551. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106552. web_1 | Syncing...
  106553. web_1 | Creating tables ...
  106554. web_1 | Installing custom SQL ...
  106555. web_1 | Installing indexes ...
  106556. web_1 | Installed 0 object(s) from 0 fixture(s)
  106557. web_1 |
  106558. web_1 | Synced:
  106559. web_1 | > django.contrib.auth
  106560. web_1 | > django.contrib.contenttypes
  106561. web_1 | > django.contrib.sessions
  106562. web_1 | > django.contrib.sites
  106563. web_1 | > django.contrib.messages
  106564. web_1 | > django.contrib.staticfiles
  106565. web_1 | > django.contrib.admin
  106566. web_1 | > south
  106567. web_1 | > crispy_forms
  106568. web_1 | > avatar
  106569. web_1 | > bootstrap3
  106570. web_1 | > users
  106571. web_1 | > allauth
  106572. web_1 | > allauth.account
  106573. web_1 | > django.contrib.humanize
  106574. web_1 | > debug_toolbar
  106575. web_1 |
  106576. web_1 | Not synced (use migrations):
  106577. web_1 | - allauth.socialaccount
  106578. web_1 | - django_extensions
  106579. web_1 | (use ./manage.py migrate to migrate these)
  106580. web_1 | Running migrations for socialaccount:
  106581. web_1 | - Nothing to migrate.
  106582. web_1 | - Loading initial data for socialaccount.
  106583. web_1 | Installed 0 object(s) from 0 fixture(s)
  106584. web_1 | Running migrations for django_extensions:
  106585. web_1 | - Nothing to migrate.
  106586. web_1 | - Loading initial data for django_extensions.
  106587. web_1 | Installed 0 object(s) from 0 fixture(s)
  106588. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106589. web_1 | [GCC 4.9.2] on linux2
  106590. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106591. web_1 | (InteractiveConsole)
  106592. web_1 |
  106593. web_1 | >>> >>> Starting the server
  106594. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106595. web_1 |
  106596. web_1 | Fatal error: Unable to find local grunt.
  106597. web_1 |
  106598. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106599. web_1 | your project. For more information about installing and configuring grunt,
  106600. web_1 | please see the Getting Started guide:
  106601. web_1 |
  106602. web_1 | http://gruntjs.com/getting-started
  106603. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106604. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106605. web_1 | Syncing...
  106606. web_1 | Creating tables ...
  106607. web_1 | Installing custom SQL ...
  106608. web_1 | Installing indexes ...
  106609. web_1 | Installed 0 object(s) from 0 fixture(s)
  106610. web_1 |
  106611. web_1 | Synced:
  106612. web_1 | > django.contrib.auth
  106613. web_1 | > django.contrib.contenttypes
  106614. web_1 | > django.contrib.sessions
  106615. web_1 | > django.contrib.sites
  106616. web_1 | > django.contrib.messages
  106617. web_1 | > django.contrib.staticfiles
  106618. web_1 | > django.contrib.admin
  106619. web_1 | > south
  106620. web_1 | > crispy_forms
  106621. web_1 | > avatar
  106622. web_1 | > bootstrap3
  106623. web_1 | > users
  106624. web_1 | > allauth
  106625. web_1 | > allauth.account
  106626. web_1 | > django.contrib.humanize
  106627. web_1 | > debug_toolbar
  106628. web_1 |
  106629. web_1 | Not synced (use migrations):
  106630. web_1 | - allauth.socialaccount
  106631. web_1 | - django_extensions
  106632. web_1 | (use ./manage.py migrate to migrate these)
  106633. web_1 | Running migrations for socialaccount:
  106634. web_1 | - Nothing to migrate.
  106635. web_1 | - Loading initial data for socialaccount.
  106636. web_1 | Installed 0 object(s) from 0 fixture(s)
  106637. web_1 | Running migrations for django_extensions:
  106638. web_1 | - Nothing to migrate.
  106639. web_1 | - Loading initial data for django_extensions.
  106640. web_1 | Installed 0 object(s) from 0 fixture(s)
  106641. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106642. web_1 | [GCC 4.9.2] on linux2
  106643. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106644. web_1 | (InteractiveConsole)
  106645. web_1 |
  106646. web_1 | >>> >>> Starting the server
  106647. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106648. web_1 |
  106649. web_1 | Fatal error: Unable to find local grunt.
  106650. web_1 |
  106651. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106652. web_1 | your project. For more information about installing and configuring grunt,
  106653. web_1 | please see the Getting Started guide:
  106654. web_1 |
  106655. web_1 | http://gruntjs.com/getting-started
  106656. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106657. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106658. web_1 | Syncing...
  106659. web_1 | Creating tables ...
  106660. web_1 | Installing custom SQL ...
  106661. web_1 | Installing indexes ...
  106662. web_1 | Installed 0 object(s) from 0 fixture(s)
  106663. web_1 |
  106664. web_1 | Synced:
  106665. web_1 | > django.contrib.auth
  106666. web_1 | > django.contrib.contenttypes
  106667. web_1 | > django.contrib.sessions
  106668. web_1 | > django.contrib.sites
  106669. web_1 | > django.contrib.messages
  106670. web_1 | > django.contrib.staticfiles
  106671. web_1 | > django.contrib.admin
  106672. web_1 | > south
  106673. web_1 | > crispy_forms
  106674. web_1 | > avatar
  106675. web_1 | > bootstrap3
  106676. web_1 | > users
  106677. web_1 | > allauth
  106678. web_1 | > allauth.account
  106679. web_1 | > django.contrib.humanize
  106680. web_1 | > debug_toolbar
  106681. web_1 |
  106682. web_1 | Not synced (use migrations):
  106683. web_1 | - allauth.socialaccount
  106684. web_1 | - django_extensions
  106685. web_1 | (use ./manage.py migrate to migrate these)
  106686. web_1 | Running migrations for socialaccount:
  106687. web_1 | - Nothing to migrate.
  106688. web_1 | - Loading initial data for socialaccount.
  106689. web_1 | Installed 0 object(s) from 0 fixture(s)
  106690. web_1 | Running migrations for django_extensions:
  106691. web_1 | - Nothing to migrate.
  106692. web_1 | - Loading initial data for django_extensions.
  106693. web_1 | Installed 0 object(s) from 0 fixture(s)
  106694. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106695. web_1 | [GCC 4.9.2] on linux2
  106696. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106697. web_1 | (InteractiveConsole)
  106698. web_1 |
  106699. web_1 | >>> >>> Starting the server
  106700. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106701. web_1 |
  106702. web_1 | Fatal error: Unable to find local grunt.
  106703. web_1 |
  106704. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106705. web_1 | your project. For more information about installing and configuring grunt,
  106706. web_1 | please see the Getting Started guide:
  106707. web_1 |
  106708. web_1 | http://gruntjs.com/getting-started
  106709. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106710. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106711. web_1 | Syncing...
  106712. web_1 | Creating tables ...
  106713. web_1 | Installing custom SQL ...
  106714. web_1 | Installing indexes ...
  106715. web_1 | Installed 0 object(s) from 0 fixture(s)
  106716. web_1 |
  106717. web_1 | Synced:
  106718. web_1 | > django.contrib.auth
  106719. web_1 | > django.contrib.contenttypes
  106720. web_1 | > django.contrib.sessions
  106721. web_1 | > django.contrib.sites
  106722. web_1 | > django.contrib.messages
  106723. web_1 | > django.contrib.staticfiles
  106724. web_1 | > django.contrib.admin
  106725. web_1 | > south
  106726. web_1 | > crispy_forms
  106727. web_1 | > avatar
  106728. web_1 | > bootstrap3
  106729. web_1 | > users
  106730. web_1 | > allauth
  106731. web_1 | > allauth.account
  106732. web_1 | > django.contrib.humanize
  106733. web_1 | > debug_toolbar
  106734. web_1 |
  106735. web_1 | Not synced (use migrations):
  106736. web_1 | - allauth.socialaccount
  106737. web_1 | - django_extensions
  106738. web_1 | (use ./manage.py migrate to migrate these)
  106739. web_1 | Running migrations for socialaccount:
  106740. web_1 | - Nothing to migrate.
  106741. web_1 | - Loading initial data for socialaccount.
  106742. web_1 | Installed 0 object(s) from 0 fixture(s)
  106743. web_1 | Running migrations for django_extensions:
  106744. web_1 | - Nothing to migrate.
  106745. web_1 | - Loading initial data for django_extensions.
  106746. web_1 | Installed 0 object(s) from 0 fixture(s)
  106747. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106748. web_1 | [GCC 4.9.2] on linux2
  106749. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106750. web_1 | (InteractiveConsole)
  106751. web_1 |
  106752. web_1 | >>> >>> Starting the server
  106753. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106754. web_1 |
  106755. web_1 | Fatal error: Unable to find local grunt.
  106756. web_1 |
  106757. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106758. web_1 | your project. For more information about installing and configuring grunt,
  106759. web_1 | please see the Getting Started guide:
  106760. web_1 |
  106761. web_1 | http://gruntjs.com/getting-started
  106762. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106763. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106764. web_1 | Syncing...
  106765. web_1 | Creating tables ...
  106766. web_1 | Installing custom SQL ...
  106767. web_1 | Installing indexes ...
  106768. web_1 | Installed 0 object(s) from 0 fixture(s)
  106769. web_1 |
  106770. web_1 | Synced:
  106771. web_1 | > django.contrib.auth
  106772. web_1 | > django.contrib.contenttypes
  106773. web_1 | > django.contrib.sessions
  106774. web_1 | > django.contrib.sites
  106775. web_1 | > django.contrib.messages
  106776. web_1 | > django.contrib.staticfiles
  106777. web_1 | > django.contrib.admin
  106778. web_1 | > south
  106779. web_1 | > crispy_forms
  106780. web_1 | > avatar
  106781. web_1 | > bootstrap3
  106782. web_1 | > users
  106783. web_1 | > allauth
  106784. web_1 | > allauth.account
  106785. web_1 | > django.contrib.humanize
  106786. web_1 | > debug_toolbar
  106787. web_1 |
  106788. web_1 | Not synced (use migrations):
  106789. web_1 | - allauth.socialaccount
  106790. web_1 | - django_extensions
  106791. web_1 | (use ./manage.py migrate to migrate these)
  106792. web_1 | Running migrations for socialaccount:
  106793. web_1 | - Nothing to migrate.
  106794. web_1 | - Loading initial data for socialaccount.
  106795. web_1 | Installed 0 object(s) from 0 fixture(s)
  106796. web_1 | Running migrations for django_extensions:
  106797. web_1 | - Nothing to migrate.
  106798. web_1 | - Loading initial data for django_extensions.
  106799. web_1 | Installed 0 object(s) from 0 fixture(s)
  106800. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106801. web_1 | [GCC 4.9.2] on linux2
  106802. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106803. web_1 | (InteractiveConsole)
  106804. web_1 |
  106805. web_1 | >>> >>> Starting the server
  106806. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106807. web_1 |
  106808. web_1 | Fatal error: Unable to find local grunt.
  106809. web_1 |
  106810. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106811. web_1 | your project. For more information about installing and configuring grunt,
  106812. web_1 | please see the Getting Started guide:
  106813. web_1 |
  106814. web_1 | http://gruntjs.com/getting-started
  106815. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106816. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106817. web_1 | Syncing...
  106818. web_1 | Creating tables ...
  106819. web_1 | Installing custom SQL ...
  106820. web_1 | Installing indexes ...
  106821. web_1 | Installed 0 object(s) from 0 fixture(s)
  106822. web_1 |
  106823. web_1 | Synced:
  106824. web_1 | > django.contrib.auth
  106825. web_1 | > django.contrib.contenttypes
  106826. web_1 | > django.contrib.sessions
  106827. web_1 | > django.contrib.sites
  106828. web_1 | > django.contrib.messages
  106829. web_1 | > django.contrib.staticfiles
  106830. web_1 | > django.contrib.admin
  106831. web_1 | > south
  106832. web_1 | > crispy_forms
  106833. web_1 | > avatar
  106834. web_1 | > bootstrap3
  106835. web_1 | > users
  106836. web_1 | > allauth
  106837. web_1 | > allauth.account
  106838. web_1 | > django.contrib.humanize
  106839. web_1 | > debug_toolbar
  106840. web_1 |
  106841. web_1 | Not synced (use migrations):
  106842. web_1 | - allauth.socialaccount
  106843. web_1 | - django_extensions
  106844. web_1 | (use ./manage.py migrate to migrate these)
  106845. web_1 | Running migrations for socialaccount:
  106846. web_1 | - Nothing to migrate.
  106847. web_1 | - Loading initial data for socialaccount.
  106848. web_1 | Installed 0 object(s) from 0 fixture(s)
  106849. web_1 | Running migrations for django_extensions:
  106850. web_1 | - Nothing to migrate.
  106851. web_1 | - Loading initial data for django_extensions.
  106852. web_1 | Installed 0 object(s) from 0 fixture(s)
  106853. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106854. web_1 | [GCC 4.9.2] on linux2
  106855. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106856. web_1 | (InteractiveConsole)
  106857. web_1 |
  106858. web_1 | >>> >>> Starting the server
  106859. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106860. web_1 |
  106861. web_1 | Fatal error: Unable to find local grunt.
  106862. web_1 |
  106863. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106864. web_1 | your project. For more information about installing and configuring grunt,
  106865. web_1 | please see the Getting Started guide:
  106866. web_1 |
  106867. web_1 | http://gruntjs.com/getting-started
  106868. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106869. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106870. web_1 | Syncing...
  106871. web_1 | Creating tables ...
  106872. web_1 | Installing custom SQL ...
  106873. web_1 | Installing indexes ...
  106874. web_1 | Installed 0 object(s) from 0 fixture(s)
  106875. web_1 |
  106876. web_1 | Synced:
  106877. web_1 | > django.contrib.auth
  106878. web_1 | > django.contrib.contenttypes
  106879. web_1 | > django.contrib.sessions
  106880. web_1 | > django.contrib.sites
  106881. web_1 | > django.contrib.messages
  106882. web_1 | > django.contrib.staticfiles
  106883. web_1 | > django.contrib.admin
  106884. web_1 | > south
  106885. web_1 | > crispy_forms
  106886. web_1 | > avatar
  106887. web_1 | > bootstrap3
  106888. web_1 | > users
  106889. web_1 | > allauth
  106890. web_1 | > allauth.account
  106891. web_1 | > django.contrib.humanize
  106892. web_1 | > debug_toolbar
  106893. web_1 |
  106894. web_1 | Not synced (use migrations):
  106895. web_1 | - allauth.socialaccount
  106896. web_1 | - django_extensions
  106897. web_1 | (use ./manage.py migrate to migrate these)
  106898. web_1 | Running migrations for socialaccount:
  106899. web_1 | - Nothing to migrate.
  106900. web_1 | - Loading initial data for socialaccount.
  106901. web_1 | Installed 0 object(s) from 0 fixture(s)
  106902. web_1 | Running migrations for django_extensions:
  106903. web_1 | - Nothing to migrate.
  106904. web_1 | - Loading initial data for django_extensions.
  106905. web_1 | Installed 0 object(s) from 0 fixture(s)
  106906. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106907. web_1 | [GCC 4.9.2] on linux2
  106908. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106909. web_1 | (InteractiveConsole)
  106910. web_1 |
  106911. web_1 | >>> >>> Starting the server
  106912. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106913. web_1 |
  106914. web_1 | Fatal error: Unable to find local grunt.
  106915. web_1 |
  106916. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106917. web_1 | your project. For more information about installing and configuring grunt,
  106918. web_1 | please see the Getting Started guide:
  106919. web_1 |
  106920. web_1 | http://gruntjs.com/getting-started
  106921. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106922. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106923. web_1 | Syncing...
  106924. web_1 | Creating tables ...
  106925. web_1 | Installing custom SQL ...
  106926. web_1 | Installing indexes ...
  106927. web_1 | Installed 0 object(s) from 0 fixture(s)
  106928. web_1 |
  106929. web_1 | Synced:
  106930. web_1 | > django.contrib.auth
  106931. web_1 | > django.contrib.contenttypes
  106932. web_1 | > django.contrib.sessions
  106933. web_1 | > django.contrib.sites
  106934. web_1 | > django.contrib.messages
  106935. web_1 | > django.contrib.staticfiles
  106936. web_1 | > django.contrib.admin
  106937. web_1 | > south
  106938. web_1 | > crispy_forms
  106939. web_1 | > avatar
  106940. web_1 | > bootstrap3
  106941. web_1 | > users
  106942. web_1 | > allauth
  106943. web_1 | > allauth.account
  106944. web_1 | > django.contrib.humanize
  106945. web_1 | > debug_toolbar
  106946. web_1 |
  106947. web_1 | Not synced (use migrations):
  106948. web_1 | - allauth.socialaccount
  106949. web_1 | - django_extensions
  106950. web_1 | (use ./manage.py migrate to migrate these)
  106951. web_1 | Running migrations for socialaccount:
  106952. web_1 | - Nothing to migrate.
  106953. web_1 | - Loading initial data for socialaccount.
  106954. web_1 | Installed 0 object(s) from 0 fixture(s)
  106955. web_1 | Running migrations for django_extensions:
  106956. web_1 | - Nothing to migrate.
  106957. web_1 | - Loading initial data for django_extensions.
  106958. web_1 | Installed 0 object(s) from 0 fixture(s)
  106959. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  106960. web_1 | [GCC 4.9.2] on linux2
  106961. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  106962. web_1 | (InteractiveConsole)
  106963. web_1 |
  106964. web_1 | >>> >>> Starting the server
  106965. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  106966. web_1 |
  106967. web_1 | Fatal error: Unable to find local grunt.
  106968. web_1 |
  106969. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  106970. web_1 | your project. For more information about installing and configuring grunt,
  106971. web_1 | please see the Getting Started guide:
  106972. web_1 |
  106973. web_1 | http://gruntjs.com/getting-started
  106974. web_1 | Starting OpenBSD Secure Shell server: sshd.
  106975. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  106976. web_1 | Syncing...
  106977. web_1 | Creating tables ...
  106978. web_1 | Installing custom SQL ...
  106979. web_1 | Installing indexes ...
  106980. web_1 | Installed 0 object(s) from 0 fixture(s)
  106981. web_1 |
  106982. web_1 | Synced:
  106983. web_1 | > django.contrib.auth
  106984. web_1 | > django.contrib.contenttypes
  106985. web_1 | > django.contrib.sessions
  106986. web_1 | > django.contrib.sites
  106987. web_1 | > django.contrib.messages
  106988. web_1 | > django.contrib.staticfiles
  106989. web_1 | > django.contrib.admin
  106990. web_1 | > south
  106991. web_1 | > crispy_forms
  106992. web_1 | > avatar
  106993. web_1 | > bootstrap3
  106994. web_1 | > users
  106995. web_1 | > allauth
  106996. web_1 | > allauth.account
  106997. web_1 | > django.contrib.humanize
  106998. web_1 | > debug_toolbar
  106999. web_1 |
  107000. web_1 | Not synced (use migrations):
  107001. web_1 | - allauth.socialaccount
  107002. web_1 | - django_extensions
  107003. web_1 | (use ./manage.py migrate to migrate these)
  107004. web_1 | Running migrations for socialaccount:
  107005. web_1 | - Nothing to migrate.
  107006. web_1 | - Loading initial data for socialaccount.
  107007. web_1 | Installed 0 object(s) from 0 fixture(s)
  107008. web_1 | Running migrations for django_extensions:
  107009. web_1 | - Nothing to migrate.
  107010. web_1 | - Loading initial data for django_extensions.
  107011. web_1 | Installed 0 object(s) from 0 fixture(s)
  107012. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107013. web_1 | [GCC 4.9.2] on linux2
  107014. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107015. web_1 | (InteractiveConsole)
  107016. web_1 |
  107017. web_1 | >>> >>> Starting the server
  107018. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107019. web_1 |
  107020. web_1 | Fatal error: Unable to find local grunt.
  107021. web_1 |
  107022. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107023. web_1 | your project. For more information about installing and configuring grunt,
  107024. web_1 | please see the Getting Started guide:
  107025. web_1 |
  107026. web_1 | http://gruntjs.com/getting-started
  107027. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107028. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107029. web_1 | Syncing...
  107030. web_1 | Creating tables ...
  107031. web_1 | Installing custom SQL ...
  107032. web_1 | Installing indexes ...
  107033. web_1 | Installed 0 object(s) from 0 fixture(s)
  107034. web_1 |
  107035. web_1 | Synced:
  107036. web_1 | > django.contrib.auth
  107037. web_1 | > django.contrib.contenttypes
  107038. web_1 | > django.contrib.sessions
  107039. web_1 | > django.contrib.sites
  107040. web_1 | > django.contrib.messages
  107041. web_1 | > django.contrib.staticfiles
  107042. web_1 | > django.contrib.admin
  107043. web_1 | > south
  107044. web_1 | > crispy_forms
  107045. web_1 | > avatar
  107046. web_1 | > bootstrap3
  107047. web_1 | > users
  107048. web_1 | > allauth
  107049. web_1 | > allauth.account
  107050. web_1 | > django.contrib.humanize
  107051. web_1 | > debug_toolbar
  107052. web_1 |
  107053. web_1 | Not synced (use migrations):
  107054. web_1 | - allauth.socialaccount
  107055. web_1 | - django_extensions
  107056. web_1 | (use ./manage.py migrate to migrate these)
  107057. web_1 | Running migrations for socialaccount:
  107058. web_1 | - Nothing to migrate.
  107059. web_1 | - Loading initial data for socialaccount.
  107060. web_1 | Installed 0 object(s) from 0 fixture(s)
  107061. web_1 | Running migrations for django_extensions:
  107062. web_1 | - Nothing to migrate.
  107063. web_1 | - Loading initial data for django_extensions.
  107064. web_1 | Installed 0 object(s) from 0 fixture(s)
  107065. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107066. web_1 | [GCC 4.9.2] on linux2
  107067. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107068. web_1 | (InteractiveConsole)
  107069. web_1 |
  107070. web_1 | >>> >>> Starting the server
  107071. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107072. web_1 |
  107073. web_1 | Fatal error: Unable to find local grunt.
  107074. web_1 |
  107075. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107076. web_1 | your project. For more information about installing and configuring grunt,
  107077. web_1 | please see the Getting Started guide:
  107078. web_1 |
  107079. web_1 | http://gruntjs.com/getting-started
  107080. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107081. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107082. web_1 | Syncing...
  107083. web_1 | Creating tables ...
  107084. web_1 | Installing custom SQL ...
  107085. web_1 | Installing indexes ...
  107086. web_1 | Installed 0 object(s) from 0 fixture(s)
  107087. web_1 |
  107088. web_1 | Synced:
  107089. web_1 | > django.contrib.auth
  107090. web_1 | > django.contrib.contenttypes
  107091. web_1 | > django.contrib.sessions
  107092. web_1 | > django.contrib.sites
  107093. web_1 | > django.contrib.messages
  107094. web_1 | > django.contrib.staticfiles
  107095. web_1 | > django.contrib.admin
  107096. web_1 | > south
  107097. web_1 | > crispy_forms
  107098. web_1 | > avatar
  107099. web_1 | > bootstrap3
  107100. web_1 | > users
  107101. web_1 | > allauth
  107102. web_1 | > allauth.account
  107103. web_1 | > django.contrib.humanize
  107104. web_1 | > debug_toolbar
  107105. web_1 |
  107106. web_1 | Not synced (use migrations):
  107107. web_1 | - allauth.socialaccount
  107108. web_1 | - django_extensions
  107109. web_1 | (use ./manage.py migrate to migrate these)
  107110. web_1 | Running migrations for socialaccount:
  107111. web_1 | - Nothing to migrate.
  107112. web_1 | - Loading initial data for socialaccount.
  107113. web_1 | Installed 0 object(s) from 0 fixture(s)
  107114. web_1 | Running migrations for django_extensions:
  107115. web_1 | - Nothing to migrate.
  107116. web_1 | - Loading initial data for django_extensions.
  107117. web_1 | Installed 0 object(s) from 0 fixture(s)
  107118. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107119. web_1 | [GCC 4.9.2] on linux2
  107120. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107121. web_1 | (InteractiveConsole)
  107122. web_1 |
  107123. web_1 | >>> >>> Starting the server
  107124. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107125. web_1 |
  107126. web_1 | Fatal error: Unable to find local grunt.
  107127. web_1 |
  107128. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107129. web_1 | your project. For more information about installing and configuring grunt,
  107130. web_1 | please see the Getting Started guide:
  107131. web_1 |
  107132. web_1 | http://gruntjs.com/getting-started
  107133. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107134. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107135. web_1 | Syncing...
  107136. web_1 | Creating tables ...
  107137. web_1 | Installing custom SQL ...
  107138. web_1 | Installing indexes ...
  107139. web_1 | Installed 0 object(s) from 0 fixture(s)
  107140. web_1 |
  107141. web_1 | Synced:
  107142. web_1 | > django.contrib.auth
  107143. web_1 | > django.contrib.contenttypes
  107144. web_1 | > django.contrib.sessions
  107145. web_1 | > django.contrib.sites
  107146. web_1 | > django.contrib.messages
  107147. web_1 | > django.contrib.staticfiles
  107148. web_1 | > django.contrib.admin
  107149. web_1 | > south
  107150. web_1 | > crispy_forms
  107151. web_1 | > avatar
  107152. web_1 | > bootstrap3
  107153. web_1 | > users
  107154. web_1 | > allauth
  107155. web_1 | > allauth.account
  107156. web_1 | > django.contrib.humanize
  107157. web_1 | > debug_toolbar
  107158. web_1 |
  107159. web_1 | Not synced (use migrations):
  107160. web_1 | - allauth.socialaccount
  107161. web_1 | - django_extensions
  107162. web_1 | (use ./manage.py migrate to migrate these)
  107163. web_1 | Running migrations for socialaccount:
  107164. web_1 | - Nothing to migrate.
  107165. web_1 | - Loading initial data for socialaccount.
  107166. web_1 | Installed 0 object(s) from 0 fixture(s)
  107167. web_1 | Running migrations for django_extensions:
  107168. web_1 | - Nothing to migrate.
  107169. web_1 | - Loading initial data for django_extensions.
  107170. web_1 | Installed 0 object(s) from 0 fixture(s)
  107171. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107172. web_1 | [GCC 4.9.2] on linux2
  107173. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107174. web_1 | (InteractiveConsole)
  107175. web_1 |
  107176. web_1 | >>> >>> Starting the server
  107177. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107178. web_1 |
  107179. web_1 | Fatal error: Unable to find local grunt.
  107180. web_1 |
  107181. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107182. web_1 | your project. For more information about installing and configuring grunt,
  107183. web_1 | please see the Getting Started guide:
  107184. web_1 |
  107185. web_1 | http://gruntjs.com/getting-started
  107186. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107187. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107188. web_1 | Syncing...
  107189. web_1 | Creating tables ...
  107190. web_1 | Installing custom SQL ...
  107191. web_1 | Installing indexes ...
  107192. web_1 | Installed 0 object(s) from 0 fixture(s)
  107193. web_1 |
  107194. web_1 | Synced:
  107195. web_1 | > django.contrib.auth
  107196. web_1 | > django.contrib.contenttypes
  107197. web_1 | > django.contrib.sessions
  107198. web_1 | > django.contrib.sites
  107199. web_1 | > django.contrib.messages
  107200. web_1 | > django.contrib.staticfiles
  107201. web_1 | > django.contrib.admin
  107202. web_1 | > south
  107203. web_1 | > crispy_forms
  107204. web_1 | > avatar
  107205. web_1 | > bootstrap3
  107206. web_1 | > users
  107207. web_1 | > allauth
  107208. web_1 | > allauth.account
  107209. web_1 | > django.contrib.humanize
  107210. web_1 | > debug_toolbar
  107211. web_1 |
  107212. web_1 | Not synced (use migrations):
  107213. web_1 | - allauth.socialaccount
  107214. web_1 | - django_extensions
  107215. web_1 | (use ./manage.py migrate to migrate these)
  107216. web_1 | Running migrations for socialaccount:
  107217. web_1 | - Nothing to migrate.
  107218. web_1 | - Loading initial data for socialaccount.
  107219. web_1 | Installed 0 object(s) from 0 fixture(s)
  107220. web_1 | Running migrations for django_extensions:
  107221. web_1 | - Nothing to migrate.
  107222. web_1 | - Loading initial data for django_extensions.
  107223. web_1 | Installed 0 object(s) from 0 fixture(s)
  107224. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107225. web_1 | [GCC 4.9.2] on linux2
  107226. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107227. web_1 | (InteractiveConsole)
  107228. web_1 |
  107229. web_1 | >>> >>> Starting the server
  107230. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107231. web_1 |
  107232. web_1 | Fatal error: Unable to find local grunt.
  107233. web_1 |
  107234. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107235. web_1 | your project. For more information about installing and configuring grunt,
  107236. web_1 | please see the Getting Started guide:
  107237. web_1 |
  107238. web_1 | http://gruntjs.com/getting-started
  107239. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107240. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107241. web_1 | Syncing...
  107242. web_1 | Creating tables ...
  107243. web_1 | Installing custom SQL ...
  107244. web_1 | Installing indexes ...
  107245. web_1 | Installed 0 object(s) from 0 fixture(s)
  107246. web_1 |
  107247. web_1 | Synced:
  107248. web_1 | > django.contrib.auth
  107249. web_1 | > django.contrib.contenttypes
  107250. web_1 | > django.contrib.sessions
  107251. web_1 | > django.contrib.sites
  107252. web_1 | > django.contrib.messages
  107253. web_1 | > django.contrib.staticfiles
  107254. web_1 | > django.contrib.admin
  107255. web_1 | > south
  107256. web_1 | > crispy_forms
  107257. web_1 | > avatar
  107258. web_1 | > bootstrap3
  107259. web_1 | > users
  107260. web_1 | > allauth
  107261. web_1 | > allauth.account
  107262. web_1 | > django.contrib.humanize
  107263. web_1 | > debug_toolbar
  107264. web_1 |
  107265. web_1 | Not synced (use migrations):
  107266. web_1 | - allauth.socialaccount
  107267. web_1 | - django_extensions
  107268. web_1 | (use ./manage.py migrate to migrate these)
  107269. web_1 | Running migrations for socialaccount:
  107270. web_1 | - Nothing to migrate.
  107271. web_1 | - Loading initial data for socialaccount.
  107272. web_1 | Installed 0 object(s) from 0 fixture(s)
  107273. web_1 | Running migrations for django_extensions:
  107274. web_1 | - Nothing to migrate.
  107275. web_1 | - Loading initial data for django_extensions.
  107276. web_1 | Installed 0 object(s) from 0 fixture(s)
  107277. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107278. web_1 | [GCC 4.9.2] on linux2
  107279. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107280. web_1 | (InteractiveConsole)
  107281. web_1 |
  107282. web_1 | >>> >>> Starting the server
  107283. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107284. web_1 |
  107285. web_1 | Fatal error: Unable to find local grunt.
  107286. web_1 |
  107287. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107288. web_1 | your project. For more information about installing and configuring grunt,
  107289. web_1 | please see the Getting Started guide:
  107290. web_1 |
  107291. web_1 | http://gruntjs.com/getting-started
  107292. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107293. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107294. web_1 | Syncing...
  107295. web_1 | Creating tables ...
  107296. web_1 | Installing custom SQL ...
  107297. web_1 | Installing indexes ...
  107298. web_1 | Installed 0 object(s) from 0 fixture(s)
  107299. web_1 |
  107300. web_1 | Synced:
  107301. web_1 | > django.contrib.auth
  107302. web_1 | > django.contrib.contenttypes
  107303. web_1 | > django.contrib.sessions
  107304. web_1 | > django.contrib.sites
  107305. web_1 | > django.contrib.messages
  107306. web_1 | > django.contrib.staticfiles
  107307. web_1 | > django.contrib.admin
  107308. web_1 | > south
  107309. web_1 | > crispy_forms
  107310. web_1 | > avatar
  107311. web_1 | > bootstrap3
  107312. web_1 | > users
  107313. web_1 | > allauth
  107314. web_1 | > allauth.account
  107315. web_1 | > django.contrib.humanize
  107316. web_1 | > debug_toolbar
  107317. web_1 |
  107318. web_1 | Not synced (use migrations):
  107319. web_1 | - allauth.socialaccount
  107320. web_1 | - django_extensions
  107321. web_1 | (use ./manage.py migrate to migrate these)
  107322. web_1 | Running migrations for socialaccount:
  107323. web_1 | - Nothing to migrate.
  107324. web_1 | - Loading initial data for socialaccount.
  107325. web_1 | Installed 0 object(s) from 0 fixture(s)
  107326. web_1 | Running migrations for django_extensions:
  107327. web_1 | - Nothing to migrate.
  107328. web_1 | - Loading initial data for django_extensions.
  107329. web_1 | Installed 0 object(s) from 0 fixture(s)
  107330. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107331. web_1 | [GCC 4.9.2] on linux2
  107332. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107333. web_1 | (InteractiveConsole)
  107334. web_1 |
  107335. web_1 | >>> >>> Starting the server
  107336. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107337. web_1 |
  107338. web_1 | Fatal error: Unable to find local grunt.
  107339. web_1 |
  107340. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107341. web_1 | your project. For more information about installing and configuring grunt,
  107342. web_1 | please see the Getting Started guide:
  107343. web_1 |
  107344. web_1 | http://gruntjs.com/getting-started
  107345. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107346. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107347. web_1 | Syncing...
  107348. web_1 | Creating tables ...
  107349. web_1 | Installing custom SQL ...
  107350. web_1 | Installing indexes ...
  107351. web_1 | Installed 0 object(s) from 0 fixture(s)
  107352. web_1 |
  107353. web_1 | Synced:
  107354. web_1 | > django.contrib.auth
  107355. web_1 | > django.contrib.contenttypes
  107356. web_1 | > django.contrib.sessions
  107357. web_1 | > django.contrib.sites
  107358. web_1 | > django.contrib.messages
  107359. web_1 | > django.contrib.staticfiles
  107360. web_1 | > django.contrib.admin
  107361. web_1 | > south
  107362. web_1 | > crispy_forms
  107363. web_1 | > avatar
  107364. web_1 | > bootstrap3
  107365. web_1 | > users
  107366. web_1 | > allauth
  107367. web_1 | > allauth.account
  107368. web_1 | > django.contrib.humanize
  107369. web_1 | > debug_toolbar
  107370. web_1 |
  107371. web_1 | Not synced (use migrations):
  107372. web_1 | - allauth.socialaccount
  107373. web_1 | - django_extensions
  107374. web_1 | (use ./manage.py migrate to migrate these)
  107375. web_1 | Running migrations for socialaccount:
  107376. web_1 | - Nothing to migrate.
  107377. web_1 | - Loading initial data for socialaccount.
  107378. web_1 | Installed 0 object(s) from 0 fixture(s)
  107379. web_1 | Running migrations for django_extensions:
  107380. web_1 | - Nothing to migrate.
  107381. web_1 | - Loading initial data for django_extensions.
  107382. web_1 | Installed 0 object(s) from 0 fixture(s)
  107383. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107384. web_1 | [GCC 4.9.2] on linux2
  107385. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107386. web_1 | (InteractiveConsole)
  107387. web_1 |
  107388. web_1 | >>> >>> Starting the server
  107389. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107390. web_1 |
  107391. web_1 | Fatal error: Unable to find local grunt.
  107392. web_1 |
  107393. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107394. web_1 | your project. For more information about installing and configuring grunt,
  107395. web_1 | please see the Getting Started guide:
  107396. web_1 |
  107397. web_1 | http://gruntjs.com/getting-started
  107398. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107399. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107400. web_1 | Syncing...
  107401. web_1 | Creating tables ...
  107402. web_1 | Installing custom SQL ...
  107403. web_1 | Installing indexes ...
  107404. web_1 | Installed 0 object(s) from 0 fixture(s)
  107405. web_1 |
  107406. web_1 | Synced:
  107407. web_1 | > django.contrib.auth
  107408. web_1 | > django.contrib.contenttypes
  107409. web_1 | > django.contrib.sessions
  107410. web_1 | > django.contrib.sites
  107411. web_1 | > django.contrib.messages
  107412. web_1 | > django.contrib.staticfiles
  107413. web_1 | > django.contrib.admin
  107414. web_1 | > south
  107415. web_1 | > crispy_forms
  107416. web_1 | > avatar
  107417. web_1 | > bootstrap3
  107418. web_1 | > users
  107419. web_1 | > allauth
  107420. web_1 | > allauth.account
  107421. web_1 | > django.contrib.humanize
  107422. web_1 | > debug_toolbar
  107423. web_1 |
  107424. web_1 | Not synced (use migrations):
  107425. web_1 | - allauth.socialaccount
  107426. web_1 | - django_extensions
  107427. web_1 | (use ./manage.py migrate to migrate these)
  107428. web_1 | Running migrations for socialaccount:
  107429. web_1 | - Nothing to migrate.
  107430. web_1 | - Loading initial data for socialaccount.
  107431. web_1 | Installed 0 object(s) from 0 fixture(s)
  107432. web_1 | Running migrations for django_extensions:
  107433. web_1 | - Nothing to migrate.
  107434. web_1 | - Loading initial data for django_extensions.
  107435. web_1 | Installed 0 object(s) from 0 fixture(s)
  107436. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107437. web_1 | [GCC 4.9.2] on linux2
  107438. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107439. web_1 | (InteractiveConsole)
  107440. web_1 |
  107441. web_1 | >>> >>> Starting the server
  107442. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107443. web_1 |
  107444. web_1 | Fatal error: Unable to find local grunt.
  107445. web_1 |
  107446. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107447. web_1 | your project. For more information about installing and configuring grunt,
  107448. web_1 | please see the Getting Started guide:
  107449. web_1 |
  107450. web_1 | http://gruntjs.com/getting-started
  107451. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107452. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107453. web_1 | Syncing...
  107454. web_1 | Creating tables ...
  107455. web_1 | Installing custom SQL ...
  107456. web_1 | Installing indexes ...
  107457. web_1 | Installed 0 object(s) from 0 fixture(s)
  107458. web_1 |
  107459. web_1 | Synced:
  107460. web_1 | > django.contrib.auth
  107461. web_1 | > django.contrib.contenttypes
  107462. web_1 | > django.contrib.sessions
  107463. web_1 | > django.contrib.sites
  107464. web_1 | > django.contrib.messages
  107465. web_1 | > django.contrib.staticfiles
  107466. web_1 | > django.contrib.admin
  107467. web_1 | > south
  107468. web_1 | > crispy_forms
  107469. web_1 | > avatar
  107470. web_1 | > bootstrap3
  107471. web_1 | > users
  107472. web_1 | > allauth
  107473. web_1 | > allauth.account
  107474. web_1 | > django.contrib.humanize
  107475. web_1 | > debug_toolbar
  107476. web_1 |
  107477. web_1 | Not synced (use migrations):
  107478. web_1 | - allauth.socialaccount
  107479. web_1 | - django_extensions
  107480. web_1 | (use ./manage.py migrate to migrate these)
  107481. web_1 | Running migrations for socialaccount:
  107482. web_1 | - Nothing to migrate.
  107483. web_1 | - Loading initial data for socialaccount.
  107484. web_1 | Installed 0 object(s) from 0 fixture(s)
  107485. web_1 | Running migrations for django_extensions:
  107486. web_1 | - Nothing to migrate.
  107487. web_1 | - Loading initial data for django_extensions.
  107488. web_1 | Installed 0 object(s) from 0 fixture(s)
  107489. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107490. web_1 | [GCC 4.9.2] on linux2
  107491. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107492. web_1 | (InteractiveConsole)
  107493. web_1 |
  107494. web_1 | >>> >>> Starting the server
  107495. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107496. web_1 |
  107497. web_1 | Fatal error: Unable to find local grunt.
  107498. web_1 |
  107499. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107500. web_1 | your project. For more information about installing and configuring grunt,
  107501. web_1 | please see the Getting Started guide:
  107502. web_1 |
  107503. web_1 | http://gruntjs.com/getting-started
  107504. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107505. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107506. web_1 | Syncing...
  107507. web_1 | Creating tables ...
  107508. web_1 | Installing custom SQL ...
  107509. web_1 | Installing indexes ...
  107510. web_1 | Installed 0 object(s) from 0 fixture(s)
  107511. web_1 |
  107512. web_1 | Synced:
  107513. web_1 | > django.contrib.auth
  107514. web_1 | > django.contrib.contenttypes
  107515. web_1 | > django.contrib.sessions
  107516. web_1 | > django.contrib.sites
  107517. web_1 | > django.contrib.messages
  107518. web_1 | > django.contrib.staticfiles
  107519. web_1 | > django.contrib.admin
  107520. web_1 | > south
  107521. web_1 | > crispy_forms
  107522. web_1 | > avatar
  107523. web_1 | > bootstrap3
  107524. web_1 | > users
  107525. web_1 | > allauth
  107526. web_1 | > allauth.account
  107527. web_1 | > django.contrib.humanize
  107528. web_1 | > debug_toolbar
  107529. web_1 |
  107530. web_1 | Not synced (use migrations):
  107531. web_1 | - allauth.socialaccount
  107532. web_1 | - django_extensions
  107533. web_1 | (use ./manage.py migrate to migrate these)
  107534. web_1 | Running migrations for socialaccount:
  107535. web_1 | - Nothing to migrate.
  107536. web_1 | - Loading initial data for socialaccount.
  107537. web_1 | Installed 0 object(s) from 0 fixture(s)
  107538. web_1 | Running migrations for django_extensions:
  107539. web_1 | - Nothing to migrate.
  107540. web_1 | - Loading initial data for django_extensions.
  107541. web_1 | Installed 0 object(s) from 0 fixture(s)
  107542. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107543. web_1 | [GCC 4.9.2] on linux2
  107544. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107545. web_1 | (InteractiveConsole)
  107546. web_1 |
  107547. web_1 | >>> >>> Starting the server
  107548. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107549. web_1 |
  107550. web_1 | Fatal error: Unable to find local grunt.
  107551. web_1 |
  107552. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107553. web_1 | your project. For more information about installing and configuring grunt,
  107554. web_1 | please see the Getting Started guide:
  107555. web_1 |
  107556. web_1 | http://gruntjs.com/getting-started
  107557. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107558. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107559. web_1 | Syncing...
  107560. web_1 | Creating tables ...
  107561. web_1 | Installing custom SQL ...
  107562. web_1 | Installing indexes ...
  107563. web_1 | Installed 0 object(s) from 0 fixture(s)
  107564. web_1 |
  107565. web_1 | Synced:
  107566. web_1 | > django.contrib.auth
  107567. web_1 | > django.contrib.contenttypes
  107568. web_1 | > django.contrib.sessions
  107569. web_1 | > django.contrib.sites
  107570. web_1 | > django.contrib.messages
  107571. web_1 | > django.contrib.staticfiles
  107572. web_1 | > django.contrib.admin
  107573. web_1 | > south
  107574. web_1 | > crispy_forms
  107575. web_1 | > avatar
  107576. web_1 | > bootstrap3
  107577. web_1 | > users
  107578. web_1 | > allauth
  107579. web_1 | > allauth.account
  107580. web_1 | > django.contrib.humanize
  107581. web_1 | > debug_toolbar
  107582. web_1 |
  107583. web_1 | Not synced (use migrations):
  107584. web_1 | - allauth.socialaccount
  107585. web_1 | - django_extensions
  107586. web_1 | (use ./manage.py migrate to migrate these)
  107587. web_1 | Running migrations for socialaccount:
  107588. web_1 | - Nothing to migrate.
  107589. web_1 | - Loading initial data for socialaccount.
  107590. web_1 | Installed 0 object(s) from 0 fixture(s)
  107591. web_1 | Running migrations for django_extensions:
  107592. web_1 | - Nothing to migrate.
  107593. web_1 | - Loading initial data for django_extensions.
  107594. web_1 | Installed 0 object(s) from 0 fixture(s)
  107595. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107596. web_1 | [GCC 4.9.2] on linux2
  107597. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107598. web_1 | (InteractiveConsole)
  107599. web_1 |
  107600. web_1 | >>> >>> Starting the server
  107601. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107602. web_1 |
  107603. web_1 | Fatal error: Unable to find local grunt.
  107604. web_1 |
  107605. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107606. web_1 | your project. For more information about installing and configuring grunt,
  107607. web_1 | please see the Getting Started guide:
  107608. web_1 |
  107609. web_1 | http://gruntjs.com/getting-started
  107610. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107611. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107612. web_1 | Syncing...
  107613. web_1 | Creating tables ...
  107614. web_1 | Installing custom SQL ...
  107615. web_1 | Installing indexes ...
  107616. web_1 | Installed 0 object(s) from 0 fixture(s)
  107617. web_1 |
  107618. web_1 | Synced:
  107619. web_1 | > django.contrib.auth
  107620. web_1 | > django.contrib.contenttypes
  107621. web_1 | > django.contrib.sessions
  107622. web_1 | > django.contrib.sites
  107623. web_1 | > django.contrib.messages
  107624. web_1 | > django.contrib.staticfiles
  107625. web_1 | > django.contrib.admin
  107626. web_1 | > south
  107627. web_1 | > crispy_forms
  107628. web_1 | > avatar
  107629. web_1 | > bootstrap3
  107630. web_1 | > users
  107631. web_1 | > allauth
  107632. web_1 | > allauth.account
  107633. web_1 | > django.contrib.humanize
  107634. web_1 | > debug_toolbar
  107635. web_1 |
  107636. web_1 | Not synced (use migrations):
  107637. web_1 | - allauth.socialaccount
  107638. web_1 | - django_extensions
  107639. web_1 | (use ./manage.py migrate to migrate these)
  107640. web_1 | Running migrations for socialaccount:
  107641. web_1 | - Nothing to migrate.
  107642. web_1 | - Loading initial data for socialaccount.
  107643. web_1 | Installed 0 object(s) from 0 fixture(s)
  107644. web_1 | Running migrations for django_extensions:
  107645. web_1 | - Nothing to migrate.
  107646. web_1 | - Loading initial data for django_extensions.
  107647. web_1 | Installed 0 object(s) from 0 fixture(s)
  107648. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107649. web_1 | [GCC 4.9.2] on linux2
  107650. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107651. web_1 | (InteractiveConsole)
  107652. web_1 |
  107653. web_1 | >>> >>> Starting the server
  107654. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107655. web_1 |
  107656. web_1 | Fatal error: Unable to find local grunt.
  107657. web_1 |
  107658. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107659. web_1 | your project. For more information about installing and configuring grunt,
  107660. web_1 | please see the Getting Started guide:
  107661. web_1 |
  107662. web_1 | http://gruntjs.com/getting-started
  107663. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107664. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107665. web_1 | Syncing...
  107666. web_1 | Creating tables ...
  107667. web_1 | Installing custom SQL ...
  107668. web_1 | Installing indexes ...
  107669. web_1 | Installed 0 object(s) from 0 fixture(s)
  107670. web_1 |
  107671. web_1 | Synced:
  107672. web_1 | > django.contrib.auth
  107673. web_1 | > django.contrib.contenttypes
  107674. web_1 | > django.contrib.sessions
  107675. web_1 | > django.contrib.sites
  107676. web_1 | > django.contrib.messages
  107677. web_1 | > django.contrib.staticfiles
  107678. web_1 | > django.contrib.admin
  107679. web_1 | > south
  107680. web_1 | > crispy_forms
  107681. web_1 | > avatar
  107682. web_1 | > bootstrap3
  107683. web_1 | > users
  107684. web_1 | > allauth
  107685. web_1 | > allauth.account
  107686. web_1 | > django.contrib.humanize
  107687. web_1 | > debug_toolbar
  107688. web_1 |
  107689. web_1 | Not synced (use migrations):
  107690. web_1 | - allauth.socialaccount
  107691. web_1 | - django_extensions
  107692. web_1 | (use ./manage.py migrate to migrate these)
  107693. web_1 | Running migrations for socialaccount:
  107694. web_1 | - Nothing to migrate.
  107695. web_1 | - Loading initial data for socialaccount.
  107696. web_1 | Installed 0 object(s) from 0 fixture(s)
  107697. web_1 | Running migrations for django_extensions:
  107698. web_1 | - Nothing to migrate.
  107699. web_1 | - Loading initial data for django_extensions.
  107700. web_1 | Installed 0 object(s) from 0 fixture(s)
  107701. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107702. web_1 | [GCC 4.9.2] on linux2
  107703. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107704. web_1 | (InteractiveConsole)
  107705. web_1 |
  107706. web_1 | >>> >>> Starting the server
  107707. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107708. web_1 |
  107709. web_1 | Fatal error: Unable to find local grunt.
  107710. web_1 |
  107711. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107712. web_1 | your project. For more information about installing and configuring grunt,
  107713. web_1 | please see the Getting Started guide:
  107714. web_1 |
  107715. web_1 | http://gruntjs.com/getting-started
  107716. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107717. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107718. web_1 | Syncing...
  107719. web_1 | Creating tables ...
  107720. web_1 | Installing custom SQL ...
  107721. web_1 | Installing indexes ...
  107722. web_1 | Installed 0 object(s) from 0 fixture(s)
  107723. web_1 |
  107724. web_1 | Synced:
  107725. web_1 | > django.contrib.auth
  107726. web_1 | > django.contrib.contenttypes
  107727. web_1 | > django.contrib.sessions
  107728. web_1 | > django.contrib.sites
  107729. web_1 | > django.contrib.messages
  107730. web_1 | > django.contrib.staticfiles
  107731. web_1 | > django.contrib.admin
  107732. web_1 | > south
  107733. web_1 | > crispy_forms
  107734. web_1 | > avatar
  107735. web_1 | > bootstrap3
  107736. web_1 | > users
  107737. web_1 | > allauth
  107738. web_1 | > allauth.account
  107739. web_1 | > django.contrib.humanize
  107740. web_1 | > debug_toolbar
  107741. web_1 |
  107742. web_1 | Not synced (use migrations):
  107743. web_1 | - allauth.socialaccount
  107744. web_1 | - django_extensions
  107745. web_1 | (use ./manage.py migrate to migrate these)
  107746. web_1 | Running migrations for socialaccount:
  107747. web_1 | - Nothing to migrate.
  107748. web_1 | - Loading initial data for socialaccount.
  107749. web_1 | Installed 0 object(s) from 0 fixture(s)
  107750. web_1 | Running migrations for django_extensions:
  107751. web_1 | - Nothing to migrate.
  107752. web_1 | - Loading initial data for django_extensions.
  107753. web_1 | Installed 0 object(s) from 0 fixture(s)
  107754. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107755. web_1 | [GCC 4.9.2] on linux2
  107756. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107757. web_1 | (InteractiveConsole)
  107758. web_1 |
  107759. web_1 | >>> >>> Starting the server
  107760. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107761. web_1 |
  107762. web_1 | Fatal error: Unable to find local grunt.
  107763. web_1 |
  107764. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107765. web_1 | your project. For more information about installing and configuring grunt,
  107766. web_1 | please see the Getting Started guide:
  107767. web_1 |
  107768. web_1 | http://gruntjs.com/getting-started
  107769. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107770. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107771. web_1 | Syncing...
  107772. web_1 | Creating tables ...
  107773. web_1 | Installing custom SQL ...
  107774. web_1 | Installing indexes ...
  107775. web_1 | Installed 0 object(s) from 0 fixture(s)
  107776. web_1 |
  107777. web_1 | Synced:
  107778. web_1 | > django.contrib.auth
  107779. web_1 | > django.contrib.contenttypes
  107780. web_1 | > django.contrib.sessions
  107781. web_1 | > django.contrib.sites
  107782. web_1 | > django.contrib.messages
  107783. web_1 | > django.contrib.staticfiles
  107784. web_1 | > django.contrib.admin
  107785. web_1 | > south
  107786. web_1 | > crispy_forms
  107787. web_1 | > avatar
  107788. web_1 | > bootstrap3
  107789. web_1 | > users
  107790. web_1 | > allauth
  107791. web_1 | > allauth.account
  107792. web_1 | > django.contrib.humanize
  107793. web_1 | > debug_toolbar
  107794. web_1 |
  107795. web_1 | Not synced (use migrations):
  107796. web_1 | - allauth.socialaccount
  107797. web_1 | - django_extensions
  107798. web_1 | (use ./manage.py migrate to migrate these)
  107799. web_1 | Running migrations for socialaccount:
  107800. web_1 | - Nothing to migrate.
  107801. web_1 | - Loading initial data for socialaccount.
  107802. web_1 | Installed 0 object(s) from 0 fixture(s)
  107803. web_1 | Running migrations for django_extensions:
  107804. web_1 | - Nothing to migrate.
  107805. web_1 | - Loading initial data for django_extensions.
  107806. web_1 | Installed 0 object(s) from 0 fixture(s)
  107807. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107808. web_1 | [GCC 4.9.2] on linux2
  107809. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107810. web_1 | (InteractiveConsole)
  107811. web_1 |
  107812. web_1 | >>> >>> Starting the server
  107813. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107814. web_1 |
  107815. web_1 | Fatal error: Unable to find local grunt.
  107816. web_1 |
  107817. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107818. web_1 | your project. For more information about installing and configuring grunt,
  107819. web_1 | please see the Getting Started guide:
  107820. web_1 |
  107821. web_1 | http://gruntjs.com/getting-started
  107822. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107823. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107824. web_1 | Syncing...
  107825. web_1 | Creating tables ...
  107826. web_1 | Installing custom SQL ...
  107827. web_1 | Installing indexes ...
  107828. web_1 | Installed 0 object(s) from 0 fixture(s)
  107829. web_1 |
  107830. web_1 | Synced:
  107831. web_1 | > django.contrib.auth
  107832. web_1 | > django.contrib.contenttypes
  107833. web_1 | > django.contrib.sessions
  107834. web_1 | > django.contrib.sites
  107835. web_1 | > django.contrib.messages
  107836. web_1 | > django.contrib.staticfiles
  107837. web_1 | > django.contrib.admin
  107838. web_1 | > south
  107839. web_1 | > crispy_forms
  107840. web_1 | > avatar
  107841. web_1 | > bootstrap3
  107842. web_1 | > users
  107843. web_1 | > allauth
  107844. web_1 | > allauth.account
  107845. web_1 | > django.contrib.humanize
  107846. web_1 | > debug_toolbar
  107847. web_1 |
  107848. web_1 | Not synced (use migrations):
  107849. web_1 | - allauth.socialaccount
  107850. web_1 | - django_extensions
  107851. web_1 | (use ./manage.py migrate to migrate these)
  107852. web_1 | Running migrations for socialaccount:
  107853. web_1 | - Nothing to migrate.
  107854. web_1 | - Loading initial data for socialaccount.
  107855. web_1 | Installed 0 object(s) from 0 fixture(s)
  107856. web_1 | Running migrations for django_extensions:
  107857. web_1 | - Nothing to migrate.
  107858. web_1 | - Loading initial data for django_extensions.
  107859. web_1 | Installed 0 object(s) from 0 fixture(s)
  107860. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107861. web_1 | [GCC 4.9.2] on linux2
  107862. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107863. web_1 | (InteractiveConsole)
  107864. web_1 |
  107865. web_1 | >>> >>> Starting the server
  107866. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107867. web_1 |
  107868. web_1 | Fatal error: Unable to find local grunt.
  107869. web_1 |
  107870. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107871. web_1 | your project. For more information about installing and configuring grunt,
  107872. web_1 | please see the Getting Started guide:
  107873. web_1 |
  107874. web_1 | http://gruntjs.com/getting-started
  107875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107876. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107877. web_1 | Syncing...
  107878. web_1 | Creating tables ...
  107879. web_1 | Installing custom SQL ...
  107880. web_1 | Installing indexes ...
  107881. web_1 | Installed 0 object(s) from 0 fixture(s)
  107882. web_1 |
  107883. web_1 | Synced:
  107884. web_1 | > django.contrib.auth
  107885. web_1 | > django.contrib.contenttypes
  107886. web_1 | > django.contrib.sessions
  107887. web_1 | > django.contrib.sites
  107888. web_1 | > django.contrib.messages
  107889. web_1 | > django.contrib.staticfiles
  107890. web_1 | > django.contrib.admin
  107891. web_1 | > south
  107892. web_1 | > crispy_forms
  107893. web_1 | > avatar
  107894. web_1 | > bootstrap3
  107895. web_1 | > users
  107896. web_1 | > allauth
  107897. web_1 | > allauth.account
  107898. web_1 | > django.contrib.humanize
  107899. web_1 | > debug_toolbar
  107900. web_1 |
  107901. web_1 | Not synced (use migrations):
  107902. web_1 | - allauth.socialaccount
  107903. web_1 | - django_extensions
  107904. web_1 | (use ./manage.py migrate to migrate these)
  107905. web_1 | Running migrations for socialaccount:
  107906. web_1 | - Nothing to migrate.
  107907. web_1 | - Loading initial data for socialaccount.
  107908. web_1 | Installed 0 object(s) from 0 fixture(s)
  107909. web_1 | Running migrations for django_extensions:
  107910. web_1 | - Nothing to migrate.
  107911. web_1 | - Loading initial data for django_extensions.
  107912. web_1 | Installed 0 object(s) from 0 fixture(s)
  107913. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107914. web_1 | [GCC 4.9.2] on linux2
  107915. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107916. web_1 | (InteractiveConsole)
  107917. web_1 |
  107918. web_1 | >>> >>> Starting the server
  107919. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107920. web_1 |
  107921. web_1 | Fatal error: Unable to find local grunt.
  107922. web_1 |
  107923. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107924. web_1 | your project. For more information about installing and configuring grunt,
  107925. web_1 | please see the Getting Started guide:
  107926. web_1 |
  107927. web_1 | http://gruntjs.com/getting-started
  107928. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107929. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107930. web_1 | Syncing...
  107931. web_1 | Creating tables ...
  107932. web_1 | Installing custom SQL ...
  107933. web_1 | Installing indexes ...
  107934. web_1 | Installed 0 object(s) from 0 fixture(s)
  107935. web_1 |
  107936. web_1 | Synced:
  107937. web_1 | > django.contrib.auth
  107938. web_1 | > django.contrib.contenttypes
  107939. web_1 | > django.contrib.sessions
  107940. web_1 | > django.contrib.sites
  107941. web_1 | > django.contrib.messages
  107942. web_1 | > django.contrib.staticfiles
  107943. web_1 | > django.contrib.admin
  107944. web_1 | > south
  107945. web_1 | > crispy_forms
  107946. web_1 | > avatar
  107947. web_1 | > bootstrap3
  107948. web_1 | > users
  107949. web_1 | > allauth
  107950. web_1 | > allauth.account
  107951. web_1 | > django.contrib.humanize
  107952. web_1 | > debug_toolbar
  107953. web_1 |
  107954. web_1 | Not synced (use migrations):
  107955. web_1 | - allauth.socialaccount
  107956. web_1 | - django_extensions
  107957. web_1 | (use ./manage.py migrate to migrate these)
  107958. web_1 | Running migrations for socialaccount:
  107959. web_1 | - Nothing to migrate.
  107960. web_1 | - Loading initial data for socialaccount.
  107961. web_1 | Installed 0 object(s) from 0 fixture(s)
  107962. web_1 | Running migrations for django_extensions:
  107963. web_1 | - Nothing to migrate.
  107964. web_1 | - Loading initial data for django_extensions.
  107965. web_1 | Installed 0 object(s) from 0 fixture(s)
  107966. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  107967. web_1 | [GCC 4.9.2] on linux2
  107968. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  107969. web_1 | (InteractiveConsole)
  107970. web_1 |
  107971. web_1 | >>> >>> Starting the server
  107972. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  107973. web_1 |
  107974. web_1 | Fatal error: Unable to find local grunt.
  107975. web_1 |
  107976. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  107977. web_1 | your project. For more information about installing and configuring grunt,
  107978. web_1 | please see the Getting Started guide:
  107979. web_1 |
  107980. web_1 | http://gruntjs.com/getting-started
  107981. web_1 | Starting OpenBSD Secure Shell server: sshd.
  107982. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  107983. web_1 | Syncing...
  107984. web_1 | Creating tables ...
  107985. web_1 | Installing custom SQL ...
  107986. web_1 | Installing indexes ...
  107987. web_1 | Installed 0 object(s) from 0 fixture(s)
  107988. web_1 |
  107989. web_1 | Synced:
  107990. web_1 | > django.contrib.auth
  107991. web_1 | > django.contrib.contenttypes
  107992. web_1 | > django.contrib.sessions
  107993. web_1 | > django.contrib.sites
  107994. web_1 | > django.contrib.messages
  107995. web_1 | > django.contrib.staticfiles
  107996. web_1 | > django.contrib.admin
  107997. web_1 | > south
  107998. web_1 | > crispy_forms
  107999. web_1 | > avatar
  108000. web_1 | > bootstrap3
  108001. web_1 | > users
  108002. web_1 | > allauth
  108003. web_1 | > allauth.account
  108004. web_1 | > django.contrib.humanize
  108005. web_1 | > debug_toolbar
  108006. web_1 |
  108007. web_1 | Not synced (use migrations):
  108008. web_1 | - allauth.socialaccount
  108009. web_1 | - django_extensions
  108010. web_1 | (use ./manage.py migrate to migrate these)
  108011. web_1 | Running migrations for socialaccount:
  108012. web_1 | - Nothing to migrate.
  108013. web_1 | - Loading initial data for socialaccount.
  108014. web_1 | Installed 0 object(s) from 0 fixture(s)
  108015. web_1 | Running migrations for django_extensions:
  108016. web_1 | - Nothing to migrate.
  108017. web_1 | - Loading initial data for django_extensions.
  108018. web_1 | Installed 0 object(s) from 0 fixture(s)
  108019. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108020. web_1 | [GCC 4.9.2] on linux2
  108021. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108022. web_1 | (InteractiveConsole)
  108023. web_1 |
  108024. web_1 | >>> >>> Starting the server
  108025. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108026. web_1 |
  108027. web_1 | Fatal error: Unable to find local grunt.
  108028. web_1 |
  108029. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108030. web_1 | your project. For more information about installing and configuring grunt,
  108031. web_1 | please see the Getting Started guide:
  108032. web_1 |
  108033. web_1 | http://gruntjs.com/getting-started
  108034. oclweb_web_1 exited with code 99
  108035. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108036. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108037. web_1 | Syncing...
  108038. web_1 | Traceback (most recent call last):
  108039. web_1 | File "ocl_web/manage.py", line 19, in <module>
  108040. web_1 | execute_from_command_line(sys.argv)
  108041. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  108042. web_1 | utility.execute()
  108043. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  108044. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  108045. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  108046. web_1 | self.execute(*args, **options.__dict__)
  108047. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  108048. web_1 | output = self.handle(*args, **options)
  108049. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  108050. web_1 | return self.handle_noargs(**options)
  108051. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  108052. web_1 | syncdb.Command().execute(**options)
  108053. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  108054. web_1 | output = self.handle(*args, **options)
  108055. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  108056. web_1 | return self.handle_noargs(**options)
  108057. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  108058. web_1 | cursor = connection.cursor()
  108059. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  108060. web_1 | cursor = self.make_debug_cursor(self._cursor())
  108061. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  108062. web_1 | self.ensure_connection()
  108063. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108064. web_1 | self.connect()
  108065. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  108066. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  108067. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108068. web_1 | self.connect()
  108069. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  108070. web_1 | self.connection = self.get_new_connection(conn_params)
  108071. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  108072. web_1 | return Database.connect(**conn_params)
  108073. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  108074. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  108075. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  108076. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  108077. web_1 | TCP/IP connections on port 5432?
  108078. web_1 |
  108079. web_1 | Traceback (most recent call last):
  108080. web_1 | File "ocl_web/manage.py", line 19, in <module>
  108081. web_1 | execute_from_command_line(sys.argv)
  108082. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  108083. web_1 | utility.execute()
  108084. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  108085. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  108086. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  108087. web_1 | self.execute(*args, **options.__dict__)
  108088. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  108089. web_1 | output = self.handle(*args, **options)
  108090. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  108091. web_1 | ignore_ghosts = ignore_ghosts,
  108092. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  108093. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  108094. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  108095. web_1 | for h in histories:
  108096. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  108097. web_1 | self._fetch_all()
  108098. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  108099. web_1 | self._result_cache = list(self.iterator())
  108100. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  108101. web_1 | for row in compiler.results_iter():
  108102. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  108103. web_1 | for rows in self.execute_sql(MULTI):
  108104. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  108105. web_1 | cursor = self.connection.cursor()
  108106. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  108107. web_1 | cursor = self.make_debug_cursor(self._cursor())
  108108. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  108109. web_1 | self.ensure_connection()
  108110. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108111. web_1 | self.connect()
  108112. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  108113. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  108114. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108115. web_1 | self.connect()
  108116. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  108117. web_1 | self.connection = self.get_new_connection(conn_params)
  108118. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  108119. web_1 | return Database.connect(**conn_params)
  108120. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  108121. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  108122. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  108123. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  108124. web_1 | TCP/IP connections on port 5432?
  108125. web_1 |
  108126. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108127. web_1 | [GCC 4.9.2] on linux2
  108128. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108129. web_1 | (InteractiveConsole)
  108130. web_1 | Traceback (most recent call last):
  108131. web_1 | File "<console>", line 1, in <module>
  108132. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  108133. web_1 | return self.query.get_count(using=self.db)
  108134. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  108135. web_1 | number = obj.get_aggregation(using=using)[None]
  108136. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  108137. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  108138. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  108139. web_1 | cursor = self.connection.cursor()
  108140. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  108141. web_1 | cursor = self.make_debug_cursor(self._cursor())
  108142. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  108143. web_1 | self.ensure_connection()
  108144. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108145. web_1 | self.connect()
  108146. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  108147. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  108148. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  108149. web_1 | self.connect()
  108150. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  108151. web_1 | self.connection = self.get_new_connection(conn_params)
  108152. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  108153. web_1 | return Database.connect(**conn_params)
  108154. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  108155. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  108156. web_1 | OperationalError: could not connect to server: Connection refused
  108157. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  108158. web_1 | TCP/IP connections on port 5432?
  108159. web_1 |
  108160. web_1 |
  108161. web_1 | >>> >>> Starting the server
  108162. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108163. web_1 |
  108164. web_1 | Fatal error: Unable to find local grunt.
  108165. web_1 |
  108166. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108167. web_1 | your project. For more information about installing and configuring grunt,
  108168. web_1 | please see the Getting Started guide:
  108169. web_1 |
  108170. web_1 | http://gruntjs.com/getting-started
  108171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108172. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108173. web_1 | Syncing...
  108174. web_1 | Creating tables ...
  108175. web_1 | Creating table auth_permission
  108176. web_1 | Creating table auth_group_permissions
  108177. web_1 | Creating table auth_group
  108178. web_1 | Creating table django_content_type
  108179. web_1 | Creating table django_session
  108180. web_1 | Creating table django_site
  108181. web_1 | Creating table django_admin_log
  108182. web_1 | Creating table south_migrationhistory
  108183. web_1 | Creating table avatar_avatar
  108184. web_1 | Creating table users_user_groups
  108185. web_1 | Creating table users_user_user_permissions
  108186. web_1 | Creating table users_user
  108187. web_1 | Creating table account_emailaddress
  108188. web_1 | Creating table account_emailconfirmation
  108189. web_1 | Installing custom SQL ...
  108190. web_1 | Installing indexes ...
  108191. web_1 | Installed 0 object(s) from 0 fixture(s)
  108192. web_1 |
  108193. web_1 | Synced:
  108194. web_1 | > django.contrib.auth
  108195. web_1 | > django.contrib.contenttypes
  108196. web_1 | > django.contrib.sessions
  108197. web_1 | > django.contrib.sites
  108198. web_1 | > django.contrib.messages
  108199. web_1 | > django.contrib.staticfiles
  108200. web_1 | > django.contrib.admin
  108201. web_1 | > south
  108202. web_1 | > crispy_forms
  108203. web_1 | > avatar
  108204. web_1 | > bootstrap3
  108205. web_1 | > users
  108206. web_1 | > allauth
  108207. web_1 | > allauth.account
  108208. web_1 | > django.contrib.humanize
  108209. web_1 | > debug_toolbar
  108210. web_1 |
  108211. web_1 | Not synced (use migrations):
  108212. web_1 | - allauth.socialaccount
  108213. web_1 | - django_extensions
  108214. web_1 | (use ./manage.py migrate to migrate these)
  108215. web_1 | Running migrations for socialaccount:
  108216. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  108217. web_1 | > socialaccount:0001_initial
  108218. web_1 | > socialaccount:0002_genericmodels
  108219. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  108220. web_1 | > socialaccount:0004_add_sites
  108221. web_1 | > socialaccount:0005_set_sites
  108222. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  108223. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  108224. web_1 | > socialaccount:0008_client_id
  108225. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  108226. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  108227. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  108228. web_1 | - Loading initial data for socialaccount.
  108229. web_1 | Installed 0 object(s) from 0 fixture(s)
  108230. web_1 | Running migrations for django_extensions:
  108231. web_1 | - Migrating forwards to 0001_empty.
  108232. web_1 | > django_extensions:0001_empty
  108233. web_1 | - Loading initial data for django_extensions.
  108234. web_1 | Installed 0 object(s) from 0 fixture(s)
  108235. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108236. web_1 | [GCC 4.9.2] on linux2
  108237. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108238. web_1 | (InteractiveConsole)
  108239. web_1 |
  108240. web_1 | >>> >>> Starting the server
  108241. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108242. web_1 |
  108243. web_1 | Fatal error: Unable to find local grunt.
  108244. web_1 |
  108245. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108246. web_1 | your project. For more information about installing and configuring grunt,
  108247. web_1 | please see the Getting Started guide:
  108248. web_1 |
  108249. web_1 | http://gruntjs.com/getting-started
  108250. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108251. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108252. web_1 | Syncing...
  108253. web_1 | Creating tables ...
  108254. web_1 | Installing custom SQL ...
  108255. web_1 | Installing indexes ...
  108256. web_1 | Installed 0 object(s) from 0 fixture(s)
  108257. web_1 |
  108258. web_1 | Synced:
  108259. web_1 | > django.contrib.auth
  108260. web_1 | > django.contrib.contenttypes
  108261. web_1 | > django.contrib.sessions
  108262. web_1 | > django.contrib.sites
  108263. web_1 | > django.contrib.messages
  108264. web_1 | > django.contrib.staticfiles
  108265. web_1 | > django.contrib.admin
  108266. web_1 | > south
  108267. web_1 | > crispy_forms
  108268. web_1 | > avatar
  108269. web_1 | > bootstrap3
  108270. web_1 | > users
  108271. web_1 | > allauth
  108272. web_1 | > allauth.account
  108273. web_1 | > django.contrib.humanize
  108274. web_1 | > debug_toolbar
  108275. web_1 |
  108276. web_1 | Not synced (use migrations):
  108277. web_1 | - allauth.socialaccount
  108278. web_1 | - django_extensions
  108279. web_1 | (use ./manage.py migrate to migrate these)
  108280. web_1 | Running migrations for socialaccount:
  108281. web_1 | - Nothing to migrate.
  108282. web_1 | - Loading initial data for socialaccount.
  108283. web_1 | Installed 0 object(s) from 0 fixture(s)
  108284. web_1 | Running migrations for django_extensions:
  108285. web_1 | - Nothing to migrate.
  108286. web_1 | - Loading initial data for django_extensions.
  108287. web_1 | Installed 0 object(s) from 0 fixture(s)
  108288. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108289. web_1 | [GCC 4.9.2] on linux2
  108290. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108291. web_1 | (InteractiveConsole)
  108292. web_1 |
  108293. web_1 | >>> >>> Starting the server
  108294. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108295. web_1 |
  108296. web_1 | Fatal error: Unable to find local grunt.
  108297. web_1 |
  108298. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108299. web_1 | your project. For more information about installing and configuring grunt,
  108300. web_1 | please see the Getting Started guide:
  108301. web_1 |
  108302. web_1 | http://gruntjs.com/getting-started
  108303. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108304. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108305. web_1 | Syncing...
  108306. web_1 | Creating tables ...
  108307. web_1 | Installing custom SQL ...
  108308. web_1 | Installing indexes ...
  108309. web_1 | Installed 0 object(s) from 0 fixture(s)
  108310. web_1 |
  108311. web_1 | Synced:
  108312. web_1 | > django.contrib.auth
  108313. web_1 | > django.contrib.contenttypes
  108314. web_1 | > django.contrib.sessions
  108315. web_1 | > django.contrib.sites
  108316. web_1 | > django.contrib.messages
  108317. web_1 | > django.contrib.staticfiles
  108318. web_1 | > django.contrib.admin
  108319. web_1 | > south
  108320. web_1 | > crispy_forms
  108321. web_1 | > avatar
  108322. web_1 | > bootstrap3
  108323. web_1 | > users
  108324. web_1 | > allauth
  108325. web_1 | > allauth.account
  108326. web_1 | > django.contrib.humanize
  108327. web_1 | > debug_toolbar
  108328. web_1 |
  108329. web_1 | Not synced (use migrations):
  108330. web_1 | - allauth.socialaccount
  108331. web_1 | - django_extensions
  108332. web_1 | (use ./manage.py migrate to migrate these)
  108333. web_1 | Running migrations for socialaccount:
  108334. web_1 | - Nothing to migrate.
  108335. web_1 | - Loading initial data for socialaccount.
  108336. web_1 | Installed 0 object(s) from 0 fixture(s)
  108337. web_1 | Running migrations for django_extensions:
  108338. web_1 | - Nothing to migrate.
  108339. web_1 | - Loading initial data for django_extensions.
  108340. web_1 | Installed 0 object(s) from 0 fixture(s)
  108341. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108342. web_1 | [GCC 4.9.2] on linux2
  108343. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108344. web_1 | (InteractiveConsole)
  108345. web_1 |
  108346. web_1 | >>> >>> Starting the server
  108347. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108348. web_1 |
  108349. web_1 | Fatal error: Unable to find local grunt.
  108350. web_1 |
  108351. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108352. web_1 | your project. For more information about installing and configuring grunt,
  108353. web_1 | please see the Getting Started guide:
  108354. web_1 |
  108355. web_1 | http://gruntjs.com/getting-started
  108356. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108357. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108358. web_1 | Syncing...
  108359. web_1 | Creating tables ...
  108360. web_1 | Installing custom SQL ...
  108361. web_1 | Installing indexes ...
  108362. web_1 | Installed 0 object(s) from 0 fixture(s)
  108363. web_1 |
  108364. web_1 | Synced:
  108365. web_1 | > django.contrib.auth
  108366. web_1 | > django.contrib.contenttypes
  108367. web_1 | > django.contrib.sessions
  108368. web_1 | > django.contrib.sites
  108369. web_1 | > django.contrib.messages
  108370. web_1 | > django.contrib.staticfiles
  108371. web_1 | > django.contrib.admin
  108372. web_1 | > south
  108373. web_1 | > crispy_forms
  108374. web_1 | > avatar
  108375. web_1 | > bootstrap3
  108376. web_1 | > users
  108377. web_1 | > allauth
  108378. web_1 | > allauth.account
  108379. web_1 | > django.contrib.humanize
  108380. web_1 | > debug_toolbar
  108381. web_1 |
  108382. web_1 | Not synced (use migrations):
  108383. web_1 | - allauth.socialaccount
  108384. web_1 | - django_extensions
  108385. web_1 | (use ./manage.py migrate to migrate these)
  108386. web_1 | Running migrations for socialaccount:
  108387. web_1 | - Nothing to migrate.
  108388. web_1 | - Loading initial data for socialaccount.
  108389. web_1 | Installed 0 object(s) from 0 fixture(s)
  108390. web_1 | Running migrations for django_extensions:
  108391. web_1 | - Nothing to migrate.
  108392. web_1 | - Loading initial data for django_extensions.
  108393. web_1 | Installed 0 object(s) from 0 fixture(s)
  108394. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108395. web_1 | [GCC 4.9.2] on linux2
  108396. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108397. web_1 | (InteractiveConsole)
  108398. web_1 |
  108399. web_1 | >>> >>> Starting the server
  108400. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108401. web_1 |
  108402. web_1 | Fatal error: Unable to find local grunt.
  108403. web_1 |
  108404. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108405. web_1 | your project. For more information about installing and configuring grunt,
  108406. web_1 | please see the Getting Started guide:
  108407. web_1 |
  108408. web_1 | http://gruntjs.com/getting-started
  108409. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108410. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108411. web_1 | Syncing...
  108412. web_1 | Creating tables ...
  108413. web_1 | Installing custom SQL ...
  108414. web_1 | Installing indexes ...
  108415. web_1 | Installed 0 object(s) from 0 fixture(s)
  108416. web_1 |
  108417. web_1 | Synced:
  108418. web_1 | > django.contrib.auth
  108419. web_1 | > django.contrib.contenttypes
  108420. web_1 | > django.contrib.sessions
  108421. web_1 | > django.contrib.sites
  108422. web_1 | > django.contrib.messages
  108423. web_1 | > django.contrib.staticfiles
  108424. web_1 | > django.contrib.admin
  108425. web_1 | > south
  108426. web_1 | > crispy_forms
  108427. web_1 | > avatar
  108428. web_1 | > bootstrap3
  108429. web_1 | > users
  108430. web_1 | > allauth
  108431. web_1 | > allauth.account
  108432. web_1 | > django.contrib.humanize
  108433. web_1 | > debug_toolbar
  108434. web_1 |
  108435. web_1 | Not synced (use migrations):
  108436. web_1 | - allauth.socialaccount
  108437. web_1 | - django_extensions
  108438. web_1 | (use ./manage.py migrate to migrate these)
  108439. web_1 | Running migrations for socialaccount:
  108440. web_1 | - Nothing to migrate.
  108441. web_1 | - Loading initial data for socialaccount.
  108442. web_1 | Installed 0 object(s) from 0 fixture(s)
  108443. web_1 | Running migrations for django_extensions:
  108444. web_1 | - Nothing to migrate.
  108445. web_1 | - Loading initial data for django_extensions.
  108446. web_1 | Installed 0 object(s) from 0 fixture(s)
  108447. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108448. web_1 | [GCC 4.9.2] on linux2
  108449. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108450. web_1 | (InteractiveConsole)
  108451. web_1 |
  108452. web_1 | >>> >>> Starting the server
  108453. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108454. web_1 |
  108455. web_1 | Fatal error: Unable to find local grunt.
  108456. web_1 |
  108457. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108458. web_1 | your project. For more information about installing and configuring grunt,
  108459. web_1 | please see the Getting Started guide:
  108460. web_1 |
  108461. web_1 | http://gruntjs.com/getting-started
  108462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108464. web_1 | Syncing...
  108465. web_1 | Creating tables ...
  108466. web_1 | Installing custom SQL ...
  108467. web_1 | Installing indexes ...
  108468. web_1 | Installed 0 object(s) from 0 fixture(s)
  108469. web_1 |
  108470. web_1 | Synced:
  108471. web_1 | > django.contrib.auth
  108472. web_1 | > django.contrib.contenttypes
  108473. web_1 | > django.contrib.sessions
  108474. web_1 | > django.contrib.sites
  108475. web_1 | > django.contrib.messages
  108476. web_1 | > django.contrib.staticfiles
  108477. web_1 | > django.contrib.admin
  108478. web_1 | > south
  108479. web_1 | > crispy_forms
  108480. web_1 | > avatar
  108481. web_1 | > bootstrap3
  108482. web_1 | > users
  108483. web_1 | > allauth
  108484. web_1 | > allauth.account
  108485. web_1 | > django.contrib.humanize
  108486. web_1 | > debug_toolbar
  108487. web_1 |
  108488. web_1 | Not synced (use migrations):
  108489. web_1 | - allauth.socialaccount
  108490. web_1 | - django_extensions
  108491. web_1 | (use ./manage.py migrate to migrate these)
  108492. web_1 | Running migrations for socialaccount:
  108493. web_1 | - Nothing to migrate.
  108494. web_1 | - Loading initial data for socialaccount.
  108495. web_1 | Installed 0 object(s) from 0 fixture(s)
  108496. web_1 | Running migrations for django_extensions:
  108497. web_1 | - Nothing to migrate.
  108498. web_1 | - Loading initial data for django_extensions.
  108499. web_1 | Installed 0 object(s) from 0 fixture(s)
  108500. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108501. web_1 | [GCC 4.9.2] on linux2
  108502. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108503. web_1 | (InteractiveConsole)
  108504. web_1 |
  108505. web_1 | >>> >>> Starting the server
  108506. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108507. web_1 |
  108508. web_1 | Fatal error: Unable to find local grunt.
  108509. web_1 |
  108510. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108511. web_1 | your project. For more information about installing and configuring grunt,
  108512. web_1 | please see the Getting Started guide:
  108513. web_1 |
  108514. web_1 | http://gruntjs.com/getting-started
  108515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108517. web_1 | Syncing...
  108518. web_1 | Creating tables ...
  108519. web_1 | Installing custom SQL ...
  108520. web_1 | Installing indexes ...
  108521. web_1 | Installed 0 object(s) from 0 fixture(s)
  108522. web_1 |
  108523. web_1 | Synced:
  108524. web_1 | > django.contrib.auth
  108525. web_1 | > django.contrib.contenttypes
  108526. web_1 | > django.contrib.sessions
  108527. web_1 | > django.contrib.sites
  108528. web_1 | > django.contrib.messages
  108529. web_1 | > django.contrib.staticfiles
  108530. web_1 | > django.contrib.admin
  108531. web_1 | > south
  108532. web_1 | > crispy_forms
  108533. web_1 | > avatar
  108534. web_1 | > bootstrap3
  108535. web_1 | > users
  108536. web_1 | > allauth
  108537. web_1 | > allauth.account
  108538. web_1 | > django.contrib.humanize
  108539. web_1 | > debug_toolbar
  108540. web_1 |
  108541. web_1 | Not synced (use migrations):
  108542. web_1 | - allauth.socialaccount
  108543. web_1 | - django_extensions
  108544. web_1 | (use ./manage.py migrate to migrate these)
  108545. web_1 | Running migrations for socialaccount:
  108546. web_1 | - Nothing to migrate.
  108547. web_1 | - Loading initial data for socialaccount.
  108548. web_1 | Installed 0 object(s) from 0 fixture(s)
  108549. web_1 | Running migrations for django_extensions:
  108550. web_1 | - Nothing to migrate.
  108551. web_1 | - Loading initial data for django_extensions.
  108552. web_1 | Installed 0 object(s) from 0 fixture(s)
  108553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108554. web_1 | [GCC 4.9.2] on linux2
  108555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108556. web_1 | (InteractiveConsole)
  108557. web_1 |
  108558. web_1 | >>> >>> Starting the server
  108559. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108560. web_1 |
  108561. web_1 | Fatal error: Unable to find local grunt.
  108562. web_1 |
  108563. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108564. web_1 | your project. For more information about installing and configuring grunt,
  108565. web_1 | please see the Getting Started guide:
  108566. web_1 |
  108567. web_1 | http://gruntjs.com/getting-started
  108568. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108569. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108570. web_1 | Syncing...
  108571. web_1 | Creating tables ...
  108572. web_1 | Installing custom SQL ...
  108573. web_1 | Installing indexes ...
  108574. web_1 | Installed 0 object(s) from 0 fixture(s)
  108575. web_1 |
  108576. web_1 | Synced:
  108577. web_1 | > django.contrib.auth
  108578. web_1 | > django.contrib.contenttypes
  108579. web_1 | > django.contrib.sessions
  108580. web_1 | > django.contrib.sites
  108581. web_1 | > django.contrib.messages
  108582. web_1 | > django.contrib.staticfiles
  108583. web_1 | > django.contrib.admin
  108584. web_1 | > south
  108585. web_1 | > crispy_forms
  108586. web_1 | > avatar
  108587. web_1 | > bootstrap3
  108588. web_1 | > users
  108589. web_1 | > allauth
  108590. web_1 | > allauth.account
  108591. web_1 | > django.contrib.humanize
  108592. web_1 | > debug_toolbar
  108593. web_1 |
  108594. web_1 | Not synced (use migrations):
  108595. web_1 | - allauth.socialaccount
  108596. web_1 | - django_extensions
  108597. web_1 | (use ./manage.py migrate to migrate these)
  108598. web_1 | Running migrations for socialaccount:
  108599. web_1 | - Nothing to migrate.
  108600. web_1 | - Loading initial data for socialaccount.
  108601. web_1 | Installed 0 object(s) from 0 fixture(s)
  108602. web_1 | Running migrations for django_extensions:
  108603. web_1 | - Nothing to migrate.
  108604. web_1 | - Loading initial data for django_extensions.
  108605. web_1 | Installed 0 object(s) from 0 fixture(s)
  108606. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108607. web_1 | [GCC 4.9.2] on linux2
  108608. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108609. web_1 | (InteractiveConsole)
  108610. web_1 |
  108611. web_1 | >>> >>> Starting the server
  108612. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108613. web_1 |
  108614. web_1 | Fatal error: Unable to find local grunt.
  108615. web_1 |
  108616. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108617. web_1 | your project. For more information about installing and configuring grunt,
  108618. web_1 | please see the Getting Started guide:
  108619. web_1 |
  108620. web_1 | http://gruntjs.com/getting-started
  108621. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108622. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108623. web_1 | Syncing...
  108624. web_1 | Creating tables ...
  108625. web_1 | Installing custom SQL ...
  108626. web_1 | Installing indexes ...
  108627. web_1 | Installed 0 object(s) from 0 fixture(s)
  108628. web_1 |
  108629. web_1 | Synced:
  108630. web_1 | > django.contrib.auth
  108631. web_1 | > django.contrib.contenttypes
  108632. web_1 | > django.contrib.sessions
  108633. web_1 | > django.contrib.sites
  108634. web_1 | > django.contrib.messages
  108635. web_1 | > django.contrib.staticfiles
  108636. web_1 | > django.contrib.admin
  108637. web_1 | > south
  108638. web_1 | > crispy_forms
  108639. web_1 | > avatar
  108640. web_1 | > bootstrap3
  108641. web_1 | > users
  108642. web_1 | > allauth
  108643. web_1 | > allauth.account
  108644. web_1 | > django.contrib.humanize
  108645. web_1 | > debug_toolbar
  108646. web_1 |
  108647. web_1 | Not synced (use migrations):
  108648. web_1 | - allauth.socialaccount
  108649. web_1 | - django_extensions
  108650. web_1 | (use ./manage.py migrate to migrate these)
  108651. web_1 | Running migrations for socialaccount:
  108652. web_1 | - Nothing to migrate.
  108653. web_1 | - Loading initial data for socialaccount.
  108654. web_1 | Installed 0 object(s) from 0 fixture(s)
  108655. web_1 | Running migrations for django_extensions:
  108656. web_1 | - Nothing to migrate.
  108657. web_1 | - Loading initial data for django_extensions.
  108658. web_1 | Installed 0 object(s) from 0 fixture(s)
  108659. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108660. web_1 | [GCC 4.9.2] on linux2
  108661. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108662. web_1 | (InteractiveConsole)
  108663. web_1 |
  108664. web_1 | >>> >>> Starting the server
  108665. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108666. web_1 |
  108667. web_1 | Fatal error: Unable to find local grunt.
  108668. web_1 |
  108669. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108670. web_1 | your project. For more information about installing and configuring grunt,
  108671. web_1 | please see the Getting Started guide:
  108672. web_1 |
  108673. web_1 | http://gruntjs.com/getting-started
  108674. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108675. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108676. web_1 | Syncing...
  108677. web_1 | Creating tables ...
  108678. web_1 | Installing custom SQL ...
  108679. web_1 | Installing indexes ...
  108680. web_1 | Installed 0 object(s) from 0 fixture(s)
  108681. web_1 |
  108682. web_1 | Synced:
  108683. web_1 | > django.contrib.auth
  108684. web_1 | > django.contrib.contenttypes
  108685. web_1 | > django.contrib.sessions
  108686. web_1 | > django.contrib.sites
  108687. web_1 | > django.contrib.messages
  108688. web_1 | > django.contrib.staticfiles
  108689. web_1 | > django.contrib.admin
  108690. web_1 | > south
  108691. web_1 | > crispy_forms
  108692. web_1 | > avatar
  108693. web_1 | > bootstrap3
  108694. web_1 | > users
  108695. web_1 | > allauth
  108696. web_1 | > allauth.account
  108697. web_1 | > django.contrib.humanize
  108698. web_1 | > debug_toolbar
  108699. web_1 |
  108700. web_1 | Not synced (use migrations):
  108701. web_1 | - allauth.socialaccount
  108702. web_1 | - django_extensions
  108703. web_1 | (use ./manage.py migrate to migrate these)
  108704. web_1 | Running migrations for socialaccount:
  108705. web_1 | - Nothing to migrate.
  108706. web_1 | - Loading initial data for socialaccount.
  108707. web_1 | Installed 0 object(s) from 0 fixture(s)
  108708. web_1 | Running migrations for django_extensions:
  108709. web_1 | - Nothing to migrate.
  108710. web_1 | - Loading initial data for django_extensions.
  108711. web_1 | Installed 0 object(s) from 0 fixture(s)
  108712. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108713. web_1 | [GCC 4.9.2] on linux2
  108714. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108715. web_1 | (InteractiveConsole)
  108716. web_1 |
  108717. web_1 | >>> >>> Starting the server
  108718. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108719. web_1 |
  108720. web_1 | Fatal error: Unable to find local grunt.
  108721. web_1 |
  108722. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108723. web_1 | your project. For more information about installing and configuring grunt,
  108724. web_1 | please see the Getting Started guide:
  108725. web_1 |
  108726. web_1 | http://gruntjs.com/getting-started
  108727. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108728. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108729. web_1 | Syncing...
  108730. web_1 | Creating tables ...
  108731. web_1 | Installing custom SQL ...
  108732. web_1 | Installing indexes ...
  108733. web_1 | Installed 0 object(s) from 0 fixture(s)
  108734. web_1 |
  108735. web_1 | Synced:
  108736. web_1 | > django.contrib.auth
  108737. web_1 | > django.contrib.contenttypes
  108738. web_1 | > django.contrib.sessions
  108739. web_1 | > django.contrib.sites
  108740. web_1 | > django.contrib.messages
  108741. web_1 | > django.contrib.staticfiles
  108742. web_1 | > django.contrib.admin
  108743. web_1 | > south
  108744. web_1 | > crispy_forms
  108745. web_1 | > avatar
  108746. web_1 | > bootstrap3
  108747. web_1 | > users
  108748. web_1 | > allauth
  108749. web_1 | > allauth.account
  108750. web_1 | > django.contrib.humanize
  108751. web_1 | > debug_toolbar
  108752. web_1 |
  108753. web_1 | Not synced (use migrations):
  108754. web_1 | - allauth.socialaccount
  108755. web_1 | - django_extensions
  108756. web_1 | (use ./manage.py migrate to migrate these)
  108757. web_1 | Running migrations for socialaccount:
  108758. web_1 | - Nothing to migrate.
  108759. web_1 | - Loading initial data for socialaccount.
  108760. web_1 | Installed 0 object(s) from 0 fixture(s)
  108761. web_1 | Running migrations for django_extensions:
  108762. web_1 | - Nothing to migrate.
  108763. web_1 | - Loading initial data for django_extensions.
  108764. web_1 | Installed 0 object(s) from 0 fixture(s)
  108765. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108766. web_1 | [GCC 4.9.2] on linux2
  108767. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108768. web_1 | (InteractiveConsole)
  108769. web_1 |
  108770. web_1 | >>> >>> Starting the server
  108771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108772. web_1 |
  108773. web_1 | Fatal error: Unable to find local grunt.
  108774. web_1 |
  108775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108776. web_1 | your project. For more information about installing and configuring grunt,
  108777. web_1 | please see the Getting Started guide:
  108778. web_1 |
  108779. web_1 | http://gruntjs.com/getting-started
  108780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108781. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108782. web_1 | Syncing...
  108783. web_1 | Creating tables ...
  108784. web_1 | Installing custom SQL ...
  108785. web_1 | Installing indexes ...
  108786. web_1 | Installed 0 object(s) from 0 fixture(s)
  108787. web_1 |
  108788. web_1 | Synced:
  108789. web_1 | > django.contrib.auth
  108790. web_1 | > django.contrib.contenttypes
  108791. web_1 | > django.contrib.sessions
  108792. web_1 | > django.contrib.sites
  108793. web_1 | > django.contrib.messages
  108794. web_1 | > django.contrib.staticfiles
  108795. web_1 | > django.contrib.admin
  108796. web_1 | > south
  108797. web_1 | > crispy_forms
  108798. web_1 | > avatar
  108799. web_1 | > bootstrap3
  108800. web_1 | > users
  108801. web_1 | > allauth
  108802. web_1 | > allauth.account
  108803. web_1 | > django.contrib.humanize
  108804. web_1 | > debug_toolbar
  108805. web_1 |
  108806. web_1 | Not synced (use migrations):
  108807. web_1 | - allauth.socialaccount
  108808. web_1 | - django_extensions
  108809. web_1 | (use ./manage.py migrate to migrate these)
  108810. web_1 | Running migrations for socialaccount:
  108811. web_1 | - Nothing to migrate.
  108812. web_1 | - Loading initial data for socialaccount.
  108813. web_1 | Installed 0 object(s) from 0 fixture(s)
  108814. web_1 | Running migrations for django_extensions:
  108815. web_1 | - Nothing to migrate.
  108816. web_1 | - Loading initial data for django_extensions.
  108817. web_1 | Installed 0 object(s) from 0 fixture(s)
  108818. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108819. web_1 | [GCC 4.9.2] on linux2
  108820. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108821. web_1 | (InteractiveConsole)
  108822. web_1 |
  108823. web_1 | >>> >>> Starting the server
  108824. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108825. web_1 |
  108826. web_1 | Fatal error: Unable to find local grunt.
  108827. web_1 |
  108828. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108829. web_1 | your project. For more information about installing and configuring grunt,
  108830. web_1 | please see the Getting Started guide:
  108831. web_1 |
  108832. web_1 | http://gruntjs.com/getting-started
  108833. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108834. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108835. web_1 | Syncing...
  108836. web_1 | Creating tables ...
  108837. web_1 | Installing custom SQL ...
  108838. web_1 | Installing indexes ...
  108839. web_1 | Installed 0 object(s) from 0 fixture(s)
  108840. web_1 |
  108841. web_1 | Synced:
  108842. web_1 | > django.contrib.auth
  108843. web_1 | > django.contrib.contenttypes
  108844. web_1 | > django.contrib.sessions
  108845. web_1 | > django.contrib.sites
  108846. web_1 | > django.contrib.messages
  108847. web_1 | > django.contrib.staticfiles
  108848. web_1 | > django.contrib.admin
  108849. web_1 | > south
  108850. web_1 | > crispy_forms
  108851. web_1 | > avatar
  108852. web_1 | > bootstrap3
  108853. web_1 | > users
  108854. web_1 | > allauth
  108855. web_1 | > allauth.account
  108856. web_1 | > django.contrib.humanize
  108857. web_1 | > debug_toolbar
  108858. web_1 |
  108859. web_1 | Not synced (use migrations):
  108860. web_1 | - allauth.socialaccount
  108861. web_1 | - django_extensions
  108862. web_1 | (use ./manage.py migrate to migrate these)
  108863. web_1 | Running migrations for socialaccount:
  108864. web_1 | - Nothing to migrate.
  108865. web_1 | - Loading initial data for socialaccount.
  108866. web_1 | Installed 0 object(s) from 0 fixture(s)
  108867. web_1 | Running migrations for django_extensions:
  108868. web_1 | - Nothing to migrate.
  108869. web_1 | - Loading initial data for django_extensions.
  108870. web_1 | Installed 0 object(s) from 0 fixture(s)
  108871. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108872. web_1 | [GCC 4.9.2] on linux2
  108873. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108874. web_1 | (InteractiveConsole)
  108875. web_1 |
  108876. web_1 | >>> >>> Starting the server
  108877. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108878. web_1 |
  108879. web_1 | Fatal error: Unable to find local grunt.
  108880. web_1 |
  108881. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108882. web_1 | your project. For more information about installing and configuring grunt,
  108883. web_1 | please see the Getting Started guide:
  108884. web_1 |
  108885. web_1 | http://gruntjs.com/getting-started
  108886. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108887. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108888. web_1 | Syncing...
  108889. web_1 | Creating tables ...
  108890. web_1 | Installing custom SQL ...
  108891. web_1 | Installing indexes ...
  108892. web_1 | Installed 0 object(s) from 0 fixture(s)
  108893. web_1 |
  108894. web_1 | Synced:
  108895. web_1 | > django.contrib.auth
  108896. web_1 | > django.contrib.contenttypes
  108897. web_1 | > django.contrib.sessions
  108898. web_1 | > django.contrib.sites
  108899. web_1 | > django.contrib.messages
  108900. web_1 | > django.contrib.staticfiles
  108901. web_1 | > django.contrib.admin
  108902. web_1 | > south
  108903. web_1 | > crispy_forms
  108904. web_1 | > avatar
  108905. web_1 | > bootstrap3
  108906. web_1 | > users
  108907. web_1 | > allauth
  108908. web_1 | > allauth.account
  108909. web_1 | > django.contrib.humanize
  108910. web_1 | > debug_toolbar
  108911. web_1 |
  108912. web_1 | Not synced (use migrations):
  108913. web_1 | - allauth.socialaccount
  108914. web_1 | - django_extensions
  108915. web_1 | (use ./manage.py migrate to migrate these)
  108916. web_1 | Running migrations for socialaccount:
  108917. web_1 | - Nothing to migrate.
  108918. web_1 | - Loading initial data for socialaccount.
  108919. web_1 | Installed 0 object(s) from 0 fixture(s)
  108920. web_1 | Running migrations for django_extensions:
  108921. web_1 | - Nothing to migrate.
  108922. web_1 | - Loading initial data for django_extensions.
  108923. web_1 | Installed 0 object(s) from 0 fixture(s)
  108924. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108925. web_1 | [GCC 4.9.2] on linux2
  108926. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108927. web_1 | (InteractiveConsole)
  108928. web_1 |
  108929. web_1 | >>> >>> Starting the server
  108930. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108931. web_1 |
  108932. web_1 | Fatal error: Unable to find local grunt.
  108933. web_1 |
  108934. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108935. web_1 | your project. For more information about installing and configuring grunt,
  108936. web_1 | please see the Getting Started guide:
  108937. web_1 |
  108938. web_1 | http://gruntjs.com/getting-started
  108939. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108940. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108941. web_1 | Syncing...
  108942. web_1 | Creating tables ...
  108943. web_1 | Installing custom SQL ...
  108944. web_1 | Installing indexes ...
  108945. web_1 | Installed 0 object(s) from 0 fixture(s)
  108946. web_1 |
  108947. web_1 | Synced:
  108948. web_1 | > django.contrib.auth
  108949. web_1 | > django.contrib.contenttypes
  108950. web_1 | > django.contrib.sessions
  108951. web_1 | > django.contrib.sites
  108952. web_1 | > django.contrib.messages
  108953. web_1 | > django.contrib.staticfiles
  108954. web_1 | > django.contrib.admin
  108955. web_1 | > south
  108956. web_1 | > crispy_forms
  108957. web_1 | > avatar
  108958. web_1 | > bootstrap3
  108959. web_1 | > users
  108960. web_1 | > allauth
  108961. web_1 | > allauth.account
  108962. web_1 | > django.contrib.humanize
  108963. web_1 | > debug_toolbar
  108964. web_1 |
  108965. web_1 | Not synced (use migrations):
  108966. web_1 | - allauth.socialaccount
  108967. web_1 | - django_extensions
  108968. web_1 | (use ./manage.py migrate to migrate these)
  108969. web_1 | Running migrations for socialaccount:
  108970. web_1 | - Nothing to migrate.
  108971. web_1 | - Loading initial data for socialaccount.
  108972. web_1 | Installed 0 object(s) from 0 fixture(s)
  108973. web_1 | Running migrations for django_extensions:
  108974. web_1 | - Nothing to migrate.
  108975. web_1 | - Loading initial data for django_extensions.
  108976. web_1 | Installed 0 object(s) from 0 fixture(s)
  108977. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  108978. web_1 | [GCC 4.9.2] on linux2
  108979. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  108980. web_1 | (InteractiveConsole)
  108981. web_1 |
  108982. web_1 | >>> >>> Starting the server
  108983. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  108984. web_1 |
  108985. web_1 | Fatal error: Unable to find local grunt.
  108986. web_1 |
  108987. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  108988. web_1 | your project. For more information about installing and configuring grunt,
  108989. web_1 | please see the Getting Started guide:
  108990. web_1 |
  108991. web_1 | http://gruntjs.com/getting-started
  108992. web_1 | Starting OpenBSD Secure Shell server: sshd.
  108993. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  108994. web_1 | Syncing...
  108995. web_1 | Creating tables ...
  108996. web_1 | Installing custom SQL ...
  108997. web_1 | Installing indexes ...
  108998. web_1 | Installed 0 object(s) from 0 fixture(s)
  108999. web_1 |
  109000. web_1 | Synced:
  109001. web_1 | > django.contrib.auth
  109002. web_1 | > django.contrib.contenttypes
  109003. web_1 | > django.contrib.sessions
  109004. web_1 | > django.contrib.sites
  109005. web_1 | > django.contrib.messages
  109006. web_1 | > django.contrib.staticfiles
  109007. web_1 | > django.contrib.admin
  109008. web_1 | > south
  109009. web_1 | > crispy_forms
  109010. web_1 | > avatar
  109011. web_1 | > bootstrap3
  109012. web_1 | > users
  109013. web_1 | > allauth
  109014. web_1 | > allauth.account
  109015. web_1 | > django.contrib.humanize
  109016. web_1 | > debug_toolbar
  109017. web_1 |
  109018. web_1 | Not synced (use migrations):
  109019. web_1 | - allauth.socialaccount
  109020. web_1 | - django_extensions
  109021. web_1 | (use ./manage.py migrate to migrate these)
  109022. web_1 | Running migrations for socialaccount:
  109023. web_1 | - Nothing to migrate.
  109024. web_1 | - Loading initial data for socialaccount.
  109025. web_1 | Installed 0 object(s) from 0 fixture(s)
  109026. web_1 | Running migrations for django_extensions:
  109027. web_1 | - Nothing to migrate.
  109028. web_1 | - Loading initial data for django_extensions.
  109029. web_1 | Installed 0 object(s) from 0 fixture(s)
  109030. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109031. web_1 | [GCC 4.9.2] on linux2
  109032. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109033. web_1 | (InteractiveConsole)
  109034. web_1 |
  109035. web_1 | >>> >>> Starting the server
  109036. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109037. web_1 |
  109038. web_1 | Fatal error: Unable to find local grunt.
  109039. web_1 |
  109040. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109041. web_1 | your project. For more information about installing and configuring grunt,
  109042. web_1 | please see the Getting Started guide:
  109043. web_1 |
  109044. web_1 | http://gruntjs.com/getting-started
  109045. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109046. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109047. web_1 | Syncing...
  109048. web_1 | Creating tables ...
  109049. web_1 | Installing custom SQL ...
  109050. web_1 | Installing indexes ...
  109051. web_1 | Installed 0 object(s) from 0 fixture(s)
  109052. web_1 |
  109053. web_1 | Synced:
  109054. web_1 | > django.contrib.auth
  109055. web_1 | > django.contrib.contenttypes
  109056. web_1 | > django.contrib.sessions
  109057. web_1 | > django.contrib.sites
  109058. web_1 | > django.contrib.messages
  109059. web_1 | > django.contrib.staticfiles
  109060. web_1 | > django.contrib.admin
  109061. web_1 | > south
  109062. web_1 | > crispy_forms
  109063. web_1 | > avatar
  109064. web_1 | > bootstrap3
  109065. web_1 | > users
  109066. web_1 | > allauth
  109067. web_1 | > allauth.account
  109068. web_1 | > django.contrib.humanize
  109069. web_1 | > debug_toolbar
  109070. web_1 |
  109071. web_1 | Not synced (use migrations):
  109072. web_1 | - allauth.socialaccount
  109073. web_1 | - django_extensions
  109074. web_1 | (use ./manage.py migrate to migrate these)
  109075. web_1 | Running migrations for socialaccount:
  109076. web_1 | - Nothing to migrate.
  109077. web_1 | - Loading initial data for socialaccount.
  109078. web_1 | Installed 0 object(s) from 0 fixture(s)
  109079. web_1 | Running migrations for django_extensions:
  109080. web_1 | - Nothing to migrate.
  109081. web_1 | - Loading initial data for django_extensions.
  109082. web_1 | Installed 0 object(s) from 0 fixture(s)
  109083. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109084. web_1 | [GCC 4.9.2] on linux2
  109085. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109086. web_1 | (InteractiveConsole)
  109087. web_1 |
  109088. web_1 | >>> >>> Starting the server
  109089. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109090. web_1 |
  109091. web_1 | Fatal error: Unable to find local grunt.
  109092. web_1 |
  109093. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109094. web_1 | your project. For more information about installing and configuring grunt,
  109095. web_1 | please see the Getting Started guide:
  109096. web_1 |
  109097. web_1 | http://gruntjs.com/getting-started
  109098. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109099. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109100. web_1 | Syncing...
  109101. web_1 | Creating tables ...
  109102. web_1 | Installing custom SQL ...
  109103. web_1 | Installing indexes ...
  109104. web_1 | Installed 0 object(s) from 0 fixture(s)
  109105. web_1 |
  109106. web_1 | Synced:
  109107. web_1 | > django.contrib.auth
  109108. web_1 | > django.contrib.contenttypes
  109109. web_1 | > django.contrib.sessions
  109110. web_1 | > django.contrib.sites
  109111. web_1 | > django.contrib.messages
  109112. web_1 | > django.contrib.staticfiles
  109113. web_1 | > django.contrib.admin
  109114. web_1 | > south
  109115. web_1 | > crispy_forms
  109116. web_1 | > avatar
  109117. web_1 | > bootstrap3
  109118. web_1 | > users
  109119. web_1 | > allauth
  109120. web_1 | > allauth.account
  109121. web_1 | > django.contrib.humanize
  109122. web_1 | > debug_toolbar
  109123. web_1 |
  109124. web_1 | Not synced (use migrations):
  109125. web_1 | - allauth.socialaccount
  109126. web_1 | - django_extensions
  109127. web_1 | (use ./manage.py migrate to migrate these)
  109128. web_1 | Running migrations for socialaccount:
  109129. web_1 | - Nothing to migrate.
  109130. web_1 | - Loading initial data for socialaccount.
  109131. web_1 | Installed 0 object(s) from 0 fixture(s)
  109132. web_1 | Running migrations for django_extensions:
  109133. web_1 | - Nothing to migrate.
  109134. web_1 | - Loading initial data for django_extensions.
  109135. web_1 | Installed 0 object(s) from 0 fixture(s)
  109136. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109137. web_1 | [GCC 4.9.2] on linux2
  109138. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109139. web_1 | (InteractiveConsole)
  109140. web_1 |
  109141. web_1 | >>> >>> Starting the server
  109142. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109143. web_1 |
  109144. web_1 | Fatal error: Unable to find local grunt.
  109145. web_1 |
  109146. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109147. web_1 | your project. For more information about installing and configuring grunt,
  109148. web_1 | please see the Getting Started guide:
  109149. web_1 |
  109150. web_1 | http://gruntjs.com/getting-started
  109151. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109152. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109153. web_1 | Syncing...
  109154. web_1 | Creating tables ...
  109155. web_1 | Installing custom SQL ...
  109156. web_1 | Installing indexes ...
  109157. web_1 | Installed 0 object(s) from 0 fixture(s)
  109158. web_1 |
  109159. web_1 | Synced:
  109160. web_1 | > django.contrib.auth
  109161. web_1 | > django.contrib.contenttypes
  109162. web_1 | > django.contrib.sessions
  109163. web_1 | > django.contrib.sites
  109164. web_1 | > django.contrib.messages
  109165. web_1 | > django.contrib.staticfiles
  109166. web_1 | > django.contrib.admin
  109167. web_1 | > south
  109168. web_1 | > crispy_forms
  109169. web_1 | > avatar
  109170. web_1 | > bootstrap3
  109171. web_1 | > users
  109172. web_1 | > allauth
  109173. web_1 | > allauth.account
  109174. web_1 | > django.contrib.humanize
  109175. web_1 | > debug_toolbar
  109176. web_1 |
  109177. web_1 | Not synced (use migrations):
  109178. web_1 | - allauth.socialaccount
  109179. web_1 | - django_extensions
  109180. web_1 | (use ./manage.py migrate to migrate these)
  109181. web_1 | Running migrations for socialaccount:
  109182. web_1 | - Nothing to migrate.
  109183. web_1 | - Loading initial data for socialaccount.
  109184. web_1 | Installed 0 object(s) from 0 fixture(s)
  109185. web_1 | Running migrations for django_extensions:
  109186. web_1 | - Nothing to migrate.
  109187. web_1 | - Loading initial data for django_extensions.
  109188. web_1 | Installed 0 object(s) from 0 fixture(s)
  109189. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109190. web_1 | [GCC 4.9.2] on linux2
  109191. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109192. web_1 | (InteractiveConsole)
  109193. web_1 |
  109194. web_1 | >>> >>> Starting the server
  109195. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109196. web_1 |
  109197. web_1 | Fatal error: Unable to find local grunt.
  109198. web_1 |
  109199. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109200. web_1 | your project. For more information about installing and configuring grunt,
  109201. web_1 | please see the Getting Started guide:
  109202. web_1 |
  109203. web_1 | http://gruntjs.com/getting-started
  109204. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109205. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109206. web_1 | Syncing...
  109207. web_1 | Creating tables ...
  109208. web_1 | Installing custom SQL ...
  109209. web_1 | Installing indexes ...
  109210. web_1 | Installed 0 object(s) from 0 fixture(s)
  109211. web_1 |
  109212. web_1 | Synced:
  109213. web_1 | > django.contrib.auth
  109214. web_1 | > django.contrib.contenttypes
  109215. web_1 | > django.contrib.sessions
  109216. web_1 | > django.contrib.sites
  109217. web_1 | > django.contrib.messages
  109218. web_1 | > django.contrib.staticfiles
  109219. web_1 | > django.contrib.admin
  109220. web_1 | > south
  109221. web_1 | > crispy_forms
  109222. web_1 | > avatar
  109223. web_1 | > bootstrap3
  109224. web_1 | > users
  109225. web_1 | > allauth
  109226. web_1 | > allauth.account
  109227. web_1 | > django.contrib.humanize
  109228. web_1 | > debug_toolbar
  109229. web_1 |
  109230. web_1 | Not synced (use migrations):
  109231. web_1 | - allauth.socialaccount
  109232. web_1 | - django_extensions
  109233. web_1 | (use ./manage.py migrate to migrate these)
  109234. web_1 | Running migrations for socialaccount:
  109235. web_1 | - Nothing to migrate.
  109236. web_1 | - Loading initial data for socialaccount.
  109237. web_1 | Installed 0 object(s) from 0 fixture(s)
  109238. web_1 | Running migrations for django_extensions:
  109239. web_1 | - Nothing to migrate.
  109240. web_1 | - Loading initial data for django_extensions.
  109241. web_1 | Installed 0 object(s) from 0 fixture(s)
  109242. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109243. web_1 | [GCC 4.9.2] on linux2
  109244. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109245. web_1 | (InteractiveConsole)
  109246. web_1 |
  109247. web_1 | >>> >>> Starting the server
  109248. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109249. web_1 |
  109250. web_1 | Fatal error: Unable to find local grunt.
  109251. web_1 |
  109252. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109253. web_1 | your project. For more information about installing and configuring grunt,
  109254. web_1 | please see the Getting Started guide:
  109255. web_1 |
  109256. web_1 | http://gruntjs.com/getting-started
  109257. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109258. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109259. web_1 | Syncing...
  109260. web_1 | Creating tables ...
  109261. web_1 | Installing custom SQL ...
  109262. web_1 | Installing indexes ...
  109263. web_1 | Installed 0 object(s) from 0 fixture(s)
  109264. web_1 |
  109265. web_1 | Synced:
  109266. web_1 | > django.contrib.auth
  109267. web_1 | > django.contrib.contenttypes
  109268. web_1 | > django.contrib.sessions
  109269. web_1 | > django.contrib.sites
  109270. web_1 | > django.contrib.messages
  109271. web_1 | > django.contrib.staticfiles
  109272. web_1 | > django.contrib.admin
  109273. web_1 | > south
  109274. web_1 | > crispy_forms
  109275. web_1 | > avatar
  109276. web_1 | > bootstrap3
  109277. web_1 | > users
  109278. web_1 | > allauth
  109279. web_1 | > allauth.account
  109280. web_1 | > django.contrib.humanize
  109281. web_1 | > debug_toolbar
  109282. web_1 |
  109283. web_1 | Not synced (use migrations):
  109284. web_1 | - allauth.socialaccount
  109285. web_1 | - django_extensions
  109286. web_1 | (use ./manage.py migrate to migrate these)
  109287. web_1 | Running migrations for socialaccount:
  109288. web_1 | - Nothing to migrate.
  109289. web_1 | - Loading initial data for socialaccount.
  109290. web_1 | Installed 0 object(s) from 0 fixture(s)
  109291. web_1 | Running migrations for django_extensions:
  109292. web_1 | - Nothing to migrate.
  109293. web_1 | - Loading initial data for django_extensions.
  109294. web_1 | Installed 0 object(s) from 0 fixture(s)
  109295. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109296. web_1 | [GCC 4.9.2] on linux2
  109297. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109298. web_1 | (InteractiveConsole)
  109299. web_1 |
  109300. web_1 | >>> >>> Starting the server
  109301. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109302. web_1 |
  109303. web_1 | Fatal error: Unable to find local grunt.
  109304. web_1 |
  109305. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109306. web_1 | your project. For more information about installing and configuring grunt,
  109307. web_1 | please see the Getting Started guide:
  109308. web_1 |
  109309. web_1 | http://gruntjs.com/getting-started
  109310. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109311. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109312. web_1 | Syncing...
  109313. web_1 | Creating tables ...
  109314. web_1 | Installing custom SQL ...
  109315. web_1 | Installing indexes ...
  109316. web_1 | Installed 0 object(s) from 0 fixture(s)
  109317. web_1 |
  109318. web_1 | Synced:
  109319. web_1 | > django.contrib.auth
  109320. web_1 | > django.contrib.contenttypes
  109321. web_1 | > django.contrib.sessions
  109322. web_1 | > django.contrib.sites
  109323. web_1 | > django.contrib.messages
  109324. web_1 | > django.contrib.staticfiles
  109325. web_1 | > django.contrib.admin
  109326. web_1 | > south
  109327. web_1 | > crispy_forms
  109328. web_1 | > avatar
  109329. web_1 | > bootstrap3
  109330. web_1 | > users
  109331. web_1 | > allauth
  109332. web_1 | > allauth.account
  109333. web_1 | > django.contrib.humanize
  109334. web_1 | > debug_toolbar
  109335. web_1 |
  109336. web_1 | Not synced (use migrations):
  109337. web_1 | - allauth.socialaccount
  109338. web_1 | - django_extensions
  109339. web_1 | (use ./manage.py migrate to migrate these)
  109340. web_1 | Running migrations for socialaccount:
  109341. web_1 | - Nothing to migrate.
  109342. web_1 | - Loading initial data for socialaccount.
  109343. web_1 | Installed 0 object(s) from 0 fixture(s)
  109344. web_1 | Running migrations for django_extensions:
  109345. web_1 | - Nothing to migrate.
  109346. web_1 | - Loading initial data for django_extensions.
  109347. web_1 | Installed 0 object(s) from 0 fixture(s)
  109348. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109349. web_1 | [GCC 4.9.2] on linux2
  109350. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109351. web_1 | (InteractiveConsole)
  109352. web_1 |
  109353. web_1 | >>> >>> Starting the server
  109354. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109355. web_1 |
  109356. web_1 | Fatal error: Unable to find local grunt.
  109357. web_1 |
  109358. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109359. web_1 | your project. For more information about installing and configuring grunt,
  109360. web_1 | please see the Getting Started guide:
  109361. web_1 |
  109362. web_1 | http://gruntjs.com/getting-started
  109363. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109364. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109365. web_1 | Syncing...
  109366. web_1 | Creating tables ...
  109367. web_1 | Installing custom SQL ...
  109368. web_1 | Installing indexes ...
  109369. web_1 | Installed 0 object(s) from 0 fixture(s)
  109370. web_1 |
  109371. web_1 | Synced:
  109372. web_1 | > django.contrib.auth
  109373. web_1 | > django.contrib.contenttypes
  109374. web_1 | > django.contrib.sessions
  109375. web_1 | > django.contrib.sites
  109376. web_1 | > django.contrib.messages
  109377. web_1 | > django.contrib.staticfiles
  109378. web_1 | > django.contrib.admin
  109379. web_1 | > south
  109380. web_1 | > crispy_forms
  109381. web_1 | > avatar
  109382. web_1 | > bootstrap3
  109383. web_1 | > users
  109384. web_1 | > allauth
  109385. web_1 | > allauth.account
  109386. web_1 | > django.contrib.humanize
  109387. web_1 | > debug_toolbar
  109388. web_1 |
  109389. web_1 | Not synced (use migrations):
  109390. web_1 | - allauth.socialaccount
  109391. web_1 | - django_extensions
  109392. web_1 | (use ./manage.py migrate to migrate these)
  109393. web_1 | Running migrations for socialaccount:
  109394. web_1 | - Nothing to migrate.
  109395. web_1 | - Loading initial data for socialaccount.
  109396. web_1 | Installed 0 object(s) from 0 fixture(s)
  109397. web_1 | Running migrations for django_extensions:
  109398. web_1 | - Nothing to migrate.
  109399. web_1 | - Loading initial data for django_extensions.
  109400. web_1 | Installed 0 object(s) from 0 fixture(s)
  109401. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109402. web_1 | [GCC 4.9.2] on linux2
  109403. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109404. web_1 | (InteractiveConsole)
  109405. web_1 |
  109406. web_1 | >>> >>> Starting the server
  109407. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109408. web_1 |
  109409. web_1 | Fatal error: Unable to find local grunt.
  109410. web_1 |
  109411. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109412. web_1 | your project. For more information about installing and configuring grunt,
  109413. web_1 | please see the Getting Started guide:
  109414. web_1 |
  109415. web_1 | http://gruntjs.com/getting-started
  109416. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109417. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109418. web_1 | Syncing...
  109419. web_1 | Creating tables ...
  109420. web_1 | Installing custom SQL ...
  109421. web_1 | Installing indexes ...
  109422. web_1 | Installed 0 object(s) from 0 fixture(s)
  109423. web_1 |
  109424. web_1 | Synced:
  109425. web_1 | > django.contrib.auth
  109426. web_1 | > django.contrib.contenttypes
  109427. web_1 | > django.contrib.sessions
  109428. web_1 | > django.contrib.sites
  109429. web_1 | > django.contrib.messages
  109430. web_1 | > django.contrib.staticfiles
  109431. web_1 | > django.contrib.admin
  109432. web_1 | > south
  109433. web_1 | > crispy_forms
  109434. web_1 | > avatar
  109435. web_1 | > bootstrap3
  109436. web_1 | > users
  109437. web_1 | > allauth
  109438. web_1 | > allauth.account
  109439. web_1 | > django.contrib.humanize
  109440. web_1 | > debug_toolbar
  109441. web_1 |
  109442. web_1 | Not synced (use migrations):
  109443. web_1 | - allauth.socialaccount
  109444. web_1 | - django_extensions
  109445. web_1 | (use ./manage.py migrate to migrate these)
  109446. web_1 | Running migrations for socialaccount:
  109447. web_1 | - Nothing to migrate.
  109448. web_1 | - Loading initial data for socialaccount.
  109449. web_1 | Installed 0 object(s) from 0 fixture(s)
  109450. web_1 | Running migrations for django_extensions:
  109451. web_1 | - Nothing to migrate.
  109452. web_1 | - Loading initial data for django_extensions.
  109453. web_1 | Installed 0 object(s) from 0 fixture(s)
  109454. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109455. web_1 | [GCC 4.9.2] on linux2
  109456. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109457. web_1 | (InteractiveConsole)
  109458. web_1 |
  109459. web_1 | >>> >>> Starting the server
  109460. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109461. web_1 |
  109462. web_1 | Fatal error: Unable to find local grunt.
  109463. web_1 |
  109464. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109465. web_1 | your project. For more information about installing and configuring grunt,
  109466. web_1 | please see the Getting Started guide:
  109467. web_1 |
  109468. web_1 | http://gruntjs.com/getting-started
  109469. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109470. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109471. web_1 | Syncing...
  109472. web_1 | Creating tables ...
  109473. web_1 | Installing custom SQL ...
  109474. web_1 | Installing indexes ...
  109475. web_1 | Installed 0 object(s) from 0 fixture(s)
  109476. web_1 |
  109477. web_1 | Synced:
  109478. web_1 | > django.contrib.auth
  109479. web_1 | > django.contrib.contenttypes
  109480. web_1 | > django.contrib.sessions
  109481. web_1 | > django.contrib.sites
  109482. web_1 | > django.contrib.messages
  109483. web_1 | > django.contrib.staticfiles
  109484. web_1 | > django.contrib.admin
  109485. web_1 | > south
  109486. web_1 | > crispy_forms
  109487. web_1 | > avatar
  109488. web_1 | > bootstrap3
  109489. web_1 | > users
  109490. web_1 | > allauth
  109491. web_1 | > allauth.account
  109492. web_1 | > django.contrib.humanize
  109493. web_1 | > debug_toolbar
  109494. web_1 |
  109495. web_1 | Not synced (use migrations):
  109496. web_1 | - allauth.socialaccount
  109497. web_1 | - django_extensions
  109498. web_1 | (use ./manage.py migrate to migrate these)
  109499. web_1 | Running migrations for socialaccount:
  109500. web_1 | - Nothing to migrate.
  109501. web_1 | - Loading initial data for socialaccount.
  109502. web_1 | Installed 0 object(s) from 0 fixture(s)
  109503. web_1 | Running migrations for django_extensions:
  109504. web_1 | - Nothing to migrate.
  109505. web_1 | - Loading initial data for django_extensions.
  109506. web_1 | Installed 0 object(s) from 0 fixture(s)
  109507. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109508. web_1 | [GCC 4.9.2] on linux2
  109509. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109510. web_1 | (InteractiveConsole)
  109511. web_1 |
  109512. web_1 | >>> >>> Starting the server
  109513. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109514. web_1 |
  109515. web_1 | Fatal error: Unable to find local grunt.
  109516. web_1 |
  109517. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109518. web_1 | your project. For more information about installing and configuring grunt,
  109519. web_1 | please see the Getting Started guide:
  109520. web_1 |
  109521. web_1 | http://gruntjs.com/getting-started
  109522. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109523. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109524. web_1 | Syncing...
  109525. web_1 | Creating tables ...
  109526. web_1 | Installing custom SQL ...
  109527. web_1 | Installing indexes ...
  109528. web_1 | Installed 0 object(s) from 0 fixture(s)
  109529. web_1 |
  109530. web_1 | Synced:
  109531. web_1 | > django.contrib.auth
  109532. web_1 | > django.contrib.contenttypes
  109533. web_1 | > django.contrib.sessions
  109534. web_1 | > django.contrib.sites
  109535. web_1 | > django.contrib.messages
  109536. web_1 | > django.contrib.staticfiles
  109537. web_1 | > django.contrib.admin
  109538. web_1 | > south
  109539. web_1 | > crispy_forms
  109540. web_1 | > avatar
  109541. web_1 | > bootstrap3
  109542. web_1 | > users
  109543. web_1 | > allauth
  109544. web_1 | > allauth.account
  109545. web_1 | > django.contrib.humanize
  109546. web_1 | > debug_toolbar
  109547. web_1 |
  109548. web_1 | Not synced (use migrations):
  109549. web_1 | - allauth.socialaccount
  109550. web_1 | - django_extensions
  109551. web_1 | (use ./manage.py migrate to migrate these)
  109552. web_1 | Running migrations for socialaccount:
  109553. web_1 | - Nothing to migrate.
  109554. web_1 | - Loading initial data for socialaccount.
  109555. web_1 | Installed 0 object(s) from 0 fixture(s)
  109556. web_1 | Running migrations for django_extensions:
  109557. web_1 | - Nothing to migrate.
  109558. web_1 | - Loading initial data for django_extensions.
  109559. web_1 | Installed 0 object(s) from 0 fixture(s)
  109560. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109561. web_1 | [GCC 4.9.2] on linux2
  109562. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109563. web_1 | (InteractiveConsole)
  109564. web_1 |
  109565. web_1 | >>> >>> Starting the server
  109566. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109567. web_1 |
  109568. web_1 | Fatal error: Unable to find local grunt.
  109569. web_1 |
  109570. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109571. web_1 | your project. For more information about installing and configuring grunt,
  109572. web_1 | please see the Getting Started guide:
  109573. web_1 |
  109574. web_1 | http://gruntjs.com/getting-started
  109575. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109576. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109577. web_1 | Syncing...
  109578. web_1 | Creating tables ...
  109579. web_1 | Installing custom SQL ...
  109580. web_1 | Installing indexes ...
  109581. web_1 | Installed 0 object(s) from 0 fixture(s)
  109582. web_1 |
  109583. web_1 | Synced:
  109584. web_1 | > django.contrib.auth
  109585. web_1 | > django.contrib.contenttypes
  109586. web_1 | > django.contrib.sessions
  109587. web_1 | > django.contrib.sites
  109588. web_1 | > django.contrib.messages
  109589. web_1 | > django.contrib.staticfiles
  109590. web_1 | > django.contrib.admin
  109591. web_1 | > south
  109592. web_1 | > crispy_forms
  109593. web_1 | > avatar
  109594. web_1 | > bootstrap3
  109595. web_1 | > users
  109596. web_1 | > allauth
  109597. web_1 | > allauth.account
  109598. web_1 | > django.contrib.humanize
  109599. web_1 | > debug_toolbar
  109600. web_1 |
  109601. web_1 | Not synced (use migrations):
  109602. web_1 | - allauth.socialaccount
  109603. web_1 | - django_extensions
  109604. web_1 | (use ./manage.py migrate to migrate these)
  109605. web_1 | Running migrations for socialaccount:
  109606. web_1 | - Nothing to migrate.
  109607. web_1 | - Loading initial data for socialaccount.
  109608. web_1 | Installed 0 object(s) from 0 fixture(s)
  109609. web_1 | Running migrations for django_extensions:
  109610. web_1 | - Nothing to migrate.
  109611. web_1 | - Loading initial data for django_extensions.
  109612. web_1 | Installed 0 object(s) from 0 fixture(s)
  109613. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109614. web_1 | [GCC 4.9.2] on linux2
  109615. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109616. web_1 | (InteractiveConsole)
  109617. web_1 |
  109618. web_1 | >>> >>> Starting the server
  109619. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109620. web_1 |
  109621. web_1 | Fatal error: Unable to find local grunt.
  109622. web_1 |
  109623. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109624. web_1 | your project. For more information about installing and configuring grunt,
  109625. web_1 | please see the Getting Started guide:
  109626. web_1 |
  109627. web_1 | http://gruntjs.com/getting-started
  109628. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109629. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109630. web_1 | Syncing...
  109631. web_1 | Creating tables ...
  109632. web_1 | Installing custom SQL ...
  109633. web_1 | Installing indexes ...
  109634. web_1 | Installed 0 object(s) from 0 fixture(s)
  109635. web_1 |
  109636. web_1 | Synced:
  109637. web_1 | > django.contrib.auth
  109638. web_1 | > django.contrib.contenttypes
  109639. web_1 | > django.contrib.sessions
  109640. web_1 | > django.contrib.sites
  109641. web_1 | > django.contrib.messages
  109642. web_1 | > django.contrib.staticfiles
  109643. web_1 | > django.contrib.admin
  109644. web_1 | > south
  109645. web_1 | > crispy_forms
  109646. web_1 | > avatar
  109647. web_1 | > bootstrap3
  109648. web_1 | > users
  109649. web_1 | > allauth
  109650. web_1 | > allauth.account
  109651. web_1 | > django.contrib.humanize
  109652. web_1 | > debug_toolbar
  109653. web_1 |
  109654. web_1 | Not synced (use migrations):
  109655. web_1 | - allauth.socialaccount
  109656. web_1 | - django_extensions
  109657. web_1 | (use ./manage.py migrate to migrate these)
  109658. web_1 | Running migrations for socialaccount:
  109659. web_1 | - Nothing to migrate.
  109660. web_1 | - Loading initial data for socialaccount.
  109661. web_1 | Installed 0 object(s) from 0 fixture(s)
  109662. web_1 | Running migrations for django_extensions:
  109663. web_1 | - Nothing to migrate.
  109664. web_1 | - Loading initial data for django_extensions.
  109665. web_1 | Installed 0 object(s) from 0 fixture(s)
  109666. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109667. web_1 | [GCC 4.9.2] on linux2
  109668. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109669. web_1 | (InteractiveConsole)
  109670. web_1 |
  109671. web_1 | >>> >>> Starting the server
  109672. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109673. web_1 |
  109674. web_1 | Fatal error: Unable to find local grunt.
  109675. web_1 |
  109676. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109677. web_1 | your project. For more information about installing and configuring grunt,
  109678. web_1 | please see the Getting Started guide:
  109679. web_1 |
  109680. web_1 | http://gruntjs.com/getting-started
  109681. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109682. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109683. web_1 | Syncing...
  109684. web_1 | Creating tables ...
  109685. web_1 | Installing custom SQL ...
  109686. web_1 | Installing indexes ...
  109687. web_1 | Installed 0 object(s) from 0 fixture(s)
  109688. web_1 |
  109689. web_1 | Synced:
  109690. web_1 | > django.contrib.auth
  109691. web_1 | > django.contrib.contenttypes
  109692. web_1 | > django.contrib.sessions
  109693. web_1 | > django.contrib.sites
  109694. web_1 | > django.contrib.messages
  109695. web_1 | > django.contrib.staticfiles
  109696. web_1 | > django.contrib.admin
  109697. web_1 | > south
  109698. web_1 | > crispy_forms
  109699. web_1 | > avatar
  109700. web_1 | > bootstrap3
  109701. web_1 | > users
  109702. web_1 | > allauth
  109703. web_1 | > allauth.account
  109704. web_1 | > django.contrib.humanize
  109705. web_1 | > debug_toolbar
  109706. web_1 |
  109707. web_1 | Not synced (use migrations):
  109708. web_1 | - allauth.socialaccount
  109709. web_1 | - django_extensions
  109710. web_1 | (use ./manage.py migrate to migrate these)
  109711. web_1 | Running migrations for socialaccount:
  109712. web_1 | - Nothing to migrate.
  109713. web_1 | - Loading initial data for socialaccount.
  109714. web_1 | Installed 0 object(s) from 0 fixture(s)
  109715. web_1 | Running migrations for django_extensions:
  109716. web_1 | - Nothing to migrate.
  109717. web_1 | - Loading initial data for django_extensions.
  109718. web_1 | Installed 0 object(s) from 0 fixture(s)
  109719. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109720. web_1 | [GCC 4.9.2] on linux2
  109721. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109722. web_1 | (InteractiveConsole)
  109723. web_1 |
  109724. web_1 | >>> >>> Starting the server
  109725. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109726. web_1 |
  109727. web_1 | Fatal error: Unable to find local grunt.
  109728. web_1 |
  109729. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109730. web_1 | your project. For more information about installing and configuring grunt,
  109731. web_1 | please see the Getting Started guide:
  109732. web_1 |
  109733. web_1 | http://gruntjs.com/getting-started
  109734. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109735. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109736. web_1 | Syncing...
  109737. web_1 | Creating tables ...
  109738. web_1 | Installing custom SQL ...
  109739. web_1 | Installing indexes ...
  109740. web_1 | Installed 0 object(s) from 0 fixture(s)
  109741. web_1 |
  109742. web_1 | Synced:
  109743. web_1 | > django.contrib.auth
  109744. web_1 | > django.contrib.contenttypes
  109745. web_1 | > django.contrib.sessions
  109746. web_1 | > django.contrib.sites
  109747. web_1 | > django.contrib.messages
  109748. web_1 | > django.contrib.staticfiles
  109749. web_1 | > django.contrib.admin
  109750. web_1 | > south
  109751. web_1 | > crispy_forms
  109752. web_1 | > avatar
  109753. web_1 | > bootstrap3
  109754. web_1 | > users
  109755. web_1 | > allauth
  109756. web_1 | > allauth.account
  109757. web_1 | > django.contrib.humanize
  109758. web_1 | > debug_toolbar
  109759. web_1 |
  109760. web_1 | Not synced (use migrations):
  109761. web_1 | - allauth.socialaccount
  109762. web_1 | - django_extensions
  109763. web_1 | (use ./manage.py migrate to migrate these)
  109764. web_1 | Running migrations for socialaccount:
  109765. web_1 | - Nothing to migrate.
  109766. web_1 | - Loading initial data for socialaccount.
  109767. web_1 | Installed 0 object(s) from 0 fixture(s)
  109768. web_1 | Running migrations for django_extensions:
  109769. web_1 | - Nothing to migrate.
  109770. web_1 | - Loading initial data for django_extensions.
  109771. web_1 | Installed 0 object(s) from 0 fixture(s)
  109772. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109773. web_1 | [GCC 4.9.2] on linux2
  109774. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109775. web_1 | (InteractiveConsole)
  109776. web_1 |
  109777. web_1 | >>> >>> Starting the server
  109778. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109779. web_1 |
  109780. web_1 | Fatal error: Unable to find local grunt.
  109781. web_1 |
  109782. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109783. web_1 | your project. For more information about installing and configuring grunt,
  109784. web_1 | please see the Getting Started guide:
  109785. web_1 |
  109786. web_1 | http://gruntjs.com/getting-started
  109787. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109788. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109789. web_1 | Syncing...
  109790. web_1 | Creating tables ...
  109791. web_1 | Installing custom SQL ...
  109792. web_1 | Installing indexes ...
  109793. web_1 | Installed 0 object(s) from 0 fixture(s)
  109794. web_1 |
  109795. web_1 | Synced:
  109796. web_1 | > django.contrib.auth
  109797. web_1 | > django.contrib.contenttypes
  109798. web_1 | > django.contrib.sessions
  109799. web_1 | > django.contrib.sites
  109800. web_1 | > django.contrib.messages
  109801. web_1 | > django.contrib.staticfiles
  109802. web_1 | > django.contrib.admin
  109803. web_1 | > south
  109804. web_1 | > crispy_forms
  109805. web_1 | > avatar
  109806. web_1 | > bootstrap3
  109807. web_1 | > users
  109808. web_1 | > allauth
  109809. web_1 | > allauth.account
  109810. web_1 | > django.contrib.humanize
  109811. web_1 | > debug_toolbar
  109812. web_1 |
  109813. web_1 | Not synced (use migrations):
  109814. web_1 | - allauth.socialaccount
  109815. web_1 | - django_extensions
  109816. web_1 | (use ./manage.py migrate to migrate these)
  109817. web_1 | Running migrations for socialaccount:
  109818. web_1 | - Nothing to migrate.
  109819. web_1 | - Loading initial data for socialaccount.
  109820. web_1 | Installed 0 object(s) from 0 fixture(s)
  109821. web_1 | Running migrations for django_extensions:
  109822. web_1 | - Nothing to migrate.
  109823. web_1 | - Loading initial data for django_extensions.
  109824. web_1 | Installed 0 object(s) from 0 fixture(s)
  109825. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109826. web_1 | [GCC 4.9.2] on linux2
  109827. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109828. web_1 | (InteractiveConsole)
  109829. web_1 |
  109830. web_1 | >>> >>> Starting the server
  109831. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109832. web_1 |
  109833. web_1 | Fatal error: Unable to find local grunt.
  109834. web_1 |
  109835. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109836. web_1 | your project. For more information about installing and configuring grunt,
  109837. web_1 | please see the Getting Started guide:
  109838. web_1 |
  109839. web_1 | http://gruntjs.com/getting-started
  109840. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109841. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109842. web_1 | Syncing...
  109843. web_1 | Creating tables ...
  109844. web_1 | Installing custom SQL ...
  109845. web_1 | Installing indexes ...
  109846. web_1 | Installed 0 object(s) from 0 fixture(s)
  109847. web_1 |
  109848. web_1 | Synced:
  109849. web_1 | > django.contrib.auth
  109850. web_1 | > django.contrib.contenttypes
  109851. web_1 | > django.contrib.sessions
  109852. web_1 | > django.contrib.sites
  109853. web_1 | > django.contrib.messages
  109854. web_1 | > django.contrib.staticfiles
  109855. web_1 | > django.contrib.admin
  109856. web_1 | > south
  109857. web_1 | > crispy_forms
  109858. web_1 | > avatar
  109859. web_1 | > bootstrap3
  109860. web_1 | > users
  109861. web_1 | > allauth
  109862. web_1 | > allauth.account
  109863. web_1 | > django.contrib.humanize
  109864. web_1 | > debug_toolbar
  109865. web_1 |
  109866. web_1 | Not synced (use migrations):
  109867. web_1 | - allauth.socialaccount
  109868. web_1 | - django_extensions
  109869. web_1 | (use ./manage.py migrate to migrate these)
  109870. web_1 | Running migrations for socialaccount:
  109871. web_1 | - Nothing to migrate.
  109872. web_1 | - Loading initial data for socialaccount.
  109873. web_1 | Installed 0 object(s) from 0 fixture(s)
  109874. web_1 | Running migrations for django_extensions:
  109875. web_1 | - Nothing to migrate.
  109876. web_1 | - Loading initial data for django_extensions.
  109877. web_1 | Installed 0 object(s) from 0 fixture(s)
  109878. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109879. web_1 | [GCC 4.9.2] on linux2
  109880. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109881. web_1 | (InteractiveConsole)
  109882. web_1 |
  109883. web_1 | >>> >>> Starting the server
  109884. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109885. web_1 |
  109886. web_1 | Fatal error: Unable to find local grunt.
  109887. web_1 |
  109888. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109889. web_1 | your project. For more information about installing and configuring grunt,
  109890. web_1 | please see the Getting Started guide:
  109891. web_1 |
  109892. web_1 | http://gruntjs.com/getting-started
  109893. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109894. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109895. web_1 | Syncing...
  109896. web_1 | Creating tables ...
  109897. web_1 | Installing custom SQL ...
  109898. web_1 | Installing indexes ...
  109899. web_1 | Installed 0 object(s) from 0 fixture(s)
  109900. web_1 |
  109901. web_1 | Synced:
  109902. web_1 | > django.contrib.auth
  109903. web_1 | > django.contrib.contenttypes
  109904. web_1 | > django.contrib.sessions
  109905. web_1 | > django.contrib.sites
  109906. web_1 | > django.contrib.messages
  109907. web_1 | > django.contrib.staticfiles
  109908. web_1 | > django.contrib.admin
  109909. web_1 | > south
  109910. web_1 | > crispy_forms
  109911. web_1 | > avatar
  109912. web_1 | > bootstrap3
  109913. web_1 | > users
  109914. web_1 | > allauth
  109915. web_1 | > allauth.account
  109916. web_1 | > django.contrib.humanize
  109917. web_1 | > debug_toolbar
  109918. web_1 |
  109919. web_1 | Not synced (use migrations):
  109920. web_1 | - allauth.socialaccount
  109921. web_1 | - django_extensions
  109922. web_1 | (use ./manage.py migrate to migrate these)
  109923. web_1 | Running migrations for socialaccount:
  109924. web_1 | - Nothing to migrate.
  109925. web_1 | - Loading initial data for socialaccount.
  109926. web_1 | Installed 0 object(s) from 0 fixture(s)
  109927. web_1 | Running migrations for django_extensions:
  109928. web_1 | - Nothing to migrate.
  109929. web_1 | - Loading initial data for django_extensions.
  109930. web_1 | Installed 0 object(s) from 0 fixture(s)
  109931. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109932. web_1 | [GCC 4.9.2] on linux2
  109933. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109934. web_1 | (InteractiveConsole)
  109935. web_1 |
  109936. web_1 | >>> >>> Starting the server
  109937. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109938. web_1 |
  109939. web_1 | Fatal error: Unable to find local grunt.
  109940. web_1 |
  109941. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109942. web_1 | your project. For more information about installing and configuring grunt,
  109943. web_1 | please see the Getting Started guide:
  109944. web_1 |
  109945. web_1 | http://gruntjs.com/getting-started
  109946. web_1 | Starting OpenBSD Secure Shell server: sshd.
  109947. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  109948. web_1 | Syncing...
  109949. web_1 | Creating tables ...
  109950. web_1 | Installing custom SQL ...
  109951. web_1 | Installing indexes ...
  109952. web_1 | Installed 0 object(s) from 0 fixture(s)
  109953. web_1 |
  109954. web_1 | Synced:
  109955. web_1 | > django.contrib.auth
  109956. web_1 | > django.contrib.contenttypes
  109957. web_1 | > django.contrib.sessions
  109958. web_1 | > django.contrib.sites
  109959. web_1 | > django.contrib.messages
  109960. web_1 | > django.contrib.staticfiles
  109961. web_1 | > django.contrib.admin
  109962. web_1 | > south
  109963. web_1 | > crispy_forms
  109964. web_1 | > avatar
  109965. web_1 | > bootstrap3
  109966. web_1 | > users
  109967. web_1 | > allauth
  109968. web_1 | > allauth.account
  109969. web_1 | > django.contrib.humanize
  109970. web_1 | > debug_toolbar
  109971. web_1 |
  109972. web_1 | Not synced (use migrations):
  109973. web_1 | - allauth.socialaccount
  109974. web_1 | - django_extensions
  109975. web_1 | (use ./manage.py migrate to migrate these)
  109976. web_1 | Running migrations for socialaccount:
  109977. web_1 | - Nothing to migrate.
  109978. web_1 | - Loading initial data for socialaccount.
  109979. web_1 | Installed 0 object(s) from 0 fixture(s)
  109980. web_1 | Running migrations for django_extensions:
  109981. web_1 | - Nothing to migrate.
  109982. web_1 | - Loading initial data for django_extensions.
  109983. web_1 | Installed 0 object(s) from 0 fixture(s)
  109984. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  109985. web_1 | [GCC 4.9.2] on linux2
  109986. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  109987. web_1 | (InteractiveConsole)
  109988. web_1 |
  109989. web_1 | >>> >>> Starting the server
  109990. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  109991. web_1 |
  109992. web_1 | Fatal error: Unable to find local grunt.
  109993. web_1 |
  109994. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  109995. web_1 | your project. For more information about installing and configuring grunt,
  109996. web_1 | please see the Getting Started guide:
  109997. web_1 |
  109998. web_1 | http://gruntjs.com/getting-started
  109999. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110000. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110001. web_1 | Syncing...
  110002. web_1 | Creating tables ...
  110003. web_1 | Installing custom SQL ...
  110004. web_1 | Installing indexes ...
  110005. web_1 | Installed 0 object(s) from 0 fixture(s)
  110006. web_1 |
  110007. web_1 | Synced:
  110008. web_1 | > django.contrib.auth
  110009. web_1 | > django.contrib.contenttypes
  110010. web_1 | > django.contrib.sessions
  110011. web_1 | > django.contrib.sites
  110012. web_1 | > django.contrib.messages
  110013. web_1 | > django.contrib.staticfiles
  110014. web_1 | > django.contrib.admin
  110015. web_1 | > south
  110016. web_1 | > crispy_forms
  110017. web_1 | > avatar
  110018. web_1 | > bootstrap3
  110019. web_1 | > users
  110020. web_1 | > allauth
  110021. web_1 | > allauth.account
  110022. web_1 | > django.contrib.humanize
  110023. web_1 | > debug_toolbar
  110024. web_1 |
  110025. web_1 | Not synced (use migrations):
  110026. web_1 | - allauth.socialaccount
  110027. web_1 | - django_extensions
  110028. web_1 | (use ./manage.py migrate to migrate these)
  110029. web_1 | Running migrations for socialaccount:
  110030. web_1 | - Nothing to migrate.
  110031. web_1 | - Loading initial data for socialaccount.
  110032. web_1 | Installed 0 object(s) from 0 fixture(s)
  110033. web_1 | Running migrations for django_extensions:
  110034. web_1 | - Nothing to migrate.
  110035. web_1 | - Loading initial data for django_extensions.
  110036. web_1 | Installed 0 object(s) from 0 fixture(s)
  110037. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110038. web_1 | [GCC 4.9.2] on linux2
  110039. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110040. web_1 | (InteractiveConsole)
  110041. web_1 |
  110042. web_1 | >>> >>> Starting the server
  110043. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110044. web_1 |
  110045. web_1 | Fatal error: Unable to find local grunt.
  110046. web_1 |
  110047. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110048. web_1 | your project. For more information about installing and configuring grunt,
  110049. web_1 | please see the Getting Started guide:
  110050. web_1 |
  110051. web_1 | http://gruntjs.com/getting-started
  110052. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110053. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110054. web_1 | Syncing...
  110055. web_1 | Creating tables ...
  110056. web_1 | Installing custom SQL ...
  110057. web_1 | Installing indexes ...
  110058. web_1 | Installed 0 object(s) from 0 fixture(s)
  110059. web_1 |
  110060. web_1 | Synced:
  110061. web_1 | > django.contrib.auth
  110062. web_1 | > django.contrib.contenttypes
  110063. web_1 | > django.contrib.sessions
  110064. web_1 | > django.contrib.sites
  110065. web_1 | > django.contrib.messages
  110066. web_1 | > django.contrib.staticfiles
  110067. web_1 | > django.contrib.admin
  110068. web_1 | > south
  110069. web_1 | > crispy_forms
  110070. web_1 | > avatar
  110071. web_1 | > bootstrap3
  110072. web_1 | > users
  110073. web_1 | > allauth
  110074. web_1 | > allauth.account
  110075. web_1 | > django.contrib.humanize
  110076. web_1 | > debug_toolbar
  110077. web_1 |
  110078. web_1 | Not synced (use migrations):
  110079. web_1 | - allauth.socialaccount
  110080. web_1 | - django_extensions
  110081. web_1 | (use ./manage.py migrate to migrate these)
  110082. web_1 | Running migrations for socialaccount:
  110083. web_1 | - Nothing to migrate.
  110084. web_1 | - Loading initial data for socialaccount.
  110085. web_1 | Installed 0 object(s) from 0 fixture(s)
  110086. web_1 | Running migrations for django_extensions:
  110087. web_1 | - Nothing to migrate.
  110088. web_1 | - Loading initial data for django_extensions.
  110089. web_1 | Installed 0 object(s) from 0 fixture(s)
  110090. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110091. web_1 | [GCC 4.9.2] on linux2
  110092. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110093. web_1 | (InteractiveConsole)
  110094. web_1 |
  110095. web_1 | >>> >>> Starting the server
  110096. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110097. web_1 |
  110098. web_1 | Fatal error: Unable to find local grunt.
  110099. web_1 |
  110100. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110101. web_1 | your project. For more information about installing and configuring grunt,
  110102. web_1 | please see the Getting Started guide:
  110103. web_1 |
  110104. web_1 | http://gruntjs.com/getting-started
  110105. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110106. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110107. web_1 | Syncing...
  110108. web_1 | Creating tables ...
  110109. web_1 | Installing custom SQL ...
  110110. web_1 | Installing indexes ...
  110111. web_1 | Installed 0 object(s) from 0 fixture(s)
  110112. web_1 |
  110113. web_1 | Synced:
  110114. web_1 | > django.contrib.auth
  110115. web_1 | > django.contrib.contenttypes
  110116. web_1 | > django.contrib.sessions
  110117. web_1 | > django.contrib.sites
  110118. web_1 | > django.contrib.messages
  110119. web_1 | > django.contrib.staticfiles
  110120. web_1 | > django.contrib.admin
  110121. web_1 | > south
  110122. web_1 | > crispy_forms
  110123. web_1 | > avatar
  110124. web_1 | > bootstrap3
  110125. web_1 | > users
  110126. web_1 | > allauth
  110127. web_1 | > allauth.account
  110128. web_1 | > django.contrib.humanize
  110129. web_1 | > debug_toolbar
  110130. web_1 |
  110131. web_1 | Not synced (use migrations):
  110132. web_1 | - allauth.socialaccount
  110133. web_1 | - django_extensions
  110134. web_1 | (use ./manage.py migrate to migrate these)
  110135. web_1 | Running migrations for socialaccount:
  110136. web_1 | - Nothing to migrate.
  110137. web_1 | - Loading initial data for socialaccount.
  110138. web_1 | Installed 0 object(s) from 0 fixture(s)
  110139. web_1 | Running migrations for django_extensions:
  110140. web_1 | - Nothing to migrate.
  110141. web_1 | - Loading initial data for django_extensions.
  110142. web_1 | Installed 0 object(s) from 0 fixture(s)
  110143. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110144. web_1 | [GCC 4.9.2] on linux2
  110145. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110146. web_1 | (InteractiveConsole)
  110147. web_1 |
  110148. web_1 | >>> >>> Starting the server
  110149. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110150. web_1 |
  110151. web_1 | Fatal error: Unable to find local grunt.
  110152. web_1 |
  110153. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110154. web_1 | your project. For more information about installing and configuring grunt,
  110155. web_1 | please see the Getting Started guide:
  110156. web_1 |
  110157. web_1 | http://gruntjs.com/getting-started
  110158. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110159. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110160. web_1 | Syncing...
  110161. web_1 | Creating tables ...
  110162. web_1 | Installing custom SQL ...
  110163. web_1 | Installing indexes ...
  110164. web_1 | Installed 0 object(s) from 0 fixture(s)
  110165. web_1 |
  110166. web_1 | Synced:
  110167. web_1 | > django.contrib.auth
  110168. web_1 | > django.contrib.contenttypes
  110169. web_1 | > django.contrib.sessions
  110170. web_1 | > django.contrib.sites
  110171. web_1 | > django.contrib.messages
  110172. web_1 | > django.contrib.staticfiles
  110173. web_1 | > django.contrib.admin
  110174. web_1 | > south
  110175. web_1 | > crispy_forms
  110176. web_1 | > avatar
  110177. web_1 | > bootstrap3
  110178. web_1 | > users
  110179. web_1 | > allauth
  110180. web_1 | > allauth.account
  110181. web_1 | > django.contrib.humanize
  110182. web_1 | > debug_toolbar
  110183. web_1 |
  110184. web_1 | Not synced (use migrations):
  110185. web_1 | - allauth.socialaccount
  110186. web_1 | - django_extensions
  110187. web_1 | (use ./manage.py migrate to migrate these)
  110188. web_1 | Running migrations for socialaccount:
  110189. web_1 | - Nothing to migrate.
  110190. web_1 | - Loading initial data for socialaccount.
  110191. web_1 | Installed 0 object(s) from 0 fixture(s)
  110192. web_1 | Running migrations for django_extensions:
  110193. web_1 | - Nothing to migrate.
  110194. web_1 | - Loading initial data for django_extensions.
  110195. web_1 | Installed 0 object(s) from 0 fixture(s)
  110196. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110197. web_1 | [GCC 4.9.2] on linux2
  110198. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110199. web_1 | (InteractiveConsole)
  110200. web_1 |
  110201. web_1 | >>> >>> Starting the server
  110202. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110203. web_1 |
  110204. web_1 | Fatal error: Unable to find local grunt.
  110205. web_1 |
  110206. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110207. web_1 | your project. For more information about installing and configuring grunt,
  110208. web_1 | please see the Getting Started guide:
  110209. web_1 |
  110210. web_1 | http://gruntjs.com/getting-started
  110211. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110212. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110213. web_1 | Syncing...
  110214. web_1 | Creating tables ...
  110215. web_1 | Installing custom SQL ...
  110216. web_1 | Installing indexes ...
  110217. web_1 | Installed 0 object(s) from 0 fixture(s)
  110218. web_1 |
  110219. web_1 | Synced:
  110220. web_1 | > django.contrib.auth
  110221. web_1 | > django.contrib.contenttypes
  110222. web_1 | > django.contrib.sessions
  110223. web_1 | > django.contrib.sites
  110224. web_1 | > django.contrib.messages
  110225. web_1 | > django.contrib.staticfiles
  110226. web_1 | > django.contrib.admin
  110227. web_1 | > south
  110228. web_1 | > crispy_forms
  110229. web_1 | > avatar
  110230. web_1 | > bootstrap3
  110231. web_1 | > users
  110232. web_1 | > allauth
  110233. web_1 | > allauth.account
  110234. web_1 | > django.contrib.humanize
  110235. web_1 | > debug_toolbar
  110236. web_1 |
  110237. web_1 | Not synced (use migrations):
  110238. web_1 | - allauth.socialaccount
  110239. web_1 | - django_extensions
  110240. web_1 | (use ./manage.py migrate to migrate these)
  110241. web_1 | Running migrations for socialaccount:
  110242. web_1 | - Nothing to migrate.
  110243. web_1 | - Loading initial data for socialaccount.
  110244. web_1 | Installed 0 object(s) from 0 fixture(s)
  110245. web_1 | Running migrations for django_extensions:
  110246. web_1 | - Nothing to migrate.
  110247. web_1 | - Loading initial data for django_extensions.
  110248. web_1 | Installed 0 object(s) from 0 fixture(s)
  110249. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110250. web_1 | [GCC 4.9.2] on linux2
  110251. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110252. web_1 | (InteractiveConsole)
  110253. web_1 |
  110254. web_1 | >>> >>> Starting the server
  110255. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110256. web_1 |
  110257. web_1 | Fatal error: Unable to find local grunt.
  110258. web_1 |
  110259. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110260. web_1 | your project. For more information about installing and configuring grunt,
  110261. web_1 | please see the Getting Started guide:
  110262. web_1 |
  110263. web_1 | http://gruntjs.com/getting-started
  110264. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110265. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110266. web_1 | Syncing...
  110267. web_1 | Creating tables ...
  110268. web_1 | Installing custom SQL ...
  110269. web_1 | Installing indexes ...
  110270. web_1 | Installed 0 object(s) from 0 fixture(s)
  110271. web_1 |
  110272. web_1 | Synced:
  110273. web_1 | > django.contrib.auth
  110274. web_1 | > django.contrib.contenttypes
  110275. web_1 | > django.contrib.sessions
  110276. web_1 | > django.contrib.sites
  110277. web_1 | > django.contrib.messages
  110278. web_1 | > django.contrib.staticfiles
  110279. web_1 | > django.contrib.admin
  110280. web_1 | > south
  110281. web_1 | > crispy_forms
  110282. web_1 | > avatar
  110283. web_1 | > bootstrap3
  110284. web_1 | > users
  110285. web_1 | > allauth
  110286. web_1 | > allauth.account
  110287. web_1 | > django.contrib.humanize
  110288. web_1 | > debug_toolbar
  110289. web_1 |
  110290. web_1 | Not synced (use migrations):
  110291. web_1 | - allauth.socialaccount
  110292. web_1 | - django_extensions
  110293. web_1 | (use ./manage.py migrate to migrate these)
  110294. web_1 | Running migrations for socialaccount:
  110295. web_1 | - Nothing to migrate.
  110296. web_1 | - Loading initial data for socialaccount.
  110297. web_1 | Installed 0 object(s) from 0 fixture(s)
  110298. web_1 | Running migrations for django_extensions:
  110299. web_1 | - Nothing to migrate.
  110300. web_1 | - Loading initial data for django_extensions.
  110301. web_1 | Installed 0 object(s) from 0 fixture(s)
  110302. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110303. web_1 | [GCC 4.9.2] on linux2
  110304. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110305. web_1 | (InteractiveConsole)
  110306. web_1 |
  110307. web_1 | >>> >>> Starting the server
  110308. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110309. web_1 |
  110310. web_1 | Fatal error: Unable to find local grunt.
  110311. web_1 |
  110312. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110313. web_1 | your project. For more information about installing and configuring grunt,
  110314. web_1 | please see the Getting Started guide:
  110315. web_1 |
  110316. web_1 | http://gruntjs.com/getting-started
  110317. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110318. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110319. web_1 | Syncing...
  110320. web_1 | Creating tables ...
  110321. web_1 | Installing custom SQL ...
  110322. web_1 | Installing indexes ...
  110323. web_1 | Installed 0 object(s) from 0 fixture(s)
  110324. web_1 |
  110325. web_1 | Synced:
  110326. web_1 | > django.contrib.auth
  110327. web_1 | > django.contrib.contenttypes
  110328. web_1 | > django.contrib.sessions
  110329. web_1 | > django.contrib.sites
  110330. web_1 | > django.contrib.messages
  110331. web_1 | > django.contrib.staticfiles
  110332. web_1 | > django.contrib.admin
  110333. web_1 | > south
  110334. web_1 | > crispy_forms
  110335. web_1 | > avatar
  110336. web_1 | > bootstrap3
  110337. web_1 | > users
  110338. web_1 | > allauth
  110339. web_1 | > allauth.account
  110340. web_1 | > django.contrib.humanize
  110341. web_1 | > debug_toolbar
  110342. web_1 |
  110343. web_1 | Not synced (use migrations):
  110344. web_1 | - allauth.socialaccount
  110345. web_1 | - django_extensions
  110346. web_1 | (use ./manage.py migrate to migrate these)
  110347. web_1 | Running migrations for socialaccount:
  110348. web_1 | - Nothing to migrate.
  110349. web_1 | - Loading initial data for socialaccount.
  110350. web_1 | Installed 0 object(s) from 0 fixture(s)
  110351. web_1 | Running migrations for django_extensions:
  110352. web_1 | - Nothing to migrate.
  110353. web_1 | - Loading initial data for django_extensions.
  110354. web_1 | Installed 0 object(s) from 0 fixture(s)
  110355. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110356. web_1 | [GCC 4.9.2] on linux2
  110357. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110358. web_1 | (InteractiveConsole)
  110359. web_1 |
  110360. web_1 | >>> >>> Starting the server
  110361. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110362. web_1 |
  110363. web_1 | Fatal error: Unable to find local grunt.
  110364. web_1 |
  110365. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110366. web_1 | your project. For more information about installing and configuring grunt,
  110367. web_1 | please see the Getting Started guide:
  110368. web_1 |
  110369. web_1 | http://gruntjs.com/getting-started
  110370. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110371. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110372. web_1 | Syncing...
  110373. web_1 | Creating tables ...
  110374. web_1 | Installing custom SQL ...
  110375. web_1 | Installing indexes ...
  110376. web_1 | Installed 0 object(s) from 0 fixture(s)
  110377. web_1 |
  110378. web_1 | Synced:
  110379. web_1 | > django.contrib.auth
  110380. web_1 | > django.contrib.contenttypes
  110381. web_1 | > django.contrib.sessions
  110382. web_1 | > django.contrib.sites
  110383. web_1 | > django.contrib.messages
  110384. web_1 | > django.contrib.staticfiles
  110385. web_1 | > django.contrib.admin
  110386. web_1 | > south
  110387. web_1 | > crispy_forms
  110388. web_1 | > avatar
  110389. web_1 | > bootstrap3
  110390. web_1 | > users
  110391. web_1 | > allauth
  110392. web_1 | > allauth.account
  110393. web_1 | > django.contrib.humanize
  110394. web_1 | > debug_toolbar
  110395. web_1 |
  110396. web_1 | Not synced (use migrations):
  110397. web_1 | - allauth.socialaccount
  110398. web_1 | - django_extensions
  110399. web_1 | (use ./manage.py migrate to migrate these)
  110400. web_1 | Running migrations for socialaccount:
  110401. web_1 | - Nothing to migrate.
  110402. web_1 | - Loading initial data for socialaccount.
  110403. web_1 | Installed 0 object(s) from 0 fixture(s)
  110404. web_1 | Running migrations for django_extensions:
  110405. web_1 | - Nothing to migrate.
  110406. web_1 | - Loading initial data for django_extensions.
  110407. web_1 | Installed 0 object(s) from 0 fixture(s)
  110408. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110409. web_1 | [GCC 4.9.2] on linux2
  110410. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110411. web_1 | (InteractiveConsole)
  110412. web_1 |
  110413. web_1 | >>> >>> Starting the server
  110414. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110415. web_1 |
  110416. web_1 | Fatal error: Unable to find local grunt.
  110417. web_1 |
  110418. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110419. web_1 | your project. For more information about installing and configuring grunt,
  110420. web_1 | please see the Getting Started guide:
  110421. web_1 |
  110422. web_1 | http://gruntjs.com/getting-started
  110423. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110424. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110425. web_1 | Syncing...
  110426. web_1 | Creating tables ...
  110427. web_1 | Installing custom SQL ...
  110428. web_1 | Installing indexes ...
  110429. web_1 | Installed 0 object(s) from 0 fixture(s)
  110430. web_1 |
  110431. web_1 | Synced:
  110432. web_1 | > django.contrib.auth
  110433. web_1 | > django.contrib.contenttypes
  110434. web_1 | > django.contrib.sessions
  110435. web_1 | > django.contrib.sites
  110436. web_1 | > django.contrib.messages
  110437. web_1 | > django.contrib.staticfiles
  110438. web_1 | > django.contrib.admin
  110439. web_1 | > south
  110440. web_1 | > crispy_forms
  110441. web_1 | > avatar
  110442. web_1 | > bootstrap3
  110443. web_1 | > users
  110444. web_1 | > allauth
  110445. web_1 | > allauth.account
  110446. web_1 | > django.contrib.humanize
  110447. web_1 | > debug_toolbar
  110448. web_1 |
  110449. web_1 | Not synced (use migrations):
  110450. web_1 | - allauth.socialaccount
  110451. web_1 | - django_extensions
  110452. web_1 | (use ./manage.py migrate to migrate these)
  110453. web_1 | Running migrations for socialaccount:
  110454. web_1 | - Nothing to migrate.
  110455. web_1 | - Loading initial data for socialaccount.
  110456. web_1 | Installed 0 object(s) from 0 fixture(s)
  110457. web_1 | Running migrations for django_extensions:
  110458. web_1 | - Nothing to migrate.
  110459. web_1 | - Loading initial data for django_extensions.
  110460. web_1 | Installed 0 object(s) from 0 fixture(s)
  110461. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110462. web_1 | [GCC 4.9.2] on linux2
  110463. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110464. web_1 | (InteractiveConsole)
  110465. web_1 |
  110466. web_1 | >>> >>> Starting the server
  110467. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110468. web_1 |
  110469. web_1 | Fatal error: Unable to find local grunt.
  110470. web_1 |
  110471. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110472. web_1 | your project. For more information about installing and configuring grunt,
  110473. web_1 | please see the Getting Started guide:
  110474. web_1 |
  110475. web_1 | http://gruntjs.com/getting-started
  110476. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110477. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110478. web_1 | Syncing...
  110479. web_1 | Creating tables ...
  110480. web_1 | Installing custom SQL ...
  110481. web_1 | Installing indexes ...
  110482. web_1 | Installed 0 object(s) from 0 fixture(s)
  110483. web_1 |
  110484. web_1 | Synced:
  110485. web_1 | > django.contrib.auth
  110486. web_1 | > django.contrib.contenttypes
  110487. web_1 | > django.contrib.sessions
  110488. web_1 | > django.contrib.sites
  110489. web_1 | > django.contrib.messages
  110490. web_1 | > django.contrib.staticfiles
  110491. web_1 | > django.contrib.admin
  110492. web_1 | > south
  110493. web_1 | > crispy_forms
  110494. web_1 | > avatar
  110495. web_1 | > bootstrap3
  110496. web_1 | > users
  110497. web_1 | > allauth
  110498. web_1 | > allauth.account
  110499. web_1 | > django.contrib.humanize
  110500. web_1 | > debug_toolbar
  110501. web_1 |
  110502. web_1 | Not synced (use migrations):
  110503. web_1 | - allauth.socialaccount
  110504. web_1 | - django_extensions
  110505. web_1 | (use ./manage.py migrate to migrate these)
  110506. web_1 | Running migrations for socialaccount:
  110507. web_1 | - Nothing to migrate.
  110508. web_1 | - Loading initial data for socialaccount.
  110509. web_1 | Installed 0 object(s) from 0 fixture(s)
  110510. web_1 | Running migrations for django_extensions:
  110511. web_1 | - Nothing to migrate.
  110512. web_1 | - Loading initial data for django_extensions.
  110513. web_1 | Installed 0 object(s) from 0 fixture(s)
  110514. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110515. web_1 | [GCC 4.9.2] on linux2
  110516. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110517. web_1 | (InteractiveConsole)
  110518. web_1 |
  110519. web_1 | >>> >>> Starting the server
  110520. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110521. web_1 |
  110522. web_1 | Fatal error: Unable to find local grunt.
  110523. web_1 |
  110524. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110525. web_1 | your project. For more information about installing and configuring grunt,
  110526. web_1 | please see the Getting Started guide:
  110527. web_1 |
  110528. web_1 | http://gruntjs.com/getting-started
  110529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110530. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110531. web_1 | Syncing...
  110532. web_1 | Creating tables ...
  110533. web_1 | Installing custom SQL ...
  110534. web_1 | Installing indexes ...
  110535. web_1 | Installed 0 object(s) from 0 fixture(s)
  110536. web_1 |
  110537. web_1 | Synced:
  110538. web_1 | > django.contrib.auth
  110539. web_1 | > django.contrib.contenttypes
  110540. web_1 | > django.contrib.sessions
  110541. web_1 | > django.contrib.sites
  110542. web_1 | > django.contrib.messages
  110543. web_1 | > django.contrib.staticfiles
  110544. web_1 | > django.contrib.admin
  110545. web_1 | > south
  110546. web_1 | > crispy_forms
  110547. web_1 | > avatar
  110548. web_1 | > bootstrap3
  110549. web_1 | > users
  110550. web_1 | > allauth
  110551. web_1 | > allauth.account
  110552. web_1 | > django.contrib.humanize
  110553. web_1 | > debug_toolbar
  110554. web_1 |
  110555. web_1 | Not synced (use migrations):
  110556. web_1 | - allauth.socialaccount
  110557. web_1 | - django_extensions
  110558. web_1 | (use ./manage.py migrate to migrate these)
  110559. web_1 | Running migrations for socialaccount:
  110560. web_1 | - Nothing to migrate.
  110561. web_1 | - Loading initial data for socialaccount.
  110562. web_1 | Installed 0 object(s) from 0 fixture(s)
  110563. web_1 | Running migrations for django_extensions:
  110564. web_1 | - Nothing to migrate.
  110565. web_1 | - Loading initial data for django_extensions.
  110566. web_1 | Installed 0 object(s) from 0 fixture(s)
  110567. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110568. web_1 | [GCC 4.9.2] on linux2
  110569. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110570. web_1 | (InteractiveConsole)
  110571. web_1 |
  110572. web_1 | >>> >>> Starting the server
  110573. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110574. web_1 |
  110575. web_1 | Fatal error: Unable to find local grunt.
  110576. web_1 |
  110577. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110578. web_1 | your project. For more information about installing and configuring grunt,
  110579. web_1 | please see the Getting Started guide:
  110580. web_1 |
  110581. web_1 | http://gruntjs.com/getting-started
  110582. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110583. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110584. web_1 | Syncing...
  110585. web_1 | Creating tables ...
  110586. web_1 | Installing custom SQL ...
  110587. web_1 | Installing indexes ...
  110588. web_1 | Installed 0 object(s) from 0 fixture(s)
  110589. web_1 |
  110590. web_1 | Synced:
  110591. web_1 | > django.contrib.auth
  110592. web_1 | > django.contrib.contenttypes
  110593. web_1 | > django.contrib.sessions
  110594. web_1 | > django.contrib.sites
  110595. web_1 | > django.contrib.messages
  110596. web_1 | > django.contrib.staticfiles
  110597. web_1 | > django.contrib.admin
  110598. web_1 | > south
  110599. web_1 | > crispy_forms
  110600. web_1 | > avatar
  110601. web_1 | > bootstrap3
  110602. web_1 | > users
  110603. web_1 | > allauth
  110604. web_1 | > allauth.account
  110605. web_1 | > django.contrib.humanize
  110606. web_1 | > debug_toolbar
  110607. web_1 |
  110608. web_1 | Not synced (use migrations):
  110609. web_1 | - allauth.socialaccount
  110610. web_1 | - django_extensions
  110611. web_1 | (use ./manage.py migrate to migrate these)
  110612. web_1 | Running migrations for socialaccount:
  110613. web_1 | - Nothing to migrate.
  110614. web_1 | - Loading initial data for socialaccount.
  110615. web_1 | Installed 0 object(s) from 0 fixture(s)
  110616. web_1 | Running migrations for django_extensions:
  110617. web_1 | - Nothing to migrate.
  110618. web_1 | - Loading initial data for django_extensions.
  110619. web_1 | Installed 0 object(s) from 0 fixture(s)
  110620. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110621. web_1 | [GCC 4.9.2] on linux2
  110622. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110623. web_1 | (InteractiveConsole)
  110624. web_1 |
  110625. web_1 | >>> >>> Starting the server
  110626. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110627. web_1 |
  110628. web_1 | Fatal error: Unable to find local grunt.
  110629. web_1 |
  110630. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110631. web_1 | your project. For more information about installing and configuring grunt,
  110632. web_1 | please see the Getting Started guide:
  110633. web_1 |
  110634. web_1 | http://gruntjs.com/getting-started
  110635. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110636. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110637. web_1 | Syncing...
  110638. web_1 | Creating tables ...
  110639. web_1 | Installing custom SQL ...
  110640. web_1 | Installing indexes ...
  110641. web_1 | Installed 0 object(s) from 0 fixture(s)
  110642. web_1 |
  110643. web_1 | Synced:
  110644. web_1 | > django.contrib.auth
  110645. web_1 | > django.contrib.contenttypes
  110646. web_1 | > django.contrib.sessions
  110647. web_1 | > django.contrib.sites
  110648. web_1 | > django.contrib.messages
  110649. web_1 | > django.contrib.staticfiles
  110650. web_1 | > django.contrib.admin
  110651. web_1 | > south
  110652. web_1 | > crispy_forms
  110653. web_1 | > avatar
  110654. web_1 | > bootstrap3
  110655. web_1 | > users
  110656. web_1 | > allauth
  110657. web_1 | > allauth.account
  110658. web_1 | > django.contrib.humanize
  110659. web_1 | > debug_toolbar
  110660. web_1 |
  110661. web_1 | Not synced (use migrations):
  110662. web_1 | - allauth.socialaccount
  110663. web_1 | - django_extensions
  110664. web_1 | (use ./manage.py migrate to migrate these)
  110665. web_1 | Running migrations for socialaccount:
  110666. web_1 | - Nothing to migrate.
  110667. web_1 | - Loading initial data for socialaccount.
  110668. web_1 | Installed 0 object(s) from 0 fixture(s)
  110669. web_1 | Running migrations for django_extensions:
  110670. web_1 | - Nothing to migrate.
  110671. web_1 | - Loading initial data for django_extensions.
  110672. web_1 | Installed 0 object(s) from 0 fixture(s)
  110673. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110674. web_1 | [GCC 4.9.2] on linux2
  110675. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110676. web_1 | (InteractiveConsole)
  110677. web_1 |
  110678. web_1 | >>> >>> Starting the server
  110679. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110680. web_1 |
  110681. web_1 | Fatal error: Unable to find local grunt.
  110682. web_1 |
  110683. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110684. web_1 | your project. For more information about installing and configuring grunt,
  110685. web_1 | please see the Getting Started guide:
  110686. web_1 |
  110687. web_1 | http://gruntjs.com/getting-started
  110688. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110689. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110690. web_1 | Syncing...
  110691. web_1 | Creating tables ...
  110692. web_1 | Installing custom SQL ...
  110693. web_1 | Installing indexes ...
  110694. web_1 | Installed 0 object(s) from 0 fixture(s)
  110695. web_1 |
  110696. web_1 | Synced:
  110697. web_1 | > django.contrib.auth
  110698. web_1 | > django.contrib.contenttypes
  110699. web_1 | > django.contrib.sessions
  110700. web_1 | > django.contrib.sites
  110701. web_1 | > django.contrib.messages
  110702. web_1 | > django.contrib.staticfiles
  110703. web_1 | > django.contrib.admin
  110704. web_1 | > south
  110705. web_1 | > crispy_forms
  110706. web_1 | > avatar
  110707. web_1 | > bootstrap3
  110708. web_1 | > users
  110709. web_1 | > allauth
  110710. web_1 | > allauth.account
  110711. web_1 | > django.contrib.humanize
  110712. web_1 | > debug_toolbar
  110713. web_1 |
  110714. web_1 | Not synced (use migrations):
  110715. web_1 | - allauth.socialaccount
  110716. web_1 | - django_extensions
  110717. web_1 | (use ./manage.py migrate to migrate these)
  110718. web_1 | Running migrations for socialaccount:
  110719. web_1 | - Nothing to migrate.
  110720. web_1 | - Loading initial data for socialaccount.
  110721. web_1 | Installed 0 object(s) from 0 fixture(s)
  110722. web_1 | Running migrations for django_extensions:
  110723. web_1 | - Nothing to migrate.
  110724. web_1 | - Loading initial data for django_extensions.
  110725. web_1 | Installed 0 object(s) from 0 fixture(s)
  110726. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110727. web_1 | [GCC 4.9.2] on linux2
  110728. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110729. web_1 | (InteractiveConsole)
  110730. web_1 |
  110731. web_1 | >>> >>> Starting the server
  110732. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110733. web_1 |
  110734. web_1 | Fatal error: Unable to find local grunt.
  110735. web_1 |
  110736. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110737. web_1 | your project. For more information about installing and configuring grunt,
  110738. web_1 | please see the Getting Started guide:
  110739. web_1 |
  110740. web_1 | http://gruntjs.com/getting-started
  110741. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110742. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110743. web_1 | Syncing...
  110744. web_1 | Creating tables ...
  110745. web_1 | Installing custom SQL ...
  110746. web_1 | Installing indexes ...
  110747. web_1 | Installed 0 object(s) from 0 fixture(s)
  110748. web_1 |
  110749. web_1 | Synced:
  110750. web_1 | > django.contrib.auth
  110751. web_1 | > django.contrib.contenttypes
  110752. web_1 | > django.contrib.sessions
  110753. web_1 | > django.contrib.sites
  110754. web_1 | > django.contrib.messages
  110755. web_1 | > django.contrib.staticfiles
  110756. web_1 | > django.contrib.admin
  110757. web_1 | > south
  110758. web_1 | > crispy_forms
  110759. web_1 | > avatar
  110760. web_1 | > bootstrap3
  110761. web_1 | > users
  110762. web_1 | > allauth
  110763. web_1 | > allauth.account
  110764. web_1 | > django.contrib.humanize
  110765. web_1 | > debug_toolbar
  110766. web_1 |
  110767. web_1 | Not synced (use migrations):
  110768. web_1 | - allauth.socialaccount
  110769. web_1 | - django_extensions
  110770. web_1 | (use ./manage.py migrate to migrate these)
  110771. web_1 | Running migrations for socialaccount:
  110772. web_1 | - Nothing to migrate.
  110773. web_1 | - Loading initial data for socialaccount.
  110774. web_1 | Installed 0 object(s) from 0 fixture(s)
  110775. web_1 | Running migrations for django_extensions:
  110776. web_1 | - Nothing to migrate.
  110777. web_1 | - Loading initial data for django_extensions.
  110778. web_1 | Installed 0 object(s) from 0 fixture(s)
  110779. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110780. web_1 | [GCC 4.9.2] on linux2
  110781. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110782. web_1 | (InteractiveConsole)
  110783. web_1 |
  110784. web_1 | >>> >>> Starting the server
  110785. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110786. web_1 |
  110787. web_1 | Fatal error: Unable to find local grunt.
  110788. web_1 |
  110789. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110790. web_1 | your project. For more information about installing and configuring grunt,
  110791. web_1 | please see the Getting Started guide:
  110792. web_1 |
  110793. web_1 | http://gruntjs.com/getting-started
  110794. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110795. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110796. web_1 | Syncing...
  110797. web_1 | Creating tables ...
  110798. web_1 | Installing custom SQL ...
  110799. web_1 | Installing indexes ...
  110800. web_1 | Installed 0 object(s) from 0 fixture(s)
  110801. web_1 |
  110802. web_1 | Synced:
  110803. web_1 | > django.contrib.auth
  110804. web_1 | > django.contrib.contenttypes
  110805. web_1 | > django.contrib.sessions
  110806. web_1 | > django.contrib.sites
  110807. web_1 | > django.contrib.messages
  110808. web_1 | > django.contrib.staticfiles
  110809. web_1 | > django.contrib.admin
  110810. web_1 | > south
  110811. web_1 | > crispy_forms
  110812. web_1 | > avatar
  110813. web_1 | > bootstrap3
  110814. web_1 | > users
  110815. web_1 | > allauth
  110816. web_1 | > allauth.account
  110817. web_1 | > django.contrib.humanize
  110818. web_1 | > debug_toolbar
  110819. web_1 |
  110820. web_1 | Not synced (use migrations):
  110821. web_1 | - allauth.socialaccount
  110822. web_1 | - django_extensions
  110823. web_1 | (use ./manage.py migrate to migrate these)
  110824. web_1 | Running migrations for socialaccount:
  110825. web_1 | - Nothing to migrate.
  110826. web_1 | - Loading initial data for socialaccount.
  110827. web_1 | Installed 0 object(s) from 0 fixture(s)
  110828. web_1 | Running migrations for django_extensions:
  110829. web_1 | - Nothing to migrate.
  110830. web_1 | - Loading initial data for django_extensions.
  110831. web_1 | Installed 0 object(s) from 0 fixture(s)
  110832. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110833. web_1 | [GCC 4.9.2] on linux2
  110834. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110835. web_1 | (InteractiveConsole)
  110836. web_1 |
  110837. web_1 | >>> >>> Starting the server
  110838. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110839. web_1 |
  110840. web_1 | Fatal error: Unable to find local grunt.
  110841. web_1 |
  110842. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110843. web_1 | your project. For more information about installing and configuring grunt,
  110844. web_1 | please see the Getting Started guide:
  110845. web_1 |
  110846. web_1 | http://gruntjs.com/getting-started
  110847. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110848. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110849. web_1 | Syncing...
  110850. web_1 | Creating tables ...
  110851. web_1 | Installing custom SQL ...
  110852. web_1 | Installing indexes ...
  110853. web_1 | Installed 0 object(s) from 0 fixture(s)
  110854. web_1 |
  110855. web_1 | Synced:
  110856. web_1 | > django.contrib.auth
  110857. web_1 | > django.contrib.contenttypes
  110858. web_1 | > django.contrib.sessions
  110859. web_1 | > django.contrib.sites
  110860. web_1 | > django.contrib.messages
  110861. web_1 | > django.contrib.staticfiles
  110862. web_1 | > django.contrib.admin
  110863. web_1 | > south
  110864. web_1 | > crispy_forms
  110865. web_1 | > avatar
  110866. web_1 | > bootstrap3
  110867. web_1 | > users
  110868. web_1 | > allauth
  110869. web_1 | > allauth.account
  110870. web_1 | > django.contrib.humanize
  110871. web_1 | > debug_toolbar
  110872. web_1 |
  110873. web_1 | Not synced (use migrations):
  110874. web_1 | - allauth.socialaccount
  110875. web_1 | - django_extensions
  110876. web_1 | (use ./manage.py migrate to migrate these)
  110877. web_1 | Running migrations for socialaccount:
  110878. web_1 | - Nothing to migrate.
  110879. web_1 | - Loading initial data for socialaccount.
  110880. web_1 | Installed 0 object(s) from 0 fixture(s)
  110881. web_1 | Running migrations for django_extensions:
  110882. web_1 | - Nothing to migrate.
  110883. web_1 | - Loading initial data for django_extensions.
  110884. web_1 | Installed 0 object(s) from 0 fixture(s)
  110885. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110886. web_1 | [GCC 4.9.2] on linux2
  110887. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110888. web_1 | (InteractiveConsole)
  110889. web_1 |
  110890. web_1 | >>> >>> Starting the server
  110891. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110892. web_1 |
  110893. web_1 | Fatal error: Unable to find local grunt.
  110894. web_1 |
  110895. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110896. web_1 | your project. For more information about installing and configuring grunt,
  110897. web_1 | please see the Getting Started guide:
  110898. web_1 |
  110899. web_1 | http://gruntjs.com/getting-started
  110900. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110901. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110902. web_1 | Syncing...
  110903. web_1 | Creating tables ...
  110904. web_1 | Installing custom SQL ...
  110905. web_1 | Installing indexes ...
  110906. web_1 | Installed 0 object(s) from 0 fixture(s)
  110907. web_1 |
  110908. web_1 | Synced:
  110909. web_1 | > django.contrib.auth
  110910. web_1 | > django.contrib.contenttypes
  110911. web_1 | > django.contrib.sessions
  110912. web_1 | > django.contrib.sites
  110913. web_1 | > django.contrib.messages
  110914. web_1 | > django.contrib.staticfiles
  110915. web_1 | > django.contrib.admin
  110916. web_1 | > south
  110917. web_1 | > crispy_forms
  110918. web_1 | > avatar
  110919. web_1 | > bootstrap3
  110920. web_1 | > users
  110921. web_1 | > allauth
  110922. web_1 | > allauth.account
  110923. web_1 | > django.contrib.humanize
  110924. web_1 | > debug_toolbar
  110925. web_1 |
  110926. web_1 | Not synced (use migrations):
  110927. web_1 | - allauth.socialaccount
  110928. web_1 | - django_extensions
  110929. web_1 | (use ./manage.py migrate to migrate these)
  110930. web_1 | Running migrations for socialaccount:
  110931. web_1 | - Nothing to migrate.
  110932. web_1 | - Loading initial data for socialaccount.
  110933. web_1 | Installed 0 object(s) from 0 fixture(s)
  110934. web_1 | Running migrations for django_extensions:
  110935. web_1 | - Nothing to migrate.
  110936. web_1 | - Loading initial data for django_extensions.
  110937. web_1 | Installed 0 object(s) from 0 fixture(s)
  110938. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110939. web_1 | [GCC 4.9.2] on linux2
  110940. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110941. web_1 | (InteractiveConsole)
  110942. web_1 |
  110943. web_1 | >>> >>> Starting the server
  110944. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110945. web_1 |
  110946. web_1 | Fatal error: Unable to find local grunt.
  110947. web_1 |
  110948. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  110949. web_1 | your project. For more information about installing and configuring grunt,
  110950. web_1 | please see the Getting Started guide:
  110951. web_1 |
  110952. web_1 | http://gruntjs.com/getting-started
  110953. web_1 | Starting OpenBSD Secure Shell server: sshd.
  110954. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  110955. web_1 | Syncing...
  110956. web_1 | Creating tables ...
  110957. web_1 | Installing custom SQL ...
  110958. web_1 | Installing indexes ...
  110959. web_1 | Installed 0 object(s) from 0 fixture(s)
  110960. web_1 |
  110961. web_1 | Synced:
  110962. web_1 | > django.contrib.auth
  110963. web_1 | > django.contrib.contenttypes
  110964. web_1 | > django.contrib.sessions
  110965. web_1 | > django.contrib.sites
  110966. web_1 | > django.contrib.messages
  110967. web_1 | > django.contrib.staticfiles
  110968. web_1 | > django.contrib.admin
  110969. web_1 | > south
  110970. web_1 | > crispy_forms
  110971. web_1 | > avatar
  110972. web_1 | > bootstrap3
  110973. web_1 | > users
  110974. web_1 | > allauth
  110975. web_1 | > allauth.account
  110976. web_1 | > django.contrib.humanize
  110977. web_1 | > debug_toolbar
  110978. web_1 |
  110979. web_1 | Not synced (use migrations):
  110980. web_1 | - allauth.socialaccount
  110981. web_1 | - django_extensions
  110982. web_1 | (use ./manage.py migrate to migrate these)
  110983. web_1 | Running migrations for socialaccount:
  110984. web_1 | - Nothing to migrate.
  110985. web_1 | - Loading initial data for socialaccount.
  110986. web_1 | Installed 0 object(s) from 0 fixture(s)
  110987. web_1 | Running migrations for django_extensions:
  110988. web_1 | - Nothing to migrate.
  110989. web_1 | - Loading initial data for django_extensions.
  110990. web_1 | Installed 0 object(s) from 0 fixture(s)
  110991. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  110992. web_1 | [GCC 4.9.2] on linux2
  110993. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  110994. web_1 | (InteractiveConsole)
  110995. web_1 |
  110996. web_1 | >>> >>> Starting the server
  110997. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  110998. web_1 |
  110999. web_1 | Fatal error: Unable to find local grunt.
  111000. web_1 |
  111001. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111002. web_1 | your project. For more information about installing and configuring grunt,
  111003. web_1 | please see the Getting Started guide:
  111004. web_1 |
  111005. web_1 | http://gruntjs.com/getting-started
  111006. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111007. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111008. web_1 | Syncing...
  111009. web_1 | Creating tables ...
  111010. web_1 | Installing custom SQL ...
  111011. web_1 | Installing indexes ...
  111012. web_1 | Installed 0 object(s) from 0 fixture(s)
  111013. web_1 |
  111014. web_1 | Synced:
  111015. web_1 | > django.contrib.auth
  111016. web_1 | > django.contrib.contenttypes
  111017. web_1 | > django.contrib.sessions
  111018. web_1 | > django.contrib.sites
  111019. web_1 | > django.contrib.messages
  111020. web_1 | > django.contrib.staticfiles
  111021. web_1 | > django.contrib.admin
  111022. web_1 | > south
  111023. web_1 | > crispy_forms
  111024. web_1 | > avatar
  111025. web_1 | > bootstrap3
  111026. web_1 | > users
  111027. web_1 | > allauth
  111028. web_1 | > allauth.account
  111029. web_1 | > django.contrib.humanize
  111030. web_1 | > debug_toolbar
  111031. web_1 |
  111032. web_1 | Not synced (use migrations):
  111033. web_1 | - allauth.socialaccount
  111034. web_1 | - django_extensions
  111035. web_1 | (use ./manage.py migrate to migrate these)
  111036. web_1 | Running migrations for socialaccount:
  111037. web_1 | - Nothing to migrate.
  111038. web_1 | - Loading initial data for socialaccount.
  111039. web_1 | Installed 0 object(s) from 0 fixture(s)
  111040. web_1 | Running migrations for django_extensions:
  111041. web_1 | - Nothing to migrate.
  111042. web_1 | - Loading initial data for django_extensions.
  111043. web_1 | Installed 0 object(s) from 0 fixture(s)
  111044. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111045. web_1 | [GCC 4.9.2] on linux2
  111046. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111047. web_1 | (InteractiveConsole)
  111048. web_1 |
  111049. web_1 | >>> >>> Starting the server
  111050. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111051. web_1 |
  111052. web_1 | Fatal error: Unable to find local grunt.
  111053. web_1 |
  111054. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111055. web_1 | your project. For more information about installing and configuring grunt,
  111056. web_1 | please see the Getting Started guide:
  111057. web_1 |
  111058. web_1 | http://gruntjs.com/getting-started
  111059. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111060. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111061. web_1 | Syncing...
  111062. web_1 | Creating tables ...
  111063. web_1 | Installing custom SQL ...
  111064. web_1 | Installing indexes ...
  111065. web_1 | Installed 0 object(s) from 0 fixture(s)
  111066. web_1 |
  111067. web_1 | Synced:
  111068. web_1 | > django.contrib.auth
  111069. web_1 | > django.contrib.contenttypes
  111070. web_1 | > django.contrib.sessions
  111071. web_1 | > django.contrib.sites
  111072. web_1 | > django.contrib.messages
  111073. web_1 | > django.contrib.staticfiles
  111074. web_1 | > django.contrib.admin
  111075. web_1 | > south
  111076. web_1 | > crispy_forms
  111077. web_1 | > avatar
  111078. web_1 | > bootstrap3
  111079. web_1 | > users
  111080. web_1 | > allauth
  111081. web_1 | > allauth.account
  111082. web_1 | > django.contrib.humanize
  111083. web_1 | > debug_toolbar
  111084. web_1 |
  111085. web_1 | Not synced (use migrations):
  111086. web_1 | - allauth.socialaccount
  111087. web_1 | - django_extensions
  111088. web_1 | (use ./manage.py migrate to migrate these)
  111089. web_1 | Running migrations for socialaccount:
  111090. web_1 | - Nothing to migrate.
  111091. web_1 | - Loading initial data for socialaccount.
  111092. web_1 | Installed 0 object(s) from 0 fixture(s)
  111093. web_1 | Running migrations for django_extensions:
  111094. web_1 | - Nothing to migrate.
  111095. web_1 | - Loading initial data for django_extensions.
  111096. web_1 | Installed 0 object(s) from 0 fixture(s)
  111097. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111098. web_1 | [GCC 4.9.2] on linux2
  111099. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111100. web_1 | (InteractiveConsole)
  111101. web_1 |
  111102. web_1 | >>> >>> Starting the server
  111103. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111104. web_1 |
  111105. web_1 | Fatal error: Unable to find local grunt.
  111106. web_1 |
  111107. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111108. web_1 | your project. For more information about installing and configuring grunt,
  111109. web_1 | please see the Getting Started guide:
  111110. web_1 |
  111111. web_1 | http://gruntjs.com/getting-started
  111112. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111113. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111114. web_1 | Syncing...
  111115. web_1 | Creating tables ...
  111116. web_1 | Installing custom SQL ...
  111117. web_1 | Installing indexes ...
  111118. web_1 | Installed 0 object(s) from 0 fixture(s)
  111119. web_1 |
  111120. web_1 | Synced:
  111121. web_1 | > django.contrib.auth
  111122. web_1 | > django.contrib.contenttypes
  111123. web_1 | > django.contrib.sessions
  111124. web_1 | > django.contrib.sites
  111125. web_1 | > django.contrib.messages
  111126. web_1 | > django.contrib.staticfiles
  111127. web_1 | > django.contrib.admin
  111128. web_1 | > south
  111129. web_1 | > crispy_forms
  111130. web_1 | > avatar
  111131. web_1 | > bootstrap3
  111132. web_1 | > users
  111133. web_1 | > allauth
  111134. web_1 | > allauth.account
  111135. web_1 | > django.contrib.humanize
  111136. web_1 | > debug_toolbar
  111137. web_1 |
  111138. web_1 | Not synced (use migrations):
  111139. web_1 | - allauth.socialaccount
  111140. web_1 | - django_extensions
  111141. web_1 | (use ./manage.py migrate to migrate these)
  111142. web_1 | Running migrations for socialaccount:
  111143. web_1 | - Nothing to migrate.
  111144. web_1 | - Loading initial data for socialaccount.
  111145. web_1 | Installed 0 object(s) from 0 fixture(s)
  111146. web_1 | Running migrations for django_extensions:
  111147. web_1 | - Nothing to migrate.
  111148. web_1 | - Loading initial data for django_extensions.
  111149. web_1 | Installed 0 object(s) from 0 fixture(s)
  111150. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111151. web_1 | [GCC 4.9.2] on linux2
  111152. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111153. web_1 | (InteractiveConsole)
  111154. web_1 |
  111155. web_1 | >>> >>> Starting the server
  111156. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111157. web_1 |
  111158. web_1 | Fatal error: Unable to find local grunt.
  111159. web_1 |
  111160. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111161. web_1 | your project. For more information about installing and configuring grunt,
  111162. web_1 | please see the Getting Started guide:
  111163. web_1 |
  111164. web_1 | http://gruntjs.com/getting-started
  111165. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111166. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111167. web_1 | Syncing...
  111168. web_1 | Creating tables ...
  111169. web_1 | Installing custom SQL ...
  111170. web_1 | Installing indexes ...
  111171. web_1 | Installed 0 object(s) from 0 fixture(s)
  111172. web_1 |
  111173. web_1 | Synced:
  111174. web_1 | > django.contrib.auth
  111175. web_1 | > django.contrib.contenttypes
  111176. web_1 | > django.contrib.sessions
  111177. web_1 | > django.contrib.sites
  111178. web_1 | > django.contrib.messages
  111179. web_1 | > django.contrib.staticfiles
  111180. web_1 | > django.contrib.admin
  111181. web_1 | > south
  111182. web_1 | > crispy_forms
  111183. web_1 | > avatar
  111184. web_1 | > bootstrap3
  111185. web_1 | > users
  111186. web_1 | > allauth
  111187. web_1 | > allauth.account
  111188. web_1 | > django.contrib.humanize
  111189. web_1 | > debug_toolbar
  111190. web_1 |
  111191. web_1 | Not synced (use migrations):
  111192. web_1 | - allauth.socialaccount
  111193. web_1 | - django_extensions
  111194. web_1 | (use ./manage.py migrate to migrate these)
  111195. web_1 | Running migrations for socialaccount:
  111196. web_1 | - Nothing to migrate.
  111197. web_1 | - Loading initial data for socialaccount.
  111198. web_1 | Installed 0 object(s) from 0 fixture(s)
  111199. web_1 | Running migrations for django_extensions:
  111200. web_1 | - Nothing to migrate.
  111201. web_1 | - Loading initial data for django_extensions.
  111202. web_1 | Installed 0 object(s) from 0 fixture(s)
  111203. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111204. web_1 | [GCC 4.9.2] on linux2
  111205. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111206. web_1 | (InteractiveConsole)
  111207. web_1 |
  111208. web_1 | >>> >>> Starting the server
  111209. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111210. web_1 |
  111211. web_1 | Fatal error: Unable to find local grunt.
  111212. web_1 |
  111213. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111214. web_1 | your project. For more information about installing and configuring grunt,
  111215. web_1 | please see the Getting Started guide:
  111216. web_1 |
  111217. web_1 | http://gruntjs.com/getting-started
  111218. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111219. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111220. web_1 | Syncing...
  111221. web_1 | Creating tables ...
  111222. web_1 | Installing custom SQL ...
  111223. web_1 | Installing indexes ...
  111224. web_1 | Installed 0 object(s) from 0 fixture(s)
  111225. web_1 |
  111226. web_1 | Synced:
  111227. web_1 | > django.contrib.auth
  111228. web_1 | > django.contrib.contenttypes
  111229. web_1 | > django.contrib.sessions
  111230. web_1 | > django.contrib.sites
  111231. web_1 | > django.contrib.messages
  111232. web_1 | > django.contrib.staticfiles
  111233. web_1 | > django.contrib.admin
  111234. web_1 | > south
  111235. web_1 | > crispy_forms
  111236. web_1 | > avatar
  111237. web_1 | > bootstrap3
  111238. web_1 | > users
  111239. web_1 | > allauth
  111240. web_1 | > allauth.account
  111241. web_1 | > django.contrib.humanize
  111242. web_1 | > debug_toolbar
  111243. web_1 |
  111244. web_1 | Not synced (use migrations):
  111245. web_1 | - allauth.socialaccount
  111246. web_1 | - django_extensions
  111247. web_1 | (use ./manage.py migrate to migrate these)
  111248. web_1 | Running migrations for socialaccount:
  111249. web_1 | - Nothing to migrate.
  111250. web_1 | - Loading initial data for socialaccount.
  111251. web_1 | Installed 0 object(s) from 0 fixture(s)
  111252. web_1 | Running migrations for django_extensions:
  111253. web_1 | - Nothing to migrate.
  111254. web_1 | - Loading initial data for django_extensions.
  111255. web_1 | Installed 0 object(s) from 0 fixture(s)
  111256. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111257. web_1 | [GCC 4.9.2] on linux2
  111258. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111259. web_1 | (InteractiveConsole)
  111260. web_1 |
  111261. web_1 | >>> >>> Starting the server
  111262. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111263. web_1 |
  111264. web_1 | Fatal error: Unable to find local grunt.
  111265. web_1 |
  111266. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111267. web_1 | your project. For more information about installing and configuring grunt,
  111268. web_1 | please see the Getting Started guide:
  111269. web_1 |
  111270. web_1 | http://gruntjs.com/getting-started
  111271. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111272. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111273. web_1 | Syncing...
  111274. web_1 | Creating tables ...
  111275. web_1 | Installing custom SQL ...
  111276. web_1 | Installing indexes ...
  111277. web_1 | Installed 0 object(s) from 0 fixture(s)
  111278. web_1 |
  111279. web_1 | Synced:
  111280. web_1 | > django.contrib.auth
  111281. web_1 | > django.contrib.contenttypes
  111282. web_1 | > django.contrib.sessions
  111283. web_1 | > django.contrib.sites
  111284. web_1 | > django.contrib.messages
  111285. web_1 | > django.contrib.staticfiles
  111286. web_1 | > django.contrib.admin
  111287. web_1 | > south
  111288. web_1 | > crispy_forms
  111289. web_1 | > avatar
  111290. web_1 | > bootstrap3
  111291. web_1 | > users
  111292. web_1 | > allauth
  111293. web_1 | > allauth.account
  111294. web_1 | > django.contrib.humanize
  111295. web_1 | > debug_toolbar
  111296. web_1 |
  111297. web_1 | Not synced (use migrations):
  111298. web_1 | - allauth.socialaccount
  111299. web_1 | - django_extensions
  111300. web_1 | (use ./manage.py migrate to migrate these)
  111301. web_1 | Running migrations for socialaccount:
  111302. web_1 | - Nothing to migrate.
  111303. web_1 | - Loading initial data for socialaccount.
  111304. web_1 | Installed 0 object(s) from 0 fixture(s)
  111305. web_1 | Running migrations for django_extensions:
  111306. web_1 | - Nothing to migrate.
  111307. web_1 | - Loading initial data for django_extensions.
  111308. web_1 | Installed 0 object(s) from 0 fixture(s)
  111309. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111310. web_1 | [GCC 4.9.2] on linux2
  111311. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111312. web_1 | (InteractiveConsole)
  111313. web_1 |
  111314. web_1 | >>> >>> Starting the server
  111315. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111316. web_1 |
  111317. web_1 | Fatal error: Unable to find local grunt.
  111318. web_1 |
  111319. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111320. web_1 | your project. For more information about installing and configuring grunt,
  111321. web_1 | please see the Getting Started guide:
  111322. web_1 |
  111323. web_1 | http://gruntjs.com/getting-started
  111324. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111325. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111326. web_1 | Syncing...
  111327. web_1 | Creating tables ...
  111328. web_1 | Installing custom SQL ...
  111329. web_1 | Installing indexes ...
  111330. web_1 | Installed 0 object(s) from 0 fixture(s)
  111331. web_1 |
  111332. web_1 | Synced:
  111333. web_1 | > django.contrib.auth
  111334. web_1 | > django.contrib.contenttypes
  111335. web_1 | > django.contrib.sessions
  111336. web_1 | > django.contrib.sites
  111337. web_1 | > django.contrib.messages
  111338. web_1 | > django.contrib.staticfiles
  111339. web_1 | > django.contrib.admin
  111340. web_1 | > south
  111341. web_1 | > crispy_forms
  111342. web_1 | > avatar
  111343. web_1 | > bootstrap3
  111344. web_1 | > users
  111345. web_1 | > allauth
  111346. web_1 | > allauth.account
  111347. web_1 | > django.contrib.humanize
  111348. web_1 | > debug_toolbar
  111349. web_1 |
  111350. web_1 | Not synced (use migrations):
  111351. web_1 | - allauth.socialaccount
  111352. web_1 | - django_extensions
  111353. web_1 | (use ./manage.py migrate to migrate these)
  111354. web_1 | Running migrations for socialaccount:
  111355. web_1 | - Nothing to migrate.
  111356. web_1 | - Loading initial data for socialaccount.
  111357. web_1 | Installed 0 object(s) from 0 fixture(s)
  111358. web_1 | Running migrations for django_extensions:
  111359. web_1 | - Nothing to migrate.
  111360. web_1 | - Loading initial data for django_extensions.
  111361. web_1 | Installed 0 object(s) from 0 fixture(s)
  111362. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111363. web_1 | [GCC 4.9.2] on linux2
  111364. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111365. web_1 | (InteractiveConsole)
  111366. web_1 |
  111367. web_1 | >>> >>> Starting the server
  111368. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111369. web_1 |
  111370. web_1 | Fatal error: Unable to find local grunt.
  111371. web_1 |
  111372. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111373. web_1 | your project. For more information about installing and configuring grunt,
  111374. web_1 | please see the Getting Started guide:
  111375. web_1 |
  111376. web_1 | http://gruntjs.com/getting-started
  111377. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111378. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111379. web_1 | Syncing...
  111380. web_1 | Creating tables ...
  111381. web_1 | Installing custom SQL ...
  111382. web_1 | Installing indexes ...
  111383. web_1 | Installed 0 object(s) from 0 fixture(s)
  111384. web_1 |
  111385. web_1 | Synced:
  111386. web_1 | > django.contrib.auth
  111387. web_1 | > django.contrib.contenttypes
  111388. web_1 | > django.contrib.sessions
  111389. web_1 | > django.contrib.sites
  111390. web_1 | > django.contrib.messages
  111391. web_1 | > django.contrib.staticfiles
  111392. web_1 | > django.contrib.admin
  111393. web_1 | > south
  111394. web_1 | > crispy_forms
  111395. web_1 | > avatar
  111396. web_1 | > bootstrap3
  111397. web_1 | > users
  111398. web_1 | > allauth
  111399. web_1 | > allauth.account
  111400. web_1 | > django.contrib.humanize
  111401. web_1 | > debug_toolbar
  111402. web_1 |
  111403. web_1 | Not synced (use migrations):
  111404. web_1 | - allauth.socialaccount
  111405. web_1 | - django_extensions
  111406. web_1 | (use ./manage.py migrate to migrate these)
  111407. web_1 | Running migrations for socialaccount:
  111408. web_1 | - Nothing to migrate.
  111409. web_1 | - Loading initial data for socialaccount.
  111410. web_1 | Installed 0 object(s) from 0 fixture(s)
  111411. web_1 | Running migrations for django_extensions:
  111412. web_1 | - Nothing to migrate.
  111413. web_1 | - Loading initial data for django_extensions.
  111414. web_1 | Installed 0 object(s) from 0 fixture(s)
  111415. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111416. web_1 | [GCC 4.9.2] on linux2
  111417. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111418. web_1 | (InteractiveConsole)
  111419. web_1 |
  111420. web_1 | >>> >>> Starting the server
  111421. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111422. web_1 |
  111423. web_1 | Fatal error: Unable to find local grunt.
  111424. web_1 |
  111425. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111426. web_1 | your project. For more information about installing and configuring grunt,
  111427. web_1 | please see the Getting Started guide:
  111428. web_1 |
  111429. web_1 | http://gruntjs.com/getting-started
  111430. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111431. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111432. web_1 | Syncing...
  111433. web_1 | Creating tables ...
  111434. web_1 | Installing custom SQL ...
  111435. web_1 | Installing indexes ...
  111436. web_1 | Installed 0 object(s) from 0 fixture(s)
  111437. web_1 |
  111438. web_1 | Synced:
  111439. web_1 | > django.contrib.auth
  111440. web_1 | > django.contrib.contenttypes
  111441. web_1 | > django.contrib.sessions
  111442. web_1 | > django.contrib.sites
  111443. web_1 | > django.contrib.messages
  111444. web_1 | > django.contrib.staticfiles
  111445. web_1 | > django.contrib.admin
  111446. web_1 | > south
  111447. web_1 | > crispy_forms
  111448. web_1 | > avatar
  111449. web_1 | > bootstrap3
  111450. web_1 | > users
  111451. web_1 | > allauth
  111452. web_1 | > allauth.account
  111453. web_1 | > django.contrib.humanize
  111454. web_1 | > debug_toolbar
  111455. web_1 |
  111456. web_1 | Not synced (use migrations):
  111457. web_1 | - allauth.socialaccount
  111458. web_1 | - django_extensions
  111459. web_1 | (use ./manage.py migrate to migrate these)
  111460. web_1 | Running migrations for socialaccount:
  111461. web_1 | - Nothing to migrate.
  111462. web_1 | - Loading initial data for socialaccount.
  111463. web_1 | Installed 0 object(s) from 0 fixture(s)
  111464. web_1 | Running migrations for django_extensions:
  111465. web_1 | - Nothing to migrate.
  111466. web_1 | - Loading initial data for django_extensions.
  111467. web_1 | Installed 0 object(s) from 0 fixture(s)
  111468. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111469. web_1 | [GCC 4.9.2] on linux2
  111470. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111471. web_1 | (InteractiveConsole)
  111472. web_1 |
  111473. web_1 | >>> >>> Starting the server
  111474. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111475. web_1 |
  111476. web_1 | Fatal error: Unable to find local grunt.
  111477. web_1 |
  111478. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111479. web_1 | your project. For more information about installing and configuring grunt,
  111480. web_1 | please see the Getting Started guide:
  111481. web_1 |
  111482. web_1 | http://gruntjs.com/getting-started
  111483. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111484. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111485. web_1 | Syncing...
  111486. web_1 | Creating tables ...
  111487. web_1 | Installing custom SQL ...
  111488. web_1 | Installing indexes ...
  111489. web_1 | Installed 0 object(s) from 0 fixture(s)
  111490. web_1 |
  111491. web_1 | Synced:
  111492. web_1 | > django.contrib.auth
  111493. web_1 | > django.contrib.contenttypes
  111494. web_1 | > django.contrib.sessions
  111495. web_1 | > django.contrib.sites
  111496. web_1 | > django.contrib.messages
  111497. web_1 | > django.contrib.staticfiles
  111498. web_1 | > django.contrib.admin
  111499. web_1 | > south
  111500. web_1 | > crispy_forms
  111501. web_1 | > avatar
  111502. web_1 | > bootstrap3
  111503. web_1 | > users
  111504. web_1 | > allauth
  111505. web_1 | > allauth.account
  111506. web_1 | > django.contrib.humanize
  111507. web_1 | > debug_toolbar
  111508. web_1 |
  111509. web_1 | Not synced (use migrations):
  111510. web_1 | - allauth.socialaccount
  111511. web_1 | - django_extensions
  111512. web_1 | (use ./manage.py migrate to migrate these)
  111513. web_1 | Running migrations for socialaccount:
  111514. web_1 | - Nothing to migrate.
  111515. web_1 | - Loading initial data for socialaccount.
  111516. web_1 | Installed 0 object(s) from 0 fixture(s)
  111517. web_1 | Running migrations for django_extensions:
  111518. web_1 | - Nothing to migrate.
  111519. web_1 | - Loading initial data for django_extensions.
  111520. web_1 | Installed 0 object(s) from 0 fixture(s)
  111521. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111522. web_1 | [GCC 4.9.2] on linux2
  111523. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111524. web_1 | (InteractiveConsole)
  111525. web_1 |
  111526. web_1 | >>> >>> Starting the server
  111527. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111528. web_1 |
  111529. web_1 | Fatal error: Unable to find local grunt.
  111530. web_1 |
  111531. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111532. web_1 | your project. For more information about installing and configuring grunt,
  111533. web_1 | please see the Getting Started guide:
  111534. web_1 |
  111535. web_1 | http://gruntjs.com/getting-started
  111536. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111537. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111538. web_1 | Syncing...
  111539. web_1 | Creating tables ...
  111540. web_1 | Installing custom SQL ...
  111541. web_1 | Installing indexes ...
  111542. web_1 | Installed 0 object(s) from 0 fixture(s)
  111543. web_1 |
  111544. web_1 | Synced:
  111545. web_1 | > django.contrib.auth
  111546. web_1 | > django.contrib.contenttypes
  111547. web_1 | > django.contrib.sessions
  111548. web_1 | > django.contrib.sites
  111549. web_1 | > django.contrib.messages
  111550. web_1 | > django.contrib.staticfiles
  111551. web_1 | > django.contrib.admin
  111552. web_1 | > south
  111553. web_1 | > crispy_forms
  111554. web_1 | > avatar
  111555. web_1 | > bootstrap3
  111556. web_1 | > users
  111557. web_1 | > allauth
  111558. web_1 | > allauth.account
  111559. web_1 | > django.contrib.humanize
  111560. web_1 | > debug_toolbar
  111561. web_1 |
  111562. web_1 | Not synced (use migrations):
  111563. web_1 | - allauth.socialaccount
  111564. web_1 | - django_extensions
  111565. web_1 | (use ./manage.py migrate to migrate these)
  111566. web_1 | Running migrations for socialaccount:
  111567. web_1 | - Nothing to migrate.
  111568. web_1 | - Loading initial data for socialaccount.
  111569. web_1 | Installed 0 object(s) from 0 fixture(s)
  111570. web_1 | Running migrations for django_extensions:
  111571. web_1 | - Nothing to migrate.
  111572. web_1 | - Loading initial data for django_extensions.
  111573. web_1 | Installed 0 object(s) from 0 fixture(s)
  111574. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111575. web_1 | [GCC 4.9.2] on linux2
  111576. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111577. web_1 | (InteractiveConsole)
  111578. web_1 |
  111579. web_1 | >>> >>> Starting the server
  111580. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111581. web_1 |
  111582. web_1 | Fatal error: Unable to find local grunt.
  111583. web_1 |
  111584. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111585. web_1 | your project. For more information about installing and configuring grunt,
  111586. web_1 | please see the Getting Started guide:
  111587. web_1 |
  111588. web_1 | http://gruntjs.com/getting-started
  111589. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111590. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111591. web_1 | Syncing...
  111592. web_1 | Creating tables ...
  111593. web_1 | Installing custom SQL ...
  111594. web_1 | Installing indexes ...
  111595. web_1 | Installed 0 object(s) from 0 fixture(s)
  111596. web_1 |
  111597. web_1 | Synced:
  111598. web_1 | > django.contrib.auth
  111599. web_1 | > django.contrib.contenttypes
  111600. web_1 | > django.contrib.sessions
  111601. web_1 | > django.contrib.sites
  111602. web_1 | > django.contrib.messages
  111603. web_1 | > django.contrib.staticfiles
  111604. web_1 | > django.contrib.admin
  111605. web_1 | > south
  111606. web_1 | > crispy_forms
  111607. web_1 | > avatar
  111608. web_1 | > bootstrap3
  111609. web_1 | > users
  111610. web_1 | > allauth
  111611. web_1 | > allauth.account
  111612. web_1 | > django.contrib.humanize
  111613. web_1 | > debug_toolbar
  111614. web_1 |
  111615. web_1 | Not synced (use migrations):
  111616. web_1 | - allauth.socialaccount
  111617. web_1 | - django_extensions
  111618. web_1 | (use ./manage.py migrate to migrate these)
  111619. web_1 | Running migrations for socialaccount:
  111620. web_1 | - Nothing to migrate.
  111621. web_1 | - Loading initial data for socialaccount.
  111622. web_1 | Installed 0 object(s) from 0 fixture(s)
  111623. web_1 | Running migrations for django_extensions:
  111624. web_1 | - Nothing to migrate.
  111625. web_1 | - Loading initial data for django_extensions.
  111626. web_1 | Installed 0 object(s) from 0 fixture(s)
  111627. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111628. web_1 | [GCC 4.9.2] on linux2
  111629. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111630. web_1 | (InteractiveConsole)
  111631. web_1 |
  111632. web_1 | >>> >>> Starting the server
  111633. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111634. web_1 |
  111635. web_1 | Fatal error: Unable to find local grunt.
  111636. web_1 |
  111637. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111638. web_1 | your project. For more information about installing and configuring grunt,
  111639. web_1 | please see the Getting Started guide:
  111640. web_1 |
  111641. web_1 | http://gruntjs.com/getting-started
  111642. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111643. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111644. web_1 | Syncing...
  111645. web_1 | Creating tables ...
  111646. web_1 | Installing custom SQL ...
  111647. web_1 | Installing indexes ...
  111648. web_1 | Installed 0 object(s) from 0 fixture(s)
  111649. web_1 |
  111650. web_1 | Synced:
  111651. web_1 | > django.contrib.auth
  111652. web_1 | > django.contrib.contenttypes
  111653. web_1 | > django.contrib.sessions
  111654. web_1 | > django.contrib.sites
  111655. web_1 | > django.contrib.messages
  111656. web_1 | > django.contrib.staticfiles
  111657. web_1 | > django.contrib.admin
  111658. web_1 | > south
  111659. web_1 | > crispy_forms
  111660. web_1 | > avatar
  111661. web_1 | > bootstrap3
  111662. web_1 | > users
  111663. web_1 | > allauth
  111664. web_1 | > allauth.account
  111665. web_1 | > django.contrib.humanize
  111666. web_1 | > debug_toolbar
  111667. web_1 |
  111668. web_1 | Not synced (use migrations):
  111669. web_1 | - allauth.socialaccount
  111670. web_1 | - django_extensions
  111671. web_1 | (use ./manage.py migrate to migrate these)
  111672. web_1 | Running migrations for socialaccount:
  111673. web_1 | - Nothing to migrate.
  111674. web_1 | - Loading initial data for socialaccount.
  111675. web_1 | Installed 0 object(s) from 0 fixture(s)
  111676. web_1 | Running migrations for django_extensions:
  111677. web_1 | - Nothing to migrate.
  111678. web_1 | - Loading initial data for django_extensions.
  111679. web_1 | Installed 0 object(s) from 0 fixture(s)
  111680. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111681. web_1 | [GCC 4.9.2] on linux2
  111682. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111683. web_1 | (InteractiveConsole)
  111684. web_1 |
  111685. web_1 | >>> >>> Starting the server
  111686. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111687. web_1 |
  111688. web_1 | Fatal error: Unable to find local grunt.
  111689. web_1 |
  111690. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111691. web_1 | your project. For more information about installing and configuring grunt,
  111692. web_1 | please see the Getting Started guide:
  111693. web_1 |
  111694. web_1 | http://gruntjs.com/getting-started
  111695. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111696. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111697. web_1 | Syncing...
  111698. web_1 | Creating tables ...
  111699. web_1 | Installing custom SQL ...
  111700. web_1 | Installing indexes ...
  111701. web_1 | Installed 0 object(s) from 0 fixture(s)
  111702. web_1 |
  111703. web_1 | Synced:
  111704. web_1 | > django.contrib.auth
  111705. web_1 | > django.contrib.contenttypes
  111706. web_1 | > django.contrib.sessions
  111707. web_1 | > django.contrib.sites
  111708. web_1 | > django.contrib.messages
  111709. web_1 | > django.contrib.staticfiles
  111710. web_1 | > django.contrib.admin
  111711. web_1 | > south
  111712. web_1 | > crispy_forms
  111713. web_1 | > avatar
  111714. web_1 | > bootstrap3
  111715. web_1 | > users
  111716. web_1 | > allauth
  111717. web_1 | > allauth.account
  111718. web_1 | > django.contrib.humanize
  111719. web_1 | > debug_toolbar
  111720. web_1 |
  111721. web_1 | Not synced (use migrations):
  111722. web_1 | - allauth.socialaccount
  111723. web_1 | - django_extensions
  111724. web_1 | (use ./manage.py migrate to migrate these)
  111725. web_1 | Running migrations for socialaccount:
  111726. web_1 | - Nothing to migrate.
  111727. web_1 | - Loading initial data for socialaccount.
  111728. web_1 | Installed 0 object(s) from 0 fixture(s)
  111729. web_1 | Running migrations for django_extensions:
  111730. web_1 | - Nothing to migrate.
  111731. web_1 | - Loading initial data for django_extensions.
  111732. web_1 | Installed 0 object(s) from 0 fixture(s)
  111733. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111734. web_1 | [GCC 4.9.2] on linux2
  111735. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111736. web_1 | (InteractiveConsole)
  111737. web_1 |
  111738. web_1 | >>> >>> Starting the server
  111739. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111740. web_1 |
  111741. web_1 | Fatal error: Unable to find local grunt.
  111742. web_1 |
  111743. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111744. web_1 | your project. For more information about installing and configuring grunt,
  111745. web_1 | please see the Getting Started guide:
  111746. web_1 |
  111747. web_1 | http://gruntjs.com/getting-started
  111748. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111749. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111750. web_1 | Syncing...
  111751. web_1 | Creating tables ...
  111752. web_1 | Installing custom SQL ...
  111753. web_1 | Installing indexes ...
  111754. web_1 | Installed 0 object(s) from 0 fixture(s)
  111755. web_1 |
  111756. web_1 | Synced:
  111757. web_1 | > django.contrib.auth
  111758. web_1 | > django.contrib.contenttypes
  111759. web_1 | > django.contrib.sessions
  111760. web_1 | > django.contrib.sites
  111761. web_1 | > django.contrib.messages
  111762. web_1 | > django.contrib.staticfiles
  111763. web_1 | > django.contrib.admin
  111764. web_1 | > south
  111765. web_1 | > crispy_forms
  111766. web_1 | > avatar
  111767. web_1 | > bootstrap3
  111768. web_1 | > users
  111769. web_1 | > allauth
  111770. web_1 | > allauth.account
  111771. web_1 | > django.contrib.humanize
  111772. web_1 | > debug_toolbar
  111773. web_1 |
  111774. web_1 | Not synced (use migrations):
  111775. web_1 | - allauth.socialaccount
  111776. web_1 | - django_extensions
  111777. web_1 | (use ./manage.py migrate to migrate these)
  111778. web_1 | Running migrations for socialaccount:
  111779. web_1 | - Nothing to migrate.
  111780. web_1 | - Loading initial data for socialaccount.
  111781. web_1 | Installed 0 object(s) from 0 fixture(s)
  111782. web_1 | Running migrations for django_extensions:
  111783. web_1 | - Nothing to migrate.
  111784. web_1 | - Loading initial data for django_extensions.
  111785. web_1 | Installed 0 object(s) from 0 fixture(s)
  111786. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111787. web_1 | [GCC 4.9.2] on linux2
  111788. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111789. web_1 | (InteractiveConsole)
  111790. web_1 |
  111791. web_1 | >>> >>> Starting the server
  111792. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111793. web_1 |
  111794. web_1 | Fatal error: Unable to find local grunt.
  111795. web_1 |
  111796. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111797. web_1 | your project. For more information about installing and configuring grunt,
  111798. web_1 | please see the Getting Started guide:
  111799. web_1 |
  111800. web_1 | http://gruntjs.com/getting-started
  111801. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111802. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111803. web_1 | Syncing...
  111804. web_1 | Creating tables ...
  111805. web_1 | Installing custom SQL ...
  111806. web_1 | Installing indexes ...
  111807. web_1 | Installed 0 object(s) from 0 fixture(s)
  111808. web_1 |
  111809. web_1 | Synced:
  111810. web_1 | > django.contrib.auth
  111811. web_1 | > django.contrib.contenttypes
  111812. web_1 | > django.contrib.sessions
  111813. web_1 | > django.contrib.sites
  111814. web_1 | > django.contrib.messages
  111815. web_1 | > django.contrib.staticfiles
  111816. web_1 | > django.contrib.admin
  111817. web_1 | > south
  111818. web_1 | > crispy_forms
  111819. web_1 | > avatar
  111820. web_1 | > bootstrap3
  111821. web_1 | > users
  111822. web_1 | > allauth
  111823. web_1 | > allauth.account
  111824. web_1 | > django.contrib.humanize
  111825. web_1 | > debug_toolbar
  111826. web_1 |
  111827. web_1 | Not synced (use migrations):
  111828. web_1 | - allauth.socialaccount
  111829. web_1 | - django_extensions
  111830. web_1 | (use ./manage.py migrate to migrate these)
  111831. web_1 | Running migrations for socialaccount:
  111832. web_1 | - Nothing to migrate.
  111833. web_1 | - Loading initial data for socialaccount.
  111834. web_1 | Installed 0 object(s) from 0 fixture(s)
  111835. web_1 | Running migrations for django_extensions:
  111836. web_1 | - Nothing to migrate.
  111837. web_1 | - Loading initial data for django_extensions.
  111838. web_1 | Installed 0 object(s) from 0 fixture(s)
  111839. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111840. web_1 | [GCC 4.9.2] on linux2
  111841. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111842. web_1 | (InteractiveConsole)
  111843. web_1 |
  111844. web_1 | >>> >>> Starting the server
  111845. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111846. web_1 |
  111847. web_1 | Fatal error: Unable to find local grunt.
  111848. web_1 |
  111849. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111850. web_1 | your project. For more information about installing and configuring grunt,
  111851. web_1 | please see the Getting Started guide:
  111852. web_1 |
  111853. web_1 | http://gruntjs.com/getting-started
  111854. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111855. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111856. web_1 | Syncing...
  111857. web_1 | Creating tables ...
  111858. web_1 | Installing custom SQL ...
  111859. web_1 | Installing indexes ...
  111860. web_1 | Installed 0 object(s) from 0 fixture(s)
  111861. web_1 |
  111862. web_1 | Synced:
  111863. web_1 | > django.contrib.auth
  111864. web_1 | > django.contrib.contenttypes
  111865. web_1 | > django.contrib.sessions
  111866. web_1 | > django.contrib.sites
  111867. web_1 | > django.contrib.messages
  111868. web_1 | > django.contrib.staticfiles
  111869. web_1 | > django.contrib.admin
  111870. web_1 | > south
  111871. web_1 | > crispy_forms
  111872. web_1 | > avatar
  111873. web_1 | > bootstrap3
  111874. web_1 | > users
  111875. web_1 | > allauth
  111876. web_1 | > allauth.account
  111877. web_1 | > django.contrib.humanize
  111878. web_1 | > debug_toolbar
  111879. web_1 |
  111880. web_1 | Not synced (use migrations):
  111881. web_1 | - allauth.socialaccount
  111882. web_1 | - django_extensions
  111883. web_1 | (use ./manage.py migrate to migrate these)
  111884. web_1 | Running migrations for socialaccount:
  111885. web_1 | - Nothing to migrate.
  111886. web_1 | - Loading initial data for socialaccount.
  111887. web_1 | Installed 0 object(s) from 0 fixture(s)
  111888. web_1 | Running migrations for django_extensions:
  111889. web_1 | - Nothing to migrate.
  111890. web_1 | - Loading initial data for django_extensions.
  111891. web_1 | Installed 0 object(s) from 0 fixture(s)
  111892. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111893. web_1 | [GCC 4.9.2] on linux2
  111894. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111895. web_1 | (InteractiveConsole)
  111896. web_1 |
  111897. web_1 | >>> >>> Starting the server
  111898. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111899. web_1 |
  111900. web_1 | Fatal error: Unable to find local grunt.
  111901. web_1 |
  111902. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111903. web_1 | your project. For more information about installing and configuring grunt,
  111904. web_1 | please see the Getting Started guide:
  111905. web_1 |
  111906. web_1 | http://gruntjs.com/getting-started
  111907. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111908. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111909. web_1 | Syncing...
  111910. web_1 | Creating tables ...
  111911. web_1 | Installing custom SQL ...
  111912. web_1 | Installing indexes ...
  111913. web_1 | Installed 0 object(s) from 0 fixture(s)
  111914. web_1 |
  111915. web_1 | Synced:
  111916. web_1 | > django.contrib.auth
  111917. web_1 | > django.contrib.contenttypes
  111918. web_1 | > django.contrib.sessions
  111919. web_1 | > django.contrib.sites
  111920. web_1 | > django.contrib.messages
  111921. web_1 | > django.contrib.staticfiles
  111922. web_1 | > django.contrib.admin
  111923. web_1 | > south
  111924. web_1 | > crispy_forms
  111925. web_1 | > avatar
  111926. web_1 | > bootstrap3
  111927. web_1 | > users
  111928. web_1 | > allauth
  111929. web_1 | > allauth.account
  111930. web_1 | > django.contrib.humanize
  111931. web_1 | > debug_toolbar
  111932. web_1 |
  111933. web_1 | Not synced (use migrations):
  111934. web_1 | - allauth.socialaccount
  111935. web_1 | - django_extensions
  111936. web_1 | (use ./manage.py migrate to migrate these)
  111937. web_1 | Running migrations for socialaccount:
  111938. web_1 | - Nothing to migrate.
  111939. web_1 | - Loading initial data for socialaccount.
  111940. web_1 | Installed 0 object(s) from 0 fixture(s)
  111941. web_1 | Running migrations for django_extensions:
  111942. web_1 | - Nothing to migrate.
  111943. web_1 | - Loading initial data for django_extensions.
  111944. web_1 | Installed 0 object(s) from 0 fixture(s)
  111945. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111946. web_1 | [GCC 4.9.2] on linux2
  111947. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  111948. web_1 | (InteractiveConsole)
  111949. web_1 |
  111950. web_1 | >>> >>> Starting the server
  111951. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  111952. web_1 |
  111953. web_1 | Fatal error: Unable to find local grunt.
  111954. web_1 |
  111955. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  111956. web_1 | your project. For more information about installing and configuring grunt,
  111957. web_1 | please see the Getting Started guide:
  111958. web_1 |
  111959. web_1 | http://gruntjs.com/getting-started
  111960. web_1 | Starting OpenBSD Secure Shell server: sshd.
  111961. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  111962. web_1 | Syncing...
  111963. web_1 | Creating tables ...
  111964. web_1 | Installing custom SQL ...
  111965. web_1 | Installing indexes ...
  111966. web_1 | Installed 0 object(s) from 0 fixture(s)
  111967. web_1 |
  111968. web_1 | Synced:
  111969. web_1 | > django.contrib.auth
  111970. web_1 | > django.contrib.contenttypes
  111971. web_1 | > django.contrib.sessions
  111972. web_1 | > django.contrib.sites
  111973. web_1 | > django.contrib.messages
  111974. web_1 | > django.contrib.staticfiles
  111975. web_1 | > django.contrib.admin
  111976. web_1 | > south
  111977. web_1 | > crispy_forms
  111978. web_1 | > avatar
  111979. web_1 | > bootstrap3
  111980. web_1 | > users
  111981. web_1 | > allauth
  111982. web_1 | > allauth.account
  111983. web_1 | > django.contrib.humanize
  111984. web_1 | > debug_toolbar
  111985. web_1 |
  111986. web_1 | Not synced (use migrations):
  111987. web_1 | - allauth.socialaccount
  111988. web_1 | - django_extensions
  111989. web_1 | (use ./manage.py migrate to migrate these)
  111990. web_1 | Running migrations for socialaccount:
  111991. web_1 | - Nothing to migrate.
  111992. web_1 | - Loading initial data for socialaccount.
  111993. web_1 | Installed 0 object(s) from 0 fixture(s)
  111994. web_1 | Running migrations for django_extensions:
  111995. web_1 | - Nothing to migrate.
  111996. web_1 | - Loading initial data for django_extensions.
  111997. web_1 | Installed 0 object(s) from 0 fixture(s)
  111998. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  111999. web_1 | [GCC 4.9.2] on linux2
  112000. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112001. web_1 | (InteractiveConsole)
  112002. web_1 |
  112003. web_1 | >>> >>> Starting the server
  112004. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112005. web_1 |
  112006. web_1 | Fatal error: Unable to find local grunt.
  112007. web_1 |
  112008. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112009. web_1 | your project. For more information about installing and configuring grunt,
  112010. web_1 | please see the Getting Started guide:
  112011. web_1 |
  112012. web_1 | http://gruntjs.com/getting-started
  112013. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112014. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112015. web_1 | Syncing...
  112016. web_1 | Creating tables ...
  112017. web_1 | Installing custom SQL ...
  112018. web_1 | Installing indexes ...
  112019. web_1 | Installed 0 object(s) from 0 fixture(s)
  112020. web_1 |
  112021. web_1 | Synced:
  112022. web_1 | > django.contrib.auth
  112023. web_1 | > django.contrib.contenttypes
  112024. web_1 | > django.contrib.sessions
  112025. web_1 | > django.contrib.sites
  112026. web_1 | > django.contrib.messages
  112027. web_1 | > django.contrib.staticfiles
  112028. web_1 | > django.contrib.admin
  112029. web_1 | > south
  112030. web_1 | > crispy_forms
  112031. web_1 | > avatar
  112032. web_1 | > bootstrap3
  112033. web_1 | > users
  112034. web_1 | > allauth
  112035. web_1 | > allauth.account
  112036. web_1 | > django.contrib.humanize
  112037. web_1 | > debug_toolbar
  112038. web_1 |
  112039. web_1 | Not synced (use migrations):
  112040. web_1 | - allauth.socialaccount
  112041. web_1 | - django_extensions
  112042. web_1 | (use ./manage.py migrate to migrate these)
  112043. web_1 | Running migrations for socialaccount:
  112044. web_1 | - Nothing to migrate.
  112045. web_1 | - Loading initial data for socialaccount.
  112046. web_1 | Installed 0 object(s) from 0 fixture(s)
  112047. web_1 | Running migrations for django_extensions:
  112048. web_1 | - Nothing to migrate.
  112049. web_1 | - Loading initial data for django_extensions.
  112050. web_1 | Installed 0 object(s) from 0 fixture(s)
  112051. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112052. web_1 | [GCC 4.9.2] on linux2
  112053. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112054. web_1 | (InteractiveConsole)
  112055. web_1 |
  112056. web_1 | >>> >>> Starting the server
  112057. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112058. web_1 |
  112059. web_1 | Fatal error: Unable to find local grunt.
  112060. web_1 |
  112061. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112062. web_1 | your project. For more information about installing and configuring grunt,
  112063. web_1 | please see the Getting Started guide:
  112064. web_1 |
  112065. web_1 | http://gruntjs.com/getting-started
  112066. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112067. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112068. web_1 | Syncing...
  112069. web_1 | Creating tables ...
  112070. web_1 | Installing custom SQL ...
  112071. web_1 | Installing indexes ...
  112072. web_1 | Installed 0 object(s) from 0 fixture(s)
  112073. web_1 |
  112074. web_1 | Synced:
  112075. web_1 | > django.contrib.auth
  112076. web_1 | > django.contrib.contenttypes
  112077. web_1 | > django.contrib.sessions
  112078. web_1 | > django.contrib.sites
  112079. web_1 | > django.contrib.messages
  112080. web_1 | > django.contrib.staticfiles
  112081. web_1 | > django.contrib.admin
  112082. web_1 | > south
  112083. web_1 | > crispy_forms
  112084. web_1 | > avatar
  112085. web_1 | > bootstrap3
  112086. web_1 | > users
  112087. web_1 | > allauth
  112088. web_1 | > allauth.account
  112089. web_1 | > django.contrib.humanize
  112090. web_1 | > debug_toolbar
  112091. web_1 |
  112092. web_1 | Not synced (use migrations):
  112093. web_1 | - allauth.socialaccount
  112094. web_1 | - django_extensions
  112095. web_1 | (use ./manage.py migrate to migrate these)
  112096. web_1 | Running migrations for socialaccount:
  112097. web_1 | - Nothing to migrate.
  112098. web_1 | - Loading initial data for socialaccount.
  112099. web_1 | Installed 0 object(s) from 0 fixture(s)
  112100. web_1 | Running migrations for django_extensions:
  112101. web_1 | - Nothing to migrate.
  112102. web_1 | - Loading initial data for django_extensions.
  112103. web_1 | Installed 0 object(s) from 0 fixture(s)
  112104. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112105. web_1 | [GCC 4.9.2] on linux2
  112106. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112107. web_1 | (InteractiveConsole)
  112108. web_1 |
  112109. web_1 | >>> >>> Starting the server
  112110. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112111. web_1 |
  112112. web_1 | Fatal error: Unable to find local grunt.
  112113. web_1 |
  112114. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112115. web_1 | your project. For more information about installing and configuring grunt,
  112116. web_1 | please see the Getting Started guide:
  112117. web_1 |
  112118. web_1 | http://gruntjs.com/getting-started
  112119. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112120. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112121. web_1 | Syncing...
  112122. web_1 | Creating tables ...
  112123. web_1 | Installing custom SQL ...
  112124. web_1 | Installing indexes ...
  112125. web_1 | Installed 0 object(s) from 0 fixture(s)
  112126. web_1 |
  112127. web_1 | Synced:
  112128. web_1 | > django.contrib.auth
  112129. web_1 | > django.contrib.contenttypes
  112130. web_1 | > django.contrib.sessions
  112131. web_1 | > django.contrib.sites
  112132. web_1 | > django.contrib.messages
  112133. web_1 | > django.contrib.staticfiles
  112134. web_1 | > django.contrib.admin
  112135. web_1 | > south
  112136. web_1 | > crispy_forms
  112137. web_1 | > avatar
  112138. web_1 | > bootstrap3
  112139. web_1 | > users
  112140. web_1 | > allauth
  112141. web_1 | > allauth.account
  112142. web_1 | > django.contrib.humanize
  112143. web_1 | > debug_toolbar
  112144. web_1 |
  112145. web_1 | Not synced (use migrations):
  112146. web_1 | - allauth.socialaccount
  112147. web_1 | - django_extensions
  112148. web_1 | (use ./manage.py migrate to migrate these)
  112149. web_1 | Running migrations for socialaccount:
  112150. web_1 | - Nothing to migrate.
  112151. web_1 | - Loading initial data for socialaccount.
  112152. web_1 | Installed 0 object(s) from 0 fixture(s)
  112153. web_1 | Running migrations for django_extensions:
  112154. web_1 | - Nothing to migrate.
  112155. web_1 | - Loading initial data for django_extensions.
  112156. web_1 | Installed 0 object(s) from 0 fixture(s)
  112157. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112158. web_1 | [GCC 4.9.2] on linux2
  112159. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112160. web_1 | (InteractiveConsole)
  112161. web_1 |
  112162. web_1 | >>> >>> Starting the server
  112163. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112164. web_1 |
  112165. web_1 | Fatal error: Unable to find local grunt.
  112166. web_1 |
  112167. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112168. web_1 | your project. For more information about installing and configuring grunt,
  112169. web_1 | please see the Getting Started guide:
  112170. web_1 |
  112171. web_1 | http://gruntjs.com/getting-started
  112172. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112173. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112174. web_1 | Syncing...
  112175. web_1 | Creating tables ...
  112176. web_1 | Installing custom SQL ...
  112177. web_1 | Installing indexes ...
  112178. web_1 | Installed 0 object(s) from 0 fixture(s)
  112179. web_1 |
  112180. web_1 | Synced:
  112181. web_1 | > django.contrib.auth
  112182. web_1 | > django.contrib.contenttypes
  112183. web_1 | > django.contrib.sessions
  112184. web_1 | > django.contrib.sites
  112185. web_1 | > django.contrib.messages
  112186. web_1 | > django.contrib.staticfiles
  112187. web_1 | > django.contrib.admin
  112188. web_1 | > south
  112189. web_1 | > crispy_forms
  112190. web_1 | > avatar
  112191. web_1 | > bootstrap3
  112192. web_1 | > users
  112193. web_1 | > allauth
  112194. web_1 | > allauth.account
  112195. web_1 | > django.contrib.humanize
  112196. web_1 | > debug_toolbar
  112197. web_1 |
  112198. web_1 | Not synced (use migrations):
  112199. web_1 | - allauth.socialaccount
  112200. web_1 | - django_extensions
  112201. web_1 | (use ./manage.py migrate to migrate these)
  112202. web_1 | Running migrations for socialaccount:
  112203. web_1 | - Nothing to migrate.
  112204. web_1 | - Loading initial data for socialaccount.
  112205. web_1 | Installed 0 object(s) from 0 fixture(s)
  112206. web_1 | Running migrations for django_extensions:
  112207. web_1 | - Nothing to migrate.
  112208. web_1 | - Loading initial data for django_extensions.
  112209. web_1 | Installed 0 object(s) from 0 fixture(s)
  112210. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112211. web_1 | [GCC 4.9.2] on linux2
  112212. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112213. web_1 | (InteractiveConsole)
  112214. web_1 |
  112215. web_1 | >>> >>> Starting the server
  112216. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112217. web_1 |
  112218. web_1 | Fatal error: Unable to find local grunt.
  112219. web_1 |
  112220. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112221. web_1 | your project. For more information about installing and configuring grunt,
  112222. web_1 | please see the Getting Started guide:
  112223. web_1 |
  112224. web_1 | http://gruntjs.com/getting-started
  112225. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112226. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112227. web_1 | Syncing...
  112228. web_1 | Creating tables ...
  112229. web_1 | Installing custom SQL ...
  112230. web_1 | Installing indexes ...
  112231. web_1 | Installed 0 object(s) from 0 fixture(s)
  112232. web_1 |
  112233. web_1 | Synced:
  112234. web_1 | > django.contrib.auth
  112235. web_1 | > django.contrib.contenttypes
  112236. web_1 | > django.contrib.sessions
  112237. web_1 | > django.contrib.sites
  112238. web_1 | > django.contrib.messages
  112239. web_1 | > django.contrib.staticfiles
  112240. web_1 | > django.contrib.admin
  112241. web_1 | > south
  112242. web_1 | > crispy_forms
  112243. web_1 | > avatar
  112244. web_1 | > bootstrap3
  112245. web_1 | > users
  112246. web_1 | > allauth
  112247. web_1 | > allauth.account
  112248. web_1 | > django.contrib.humanize
  112249. web_1 | > debug_toolbar
  112250. web_1 |
  112251. web_1 | Not synced (use migrations):
  112252. web_1 | - allauth.socialaccount
  112253. web_1 | - django_extensions
  112254. web_1 | (use ./manage.py migrate to migrate these)
  112255. web_1 | Running migrations for socialaccount:
  112256. web_1 | - Nothing to migrate.
  112257. web_1 | - Loading initial data for socialaccount.
  112258. web_1 | Installed 0 object(s) from 0 fixture(s)
  112259. web_1 | Running migrations for django_extensions:
  112260. web_1 | - Nothing to migrate.
  112261. web_1 | - Loading initial data for django_extensions.
  112262. web_1 | Installed 0 object(s) from 0 fixture(s)
  112263. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112264. web_1 | [GCC 4.9.2] on linux2
  112265. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112266. web_1 | (InteractiveConsole)
  112267. web_1 |
  112268. web_1 | >>> >>> Starting the server
  112269. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112270. web_1 |
  112271. web_1 | Fatal error: Unable to find local grunt.
  112272. web_1 |
  112273. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112274. web_1 | your project. For more information about installing and configuring grunt,
  112275. web_1 | please see the Getting Started guide:
  112276. web_1 |
  112277. web_1 | http://gruntjs.com/getting-started
  112278. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112279. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112280. web_1 | Syncing...
  112281. web_1 | Creating tables ...
  112282. web_1 | Installing custom SQL ...
  112283. web_1 | Installing indexes ...
  112284. web_1 | Installed 0 object(s) from 0 fixture(s)
  112285. web_1 |
  112286. web_1 | Synced:
  112287. web_1 | > django.contrib.auth
  112288. web_1 | > django.contrib.contenttypes
  112289. web_1 | > django.contrib.sessions
  112290. web_1 | > django.contrib.sites
  112291. web_1 | > django.contrib.messages
  112292. web_1 | > django.contrib.staticfiles
  112293. web_1 | > django.contrib.admin
  112294. web_1 | > south
  112295. web_1 | > crispy_forms
  112296. web_1 | > avatar
  112297. web_1 | > bootstrap3
  112298. web_1 | > users
  112299. web_1 | > allauth
  112300. web_1 | > allauth.account
  112301. web_1 | > django.contrib.humanize
  112302. web_1 | > debug_toolbar
  112303. web_1 |
  112304. web_1 | Not synced (use migrations):
  112305. web_1 | - allauth.socialaccount
  112306. web_1 | - django_extensions
  112307. web_1 | (use ./manage.py migrate to migrate these)
  112308. web_1 | Running migrations for socialaccount:
  112309. web_1 | - Nothing to migrate.
  112310. web_1 | - Loading initial data for socialaccount.
  112311. web_1 | Installed 0 object(s) from 0 fixture(s)
  112312. web_1 | Running migrations for django_extensions:
  112313. web_1 | - Nothing to migrate.
  112314. web_1 | - Loading initial data for django_extensions.
  112315. web_1 | Installed 0 object(s) from 0 fixture(s)
  112316. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112317. web_1 | [GCC 4.9.2] on linux2
  112318. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112319. web_1 | (InteractiveConsole)
  112320. web_1 |
  112321. web_1 | >>> >>> Starting the server
  112322. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112323. web_1 |
  112324. web_1 | Fatal error: Unable to find local grunt.
  112325. web_1 |
  112326. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112327. web_1 | your project. For more information about installing and configuring grunt,
  112328. web_1 | please see the Getting Started guide:
  112329. web_1 |
  112330. web_1 | http://gruntjs.com/getting-started
  112331. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112332. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112333. web_1 | Syncing...
  112334. web_1 | Creating tables ...
  112335. web_1 | Installing custom SQL ...
  112336. web_1 | Installing indexes ...
  112337. web_1 | Installed 0 object(s) from 0 fixture(s)
  112338. web_1 |
  112339. web_1 | Synced:
  112340. web_1 | > django.contrib.auth
  112341. web_1 | > django.contrib.contenttypes
  112342. web_1 | > django.contrib.sessions
  112343. web_1 | > django.contrib.sites
  112344. web_1 | > django.contrib.messages
  112345. web_1 | > django.contrib.staticfiles
  112346. web_1 | > django.contrib.admin
  112347. web_1 | > south
  112348. web_1 | > crispy_forms
  112349. web_1 | > avatar
  112350. web_1 | > bootstrap3
  112351. web_1 | > users
  112352. web_1 | > allauth
  112353. web_1 | > allauth.account
  112354. web_1 | > django.contrib.humanize
  112355. web_1 | > debug_toolbar
  112356. web_1 |
  112357. web_1 | Not synced (use migrations):
  112358. web_1 | - allauth.socialaccount
  112359. web_1 | - django_extensions
  112360. web_1 | (use ./manage.py migrate to migrate these)
  112361. web_1 | Running migrations for socialaccount:
  112362. web_1 | - Nothing to migrate.
  112363. web_1 | - Loading initial data for socialaccount.
  112364. web_1 | Installed 0 object(s) from 0 fixture(s)
  112365. web_1 | Running migrations for django_extensions:
  112366. web_1 | - Nothing to migrate.
  112367. web_1 | - Loading initial data for django_extensions.
  112368. web_1 | Installed 0 object(s) from 0 fixture(s)
  112369. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112370. web_1 | [GCC 4.9.2] on linux2
  112371. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112372. web_1 | (InteractiveConsole)
  112373. web_1 |
  112374. web_1 | >>> >>> Starting the server
  112375. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112376. web_1 |
  112377. web_1 | Fatal error: Unable to find local grunt.
  112378. web_1 |
  112379. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112380. web_1 | your project. For more information about installing and configuring grunt,
  112381. web_1 | please see the Getting Started guide:
  112382. web_1 |
  112383. web_1 | http://gruntjs.com/getting-started
  112384. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112385. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112386. web_1 | Syncing...
  112387. web_1 | Creating tables ...
  112388. web_1 | Installing custom SQL ...
  112389. web_1 | Installing indexes ...
  112390. web_1 | Installed 0 object(s) from 0 fixture(s)
  112391. web_1 |
  112392. web_1 | Synced:
  112393. web_1 | > django.contrib.auth
  112394. web_1 | > django.contrib.contenttypes
  112395. web_1 | > django.contrib.sessions
  112396. web_1 | > django.contrib.sites
  112397. web_1 | > django.contrib.messages
  112398. web_1 | > django.contrib.staticfiles
  112399. web_1 | > django.contrib.admin
  112400. web_1 | > south
  112401. web_1 | > crispy_forms
  112402. web_1 | > avatar
  112403. web_1 | > bootstrap3
  112404. web_1 | > users
  112405. web_1 | > allauth
  112406. web_1 | > allauth.account
  112407. web_1 | > django.contrib.humanize
  112408. web_1 | > debug_toolbar
  112409. web_1 |
  112410. web_1 | Not synced (use migrations):
  112411. web_1 | - allauth.socialaccount
  112412. web_1 | - django_extensions
  112413. web_1 | (use ./manage.py migrate to migrate these)
  112414. web_1 | Running migrations for socialaccount:
  112415. web_1 | - Nothing to migrate.
  112416. web_1 | - Loading initial data for socialaccount.
  112417. web_1 | Installed 0 object(s) from 0 fixture(s)
  112418. web_1 | Running migrations for django_extensions:
  112419. web_1 | - Nothing to migrate.
  112420. web_1 | - Loading initial data for django_extensions.
  112421. web_1 | Installed 0 object(s) from 0 fixture(s)
  112422. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112423. web_1 | [GCC 4.9.2] on linux2
  112424. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112425. web_1 | (InteractiveConsole)
  112426. web_1 |
  112427. web_1 | >>> >>> Starting the server
  112428. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112429. web_1 |
  112430. web_1 | Fatal error: Unable to find local grunt.
  112431. web_1 |
  112432. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112433. web_1 | your project. For more information about installing and configuring grunt,
  112434. web_1 | please see the Getting Started guide:
  112435. web_1 |
  112436. web_1 | http://gruntjs.com/getting-started
  112437. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112438. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112439. web_1 | Syncing...
  112440. web_1 | Creating tables ...
  112441. web_1 | Installing custom SQL ...
  112442. web_1 | Installing indexes ...
  112443. web_1 | Installed 0 object(s) from 0 fixture(s)
  112444. web_1 |
  112445. web_1 | Synced:
  112446. web_1 | > django.contrib.auth
  112447. web_1 | > django.contrib.contenttypes
  112448. web_1 | > django.contrib.sessions
  112449. web_1 | > django.contrib.sites
  112450. web_1 | > django.contrib.messages
  112451. web_1 | > django.contrib.staticfiles
  112452. web_1 | > django.contrib.admin
  112453. web_1 | > south
  112454. web_1 | > crispy_forms
  112455. web_1 | > avatar
  112456. web_1 | > bootstrap3
  112457. web_1 | > users
  112458. web_1 | > allauth
  112459. web_1 | > allauth.account
  112460. web_1 | > django.contrib.humanize
  112461. web_1 | > debug_toolbar
  112462. web_1 |
  112463. web_1 | Not synced (use migrations):
  112464. web_1 | - allauth.socialaccount
  112465. web_1 | - django_extensions
  112466. web_1 | (use ./manage.py migrate to migrate these)
  112467. web_1 | Running migrations for socialaccount:
  112468. web_1 | - Nothing to migrate.
  112469. web_1 | - Loading initial data for socialaccount.
  112470. web_1 | Installed 0 object(s) from 0 fixture(s)
  112471. web_1 | Running migrations for django_extensions:
  112472. web_1 | - Nothing to migrate.
  112473. web_1 | - Loading initial data for django_extensions.
  112474. web_1 | Installed 0 object(s) from 0 fixture(s)
  112475. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112476. web_1 | [GCC 4.9.2] on linux2
  112477. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112478. web_1 | (InteractiveConsole)
  112479. web_1 |
  112480. web_1 | >>> >>> Starting the server
  112481. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112482. web_1 |
  112483. web_1 | Fatal error: Unable to find local grunt.
  112484. web_1 |
  112485. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112486. web_1 | your project. For more information about installing and configuring grunt,
  112487. web_1 | please see the Getting Started guide:
  112488. web_1 |
  112489. web_1 | http://gruntjs.com/getting-started
  112490. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112491. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112492. web_1 | Syncing...
  112493. web_1 | Creating tables ...
  112494. web_1 | Installing custom SQL ...
  112495. web_1 | Installing indexes ...
  112496. web_1 | Installed 0 object(s) from 0 fixture(s)
  112497. web_1 |
  112498. web_1 | Synced:
  112499. web_1 | > django.contrib.auth
  112500. web_1 | > django.contrib.contenttypes
  112501. web_1 | > django.contrib.sessions
  112502. web_1 | > django.contrib.sites
  112503. web_1 | > django.contrib.messages
  112504. web_1 | > django.contrib.staticfiles
  112505. web_1 | > django.contrib.admin
  112506. web_1 | > south
  112507. web_1 | > crispy_forms
  112508. web_1 | > avatar
  112509. web_1 | > bootstrap3
  112510. web_1 | > users
  112511. web_1 | > allauth
  112512. web_1 | > allauth.account
  112513. web_1 | > django.contrib.humanize
  112514. web_1 | > debug_toolbar
  112515. web_1 |
  112516. web_1 | Not synced (use migrations):
  112517. web_1 | - allauth.socialaccount
  112518. web_1 | - django_extensions
  112519. web_1 | (use ./manage.py migrate to migrate these)
  112520. web_1 | Running migrations for socialaccount:
  112521. web_1 | - Nothing to migrate.
  112522. web_1 | - Loading initial data for socialaccount.
  112523. web_1 | Installed 0 object(s) from 0 fixture(s)
  112524. web_1 | Running migrations for django_extensions:
  112525. web_1 | - Nothing to migrate.
  112526. web_1 | - Loading initial data for django_extensions.
  112527. web_1 | Installed 0 object(s) from 0 fixture(s)
  112528. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112529. web_1 | [GCC 4.9.2] on linux2
  112530. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112531. web_1 | (InteractiveConsole)
  112532. web_1 |
  112533. web_1 | >>> >>> Starting the server
  112534. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112535. web_1 |
  112536. web_1 | Fatal error: Unable to find local grunt.
  112537. web_1 |
  112538. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112539. web_1 | your project. For more information about installing and configuring grunt,
  112540. web_1 | please see the Getting Started guide:
  112541. web_1 |
  112542. web_1 | http://gruntjs.com/getting-started
  112543. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112544. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112545. web_1 | Syncing...
  112546. web_1 | Creating tables ...
  112547. web_1 | Installing custom SQL ...
  112548. web_1 | Installing indexes ...
  112549. web_1 | Installed 0 object(s) from 0 fixture(s)
  112550. web_1 |
  112551. web_1 | Synced:
  112552. web_1 | > django.contrib.auth
  112553. web_1 | > django.contrib.contenttypes
  112554. web_1 | > django.contrib.sessions
  112555. web_1 | > django.contrib.sites
  112556. web_1 | > django.contrib.messages
  112557. web_1 | > django.contrib.staticfiles
  112558. web_1 | > django.contrib.admin
  112559. web_1 | > south
  112560. web_1 | > crispy_forms
  112561. web_1 | > avatar
  112562. web_1 | > bootstrap3
  112563. web_1 | > users
  112564. web_1 | > allauth
  112565. web_1 | > allauth.account
  112566. web_1 | > django.contrib.humanize
  112567. web_1 | > debug_toolbar
  112568. web_1 |
  112569. web_1 | Not synced (use migrations):
  112570. web_1 | - allauth.socialaccount
  112571. web_1 | - django_extensions
  112572. web_1 | (use ./manage.py migrate to migrate these)
  112573. web_1 | Running migrations for socialaccount:
  112574. web_1 | - Nothing to migrate.
  112575. web_1 | - Loading initial data for socialaccount.
  112576. web_1 | Installed 0 object(s) from 0 fixture(s)
  112577. web_1 | Running migrations for django_extensions:
  112578. web_1 | - Nothing to migrate.
  112579. web_1 | - Loading initial data for django_extensions.
  112580. web_1 | Installed 0 object(s) from 0 fixture(s)
  112581. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112582. web_1 | [GCC 4.9.2] on linux2
  112583. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112584. web_1 | (InteractiveConsole)
  112585. web_1 |
  112586. web_1 | >>> >>> Starting the server
  112587. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112588. web_1 |
  112589. web_1 | Fatal error: Unable to find local grunt.
  112590. web_1 |
  112591. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112592. web_1 | your project. For more information about installing and configuring grunt,
  112593. web_1 | please see the Getting Started guide:
  112594. web_1 |
  112595. web_1 | http://gruntjs.com/getting-started
  112596. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112597. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112598. web_1 | Syncing...
  112599. web_1 | Creating tables ...
  112600. web_1 | Installing custom SQL ...
  112601. web_1 | Installing indexes ...
  112602. web_1 | Installed 0 object(s) from 0 fixture(s)
  112603. web_1 |
  112604. web_1 | Synced:
  112605. web_1 | > django.contrib.auth
  112606. web_1 | > django.contrib.contenttypes
  112607. web_1 | > django.contrib.sessions
  112608. web_1 | > django.contrib.sites
  112609. web_1 | > django.contrib.messages
  112610. web_1 | > django.contrib.staticfiles
  112611. web_1 | > django.contrib.admin
  112612. web_1 | > south
  112613. web_1 | > crispy_forms
  112614. web_1 | > avatar
  112615. web_1 | > bootstrap3
  112616. web_1 | > users
  112617. web_1 | > allauth
  112618. web_1 | > allauth.account
  112619. web_1 | > django.contrib.humanize
  112620. web_1 | > debug_toolbar
  112621. web_1 |
  112622. web_1 | Not synced (use migrations):
  112623. web_1 | - allauth.socialaccount
  112624. web_1 | - django_extensions
  112625. web_1 | (use ./manage.py migrate to migrate these)
  112626. web_1 | Running migrations for socialaccount:
  112627. web_1 | - Nothing to migrate.
  112628. web_1 | - Loading initial data for socialaccount.
  112629. web_1 | Installed 0 object(s) from 0 fixture(s)
  112630. web_1 | Running migrations for django_extensions:
  112631. web_1 | - Nothing to migrate.
  112632. web_1 | - Loading initial data for django_extensions.
  112633. web_1 | Installed 0 object(s) from 0 fixture(s)
  112634. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112635. web_1 | [GCC 4.9.2] on linux2
  112636. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112637. web_1 | (InteractiveConsole)
  112638. web_1 |
  112639. web_1 | >>> >>> Starting the server
  112640. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112641. web_1 |
  112642. web_1 | Fatal error: Unable to find local grunt.
  112643. web_1 |
  112644. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112645. web_1 | your project. For more information about installing and configuring grunt,
  112646. web_1 | please see the Getting Started guide:
  112647. web_1 |
  112648. web_1 | http://gruntjs.com/getting-started
  112649. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112650. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112651. web_1 | Syncing...
  112652. web_1 | Creating tables ...
  112653. web_1 | Installing custom SQL ...
  112654. web_1 | Installing indexes ...
  112655. web_1 | Installed 0 object(s) from 0 fixture(s)
  112656. web_1 |
  112657. web_1 | Synced:
  112658. web_1 | > django.contrib.auth
  112659. web_1 | > django.contrib.contenttypes
  112660. web_1 | > django.contrib.sessions
  112661. web_1 | > django.contrib.sites
  112662. web_1 | > django.contrib.messages
  112663. web_1 | > django.contrib.staticfiles
  112664. web_1 | > django.contrib.admin
  112665. web_1 | > south
  112666. web_1 | > crispy_forms
  112667. web_1 | > avatar
  112668. web_1 | > bootstrap3
  112669. web_1 | > users
  112670. web_1 | > allauth
  112671. web_1 | > allauth.account
  112672. web_1 | > django.contrib.humanize
  112673. web_1 | > debug_toolbar
  112674. web_1 |
  112675. web_1 | Not synced (use migrations):
  112676. web_1 | - allauth.socialaccount
  112677. web_1 | - django_extensions
  112678. web_1 | (use ./manage.py migrate to migrate these)
  112679. web_1 | Running migrations for socialaccount:
  112680. web_1 | - Nothing to migrate.
  112681. web_1 | - Loading initial data for socialaccount.
  112682. web_1 | Installed 0 object(s) from 0 fixture(s)
  112683. web_1 | Running migrations for django_extensions:
  112684. web_1 | - Nothing to migrate.
  112685. web_1 | - Loading initial data for django_extensions.
  112686. web_1 | Installed 0 object(s) from 0 fixture(s)
  112687. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112688. web_1 | [GCC 4.9.2] on linux2
  112689. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112690. web_1 | (InteractiveConsole)
  112691. web_1 |
  112692. web_1 | >>> >>> Starting the server
  112693. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112694. web_1 |
  112695. web_1 | Fatal error: Unable to find local grunt.
  112696. web_1 |
  112697. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112698. web_1 | your project. For more information about installing and configuring grunt,
  112699. web_1 | please see the Getting Started guide:
  112700. web_1 |
  112701. web_1 | http://gruntjs.com/getting-started
  112702. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112703. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112704. web_1 | Syncing...
  112705. web_1 | Creating tables ...
  112706. web_1 | Installing custom SQL ...
  112707. web_1 | Installing indexes ...
  112708. web_1 | Installed 0 object(s) from 0 fixture(s)
  112709. web_1 |
  112710. web_1 | Synced:
  112711. web_1 | > django.contrib.auth
  112712. web_1 | > django.contrib.contenttypes
  112713. web_1 | > django.contrib.sessions
  112714. web_1 | > django.contrib.sites
  112715. web_1 | > django.contrib.messages
  112716. web_1 | > django.contrib.staticfiles
  112717. web_1 | > django.contrib.admin
  112718. web_1 | > south
  112719. web_1 | > crispy_forms
  112720. web_1 | > avatar
  112721. web_1 | > bootstrap3
  112722. web_1 | > users
  112723. web_1 | > allauth
  112724. web_1 | > allauth.account
  112725. web_1 | > django.contrib.humanize
  112726. web_1 | > debug_toolbar
  112727. web_1 |
  112728. web_1 | Not synced (use migrations):
  112729. web_1 | - allauth.socialaccount
  112730. web_1 | - django_extensions
  112731. web_1 | (use ./manage.py migrate to migrate these)
  112732. web_1 | Running migrations for socialaccount:
  112733. web_1 | - Nothing to migrate.
  112734. web_1 | - Loading initial data for socialaccount.
  112735. web_1 | Installed 0 object(s) from 0 fixture(s)
  112736. web_1 | Running migrations for django_extensions:
  112737. web_1 | - Nothing to migrate.
  112738. web_1 | - Loading initial data for django_extensions.
  112739. web_1 | Installed 0 object(s) from 0 fixture(s)
  112740. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112741. web_1 | [GCC 4.9.2] on linux2
  112742. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112743. web_1 | (InteractiveConsole)
  112744. web_1 |
  112745. web_1 | >>> >>> Starting the server
  112746. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112747. web_1 |
  112748. web_1 | Fatal error: Unable to find local grunt.
  112749. web_1 |
  112750. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112751. web_1 | your project. For more information about installing and configuring grunt,
  112752. web_1 | please see the Getting Started guide:
  112753. web_1 |
  112754. web_1 | http://gruntjs.com/getting-started
  112755. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112756. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112757. web_1 | Syncing...
  112758. web_1 | Creating tables ...
  112759. web_1 | Installing custom SQL ...
  112760. web_1 | Installing indexes ...
  112761. web_1 | Installed 0 object(s) from 0 fixture(s)
  112762. web_1 |
  112763. web_1 | Synced:
  112764. web_1 | > django.contrib.auth
  112765. web_1 | > django.contrib.contenttypes
  112766. web_1 | > django.contrib.sessions
  112767. web_1 | > django.contrib.sites
  112768. web_1 | > django.contrib.messages
  112769. web_1 | > django.contrib.staticfiles
  112770. web_1 | > django.contrib.admin
  112771. web_1 | > south
  112772. web_1 | > crispy_forms
  112773. web_1 | > avatar
  112774. web_1 | > bootstrap3
  112775. web_1 | > users
  112776. web_1 | > allauth
  112777. web_1 | > allauth.account
  112778. web_1 | > django.contrib.humanize
  112779. web_1 | > debug_toolbar
  112780. web_1 |
  112781. web_1 | Not synced (use migrations):
  112782. web_1 | - allauth.socialaccount
  112783. web_1 | - django_extensions
  112784. web_1 | (use ./manage.py migrate to migrate these)
  112785. web_1 | Running migrations for socialaccount:
  112786. web_1 | - Nothing to migrate.
  112787. web_1 | - Loading initial data for socialaccount.
  112788. web_1 | Installed 0 object(s) from 0 fixture(s)
  112789. web_1 | Running migrations for django_extensions:
  112790. web_1 | - Nothing to migrate.
  112791. web_1 | - Loading initial data for django_extensions.
  112792. web_1 | Installed 0 object(s) from 0 fixture(s)
  112793. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112794. web_1 | [GCC 4.9.2] on linux2
  112795. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112796. web_1 | (InteractiveConsole)
  112797. web_1 |
  112798. web_1 | >>> >>> Starting the server
  112799. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112800. web_1 |
  112801. web_1 | Fatal error: Unable to find local grunt.
  112802. web_1 |
  112803. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112804. web_1 | your project. For more information about installing and configuring grunt,
  112805. web_1 | please see the Getting Started guide:
  112806. web_1 |
  112807. web_1 | http://gruntjs.com/getting-started
  112808. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112809. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112810. web_1 | Syncing...
  112811. web_1 | Creating tables ...
  112812. web_1 | Installing custom SQL ...
  112813. web_1 | Installing indexes ...
  112814. web_1 | Installed 0 object(s) from 0 fixture(s)
  112815. web_1 |
  112816. web_1 | Synced:
  112817. web_1 | > django.contrib.auth
  112818. web_1 | > django.contrib.contenttypes
  112819. web_1 | > django.contrib.sessions
  112820. web_1 | > django.contrib.sites
  112821. web_1 | > django.contrib.messages
  112822. web_1 | > django.contrib.staticfiles
  112823. web_1 | > django.contrib.admin
  112824. web_1 | > south
  112825. web_1 | > crispy_forms
  112826. web_1 | > avatar
  112827. web_1 | > bootstrap3
  112828. web_1 | > users
  112829. web_1 | > allauth
  112830. web_1 | > allauth.account
  112831. web_1 | > django.contrib.humanize
  112832. web_1 | > debug_toolbar
  112833. web_1 |
  112834. web_1 | Not synced (use migrations):
  112835. web_1 | - allauth.socialaccount
  112836. web_1 | - django_extensions
  112837. web_1 | (use ./manage.py migrate to migrate these)
  112838. web_1 | Running migrations for socialaccount:
  112839. web_1 | - Nothing to migrate.
  112840. web_1 | - Loading initial data for socialaccount.
  112841. web_1 | Installed 0 object(s) from 0 fixture(s)
  112842. web_1 | Running migrations for django_extensions:
  112843. web_1 | - Nothing to migrate.
  112844. web_1 | - Loading initial data for django_extensions.
  112845. web_1 | Installed 0 object(s) from 0 fixture(s)
  112846. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112847. web_1 | [GCC 4.9.2] on linux2
  112848. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112849. web_1 | (InteractiveConsole)
  112850. web_1 |
  112851. web_1 | >>> >>> Starting the server
  112852. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112853. web_1 |
  112854. web_1 | Fatal error: Unable to find local grunt.
  112855. web_1 |
  112856. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112857. web_1 | your project. For more information about installing and configuring grunt,
  112858. web_1 | please see the Getting Started guide:
  112859. web_1 |
  112860. web_1 | http://gruntjs.com/getting-started
  112861. oclweb_web_1 exited with code 99
  112862. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112863. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  112864. web_1 | Syncing...
  112865. web_1 | Traceback (most recent call last):
  112866. web_1 | File "ocl_web/manage.py", line 19, in <module>
  112867. web_1 | execute_from_command_line(sys.argv)
  112868. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  112869. web_1 | utility.execute()
  112870. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  112871. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  112872. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  112873. web_1 | self.execute(*args, **options.__dict__)
  112874. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  112875. web_1 | output = self.handle(*args, **options)
  112876. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  112877. web_1 | return self.handle_noargs(**options)
  112878. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  112879. web_1 | syncdb.Command().execute(**options)
  112880. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  112881. web_1 | output = self.handle(*args, **options)
  112882. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  112883. web_1 | return self.handle_noargs(**options)
  112884. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  112885. web_1 | cursor = connection.cursor()
  112886. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  112887. web_1 | cursor = self.make_debug_cursor(self._cursor())
  112888. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  112889. web_1 | self.ensure_connection()
  112890. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112891. web_1 | self.connect()
  112892. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  112893. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  112894. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112895. web_1 | self.connect()
  112896. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  112897. web_1 | self.connection = self.get_new_connection(conn_params)
  112898. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  112899. web_1 | return Database.connect(**conn_params)
  112900. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  112901. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  112902. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  112903. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  112904. web_1 | TCP/IP connections on port 5432?
  112905. web_1 |
  112906. web_1 | Traceback (most recent call last):
  112907. web_1 | File "ocl_web/manage.py", line 19, in <module>
  112908. web_1 | execute_from_command_line(sys.argv)
  112909. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  112910. web_1 | utility.execute()
  112911. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  112912. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  112913. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  112914. web_1 | self.execute(*args, **options.__dict__)
  112915. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  112916. web_1 | output = self.handle(*args, **options)
  112917. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  112918. web_1 | ignore_ghosts = ignore_ghosts,
  112919. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  112920. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  112921. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  112922. web_1 | for h in histories:
  112923. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  112924. web_1 | self._fetch_all()
  112925. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  112926. web_1 | self._result_cache = list(self.iterator())
  112927. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  112928. web_1 | for row in compiler.results_iter():
  112929. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  112930. web_1 | for rows in self.execute_sql(MULTI):
  112931. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  112932. web_1 | cursor = self.connection.cursor()
  112933. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  112934. web_1 | cursor = self.make_debug_cursor(self._cursor())
  112935. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  112936. web_1 | self.ensure_connection()
  112937. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112938. web_1 | self.connect()
  112939. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  112940. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  112941. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112942. web_1 | self.connect()
  112943. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  112944. web_1 | self.connection = self.get_new_connection(conn_params)
  112945. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  112946. web_1 | return Database.connect(**conn_params)
  112947. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  112948. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  112949. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  112950. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  112951. web_1 | TCP/IP connections on port 5432?
  112952. web_1 |
  112953. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  112954. web_1 | [GCC 4.9.2] on linux2
  112955. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  112956. web_1 | (InteractiveConsole)
  112957. web_1 | Traceback (most recent call last):
  112958. web_1 | File "<console>", line 1, in <module>
  112959. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  112960. web_1 | return self.query.get_count(using=self.db)
  112961. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  112962. web_1 | number = obj.get_aggregation(using=using)[None]
  112963. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  112964. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  112965. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  112966. web_1 | cursor = self.connection.cursor()
  112967. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  112968. web_1 | cursor = self.make_debug_cursor(self._cursor())
  112969. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  112970. web_1 | self.ensure_connection()
  112971. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112972. web_1 | self.connect()
  112973. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  112974. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  112975. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  112976. web_1 | self.connect()
  112977. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  112978. web_1 | self.connection = self.get_new_connection(conn_params)
  112979. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  112980. web_1 | return Database.connect(**conn_params)
  112981. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  112982. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  112983. web_1 | OperationalError: could not connect to server: Connection refused
  112984. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  112985. web_1 | TCP/IP connections on port 5432?
  112986. web_1 |
  112987. web_1 |
  112988. web_1 | >>> >>> Starting the server
  112989. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  112990. web_1 |
  112991. web_1 | Fatal error: Unable to find local grunt.
  112992. web_1 |
  112993. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  112994. web_1 | your project. For more information about installing and configuring grunt,
  112995. web_1 | please see the Getting Started guide:
  112996. web_1 |
  112997. web_1 | http://gruntjs.com/getting-started
  112998. web_1 | Starting OpenBSD Secure Shell server: sshd.
  112999. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113000. web_1 | Syncing...
  113001. web_1 | Creating tables ...
  113002. web_1 | Creating table auth_permission
  113003. web_1 | Creating table auth_group_permissions
  113004. web_1 | Creating table auth_group
  113005. web_1 | Creating table django_content_type
  113006. web_1 | Creating table django_session
  113007. web_1 | Creating table django_site
  113008. web_1 | Creating table django_admin_log
  113009. web_1 | Creating table south_migrationhistory
  113010. web_1 | Creating table avatar_avatar
  113011. web_1 | Creating table users_user_groups
  113012. web_1 | Creating table users_user_user_permissions
  113013. web_1 | Creating table users_user
  113014. web_1 | Creating table account_emailaddress
  113015. web_1 | Creating table account_emailconfirmation
  113016. web_1 | Installing custom SQL ...
  113017. web_1 | Installing indexes ...
  113018. web_1 | Installed 0 object(s) from 0 fixture(s)
  113019. web_1 |
  113020. web_1 | Synced:
  113021. web_1 | > django.contrib.auth
  113022. web_1 | > django.contrib.contenttypes
  113023. web_1 | > django.contrib.sessions
  113024. web_1 | > django.contrib.sites
  113025. web_1 | > django.contrib.messages
  113026. web_1 | > django.contrib.staticfiles
  113027. web_1 | > django.contrib.admin
  113028. web_1 | > south
  113029. web_1 | > crispy_forms
  113030. web_1 | > avatar
  113031. web_1 | > bootstrap3
  113032. web_1 | > users
  113033. web_1 | > allauth
  113034. web_1 | > allauth.account
  113035. web_1 | > django.contrib.humanize
  113036. web_1 | > debug_toolbar
  113037. web_1 |
  113038. web_1 | Not synced (use migrations):
  113039. web_1 | - allauth.socialaccount
  113040. web_1 | - django_extensions
  113041. web_1 | (use ./manage.py migrate to migrate these)
  113042. web_1 | Running migrations for socialaccount:
  113043. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  113044. web_1 | > socialaccount:0001_initial
  113045. web_1 | > socialaccount:0002_genericmodels
  113046. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  113047. web_1 | > socialaccount:0004_add_sites
  113048. web_1 | > socialaccount:0005_set_sites
  113049. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  113050. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  113051. web_1 | > socialaccount:0008_client_id
  113052. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  113053. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  113054. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  113055. web_1 | - Loading initial data for socialaccount.
  113056. web_1 | Installed 0 object(s) from 0 fixture(s)
  113057. web_1 | Running migrations for django_extensions:
  113058. web_1 | - Migrating forwards to 0001_empty.
  113059. web_1 | > django_extensions:0001_empty
  113060. web_1 | - Loading initial data for django_extensions.
  113061. web_1 | Installed 0 object(s) from 0 fixture(s)
  113062. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113063. web_1 | [GCC 4.9.2] on linux2
  113064. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113065. web_1 | (InteractiveConsole)
  113066. web_1 |
  113067. web_1 | >>> >>> Starting the server
  113068. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113069. web_1 |
  113070. web_1 | Fatal error: Unable to find local grunt.
  113071. web_1 |
  113072. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113073. web_1 | your project. For more information about installing and configuring grunt,
  113074. web_1 | please see the Getting Started guide:
  113075. web_1 |
  113076. web_1 | http://gruntjs.com/getting-started
  113077. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113078. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113079. web_1 | Syncing...
  113080. web_1 | Creating tables ...
  113081. web_1 | Installing custom SQL ...
  113082. web_1 | Installing indexes ...
  113083. web_1 | Installed 0 object(s) from 0 fixture(s)
  113084. web_1 |
  113085. web_1 | Synced:
  113086. web_1 | > django.contrib.auth
  113087. web_1 | > django.contrib.contenttypes
  113088. web_1 | > django.contrib.sessions
  113089. web_1 | > django.contrib.sites
  113090. web_1 | > django.contrib.messages
  113091. web_1 | > django.contrib.staticfiles
  113092. web_1 | > django.contrib.admin
  113093. web_1 | > south
  113094. web_1 | > crispy_forms
  113095. web_1 | > avatar
  113096. web_1 | > bootstrap3
  113097. web_1 | > users
  113098. web_1 | > allauth
  113099. web_1 | > allauth.account
  113100. web_1 | > django.contrib.humanize
  113101. web_1 | > debug_toolbar
  113102. web_1 |
  113103. web_1 | Not synced (use migrations):
  113104. web_1 | - allauth.socialaccount
  113105. web_1 | - django_extensions
  113106. web_1 | (use ./manage.py migrate to migrate these)
  113107. web_1 | Running migrations for socialaccount:
  113108. web_1 | - Nothing to migrate.
  113109. web_1 | - Loading initial data for socialaccount.
  113110. web_1 | Installed 0 object(s) from 0 fixture(s)
  113111. web_1 | Running migrations for django_extensions:
  113112. web_1 | - Nothing to migrate.
  113113. web_1 | - Loading initial data for django_extensions.
  113114. web_1 | Installed 0 object(s) from 0 fixture(s)
  113115. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113116. web_1 | [GCC 4.9.2] on linux2
  113117. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113118. web_1 | (InteractiveConsole)
  113119. web_1 |
  113120. web_1 | >>> >>> Starting the server
  113121. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113122. web_1 |
  113123. web_1 | Fatal error: Unable to find local grunt.
  113124. web_1 |
  113125. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113126. web_1 | your project. For more information about installing and configuring grunt,
  113127. web_1 | please see the Getting Started guide:
  113128. web_1 |
  113129. web_1 | http://gruntjs.com/getting-started
  113130. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113131. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113132. web_1 | Syncing...
  113133. web_1 | Creating tables ...
  113134. web_1 | Installing custom SQL ...
  113135. web_1 | Installing indexes ...
  113136. web_1 | Installed 0 object(s) from 0 fixture(s)
  113137. web_1 |
  113138. web_1 | Synced:
  113139. web_1 | > django.contrib.auth
  113140. web_1 | > django.contrib.contenttypes
  113141. web_1 | > django.contrib.sessions
  113142. web_1 | > django.contrib.sites
  113143. web_1 | > django.contrib.messages
  113144. web_1 | > django.contrib.staticfiles
  113145. web_1 | > django.contrib.admin
  113146. web_1 | > south
  113147. web_1 | > crispy_forms
  113148. web_1 | > avatar
  113149. web_1 | > bootstrap3
  113150. web_1 | > users
  113151. web_1 | > allauth
  113152. web_1 | > allauth.account
  113153. web_1 | > django.contrib.humanize
  113154. web_1 | > debug_toolbar
  113155. web_1 |
  113156. web_1 | Not synced (use migrations):
  113157. web_1 | - allauth.socialaccount
  113158. web_1 | - django_extensions
  113159. web_1 | (use ./manage.py migrate to migrate these)
  113160. web_1 | Running migrations for socialaccount:
  113161. web_1 | - Nothing to migrate.
  113162. web_1 | - Loading initial data for socialaccount.
  113163. web_1 | Installed 0 object(s) from 0 fixture(s)
  113164. web_1 | Running migrations for django_extensions:
  113165. web_1 | - Nothing to migrate.
  113166. web_1 | - Loading initial data for django_extensions.
  113167. web_1 | Installed 0 object(s) from 0 fixture(s)
  113168. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113169. web_1 | [GCC 4.9.2] on linux2
  113170. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113171. web_1 | (InteractiveConsole)
  113172. web_1 |
  113173. web_1 | >>> >>> Starting the server
  113174. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113175. web_1 |
  113176. web_1 | Fatal error: Unable to find local grunt.
  113177. web_1 |
  113178. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113179. web_1 | your project. For more information about installing and configuring grunt,
  113180. web_1 | please see the Getting Started guide:
  113181. web_1 |
  113182. web_1 | http://gruntjs.com/getting-started
  113183. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113184. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113185. web_1 | Syncing...
  113186. web_1 | Creating tables ...
  113187. web_1 | Installing custom SQL ...
  113188. web_1 | Installing indexes ...
  113189. web_1 | Installed 0 object(s) from 0 fixture(s)
  113190. web_1 |
  113191. web_1 | Synced:
  113192. web_1 | > django.contrib.auth
  113193. web_1 | > django.contrib.contenttypes
  113194. web_1 | > django.contrib.sessions
  113195. web_1 | > django.contrib.sites
  113196. web_1 | > django.contrib.messages
  113197. web_1 | > django.contrib.staticfiles
  113198. web_1 | > django.contrib.admin
  113199. web_1 | > south
  113200. web_1 | > crispy_forms
  113201. web_1 | > avatar
  113202. web_1 | > bootstrap3
  113203. web_1 | > users
  113204. web_1 | > allauth
  113205. web_1 | > allauth.account
  113206. web_1 | > django.contrib.humanize
  113207. web_1 | > debug_toolbar
  113208. web_1 |
  113209. web_1 | Not synced (use migrations):
  113210. web_1 | - allauth.socialaccount
  113211. web_1 | - django_extensions
  113212. web_1 | (use ./manage.py migrate to migrate these)
  113213. web_1 | Running migrations for socialaccount:
  113214. web_1 | - Nothing to migrate.
  113215. web_1 | - Loading initial data for socialaccount.
  113216. web_1 | Installed 0 object(s) from 0 fixture(s)
  113217. web_1 | Running migrations for django_extensions:
  113218. web_1 | - Nothing to migrate.
  113219. web_1 | - Loading initial data for django_extensions.
  113220. web_1 | Installed 0 object(s) from 0 fixture(s)
  113221. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113222. web_1 | [GCC 4.9.2] on linux2
  113223. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113224. web_1 | (InteractiveConsole)
  113225. web_1 |
  113226. web_1 | >>> >>> Starting the server
  113227. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113228. web_1 |
  113229. web_1 | Fatal error: Unable to find local grunt.
  113230. web_1 |
  113231. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113232. web_1 | your project. For more information about installing and configuring grunt,
  113233. web_1 | please see the Getting Started guide:
  113234. web_1 |
  113235. web_1 | http://gruntjs.com/getting-started
  113236. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113237. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113238. web_1 | Syncing...
  113239. web_1 | Creating tables ...
  113240. web_1 | Installing custom SQL ...
  113241. web_1 | Installing indexes ...
  113242. web_1 | Installed 0 object(s) from 0 fixture(s)
  113243. web_1 |
  113244. web_1 | Synced:
  113245. web_1 | > django.contrib.auth
  113246. web_1 | > django.contrib.contenttypes
  113247. web_1 | > django.contrib.sessions
  113248. web_1 | > django.contrib.sites
  113249. web_1 | > django.contrib.messages
  113250. web_1 | > django.contrib.staticfiles
  113251. web_1 | > django.contrib.admin
  113252. web_1 | > south
  113253. web_1 | > crispy_forms
  113254. web_1 | > avatar
  113255. web_1 | > bootstrap3
  113256. web_1 | > users
  113257. web_1 | > allauth
  113258. web_1 | > allauth.account
  113259. web_1 | > django.contrib.humanize
  113260. web_1 | > debug_toolbar
  113261. web_1 |
  113262. web_1 | Not synced (use migrations):
  113263. web_1 | - allauth.socialaccount
  113264. web_1 | - django_extensions
  113265. web_1 | (use ./manage.py migrate to migrate these)
  113266. web_1 | Running migrations for socialaccount:
  113267. web_1 | - Nothing to migrate.
  113268. web_1 | - Loading initial data for socialaccount.
  113269. web_1 | Installed 0 object(s) from 0 fixture(s)
  113270. web_1 | Running migrations for django_extensions:
  113271. web_1 | - Nothing to migrate.
  113272. web_1 | - Loading initial data for django_extensions.
  113273. web_1 | Installed 0 object(s) from 0 fixture(s)
  113274. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113275. web_1 | [GCC 4.9.2] on linux2
  113276. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113277. web_1 | (InteractiveConsole)
  113278. web_1 |
  113279. web_1 | >>> >>> Starting the server
  113280. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113281. web_1 |
  113282. web_1 | Fatal error: Unable to find local grunt.
  113283. web_1 |
  113284. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113285. web_1 | your project. For more information about installing and configuring grunt,
  113286. web_1 | please see the Getting Started guide:
  113287. web_1 |
  113288. web_1 | http://gruntjs.com/getting-started
  113289. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113290. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113291. web_1 | Syncing...
  113292. web_1 | Creating tables ...
  113293. web_1 | Installing custom SQL ...
  113294. web_1 | Installing indexes ...
  113295. web_1 | Installed 0 object(s) from 0 fixture(s)
  113296. web_1 |
  113297. web_1 | Synced:
  113298. web_1 | > django.contrib.auth
  113299. web_1 | > django.contrib.contenttypes
  113300. web_1 | > django.contrib.sessions
  113301. web_1 | > django.contrib.sites
  113302. web_1 | > django.contrib.messages
  113303. web_1 | > django.contrib.staticfiles
  113304. web_1 | > django.contrib.admin
  113305. web_1 | > south
  113306. web_1 | > crispy_forms
  113307. web_1 | > avatar
  113308. web_1 | > bootstrap3
  113309. web_1 | > users
  113310. web_1 | > allauth
  113311. web_1 | > allauth.account
  113312. web_1 | > django.contrib.humanize
  113313. web_1 | > debug_toolbar
  113314. web_1 |
  113315. web_1 | Not synced (use migrations):
  113316. web_1 | - allauth.socialaccount
  113317. web_1 | - django_extensions
  113318. web_1 | (use ./manage.py migrate to migrate these)
  113319. web_1 | Running migrations for socialaccount:
  113320. web_1 | - Nothing to migrate.
  113321. web_1 | - Loading initial data for socialaccount.
  113322. web_1 | Installed 0 object(s) from 0 fixture(s)
  113323. web_1 | Running migrations for django_extensions:
  113324. web_1 | - Nothing to migrate.
  113325. web_1 | - Loading initial data for django_extensions.
  113326. web_1 | Installed 0 object(s) from 0 fixture(s)
  113327. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113328. web_1 | [GCC 4.9.2] on linux2
  113329. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113330. web_1 | (InteractiveConsole)
  113331. web_1 |
  113332. web_1 | >>> >>> Starting the server
  113333. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113334. web_1 |
  113335. web_1 | Fatal error: Unable to find local grunt.
  113336. web_1 |
  113337. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113338. web_1 | your project. For more information about installing and configuring grunt,
  113339. web_1 | please see the Getting Started guide:
  113340. web_1 |
  113341. web_1 | http://gruntjs.com/getting-started
  113342. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113343. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113344. web_1 | Syncing...
  113345. web_1 | Creating tables ...
  113346. web_1 | Installing custom SQL ...
  113347. web_1 | Installing indexes ...
  113348. web_1 | Installed 0 object(s) from 0 fixture(s)
  113349. web_1 |
  113350. web_1 | Synced:
  113351. web_1 | > django.contrib.auth
  113352. web_1 | > django.contrib.contenttypes
  113353. web_1 | > django.contrib.sessions
  113354. web_1 | > django.contrib.sites
  113355. web_1 | > django.contrib.messages
  113356. web_1 | > django.contrib.staticfiles
  113357. web_1 | > django.contrib.admin
  113358. web_1 | > south
  113359. web_1 | > crispy_forms
  113360. web_1 | > avatar
  113361. web_1 | > bootstrap3
  113362. web_1 | > users
  113363. web_1 | > allauth
  113364. web_1 | > allauth.account
  113365. web_1 | > django.contrib.humanize
  113366. web_1 | > debug_toolbar
  113367. web_1 |
  113368. web_1 | Not synced (use migrations):
  113369. web_1 | - allauth.socialaccount
  113370. web_1 | - django_extensions
  113371. web_1 | (use ./manage.py migrate to migrate these)
  113372. web_1 | Running migrations for socialaccount:
  113373. web_1 | - Nothing to migrate.
  113374. web_1 | - Loading initial data for socialaccount.
  113375. web_1 | Installed 0 object(s) from 0 fixture(s)
  113376. web_1 | Running migrations for django_extensions:
  113377. web_1 | - Nothing to migrate.
  113378. web_1 | - Loading initial data for django_extensions.
  113379. web_1 | Installed 0 object(s) from 0 fixture(s)
  113380. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113381. web_1 | [GCC 4.9.2] on linux2
  113382. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113383. web_1 | (InteractiveConsole)
  113384. web_1 |
  113385. web_1 | >>> >>> Starting the server
  113386. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113387. web_1 |
  113388. web_1 | Fatal error: Unable to find local grunt.
  113389. web_1 |
  113390. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113391. web_1 | your project. For more information about installing and configuring grunt,
  113392. web_1 | please see the Getting Started guide:
  113393. web_1 |
  113394. web_1 | http://gruntjs.com/getting-started
  113395. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113396. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113397. web_1 | Syncing...
  113398. web_1 | Creating tables ...
  113399. web_1 | Installing custom SQL ...
  113400. web_1 | Installing indexes ...
  113401. web_1 | Installed 0 object(s) from 0 fixture(s)
  113402. web_1 |
  113403. web_1 | Synced:
  113404. web_1 | > django.contrib.auth
  113405. web_1 | > django.contrib.contenttypes
  113406. web_1 | > django.contrib.sessions
  113407. web_1 | > django.contrib.sites
  113408. web_1 | > django.contrib.messages
  113409. web_1 | > django.contrib.staticfiles
  113410. web_1 | > django.contrib.admin
  113411. web_1 | > south
  113412. web_1 | > crispy_forms
  113413. web_1 | > avatar
  113414. web_1 | > bootstrap3
  113415. web_1 | > users
  113416. web_1 | > allauth
  113417. web_1 | > allauth.account
  113418. web_1 | > django.contrib.humanize
  113419. web_1 | > debug_toolbar
  113420. web_1 |
  113421. web_1 | Not synced (use migrations):
  113422. web_1 | - allauth.socialaccount
  113423. web_1 | - django_extensions
  113424. web_1 | (use ./manage.py migrate to migrate these)
  113425. web_1 | Running migrations for socialaccount:
  113426. web_1 | - Nothing to migrate.
  113427. web_1 | - Loading initial data for socialaccount.
  113428. web_1 | Installed 0 object(s) from 0 fixture(s)
  113429. web_1 | Running migrations for django_extensions:
  113430. web_1 | - Nothing to migrate.
  113431. web_1 | - Loading initial data for django_extensions.
  113432. web_1 | Installed 0 object(s) from 0 fixture(s)
  113433. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113434. web_1 | [GCC 4.9.2] on linux2
  113435. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113436. web_1 | (InteractiveConsole)
  113437. web_1 |
  113438. web_1 | >>> >>> Starting the server
  113439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113440. web_1 |
  113441. web_1 | Fatal error: Unable to find local grunt.
  113442. web_1 |
  113443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113444. web_1 | your project. For more information about installing and configuring grunt,
  113445. web_1 | please see the Getting Started guide:
  113446. web_1 |
  113447. web_1 | http://gruntjs.com/getting-started
  113448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113449. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113450. web_1 | Syncing...
  113451. web_1 | Creating tables ...
  113452. web_1 | Installing custom SQL ...
  113453. web_1 | Installing indexes ...
  113454. web_1 | Installed 0 object(s) from 0 fixture(s)
  113455. web_1 |
  113456. web_1 | Synced:
  113457. web_1 | > django.contrib.auth
  113458. web_1 | > django.contrib.contenttypes
  113459. web_1 | > django.contrib.sessions
  113460. web_1 | > django.contrib.sites
  113461. web_1 | > django.contrib.messages
  113462. web_1 | > django.contrib.staticfiles
  113463. web_1 | > django.contrib.admin
  113464. web_1 | > south
  113465. web_1 | > crispy_forms
  113466. web_1 | > avatar
  113467. web_1 | > bootstrap3
  113468. web_1 | > users
  113469. web_1 | > allauth
  113470. web_1 | > allauth.account
  113471. web_1 | > django.contrib.humanize
  113472. web_1 | > debug_toolbar
  113473. web_1 |
  113474. web_1 | Not synced (use migrations):
  113475. web_1 | - allauth.socialaccount
  113476. web_1 | - django_extensions
  113477. web_1 | (use ./manage.py migrate to migrate these)
  113478. web_1 | Running migrations for socialaccount:
  113479. web_1 | - Nothing to migrate.
  113480. web_1 | - Loading initial data for socialaccount.
  113481. web_1 | Installed 0 object(s) from 0 fixture(s)
  113482. web_1 | Running migrations for django_extensions:
  113483. web_1 | - Nothing to migrate.
  113484. web_1 | - Loading initial data for django_extensions.
  113485. web_1 | Installed 0 object(s) from 0 fixture(s)
  113486. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113487. web_1 | [GCC 4.9.2] on linux2
  113488. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113489. web_1 | (InteractiveConsole)
  113490. web_1 |
  113491. web_1 | >>> >>> Starting the server
  113492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113493. web_1 |
  113494. web_1 | Fatal error: Unable to find local grunt.
  113495. web_1 |
  113496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113497. web_1 | your project. For more information about installing and configuring grunt,
  113498. web_1 | please see the Getting Started guide:
  113499. web_1 |
  113500. web_1 | http://gruntjs.com/getting-started
  113501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113502. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113503. web_1 | Syncing...
  113504. web_1 | Creating tables ...
  113505. web_1 | Installing custom SQL ...
  113506. web_1 | Installing indexes ...
  113507. web_1 | Installed 0 object(s) from 0 fixture(s)
  113508. web_1 |
  113509. web_1 | Synced:
  113510. web_1 | > django.contrib.auth
  113511. web_1 | > django.contrib.contenttypes
  113512. web_1 | > django.contrib.sessions
  113513. web_1 | > django.contrib.sites
  113514. web_1 | > django.contrib.messages
  113515. web_1 | > django.contrib.staticfiles
  113516. web_1 | > django.contrib.admin
  113517. web_1 | > south
  113518. web_1 | > crispy_forms
  113519. web_1 | > avatar
  113520. web_1 | > bootstrap3
  113521. web_1 | > users
  113522. web_1 | > allauth
  113523. web_1 | > allauth.account
  113524. web_1 | > django.contrib.humanize
  113525. web_1 | > debug_toolbar
  113526. web_1 |
  113527. web_1 | Not synced (use migrations):
  113528. web_1 | - allauth.socialaccount
  113529. web_1 | - django_extensions
  113530. web_1 | (use ./manage.py migrate to migrate these)
  113531. web_1 | Running migrations for socialaccount:
  113532. web_1 | - Nothing to migrate.
  113533. web_1 | - Loading initial data for socialaccount.
  113534. web_1 | Installed 0 object(s) from 0 fixture(s)
  113535. web_1 | Running migrations for django_extensions:
  113536. web_1 | - Nothing to migrate.
  113537. web_1 | - Loading initial data for django_extensions.
  113538. web_1 | Installed 0 object(s) from 0 fixture(s)
  113539. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113540. web_1 | [GCC 4.9.2] on linux2
  113541. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113542. web_1 | (InteractiveConsole)
  113543. web_1 |
  113544. web_1 | >>> >>> Starting the server
  113545. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113546. web_1 |
  113547. web_1 | Fatal error: Unable to find local grunt.
  113548. web_1 |
  113549. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113550. web_1 | your project. For more information about installing and configuring grunt,
  113551. web_1 | please see the Getting Started guide:
  113552. web_1 |
  113553. web_1 | http://gruntjs.com/getting-started
  113554. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113555. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113556. web_1 | Syncing...
  113557. web_1 | Creating tables ...
  113558. web_1 | Installing custom SQL ...
  113559. web_1 | Installing indexes ...
  113560. web_1 | Installed 0 object(s) from 0 fixture(s)
  113561. web_1 |
  113562. web_1 | Synced:
  113563. web_1 | > django.contrib.auth
  113564. web_1 | > django.contrib.contenttypes
  113565. web_1 | > django.contrib.sessions
  113566. web_1 | > django.contrib.sites
  113567. web_1 | > django.contrib.messages
  113568. web_1 | > django.contrib.staticfiles
  113569. web_1 | > django.contrib.admin
  113570. web_1 | > south
  113571. web_1 | > crispy_forms
  113572. web_1 | > avatar
  113573. web_1 | > bootstrap3
  113574. web_1 | > users
  113575. web_1 | > allauth
  113576. web_1 | > allauth.account
  113577. web_1 | > django.contrib.humanize
  113578. web_1 | > debug_toolbar
  113579. web_1 |
  113580. web_1 | Not synced (use migrations):
  113581. web_1 | - allauth.socialaccount
  113582. web_1 | - django_extensions
  113583. web_1 | (use ./manage.py migrate to migrate these)
  113584. web_1 | Running migrations for socialaccount:
  113585. web_1 | - Nothing to migrate.
  113586. web_1 | - Loading initial data for socialaccount.
  113587. web_1 | Installed 0 object(s) from 0 fixture(s)
  113588. web_1 | Running migrations for django_extensions:
  113589. web_1 | - Nothing to migrate.
  113590. web_1 | - Loading initial data for django_extensions.
  113591. web_1 | Installed 0 object(s) from 0 fixture(s)
  113592. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113593. web_1 | [GCC 4.9.2] on linux2
  113594. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113595. web_1 | (InteractiveConsole)
  113596. web_1 |
  113597. web_1 | >>> >>> Starting the server
  113598. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113599. web_1 |
  113600. web_1 | Fatal error: Unable to find local grunt.
  113601. web_1 |
  113602. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113603. web_1 | your project. For more information about installing and configuring grunt,
  113604. web_1 | please see the Getting Started guide:
  113605. web_1 |
  113606. web_1 | http://gruntjs.com/getting-started
  113607. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113608. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113609. web_1 | Syncing...
  113610. web_1 | Creating tables ...
  113611. web_1 | Installing custom SQL ...
  113612. web_1 | Installing indexes ...
  113613. web_1 | Installed 0 object(s) from 0 fixture(s)
  113614. web_1 |
  113615. web_1 | Synced:
  113616. web_1 | > django.contrib.auth
  113617. web_1 | > django.contrib.contenttypes
  113618. web_1 | > django.contrib.sessions
  113619. web_1 | > django.contrib.sites
  113620. web_1 | > django.contrib.messages
  113621. web_1 | > django.contrib.staticfiles
  113622. web_1 | > django.contrib.admin
  113623. web_1 | > south
  113624. web_1 | > crispy_forms
  113625. web_1 | > avatar
  113626. web_1 | > bootstrap3
  113627. web_1 | > users
  113628. web_1 | > allauth
  113629. web_1 | > allauth.account
  113630. web_1 | > django.contrib.humanize
  113631. web_1 | > debug_toolbar
  113632. web_1 |
  113633. web_1 | Not synced (use migrations):
  113634. web_1 | - allauth.socialaccount
  113635. web_1 | - django_extensions
  113636. web_1 | (use ./manage.py migrate to migrate these)
  113637. web_1 | Running migrations for socialaccount:
  113638. web_1 | - Nothing to migrate.
  113639. web_1 | - Loading initial data for socialaccount.
  113640. web_1 | Installed 0 object(s) from 0 fixture(s)
  113641. web_1 | Running migrations for django_extensions:
  113642. web_1 | - Nothing to migrate.
  113643. web_1 | - Loading initial data for django_extensions.
  113644. web_1 | Installed 0 object(s) from 0 fixture(s)
  113645. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113646. web_1 | [GCC 4.9.2] on linux2
  113647. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113648. web_1 | (InteractiveConsole)
  113649. web_1 |
  113650. web_1 | >>> >>> Starting the server
  113651. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113652. web_1 |
  113653. web_1 | Fatal error: Unable to find local grunt.
  113654. web_1 |
  113655. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113656. web_1 | your project. For more information about installing and configuring grunt,
  113657. web_1 | please see the Getting Started guide:
  113658. web_1 |
  113659. web_1 | http://gruntjs.com/getting-started
  113660. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113661. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113662. web_1 | Syncing...
  113663. web_1 | Creating tables ...
  113664. web_1 | Installing custom SQL ...
  113665. web_1 | Installing indexes ...
  113666. web_1 | Installed 0 object(s) from 0 fixture(s)
  113667. web_1 |
  113668. web_1 | Synced:
  113669. web_1 | > django.contrib.auth
  113670. web_1 | > django.contrib.contenttypes
  113671. web_1 | > django.contrib.sessions
  113672. web_1 | > django.contrib.sites
  113673. web_1 | > django.contrib.messages
  113674. web_1 | > django.contrib.staticfiles
  113675. web_1 | > django.contrib.admin
  113676. web_1 | > south
  113677. web_1 | > crispy_forms
  113678. web_1 | > avatar
  113679. web_1 | > bootstrap3
  113680. web_1 | > users
  113681. web_1 | > allauth
  113682. web_1 | > allauth.account
  113683. web_1 | > django.contrib.humanize
  113684. web_1 | > debug_toolbar
  113685. web_1 |
  113686. web_1 | Not synced (use migrations):
  113687. web_1 | - allauth.socialaccount
  113688. web_1 | - django_extensions
  113689. web_1 | (use ./manage.py migrate to migrate these)
  113690. web_1 | Running migrations for socialaccount:
  113691. web_1 | - Nothing to migrate.
  113692. web_1 | - Loading initial data for socialaccount.
  113693. web_1 | Installed 0 object(s) from 0 fixture(s)
  113694. web_1 | Running migrations for django_extensions:
  113695. web_1 | - Nothing to migrate.
  113696. web_1 | - Loading initial data for django_extensions.
  113697. web_1 | Installed 0 object(s) from 0 fixture(s)
  113698. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113699. web_1 | [GCC 4.9.2] on linux2
  113700. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113701. web_1 | (InteractiveConsole)
  113702. web_1 |
  113703. web_1 | >>> >>> Starting the server
  113704. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113705. web_1 |
  113706. web_1 | Fatal error: Unable to find local grunt.
  113707. web_1 |
  113708. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113709. web_1 | your project. For more information about installing and configuring grunt,
  113710. web_1 | please see the Getting Started guide:
  113711. web_1 |
  113712. web_1 | http://gruntjs.com/getting-started
  113713. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113714. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113715. web_1 | Syncing...
  113716. web_1 | Creating tables ...
  113717. web_1 | Installing custom SQL ...
  113718. web_1 | Installing indexes ...
  113719. web_1 | Installed 0 object(s) from 0 fixture(s)
  113720. web_1 |
  113721. web_1 | Synced:
  113722. web_1 | > django.contrib.auth
  113723. web_1 | > django.contrib.contenttypes
  113724. web_1 | > django.contrib.sessions
  113725. web_1 | > django.contrib.sites
  113726. web_1 | > django.contrib.messages
  113727. web_1 | > django.contrib.staticfiles
  113728. web_1 | > django.contrib.admin
  113729. web_1 | > south
  113730. web_1 | > crispy_forms
  113731. web_1 | > avatar
  113732. web_1 | > bootstrap3
  113733. web_1 | > users
  113734. web_1 | > allauth
  113735. web_1 | > allauth.account
  113736. web_1 | > django.contrib.humanize
  113737. web_1 | > debug_toolbar
  113738. web_1 |
  113739. web_1 | Not synced (use migrations):
  113740. web_1 | - allauth.socialaccount
  113741. web_1 | - django_extensions
  113742. web_1 | (use ./manage.py migrate to migrate these)
  113743. web_1 | Running migrations for socialaccount:
  113744. web_1 | - Nothing to migrate.
  113745. web_1 | - Loading initial data for socialaccount.
  113746. web_1 | Installed 0 object(s) from 0 fixture(s)
  113747. web_1 | Running migrations for django_extensions:
  113748. web_1 | - Nothing to migrate.
  113749. web_1 | - Loading initial data for django_extensions.
  113750. web_1 | Installed 0 object(s) from 0 fixture(s)
  113751. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113752. web_1 | [GCC 4.9.2] on linux2
  113753. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113754. web_1 | (InteractiveConsole)
  113755. web_1 |
  113756. web_1 | >>> >>> Starting the server
  113757. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113758. web_1 |
  113759. web_1 | Fatal error: Unable to find local grunt.
  113760. web_1 |
  113761. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113762. web_1 | your project. For more information about installing and configuring grunt,
  113763. web_1 | please see the Getting Started guide:
  113764. web_1 |
  113765. web_1 | http://gruntjs.com/getting-started
  113766. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113767. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113768. web_1 | Syncing...
  113769. web_1 | Creating tables ...
  113770. web_1 | Installing custom SQL ...
  113771. web_1 | Installing indexes ...
  113772. web_1 | Installed 0 object(s) from 0 fixture(s)
  113773. web_1 |
  113774. web_1 | Synced:
  113775. web_1 | > django.contrib.auth
  113776. web_1 | > django.contrib.contenttypes
  113777. web_1 | > django.contrib.sessions
  113778. web_1 | > django.contrib.sites
  113779. web_1 | > django.contrib.messages
  113780. web_1 | > django.contrib.staticfiles
  113781. web_1 | > django.contrib.admin
  113782. web_1 | > south
  113783. web_1 | > crispy_forms
  113784. web_1 | > avatar
  113785. web_1 | > bootstrap3
  113786. web_1 | > users
  113787. web_1 | > allauth
  113788. web_1 | > allauth.account
  113789. web_1 | > django.contrib.humanize
  113790. web_1 | > debug_toolbar
  113791. web_1 |
  113792. web_1 | Not synced (use migrations):
  113793. web_1 | - allauth.socialaccount
  113794. web_1 | - django_extensions
  113795. web_1 | (use ./manage.py migrate to migrate these)
  113796. web_1 | Running migrations for socialaccount:
  113797. web_1 | - Nothing to migrate.
  113798. web_1 | - Loading initial data for socialaccount.
  113799. web_1 | Installed 0 object(s) from 0 fixture(s)
  113800. web_1 | Running migrations for django_extensions:
  113801. web_1 | - Nothing to migrate.
  113802. web_1 | - Loading initial data for django_extensions.
  113803. web_1 | Installed 0 object(s) from 0 fixture(s)
  113804. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113805. web_1 | [GCC 4.9.2] on linux2
  113806. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113807. web_1 | (InteractiveConsole)
  113808. web_1 |
  113809. web_1 | >>> >>> Starting the server
  113810. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113811. web_1 |
  113812. web_1 | Fatal error: Unable to find local grunt.
  113813. web_1 |
  113814. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113815. web_1 | your project. For more information about installing and configuring grunt,
  113816. web_1 | please see the Getting Started guide:
  113817. web_1 |
  113818. web_1 | http://gruntjs.com/getting-started
  113819. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113820. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113821. web_1 | Syncing...
  113822. web_1 | Creating tables ...
  113823. web_1 | Installing custom SQL ...
  113824. web_1 | Installing indexes ...
  113825. web_1 | Installed 0 object(s) from 0 fixture(s)
  113826. web_1 |
  113827. web_1 | Synced:
  113828. web_1 | > django.contrib.auth
  113829. web_1 | > django.contrib.contenttypes
  113830. web_1 | > django.contrib.sessions
  113831. web_1 | > django.contrib.sites
  113832. web_1 | > django.contrib.messages
  113833. web_1 | > django.contrib.staticfiles
  113834. web_1 | > django.contrib.admin
  113835. web_1 | > south
  113836. web_1 | > crispy_forms
  113837. web_1 | > avatar
  113838. web_1 | > bootstrap3
  113839. web_1 | > users
  113840. web_1 | > allauth
  113841. web_1 | > allauth.account
  113842. web_1 | > django.contrib.humanize
  113843. web_1 | > debug_toolbar
  113844. web_1 |
  113845. web_1 | Not synced (use migrations):
  113846. web_1 | - allauth.socialaccount
  113847. web_1 | - django_extensions
  113848. web_1 | (use ./manage.py migrate to migrate these)
  113849. web_1 | Running migrations for socialaccount:
  113850. web_1 | - Nothing to migrate.
  113851. web_1 | - Loading initial data for socialaccount.
  113852. web_1 | Installed 0 object(s) from 0 fixture(s)
  113853. web_1 | Running migrations for django_extensions:
  113854. web_1 | - Nothing to migrate.
  113855. web_1 | - Loading initial data for django_extensions.
  113856. web_1 | Installed 0 object(s) from 0 fixture(s)
  113857. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113858. web_1 | [GCC 4.9.2] on linux2
  113859. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113860. web_1 | (InteractiveConsole)
  113861. web_1 |
  113862. web_1 | >>> >>> Starting the server
  113863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113864. web_1 |
  113865. web_1 | Fatal error: Unable to find local grunt.
  113866. web_1 |
  113867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113868. web_1 | your project. For more information about installing and configuring grunt,
  113869. web_1 | please see the Getting Started guide:
  113870. web_1 |
  113871. web_1 | http://gruntjs.com/getting-started
  113872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113873. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113874. web_1 | Syncing...
  113875. web_1 | Creating tables ...
  113876. web_1 | Installing custom SQL ...
  113877. web_1 | Installing indexes ...
  113878. web_1 | Installed 0 object(s) from 0 fixture(s)
  113879. web_1 |
  113880. web_1 | Synced:
  113881. web_1 | > django.contrib.auth
  113882. web_1 | > django.contrib.contenttypes
  113883. web_1 | > django.contrib.sessions
  113884. web_1 | > django.contrib.sites
  113885. web_1 | > django.contrib.messages
  113886. web_1 | > django.contrib.staticfiles
  113887. web_1 | > django.contrib.admin
  113888. web_1 | > south
  113889. web_1 | > crispy_forms
  113890. web_1 | > avatar
  113891. web_1 | > bootstrap3
  113892. web_1 | > users
  113893. web_1 | > allauth
  113894. web_1 | > allauth.account
  113895. web_1 | > django.contrib.humanize
  113896. web_1 | > debug_toolbar
  113897. web_1 |
  113898. web_1 | Not synced (use migrations):
  113899. web_1 | - allauth.socialaccount
  113900. web_1 | - django_extensions
  113901. web_1 | (use ./manage.py migrate to migrate these)
  113902. web_1 | Running migrations for socialaccount:
  113903. web_1 | - Nothing to migrate.
  113904. web_1 | - Loading initial data for socialaccount.
  113905. web_1 | Installed 0 object(s) from 0 fixture(s)
  113906. web_1 | Running migrations for django_extensions:
  113907. web_1 | - Nothing to migrate.
  113908. web_1 | - Loading initial data for django_extensions.
  113909. web_1 | Installed 0 object(s) from 0 fixture(s)
  113910. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113911. web_1 | [GCC 4.9.2] on linux2
  113912. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113913. web_1 | (InteractiveConsole)
  113914. web_1 |
  113915. web_1 | >>> >>> Starting the server
  113916. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113917. web_1 |
  113918. web_1 | Fatal error: Unable to find local grunt.
  113919. web_1 |
  113920. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113921. web_1 | your project. For more information about installing and configuring grunt,
  113922. web_1 | please see the Getting Started guide:
  113923. web_1 |
  113924. web_1 | http://gruntjs.com/getting-started
  113925. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113926. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113927. web_1 | Syncing...
  113928. web_1 | Creating tables ...
  113929. web_1 | Installing custom SQL ...
  113930. web_1 | Installing indexes ...
  113931. web_1 | Installed 0 object(s) from 0 fixture(s)
  113932. web_1 |
  113933. web_1 | Synced:
  113934. web_1 | > django.contrib.auth
  113935. web_1 | > django.contrib.contenttypes
  113936. web_1 | > django.contrib.sessions
  113937. web_1 | > django.contrib.sites
  113938. web_1 | > django.contrib.messages
  113939. web_1 | > django.contrib.staticfiles
  113940. web_1 | > django.contrib.admin
  113941. web_1 | > south
  113942. web_1 | > crispy_forms
  113943. web_1 | > avatar
  113944. web_1 | > bootstrap3
  113945. web_1 | > users
  113946. web_1 | > allauth
  113947. web_1 | > allauth.account
  113948. web_1 | > django.contrib.humanize
  113949. web_1 | > debug_toolbar
  113950. web_1 |
  113951. web_1 | Not synced (use migrations):
  113952. web_1 | - allauth.socialaccount
  113953. web_1 | - django_extensions
  113954. web_1 | (use ./manage.py migrate to migrate these)
  113955. web_1 | Running migrations for socialaccount:
  113956. web_1 | - Nothing to migrate.
  113957. web_1 | - Loading initial data for socialaccount.
  113958. web_1 | Installed 0 object(s) from 0 fixture(s)
  113959. web_1 | Running migrations for django_extensions:
  113960. web_1 | - Nothing to migrate.
  113961. web_1 | - Loading initial data for django_extensions.
  113962. web_1 | Installed 0 object(s) from 0 fixture(s)
  113963. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  113964. web_1 | [GCC 4.9.2] on linux2
  113965. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  113966. web_1 | (InteractiveConsole)
  113967. web_1 |
  113968. web_1 | >>> >>> Starting the server
  113969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  113970. web_1 |
  113971. web_1 | Fatal error: Unable to find local grunt.
  113972. web_1 |
  113973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  113974. web_1 | your project. For more information about installing and configuring grunt,
  113975. web_1 | please see the Getting Started guide:
  113976. web_1 |
  113977. web_1 | http://gruntjs.com/getting-started
  113978. web_1 | Starting OpenBSD Secure Shell server: sshd.
  113979. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  113980. web_1 | Syncing...
  113981. web_1 | Creating tables ...
  113982. web_1 | Installing custom SQL ...
  113983. web_1 | Installing indexes ...
  113984. web_1 | Installed 0 object(s) from 0 fixture(s)
  113985. web_1 |
  113986. web_1 | Synced:
  113987. web_1 | > django.contrib.auth
  113988. web_1 | > django.contrib.contenttypes
  113989. web_1 | > django.contrib.sessions
  113990. web_1 | > django.contrib.sites
  113991. web_1 | > django.contrib.messages
  113992. web_1 | > django.contrib.staticfiles
  113993. web_1 | > django.contrib.admin
  113994. web_1 | > south
  113995. web_1 | > crispy_forms
  113996. web_1 | > avatar
  113997. web_1 | > bootstrap3
  113998. web_1 | > users
  113999. web_1 | > allauth
  114000. web_1 | > allauth.account
  114001. web_1 | > django.contrib.humanize
  114002. web_1 | > debug_toolbar
  114003. web_1 |
  114004. web_1 | Not synced (use migrations):
  114005. web_1 | - allauth.socialaccount
  114006. web_1 | - django_extensions
  114007. web_1 | (use ./manage.py migrate to migrate these)
  114008. web_1 | Running migrations for socialaccount:
  114009. web_1 | - Nothing to migrate.
  114010. web_1 | - Loading initial data for socialaccount.
  114011. web_1 | Installed 0 object(s) from 0 fixture(s)
  114012. web_1 | Running migrations for django_extensions:
  114013. web_1 | - Nothing to migrate.
  114014. web_1 | - Loading initial data for django_extensions.
  114015. web_1 | Installed 0 object(s) from 0 fixture(s)
  114016. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114017. web_1 | [GCC 4.9.2] on linux2
  114018. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114019. web_1 | (InteractiveConsole)
  114020. web_1 |
  114021. web_1 | >>> >>> Starting the server
  114022. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114023. web_1 |
  114024. web_1 | Fatal error: Unable to find local grunt.
  114025. web_1 |
  114026. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114027. web_1 | your project. For more information about installing and configuring grunt,
  114028. web_1 | please see the Getting Started guide:
  114029. web_1 |
  114030. web_1 | http://gruntjs.com/getting-started
  114031. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114032. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114033. web_1 | Syncing...
  114034. web_1 | Creating tables ...
  114035. web_1 | Installing custom SQL ...
  114036. web_1 | Installing indexes ...
  114037. web_1 | Installed 0 object(s) from 0 fixture(s)
  114038. web_1 |
  114039. web_1 | Synced:
  114040. web_1 | > django.contrib.auth
  114041. web_1 | > django.contrib.contenttypes
  114042. web_1 | > django.contrib.sessions
  114043. web_1 | > django.contrib.sites
  114044. web_1 | > django.contrib.messages
  114045. web_1 | > django.contrib.staticfiles
  114046. web_1 | > django.contrib.admin
  114047. web_1 | > south
  114048. web_1 | > crispy_forms
  114049. web_1 | > avatar
  114050. web_1 | > bootstrap3
  114051. web_1 | > users
  114052. web_1 | > allauth
  114053. web_1 | > allauth.account
  114054. web_1 | > django.contrib.humanize
  114055. web_1 | > debug_toolbar
  114056. web_1 |
  114057. web_1 | Not synced (use migrations):
  114058. web_1 | - allauth.socialaccount
  114059. web_1 | - django_extensions
  114060. web_1 | (use ./manage.py migrate to migrate these)
  114061. web_1 | Running migrations for socialaccount:
  114062. web_1 | - Nothing to migrate.
  114063. web_1 | - Loading initial data for socialaccount.
  114064. web_1 | Installed 0 object(s) from 0 fixture(s)
  114065. web_1 | Running migrations for django_extensions:
  114066. web_1 | - Nothing to migrate.
  114067. web_1 | - Loading initial data for django_extensions.
  114068. web_1 | Installed 0 object(s) from 0 fixture(s)
  114069. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114070. web_1 | [GCC 4.9.2] on linux2
  114071. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114072. web_1 | (InteractiveConsole)
  114073. web_1 |
  114074. web_1 | >>> >>> Starting the server
  114075. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114076. web_1 |
  114077. web_1 | Fatal error: Unable to find local grunt.
  114078. web_1 |
  114079. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114080. web_1 | your project. For more information about installing and configuring grunt,
  114081. web_1 | please see the Getting Started guide:
  114082. web_1 |
  114083. web_1 | http://gruntjs.com/getting-started
  114084. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114085. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114086. web_1 | Syncing...
  114087. web_1 | Creating tables ...
  114088. web_1 | Installing custom SQL ...
  114089. web_1 | Installing indexes ...
  114090. web_1 | Installed 0 object(s) from 0 fixture(s)
  114091. web_1 |
  114092. web_1 | Synced:
  114093. web_1 | > django.contrib.auth
  114094. web_1 | > django.contrib.contenttypes
  114095. web_1 | > django.contrib.sessions
  114096. web_1 | > django.contrib.sites
  114097. web_1 | > django.contrib.messages
  114098. web_1 | > django.contrib.staticfiles
  114099. web_1 | > django.contrib.admin
  114100. web_1 | > south
  114101. web_1 | > crispy_forms
  114102. web_1 | > avatar
  114103. web_1 | > bootstrap3
  114104. web_1 | > users
  114105. web_1 | > allauth
  114106. web_1 | > allauth.account
  114107. web_1 | > django.contrib.humanize
  114108. web_1 | > debug_toolbar
  114109. web_1 |
  114110. web_1 | Not synced (use migrations):
  114111. web_1 | - allauth.socialaccount
  114112. web_1 | - django_extensions
  114113. web_1 | (use ./manage.py migrate to migrate these)
  114114. web_1 | Running migrations for socialaccount:
  114115. web_1 | - Nothing to migrate.
  114116. web_1 | - Loading initial data for socialaccount.
  114117. web_1 | Installed 0 object(s) from 0 fixture(s)
  114118. web_1 | Running migrations for django_extensions:
  114119. web_1 | - Nothing to migrate.
  114120. web_1 | - Loading initial data for django_extensions.
  114121. web_1 | Installed 0 object(s) from 0 fixture(s)
  114122. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114123. web_1 | [GCC 4.9.2] on linux2
  114124. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114125. web_1 | (InteractiveConsole)
  114126. web_1 |
  114127. web_1 | >>> >>> Starting the server
  114128. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114129. web_1 |
  114130. web_1 | Fatal error: Unable to find local grunt.
  114131. web_1 |
  114132. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114133. web_1 | your project. For more information about installing and configuring grunt,
  114134. web_1 | please see the Getting Started guide:
  114135. web_1 |
  114136. web_1 | http://gruntjs.com/getting-started
  114137. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114138. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114139. web_1 | Syncing...
  114140. web_1 | Creating tables ...
  114141. web_1 | Installing custom SQL ...
  114142. web_1 | Installing indexes ...
  114143. web_1 | Installed 0 object(s) from 0 fixture(s)
  114144. web_1 |
  114145. web_1 | Synced:
  114146. web_1 | > django.contrib.auth
  114147. web_1 | > django.contrib.contenttypes
  114148. web_1 | > django.contrib.sessions
  114149. web_1 | > django.contrib.sites
  114150. web_1 | > django.contrib.messages
  114151. web_1 | > django.contrib.staticfiles
  114152. web_1 | > django.contrib.admin
  114153. web_1 | > south
  114154. web_1 | > crispy_forms
  114155. web_1 | > avatar
  114156. web_1 | > bootstrap3
  114157. web_1 | > users
  114158. web_1 | > allauth
  114159. web_1 | > allauth.account
  114160. web_1 | > django.contrib.humanize
  114161. web_1 | > debug_toolbar
  114162. web_1 |
  114163. web_1 | Not synced (use migrations):
  114164. web_1 | - allauth.socialaccount
  114165. web_1 | - django_extensions
  114166. web_1 | (use ./manage.py migrate to migrate these)
  114167. web_1 | Running migrations for socialaccount:
  114168. web_1 | - Nothing to migrate.
  114169. web_1 | - Loading initial data for socialaccount.
  114170. web_1 | Installed 0 object(s) from 0 fixture(s)
  114171. web_1 | Running migrations for django_extensions:
  114172. web_1 | - Nothing to migrate.
  114173. web_1 | - Loading initial data for django_extensions.
  114174. web_1 | Installed 0 object(s) from 0 fixture(s)
  114175. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114176. web_1 | [GCC 4.9.2] on linux2
  114177. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114178. web_1 | (InteractiveConsole)
  114179. web_1 |
  114180. web_1 | >>> >>> Starting the server
  114181. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114182. web_1 |
  114183. web_1 | Fatal error: Unable to find local grunt.
  114184. web_1 |
  114185. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114186. web_1 | your project. For more information about installing and configuring grunt,
  114187. web_1 | please see the Getting Started guide:
  114188. web_1 |
  114189. web_1 | http://gruntjs.com/getting-started
  114190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114191. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114192. web_1 | Syncing...
  114193. web_1 | Creating tables ...
  114194. web_1 | Installing custom SQL ...
  114195. web_1 | Installing indexes ...
  114196. web_1 | Installed 0 object(s) from 0 fixture(s)
  114197. web_1 |
  114198. web_1 | Synced:
  114199. web_1 | > django.contrib.auth
  114200. web_1 | > django.contrib.contenttypes
  114201. web_1 | > django.contrib.sessions
  114202. web_1 | > django.contrib.sites
  114203. web_1 | > django.contrib.messages
  114204. web_1 | > django.contrib.staticfiles
  114205. web_1 | > django.contrib.admin
  114206. web_1 | > south
  114207. web_1 | > crispy_forms
  114208. web_1 | > avatar
  114209. web_1 | > bootstrap3
  114210. web_1 | > users
  114211. web_1 | > allauth
  114212. web_1 | > allauth.account
  114213. web_1 | > django.contrib.humanize
  114214. web_1 | > debug_toolbar
  114215. web_1 |
  114216. web_1 | Not synced (use migrations):
  114217. web_1 | - allauth.socialaccount
  114218. web_1 | - django_extensions
  114219. web_1 | (use ./manage.py migrate to migrate these)
  114220. web_1 | Running migrations for socialaccount:
  114221. web_1 | - Nothing to migrate.
  114222. web_1 | - Loading initial data for socialaccount.
  114223. web_1 | Installed 0 object(s) from 0 fixture(s)
  114224. web_1 | Running migrations for django_extensions:
  114225. web_1 | - Nothing to migrate.
  114226. web_1 | - Loading initial data for django_extensions.
  114227. web_1 | Installed 0 object(s) from 0 fixture(s)
  114228. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114229. web_1 | [GCC 4.9.2] on linux2
  114230. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114231. web_1 | (InteractiveConsole)
  114232. web_1 |
  114233. web_1 | >>> >>> Starting the server
  114234. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114235. web_1 |
  114236. web_1 | Fatal error: Unable to find local grunt.
  114237. web_1 |
  114238. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114239. web_1 | your project. For more information about installing and configuring grunt,
  114240. web_1 | please see the Getting Started guide:
  114241. web_1 |
  114242. web_1 | http://gruntjs.com/getting-started
  114243. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114244. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114245. web_1 | Syncing...
  114246. web_1 | Creating tables ...
  114247. web_1 | Installing custom SQL ...
  114248. web_1 | Installing indexes ...
  114249. web_1 | Installed 0 object(s) from 0 fixture(s)
  114250. web_1 |
  114251. web_1 | Synced:
  114252. web_1 | > django.contrib.auth
  114253. web_1 | > django.contrib.contenttypes
  114254. web_1 | > django.contrib.sessions
  114255. web_1 | > django.contrib.sites
  114256. web_1 | > django.contrib.messages
  114257. web_1 | > django.contrib.staticfiles
  114258. web_1 | > django.contrib.admin
  114259. web_1 | > south
  114260. web_1 | > crispy_forms
  114261. web_1 | > avatar
  114262. web_1 | > bootstrap3
  114263. web_1 | > users
  114264. web_1 | > allauth
  114265. web_1 | > allauth.account
  114266. web_1 | > django.contrib.humanize
  114267. web_1 | > debug_toolbar
  114268. web_1 |
  114269. web_1 | Not synced (use migrations):
  114270. web_1 | - allauth.socialaccount
  114271. web_1 | - django_extensions
  114272. web_1 | (use ./manage.py migrate to migrate these)
  114273. web_1 | Running migrations for socialaccount:
  114274. web_1 | - Nothing to migrate.
  114275. web_1 | - Loading initial data for socialaccount.
  114276. web_1 | Installed 0 object(s) from 0 fixture(s)
  114277. web_1 | Running migrations for django_extensions:
  114278. web_1 | - Nothing to migrate.
  114279. web_1 | - Loading initial data for django_extensions.
  114280. web_1 | Installed 0 object(s) from 0 fixture(s)
  114281. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114282. web_1 | [GCC 4.9.2] on linux2
  114283. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114284. web_1 | (InteractiveConsole)
  114285. web_1 |
  114286. web_1 | >>> >>> Starting the server
  114287. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114288. web_1 |
  114289. web_1 | Fatal error: Unable to find local grunt.
  114290. web_1 |
  114291. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114292. web_1 | your project. For more information about installing and configuring grunt,
  114293. web_1 | please see the Getting Started guide:
  114294. web_1 |
  114295. web_1 | http://gruntjs.com/getting-started
  114296. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114297. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114298. web_1 | Syncing...
  114299. web_1 | Creating tables ...
  114300. web_1 | Installing custom SQL ...
  114301. web_1 | Installing indexes ...
  114302. web_1 | Installed 0 object(s) from 0 fixture(s)
  114303. web_1 |
  114304. web_1 | Synced:
  114305. web_1 | > django.contrib.auth
  114306. web_1 | > django.contrib.contenttypes
  114307. web_1 | > django.contrib.sessions
  114308. web_1 | > django.contrib.sites
  114309. web_1 | > django.contrib.messages
  114310. web_1 | > django.contrib.staticfiles
  114311. web_1 | > django.contrib.admin
  114312. web_1 | > south
  114313. web_1 | > crispy_forms
  114314. web_1 | > avatar
  114315. web_1 | > bootstrap3
  114316. web_1 | > users
  114317. web_1 | > allauth
  114318. web_1 | > allauth.account
  114319. web_1 | > django.contrib.humanize
  114320. web_1 | > debug_toolbar
  114321. web_1 |
  114322. web_1 | Not synced (use migrations):
  114323. web_1 | - allauth.socialaccount
  114324. web_1 | - django_extensions
  114325. web_1 | (use ./manage.py migrate to migrate these)
  114326. web_1 | Running migrations for socialaccount:
  114327. web_1 | - Nothing to migrate.
  114328. web_1 | - Loading initial data for socialaccount.
  114329. web_1 | Installed 0 object(s) from 0 fixture(s)
  114330. web_1 | Running migrations for django_extensions:
  114331. web_1 | - Nothing to migrate.
  114332. web_1 | - Loading initial data for django_extensions.
  114333. web_1 | Installed 0 object(s) from 0 fixture(s)
  114334. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114335. web_1 | [GCC 4.9.2] on linux2
  114336. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114337. web_1 | (InteractiveConsole)
  114338. web_1 |
  114339. web_1 | >>> >>> Starting the server
  114340. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114341. web_1 |
  114342. web_1 | Fatal error: Unable to find local grunt.
  114343. web_1 |
  114344. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114345. web_1 | your project. For more information about installing and configuring grunt,
  114346. web_1 | please see the Getting Started guide:
  114347. web_1 |
  114348. web_1 | http://gruntjs.com/getting-started
  114349. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114350. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114351. web_1 | Syncing...
  114352. web_1 | Creating tables ...
  114353. web_1 | Installing custom SQL ...
  114354. web_1 | Installing indexes ...
  114355. web_1 | Installed 0 object(s) from 0 fixture(s)
  114356. web_1 |
  114357. web_1 | Synced:
  114358. web_1 | > django.contrib.auth
  114359. web_1 | > django.contrib.contenttypes
  114360. web_1 | > django.contrib.sessions
  114361. web_1 | > django.contrib.sites
  114362. web_1 | > django.contrib.messages
  114363. web_1 | > django.contrib.staticfiles
  114364. web_1 | > django.contrib.admin
  114365. web_1 | > south
  114366. web_1 | > crispy_forms
  114367. web_1 | > avatar
  114368. web_1 | > bootstrap3
  114369. web_1 | > users
  114370. web_1 | > allauth
  114371. web_1 | > allauth.account
  114372. web_1 | > django.contrib.humanize
  114373. web_1 | > debug_toolbar
  114374. web_1 |
  114375. web_1 | Not synced (use migrations):
  114376. web_1 | - allauth.socialaccount
  114377. web_1 | - django_extensions
  114378. web_1 | (use ./manage.py migrate to migrate these)
  114379. web_1 | Running migrations for socialaccount:
  114380. web_1 | - Nothing to migrate.
  114381. web_1 | - Loading initial data for socialaccount.
  114382. web_1 | Installed 0 object(s) from 0 fixture(s)
  114383. web_1 | Running migrations for django_extensions:
  114384. web_1 | - Nothing to migrate.
  114385. web_1 | - Loading initial data for django_extensions.
  114386. web_1 | Installed 0 object(s) from 0 fixture(s)
  114387. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114388. web_1 | [GCC 4.9.2] on linux2
  114389. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114390. web_1 | (InteractiveConsole)
  114391. web_1 |
  114392. web_1 | >>> >>> Starting the server
  114393. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114394. web_1 |
  114395. web_1 | Fatal error: Unable to find local grunt.
  114396. web_1 |
  114397. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114398. web_1 | your project. For more information about installing and configuring grunt,
  114399. web_1 | please see the Getting Started guide:
  114400. web_1 |
  114401. web_1 | http://gruntjs.com/getting-started
  114402. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114403. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114404. web_1 | Syncing...
  114405. web_1 | Creating tables ...
  114406. web_1 | Installing custom SQL ...
  114407. web_1 | Installing indexes ...
  114408. web_1 | Installed 0 object(s) from 0 fixture(s)
  114409. web_1 |
  114410. web_1 | Synced:
  114411. web_1 | > django.contrib.auth
  114412. web_1 | > django.contrib.contenttypes
  114413. web_1 | > django.contrib.sessions
  114414. web_1 | > django.contrib.sites
  114415. web_1 | > django.contrib.messages
  114416. web_1 | > django.contrib.staticfiles
  114417. web_1 | > django.contrib.admin
  114418. web_1 | > south
  114419. web_1 | > crispy_forms
  114420. web_1 | > avatar
  114421. web_1 | > bootstrap3
  114422. web_1 | > users
  114423. web_1 | > allauth
  114424. web_1 | > allauth.account
  114425. web_1 | > django.contrib.humanize
  114426. web_1 | > debug_toolbar
  114427. web_1 |
  114428. web_1 | Not synced (use migrations):
  114429. web_1 | - allauth.socialaccount
  114430. web_1 | - django_extensions
  114431. web_1 | (use ./manage.py migrate to migrate these)
  114432. web_1 | Running migrations for socialaccount:
  114433. web_1 | - Nothing to migrate.
  114434. web_1 | - Loading initial data for socialaccount.
  114435. web_1 | Installed 0 object(s) from 0 fixture(s)
  114436. web_1 | Running migrations for django_extensions:
  114437. web_1 | - Nothing to migrate.
  114438. web_1 | - Loading initial data for django_extensions.
  114439. web_1 | Installed 0 object(s) from 0 fixture(s)
  114440. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114441. web_1 | [GCC 4.9.2] on linux2
  114442. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114443. web_1 | (InteractiveConsole)
  114444. web_1 |
  114445. web_1 | >>> >>> Starting the server
  114446. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114447. web_1 |
  114448. web_1 | Fatal error: Unable to find local grunt.
  114449. web_1 |
  114450. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114451. web_1 | your project. For more information about installing and configuring grunt,
  114452. web_1 | please see the Getting Started guide:
  114453. web_1 |
  114454. web_1 | http://gruntjs.com/getting-started
  114455. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114456. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114457. web_1 | Syncing...
  114458. web_1 | Creating tables ...
  114459. web_1 | Installing custom SQL ...
  114460. web_1 | Installing indexes ...
  114461. web_1 | Installed 0 object(s) from 0 fixture(s)
  114462. web_1 |
  114463. web_1 | Synced:
  114464. web_1 | > django.contrib.auth
  114465. web_1 | > django.contrib.contenttypes
  114466. web_1 | > django.contrib.sessions
  114467. web_1 | > django.contrib.sites
  114468. web_1 | > django.contrib.messages
  114469. web_1 | > django.contrib.staticfiles
  114470. web_1 | > django.contrib.admin
  114471. web_1 | > south
  114472. web_1 | > crispy_forms
  114473. web_1 | > avatar
  114474. web_1 | > bootstrap3
  114475. web_1 | > users
  114476. web_1 | > allauth
  114477. web_1 | > allauth.account
  114478. web_1 | > django.contrib.humanize
  114479. web_1 | > debug_toolbar
  114480. web_1 |
  114481. web_1 | Not synced (use migrations):
  114482. web_1 | - allauth.socialaccount
  114483. web_1 | - django_extensions
  114484. web_1 | (use ./manage.py migrate to migrate these)
  114485. web_1 | Running migrations for socialaccount:
  114486. web_1 | - Nothing to migrate.
  114487. web_1 | - Loading initial data for socialaccount.
  114488. web_1 | Installed 0 object(s) from 0 fixture(s)
  114489. web_1 | Running migrations for django_extensions:
  114490. web_1 | - Nothing to migrate.
  114491. web_1 | - Loading initial data for django_extensions.
  114492. web_1 | Installed 0 object(s) from 0 fixture(s)
  114493. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114494. web_1 | [GCC 4.9.2] on linux2
  114495. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114496. web_1 | (InteractiveConsole)
  114497. web_1 |
  114498. web_1 | >>> >>> Starting the server
  114499. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114500. web_1 |
  114501. web_1 | Fatal error: Unable to find local grunt.
  114502. web_1 |
  114503. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114504. web_1 | your project. For more information about installing and configuring grunt,
  114505. web_1 | please see the Getting Started guide:
  114506. web_1 |
  114507. web_1 | http://gruntjs.com/getting-started
  114508. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114509. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114510. web_1 | Syncing...
  114511. web_1 | Creating tables ...
  114512. web_1 | Installing custom SQL ...
  114513. web_1 | Installing indexes ...
  114514. web_1 | Installed 0 object(s) from 0 fixture(s)
  114515. web_1 |
  114516. web_1 | Synced:
  114517. web_1 | > django.contrib.auth
  114518. web_1 | > django.contrib.contenttypes
  114519. web_1 | > django.contrib.sessions
  114520. web_1 | > django.contrib.sites
  114521. web_1 | > django.contrib.messages
  114522. web_1 | > django.contrib.staticfiles
  114523. web_1 | > django.contrib.admin
  114524. web_1 | > south
  114525. web_1 | > crispy_forms
  114526. web_1 | > avatar
  114527. web_1 | > bootstrap3
  114528. web_1 | > users
  114529. web_1 | > allauth
  114530. web_1 | > allauth.account
  114531. web_1 | > django.contrib.humanize
  114532. web_1 | > debug_toolbar
  114533. web_1 |
  114534. web_1 | Not synced (use migrations):
  114535. web_1 | - allauth.socialaccount
  114536. web_1 | - django_extensions
  114537. web_1 | (use ./manage.py migrate to migrate these)
  114538. web_1 | Running migrations for socialaccount:
  114539. web_1 | - Nothing to migrate.
  114540. web_1 | - Loading initial data for socialaccount.
  114541. web_1 | Installed 0 object(s) from 0 fixture(s)
  114542. web_1 | Running migrations for django_extensions:
  114543. web_1 | - Nothing to migrate.
  114544. web_1 | - Loading initial data for django_extensions.
  114545. web_1 | Installed 0 object(s) from 0 fixture(s)
  114546. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114547. web_1 | [GCC 4.9.2] on linux2
  114548. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114549. web_1 | (InteractiveConsole)
  114550. web_1 |
  114551. web_1 | >>> >>> Starting the server
  114552. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114553. web_1 |
  114554. web_1 | Fatal error: Unable to find local grunt.
  114555. web_1 |
  114556. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114557. web_1 | your project. For more information about installing and configuring grunt,
  114558. web_1 | please see the Getting Started guide:
  114559. web_1 |
  114560. web_1 | http://gruntjs.com/getting-started
  114561. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114562. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114563. web_1 | Syncing...
  114564. web_1 | Creating tables ...
  114565. web_1 | Installing custom SQL ...
  114566. web_1 | Installing indexes ...
  114567. web_1 | Installed 0 object(s) from 0 fixture(s)
  114568. web_1 |
  114569. web_1 | Synced:
  114570. web_1 | > django.contrib.auth
  114571. web_1 | > django.contrib.contenttypes
  114572. web_1 | > django.contrib.sessions
  114573. web_1 | > django.contrib.sites
  114574. web_1 | > django.contrib.messages
  114575. web_1 | > django.contrib.staticfiles
  114576. web_1 | > django.contrib.admin
  114577. web_1 | > south
  114578. web_1 | > crispy_forms
  114579. web_1 | > avatar
  114580. web_1 | > bootstrap3
  114581. web_1 | > users
  114582. web_1 | > allauth
  114583. web_1 | > allauth.account
  114584. web_1 | > django.contrib.humanize
  114585. web_1 | > debug_toolbar
  114586. web_1 |
  114587. web_1 | Not synced (use migrations):
  114588. web_1 | - allauth.socialaccount
  114589. web_1 | - django_extensions
  114590. web_1 | (use ./manage.py migrate to migrate these)
  114591. web_1 | Running migrations for socialaccount:
  114592. web_1 | - Nothing to migrate.
  114593. web_1 | - Loading initial data for socialaccount.
  114594. web_1 | Installed 0 object(s) from 0 fixture(s)
  114595. web_1 | Running migrations for django_extensions:
  114596. web_1 | - Nothing to migrate.
  114597. web_1 | - Loading initial data for django_extensions.
  114598. web_1 | Installed 0 object(s) from 0 fixture(s)
  114599. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114600. web_1 | [GCC 4.9.2] on linux2
  114601. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114602. web_1 | (InteractiveConsole)
  114603. web_1 |
  114604. web_1 | >>> >>> Starting the server
  114605. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114606. web_1 |
  114607. web_1 | Fatal error: Unable to find local grunt.
  114608. web_1 |
  114609. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114610. web_1 | your project. For more information about installing and configuring grunt,
  114611. web_1 | please see the Getting Started guide:
  114612. web_1 |
  114613. web_1 | http://gruntjs.com/getting-started
  114614. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114615. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114616. web_1 | Syncing...
  114617. web_1 | Creating tables ...
  114618. web_1 | Installing custom SQL ...
  114619. web_1 | Installing indexes ...
  114620. web_1 | Installed 0 object(s) from 0 fixture(s)
  114621. web_1 |
  114622. web_1 | Synced:
  114623. web_1 | > django.contrib.auth
  114624. web_1 | > django.contrib.contenttypes
  114625. web_1 | > django.contrib.sessions
  114626. web_1 | > django.contrib.sites
  114627. web_1 | > django.contrib.messages
  114628. web_1 | > django.contrib.staticfiles
  114629. web_1 | > django.contrib.admin
  114630. web_1 | > south
  114631. web_1 | > crispy_forms
  114632. web_1 | > avatar
  114633. web_1 | > bootstrap3
  114634. web_1 | > users
  114635. web_1 | > allauth
  114636. web_1 | > allauth.account
  114637. web_1 | > django.contrib.humanize
  114638. web_1 | > debug_toolbar
  114639. web_1 |
  114640. web_1 | Not synced (use migrations):
  114641. web_1 | - allauth.socialaccount
  114642. web_1 | - django_extensions
  114643. web_1 | (use ./manage.py migrate to migrate these)
  114644. web_1 | Running migrations for socialaccount:
  114645. web_1 | - Nothing to migrate.
  114646. web_1 | - Loading initial data for socialaccount.
  114647. web_1 | Installed 0 object(s) from 0 fixture(s)
  114648. web_1 | Running migrations for django_extensions:
  114649. web_1 | - Nothing to migrate.
  114650. web_1 | - Loading initial data for django_extensions.
  114651. web_1 | Installed 0 object(s) from 0 fixture(s)
  114652. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114653. web_1 | [GCC 4.9.2] on linux2
  114654. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114655. web_1 | (InteractiveConsole)
  114656. web_1 |
  114657. web_1 | >>> >>> Starting the server
  114658. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114659. web_1 |
  114660. web_1 | Fatal error: Unable to find local grunt.
  114661. web_1 |
  114662. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114663. web_1 | your project. For more information about installing and configuring grunt,
  114664. web_1 | please see the Getting Started guide:
  114665. web_1 |
  114666. web_1 | http://gruntjs.com/getting-started
  114667. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114668. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114669. web_1 | Syncing...
  114670. web_1 | Creating tables ...
  114671. web_1 | Installing custom SQL ...
  114672. web_1 | Installing indexes ...
  114673. web_1 | Installed 0 object(s) from 0 fixture(s)
  114674. web_1 |
  114675. web_1 | Synced:
  114676. web_1 | > django.contrib.auth
  114677. web_1 | > django.contrib.contenttypes
  114678. web_1 | > django.contrib.sessions
  114679. web_1 | > django.contrib.sites
  114680. web_1 | > django.contrib.messages
  114681. web_1 | > django.contrib.staticfiles
  114682. web_1 | > django.contrib.admin
  114683. web_1 | > south
  114684. web_1 | > crispy_forms
  114685. web_1 | > avatar
  114686. web_1 | > bootstrap3
  114687. web_1 | > users
  114688. web_1 | > allauth
  114689. web_1 | > allauth.account
  114690. web_1 | > django.contrib.humanize
  114691. web_1 | > debug_toolbar
  114692. web_1 |
  114693. web_1 | Not synced (use migrations):
  114694. web_1 | - allauth.socialaccount
  114695. web_1 | - django_extensions
  114696. web_1 | (use ./manage.py migrate to migrate these)
  114697. web_1 | Running migrations for socialaccount:
  114698. web_1 | - Nothing to migrate.
  114699. web_1 | - Loading initial data for socialaccount.
  114700. web_1 | Installed 0 object(s) from 0 fixture(s)
  114701. web_1 | Running migrations for django_extensions:
  114702. web_1 | - Nothing to migrate.
  114703. web_1 | - Loading initial data for django_extensions.
  114704. web_1 | Installed 0 object(s) from 0 fixture(s)
  114705. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114706. web_1 | [GCC 4.9.2] on linux2
  114707. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114708. web_1 | (InteractiveConsole)
  114709. web_1 |
  114710. web_1 | >>> >>> Starting the server
  114711. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114712. web_1 |
  114713. web_1 | Fatal error: Unable to find local grunt.
  114714. web_1 |
  114715. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114716. web_1 | your project. For more information about installing and configuring grunt,
  114717. web_1 | please see the Getting Started guide:
  114718. web_1 |
  114719. web_1 | http://gruntjs.com/getting-started
  114720. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114721. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114722. web_1 | Syncing...
  114723. web_1 | Creating tables ...
  114724. web_1 | Installing custom SQL ...
  114725. web_1 | Installing indexes ...
  114726. web_1 | Installed 0 object(s) from 0 fixture(s)
  114727. web_1 |
  114728. web_1 | Synced:
  114729. web_1 | > django.contrib.auth
  114730. web_1 | > django.contrib.contenttypes
  114731. web_1 | > django.contrib.sessions
  114732. web_1 | > django.contrib.sites
  114733. web_1 | > django.contrib.messages
  114734. web_1 | > django.contrib.staticfiles
  114735. web_1 | > django.contrib.admin
  114736. web_1 | > south
  114737. web_1 | > crispy_forms
  114738. web_1 | > avatar
  114739. web_1 | > bootstrap3
  114740. web_1 | > users
  114741. web_1 | > allauth
  114742. web_1 | > allauth.account
  114743. web_1 | > django.contrib.humanize
  114744. web_1 | > debug_toolbar
  114745. web_1 |
  114746. web_1 | Not synced (use migrations):
  114747. web_1 | - allauth.socialaccount
  114748. web_1 | - django_extensions
  114749. web_1 | (use ./manage.py migrate to migrate these)
  114750. web_1 | Running migrations for socialaccount:
  114751. web_1 | - Nothing to migrate.
  114752. web_1 | - Loading initial data for socialaccount.
  114753. web_1 | Installed 0 object(s) from 0 fixture(s)
  114754. web_1 | Running migrations for django_extensions:
  114755. web_1 | - Nothing to migrate.
  114756. web_1 | - Loading initial data for django_extensions.
  114757. web_1 | Installed 0 object(s) from 0 fixture(s)
  114758. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114759. web_1 | [GCC 4.9.2] on linux2
  114760. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114761. web_1 | (InteractiveConsole)
  114762. web_1 |
  114763. web_1 | >>> >>> Starting the server
  114764. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114765. web_1 |
  114766. web_1 | Fatal error: Unable to find local grunt.
  114767. web_1 |
  114768. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114769. web_1 | your project. For more information about installing and configuring grunt,
  114770. web_1 | please see the Getting Started guide:
  114771. web_1 |
  114772. web_1 | http://gruntjs.com/getting-started
  114773. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114774. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114775. web_1 | Syncing...
  114776. web_1 | Creating tables ...
  114777. web_1 | Installing custom SQL ...
  114778. web_1 | Installing indexes ...
  114779. web_1 | Installed 0 object(s) from 0 fixture(s)
  114780. web_1 |
  114781. web_1 | Synced:
  114782. web_1 | > django.contrib.auth
  114783. web_1 | > django.contrib.contenttypes
  114784. web_1 | > django.contrib.sessions
  114785. web_1 | > django.contrib.sites
  114786. web_1 | > django.contrib.messages
  114787. web_1 | > django.contrib.staticfiles
  114788. web_1 | > django.contrib.admin
  114789. web_1 | > south
  114790. web_1 | > crispy_forms
  114791. web_1 | > avatar
  114792. web_1 | > bootstrap3
  114793. web_1 | > users
  114794. web_1 | > allauth
  114795. web_1 | > allauth.account
  114796. web_1 | > django.contrib.humanize
  114797. web_1 | > debug_toolbar
  114798. web_1 |
  114799. web_1 | Not synced (use migrations):
  114800. web_1 | - allauth.socialaccount
  114801. web_1 | - django_extensions
  114802. web_1 | (use ./manage.py migrate to migrate these)
  114803. web_1 | Running migrations for socialaccount:
  114804. web_1 | - Nothing to migrate.
  114805. web_1 | - Loading initial data for socialaccount.
  114806. web_1 | Installed 0 object(s) from 0 fixture(s)
  114807. web_1 | Running migrations for django_extensions:
  114808. web_1 | - Nothing to migrate.
  114809. web_1 | - Loading initial data for django_extensions.
  114810. web_1 | Installed 0 object(s) from 0 fixture(s)
  114811. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114812. web_1 | [GCC 4.9.2] on linux2
  114813. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114814. web_1 | (InteractiveConsole)
  114815. web_1 |
  114816. web_1 | >>> >>> Starting the server
  114817. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114818. web_1 |
  114819. web_1 | Fatal error: Unable to find local grunt.
  114820. web_1 |
  114821. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114822. web_1 | your project. For more information about installing and configuring grunt,
  114823. web_1 | please see the Getting Started guide:
  114824. web_1 |
  114825. web_1 | http://gruntjs.com/getting-started
  114826. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114827. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114828. web_1 | Syncing...
  114829. web_1 | Creating tables ...
  114830. web_1 | Installing custom SQL ...
  114831. web_1 | Installing indexes ...
  114832. web_1 | Installed 0 object(s) from 0 fixture(s)
  114833. web_1 |
  114834. web_1 | Synced:
  114835. web_1 | > django.contrib.auth
  114836. web_1 | > django.contrib.contenttypes
  114837. web_1 | > django.contrib.sessions
  114838. web_1 | > django.contrib.sites
  114839. web_1 | > django.contrib.messages
  114840. web_1 | > django.contrib.staticfiles
  114841. web_1 | > django.contrib.admin
  114842. web_1 | > south
  114843. web_1 | > crispy_forms
  114844. web_1 | > avatar
  114845. web_1 | > bootstrap3
  114846. web_1 | > users
  114847. web_1 | > allauth
  114848. web_1 | > allauth.account
  114849. web_1 | > django.contrib.humanize
  114850. web_1 | > debug_toolbar
  114851. web_1 |
  114852. web_1 | Not synced (use migrations):
  114853. web_1 | - allauth.socialaccount
  114854. web_1 | - django_extensions
  114855. web_1 | (use ./manage.py migrate to migrate these)
  114856. web_1 | Running migrations for socialaccount:
  114857. web_1 | - Nothing to migrate.
  114858. web_1 | - Loading initial data for socialaccount.
  114859. web_1 | Installed 0 object(s) from 0 fixture(s)
  114860. web_1 | Running migrations for django_extensions:
  114861. web_1 | - Nothing to migrate.
  114862. web_1 | - Loading initial data for django_extensions.
  114863. web_1 | Installed 0 object(s) from 0 fixture(s)
  114864. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114865. web_1 | [GCC 4.9.2] on linux2
  114866. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114867. web_1 | (InteractiveConsole)
  114868. web_1 |
  114869. web_1 | >>> >>> Starting the server
  114870. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114871. web_1 |
  114872. web_1 | Fatal error: Unable to find local grunt.
  114873. web_1 |
  114874. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114875. web_1 | your project. For more information about installing and configuring grunt,
  114876. web_1 | please see the Getting Started guide:
  114877. web_1 |
  114878. web_1 | http://gruntjs.com/getting-started
  114879. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114880. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114881. web_1 | Syncing...
  114882. web_1 | Creating tables ...
  114883. web_1 | Installing custom SQL ...
  114884. web_1 | Installing indexes ...
  114885. web_1 | Installed 0 object(s) from 0 fixture(s)
  114886. web_1 |
  114887. web_1 | Synced:
  114888. web_1 | > django.contrib.auth
  114889. web_1 | > django.contrib.contenttypes
  114890. web_1 | > django.contrib.sessions
  114891. web_1 | > django.contrib.sites
  114892. web_1 | > django.contrib.messages
  114893. web_1 | > django.contrib.staticfiles
  114894. web_1 | > django.contrib.admin
  114895. web_1 | > south
  114896. web_1 | > crispy_forms
  114897. web_1 | > avatar
  114898. web_1 | > bootstrap3
  114899. web_1 | > users
  114900. web_1 | > allauth
  114901. web_1 | > allauth.account
  114902. web_1 | > django.contrib.humanize
  114903. web_1 | > debug_toolbar
  114904. web_1 |
  114905. web_1 | Not synced (use migrations):
  114906. web_1 | - allauth.socialaccount
  114907. web_1 | - django_extensions
  114908. web_1 | (use ./manage.py migrate to migrate these)
  114909. web_1 | Running migrations for socialaccount:
  114910. web_1 | - Nothing to migrate.
  114911. web_1 | - Loading initial data for socialaccount.
  114912. web_1 | Installed 0 object(s) from 0 fixture(s)
  114913. web_1 | Running migrations for django_extensions:
  114914. web_1 | - Nothing to migrate.
  114915. web_1 | - Loading initial data for django_extensions.
  114916. web_1 | Installed 0 object(s) from 0 fixture(s)
  114917. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114918. web_1 | [GCC 4.9.2] on linux2
  114919. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114920. web_1 | (InteractiveConsole)
  114921. web_1 |
  114922. web_1 | >>> >>> Starting the server
  114923. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114924. web_1 |
  114925. web_1 | Fatal error: Unable to find local grunt.
  114926. web_1 |
  114927. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114928. web_1 | your project. For more information about installing and configuring grunt,
  114929. web_1 | please see the Getting Started guide:
  114930. web_1 |
  114931. web_1 | http://gruntjs.com/getting-started
  114932. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114933. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114934. web_1 | Syncing...
  114935. web_1 | Creating tables ...
  114936. web_1 | Installing custom SQL ...
  114937. web_1 | Installing indexes ...
  114938. web_1 | Installed 0 object(s) from 0 fixture(s)
  114939. web_1 |
  114940. web_1 | Synced:
  114941. web_1 | > django.contrib.auth
  114942. web_1 | > django.contrib.contenttypes
  114943. web_1 | > django.contrib.sessions
  114944. web_1 | > django.contrib.sites
  114945. web_1 | > django.contrib.messages
  114946. web_1 | > django.contrib.staticfiles
  114947. web_1 | > django.contrib.admin
  114948. web_1 | > south
  114949. web_1 | > crispy_forms
  114950. web_1 | > avatar
  114951. web_1 | > bootstrap3
  114952. web_1 | > users
  114953. web_1 | > allauth
  114954. web_1 | > allauth.account
  114955. web_1 | > django.contrib.humanize
  114956. web_1 | > debug_toolbar
  114957. web_1 |
  114958. web_1 | Not synced (use migrations):
  114959. web_1 | - allauth.socialaccount
  114960. web_1 | - django_extensions
  114961. web_1 | (use ./manage.py migrate to migrate these)
  114962. web_1 | Running migrations for socialaccount:
  114963. web_1 | - Nothing to migrate.
  114964. web_1 | - Loading initial data for socialaccount.
  114965. web_1 | Installed 0 object(s) from 0 fixture(s)
  114966. web_1 | Running migrations for django_extensions:
  114967. web_1 | - Nothing to migrate.
  114968. web_1 | - Loading initial data for django_extensions.
  114969. web_1 | Installed 0 object(s) from 0 fixture(s)
  114970. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  114971. web_1 | [GCC 4.9.2] on linux2
  114972. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  114973. web_1 | (InteractiveConsole)
  114974. web_1 |
  114975. web_1 | >>> >>> Starting the server
  114976. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  114977. web_1 |
  114978. web_1 | Fatal error: Unable to find local grunt.
  114979. web_1 |
  114980. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  114981. web_1 | your project. For more information about installing and configuring grunt,
  114982. web_1 | please see the Getting Started guide:
  114983. web_1 |
  114984. web_1 | http://gruntjs.com/getting-started
  114985. web_1 | Starting OpenBSD Secure Shell server: sshd.
  114986. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  114987. web_1 | Syncing...
  114988. web_1 | Creating tables ...
  114989. web_1 | Installing custom SQL ...
  114990. web_1 | Installing indexes ...
  114991. web_1 | Installed 0 object(s) from 0 fixture(s)
  114992. web_1 |
  114993. web_1 | Synced:
  114994. web_1 | > django.contrib.auth
  114995. web_1 | > django.contrib.contenttypes
  114996. web_1 | > django.contrib.sessions
  114997. web_1 | > django.contrib.sites
  114998. web_1 | > django.contrib.messages
  114999. web_1 | > django.contrib.staticfiles
  115000. web_1 | > django.contrib.admin
  115001. web_1 | > south
  115002. web_1 | > crispy_forms
  115003. web_1 | > avatar
  115004. web_1 | > bootstrap3
  115005. web_1 | > users
  115006. web_1 | > allauth
  115007. web_1 | > allauth.account
  115008. web_1 | > django.contrib.humanize
  115009. web_1 | > debug_toolbar
  115010. web_1 |
  115011. web_1 | Not synced (use migrations):
  115012. web_1 | - allauth.socialaccount
  115013. web_1 | - django_extensions
  115014. web_1 | (use ./manage.py migrate to migrate these)
  115015. web_1 | Running migrations for socialaccount:
  115016. web_1 | - Nothing to migrate.
  115017. web_1 | - Loading initial data for socialaccount.
  115018. web_1 | Installed 0 object(s) from 0 fixture(s)
  115019. web_1 | Running migrations for django_extensions:
  115020. web_1 | - Nothing to migrate.
  115021. web_1 | - Loading initial data for django_extensions.
  115022. web_1 | Installed 0 object(s) from 0 fixture(s)
  115023. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115024. web_1 | [GCC 4.9.2] on linux2
  115025. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115026. web_1 | (InteractiveConsole)
  115027. web_1 |
  115028. web_1 | >>> >>> Starting the server
  115029. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115030. web_1 |
  115031. web_1 | Fatal error: Unable to find local grunt.
  115032. web_1 |
  115033. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115034. web_1 | your project. For more information about installing and configuring grunt,
  115035. web_1 | please see the Getting Started guide:
  115036. web_1 |
  115037. web_1 | http://gruntjs.com/getting-started
  115038. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115039. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115040. web_1 | Syncing...
  115041. web_1 | Creating tables ...
  115042. web_1 | Installing custom SQL ...
  115043. web_1 | Installing indexes ...
  115044. web_1 | Installed 0 object(s) from 0 fixture(s)
  115045. web_1 |
  115046. web_1 | Synced:
  115047. web_1 | > django.contrib.auth
  115048. web_1 | > django.contrib.contenttypes
  115049. web_1 | > django.contrib.sessions
  115050. web_1 | > django.contrib.sites
  115051. web_1 | > django.contrib.messages
  115052. web_1 | > django.contrib.staticfiles
  115053. web_1 | > django.contrib.admin
  115054. web_1 | > south
  115055. web_1 | > crispy_forms
  115056. web_1 | > avatar
  115057. web_1 | > bootstrap3
  115058. web_1 | > users
  115059. web_1 | > allauth
  115060. web_1 | > allauth.account
  115061. web_1 | > django.contrib.humanize
  115062. web_1 | > debug_toolbar
  115063. web_1 |
  115064. web_1 | Not synced (use migrations):
  115065. web_1 | - allauth.socialaccount
  115066. web_1 | - django_extensions
  115067. web_1 | (use ./manage.py migrate to migrate these)
  115068. web_1 | Running migrations for socialaccount:
  115069. web_1 | - Nothing to migrate.
  115070. web_1 | - Loading initial data for socialaccount.
  115071. web_1 | Installed 0 object(s) from 0 fixture(s)
  115072. web_1 | Running migrations for django_extensions:
  115073. web_1 | - Nothing to migrate.
  115074. web_1 | - Loading initial data for django_extensions.
  115075. web_1 | Installed 0 object(s) from 0 fixture(s)
  115076. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115077. web_1 | [GCC 4.9.2] on linux2
  115078. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115079. web_1 | (InteractiveConsole)
  115080. web_1 |
  115081. web_1 | >>> >>> Starting the server
  115082. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115083. web_1 |
  115084. web_1 | Fatal error: Unable to find local grunt.
  115085. web_1 |
  115086. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115087. web_1 | your project. For more information about installing and configuring grunt,
  115088. web_1 | please see the Getting Started guide:
  115089. web_1 |
  115090. web_1 | http://gruntjs.com/getting-started
  115091. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115092. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115093. web_1 | Syncing...
  115094. web_1 | Creating tables ...
  115095. web_1 | Installing custom SQL ...
  115096. web_1 | Installing indexes ...
  115097. web_1 | Installed 0 object(s) from 0 fixture(s)
  115098. web_1 |
  115099. web_1 | Synced:
  115100. web_1 | > django.contrib.auth
  115101. web_1 | > django.contrib.contenttypes
  115102. web_1 | > django.contrib.sessions
  115103. web_1 | > django.contrib.sites
  115104. web_1 | > django.contrib.messages
  115105. web_1 | > django.contrib.staticfiles
  115106. web_1 | > django.contrib.admin
  115107. web_1 | > south
  115108. web_1 | > crispy_forms
  115109. web_1 | > avatar
  115110. web_1 | > bootstrap3
  115111. web_1 | > users
  115112. web_1 | > allauth
  115113. web_1 | > allauth.account
  115114. web_1 | > django.contrib.humanize
  115115. web_1 | > debug_toolbar
  115116. web_1 |
  115117. web_1 | Not synced (use migrations):
  115118. web_1 | - allauth.socialaccount
  115119. web_1 | - django_extensions
  115120. web_1 | (use ./manage.py migrate to migrate these)
  115121. web_1 | Running migrations for socialaccount:
  115122. web_1 | - Nothing to migrate.
  115123. web_1 | - Loading initial data for socialaccount.
  115124. web_1 | Installed 0 object(s) from 0 fixture(s)
  115125. web_1 | Running migrations for django_extensions:
  115126. web_1 | - Nothing to migrate.
  115127. web_1 | - Loading initial data for django_extensions.
  115128. web_1 | Installed 0 object(s) from 0 fixture(s)
  115129. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115130. web_1 | [GCC 4.9.2] on linux2
  115131. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115132. web_1 | (InteractiveConsole)
  115133. web_1 |
  115134. web_1 | >>> >>> Starting the server
  115135. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115136. web_1 |
  115137. web_1 | Fatal error: Unable to find local grunt.
  115138. web_1 |
  115139. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115140. web_1 | your project. For more information about installing and configuring grunt,
  115141. web_1 | please see the Getting Started guide:
  115142. web_1 |
  115143. web_1 | http://gruntjs.com/getting-started
  115144. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115145. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115146. web_1 | Syncing...
  115147. web_1 | Creating tables ...
  115148. web_1 | Installing custom SQL ...
  115149. web_1 | Installing indexes ...
  115150. web_1 | Installed 0 object(s) from 0 fixture(s)
  115151. web_1 |
  115152. web_1 | Synced:
  115153. web_1 | > django.contrib.auth
  115154. web_1 | > django.contrib.contenttypes
  115155. web_1 | > django.contrib.sessions
  115156. web_1 | > django.contrib.sites
  115157. web_1 | > django.contrib.messages
  115158. web_1 | > django.contrib.staticfiles
  115159. web_1 | > django.contrib.admin
  115160. web_1 | > south
  115161. web_1 | > crispy_forms
  115162. web_1 | > avatar
  115163. web_1 | > bootstrap3
  115164. web_1 | > users
  115165. web_1 | > allauth
  115166. web_1 | > allauth.account
  115167. web_1 | > django.contrib.humanize
  115168. web_1 | > debug_toolbar
  115169. web_1 |
  115170. web_1 | Not synced (use migrations):
  115171. web_1 | - allauth.socialaccount
  115172. web_1 | - django_extensions
  115173. web_1 | (use ./manage.py migrate to migrate these)
  115174. web_1 | Running migrations for socialaccount:
  115175. web_1 | - Nothing to migrate.
  115176. web_1 | - Loading initial data for socialaccount.
  115177. web_1 | Installed 0 object(s) from 0 fixture(s)
  115178. web_1 | Running migrations for django_extensions:
  115179. web_1 | - Nothing to migrate.
  115180. web_1 | - Loading initial data for django_extensions.
  115181. web_1 | Installed 0 object(s) from 0 fixture(s)
  115182. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115183. web_1 | [GCC 4.9.2] on linux2
  115184. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115185. web_1 | (InteractiveConsole)
  115186. web_1 |
  115187. web_1 | >>> >>> Starting the server
  115188. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115189. web_1 |
  115190. web_1 | Fatal error: Unable to find local grunt.
  115191. web_1 |
  115192. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115193. web_1 | your project. For more information about installing and configuring grunt,
  115194. web_1 | please see the Getting Started guide:
  115195. web_1 |
  115196. web_1 | http://gruntjs.com/getting-started
  115197. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115198. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115199. web_1 | Syncing...
  115200. web_1 | Creating tables ...
  115201. web_1 | Installing custom SQL ...
  115202. web_1 | Installing indexes ...
  115203. web_1 | Installed 0 object(s) from 0 fixture(s)
  115204. web_1 |
  115205. web_1 | Synced:
  115206. web_1 | > django.contrib.auth
  115207. web_1 | > django.contrib.contenttypes
  115208. web_1 | > django.contrib.sessions
  115209. web_1 | > django.contrib.sites
  115210. web_1 | > django.contrib.messages
  115211. web_1 | > django.contrib.staticfiles
  115212. web_1 | > django.contrib.admin
  115213. web_1 | > south
  115214. web_1 | > crispy_forms
  115215. web_1 | > avatar
  115216. web_1 | > bootstrap3
  115217. web_1 | > users
  115218. web_1 | > allauth
  115219. web_1 | > allauth.account
  115220. web_1 | > django.contrib.humanize
  115221. web_1 | > debug_toolbar
  115222. web_1 |
  115223. web_1 | Not synced (use migrations):
  115224. web_1 | - allauth.socialaccount
  115225. web_1 | - django_extensions
  115226. web_1 | (use ./manage.py migrate to migrate these)
  115227. web_1 | Running migrations for socialaccount:
  115228. web_1 | - Nothing to migrate.
  115229. web_1 | - Loading initial data for socialaccount.
  115230. web_1 | Installed 0 object(s) from 0 fixture(s)
  115231. web_1 | Running migrations for django_extensions:
  115232. web_1 | - Nothing to migrate.
  115233. web_1 | - Loading initial data for django_extensions.
  115234. web_1 | Installed 0 object(s) from 0 fixture(s)
  115235. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115236. web_1 | [GCC 4.9.2] on linux2
  115237. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115238. web_1 | (InteractiveConsole)
  115239. web_1 |
  115240. web_1 | >>> >>> Starting the server
  115241. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115242. web_1 |
  115243. web_1 | Fatal error: Unable to find local grunt.
  115244. web_1 |
  115245. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115246. web_1 | your project. For more information about installing and configuring grunt,
  115247. web_1 | please see the Getting Started guide:
  115248. web_1 |
  115249. web_1 | http://gruntjs.com/getting-started
  115250. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115251. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115252. web_1 | Syncing...
  115253. web_1 | Creating tables ...
  115254. web_1 | Installing custom SQL ...
  115255. web_1 | Installing indexes ...
  115256. web_1 | Installed 0 object(s) from 0 fixture(s)
  115257. web_1 |
  115258. web_1 | Synced:
  115259. web_1 | > django.contrib.auth
  115260. web_1 | > django.contrib.contenttypes
  115261. web_1 | > django.contrib.sessions
  115262. web_1 | > django.contrib.sites
  115263. web_1 | > django.contrib.messages
  115264. web_1 | > django.contrib.staticfiles
  115265. web_1 | > django.contrib.admin
  115266. web_1 | > south
  115267. web_1 | > crispy_forms
  115268. web_1 | > avatar
  115269. web_1 | > bootstrap3
  115270. web_1 | > users
  115271. web_1 | > allauth
  115272. web_1 | > allauth.account
  115273. web_1 | > django.contrib.humanize
  115274. web_1 | > debug_toolbar
  115275. web_1 |
  115276. web_1 | Not synced (use migrations):
  115277. web_1 | - allauth.socialaccount
  115278. web_1 | - django_extensions
  115279. web_1 | (use ./manage.py migrate to migrate these)
  115280. web_1 | Running migrations for socialaccount:
  115281. web_1 | - Nothing to migrate.
  115282. web_1 | - Loading initial data for socialaccount.
  115283. web_1 | Installed 0 object(s) from 0 fixture(s)
  115284. web_1 | Running migrations for django_extensions:
  115285. web_1 | - Nothing to migrate.
  115286. web_1 | - Loading initial data for django_extensions.
  115287. web_1 | Installed 0 object(s) from 0 fixture(s)
  115288. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115289. web_1 | [GCC 4.9.2] on linux2
  115290. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115291. web_1 | (InteractiveConsole)
  115292. web_1 |
  115293. web_1 | >>> >>> Starting the server
  115294. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115295. web_1 |
  115296. web_1 | Fatal error: Unable to find local grunt.
  115297. web_1 |
  115298. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115299. web_1 | your project. For more information about installing and configuring grunt,
  115300. web_1 | please see the Getting Started guide:
  115301. web_1 |
  115302. web_1 | http://gruntjs.com/getting-started
  115303. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115304. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115305. web_1 | Syncing...
  115306. web_1 | Creating tables ...
  115307. web_1 | Installing custom SQL ...
  115308. web_1 | Installing indexes ...
  115309. web_1 | Installed 0 object(s) from 0 fixture(s)
  115310. web_1 |
  115311. web_1 | Synced:
  115312. web_1 | > django.contrib.auth
  115313. web_1 | > django.contrib.contenttypes
  115314. web_1 | > django.contrib.sessions
  115315. web_1 | > django.contrib.sites
  115316. web_1 | > django.contrib.messages
  115317. web_1 | > django.contrib.staticfiles
  115318. web_1 | > django.contrib.admin
  115319. web_1 | > south
  115320. web_1 | > crispy_forms
  115321. web_1 | > avatar
  115322. web_1 | > bootstrap3
  115323. web_1 | > users
  115324. web_1 | > allauth
  115325. web_1 | > allauth.account
  115326. web_1 | > django.contrib.humanize
  115327. web_1 | > debug_toolbar
  115328. web_1 |
  115329. web_1 | Not synced (use migrations):
  115330. web_1 | - allauth.socialaccount
  115331. web_1 | - django_extensions
  115332. web_1 | (use ./manage.py migrate to migrate these)
  115333. web_1 | Running migrations for socialaccount:
  115334. web_1 | - Nothing to migrate.
  115335. web_1 | - Loading initial data for socialaccount.
  115336. web_1 | Installed 0 object(s) from 0 fixture(s)
  115337. web_1 | Running migrations for django_extensions:
  115338. web_1 | - Nothing to migrate.
  115339. web_1 | - Loading initial data for django_extensions.
  115340. web_1 | Installed 0 object(s) from 0 fixture(s)
  115341. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115342. web_1 | [GCC 4.9.2] on linux2
  115343. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115344. web_1 | (InteractiveConsole)
  115345. web_1 |
  115346. web_1 | >>> >>> Starting the server
  115347. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115348. web_1 |
  115349. web_1 | Fatal error: Unable to find local grunt.
  115350. web_1 |
  115351. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115352. web_1 | your project. For more information about installing and configuring grunt,
  115353. web_1 | please see the Getting Started guide:
  115354. web_1 |
  115355. web_1 | http://gruntjs.com/getting-started
  115356. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115357. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115358. web_1 | Syncing...
  115359. web_1 | Creating tables ...
  115360. web_1 | Installing custom SQL ...
  115361. web_1 | Installing indexes ...
  115362. web_1 | Installed 0 object(s) from 0 fixture(s)
  115363. web_1 |
  115364. web_1 | Synced:
  115365. web_1 | > django.contrib.auth
  115366. web_1 | > django.contrib.contenttypes
  115367. web_1 | > django.contrib.sessions
  115368. web_1 | > django.contrib.sites
  115369. web_1 | > django.contrib.messages
  115370. web_1 | > django.contrib.staticfiles
  115371. web_1 | > django.contrib.admin
  115372. web_1 | > south
  115373. web_1 | > crispy_forms
  115374. web_1 | > avatar
  115375. web_1 | > bootstrap3
  115376. web_1 | > users
  115377. web_1 | > allauth
  115378. web_1 | > allauth.account
  115379. web_1 | > django.contrib.humanize
  115380. web_1 | > debug_toolbar
  115381. web_1 |
  115382. web_1 | Not synced (use migrations):
  115383. web_1 | - allauth.socialaccount
  115384. web_1 | - django_extensions
  115385. web_1 | (use ./manage.py migrate to migrate these)
  115386. web_1 | Running migrations for socialaccount:
  115387. web_1 | - Nothing to migrate.
  115388. web_1 | - Loading initial data for socialaccount.
  115389. web_1 | Installed 0 object(s) from 0 fixture(s)
  115390. web_1 | Running migrations for django_extensions:
  115391. web_1 | - Nothing to migrate.
  115392. web_1 | - Loading initial data for django_extensions.
  115393. web_1 | Installed 0 object(s) from 0 fixture(s)
  115394. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115395. web_1 | [GCC 4.9.2] on linux2
  115396. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115397. web_1 | (InteractiveConsole)
  115398. web_1 |
  115399. web_1 | >>> >>> Starting the server
  115400. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115401. web_1 |
  115402. web_1 | Fatal error: Unable to find local grunt.
  115403. web_1 |
  115404. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115405. web_1 | your project. For more information about installing and configuring grunt,
  115406. web_1 | please see the Getting Started guide:
  115407. web_1 |
  115408. web_1 | http://gruntjs.com/getting-started
  115409. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115410. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115411. web_1 | Syncing...
  115412. web_1 | Creating tables ...
  115413. web_1 | Installing custom SQL ...
  115414. web_1 | Installing indexes ...
  115415. web_1 | Installed 0 object(s) from 0 fixture(s)
  115416. web_1 |
  115417. web_1 | Synced:
  115418. web_1 | > django.contrib.auth
  115419. web_1 | > django.contrib.contenttypes
  115420. web_1 | > django.contrib.sessions
  115421. web_1 | > django.contrib.sites
  115422. web_1 | > django.contrib.messages
  115423. web_1 | > django.contrib.staticfiles
  115424. web_1 | > django.contrib.admin
  115425. web_1 | > south
  115426. web_1 | > crispy_forms
  115427. web_1 | > avatar
  115428. web_1 | > bootstrap3
  115429. web_1 | > users
  115430. web_1 | > allauth
  115431. web_1 | > allauth.account
  115432. web_1 | > django.contrib.humanize
  115433. web_1 | > debug_toolbar
  115434. web_1 |
  115435. web_1 | Not synced (use migrations):
  115436. web_1 | - allauth.socialaccount
  115437. web_1 | - django_extensions
  115438. web_1 | (use ./manage.py migrate to migrate these)
  115439. web_1 | Running migrations for socialaccount:
  115440. web_1 | - Nothing to migrate.
  115441. web_1 | - Loading initial data for socialaccount.
  115442. web_1 | Installed 0 object(s) from 0 fixture(s)
  115443. web_1 | Running migrations for django_extensions:
  115444. web_1 | - Nothing to migrate.
  115445. web_1 | - Loading initial data for django_extensions.
  115446. web_1 | Installed 0 object(s) from 0 fixture(s)
  115447. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115448. web_1 | [GCC 4.9.2] on linux2
  115449. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115450. web_1 | (InteractiveConsole)
  115451. web_1 |
  115452. web_1 | >>> >>> Starting the server
  115453. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115454. web_1 |
  115455. web_1 | Fatal error: Unable to find local grunt.
  115456. web_1 |
  115457. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115458. web_1 | your project. For more information about installing and configuring grunt,
  115459. web_1 | please see the Getting Started guide:
  115460. web_1 |
  115461. web_1 | http://gruntjs.com/getting-started
  115462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115464. web_1 | Syncing...
  115465. web_1 | Creating tables ...
  115466. web_1 | Installing custom SQL ...
  115467. web_1 | Installing indexes ...
  115468. web_1 | Installed 0 object(s) from 0 fixture(s)
  115469. web_1 |
  115470. web_1 | Synced:
  115471. web_1 | > django.contrib.auth
  115472. web_1 | > django.contrib.contenttypes
  115473. web_1 | > django.contrib.sessions
  115474. web_1 | > django.contrib.sites
  115475. web_1 | > django.contrib.messages
  115476. web_1 | > django.contrib.staticfiles
  115477. web_1 | > django.contrib.admin
  115478. web_1 | > south
  115479. web_1 | > crispy_forms
  115480. web_1 | > avatar
  115481. web_1 | > bootstrap3
  115482. web_1 | > users
  115483. web_1 | > allauth
  115484. web_1 | > allauth.account
  115485. web_1 | > django.contrib.humanize
  115486. web_1 | > debug_toolbar
  115487. web_1 |
  115488. web_1 | Not synced (use migrations):
  115489. web_1 | - allauth.socialaccount
  115490. web_1 | - django_extensions
  115491. web_1 | (use ./manage.py migrate to migrate these)
  115492. web_1 | Running migrations for socialaccount:
  115493. web_1 | - Nothing to migrate.
  115494. web_1 | - Loading initial data for socialaccount.
  115495. web_1 | Installed 0 object(s) from 0 fixture(s)
  115496. web_1 | Running migrations for django_extensions:
  115497. web_1 | - Nothing to migrate.
  115498. web_1 | - Loading initial data for django_extensions.
  115499. web_1 | Installed 0 object(s) from 0 fixture(s)
  115500. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115501. web_1 | [GCC 4.9.2] on linux2
  115502. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115503. web_1 | (InteractiveConsole)
  115504. web_1 |
  115505. web_1 | >>> >>> Starting the server
  115506. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115507. web_1 |
  115508. web_1 | Fatal error: Unable to find local grunt.
  115509. web_1 |
  115510. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115511. web_1 | your project. For more information about installing and configuring grunt,
  115512. web_1 | please see the Getting Started guide:
  115513. web_1 |
  115514. web_1 | http://gruntjs.com/getting-started
  115515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115517. web_1 | Syncing...
  115518. web_1 | Creating tables ...
  115519. web_1 | Installing custom SQL ...
  115520. web_1 | Installing indexes ...
  115521. web_1 | Installed 0 object(s) from 0 fixture(s)
  115522. web_1 |
  115523. web_1 | Synced:
  115524. web_1 | > django.contrib.auth
  115525. web_1 | > django.contrib.contenttypes
  115526. web_1 | > django.contrib.sessions
  115527. web_1 | > django.contrib.sites
  115528. web_1 | > django.contrib.messages
  115529. web_1 | > django.contrib.staticfiles
  115530. web_1 | > django.contrib.admin
  115531. web_1 | > south
  115532. web_1 | > crispy_forms
  115533. web_1 | > avatar
  115534. web_1 | > bootstrap3
  115535. web_1 | > users
  115536. web_1 | > allauth
  115537. web_1 | > allauth.account
  115538. web_1 | > django.contrib.humanize
  115539. web_1 | > debug_toolbar
  115540. web_1 |
  115541. web_1 | Not synced (use migrations):
  115542. web_1 | - allauth.socialaccount
  115543. web_1 | - django_extensions
  115544. web_1 | (use ./manage.py migrate to migrate these)
  115545. web_1 | Running migrations for socialaccount:
  115546. web_1 | - Nothing to migrate.
  115547. web_1 | - Loading initial data for socialaccount.
  115548. web_1 | Installed 0 object(s) from 0 fixture(s)
  115549. web_1 | Running migrations for django_extensions:
  115550. web_1 | - Nothing to migrate.
  115551. web_1 | - Loading initial data for django_extensions.
  115552. web_1 | Installed 0 object(s) from 0 fixture(s)
  115553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115554. web_1 | [GCC 4.9.2] on linux2
  115555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115556. web_1 | (InteractiveConsole)
  115557. web_1 |
  115558. web_1 | >>> >>> Starting the server
  115559. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115560. web_1 |
  115561. web_1 | Fatal error: Unable to find local grunt.
  115562. web_1 |
  115563. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115564. web_1 | your project. For more information about installing and configuring grunt,
  115565. web_1 | please see the Getting Started guide:
  115566. web_1 |
  115567. web_1 | http://gruntjs.com/getting-started
  115568. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115569. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115570. web_1 | Syncing...
  115571. web_1 | Creating tables ...
  115572. web_1 | Installing custom SQL ...
  115573. web_1 | Installing indexes ...
  115574. web_1 | Installed 0 object(s) from 0 fixture(s)
  115575. web_1 |
  115576. web_1 | Synced:
  115577. web_1 | > django.contrib.auth
  115578. web_1 | > django.contrib.contenttypes
  115579. web_1 | > django.contrib.sessions
  115580. web_1 | > django.contrib.sites
  115581. web_1 | > django.contrib.messages
  115582. web_1 | > django.contrib.staticfiles
  115583. web_1 | > django.contrib.admin
  115584. web_1 | > south
  115585. web_1 | > crispy_forms
  115586. web_1 | > avatar
  115587. web_1 | > bootstrap3
  115588. web_1 | > users
  115589. web_1 | > allauth
  115590. web_1 | > allauth.account
  115591. web_1 | > django.contrib.humanize
  115592. web_1 | > debug_toolbar
  115593. web_1 |
  115594. web_1 | Not synced (use migrations):
  115595. web_1 | - allauth.socialaccount
  115596. web_1 | - django_extensions
  115597. web_1 | (use ./manage.py migrate to migrate these)
  115598. web_1 | Running migrations for socialaccount:
  115599. web_1 | - Nothing to migrate.
  115600. web_1 | - Loading initial data for socialaccount.
  115601. web_1 | Installed 0 object(s) from 0 fixture(s)
  115602. web_1 | Running migrations for django_extensions:
  115603. web_1 | - Nothing to migrate.
  115604. web_1 | - Loading initial data for django_extensions.
  115605. web_1 | Installed 0 object(s) from 0 fixture(s)
  115606. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115607. web_1 | [GCC 4.9.2] on linux2
  115608. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115609. web_1 | (InteractiveConsole)
  115610. web_1 |
  115611. web_1 | >>> >>> Starting the server
  115612. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115613. web_1 |
  115614. web_1 | Fatal error: Unable to find local grunt.
  115615. web_1 |
  115616. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115617. web_1 | your project. For more information about installing and configuring grunt,
  115618. web_1 | please see the Getting Started guide:
  115619. web_1 |
  115620. web_1 | http://gruntjs.com/getting-started
  115621. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115622. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115623. web_1 | Syncing...
  115624. web_1 | Creating tables ...
  115625. web_1 | Installing custom SQL ...
  115626. web_1 | Installing indexes ...
  115627. web_1 | Installed 0 object(s) from 0 fixture(s)
  115628. web_1 |
  115629. web_1 | Synced:
  115630. web_1 | > django.contrib.auth
  115631. web_1 | > django.contrib.contenttypes
  115632. web_1 | > django.contrib.sessions
  115633. web_1 | > django.contrib.sites
  115634. web_1 | > django.contrib.messages
  115635. web_1 | > django.contrib.staticfiles
  115636. web_1 | > django.contrib.admin
  115637. web_1 | > south
  115638. web_1 | > crispy_forms
  115639. web_1 | > avatar
  115640. web_1 | > bootstrap3
  115641. web_1 | > users
  115642. web_1 | > allauth
  115643. web_1 | > allauth.account
  115644. web_1 | > django.contrib.humanize
  115645. web_1 | > debug_toolbar
  115646. web_1 |
  115647. web_1 | Not synced (use migrations):
  115648. web_1 | - allauth.socialaccount
  115649. web_1 | - django_extensions
  115650. web_1 | (use ./manage.py migrate to migrate these)
  115651. web_1 | Running migrations for socialaccount:
  115652. web_1 | - Nothing to migrate.
  115653. web_1 | - Loading initial data for socialaccount.
  115654. web_1 | Installed 0 object(s) from 0 fixture(s)
  115655. web_1 | Running migrations for django_extensions:
  115656. web_1 | - Nothing to migrate.
  115657. web_1 | - Loading initial data for django_extensions.
  115658. web_1 | Installed 0 object(s) from 0 fixture(s)
  115659. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115660. web_1 | [GCC 4.9.2] on linux2
  115661. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115662. web_1 | (InteractiveConsole)
  115663. web_1 |
  115664. web_1 | >>> >>> Starting the server
  115665. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115666. web_1 |
  115667. web_1 | Fatal error: Unable to find local grunt.
  115668. web_1 |
  115669. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115670. web_1 | your project. For more information about installing and configuring grunt,
  115671. web_1 | please see the Getting Started guide:
  115672. web_1 |
  115673. web_1 | http://gruntjs.com/getting-started
  115674. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115675. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115676. web_1 | Syncing...
  115677. web_1 | Creating tables ...
  115678. web_1 | Installing custom SQL ...
  115679. web_1 | Installing indexes ...
  115680. web_1 | Installed 0 object(s) from 0 fixture(s)
  115681. web_1 |
  115682. web_1 | Synced:
  115683. web_1 | > django.contrib.auth
  115684. web_1 | > django.contrib.contenttypes
  115685. web_1 | > django.contrib.sessions
  115686. web_1 | > django.contrib.sites
  115687. web_1 | > django.contrib.messages
  115688. web_1 | > django.contrib.staticfiles
  115689. web_1 | > django.contrib.admin
  115690. web_1 | > south
  115691. web_1 | > crispy_forms
  115692. web_1 | > avatar
  115693. web_1 | > bootstrap3
  115694. web_1 | > users
  115695. web_1 | > allauth
  115696. web_1 | > allauth.account
  115697. web_1 | > django.contrib.humanize
  115698. web_1 | > debug_toolbar
  115699. web_1 |
  115700. web_1 | Not synced (use migrations):
  115701. web_1 | - allauth.socialaccount
  115702. web_1 | - django_extensions
  115703. web_1 | (use ./manage.py migrate to migrate these)
  115704. web_1 | Running migrations for socialaccount:
  115705. web_1 | - Nothing to migrate.
  115706. web_1 | - Loading initial data for socialaccount.
  115707. web_1 | Installed 0 object(s) from 0 fixture(s)
  115708. web_1 | Running migrations for django_extensions:
  115709. web_1 | - Nothing to migrate.
  115710. web_1 | - Loading initial data for django_extensions.
  115711. web_1 | Installed 0 object(s) from 0 fixture(s)
  115712. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115713. web_1 | [GCC 4.9.2] on linux2
  115714. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115715. web_1 | (InteractiveConsole)
  115716. web_1 |
  115717. web_1 | >>> >>> Starting the server
  115718. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115719. web_1 |
  115720. web_1 | Fatal error: Unable to find local grunt.
  115721. web_1 |
  115722. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115723. web_1 | your project. For more information about installing and configuring grunt,
  115724. web_1 | please see the Getting Started guide:
  115725. web_1 |
  115726. web_1 | http://gruntjs.com/getting-started
  115727. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115728. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115729. web_1 | Syncing...
  115730. web_1 | Creating tables ...
  115731. web_1 | Installing custom SQL ...
  115732. web_1 | Installing indexes ...
  115733. web_1 | Installed 0 object(s) from 0 fixture(s)
  115734. web_1 |
  115735. web_1 | Synced:
  115736. web_1 | > django.contrib.auth
  115737. web_1 | > django.contrib.contenttypes
  115738. web_1 | > django.contrib.sessions
  115739. web_1 | > django.contrib.sites
  115740. web_1 | > django.contrib.messages
  115741. web_1 | > django.contrib.staticfiles
  115742. web_1 | > django.contrib.admin
  115743. web_1 | > south
  115744. web_1 | > crispy_forms
  115745. web_1 | > avatar
  115746. web_1 | > bootstrap3
  115747. web_1 | > users
  115748. web_1 | > allauth
  115749. web_1 | > allauth.account
  115750. web_1 | > django.contrib.humanize
  115751. web_1 | > debug_toolbar
  115752. web_1 |
  115753. web_1 | Not synced (use migrations):
  115754. web_1 | - allauth.socialaccount
  115755. web_1 | - django_extensions
  115756. web_1 | (use ./manage.py migrate to migrate these)
  115757. web_1 | Running migrations for socialaccount:
  115758. web_1 | - Nothing to migrate.
  115759. web_1 | - Loading initial data for socialaccount.
  115760. web_1 | Installed 0 object(s) from 0 fixture(s)
  115761. web_1 | Running migrations for django_extensions:
  115762. web_1 | - Nothing to migrate.
  115763. web_1 | - Loading initial data for django_extensions.
  115764. web_1 | Installed 0 object(s) from 0 fixture(s)
  115765. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115766. web_1 | [GCC 4.9.2] on linux2
  115767. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115768. web_1 | (InteractiveConsole)
  115769. web_1 |
  115770. web_1 | >>> >>> Starting the server
  115771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115772. web_1 |
  115773. web_1 | Fatal error: Unable to find local grunt.
  115774. web_1 |
  115775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115776. web_1 | your project. For more information about installing and configuring grunt,
  115777. web_1 | please see the Getting Started guide:
  115778. web_1 |
  115779. web_1 | http://gruntjs.com/getting-started
  115780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115781. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115782. web_1 | Syncing...
  115783. web_1 | Creating tables ...
  115784. web_1 | Installing custom SQL ...
  115785. web_1 | Installing indexes ...
  115786. web_1 | Installed 0 object(s) from 0 fixture(s)
  115787. web_1 |
  115788. web_1 | Synced:
  115789. web_1 | > django.contrib.auth
  115790. web_1 | > django.contrib.contenttypes
  115791. web_1 | > django.contrib.sessions
  115792. web_1 | > django.contrib.sites
  115793. web_1 | > django.contrib.messages
  115794. web_1 | > django.contrib.staticfiles
  115795. web_1 | > django.contrib.admin
  115796. web_1 | > south
  115797. web_1 | > crispy_forms
  115798. web_1 | > avatar
  115799. web_1 | > bootstrap3
  115800. web_1 | > users
  115801. web_1 | > allauth
  115802. web_1 | > allauth.account
  115803. web_1 | > django.contrib.humanize
  115804. web_1 | > debug_toolbar
  115805. web_1 |
  115806. web_1 | Not synced (use migrations):
  115807. web_1 | - allauth.socialaccount
  115808. web_1 | - django_extensions
  115809. web_1 | (use ./manage.py migrate to migrate these)
  115810. web_1 | Running migrations for socialaccount:
  115811. web_1 | - Nothing to migrate.
  115812. web_1 | - Loading initial data for socialaccount.
  115813. web_1 | Installed 0 object(s) from 0 fixture(s)
  115814. web_1 | Running migrations for django_extensions:
  115815. web_1 | - Nothing to migrate.
  115816. web_1 | - Loading initial data for django_extensions.
  115817. web_1 | Installed 0 object(s) from 0 fixture(s)
  115818. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115819. web_1 | [GCC 4.9.2] on linux2
  115820. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115821. web_1 | (InteractiveConsole)
  115822. web_1 |
  115823. web_1 | >>> >>> Starting the server
  115824. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115825. web_1 |
  115826. web_1 | Fatal error: Unable to find local grunt.
  115827. web_1 |
  115828. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115829. web_1 | your project. For more information about installing and configuring grunt,
  115830. web_1 | please see the Getting Started guide:
  115831. web_1 |
  115832. web_1 | http://gruntjs.com/getting-started
  115833. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115834. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115835. web_1 | Syncing...
  115836. web_1 | Creating tables ...
  115837. web_1 | Installing custom SQL ...
  115838. web_1 | Installing indexes ...
  115839. web_1 | Installed 0 object(s) from 0 fixture(s)
  115840. web_1 |
  115841. web_1 | Synced:
  115842. web_1 | > django.contrib.auth
  115843. web_1 | > django.contrib.contenttypes
  115844. web_1 | > django.contrib.sessions
  115845. web_1 | > django.contrib.sites
  115846. web_1 | > django.contrib.messages
  115847. web_1 | > django.contrib.staticfiles
  115848. web_1 | > django.contrib.admin
  115849. web_1 | > south
  115850. web_1 | > crispy_forms
  115851. web_1 | > avatar
  115852. web_1 | > bootstrap3
  115853. web_1 | > users
  115854. web_1 | > allauth
  115855. web_1 | > allauth.account
  115856. web_1 | > django.contrib.humanize
  115857. web_1 | > debug_toolbar
  115858. web_1 |
  115859. web_1 | Not synced (use migrations):
  115860. web_1 | - allauth.socialaccount
  115861. web_1 | - django_extensions
  115862. web_1 | (use ./manage.py migrate to migrate these)
  115863. web_1 | Running migrations for socialaccount:
  115864. web_1 | - Nothing to migrate.
  115865. web_1 | - Loading initial data for socialaccount.
  115866. web_1 | Installed 0 object(s) from 0 fixture(s)
  115867. web_1 | Running migrations for django_extensions:
  115868. web_1 | - Nothing to migrate.
  115869. web_1 | - Loading initial data for django_extensions.
  115870. web_1 | Installed 0 object(s) from 0 fixture(s)
  115871. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115872. web_1 | [GCC 4.9.2] on linux2
  115873. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115874. web_1 | (InteractiveConsole)
  115875. web_1 |
  115876. web_1 | >>> >>> Starting the server
  115877. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115878. web_1 |
  115879. web_1 | Fatal error: Unable to find local grunt.
  115880. web_1 |
  115881. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115882. web_1 | your project. For more information about installing and configuring grunt,
  115883. web_1 | please see the Getting Started guide:
  115884. web_1 |
  115885. web_1 | http://gruntjs.com/getting-started
  115886. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115887. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115888. web_1 | Syncing...
  115889. web_1 | Creating tables ...
  115890. web_1 | Installing custom SQL ...
  115891. web_1 | Installing indexes ...
  115892. web_1 | Installed 0 object(s) from 0 fixture(s)
  115893. web_1 |
  115894. web_1 | Synced:
  115895. web_1 | > django.contrib.auth
  115896. web_1 | > django.contrib.contenttypes
  115897. web_1 | > django.contrib.sessions
  115898. web_1 | > django.contrib.sites
  115899. web_1 | > django.contrib.messages
  115900. web_1 | > django.contrib.staticfiles
  115901. web_1 | > django.contrib.admin
  115902. web_1 | > south
  115903. web_1 | > crispy_forms
  115904. web_1 | > avatar
  115905. web_1 | > bootstrap3
  115906. web_1 | > users
  115907. web_1 | > allauth
  115908. web_1 | > allauth.account
  115909. web_1 | > django.contrib.humanize
  115910. web_1 | > debug_toolbar
  115911. web_1 |
  115912. web_1 | Not synced (use migrations):
  115913. web_1 | - allauth.socialaccount
  115914. web_1 | - django_extensions
  115915. web_1 | (use ./manage.py migrate to migrate these)
  115916. web_1 | Running migrations for socialaccount:
  115917. web_1 | - Nothing to migrate.
  115918. web_1 | - Loading initial data for socialaccount.
  115919. web_1 | Installed 0 object(s) from 0 fixture(s)
  115920. web_1 | Running migrations for django_extensions:
  115921. web_1 | - Nothing to migrate.
  115922. web_1 | - Loading initial data for django_extensions.
  115923. web_1 | Installed 0 object(s) from 0 fixture(s)
  115924. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115925. web_1 | [GCC 4.9.2] on linux2
  115926. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115927. web_1 | (InteractiveConsole)
  115928. web_1 |
  115929. web_1 | >>> >>> Starting the server
  115930. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115931. web_1 |
  115932. web_1 | Fatal error: Unable to find local grunt.
  115933. web_1 |
  115934. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115935. web_1 | your project. For more information about installing and configuring grunt,
  115936. web_1 | please see the Getting Started guide:
  115937. web_1 |
  115938. web_1 | http://gruntjs.com/getting-started
  115939. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115940. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115941. web_1 | Syncing...
  115942. web_1 | Creating tables ...
  115943. web_1 | Installing custom SQL ...
  115944. web_1 | Installing indexes ...
  115945. web_1 | Installed 0 object(s) from 0 fixture(s)
  115946. web_1 |
  115947. web_1 | Synced:
  115948. web_1 | > django.contrib.auth
  115949. web_1 | > django.contrib.contenttypes
  115950. web_1 | > django.contrib.sessions
  115951. web_1 | > django.contrib.sites
  115952. web_1 | > django.contrib.messages
  115953. web_1 | > django.contrib.staticfiles
  115954. web_1 | > django.contrib.admin
  115955. web_1 | > south
  115956. web_1 | > crispy_forms
  115957. web_1 | > avatar
  115958. web_1 | > bootstrap3
  115959. web_1 | > users
  115960. web_1 | > allauth
  115961. web_1 | > allauth.account
  115962. web_1 | > django.contrib.humanize
  115963. web_1 | > debug_toolbar
  115964. web_1 |
  115965. web_1 | Not synced (use migrations):
  115966. web_1 | - allauth.socialaccount
  115967. web_1 | - django_extensions
  115968. web_1 | (use ./manage.py migrate to migrate these)
  115969. web_1 | Running migrations for socialaccount:
  115970. web_1 | - Nothing to migrate.
  115971. web_1 | - Loading initial data for socialaccount.
  115972. web_1 | Installed 0 object(s) from 0 fixture(s)
  115973. web_1 | Running migrations for django_extensions:
  115974. web_1 | - Nothing to migrate.
  115975. web_1 | - Loading initial data for django_extensions.
  115976. web_1 | Installed 0 object(s) from 0 fixture(s)
  115977. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  115978. web_1 | [GCC 4.9.2] on linux2
  115979. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  115980. web_1 | (InteractiveConsole)
  115981. web_1 |
  115982. web_1 | >>> >>> Starting the server
  115983. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  115984. web_1 |
  115985. web_1 | Fatal error: Unable to find local grunt.
  115986. web_1 |
  115987. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  115988. web_1 | your project. For more information about installing and configuring grunt,
  115989. web_1 | please see the Getting Started guide:
  115990. web_1 |
  115991. web_1 | http://gruntjs.com/getting-started
  115992. web_1 | Starting OpenBSD Secure Shell server: sshd.
  115993. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  115994. web_1 | Syncing...
  115995. web_1 | Creating tables ...
  115996. web_1 | Installing custom SQL ...
  115997. web_1 | Installing indexes ...
  115998. web_1 | Installed 0 object(s) from 0 fixture(s)
  115999. web_1 |
  116000. web_1 | Synced:
  116001. web_1 | > django.contrib.auth
  116002. web_1 | > django.contrib.contenttypes
  116003. web_1 | > django.contrib.sessions
  116004. web_1 | > django.contrib.sites
  116005. web_1 | > django.contrib.messages
  116006. web_1 | > django.contrib.staticfiles
  116007. web_1 | > django.contrib.admin
  116008. web_1 | > south
  116009. web_1 | > crispy_forms
  116010. web_1 | > avatar
  116011. web_1 | > bootstrap3
  116012. web_1 | > users
  116013. web_1 | > allauth
  116014. web_1 | > allauth.account
  116015. web_1 | > django.contrib.humanize
  116016. web_1 | > debug_toolbar
  116017. web_1 |
  116018. web_1 | Not synced (use migrations):
  116019. web_1 | - allauth.socialaccount
  116020. web_1 | - django_extensions
  116021. web_1 | (use ./manage.py migrate to migrate these)
  116022. web_1 | Running migrations for socialaccount:
  116023. web_1 | - Nothing to migrate.
  116024. web_1 | - Loading initial data for socialaccount.
  116025. web_1 | Installed 0 object(s) from 0 fixture(s)
  116026. web_1 | Running migrations for django_extensions:
  116027. web_1 | - Nothing to migrate.
  116028. web_1 | - Loading initial data for django_extensions.
  116029. web_1 | Installed 0 object(s) from 0 fixture(s)
  116030. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116031. web_1 | [GCC 4.9.2] on linux2
  116032. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116033. web_1 | (InteractiveConsole)
  116034. web_1 |
  116035. web_1 | >>> >>> Starting the server
  116036. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116037. web_1 |
  116038. web_1 | Fatal error: Unable to find local grunt.
  116039. web_1 |
  116040. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116041. web_1 | your project. For more information about installing and configuring grunt,
  116042. web_1 | please see the Getting Started guide:
  116043. web_1 |
  116044. web_1 | http://gruntjs.com/getting-started
  116045. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116046. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116047. web_1 | Syncing...
  116048. web_1 | Creating tables ...
  116049. web_1 | Installing custom SQL ...
  116050. web_1 | Installing indexes ...
  116051. web_1 | Installed 0 object(s) from 0 fixture(s)
  116052. web_1 |
  116053. web_1 | Synced:
  116054. web_1 | > django.contrib.auth
  116055. web_1 | > django.contrib.contenttypes
  116056. web_1 | > django.contrib.sessions
  116057. web_1 | > django.contrib.sites
  116058. web_1 | > django.contrib.messages
  116059. web_1 | > django.contrib.staticfiles
  116060. web_1 | > django.contrib.admin
  116061. web_1 | > south
  116062. web_1 | > crispy_forms
  116063. web_1 | > avatar
  116064. web_1 | > bootstrap3
  116065. web_1 | > users
  116066. web_1 | > allauth
  116067. web_1 | > allauth.account
  116068. web_1 | > django.contrib.humanize
  116069. web_1 | > debug_toolbar
  116070. web_1 |
  116071. web_1 | Not synced (use migrations):
  116072. web_1 | - allauth.socialaccount
  116073. web_1 | - django_extensions
  116074. web_1 | (use ./manage.py migrate to migrate these)
  116075. web_1 | Running migrations for socialaccount:
  116076. web_1 | - Nothing to migrate.
  116077. web_1 | - Loading initial data for socialaccount.
  116078. web_1 | Installed 0 object(s) from 0 fixture(s)
  116079. web_1 | Running migrations for django_extensions:
  116080. web_1 | - Nothing to migrate.
  116081. web_1 | - Loading initial data for django_extensions.
  116082. web_1 | Installed 0 object(s) from 0 fixture(s)
  116083. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116084. web_1 | [GCC 4.9.2] on linux2
  116085. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116086. web_1 | (InteractiveConsole)
  116087. web_1 |
  116088. web_1 | >>> >>> Starting the server
  116089. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116090. web_1 |
  116091. web_1 | Fatal error: Unable to find local grunt.
  116092. web_1 |
  116093. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116094. web_1 | your project. For more information about installing and configuring grunt,
  116095. web_1 | please see the Getting Started guide:
  116096. web_1 |
  116097. web_1 | http://gruntjs.com/getting-started
  116098. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116099. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116100. web_1 | Syncing...
  116101. web_1 | Creating tables ...
  116102. web_1 | Installing custom SQL ...
  116103. web_1 | Installing indexes ...
  116104. web_1 | Installed 0 object(s) from 0 fixture(s)
  116105. web_1 |
  116106. web_1 | Synced:
  116107. web_1 | > django.contrib.auth
  116108. web_1 | > django.contrib.contenttypes
  116109. web_1 | > django.contrib.sessions
  116110. web_1 | > django.contrib.sites
  116111. web_1 | > django.contrib.messages
  116112. web_1 | > django.contrib.staticfiles
  116113. web_1 | > django.contrib.admin
  116114. web_1 | > south
  116115. web_1 | > crispy_forms
  116116. web_1 | > avatar
  116117. web_1 | > bootstrap3
  116118. web_1 | > users
  116119. web_1 | > allauth
  116120. web_1 | > allauth.account
  116121. web_1 | > django.contrib.humanize
  116122. web_1 | > debug_toolbar
  116123. web_1 |
  116124. web_1 | Not synced (use migrations):
  116125. web_1 | - allauth.socialaccount
  116126. web_1 | - django_extensions
  116127. web_1 | (use ./manage.py migrate to migrate these)
  116128. web_1 | Running migrations for socialaccount:
  116129. web_1 | - Nothing to migrate.
  116130. web_1 | - Loading initial data for socialaccount.
  116131. web_1 | Installed 0 object(s) from 0 fixture(s)
  116132. web_1 | Running migrations for django_extensions:
  116133. web_1 | - Nothing to migrate.
  116134. web_1 | - Loading initial data for django_extensions.
  116135. web_1 | Installed 0 object(s) from 0 fixture(s)
  116136. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116137. web_1 | [GCC 4.9.2] on linux2
  116138. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116139. web_1 | (InteractiveConsole)
  116140. web_1 |
  116141. web_1 | >>> >>> Starting the server
  116142. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116143. web_1 |
  116144. web_1 | Fatal error: Unable to find local grunt.
  116145. web_1 |
  116146. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116147. web_1 | your project. For more information about installing and configuring grunt,
  116148. web_1 | please see the Getting Started guide:
  116149. web_1 |
  116150. web_1 | http://gruntjs.com/getting-started
  116151. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116152. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116153. web_1 | Syncing...
  116154. web_1 | Creating tables ...
  116155. web_1 | Installing custom SQL ...
  116156. web_1 | Installing indexes ...
  116157. web_1 | Installed 0 object(s) from 0 fixture(s)
  116158. web_1 |
  116159. web_1 | Synced:
  116160. web_1 | > django.contrib.auth
  116161. web_1 | > django.contrib.contenttypes
  116162. web_1 | > django.contrib.sessions
  116163. web_1 | > django.contrib.sites
  116164. web_1 | > django.contrib.messages
  116165. web_1 | > django.contrib.staticfiles
  116166. web_1 | > django.contrib.admin
  116167. web_1 | > south
  116168. web_1 | > crispy_forms
  116169. web_1 | > avatar
  116170. web_1 | > bootstrap3
  116171. web_1 | > users
  116172. web_1 | > allauth
  116173. web_1 | > allauth.account
  116174. web_1 | > django.contrib.humanize
  116175. web_1 | > debug_toolbar
  116176. web_1 |
  116177. web_1 | Not synced (use migrations):
  116178. web_1 | - allauth.socialaccount
  116179. web_1 | - django_extensions
  116180. web_1 | (use ./manage.py migrate to migrate these)
  116181. web_1 | Running migrations for socialaccount:
  116182. web_1 | - Nothing to migrate.
  116183. web_1 | - Loading initial data for socialaccount.
  116184. web_1 | Installed 0 object(s) from 0 fixture(s)
  116185. web_1 | Running migrations for django_extensions:
  116186. web_1 | - Nothing to migrate.
  116187. web_1 | - Loading initial data for django_extensions.
  116188. web_1 | Installed 0 object(s) from 0 fixture(s)
  116189. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116190. web_1 | [GCC 4.9.2] on linux2
  116191. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116192. web_1 | (InteractiveConsole)
  116193. web_1 |
  116194. web_1 | >>> >>> Starting the server
  116195. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116196. web_1 |
  116197. web_1 | Fatal error: Unable to find local grunt.
  116198. web_1 |
  116199. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116200. web_1 | your project. For more information about installing and configuring grunt,
  116201. web_1 | please see the Getting Started guide:
  116202. web_1 |
  116203. web_1 | http://gruntjs.com/getting-started
  116204. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116205. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116206. web_1 | Syncing...
  116207. web_1 | Creating tables ...
  116208. web_1 | Installing custom SQL ...
  116209. web_1 | Installing indexes ...
  116210. web_1 | Installed 0 object(s) from 0 fixture(s)
  116211. web_1 |
  116212. web_1 | Synced:
  116213. web_1 | > django.contrib.auth
  116214. web_1 | > django.contrib.contenttypes
  116215. web_1 | > django.contrib.sessions
  116216. web_1 | > django.contrib.sites
  116217. web_1 | > django.contrib.messages
  116218. web_1 | > django.contrib.staticfiles
  116219. web_1 | > django.contrib.admin
  116220. web_1 | > south
  116221. web_1 | > crispy_forms
  116222. web_1 | > avatar
  116223. web_1 | > bootstrap3
  116224. web_1 | > users
  116225. web_1 | > allauth
  116226. web_1 | > allauth.account
  116227. web_1 | > django.contrib.humanize
  116228. web_1 | > debug_toolbar
  116229. web_1 |
  116230. web_1 | Not synced (use migrations):
  116231. web_1 | - allauth.socialaccount
  116232. web_1 | - django_extensions
  116233. web_1 | (use ./manage.py migrate to migrate these)
  116234. web_1 | Running migrations for socialaccount:
  116235. web_1 | - Nothing to migrate.
  116236. web_1 | - Loading initial data for socialaccount.
  116237. web_1 | Installed 0 object(s) from 0 fixture(s)
  116238. web_1 | Running migrations for django_extensions:
  116239. web_1 | - Nothing to migrate.
  116240. web_1 | - Loading initial data for django_extensions.
  116241. web_1 | Installed 0 object(s) from 0 fixture(s)
  116242. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116243. web_1 | [GCC 4.9.2] on linux2
  116244. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116245. web_1 | (InteractiveConsole)
  116246. web_1 |
  116247. web_1 | >>> >>> Starting the server
  116248. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116249. web_1 |
  116250. web_1 | Fatal error: Unable to find local grunt.
  116251. web_1 |
  116252. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116253. web_1 | your project. For more information about installing and configuring grunt,
  116254. web_1 | please see the Getting Started guide:
  116255. web_1 |
  116256. web_1 | http://gruntjs.com/getting-started
  116257. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116258. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116259. web_1 | Syncing...
  116260. web_1 | Creating tables ...
  116261. web_1 | Installing custom SQL ...
  116262. web_1 | Installing indexes ...
  116263. web_1 | Installed 0 object(s) from 0 fixture(s)
  116264. web_1 |
  116265. web_1 | Synced:
  116266. web_1 | > django.contrib.auth
  116267. web_1 | > django.contrib.contenttypes
  116268. web_1 | > django.contrib.sessions
  116269. web_1 | > django.contrib.sites
  116270. web_1 | > django.contrib.messages
  116271. web_1 | > django.contrib.staticfiles
  116272. web_1 | > django.contrib.admin
  116273. web_1 | > south
  116274. web_1 | > crispy_forms
  116275. web_1 | > avatar
  116276. web_1 | > bootstrap3
  116277. web_1 | > users
  116278. web_1 | > allauth
  116279. web_1 | > allauth.account
  116280. web_1 | > django.contrib.humanize
  116281. web_1 | > debug_toolbar
  116282. web_1 |
  116283. web_1 | Not synced (use migrations):
  116284. web_1 | - allauth.socialaccount
  116285. web_1 | - django_extensions
  116286. web_1 | (use ./manage.py migrate to migrate these)
  116287. web_1 | Running migrations for socialaccount:
  116288. web_1 | - Nothing to migrate.
  116289. web_1 | - Loading initial data for socialaccount.
  116290. web_1 | Installed 0 object(s) from 0 fixture(s)
  116291. web_1 | Running migrations for django_extensions:
  116292. web_1 | - Nothing to migrate.
  116293. web_1 | - Loading initial data for django_extensions.
  116294. web_1 | Installed 0 object(s) from 0 fixture(s)
  116295. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116296. web_1 | [GCC 4.9.2] on linux2
  116297. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116298. web_1 | (InteractiveConsole)
  116299. web_1 |
  116300. web_1 | >>> >>> Starting the server
  116301. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116302. web_1 |
  116303. web_1 | Fatal error: Unable to find local grunt.
  116304. web_1 |
  116305. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116306. web_1 | your project. For more information about installing and configuring grunt,
  116307. web_1 | please see the Getting Started guide:
  116308. web_1 |
  116309. web_1 | http://gruntjs.com/getting-started
  116310. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116311. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116312. web_1 | Syncing...
  116313. web_1 | Creating tables ...
  116314. web_1 | Installing custom SQL ...
  116315. web_1 | Installing indexes ...
  116316. web_1 | Installed 0 object(s) from 0 fixture(s)
  116317. web_1 |
  116318. web_1 | Synced:
  116319. web_1 | > django.contrib.auth
  116320. web_1 | > django.contrib.contenttypes
  116321. web_1 | > django.contrib.sessions
  116322. web_1 | > django.contrib.sites
  116323. web_1 | > django.contrib.messages
  116324. web_1 | > django.contrib.staticfiles
  116325. web_1 | > django.contrib.admin
  116326. web_1 | > south
  116327. web_1 | > crispy_forms
  116328. web_1 | > avatar
  116329. web_1 | > bootstrap3
  116330. web_1 | > users
  116331. web_1 | > allauth
  116332. web_1 | > allauth.account
  116333. web_1 | > django.contrib.humanize
  116334. web_1 | > debug_toolbar
  116335. web_1 |
  116336. web_1 | Not synced (use migrations):
  116337. web_1 | - allauth.socialaccount
  116338. web_1 | - django_extensions
  116339. web_1 | (use ./manage.py migrate to migrate these)
  116340. web_1 | Running migrations for socialaccount:
  116341. web_1 | - Nothing to migrate.
  116342. web_1 | - Loading initial data for socialaccount.
  116343. web_1 | Installed 0 object(s) from 0 fixture(s)
  116344. web_1 | Running migrations for django_extensions:
  116345. web_1 | - Nothing to migrate.
  116346. web_1 | - Loading initial data for django_extensions.
  116347. web_1 | Installed 0 object(s) from 0 fixture(s)
  116348. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116349. web_1 | [GCC 4.9.2] on linux2
  116350. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116351. web_1 | (InteractiveConsole)
  116352. web_1 |
  116353. web_1 | >>> >>> Starting the server
  116354. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116355. web_1 |
  116356. web_1 | Fatal error: Unable to find local grunt.
  116357. web_1 |
  116358. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116359. web_1 | your project. For more information about installing and configuring grunt,
  116360. web_1 | please see the Getting Started guide:
  116361. web_1 |
  116362. web_1 | http://gruntjs.com/getting-started
  116363. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116364. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116365. web_1 | Syncing...
  116366. web_1 | Creating tables ...
  116367. web_1 | Installing custom SQL ...
  116368. web_1 | Installing indexes ...
  116369. web_1 | Installed 0 object(s) from 0 fixture(s)
  116370. web_1 |
  116371. web_1 | Synced:
  116372. web_1 | > django.contrib.auth
  116373. web_1 | > django.contrib.contenttypes
  116374. web_1 | > django.contrib.sessions
  116375. web_1 | > django.contrib.sites
  116376. web_1 | > django.contrib.messages
  116377. web_1 | > django.contrib.staticfiles
  116378. web_1 | > django.contrib.admin
  116379. web_1 | > south
  116380. web_1 | > crispy_forms
  116381. web_1 | > avatar
  116382. web_1 | > bootstrap3
  116383. web_1 | > users
  116384. web_1 | > allauth
  116385. web_1 | > allauth.account
  116386. web_1 | > django.contrib.humanize
  116387. web_1 | > debug_toolbar
  116388. web_1 |
  116389. web_1 | Not synced (use migrations):
  116390. web_1 | - allauth.socialaccount
  116391. web_1 | - django_extensions
  116392. web_1 | (use ./manage.py migrate to migrate these)
  116393. web_1 | Running migrations for socialaccount:
  116394. web_1 | - Nothing to migrate.
  116395. web_1 | - Loading initial data for socialaccount.
  116396. web_1 | Installed 0 object(s) from 0 fixture(s)
  116397. web_1 | Running migrations for django_extensions:
  116398. web_1 | - Nothing to migrate.
  116399. web_1 | - Loading initial data for django_extensions.
  116400. web_1 | Installed 0 object(s) from 0 fixture(s)
  116401. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116402. web_1 | [GCC 4.9.2] on linux2
  116403. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116404. web_1 | (InteractiveConsole)
  116405. web_1 |
  116406. web_1 | >>> >>> Starting the server
  116407. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116408. web_1 |
  116409. web_1 | Fatal error: Unable to find local grunt.
  116410. web_1 |
  116411. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116412. web_1 | your project. For more information about installing and configuring grunt,
  116413. web_1 | please see the Getting Started guide:
  116414. web_1 |
  116415. web_1 | http://gruntjs.com/getting-started
  116416. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116417. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116418. web_1 | Syncing...
  116419. web_1 | Creating tables ...
  116420. web_1 | Installing custom SQL ...
  116421. web_1 | Installing indexes ...
  116422. web_1 | Installed 0 object(s) from 0 fixture(s)
  116423. web_1 |
  116424. web_1 | Synced:
  116425. web_1 | > django.contrib.auth
  116426. web_1 | > django.contrib.contenttypes
  116427. web_1 | > django.contrib.sessions
  116428. web_1 | > django.contrib.sites
  116429. web_1 | > django.contrib.messages
  116430. web_1 | > django.contrib.staticfiles
  116431. web_1 | > django.contrib.admin
  116432. web_1 | > south
  116433. web_1 | > crispy_forms
  116434. web_1 | > avatar
  116435. web_1 | > bootstrap3
  116436. web_1 | > users
  116437. web_1 | > allauth
  116438. web_1 | > allauth.account
  116439. web_1 | > django.contrib.humanize
  116440. web_1 | > debug_toolbar
  116441. web_1 |
  116442. web_1 | Not synced (use migrations):
  116443. web_1 | - allauth.socialaccount
  116444. web_1 | - django_extensions
  116445. web_1 | (use ./manage.py migrate to migrate these)
  116446. web_1 | Running migrations for socialaccount:
  116447. web_1 | - Nothing to migrate.
  116448. web_1 | - Loading initial data for socialaccount.
  116449. web_1 | Installed 0 object(s) from 0 fixture(s)
  116450. web_1 | Running migrations for django_extensions:
  116451. web_1 | - Nothing to migrate.
  116452. web_1 | - Loading initial data for django_extensions.
  116453. web_1 | Installed 0 object(s) from 0 fixture(s)
  116454. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116455. web_1 | [GCC 4.9.2] on linux2
  116456. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116457. web_1 | (InteractiveConsole)
  116458. web_1 |
  116459. web_1 | >>> >>> Starting the server
  116460. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116461. web_1 |
  116462. web_1 | Fatal error: Unable to find local grunt.
  116463. web_1 |
  116464. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116465. web_1 | your project. For more information about installing and configuring grunt,
  116466. web_1 | please see the Getting Started guide:
  116467. web_1 |
  116468. web_1 | http://gruntjs.com/getting-started
  116469. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116470. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116471. web_1 | Syncing...
  116472. web_1 | Creating tables ...
  116473. web_1 | Installing custom SQL ...
  116474. web_1 | Installing indexes ...
  116475. web_1 | Installed 0 object(s) from 0 fixture(s)
  116476. web_1 |
  116477. web_1 | Synced:
  116478. web_1 | > django.contrib.auth
  116479. web_1 | > django.contrib.contenttypes
  116480. web_1 | > django.contrib.sessions
  116481. web_1 | > django.contrib.sites
  116482. web_1 | > django.contrib.messages
  116483. web_1 | > django.contrib.staticfiles
  116484. web_1 | > django.contrib.admin
  116485. web_1 | > south
  116486. web_1 | > crispy_forms
  116487. web_1 | > avatar
  116488. web_1 | > bootstrap3
  116489. web_1 | > users
  116490. web_1 | > allauth
  116491. web_1 | > allauth.account
  116492. web_1 | > django.contrib.humanize
  116493. web_1 | > debug_toolbar
  116494. web_1 |
  116495. web_1 | Not synced (use migrations):
  116496. web_1 | - allauth.socialaccount
  116497. web_1 | - django_extensions
  116498. web_1 | (use ./manage.py migrate to migrate these)
  116499. web_1 | Running migrations for socialaccount:
  116500. web_1 | - Nothing to migrate.
  116501. web_1 | - Loading initial data for socialaccount.
  116502. web_1 | Installed 0 object(s) from 0 fixture(s)
  116503. web_1 | Running migrations for django_extensions:
  116504. web_1 | - Nothing to migrate.
  116505. web_1 | - Loading initial data for django_extensions.
  116506. web_1 | Installed 0 object(s) from 0 fixture(s)
  116507. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116508. web_1 | [GCC 4.9.2] on linux2
  116509. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116510. web_1 | (InteractiveConsole)
  116511. web_1 |
  116512. web_1 | >>> >>> Starting the server
  116513. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116514. web_1 |
  116515. web_1 | Fatal error: Unable to find local grunt.
  116516. web_1 |
  116517. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116518. web_1 | your project. For more information about installing and configuring grunt,
  116519. web_1 | please see the Getting Started guide:
  116520. web_1 |
  116521. web_1 | http://gruntjs.com/getting-started
  116522. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116523. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116524. web_1 | Syncing...
  116525. web_1 | Creating tables ...
  116526. web_1 | Installing custom SQL ...
  116527. web_1 | Installing indexes ...
  116528. web_1 | Installed 0 object(s) from 0 fixture(s)
  116529. web_1 |
  116530. web_1 | Synced:
  116531. web_1 | > django.contrib.auth
  116532. web_1 | > django.contrib.contenttypes
  116533. web_1 | > django.contrib.sessions
  116534. web_1 | > django.contrib.sites
  116535. web_1 | > django.contrib.messages
  116536. web_1 | > django.contrib.staticfiles
  116537. web_1 | > django.contrib.admin
  116538. web_1 | > south
  116539. web_1 | > crispy_forms
  116540. web_1 | > avatar
  116541. web_1 | > bootstrap3
  116542. web_1 | > users
  116543. web_1 | > allauth
  116544. web_1 | > allauth.account
  116545. web_1 | > django.contrib.humanize
  116546. web_1 | > debug_toolbar
  116547. web_1 |
  116548. web_1 | Not synced (use migrations):
  116549. web_1 | - allauth.socialaccount
  116550. web_1 | - django_extensions
  116551. web_1 | (use ./manage.py migrate to migrate these)
  116552. web_1 | Running migrations for socialaccount:
  116553. web_1 | - Nothing to migrate.
  116554. web_1 | - Loading initial data for socialaccount.
  116555. web_1 | Installed 0 object(s) from 0 fixture(s)
  116556. web_1 | Running migrations for django_extensions:
  116557. web_1 | - Nothing to migrate.
  116558. web_1 | - Loading initial data for django_extensions.
  116559. web_1 | Installed 0 object(s) from 0 fixture(s)
  116560. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116561. web_1 | [GCC 4.9.2] on linux2
  116562. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116563. web_1 | (InteractiveConsole)
  116564. web_1 |
  116565. web_1 | >>> >>> Starting the server
  116566. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116567. web_1 |
  116568. web_1 | Fatal error: Unable to find local grunt.
  116569. web_1 |
  116570. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116571. web_1 | your project. For more information about installing and configuring grunt,
  116572. web_1 | please see the Getting Started guide:
  116573. web_1 |
  116574. web_1 | http://gruntjs.com/getting-started
  116575. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116576. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116577. web_1 | Syncing...
  116578. web_1 | Creating tables ...
  116579. web_1 | Installing custom SQL ...
  116580. web_1 | Installing indexes ...
  116581. web_1 | Installed 0 object(s) from 0 fixture(s)
  116582. web_1 |
  116583. web_1 | Synced:
  116584. web_1 | > django.contrib.auth
  116585. web_1 | > django.contrib.contenttypes
  116586. web_1 | > django.contrib.sessions
  116587. web_1 | > django.contrib.sites
  116588. web_1 | > django.contrib.messages
  116589. web_1 | > django.contrib.staticfiles
  116590. web_1 | > django.contrib.admin
  116591. web_1 | > south
  116592. web_1 | > crispy_forms
  116593. web_1 | > avatar
  116594. web_1 | > bootstrap3
  116595. web_1 | > users
  116596. web_1 | > allauth
  116597. web_1 | > allauth.account
  116598. web_1 | > django.contrib.humanize
  116599. web_1 | > debug_toolbar
  116600. web_1 |
  116601. web_1 | Not synced (use migrations):
  116602. web_1 | - allauth.socialaccount
  116603. web_1 | - django_extensions
  116604. web_1 | (use ./manage.py migrate to migrate these)
  116605. web_1 | Running migrations for socialaccount:
  116606. web_1 | - Nothing to migrate.
  116607. web_1 | - Loading initial data for socialaccount.
  116608. web_1 | Installed 0 object(s) from 0 fixture(s)
  116609. web_1 | Running migrations for django_extensions:
  116610. web_1 | - Nothing to migrate.
  116611. web_1 | - Loading initial data for django_extensions.
  116612. web_1 | Installed 0 object(s) from 0 fixture(s)
  116613. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116614. web_1 | [GCC 4.9.2] on linux2
  116615. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116616. web_1 | (InteractiveConsole)
  116617. web_1 |
  116618. web_1 | >>> >>> Starting the server
  116619. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116620. web_1 |
  116621. web_1 | Fatal error: Unable to find local grunt.
  116622. web_1 |
  116623. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116624. web_1 | your project. For more information about installing and configuring grunt,
  116625. web_1 | please see the Getting Started guide:
  116626. web_1 |
  116627. web_1 | http://gruntjs.com/getting-started
  116628. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116629. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116630. web_1 | Syncing...
  116631. web_1 | Creating tables ...
  116632. web_1 | Installing custom SQL ...
  116633. web_1 | Installing indexes ...
  116634. web_1 | Installed 0 object(s) from 0 fixture(s)
  116635. web_1 |
  116636. web_1 | Synced:
  116637. web_1 | > django.contrib.auth
  116638. web_1 | > django.contrib.contenttypes
  116639. web_1 | > django.contrib.sessions
  116640. web_1 | > django.contrib.sites
  116641. web_1 | > django.contrib.messages
  116642. web_1 | > django.contrib.staticfiles
  116643. web_1 | > django.contrib.admin
  116644. web_1 | > south
  116645. web_1 | > crispy_forms
  116646. web_1 | > avatar
  116647. web_1 | > bootstrap3
  116648. web_1 | > users
  116649. web_1 | > allauth
  116650. web_1 | > allauth.account
  116651. web_1 | > django.contrib.humanize
  116652. web_1 | > debug_toolbar
  116653. web_1 |
  116654. web_1 | Not synced (use migrations):
  116655. web_1 | - allauth.socialaccount
  116656. web_1 | - django_extensions
  116657. web_1 | (use ./manage.py migrate to migrate these)
  116658. web_1 | Running migrations for socialaccount:
  116659. web_1 | - Nothing to migrate.
  116660. web_1 | - Loading initial data for socialaccount.
  116661. web_1 | Installed 0 object(s) from 0 fixture(s)
  116662. web_1 | Running migrations for django_extensions:
  116663. web_1 | - Nothing to migrate.
  116664. web_1 | - Loading initial data for django_extensions.
  116665. web_1 | Installed 0 object(s) from 0 fixture(s)
  116666. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116667. web_1 | [GCC 4.9.2] on linux2
  116668. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116669. web_1 | (InteractiveConsole)
  116670. web_1 |
  116671. web_1 | >>> >>> Starting the server
  116672. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116673. web_1 |
  116674. web_1 | Fatal error: Unable to find local grunt.
  116675. web_1 |
  116676. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116677. web_1 | your project. For more information about installing and configuring grunt,
  116678. web_1 | please see the Getting Started guide:
  116679. web_1 |
  116680. web_1 | http://gruntjs.com/getting-started
  116681. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116682. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116683. web_1 | Syncing...
  116684. web_1 | Creating tables ...
  116685. web_1 | Installing custom SQL ...
  116686. web_1 | Installing indexes ...
  116687. web_1 | Installed 0 object(s) from 0 fixture(s)
  116688. web_1 |
  116689. web_1 | Synced:
  116690. web_1 | > django.contrib.auth
  116691. web_1 | > django.contrib.contenttypes
  116692. web_1 | > django.contrib.sessions
  116693. web_1 | > django.contrib.sites
  116694. web_1 | > django.contrib.messages
  116695. web_1 | > django.contrib.staticfiles
  116696. web_1 | > django.contrib.admin
  116697. web_1 | > south
  116698. web_1 | > crispy_forms
  116699. web_1 | > avatar
  116700. web_1 | > bootstrap3
  116701. web_1 | > users
  116702. web_1 | > allauth
  116703. web_1 | > allauth.account
  116704. web_1 | > django.contrib.humanize
  116705. web_1 | > debug_toolbar
  116706. web_1 |
  116707. web_1 | Not synced (use migrations):
  116708. web_1 | - allauth.socialaccount
  116709. web_1 | - django_extensions
  116710. web_1 | (use ./manage.py migrate to migrate these)
  116711. web_1 | Running migrations for socialaccount:
  116712. web_1 | - Nothing to migrate.
  116713. web_1 | - Loading initial data for socialaccount.
  116714. web_1 | Installed 0 object(s) from 0 fixture(s)
  116715. web_1 | Running migrations for django_extensions:
  116716. web_1 | - Nothing to migrate.
  116717. web_1 | - Loading initial data for django_extensions.
  116718. web_1 | Installed 0 object(s) from 0 fixture(s)
  116719. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116720. web_1 | [GCC 4.9.2] on linux2
  116721. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116722. web_1 | (InteractiveConsole)
  116723. web_1 |
  116724. web_1 | >>> >>> Starting the server
  116725. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116726. web_1 |
  116727. web_1 | Fatal error: Unable to find local grunt.
  116728. web_1 |
  116729. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116730. web_1 | your project. For more information about installing and configuring grunt,
  116731. web_1 | please see the Getting Started guide:
  116732. web_1 |
  116733. web_1 | http://gruntjs.com/getting-started
  116734. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116735. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116736. web_1 | Syncing...
  116737. web_1 | Creating tables ...
  116738. web_1 | Installing custom SQL ...
  116739. web_1 | Installing indexes ...
  116740. web_1 | Installed 0 object(s) from 0 fixture(s)
  116741. web_1 |
  116742. web_1 | Synced:
  116743. web_1 | > django.contrib.auth
  116744. web_1 | > django.contrib.contenttypes
  116745. web_1 | > django.contrib.sessions
  116746. web_1 | > django.contrib.sites
  116747. web_1 | > django.contrib.messages
  116748. web_1 | > django.contrib.staticfiles
  116749. web_1 | > django.contrib.admin
  116750. web_1 | > south
  116751. web_1 | > crispy_forms
  116752. web_1 | > avatar
  116753. web_1 | > bootstrap3
  116754. web_1 | > users
  116755. web_1 | > allauth
  116756. web_1 | > allauth.account
  116757. web_1 | > django.contrib.humanize
  116758. web_1 | > debug_toolbar
  116759. web_1 |
  116760. web_1 | Not synced (use migrations):
  116761. web_1 | - allauth.socialaccount
  116762. web_1 | - django_extensions
  116763. web_1 | (use ./manage.py migrate to migrate these)
  116764. web_1 | Running migrations for socialaccount:
  116765. web_1 | - Nothing to migrate.
  116766. web_1 | - Loading initial data for socialaccount.
  116767. web_1 | Installed 0 object(s) from 0 fixture(s)
  116768. web_1 | Running migrations for django_extensions:
  116769. web_1 | - Nothing to migrate.
  116770. web_1 | - Loading initial data for django_extensions.
  116771. web_1 | Installed 0 object(s) from 0 fixture(s)
  116772. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116773. web_1 | [GCC 4.9.2] on linux2
  116774. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116775. web_1 | (InteractiveConsole)
  116776. web_1 |
  116777. web_1 | >>> >>> Starting the server
  116778. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116779. web_1 |
  116780. web_1 | Fatal error: Unable to find local grunt.
  116781. web_1 |
  116782. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116783. web_1 | your project. For more information about installing and configuring grunt,
  116784. web_1 | please see the Getting Started guide:
  116785. web_1 |
  116786. web_1 | http://gruntjs.com/getting-started
  116787. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116788. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116789. web_1 | Syncing...
  116790. web_1 | Creating tables ...
  116791. web_1 | Installing custom SQL ...
  116792. web_1 | Installing indexes ...
  116793. web_1 | Installed 0 object(s) from 0 fixture(s)
  116794. web_1 |
  116795. web_1 | Synced:
  116796. web_1 | > django.contrib.auth
  116797. web_1 | > django.contrib.contenttypes
  116798. web_1 | > django.contrib.sessions
  116799. web_1 | > django.contrib.sites
  116800. web_1 | > django.contrib.messages
  116801. web_1 | > django.contrib.staticfiles
  116802. web_1 | > django.contrib.admin
  116803. web_1 | > south
  116804. web_1 | > crispy_forms
  116805. web_1 | > avatar
  116806. web_1 | > bootstrap3
  116807. web_1 | > users
  116808. web_1 | > allauth
  116809. web_1 | > allauth.account
  116810. web_1 | > django.contrib.humanize
  116811. web_1 | > debug_toolbar
  116812. web_1 |
  116813. web_1 | Not synced (use migrations):
  116814. web_1 | - allauth.socialaccount
  116815. web_1 | - django_extensions
  116816. web_1 | (use ./manage.py migrate to migrate these)
  116817. web_1 | Running migrations for socialaccount:
  116818. web_1 | - Nothing to migrate.
  116819. web_1 | - Loading initial data for socialaccount.
  116820. web_1 | Installed 0 object(s) from 0 fixture(s)
  116821. web_1 | Running migrations for django_extensions:
  116822. web_1 | - Nothing to migrate.
  116823. web_1 | - Loading initial data for django_extensions.
  116824. web_1 | Installed 0 object(s) from 0 fixture(s)
  116825. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116826. web_1 | [GCC 4.9.2] on linux2
  116827. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116828. web_1 | (InteractiveConsole)
  116829. web_1 |
  116830. web_1 | >>> >>> Starting the server
  116831. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116832. web_1 |
  116833. web_1 | Fatal error: Unable to find local grunt.
  116834. web_1 |
  116835. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116836. web_1 | your project. For more information about installing and configuring grunt,
  116837. web_1 | please see the Getting Started guide:
  116838. web_1 |
  116839. web_1 | http://gruntjs.com/getting-started
  116840. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116841. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116842. web_1 | Syncing...
  116843. web_1 | Creating tables ...
  116844. web_1 | Installing custom SQL ...
  116845. web_1 | Installing indexes ...
  116846. web_1 | Installed 0 object(s) from 0 fixture(s)
  116847. web_1 |
  116848. web_1 | Synced:
  116849. web_1 | > django.contrib.auth
  116850. web_1 | > django.contrib.contenttypes
  116851. web_1 | > django.contrib.sessions
  116852. web_1 | > django.contrib.sites
  116853. web_1 | > django.contrib.messages
  116854. web_1 | > django.contrib.staticfiles
  116855. web_1 | > django.contrib.admin
  116856. web_1 | > south
  116857. web_1 | > crispy_forms
  116858. web_1 | > avatar
  116859. web_1 | > bootstrap3
  116860. web_1 | > users
  116861. web_1 | > allauth
  116862. web_1 | > allauth.account
  116863. web_1 | > django.contrib.humanize
  116864. web_1 | > debug_toolbar
  116865. web_1 |
  116866. web_1 | Not synced (use migrations):
  116867. web_1 | - allauth.socialaccount
  116868. web_1 | - django_extensions
  116869. web_1 | (use ./manage.py migrate to migrate these)
  116870. web_1 | Running migrations for socialaccount:
  116871. web_1 | - Nothing to migrate.
  116872. web_1 | - Loading initial data for socialaccount.
  116873. web_1 | Installed 0 object(s) from 0 fixture(s)
  116874. web_1 | Running migrations for django_extensions:
  116875. web_1 | - Nothing to migrate.
  116876. web_1 | - Loading initial data for django_extensions.
  116877. web_1 | Installed 0 object(s) from 0 fixture(s)
  116878. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116879. web_1 | [GCC 4.9.2] on linux2
  116880. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116881. web_1 | (InteractiveConsole)
  116882. web_1 |
  116883. web_1 | >>> >>> Starting the server
  116884. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116885. web_1 |
  116886. web_1 | Fatal error: Unable to find local grunt.
  116887. web_1 |
  116888. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116889. web_1 | your project. For more information about installing and configuring grunt,
  116890. web_1 | please see the Getting Started guide:
  116891. web_1 |
  116892. web_1 | http://gruntjs.com/getting-started
  116893. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116894. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116895. web_1 | Syncing...
  116896. web_1 | Creating tables ...
  116897. web_1 | Installing custom SQL ...
  116898. web_1 | Installing indexes ...
  116899. web_1 | Installed 0 object(s) from 0 fixture(s)
  116900. web_1 |
  116901. web_1 | Synced:
  116902. web_1 | > django.contrib.auth
  116903. web_1 | > django.contrib.contenttypes
  116904. web_1 | > django.contrib.sessions
  116905. web_1 | > django.contrib.sites
  116906. web_1 | > django.contrib.messages
  116907. web_1 | > django.contrib.staticfiles
  116908. web_1 | > django.contrib.admin
  116909. web_1 | > south
  116910. web_1 | > crispy_forms
  116911. web_1 | > avatar
  116912. web_1 | > bootstrap3
  116913. web_1 | > users
  116914. web_1 | > allauth
  116915. web_1 | > allauth.account
  116916. web_1 | > django.contrib.humanize
  116917. web_1 | > debug_toolbar
  116918. web_1 |
  116919. web_1 | Not synced (use migrations):
  116920. web_1 | - allauth.socialaccount
  116921. web_1 | - django_extensions
  116922. web_1 | (use ./manage.py migrate to migrate these)
  116923. web_1 | Running migrations for socialaccount:
  116924. web_1 | - Nothing to migrate.
  116925. web_1 | - Loading initial data for socialaccount.
  116926. web_1 | Installed 0 object(s) from 0 fixture(s)
  116927. web_1 | Running migrations for django_extensions:
  116928. web_1 | - Nothing to migrate.
  116929. web_1 | - Loading initial data for django_extensions.
  116930. web_1 | Installed 0 object(s) from 0 fixture(s)
  116931. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116932. web_1 | [GCC 4.9.2] on linux2
  116933. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116934. web_1 | (InteractiveConsole)
  116935. web_1 |
  116936. web_1 | >>> >>> Starting the server
  116937. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116938. web_1 |
  116939. web_1 | Fatal error: Unable to find local grunt.
  116940. web_1 |
  116941. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116942. web_1 | your project. For more information about installing and configuring grunt,
  116943. web_1 | please see the Getting Started guide:
  116944. web_1 |
  116945. web_1 | http://gruntjs.com/getting-started
  116946. web_1 | Starting OpenBSD Secure Shell server: sshd.
  116947. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  116948. web_1 | Syncing...
  116949. web_1 | Creating tables ...
  116950. web_1 | Installing custom SQL ...
  116951. web_1 | Installing indexes ...
  116952. web_1 | Installed 0 object(s) from 0 fixture(s)
  116953. web_1 |
  116954. web_1 | Synced:
  116955. web_1 | > django.contrib.auth
  116956. web_1 | > django.contrib.contenttypes
  116957. web_1 | > django.contrib.sessions
  116958. web_1 | > django.contrib.sites
  116959. web_1 | > django.contrib.messages
  116960. web_1 | > django.contrib.staticfiles
  116961. web_1 | > django.contrib.admin
  116962. web_1 | > south
  116963. web_1 | > crispy_forms
  116964. web_1 | > avatar
  116965. web_1 | > bootstrap3
  116966. web_1 | > users
  116967. web_1 | > allauth
  116968. web_1 | > allauth.account
  116969. web_1 | > django.contrib.humanize
  116970. web_1 | > debug_toolbar
  116971. web_1 |
  116972. web_1 | Not synced (use migrations):
  116973. web_1 | - allauth.socialaccount
  116974. web_1 | - django_extensions
  116975. web_1 | (use ./manage.py migrate to migrate these)
  116976. web_1 | Running migrations for socialaccount:
  116977. web_1 | - Nothing to migrate.
  116978. web_1 | - Loading initial data for socialaccount.
  116979. web_1 | Installed 0 object(s) from 0 fixture(s)
  116980. web_1 | Running migrations for django_extensions:
  116981. web_1 | - Nothing to migrate.
  116982. web_1 | - Loading initial data for django_extensions.
  116983. web_1 | Installed 0 object(s) from 0 fixture(s)
  116984. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  116985. web_1 | [GCC 4.9.2] on linux2
  116986. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  116987. web_1 | (InteractiveConsole)
  116988. web_1 |
  116989. web_1 | >>> >>> Starting the server
  116990. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  116991. web_1 |
  116992. web_1 | Fatal error: Unable to find local grunt.
  116993. web_1 |
  116994. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  116995. web_1 | your project. For more information about installing and configuring grunt,
  116996. web_1 | please see the Getting Started guide:
  116997. web_1 |
  116998. web_1 | http://gruntjs.com/getting-started
  116999. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117000. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117001. web_1 | Syncing...
  117002. web_1 | Creating tables ...
  117003. web_1 | Installing custom SQL ...
  117004. web_1 | Installing indexes ...
  117005. web_1 | Installed 0 object(s) from 0 fixture(s)
  117006. web_1 |
  117007. web_1 | Synced:
  117008. web_1 | > django.contrib.auth
  117009. web_1 | > django.contrib.contenttypes
  117010. web_1 | > django.contrib.sessions
  117011. web_1 | > django.contrib.sites
  117012. web_1 | > django.contrib.messages
  117013. web_1 | > django.contrib.staticfiles
  117014. web_1 | > django.contrib.admin
  117015. web_1 | > south
  117016. web_1 | > crispy_forms
  117017. web_1 | > avatar
  117018. web_1 | > bootstrap3
  117019. web_1 | > users
  117020. web_1 | > allauth
  117021. web_1 | > allauth.account
  117022. web_1 | > django.contrib.humanize
  117023. web_1 | > debug_toolbar
  117024. web_1 |
  117025. web_1 | Not synced (use migrations):
  117026. web_1 | - allauth.socialaccount
  117027. web_1 | - django_extensions
  117028. web_1 | (use ./manage.py migrate to migrate these)
  117029. web_1 | Running migrations for socialaccount:
  117030. web_1 | - Nothing to migrate.
  117031. web_1 | - Loading initial data for socialaccount.
  117032. web_1 | Installed 0 object(s) from 0 fixture(s)
  117033. web_1 | Running migrations for django_extensions:
  117034. web_1 | - Nothing to migrate.
  117035. web_1 | - Loading initial data for django_extensions.
  117036. web_1 | Installed 0 object(s) from 0 fixture(s)
  117037. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117038. web_1 | [GCC 4.9.2] on linux2
  117039. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117040. web_1 | (InteractiveConsole)
  117041. web_1 |
  117042. web_1 | >>> >>> Starting the server
  117043. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117044. web_1 |
  117045. web_1 | Fatal error: Unable to find local grunt.
  117046. web_1 |
  117047. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117048. web_1 | your project. For more information about installing and configuring grunt,
  117049. web_1 | please see the Getting Started guide:
  117050. web_1 |
  117051. web_1 | http://gruntjs.com/getting-started
  117052. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117053. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117054. web_1 | Syncing...
  117055. web_1 | Creating tables ...
  117056. web_1 | Installing custom SQL ...
  117057. web_1 | Installing indexes ...
  117058. web_1 | Installed 0 object(s) from 0 fixture(s)
  117059. web_1 |
  117060. web_1 | Synced:
  117061. web_1 | > django.contrib.auth
  117062. web_1 | > django.contrib.contenttypes
  117063. web_1 | > django.contrib.sessions
  117064. web_1 | > django.contrib.sites
  117065. web_1 | > django.contrib.messages
  117066. web_1 | > django.contrib.staticfiles
  117067. web_1 | > django.contrib.admin
  117068. web_1 | > south
  117069. web_1 | > crispy_forms
  117070. web_1 | > avatar
  117071. web_1 | > bootstrap3
  117072. web_1 | > users
  117073. web_1 | > allauth
  117074. web_1 | > allauth.account
  117075. web_1 | > django.contrib.humanize
  117076. web_1 | > debug_toolbar
  117077. web_1 |
  117078. web_1 | Not synced (use migrations):
  117079. web_1 | - allauth.socialaccount
  117080. web_1 | - django_extensions
  117081. web_1 | (use ./manage.py migrate to migrate these)
  117082. web_1 | Running migrations for socialaccount:
  117083. web_1 | - Nothing to migrate.
  117084. web_1 | - Loading initial data for socialaccount.
  117085. web_1 | Installed 0 object(s) from 0 fixture(s)
  117086. web_1 | Running migrations for django_extensions:
  117087. web_1 | - Nothing to migrate.
  117088. web_1 | - Loading initial data for django_extensions.
  117089. web_1 | Installed 0 object(s) from 0 fixture(s)
  117090. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117091. web_1 | [GCC 4.9.2] on linux2
  117092. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117093. web_1 | (InteractiveConsole)
  117094. web_1 |
  117095. web_1 | >>> >>> Starting the server
  117096. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117097. web_1 |
  117098. web_1 | Fatal error: Unable to find local grunt.
  117099. web_1 |
  117100. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117101. web_1 | your project. For more information about installing and configuring grunt,
  117102. web_1 | please see the Getting Started guide:
  117103. web_1 |
  117104. web_1 | http://gruntjs.com/getting-started
  117105. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117106. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117107. web_1 | Syncing...
  117108. web_1 | Creating tables ...
  117109. web_1 | Installing custom SQL ...
  117110. web_1 | Installing indexes ...
  117111. web_1 | Installed 0 object(s) from 0 fixture(s)
  117112. web_1 |
  117113. web_1 | Synced:
  117114. web_1 | > django.contrib.auth
  117115. web_1 | > django.contrib.contenttypes
  117116. web_1 | > django.contrib.sessions
  117117. web_1 | > django.contrib.sites
  117118. web_1 | > django.contrib.messages
  117119. web_1 | > django.contrib.staticfiles
  117120. web_1 | > django.contrib.admin
  117121. web_1 | > south
  117122. web_1 | > crispy_forms
  117123. web_1 | > avatar
  117124. web_1 | > bootstrap3
  117125. web_1 | > users
  117126. web_1 | > allauth
  117127. web_1 | > allauth.account
  117128. web_1 | > django.contrib.humanize
  117129. web_1 | > debug_toolbar
  117130. web_1 |
  117131. web_1 | Not synced (use migrations):
  117132. web_1 | - allauth.socialaccount
  117133. web_1 | - django_extensions
  117134. web_1 | (use ./manage.py migrate to migrate these)
  117135. web_1 | Running migrations for socialaccount:
  117136. web_1 | - Nothing to migrate.
  117137. web_1 | - Loading initial data for socialaccount.
  117138. web_1 | Installed 0 object(s) from 0 fixture(s)
  117139. web_1 | Running migrations for django_extensions:
  117140. web_1 | - Nothing to migrate.
  117141. web_1 | - Loading initial data for django_extensions.
  117142. web_1 | Installed 0 object(s) from 0 fixture(s)
  117143. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117144. web_1 | [GCC 4.9.2] on linux2
  117145. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117146. web_1 | (InteractiveConsole)
  117147. web_1 |
  117148. web_1 | >>> >>> Starting the server
  117149. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117150. web_1 |
  117151. web_1 | Fatal error: Unable to find local grunt.
  117152. web_1 |
  117153. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117154. web_1 | your project. For more information about installing and configuring grunt,
  117155. web_1 | please see the Getting Started guide:
  117156. web_1 |
  117157. web_1 | http://gruntjs.com/getting-started
  117158. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117159. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117160. web_1 | Syncing...
  117161. web_1 | Creating tables ...
  117162. web_1 | Installing custom SQL ...
  117163. web_1 | Installing indexes ...
  117164. web_1 | Installed 0 object(s) from 0 fixture(s)
  117165. web_1 |
  117166. web_1 | Synced:
  117167. web_1 | > django.contrib.auth
  117168. web_1 | > django.contrib.contenttypes
  117169. web_1 | > django.contrib.sessions
  117170. web_1 | > django.contrib.sites
  117171. web_1 | > django.contrib.messages
  117172. web_1 | > django.contrib.staticfiles
  117173. web_1 | > django.contrib.admin
  117174. web_1 | > south
  117175. web_1 | > crispy_forms
  117176. web_1 | > avatar
  117177. web_1 | > bootstrap3
  117178. web_1 | > users
  117179. web_1 | > allauth
  117180. web_1 | > allauth.account
  117181. web_1 | > django.contrib.humanize
  117182. web_1 | > debug_toolbar
  117183. web_1 |
  117184. web_1 | Not synced (use migrations):
  117185. web_1 | - allauth.socialaccount
  117186. web_1 | - django_extensions
  117187. web_1 | (use ./manage.py migrate to migrate these)
  117188. web_1 | Running migrations for socialaccount:
  117189. web_1 | - Nothing to migrate.
  117190. web_1 | - Loading initial data for socialaccount.
  117191. web_1 | Installed 0 object(s) from 0 fixture(s)
  117192. web_1 | Running migrations for django_extensions:
  117193. web_1 | - Nothing to migrate.
  117194. web_1 | - Loading initial data for django_extensions.
  117195. web_1 | Installed 0 object(s) from 0 fixture(s)
  117196. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117197. web_1 | [GCC 4.9.2] on linux2
  117198. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117199. web_1 | (InteractiveConsole)
  117200. web_1 |
  117201. web_1 | >>> >>> Starting the server
  117202. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117203. web_1 |
  117204. web_1 | Fatal error: Unable to find local grunt.
  117205. web_1 |
  117206. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117207. web_1 | your project. For more information about installing and configuring grunt,
  117208. web_1 | please see the Getting Started guide:
  117209. web_1 |
  117210. web_1 | http://gruntjs.com/getting-started
  117211. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117212. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117213. web_1 | Syncing...
  117214. web_1 | Creating tables ...
  117215. web_1 | Installing custom SQL ...
  117216. web_1 | Installing indexes ...
  117217. web_1 | Installed 0 object(s) from 0 fixture(s)
  117218. web_1 |
  117219. web_1 | Synced:
  117220. web_1 | > django.contrib.auth
  117221. web_1 | > django.contrib.contenttypes
  117222. web_1 | > django.contrib.sessions
  117223. web_1 | > django.contrib.sites
  117224. web_1 | > django.contrib.messages
  117225. web_1 | > django.contrib.staticfiles
  117226. web_1 | > django.contrib.admin
  117227. web_1 | > south
  117228. web_1 | > crispy_forms
  117229. web_1 | > avatar
  117230. web_1 | > bootstrap3
  117231. web_1 | > users
  117232. web_1 | > allauth
  117233. web_1 | > allauth.account
  117234. web_1 | > django.contrib.humanize
  117235. web_1 | > debug_toolbar
  117236. web_1 |
  117237. web_1 | Not synced (use migrations):
  117238. web_1 | - allauth.socialaccount
  117239. web_1 | - django_extensions
  117240. web_1 | (use ./manage.py migrate to migrate these)
  117241. web_1 | Running migrations for socialaccount:
  117242. web_1 | - Nothing to migrate.
  117243. web_1 | - Loading initial data for socialaccount.
  117244. web_1 | Installed 0 object(s) from 0 fixture(s)
  117245. web_1 | Running migrations for django_extensions:
  117246. web_1 | - Nothing to migrate.
  117247. web_1 | - Loading initial data for django_extensions.
  117248. web_1 | Installed 0 object(s) from 0 fixture(s)
  117249. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117250. web_1 | [GCC 4.9.2] on linux2
  117251. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117252. web_1 | (InteractiveConsole)
  117253. web_1 |
  117254. web_1 | >>> >>> Starting the server
  117255. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117256. web_1 |
  117257. web_1 | Fatal error: Unable to find local grunt.
  117258. web_1 |
  117259. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117260. web_1 | your project. For more information about installing and configuring grunt,
  117261. web_1 | please see the Getting Started guide:
  117262. web_1 |
  117263. web_1 | http://gruntjs.com/getting-started
  117264. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117265. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117266. web_1 | Syncing...
  117267. web_1 | Creating tables ...
  117268. web_1 | Installing custom SQL ...
  117269. web_1 | Installing indexes ...
  117270. web_1 | Installed 0 object(s) from 0 fixture(s)
  117271. web_1 |
  117272. web_1 | Synced:
  117273. web_1 | > django.contrib.auth
  117274. web_1 | > django.contrib.contenttypes
  117275. web_1 | > django.contrib.sessions
  117276. web_1 | > django.contrib.sites
  117277. web_1 | > django.contrib.messages
  117278. web_1 | > django.contrib.staticfiles
  117279. web_1 | > django.contrib.admin
  117280. web_1 | > south
  117281. web_1 | > crispy_forms
  117282. web_1 | > avatar
  117283. web_1 | > bootstrap3
  117284. web_1 | > users
  117285. web_1 | > allauth
  117286. web_1 | > allauth.account
  117287. web_1 | > django.contrib.humanize
  117288. web_1 | > debug_toolbar
  117289. web_1 |
  117290. web_1 | Not synced (use migrations):
  117291. web_1 | - allauth.socialaccount
  117292. web_1 | - django_extensions
  117293. web_1 | (use ./manage.py migrate to migrate these)
  117294. web_1 | Running migrations for socialaccount:
  117295. web_1 | - Nothing to migrate.
  117296. web_1 | - Loading initial data for socialaccount.
  117297. web_1 | Installed 0 object(s) from 0 fixture(s)
  117298. web_1 | Running migrations for django_extensions:
  117299. web_1 | - Nothing to migrate.
  117300. web_1 | - Loading initial data for django_extensions.
  117301. web_1 | Installed 0 object(s) from 0 fixture(s)
  117302. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117303. web_1 | [GCC 4.9.2] on linux2
  117304. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117305. web_1 | (InteractiveConsole)
  117306. web_1 |
  117307. web_1 | >>> >>> Starting the server
  117308. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117309. web_1 |
  117310. web_1 | Fatal error: Unable to find local grunt.
  117311. web_1 |
  117312. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117313. web_1 | your project. For more information about installing and configuring grunt,
  117314. web_1 | please see the Getting Started guide:
  117315. web_1 |
  117316. web_1 | http://gruntjs.com/getting-started
  117317. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117318. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117319. web_1 | Syncing...
  117320. web_1 | Creating tables ...
  117321. web_1 | Installing custom SQL ...
  117322. web_1 | Installing indexes ...
  117323. web_1 | Installed 0 object(s) from 0 fixture(s)
  117324. web_1 |
  117325. web_1 | Synced:
  117326. web_1 | > django.contrib.auth
  117327. web_1 | > django.contrib.contenttypes
  117328. web_1 | > django.contrib.sessions
  117329. web_1 | > django.contrib.sites
  117330. web_1 | > django.contrib.messages
  117331. web_1 | > django.contrib.staticfiles
  117332. web_1 | > django.contrib.admin
  117333. web_1 | > south
  117334. web_1 | > crispy_forms
  117335. web_1 | > avatar
  117336. web_1 | > bootstrap3
  117337. web_1 | > users
  117338. web_1 | > allauth
  117339. web_1 | > allauth.account
  117340. web_1 | > django.contrib.humanize
  117341. web_1 | > debug_toolbar
  117342. web_1 |
  117343. web_1 | Not synced (use migrations):
  117344. web_1 | - allauth.socialaccount
  117345. web_1 | - django_extensions
  117346. web_1 | (use ./manage.py migrate to migrate these)
  117347. web_1 | Running migrations for socialaccount:
  117348. web_1 | - Nothing to migrate.
  117349. web_1 | - Loading initial data for socialaccount.
  117350. web_1 | Installed 0 object(s) from 0 fixture(s)
  117351. web_1 | Running migrations for django_extensions:
  117352. web_1 | - Nothing to migrate.
  117353. web_1 | - Loading initial data for django_extensions.
  117354. web_1 | Installed 0 object(s) from 0 fixture(s)
  117355. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117356. web_1 | [GCC 4.9.2] on linux2
  117357. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117358. web_1 | (InteractiveConsole)
  117359. web_1 |
  117360. web_1 | >>> >>> Starting the server
  117361. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117362. web_1 |
  117363. web_1 | Fatal error: Unable to find local grunt.
  117364. web_1 |
  117365. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117366. web_1 | your project. For more information about installing and configuring grunt,
  117367. web_1 | please see the Getting Started guide:
  117368. web_1 |
  117369. web_1 | http://gruntjs.com/getting-started
  117370. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117371. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117372. web_1 | Syncing...
  117373. web_1 | Creating tables ...
  117374. web_1 | Installing custom SQL ...
  117375. web_1 | Installing indexes ...
  117376. web_1 | Installed 0 object(s) from 0 fixture(s)
  117377. web_1 |
  117378. web_1 | Synced:
  117379. web_1 | > django.contrib.auth
  117380. web_1 | > django.contrib.contenttypes
  117381. web_1 | > django.contrib.sessions
  117382. web_1 | > django.contrib.sites
  117383. web_1 | > django.contrib.messages
  117384. web_1 | > django.contrib.staticfiles
  117385. web_1 | > django.contrib.admin
  117386. web_1 | > south
  117387. web_1 | > crispy_forms
  117388. web_1 | > avatar
  117389. web_1 | > bootstrap3
  117390. web_1 | > users
  117391. web_1 | > allauth
  117392. web_1 | > allauth.account
  117393. web_1 | > django.contrib.humanize
  117394. web_1 | > debug_toolbar
  117395. web_1 |
  117396. web_1 | Not synced (use migrations):
  117397. web_1 | - allauth.socialaccount
  117398. web_1 | - django_extensions
  117399. web_1 | (use ./manage.py migrate to migrate these)
  117400. web_1 | Running migrations for socialaccount:
  117401. web_1 | - Nothing to migrate.
  117402. web_1 | - Loading initial data for socialaccount.
  117403. web_1 | Installed 0 object(s) from 0 fixture(s)
  117404. web_1 | Running migrations for django_extensions:
  117405. web_1 | - Nothing to migrate.
  117406. web_1 | - Loading initial data for django_extensions.
  117407. web_1 | Installed 0 object(s) from 0 fixture(s)
  117408. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117409. web_1 | [GCC 4.9.2] on linux2
  117410. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117411. web_1 | (InteractiveConsole)
  117412. web_1 |
  117413. web_1 | >>> >>> Starting the server
  117414. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117415. web_1 |
  117416. web_1 | Fatal error: Unable to find local grunt.
  117417. web_1 |
  117418. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117419. web_1 | your project. For more information about installing and configuring grunt,
  117420. web_1 | please see the Getting Started guide:
  117421. web_1 |
  117422. web_1 | http://gruntjs.com/getting-started
  117423. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117424. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117425. web_1 | Syncing...
  117426. web_1 | Creating tables ...
  117427. web_1 | Installing custom SQL ...
  117428. web_1 | Installing indexes ...
  117429. web_1 | Installed 0 object(s) from 0 fixture(s)
  117430. web_1 |
  117431. web_1 | Synced:
  117432. web_1 | > django.contrib.auth
  117433. web_1 | > django.contrib.contenttypes
  117434. web_1 | > django.contrib.sessions
  117435. web_1 | > django.contrib.sites
  117436. web_1 | > django.contrib.messages
  117437. web_1 | > django.contrib.staticfiles
  117438. web_1 | > django.contrib.admin
  117439. web_1 | > south
  117440. web_1 | > crispy_forms
  117441. web_1 | > avatar
  117442. web_1 | > bootstrap3
  117443. web_1 | > users
  117444. web_1 | > allauth
  117445. web_1 | > allauth.account
  117446. web_1 | > django.contrib.humanize
  117447. web_1 | > debug_toolbar
  117448. web_1 |
  117449. web_1 | Not synced (use migrations):
  117450. web_1 | - allauth.socialaccount
  117451. web_1 | - django_extensions
  117452. web_1 | (use ./manage.py migrate to migrate these)
  117453. web_1 | Running migrations for socialaccount:
  117454. web_1 | - Nothing to migrate.
  117455. web_1 | - Loading initial data for socialaccount.
  117456. web_1 | Installed 0 object(s) from 0 fixture(s)
  117457. web_1 | Running migrations for django_extensions:
  117458. web_1 | - Nothing to migrate.
  117459. web_1 | - Loading initial data for django_extensions.
  117460. web_1 | Installed 0 object(s) from 0 fixture(s)
  117461. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117462. web_1 | [GCC 4.9.2] on linux2
  117463. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117464. web_1 | (InteractiveConsole)
  117465. web_1 |
  117466. web_1 | >>> >>> Starting the server
  117467. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117468. web_1 |
  117469. web_1 | Fatal error: Unable to find local grunt.
  117470. web_1 |
  117471. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117472. web_1 | your project. For more information about installing and configuring grunt,
  117473. web_1 | please see the Getting Started guide:
  117474. web_1 |
  117475. web_1 | http://gruntjs.com/getting-started
  117476. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117477. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117478. web_1 | Syncing...
  117479. web_1 | Creating tables ...
  117480. web_1 | Installing custom SQL ...
  117481. web_1 | Installing indexes ...
  117482. web_1 | Installed 0 object(s) from 0 fixture(s)
  117483. web_1 |
  117484. web_1 | Synced:
  117485. web_1 | > django.contrib.auth
  117486. web_1 | > django.contrib.contenttypes
  117487. web_1 | > django.contrib.sessions
  117488. web_1 | > django.contrib.sites
  117489. web_1 | > django.contrib.messages
  117490. web_1 | > django.contrib.staticfiles
  117491. web_1 | > django.contrib.admin
  117492. web_1 | > south
  117493. web_1 | > crispy_forms
  117494. web_1 | > avatar
  117495. web_1 | > bootstrap3
  117496. web_1 | > users
  117497. web_1 | > allauth
  117498. web_1 | > allauth.account
  117499. web_1 | > django.contrib.humanize
  117500. web_1 | > debug_toolbar
  117501. web_1 |
  117502. web_1 | Not synced (use migrations):
  117503. web_1 | - allauth.socialaccount
  117504. web_1 | - django_extensions
  117505. web_1 | (use ./manage.py migrate to migrate these)
  117506. web_1 | Running migrations for socialaccount:
  117507. web_1 | - Nothing to migrate.
  117508. web_1 | - Loading initial data for socialaccount.
  117509. web_1 | Installed 0 object(s) from 0 fixture(s)
  117510. web_1 | Running migrations for django_extensions:
  117511. web_1 | - Nothing to migrate.
  117512. web_1 | - Loading initial data for django_extensions.
  117513. web_1 | Installed 0 object(s) from 0 fixture(s)
  117514. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117515. web_1 | [GCC 4.9.2] on linux2
  117516. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117517. web_1 | (InteractiveConsole)
  117518. web_1 |
  117519. web_1 | >>> >>> Starting the server
  117520. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117521. web_1 |
  117522. web_1 | Fatal error: Unable to find local grunt.
  117523. web_1 |
  117524. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117525. web_1 | your project. For more information about installing and configuring grunt,
  117526. web_1 | please see the Getting Started guide:
  117527. web_1 |
  117528. web_1 | http://gruntjs.com/getting-started
  117529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117530. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117531. web_1 | Syncing...
  117532. web_1 | Creating tables ...
  117533. web_1 | Installing custom SQL ...
  117534. web_1 | Installing indexes ...
  117535. web_1 | Installed 0 object(s) from 0 fixture(s)
  117536. web_1 |
  117537. web_1 | Synced:
  117538. web_1 | > django.contrib.auth
  117539. web_1 | > django.contrib.contenttypes
  117540. web_1 | > django.contrib.sessions
  117541. web_1 | > django.contrib.sites
  117542. web_1 | > django.contrib.messages
  117543. web_1 | > django.contrib.staticfiles
  117544. web_1 | > django.contrib.admin
  117545. web_1 | > south
  117546. web_1 | > crispy_forms
  117547. web_1 | > avatar
  117548. web_1 | > bootstrap3
  117549. web_1 | > users
  117550. web_1 | > allauth
  117551. web_1 | > allauth.account
  117552. web_1 | > django.contrib.humanize
  117553. web_1 | > debug_toolbar
  117554. web_1 |
  117555. web_1 | Not synced (use migrations):
  117556. web_1 | - allauth.socialaccount
  117557. web_1 | - django_extensions
  117558. web_1 | (use ./manage.py migrate to migrate these)
  117559. web_1 | Running migrations for socialaccount:
  117560. web_1 | - Nothing to migrate.
  117561. web_1 | - Loading initial data for socialaccount.
  117562. web_1 | Installed 0 object(s) from 0 fixture(s)
  117563. web_1 | Running migrations for django_extensions:
  117564. web_1 | - Nothing to migrate.
  117565. web_1 | - Loading initial data for django_extensions.
  117566. web_1 | Installed 0 object(s) from 0 fixture(s)
  117567. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117568. web_1 | [GCC 4.9.2] on linux2
  117569. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117570. web_1 | (InteractiveConsole)
  117571. web_1 |
  117572. web_1 | >>> >>> Starting the server
  117573. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117574. web_1 |
  117575. web_1 | Fatal error: Unable to find local grunt.
  117576. web_1 |
  117577. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117578. web_1 | your project. For more information about installing and configuring grunt,
  117579. web_1 | please see the Getting Started guide:
  117580. web_1 |
  117581. web_1 | http://gruntjs.com/getting-started
  117582. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117583. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117584. web_1 | Syncing...
  117585. web_1 | Creating tables ...
  117586. web_1 | Installing custom SQL ...
  117587. web_1 | Installing indexes ...
  117588. web_1 | Installed 0 object(s) from 0 fixture(s)
  117589. web_1 |
  117590. web_1 | Synced:
  117591. web_1 | > django.contrib.auth
  117592. web_1 | > django.contrib.contenttypes
  117593. web_1 | > django.contrib.sessions
  117594. web_1 | > django.contrib.sites
  117595. web_1 | > django.contrib.messages
  117596. web_1 | > django.contrib.staticfiles
  117597. web_1 | > django.contrib.admin
  117598. web_1 | > south
  117599. web_1 | > crispy_forms
  117600. web_1 | > avatar
  117601. web_1 | > bootstrap3
  117602. web_1 | > users
  117603. web_1 | > allauth
  117604. web_1 | > allauth.account
  117605. web_1 | > django.contrib.humanize
  117606. web_1 | > debug_toolbar
  117607. web_1 |
  117608. web_1 | Not synced (use migrations):
  117609. web_1 | - allauth.socialaccount
  117610. web_1 | - django_extensions
  117611. web_1 | (use ./manage.py migrate to migrate these)
  117612. web_1 | Running migrations for socialaccount:
  117613. web_1 | - Nothing to migrate.
  117614. web_1 | - Loading initial data for socialaccount.
  117615. web_1 | Installed 0 object(s) from 0 fixture(s)
  117616. web_1 | Running migrations for django_extensions:
  117617. web_1 | - Nothing to migrate.
  117618. web_1 | - Loading initial data for django_extensions.
  117619. web_1 | Installed 0 object(s) from 0 fixture(s)
  117620. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117621. web_1 | [GCC 4.9.2] on linux2
  117622. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117623. web_1 | (InteractiveConsole)
  117624. web_1 |
  117625. web_1 | >>> >>> Starting the server
  117626. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117627. web_1 |
  117628. web_1 | Fatal error: Unable to find local grunt.
  117629. web_1 |
  117630. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117631. web_1 | your project. For more information about installing and configuring grunt,
  117632. web_1 | please see the Getting Started guide:
  117633. web_1 |
  117634. web_1 | http://gruntjs.com/getting-started
  117635. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117636. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117637. web_1 | Syncing...
  117638. web_1 | Creating tables ...
  117639. web_1 | Installing custom SQL ...
  117640. web_1 | Installing indexes ...
  117641. web_1 | Installed 0 object(s) from 0 fixture(s)
  117642. web_1 |
  117643. web_1 | Synced:
  117644. web_1 | > django.contrib.auth
  117645. web_1 | > django.contrib.contenttypes
  117646. web_1 | > django.contrib.sessions
  117647. web_1 | > django.contrib.sites
  117648. web_1 | > django.contrib.messages
  117649. web_1 | > django.contrib.staticfiles
  117650. web_1 | > django.contrib.admin
  117651. web_1 | > south
  117652. web_1 | > crispy_forms
  117653. web_1 | > avatar
  117654. web_1 | > bootstrap3
  117655. web_1 | > users
  117656. web_1 | > allauth
  117657. web_1 | > allauth.account
  117658. web_1 | > django.contrib.humanize
  117659. web_1 | > debug_toolbar
  117660. web_1 |
  117661. web_1 | Not synced (use migrations):
  117662. web_1 | - allauth.socialaccount
  117663. web_1 | - django_extensions
  117664. web_1 | (use ./manage.py migrate to migrate these)
  117665. web_1 | Running migrations for socialaccount:
  117666. web_1 | - Nothing to migrate.
  117667. web_1 | - Loading initial data for socialaccount.
  117668. web_1 | Installed 0 object(s) from 0 fixture(s)
  117669. web_1 | Running migrations for django_extensions:
  117670. web_1 | - Nothing to migrate.
  117671. web_1 | - Loading initial data for django_extensions.
  117672. web_1 | Installed 0 object(s) from 0 fixture(s)
  117673. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117674. web_1 | [GCC 4.9.2] on linux2
  117675. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117676. web_1 | (InteractiveConsole)
  117677. web_1 |
  117678. web_1 | >>> >>> Starting the server
  117679. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117680. web_1 |
  117681. web_1 | Fatal error: Unable to find local grunt.
  117682. web_1 |
  117683. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117684. web_1 | your project. For more information about installing and configuring grunt,
  117685. web_1 | please see the Getting Started guide:
  117686. web_1 |
  117687. web_1 | http://gruntjs.com/getting-started
  117688. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117689. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117690. web_1 | Syncing...
  117691. web_1 | Creating tables ...
  117692. web_1 | Installing custom SQL ...
  117693. web_1 | Installing indexes ...
  117694. web_1 | Installed 0 object(s) from 0 fixture(s)
  117695. web_1 |
  117696. web_1 | Synced:
  117697. web_1 | > django.contrib.auth
  117698. web_1 | > django.contrib.contenttypes
  117699. web_1 | > django.contrib.sessions
  117700. web_1 | > django.contrib.sites
  117701. web_1 | > django.contrib.messages
  117702. web_1 | > django.contrib.staticfiles
  117703. web_1 | > django.contrib.admin
  117704. web_1 | > south
  117705. web_1 | > crispy_forms
  117706. web_1 | > avatar
  117707. web_1 | > bootstrap3
  117708. web_1 | > users
  117709. web_1 | > allauth
  117710. web_1 | > allauth.account
  117711. web_1 | > django.contrib.humanize
  117712. web_1 | > debug_toolbar
  117713. web_1 |
  117714. web_1 | Not synced (use migrations):
  117715. web_1 | - allauth.socialaccount
  117716. web_1 | - django_extensions
  117717. web_1 | (use ./manage.py migrate to migrate these)
  117718. web_1 | Running migrations for socialaccount:
  117719. web_1 | - Nothing to migrate.
  117720. web_1 | - Loading initial data for socialaccount.
  117721. web_1 | Installed 0 object(s) from 0 fixture(s)
  117722. web_1 | Running migrations for django_extensions:
  117723. web_1 | - Nothing to migrate.
  117724. web_1 | - Loading initial data for django_extensions.
  117725. web_1 | Installed 0 object(s) from 0 fixture(s)
  117726. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117727. web_1 | [GCC 4.9.2] on linux2
  117728. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117729. web_1 | (InteractiveConsole)
  117730. web_1 |
  117731. web_1 | >>> >>> Starting the server
  117732. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117733. web_1 |
  117734. web_1 | Fatal error: Unable to find local grunt.
  117735. web_1 |
  117736. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117737. web_1 | your project. For more information about installing and configuring grunt,
  117738. web_1 | please see the Getting Started guide:
  117739. web_1 |
  117740. web_1 | http://gruntjs.com/getting-started
  117741. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117742. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117743. web_1 | Syncing...
  117744. web_1 | Creating tables ...
  117745. web_1 | Installing custom SQL ...
  117746. web_1 | Installing indexes ...
  117747. web_1 | Installed 0 object(s) from 0 fixture(s)
  117748. web_1 |
  117749. web_1 | Synced:
  117750. web_1 | > django.contrib.auth
  117751. web_1 | > django.contrib.contenttypes
  117752. web_1 | > django.contrib.sessions
  117753. web_1 | > django.contrib.sites
  117754. web_1 | > django.contrib.messages
  117755. web_1 | > django.contrib.staticfiles
  117756. web_1 | > django.contrib.admin
  117757. web_1 | > south
  117758. web_1 | > crispy_forms
  117759. web_1 | > avatar
  117760. web_1 | > bootstrap3
  117761. web_1 | > users
  117762. web_1 | > allauth
  117763. web_1 | > allauth.account
  117764. web_1 | > django.contrib.humanize
  117765. web_1 | > debug_toolbar
  117766. web_1 |
  117767. web_1 | Not synced (use migrations):
  117768. web_1 | - allauth.socialaccount
  117769. web_1 | - django_extensions
  117770. web_1 | (use ./manage.py migrate to migrate these)
  117771. web_1 | Running migrations for socialaccount:
  117772. web_1 | - Nothing to migrate.
  117773. web_1 | - Loading initial data for socialaccount.
  117774. web_1 | Installed 0 object(s) from 0 fixture(s)
  117775. web_1 | Running migrations for django_extensions:
  117776. web_1 | - Nothing to migrate.
  117777. web_1 | - Loading initial data for django_extensions.
  117778. web_1 | Installed 0 object(s) from 0 fixture(s)
  117779. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117780. web_1 | [GCC 4.9.2] on linux2
  117781. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117782. web_1 | (InteractiveConsole)
  117783. web_1 |
  117784. web_1 | >>> >>> Starting the server
  117785. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117786. web_1 |
  117787. web_1 | Fatal error: Unable to find local grunt.
  117788. web_1 |
  117789. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117790. web_1 | your project. For more information about installing and configuring grunt,
  117791. web_1 | please see the Getting Started guide:
  117792. web_1 |
  117793. web_1 | http://gruntjs.com/getting-started
  117794. oclweb_web_1 exited with code 99
  117795. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117796. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117797. web_1 | Syncing...
  117798. web_1 | Traceback (most recent call last):
  117799. web_1 | File "ocl_web/manage.py", line 19, in <module>
  117800. web_1 | execute_from_command_line(sys.argv)
  117801. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  117802. web_1 | utility.execute()
  117803. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  117804. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  117805. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  117806. web_1 | self.execute(*args, **options.__dict__)
  117807. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  117808. web_1 | output = self.handle(*args, **options)
  117809. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  117810. web_1 | return self.handle_noargs(**options)
  117811. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  117812. web_1 | syncdb.Command().execute(**options)
  117813. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  117814. web_1 | output = self.handle(*args, **options)
  117815. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  117816. web_1 | return self.handle_noargs(**options)
  117817. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  117818. web_1 | cursor = connection.cursor()
  117819. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  117820. web_1 | cursor = self.make_debug_cursor(self._cursor())
  117821. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  117822. web_1 | self.ensure_connection()
  117823. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117824. web_1 | self.connect()
  117825. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  117826. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  117827. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117828. web_1 | self.connect()
  117829. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  117830. web_1 | self.connection = self.get_new_connection(conn_params)
  117831. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  117832. web_1 | return Database.connect(**conn_params)
  117833. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  117834. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  117835. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  117836. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  117837. web_1 | TCP/IP connections on port 5432?
  117838. web_1 |
  117839. web_1 | Traceback (most recent call last):
  117840. web_1 | File "ocl_web/manage.py", line 19, in <module>
  117841. web_1 | execute_from_command_line(sys.argv)
  117842. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  117843. web_1 | utility.execute()
  117844. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  117845. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  117846. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  117847. web_1 | self.execute(*args, **options.__dict__)
  117848. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  117849. web_1 | output = self.handle(*args, **options)
  117850. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  117851. web_1 | ignore_ghosts = ignore_ghosts,
  117852. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  117853. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  117854. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  117855. web_1 | for h in histories:
  117856. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  117857. web_1 | self._fetch_all()
  117858. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  117859. web_1 | self._result_cache = list(self.iterator())
  117860. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  117861. web_1 | for row in compiler.results_iter():
  117862. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  117863. web_1 | for rows in self.execute_sql(MULTI):
  117864. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  117865. web_1 | cursor = self.connection.cursor()
  117866. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  117867. web_1 | cursor = self.make_debug_cursor(self._cursor())
  117868. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  117869. web_1 | self.ensure_connection()
  117870. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117871. web_1 | self.connect()
  117872. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  117873. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  117874. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117875. web_1 | self.connect()
  117876. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  117877. web_1 | self.connection = self.get_new_connection(conn_params)
  117878. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  117879. web_1 | return Database.connect(**conn_params)
  117880. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  117881. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  117882. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  117883. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  117884. web_1 | TCP/IP connections on port 5432?
  117885. web_1 |
  117886. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117887. web_1 | [GCC 4.9.2] on linux2
  117888. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117889. web_1 | (InteractiveConsole)
  117890. web_1 | Traceback (most recent call last):
  117891. web_1 | File "<console>", line 1, in <module>
  117892. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  117893. web_1 | return self.query.get_count(using=self.db)
  117894. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  117895. web_1 | number = obj.get_aggregation(using=using)[None]
  117896. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  117897. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  117898. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  117899. web_1 | cursor = self.connection.cursor()
  117900. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  117901. web_1 | cursor = self.make_debug_cursor(self._cursor())
  117902. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  117903. web_1 | self.ensure_connection()
  117904. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117905. web_1 | self.connect()
  117906. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  117907. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  117908. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  117909. web_1 | self.connect()
  117910. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  117911. web_1 | self.connection = self.get_new_connection(conn_params)
  117912. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  117913. web_1 | return Database.connect(**conn_params)
  117914. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  117915. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  117916. web_1 | OperationalError: could not connect to server: Connection refused
  117917. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  117918. web_1 | TCP/IP connections on port 5432?
  117919. web_1 |
  117920. web_1 |
  117921. web_1 | >>> >>> Starting the server
  117922. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  117923. web_1 |
  117924. web_1 | Fatal error: Unable to find local grunt.
  117925. web_1 |
  117926. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  117927. web_1 | your project. For more information about installing and configuring grunt,
  117928. web_1 | please see the Getting Started guide:
  117929. web_1 |
  117930. web_1 | http://gruntjs.com/getting-started
  117931. web_1 | Starting OpenBSD Secure Shell server: sshd.
  117932. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  117933. web_1 | Syncing...
  117934. web_1 | Creating tables ...
  117935. web_1 | Creating table auth_permission
  117936. web_1 | Creating table auth_group_permissions
  117937. web_1 | Creating table auth_group
  117938. web_1 | Creating table django_content_type
  117939. web_1 | Creating table django_session
  117940. web_1 | Creating table django_site
  117941. web_1 | Creating table django_admin_log
  117942. web_1 | Creating table south_migrationhistory
  117943. web_1 | Creating table avatar_avatar
  117944. web_1 | Creating table users_user_groups
  117945. web_1 | Creating table users_user_user_permissions
  117946. web_1 | Creating table users_user
  117947. web_1 | Creating table account_emailaddress
  117948. web_1 | Creating table account_emailconfirmation
  117949. web_1 | Installing custom SQL ...
  117950. web_1 | Installing indexes ...
  117951. web_1 | Installed 0 object(s) from 0 fixture(s)
  117952. web_1 |
  117953. web_1 | Synced:
  117954. web_1 | > django.contrib.auth
  117955. web_1 | > django.contrib.contenttypes
  117956. web_1 | > django.contrib.sessions
  117957. web_1 | > django.contrib.sites
  117958. web_1 | > django.contrib.messages
  117959. web_1 | > django.contrib.staticfiles
  117960. web_1 | > django.contrib.admin
  117961. web_1 | > south
  117962. web_1 | > crispy_forms
  117963. web_1 | > avatar
  117964. web_1 | > bootstrap3
  117965. web_1 | > users
  117966. web_1 | > allauth
  117967. web_1 | > allauth.account
  117968. web_1 | > django.contrib.humanize
  117969. web_1 | > debug_toolbar
  117970. web_1 |
  117971. web_1 | Not synced (use migrations):
  117972. web_1 | - allauth.socialaccount
  117973. web_1 | - django_extensions
  117974. web_1 | (use ./manage.py migrate to migrate these)
  117975. web_1 | Running migrations for socialaccount:
  117976. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  117977. web_1 | > socialaccount:0001_initial
  117978. web_1 | > socialaccount:0002_genericmodels
  117979. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  117980. web_1 | > socialaccount:0004_add_sites
  117981. web_1 | > socialaccount:0005_set_sites
  117982. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  117983. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  117984. web_1 | > socialaccount:0008_client_id
  117985. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  117986. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  117987. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  117988. web_1 | - Loading initial data for socialaccount.
  117989. web_1 | Installed 0 object(s) from 0 fixture(s)
  117990. web_1 | Running migrations for django_extensions:
  117991. web_1 | - Migrating forwards to 0001_empty.
  117992. web_1 | > django_extensions:0001_empty
  117993. web_1 | - Loading initial data for django_extensions.
  117994. web_1 | Installed 0 object(s) from 0 fixture(s)
  117995. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  117996. web_1 | [GCC 4.9.2] on linux2
  117997. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  117998. web_1 | (InteractiveConsole)
  117999. web_1 |
  118000. web_1 | >>> >>> Starting the server
  118001. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118002. web_1 |
  118003. web_1 | Fatal error: Unable to find local grunt.
  118004. web_1 |
  118005. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118006. web_1 | your project. For more information about installing and configuring grunt,
  118007. web_1 | please see the Getting Started guide:
  118008. web_1 |
  118009. web_1 | http://gruntjs.com/getting-started
  118010. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118011. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118012. web_1 | Syncing...
  118013. web_1 | Creating tables ...
  118014. web_1 | Installing custom SQL ...
  118015. web_1 | Installing indexes ...
  118016. web_1 | Installed 0 object(s) from 0 fixture(s)
  118017. web_1 |
  118018. web_1 | Synced:
  118019. web_1 | > django.contrib.auth
  118020. web_1 | > django.contrib.contenttypes
  118021. web_1 | > django.contrib.sessions
  118022. web_1 | > django.contrib.sites
  118023. web_1 | > django.contrib.messages
  118024. web_1 | > django.contrib.staticfiles
  118025. web_1 | > django.contrib.admin
  118026. web_1 | > south
  118027. web_1 | > crispy_forms
  118028. web_1 | > avatar
  118029. web_1 | > bootstrap3
  118030. web_1 | > users
  118031. web_1 | > allauth
  118032. web_1 | > allauth.account
  118033. web_1 | > django.contrib.humanize
  118034. web_1 | > debug_toolbar
  118035. web_1 |
  118036. web_1 | Not synced (use migrations):
  118037. web_1 | - allauth.socialaccount
  118038. web_1 | - django_extensions
  118039. web_1 | (use ./manage.py migrate to migrate these)
  118040. web_1 | Running migrations for socialaccount:
  118041. web_1 | - Nothing to migrate.
  118042. web_1 | - Loading initial data for socialaccount.
  118043. web_1 | Installed 0 object(s) from 0 fixture(s)
  118044. web_1 | Running migrations for django_extensions:
  118045. web_1 | - Nothing to migrate.
  118046. web_1 | - Loading initial data for django_extensions.
  118047. web_1 | Installed 0 object(s) from 0 fixture(s)
  118048. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118049. web_1 | [GCC 4.9.2] on linux2
  118050. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118051. web_1 | (InteractiveConsole)
  118052. web_1 |
  118053. web_1 | >>> >>> Starting the server
  118054. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118055. web_1 |
  118056. web_1 | Fatal error: Unable to find local grunt.
  118057. web_1 |
  118058. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118059. web_1 | your project. For more information about installing and configuring grunt,
  118060. web_1 | please see the Getting Started guide:
  118061. web_1 |
  118062. web_1 | http://gruntjs.com/getting-started
  118063. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118064. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118065. web_1 | Syncing...
  118066. web_1 | Creating tables ...
  118067. web_1 | Installing custom SQL ...
  118068. web_1 | Installing indexes ...
  118069. web_1 | Installed 0 object(s) from 0 fixture(s)
  118070. web_1 |
  118071. web_1 | Synced:
  118072. web_1 | > django.contrib.auth
  118073. web_1 | > django.contrib.contenttypes
  118074. web_1 | > django.contrib.sessions
  118075. web_1 | > django.contrib.sites
  118076. web_1 | > django.contrib.messages
  118077. web_1 | > django.contrib.staticfiles
  118078. web_1 | > django.contrib.admin
  118079. web_1 | > south
  118080. web_1 | > crispy_forms
  118081. web_1 | > avatar
  118082. web_1 | > bootstrap3
  118083. web_1 | > users
  118084. web_1 | > allauth
  118085. web_1 | > allauth.account
  118086. web_1 | > django.contrib.humanize
  118087. web_1 | > debug_toolbar
  118088. web_1 |
  118089. web_1 | Not synced (use migrations):
  118090. web_1 | - allauth.socialaccount
  118091. web_1 | - django_extensions
  118092. web_1 | (use ./manage.py migrate to migrate these)
  118093. web_1 | Running migrations for socialaccount:
  118094. web_1 | - Nothing to migrate.
  118095. web_1 | - Loading initial data for socialaccount.
  118096. web_1 | Installed 0 object(s) from 0 fixture(s)
  118097. web_1 | Running migrations for django_extensions:
  118098. web_1 | - Nothing to migrate.
  118099. web_1 | - Loading initial data for django_extensions.
  118100. web_1 | Installed 0 object(s) from 0 fixture(s)
  118101. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118102. web_1 | [GCC 4.9.2] on linux2
  118103. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118104. web_1 | (InteractiveConsole)
  118105. web_1 |
  118106. web_1 | >>> >>> Starting the server
  118107. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118108. web_1 |
  118109. web_1 | Fatal error: Unable to find local grunt.
  118110. web_1 |
  118111. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118112. web_1 | your project. For more information about installing and configuring grunt,
  118113. web_1 | please see the Getting Started guide:
  118114. web_1 |
  118115. web_1 | http://gruntjs.com/getting-started
  118116. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118117. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118118. web_1 | Syncing...
  118119. web_1 | Creating tables ...
  118120. web_1 | Installing custom SQL ...
  118121. web_1 | Installing indexes ...
  118122. web_1 | Installed 0 object(s) from 0 fixture(s)
  118123. web_1 |
  118124. web_1 | Synced:
  118125. web_1 | > django.contrib.auth
  118126. web_1 | > django.contrib.contenttypes
  118127. web_1 | > django.contrib.sessions
  118128. web_1 | > django.contrib.sites
  118129. web_1 | > django.contrib.messages
  118130. web_1 | > django.contrib.staticfiles
  118131. web_1 | > django.contrib.admin
  118132. web_1 | > south
  118133. web_1 | > crispy_forms
  118134. web_1 | > avatar
  118135. web_1 | > bootstrap3
  118136. web_1 | > users
  118137. web_1 | > allauth
  118138. web_1 | > allauth.account
  118139. web_1 | > django.contrib.humanize
  118140. web_1 | > debug_toolbar
  118141. web_1 |
  118142. web_1 | Not synced (use migrations):
  118143. web_1 | - allauth.socialaccount
  118144. web_1 | - django_extensions
  118145. web_1 | (use ./manage.py migrate to migrate these)
  118146. web_1 | Running migrations for socialaccount:
  118147. web_1 | - Nothing to migrate.
  118148. web_1 | - Loading initial data for socialaccount.
  118149. web_1 | Installed 0 object(s) from 0 fixture(s)
  118150. web_1 | Running migrations for django_extensions:
  118151. web_1 | - Nothing to migrate.
  118152. web_1 | - Loading initial data for django_extensions.
  118153. web_1 | Installed 0 object(s) from 0 fixture(s)
  118154. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118155. web_1 | [GCC 4.9.2] on linux2
  118156. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118157. web_1 | (InteractiveConsole)
  118158. web_1 |
  118159. web_1 | >>> >>> Starting the server
  118160. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118161. web_1 |
  118162. web_1 | Fatal error: Unable to find local grunt.
  118163. web_1 |
  118164. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118165. web_1 | your project. For more information about installing and configuring grunt,
  118166. web_1 | please see the Getting Started guide:
  118167. web_1 |
  118168. web_1 | http://gruntjs.com/getting-started
  118169. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118170. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118171. web_1 | Syncing...
  118172. web_1 | Creating tables ...
  118173. web_1 | Installing custom SQL ...
  118174. web_1 | Installing indexes ...
  118175. web_1 | Installed 0 object(s) from 0 fixture(s)
  118176. web_1 |
  118177. web_1 | Synced:
  118178. web_1 | > django.contrib.auth
  118179. web_1 | > django.contrib.contenttypes
  118180. web_1 | > django.contrib.sessions
  118181. web_1 | > django.contrib.sites
  118182. web_1 | > django.contrib.messages
  118183. web_1 | > django.contrib.staticfiles
  118184. web_1 | > django.contrib.admin
  118185. web_1 | > south
  118186. web_1 | > crispy_forms
  118187. web_1 | > avatar
  118188. web_1 | > bootstrap3
  118189. web_1 | > users
  118190. web_1 | > allauth
  118191. web_1 | > allauth.account
  118192. web_1 | > django.contrib.humanize
  118193. web_1 | > debug_toolbar
  118194. web_1 |
  118195. web_1 | Not synced (use migrations):
  118196. web_1 | - allauth.socialaccount
  118197. web_1 | - django_extensions
  118198. web_1 | (use ./manage.py migrate to migrate these)
  118199. web_1 | Running migrations for socialaccount:
  118200. web_1 | - Nothing to migrate.
  118201. web_1 | - Loading initial data for socialaccount.
  118202. web_1 | Installed 0 object(s) from 0 fixture(s)
  118203. web_1 | Running migrations for django_extensions:
  118204. web_1 | - Nothing to migrate.
  118205. web_1 | - Loading initial data for django_extensions.
  118206. web_1 | Installed 0 object(s) from 0 fixture(s)
  118207. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118208. web_1 | [GCC 4.9.2] on linux2
  118209. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118210. web_1 | (InteractiveConsole)
  118211. web_1 |
  118212. web_1 | >>> >>> Starting the server
  118213. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118214. web_1 |
  118215. web_1 | Fatal error: Unable to find local grunt.
  118216. web_1 |
  118217. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118218. web_1 | your project. For more information about installing and configuring grunt,
  118219. web_1 | please see the Getting Started guide:
  118220. web_1 |
  118221. web_1 | http://gruntjs.com/getting-started
  118222. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118223. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118224. web_1 | Syncing...
  118225. web_1 | Creating tables ...
  118226. web_1 | Installing custom SQL ...
  118227. web_1 | Installing indexes ...
  118228. web_1 | Installed 0 object(s) from 0 fixture(s)
  118229. web_1 |
  118230. web_1 | Synced:
  118231. web_1 | > django.contrib.auth
  118232. web_1 | > django.contrib.contenttypes
  118233. web_1 | > django.contrib.sessions
  118234. web_1 | > django.contrib.sites
  118235. web_1 | > django.contrib.messages
  118236. web_1 | > django.contrib.staticfiles
  118237. web_1 | > django.contrib.admin
  118238. web_1 | > south
  118239. web_1 | > crispy_forms
  118240. web_1 | > avatar
  118241. web_1 | > bootstrap3
  118242. web_1 | > users
  118243. web_1 | > allauth
  118244. web_1 | > allauth.account
  118245. web_1 | > django.contrib.humanize
  118246. web_1 | > debug_toolbar
  118247. web_1 |
  118248. web_1 | Not synced (use migrations):
  118249. web_1 | - allauth.socialaccount
  118250. web_1 | - django_extensions
  118251. web_1 | (use ./manage.py migrate to migrate these)
  118252. web_1 | Running migrations for socialaccount:
  118253. web_1 | - Nothing to migrate.
  118254. web_1 | - Loading initial data for socialaccount.
  118255. web_1 | Installed 0 object(s) from 0 fixture(s)
  118256. web_1 | Running migrations for django_extensions:
  118257. web_1 | - Nothing to migrate.
  118258. web_1 | - Loading initial data for django_extensions.
  118259. web_1 | Installed 0 object(s) from 0 fixture(s)
  118260. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118261. web_1 | [GCC 4.9.2] on linux2
  118262. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118263. web_1 | (InteractiveConsole)
  118264. web_1 |
  118265. web_1 | >>> >>> Starting the server
  118266. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118267. web_1 |
  118268. web_1 | Fatal error: Unable to find local grunt.
  118269. web_1 |
  118270. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118271. web_1 | your project. For more information about installing and configuring grunt,
  118272. web_1 | please see the Getting Started guide:
  118273. web_1 |
  118274. web_1 | http://gruntjs.com/getting-started
  118275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118276. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118277. web_1 | Syncing...
  118278. web_1 | Creating tables ...
  118279. web_1 | Installing custom SQL ...
  118280. web_1 | Installing indexes ...
  118281. web_1 | Installed 0 object(s) from 0 fixture(s)
  118282. web_1 |
  118283. web_1 | Synced:
  118284. web_1 | > django.contrib.auth
  118285. web_1 | > django.contrib.contenttypes
  118286. web_1 | > django.contrib.sessions
  118287. web_1 | > django.contrib.sites
  118288. web_1 | > django.contrib.messages
  118289. web_1 | > django.contrib.staticfiles
  118290. web_1 | > django.contrib.admin
  118291. web_1 | > south
  118292. web_1 | > crispy_forms
  118293. web_1 | > avatar
  118294. web_1 | > bootstrap3
  118295. web_1 | > users
  118296. web_1 | > allauth
  118297. web_1 | > allauth.account
  118298. web_1 | > django.contrib.humanize
  118299. web_1 | > debug_toolbar
  118300. web_1 |
  118301. web_1 | Not synced (use migrations):
  118302. web_1 | - allauth.socialaccount
  118303. web_1 | - django_extensions
  118304. web_1 | (use ./manage.py migrate to migrate these)
  118305. web_1 | Running migrations for socialaccount:
  118306. web_1 | - Nothing to migrate.
  118307. web_1 | - Loading initial data for socialaccount.
  118308. web_1 | Installed 0 object(s) from 0 fixture(s)
  118309. web_1 | Running migrations for django_extensions:
  118310. web_1 | - Nothing to migrate.
  118311. web_1 | - Loading initial data for django_extensions.
  118312. web_1 | Installed 0 object(s) from 0 fixture(s)
  118313. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118314. web_1 | [GCC 4.9.2] on linux2
  118315. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118316. web_1 | (InteractiveConsole)
  118317. web_1 |
  118318. web_1 | >>> >>> Starting the server
  118319. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118320. web_1 |
  118321. web_1 | Fatal error: Unable to find local grunt.
  118322. web_1 |
  118323. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118324. web_1 | your project. For more information about installing and configuring grunt,
  118325. web_1 | please see the Getting Started guide:
  118326. web_1 |
  118327. web_1 | http://gruntjs.com/getting-started
  118328. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118329. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118330. web_1 | Syncing...
  118331. web_1 | Creating tables ...
  118332. web_1 | Installing custom SQL ...
  118333. web_1 | Installing indexes ...
  118334. web_1 | Installed 0 object(s) from 0 fixture(s)
  118335. web_1 |
  118336. web_1 | Synced:
  118337. web_1 | > django.contrib.auth
  118338. web_1 | > django.contrib.contenttypes
  118339. web_1 | > django.contrib.sessions
  118340. web_1 | > django.contrib.sites
  118341. web_1 | > django.contrib.messages
  118342. web_1 | > django.contrib.staticfiles
  118343. web_1 | > django.contrib.admin
  118344. web_1 | > south
  118345. web_1 | > crispy_forms
  118346. web_1 | > avatar
  118347. web_1 | > bootstrap3
  118348. web_1 | > users
  118349. web_1 | > allauth
  118350. web_1 | > allauth.account
  118351. web_1 | > django.contrib.humanize
  118352. web_1 | > debug_toolbar
  118353. web_1 |
  118354. web_1 | Not synced (use migrations):
  118355. web_1 | - allauth.socialaccount
  118356. web_1 | - django_extensions
  118357. web_1 | (use ./manage.py migrate to migrate these)
  118358. web_1 | Running migrations for socialaccount:
  118359. web_1 | - Nothing to migrate.
  118360. web_1 | - Loading initial data for socialaccount.
  118361. web_1 | Installed 0 object(s) from 0 fixture(s)
  118362. web_1 | Running migrations for django_extensions:
  118363. web_1 | - Nothing to migrate.
  118364. web_1 | - Loading initial data for django_extensions.
  118365. web_1 | Installed 0 object(s) from 0 fixture(s)
  118366. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118367. web_1 | [GCC 4.9.2] on linux2
  118368. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118369. web_1 | (InteractiveConsole)
  118370. web_1 |
  118371. web_1 | >>> >>> Starting the server
  118372. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118373. web_1 |
  118374. web_1 | Fatal error: Unable to find local grunt.
  118375. web_1 |
  118376. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118377. web_1 | your project. For more information about installing and configuring grunt,
  118378. web_1 | please see the Getting Started guide:
  118379. web_1 |
  118380. web_1 | http://gruntjs.com/getting-started
  118381. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118382. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118383. web_1 | Syncing...
  118384. web_1 | Creating tables ...
  118385. web_1 | Installing custom SQL ...
  118386. web_1 | Installing indexes ...
  118387. web_1 | Installed 0 object(s) from 0 fixture(s)
  118388. web_1 |
  118389. web_1 | Synced:
  118390. web_1 | > django.contrib.auth
  118391. web_1 | > django.contrib.contenttypes
  118392. web_1 | > django.contrib.sessions
  118393. web_1 | > django.contrib.sites
  118394. web_1 | > django.contrib.messages
  118395. web_1 | > django.contrib.staticfiles
  118396. web_1 | > django.contrib.admin
  118397. web_1 | > south
  118398. web_1 | > crispy_forms
  118399. web_1 | > avatar
  118400. web_1 | > bootstrap3
  118401. web_1 | > users
  118402. web_1 | > allauth
  118403. web_1 | > allauth.account
  118404. web_1 | > django.contrib.humanize
  118405. web_1 | > debug_toolbar
  118406. web_1 |
  118407. web_1 | Not synced (use migrations):
  118408. web_1 | - allauth.socialaccount
  118409. web_1 | - django_extensions
  118410. web_1 | (use ./manage.py migrate to migrate these)
  118411. web_1 | Running migrations for socialaccount:
  118412. web_1 | - Nothing to migrate.
  118413. web_1 | - Loading initial data for socialaccount.
  118414. web_1 | Installed 0 object(s) from 0 fixture(s)
  118415. web_1 | Running migrations for django_extensions:
  118416. web_1 | - Nothing to migrate.
  118417. web_1 | - Loading initial data for django_extensions.
  118418. web_1 | Installed 0 object(s) from 0 fixture(s)
  118419. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118420. web_1 | [GCC 4.9.2] on linux2
  118421. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118422. web_1 | (InteractiveConsole)
  118423. web_1 |
  118424. web_1 | >>> >>> Starting the server
  118425. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118426. web_1 |
  118427. web_1 | Fatal error: Unable to find local grunt.
  118428. web_1 |
  118429. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118430. web_1 | your project. For more information about installing and configuring grunt,
  118431. web_1 | please see the Getting Started guide:
  118432. web_1 |
  118433. web_1 | http://gruntjs.com/getting-started
  118434. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118435. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118436. web_1 | Syncing...
  118437. web_1 | Creating tables ...
  118438. web_1 | Installing custom SQL ...
  118439. web_1 | Installing indexes ...
  118440. web_1 | Installed 0 object(s) from 0 fixture(s)
  118441. web_1 |
  118442. web_1 | Synced:
  118443. web_1 | > django.contrib.auth
  118444. web_1 | > django.contrib.contenttypes
  118445. web_1 | > django.contrib.sessions
  118446. web_1 | > django.contrib.sites
  118447. web_1 | > django.contrib.messages
  118448. web_1 | > django.contrib.staticfiles
  118449. web_1 | > django.contrib.admin
  118450. web_1 | > south
  118451. web_1 | > crispy_forms
  118452. web_1 | > avatar
  118453. web_1 | > bootstrap3
  118454. web_1 | > users
  118455. web_1 | > allauth
  118456. web_1 | > allauth.account
  118457. web_1 | > django.contrib.humanize
  118458. web_1 | > debug_toolbar
  118459. web_1 |
  118460. web_1 | Not synced (use migrations):
  118461. web_1 | - allauth.socialaccount
  118462. web_1 | - django_extensions
  118463. web_1 | (use ./manage.py migrate to migrate these)
  118464. web_1 | Running migrations for socialaccount:
  118465. web_1 | - Nothing to migrate.
  118466. web_1 | - Loading initial data for socialaccount.
  118467. web_1 | Installed 0 object(s) from 0 fixture(s)
  118468. web_1 | Running migrations for django_extensions:
  118469. web_1 | - Nothing to migrate.
  118470. web_1 | - Loading initial data for django_extensions.
  118471. web_1 | Installed 0 object(s) from 0 fixture(s)
  118472. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118473. web_1 | [GCC 4.9.2] on linux2
  118474. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118475. web_1 | (InteractiveConsole)
  118476. web_1 |
  118477. web_1 | >>> >>> Starting the server
  118478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118479. web_1 |
  118480. web_1 | Fatal error: Unable to find local grunt.
  118481. web_1 |
  118482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118483. web_1 | your project. For more information about installing and configuring grunt,
  118484. web_1 | please see the Getting Started guide:
  118485. web_1 |
  118486. web_1 | http://gruntjs.com/getting-started
  118487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118488. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118489. web_1 | Syncing...
  118490. web_1 | Creating tables ...
  118491. web_1 | Installing custom SQL ...
  118492. web_1 | Installing indexes ...
  118493. web_1 | Installed 0 object(s) from 0 fixture(s)
  118494. web_1 |
  118495. web_1 | Synced:
  118496. web_1 | > django.contrib.auth
  118497. web_1 | > django.contrib.contenttypes
  118498. web_1 | > django.contrib.sessions
  118499. web_1 | > django.contrib.sites
  118500. web_1 | > django.contrib.messages
  118501. web_1 | > django.contrib.staticfiles
  118502. web_1 | > django.contrib.admin
  118503. web_1 | > south
  118504. web_1 | > crispy_forms
  118505. web_1 | > avatar
  118506. web_1 | > bootstrap3
  118507. web_1 | > users
  118508. web_1 | > allauth
  118509. web_1 | > allauth.account
  118510. web_1 | > django.contrib.humanize
  118511. web_1 | > debug_toolbar
  118512. web_1 |
  118513. web_1 | Not synced (use migrations):
  118514. web_1 | - allauth.socialaccount
  118515. web_1 | - django_extensions
  118516. web_1 | (use ./manage.py migrate to migrate these)
  118517. web_1 | Running migrations for socialaccount:
  118518. web_1 | - Nothing to migrate.
  118519. web_1 | - Loading initial data for socialaccount.
  118520. web_1 | Installed 0 object(s) from 0 fixture(s)
  118521. web_1 | Running migrations for django_extensions:
  118522. web_1 | - Nothing to migrate.
  118523. web_1 | - Loading initial data for django_extensions.
  118524. web_1 | Installed 0 object(s) from 0 fixture(s)
  118525. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118526. web_1 | [GCC 4.9.2] on linux2
  118527. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118528. web_1 | (InteractiveConsole)
  118529. web_1 |
  118530. web_1 | >>> >>> Starting the server
  118531. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118532. web_1 |
  118533. web_1 | Fatal error: Unable to find local grunt.
  118534. web_1 |
  118535. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118536. web_1 | your project. For more information about installing and configuring grunt,
  118537. web_1 | please see the Getting Started guide:
  118538. web_1 |
  118539. web_1 | http://gruntjs.com/getting-started
  118540. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118541. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118542. web_1 | Syncing...
  118543. web_1 | Creating tables ...
  118544. web_1 | Installing custom SQL ...
  118545. web_1 | Installing indexes ...
  118546. web_1 | Installed 0 object(s) from 0 fixture(s)
  118547. web_1 |
  118548. web_1 | Synced:
  118549. web_1 | > django.contrib.auth
  118550. web_1 | > django.contrib.contenttypes
  118551. web_1 | > django.contrib.sessions
  118552. web_1 | > django.contrib.sites
  118553. web_1 | > django.contrib.messages
  118554. web_1 | > django.contrib.staticfiles
  118555. web_1 | > django.contrib.admin
  118556. web_1 | > south
  118557. web_1 | > crispy_forms
  118558. web_1 | > avatar
  118559. web_1 | > bootstrap3
  118560. web_1 | > users
  118561. web_1 | > allauth
  118562. web_1 | > allauth.account
  118563. web_1 | > django.contrib.humanize
  118564. web_1 | > debug_toolbar
  118565. web_1 |
  118566. web_1 | Not synced (use migrations):
  118567. web_1 | - allauth.socialaccount
  118568. web_1 | - django_extensions
  118569. web_1 | (use ./manage.py migrate to migrate these)
  118570. web_1 | Running migrations for socialaccount:
  118571. web_1 | - Nothing to migrate.
  118572. web_1 | - Loading initial data for socialaccount.
  118573. web_1 | Installed 0 object(s) from 0 fixture(s)
  118574. web_1 | Running migrations for django_extensions:
  118575. web_1 | - Nothing to migrate.
  118576. web_1 | - Loading initial data for django_extensions.
  118577. web_1 | Installed 0 object(s) from 0 fixture(s)
  118578. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118579. web_1 | [GCC 4.9.2] on linux2
  118580. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118581. web_1 | (InteractiveConsole)
  118582. web_1 |
  118583. web_1 | >>> >>> Starting the server
  118584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118585. web_1 |
  118586. web_1 | Fatal error: Unable to find local grunt.
  118587. web_1 |
  118588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118589. web_1 | your project. For more information about installing and configuring grunt,
  118590. web_1 | please see the Getting Started guide:
  118591. web_1 |
  118592. web_1 | http://gruntjs.com/getting-started
  118593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118594. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118595. web_1 | Syncing...
  118596. web_1 | Creating tables ...
  118597. web_1 | Installing custom SQL ...
  118598. web_1 | Installing indexes ...
  118599. web_1 | Installed 0 object(s) from 0 fixture(s)
  118600. web_1 |
  118601. web_1 | Synced:
  118602. web_1 | > django.contrib.auth
  118603. web_1 | > django.contrib.contenttypes
  118604. web_1 | > django.contrib.sessions
  118605. web_1 | > django.contrib.sites
  118606. web_1 | > django.contrib.messages
  118607. web_1 | > django.contrib.staticfiles
  118608. web_1 | > django.contrib.admin
  118609. web_1 | > south
  118610. web_1 | > crispy_forms
  118611. web_1 | > avatar
  118612. web_1 | > bootstrap3
  118613. web_1 | > users
  118614. web_1 | > allauth
  118615. web_1 | > allauth.account
  118616. web_1 | > django.contrib.humanize
  118617. web_1 | > debug_toolbar
  118618. web_1 |
  118619. web_1 | Not synced (use migrations):
  118620. web_1 | - allauth.socialaccount
  118621. web_1 | - django_extensions
  118622. web_1 | (use ./manage.py migrate to migrate these)
  118623. web_1 | Running migrations for socialaccount:
  118624. web_1 | - Nothing to migrate.
  118625. web_1 | - Loading initial data for socialaccount.
  118626. web_1 | Installed 0 object(s) from 0 fixture(s)
  118627. web_1 | Running migrations for django_extensions:
  118628. web_1 | - Nothing to migrate.
  118629. web_1 | - Loading initial data for django_extensions.
  118630. web_1 | Installed 0 object(s) from 0 fixture(s)
  118631. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118632. web_1 | [GCC 4.9.2] on linux2
  118633. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118634. web_1 | (InteractiveConsole)
  118635. web_1 |
  118636. web_1 | >>> >>> Starting the server
  118637. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118638. web_1 |
  118639. web_1 | Fatal error: Unable to find local grunt.
  118640. web_1 |
  118641. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118642. web_1 | your project. For more information about installing and configuring grunt,
  118643. web_1 | please see the Getting Started guide:
  118644. web_1 |
  118645. web_1 | http://gruntjs.com/getting-started
  118646. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118647. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118648. web_1 | Syncing...
  118649. web_1 | Creating tables ...
  118650. web_1 | Installing custom SQL ...
  118651. web_1 | Installing indexes ...
  118652. web_1 | Installed 0 object(s) from 0 fixture(s)
  118653. web_1 |
  118654. web_1 | Synced:
  118655. web_1 | > django.contrib.auth
  118656. web_1 | > django.contrib.contenttypes
  118657. web_1 | > django.contrib.sessions
  118658. web_1 | > django.contrib.sites
  118659. web_1 | > django.contrib.messages
  118660. web_1 | > django.contrib.staticfiles
  118661. web_1 | > django.contrib.admin
  118662. web_1 | > south
  118663. web_1 | > crispy_forms
  118664. web_1 | > avatar
  118665. web_1 | > bootstrap3
  118666. web_1 | > users
  118667. web_1 | > allauth
  118668. web_1 | > allauth.account
  118669. web_1 | > django.contrib.humanize
  118670. web_1 | > debug_toolbar
  118671. web_1 |
  118672. web_1 | Not synced (use migrations):
  118673. web_1 | - allauth.socialaccount
  118674. web_1 | - django_extensions
  118675. web_1 | (use ./manage.py migrate to migrate these)
  118676. web_1 | Running migrations for socialaccount:
  118677. web_1 | - Nothing to migrate.
  118678. web_1 | - Loading initial data for socialaccount.
  118679. web_1 | Installed 0 object(s) from 0 fixture(s)
  118680. web_1 | Running migrations for django_extensions:
  118681. web_1 | - Nothing to migrate.
  118682. web_1 | - Loading initial data for django_extensions.
  118683. web_1 | Installed 0 object(s) from 0 fixture(s)
  118684. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118685. web_1 | [GCC 4.9.2] on linux2
  118686. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118687. web_1 | (InteractiveConsole)
  118688. web_1 |
  118689. web_1 | >>> >>> Starting the server
  118690. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118691. web_1 |
  118692. web_1 | Fatal error: Unable to find local grunt.
  118693. web_1 |
  118694. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118695. web_1 | your project. For more information about installing and configuring grunt,
  118696. web_1 | please see the Getting Started guide:
  118697. web_1 |
  118698. web_1 | http://gruntjs.com/getting-started
  118699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118701. web_1 | Syncing...
  118702. web_1 | Creating tables ...
  118703. web_1 | Installing custom SQL ...
  118704. web_1 | Installing indexes ...
  118705. web_1 | Installed 0 object(s) from 0 fixture(s)
  118706. web_1 |
  118707. web_1 | Synced:
  118708. web_1 | > django.contrib.auth
  118709. web_1 | > django.contrib.contenttypes
  118710. web_1 | > django.contrib.sessions
  118711. web_1 | > django.contrib.sites
  118712. web_1 | > django.contrib.messages
  118713. web_1 | > django.contrib.staticfiles
  118714. web_1 | > django.contrib.admin
  118715. web_1 | > south
  118716. web_1 | > crispy_forms
  118717. web_1 | > avatar
  118718. web_1 | > bootstrap3
  118719. web_1 | > users
  118720. web_1 | > allauth
  118721. web_1 | > allauth.account
  118722. web_1 | > django.contrib.humanize
  118723. web_1 | > debug_toolbar
  118724. web_1 |
  118725. web_1 | Not synced (use migrations):
  118726. web_1 | - allauth.socialaccount
  118727. web_1 | - django_extensions
  118728. web_1 | (use ./manage.py migrate to migrate these)
  118729. web_1 | Running migrations for socialaccount:
  118730. web_1 | - Nothing to migrate.
  118731. web_1 | - Loading initial data for socialaccount.
  118732. web_1 | Installed 0 object(s) from 0 fixture(s)
  118733. web_1 | Running migrations for django_extensions:
  118734. web_1 | - Nothing to migrate.
  118735. web_1 | - Loading initial data for django_extensions.
  118736. web_1 | Installed 0 object(s) from 0 fixture(s)
  118737. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118738. web_1 | [GCC 4.9.2] on linux2
  118739. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118740. web_1 | (InteractiveConsole)
  118741. web_1 |
  118742. web_1 | >>> >>> Starting the server
  118743. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118744. web_1 |
  118745. web_1 | Fatal error: Unable to find local grunt.
  118746. web_1 |
  118747. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118748. web_1 | your project. For more information about installing and configuring grunt,
  118749. web_1 | please see the Getting Started guide:
  118750. web_1 |
  118751. web_1 | http://gruntjs.com/getting-started
  118752. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118753. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118754. web_1 | Syncing...
  118755. web_1 | Creating tables ...
  118756. web_1 | Installing custom SQL ...
  118757. web_1 | Installing indexes ...
  118758. web_1 | Installed 0 object(s) from 0 fixture(s)
  118759. web_1 |
  118760. web_1 | Synced:
  118761. web_1 | > django.contrib.auth
  118762. web_1 | > django.contrib.contenttypes
  118763. web_1 | > django.contrib.sessions
  118764. web_1 | > django.contrib.sites
  118765. web_1 | > django.contrib.messages
  118766. web_1 | > django.contrib.staticfiles
  118767. web_1 | > django.contrib.admin
  118768. web_1 | > south
  118769. web_1 | > crispy_forms
  118770. web_1 | > avatar
  118771. web_1 | > bootstrap3
  118772. web_1 | > users
  118773. web_1 | > allauth
  118774. web_1 | > allauth.account
  118775. web_1 | > django.contrib.humanize
  118776. web_1 | > debug_toolbar
  118777. web_1 |
  118778. web_1 | Not synced (use migrations):
  118779. web_1 | - allauth.socialaccount
  118780. web_1 | - django_extensions
  118781. web_1 | (use ./manage.py migrate to migrate these)
  118782. web_1 | Running migrations for socialaccount:
  118783. web_1 | - Nothing to migrate.
  118784. web_1 | - Loading initial data for socialaccount.
  118785. web_1 | Installed 0 object(s) from 0 fixture(s)
  118786. web_1 | Running migrations for django_extensions:
  118787. web_1 | - Nothing to migrate.
  118788. web_1 | - Loading initial data for django_extensions.
  118789. web_1 | Installed 0 object(s) from 0 fixture(s)
  118790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118791. web_1 | [GCC 4.9.2] on linux2
  118792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118793. web_1 | (InteractiveConsole)
  118794. web_1 |
  118795. web_1 | >>> >>> Starting the server
  118796. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118797. web_1 |
  118798. web_1 | Fatal error: Unable to find local grunt.
  118799. web_1 |
  118800. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118801. web_1 | your project. For more information about installing and configuring grunt,
  118802. web_1 | please see the Getting Started guide:
  118803. web_1 |
  118804. web_1 | http://gruntjs.com/getting-started
  118805. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118806. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118807. web_1 | Syncing...
  118808. web_1 | Creating tables ...
  118809. web_1 | Installing custom SQL ...
  118810. web_1 | Installing indexes ...
  118811. web_1 | Installed 0 object(s) from 0 fixture(s)
  118812. web_1 |
  118813. web_1 | Synced:
  118814. web_1 | > django.contrib.auth
  118815. web_1 | > django.contrib.contenttypes
  118816. web_1 | > django.contrib.sessions
  118817. web_1 | > django.contrib.sites
  118818. web_1 | > django.contrib.messages
  118819. web_1 | > django.contrib.staticfiles
  118820. web_1 | > django.contrib.admin
  118821. web_1 | > south
  118822. web_1 | > crispy_forms
  118823. web_1 | > avatar
  118824. web_1 | > bootstrap3
  118825. web_1 | > users
  118826. web_1 | > allauth
  118827. web_1 | > allauth.account
  118828. web_1 | > django.contrib.humanize
  118829. web_1 | > debug_toolbar
  118830. web_1 |
  118831. web_1 | Not synced (use migrations):
  118832. web_1 | - allauth.socialaccount
  118833. web_1 | - django_extensions
  118834. web_1 | (use ./manage.py migrate to migrate these)
  118835. web_1 | Running migrations for socialaccount:
  118836. web_1 | - Nothing to migrate.
  118837. web_1 | - Loading initial data for socialaccount.
  118838. web_1 | Installed 0 object(s) from 0 fixture(s)
  118839. web_1 | Running migrations for django_extensions:
  118840. web_1 | - Nothing to migrate.
  118841. web_1 | - Loading initial data for django_extensions.
  118842. web_1 | Installed 0 object(s) from 0 fixture(s)
  118843. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118844. web_1 | [GCC 4.9.2] on linux2
  118845. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118846. web_1 | (InteractiveConsole)
  118847. web_1 |
  118848. web_1 | >>> >>> Starting the server
  118849. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118850. web_1 |
  118851. web_1 | Fatal error: Unable to find local grunt.
  118852. web_1 |
  118853. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118854. web_1 | your project. For more information about installing and configuring grunt,
  118855. web_1 | please see the Getting Started guide:
  118856. web_1 |
  118857. web_1 | http://gruntjs.com/getting-started
  118858. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118859. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118860. web_1 | Syncing...
  118861. web_1 | Creating tables ...
  118862. web_1 | Installing custom SQL ...
  118863. web_1 | Installing indexes ...
  118864. web_1 | Installed 0 object(s) from 0 fixture(s)
  118865. web_1 |
  118866. web_1 | Synced:
  118867. web_1 | > django.contrib.auth
  118868. web_1 | > django.contrib.contenttypes
  118869. web_1 | > django.contrib.sessions
  118870. web_1 | > django.contrib.sites
  118871. web_1 | > django.contrib.messages
  118872. web_1 | > django.contrib.staticfiles
  118873. web_1 | > django.contrib.admin
  118874. web_1 | > south
  118875. web_1 | > crispy_forms
  118876. web_1 | > avatar
  118877. web_1 | > bootstrap3
  118878. web_1 | > users
  118879. web_1 | > allauth
  118880. web_1 | > allauth.account
  118881. web_1 | > django.contrib.humanize
  118882. web_1 | > debug_toolbar
  118883. web_1 |
  118884. web_1 | Not synced (use migrations):
  118885. web_1 | - allauth.socialaccount
  118886. web_1 | - django_extensions
  118887. web_1 | (use ./manage.py migrate to migrate these)
  118888. web_1 | Running migrations for socialaccount:
  118889. web_1 | - Nothing to migrate.
  118890. web_1 | - Loading initial data for socialaccount.
  118891. web_1 | Installed 0 object(s) from 0 fixture(s)
  118892. web_1 | Running migrations for django_extensions:
  118893. web_1 | - Nothing to migrate.
  118894. web_1 | - Loading initial data for django_extensions.
  118895. web_1 | Installed 0 object(s) from 0 fixture(s)
  118896. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118897. web_1 | [GCC 4.9.2] on linux2
  118898. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118899. web_1 | (InteractiveConsole)
  118900. web_1 |
  118901. web_1 | >>> >>> Starting the server
  118902. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118903. web_1 |
  118904. web_1 | Fatal error: Unable to find local grunt.
  118905. web_1 |
  118906. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118907. web_1 | your project. For more information about installing and configuring grunt,
  118908. web_1 | please see the Getting Started guide:
  118909. web_1 |
  118910. web_1 | http://gruntjs.com/getting-started
  118911. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118912. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118913. web_1 | Syncing...
  118914. web_1 | Creating tables ...
  118915. web_1 | Installing custom SQL ...
  118916. web_1 | Installing indexes ...
  118917. web_1 | Installed 0 object(s) from 0 fixture(s)
  118918. web_1 |
  118919. web_1 | Synced:
  118920. web_1 | > django.contrib.auth
  118921. web_1 | > django.contrib.contenttypes
  118922. web_1 | > django.contrib.sessions
  118923. web_1 | > django.contrib.sites
  118924. web_1 | > django.contrib.messages
  118925. web_1 | > django.contrib.staticfiles
  118926. web_1 | > django.contrib.admin
  118927. web_1 | > south
  118928. web_1 | > crispy_forms
  118929. web_1 | > avatar
  118930. web_1 | > bootstrap3
  118931. web_1 | > users
  118932. web_1 | > allauth
  118933. web_1 | > allauth.account
  118934. web_1 | > django.contrib.humanize
  118935. web_1 | > debug_toolbar
  118936. web_1 |
  118937. web_1 | Not synced (use migrations):
  118938. web_1 | - allauth.socialaccount
  118939. web_1 | - django_extensions
  118940. web_1 | (use ./manage.py migrate to migrate these)
  118941. web_1 | Running migrations for socialaccount:
  118942. web_1 | - Nothing to migrate.
  118943. web_1 | - Loading initial data for socialaccount.
  118944. web_1 | Installed 0 object(s) from 0 fixture(s)
  118945. web_1 | Running migrations for django_extensions:
  118946. web_1 | - Nothing to migrate.
  118947. web_1 | - Loading initial data for django_extensions.
  118948. web_1 | Installed 0 object(s) from 0 fixture(s)
  118949. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  118950. web_1 | [GCC 4.9.2] on linux2
  118951. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  118952. web_1 | (InteractiveConsole)
  118953. web_1 |
  118954. web_1 | >>> >>> Starting the server
  118955. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  118956. web_1 |
  118957. web_1 | Fatal error: Unable to find local grunt.
  118958. web_1 |
  118959. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  118960. web_1 | your project. For more information about installing and configuring grunt,
  118961. web_1 | please see the Getting Started guide:
  118962. web_1 |
  118963. web_1 | http://gruntjs.com/getting-started
  118964. web_1 | Starting OpenBSD Secure Shell server: sshd.
  118965. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  118966. web_1 | Syncing...
  118967. web_1 | Creating tables ...
  118968. web_1 | Installing custom SQL ...
  118969. web_1 | Installing indexes ...
  118970. web_1 | Installed 0 object(s) from 0 fixture(s)
  118971. web_1 |
  118972. web_1 | Synced:
  118973. web_1 | > django.contrib.auth
  118974. web_1 | > django.contrib.contenttypes
  118975. web_1 | > django.contrib.sessions
  118976. web_1 | > django.contrib.sites
  118977. web_1 | > django.contrib.messages
  118978. web_1 | > django.contrib.staticfiles
  118979. web_1 | > django.contrib.admin
  118980. web_1 | > south
  118981. web_1 | > crispy_forms
  118982. web_1 | > avatar
  118983. web_1 | > bootstrap3
  118984. web_1 | > users
  118985. web_1 | > allauth
  118986. web_1 | > allauth.account
  118987. web_1 | > django.contrib.humanize
  118988. web_1 | > debug_toolbar
  118989. web_1 |
  118990. web_1 | Not synced (use migrations):
  118991. web_1 | - allauth.socialaccount
  118992. web_1 | - django_extensions
  118993. web_1 | (use ./manage.py migrate to migrate these)
  118994. web_1 | Running migrations for socialaccount:
  118995. web_1 | - Nothing to migrate.
  118996. web_1 | - Loading initial data for socialaccount.
  118997. web_1 | Installed 0 object(s) from 0 fixture(s)
  118998. web_1 | Running migrations for django_extensions:
  118999. web_1 | - Nothing to migrate.
  119000. web_1 | - Loading initial data for django_extensions.
  119001. web_1 | Installed 0 object(s) from 0 fixture(s)
  119002. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119003. web_1 | [GCC 4.9.2] on linux2
  119004. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119005. web_1 | (InteractiveConsole)
  119006. web_1 |
  119007. web_1 | >>> >>> Starting the server
  119008. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119009. web_1 |
  119010. web_1 | Fatal error: Unable to find local grunt.
  119011. web_1 |
  119012. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119013. web_1 | your project. For more information about installing and configuring grunt,
  119014. web_1 | please see the Getting Started guide:
  119015. web_1 |
  119016. web_1 | http://gruntjs.com/getting-started
  119017. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119018. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119019. web_1 | Syncing...
  119020. web_1 | Creating tables ...
  119021. web_1 | Installing custom SQL ...
  119022. web_1 | Installing indexes ...
  119023. web_1 | Installed 0 object(s) from 0 fixture(s)
  119024. web_1 |
  119025. web_1 | Synced:
  119026. web_1 | > django.contrib.auth
  119027. web_1 | > django.contrib.contenttypes
  119028. web_1 | > django.contrib.sessions
  119029. web_1 | > django.contrib.sites
  119030. web_1 | > django.contrib.messages
  119031. web_1 | > django.contrib.staticfiles
  119032. web_1 | > django.contrib.admin
  119033. web_1 | > south
  119034. web_1 | > crispy_forms
  119035. web_1 | > avatar
  119036. web_1 | > bootstrap3
  119037. web_1 | > users
  119038. web_1 | > allauth
  119039. web_1 | > allauth.account
  119040. web_1 | > django.contrib.humanize
  119041. web_1 | > debug_toolbar
  119042. web_1 |
  119043. web_1 | Not synced (use migrations):
  119044. web_1 | - allauth.socialaccount
  119045. web_1 | - django_extensions
  119046. web_1 | (use ./manage.py migrate to migrate these)
  119047. web_1 | Running migrations for socialaccount:
  119048. web_1 | - Nothing to migrate.
  119049. web_1 | - Loading initial data for socialaccount.
  119050. web_1 | Installed 0 object(s) from 0 fixture(s)
  119051. web_1 | Running migrations for django_extensions:
  119052. web_1 | - Nothing to migrate.
  119053. web_1 | - Loading initial data for django_extensions.
  119054. web_1 | Installed 0 object(s) from 0 fixture(s)
  119055. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119056. web_1 | [GCC 4.9.2] on linux2
  119057. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119058. web_1 | (InteractiveConsole)
  119059. web_1 |
  119060. web_1 | >>> >>> Starting the server
  119061. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119062. web_1 |
  119063. web_1 | Fatal error: Unable to find local grunt.
  119064. web_1 |
  119065. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119066. web_1 | your project. For more information about installing and configuring grunt,
  119067. web_1 | please see the Getting Started guide:
  119068. web_1 |
  119069. web_1 | http://gruntjs.com/getting-started
  119070. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119071. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119072. web_1 | Syncing...
  119073. web_1 | Creating tables ...
  119074. web_1 | Installing custom SQL ...
  119075. web_1 | Installing indexes ...
  119076. web_1 | Installed 0 object(s) from 0 fixture(s)
  119077. web_1 |
  119078. web_1 | Synced:
  119079. web_1 | > django.contrib.auth
  119080. web_1 | > django.contrib.contenttypes
  119081. web_1 | > django.contrib.sessions
  119082. web_1 | > django.contrib.sites
  119083. web_1 | > django.contrib.messages
  119084. web_1 | > django.contrib.staticfiles
  119085. web_1 | > django.contrib.admin
  119086. web_1 | > south
  119087. web_1 | > crispy_forms
  119088. web_1 | > avatar
  119089. web_1 | > bootstrap3
  119090. web_1 | > users
  119091. web_1 | > allauth
  119092. web_1 | > allauth.account
  119093. web_1 | > django.contrib.humanize
  119094. web_1 | > debug_toolbar
  119095. web_1 |
  119096. web_1 | Not synced (use migrations):
  119097. web_1 | - allauth.socialaccount
  119098. web_1 | - django_extensions
  119099. web_1 | (use ./manage.py migrate to migrate these)
  119100. web_1 | Running migrations for socialaccount:
  119101. web_1 | - Nothing to migrate.
  119102. web_1 | - Loading initial data for socialaccount.
  119103. web_1 | Installed 0 object(s) from 0 fixture(s)
  119104. web_1 | Running migrations for django_extensions:
  119105. web_1 | - Nothing to migrate.
  119106. web_1 | - Loading initial data for django_extensions.
  119107. web_1 | Installed 0 object(s) from 0 fixture(s)
  119108. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119109. web_1 | [GCC 4.9.2] on linux2
  119110. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119111. web_1 | (InteractiveConsole)
  119112. web_1 |
  119113. web_1 | >>> >>> Starting the server
  119114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119115. web_1 |
  119116. web_1 | Fatal error: Unable to find local grunt.
  119117. web_1 |
  119118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119119. web_1 | your project. For more information about installing and configuring grunt,
  119120. web_1 | please see the Getting Started guide:
  119121. web_1 |
  119122. web_1 | http://gruntjs.com/getting-started
  119123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119125. web_1 | Syncing...
  119126. web_1 | Creating tables ...
  119127. web_1 | Installing custom SQL ...
  119128. web_1 | Installing indexes ...
  119129. web_1 | Installed 0 object(s) from 0 fixture(s)
  119130. web_1 |
  119131. web_1 | Synced:
  119132. web_1 | > django.contrib.auth
  119133. web_1 | > django.contrib.contenttypes
  119134. web_1 | > django.contrib.sessions
  119135. web_1 | > django.contrib.sites
  119136. web_1 | > django.contrib.messages
  119137. web_1 | > django.contrib.staticfiles
  119138. web_1 | > django.contrib.admin
  119139. web_1 | > south
  119140. web_1 | > crispy_forms
  119141. web_1 | > avatar
  119142. web_1 | > bootstrap3
  119143. web_1 | > users
  119144. web_1 | > allauth
  119145. web_1 | > allauth.account
  119146. web_1 | > django.contrib.humanize
  119147. web_1 | > debug_toolbar
  119148. web_1 |
  119149. web_1 | Not synced (use migrations):
  119150. web_1 | - allauth.socialaccount
  119151. web_1 | - django_extensions
  119152. web_1 | (use ./manage.py migrate to migrate these)
  119153. web_1 | Running migrations for socialaccount:
  119154. web_1 | - Nothing to migrate.
  119155. web_1 | - Loading initial data for socialaccount.
  119156. web_1 | Installed 0 object(s) from 0 fixture(s)
  119157. web_1 | Running migrations for django_extensions:
  119158. web_1 | - Nothing to migrate.
  119159. web_1 | - Loading initial data for django_extensions.
  119160. web_1 | Installed 0 object(s) from 0 fixture(s)
  119161. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119162. web_1 | [GCC 4.9.2] on linux2
  119163. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119164. web_1 | (InteractiveConsole)
  119165. web_1 |
  119166. web_1 | >>> >>> Starting the server
  119167. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119168. web_1 |
  119169. web_1 | Fatal error: Unable to find local grunt.
  119170. web_1 |
  119171. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119172. web_1 | your project. For more information about installing and configuring grunt,
  119173. web_1 | please see the Getting Started guide:
  119174. web_1 |
  119175. web_1 | http://gruntjs.com/getting-started
  119176. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119177. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119178. web_1 | Syncing...
  119179. web_1 | Creating tables ...
  119180. web_1 | Installing custom SQL ...
  119181. web_1 | Installing indexes ...
  119182. web_1 | Installed 0 object(s) from 0 fixture(s)
  119183. web_1 |
  119184. web_1 | Synced:
  119185. web_1 | > django.contrib.auth
  119186. web_1 | > django.contrib.contenttypes
  119187. web_1 | > django.contrib.sessions
  119188. web_1 | > django.contrib.sites
  119189. web_1 | > django.contrib.messages
  119190. web_1 | > django.contrib.staticfiles
  119191. web_1 | > django.contrib.admin
  119192. web_1 | > south
  119193. web_1 | > crispy_forms
  119194. web_1 | > avatar
  119195. web_1 | > bootstrap3
  119196. web_1 | > users
  119197. web_1 | > allauth
  119198. web_1 | > allauth.account
  119199. web_1 | > django.contrib.humanize
  119200. web_1 | > debug_toolbar
  119201. web_1 |
  119202. web_1 | Not synced (use migrations):
  119203. web_1 | - allauth.socialaccount
  119204. web_1 | - django_extensions
  119205. web_1 | (use ./manage.py migrate to migrate these)
  119206. web_1 | Running migrations for socialaccount:
  119207. web_1 | - Nothing to migrate.
  119208. web_1 | - Loading initial data for socialaccount.
  119209. web_1 | Installed 0 object(s) from 0 fixture(s)
  119210. web_1 | Running migrations for django_extensions:
  119211. web_1 | - Nothing to migrate.
  119212. web_1 | - Loading initial data for django_extensions.
  119213. web_1 | Installed 0 object(s) from 0 fixture(s)
  119214. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119215. web_1 | [GCC 4.9.2] on linux2
  119216. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119217. web_1 | (InteractiveConsole)
  119218. web_1 |
  119219. web_1 | >>> >>> Starting the server
  119220. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119221. web_1 |
  119222. web_1 | Fatal error: Unable to find local grunt.
  119223. web_1 |
  119224. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119225. web_1 | your project. For more information about installing and configuring grunt,
  119226. web_1 | please see the Getting Started guide:
  119227. web_1 |
  119228. web_1 | http://gruntjs.com/getting-started
  119229. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119230. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119231. web_1 | Syncing...
  119232. web_1 | Creating tables ...
  119233. web_1 | Installing custom SQL ...
  119234. web_1 | Installing indexes ...
  119235. web_1 | Installed 0 object(s) from 0 fixture(s)
  119236. web_1 |
  119237. web_1 | Synced:
  119238. web_1 | > django.contrib.auth
  119239. web_1 | > django.contrib.contenttypes
  119240. web_1 | > django.contrib.sessions
  119241. web_1 | > django.contrib.sites
  119242. web_1 | > django.contrib.messages
  119243. web_1 | > django.contrib.staticfiles
  119244. web_1 | > django.contrib.admin
  119245. web_1 | > south
  119246. web_1 | > crispy_forms
  119247. web_1 | > avatar
  119248. web_1 | > bootstrap3
  119249. web_1 | > users
  119250. web_1 | > allauth
  119251. web_1 | > allauth.account
  119252. web_1 | > django.contrib.humanize
  119253. web_1 | > debug_toolbar
  119254. web_1 |
  119255. web_1 | Not synced (use migrations):
  119256. web_1 | - allauth.socialaccount
  119257. web_1 | - django_extensions
  119258. web_1 | (use ./manage.py migrate to migrate these)
  119259. web_1 | Running migrations for socialaccount:
  119260. web_1 | - Nothing to migrate.
  119261. web_1 | - Loading initial data for socialaccount.
  119262. web_1 | Installed 0 object(s) from 0 fixture(s)
  119263. web_1 | Running migrations for django_extensions:
  119264. web_1 | - Nothing to migrate.
  119265. web_1 | - Loading initial data for django_extensions.
  119266. web_1 | Installed 0 object(s) from 0 fixture(s)
  119267. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119268. web_1 | [GCC 4.9.2] on linux2
  119269. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119270. web_1 | (InteractiveConsole)
  119271. web_1 |
  119272. web_1 | >>> >>> Starting the server
  119273. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119274. web_1 |
  119275. web_1 | Fatal error: Unable to find local grunt.
  119276. web_1 |
  119277. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119278. web_1 | your project. For more information about installing and configuring grunt,
  119279. web_1 | please see the Getting Started guide:
  119280. web_1 |
  119281. web_1 | http://gruntjs.com/getting-started
  119282. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119283. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119284. web_1 | Syncing...
  119285. web_1 | Creating tables ...
  119286. web_1 | Installing custom SQL ...
  119287. web_1 | Installing indexes ...
  119288. web_1 | Installed 0 object(s) from 0 fixture(s)
  119289. web_1 |
  119290. web_1 | Synced:
  119291. web_1 | > django.contrib.auth
  119292. web_1 | > django.contrib.contenttypes
  119293. web_1 | > django.contrib.sessions
  119294. web_1 | > django.contrib.sites
  119295. web_1 | > django.contrib.messages
  119296. web_1 | > django.contrib.staticfiles
  119297. web_1 | > django.contrib.admin
  119298. web_1 | > south
  119299. web_1 | > crispy_forms
  119300. web_1 | > avatar
  119301. web_1 | > bootstrap3
  119302. web_1 | > users
  119303. web_1 | > allauth
  119304. web_1 | > allauth.account
  119305. web_1 | > django.contrib.humanize
  119306. web_1 | > debug_toolbar
  119307. web_1 |
  119308. web_1 | Not synced (use migrations):
  119309. web_1 | - allauth.socialaccount
  119310. web_1 | - django_extensions
  119311. web_1 | (use ./manage.py migrate to migrate these)
  119312. web_1 | Running migrations for socialaccount:
  119313. web_1 | - Nothing to migrate.
  119314. web_1 | - Loading initial data for socialaccount.
  119315. web_1 | Installed 0 object(s) from 0 fixture(s)
  119316. web_1 | Running migrations for django_extensions:
  119317. web_1 | - Nothing to migrate.
  119318. web_1 | - Loading initial data for django_extensions.
  119319. web_1 | Installed 0 object(s) from 0 fixture(s)
  119320. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119321. web_1 | [GCC 4.9.2] on linux2
  119322. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119323. web_1 | (InteractiveConsole)
  119324. web_1 |
  119325. web_1 | >>> >>> Starting the server
  119326. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119327. web_1 |
  119328. web_1 | Fatal error: Unable to find local grunt.
  119329. web_1 |
  119330. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119331. web_1 | your project. For more information about installing and configuring grunt,
  119332. web_1 | please see the Getting Started guide:
  119333. web_1 |
  119334. web_1 | http://gruntjs.com/getting-started
  119335. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119336. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119337. web_1 | Syncing...
  119338. web_1 | Creating tables ...
  119339. web_1 | Installing custom SQL ...
  119340. web_1 | Installing indexes ...
  119341. web_1 | Installed 0 object(s) from 0 fixture(s)
  119342. web_1 |
  119343. web_1 | Synced:
  119344. web_1 | > django.contrib.auth
  119345. web_1 | > django.contrib.contenttypes
  119346. web_1 | > django.contrib.sessions
  119347. web_1 | > django.contrib.sites
  119348. web_1 | > django.contrib.messages
  119349. web_1 | > django.contrib.staticfiles
  119350. web_1 | > django.contrib.admin
  119351. web_1 | > south
  119352. web_1 | > crispy_forms
  119353. web_1 | > avatar
  119354. web_1 | > bootstrap3
  119355. web_1 | > users
  119356. web_1 | > allauth
  119357. web_1 | > allauth.account
  119358. web_1 | > django.contrib.humanize
  119359. web_1 | > debug_toolbar
  119360. web_1 |
  119361. web_1 | Not synced (use migrations):
  119362. web_1 | - allauth.socialaccount
  119363. web_1 | - django_extensions
  119364. web_1 | (use ./manage.py migrate to migrate these)
  119365. web_1 | Running migrations for socialaccount:
  119366. web_1 | - Nothing to migrate.
  119367. web_1 | - Loading initial data for socialaccount.
  119368. web_1 | Installed 0 object(s) from 0 fixture(s)
  119369. web_1 | Running migrations for django_extensions:
  119370. web_1 | - Nothing to migrate.
  119371. web_1 | - Loading initial data for django_extensions.
  119372. web_1 | Installed 0 object(s) from 0 fixture(s)
  119373. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119374. web_1 | [GCC 4.9.2] on linux2
  119375. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119376. web_1 | (InteractiveConsole)
  119377. web_1 |
  119378. web_1 | >>> >>> Starting the server
  119379. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119380. web_1 |
  119381. web_1 | Fatal error: Unable to find local grunt.
  119382. web_1 |
  119383. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119384. web_1 | your project. For more information about installing and configuring grunt,
  119385. web_1 | please see the Getting Started guide:
  119386. web_1 |
  119387. web_1 | http://gruntjs.com/getting-started
  119388. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119389. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119390. web_1 | Syncing...
  119391. web_1 | Creating tables ...
  119392. web_1 | Installing custom SQL ...
  119393. web_1 | Installing indexes ...
  119394. web_1 | Installed 0 object(s) from 0 fixture(s)
  119395. web_1 |
  119396. web_1 | Synced:
  119397. web_1 | > django.contrib.auth
  119398. web_1 | > django.contrib.contenttypes
  119399. web_1 | > django.contrib.sessions
  119400. web_1 | > django.contrib.sites
  119401. web_1 | > django.contrib.messages
  119402. web_1 | > django.contrib.staticfiles
  119403. web_1 | > django.contrib.admin
  119404. web_1 | > south
  119405. web_1 | > crispy_forms
  119406. web_1 | > avatar
  119407. web_1 | > bootstrap3
  119408. web_1 | > users
  119409. web_1 | > allauth
  119410. web_1 | > allauth.account
  119411. web_1 | > django.contrib.humanize
  119412. web_1 | > debug_toolbar
  119413. web_1 |
  119414. web_1 | Not synced (use migrations):
  119415. web_1 | - allauth.socialaccount
  119416. web_1 | - django_extensions
  119417. web_1 | (use ./manage.py migrate to migrate these)
  119418. web_1 | Running migrations for socialaccount:
  119419. web_1 | - Nothing to migrate.
  119420. web_1 | - Loading initial data for socialaccount.
  119421. web_1 | Installed 0 object(s) from 0 fixture(s)
  119422. web_1 | Running migrations for django_extensions:
  119423. web_1 | - Nothing to migrate.
  119424. web_1 | - Loading initial data for django_extensions.
  119425. web_1 | Installed 0 object(s) from 0 fixture(s)
  119426. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119427. web_1 | [GCC 4.9.2] on linux2
  119428. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119429. web_1 | (InteractiveConsole)
  119430. web_1 |
  119431. web_1 | >>> >>> Starting the server
  119432. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119433. web_1 |
  119434. web_1 | Fatal error: Unable to find local grunt.
  119435. web_1 |
  119436. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119437. web_1 | your project. For more information about installing and configuring grunt,
  119438. web_1 | please see the Getting Started guide:
  119439. web_1 |
  119440. web_1 | http://gruntjs.com/getting-started
  119441. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119442. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119443. web_1 | Syncing...
  119444. web_1 | Creating tables ...
  119445. web_1 | Installing custom SQL ...
  119446. web_1 | Installing indexes ...
  119447. web_1 | Installed 0 object(s) from 0 fixture(s)
  119448. web_1 |
  119449. web_1 | Synced:
  119450. web_1 | > django.contrib.auth
  119451. web_1 | > django.contrib.contenttypes
  119452. web_1 | > django.contrib.sessions
  119453. web_1 | > django.contrib.sites
  119454. web_1 | > django.contrib.messages
  119455. web_1 | > django.contrib.staticfiles
  119456. web_1 | > django.contrib.admin
  119457. web_1 | > south
  119458. web_1 | > crispy_forms
  119459. web_1 | > avatar
  119460. web_1 | > bootstrap3
  119461. web_1 | > users
  119462. web_1 | > allauth
  119463. web_1 | > allauth.account
  119464. web_1 | > django.contrib.humanize
  119465. web_1 | > debug_toolbar
  119466. web_1 |
  119467. web_1 | Not synced (use migrations):
  119468. web_1 | - allauth.socialaccount
  119469. web_1 | - django_extensions
  119470. web_1 | (use ./manage.py migrate to migrate these)
  119471. web_1 | Running migrations for socialaccount:
  119472. web_1 | - Nothing to migrate.
  119473. web_1 | - Loading initial data for socialaccount.
  119474. web_1 | Installed 0 object(s) from 0 fixture(s)
  119475. web_1 | Running migrations for django_extensions:
  119476. web_1 | - Nothing to migrate.
  119477. web_1 | - Loading initial data for django_extensions.
  119478. web_1 | Installed 0 object(s) from 0 fixture(s)
  119479. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119480. web_1 | [GCC 4.9.2] on linux2
  119481. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119482. web_1 | (InteractiveConsole)
  119483. web_1 |
  119484. web_1 | >>> >>> Starting the server
  119485. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119486. web_1 |
  119487. web_1 | Fatal error: Unable to find local grunt.
  119488. web_1 |
  119489. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119490. web_1 | your project. For more information about installing and configuring grunt,
  119491. web_1 | please see the Getting Started guide:
  119492. web_1 |
  119493. web_1 | http://gruntjs.com/getting-started
  119494. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119495. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119496. web_1 | Syncing...
  119497. web_1 | Creating tables ...
  119498. web_1 | Installing custom SQL ...
  119499. web_1 | Installing indexes ...
  119500. web_1 | Installed 0 object(s) from 0 fixture(s)
  119501. web_1 |
  119502. web_1 | Synced:
  119503. web_1 | > django.contrib.auth
  119504. web_1 | > django.contrib.contenttypes
  119505. web_1 | > django.contrib.sessions
  119506. web_1 | > django.contrib.sites
  119507. web_1 | > django.contrib.messages
  119508. web_1 | > django.contrib.staticfiles
  119509. web_1 | > django.contrib.admin
  119510. web_1 | > south
  119511. web_1 | > crispy_forms
  119512. web_1 | > avatar
  119513. web_1 | > bootstrap3
  119514. web_1 | > users
  119515. web_1 | > allauth
  119516. web_1 | > allauth.account
  119517. web_1 | > django.contrib.humanize
  119518. web_1 | > debug_toolbar
  119519. web_1 |
  119520. web_1 | Not synced (use migrations):
  119521. web_1 | - allauth.socialaccount
  119522. web_1 | - django_extensions
  119523. web_1 | (use ./manage.py migrate to migrate these)
  119524. web_1 | Running migrations for socialaccount:
  119525. web_1 | - Nothing to migrate.
  119526. web_1 | - Loading initial data for socialaccount.
  119527. web_1 | Installed 0 object(s) from 0 fixture(s)
  119528. web_1 | Running migrations for django_extensions:
  119529. web_1 | - Nothing to migrate.
  119530. web_1 | - Loading initial data for django_extensions.
  119531. web_1 | Installed 0 object(s) from 0 fixture(s)
  119532. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119533. web_1 | [GCC 4.9.2] on linux2
  119534. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119535. web_1 | (InteractiveConsole)
  119536. web_1 |
  119537. web_1 | >>> >>> Starting the server
  119538. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119539. web_1 |
  119540. web_1 | Fatal error: Unable to find local grunt.
  119541. web_1 |
  119542. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119543. web_1 | your project. For more information about installing and configuring grunt,
  119544. web_1 | please see the Getting Started guide:
  119545. web_1 |
  119546. web_1 | http://gruntjs.com/getting-started
  119547. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119548. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119549. web_1 | Syncing...
  119550. web_1 | Creating tables ...
  119551. web_1 | Installing custom SQL ...
  119552. web_1 | Installing indexes ...
  119553. web_1 | Installed 0 object(s) from 0 fixture(s)
  119554. web_1 |
  119555. web_1 | Synced:
  119556. web_1 | > django.contrib.auth
  119557. web_1 | > django.contrib.contenttypes
  119558. web_1 | > django.contrib.sessions
  119559. web_1 | > django.contrib.sites
  119560. web_1 | > django.contrib.messages
  119561. web_1 | > django.contrib.staticfiles
  119562. web_1 | > django.contrib.admin
  119563. web_1 | > south
  119564. web_1 | > crispy_forms
  119565. web_1 | > avatar
  119566. web_1 | > bootstrap3
  119567. web_1 | > users
  119568. web_1 | > allauth
  119569. web_1 | > allauth.account
  119570. web_1 | > django.contrib.humanize
  119571. web_1 | > debug_toolbar
  119572. web_1 |
  119573. web_1 | Not synced (use migrations):
  119574. web_1 | - allauth.socialaccount
  119575. web_1 | - django_extensions
  119576. web_1 | (use ./manage.py migrate to migrate these)
  119577. web_1 | Running migrations for socialaccount:
  119578. web_1 | - Nothing to migrate.
  119579. web_1 | - Loading initial data for socialaccount.
  119580. web_1 | Installed 0 object(s) from 0 fixture(s)
  119581. web_1 | Running migrations for django_extensions:
  119582. web_1 | - Nothing to migrate.
  119583. web_1 | - Loading initial data for django_extensions.
  119584. web_1 | Installed 0 object(s) from 0 fixture(s)
  119585. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119586. web_1 | [GCC 4.9.2] on linux2
  119587. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119588. web_1 | (InteractiveConsole)
  119589. web_1 |
  119590. web_1 | >>> >>> Starting the server
  119591. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119592. web_1 |
  119593. web_1 | Fatal error: Unable to find local grunt.
  119594. web_1 |
  119595. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119596. web_1 | your project. For more information about installing and configuring grunt,
  119597. web_1 | please see the Getting Started guide:
  119598. web_1 |
  119599. web_1 | http://gruntjs.com/getting-started
  119600. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119601. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119602. web_1 | Syncing...
  119603. web_1 | Creating tables ...
  119604. web_1 | Installing custom SQL ...
  119605. web_1 | Installing indexes ...
  119606. web_1 | Installed 0 object(s) from 0 fixture(s)
  119607. web_1 |
  119608. web_1 | Synced:
  119609. web_1 | > django.contrib.auth
  119610. web_1 | > django.contrib.contenttypes
  119611. web_1 | > django.contrib.sessions
  119612. web_1 | > django.contrib.sites
  119613. web_1 | > django.contrib.messages
  119614. web_1 | > django.contrib.staticfiles
  119615. web_1 | > django.contrib.admin
  119616. web_1 | > south
  119617. web_1 | > crispy_forms
  119618. web_1 | > avatar
  119619. web_1 | > bootstrap3
  119620. web_1 | > users
  119621. web_1 | > allauth
  119622. web_1 | > allauth.account
  119623. web_1 | > django.contrib.humanize
  119624. web_1 | > debug_toolbar
  119625. web_1 |
  119626. web_1 | Not synced (use migrations):
  119627. web_1 | - allauth.socialaccount
  119628. web_1 | - django_extensions
  119629. web_1 | (use ./manage.py migrate to migrate these)
  119630. web_1 | Running migrations for socialaccount:
  119631. web_1 | - Nothing to migrate.
  119632. web_1 | - Loading initial data for socialaccount.
  119633. web_1 | Installed 0 object(s) from 0 fixture(s)
  119634. web_1 | Running migrations for django_extensions:
  119635. web_1 | - Nothing to migrate.
  119636. web_1 | - Loading initial data for django_extensions.
  119637. web_1 | Installed 0 object(s) from 0 fixture(s)
  119638. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119639. web_1 | [GCC 4.9.2] on linux2
  119640. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119641. web_1 | (InteractiveConsole)
  119642. web_1 |
  119643. web_1 | >>> >>> Starting the server
  119644. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119645. web_1 |
  119646. web_1 | Fatal error: Unable to find local grunt.
  119647. web_1 |
  119648. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119649. web_1 | your project. For more information about installing and configuring grunt,
  119650. web_1 | please see the Getting Started guide:
  119651. web_1 |
  119652. web_1 | http://gruntjs.com/getting-started
  119653. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119654. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119655. web_1 | Syncing...
  119656. web_1 | Creating tables ...
  119657. web_1 | Installing custom SQL ...
  119658. web_1 | Installing indexes ...
  119659. web_1 | Installed 0 object(s) from 0 fixture(s)
  119660. web_1 |
  119661. web_1 | Synced:
  119662. web_1 | > django.contrib.auth
  119663. web_1 | > django.contrib.contenttypes
  119664. web_1 | > django.contrib.sessions
  119665. web_1 | > django.contrib.sites
  119666. web_1 | > django.contrib.messages
  119667. web_1 | > django.contrib.staticfiles
  119668. web_1 | > django.contrib.admin
  119669. web_1 | > south
  119670. web_1 | > crispy_forms
  119671. web_1 | > avatar
  119672. web_1 | > bootstrap3
  119673. web_1 | > users
  119674. web_1 | > allauth
  119675. web_1 | > allauth.account
  119676. web_1 | > django.contrib.humanize
  119677. web_1 | > debug_toolbar
  119678. web_1 |
  119679. web_1 | Not synced (use migrations):
  119680. web_1 | - allauth.socialaccount
  119681. web_1 | - django_extensions
  119682. web_1 | (use ./manage.py migrate to migrate these)
  119683. web_1 | Running migrations for socialaccount:
  119684. web_1 | - Nothing to migrate.
  119685. web_1 | - Loading initial data for socialaccount.
  119686. web_1 | Installed 0 object(s) from 0 fixture(s)
  119687. web_1 | Running migrations for django_extensions:
  119688. web_1 | - Nothing to migrate.
  119689. web_1 | - Loading initial data for django_extensions.
  119690. web_1 | Installed 0 object(s) from 0 fixture(s)
  119691. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119692. web_1 | [GCC 4.9.2] on linux2
  119693. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119694. web_1 | (InteractiveConsole)
  119695. web_1 |
  119696. web_1 | >>> >>> Starting the server
  119697. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119698. web_1 |
  119699. web_1 | Fatal error: Unable to find local grunt.
  119700. web_1 |
  119701. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119702. web_1 | your project. For more information about installing and configuring grunt,
  119703. web_1 | please see the Getting Started guide:
  119704. web_1 |
  119705. web_1 | http://gruntjs.com/getting-started
  119706. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119707. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119708. web_1 | Syncing...
  119709. web_1 | Creating tables ...
  119710. web_1 | Installing custom SQL ...
  119711. web_1 | Installing indexes ...
  119712. web_1 | Installed 0 object(s) from 0 fixture(s)
  119713. web_1 |
  119714. web_1 | Synced:
  119715. web_1 | > django.contrib.auth
  119716. web_1 | > django.contrib.contenttypes
  119717. web_1 | > django.contrib.sessions
  119718. web_1 | > django.contrib.sites
  119719. web_1 | > django.contrib.messages
  119720. web_1 | > django.contrib.staticfiles
  119721. web_1 | > django.contrib.admin
  119722. web_1 | > south
  119723. web_1 | > crispy_forms
  119724. web_1 | > avatar
  119725. web_1 | > bootstrap3
  119726. web_1 | > users
  119727. web_1 | > allauth
  119728. web_1 | > allauth.account
  119729. web_1 | > django.contrib.humanize
  119730. web_1 | > debug_toolbar
  119731. web_1 |
  119732. web_1 | Not synced (use migrations):
  119733. web_1 | - allauth.socialaccount
  119734. web_1 | - django_extensions
  119735. web_1 | (use ./manage.py migrate to migrate these)
  119736. web_1 | Running migrations for socialaccount:
  119737. web_1 | - Nothing to migrate.
  119738. web_1 | - Loading initial data for socialaccount.
  119739. web_1 | Installed 0 object(s) from 0 fixture(s)
  119740. web_1 | Running migrations for django_extensions:
  119741. web_1 | - Nothing to migrate.
  119742. web_1 | - Loading initial data for django_extensions.
  119743. web_1 | Installed 0 object(s) from 0 fixture(s)
  119744. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119745. web_1 | [GCC 4.9.2] on linux2
  119746. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119747. web_1 | (InteractiveConsole)
  119748. web_1 |
  119749. web_1 | >>> >>> Starting the server
  119750. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119751. web_1 |
  119752. web_1 | Fatal error: Unable to find local grunt.
  119753. web_1 |
  119754. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119755. web_1 | your project. For more information about installing and configuring grunt,
  119756. web_1 | please see the Getting Started guide:
  119757. web_1 |
  119758. web_1 | http://gruntjs.com/getting-started
  119759. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119760. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119761. web_1 | Syncing...
  119762. web_1 | Creating tables ...
  119763. web_1 | Installing custom SQL ...
  119764. web_1 | Installing indexes ...
  119765. web_1 | Installed 0 object(s) from 0 fixture(s)
  119766. web_1 |
  119767. web_1 | Synced:
  119768. web_1 | > django.contrib.auth
  119769. web_1 | > django.contrib.contenttypes
  119770. web_1 | > django.contrib.sessions
  119771. web_1 | > django.contrib.sites
  119772. web_1 | > django.contrib.messages
  119773. web_1 | > django.contrib.staticfiles
  119774. web_1 | > django.contrib.admin
  119775. web_1 | > south
  119776. web_1 | > crispy_forms
  119777. web_1 | > avatar
  119778. web_1 | > bootstrap3
  119779. web_1 | > users
  119780. web_1 | > allauth
  119781. web_1 | > allauth.account
  119782. web_1 | > django.contrib.humanize
  119783. web_1 | > debug_toolbar
  119784. web_1 |
  119785. web_1 | Not synced (use migrations):
  119786. web_1 | - allauth.socialaccount
  119787. web_1 | - django_extensions
  119788. web_1 | (use ./manage.py migrate to migrate these)
  119789. web_1 | Running migrations for socialaccount:
  119790. web_1 | - Nothing to migrate.
  119791. web_1 | - Loading initial data for socialaccount.
  119792. web_1 | Installed 0 object(s) from 0 fixture(s)
  119793. web_1 | Running migrations for django_extensions:
  119794. web_1 | - Nothing to migrate.
  119795. web_1 | - Loading initial data for django_extensions.
  119796. web_1 | Installed 0 object(s) from 0 fixture(s)
  119797. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119798. web_1 | [GCC 4.9.2] on linux2
  119799. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119800. web_1 | (InteractiveConsole)
  119801. web_1 |
  119802. web_1 | >>> >>> Starting the server
  119803. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119804. web_1 |
  119805. web_1 | Fatal error: Unable to find local grunt.
  119806. web_1 |
  119807. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119808. web_1 | your project. For more information about installing and configuring grunt,
  119809. web_1 | please see the Getting Started guide:
  119810. web_1 |
  119811. web_1 | http://gruntjs.com/getting-started
  119812. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119813. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119814. web_1 | Syncing...
  119815. web_1 | Creating tables ...
  119816. web_1 | Installing custom SQL ...
  119817. web_1 | Installing indexes ...
  119818. web_1 | Installed 0 object(s) from 0 fixture(s)
  119819. web_1 |
  119820. web_1 | Synced:
  119821. web_1 | > django.contrib.auth
  119822. web_1 | > django.contrib.contenttypes
  119823. web_1 | > django.contrib.sessions
  119824. web_1 | > django.contrib.sites
  119825. web_1 | > django.contrib.messages
  119826. web_1 | > django.contrib.staticfiles
  119827. web_1 | > django.contrib.admin
  119828. web_1 | > south
  119829. web_1 | > crispy_forms
  119830. web_1 | > avatar
  119831. web_1 | > bootstrap3
  119832. web_1 | > users
  119833. web_1 | > allauth
  119834. web_1 | > allauth.account
  119835. web_1 | > django.contrib.humanize
  119836. web_1 | > debug_toolbar
  119837. web_1 |
  119838. web_1 | Not synced (use migrations):
  119839. web_1 | - allauth.socialaccount
  119840. web_1 | - django_extensions
  119841. web_1 | (use ./manage.py migrate to migrate these)
  119842. web_1 | Running migrations for socialaccount:
  119843. web_1 | - Nothing to migrate.
  119844. web_1 | - Loading initial data for socialaccount.
  119845. web_1 | Installed 0 object(s) from 0 fixture(s)
  119846. web_1 | Running migrations for django_extensions:
  119847. web_1 | - Nothing to migrate.
  119848. web_1 | - Loading initial data for django_extensions.
  119849. web_1 | Installed 0 object(s) from 0 fixture(s)
  119850. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119851. web_1 | [GCC 4.9.2] on linux2
  119852. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119853. web_1 | (InteractiveConsole)
  119854. web_1 |
  119855. web_1 | >>> >>> Starting the server
  119856. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119857. web_1 |
  119858. web_1 | Fatal error: Unable to find local grunt.
  119859. web_1 |
  119860. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119861. web_1 | your project. For more information about installing and configuring grunt,
  119862. web_1 | please see the Getting Started guide:
  119863. web_1 |
  119864. web_1 | http://gruntjs.com/getting-started
  119865. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119866. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119867. web_1 | Syncing...
  119868. web_1 | Creating tables ...
  119869. web_1 | Installing custom SQL ...
  119870. web_1 | Installing indexes ...
  119871. web_1 | Installed 0 object(s) from 0 fixture(s)
  119872. web_1 |
  119873. web_1 | Synced:
  119874. web_1 | > django.contrib.auth
  119875. web_1 | > django.contrib.contenttypes
  119876. web_1 | > django.contrib.sessions
  119877. web_1 | > django.contrib.sites
  119878. web_1 | > django.contrib.messages
  119879. web_1 | > django.contrib.staticfiles
  119880. web_1 | > django.contrib.admin
  119881. web_1 | > south
  119882. web_1 | > crispy_forms
  119883. web_1 | > avatar
  119884. web_1 | > bootstrap3
  119885. web_1 | > users
  119886. web_1 | > allauth
  119887. web_1 | > allauth.account
  119888. web_1 | > django.contrib.humanize
  119889. web_1 | > debug_toolbar
  119890. web_1 |
  119891. web_1 | Not synced (use migrations):
  119892. web_1 | - allauth.socialaccount
  119893. web_1 | - django_extensions
  119894. web_1 | (use ./manage.py migrate to migrate these)
  119895. web_1 | Running migrations for socialaccount:
  119896. web_1 | - Nothing to migrate.
  119897. web_1 | - Loading initial data for socialaccount.
  119898. web_1 | Installed 0 object(s) from 0 fixture(s)
  119899. web_1 | Running migrations for django_extensions:
  119900. web_1 | - Nothing to migrate.
  119901. web_1 | - Loading initial data for django_extensions.
  119902. web_1 | Installed 0 object(s) from 0 fixture(s)
  119903. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119904. web_1 | [GCC 4.9.2] on linux2
  119905. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119906. web_1 | (InteractiveConsole)
  119907. web_1 |
  119908. web_1 | >>> >>> Starting the server
  119909. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119910. web_1 |
  119911. web_1 | Fatal error: Unable to find local grunt.
  119912. web_1 |
  119913. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119914. web_1 | your project. For more information about installing and configuring grunt,
  119915. web_1 | please see the Getting Started guide:
  119916. web_1 |
  119917. web_1 | http://gruntjs.com/getting-started
  119918. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119919. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119920. web_1 | Syncing...
  119921. web_1 | Creating tables ...
  119922. web_1 | Installing custom SQL ...
  119923. web_1 | Installing indexes ...
  119924. web_1 | Installed 0 object(s) from 0 fixture(s)
  119925. web_1 |
  119926. web_1 | Synced:
  119927. web_1 | > django.contrib.auth
  119928. web_1 | > django.contrib.contenttypes
  119929. web_1 | > django.contrib.sessions
  119930. web_1 | > django.contrib.sites
  119931. web_1 | > django.contrib.messages
  119932. web_1 | > django.contrib.staticfiles
  119933. web_1 | > django.contrib.admin
  119934. web_1 | > south
  119935. web_1 | > crispy_forms
  119936. web_1 | > avatar
  119937. web_1 | > bootstrap3
  119938. web_1 | > users
  119939. web_1 | > allauth
  119940. web_1 | > allauth.account
  119941. web_1 | > django.contrib.humanize
  119942. web_1 | > debug_toolbar
  119943. web_1 |
  119944. web_1 | Not synced (use migrations):
  119945. web_1 | - allauth.socialaccount
  119946. web_1 | - django_extensions
  119947. web_1 | (use ./manage.py migrate to migrate these)
  119948. web_1 | Running migrations for socialaccount:
  119949. web_1 | - Nothing to migrate.
  119950. web_1 | - Loading initial data for socialaccount.
  119951. web_1 | Installed 0 object(s) from 0 fixture(s)
  119952. web_1 | Running migrations for django_extensions:
  119953. web_1 | - Nothing to migrate.
  119954. web_1 | - Loading initial data for django_extensions.
  119955. web_1 | Installed 0 object(s) from 0 fixture(s)
  119956. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  119957. web_1 | [GCC 4.9.2] on linux2
  119958. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  119959. web_1 | (InteractiveConsole)
  119960. web_1 |
  119961. web_1 | >>> >>> Starting the server
  119962. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  119963. web_1 |
  119964. web_1 | Fatal error: Unable to find local grunt.
  119965. web_1 |
  119966. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  119967. web_1 | your project. For more information about installing and configuring grunt,
  119968. web_1 | please see the Getting Started guide:
  119969. web_1 |
  119970. web_1 | http://gruntjs.com/getting-started
  119971. web_1 | Starting OpenBSD Secure Shell server: sshd.
  119972. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  119973. web_1 | Syncing...
  119974. web_1 | Creating tables ...
  119975. web_1 | Installing custom SQL ...
  119976. web_1 | Installing indexes ...
  119977. web_1 | Installed 0 object(s) from 0 fixture(s)
  119978. web_1 |
  119979. web_1 | Synced:
  119980. web_1 | > django.contrib.auth
  119981. web_1 | > django.contrib.contenttypes
  119982. web_1 | > django.contrib.sessions
  119983. web_1 | > django.contrib.sites
  119984. web_1 | > django.contrib.messages
  119985. web_1 | > django.contrib.staticfiles
  119986. web_1 | > django.contrib.admin
  119987. web_1 | > south
  119988. web_1 | > crispy_forms
  119989. web_1 | > avatar
  119990. web_1 | > bootstrap3
  119991. web_1 | > users
  119992. web_1 | > allauth
  119993. web_1 | > allauth.account
  119994. web_1 | > django.contrib.humanize
  119995. web_1 | > debug_toolbar
  119996. web_1 |
  119997. web_1 | Not synced (use migrations):
  119998. web_1 | - allauth.socialaccount
  119999. web_1 | - django_extensions
  120000. web_1 | (use ./manage.py migrate to migrate these)
  120001. web_1 | Running migrations for socialaccount:
  120002. web_1 | - Nothing to migrate.
  120003. web_1 | - Loading initial data for socialaccount.
  120004. web_1 | Installed 0 object(s) from 0 fixture(s)
  120005. web_1 | Running migrations for django_extensions:
  120006. web_1 | - Nothing to migrate.
  120007. web_1 | - Loading initial data for django_extensions.
  120008. web_1 | Installed 0 object(s) from 0 fixture(s)
  120009. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120010. web_1 | [GCC 4.9.2] on linux2
  120011. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120012. web_1 | (InteractiveConsole)
  120013. web_1 |
  120014. web_1 | >>> >>> Starting the server
  120015. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120016. web_1 |
  120017. web_1 | Fatal error: Unable to find local grunt.
  120018. web_1 |
  120019. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120020. web_1 | your project. For more information about installing and configuring grunt,
  120021. web_1 | please see the Getting Started guide:
  120022. web_1 |
  120023. web_1 | http://gruntjs.com/getting-started
  120024. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120025. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120026. web_1 | Syncing...
  120027. web_1 | Creating tables ...
  120028. web_1 | Installing custom SQL ...
  120029. web_1 | Installing indexes ...
  120030. web_1 | Installed 0 object(s) from 0 fixture(s)
  120031. web_1 |
  120032. web_1 | Synced:
  120033. web_1 | > django.contrib.auth
  120034. web_1 | > django.contrib.contenttypes
  120035. web_1 | > django.contrib.sessions
  120036. web_1 | > django.contrib.sites
  120037. web_1 | > django.contrib.messages
  120038. web_1 | > django.contrib.staticfiles
  120039. web_1 | > django.contrib.admin
  120040. web_1 | > south
  120041. web_1 | > crispy_forms
  120042. web_1 | > avatar
  120043. web_1 | > bootstrap3
  120044. web_1 | > users
  120045. web_1 | > allauth
  120046. web_1 | > allauth.account
  120047. web_1 | > django.contrib.humanize
  120048. web_1 | > debug_toolbar
  120049. web_1 |
  120050. web_1 | Not synced (use migrations):
  120051. web_1 | - allauth.socialaccount
  120052. web_1 | - django_extensions
  120053. web_1 | (use ./manage.py migrate to migrate these)
  120054. web_1 | Running migrations for socialaccount:
  120055. web_1 | - Nothing to migrate.
  120056. web_1 | - Loading initial data for socialaccount.
  120057. web_1 | Installed 0 object(s) from 0 fixture(s)
  120058. web_1 | Running migrations for django_extensions:
  120059. web_1 | - Nothing to migrate.
  120060. web_1 | - Loading initial data for django_extensions.
  120061. web_1 | Installed 0 object(s) from 0 fixture(s)
  120062. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120063. web_1 | [GCC 4.9.2] on linux2
  120064. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120065. web_1 | (InteractiveConsole)
  120066. web_1 |
  120067. web_1 | >>> >>> Starting the server
  120068. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120069. web_1 |
  120070. web_1 | Fatal error: Unable to find local grunt.
  120071. web_1 |
  120072. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120073. web_1 | your project. For more information about installing and configuring grunt,
  120074. web_1 | please see the Getting Started guide:
  120075. web_1 |
  120076. web_1 | http://gruntjs.com/getting-started
  120077. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120078. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120079. web_1 | Syncing...
  120080. web_1 | Creating tables ...
  120081. web_1 | Installing custom SQL ...
  120082. web_1 | Installing indexes ...
  120083. web_1 | Installed 0 object(s) from 0 fixture(s)
  120084. web_1 |
  120085. web_1 | Synced:
  120086. web_1 | > django.contrib.auth
  120087. web_1 | > django.contrib.contenttypes
  120088. web_1 | > django.contrib.sessions
  120089. web_1 | > django.contrib.sites
  120090. web_1 | > django.contrib.messages
  120091. web_1 | > django.contrib.staticfiles
  120092. web_1 | > django.contrib.admin
  120093. web_1 | > south
  120094. web_1 | > crispy_forms
  120095. web_1 | > avatar
  120096. web_1 | > bootstrap3
  120097. web_1 | > users
  120098. web_1 | > allauth
  120099. web_1 | > allauth.account
  120100. web_1 | > django.contrib.humanize
  120101. web_1 | > debug_toolbar
  120102. web_1 |
  120103. web_1 | Not synced (use migrations):
  120104. web_1 | - allauth.socialaccount
  120105. web_1 | - django_extensions
  120106. web_1 | (use ./manage.py migrate to migrate these)
  120107. web_1 | Running migrations for socialaccount:
  120108. web_1 | - Nothing to migrate.
  120109. web_1 | - Loading initial data for socialaccount.
  120110. web_1 | Installed 0 object(s) from 0 fixture(s)
  120111. web_1 | Running migrations for django_extensions:
  120112. web_1 | - Nothing to migrate.
  120113. web_1 | - Loading initial data for django_extensions.
  120114. web_1 | Installed 0 object(s) from 0 fixture(s)
  120115. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120116. web_1 | [GCC 4.9.2] on linux2
  120117. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120118. web_1 | (InteractiveConsole)
  120119. web_1 |
  120120. web_1 | >>> >>> Starting the server
  120121. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120122. web_1 |
  120123. web_1 | Fatal error: Unable to find local grunt.
  120124. web_1 |
  120125. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120126. web_1 | your project. For more information about installing and configuring grunt,
  120127. web_1 | please see the Getting Started guide:
  120128. web_1 |
  120129. web_1 | http://gruntjs.com/getting-started
  120130. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120131. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120132. web_1 | Syncing...
  120133. web_1 | Creating tables ...
  120134. web_1 | Installing custom SQL ...
  120135. web_1 | Installing indexes ...
  120136. web_1 | Installed 0 object(s) from 0 fixture(s)
  120137. web_1 |
  120138. web_1 | Synced:
  120139. web_1 | > django.contrib.auth
  120140. web_1 | > django.contrib.contenttypes
  120141. web_1 | > django.contrib.sessions
  120142. web_1 | > django.contrib.sites
  120143. web_1 | > django.contrib.messages
  120144. web_1 | > django.contrib.staticfiles
  120145. web_1 | > django.contrib.admin
  120146. web_1 | > south
  120147. web_1 | > crispy_forms
  120148. web_1 | > avatar
  120149. web_1 | > bootstrap3
  120150. web_1 | > users
  120151. web_1 | > allauth
  120152. web_1 | > allauth.account
  120153. web_1 | > django.contrib.humanize
  120154. web_1 | > debug_toolbar
  120155. web_1 |
  120156. web_1 | Not synced (use migrations):
  120157. web_1 | - allauth.socialaccount
  120158. web_1 | - django_extensions
  120159. web_1 | (use ./manage.py migrate to migrate these)
  120160. web_1 | Running migrations for socialaccount:
  120161. web_1 | - Nothing to migrate.
  120162. web_1 | - Loading initial data for socialaccount.
  120163. web_1 | Installed 0 object(s) from 0 fixture(s)
  120164. web_1 | Running migrations for django_extensions:
  120165. web_1 | - Nothing to migrate.
  120166. web_1 | - Loading initial data for django_extensions.
  120167. web_1 | Installed 0 object(s) from 0 fixture(s)
  120168. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120169. web_1 | [GCC 4.9.2] on linux2
  120170. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120171. web_1 | (InteractiveConsole)
  120172. web_1 |
  120173. web_1 | >>> >>> Starting the server
  120174. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120175. web_1 |
  120176. web_1 | Fatal error: Unable to find local grunt.
  120177. web_1 |
  120178. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120179. web_1 | your project. For more information about installing and configuring grunt,
  120180. web_1 | please see the Getting Started guide:
  120181. web_1 |
  120182. web_1 | http://gruntjs.com/getting-started
  120183. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120184. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120185. web_1 | Syncing...
  120186. web_1 | Creating tables ...
  120187. web_1 | Installing custom SQL ...
  120188. web_1 | Installing indexes ...
  120189. web_1 | Installed 0 object(s) from 0 fixture(s)
  120190. web_1 |
  120191. web_1 | Synced:
  120192. web_1 | > django.contrib.auth
  120193. web_1 | > django.contrib.contenttypes
  120194. web_1 | > django.contrib.sessions
  120195. web_1 | > django.contrib.sites
  120196. web_1 | > django.contrib.messages
  120197. web_1 | > django.contrib.staticfiles
  120198. web_1 | > django.contrib.admin
  120199. web_1 | > south
  120200. web_1 | > crispy_forms
  120201. web_1 | > avatar
  120202. web_1 | > bootstrap3
  120203. web_1 | > users
  120204. web_1 | > allauth
  120205. web_1 | > allauth.account
  120206. web_1 | > django.contrib.humanize
  120207. web_1 | > debug_toolbar
  120208. web_1 |
  120209. web_1 | Not synced (use migrations):
  120210. web_1 | - allauth.socialaccount
  120211. web_1 | - django_extensions
  120212. web_1 | (use ./manage.py migrate to migrate these)
  120213. web_1 | Running migrations for socialaccount:
  120214. web_1 | - Nothing to migrate.
  120215. web_1 | - Loading initial data for socialaccount.
  120216. web_1 | Installed 0 object(s) from 0 fixture(s)
  120217. web_1 | Running migrations for django_extensions:
  120218. web_1 | - Nothing to migrate.
  120219. web_1 | - Loading initial data for django_extensions.
  120220. web_1 | Installed 0 object(s) from 0 fixture(s)
  120221. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120222. web_1 | [GCC 4.9.2] on linux2
  120223. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120224. web_1 | (InteractiveConsole)
  120225. web_1 |
  120226. web_1 | >>> >>> Starting the server
  120227. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120228. web_1 |
  120229. web_1 | Fatal error: Unable to find local grunt.
  120230. web_1 |
  120231. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120232. web_1 | your project. For more information about installing and configuring grunt,
  120233. web_1 | please see the Getting Started guide:
  120234. web_1 |
  120235. web_1 | http://gruntjs.com/getting-started
  120236. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120237. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120238. web_1 | Syncing...
  120239. web_1 | Creating tables ...
  120240. web_1 | Installing custom SQL ...
  120241. web_1 | Installing indexes ...
  120242. web_1 | Installed 0 object(s) from 0 fixture(s)
  120243. web_1 |
  120244. web_1 | Synced:
  120245. web_1 | > django.contrib.auth
  120246. web_1 | > django.contrib.contenttypes
  120247. web_1 | > django.contrib.sessions
  120248. web_1 | > django.contrib.sites
  120249. web_1 | > django.contrib.messages
  120250. web_1 | > django.contrib.staticfiles
  120251. web_1 | > django.contrib.admin
  120252. web_1 | > south
  120253. web_1 | > crispy_forms
  120254. web_1 | > avatar
  120255. web_1 | > bootstrap3
  120256. web_1 | > users
  120257. web_1 | > allauth
  120258. web_1 | > allauth.account
  120259. web_1 | > django.contrib.humanize
  120260. web_1 | > debug_toolbar
  120261. web_1 |
  120262. web_1 | Not synced (use migrations):
  120263. web_1 | - allauth.socialaccount
  120264. web_1 | - django_extensions
  120265. web_1 | (use ./manage.py migrate to migrate these)
  120266. web_1 | Running migrations for socialaccount:
  120267. web_1 | - Nothing to migrate.
  120268. web_1 | - Loading initial data for socialaccount.
  120269. web_1 | Installed 0 object(s) from 0 fixture(s)
  120270. web_1 | Running migrations for django_extensions:
  120271. web_1 | - Nothing to migrate.
  120272. web_1 | - Loading initial data for django_extensions.
  120273. web_1 | Installed 0 object(s) from 0 fixture(s)
  120274. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120275. web_1 | [GCC 4.9.2] on linux2
  120276. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120277. web_1 | (InteractiveConsole)
  120278. web_1 |
  120279. web_1 | >>> >>> Starting the server
  120280. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120281. web_1 |
  120282. web_1 | Fatal error: Unable to find local grunt.
  120283. web_1 |
  120284. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120285. web_1 | your project. For more information about installing and configuring grunt,
  120286. web_1 | please see the Getting Started guide:
  120287. web_1 |
  120288. web_1 | http://gruntjs.com/getting-started
  120289. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120290. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120291. web_1 | Syncing...
  120292. web_1 | Creating tables ...
  120293. web_1 | Installing custom SQL ...
  120294. web_1 | Installing indexes ...
  120295. web_1 | Installed 0 object(s) from 0 fixture(s)
  120296. web_1 |
  120297. web_1 | Synced:
  120298. web_1 | > django.contrib.auth
  120299. web_1 | > django.contrib.contenttypes
  120300. web_1 | > django.contrib.sessions
  120301. web_1 | > django.contrib.sites
  120302. web_1 | > django.contrib.messages
  120303. web_1 | > django.contrib.staticfiles
  120304. web_1 | > django.contrib.admin
  120305. web_1 | > south
  120306. web_1 | > crispy_forms
  120307. web_1 | > avatar
  120308. web_1 | > bootstrap3
  120309. web_1 | > users
  120310. web_1 | > allauth
  120311. web_1 | > allauth.account
  120312. web_1 | > django.contrib.humanize
  120313. web_1 | > debug_toolbar
  120314. web_1 |
  120315. web_1 | Not synced (use migrations):
  120316. web_1 | - allauth.socialaccount
  120317. web_1 | - django_extensions
  120318. web_1 | (use ./manage.py migrate to migrate these)
  120319. web_1 | Running migrations for socialaccount:
  120320. web_1 | - Nothing to migrate.
  120321. web_1 | - Loading initial data for socialaccount.
  120322. web_1 | Installed 0 object(s) from 0 fixture(s)
  120323. web_1 | Running migrations for django_extensions:
  120324. web_1 | - Nothing to migrate.
  120325. web_1 | - Loading initial data for django_extensions.
  120326. web_1 | Installed 0 object(s) from 0 fixture(s)
  120327. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120328. web_1 | [GCC 4.9.2] on linux2
  120329. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120330. web_1 | (InteractiveConsole)
  120331. web_1 |
  120332. web_1 | >>> >>> Starting the server
  120333. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120334. web_1 |
  120335. web_1 | Fatal error: Unable to find local grunt.
  120336. web_1 |
  120337. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120338. web_1 | your project. For more information about installing and configuring grunt,
  120339. web_1 | please see the Getting Started guide:
  120340. web_1 |
  120341. web_1 | http://gruntjs.com/getting-started
  120342. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120343. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120344. web_1 | Syncing...
  120345. web_1 | Creating tables ...
  120346. web_1 | Installing custom SQL ...
  120347. web_1 | Installing indexes ...
  120348. web_1 | Installed 0 object(s) from 0 fixture(s)
  120349. web_1 |
  120350. web_1 | Synced:
  120351. web_1 | > django.contrib.auth
  120352. web_1 | > django.contrib.contenttypes
  120353. web_1 | > django.contrib.sessions
  120354. web_1 | > django.contrib.sites
  120355. web_1 | > django.contrib.messages
  120356. web_1 | > django.contrib.staticfiles
  120357. web_1 | > django.contrib.admin
  120358. web_1 | > south
  120359. web_1 | > crispy_forms
  120360. web_1 | > avatar
  120361. web_1 | > bootstrap3
  120362. web_1 | > users
  120363. web_1 | > allauth
  120364. web_1 | > allauth.account
  120365. web_1 | > django.contrib.humanize
  120366. web_1 | > debug_toolbar
  120367. web_1 |
  120368. web_1 | Not synced (use migrations):
  120369. web_1 | - allauth.socialaccount
  120370. web_1 | - django_extensions
  120371. web_1 | (use ./manage.py migrate to migrate these)
  120372. web_1 | Running migrations for socialaccount:
  120373. web_1 | - Nothing to migrate.
  120374. web_1 | - Loading initial data for socialaccount.
  120375. web_1 | Installed 0 object(s) from 0 fixture(s)
  120376. web_1 | Running migrations for django_extensions:
  120377. web_1 | - Nothing to migrate.
  120378. web_1 | - Loading initial data for django_extensions.
  120379. web_1 | Installed 0 object(s) from 0 fixture(s)
  120380. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120381. web_1 | [GCC 4.9.2] on linux2
  120382. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120383. web_1 | (InteractiveConsole)
  120384. web_1 |
  120385. web_1 | >>> >>> Starting the server
  120386. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120387. web_1 |
  120388. web_1 | Fatal error: Unable to find local grunt.
  120389. web_1 |
  120390. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120391. web_1 | your project. For more information about installing and configuring grunt,
  120392. web_1 | please see the Getting Started guide:
  120393. web_1 |
  120394. web_1 | http://gruntjs.com/getting-started
  120395. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120396. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120397. web_1 | Syncing...
  120398. web_1 | Creating tables ...
  120399. web_1 | Installing custom SQL ...
  120400. web_1 | Installing indexes ...
  120401. web_1 | Installed 0 object(s) from 0 fixture(s)
  120402. web_1 |
  120403. web_1 | Synced:
  120404. web_1 | > django.contrib.auth
  120405. web_1 | > django.contrib.contenttypes
  120406. web_1 | > django.contrib.sessions
  120407. web_1 | > django.contrib.sites
  120408. web_1 | > django.contrib.messages
  120409. web_1 | > django.contrib.staticfiles
  120410. web_1 | > django.contrib.admin
  120411. web_1 | > south
  120412. web_1 | > crispy_forms
  120413. web_1 | > avatar
  120414. web_1 | > bootstrap3
  120415. web_1 | > users
  120416. web_1 | > allauth
  120417. web_1 | > allauth.account
  120418. web_1 | > django.contrib.humanize
  120419. web_1 | > debug_toolbar
  120420. web_1 |
  120421. web_1 | Not synced (use migrations):
  120422. web_1 | - allauth.socialaccount
  120423. web_1 | - django_extensions
  120424. web_1 | (use ./manage.py migrate to migrate these)
  120425. web_1 | Running migrations for socialaccount:
  120426. web_1 | - Nothing to migrate.
  120427. web_1 | - Loading initial data for socialaccount.
  120428. web_1 | Installed 0 object(s) from 0 fixture(s)
  120429. web_1 | Running migrations for django_extensions:
  120430. web_1 | - Nothing to migrate.
  120431. web_1 | - Loading initial data for django_extensions.
  120432. web_1 | Installed 0 object(s) from 0 fixture(s)
  120433. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120434. web_1 | [GCC 4.9.2] on linux2
  120435. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120436. web_1 | (InteractiveConsole)
  120437. web_1 |
  120438. web_1 | >>> >>> Starting the server
  120439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120440. web_1 |
  120441. web_1 | Fatal error: Unable to find local grunt.
  120442. web_1 |
  120443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120444. web_1 | your project. For more information about installing and configuring grunt,
  120445. web_1 | please see the Getting Started guide:
  120446. web_1 |
  120447. web_1 | http://gruntjs.com/getting-started
  120448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120449. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120450. web_1 | Syncing...
  120451. web_1 | Creating tables ...
  120452. web_1 | Installing custom SQL ...
  120453. web_1 | Installing indexes ...
  120454. web_1 | Installed 0 object(s) from 0 fixture(s)
  120455. web_1 |
  120456. web_1 | Synced:
  120457. web_1 | > django.contrib.auth
  120458. web_1 | > django.contrib.contenttypes
  120459. web_1 | > django.contrib.sessions
  120460. web_1 | > django.contrib.sites
  120461. web_1 | > django.contrib.messages
  120462. web_1 | > django.contrib.staticfiles
  120463. web_1 | > django.contrib.admin
  120464. web_1 | > south
  120465. web_1 | > crispy_forms
  120466. web_1 | > avatar
  120467. web_1 | > bootstrap3
  120468. web_1 | > users
  120469. web_1 | > allauth
  120470. web_1 | > allauth.account
  120471. web_1 | > django.contrib.humanize
  120472. web_1 | > debug_toolbar
  120473. web_1 |
  120474. web_1 | Not synced (use migrations):
  120475. web_1 | - allauth.socialaccount
  120476. web_1 | - django_extensions
  120477. web_1 | (use ./manage.py migrate to migrate these)
  120478. web_1 | Running migrations for socialaccount:
  120479. web_1 | - Nothing to migrate.
  120480. web_1 | - Loading initial data for socialaccount.
  120481. web_1 | Installed 0 object(s) from 0 fixture(s)
  120482. web_1 | Running migrations for django_extensions:
  120483. web_1 | - Nothing to migrate.
  120484. web_1 | - Loading initial data for django_extensions.
  120485. web_1 | Installed 0 object(s) from 0 fixture(s)
  120486. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120487. web_1 | [GCC 4.9.2] on linux2
  120488. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120489. web_1 | (InteractiveConsole)
  120490. web_1 |
  120491. web_1 | >>> >>> Starting the server
  120492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120493. web_1 |
  120494. web_1 | Fatal error: Unable to find local grunt.
  120495. web_1 |
  120496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120497. web_1 | your project. For more information about installing and configuring grunt,
  120498. web_1 | please see the Getting Started guide:
  120499. web_1 |
  120500. web_1 | http://gruntjs.com/getting-started
  120501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120502. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120503. web_1 | Syncing...
  120504. web_1 | Creating tables ...
  120505. web_1 | Installing custom SQL ...
  120506. web_1 | Installing indexes ...
  120507. web_1 | Installed 0 object(s) from 0 fixture(s)
  120508. web_1 |
  120509. web_1 | Synced:
  120510. web_1 | > django.contrib.auth
  120511. web_1 | > django.contrib.contenttypes
  120512. web_1 | > django.contrib.sessions
  120513. web_1 | > django.contrib.sites
  120514. web_1 | > django.contrib.messages
  120515. web_1 | > django.contrib.staticfiles
  120516. web_1 | > django.contrib.admin
  120517. web_1 | > south
  120518. web_1 | > crispy_forms
  120519. web_1 | > avatar
  120520. web_1 | > bootstrap3
  120521. web_1 | > users
  120522. web_1 | > allauth
  120523. web_1 | > allauth.account
  120524. web_1 | > django.contrib.humanize
  120525. web_1 | > debug_toolbar
  120526. web_1 |
  120527. web_1 | Not synced (use migrations):
  120528. web_1 | - allauth.socialaccount
  120529. web_1 | - django_extensions
  120530. web_1 | (use ./manage.py migrate to migrate these)
  120531. web_1 | Running migrations for socialaccount:
  120532. web_1 | - Nothing to migrate.
  120533. web_1 | - Loading initial data for socialaccount.
  120534. web_1 | Installed 0 object(s) from 0 fixture(s)
  120535. web_1 | Running migrations for django_extensions:
  120536. web_1 | - Nothing to migrate.
  120537. web_1 | - Loading initial data for django_extensions.
  120538. web_1 | Installed 0 object(s) from 0 fixture(s)
  120539. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120540. web_1 | [GCC 4.9.2] on linux2
  120541. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120542. web_1 | (InteractiveConsole)
  120543. web_1 |
  120544. web_1 | >>> >>> Starting the server
  120545. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120546. web_1 |
  120547. web_1 | Fatal error: Unable to find local grunt.
  120548. web_1 |
  120549. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120550. web_1 | your project. For more information about installing and configuring grunt,
  120551. web_1 | please see the Getting Started guide:
  120552. web_1 |
  120553. web_1 | http://gruntjs.com/getting-started
  120554. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120555. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120556. web_1 | Syncing...
  120557. web_1 | Creating tables ...
  120558. web_1 | Installing custom SQL ...
  120559. web_1 | Installing indexes ...
  120560. web_1 | Installed 0 object(s) from 0 fixture(s)
  120561. web_1 |
  120562. web_1 | Synced:
  120563. web_1 | > django.contrib.auth
  120564. web_1 | > django.contrib.contenttypes
  120565. web_1 | > django.contrib.sessions
  120566. web_1 | > django.contrib.sites
  120567. web_1 | > django.contrib.messages
  120568. web_1 | > django.contrib.staticfiles
  120569. web_1 | > django.contrib.admin
  120570. web_1 | > south
  120571. web_1 | > crispy_forms
  120572. web_1 | > avatar
  120573. web_1 | > bootstrap3
  120574. web_1 | > users
  120575. web_1 | > allauth
  120576. web_1 | > allauth.account
  120577. web_1 | > django.contrib.humanize
  120578. web_1 | > debug_toolbar
  120579. web_1 |
  120580. web_1 | Not synced (use migrations):
  120581. web_1 | - allauth.socialaccount
  120582. web_1 | - django_extensions
  120583. web_1 | (use ./manage.py migrate to migrate these)
  120584. web_1 | Running migrations for socialaccount:
  120585. web_1 | - Nothing to migrate.
  120586. web_1 | - Loading initial data for socialaccount.
  120587. web_1 | Installed 0 object(s) from 0 fixture(s)
  120588. web_1 | Running migrations for django_extensions:
  120589. web_1 | - Nothing to migrate.
  120590. web_1 | - Loading initial data for django_extensions.
  120591. web_1 | Installed 0 object(s) from 0 fixture(s)
  120592. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120593. web_1 | [GCC 4.9.2] on linux2
  120594. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120595. web_1 | (InteractiveConsole)
  120596. web_1 |
  120597. web_1 | >>> >>> Starting the server
  120598. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120599. web_1 |
  120600. web_1 | Fatal error: Unable to find local grunt.
  120601. web_1 |
  120602. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120603. web_1 | your project. For more information about installing and configuring grunt,
  120604. web_1 | please see the Getting Started guide:
  120605. web_1 |
  120606. web_1 | http://gruntjs.com/getting-started
  120607. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120608. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120609. web_1 | Syncing...
  120610. web_1 | Creating tables ...
  120611. web_1 | Installing custom SQL ...
  120612. web_1 | Installing indexes ...
  120613. web_1 | Installed 0 object(s) from 0 fixture(s)
  120614. web_1 |
  120615. web_1 | Synced:
  120616. web_1 | > django.contrib.auth
  120617. web_1 | > django.contrib.contenttypes
  120618. web_1 | > django.contrib.sessions
  120619. web_1 | > django.contrib.sites
  120620. web_1 | > django.contrib.messages
  120621. web_1 | > django.contrib.staticfiles
  120622. web_1 | > django.contrib.admin
  120623. web_1 | > south
  120624. web_1 | > crispy_forms
  120625. web_1 | > avatar
  120626. web_1 | > bootstrap3
  120627. web_1 | > users
  120628. web_1 | > allauth
  120629. web_1 | > allauth.account
  120630. web_1 | > django.contrib.humanize
  120631. web_1 | > debug_toolbar
  120632. web_1 |
  120633. web_1 | Not synced (use migrations):
  120634. web_1 | - allauth.socialaccount
  120635. web_1 | - django_extensions
  120636. web_1 | (use ./manage.py migrate to migrate these)
  120637. web_1 | Running migrations for socialaccount:
  120638. web_1 | - Nothing to migrate.
  120639. web_1 | - Loading initial data for socialaccount.
  120640. web_1 | Installed 0 object(s) from 0 fixture(s)
  120641. web_1 | Running migrations for django_extensions:
  120642. web_1 | - Nothing to migrate.
  120643. web_1 | - Loading initial data for django_extensions.
  120644. web_1 | Installed 0 object(s) from 0 fixture(s)
  120645. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120646. web_1 | [GCC 4.9.2] on linux2
  120647. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120648. web_1 | (InteractiveConsole)
  120649. web_1 |
  120650. web_1 | >>> >>> Starting the server
  120651. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120652. web_1 |
  120653. web_1 | Fatal error: Unable to find local grunt.
  120654. web_1 |
  120655. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120656. web_1 | your project. For more information about installing and configuring grunt,
  120657. web_1 | please see the Getting Started guide:
  120658. web_1 |
  120659. web_1 | http://gruntjs.com/getting-started
  120660. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120661. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120662. web_1 | Syncing...
  120663. web_1 | Creating tables ...
  120664. web_1 | Installing custom SQL ...
  120665. web_1 | Installing indexes ...
  120666. web_1 | Installed 0 object(s) from 0 fixture(s)
  120667. web_1 |
  120668. web_1 | Synced:
  120669. web_1 | > django.contrib.auth
  120670. web_1 | > django.contrib.contenttypes
  120671. web_1 | > django.contrib.sessions
  120672. web_1 | > django.contrib.sites
  120673. web_1 | > django.contrib.messages
  120674. web_1 | > django.contrib.staticfiles
  120675. web_1 | > django.contrib.admin
  120676. web_1 | > south
  120677. web_1 | > crispy_forms
  120678. web_1 | > avatar
  120679. web_1 | > bootstrap3
  120680. web_1 | > users
  120681. web_1 | > allauth
  120682. web_1 | > allauth.account
  120683. web_1 | > django.contrib.humanize
  120684. web_1 | > debug_toolbar
  120685. web_1 |
  120686. web_1 | Not synced (use migrations):
  120687. web_1 | - allauth.socialaccount
  120688. web_1 | - django_extensions
  120689. web_1 | (use ./manage.py migrate to migrate these)
  120690. web_1 | Running migrations for socialaccount:
  120691. web_1 | - Nothing to migrate.
  120692. web_1 | - Loading initial data for socialaccount.
  120693. web_1 | Installed 0 object(s) from 0 fixture(s)
  120694. web_1 | Running migrations for django_extensions:
  120695. web_1 | - Nothing to migrate.
  120696. web_1 | - Loading initial data for django_extensions.
  120697. web_1 | Installed 0 object(s) from 0 fixture(s)
  120698. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120699. web_1 | [GCC 4.9.2] on linux2
  120700. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120701. web_1 | (InteractiveConsole)
  120702. web_1 |
  120703. web_1 | >>> >>> Starting the server
  120704. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120705. web_1 |
  120706. web_1 | Fatal error: Unable to find local grunt.
  120707. web_1 |
  120708. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120709. web_1 | your project. For more information about installing and configuring grunt,
  120710. web_1 | please see the Getting Started guide:
  120711. web_1 |
  120712. web_1 | http://gruntjs.com/getting-started
  120713. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120714. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120715. web_1 | Syncing...
  120716. web_1 | Creating tables ...
  120717. web_1 | Installing custom SQL ...
  120718. web_1 | Installing indexes ...
  120719. web_1 | Installed 0 object(s) from 0 fixture(s)
  120720. web_1 |
  120721. web_1 | Synced:
  120722. web_1 | > django.contrib.auth
  120723. web_1 | > django.contrib.contenttypes
  120724. web_1 | > django.contrib.sessions
  120725. web_1 | > django.contrib.sites
  120726. web_1 | > django.contrib.messages
  120727. web_1 | > django.contrib.staticfiles
  120728. web_1 | > django.contrib.admin
  120729. web_1 | > south
  120730. web_1 | > crispy_forms
  120731. web_1 | > avatar
  120732. web_1 | > bootstrap3
  120733. web_1 | > users
  120734. web_1 | > allauth
  120735. web_1 | > allauth.account
  120736. web_1 | > django.contrib.humanize
  120737. web_1 | > debug_toolbar
  120738. web_1 |
  120739. web_1 | Not synced (use migrations):
  120740. web_1 | - allauth.socialaccount
  120741. web_1 | - django_extensions
  120742. web_1 | (use ./manage.py migrate to migrate these)
  120743. web_1 | Running migrations for socialaccount:
  120744. web_1 | - Nothing to migrate.
  120745. web_1 | - Loading initial data for socialaccount.
  120746. web_1 | Installed 0 object(s) from 0 fixture(s)
  120747. web_1 | Running migrations for django_extensions:
  120748. web_1 | - Nothing to migrate.
  120749. web_1 | - Loading initial data for django_extensions.
  120750. web_1 | Installed 0 object(s) from 0 fixture(s)
  120751. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120752. web_1 | [GCC 4.9.2] on linux2
  120753. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120754. web_1 | (InteractiveConsole)
  120755. web_1 |
  120756. web_1 | >>> >>> Starting the server
  120757. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120758. web_1 |
  120759. web_1 | Fatal error: Unable to find local grunt.
  120760. web_1 |
  120761. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120762. web_1 | your project. For more information about installing and configuring grunt,
  120763. web_1 | please see the Getting Started guide:
  120764. web_1 |
  120765. web_1 | http://gruntjs.com/getting-started
  120766. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120767. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120768. web_1 | Syncing...
  120769. web_1 | Creating tables ...
  120770. web_1 | Installing custom SQL ...
  120771. web_1 | Installing indexes ...
  120772. web_1 | Installed 0 object(s) from 0 fixture(s)
  120773. web_1 |
  120774. web_1 | Synced:
  120775. web_1 | > django.contrib.auth
  120776. web_1 | > django.contrib.contenttypes
  120777. web_1 | > django.contrib.sessions
  120778. web_1 | > django.contrib.sites
  120779. web_1 | > django.contrib.messages
  120780. web_1 | > django.contrib.staticfiles
  120781. web_1 | > django.contrib.admin
  120782. web_1 | > south
  120783. web_1 | > crispy_forms
  120784. web_1 | > avatar
  120785. web_1 | > bootstrap3
  120786. web_1 | > users
  120787. web_1 | > allauth
  120788. web_1 | > allauth.account
  120789. web_1 | > django.contrib.humanize
  120790. web_1 | > debug_toolbar
  120791. web_1 |
  120792. web_1 | Not synced (use migrations):
  120793. web_1 | - allauth.socialaccount
  120794. web_1 | - django_extensions
  120795. web_1 | (use ./manage.py migrate to migrate these)
  120796. web_1 | Running migrations for socialaccount:
  120797. web_1 | - Nothing to migrate.
  120798. web_1 | - Loading initial data for socialaccount.
  120799. web_1 | Installed 0 object(s) from 0 fixture(s)
  120800. web_1 | Running migrations for django_extensions:
  120801. web_1 | - Nothing to migrate.
  120802. web_1 | - Loading initial data for django_extensions.
  120803. web_1 | Installed 0 object(s) from 0 fixture(s)
  120804. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120805. web_1 | [GCC 4.9.2] on linux2
  120806. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120807. web_1 | (InteractiveConsole)
  120808. web_1 |
  120809. web_1 | >>> >>> Starting the server
  120810. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120811. web_1 |
  120812. web_1 | Fatal error: Unable to find local grunt.
  120813. web_1 |
  120814. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120815. web_1 | your project. For more information about installing and configuring grunt,
  120816. web_1 | please see the Getting Started guide:
  120817. web_1 |
  120818. web_1 | http://gruntjs.com/getting-started
  120819. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120820. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120821. web_1 | Syncing...
  120822. web_1 | Creating tables ...
  120823. web_1 | Installing custom SQL ...
  120824. web_1 | Installing indexes ...
  120825. web_1 | Installed 0 object(s) from 0 fixture(s)
  120826. web_1 |
  120827. web_1 | Synced:
  120828. web_1 | > django.contrib.auth
  120829. web_1 | > django.contrib.contenttypes
  120830. web_1 | > django.contrib.sessions
  120831. web_1 | > django.contrib.sites
  120832. web_1 | > django.contrib.messages
  120833. web_1 | > django.contrib.staticfiles
  120834. web_1 | > django.contrib.admin
  120835. web_1 | > south
  120836. web_1 | > crispy_forms
  120837. web_1 | > avatar
  120838. web_1 | > bootstrap3
  120839. web_1 | > users
  120840. web_1 | > allauth
  120841. web_1 | > allauth.account
  120842. web_1 | > django.contrib.humanize
  120843. web_1 | > debug_toolbar
  120844. web_1 |
  120845. web_1 | Not synced (use migrations):
  120846. web_1 | - allauth.socialaccount
  120847. web_1 | - django_extensions
  120848. web_1 | (use ./manage.py migrate to migrate these)
  120849. web_1 | Running migrations for socialaccount:
  120850. web_1 | - Nothing to migrate.
  120851. web_1 | - Loading initial data for socialaccount.
  120852. web_1 | Installed 0 object(s) from 0 fixture(s)
  120853. web_1 | Running migrations for django_extensions:
  120854. web_1 | - Nothing to migrate.
  120855. web_1 | - Loading initial data for django_extensions.
  120856. web_1 | Installed 0 object(s) from 0 fixture(s)
  120857. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120858. web_1 | [GCC 4.9.2] on linux2
  120859. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120860. web_1 | (InteractiveConsole)
  120861. web_1 |
  120862. web_1 | >>> >>> Starting the server
  120863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120864. web_1 |
  120865. web_1 | Fatal error: Unable to find local grunt.
  120866. web_1 |
  120867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120868. web_1 | your project. For more information about installing and configuring grunt,
  120869. web_1 | please see the Getting Started guide:
  120870. web_1 |
  120871. web_1 | http://gruntjs.com/getting-started
  120872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120873. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120874. web_1 | Syncing...
  120875. web_1 | Creating tables ...
  120876. web_1 | Installing custom SQL ...
  120877. web_1 | Installing indexes ...
  120878. web_1 | Installed 0 object(s) from 0 fixture(s)
  120879. web_1 |
  120880. web_1 | Synced:
  120881. web_1 | > django.contrib.auth
  120882. web_1 | > django.contrib.contenttypes
  120883. web_1 | > django.contrib.sessions
  120884. web_1 | > django.contrib.sites
  120885. web_1 | > django.contrib.messages
  120886. web_1 | > django.contrib.staticfiles
  120887. web_1 | > django.contrib.admin
  120888. web_1 | > south
  120889. web_1 | > crispy_forms
  120890. web_1 | > avatar
  120891. web_1 | > bootstrap3
  120892. web_1 | > users
  120893. web_1 | > allauth
  120894. web_1 | > allauth.account
  120895. web_1 | > django.contrib.humanize
  120896. web_1 | > debug_toolbar
  120897. web_1 |
  120898. web_1 | Not synced (use migrations):
  120899. web_1 | - allauth.socialaccount
  120900. web_1 | - django_extensions
  120901. web_1 | (use ./manage.py migrate to migrate these)
  120902. web_1 | Running migrations for socialaccount:
  120903. web_1 | - Nothing to migrate.
  120904. web_1 | - Loading initial data for socialaccount.
  120905. web_1 | Installed 0 object(s) from 0 fixture(s)
  120906. web_1 | Running migrations for django_extensions:
  120907. web_1 | - Nothing to migrate.
  120908. web_1 | - Loading initial data for django_extensions.
  120909. web_1 | Installed 0 object(s) from 0 fixture(s)
  120910. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120911. web_1 | [GCC 4.9.2] on linux2
  120912. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120913. web_1 | (InteractiveConsole)
  120914. web_1 |
  120915. web_1 | >>> >>> Starting the server
  120916. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120917. web_1 |
  120918. web_1 | Fatal error: Unable to find local grunt.
  120919. web_1 |
  120920. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120921. web_1 | your project. For more information about installing and configuring grunt,
  120922. web_1 | please see the Getting Started guide:
  120923. web_1 |
  120924. web_1 | http://gruntjs.com/getting-started
  120925. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120926. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120927. web_1 | Syncing...
  120928. web_1 | Creating tables ...
  120929. web_1 | Installing custom SQL ...
  120930. web_1 | Installing indexes ...
  120931. web_1 | Installed 0 object(s) from 0 fixture(s)
  120932. web_1 |
  120933. web_1 | Synced:
  120934. web_1 | > django.contrib.auth
  120935. web_1 | > django.contrib.contenttypes
  120936. web_1 | > django.contrib.sessions
  120937. web_1 | > django.contrib.sites
  120938. web_1 | > django.contrib.messages
  120939. web_1 | > django.contrib.staticfiles
  120940. web_1 | > django.contrib.admin
  120941. web_1 | > south
  120942. web_1 | > crispy_forms
  120943. web_1 | > avatar
  120944. web_1 | > bootstrap3
  120945. web_1 | > users
  120946. web_1 | > allauth
  120947. web_1 | > allauth.account
  120948. web_1 | > django.contrib.humanize
  120949. web_1 | > debug_toolbar
  120950. web_1 |
  120951. web_1 | Not synced (use migrations):
  120952. web_1 | - allauth.socialaccount
  120953. web_1 | - django_extensions
  120954. web_1 | (use ./manage.py migrate to migrate these)
  120955. web_1 | Running migrations for socialaccount:
  120956. web_1 | - Nothing to migrate.
  120957. web_1 | - Loading initial data for socialaccount.
  120958. web_1 | Installed 0 object(s) from 0 fixture(s)
  120959. web_1 | Running migrations for django_extensions:
  120960. web_1 | - Nothing to migrate.
  120961. web_1 | - Loading initial data for django_extensions.
  120962. web_1 | Installed 0 object(s) from 0 fixture(s)
  120963. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  120964. web_1 | [GCC 4.9.2] on linux2
  120965. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  120966. web_1 | (InteractiveConsole)
  120967. web_1 |
  120968. web_1 | >>> >>> Starting the server
  120969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  120970. web_1 |
  120971. web_1 | Fatal error: Unable to find local grunt.
  120972. web_1 |
  120973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  120974. web_1 | your project. For more information about installing and configuring grunt,
  120975. web_1 | please see the Getting Started guide:
  120976. web_1 |
  120977. web_1 | http://gruntjs.com/getting-started
  120978. web_1 | Starting OpenBSD Secure Shell server: sshd.
  120979. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  120980. web_1 | Syncing...
  120981. web_1 | Creating tables ...
  120982. web_1 | Installing custom SQL ...
  120983. web_1 | Installing indexes ...
  120984. web_1 | Installed 0 object(s) from 0 fixture(s)
  120985. web_1 |
  120986. web_1 | Synced:
  120987. web_1 | > django.contrib.auth
  120988. web_1 | > django.contrib.contenttypes
  120989. web_1 | > django.contrib.sessions
  120990. web_1 | > django.contrib.sites
  120991. web_1 | > django.contrib.messages
  120992. web_1 | > django.contrib.staticfiles
  120993. web_1 | > django.contrib.admin
  120994. web_1 | > south
  120995. web_1 | > crispy_forms
  120996. web_1 | > avatar
  120997. web_1 | > bootstrap3
  120998. web_1 | > users
  120999. web_1 | > allauth
  121000. web_1 | > allauth.account
  121001. web_1 | > django.contrib.humanize
  121002. web_1 | > debug_toolbar
  121003. web_1 |
  121004. web_1 | Not synced (use migrations):
  121005. web_1 | - allauth.socialaccount
  121006. web_1 | - django_extensions
  121007. web_1 | (use ./manage.py migrate to migrate these)
  121008. web_1 | Running migrations for socialaccount:
  121009. web_1 | - Nothing to migrate.
  121010. web_1 | - Loading initial data for socialaccount.
  121011. web_1 | Installed 0 object(s) from 0 fixture(s)
  121012. web_1 | Running migrations for django_extensions:
  121013. web_1 | - Nothing to migrate.
  121014. web_1 | - Loading initial data for django_extensions.
  121015. web_1 | Installed 0 object(s) from 0 fixture(s)
  121016. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121017. web_1 | [GCC 4.9.2] on linux2
  121018. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121019. web_1 | (InteractiveConsole)
  121020. web_1 |
  121021. web_1 | >>> >>> Starting the server
  121022. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121023. web_1 |
  121024. web_1 | Fatal error: Unable to find local grunt.
  121025. web_1 |
  121026. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121027. web_1 | your project. For more information about installing and configuring grunt,
  121028. web_1 | please see the Getting Started guide:
  121029. web_1 |
  121030. web_1 | http://gruntjs.com/getting-started
  121031. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121032. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121033. web_1 | Syncing...
  121034. web_1 | Creating tables ...
  121035. web_1 | Installing custom SQL ...
  121036. web_1 | Installing indexes ...
  121037. web_1 | Installed 0 object(s) from 0 fixture(s)
  121038. web_1 |
  121039. web_1 | Synced:
  121040. web_1 | > django.contrib.auth
  121041. web_1 | > django.contrib.contenttypes
  121042. web_1 | > django.contrib.sessions
  121043. web_1 | > django.contrib.sites
  121044. web_1 | > django.contrib.messages
  121045. web_1 | > django.contrib.staticfiles
  121046. web_1 | > django.contrib.admin
  121047. web_1 | > south
  121048. web_1 | > crispy_forms
  121049. web_1 | > avatar
  121050. web_1 | > bootstrap3
  121051. web_1 | > users
  121052. web_1 | > allauth
  121053. web_1 | > allauth.account
  121054. web_1 | > django.contrib.humanize
  121055. web_1 | > debug_toolbar
  121056. web_1 |
  121057. web_1 | Not synced (use migrations):
  121058. web_1 | - allauth.socialaccount
  121059. web_1 | - django_extensions
  121060. web_1 | (use ./manage.py migrate to migrate these)
  121061. web_1 | Running migrations for socialaccount:
  121062. web_1 | - Nothing to migrate.
  121063. web_1 | - Loading initial data for socialaccount.
  121064. web_1 | Installed 0 object(s) from 0 fixture(s)
  121065. web_1 | Running migrations for django_extensions:
  121066. web_1 | - Nothing to migrate.
  121067. web_1 | - Loading initial data for django_extensions.
  121068. web_1 | Installed 0 object(s) from 0 fixture(s)
  121069. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121070. web_1 | [GCC 4.9.2] on linux2
  121071. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121072. web_1 | (InteractiveConsole)
  121073. web_1 |
  121074. web_1 | >>> >>> Starting the server
  121075. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121076. web_1 |
  121077. web_1 | Fatal error: Unable to find local grunt.
  121078. web_1 |
  121079. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121080. web_1 | your project. For more information about installing and configuring grunt,
  121081. web_1 | please see the Getting Started guide:
  121082. web_1 |
  121083. web_1 | http://gruntjs.com/getting-started
  121084. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121085. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121086. web_1 | Syncing...
  121087. web_1 | Creating tables ...
  121088. web_1 | Installing custom SQL ...
  121089. web_1 | Installing indexes ...
  121090. web_1 | Installed 0 object(s) from 0 fixture(s)
  121091. web_1 |
  121092. web_1 | Synced:
  121093. web_1 | > django.contrib.auth
  121094. web_1 | > django.contrib.contenttypes
  121095. web_1 | > django.contrib.sessions
  121096. web_1 | > django.contrib.sites
  121097. web_1 | > django.contrib.messages
  121098. web_1 | > django.contrib.staticfiles
  121099. web_1 | > django.contrib.admin
  121100. web_1 | > south
  121101. web_1 | > crispy_forms
  121102. web_1 | > avatar
  121103. web_1 | > bootstrap3
  121104. web_1 | > users
  121105. web_1 | > allauth
  121106. web_1 | > allauth.account
  121107. web_1 | > django.contrib.humanize
  121108. web_1 | > debug_toolbar
  121109. web_1 |
  121110. web_1 | Not synced (use migrations):
  121111. web_1 | - allauth.socialaccount
  121112. web_1 | - django_extensions
  121113. web_1 | (use ./manage.py migrate to migrate these)
  121114. web_1 | Running migrations for socialaccount:
  121115. web_1 | - Nothing to migrate.
  121116. web_1 | - Loading initial data for socialaccount.
  121117. web_1 | Installed 0 object(s) from 0 fixture(s)
  121118. web_1 | Running migrations for django_extensions:
  121119. web_1 | - Nothing to migrate.
  121120. web_1 | - Loading initial data for django_extensions.
  121121. web_1 | Installed 0 object(s) from 0 fixture(s)
  121122. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121123. web_1 | [GCC 4.9.2] on linux2
  121124. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121125. web_1 | (InteractiveConsole)
  121126. web_1 |
  121127. web_1 | >>> >>> Starting the server
  121128. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121129. web_1 |
  121130. web_1 | Fatal error: Unable to find local grunt.
  121131. web_1 |
  121132. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121133. web_1 | your project. For more information about installing and configuring grunt,
  121134. web_1 | please see the Getting Started guide:
  121135. web_1 |
  121136. web_1 | http://gruntjs.com/getting-started
  121137. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121138. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121139. web_1 | Syncing...
  121140. web_1 | Creating tables ...
  121141. web_1 | Installing custom SQL ...
  121142. web_1 | Installing indexes ...
  121143. web_1 | Installed 0 object(s) from 0 fixture(s)
  121144. web_1 |
  121145. web_1 | Synced:
  121146. web_1 | > django.contrib.auth
  121147. web_1 | > django.contrib.contenttypes
  121148. web_1 | > django.contrib.sessions
  121149. web_1 | > django.contrib.sites
  121150. web_1 | > django.contrib.messages
  121151. web_1 | > django.contrib.staticfiles
  121152. web_1 | > django.contrib.admin
  121153. web_1 | > south
  121154. web_1 | > crispy_forms
  121155. web_1 | > avatar
  121156. web_1 | > bootstrap3
  121157. web_1 | > users
  121158. web_1 | > allauth
  121159. web_1 | > allauth.account
  121160. web_1 | > django.contrib.humanize
  121161. web_1 | > debug_toolbar
  121162. web_1 |
  121163. web_1 | Not synced (use migrations):
  121164. web_1 | - allauth.socialaccount
  121165. web_1 | - django_extensions
  121166. web_1 | (use ./manage.py migrate to migrate these)
  121167. web_1 | Running migrations for socialaccount:
  121168. web_1 | - Nothing to migrate.
  121169. web_1 | - Loading initial data for socialaccount.
  121170. web_1 | Installed 0 object(s) from 0 fixture(s)
  121171. web_1 | Running migrations for django_extensions:
  121172. web_1 | - Nothing to migrate.
  121173. web_1 | - Loading initial data for django_extensions.
  121174. web_1 | Installed 0 object(s) from 0 fixture(s)
  121175. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121176. web_1 | [GCC 4.9.2] on linux2
  121177. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121178. web_1 | (InteractiveConsole)
  121179. web_1 |
  121180. web_1 | >>> >>> Starting the server
  121181. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121182. web_1 |
  121183. web_1 | Fatal error: Unable to find local grunt.
  121184. web_1 |
  121185. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121186. web_1 | your project. For more information about installing and configuring grunt,
  121187. web_1 | please see the Getting Started guide:
  121188. web_1 |
  121189. web_1 | http://gruntjs.com/getting-started
  121190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121191. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121192. web_1 | Syncing...
  121193. web_1 | Creating tables ...
  121194. web_1 | Installing custom SQL ...
  121195. web_1 | Installing indexes ...
  121196. web_1 | Installed 0 object(s) from 0 fixture(s)
  121197. web_1 |
  121198. web_1 | Synced:
  121199. web_1 | > django.contrib.auth
  121200. web_1 | > django.contrib.contenttypes
  121201. web_1 | > django.contrib.sessions
  121202. web_1 | > django.contrib.sites
  121203. web_1 | > django.contrib.messages
  121204. web_1 | > django.contrib.staticfiles
  121205. web_1 | > django.contrib.admin
  121206. web_1 | > south
  121207. web_1 | > crispy_forms
  121208. web_1 | > avatar
  121209. web_1 | > bootstrap3
  121210. web_1 | > users
  121211. web_1 | > allauth
  121212. web_1 | > allauth.account
  121213. web_1 | > django.contrib.humanize
  121214. web_1 | > debug_toolbar
  121215. web_1 |
  121216. web_1 | Not synced (use migrations):
  121217. web_1 | - allauth.socialaccount
  121218. web_1 | - django_extensions
  121219. web_1 | (use ./manage.py migrate to migrate these)
  121220. web_1 | Running migrations for socialaccount:
  121221. web_1 | - Nothing to migrate.
  121222. web_1 | - Loading initial data for socialaccount.
  121223. web_1 | Installed 0 object(s) from 0 fixture(s)
  121224. web_1 | Running migrations for django_extensions:
  121225. web_1 | - Nothing to migrate.
  121226. web_1 | - Loading initial data for django_extensions.
  121227. web_1 | Installed 0 object(s) from 0 fixture(s)
  121228. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121229. web_1 | [GCC 4.9.2] on linux2
  121230. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121231. web_1 | (InteractiveConsole)
  121232. web_1 |
  121233. web_1 | >>> >>> Starting the server
  121234. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121235. web_1 |
  121236. web_1 | Fatal error: Unable to find local grunt.
  121237. web_1 |
  121238. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121239. web_1 | your project. For more information about installing and configuring grunt,
  121240. web_1 | please see the Getting Started guide:
  121241. web_1 |
  121242. web_1 | http://gruntjs.com/getting-started
  121243. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121244. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121245. web_1 | Syncing...
  121246. web_1 | Creating tables ...
  121247. web_1 | Installing custom SQL ...
  121248. web_1 | Installing indexes ...
  121249. web_1 | Installed 0 object(s) from 0 fixture(s)
  121250. web_1 |
  121251. web_1 | Synced:
  121252. web_1 | > django.contrib.auth
  121253. web_1 | > django.contrib.contenttypes
  121254. web_1 | > django.contrib.sessions
  121255. web_1 | > django.contrib.sites
  121256. web_1 | > django.contrib.messages
  121257. web_1 | > django.contrib.staticfiles
  121258. web_1 | > django.contrib.admin
  121259. web_1 | > south
  121260. web_1 | > crispy_forms
  121261. web_1 | > avatar
  121262. web_1 | > bootstrap3
  121263. web_1 | > users
  121264. web_1 | > allauth
  121265. web_1 | > allauth.account
  121266. web_1 | > django.contrib.humanize
  121267. web_1 | > debug_toolbar
  121268. web_1 |
  121269. web_1 | Not synced (use migrations):
  121270. web_1 | - allauth.socialaccount
  121271. web_1 | - django_extensions
  121272. web_1 | (use ./manage.py migrate to migrate these)
  121273. web_1 | Running migrations for socialaccount:
  121274. web_1 | - Nothing to migrate.
  121275. web_1 | - Loading initial data for socialaccount.
  121276. web_1 | Installed 0 object(s) from 0 fixture(s)
  121277. web_1 | Running migrations for django_extensions:
  121278. web_1 | - Nothing to migrate.
  121279. web_1 | - Loading initial data for django_extensions.
  121280. web_1 | Installed 0 object(s) from 0 fixture(s)
  121281. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121282. web_1 | [GCC 4.9.2] on linux2
  121283. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121284. web_1 | (InteractiveConsole)
  121285. web_1 |
  121286. web_1 | >>> >>> Starting the server
  121287. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121288. web_1 |
  121289. web_1 | Fatal error: Unable to find local grunt.
  121290. web_1 |
  121291. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121292. web_1 | your project. For more information about installing and configuring grunt,
  121293. web_1 | please see the Getting Started guide:
  121294. web_1 |
  121295. web_1 | http://gruntjs.com/getting-started
  121296. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121297. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121298. web_1 | Syncing...
  121299. web_1 | Creating tables ...
  121300. web_1 | Installing custom SQL ...
  121301. web_1 | Installing indexes ...
  121302. web_1 | Installed 0 object(s) from 0 fixture(s)
  121303. web_1 |
  121304. web_1 | Synced:
  121305. web_1 | > django.contrib.auth
  121306. web_1 | > django.contrib.contenttypes
  121307. web_1 | > django.contrib.sessions
  121308. web_1 | > django.contrib.sites
  121309. web_1 | > django.contrib.messages
  121310. web_1 | > django.contrib.staticfiles
  121311. web_1 | > django.contrib.admin
  121312. web_1 | > south
  121313. web_1 | > crispy_forms
  121314. web_1 | > avatar
  121315. web_1 | > bootstrap3
  121316. web_1 | > users
  121317. web_1 | > allauth
  121318. web_1 | > allauth.account
  121319. web_1 | > django.contrib.humanize
  121320. web_1 | > debug_toolbar
  121321. web_1 |
  121322. web_1 | Not synced (use migrations):
  121323. web_1 | - allauth.socialaccount
  121324. web_1 | - django_extensions
  121325. web_1 | (use ./manage.py migrate to migrate these)
  121326. web_1 | Running migrations for socialaccount:
  121327. web_1 | - Nothing to migrate.
  121328. web_1 | - Loading initial data for socialaccount.
  121329. web_1 | Installed 0 object(s) from 0 fixture(s)
  121330. web_1 | Running migrations for django_extensions:
  121331. web_1 | - Nothing to migrate.
  121332. web_1 | - Loading initial data for django_extensions.
  121333. web_1 | Installed 0 object(s) from 0 fixture(s)
  121334. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121335. web_1 | [GCC 4.9.2] on linux2
  121336. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121337. web_1 | (InteractiveConsole)
  121338. web_1 |
  121339. web_1 | >>> >>> Starting the server
  121340. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121341. web_1 |
  121342. web_1 | Fatal error: Unable to find local grunt.
  121343. web_1 |
  121344. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121345. web_1 | your project. For more information about installing and configuring grunt,
  121346. web_1 | please see the Getting Started guide:
  121347. web_1 |
  121348. web_1 | http://gruntjs.com/getting-started
  121349. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121350. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121351. web_1 | Syncing...
  121352. web_1 | Creating tables ...
  121353. web_1 | Installing custom SQL ...
  121354. web_1 | Installing indexes ...
  121355. web_1 | Installed 0 object(s) from 0 fixture(s)
  121356. web_1 |
  121357. web_1 | Synced:
  121358. web_1 | > django.contrib.auth
  121359. web_1 | > django.contrib.contenttypes
  121360. web_1 | > django.contrib.sessions
  121361. web_1 | > django.contrib.sites
  121362. web_1 | > django.contrib.messages
  121363. web_1 | > django.contrib.staticfiles
  121364. web_1 | > django.contrib.admin
  121365. web_1 | > south
  121366. web_1 | > crispy_forms
  121367. web_1 | > avatar
  121368. web_1 | > bootstrap3
  121369. web_1 | > users
  121370. web_1 | > allauth
  121371. web_1 | > allauth.account
  121372. web_1 | > django.contrib.humanize
  121373. web_1 | > debug_toolbar
  121374. web_1 |
  121375. web_1 | Not synced (use migrations):
  121376. web_1 | - allauth.socialaccount
  121377. web_1 | - django_extensions
  121378. web_1 | (use ./manage.py migrate to migrate these)
  121379. web_1 | Running migrations for socialaccount:
  121380. web_1 | - Nothing to migrate.
  121381. web_1 | - Loading initial data for socialaccount.
  121382. web_1 | Installed 0 object(s) from 0 fixture(s)
  121383. web_1 | Running migrations for django_extensions:
  121384. web_1 | - Nothing to migrate.
  121385. web_1 | - Loading initial data for django_extensions.
  121386. web_1 | Installed 0 object(s) from 0 fixture(s)
  121387. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121388. web_1 | [GCC 4.9.2] on linux2
  121389. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121390. web_1 | (InteractiveConsole)
  121391. web_1 |
  121392. web_1 | >>> >>> Starting the server
  121393. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121394. web_1 |
  121395. web_1 | Fatal error: Unable to find local grunt.
  121396. web_1 |
  121397. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121398. web_1 | your project. For more information about installing and configuring grunt,
  121399. web_1 | please see the Getting Started guide:
  121400. web_1 |
  121401. web_1 | http://gruntjs.com/getting-started
  121402. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121403. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121404. web_1 | Syncing...
  121405. web_1 | Creating tables ...
  121406. web_1 | Installing custom SQL ...
  121407. web_1 | Installing indexes ...
  121408. web_1 | Installed 0 object(s) from 0 fixture(s)
  121409. web_1 |
  121410. web_1 | Synced:
  121411. web_1 | > django.contrib.auth
  121412. web_1 | > django.contrib.contenttypes
  121413. web_1 | > django.contrib.sessions
  121414. web_1 | > django.contrib.sites
  121415. web_1 | > django.contrib.messages
  121416. web_1 | > django.contrib.staticfiles
  121417. web_1 | > django.contrib.admin
  121418. web_1 | > south
  121419. web_1 | > crispy_forms
  121420. web_1 | > avatar
  121421. web_1 | > bootstrap3
  121422. web_1 | > users
  121423. web_1 | > allauth
  121424. web_1 | > allauth.account
  121425. web_1 | > django.contrib.humanize
  121426. web_1 | > debug_toolbar
  121427. web_1 |
  121428. web_1 | Not synced (use migrations):
  121429. web_1 | - allauth.socialaccount
  121430. web_1 | - django_extensions
  121431. web_1 | (use ./manage.py migrate to migrate these)
  121432. web_1 | Running migrations for socialaccount:
  121433. web_1 | - Nothing to migrate.
  121434. web_1 | - Loading initial data for socialaccount.
  121435. web_1 | Installed 0 object(s) from 0 fixture(s)
  121436. web_1 | Running migrations for django_extensions:
  121437. web_1 | - Nothing to migrate.
  121438. web_1 | - Loading initial data for django_extensions.
  121439. web_1 | Installed 0 object(s) from 0 fixture(s)
  121440. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121441. web_1 | [GCC 4.9.2] on linux2
  121442. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121443. web_1 | (InteractiveConsole)
  121444. web_1 |
  121445. web_1 | >>> >>> Starting the server
  121446. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121447. web_1 |
  121448. web_1 | Fatal error: Unable to find local grunt.
  121449. web_1 |
  121450. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121451. web_1 | your project. For more information about installing and configuring grunt,
  121452. web_1 | please see the Getting Started guide:
  121453. web_1 |
  121454. web_1 | http://gruntjs.com/getting-started
  121455. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121456. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121457. web_1 | Syncing...
  121458. web_1 | Creating tables ...
  121459. web_1 | Installing custom SQL ...
  121460. web_1 | Installing indexes ...
  121461. web_1 | Installed 0 object(s) from 0 fixture(s)
  121462. web_1 |
  121463. web_1 | Synced:
  121464. web_1 | > django.contrib.auth
  121465. web_1 | > django.contrib.contenttypes
  121466. web_1 | > django.contrib.sessions
  121467. web_1 | > django.contrib.sites
  121468. web_1 | > django.contrib.messages
  121469. web_1 | > django.contrib.staticfiles
  121470. web_1 | > django.contrib.admin
  121471. web_1 | > south
  121472. web_1 | > crispy_forms
  121473. web_1 | > avatar
  121474. web_1 | > bootstrap3
  121475. web_1 | > users
  121476. web_1 | > allauth
  121477. web_1 | > allauth.account
  121478. web_1 | > django.contrib.humanize
  121479. web_1 | > debug_toolbar
  121480. web_1 |
  121481. web_1 | Not synced (use migrations):
  121482. web_1 | - allauth.socialaccount
  121483. web_1 | - django_extensions
  121484. web_1 | (use ./manage.py migrate to migrate these)
  121485. web_1 | Running migrations for socialaccount:
  121486. web_1 | - Nothing to migrate.
  121487. web_1 | - Loading initial data for socialaccount.
  121488. web_1 | Installed 0 object(s) from 0 fixture(s)
  121489. web_1 | Running migrations for django_extensions:
  121490. web_1 | - Nothing to migrate.
  121491. web_1 | - Loading initial data for django_extensions.
  121492. web_1 | Installed 0 object(s) from 0 fixture(s)
  121493. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121494. web_1 | [GCC 4.9.2] on linux2
  121495. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121496. web_1 | (InteractiveConsole)
  121497. web_1 |
  121498. web_1 | >>> >>> Starting the server
  121499. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121500. web_1 |
  121501. web_1 | Fatal error: Unable to find local grunt.
  121502. web_1 |
  121503. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121504. web_1 | your project. For more information about installing and configuring grunt,
  121505. web_1 | please see the Getting Started guide:
  121506. web_1 |
  121507. web_1 | http://gruntjs.com/getting-started
  121508. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121509. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121510. web_1 | Syncing...
  121511. web_1 | Creating tables ...
  121512. web_1 | Installing custom SQL ...
  121513. web_1 | Installing indexes ...
  121514. web_1 | Installed 0 object(s) from 0 fixture(s)
  121515. web_1 |
  121516. web_1 | Synced:
  121517. web_1 | > django.contrib.auth
  121518. web_1 | > django.contrib.contenttypes
  121519. web_1 | > django.contrib.sessions
  121520. web_1 | > django.contrib.sites
  121521. web_1 | > django.contrib.messages
  121522. web_1 | > django.contrib.staticfiles
  121523. web_1 | > django.contrib.admin
  121524. web_1 | > south
  121525. web_1 | > crispy_forms
  121526. web_1 | > avatar
  121527. web_1 | > bootstrap3
  121528. web_1 | > users
  121529. web_1 | > allauth
  121530. web_1 | > allauth.account
  121531. web_1 | > django.contrib.humanize
  121532. web_1 | > debug_toolbar
  121533. web_1 |
  121534. web_1 | Not synced (use migrations):
  121535. web_1 | - allauth.socialaccount
  121536. web_1 | - django_extensions
  121537. web_1 | (use ./manage.py migrate to migrate these)
  121538. web_1 | Running migrations for socialaccount:
  121539. web_1 | - Nothing to migrate.
  121540. web_1 | - Loading initial data for socialaccount.
  121541. web_1 | Installed 0 object(s) from 0 fixture(s)
  121542. web_1 | Running migrations for django_extensions:
  121543. web_1 | - Nothing to migrate.
  121544. web_1 | - Loading initial data for django_extensions.
  121545. web_1 | Installed 0 object(s) from 0 fixture(s)
  121546. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121547. web_1 | [GCC 4.9.2] on linux2
  121548. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121549. web_1 | (InteractiveConsole)
  121550. web_1 |
  121551. web_1 | >>> >>> Starting the server
  121552. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121553. web_1 |
  121554. web_1 | Fatal error: Unable to find local grunt.
  121555. web_1 |
  121556. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121557. web_1 | your project. For more information about installing and configuring grunt,
  121558. web_1 | please see the Getting Started guide:
  121559. web_1 |
  121560. web_1 | http://gruntjs.com/getting-started
  121561. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121562. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121563. web_1 | Syncing...
  121564. web_1 | Creating tables ...
  121565. web_1 | Installing custom SQL ...
  121566. web_1 | Installing indexes ...
  121567. web_1 | Installed 0 object(s) from 0 fixture(s)
  121568. web_1 |
  121569. web_1 | Synced:
  121570. web_1 | > django.contrib.auth
  121571. web_1 | > django.contrib.contenttypes
  121572. web_1 | > django.contrib.sessions
  121573. web_1 | > django.contrib.sites
  121574. web_1 | > django.contrib.messages
  121575. web_1 | > django.contrib.staticfiles
  121576. web_1 | > django.contrib.admin
  121577. web_1 | > south
  121578. web_1 | > crispy_forms
  121579. web_1 | > avatar
  121580. web_1 | > bootstrap3
  121581. web_1 | > users
  121582. web_1 | > allauth
  121583. web_1 | > allauth.account
  121584. web_1 | > django.contrib.humanize
  121585. web_1 | > debug_toolbar
  121586. web_1 |
  121587. web_1 | Not synced (use migrations):
  121588. web_1 | - allauth.socialaccount
  121589. web_1 | - django_extensions
  121590. web_1 | (use ./manage.py migrate to migrate these)
  121591. web_1 | Running migrations for socialaccount:
  121592. web_1 | - Nothing to migrate.
  121593. web_1 | - Loading initial data for socialaccount.
  121594. web_1 | Installed 0 object(s) from 0 fixture(s)
  121595. web_1 | Running migrations for django_extensions:
  121596. web_1 | - Nothing to migrate.
  121597. web_1 | - Loading initial data for django_extensions.
  121598. web_1 | Installed 0 object(s) from 0 fixture(s)
  121599. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121600. web_1 | [GCC 4.9.2] on linux2
  121601. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121602. web_1 | (InteractiveConsole)
  121603. web_1 |
  121604. web_1 | >>> >>> Starting the server
  121605. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121606. web_1 |
  121607. web_1 | Fatal error: Unable to find local grunt.
  121608. web_1 |
  121609. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121610. web_1 | your project. For more information about installing and configuring grunt,
  121611. web_1 | please see the Getting Started guide:
  121612. web_1 |
  121613. web_1 | http://gruntjs.com/getting-started
  121614. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121615. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121616. web_1 | Syncing...
  121617. web_1 | Creating tables ...
  121618. web_1 | Installing custom SQL ...
  121619. web_1 | Installing indexes ...
  121620. web_1 | Installed 0 object(s) from 0 fixture(s)
  121621. web_1 |
  121622. web_1 | Synced:
  121623. web_1 | > django.contrib.auth
  121624. web_1 | > django.contrib.contenttypes
  121625. web_1 | > django.contrib.sessions
  121626. web_1 | > django.contrib.sites
  121627. web_1 | > django.contrib.messages
  121628. web_1 | > django.contrib.staticfiles
  121629. web_1 | > django.contrib.admin
  121630. web_1 | > south
  121631. web_1 | > crispy_forms
  121632. web_1 | > avatar
  121633. web_1 | > bootstrap3
  121634. web_1 | > users
  121635. web_1 | > allauth
  121636. web_1 | > allauth.account
  121637. web_1 | > django.contrib.humanize
  121638. web_1 | > debug_toolbar
  121639. web_1 |
  121640. web_1 | Not synced (use migrations):
  121641. web_1 | - allauth.socialaccount
  121642. web_1 | - django_extensions
  121643. web_1 | (use ./manage.py migrate to migrate these)
  121644. web_1 | Running migrations for socialaccount:
  121645. web_1 | - Nothing to migrate.
  121646. web_1 | - Loading initial data for socialaccount.
  121647. web_1 | Installed 0 object(s) from 0 fixture(s)
  121648. web_1 | Running migrations for django_extensions:
  121649. web_1 | - Nothing to migrate.
  121650. web_1 | - Loading initial data for django_extensions.
  121651. web_1 | Installed 0 object(s) from 0 fixture(s)
  121652. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121653. web_1 | [GCC 4.9.2] on linux2
  121654. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121655. web_1 | (InteractiveConsole)
  121656. web_1 |
  121657. web_1 | >>> >>> Starting the server
  121658. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121659. web_1 |
  121660. web_1 | Fatal error: Unable to find local grunt.
  121661. web_1 |
  121662. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121663. web_1 | your project. For more information about installing and configuring grunt,
  121664. web_1 | please see the Getting Started guide:
  121665. web_1 |
  121666. web_1 | http://gruntjs.com/getting-started
  121667. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121668. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121669. web_1 | Syncing...
  121670. web_1 | Creating tables ...
  121671. web_1 | Installing custom SQL ...
  121672. web_1 | Installing indexes ...
  121673. web_1 | Installed 0 object(s) from 0 fixture(s)
  121674. web_1 |
  121675. web_1 | Synced:
  121676. web_1 | > django.contrib.auth
  121677. web_1 | > django.contrib.contenttypes
  121678. web_1 | > django.contrib.sessions
  121679. web_1 | > django.contrib.sites
  121680. web_1 | > django.contrib.messages
  121681. web_1 | > django.contrib.staticfiles
  121682. web_1 | > django.contrib.admin
  121683. web_1 | > south
  121684. web_1 | > crispy_forms
  121685. web_1 | > avatar
  121686. web_1 | > bootstrap3
  121687. web_1 | > users
  121688. web_1 | > allauth
  121689. web_1 | > allauth.account
  121690. web_1 | > django.contrib.humanize
  121691. web_1 | > debug_toolbar
  121692. web_1 |
  121693. web_1 | Not synced (use migrations):
  121694. web_1 | - allauth.socialaccount
  121695. web_1 | - django_extensions
  121696. web_1 | (use ./manage.py migrate to migrate these)
  121697. web_1 | Running migrations for socialaccount:
  121698. web_1 | - Nothing to migrate.
  121699. web_1 | - Loading initial data for socialaccount.
  121700. web_1 | Installed 0 object(s) from 0 fixture(s)
  121701. web_1 | Running migrations for django_extensions:
  121702. web_1 | - Nothing to migrate.
  121703. web_1 | - Loading initial data for django_extensions.
  121704. web_1 | Installed 0 object(s) from 0 fixture(s)
  121705. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121706. web_1 | [GCC 4.9.2] on linux2
  121707. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121708. web_1 | (InteractiveConsole)
  121709. web_1 |
  121710. web_1 | >>> >>> Starting the server
  121711. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121712. web_1 |
  121713. web_1 | Fatal error: Unable to find local grunt.
  121714. web_1 |
  121715. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121716. web_1 | your project. For more information about installing and configuring grunt,
  121717. web_1 | please see the Getting Started guide:
  121718. web_1 |
  121719. web_1 | http://gruntjs.com/getting-started
  121720. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121721. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121722. web_1 | Syncing...
  121723. web_1 | Creating tables ...
  121724. web_1 | Installing custom SQL ...
  121725. web_1 | Installing indexes ...
  121726. web_1 | Installed 0 object(s) from 0 fixture(s)
  121727. web_1 |
  121728. web_1 | Synced:
  121729. web_1 | > django.contrib.auth
  121730. web_1 | > django.contrib.contenttypes
  121731. web_1 | > django.contrib.sessions
  121732. web_1 | > django.contrib.sites
  121733. web_1 | > django.contrib.messages
  121734. web_1 | > django.contrib.staticfiles
  121735. web_1 | > django.contrib.admin
  121736. web_1 | > south
  121737. web_1 | > crispy_forms
  121738. web_1 | > avatar
  121739. web_1 | > bootstrap3
  121740. web_1 | > users
  121741. web_1 | > allauth
  121742. web_1 | > allauth.account
  121743. web_1 | > django.contrib.humanize
  121744. web_1 | > debug_toolbar
  121745. web_1 |
  121746. web_1 | Not synced (use migrations):
  121747. web_1 | - allauth.socialaccount
  121748. web_1 | - django_extensions
  121749. web_1 | (use ./manage.py migrate to migrate these)
  121750. web_1 | Running migrations for socialaccount:
  121751. web_1 | - Nothing to migrate.
  121752. web_1 | - Loading initial data for socialaccount.
  121753. web_1 | Installed 0 object(s) from 0 fixture(s)
  121754. web_1 | Running migrations for django_extensions:
  121755. web_1 | - Nothing to migrate.
  121756. web_1 | - Loading initial data for django_extensions.
  121757. web_1 | Installed 0 object(s) from 0 fixture(s)
  121758. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121759. web_1 | [GCC 4.9.2] on linux2
  121760. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121761. web_1 | (InteractiveConsole)
  121762. web_1 |
  121763. web_1 | >>> >>> Starting the server
  121764. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121765. web_1 |
  121766. web_1 | Fatal error: Unable to find local grunt.
  121767. web_1 |
  121768. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121769. web_1 | your project. For more information about installing and configuring grunt,
  121770. web_1 | please see the Getting Started guide:
  121771. web_1 |
  121772. web_1 | http://gruntjs.com/getting-started
  121773. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121774. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121775. web_1 | Syncing...
  121776. web_1 | Creating tables ...
  121777. web_1 | Installing custom SQL ...
  121778. web_1 | Installing indexes ...
  121779. web_1 | Installed 0 object(s) from 0 fixture(s)
  121780. web_1 |
  121781. web_1 | Synced:
  121782. web_1 | > django.contrib.auth
  121783. web_1 | > django.contrib.contenttypes
  121784. web_1 | > django.contrib.sessions
  121785. web_1 | > django.contrib.sites
  121786. web_1 | > django.contrib.messages
  121787. web_1 | > django.contrib.staticfiles
  121788. web_1 | > django.contrib.admin
  121789. web_1 | > south
  121790. web_1 | > crispy_forms
  121791. web_1 | > avatar
  121792. web_1 | > bootstrap3
  121793. web_1 | > users
  121794. web_1 | > allauth
  121795. web_1 | > allauth.account
  121796. web_1 | > django.contrib.humanize
  121797. web_1 | > debug_toolbar
  121798. web_1 |
  121799. web_1 | Not synced (use migrations):
  121800. web_1 | - allauth.socialaccount
  121801. web_1 | - django_extensions
  121802. web_1 | (use ./manage.py migrate to migrate these)
  121803. web_1 | Running migrations for socialaccount:
  121804. web_1 | - Nothing to migrate.
  121805. web_1 | - Loading initial data for socialaccount.
  121806. web_1 | Installed 0 object(s) from 0 fixture(s)
  121807. web_1 | Running migrations for django_extensions:
  121808. web_1 | - Nothing to migrate.
  121809. web_1 | - Loading initial data for django_extensions.
  121810. web_1 | Installed 0 object(s) from 0 fixture(s)
  121811. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121812. web_1 | [GCC 4.9.2] on linux2
  121813. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121814. web_1 | (InteractiveConsole)
  121815. web_1 |
  121816. web_1 | >>> >>> Starting the server
  121817. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121818. web_1 |
  121819. web_1 | Fatal error: Unable to find local grunt.
  121820. web_1 |
  121821. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121822. web_1 | your project. For more information about installing and configuring grunt,
  121823. web_1 | please see the Getting Started guide:
  121824. web_1 |
  121825. web_1 | http://gruntjs.com/getting-started
  121826. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121827. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121828. web_1 | Syncing...
  121829. web_1 | Creating tables ...
  121830. web_1 | Installing custom SQL ...
  121831. web_1 | Installing indexes ...
  121832. web_1 | Installed 0 object(s) from 0 fixture(s)
  121833. web_1 |
  121834. web_1 | Synced:
  121835. web_1 | > django.contrib.auth
  121836. web_1 | > django.contrib.contenttypes
  121837. web_1 | > django.contrib.sessions
  121838. web_1 | > django.contrib.sites
  121839. web_1 | > django.contrib.messages
  121840. web_1 | > django.contrib.staticfiles
  121841. web_1 | > django.contrib.admin
  121842. web_1 | > south
  121843. web_1 | > crispy_forms
  121844. web_1 | > avatar
  121845. web_1 | > bootstrap3
  121846. web_1 | > users
  121847. web_1 | > allauth
  121848. web_1 | > allauth.account
  121849. web_1 | > django.contrib.humanize
  121850. web_1 | > debug_toolbar
  121851. web_1 |
  121852. web_1 | Not synced (use migrations):
  121853. web_1 | - allauth.socialaccount
  121854. web_1 | - django_extensions
  121855. web_1 | (use ./manage.py migrate to migrate these)
  121856. web_1 | Running migrations for socialaccount:
  121857. web_1 | - Nothing to migrate.
  121858. web_1 | - Loading initial data for socialaccount.
  121859. web_1 | Installed 0 object(s) from 0 fixture(s)
  121860. web_1 | Running migrations for django_extensions:
  121861. web_1 | - Nothing to migrate.
  121862. web_1 | - Loading initial data for django_extensions.
  121863. web_1 | Installed 0 object(s) from 0 fixture(s)
  121864. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121865. web_1 | [GCC 4.9.2] on linux2
  121866. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121867. web_1 | (InteractiveConsole)
  121868. web_1 |
  121869. web_1 | >>> >>> Starting the server
  121870. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121871. web_1 |
  121872. web_1 | Fatal error: Unable to find local grunt.
  121873. web_1 |
  121874. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121875. web_1 | your project. For more information about installing and configuring grunt,
  121876. web_1 | please see the Getting Started guide:
  121877. web_1 |
  121878. web_1 | http://gruntjs.com/getting-started
  121879. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121880. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121881. web_1 | Syncing...
  121882. web_1 | Creating tables ...
  121883. web_1 | Installing custom SQL ...
  121884. web_1 | Installing indexes ...
  121885. web_1 | Installed 0 object(s) from 0 fixture(s)
  121886. web_1 |
  121887. web_1 | Synced:
  121888. web_1 | > django.contrib.auth
  121889. web_1 | > django.contrib.contenttypes
  121890. web_1 | > django.contrib.sessions
  121891. web_1 | > django.contrib.sites
  121892. web_1 | > django.contrib.messages
  121893. web_1 | > django.contrib.staticfiles
  121894. web_1 | > django.contrib.admin
  121895. web_1 | > south
  121896. web_1 | > crispy_forms
  121897. web_1 | > avatar
  121898. web_1 | > bootstrap3
  121899. web_1 | > users
  121900. web_1 | > allauth
  121901. web_1 | > allauth.account
  121902. web_1 | > django.contrib.humanize
  121903. web_1 | > debug_toolbar
  121904. web_1 |
  121905. web_1 | Not synced (use migrations):
  121906. web_1 | - allauth.socialaccount
  121907. web_1 | - django_extensions
  121908. web_1 | (use ./manage.py migrate to migrate these)
  121909. web_1 | Running migrations for socialaccount:
  121910. web_1 | - Nothing to migrate.
  121911. web_1 | - Loading initial data for socialaccount.
  121912. web_1 | Installed 0 object(s) from 0 fixture(s)
  121913. web_1 | Running migrations for django_extensions:
  121914. web_1 | - Nothing to migrate.
  121915. web_1 | - Loading initial data for django_extensions.
  121916. web_1 | Installed 0 object(s) from 0 fixture(s)
  121917. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121918. web_1 | [GCC 4.9.2] on linux2
  121919. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121920. web_1 | (InteractiveConsole)
  121921. web_1 |
  121922. web_1 | >>> >>> Starting the server
  121923. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121924. web_1 |
  121925. web_1 | Fatal error: Unable to find local grunt.
  121926. web_1 |
  121927. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121928. web_1 | your project. For more information about installing and configuring grunt,
  121929. web_1 | please see the Getting Started guide:
  121930. web_1 |
  121931. web_1 | http://gruntjs.com/getting-started
  121932. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121933. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121934. web_1 | Syncing...
  121935. web_1 | Creating tables ...
  121936. web_1 | Installing custom SQL ...
  121937. web_1 | Installing indexes ...
  121938. web_1 | Installed 0 object(s) from 0 fixture(s)
  121939. web_1 |
  121940. web_1 | Synced:
  121941. web_1 | > django.contrib.auth
  121942. web_1 | > django.contrib.contenttypes
  121943. web_1 | > django.contrib.sessions
  121944. web_1 | > django.contrib.sites
  121945. web_1 | > django.contrib.messages
  121946. web_1 | > django.contrib.staticfiles
  121947. web_1 | > django.contrib.admin
  121948. web_1 | > south
  121949. web_1 | > crispy_forms
  121950. web_1 | > avatar
  121951. web_1 | > bootstrap3
  121952. web_1 | > users
  121953. web_1 | > allauth
  121954. web_1 | > allauth.account
  121955. web_1 | > django.contrib.humanize
  121956. web_1 | > debug_toolbar
  121957. web_1 |
  121958. web_1 | Not synced (use migrations):
  121959. web_1 | - allauth.socialaccount
  121960. web_1 | - django_extensions
  121961. web_1 | (use ./manage.py migrate to migrate these)
  121962. web_1 | Running migrations for socialaccount:
  121963. web_1 | - Nothing to migrate.
  121964. web_1 | - Loading initial data for socialaccount.
  121965. web_1 | Installed 0 object(s) from 0 fixture(s)
  121966. web_1 | Running migrations for django_extensions:
  121967. web_1 | - Nothing to migrate.
  121968. web_1 | - Loading initial data for django_extensions.
  121969. web_1 | Installed 0 object(s) from 0 fixture(s)
  121970. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  121971. web_1 | [GCC 4.9.2] on linux2
  121972. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  121973. web_1 | (InteractiveConsole)
  121974. web_1 |
  121975. web_1 | >>> >>> Starting the server
  121976. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  121977. web_1 |
  121978. web_1 | Fatal error: Unable to find local grunt.
  121979. web_1 |
  121980. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  121981. web_1 | your project. For more information about installing and configuring grunt,
  121982. web_1 | please see the Getting Started guide:
  121983. web_1 |
  121984. web_1 | http://gruntjs.com/getting-started
  121985. web_1 | Starting OpenBSD Secure Shell server: sshd.
  121986. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  121987. web_1 | Syncing...
  121988. web_1 | Creating tables ...
  121989. web_1 | Installing custom SQL ...
  121990. web_1 | Installing indexes ...
  121991. web_1 | Installed 0 object(s) from 0 fixture(s)
  121992. web_1 |
  121993. web_1 | Synced:
  121994. web_1 | > django.contrib.auth
  121995. web_1 | > django.contrib.contenttypes
  121996. web_1 | > django.contrib.sessions
  121997. web_1 | > django.contrib.sites
  121998. web_1 | > django.contrib.messages
  121999. web_1 | > django.contrib.staticfiles
  122000. web_1 | > django.contrib.admin
  122001. web_1 | > south
  122002. web_1 | > crispy_forms
  122003. web_1 | > avatar
  122004. web_1 | > bootstrap3
  122005. web_1 | > users
  122006. web_1 | > allauth
  122007. web_1 | > allauth.account
  122008. web_1 | > django.contrib.humanize
  122009. web_1 | > debug_toolbar
  122010. web_1 |
  122011. web_1 | Not synced (use migrations):
  122012. web_1 | - allauth.socialaccount
  122013. web_1 | - django_extensions
  122014. web_1 | (use ./manage.py migrate to migrate these)
  122015. web_1 | Running migrations for socialaccount:
  122016. web_1 | - Nothing to migrate.
  122017. web_1 | - Loading initial data for socialaccount.
  122018. web_1 | Installed 0 object(s) from 0 fixture(s)
  122019. web_1 | Running migrations for django_extensions:
  122020. web_1 | - Nothing to migrate.
  122021. web_1 | - Loading initial data for django_extensions.
  122022. web_1 | Installed 0 object(s) from 0 fixture(s)
  122023. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122024. web_1 | [GCC 4.9.2] on linux2
  122025. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122026. web_1 | (InteractiveConsole)
  122027. web_1 |
  122028. web_1 | >>> >>> Starting the server
  122029. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122030. web_1 |
  122031. web_1 | Fatal error: Unable to find local grunt.
  122032. web_1 |
  122033. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122034. web_1 | your project. For more information about installing and configuring grunt,
  122035. web_1 | please see the Getting Started guide:
  122036. web_1 |
  122037. web_1 | http://gruntjs.com/getting-started
  122038. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122039. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122040. web_1 | Syncing...
  122041. web_1 | Creating tables ...
  122042. web_1 | Installing custom SQL ...
  122043. web_1 | Installing indexes ...
  122044. web_1 | Installed 0 object(s) from 0 fixture(s)
  122045. web_1 |
  122046. web_1 | Synced:
  122047. web_1 | > django.contrib.auth
  122048. web_1 | > django.contrib.contenttypes
  122049. web_1 | > django.contrib.sessions
  122050. web_1 | > django.contrib.sites
  122051. web_1 | > django.contrib.messages
  122052. web_1 | > django.contrib.staticfiles
  122053. web_1 | > django.contrib.admin
  122054. web_1 | > south
  122055. web_1 | > crispy_forms
  122056. web_1 | > avatar
  122057. web_1 | > bootstrap3
  122058. web_1 | > users
  122059. web_1 | > allauth
  122060. web_1 | > allauth.account
  122061. web_1 | > django.contrib.humanize
  122062. web_1 | > debug_toolbar
  122063. web_1 |
  122064. web_1 | Not synced (use migrations):
  122065. web_1 | - allauth.socialaccount
  122066. web_1 | - django_extensions
  122067. web_1 | (use ./manage.py migrate to migrate these)
  122068. web_1 | Running migrations for socialaccount:
  122069. web_1 | - Nothing to migrate.
  122070. web_1 | - Loading initial data for socialaccount.
  122071. web_1 | Installed 0 object(s) from 0 fixture(s)
  122072. web_1 | Running migrations for django_extensions:
  122073. web_1 | - Nothing to migrate.
  122074. web_1 | - Loading initial data for django_extensions.
  122075. web_1 | Installed 0 object(s) from 0 fixture(s)
  122076. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122077. web_1 | [GCC 4.9.2] on linux2
  122078. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122079. web_1 | (InteractiveConsole)
  122080. web_1 |
  122081. web_1 | >>> >>> Starting the server
  122082. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122083. web_1 |
  122084. web_1 | Fatal error: Unable to find local grunt.
  122085. web_1 |
  122086. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122087. web_1 | your project. For more information about installing and configuring grunt,
  122088. web_1 | please see the Getting Started guide:
  122089. web_1 |
  122090. web_1 | http://gruntjs.com/getting-started
  122091. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122092. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122093. web_1 | Syncing...
  122094. web_1 | Creating tables ...
  122095. web_1 | Installing custom SQL ...
  122096. web_1 | Installing indexes ...
  122097. web_1 | Installed 0 object(s) from 0 fixture(s)
  122098. web_1 |
  122099. web_1 | Synced:
  122100. web_1 | > django.contrib.auth
  122101. web_1 | > django.contrib.contenttypes
  122102. web_1 | > django.contrib.sessions
  122103. web_1 | > django.contrib.sites
  122104. web_1 | > django.contrib.messages
  122105. web_1 | > django.contrib.staticfiles
  122106. web_1 | > django.contrib.admin
  122107. web_1 | > south
  122108. web_1 | > crispy_forms
  122109. web_1 | > avatar
  122110. web_1 | > bootstrap3
  122111. web_1 | > users
  122112. web_1 | > allauth
  122113. web_1 | > allauth.account
  122114. web_1 | > django.contrib.humanize
  122115. web_1 | > debug_toolbar
  122116. web_1 |
  122117. web_1 | Not synced (use migrations):
  122118. web_1 | - allauth.socialaccount
  122119. web_1 | - django_extensions
  122120. web_1 | (use ./manage.py migrate to migrate these)
  122121. web_1 | Running migrations for socialaccount:
  122122. web_1 | - Nothing to migrate.
  122123. web_1 | - Loading initial data for socialaccount.
  122124. web_1 | Installed 0 object(s) from 0 fixture(s)
  122125. web_1 | Running migrations for django_extensions:
  122126. web_1 | - Nothing to migrate.
  122127. web_1 | - Loading initial data for django_extensions.
  122128. web_1 | Installed 0 object(s) from 0 fixture(s)
  122129. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122130. web_1 | [GCC 4.9.2] on linux2
  122131. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122132. web_1 | (InteractiveConsole)
  122133. web_1 |
  122134. web_1 | >>> >>> Starting the server
  122135. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122136. web_1 |
  122137. web_1 | Fatal error: Unable to find local grunt.
  122138. web_1 |
  122139. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122140. web_1 | your project. For more information about installing and configuring grunt,
  122141. web_1 | please see the Getting Started guide:
  122142. web_1 |
  122143. web_1 | http://gruntjs.com/getting-started
  122144. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122145. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122146. web_1 | Syncing...
  122147. web_1 | Creating tables ...
  122148. web_1 | Installing custom SQL ...
  122149. web_1 | Installing indexes ...
  122150. web_1 | Installed 0 object(s) from 0 fixture(s)
  122151. web_1 |
  122152. web_1 | Synced:
  122153. web_1 | > django.contrib.auth
  122154. web_1 | > django.contrib.contenttypes
  122155. web_1 | > django.contrib.sessions
  122156. web_1 | > django.contrib.sites
  122157. web_1 | > django.contrib.messages
  122158. web_1 | > django.contrib.staticfiles
  122159. web_1 | > django.contrib.admin
  122160. web_1 | > south
  122161. web_1 | > crispy_forms
  122162. web_1 | > avatar
  122163. web_1 | > bootstrap3
  122164. web_1 | > users
  122165. web_1 | > allauth
  122166. web_1 | > allauth.account
  122167. web_1 | > django.contrib.humanize
  122168. web_1 | > debug_toolbar
  122169. web_1 |
  122170. web_1 | Not synced (use migrations):
  122171. web_1 | - allauth.socialaccount
  122172. web_1 | - django_extensions
  122173. web_1 | (use ./manage.py migrate to migrate these)
  122174. web_1 | Running migrations for socialaccount:
  122175. web_1 | - Nothing to migrate.
  122176. web_1 | - Loading initial data for socialaccount.
  122177. web_1 | Installed 0 object(s) from 0 fixture(s)
  122178. web_1 | Running migrations for django_extensions:
  122179. web_1 | - Nothing to migrate.
  122180. web_1 | - Loading initial data for django_extensions.
  122181. web_1 | Installed 0 object(s) from 0 fixture(s)
  122182. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122183. web_1 | [GCC 4.9.2] on linux2
  122184. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122185. web_1 | (InteractiveConsole)
  122186. web_1 |
  122187. web_1 | >>> >>> Starting the server
  122188. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122189. web_1 |
  122190. web_1 | Fatal error: Unable to find local grunt.
  122191. web_1 |
  122192. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122193. web_1 | your project. For more information about installing and configuring grunt,
  122194. web_1 | please see the Getting Started guide:
  122195. web_1 |
  122196. web_1 | http://gruntjs.com/getting-started
  122197. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122198. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122199. web_1 | Syncing...
  122200. web_1 | Creating tables ...
  122201. web_1 | Installing custom SQL ...
  122202. web_1 | Installing indexes ...
  122203. web_1 | Installed 0 object(s) from 0 fixture(s)
  122204. web_1 |
  122205. web_1 | Synced:
  122206. web_1 | > django.contrib.auth
  122207. web_1 | > django.contrib.contenttypes
  122208. web_1 | > django.contrib.sessions
  122209. web_1 | > django.contrib.sites
  122210. web_1 | > django.contrib.messages
  122211. web_1 | > django.contrib.staticfiles
  122212. web_1 | > django.contrib.admin
  122213. web_1 | > south
  122214. web_1 | > crispy_forms
  122215. web_1 | > avatar
  122216. web_1 | > bootstrap3
  122217. web_1 | > users
  122218. web_1 | > allauth
  122219. web_1 | > allauth.account
  122220. web_1 | > django.contrib.humanize
  122221. web_1 | > debug_toolbar
  122222. web_1 |
  122223. web_1 | Not synced (use migrations):
  122224. web_1 | - allauth.socialaccount
  122225. web_1 | - django_extensions
  122226. web_1 | (use ./manage.py migrate to migrate these)
  122227. web_1 | Running migrations for socialaccount:
  122228. web_1 | - Nothing to migrate.
  122229. web_1 | - Loading initial data for socialaccount.
  122230. web_1 | Installed 0 object(s) from 0 fixture(s)
  122231. web_1 | Running migrations for django_extensions:
  122232. web_1 | - Nothing to migrate.
  122233. web_1 | - Loading initial data for django_extensions.
  122234. web_1 | Installed 0 object(s) from 0 fixture(s)
  122235. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122236. web_1 | [GCC 4.9.2] on linux2
  122237. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122238. web_1 | (InteractiveConsole)
  122239. web_1 |
  122240. web_1 | >>> >>> Starting the server
  122241. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122242. web_1 |
  122243. web_1 | Fatal error: Unable to find local grunt.
  122244. web_1 |
  122245. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122246. web_1 | your project. For more information about installing and configuring grunt,
  122247. web_1 | please see the Getting Started guide:
  122248. web_1 |
  122249. web_1 | http://gruntjs.com/getting-started
  122250. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122251. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122252. web_1 | Syncing...
  122253. web_1 | Creating tables ...
  122254. web_1 | Installing custom SQL ...
  122255. web_1 | Installing indexes ...
  122256. web_1 | Installed 0 object(s) from 0 fixture(s)
  122257. web_1 |
  122258. web_1 | Synced:
  122259. web_1 | > django.contrib.auth
  122260. web_1 | > django.contrib.contenttypes
  122261. web_1 | > django.contrib.sessions
  122262. web_1 | > django.contrib.sites
  122263. web_1 | > django.contrib.messages
  122264. web_1 | > django.contrib.staticfiles
  122265. web_1 | > django.contrib.admin
  122266. web_1 | > south
  122267. web_1 | > crispy_forms
  122268. web_1 | > avatar
  122269. web_1 | > bootstrap3
  122270. web_1 | > users
  122271. web_1 | > allauth
  122272. web_1 | > allauth.account
  122273. web_1 | > django.contrib.humanize
  122274. web_1 | > debug_toolbar
  122275. web_1 |
  122276. web_1 | Not synced (use migrations):
  122277. web_1 | - allauth.socialaccount
  122278. web_1 | - django_extensions
  122279. web_1 | (use ./manage.py migrate to migrate these)
  122280. web_1 | Running migrations for socialaccount:
  122281. web_1 | - Nothing to migrate.
  122282. web_1 | - Loading initial data for socialaccount.
  122283. web_1 | Installed 0 object(s) from 0 fixture(s)
  122284. web_1 | Running migrations for django_extensions:
  122285. web_1 | - Nothing to migrate.
  122286. web_1 | - Loading initial data for django_extensions.
  122287. web_1 | Installed 0 object(s) from 0 fixture(s)
  122288. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122289. web_1 | [GCC 4.9.2] on linux2
  122290. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122291. web_1 | (InteractiveConsole)
  122292. web_1 |
  122293. web_1 | >>> >>> Starting the server
  122294. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122295. web_1 |
  122296. web_1 | Fatal error: Unable to find local grunt.
  122297. web_1 |
  122298. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122299. web_1 | your project. For more information about installing and configuring grunt,
  122300. web_1 | please see the Getting Started guide:
  122301. web_1 |
  122302. web_1 | http://gruntjs.com/getting-started
  122303. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122304. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122305. web_1 | Syncing...
  122306. web_1 | Creating tables ...
  122307. web_1 | Installing custom SQL ...
  122308. web_1 | Installing indexes ...
  122309. web_1 | Installed 0 object(s) from 0 fixture(s)
  122310. web_1 |
  122311. web_1 | Synced:
  122312. web_1 | > django.contrib.auth
  122313. web_1 | > django.contrib.contenttypes
  122314. web_1 | > django.contrib.sessions
  122315. web_1 | > django.contrib.sites
  122316. web_1 | > django.contrib.messages
  122317. web_1 | > django.contrib.staticfiles
  122318. web_1 | > django.contrib.admin
  122319. web_1 | > south
  122320. web_1 | > crispy_forms
  122321. web_1 | > avatar
  122322. web_1 | > bootstrap3
  122323. web_1 | > users
  122324. web_1 | > allauth
  122325. web_1 | > allauth.account
  122326. web_1 | > django.contrib.humanize
  122327. web_1 | > debug_toolbar
  122328. web_1 |
  122329. web_1 | Not synced (use migrations):
  122330. web_1 | - allauth.socialaccount
  122331. web_1 | - django_extensions
  122332. web_1 | (use ./manage.py migrate to migrate these)
  122333. web_1 | Running migrations for socialaccount:
  122334. web_1 | - Nothing to migrate.
  122335. web_1 | - Loading initial data for socialaccount.
  122336. web_1 | Installed 0 object(s) from 0 fixture(s)
  122337. web_1 | Running migrations for django_extensions:
  122338. web_1 | - Nothing to migrate.
  122339. web_1 | - Loading initial data for django_extensions.
  122340. web_1 | Installed 0 object(s) from 0 fixture(s)
  122341. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122342. web_1 | [GCC 4.9.2] on linux2
  122343. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122344. web_1 | (InteractiveConsole)
  122345. web_1 |
  122346. web_1 | >>> >>> Starting the server
  122347. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122348. web_1 |
  122349. web_1 | Fatal error: Unable to find local grunt.
  122350. web_1 |
  122351. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122352. web_1 | your project. For more information about installing and configuring grunt,
  122353. web_1 | please see the Getting Started guide:
  122354. web_1 |
  122355. web_1 | http://gruntjs.com/getting-started
  122356. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122357. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122358. web_1 | Syncing...
  122359. web_1 | Creating tables ...
  122360. web_1 | Installing custom SQL ...
  122361. web_1 | Installing indexes ...
  122362. web_1 | Installed 0 object(s) from 0 fixture(s)
  122363. web_1 |
  122364. web_1 | Synced:
  122365. web_1 | > django.contrib.auth
  122366. web_1 | > django.contrib.contenttypes
  122367. web_1 | > django.contrib.sessions
  122368. web_1 | > django.contrib.sites
  122369. web_1 | > django.contrib.messages
  122370. web_1 | > django.contrib.staticfiles
  122371. web_1 | > django.contrib.admin
  122372. web_1 | > south
  122373. web_1 | > crispy_forms
  122374. web_1 | > avatar
  122375. web_1 | > bootstrap3
  122376. web_1 | > users
  122377. web_1 | > allauth
  122378. web_1 | > allauth.account
  122379. web_1 | > django.contrib.humanize
  122380. web_1 | > debug_toolbar
  122381. web_1 |
  122382. web_1 | Not synced (use migrations):
  122383. web_1 | - allauth.socialaccount
  122384. web_1 | - django_extensions
  122385. web_1 | (use ./manage.py migrate to migrate these)
  122386. web_1 | Running migrations for socialaccount:
  122387. web_1 | - Nothing to migrate.
  122388. web_1 | - Loading initial data for socialaccount.
  122389. web_1 | Installed 0 object(s) from 0 fixture(s)
  122390. web_1 | Running migrations for django_extensions:
  122391. web_1 | - Nothing to migrate.
  122392. web_1 | - Loading initial data for django_extensions.
  122393. web_1 | Installed 0 object(s) from 0 fixture(s)
  122394. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122395. web_1 | [GCC 4.9.2] on linux2
  122396. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122397. web_1 | (InteractiveConsole)
  122398. web_1 |
  122399. web_1 | >>> >>> Starting the server
  122400. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122401. web_1 |
  122402. web_1 | Fatal error: Unable to find local grunt.
  122403. web_1 |
  122404. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122405. web_1 | your project. For more information about installing and configuring grunt,
  122406. web_1 | please see the Getting Started guide:
  122407. web_1 |
  122408. web_1 | http://gruntjs.com/getting-started
  122409. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122410. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122411. web_1 | Syncing...
  122412. web_1 | Creating tables ...
  122413. web_1 | Installing custom SQL ...
  122414. web_1 | Installing indexes ...
  122415. web_1 | Installed 0 object(s) from 0 fixture(s)
  122416. web_1 |
  122417. web_1 | Synced:
  122418. web_1 | > django.contrib.auth
  122419. web_1 | > django.contrib.contenttypes
  122420. web_1 | > django.contrib.sessions
  122421. web_1 | > django.contrib.sites
  122422. web_1 | > django.contrib.messages
  122423. web_1 | > django.contrib.staticfiles
  122424. web_1 | > django.contrib.admin
  122425. web_1 | > south
  122426. web_1 | > crispy_forms
  122427. web_1 | > avatar
  122428. web_1 | > bootstrap3
  122429. web_1 | > users
  122430. web_1 | > allauth
  122431. web_1 | > allauth.account
  122432. web_1 | > django.contrib.humanize
  122433. web_1 | > debug_toolbar
  122434. web_1 |
  122435. web_1 | Not synced (use migrations):
  122436. web_1 | - allauth.socialaccount
  122437. web_1 | - django_extensions
  122438. web_1 | (use ./manage.py migrate to migrate these)
  122439. web_1 | Running migrations for socialaccount:
  122440. web_1 | - Nothing to migrate.
  122441. web_1 | - Loading initial data for socialaccount.
  122442. web_1 | Installed 0 object(s) from 0 fixture(s)
  122443. web_1 | Running migrations for django_extensions:
  122444. web_1 | - Nothing to migrate.
  122445. web_1 | - Loading initial data for django_extensions.
  122446. web_1 | Installed 0 object(s) from 0 fixture(s)
  122447. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122448. web_1 | [GCC 4.9.2] on linux2
  122449. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122450. web_1 | (InteractiveConsole)
  122451. web_1 |
  122452. web_1 | >>> >>> Starting the server
  122453. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122454. web_1 |
  122455. web_1 | Fatal error: Unable to find local grunt.
  122456. web_1 |
  122457. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122458. web_1 | your project. For more information about installing and configuring grunt,
  122459. web_1 | please see the Getting Started guide:
  122460. web_1 |
  122461. web_1 | http://gruntjs.com/getting-started
  122462. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122463. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122464. web_1 | Syncing...
  122465. web_1 | Creating tables ...
  122466. web_1 | Installing custom SQL ...
  122467. web_1 | Installing indexes ...
  122468. web_1 | Installed 0 object(s) from 0 fixture(s)
  122469. web_1 |
  122470. web_1 | Synced:
  122471. web_1 | > django.contrib.auth
  122472. web_1 | > django.contrib.contenttypes
  122473. web_1 | > django.contrib.sessions
  122474. web_1 | > django.contrib.sites
  122475. web_1 | > django.contrib.messages
  122476. web_1 | > django.contrib.staticfiles
  122477. web_1 | > django.contrib.admin
  122478. web_1 | > south
  122479. web_1 | > crispy_forms
  122480. web_1 | > avatar
  122481. web_1 | > bootstrap3
  122482. web_1 | > users
  122483. web_1 | > allauth
  122484. web_1 | > allauth.account
  122485. web_1 | > django.contrib.humanize
  122486. web_1 | > debug_toolbar
  122487. web_1 |
  122488. web_1 | Not synced (use migrations):
  122489. web_1 | - allauth.socialaccount
  122490. web_1 | - django_extensions
  122491. web_1 | (use ./manage.py migrate to migrate these)
  122492. web_1 | Running migrations for socialaccount:
  122493. web_1 | - Nothing to migrate.
  122494. web_1 | - Loading initial data for socialaccount.
  122495. web_1 | Installed 0 object(s) from 0 fixture(s)
  122496. web_1 | Running migrations for django_extensions:
  122497. web_1 | - Nothing to migrate.
  122498. web_1 | - Loading initial data for django_extensions.
  122499. web_1 | Installed 0 object(s) from 0 fixture(s)
  122500. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122501. web_1 | [GCC 4.9.2] on linux2
  122502. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122503. web_1 | (InteractiveConsole)
  122504. web_1 |
  122505. web_1 | >>> >>> Starting the server
  122506. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122507. web_1 |
  122508. web_1 | Fatal error: Unable to find local grunt.
  122509. web_1 |
  122510. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122511. web_1 | your project. For more information about installing and configuring grunt,
  122512. web_1 | please see the Getting Started guide:
  122513. web_1 |
  122514. web_1 | http://gruntjs.com/getting-started
  122515. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122516. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122517. web_1 | Syncing...
  122518. web_1 | Creating tables ...
  122519. web_1 | Installing custom SQL ...
  122520. web_1 | Installing indexes ...
  122521. web_1 | Installed 0 object(s) from 0 fixture(s)
  122522. web_1 |
  122523. web_1 | Synced:
  122524. web_1 | > django.contrib.auth
  122525. web_1 | > django.contrib.contenttypes
  122526. web_1 | > django.contrib.sessions
  122527. web_1 | > django.contrib.sites
  122528. web_1 | > django.contrib.messages
  122529. web_1 | > django.contrib.staticfiles
  122530. web_1 | > django.contrib.admin
  122531. web_1 | > south
  122532. web_1 | > crispy_forms
  122533. web_1 | > avatar
  122534. web_1 | > bootstrap3
  122535. web_1 | > users
  122536. web_1 | > allauth
  122537. web_1 | > allauth.account
  122538. web_1 | > django.contrib.humanize
  122539. web_1 | > debug_toolbar
  122540. web_1 |
  122541. web_1 | Not synced (use migrations):
  122542. web_1 | - allauth.socialaccount
  122543. web_1 | - django_extensions
  122544. web_1 | (use ./manage.py migrate to migrate these)
  122545. web_1 | Running migrations for socialaccount:
  122546. web_1 | - Nothing to migrate.
  122547. web_1 | - Loading initial data for socialaccount.
  122548. web_1 | Installed 0 object(s) from 0 fixture(s)
  122549. web_1 | Running migrations for django_extensions:
  122550. web_1 | - Nothing to migrate.
  122551. web_1 | - Loading initial data for django_extensions.
  122552. web_1 | Installed 0 object(s) from 0 fixture(s)
  122553. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122554. web_1 | [GCC 4.9.2] on linux2
  122555. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122556. web_1 | (InteractiveConsole)
  122557. web_1 |
  122558. web_1 | >>> >>> Starting the server
  122559. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122560. web_1 |
  122561. web_1 | Fatal error: Unable to find local grunt.
  122562. web_1 |
  122563. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122564. web_1 | your project. For more information about installing and configuring grunt,
  122565. web_1 | please see the Getting Started guide:
  122566. web_1 |
  122567. web_1 | http://gruntjs.com/getting-started
  122568. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122569. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122570. web_1 | Syncing...
  122571. web_1 | Creating tables ...
  122572. web_1 | Installing custom SQL ...
  122573. web_1 | Installing indexes ...
  122574. web_1 | Installed 0 object(s) from 0 fixture(s)
  122575. web_1 |
  122576. web_1 | Synced:
  122577. web_1 | > django.contrib.auth
  122578. web_1 | > django.contrib.contenttypes
  122579. web_1 | > django.contrib.sessions
  122580. web_1 | > django.contrib.sites
  122581. web_1 | > django.contrib.messages
  122582. web_1 | > django.contrib.staticfiles
  122583. web_1 | > django.contrib.admin
  122584. web_1 | > south
  122585. web_1 | > crispy_forms
  122586. web_1 | > avatar
  122587. web_1 | > bootstrap3
  122588. web_1 | > users
  122589. web_1 | > allauth
  122590. web_1 | > allauth.account
  122591. web_1 | > django.contrib.humanize
  122592. web_1 | > debug_toolbar
  122593. web_1 |
  122594. web_1 | Not synced (use migrations):
  122595. web_1 | - allauth.socialaccount
  122596. web_1 | - django_extensions
  122597. web_1 | (use ./manage.py migrate to migrate these)
  122598. web_1 | Running migrations for socialaccount:
  122599. web_1 | - Nothing to migrate.
  122600. web_1 | - Loading initial data for socialaccount.
  122601. web_1 | Installed 0 object(s) from 0 fixture(s)
  122602. web_1 | Running migrations for django_extensions:
  122603. web_1 | - Nothing to migrate.
  122604. web_1 | - Loading initial data for django_extensions.
  122605. web_1 | Installed 0 object(s) from 0 fixture(s)
  122606. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122607. web_1 | [GCC 4.9.2] on linux2
  122608. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122609. web_1 | (InteractiveConsole)
  122610. web_1 |
  122611. web_1 | >>> >>> Starting the server
  122612. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122613. web_1 |
  122614. web_1 | Fatal error: Unable to find local grunt.
  122615. web_1 |
  122616. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122617. web_1 | your project. For more information about installing and configuring grunt,
  122618. web_1 | please see the Getting Started guide:
  122619. web_1 |
  122620. web_1 | http://gruntjs.com/getting-started
  122621. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122622. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122623. web_1 | Syncing...
  122624. web_1 | Creating tables ...
  122625. web_1 | Installing custom SQL ...
  122626. web_1 | Installing indexes ...
  122627. web_1 | Installed 0 object(s) from 0 fixture(s)
  122628. web_1 |
  122629. web_1 | Synced:
  122630. web_1 | > django.contrib.auth
  122631. web_1 | > django.contrib.contenttypes
  122632. web_1 | > django.contrib.sessions
  122633. web_1 | > django.contrib.sites
  122634. web_1 | > django.contrib.messages
  122635. web_1 | > django.contrib.staticfiles
  122636. web_1 | > django.contrib.admin
  122637. web_1 | > south
  122638. web_1 | > crispy_forms
  122639. web_1 | > avatar
  122640. web_1 | > bootstrap3
  122641. web_1 | > users
  122642. web_1 | > allauth
  122643. web_1 | > allauth.account
  122644. web_1 | > django.contrib.humanize
  122645. web_1 | > debug_toolbar
  122646. web_1 |
  122647. web_1 | Not synced (use migrations):
  122648. web_1 | - allauth.socialaccount
  122649. web_1 | - django_extensions
  122650. web_1 | (use ./manage.py migrate to migrate these)
  122651. web_1 | Running migrations for socialaccount:
  122652. web_1 | - Nothing to migrate.
  122653. web_1 | - Loading initial data for socialaccount.
  122654. web_1 | Installed 0 object(s) from 0 fixture(s)
  122655. web_1 | Running migrations for django_extensions:
  122656. web_1 | - Nothing to migrate.
  122657. web_1 | - Loading initial data for django_extensions.
  122658. web_1 | Installed 0 object(s) from 0 fixture(s)
  122659. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122660. web_1 | [GCC 4.9.2] on linux2
  122661. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122662. web_1 | (InteractiveConsole)
  122663. web_1 |
  122664. web_1 | >>> >>> Starting the server
  122665. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122666. web_1 |
  122667. web_1 | Fatal error: Unable to find local grunt.
  122668. web_1 |
  122669. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122670. web_1 | your project. For more information about installing and configuring grunt,
  122671. web_1 | please see the Getting Started guide:
  122672. web_1 |
  122673. web_1 | http://gruntjs.com/getting-started
  122674. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122675. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122676. web_1 | Syncing...
  122677. web_1 | Creating tables ...
  122678. web_1 | Installing custom SQL ...
  122679. web_1 | Installing indexes ...
  122680. web_1 | Installed 0 object(s) from 0 fixture(s)
  122681. web_1 |
  122682. web_1 | Synced:
  122683. web_1 | > django.contrib.auth
  122684. web_1 | > django.contrib.contenttypes
  122685. web_1 | > django.contrib.sessions
  122686. web_1 | > django.contrib.sites
  122687. web_1 | > django.contrib.messages
  122688. web_1 | > django.contrib.staticfiles
  122689. web_1 | > django.contrib.admin
  122690. web_1 | > south
  122691. web_1 | > crispy_forms
  122692. web_1 | > avatar
  122693. web_1 | > bootstrap3
  122694. web_1 | > users
  122695. web_1 | > allauth
  122696. web_1 | > allauth.account
  122697. web_1 | > django.contrib.humanize
  122698. web_1 | > debug_toolbar
  122699. web_1 |
  122700. web_1 | Not synced (use migrations):
  122701. web_1 | - allauth.socialaccount
  122702. web_1 | - django_extensions
  122703. web_1 | (use ./manage.py migrate to migrate these)
  122704. web_1 | Running migrations for socialaccount:
  122705. web_1 | - Nothing to migrate.
  122706. web_1 | - Loading initial data for socialaccount.
  122707. web_1 | Installed 0 object(s) from 0 fixture(s)
  122708. web_1 | Running migrations for django_extensions:
  122709. web_1 | - Nothing to migrate.
  122710. web_1 | - Loading initial data for django_extensions.
  122711. web_1 | Installed 0 object(s) from 0 fixture(s)
  122712. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122713. web_1 | [GCC 4.9.2] on linux2
  122714. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122715. web_1 | (InteractiveConsole)
  122716. web_1 |
  122717. web_1 | >>> >>> Starting the server
  122718. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122719. web_1 |
  122720. web_1 | Fatal error: Unable to find local grunt.
  122721. web_1 |
  122722. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122723. web_1 | your project. For more information about installing and configuring grunt,
  122724. web_1 | please see the Getting Started guide:
  122725. web_1 |
  122726. web_1 | http://gruntjs.com/getting-started
  122727. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122728. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122729. web_1 | Syncing...
  122730. web_1 | Creating tables ...
  122731. web_1 | Installing custom SQL ...
  122732. web_1 | Installing indexes ...
  122733. web_1 | Installed 0 object(s) from 0 fixture(s)
  122734. web_1 |
  122735. web_1 | Synced:
  122736. web_1 | > django.contrib.auth
  122737. web_1 | > django.contrib.contenttypes
  122738. web_1 | > django.contrib.sessions
  122739. web_1 | > django.contrib.sites
  122740. web_1 | > django.contrib.messages
  122741. web_1 | > django.contrib.staticfiles
  122742. web_1 | > django.contrib.admin
  122743. web_1 | > south
  122744. web_1 | > crispy_forms
  122745. web_1 | > avatar
  122746. web_1 | > bootstrap3
  122747. web_1 | > users
  122748. web_1 | > allauth
  122749. web_1 | > allauth.account
  122750. web_1 | > django.contrib.humanize
  122751. web_1 | > debug_toolbar
  122752. web_1 |
  122753. web_1 | Not synced (use migrations):
  122754. web_1 | - allauth.socialaccount
  122755. web_1 | - django_extensions
  122756. web_1 | (use ./manage.py migrate to migrate these)
  122757. web_1 | Running migrations for socialaccount:
  122758. web_1 | - Nothing to migrate.
  122759. web_1 | - Loading initial data for socialaccount.
  122760. web_1 | Installed 0 object(s) from 0 fixture(s)
  122761. web_1 | Running migrations for django_extensions:
  122762. web_1 | - Nothing to migrate.
  122763. web_1 | - Loading initial data for django_extensions.
  122764. web_1 | Installed 0 object(s) from 0 fixture(s)
  122765. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122766. web_1 | [GCC 4.9.2] on linux2
  122767. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122768. web_1 | (InteractiveConsole)
  122769. web_1 |
  122770. web_1 | >>> >>> Starting the server
  122771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122772. web_1 |
  122773. web_1 | Fatal error: Unable to find local grunt.
  122774. web_1 |
  122775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122776. web_1 | your project. For more information about installing and configuring grunt,
  122777. web_1 | please see the Getting Started guide:
  122778. web_1 |
  122779. web_1 | http://gruntjs.com/getting-started
  122780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122781. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122782. web_1 | Syncing...
  122783. web_1 | Creating tables ...
  122784. web_1 | Installing custom SQL ...
  122785. web_1 | Installing indexes ...
  122786. web_1 | Installed 0 object(s) from 0 fixture(s)
  122787. web_1 |
  122788. web_1 | Synced:
  122789. web_1 | > django.contrib.auth
  122790. web_1 | > django.contrib.contenttypes
  122791. web_1 | > django.contrib.sessions
  122792. web_1 | > django.contrib.sites
  122793. web_1 | > django.contrib.messages
  122794. web_1 | > django.contrib.staticfiles
  122795. web_1 | > django.contrib.admin
  122796. web_1 | > south
  122797. web_1 | > crispy_forms
  122798. web_1 | > avatar
  122799. web_1 | > bootstrap3
  122800. web_1 | > users
  122801. web_1 | > allauth
  122802. web_1 | > allauth.account
  122803. web_1 | > django.contrib.humanize
  122804. web_1 | > debug_toolbar
  122805. web_1 |
  122806. web_1 | Not synced (use migrations):
  122807. web_1 | - allauth.socialaccount
  122808. web_1 | - django_extensions
  122809. web_1 | (use ./manage.py migrate to migrate these)
  122810. web_1 | Running migrations for socialaccount:
  122811. web_1 | - Nothing to migrate.
  122812. web_1 | - Loading initial data for socialaccount.
  122813. web_1 | Installed 0 object(s) from 0 fixture(s)
  122814. web_1 | Running migrations for django_extensions:
  122815. web_1 | - Nothing to migrate.
  122816. web_1 | - Loading initial data for django_extensions.
  122817. web_1 | Installed 0 object(s) from 0 fixture(s)
  122818. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122819. web_1 | [GCC 4.9.2] on linux2
  122820. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122821. web_1 | (InteractiveConsole)
  122822. web_1 |
  122823. web_1 | >>> >>> Starting the server
  122824. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122825. web_1 |
  122826. web_1 | Fatal error: Unable to find local grunt.
  122827. web_1 |
  122828. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122829. web_1 | your project. For more information about installing and configuring grunt,
  122830. web_1 | please see the Getting Started guide:
  122831. web_1 |
  122832. web_1 | http://gruntjs.com/getting-started
  122833. oclweb_web_1 exited with code 99
  122834. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122835. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122836. web_1 | Syncing...
  122837. web_1 | Traceback (most recent call last):
  122838. web_1 | File "ocl_web/manage.py", line 19, in <module>
  122839. web_1 | execute_from_command_line(sys.argv)
  122840. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  122841. web_1 | utility.execute()
  122842. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  122843. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  122844. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  122845. web_1 | self.execute(*args, **options.__dict__)
  122846. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  122847. web_1 | output = self.handle(*args, **options)
  122848. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  122849. web_1 | return self.handle_noargs(**options)
  122850. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  122851. web_1 | syncdb.Command().execute(**options)
  122852. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  122853. web_1 | output = self.handle(*args, **options)
  122854. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  122855. web_1 | return self.handle_noargs(**options)
  122856. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  122857. web_1 | cursor = connection.cursor()
  122858. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  122859. web_1 | cursor = self.make_debug_cursor(self._cursor())
  122860. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  122861. web_1 | self.ensure_connection()
  122862. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122863. web_1 | self.connect()
  122864. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  122865. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  122866. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122867. web_1 | self.connect()
  122868. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  122869. web_1 | self.connection = self.get_new_connection(conn_params)
  122870. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  122871. web_1 | return Database.connect(**conn_params)
  122872. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  122873. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  122874. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  122875. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  122876. web_1 | TCP/IP connections on port 5432?
  122877. web_1 |
  122878. web_1 | Traceback (most recent call last):
  122879. web_1 | File "ocl_web/manage.py", line 19, in <module>
  122880. web_1 | execute_from_command_line(sys.argv)
  122881. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  122882. web_1 | utility.execute()
  122883. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  122884. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  122885. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  122886. web_1 | self.execute(*args, **options.__dict__)
  122887. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  122888. web_1 | output = self.handle(*args, **options)
  122889. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  122890. web_1 | ignore_ghosts = ignore_ghosts,
  122891. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  122892. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  122893. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  122894. web_1 | for h in histories:
  122895. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  122896. web_1 | self._fetch_all()
  122897. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  122898. web_1 | self._result_cache = list(self.iterator())
  122899. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  122900. web_1 | for row in compiler.results_iter():
  122901. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  122902. web_1 | for rows in self.execute_sql(MULTI):
  122903. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  122904. web_1 | cursor = self.connection.cursor()
  122905. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  122906. web_1 | cursor = self.make_debug_cursor(self._cursor())
  122907. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  122908. web_1 | self.ensure_connection()
  122909. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122910. web_1 | self.connect()
  122911. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  122912. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  122913. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122914. web_1 | self.connect()
  122915. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  122916. web_1 | self.connection = self.get_new_connection(conn_params)
  122917. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  122918. web_1 | return Database.connect(**conn_params)
  122919. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  122920. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  122921. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  122922. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  122923. web_1 | TCP/IP connections on port 5432?
  122924. web_1 |
  122925. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  122926. web_1 | [GCC 4.9.2] on linux2
  122927. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  122928. web_1 | (InteractiveConsole)
  122929. web_1 | Traceback (most recent call last):
  122930. web_1 | File "<console>", line 1, in <module>
  122931. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  122932. web_1 | return self.query.get_count(using=self.db)
  122933. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  122934. web_1 | number = obj.get_aggregation(using=using)[None]
  122935. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  122936. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  122937. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  122938. web_1 | cursor = self.connection.cursor()
  122939. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  122940. web_1 | cursor = self.make_debug_cursor(self._cursor())
  122941. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  122942. web_1 | self.ensure_connection()
  122943. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122944. web_1 | self.connect()
  122945. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  122946. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  122947. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  122948. web_1 | self.connect()
  122949. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  122950. web_1 | self.connection = self.get_new_connection(conn_params)
  122951. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  122952. web_1 | return Database.connect(**conn_params)
  122953. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  122954. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  122955. web_1 | OperationalError: could not connect to server: Connection refused
  122956. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  122957. web_1 | TCP/IP connections on port 5432?
  122958. web_1 |
  122959. web_1 |
  122960. web_1 | >>> >>> Starting the server
  122961. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  122962. web_1 |
  122963. web_1 | Fatal error: Unable to find local grunt.
  122964. web_1 |
  122965. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  122966. web_1 | your project. For more information about installing and configuring grunt,
  122967. web_1 | please see the Getting Started guide:
  122968. web_1 |
  122969. web_1 | http://gruntjs.com/getting-started
  122970. web_1 | Starting OpenBSD Secure Shell server: sshd.
  122971. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  122972. web_1 | Syncing...
  122973. web_1 | Creating tables ...
  122974. web_1 | Creating table auth_permission
  122975. web_1 | Creating table auth_group_permissions
  122976. web_1 | Creating table auth_group
  122977. web_1 | Creating table django_content_type
  122978. web_1 | Creating table django_session
  122979. web_1 | Creating table django_site
  122980. web_1 | Creating table django_admin_log
  122981. web_1 | Creating table south_migrationhistory
  122982. web_1 | Creating table avatar_avatar
  122983. web_1 | Creating table users_user_groups
  122984. web_1 | Creating table users_user_user_permissions
  122985. web_1 | Creating table users_user
  122986. web_1 | Creating table account_emailaddress
  122987. web_1 | Creating table account_emailconfirmation
  122988. web_1 | Installing custom SQL ...
  122989. web_1 | Installing indexes ...
  122990. web_1 | Installed 0 object(s) from 0 fixture(s)
  122991. web_1 |
  122992. web_1 | Synced:
  122993. web_1 | > django.contrib.auth
  122994. web_1 | > django.contrib.contenttypes
  122995. web_1 | > django.contrib.sessions
  122996. web_1 | > django.contrib.sites
  122997. web_1 | > django.contrib.messages
  122998. web_1 | > django.contrib.staticfiles
  122999. web_1 | > django.contrib.admin
  123000. web_1 | > south
  123001. web_1 | > crispy_forms
  123002. web_1 | > avatar
  123003. web_1 | > bootstrap3
  123004. web_1 | > users
  123005. web_1 | > allauth
  123006. web_1 | > allauth.account
  123007. web_1 | > django.contrib.humanize
  123008. web_1 | > debug_toolbar
  123009. web_1 |
  123010. web_1 | Not synced (use migrations):
  123011. web_1 | - allauth.socialaccount
  123012. web_1 | - django_extensions
  123013. web_1 | (use ./manage.py migrate to migrate these)
  123014. web_1 | Running migrations for socialaccount:
  123015. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  123016. web_1 | > socialaccount:0001_initial
  123017. web_1 | > socialaccount:0002_genericmodels
  123018. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  123019. web_1 | > socialaccount:0004_add_sites
  123020. web_1 | > socialaccount:0005_set_sites
  123021. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  123022. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  123023. web_1 | > socialaccount:0008_client_id
  123024. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  123025. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  123026. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  123027. web_1 | - Loading initial data for socialaccount.
  123028. web_1 | Installed 0 object(s) from 0 fixture(s)
  123029. web_1 | Running migrations for django_extensions:
  123030. web_1 | - Migrating forwards to 0001_empty.
  123031. web_1 | > django_extensions:0001_empty
  123032. web_1 | - Loading initial data for django_extensions.
  123033. web_1 | Installed 0 object(s) from 0 fixture(s)
  123034. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123035. web_1 | [GCC 4.9.2] on linux2
  123036. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123037. web_1 | (InteractiveConsole)
  123038. web_1 |
  123039. web_1 | >>> >>> Starting the server
  123040. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123041. web_1 |
  123042. web_1 | Fatal error: Unable to find local grunt.
  123043. web_1 |
  123044. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123045. web_1 | your project. For more information about installing and configuring grunt,
  123046. web_1 | please see the Getting Started guide:
  123047. web_1 |
  123048. web_1 | http://gruntjs.com/getting-started
  123049. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123050. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123051. web_1 | Syncing...
  123052. web_1 | Creating tables ...
  123053. web_1 | Installing custom SQL ...
  123054. web_1 | Installing indexes ...
  123055. web_1 | Installed 0 object(s) from 0 fixture(s)
  123056. web_1 |
  123057. web_1 | Synced:
  123058. web_1 | > django.contrib.auth
  123059. web_1 | > django.contrib.contenttypes
  123060. web_1 | > django.contrib.sessions
  123061. web_1 | > django.contrib.sites
  123062. web_1 | > django.contrib.messages
  123063. web_1 | > django.contrib.staticfiles
  123064. web_1 | > django.contrib.admin
  123065. web_1 | > south
  123066. web_1 | > crispy_forms
  123067. web_1 | > avatar
  123068. web_1 | > bootstrap3
  123069. web_1 | > users
  123070. web_1 | > allauth
  123071. web_1 | > allauth.account
  123072. web_1 | > django.contrib.humanize
  123073. web_1 | > debug_toolbar
  123074. web_1 |
  123075. web_1 | Not synced (use migrations):
  123076. web_1 | - allauth.socialaccount
  123077. web_1 | - django_extensions
  123078. web_1 | (use ./manage.py migrate to migrate these)
  123079. web_1 | Running migrations for socialaccount:
  123080. web_1 | - Nothing to migrate.
  123081. web_1 | - Loading initial data for socialaccount.
  123082. web_1 | Installed 0 object(s) from 0 fixture(s)
  123083. web_1 | Running migrations for django_extensions:
  123084. web_1 | - Nothing to migrate.
  123085. web_1 | - Loading initial data for django_extensions.
  123086. web_1 | Installed 0 object(s) from 0 fixture(s)
  123087. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123088. web_1 | [GCC 4.9.2] on linux2
  123089. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123090. web_1 | (InteractiveConsole)
  123091. web_1 |
  123092. web_1 | >>> >>> Starting the server
  123093. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123094. web_1 |
  123095. web_1 | Fatal error: Unable to find local grunt.
  123096. web_1 |
  123097. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123098. web_1 | your project. For more information about installing and configuring grunt,
  123099. web_1 | please see the Getting Started guide:
  123100. web_1 |
  123101. web_1 | http://gruntjs.com/getting-started
  123102. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123103. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123104. web_1 | Syncing...
  123105. web_1 | Creating tables ...
  123106. web_1 | Installing custom SQL ...
  123107. web_1 | Installing indexes ...
  123108. web_1 | Installed 0 object(s) from 0 fixture(s)
  123109. web_1 |
  123110. web_1 | Synced:
  123111. web_1 | > django.contrib.auth
  123112. web_1 | > django.contrib.contenttypes
  123113. web_1 | > django.contrib.sessions
  123114. web_1 | > django.contrib.sites
  123115. web_1 | > django.contrib.messages
  123116. web_1 | > django.contrib.staticfiles
  123117. web_1 | > django.contrib.admin
  123118. web_1 | > south
  123119. web_1 | > crispy_forms
  123120. web_1 | > avatar
  123121. web_1 | > bootstrap3
  123122. web_1 | > users
  123123. web_1 | > allauth
  123124. web_1 | > allauth.account
  123125. web_1 | > django.contrib.humanize
  123126. web_1 | > debug_toolbar
  123127. web_1 |
  123128. web_1 | Not synced (use migrations):
  123129. web_1 | - allauth.socialaccount
  123130. web_1 | - django_extensions
  123131. web_1 | (use ./manage.py migrate to migrate these)
  123132. web_1 | Running migrations for socialaccount:
  123133. web_1 | - Nothing to migrate.
  123134. web_1 | - Loading initial data for socialaccount.
  123135. web_1 | Installed 0 object(s) from 0 fixture(s)
  123136. web_1 | Running migrations for django_extensions:
  123137. web_1 | - Nothing to migrate.
  123138. web_1 | - Loading initial data for django_extensions.
  123139. web_1 | Installed 0 object(s) from 0 fixture(s)
  123140. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123141. web_1 | [GCC 4.9.2] on linux2
  123142. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123143. web_1 | (InteractiveConsole)
  123144. web_1 |
  123145. web_1 | >>> >>> Starting the server
  123146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123147. web_1 |
  123148. web_1 | Fatal error: Unable to find local grunt.
  123149. web_1 |
  123150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123151. web_1 | your project. For more information about installing and configuring grunt,
  123152. web_1 | please see the Getting Started guide:
  123153. web_1 |
  123154. web_1 | http://gruntjs.com/getting-started
  123155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123157. web_1 | Syncing...
  123158. web_1 | Creating tables ...
  123159. web_1 | Installing custom SQL ...
  123160. web_1 | Installing indexes ...
  123161. web_1 | Installed 0 object(s) from 0 fixture(s)
  123162. web_1 |
  123163. web_1 | Synced:
  123164. web_1 | > django.contrib.auth
  123165. web_1 | > django.contrib.contenttypes
  123166. web_1 | > django.contrib.sessions
  123167. web_1 | > django.contrib.sites
  123168. web_1 | > django.contrib.messages
  123169. web_1 | > django.contrib.staticfiles
  123170. web_1 | > django.contrib.admin
  123171. web_1 | > south
  123172. web_1 | > crispy_forms
  123173. web_1 | > avatar
  123174. web_1 | > bootstrap3
  123175. web_1 | > users
  123176. web_1 | > allauth
  123177. web_1 | > allauth.account
  123178. web_1 | > django.contrib.humanize
  123179. web_1 | > debug_toolbar
  123180. web_1 |
  123181. web_1 | Not synced (use migrations):
  123182. web_1 | - allauth.socialaccount
  123183. web_1 | - django_extensions
  123184. web_1 | (use ./manage.py migrate to migrate these)
  123185. web_1 | Running migrations for socialaccount:
  123186. web_1 | - Nothing to migrate.
  123187. web_1 | - Loading initial data for socialaccount.
  123188. web_1 | Installed 0 object(s) from 0 fixture(s)
  123189. web_1 | Running migrations for django_extensions:
  123190. web_1 | - Nothing to migrate.
  123191. web_1 | - Loading initial data for django_extensions.
  123192. web_1 | Installed 0 object(s) from 0 fixture(s)
  123193. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123194. web_1 | [GCC 4.9.2] on linux2
  123195. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123196. web_1 | (InteractiveConsole)
  123197. web_1 |
  123198. web_1 | >>> >>> Starting the server
  123199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123200. web_1 |
  123201. web_1 | Fatal error: Unable to find local grunt.
  123202. web_1 |
  123203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123204. web_1 | your project. For more information about installing and configuring grunt,
  123205. web_1 | please see the Getting Started guide:
  123206. web_1 |
  123207. web_1 | http://gruntjs.com/getting-started
  123208. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123209. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123210. web_1 | Syncing...
  123211. web_1 | Creating tables ...
  123212. web_1 | Installing custom SQL ...
  123213. web_1 | Installing indexes ...
  123214. web_1 | Installed 0 object(s) from 0 fixture(s)
  123215. web_1 |
  123216. web_1 | Synced:
  123217. web_1 | > django.contrib.auth
  123218. web_1 | > django.contrib.contenttypes
  123219. web_1 | > django.contrib.sessions
  123220. web_1 | > django.contrib.sites
  123221. web_1 | > django.contrib.messages
  123222. web_1 | > django.contrib.staticfiles
  123223. web_1 | > django.contrib.admin
  123224. web_1 | > south
  123225. web_1 | > crispy_forms
  123226. web_1 | > avatar
  123227. web_1 | > bootstrap3
  123228. web_1 | > users
  123229. web_1 | > allauth
  123230. web_1 | > allauth.account
  123231. web_1 | > django.contrib.humanize
  123232. web_1 | > debug_toolbar
  123233. web_1 |
  123234. web_1 | Not synced (use migrations):
  123235. web_1 | - allauth.socialaccount
  123236. web_1 | - django_extensions
  123237. web_1 | (use ./manage.py migrate to migrate these)
  123238. web_1 | Running migrations for socialaccount:
  123239. web_1 | - Nothing to migrate.
  123240. web_1 | - Loading initial data for socialaccount.
  123241. web_1 | Installed 0 object(s) from 0 fixture(s)
  123242. web_1 | Running migrations for django_extensions:
  123243. web_1 | - Nothing to migrate.
  123244. web_1 | - Loading initial data for django_extensions.
  123245. web_1 | Installed 0 object(s) from 0 fixture(s)
  123246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123247. web_1 | [GCC 4.9.2] on linux2
  123248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123249. web_1 | (InteractiveConsole)
  123250. web_1 |
  123251. web_1 | >>> >>> Starting the server
  123252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123253. web_1 |
  123254. web_1 | Fatal error: Unable to find local grunt.
  123255. web_1 |
  123256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123257. web_1 | your project. For more information about installing and configuring grunt,
  123258. web_1 | please see the Getting Started guide:
  123259. web_1 |
  123260. web_1 | http://gruntjs.com/getting-started
  123261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123262. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123263. web_1 | Syncing...
  123264. web_1 | Creating tables ...
  123265. web_1 | Installing custom SQL ...
  123266. web_1 | Installing indexes ...
  123267. web_1 | Installed 0 object(s) from 0 fixture(s)
  123268. web_1 |
  123269. web_1 | Synced:
  123270. web_1 | > django.contrib.auth
  123271. web_1 | > django.contrib.contenttypes
  123272. web_1 | > django.contrib.sessions
  123273. web_1 | > django.contrib.sites
  123274. web_1 | > django.contrib.messages
  123275. web_1 | > django.contrib.staticfiles
  123276. web_1 | > django.contrib.admin
  123277. web_1 | > south
  123278. web_1 | > crispy_forms
  123279. web_1 | > avatar
  123280. web_1 | > bootstrap3
  123281. web_1 | > users
  123282. web_1 | > allauth
  123283. web_1 | > allauth.account
  123284. web_1 | > django.contrib.humanize
  123285. web_1 | > debug_toolbar
  123286. web_1 |
  123287. web_1 | Not synced (use migrations):
  123288. web_1 | - allauth.socialaccount
  123289. web_1 | - django_extensions
  123290. web_1 | (use ./manage.py migrate to migrate these)
  123291. web_1 | Running migrations for socialaccount:
  123292. web_1 | - Nothing to migrate.
  123293. web_1 | - Loading initial data for socialaccount.
  123294. web_1 | Installed 0 object(s) from 0 fixture(s)
  123295. web_1 | Running migrations for django_extensions:
  123296. web_1 | - Nothing to migrate.
  123297. web_1 | - Loading initial data for django_extensions.
  123298. web_1 | Installed 0 object(s) from 0 fixture(s)
  123299. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123300. web_1 | [GCC 4.9.2] on linux2
  123301. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123302. web_1 | (InteractiveConsole)
  123303. web_1 |
  123304. web_1 | >>> >>> Starting the server
  123305. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123306. web_1 |
  123307. web_1 | Fatal error: Unable to find local grunt.
  123308. web_1 |
  123309. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123310. web_1 | your project. For more information about installing and configuring grunt,
  123311. web_1 | please see the Getting Started guide:
  123312. web_1 |
  123313. web_1 | http://gruntjs.com/getting-started
  123314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123316. web_1 | Syncing...
  123317. web_1 | Creating tables ...
  123318. web_1 | Installing custom SQL ...
  123319. web_1 | Installing indexes ...
  123320. web_1 | Installed 0 object(s) from 0 fixture(s)
  123321. web_1 |
  123322. web_1 | Synced:
  123323. web_1 | > django.contrib.auth
  123324. web_1 | > django.contrib.contenttypes
  123325. web_1 | > django.contrib.sessions
  123326. web_1 | > django.contrib.sites
  123327. web_1 | > django.contrib.messages
  123328. web_1 | > django.contrib.staticfiles
  123329. web_1 | > django.contrib.admin
  123330. web_1 | > south
  123331. web_1 | > crispy_forms
  123332. web_1 | > avatar
  123333. web_1 | > bootstrap3
  123334. web_1 | > users
  123335. web_1 | > allauth
  123336. web_1 | > allauth.account
  123337. web_1 | > django.contrib.humanize
  123338. web_1 | > debug_toolbar
  123339. web_1 |
  123340. web_1 | Not synced (use migrations):
  123341. web_1 | - allauth.socialaccount
  123342. web_1 | - django_extensions
  123343. web_1 | (use ./manage.py migrate to migrate these)
  123344. web_1 | Running migrations for socialaccount:
  123345. web_1 | - Nothing to migrate.
  123346. web_1 | - Loading initial data for socialaccount.
  123347. web_1 | Installed 0 object(s) from 0 fixture(s)
  123348. web_1 | Running migrations for django_extensions:
  123349. web_1 | - Nothing to migrate.
  123350. web_1 | - Loading initial data for django_extensions.
  123351. web_1 | Installed 0 object(s) from 0 fixture(s)
  123352. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123353. web_1 | [GCC 4.9.2] on linux2
  123354. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123355. web_1 | (InteractiveConsole)
  123356. web_1 |
  123357. web_1 | >>> >>> Starting the server
  123358. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123359. web_1 |
  123360. web_1 | Fatal error: Unable to find local grunt.
  123361. web_1 |
  123362. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123363. web_1 | your project. For more information about installing and configuring grunt,
  123364. web_1 | please see the Getting Started guide:
  123365. web_1 |
  123366. web_1 | http://gruntjs.com/getting-started
  123367. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123368. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123369. web_1 | Syncing...
  123370. web_1 | Creating tables ...
  123371. web_1 | Installing custom SQL ...
  123372. web_1 | Installing indexes ...
  123373. web_1 | Installed 0 object(s) from 0 fixture(s)
  123374. web_1 |
  123375. web_1 | Synced:
  123376. web_1 | > django.contrib.auth
  123377. web_1 | > django.contrib.contenttypes
  123378. web_1 | > django.contrib.sessions
  123379. web_1 | > django.contrib.sites
  123380. web_1 | > django.contrib.messages
  123381. web_1 | > django.contrib.staticfiles
  123382. web_1 | > django.contrib.admin
  123383. web_1 | > south
  123384. web_1 | > crispy_forms
  123385. web_1 | > avatar
  123386. web_1 | > bootstrap3
  123387. web_1 | > users
  123388. web_1 | > allauth
  123389. web_1 | > allauth.account
  123390. web_1 | > django.contrib.humanize
  123391. web_1 | > debug_toolbar
  123392. web_1 |
  123393. web_1 | Not synced (use migrations):
  123394. web_1 | - allauth.socialaccount
  123395. web_1 | - django_extensions
  123396. web_1 | (use ./manage.py migrate to migrate these)
  123397. web_1 | Running migrations for socialaccount:
  123398. web_1 | - Nothing to migrate.
  123399. web_1 | - Loading initial data for socialaccount.
  123400. web_1 | Installed 0 object(s) from 0 fixture(s)
  123401. web_1 | Running migrations for django_extensions:
  123402. web_1 | - Nothing to migrate.
  123403. web_1 | - Loading initial data for django_extensions.
  123404. web_1 | Installed 0 object(s) from 0 fixture(s)
  123405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123406. web_1 | [GCC 4.9.2] on linux2
  123407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123408. web_1 | (InteractiveConsole)
  123409. web_1 |
  123410. web_1 | >>> >>> Starting the server
  123411. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123412. web_1 |
  123413. web_1 | Fatal error: Unable to find local grunt.
  123414. web_1 |
  123415. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123416. web_1 | your project. For more information about installing and configuring grunt,
  123417. web_1 | please see the Getting Started guide:
  123418. web_1 |
  123419. web_1 | http://gruntjs.com/getting-started
  123420. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123421. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123422. web_1 | Syncing...
  123423. web_1 | Creating tables ...
  123424. web_1 | Installing custom SQL ...
  123425. web_1 | Installing indexes ...
  123426. web_1 | Installed 0 object(s) from 0 fixture(s)
  123427. web_1 |
  123428. web_1 | Synced:
  123429. web_1 | > django.contrib.auth
  123430. web_1 | > django.contrib.contenttypes
  123431. web_1 | > django.contrib.sessions
  123432. web_1 | > django.contrib.sites
  123433. web_1 | > django.contrib.messages
  123434. web_1 | > django.contrib.staticfiles
  123435. web_1 | > django.contrib.admin
  123436. web_1 | > south
  123437. web_1 | > crispy_forms
  123438. web_1 | > avatar
  123439. web_1 | > bootstrap3
  123440. web_1 | > users
  123441. web_1 | > allauth
  123442. web_1 | > allauth.account
  123443. web_1 | > django.contrib.humanize
  123444. web_1 | > debug_toolbar
  123445. web_1 |
  123446. web_1 | Not synced (use migrations):
  123447. web_1 | - allauth.socialaccount
  123448. web_1 | - django_extensions
  123449. web_1 | (use ./manage.py migrate to migrate these)
  123450. web_1 | Running migrations for socialaccount:
  123451. web_1 | - Nothing to migrate.
  123452. web_1 | - Loading initial data for socialaccount.
  123453. web_1 | Installed 0 object(s) from 0 fixture(s)
  123454. web_1 | Running migrations for django_extensions:
  123455. web_1 | - Nothing to migrate.
  123456. web_1 | - Loading initial data for django_extensions.
  123457. web_1 | Installed 0 object(s) from 0 fixture(s)
  123458. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123459. web_1 | [GCC 4.9.2] on linux2
  123460. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123461. web_1 | (InteractiveConsole)
  123462. web_1 |
  123463. web_1 | >>> >>> Starting the server
  123464. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123465. web_1 |
  123466. web_1 | Fatal error: Unable to find local grunt.
  123467. web_1 |
  123468. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123469. web_1 | your project. For more information about installing and configuring grunt,
  123470. web_1 | please see the Getting Started guide:
  123471. web_1 |
  123472. web_1 | http://gruntjs.com/getting-started
  123473. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123474. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123475. web_1 | Syncing...
  123476. web_1 | Creating tables ...
  123477. web_1 | Installing custom SQL ...
  123478. web_1 | Installing indexes ...
  123479. web_1 | Installed 0 object(s) from 0 fixture(s)
  123480. web_1 |
  123481. web_1 | Synced:
  123482. web_1 | > django.contrib.auth
  123483. web_1 | > django.contrib.contenttypes
  123484. web_1 | > django.contrib.sessions
  123485. web_1 | > django.contrib.sites
  123486. web_1 | > django.contrib.messages
  123487. web_1 | > django.contrib.staticfiles
  123488. web_1 | > django.contrib.admin
  123489. web_1 | > south
  123490. web_1 | > crispy_forms
  123491. web_1 | > avatar
  123492. web_1 | > bootstrap3
  123493. web_1 | > users
  123494. web_1 | > allauth
  123495. web_1 | > allauth.account
  123496. web_1 | > django.contrib.humanize
  123497. web_1 | > debug_toolbar
  123498. web_1 |
  123499. web_1 | Not synced (use migrations):
  123500. web_1 | - allauth.socialaccount
  123501. web_1 | - django_extensions
  123502. web_1 | (use ./manage.py migrate to migrate these)
  123503. web_1 | Running migrations for socialaccount:
  123504. web_1 | - Nothing to migrate.
  123505. web_1 | - Loading initial data for socialaccount.
  123506. web_1 | Installed 0 object(s) from 0 fixture(s)
  123507. web_1 | Running migrations for django_extensions:
  123508. web_1 | - Nothing to migrate.
  123509. web_1 | - Loading initial data for django_extensions.
  123510. web_1 | Installed 0 object(s) from 0 fixture(s)
  123511. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123512. web_1 | [GCC 4.9.2] on linux2
  123513. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123514. web_1 | (InteractiveConsole)
  123515. web_1 |
  123516. web_1 | >>> >>> Starting the server
  123517. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123518. web_1 |
  123519. web_1 | Fatal error: Unable to find local grunt.
  123520. web_1 |
  123521. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123522. web_1 | your project. For more information about installing and configuring grunt,
  123523. web_1 | please see the Getting Started guide:
  123524. web_1 |
  123525. web_1 | http://gruntjs.com/getting-started
  123526. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123527. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123528. web_1 | Syncing...
  123529. web_1 | Creating tables ...
  123530. web_1 | Installing custom SQL ...
  123531. web_1 | Installing indexes ...
  123532. web_1 | Installed 0 object(s) from 0 fixture(s)
  123533. web_1 |
  123534. web_1 | Synced:
  123535. web_1 | > django.contrib.auth
  123536. web_1 | > django.contrib.contenttypes
  123537. web_1 | > django.contrib.sessions
  123538. web_1 | > django.contrib.sites
  123539. web_1 | > django.contrib.messages
  123540. web_1 | > django.contrib.staticfiles
  123541. web_1 | > django.contrib.admin
  123542. web_1 | > south
  123543. web_1 | > crispy_forms
  123544. web_1 | > avatar
  123545. web_1 | > bootstrap3
  123546. web_1 | > users
  123547. web_1 | > allauth
  123548. web_1 | > allauth.account
  123549. web_1 | > django.contrib.humanize
  123550. web_1 | > debug_toolbar
  123551. web_1 |
  123552. web_1 | Not synced (use migrations):
  123553. web_1 | - allauth.socialaccount
  123554. web_1 | - django_extensions
  123555. web_1 | (use ./manage.py migrate to migrate these)
  123556. web_1 | Running migrations for socialaccount:
  123557. web_1 | - Nothing to migrate.
  123558. web_1 | - Loading initial data for socialaccount.
  123559. web_1 | Installed 0 object(s) from 0 fixture(s)
  123560. web_1 | Running migrations for django_extensions:
  123561. web_1 | - Nothing to migrate.
  123562. web_1 | - Loading initial data for django_extensions.
  123563. web_1 | Installed 0 object(s) from 0 fixture(s)
  123564. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123565. web_1 | [GCC 4.9.2] on linux2
  123566. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123567. web_1 | (InteractiveConsole)
  123568. web_1 |
  123569. web_1 | >>> >>> Starting the server
  123570. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123571. web_1 |
  123572. web_1 | Fatal error: Unable to find local grunt.
  123573. web_1 |
  123574. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123575. web_1 | your project. For more information about installing and configuring grunt,
  123576. web_1 | please see the Getting Started guide:
  123577. web_1 |
  123578. web_1 | http://gruntjs.com/getting-started
  123579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123580. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123581. web_1 | Syncing...
  123582. web_1 | Creating tables ...
  123583. web_1 | Installing custom SQL ...
  123584. web_1 | Installing indexes ...
  123585. web_1 | Installed 0 object(s) from 0 fixture(s)
  123586. web_1 |
  123587. web_1 | Synced:
  123588. web_1 | > django.contrib.auth
  123589. web_1 | > django.contrib.contenttypes
  123590. web_1 | > django.contrib.sessions
  123591. web_1 | > django.contrib.sites
  123592. web_1 | > django.contrib.messages
  123593. web_1 | > django.contrib.staticfiles
  123594. web_1 | > django.contrib.admin
  123595. web_1 | > south
  123596. web_1 | > crispy_forms
  123597. web_1 | > avatar
  123598. web_1 | > bootstrap3
  123599. web_1 | > users
  123600. web_1 | > allauth
  123601. web_1 | > allauth.account
  123602. web_1 | > django.contrib.humanize
  123603. web_1 | > debug_toolbar
  123604. web_1 |
  123605. web_1 | Not synced (use migrations):
  123606. web_1 | - allauth.socialaccount
  123607. web_1 | - django_extensions
  123608. web_1 | (use ./manage.py migrate to migrate these)
  123609. web_1 | Running migrations for socialaccount:
  123610. web_1 | - Nothing to migrate.
  123611. web_1 | - Loading initial data for socialaccount.
  123612. web_1 | Installed 0 object(s) from 0 fixture(s)
  123613. web_1 | Running migrations for django_extensions:
  123614. web_1 | - Nothing to migrate.
  123615. web_1 | - Loading initial data for django_extensions.
  123616. web_1 | Installed 0 object(s) from 0 fixture(s)
  123617. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123618. web_1 | [GCC 4.9.2] on linux2
  123619. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123620. web_1 | (InteractiveConsole)
  123621. web_1 |
  123622. web_1 | >>> >>> Starting the server
  123623. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123624. web_1 |
  123625. web_1 | Fatal error: Unable to find local grunt.
  123626. web_1 |
  123627. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123628. web_1 | your project. For more information about installing and configuring grunt,
  123629. web_1 | please see the Getting Started guide:
  123630. web_1 |
  123631. web_1 | http://gruntjs.com/getting-started
  123632. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123633. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123634. web_1 | Syncing...
  123635. web_1 | Creating tables ...
  123636. web_1 | Installing custom SQL ...
  123637. web_1 | Installing indexes ...
  123638. web_1 | Installed 0 object(s) from 0 fixture(s)
  123639. web_1 |
  123640. web_1 | Synced:
  123641. web_1 | > django.contrib.auth
  123642. web_1 | > django.contrib.contenttypes
  123643. web_1 | > django.contrib.sessions
  123644. web_1 | > django.contrib.sites
  123645. web_1 | > django.contrib.messages
  123646. web_1 | > django.contrib.staticfiles
  123647. web_1 | > django.contrib.admin
  123648. web_1 | > south
  123649. web_1 | > crispy_forms
  123650. web_1 | > avatar
  123651. web_1 | > bootstrap3
  123652. web_1 | > users
  123653. web_1 | > allauth
  123654. web_1 | > allauth.account
  123655. web_1 | > django.contrib.humanize
  123656. web_1 | > debug_toolbar
  123657. web_1 |
  123658. web_1 | Not synced (use migrations):
  123659. web_1 | - allauth.socialaccount
  123660. web_1 | - django_extensions
  123661. web_1 | (use ./manage.py migrate to migrate these)
  123662. web_1 | Running migrations for socialaccount:
  123663. web_1 | - Nothing to migrate.
  123664. web_1 | - Loading initial data for socialaccount.
  123665. web_1 | Installed 0 object(s) from 0 fixture(s)
  123666. web_1 | Running migrations for django_extensions:
  123667. web_1 | - Nothing to migrate.
  123668. web_1 | - Loading initial data for django_extensions.
  123669. web_1 | Installed 0 object(s) from 0 fixture(s)
  123670. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123671. web_1 | [GCC 4.9.2] on linux2
  123672. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123673. web_1 | (InteractiveConsole)
  123674. web_1 |
  123675. web_1 | >>> >>> Starting the server
  123676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123677. web_1 |
  123678. web_1 | Fatal error: Unable to find local grunt.
  123679. web_1 |
  123680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123681. web_1 | your project. For more information about installing and configuring grunt,
  123682. web_1 | please see the Getting Started guide:
  123683. web_1 |
  123684. web_1 | http://gruntjs.com/getting-started
  123685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123686. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123687. web_1 | Syncing...
  123688. web_1 | Creating tables ...
  123689. web_1 | Installing custom SQL ...
  123690. web_1 | Installing indexes ...
  123691. web_1 | Installed 0 object(s) from 0 fixture(s)
  123692. web_1 |
  123693. web_1 | Synced:
  123694. web_1 | > django.contrib.auth
  123695. web_1 | > django.contrib.contenttypes
  123696. web_1 | > django.contrib.sessions
  123697. web_1 | > django.contrib.sites
  123698. web_1 | > django.contrib.messages
  123699. web_1 | > django.contrib.staticfiles
  123700. web_1 | > django.contrib.admin
  123701. web_1 | > south
  123702. web_1 | > crispy_forms
  123703. web_1 | > avatar
  123704. web_1 | > bootstrap3
  123705. web_1 | > users
  123706. web_1 | > allauth
  123707. web_1 | > allauth.account
  123708. web_1 | > django.contrib.humanize
  123709. web_1 | > debug_toolbar
  123710. web_1 |
  123711. web_1 | Not synced (use migrations):
  123712. web_1 | - allauth.socialaccount
  123713. web_1 | - django_extensions
  123714. web_1 | (use ./manage.py migrate to migrate these)
  123715. web_1 | Running migrations for socialaccount:
  123716. web_1 | - Nothing to migrate.
  123717. web_1 | - Loading initial data for socialaccount.
  123718. web_1 | Installed 0 object(s) from 0 fixture(s)
  123719. web_1 | Running migrations for django_extensions:
  123720. web_1 | - Nothing to migrate.
  123721. web_1 | - Loading initial data for django_extensions.
  123722. web_1 | Installed 0 object(s) from 0 fixture(s)
  123723. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123724. web_1 | [GCC 4.9.2] on linux2
  123725. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123726. web_1 | (InteractiveConsole)
  123727. web_1 |
  123728. web_1 | >>> >>> Starting the server
  123729. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123730. web_1 |
  123731. web_1 | Fatal error: Unable to find local grunt.
  123732. web_1 |
  123733. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123734. web_1 | your project. For more information about installing and configuring grunt,
  123735. web_1 | please see the Getting Started guide:
  123736. web_1 |
  123737. web_1 | http://gruntjs.com/getting-started
  123738. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123739. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123740. web_1 | Syncing...
  123741. web_1 | Creating tables ...
  123742. web_1 | Installing custom SQL ...
  123743. web_1 | Installing indexes ...
  123744. web_1 | Installed 0 object(s) from 0 fixture(s)
  123745. web_1 |
  123746. web_1 | Synced:
  123747. web_1 | > django.contrib.auth
  123748. web_1 | > django.contrib.contenttypes
  123749. web_1 | > django.contrib.sessions
  123750. web_1 | > django.contrib.sites
  123751. web_1 | > django.contrib.messages
  123752. web_1 | > django.contrib.staticfiles
  123753. web_1 | > django.contrib.admin
  123754. web_1 | > south
  123755. web_1 | > crispy_forms
  123756. web_1 | > avatar
  123757. web_1 | > bootstrap3
  123758. web_1 | > users
  123759. web_1 | > allauth
  123760. web_1 | > allauth.account
  123761. web_1 | > django.contrib.humanize
  123762. web_1 | > debug_toolbar
  123763. web_1 |
  123764. web_1 | Not synced (use migrations):
  123765. web_1 | - allauth.socialaccount
  123766. web_1 | - django_extensions
  123767. web_1 | (use ./manage.py migrate to migrate these)
  123768. web_1 | Running migrations for socialaccount:
  123769. web_1 | - Nothing to migrate.
  123770. web_1 | - Loading initial data for socialaccount.
  123771. web_1 | Installed 0 object(s) from 0 fixture(s)
  123772. web_1 | Running migrations for django_extensions:
  123773. web_1 | - Nothing to migrate.
  123774. web_1 | - Loading initial data for django_extensions.
  123775. web_1 | Installed 0 object(s) from 0 fixture(s)
  123776. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123777. web_1 | [GCC 4.9.2] on linux2
  123778. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123779. web_1 | (InteractiveConsole)
  123780. web_1 |
  123781. web_1 | >>> >>> Starting the server
  123782. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123783. web_1 |
  123784. web_1 | Fatal error: Unable to find local grunt.
  123785. web_1 |
  123786. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123787. web_1 | your project. For more information about installing and configuring grunt,
  123788. web_1 | please see the Getting Started guide:
  123789. web_1 |
  123790. web_1 | http://gruntjs.com/getting-started
  123791. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123792. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123793. web_1 | Syncing...
  123794. web_1 | Creating tables ...
  123795. web_1 | Installing custom SQL ...
  123796. web_1 | Installing indexes ...
  123797. web_1 | Installed 0 object(s) from 0 fixture(s)
  123798. web_1 |
  123799. web_1 | Synced:
  123800. web_1 | > django.contrib.auth
  123801. web_1 | > django.contrib.contenttypes
  123802. web_1 | > django.contrib.sessions
  123803. web_1 | > django.contrib.sites
  123804. web_1 | > django.contrib.messages
  123805. web_1 | > django.contrib.staticfiles
  123806. web_1 | > django.contrib.admin
  123807. web_1 | > south
  123808. web_1 | > crispy_forms
  123809. web_1 | > avatar
  123810. web_1 | > bootstrap3
  123811. web_1 | > users
  123812. web_1 | > allauth
  123813. web_1 | > allauth.account
  123814. web_1 | > django.contrib.humanize
  123815. web_1 | > debug_toolbar
  123816. web_1 |
  123817. web_1 | Not synced (use migrations):
  123818. web_1 | - allauth.socialaccount
  123819. web_1 | - django_extensions
  123820. web_1 | (use ./manage.py migrate to migrate these)
  123821. web_1 | Running migrations for socialaccount:
  123822. web_1 | - Nothing to migrate.
  123823. web_1 | - Loading initial data for socialaccount.
  123824. web_1 | Installed 0 object(s) from 0 fixture(s)
  123825. web_1 | Running migrations for django_extensions:
  123826. web_1 | - Nothing to migrate.
  123827. web_1 | - Loading initial data for django_extensions.
  123828. web_1 | Installed 0 object(s) from 0 fixture(s)
  123829. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123830. web_1 | [GCC 4.9.2] on linux2
  123831. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123832. web_1 | (InteractiveConsole)
  123833. web_1 |
  123834. web_1 | >>> >>> Starting the server
  123835. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123836. web_1 |
  123837. web_1 | Fatal error: Unable to find local grunt.
  123838. web_1 |
  123839. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123840. web_1 | your project. For more information about installing and configuring grunt,
  123841. web_1 | please see the Getting Started guide:
  123842. web_1 |
  123843. web_1 | http://gruntjs.com/getting-started
  123844. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123845. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123846. web_1 | Syncing...
  123847. web_1 | Creating tables ...
  123848. web_1 | Installing custom SQL ...
  123849. web_1 | Installing indexes ...
  123850. web_1 | Installed 0 object(s) from 0 fixture(s)
  123851. web_1 |
  123852. web_1 | Synced:
  123853. web_1 | > django.contrib.auth
  123854. web_1 | > django.contrib.contenttypes
  123855. web_1 | > django.contrib.sessions
  123856. web_1 | > django.contrib.sites
  123857. web_1 | > django.contrib.messages
  123858. web_1 | > django.contrib.staticfiles
  123859. web_1 | > django.contrib.admin
  123860. web_1 | > south
  123861. web_1 | > crispy_forms
  123862. web_1 | > avatar
  123863. web_1 | > bootstrap3
  123864. web_1 | > users
  123865. web_1 | > allauth
  123866. web_1 | > allauth.account
  123867. web_1 | > django.contrib.humanize
  123868. web_1 | > debug_toolbar
  123869. web_1 |
  123870. web_1 | Not synced (use migrations):
  123871. web_1 | - allauth.socialaccount
  123872. web_1 | - django_extensions
  123873. web_1 | (use ./manage.py migrate to migrate these)
  123874. web_1 | Running migrations for socialaccount:
  123875. web_1 | - Nothing to migrate.
  123876. web_1 | - Loading initial data for socialaccount.
  123877. web_1 | Installed 0 object(s) from 0 fixture(s)
  123878. web_1 | Running migrations for django_extensions:
  123879. web_1 | - Nothing to migrate.
  123880. web_1 | - Loading initial data for django_extensions.
  123881. web_1 | Installed 0 object(s) from 0 fixture(s)
  123882. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123883. web_1 | [GCC 4.9.2] on linux2
  123884. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123885. web_1 | (InteractiveConsole)
  123886. web_1 |
  123887. web_1 | >>> >>> Starting the server
  123888. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123889. web_1 |
  123890. web_1 | Fatal error: Unable to find local grunt.
  123891. web_1 |
  123892. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123893. web_1 | your project. For more information about installing and configuring grunt,
  123894. web_1 | please see the Getting Started guide:
  123895. web_1 |
  123896. web_1 | http://gruntjs.com/getting-started
  123897. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123898. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123899. web_1 | Syncing...
  123900. web_1 | Creating tables ...
  123901. web_1 | Installing custom SQL ...
  123902. web_1 | Installing indexes ...
  123903. web_1 | Installed 0 object(s) from 0 fixture(s)
  123904. web_1 |
  123905. web_1 | Synced:
  123906. web_1 | > django.contrib.auth
  123907. web_1 | > django.contrib.contenttypes
  123908. web_1 | > django.contrib.sessions
  123909. web_1 | > django.contrib.sites
  123910. web_1 | > django.contrib.messages
  123911. web_1 | > django.contrib.staticfiles
  123912. web_1 | > django.contrib.admin
  123913. web_1 | > south
  123914. web_1 | > crispy_forms
  123915. web_1 | > avatar
  123916. web_1 | > bootstrap3
  123917. web_1 | > users
  123918. web_1 | > allauth
  123919. web_1 | > allauth.account
  123920. web_1 | > django.contrib.humanize
  123921. web_1 | > debug_toolbar
  123922. web_1 |
  123923. web_1 | Not synced (use migrations):
  123924. web_1 | - allauth.socialaccount
  123925. web_1 | - django_extensions
  123926. web_1 | (use ./manage.py migrate to migrate these)
  123927. web_1 | Running migrations for socialaccount:
  123928. web_1 | - Nothing to migrate.
  123929. web_1 | - Loading initial data for socialaccount.
  123930. web_1 | Installed 0 object(s) from 0 fixture(s)
  123931. web_1 | Running migrations for django_extensions:
  123932. web_1 | - Nothing to migrate.
  123933. web_1 | - Loading initial data for django_extensions.
  123934. web_1 | Installed 0 object(s) from 0 fixture(s)
  123935. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123936. web_1 | [GCC 4.9.2] on linux2
  123937. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123938. web_1 | (InteractiveConsole)
  123939. web_1 |
  123940. web_1 | >>> >>> Starting the server
  123941. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123942. web_1 |
  123943. web_1 | Fatal error: Unable to find local grunt.
  123944. web_1 |
  123945. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123946. web_1 | your project. For more information about installing and configuring grunt,
  123947. web_1 | please see the Getting Started guide:
  123948. web_1 |
  123949. web_1 | http://gruntjs.com/getting-started
  123950. web_1 | Starting OpenBSD Secure Shell server: sshd.
  123951. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  123952. web_1 | Syncing...
  123953. web_1 | Creating tables ...
  123954. web_1 | Installing custom SQL ...
  123955. web_1 | Installing indexes ...
  123956. web_1 | Installed 0 object(s) from 0 fixture(s)
  123957. web_1 |
  123958. web_1 | Synced:
  123959. web_1 | > django.contrib.auth
  123960. web_1 | > django.contrib.contenttypes
  123961. web_1 | > django.contrib.sessions
  123962. web_1 | > django.contrib.sites
  123963. web_1 | > django.contrib.messages
  123964. web_1 | > django.contrib.staticfiles
  123965. web_1 | > django.contrib.admin
  123966. web_1 | > south
  123967. web_1 | > crispy_forms
  123968. web_1 | > avatar
  123969. web_1 | > bootstrap3
  123970. web_1 | > users
  123971. web_1 | > allauth
  123972. web_1 | > allauth.account
  123973. web_1 | > django.contrib.humanize
  123974. web_1 | > debug_toolbar
  123975. web_1 |
  123976. web_1 | Not synced (use migrations):
  123977. web_1 | - allauth.socialaccount
  123978. web_1 | - django_extensions
  123979. web_1 | (use ./manage.py migrate to migrate these)
  123980. web_1 | Running migrations for socialaccount:
  123981. web_1 | - Nothing to migrate.
  123982. web_1 | - Loading initial data for socialaccount.
  123983. web_1 | Installed 0 object(s) from 0 fixture(s)
  123984. web_1 | Running migrations for django_extensions:
  123985. web_1 | - Nothing to migrate.
  123986. web_1 | - Loading initial data for django_extensions.
  123987. web_1 | Installed 0 object(s) from 0 fixture(s)
  123988. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  123989. web_1 | [GCC 4.9.2] on linux2
  123990. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  123991. web_1 | (InteractiveConsole)
  123992. web_1 |
  123993. web_1 | >>> >>> Starting the server
  123994. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  123995. web_1 |
  123996. web_1 | Fatal error: Unable to find local grunt.
  123997. web_1 |
  123998. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  123999. web_1 | your project. For more information about installing and configuring grunt,
  124000. web_1 | please see the Getting Started guide:
  124001. web_1 |
  124002. web_1 | http://gruntjs.com/getting-started
  124003. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124004. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124005. web_1 | Syncing...
  124006. web_1 | Creating tables ...
  124007. web_1 | Installing custom SQL ...
  124008. web_1 | Installing indexes ...
  124009. web_1 | Installed 0 object(s) from 0 fixture(s)
  124010. web_1 |
  124011. web_1 | Synced:
  124012. web_1 | > django.contrib.auth
  124013. web_1 | > django.contrib.contenttypes
  124014. web_1 | > django.contrib.sessions
  124015. web_1 | > django.contrib.sites
  124016. web_1 | > django.contrib.messages
  124017. web_1 | > django.contrib.staticfiles
  124018. web_1 | > django.contrib.admin
  124019. web_1 | > south
  124020. web_1 | > crispy_forms
  124021. web_1 | > avatar
  124022. web_1 | > bootstrap3
  124023. web_1 | > users
  124024. web_1 | > allauth
  124025. web_1 | > allauth.account
  124026. web_1 | > django.contrib.humanize
  124027. web_1 | > debug_toolbar
  124028. web_1 |
  124029. web_1 | Not synced (use migrations):
  124030. web_1 | - allauth.socialaccount
  124031. web_1 | - django_extensions
  124032. web_1 | (use ./manage.py migrate to migrate these)
  124033. web_1 | Running migrations for socialaccount:
  124034. web_1 | - Nothing to migrate.
  124035. web_1 | - Loading initial data for socialaccount.
  124036. web_1 | Installed 0 object(s) from 0 fixture(s)
  124037. web_1 | Running migrations for django_extensions:
  124038. web_1 | - Nothing to migrate.
  124039. web_1 | - Loading initial data for django_extensions.
  124040. web_1 | Installed 0 object(s) from 0 fixture(s)
  124041. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124042. web_1 | [GCC 4.9.2] on linux2
  124043. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124044. web_1 | (InteractiveConsole)
  124045. web_1 |
  124046. web_1 | >>> >>> Starting the server
  124047. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124048. web_1 |
  124049. web_1 | Fatal error: Unable to find local grunt.
  124050. web_1 |
  124051. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124052. web_1 | your project. For more information about installing and configuring grunt,
  124053. web_1 | please see the Getting Started guide:
  124054. web_1 |
  124055. web_1 | http://gruntjs.com/getting-started
  124056. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124057. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124058. web_1 | Syncing...
  124059. web_1 | Creating tables ...
  124060. web_1 | Installing custom SQL ...
  124061. web_1 | Installing indexes ...
  124062. web_1 | Installed 0 object(s) from 0 fixture(s)
  124063. web_1 |
  124064. web_1 | Synced:
  124065. web_1 | > django.contrib.auth
  124066. web_1 | > django.contrib.contenttypes
  124067. web_1 | > django.contrib.sessions
  124068. web_1 | > django.contrib.sites
  124069. web_1 | > django.contrib.messages
  124070. web_1 | > django.contrib.staticfiles
  124071. web_1 | > django.contrib.admin
  124072. web_1 | > south
  124073. web_1 | > crispy_forms
  124074. web_1 | > avatar
  124075. web_1 | > bootstrap3
  124076. web_1 | > users
  124077. web_1 | > allauth
  124078. web_1 | > allauth.account
  124079. web_1 | > django.contrib.humanize
  124080. web_1 | > debug_toolbar
  124081. web_1 |
  124082. web_1 | Not synced (use migrations):
  124083. web_1 | - allauth.socialaccount
  124084. web_1 | - django_extensions
  124085. web_1 | (use ./manage.py migrate to migrate these)
  124086. web_1 | Running migrations for socialaccount:
  124087. web_1 | - Nothing to migrate.
  124088. web_1 | - Loading initial data for socialaccount.
  124089. web_1 | Installed 0 object(s) from 0 fixture(s)
  124090. web_1 | Running migrations for django_extensions:
  124091. web_1 | - Nothing to migrate.
  124092. web_1 | - Loading initial data for django_extensions.
  124093. web_1 | Installed 0 object(s) from 0 fixture(s)
  124094. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124095. web_1 | [GCC 4.9.2] on linux2
  124096. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124097. web_1 | (InteractiveConsole)
  124098. web_1 |
  124099. web_1 | >>> >>> Starting the server
  124100. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124101. web_1 |
  124102. web_1 | Fatal error: Unable to find local grunt.
  124103. web_1 |
  124104. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124105. web_1 | your project. For more information about installing and configuring grunt,
  124106. web_1 | please see the Getting Started guide:
  124107. web_1 |
  124108. web_1 | http://gruntjs.com/getting-started
  124109. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124110. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124111. web_1 | Syncing...
  124112. web_1 | Creating tables ...
  124113. web_1 | Installing custom SQL ...
  124114. web_1 | Installing indexes ...
  124115. web_1 | Installed 0 object(s) from 0 fixture(s)
  124116. web_1 |
  124117. web_1 | Synced:
  124118. web_1 | > django.contrib.auth
  124119. web_1 | > django.contrib.contenttypes
  124120. web_1 | > django.contrib.sessions
  124121. web_1 | > django.contrib.sites
  124122. web_1 | > django.contrib.messages
  124123. web_1 | > django.contrib.staticfiles
  124124. web_1 | > django.contrib.admin
  124125. web_1 | > south
  124126. web_1 | > crispy_forms
  124127. web_1 | > avatar
  124128. web_1 | > bootstrap3
  124129. web_1 | > users
  124130. web_1 | > allauth
  124131. web_1 | > allauth.account
  124132. web_1 | > django.contrib.humanize
  124133. web_1 | > debug_toolbar
  124134. web_1 |
  124135. web_1 | Not synced (use migrations):
  124136. web_1 | - allauth.socialaccount
  124137. web_1 | - django_extensions
  124138. web_1 | (use ./manage.py migrate to migrate these)
  124139. web_1 | Running migrations for socialaccount:
  124140. web_1 | - Nothing to migrate.
  124141. web_1 | - Loading initial data for socialaccount.
  124142. web_1 | Installed 0 object(s) from 0 fixture(s)
  124143. web_1 | Running migrations for django_extensions:
  124144. web_1 | - Nothing to migrate.
  124145. web_1 | - Loading initial data for django_extensions.
  124146. web_1 | Installed 0 object(s) from 0 fixture(s)
  124147. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124148. web_1 | [GCC 4.9.2] on linux2
  124149. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124150. web_1 | (InteractiveConsole)
  124151. web_1 |
  124152. web_1 | >>> >>> Starting the server
  124153. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124154. web_1 |
  124155. web_1 | Fatal error: Unable to find local grunt.
  124156. web_1 |
  124157. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124158. web_1 | your project. For more information about installing and configuring grunt,
  124159. web_1 | please see the Getting Started guide:
  124160. web_1 |
  124161. web_1 | http://gruntjs.com/getting-started
  124162. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124163. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124164. web_1 | Syncing...
  124165. web_1 | Creating tables ...
  124166. web_1 | Installing custom SQL ...
  124167. web_1 | Installing indexes ...
  124168. web_1 | Installed 0 object(s) from 0 fixture(s)
  124169. web_1 |
  124170. web_1 | Synced:
  124171. web_1 | > django.contrib.auth
  124172. web_1 | > django.contrib.contenttypes
  124173. web_1 | > django.contrib.sessions
  124174. web_1 | > django.contrib.sites
  124175. web_1 | > django.contrib.messages
  124176. web_1 | > django.contrib.staticfiles
  124177. web_1 | > django.contrib.admin
  124178. web_1 | > south
  124179. web_1 | > crispy_forms
  124180. web_1 | > avatar
  124181. web_1 | > bootstrap3
  124182. web_1 | > users
  124183. web_1 | > allauth
  124184. web_1 | > allauth.account
  124185. web_1 | > django.contrib.humanize
  124186. web_1 | > debug_toolbar
  124187. web_1 |
  124188. web_1 | Not synced (use migrations):
  124189. web_1 | - allauth.socialaccount
  124190. web_1 | - django_extensions
  124191. web_1 | (use ./manage.py migrate to migrate these)
  124192. web_1 | Running migrations for socialaccount:
  124193. web_1 | - Nothing to migrate.
  124194. web_1 | - Loading initial data for socialaccount.
  124195. web_1 | Installed 0 object(s) from 0 fixture(s)
  124196. web_1 | Running migrations for django_extensions:
  124197. web_1 | - Nothing to migrate.
  124198. web_1 | - Loading initial data for django_extensions.
  124199. web_1 | Installed 0 object(s) from 0 fixture(s)
  124200. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124201. web_1 | [GCC 4.9.2] on linux2
  124202. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124203. web_1 | (InteractiveConsole)
  124204. web_1 |
  124205. web_1 | >>> >>> Starting the server
  124206. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124207. web_1 |
  124208. web_1 | Fatal error: Unable to find local grunt.
  124209. web_1 |
  124210. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124211. web_1 | your project. For more information about installing and configuring grunt,
  124212. web_1 | please see the Getting Started guide:
  124213. web_1 |
  124214. web_1 | http://gruntjs.com/getting-started
  124215. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124216. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124217. web_1 | Syncing...
  124218. web_1 | Creating tables ...
  124219. web_1 | Installing custom SQL ...
  124220. web_1 | Installing indexes ...
  124221. web_1 | Installed 0 object(s) from 0 fixture(s)
  124222. web_1 |
  124223. web_1 | Synced:
  124224. web_1 | > django.contrib.auth
  124225. web_1 | > django.contrib.contenttypes
  124226. web_1 | > django.contrib.sessions
  124227. web_1 | > django.contrib.sites
  124228. web_1 | > django.contrib.messages
  124229. web_1 | > django.contrib.staticfiles
  124230. web_1 | > django.contrib.admin
  124231. web_1 | > south
  124232. web_1 | > crispy_forms
  124233. web_1 | > avatar
  124234. web_1 | > bootstrap3
  124235. web_1 | > users
  124236. web_1 | > allauth
  124237. web_1 | > allauth.account
  124238. web_1 | > django.contrib.humanize
  124239. web_1 | > debug_toolbar
  124240. web_1 |
  124241. web_1 | Not synced (use migrations):
  124242. web_1 | - allauth.socialaccount
  124243. web_1 | - django_extensions
  124244. web_1 | (use ./manage.py migrate to migrate these)
  124245. web_1 | Running migrations for socialaccount:
  124246. web_1 | - Nothing to migrate.
  124247. web_1 | - Loading initial data for socialaccount.
  124248. web_1 | Installed 0 object(s) from 0 fixture(s)
  124249. web_1 | Running migrations for django_extensions:
  124250. web_1 | - Nothing to migrate.
  124251. web_1 | - Loading initial data for django_extensions.
  124252. web_1 | Installed 0 object(s) from 0 fixture(s)
  124253. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124254. web_1 | [GCC 4.9.2] on linux2
  124255. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124256. web_1 | (InteractiveConsole)
  124257. web_1 |
  124258. web_1 | >>> >>> Starting the server
  124259. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124260. web_1 |
  124261. web_1 | Fatal error: Unable to find local grunt.
  124262. web_1 |
  124263. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124264. web_1 | your project. For more information about installing and configuring grunt,
  124265. web_1 | please see the Getting Started guide:
  124266. web_1 |
  124267. web_1 | http://gruntjs.com/getting-started
  124268. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124269. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124270. web_1 | Syncing...
  124271. web_1 | Creating tables ...
  124272. web_1 | Installing custom SQL ...
  124273. web_1 | Installing indexes ...
  124274. web_1 | Installed 0 object(s) from 0 fixture(s)
  124275. web_1 |
  124276. web_1 | Synced:
  124277. web_1 | > django.contrib.auth
  124278. web_1 | > django.contrib.contenttypes
  124279. web_1 | > django.contrib.sessions
  124280. web_1 | > django.contrib.sites
  124281. web_1 | > django.contrib.messages
  124282. web_1 | > django.contrib.staticfiles
  124283. web_1 | > django.contrib.admin
  124284. web_1 | > south
  124285. web_1 | > crispy_forms
  124286. web_1 | > avatar
  124287. web_1 | > bootstrap3
  124288. web_1 | > users
  124289. web_1 | > allauth
  124290. web_1 | > allauth.account
  124291. web_1 | > django.contrib.humanize
  124292. web_1 | > debug_toolbar
  124293. web_1 |
  124294. web_1 | Not synced (use migrations):
  124295. web_1 | - allauth.socialaccount
  124296. web_1 | - django_extensions
  124297. web_1 | (use ./manage.py migrate to migrate these)
  124298. web_1 | Running migrations for socialaccount:
  124299. web_1 | - Nothing to migrate.
  124300. web_1 | - Loading initial data for socialaccount.
  124301. web_1 | Installed 0 object(s) from 0 fixture(s)
  124302. web_1 | Running migrations for django_extensions:
  124303. web_1 | - Nothing to migrate.
  124304. web_1 | - Loading initial data for django_extensions.
  124305. web_1 | Installed 0 object(s) from 0 fixture(s)
  124306. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124307. web_1 | [GCC 4.9.2] on linux2
  124308. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124309. web_1 | (InteractiveConsole)
  124310. web_1 |
  124311. web_1 | >>> >>> Starting the server
  124312. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124313. web_1 |
  124314. web_1 | Fatal error: Unable to find local grunt.
  124315. web_1 |
  124316. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124317. web_1 | your project. For more information about installing and configuring grunt,
  124318. web_1 | please see the Getting Started guide:
  124319. web_1 |
  124320. web_1 | http://gruntjs.com/getting-started
  124321. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124322. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124323. web_1 | Syncing...
  124324. web_1 | Creating tables ...
  124325. web_1 | Installing custom SQL ...
  124326. web_1 | Installing indexes ...
  124327. web_1 | Installed 0 object(s) from 0 fixture(s)
  124328. web_1 |
  124329. web_1 | Synced:
  124330. web_1 | > django.contrib.auth
  124331. web_1 | > django.contrib.contenttypes
  124332. web_1 | > django.contrib.sessions
  124333. web_1 | > django.contrib.sites
  124334. web_1 | > django.contrib.messages
  124335. web_1 | > django.contrib.staticfiles
  124336. web_1 | > django.contrib.admin
  124337. web_1 | > south
  124338. web_1 | > crispy_forms
  124339. web_1 | > avatar
  124340. web_1 | > bootstrap3
  124341. web_1 | > users
  124342. web_1 | > allauth
  124343. web_1 | > allauth.account
  124344. web_1 | > django.contrib.humanize
  124345. web_1 | > debug_toolbar
  124346. web_1 |
  124347. web_1 | Not synced (use migrations):
  124348. web_1 | - allauth.socialaccount
  124349. web_1 | - django_extensions
  124350. web_1 | (use ./manage.py migrate to migrate these)
  124351. web_1 | Running migrations for socialaccount:
  124352. web_1 | - Nothing to migrate.
  124353. web_1 | - Loading initial data for socialaccount.
  124354. web_1 | Installed 0 object(s) from 0 fixture(s)
  124355. web_1 | Running migrations for django_extensions:
  124356. web_1 | - Nothing to migrate.
  124357. web_1 | - Loading initial data for django_extensions.
  124358. web_1 | Installed 0 object(s) from 0 fixture(s)
  124359. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124360. web_1 | [GCC 4.9.2] on linux2
  124361. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124362. web_1 | (InteractiveConsole)
  124363. web_1 |
  124364. web_1 | >>> >>> Starting the server
  124365. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124366. web_1 |
  124367. web_1 | Fatal error: Unable to find local grunt.
  124368. web_1 |
  124369. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124370. web_1 | your project. For more information about installing and configuring grunt,
  124371. web_1 | please see the Getting Started guide:
  124372. web_1 |
  124373. web_1 | http://gruntjs.com/getting-started
  124374. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124375. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124376. web_1 | Syncing...
  124377. web_1 | Creating tables ...
  124378. web_1 | Installing custom SQL ...
  124379. web_1 | Installing indexes ...
  124380. web_1 | Installed 0 object(s) from 0 fixture(s)
  124381. web_1 |
  124382. web_1 | Synced:
  124383. web_1 | > django.contrib.auth
  124384. web_1 | > django.contrib.contenttypes
  124385. web_1 | > django.contrib.sessions
  124386. web_1 | > django.contrib.sites
  124387. web_1 | > django.contrib.messages
  124388. web_1 | > django.contrib.staticfiles
  124389. web_1 | > django.contrib.admin
  124390. web_1 | > south
  124391. web_1 | > crispy_forms
  124392. web_1 | > avatar
  124393. web_1 | > bootstrap3
  124394. web_1 | > users
  124395. web_1 | > allauth
  124396. web_1 | > allauth.account
  124397. web_1 | > django.contrib.humanize
  124398. web_1 | > debug_toolbar
  124399. web_1 |
  124400. web_1 | Not synced (use migrations):
  124401. web_1 | - allauth.socialaccount
  124402. web_1 | - django_extensions
  124403. web_1 | (use ./manage.py migrate to migrate these)
  124404. web_1 | Running migrations for socialaccount:
  124405. web_1 | - Nothing to migrate.
  124406. web_1 | - Loading initial data for socialaccount.
  124407. web_1 | Installed 0 object(s) from 0 fixture(s)
  124408. web_1 | Running migrations for django_extensions:
  124409. web_1 | - Nothing to migrate.
  124410. web_1 | - Loading initial data for django_extensions.
  124411. web_1 | Installed 0 object(s) from 0 fixture(s)
  124412. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124413. web_1 | [GCC 4.9.2] on linux2
  124414. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124415. web_1 | (InteractiveConsole)
  124416. web_1 |
  124417. web_1 | >>> >>> Starting the server
  124418. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124419. web_1 |
  124420. web_1 | Fatal error: Unable to find local grunt.
  124421. web_1 |
  124422. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124423. web_1 | your project. For more information about installing and configuring grunt,
  124424. web_1 | please see the Getting Started guide:
  124425. web_1 |
  124426. web_1 | http://gruntjs.com/getting-started
  124427. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124428. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124429. web_1 | Syncing...
  124430. web_1 | Creating tables ...
  124431. web_1 | Installing custom SQL ...
  124432. web_1 | Installing indexes ...
  124433. web_1 | Installed 0 object(s) from 0 fixture(s)
  124434. web_1 |
  124435. web_1 | Synced:
  124436. web_1 | > django.contrib.auth
  124437. web_1 | > django.contrib.contenttypes
  124438. web_1 | > django.contrib.sessions
  124439. web_1 | > django.contrib.sites
  124440. web_1 | > django.contrib.messages
  124441. web_1 | > django.contrib.staticfiles
  124442. web_1 | > django.contrib.admin
  124443. web_1 | > south
  124444. web_1 | > crispy_forms
  124445. web_1 | > avatar
  124446. web_1 | > bootstrap3
  124447. web_1 | > users
  124448. web_1 | > allauth
  124449. web_1 | > allauth.account
  124450. web_1 | > django.contrib.humanize
  124451. web_1 | > debug_toolbar
  124452. web_1 |
  124453. web_1 | Not synced (use migrations):
  124454. web_1 | - allauth.socialaccount
  124455. web_1 | - django_extensions
  124456. web_1 | (use ./manage.py migrate to migrate these)
  124457. web_1 | Running migrations for socialaccount:
  124458. web_1 | - Nothing to migrate.
  124459. web_1 | - Loading initial data for socialaccount.
  124460. web_1 | Installed 0 object(s) from 0 fixture(s)
  124461. web_1 | Running migrations for django_extensions:
  124462. web_1 | - Nothing to migrate.
  124463. web_1 | - Loading initial data for django_extensions.
  124464. web_1 | Installed 0 object(s) from 0 fixture(s)
  124465. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124466. web_1 | [GCC 4.9.2] on linux2
  124467. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124468. web_1 | (InteractiveConsole)
  124469. web_1 |
  124470. web_1 | >>> >>> Starting the server
  124471. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124472. web_1 |
  124473. web_1 | Fatal error: Unable to find local grunt.
  124474. web_1 |
  124475. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124476. web_1 | your project. For more information about installing and configuring grunt,
  124477. web_1 | please see the Getting Started guide:
  124478. web_1 |
  124479. web_1 | http://gruntjs.com/getting-started
  124480. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124481. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124482. web_1 | Syncing...
  124483. web_1 | Creating tables ...
  124484. web_1 | Installing custom SQL ...
  124485. web_1 | Installing indexes ...
  124486. web_1 | Installed 0 object(s) from 0 fixture(s)
  124487. web_1 |
  124488. web_1 | Synced:
  124489. web_1 | > django.contrib.auth
  124490. web_1 | > django.contrib.contenttypes
  124491. web_1 | > django.contrib.sessions
  124492. web_1 | > django.contrib.sites
  124493. web_1 | > django.contrib.messages
  124494. web_1 | > django.contrib.staticfiles
  124495. web_1 | > django.contrib.admin
  124496. web_1 | > south
  124497. web_1 | > crispy_forms
  124498. web_1 | > avatar
  124499. web_1 | > bootstrap3
  124500. web_1 | > users
  124501. web_1 | > allauth
  124502. web_1 | > allauth.account
  124503. web_1 | > django.contrib.humanize
  124504. web_1 | > debug_toolbar
  124505. web_1 |
  124506. web_1 | Not synced (use migrations):
  124507. web_1 | - allauth.socialaccount
  124508. web_1 | - django_extensions
  124509. web_1 | (use ./manage.py migrate to migrate these)
  124510. web_1 | Running migrations for socialaccount:
  124511. web_1 | - Nothing to migrate.
  124512. web_1 | - Loading initial data for socialaccount.
  124513. web_1 | Installed 0 object(s) from 0 fixture(s)
  124514. web_1 | Running migrations for django_extensions:
  124515. web_1 | - Nothing to migrate.
  124516. web_1 | - Loading initial data for django_extensions.
  124517. web_1 | Installed 0 object(s) from 0 fixture(s)
  124518. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124519. web_1 | [GCC 4.9.2] on linux2
  124520. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124521. web_1 | (InteractiveConsole)
  124522. web_1 |
  124523. web_1 | >>> >>> Starting the server
  124524. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124525. web_1 |
  124526. web_1 | Fatal error: Unable to find local grunt.
  124527. web_1 |
  124528. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124529. web_1 | your project. For more information about installing and configuring grunt,
  124530. web_1 | please see the Getting Started guide:
  124531. web_1 |
  124532. web_1 | http://gruntjs.com/getting-started
  124533. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124534. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124535. web_1 | Syncing...
  124536. web_1 | Creating tables ...
  124537. web_1 | Installing custom SQL ...
  124538. web_1 | Installing indexes ...
  124539. web_1 | Installed 0 object(s) from 0 fixture(s)
  124540. web_1 |
  124541. web_1 | Synced:
  124542. web_1 | > django.contrib.auth
  124543. web_1 | > django.contrib.contenttypes
  124544. web_1 | > django.contrib.sessions
  124545. web_1 | > django.contrib.sites
  124546. web_1 | > django.contrib.messages
  124547. web_1 | > django.contrib.staticfiles
  124548. web_1 | > django.contrib.admin
  124549. web_1 | > south
  124550. web_1 | > crispy_forms
  124551. web_1 | > avatar
  124552. web_1 | > bootstrap3
  124553. web_1 | > users
  124554. web_1 | > allauth
  124555. web_1 | > allauth.account
  124556. web_1 | > django.contrib.humanize
  124557. web_1 | > debug_toolbar
  124558. web_1 |
  124559. web_1 | Not synced (use migrations):
  124560. web_1 | - allauth.socialaccount
  124561. web_1 | - django_extensions
  124562. web_1 | (use ./manage.py migrate to migrate these)
  124563. web_1 | Running migrations for socialaccount:
  124564. web_1 | - Nothing to migrate.
  124565. web_1 | - Loading initial data for socialaccount.
  124566. web_1 | Installed 0 object(s) from 0 fixture(s)
  124567. web_1 | Running migrations for django_extensions:
  124568. web_1 | - Nothing to migrate.
  124569. web_1 | - Loading initial data for django_extensions.
  124570. web_1 | Installed 0 object(s) from 0 fixture(s)
  124571. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124572. web_1 | [GCC 4.9.2] on linux2
  124573. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124574. web_1 | (InteractiveConsole)
  124575. web_1 |
  124576. web_1 | >>> >>> Starting the server
  124577. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124578. web_1 |
  124579. web_1 | Fatal error: Unable to find local grunt.
  124580. web_1 |
  124581. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124582. web_1 | your project. For more information about installing and configuring grunt,
  124583. web_1 | please see the Getting Started guide:
  124584. web_1 |
  124585. web_1 | http://gruntjs.com/getting-started
  124586. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124587. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124588. web_1 | Syncing...
  124589. web_1 | Creating tables ...
  124590. web_1 | Installing custom SQL ...
  124591. web_1 | Installing indexes ...
  124592. web_1 | Installed 0 object(s) from 0 fixture(s)
  124593. web_1 |
  124594. web_1 | Synced:
  124595. web_1 | > django.contrib.auth
  124596. web_1 | > django.contrib.contenttypes
  124597. web_1 | > django.contrib.sessions
  124598. web_1 | > django.contrib.sites
  124599. web_1 | > django.contrib.messages
  124600. web_1 | > django.contrib.staticfiles
  124601. web_1 | > django.contrib.admin
  124602. web_1 | > south
  124603. web_1 | > crispy_forms
  124604. web_1 | > avatar
  124605. web_1 | > bootstrap3
  124606. web_1 | > users
  124607. web_1 | > allauth
  124608. web_1 | > allauth.account
  124609. web_1 | > django.contrib.humanize
  124610. web_1 | > debug_toolbar
  124611. web_1 |
  124612. web_1 | Not synced (use migrations):
  124613. web_1 | - allauth.socialaccount
  124614. web_1 | - django_extensions
  124615. web_1 | (use ./manage.py migrate to migrate these)
  124616. web_1 | Running migrations for socialaccount:
  124617. web_1 | - Nothing to migrate.
  124618. web_1 | - Loading initial data for socialaccount.
  124619. web_1 | Installed 0 object(s) from 0 fixture(s)
  124620. web_1 | Running migrations for django_extensions:
  124621. web_1 | - Nothing to migrate.
  124622. web_1 | - Loading initial data for django_extensions.
  124623. web_1 | Installed 0 object(s) from 0 fixture(s)
  124624. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124625. web_1 | [GCC 4.9.2] on linux2
  124626. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124627. web_1 | (InteractiveConsole)
  124628. web_1 |
  124629. web_1 | >>> >>> Starting the server
  124630. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124631. web_1 |
  124632. web_1 | Fatal error: Unable to find local grunt.
  124633. web_1 |
  124634. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124635. web_1 | your project. For more information about installing and configuring grunt,
  124636. web_1 | please see the Getting Started guide:
  124637. web_1 |
  124638. web_1 | http://gruntjs.com/getting-started
  124639. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124640. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124641. web_1 | Syncing...
  124642. web_1 | Creating tables ...
  124643. web_1 | Installing custom SQL ...
  124644. web_1 | Installing indexes ...
  124645. web_1 | Installed 0 object(s) from 0 fixture(s)
  124646. web_1 |
  124647. web_1 | Synced:
  124648. web_1 | > django.contrib.auth
  124649. web_1 | > django.contrib.contenttypes
  124650. web_1 | > django.contrib.sessions
  124651. web_1 | > django.contrib.sites
  124652. web_1 | > django.contrib.messages
  124653. web_1 | > django.contrib.staticfiles
  124654. web_1 | > django.contrib.admin
  124655. web_1 | > south
  124656. web_1 | > crispy_forms
  124657. web_1 | > avatar
  124658. web_1 | > bootstrap3
  124659. web_1 | > users
  124660. web_1 | > allauth
  124661. web_1 | > allauth.account
  124662. web_1 | > django.contrib.humanize
  124663. web_1 | > debug_toolbar
  124664. web_1 |
  124665. web_1 | Not synced (use migrations):
  124666. web_1 | - allauth.socialaccount
  124667. web_1 | - django_extensions
  124668. web_1 | (use ./manage.py migrate to migrate these)
  124669. web_1 | Running migrations for socialaccount:
  124670. web_1 | - Nothing to migrate.
  124671. web_1 | - Loading initial data for socialaccount.
  124672. web_1 | Installed 0 object(s) from 0 fixture(s)
  124673. web_1 | Running migrations for django_extensions:
  124674. web_1 | - Nothing to migrate.
  124675. web_1 | - Loading initial data for django_extensions.
  124676. web_1 | Installed 0 object(s) from 0 fixture(s)
  124677. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124678. web_1 | [GCC 4.9.2] on linux2
  124679. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124680. web_1 | (InteractiveConsole)
  124681. web_1 |
  124682. web_1 | >>> >>> Starting the server
  124683. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124684. web_1 |
  124685. web_1 | Fatal error: Unable to find local grunt.
  124686. web_1 |
  124687. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124688. web_1 | your project. For more information about installing and configuring grunt,
  124689. web_1 | please see the Getting Started guide:
  124690. web_1 |
  124691. web_1 | http://gruntjs.com/getting-started
  124692. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124693. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124694. web_1 | Syncing...
  124695. web_1 | Creating tables ...
  124696. web_1 | Installing custom SQL ...
  124697. web_1 | Installing indexes ...
  124698. web_1 | Installed 0 object(s) from 0 fixture(s)
  124699. web_1 |
  124700. web_1 | Synced:
  124701. web_1 | > django.contrib.auth
  124702. web_1 | > django.contrib.contenttypes
  124703. web_1 | > django.contrib.sessions
  124704. web_1 | > django.contrib.sites
  124705. web_1 | > django.contrib.messages
  124706. web_1 | > django.contrib.staticfiles
  124707. web_1 | > django.contrib.admin
  124708. web_1 | > south
  124709. web_1 | > crispy_forms
  124710. web_1 | > avatar
  124711. web_1 | > bootstrap3
  124712. web_1 | > users
  124713. web_1 | > allauth
  124714. web_1 | > allauth.account
  124715. web_1 | > django.contrib.humanize
  124716. web_1 | > debug_toolbar
  124717. web_1 |
  124718. web_1 | Not synced (use migrations):
  124719. web_1 | - allauth.socialaccount
  124720. web_1 | - django_extensions
  124721. web_1 | (use ./manage.py migrate to migrate these)
  124722. web_1 | Running migrations for socialaccount:
  124723. web_1 | - Nothing to migrate.
  124724. web_1 | - Loading initial data for socialaccount.
  124725. web_1 | Installed 0 object(s) from 0 fixture(s)
  124726. web_1 | Running migrations for django_extensions:
  124727. web_1 | - Nothing to migrate.
  124728. web_1 | - Loading initial data for django_extensions.
  124729. web_1 | Installed 0 object(s) from 0 fixture(s)
  124730. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124731. web_1 | [GCC 4.9.2] on linux2
  124732. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124733. web_1 | (InteractiveConsole)
  124734. web_1 |
  124735. web_1 | >>> >>> Starting the server
  124736. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124737. web_1 |
  124738. web_1 | Fatal error: Unable to find local grunt.
  124739. web_1 |
  124740. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124741. web_1 | your project. For more information about installing and configuring grunt,
  124742. web_1 | please see the Getting Started guide:
  124743. web_1 |
  124744. web_1 | http://gruntjs.com/getting-started
  124745. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124746. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124747. web_1 | Syncing...
  124748. web_1 | Creating tables ...
  124749. web_1 | Installing custom SQL ...
  124750. web_1 | Installing indexes ...
  124751. web_1 | Installed 0 object(s) from 0 fixture(s)
  124752. web_1 |
  124753. web_1 | Synced:
  124754. web_1 | > django.contrib.auth
  124755. web_1 | > django.contrib.contenttypes
  124756. web_1 | > django.contrib.sessions
  124757. web_1 | > django.contrib.sites
  124758. web_1 | > django.contrib.messages
  124759. web_1 | > django.contrib.staticfiles
  124760. web_1 | > django.contrib.admin
  124761. web_1 | > south
  124762. web_1 | > crispy_forms
  124763. web_1 | > avatar
  124764. web_1 | > bootstrap3
  124765. web_1 | > users
  124766. web_1 | > allauth
  124767. web_1 | > allauth.account
  124768. web_1 | > django.contrib.humanize
  124769. web_1 | > debug_toolbar
  124770. web_1 |
  124771. web_1 | Not synced (use migrations):
  124772. web_1 | - allauth.socialaccount
  124773. web_1 | - django_extensions
  124774. web_1 | (use ./manage.py migrate to migrate these)
  124775. web_1 | Running migrations for socialaccount:
  124776. web_1 | - Nothing to migrate.
  124777. web_1 | - Loading initial data for socialaccount.
  124778. web_1 | Installed 0 object(s) from 0 fixture(s)
  124779. web_1 | Running migrations for django_extensions:
  124780. web_1 | - Nothing to migrate.
  124781. web_1 | - Loading initial data for django_extensions.
  124782. web_1 | Installed 0 object(s) from 0 fixture(s)
  124783. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124784. web_1 | [GCC 4.9.2] on linux2
  124785. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124786. web_1 | (InteractiveConsole)
  124787. web_1 |
  124788. web_1 | >>> >>> Starting the server
  124789. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124790. web_1 |
  124791. web_1 | Fatal error: Unable to find local grunt.
  124792. web_1 |
  124793. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124794. web_1 | your project. For more information about installing and configuring grunt,
  124795. web_1 | please see the Getting Started guide:
  124796. web_1 |
  124797. web_1 | http://gruntjs.com/getting-started
  124798. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124799. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124800. web_1 | Syncing...
  124801. web_1 | Creating tables ...
  124802. web_1 | Installing custom SQL ...
  124803. web_1 | Installing indexes ...
  124804. web_1 | Installed 0 object(s) from 0 fixture(s)
  124805. web_1 |
  124806. web_1 | Synced:
  124807. web_1 | > django.contrib.auth
  124808. web_1 | > django.contrib.contenttypes
  124809. web_1 | > django.contrib.sessions
  124810. web_1 | > django.contrib.sites
  124811. web_1 | > django.contrib.messages
  124812. web_1 | > django.contrib.staticfiles
  124813. web_1 | > django.contrib.admin
  124814. web_1 | > south
  124815. web_1 | > crispy_forms
  124816. web_1 | > avatar
  124817. web_1 | > bootstrap3
  124818. web_1 | > users
  124819. web_1 | > allauth
  124820. web_1 | > allauth.account
  124821. web_1 | > django.contrib.humanize
  124822. web_1 | > debug_toolbar
  124823. web_1 |
  124824. web_1 | Not synced (use migrations):
  124825. web_1 | - allauth.socialaccount
  124826. web_1 | - django_extensions
  124827. web_1 | (use ./manage.py migrate to migrate these)
  124828. web_1 | Running migrations for socialaccount:
  124829. web_1 | - Nothing to migrate.
  124830. web_1 | - Loading initial data for socialaccount.
  124831. web_1 | Installed 0 object(s) from 0 fixture(s)
  124832. web_1 | Running migrations for django_extensions:
  124833. web_1 | - Nothing to migrate.
  124834. web_1 | - Loading initial data for django_extensions.
  124835. web_1 | Installed 0 object(s) from 0 fixture(s)
  124836. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124837. web_1 | [GCC 4.9.2] on linux2
  124838. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124839. web_1 | (InteractiveConsole)
  124840. web_1 |
  124841. web_1 | >>> >>> Starting the server
  124842. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124843. web_1 |
  124844. web_1 | Fatal error: Unable to find local grunt.
  124845. web_1 |
  124846. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124847. web_1 | your project. For more information about installing and configuring grunt,
  124848. web_1 | please see the Getting Started guide:
  124849. web_1 |
  124850. web_1 | http://gruntjs.com/getting-started
  124851. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124852. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124853. web_1 | Syncing...
  124854. web_1 | Creating tables ...
  124855. web_1 | Installing custom SQL ...
  124856. web_1 | Installing indexes ...
  124857. web_1 | Installed 0 object(s) from 0 fixture(s)
  124858. web_1 |
  124859. web_1 | Synced:
  124860. web_1 | > django.contrib.auth
  124861. web_1 | > django.contrib.contenttypes
  124862. web_1 | > django.contrib.sessions
  124863. web_1 | > django.contrib.sites
  124864. web_1 | > django.contrib.messages
  124865. web_1 | > django.contrib.staticfiles
  124866. web_1 | > django.contrib.admin
  124867. web_1 | > south
  124868. web_1 | > crispy_forms
  124869. web_1 | > avatar
  124870. web_1 | > bootstrap3
  124871. web_1 | > users
  124872. web_1 | > allauth
  124873. web_1 | > allauth.account
  124874. web_1 | > django.contrib.humanize
  124875. web_1 | > debug_toolbar
  124876. web_1 |
  124877. web_1 | Not synced (use migrations):
  124878. web_1 | - allauth.socialaccount
  124879. web_1 | - django_extensions
  124880. web_1 | (use ./manage.py migrate to migrate these)
  124881. web_1 | Running migrations for socialaccount:
  124882. web_1 | - Nothing to migrate.
  124883. web_1 | - Loading initial data for socialaccount.
  124884. web_1 | Installed 0 object(s) from 0 fixture(s)
  124885. web_1 | Running migrations for django_extensions:
  124886. web_1 | - Nothing to migrate.
  124887. web_1 | - Loading initial data for django_extensions.
  124888. web_1 | Installed 0 object(s) from 0 fixture(s)
  124889. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124890. web_1 | [GCC 4.9.2] on linux2
  124891. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124892. web_1 | (InteractiveConsole)
  124893. web_1 |
  124894. web_1 | >>> >>> Starting the server
  124895. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124896. web_1 |
  124897. web_1 | Fatal error: Unable to find local grunt.
  124898. web_1 |
  124899. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124900. web_1 | your project. For more information about installing and configuring grunt,
  124901. web_1 | please see the Getting Started guide:
  124902. web_1 |
  124903. web_1 | http://gruntjs.com/getting-started
  124904. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124905. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124906. web_1 | Syncing...
  124907. web_1 | Creating tables ...
  124908. web_1 | Installing custom SQL ...
  124909. web_1 | Installing indexes ...
  124910. web_1 | Installed 0 object(s) from 0 fixture(s)
  124911. web_1 |
  124912. web_1 | Synced:
  124913. web_1 | > django.contrib.auth
  124914. web_1 | > django.contrib.contenttypes
  124915. web_1 | > django.contrib.sessions
  124916. web_1 | > django.contrib.sites
  124917. web_1 | > django.contrib.messages
  124918. web_1 | > django.contrib.staticfiles
  124919. web_1 | > django.contrib.admin
  124920. web_1 | > south
  124921. web_1 | > crispy_forms
  124922. web_1 | > avatar
  124923. web_1 | > bootstrap3
  124924. web_1 | > users
  124925. web_1 | > allauth
  124926. web_1 | > allauth.account
  124927. web_1 | > django.contrib.humanize
  124928. web_1 | > debug_toolbar
  124929. web_1 |
  124930. web_1 | Not synced (use migrations):
  124931. web_1 | - allauth.socialaccount
  124932. web_1 | - django_extensions
  124933. web_1 | (use ./manage.py migrate to migrate these)
  124934. web_1 | Running migrations for socialaccount:
  124935. web_1 | - Nothing to migrate.
  124936. web_1 | - Loading initial data for socialaccount.
  124937. web_1 | Installed 0 object(s) from 0 fixture(s)
  124938. web_1 | Running migrations for django_extensions:
  124939. web_1 | - Nothing to migrate.
  124940. web_1 | - Loading initial data for django_extensions.
  124941. web_1 | Installed 0 object(s) from 0 fixture(s)
  124942. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124943. web_1 | [GCC 4.9.2] on linux2
  124944. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124945. web_1 | (InteractiveConsole)
  124946. web_1 |
  124947. web_1 | >>> >>> Starting the server
  124948. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  124949. web_1 |
  124950. web_1 | Fatal error: Unable to find local grunt.
  124951. web_1 |
  124952. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  124953. web_1 | your project. For more information about installing and configuring grunt,
  124954. web_1 | please see the Getting Started guide:
  124955. web_1 |
  124956. web_1 | http://gruntjs.com/getting-started
  124957. web_1 | Starting OpenBSD Secure Shell server: sshd.
  124958. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  124959. web_1 | Syncing...
  124960. web_1 | Creating tables ...
  124961. web_1 | Installing custom SQL ...
  124962. web_1 | Installing indexes ...
  124963. web_1 | Installed 0 object(s) from 0 fixture(s)
  124964. web_1 |
  124965. web_1 | Synced:
  124966. web_1 | > django.contrib.auth
  124967. web_1 | > django.contrib.contenttypes
  124968. web_1 | > django.contrib.sessions
  124969. web_1 | > django.contrib.sites
  124970. web_1 | > django.contrib.messages
  124971. web_1 | > django.contrib.staticfiles
  124972. web_1 | > django.contrib.admin
  124973. web_1 | > south
  124974. web_1 | > crispy_forms
  124975. web_1 | > avatar
  124976. web_1 | > bootstrap3
  124977. web_1 | > users
  124978. web_1 | > allauth
  124979. web_1 | > allauth.account
  124980. web_1 | > django.contrib.humanize
  124981. web_1 | > debug_toolbar
  124982. web_1 |
  124983. web_1 | Not synced (use migrations):
  124984. web_1 | - allauth.socialaccount
  124985. web_1 | - django_extensions
  124986. web_1 | (use ./manage.py migrate to migrate these)
  124987. web_1 | Running migrations for socialaccount:
  124988. web_1 | - Nothing to migrate.
  124989. web_1 | - Loading initial data for socialaccount.
  124990. web_1 | Installed 0 object(s) from 0 fixture(s)
  124991. web_1 | Running migrations for django_extensions:
  124992. web_1 | - Nothing to migrate.
  124993. web_1 | - Loading initial data for django_extensions.
  124994. web_1 | Installed 0 object(s) from 0 fixture(s)
  124995. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  124996. web_1 | [GCC 4.9.2] on linux2
  124997. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  124998. web_1 | (InteractiveConsole)
  124999. web_1 |
  125000. web_1 | >>> >>> Starting the server
  125001. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125002. web_1 |
  125003. web_1 | Fatal error: Unable to find local grunt.
  125004. web_1 |
  125005. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125006. web_1 | your project. For more information about installing and configuring grunt,
  125007. web_1 | please see the Getting Started guide:
  125008. web_1 |
  125009. web_1 | http://gruntjs.com/getting-started
  125010. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125011. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125012. web_1 | Syncing...
  125013. web_1 | Creating tables ...
  125014. web_1 | Installing custom SQL ...
  125015. web_1 | Installing indexes ...
  125016. web_1 | Installed 0 object(s) from 0 fixture(s)
  125017. web_1 |
  125018. web_1 | Synced:
  125019. web_1 | > django.contrib.auth
  125020. web_1 | > django.contrib.contenttypes
  125021. web_1 | > django.contrib.sessions
  125022. web_1 | > django.contrib.sites
  125023. web_1 | > django.contrib.messages
  125024. web_1 | > django.contrib.staticfiles
  125025. web_1 | > django.contrib.admin
  125026. web_1 | > south
  125027. web_1 | > crispy_forms
  125028. web_1 | > avatar
  125029. web_1 | > bootstrap3
  125030. web_1 | > users
  125031. web_1 | > allauth
  125032. web_1 | > allauth.account
  125033. web_1 | > django.contrib.humanize
  125034. web_1 | > debug_toolbar
  125035. web_1 |
  125036. web_1 | Not synced (use migrations):
  125037. web_1 | - allauth.socialaccount
  125038. web_1 | - django_extensions
  125039. web_1 | (use ./manage.py migrate to migrate these)
  125040. web_1 | Running migrations for socialaccount:
  125041. web_1 | - Nothing to migrate.
  125042. web_1 | - Loading initial data for socialaccount.
  125043. web_1 | Installed 0 object(s) from 0 fixture(s)
  125044. web_1 | Running migrations for django_extensions:
  125045. web_1 | - Nothing to migrate.
  125046. web_1 | - Loading initial data for django_extensions.
  125047. web_1 | Installed 0 object(s) from 0 fixture(s)
  125048. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125049. web_1 | [GCC 4.9.2] on linux2
  125050. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125051. web_1 | (InteractiveConsole)
  125052. web_1 |
  125053. web_1 | >>> >>> Starting the server
  125054. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125055. web_1 |
  125056. web_1 | Fatal error: Unable to find local grunt.
  125057. web_1 |
  125058. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125059. web_1 | your project. For more information about installing and configuring grunt,
  125060. web_1 | please see the Getting Started guide:
  125061. web_1 |
  125062. web_1 | http://gruntjs.com/getting-started
  125063. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125064. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125065. web_1 | Syncing...
  125066. web_1 | Creating tables ...
  125067. web_1 | Installing custom SQL ...
  125068. web_1 | Installing indexes ...
  125069. web_1 | Installed 0 object(s) from 0 fixture(s)
  125070. web_1 |
  125071. web_1 | Synced:
  125072. web_1 | > django.contrib.auth
  125073. web_1 | > django.contrib.contenttypes
  125074. web_1 | > django.contrib.sessions
  125075. web_1 | > django.contrib.sites
  125076. web_1 | > django.contrib.messages
  125077. web_1 | > django.contrib.staticfiles
  125078. web_1 | > django.contrib.admin
  125079. web_1 | > south
  125080. web_1 | > crispy_forms
  125081. web_1 | > avatar
  125082. web_1 | > bootstrap3
  125083. web_1 | > users
  125084. web_1 | > allauth
  125085. web_1 | > allauth.account
  125086. web_1 | > django.contrib.humanize
  125087. web_1 | > debug_toolbar
  125088. web_1 |
  125089. web_1 | Not synced (use migrations):
  125090. web_1 | - allauth.socialaccount
  125091. web_1 | - django_extensions
  125092. web_1 | (use ./manage.py migrate to migrate these)
  125093. web_1 | Running migrations for socialaccount:
  125094. web_1 | - Nothing to migrate.
  125095. web_1 | - Loading initial data for socialaccount.
  125096. web_1 | Installed 0 object(s) from 0 fixture(s)
  125097. web_1 | Running migrations for django_extensions:
  125098. web_1 | - Nothing to migrate.
  125099. web_1 | - Loading initial data for django_extensions.
  125100. web_1 | Installed 0 object(s) from 0 fixture(s)
  125101. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125102. web_1 | [GCC 4.9.2] on linux2
  125103. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125104. web_1 | (InteractiveConsole)
  125105. web_1 |
  125106. web_1 | >>> >>> Starting the server
  125107. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125108. web_1 |
  125109. web_1 | Fatal error: Unable to find local grunt.
  125110. web_1 |
  125111. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125112. web_1 | your project. For more information about installing and configuring grunt,
  125113. web_1 | please see the Getting Started guide:
  125114. web_1 |
  125115. web_1 | http://gruntjs.com/getting-started
  125116. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125117. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125118. web_1 | Syncing...
  125119. web_1 | Creating tables ...
  125120. web_1 | Installing custom SQL ...
  125121. web_1 | Installing indexes ...
  125122. web_1 | Installed 0 object(s) from 0 fixture(s)
  125123. web_1 |
  125124. web_1 | Synced:
  125125. web_1 | > django.contrib.auth
  125126. web_1 | > django.contrib.contenttypes
  125127. web_1 | > django.contrib.sessions
  125128. web_1 | > django.contrib.sites
  125129. web_1 | > django.contrib.messages
  125130. web_1 | > django.contrib.staticfiles
  125131. web_1 | > django.contrib.admin
  125132. web_1 | > south
  125133. web_1 | > crispy_forms
  125134. web_1 | > avatar
  125135. web_1 | > bootstrap3
  125136. web_1 | > users
  125137. web_1 | > allauth
  125138. web_1 | > allauth.account
  125139. web_1 | > django.contrib.humanize
  125140. web_1 | > debug_toolbar
  125141. web_1 |
  125142. web_1 | Not synced (use migrations):
  125143. web_1 | - allauth.socialaccount
  125144. web_1 | - django_extensions
  125145. web_1 | (use ./manage.py migrate to migrate these)
  125146. web_1 | Running migrations for socialaccount:
  125147. web_1 | - Nothing to migrate.
  125148. web_1 | - Loading initial data for socialaccount.
  125149. web_1 | Installed 0 object(s) from 0 fixture(s)
  125150. web_1 | Running migrations for django_extensions:
  125151. web_1 | - Nothing to migrate.
  125152. web_1 | - Loading initial data for django_extensions.
  125153. web_1 | Installed 0 object(s) from 0 fixture(s)
  125154. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125155. web_1 | [GCC 4.9.2] on linux2
  125156. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125157. web_1 | (InteractiveConsole)
  125158. web_1 |
  125159. web_1 | >>> >>> Starting the server
  125160. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125161. web_1 |
  125162. web_1 | Fatal error: Unable to find local grunt.
  125163. web_1 |
  125164. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125165. web_1 | your project. For more information about installing and configuring grunt,
  125166. web_1 | please see the Getting Started guide:
  125167. web_1 |
  125168. web_1 | http://gruntjs.com/getting-started
  125169. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125170. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125171. web_1 | Syncing...
  125172. web_1 | Creating tables ...
  125173. web_1 | Installing custom SQL ...
  125174. web_1 | Installing indexes ...
  125175. web_1 | Installed 0 object(s) from 0 fixture(s)
  125176. web_1 |
  125177. web_1 | Synced:
  125178. web_1 | > django.contrib.auth
  125179. web_1 | > django.contrib.contenttypes
  125180. web_1 | > django.contrib.sessions
  125181. web_1 | > django.contrib.sites
  125182. web_1 | > django.contrib.messages
  125183. web_1 | > django.contrib.staticfiles
  125184. web_1 | > django.contrib.admin
  125185. web_1 | > south
  125186. web_1 | > crispy_forms
  125187. web_1 | > avatar
  125188. web_1 | > bootstrap3
  125189. web_1 | > users
  125190. web_1 | > allauth
  125191. web_1 | > allauth.account
  125192. web_1 | > django.contrib.humanize
  125193. web_1 | > debug_toolbar
  125194. web_1 |
  125195. web_1 | Not synced (use migrations):
  125196. web_1 | - allauth.socialaccount
  125197. web_1 | - django_extensions
  125198. web_1 | (use ./manage.py migrate to migrate these)
  125199. web_1 | Running migrations for socialaccount:
  125200. web_1 | - Nothing to migrate.
  125201. web_1 | - Loading initial data for socialaccount.
  125202. web_1 | Installed 0 object(s) from 0 fixture(s)
  125203. web_1 | Running migrations for django_extensions:
  125204. web_1 | - Nothing to migrate.
  125205. web_1 | - Loading initial data for django_extensions.
  125206. web_1 | Installed 0 object(s) from 0 fixture(s)
  125207. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125208. web_1 | [GCC 4.9.2] on linux2
  125209. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125210. web_1 | (InteractiveConsole)
  125211. web_1 |
  125212. web_1 | >>> >>> Starting the server
  125213. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125214. web_1 |
  125215. web_1 | Fatal error: Unable to find local grunt.
  125216. web_1 |
  125217. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125218. web_1 | your project. For more information about installing and configuring grunt,
  125219. web_1 | please see the Getting Started guide:
  125220. web_1 |
  125221. web_1 | http://gruntjs.com/getting-started
  125222. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125223. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125224. web_1 | Syncing...
  125225. web_1 | Creating tables ...
  125226. web_1 | Installing custom SQL ...
  125227. web_1 | Installing indexes ...
  125228. web_1 | Installed 0 object(s) from 0 fixture(s)
  125229. web_1 |
  125230. web_1 | Synced:
  125231. web_1 | > django.contrib.auth
  125232. web_1 | > django.contrib.contenttypes
  125233. web_1 | > django.contrib.sessions
  125234. web_1 | > django.contrib.sites
  125235. web_1 | > django.contrib.messages
  125236. web_1 | > django.contrib.staticfiles
  125237. web_1 | > django.contrib.admin
  125238. web_1 | > south
  125239. web_1 | > crispy_forms
  125240. web_1 | > avatar
  125241. web_1 | > bootstrap3
  125242. web_1 | > users
  125243. web_1 | > allauth
  125244. web_1 | > allauth.account
  125245. web_1 | > django.contrib.humanize
  125246. web_1 | > debug_toolbar
  125247. web_1 |
  125248. web_1 | Not synced (use migrations):
  125249. web_1 | - allauth.socialaccount
  125250. web_1 | - django_extensions
  125251. web_1 | (use ./manage.py migrate to migrate these)
  125252. web_1 | Running migrations for socialaccount:
  125253. web_1 | - Nothing to migrate.
  125254. web_1 | - Loading initial data for socialaccount.
  125255. web_1 | Installed 0 object(s) from 0 fixture(s)
  125256. web_1 | Running migrations for django_extensions:
  125257. web_1 | - Nothing to migrate.
  125258. web_1 | - Loading initial data for django_extensions.
  125259. web_1 | Installed 0 object(s) from 0 fixture(s)
  125260. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125261. web_1 | [GCC 4.9.2] on linux2
  125262. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125263. web_1 | (InteractiveConsole)
  125264. web_1 |
  125265. web_1 | >>> >>> Starting the server
  125266. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125267. web_1 |
  125268. web_1 | Fatal error: Unable to find local grunt.
  125269. web_1 |
  125270. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125271. web_1 | your project. For more information about installing and configuring grunt,
  125272. web_1 | please see the Getting Started guide:
  125273. web_1 |
  125274. web_1 | http://gruntjs.com/getting-started
  125275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125276. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125277. web_1 | Syncing...
  125278. web_1 | Creating tables ...
  125279. web_1 | Installing custom SQL ...
  125280. web_1 | Installing indexes ...
  125281. web_1 | Installed 0 object(s) from 0 fixture(s)
  125282. web_1 |
  125283. web_1 | Synced:
  125284. web_1 | > django.contrib.auth
  125285. web_1 | > django.contrib.contenttypes
  125286. web_1 | > django.contrib.sessions
  125287. web_1 | > django.contrib.sites
  125288. web_1 | > django.contrib.messages
  125289. web_1 | > django.contrib.staticfiles
  125290. web_1 | > django.contrib.admin
  125291. web_1 | > south
  125292. web_1 | > crispy_forms
  125293. web_1 | > avatar
  125294. web_1 | > bootstrap3
  125295. web_1 | > users
  125296. web_1 | > allauth
  125297. web_1 | > allauth.account
  125298. web_1 | > django.contrib.humanize
  125299. web_1 | > debug_toolbar
  125300. web_1 |
  125301. web_1 | Not synced (use migrations):
  125302. web_1 | - allauth.socialaccount
  125303. web_1 | - django_extensions
  125304. web_1 | (use ./manage.py migrate to migrate these)
  125305. web_1 | Running migrations for socialaccount:
  125306. web_1 | - Nothing to migrate.
  125307. web_1 | - Loading initial data for socialaccount.
  125308. web_1 | Installed 0 object(s) from 0 fixture(s)
  125309. web_1 | Running migrations for django_extensions:
  125310. web_1 | - Nothing to migrate.
  125311. web_1 | - Loading initial data for django_extensions.
  125312. web_1 | Installed 0 object(s) from 0 fixture(s)
  125313. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125314. web_1 | [GCC 4.9.2] on linux2
  125315. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125316. web_1 | (InteractiveConsole)
  125317. web_1 |
  125318. web_1 | >>> >>> Starting the server
  125319. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125320. web_1 |
  125321. web_1 | Fatal error: Unable to find local grunt.
  125322. web_1 |
  125323. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125324. web_1 | your project. For more information about installing and configuring grunt,
  125325. web_1 | please see the Getting Started guide:
  125326. web_1 |
  125327. web_1 | http://gruntjs.com/getting-started
  125328. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125329. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125330. web_1 | Syncing...
  125331. web_1 | Creating tables ...
  125332. web_1 | Installing custom SQL ...
  125333. web_1 | Installing indexes ...
  125334. web_1 | Installed 0 object(s) from 0 fixture(s)
  125335. web_1 |
  125336. web_1 | Synced:
  125337. web_1 | > django.contrib.auth
  125338. web_1 | > django.contrib.contenttypes
  125339. web_1 | > django.contrib.sessions
  125340. web_1 | > django.contrib.sites
  125341. web_1 | > django.contrib.messages
  125342. web_1 | > django.contrib.staticfiles
  125343. web_1 | > django.contrib.admin
  125344. web_1 | > south
  125345. web_1 | > crispy_forms
  125346. web_1 | > avatar
  125347. web_1 | > bootstrap3
  125348. web_1 | > users
  125349. web_1 | > allauth
  125350. web_1 | > allauth.account
  125351. web_1 | > django.contrib.humanize
  125352. web_1 | > debug_toolbar
  125353. web_1 |
  125354. web_1 | Not synced (use migrations):
  125355. web_1 | - allauth.socialaccount
  125356. web_1 | - django_extensions
  125357. web_1 | (use ./manage.py migrate to migrate these)
  125358. web_1 | Running migrations for socialaccount:
  125359. web_1 | - Nothing to migrate.
  125360. web_1 | - Loading initial data for socialaccount.
  125361. web_1 | Installed 0 object(s) from 0 fixture(s)
  125362. web_1 | Running migrations for django_extensions:
  125363. web_1 | - Nothing to migrate.
  125364. web_1 | - Loading initial data for django_extensions.
  125365. web_1 | Installed 0 object(s) from 0 fixture(s)
  125366. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125367. web_1 | [GCC 4.9.2] on linux2
  125368. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125369. web_1 | (InteractiveConsole)
  125370. web_1 |
  125371. web_1 | >>> >>> Starting the server
  125372. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125373. web_1 |
  125374. web_1 | Fatal error: Unable to find local grunt.
  125375. web_1 |
  125376. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125377. web_1 | your project. For more information about installing and configuring grunt,
  125378. web_1 | please see the Getting Started guide:
  125379. web_1 |
  125380. web_1 | http://gruntjs.com/getting-started
  125381. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125382. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125383. web_1 | Syncing...
  125384. web_1 | Creating tables ...
  125385. web_1 | Installing custom SQL ...
  125386. web_1 | Installing indexes ...
  125387. web_1 | Installed 0 object(s) from 0 fixture(s)
  125388. web_1 |
  125389. web_1 | Synced:
  125390. web_1 | > django.contrib.auth
  125391. web_1 | > django.contrib.contenttypes
  125392. web_1 | > django.contrib.sessions
  125393. web_1 | > django.contrib.sites
  125394. web_1 | > django.contrib.messages
  125395. web_1 | > django.contrib.staticfiles
  125396. web_1 | > django.contrib.admin
  125397. web_1 | > south
  125398. web_1 | > crispy_forms
  125399. web_1 | > avatar
  125400. web_1 | > bootstrap3
  125401. web_1 | > users
  125402. web_1 | > allauth
  125403. web_1 | > allauth.account
  125404. web_1 | > django.contrib.humanize
  125405. web_1 | > debug_toolbar
  125406. web_1 |
  125407. web_1 | Not synced (use migrations):
  125408. web_1 | - allauth.socialaccount
  125409. web_1 | - django_extensions
  125410. web_1 | (use ./manage.py migrate to migrate these)
  125411. web_1 | Running migrations for socialaccount:
  125412. web_1 | - Nothing to migrate.
  125413. web_1 | - Loading initial data for socialaccount.
  125414. web_1 | Installed 0 object(s) from 0 fixture(s)
  125415. web_1 | Running migrations for django_extensions:
  125416. web_1 | - Nothing to migrate.
  125417. web_1 | - Loading initial data for django_extensions.
  125418. web_1 | Installed 0 object(s) from 0 fixture(s)
  125419. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125420. web_1 | [GCC 4.9.2] on linux2
  125421. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125422. web_1 | (InteractiveConsole)
  125423. web_1 |
  125424. web_1 | >>> >>> Starting the server
  125425. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125426. web_1 |
  125427. web_1 | Fatal error: Unable to find local grunt.
  125428. web_1 |
  125429. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125430. web_1 | your project. For more information about installing and configuring grunt,
  125431. web_1 | please see the Getting Started guide:
  125432. web_1 |
  125433. web_1 | http://gruntjs.com/getting-started
  125434. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125435. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125436. web_1 | Syncing...
  125437. web_1 | Creating tables ...
  125438. web_1 | Installing custom SQL ...
  125439. web_1 | Installing indexes ...
  125440. web_1 | Installed 0 object(s) from 0 fixture(s)
  125441. web_1 |
  125442. web_1 | Synced:
  125443. web_1 | > django.contrib.auth
  125444. web_1 | > django.contrib.contenttypes
  125445. web_1 | > django.contrib.sessions
  125446. web_1 | > django.contrib.sites
  125447. web_1 | > django.contrib.messages
  125448. web_1 | > django.contrib.staticfiles
  125449. web_1 | > django.contrib.admin
  125450. web_1 | > south
  125451. web_1 | > crispy_forms
  125452. web_1 | > avatar
  125453. web_1 | > bootstrap3
  125454. web_1 | > users
  125455. web_1 | > allauth
  125456. web_1 | > allauth.account
  125457. web_1 | > django.contrib.humanize
  125458. web_1 | > debug_toolbar
  125459. web_1 |
  125460. web_1 | Not synced (use migrations):
  125461. web_1 | - allauth.socialaccount
  125462. web_1 | - django_extensions
  125463. web_1 | (use ./manage.py migrate to migrate these)
  125464. web_1 | Running migrations for socialaccount:
  125465. web_1 | - Nothing to migrate.
  125466. web_1 | - Loading initial data for socialaccount.
  125467. web_1 | Installed 0 object(s) from 0 fixture(s)
  125468. web_1 | Running migrations for django_extensions:
  125469. web_1 | - Nothing to migrate.
  125470. web_1 | - Loading initial data for django_extensions.
  125471. web_1 | Installed 0 object(s) from 0 fixture(s)
  125472. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125473. web_1 | [GCC 4.9.2] on linux2
  125474. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125475. web_1 | (InteractiveConsole)
  125476. web_1 |
  125477. web_1 | >>> >>> Starting the server
  125478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125479. web_1 |
  125480. web_1 | Fatal error: Unable to find local grunt.
  125481. web_1 |
  125482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125483. web_1 | your project. For more information about installing and configuring grunt,
  125484. web_1 | please see the Getting Started guide:
  125485. web_1 |
  125486. web_1 | http://gruntjs.com/getting-started
  125487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125488. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125489. web_1 | Syncing...
  125490. web_1 | Creating tables ...
  125491. web_1 | Installing custom SQL ...
  125492. web_1 | Installing indexes ...
  125493. web_1 | Installed 0 object(s) from 0 fixture(s)
  125494. web_1 |
  125495. web_1 | Synced:
  125496. web_1 | > django.contrib.auth
  125497. web_1 | > django.contrib.contenttypes
  125498. web_1 | > django.contrib.sessions
  125499. web_1 | > django.contrib.sites
  125500. web_1 | > django.contrib.messages
  125501. web_1 | > django.contrib.staticfiles
  125502. web_1 | > django.contrib.admin
  125503. web_1 | > south
  125504. web_1 | > crispy_forms
  125505. web_1 | > avatar
  125506. web_1 | > bootstrap3
  125507. web_1 | > users
  125508. web_1 | > allauth
  125509. web_1 | > allauth.account
  125510. web_1 | > django.contrib.humanize
  125511. web_1 | > debug_toolbar
  125512. web_1 |
  125513. web_1 | Not synced (use migrations):
  125514. web_1 | - allauth.socialaccount
  125515. web_1 | - django_extensions
  125516. web_1 | (use ./manage.py migrate to migrate these)
  125517. web_1 | Running migrations for socialaccount:
  125518. web_1 | - Nothing to migrate.
  125519. web_1 | - Loading initial data for socialaccount.
  125520. web_1 | Installed 0 object(s) from 0 fixture(s)
  125521. web_1 | Running migrations for django_extensions:
  125522. web_1 | - Nothing to migrate.
  125523. web_1 | - Loading initial data for django_extensions.
  125524. web_1 | Installed 0 object(s) from 0 fixture(s)
  125525. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125526. web_1 | [GCC 4.9.2] on linux2
  125527. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125528. web_1 | (InteractiveConsole)
  125529. web_1 |
  125530. web_1 | >>> >>> Starting the server
  125531. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125532. web_1 |
  125533. web_1 | Fatal error: Unable to find local grunt.
  125534. web_1 |
  125535. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125536. web_1 | your project. For more information about installing and configuring grunt,
  125537. web_1 | please see the Getting Started guide:
  125538. web_1 |
  125539. web_1 | http://gruntjs.com/getting-started
  125540. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125541. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125542. web_1 | Syncing...
  125543. web_1 | Creating tables ...
  125544. web_1 | Installing custom SQL ...
  125545. web_1 | Installing indexes ...
  125546. web_1 | Installed 0 object(s) from 0 fixture(s)
  125547. web_1 |
  125548. web_1 | Synced:
  125549. web_1 | > django.contrib.auth
  125550. web_1 | > django.contrib.contenttypes
  125551. web_1 | > django.contrib.sessions
  125552. web_1 | > django.contrib.sites
  125553. web_1 | > django.contrib.messages
  125554. web_1 | > django.contrib.staticfiles
  125555. web_1 | > django.contrib.admin
  125556. web_1 | > south
  125557. web_1 | > crispy_forms
  125558. web_1 | > avatar
  125559. web_1 | > bootstrap3
  125560. web_1 | > users
  125561. web_1 | > allauth
  125562. web_1 | > allauth.account
  125563. web_1 | > django.contrib.humanize
  125564. web_1 | > debug_toolbar
  125565. web_1 |
  125566. web_1 | Not synced (use migrations):
  125567. web_1 | - allauth.socialaccount
  125568. web_1 | - django_extensions
  125569. web_1 | (use ./manage.py migrate to migrate these)
  125570. web_1 | Running migrations for socialaccount:
  125571. web_1 | - Nothing to migrate.
  125572. web_1 | - Loading initial data for socialaccount.
  125573. web_1 | Installed 0 object(s) from 0 fixture(s)
  125574. web_1 | Running migrations for django_extensions:
  125575. web_1 | - Nothing to migrate.
  125576. web_1 | - Loading initial data for django_extensions.
  125577. web_1 | Installed 0 object(s) from 0 fixture(s)
  125578. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125579. web_1 | [GCC 4.9.2] on linux2
  125580. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125581. web_1 | (InteractiveConsole)
  125582. web_1 |
  125583. web_1 | >>> >>> Starting the server
  125584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125585. web_1 |
  125586. web_1 | Fatal error: Unable to find local grunt.
  125587. web_1 |
  125588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125589. web_1 | your project. For more information about installing and configuring grunt,
  125590. web_1 | please see the Getting Started guide:
  125591. web_1 |
  125592. web_1 | http://gruntjs.com/getting-started
  125593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125594. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125595. web_1 | Syncing...
  125596. web_1 | Creating tables ...
  125597. web_1 | Installing custom SQL ...
  125598. web_1 | Installing indexes ...
  125599. web_1 | Installed 0 object(s) from 0 fixture(s)
  125600. web_1 |
  125601. web_1 | Synced:
  125602. web_1 | > django.contrib.auth
  125603. web_1 | > django.contrib.contenttypes
  125604. web_1 | > django.contrib.sessions
  125605. web_1 | > django.contrib.sites
  125606. web_1 | > django.contrib.messages
  125607. web_1 | > django.contrib.staticfiles
  125608. web_1 | > django.contrib.admin
  125609. web_1 | > south
  125610. web_1 | > crispy_forms
  125611. web_1 | > avatar
  125612. web_1 | > bootstrap3
  125613. web_1 | > users
  125614. web_1 | > allauth
  125615. web_1 | > allauth.account
  125616. web_1 | > django.contrib.humanize
  125617. web_1 | > debug_toolbar
  125618. web_1 |
  125619. web_1 | Not synced (use migrations):
  125620. web_1 | - allauth.socialaccount
  125621. web_1 | - django_extensions
  125622. web_1 | (use ./manage.py migrate to migrate these)
  125623. web_1 | Running migrations for socialaccount:
  125624. web_1 | - Nothing to migrate.
  125625. web_1 | - Loading initial data for socialaccount.
  125626. web_1 | Installed 0 object(s) from 0 fixture(s)
  125627. web_1 | Running migrations for django_extensions:
  125628. web_1 | - Nothing to migrate.
  125629. web_1 | - Loading initial data for django_extensions.
  125630. web_1 | Installed 0 object(s) from 0 fixture(s)
  125631. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125632. web_1 | [GCC 4.9.2] on linux2
  125633. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125634. web_1 | (InteractiveConsole)
  125635. web_1 |
  125636. web_1 | >>> >>> Starting the server
  125637. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125638. web_1 |
  125639. web_1 | Fatal error: Unable to find local grunt.
  125640. web_1 |
  125641. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125642. web_1 | your project. For more information about installing and configuring grunt,
  125643. web_1 | please see the Getting Started guide:
  125644. web_1 |
  125645. web_1 | http://gruntjs.com/getting-started
  125646. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125647. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125648. web_1 | Syncing...
  125649. web_1 | Creating tables ...
  125650. web_1 | Installing custom SQL ...
  125651. web_1 | Installing indexes ...
  125652. web_1 | Installed 0 object(s) from 0 fixture(s)
  125653. web_1 |
  125654. web_1 | Synced:
  125655. web_1 | > django.contrib.auth
  125656. web_1 | > django.contrib.contenttypes
  125657. web_1 | > django.contrib.sessions
  125658. web_1 | > django.contrib.sites
  125659. web_1 | > django.contrib.messages
  125660. web_1 | > django.contrib.staticfiles
  125661. web_1 | > django.contrib.admin
  125662. web_1 | > south
  125663. web_1 | > crispy_forms
  125664. web_1 | > avatar
  125665. web_1 | > bootstrap3
  125666. web_1 | > users
  125667. web_1 | > allauth
  125668. web_1 | > allauth.account
  125669. web_1 | > django.contrib.humanize
  125670. web_1 | > debug_toolbar
  125671. web_1 |
  125672. web_1 | Not synced (use migrations):
  125673. web_1 | - allauth.socialaccount
  125674. web_1 | - django_extensions
  125675. web_1 | (use ./manage.py migrate to migrate these)
  125676. web_1 | Running migrations for socialaccount:
  125677. web_1 | - Nothing to migrate.
  125678. web_1 | - Loading initial data for socialaccount.
  125679. web_1 | Installed 0 object(s) from 0 fixture(s)
  125680. web_1 | Running migrations for django_extensions:
  125681. web_1 | - Nothing to migrate.
  125682. web_1 | - Loading initial data for django_extensions.
  125683. web_1 | Installed 0 object(s) from 0 fixture(s)
  125684. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125685. web_1 | [GCC 4.9.2] on linux2
  125686. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125687. web_1 | (InteractiveConsole)
  125688. web_1 |
  125689. web_1 | >>> >>> Starting the server
  125690. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125691. web_1 |
  125692. web_1 | Fatal error: Unable to find local grunt.
  125693. web_1 |
  125694. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125695. web_1 | your project. For more information about installing and configuring grunt,
  125696. web_1 | please see the Getting Started guide:
  125697. web_1 |
  125698. web_1 | http://gruntjs.com/getting-started
  125699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125701. web_1 | Syncing...
  125702. web_1 | Creating tables ...
  125703. web_1 | Installing custom SQL ...
  125704. web_1 | Installing indexes ...
  125705. web_1 | Installed 0 object(s) from 0 fixture(s)
  125706. web_1 |
  125707. web_1 | Synced:
  125708. web_1 | > django.contrib.auth
  125709. web_1 | > django.contrib.contenttypes
  125710. web_1 | > django.contrib.sessions
  125711. web_1 | > django.contrib.sites
  125712. web_1 | > django.contrib.messages
  125713. web_1 | > django.contrib.staticfiles
  125714. web_1 | > django.contrib.admin
  125715. web_1 | > south
  125716. web_1 | > crispy_forms
  125717. web_1 | > avatar
  125718. web_1 | > bootstrap3
  125719. web_1 | > users
  125720. web_1 | > allauth
  125721. web_1 | > allauth.account
  125722. web_1 | > django.contrib.humanize
  125723. web_1 | > debug_toolbar
  125724. web_1 |
  125725. web_1 | Not synced (use migrations):
  125726. web_1 | - allauth.socialaccount
  125727. web_1 | - django_extensions
  125728. web_1 | (use ./manage.py migrate to migrate these)
  125729. web_1 | Running migrations for socialaccount:
  125730. web_1 | - Nothing to migrate.
  125731. web_1 | - Loading initial data for socialaccount.
  125732. web_1 | Installed 0 object(s) from 0 fixture(s)
  125733. web_1 | Running migrations for django_extensions:
  125734. web_1 | - Nothing to migrate.
  125735. web_1 | - Loading initial data for django_extensions.
  125736. web_1 | Installed 0 object(s) from 0 fixture(s)
  125737. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125738. web_1 | [GCC 4.9.2] on linux2
  125739. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125740. web_1 | (InteractiveConsole)
  125741. web_1 |
  125742. web_1 | >>> >>> Starting the server
  125743. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125744. web_1 |
  125745. web_1 | Fatal error: Unable to find local grunt.
  125746. web_1 |
  125747. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125748. web_1 | your project. For more information about installing and configuring grunt,
  125749. web_1 | please see the Getting Started guide:
  125750. web_1 |
  125751. web_1 | http://gruntjs.com/getting-started
  125752. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125753. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125754. web_1 | Syncing...
  125755. web_1 | Creating tables ...
  125756. web_1 | Installing custom SQL ...
  125757. web_1 | Installing indexes ...
  125758. web_1 | Installed 0 object(s) from 0 fixture(s)
  125759. web_1 |
  125760. web_1 | Synced:
  125761. web_1 | > django.contrib.auth
  125762. web_1 | > django.contrib.contenttypes
  125763. web_1 | > django.contrib.sessions
  125764. web_1 | > django.contrib.sites
  125765. web_1 | > django.contrib.messages
  125766. web_1 | > django.contrib.staticfiles
  125767. web_1 | > django.contrib.admin
  125768. web_1 | > south
  125769. web_1 | > crispy_forms
  125770. web_1 | > avatar
  125771. web_1 | > bootstrap3
  125772. web_1 | > users
  125773. web_1 | > allauth
  125774. web_1 | > allauth.account
  125775. web_1 | > django.contrib.humanize
  125776. web_1 | > debug_toolbar
  125777. web_1 |
  125778. web_1 | Not synced (use migrations):
  125779. web_1 | - allauth.socialaccount
  125780. web_1 | - django_extensions
  125781. web_1 | (use ./manage.py migrate to migrate these)
  125782. web_1 | Running migrations for socialaccount:
  125783. web_1 | - Nothing to migrate.
  125784. web_1 | - Loading initial data for socialaccount.
  125785. web_1 | Installed 0 object(s) from 0 fixture(s)
  125786. web_1 | Running migrations for django_extensions:
  125787. web_1 | - Nothing to migrate.
  125788. web_1 | - Loading initial data for django_extensions.
  125789. web_1 | Installed 0 object(s) from 0 fixture(s)
  125790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125791. web_1 | [GCC 4.9.2] on linux2
  125792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125793. web_1 | (InteractiveConsole)
  125794. web_1 |
  125795. web_1 | >>> >>> Starting the server
  125796. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125797. web_1 |
  125798. web_1 | Fatal error: Unable to find local grunt.
  125799. web_1 |
  125800. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125801. web_1 | your project. For more information about installing and configuring grunt,
  125802. web_1 | please see the Getting Started guide:
  125803. web_1 |
  125804. web_1 | http://gruntjs.com/getting-started
  125805. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125806. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125807. web_1 | Syncing...
  125808. web_1 | Creating tables ...
  125809. web_1 | Installing custom SQL ...
  125810. web_1 | Installing indexes ...
  125811. web_1 | Installed 0 object(s) from 0 fixture(s)
  125812. web_1 |
  125813. web_1 | Synced:
  125814. web_1 | > django.contrib.auth
  125815. web_1 | > django.contrib.contenttypes
  125816. web_1 | > django.contrib.sessions
  125817. web_1 | > django.contrib.sites
  125818. web_1 | > django.contrib.messages
  125819. web_1 | > django.contrib.staticfiles
  125820. web_1 | > django.contrib.admin
  125821. web_1 | > south
  125822. web_1 | > crispy_forms
  125823. web_1 | > avatar
  125824. web_1 | > bootstrap3
  125825. web_1 | > users
  125826. web_1 | > allauth
  125827. web_1 | > allauth.account
  125828. web_1 | > django.contrib.humanize
  125829. web_1 | > debug_toolbar
  125830. web_1 |
  125831. web_1 | Not synced (use migrations):
  125832. web_1 | - allauth.socialaccount
  125833. web_1 | - django_extensions
  125834. web_1 | (use ./manage.py migrate to migrate these)
  125835. web_1 | Running migrations for socialaccount:
  125836. web_1 | - Nothing to migrate.
  125837. web_1 | - Loading initial data for socialaccount.
  125838. web_1 | Installed 0 object(s) from 0 fixture(s)
  125839. web_1 | Running migrations for django_extensions:
  125840. web_1 | - Nothing to migrate.
  125841. web_1 | - Loading initial data for django_extensions.
  125842. web_1 | Installed 0 object(s) from 0 fixture(s)
  125843. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125844. web_1 | [GCC 4.9.2] on linux2
  125845. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125846. web_1 | (InteractiveConsole)
  125847. web_1 |
  125848. web_1 | >>> >>> Starting the server
  125849. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125850. web_1 |
  125851. web_1 | Fatal error: Unable to find local grunt.
  125852. web_1 |
  125853. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125854. web_1 | your project. For more information about installing and configuring grunt,
  125855. web_1 | please see the Getting Started guide:
  125856. web_1 |
  125857. web_1 | http://gruntjs.com/getting-started
  125858. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125859. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125860. web_1 | Syncing...
  125861. web_1 | Creating tables ...
  125862. web_1 | Installing custom SQL ...
  125863. web_1 | Installing indexes ...
  125864. web_1 | Installed 0 object(s) from 0 fixture(s)
  125865. web_1 |
  125866. web_1 | Synced:
  125867. web_1 | > django.contrib.auth
  125868. web_1 | > django.contrib.contenttypes
  125869. web_1 | > django.contrib.sessions
  125870. web_1 | > django.contrib.sites
  125871. web_1 | > django.contrib.messages
  125872. web_1 | > django.contrib.staticfiles
  125873. web_1 | > django.contrib.admin
  125874. web_1 | > south
  125875. web_1 | > crispy_forms
  125876. web_1 | > avatar
  125877. web_1 | > bootstrap3
  125878. web_1 | > users
  125879. web_1 | > allauth
  125880. web_1 | > allauth.account
  125881. web_1 | > django.contrib.humanize
  125882. web_1 | > debug_toolbar
  125883. web_1 |
  125884. web_1 | Not synced (use migrations):
  125885. web_1 | - allauth.socialaccount
  125886. web_1 | - django_extensions
  125887. web_1 | (use ./manage.py migrate to migrate these)
  125888. web_1 | Running migrations for socialaccount:
  125889. web_1 | - Nothing to migrate.
  125890. web_1 | - Loading initial data for socialaccount.
  125891. web_1 | Installed 0 object(s) from 0 fixture(s)
  125892. web_1 | Running migrations for django_extensions:
  125893. web_1 | - Nothing to migrate.
  125894. web_1 | - Loading initial data for django_extensions.
  125895. web_1 | Installed 0 object(s) from 0 fixture(s)
  125896. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125897. web_1 | [GCC 4.9.2] on linux2
  125898. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125899. web_1 | (InteractiveConsole)
  125900. web_1 |
  125901. web_1 | >>> >>> Starting the server
  125902. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125903. web_1 |
  125904. web_1 | Fatal error: Unable to find local grunt.
  125905. web_1 |
  125906. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125907. web_1 | your project. For more information about installing and configuring grunt,
  125908. web_1 | please see the Getting Started guide:
  125909. web_1 |
  125910. web_1 | http://gruntjs.com/getting-started
  125911. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125912. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125913. web_1 | Syncing...
  125914. web_1 | Creating tables ...
  125915. web_1 | Installing custom SQL ...
  125916. web_1 | Installing indexes ...
  125917. web_1 | Installed 0 object(s) from 0 fixture(s)
  125918. web_1 |
  125919. web_1 | Synced:
  125920. web_1 | > django.contrib.auth
  125921. web_1 | > django.contrib.contenttypes
  125922. web_1 | > django.contrib.sessions
  125923. web_1 | > django.contrib.sites
  125924. web_1 | > django.contrib.messages
  125925. web_1 | > django.contrib.staticfiles
  125926. web_1 | > django.contrib.admin
  125927. web_1 | > south
  125928. web_1 | > crispy_forms
  125929. web_1 | > avatar
  125930. web_1 | > bootstrap3
  125931. web_1 | > users
  125932. web_1 | > allauth
  125933. web_1 | > allauth.account
  125934. web_1 | > django.contrib.humanize
  125935. web_1 | > debug_toolbar
  125936. web_1 |
  125937. web_1 | Not synced (use migrations):
  125938. web_1 | - allauth.socialaccount
  125939. web_1 | - django_extensions
  125940. web_1 | (use ./manage.py migrate to migrate these)
  125941. web_1 | Running migrations for socialaccount:
  125942. web_1 | - Nothing to migrate.
  125943. web_1 | - Loading initial data for socialaccount.
  125944. web_1 | Installed 0 object(s) from 0 fixture(s)
  125945. web_1 | Running migrations for django_extensions:
  125946. web_1 | - Nothing to migrate.
  125947. web_1 | - Loading initial data for django_extensions.
  125948. web_1 | Installed 0 object(s) from 0 fixture(s)
  125949. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  125950. web_1 | [GCC 4.9.2] on linux2
  125951. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  125952. web_1 | (InteractiveConsole)
  125953. web_1 |
  125954. web_1 | >>> >>> Starting the server
  125955. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  125956. web_1 |
  125957. web_1 | Fatal error: Unable to find local grunt.
  125958. web_1 |
  125959. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  125960. web_1 | your project. For more information about installing and configuring grunt,
  125961. web_1 | please see the Getting Started guide:
  125962. web_1 |
  125963. web_1 | http://gruntjs.com/getting-started
  125964. web_1 | Starting OpenBSD Secure Shell server: sshd.
  125965. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  125966. web_1 | Syncing...
  125967. web_1 | Creating tables ...
  125968. web_1 | Installing custom SQL ...
  125969. web_1 | Installing indexes ...
  125970. web_1 | Installed 0 object(s) from 0 fixture(s)
  125971. web_1 |
  125972. web_1 | Synced:
  125973. web_1 | > django.contrib.auth
  125974. web_1 | > django.contrib.contenttypes
  125975. web_1 | > django.contrib.sessions
  125976. web_1 | > django.contrib.sites
  125977. web_1 | > django.contrib.messages
  125978. web_1 | > django.contrib.staticfiles
  125979. web_1 | > django.contrib.admin
  125980. web_1 | > south
  125981. web_1 | > crispy_forms
  125982. web_1 | > avatar
  125983. web_1 | > bootstrap3
  125984. web_1 | > users
  125985. web_1 | > allauth
  125986. web_1 | > allauth.account
  125987. web_1 | > django.contrib.humanize
  125988. web_1 | > debug_toolbar
  125989. web_1 |
  125990. web_1 | Not synced (use migrations):
  125991. web_1 | - allauth.socialaccount
  125992. web_1 | - django_extensions
  125993. web_1 | (use ./manage.py migrate to migrate these)
  125994. web_1 | Running migrations for socialaccount:
  125995. web_1 | - Nothing to migrate.
  125996. web_1 | - Loading initial data for socialaccount.
  125997. web_1 | Installed 0 object(s) from 0 fixture(s)
  125998. web_1 | Running migrations for django_extensions:
  125999. web_1 | - Nothing to migrate.
  126000. web_1 | - Loading initial data for django_extensions.
  126001. web_1 | Installed 0 object(s) from 0 fixture(s)
  126002. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126003. web_1 | [GCC 4.9.2] on linux2
  126004. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126005. web_1 | (InteractiveConsole)
  126006. web_1 |
  126007. web_1 | >>> >>> Starting the server
  126008. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126009. web_1 |
  126010. web_1 | Fatal error: Unable to find local grunt.
  126011. web_1 |
  126012. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126013. web_1 | your project. For more information about installing and configuring grunt,
  126014. web_1 | please see the Getting Started guide:
  126015. web_1 |
  126016. web_1 | http://gruntjs.com/getting-started
  126017. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126018. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126019. web_1 | Syncing...
  126020. web_1 | Creating tables ...
  126021. web_1 | Installing custom SQL ...
  126022. web_1 | Installing indexes ...
  126023. web_1 | Installed 0 object(s) from 0 fixture(s)
  126024. web_1 |
  126025. web_1 | Synced:
  126026. web_1 | > django.contrib.auth
  126027. web_1 | > django.contrib.contenttypes
  126028. web_1 | > django.contrib.sessions
  126029. web_1 | > django.contrib.sites
  126030. web_1 | > django.contrib.messages
  126031. web_1 | > django.contrib.staticfiles
  126032. web_1 | > django.contrib.admin
  126033. web_1 | > south
  126034. web_1 | > crispy_forms
  126035. web_1 | > avatar
  126036. web_1 | > bootstrap3
  126037. web_1 | > users
  126038. web_1 | > allauth
  126039. web_1 | > allauth.account
  126040. web_1 | > django.contrib.humanize
  126041. web_1 | > debug_toolbar
  126042. web_1 |
  126043. web_1 | Not synced (use migrations):
  126044. web_1 | - allauth.socialaccount
  126045. web_1 | - django_extensions
  126046. web_1 | (use ./manage.py migrate to migrate these)
  126047. web_1 | Running migrations for socialaccount:
  126048. web_1 | - Nothing to migrate.
  126049. web_1 | - Loading initial data for socialaccount.
  126050. web_1 | Installed 0 object(s) from 0 fixture(s)
  126051. web_1 | Running migrations for django_extensions:
  126052. web_1 | - Nothing to migrate.
  126053. web_1 | - Loading initial data for django_extensions.
  126054. web_1 | Installed 0 object(s) from 0 fixture(s)
  126055. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126056. web_1 | [GCC 4.9.2] on linux2
  126057. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126058. web_1 | (InteractiveConsole)
  126059. web_1 |
  126060. web_1 | >>> >>> Starting the server
  126061. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126062. web_1 |
  126063. web_1 | Fatal error: Unable to find local grunt.
  126064. web_1 |
  126065. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126066. web_1 | your project. For more information about installing and configuring grunt,
  126067. web_1 | please see the Getting Started guide:
  126068. web_1 |
  126069. web_1 | http://gruntjs.com/getting-started
  126070. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126071. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126072. web_1 | Syncing...
  126073. web_1 | Creating tables ...
  126074. web_1 | Installing custom SQL ...
  126075. web_1 | Installing indexes ...
  126076. web_1 | Installed 0 object(s) from 0 fixture(s)
  126077. web_1 |
  126078. web_1 | Synced:
  126079. web_1 | > django.contrib.auth
  126080. web_1 | > django.contrib.contenttypes
  126081. web_1 | > django.contrib.sessions
  126082. web_1 | > django.contrib.sites
  126083. web_1 | > django.contrib.messages
  126084. web_1 | > django.contrib.staticfiles
  126085. web_1 | > django.contrib.admin
  126086. web_1 | > south
  126087. web_1 | > crispy_forms
  126088. web_1 | > avatar
  126089. web_1 | > bootstrap3
  126090. web_1 | > users
  126091. web_1 | > allauth
  126092. web_1 | > allauth.account
  126093. web_1 | > django.contrib.humanize
  126094. web_1 | > debug_toolbar
  126095. web_1 |
  126096. web_1 | Not synced (use migrations):
  126097. web_1 | - allauth.socialaccount
  126098. web_1 | - django_extensions
  126099. web_1 | (use ./manage.py migrate to migrate these)
  126100. web_1 | Running migrations for socialaccount:
  126101. web_1 | - Nothing to migrate.
  126102. web_1 | - Loading initial data for socialaccount.
  126103. web_1 | Installed 0 object(s) from 0 fixture(s)
  126104. web_1 | Running migrations for django_extensions:
  126105. web_1 | - Nothing to migrate.
  126106. web_1 | - Loading initial data for django_extensions.
  126107. web_1 | Installed 0 object(s) from 0 fixture(s)
  126108. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126109. web_1 | [GCC 4.9.2] on linux2
  126110. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126111. web_1 | (InteractiveConsole)
  126112. web_1 |
  126113. web_1 | >>> >>> Starting the server
  126114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126115. web_1 |
  126116. web_1 | Fatal error: Unable to find local grunt.
  126117. web_1 |
  126118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126119. web_1 | your project. For more information about installing and configuring grunt,
  126120. web_1 | please see the Getting Started guide:
  126121. web_1 |
  126122. web_1 | http://gruntjs.com/getting-started
  126123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126125. web_1 | Syncing...
  126126. web_1 | Creating tables ...
  126127. web_1 | Installing custom SQL ...
  126128. web_1 | Installing indexes ...
  126129. web_1 | Installed 0 object(s) from 0 fixture(s)
  126130. web_1 |
  126131. web_1 | Synced:
  126132. web_1 | > django.contrib.auth
  126133. web_1 | > django.contrib.contenttypes
  126134. web_1 | > django.contrib.sessions
  126135. web_1 | > django.contrib.sites
  126136. web_1 | > django.contrib.messages
  126137. web_1 | > django.contrib.staticfiles
  126138. web_1 | > django.contrib.admin
  126139. web_1 | > south
  126140. web_1 | > crispy_forms
  126141. web_1 | > avatar
  126142. web_1 | > bootstrap3
  126143. web_1 | > users
  126144. web_1 | > allauth
  126145. web_1 | > allauth.account
  126146. web_1 | > django.contrib.humanize
  126147. web_1 | > debug_toolbar
  126148. web_1 |
  126149. web_1 | Not synced (use migrations):
  126150. web_1 | - allauth.socialaccount
  126151. web_1 | - django_extensions
  126152. web_1 | (use ./manage.py migrate to migrate these)
  126153. web_1 | Running migrations for socialaccount:
  126154. web_1 | - Nothing to migrate.
  126155. web_1 | - Loading initial data for socialaccount.
  126156. web_1 | Installed 0 object(s) from 0 fixture(s)
  126157. web_1 | Running migrations for django_extensions:
  126158. web_1 | - Nothing to migrate.
  126159. web_1 | - Loading initial data for django_extensions.
  126160. web_1 | Installed 0 object(s) from 0 fixture(s)
  126161. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126162. web_1 | [GCC 4.9.2] on linux2
  126163. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126164. web_1 | (InteractiveConsole)
  126165. web_1 |
  126166. web_1 | >>> >>> Starting the server
  126167. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126168. web_1 |
  126169. web_1 | Fatal error: Unable to find local grunt.
  126170. web_1 |
  126171. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126172. web_1 | your project. For more information about installing and configuring grunt,
  126173. web_1 | please see the Getting Started guide:
  126174. web_1 |
  126175. web_1 | http://gruntjs.com/getting-started
  126176. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126177. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126178. web_1 | Syncing...
  126179. web_1 | Creating tables ...
  126180. web_1 | Installing custom SQL ...
  126181. web_1 | Installing indexes ...
  126182. web_1 | Installed 0 object(s) from 0 fixture(s)
  126183. web_1 |
  126184. web_1 | Synced:
  126185. web_1 | > django.contrib.auth
  126186. web_1 | > django.contrib.contenttypes
  126187. web_1 | > django.contrib.sessions
  126188. web_1 | > django.contrib.sites
  126189. web_1 | > django.contrib.messages
  126190. web_1 | > django.contrib.staticfiles
  126191. web_1 | > django.contrib.admin
  126192. web_1 | > south
  126193. web_1 | > crispy_forms
  126194. web_1 | > avatar
  126195. web_1 | > bootstrap3
  126196. web_1 | > users
  126197. web_1 | > allauth
  126198. web_1 | > allauth.account
  126199. web_1 | > django.contrib.humanize
  126200. web_1 | > debug_toolbar
  126201. web_1 |
  126202. web_1 | Not synced (use migrations):
  126203. web_1 | - allauth.socialaccount
  126204. web_1 | - django_extensions
  126205. web_1 | (use ./manage.py migrate to migrate these)
  126206. web_1 | Running migrations for socialaccount:
  126207. web_1 | - Nothing to migrate.
  126208. web_1 | - Loading initial data for socialaccount.
  126209. web_1 | Installed 0 object(s) from 0 fixture(s)
  126210. web_1 | Running migrations for django_extensions:
  126211. web_1 | - Nothing to migrate.
  126212. web_1 | - Loading initial data for django_extensions.
  126213. web_1 | Installed 0 object(s) from 0 fixture(s)
  126214. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126215. web_1 | [GCC 4.9.2] on linux2
  126216. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126217. web_1 | (InteractiveConsole)
  126218. web_1 |
  126219. web_1 | >>> >>> Starting the server
  126220. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126221. web_1 |
  126222. web_1 | Fatal error: Unable to find local grunt.
  126223. web_1 |
  126224. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126225. web_1 | your project. For more information about installing and configuring grunt,
  126226. web_1 | please see the Getting Started guide:
  126227. web_1 |
  126228. web_1 | http://gruntjs.com/getting-started
  126229. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126230. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126231. web_1 | Syncing...
  126232. web_1 | Creating tables ...
  126233. web_1 | Installing custom SQL ...
  126234. web_1 | Installing indexes ...
  126235. web_1 | Installed 0 object(s) from 0 fixture(s)
  126236. web_1 |
  126237. web_1 | Synced:
  126238. web_1 | > django.contrib.auth
  126239. web_1 | > django.contrib.contenttypes
  126240. web_1 | > django.contrib.sessions
  126241. web_1 | > django.contrib.sites
  126242. web_1 | > django.contrib.messages
  126243. web_1 | > django.contrib.staticfiles
  126244. web_1 | > django.contrib.admin
  126245. web_1 | > south
  126246. web_1 | > crispy_forms
  126247. web_1 | > avatar
  126248. web_1 | > bootstrap3
  126249. web_1 | > users
  126250. web_1 | > allauth
  126251. web_1 | > allauth.account
  126252. web_1 | > django.contrib.humanize
  126253. web_1 | > debug_toolbar
  126254. web_1 |
  126255. web_1 | Not synced (use migrations):
  126256. web_1 | - allauth.socialaccount
  126257. web_1 | - django_extensions
  126258. web_1 | (use ./manage.py migrate to migrate these)
  126259. web_1 | Running migrations for socialaccount:
  126260. web_1 | - Nothing to migrate.
  126261. web_1 | - Loading initial data for socialaccount.
  126262. web_1 | Installed 0 object(s) from 0 fixture(s)
  126263. web_1 | Running migrations for django_extensions:
  126264. web_1 | - Nothing to migrate.
  126265. web_1 | - Loading initial data for django_extensions.
  126266. web_1 | Installed 0 object(s) from 0 fixture(s)
  126267. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126268. web_1 | [GCC 4.9.2] on linux2
  126269. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126270. web_1 | (InteractiveConsole)
  126271. web_1 |
  126272. web_1 | >>> >>> Starting the server
  126273. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126274. web_1 |
  126275. web_1 | Fatal error: Unable to find local grunt.
  126276. web_1 |
  126277. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126278. web_1 | your project. For more information about installing and configuring grunt,
  126279. web_1 | please see the Getting Started guide:
  126280. web_1 |
  126281. web_1 | http://gruntjs.com/getting-started
  126282. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126283. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126284. web_1 | Syncing...
  126285. web_1 | Creating tables ...
  126286. web_1 | Installing custom SQL ...
  126287. web_1 | Installing indexes ...
  126288. web_1 | Installed 0 object(s) from 0 fixture(s)
  126289. web_1 |
  126290. web_1 | Synced:
  126291. web_1 | > django.contrib.auth
  126292. web_1 | > django.contrib.contenttypes
  126293. web_1 | > django.contrib.sessions
  126294. web_1 | > django.contrib.sites
  126295. web_1 | > django.contrib.messages
  126296. web_1 | > django.contrib.staticfiles
  126297. web_1 | > django.contrib.admin
  126298. web_1 | > south
  126299. web_1 | > crispy_forms
  126300. web_1 | > avatar
  126301. web_1 | > bootstrap3
  126302. web_1 | > users
  126303. web_1 | > allauth
  126304. web_1 | > allauth.account
  126305. web_1 | > django.contrib.humanize
  126306. web_1 | > debug_toolbar
  126307. web_1 |
  126308. web_1 | Not synced (use migrations):
  126309. web_1 | - allauth.socialaccount
  126310. web_1 | - django_extensions
  126311. web_1 | (use ./manage.py migrate to migrate these)
  126312. web_1 | Running migrations for socialaccount:
  126313. web_1 | - Nothing to migrate.
  126314. web_1 | - Loading initial data for socialaccount.
  126315. web_1 | Installed 0 object(s) from 0 fixture(s)
  126316. web_1 | Running migrations for django_extensions:
  126317. web_1 | - Nothing to migrate.
  126318. web_1 | - Loading initial data for django_extensions.
  126319. web_1 | Installed 0 object(s) from 0 fixture(s)
  126320. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126321. web_1 | [GCC 4.9.2] on linux2
  126322. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126323. web_1 | (InteractiveConsole)
  126324. web_1 |
  126325. web_1 | >>> >>> Starting the server
  126326. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126327. web_1 |
  126328. web_1 | Fatal error: Unable to find local grunt.
  126329. web_1 |
  126330. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126331. web_1 | your project. For more information about installing and configuring grunt,
  126332. web_1 | please see the Getting Started guide:
  126333. web_1 |
  126334. web_1 | http://gruntjs.com/getting-started
  126335. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126336. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126337. web_1 | Syncing...
  126338. web_1 | Creating tables ...
  126339. web_1 | Installing custom SQL ...
  126340. web_1 | Installing indexes ...
  126341. web_1 | Installed 0 object(s) from 0 fixture(s)
  126342. web_1 |
  126343. web_1 | Synced:
  126344. web_1 | > django.contrib.auth
  126345. web_1 | > django.contrib.contenttypes
  126346. web_1 | > django.contrib.sessions
  126347. web_1 | > django.contrib.sites
  126348. web_1 | > django.contrib.messages
  126349. web_1 | > django.contrib.staticfiles
  126350. web_1 | > django.contrib.admin
  126351. web_1 | > south
  126352. web_1 | > crispy_forms
  126353. web_1 | > avatar
  126354. web_1 | > bootstrap3
  126355. web_1 | > users
  126356. web_1 | > allauth
  126357. web_1 | > allauth.account
  126358. web_1 | > django.contrib.humanize
  126359. web_1 | > debug_toolbar
  126360. web_1 |
  126361. web_1 | Not synced (use migrations):
  126362. web_1 | - allauth.socialaccount
  126363. web_1 | - django_extensions
  126364. web_1 | (use ./manage.py migrate to migrate these)
  126365. web_1 | Running migrations for socialaccount:
  126366. web_1 | - Nothing to migrate.
  126367. web_1 | - Loading initial data for socialaccount.
  126368. web_1 | Installed 0 object(s) from 0 fixture(s)
  126369. web_1 | Running migrations for django_extensions:
  126370. web_1 | - Nothing to migrate.
  126371. web_1 | - Loading initial data for django_extensions.
  126372. web_1 | Installed 0 object(s) from 0 fixture(s)
  126373. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126374. web_1 | [GCC 4.9.2] on linux2
  126375. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126376. web_1 | (InteractiveConsole)
  126377. web_1 |
  126378. web_1 | >>> >>> Starting the server
  126379. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126380. web_1 |
  126381. web_1 | Fatal error: Unable to find local grunt.
  126382. web_1 |
  126383. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126384. web_1 | your project. For more information about installing and configuring grunt,
  126385. web_1 | please see the Getting Started guide:
  126386. web_1 |
  126387. web_1 | http://gruntjs.com/getting-started
  126388. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126389. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126390. web_1 | Syncing...
  126391. web_1 | Creating tables ...
  126392. web_1 | Installing custom SQL ...
  126393. web_1 | Installing indexes ...
  126394. web_1 | Installed 0 object(s) from 0 fixture(s)
  126395. web_1 |
  126396. web_1 | Synced:
  126397. web_1 | > django.contrib.auth
  126398. web_1 | > django.contrib.contenttypes
  126399. web_1 | > django.contrib.sessions
  126400. web_1 | > django.contrib.sites
  126401. web_1 | > django.contrib.messages
  126402. web_1 | > django.contrib.staticfiles
  126403. web_1 | > django.contrib.admin
  126404. web_1 | > south
  126405. web_1 | > crispy_forms
  126406. web_1 | > avatar
  126407. web_1 | > bootstrap3
  126408. web_1 | > users
  126409. web_1 | > allauth
  126410. web_1 | > allauth.account
  126411. web_1 | > django.contrib.humanize
  126412. web_1 | > debug_toolbar
  126413. web_1 |
  126414. web_1 | Not synced (use migrations):
  126415. web_1 | - allauth.socialaccount
  126416. web_1 | - django_extensions
  126417. web_1 | (use ./manage.py migrate to migrate these)
  126418. web_1 | Running migrations for socialaccount:
  126419. web_1 | - Nothing to migrate.
  126420. web_1 | - Loading initial data for socialaccount.
  126421. web_1 | Installed 0 object(s) from 0 fixture(s)
  126422. web_1 | Running migrations for django_extensions:
  126423. web_1 | - Nothing to migrate.
  126424. web_1 | - Loading initial data for django_extensions.
  126425. web_1 | Installed 0 object(s) from 0 fixture(s)
  126426. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126427. web_1 | [GCC 4.9.2] on linux2
  126428. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126429. web_1 | (InteractiveConsole)
  126430. web_1 |
  126431. web_1 | >>> >>> Starting the server
  126432. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126433. web_1 |
  126434. web_1 | Fatal error: Unable to find local grunt.
  126435. web_1 |
  126436. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126437. web_1 | your project. For more information about installing and configuring grunt,
  126438. web_1 | please see the Getting Started guide:
  126439. web_1 |
  126440. web_1 | http://gruntjs.com/getting-started
  126441. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126442. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126443. web_1 | Syncing...
  126444. web_1 | Creating tables ...
  126445. web_1 | Installing custom SQL ...
  126446. web_1 | Installing indexes ...
  126447. web_1 | Installed 0 object(s) from 0 fixture(s)
  126448. web_1 |
  126449. web_1 | Synced:
  126450. web_1 | > django.contrib.auth
  126451. web_1 | > django.contrib.contenttypes
  126452. web_1 | > django.contrib.sessions
  126453. web_1 | > django.contrib.sites
  126454. web_1 | > django.contrib.messages
  126455. web_1 | > django.contrib.staticfiles
  126456. web_1 | > django.contrib.admin
  126457. web_1 | > south
  126458. web_1 | > crispy_forms
  126459. web_1 | > avatar
  126460. web_1 | > bootstrap3
  126461. web_1 | > users
  126462. web_1 | > allauth
  126463. web_1 | > allauth.account
  126464. web_1 | > django.contrib.humanize
  126465. web_1 | > debug_toolbar
  126466. web_1 |
  126467. web_1 | Not synced (use migrations):
  126468. web_1 | - allauth.socialaccount
  126469. web_1 | - django_extensions
  126470. web_1 | (use ./manage.py migrate to migrate these)
  126471. web_1 | Running migrations for socialaccount:
  126472. web_1 | - Nothing to migrate.
  126473. web_1 | - Loading initial data for socialaccount.
  126474. web_1 | Installed 0 object(s) from 0 fixture(s)
  126475. web_1 | Running migrations for django_extensions:
  126476. web_1 | - Nothing to migrate.
  126477. web_1 | - Loading initial data for django_extensions.
  126478. web_1 | Installed 0 object(s) from 0 fixture(s)
  126479. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126480. web_1 | [GCC 4.9.2] on linux2
  126481. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126482. web_1 | (InteractiveConsole)
  126483. web_1 |
  126484. web_1 | >>> >>> Starting the server
  126485. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126486. web_1 |
  126487. web_1 | Fatal error: Unable to find local grunt.
  126488. web_1 |
  126489. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126490. web_1 | your project. For more information about installing and configuring grunt,
  126491. web_1 | please see the Getting Started guide:
  126492. web_1 |
  126493. web_1 | http://gruntjs.com/getting-started
  126494. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126495. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126496. web_1 | Syncing...
  126497. web_1 | Creating tables ...
  126498. web_1 | Installing custom SQL ...
  126499. web_1 | Installing indexes ...
  126500. web_1 | Installed 0 object(s) from 0 fixture(s)
  126501. web_1 |
  126502. web_1 | Synced:
  126503. web_1 | > django.contrib.auth
  126504. web_1 | > django.contrib.contenttypes
  126505. web_1 | > django.contrib.sessions
  126506. web_1 | > django.contrib.sites
  126507. web_1 | > django.contrib.messages
  126508. web_1 | > django.contrib.staticfiles
  126509. web_1 | > django.contrib.admin
  126510. web_1 | > south
  126511. web_1 | > crispy_forms
  126512. web_1 | > avatar
  126513. web_1 | > bootstrap3
  126514. web_1 | > users
  126515. web_1 | > allauth
  126516. web_1 | > allauth.account
  126517. web_1 | > django.contrib.humanize
  126518. web_1 | > debug_toolbar
  126519. web_1 |
  126520. web_1 | Not synced (use migrations):
  126521. web_1 | - allauth.socialaccount
  126522. web_1 | - django_extensions
  126523. web_1 | (use ./manage.py migrate to migrate these)
  126524. web_1 | Running migrations for socialaccount:
  126525. web_1 | - Nothing to migrate.
  126526. web_1 | - Loading initial data for socialaccount.
  126527. web_1 | Installed 0 object(s) from 0 fixture(s)
  126528. web_1 | Running migrations for django_extensions:
  126529. web_1 | - Nothing to migrate.
  126530. web_1 | - Loading initial data for django_extensions.
  126531. web_1 | Installed 0 object(s) from 0 fixture(s)
  126532. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126533. web_1 | [GCC 4.9.2] on linux2
  126534. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126535. web_1 | (InteractiveConsole)
  126536. web_1 |
  126537. web_1 | >>> >>> Starting the server
  126538. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126539. web_1 |
  126540. web_1 | Fatal error: Unable to find local grunt.
  126541. web_1 |
  126542. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126543. web_1 | your project. For more information about installing and configuring grunt,
  126544. web_1 | please see the Getting Started guide:
  126545. web_1 |
  126546. web_1 | http://gruntjs.com/getting-started
  126547. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126548. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126549. web_1 | Syncing...
  126550. web_1 | Creating tables ...
  126551. web_1 | Installing custom SQL ...
  126552. web_1 | Installing indexes ...
  126553. web_1 | Installed 0 object(s) from 0 fixture(s)
  126554. web_1 |
  126555. web_1 | Synced:
  126556. web_1 | > django.contrib.auth
  126557. web_1 | > django.contrib.contenttypes
  126558. web_1 | > django.contrib.sessions
  126559. web_1 | > django.contrib.sites
  126560. web_1 | > django.contrib.messages
  126561. web_1 | > django.contrib.staticfiles
  126562. web_1 | > django.contrib.admin
  126563. web_1 | > south
  126564. web_1 | > crispy_forms
  126565. web_1 | > avatar
  126566. web_1 | > bootstrap3
  126567. web_1 | > users
  126568. web_1 | > allauth
  126569. web_1 | > allauth.account
  126570. web_1 | > django.contrib.humanize
  126571. web_1 | > debug_toolbar
  126572. web_1 |
  126573. web_1 | Not synced (use migrations):
  126574. web_1 | - allauth.socialaccount
  126575. web_1 | - django_extensions
  126576. web_1 | (use ./manage.py migrate to migrate these)
  126577. web_1 | Running migrations for socialaccount:
  126578. web_1 | - Nothing to migrate.
  126579. web_1 | - Loading initial data for socialaccount.
  126580. web_1 | Installed 0 object(s) from 0 fixture(s)
  126581. web_1 | Running migrations for django_extensions:
  126582. web_1 | - Nothing to migrate.
  126583. web_1 | - Loading initial data for django_extensions.
  126584. web_1 | Installed 0 object(s) from 0 fixture(s)
  126585. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126586. web_1 | [GCC 4.9.2] on linux2
  126587. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126588. web_1 | (InteractiveConsole)
  126589. web_1 |
  126590. web_1 | >>> >>> Starting the server
  126591. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126592. web_1 |
  126593. web_1 | Fatal error: Unable to find local grunt.
  126594. web_1 |
  126595. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126596. web_1 | your project. For more information about installing and configuring grunt,
  126597. web_1 | please see the Getting Started guide:
  126598. web_1 |
  126599. web_1 | http://gruntjs.com/getting-started
  126600. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126601. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126602. web_1 | Syncing...
  126603. web_1 | Creating tables ...
  126604. web_1 | Installing custom SQL ...
  126605. web_1 | Installing indexes ...
  126606. web_1 | Installed 0 object(s) from 0 fixture(s)
  126607. web_1 |
  126608. web_1 | Synced:
  126609. web_1 | > django.contrib.auth
  126610. web_1 | > django.contrib.contenttypes
  126611. web_1 | > django.contrib.sessions
  126612. web_1 | > django.contrib.sites
  126613. web_1 | > django.contrib.messages
  126614. web_1 | > django.contrib.staticfiles
  126615. web_1 | > django.contrib.admin
  126616. web_1 | > south
  126617. web_1 | > crispy_forms
  126618. web_1 | > avatar
  126619. web_1 | > bootstrap3
  126620. web_1 | > users
  126621. web_1 | > allauth
  126622. web_1 | > allauth.account
  126623. web_1 | > django.contrib.humanize
  126624. web_1 | > debug_toolbar
  126625. web_1 |
  126626. web_1 | Not synced (use migrations):
  126627. web_1 | - allauth.socialaccount
  126628. web_1 | - django_extensions
  126629. web_1 | (use ./manage.py migrate to migrate these)
  126630. web_1 | Running migrations for socialaccount:
  126631. web_1 | - Nothing to migrate.
  126632. web_1 | - Loading initial data for socialaccount.
  126633. web_1 | Installed 0 object(s) from 0 fixture(s)
  126634. web_1 | Running migrations for django_extensions:
  126635. web_1 | - Nothing to migrate.
  126636. web_1 | - Loading initial data for django_extensions.
  126637. web_1 | Installed 0 object(s) from 0 fixture(s)
  126638. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126639. web_1 | [GCC 4.9.2] on linux2
  126640. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126641. web_1 | (InteractiveConsole)
  126642. web_1 |
  126643. web_1 | >>> >>> Starting the server
  126644. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126645. web_1 |
  126646. web_1 | Fatal error: Unable to find local grunt.
  126647. web_1 |
  126648. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126649. web_1 | your project. For more information about installing and configuring grunt,
  126650. web_1 | please see the Getting Started guide:
  126651. web_1 |
  126652. web_1 | http://gruntjs.com/getting-started
  126653. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126654. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126655. web_1 | Syncing...
  126656. web_1 | Creating tables ...
  126657. web_1 | Installing custom SQL ...
  126658. web_1 | Installing indexes ...
  126659. web_1 | Installed 0 object(s) from 0 fixture(s)
  126660. web_1 |
  126661. web_1 | Synced:
  126662. web_1 | > django.contrib.auth
  126663. web_1 | > django.contrib.contenttypes
  126664. web_1 | > django.contrib.sessions
  126665. web_1 | > django.contrib.sites
  126666. web_1 | > django.contrib.messages
  126667. web_1 | > django.contrib.staticfiles
  126668. web_1 | > django.contrib.admin
  126669. web_1 | > south
  126670. web_1 | > crispy_forms
  126671. web_1 | > avatar
  126672. web_1 | > bootstrap3
  126673. web_1 | > users
  126674. web_1 | > allauth
  126675. web_1 | > allauth.account
  126676. web_1 | > django.contrib.humanize
  126677. web_1 | > debug_toolbar
  126678. web_1 |
  126679. web_1 | Not synced (use migrations):
  126680. web_1 | - allauth.socialaccount
  126681. web_1 | - django_extensions
  126682. web_1 | (use ./manage.py migrate to migrate these)
  126683. web_1 | Running migrations for socialaccount:
  126684. web_1 | - Nothing to migrate.
  126685. web_1 | - Loading initial data for socialaccount.
  126686. web_1 | Installed 0 object(s) from 0 fixture(s)
  126687. web_1 | Running migrations for django_extensions:
  126688. web_1 | - Nothing to migrate.
  126689. web_1 | - Loading initial data for django_extensions.
  126690. web_1 | Installed 0 object(s) from 0 fixture(s)
  126691. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126692. web_1 | [GCC 4.9.2] on linux2
  126693. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126694. web_1 | (InteractiveConsole)
  126695. web_1 |
  126696. web_1 | >>> >>> Starting the server
  126697. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126698. web_1 |
  126699. web_1 | Fatal error: Unable to find local grunt.
  126700. web_1 |
  126701. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126702. web_1 | your project. For more information about installing and configuring grunt,
  126703. web_1 | please see the Getting Started guide:
  126704. web_1 |
  126705. web_1 | http://gruntjs.com/getting-started
  126706. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126707. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126708. web_1 | Syncing...
  126709. web_1 | Creating tables ...
  126710. web_1 | Installing custom SQL ...
  126711. web_1 | Installing indexes ...
  126712. web_1 | Installed 0 object(s) from 0 fixture(s)
  126713. web_1 |
  126714. web_1 | Synced:
  126715. web_1 | > django.contrib.auth
  126716. web_1 | > django.contrib.contenttypes
  126717. web_1 | > django.contrib.sessions
  126718. web_1 | > django.contrib.sites
  126719. web_1 | > django.contrib.messages
  126720. web_1 | > django.contrib.staticfiles
  126721. web_1 | > django.contrib.admin
  126722. web_1 | > south
  126723. web_1 | > crispy_forms
  126724. web_1 | > avatar
  126725. web_1 | > bootstrap3
  126726. web_1 | > users
  126727. web_1 | > allauth
  126728. web_1 | > allauth.account
  126729. web_1 | > django.contrib.humanize
  126730. web_1 | > debug_toolbar
  126731. web_1 |
  126732. web_1 | Not synced (use migrations):
  126733. web_1 | - allauth.socialaccount
  126734. web_1 | - django_extensions
  126735. web_1 | (use ./manage.py migrate to migrate these)
  126736. web_1 | Running migrations for socialaccount:
  126737. web_1 | - Nothing to migrate.
  126738. web_1 | - Loading initial data for socialaccount.
  126739. web_1 | Installed 0 object(s) from 0 fixture(s)
  126740. web_1 | Running migrations for django_extensions:
  126741. web_1 | - Nothing to migrate.
  126742. web_1 | - Loading initial data for django_extensions.
  126743. web_1 | Installed 0 object(s) from 0 fixture(s)
  126744. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126745. web_1 | [GCC 4.9.2] on linux2
  126746. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126747. web_1 | (InteractiveConsole)
  126748. web_1 |
  126749. web_1 | >>> >>> Starting the server
  126750. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126751. web_1 |
  126752. web_1 | Fatal error: Unable to find local grunt.
  126753. web_1 |
  126754. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126755. web_1 | your project. For more information about installing and configuring grunt,
  126756. web_1 | please see the Getting Started guide:
  126757. web_1 |
  126758. web_1 | http://gruntjs.com/getting-started
  126759. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126760. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126761. web_1 | Syncing...
  126762. web_1 | Creating tables ...
  126763. web_1 | Installing custom SQL ...
  126764. web_1 | Installing indexes ...
  126765. web_1 | Installed 0 object(s) from 0 fixture(s)
  126766. web_1 |
  126767. web_1 | Synced:
  126768. web_1 | > django.contrib.auth
  126769. web_1 | > django.contrib.contenttypes
  126770. web_1 | > django.contrib.sessions
  126771. web_1 | > django.contrib.sites
  126772. web_1 | > django.contrib.messages
  126773. web_1 | > django.contrib.staticfiles
  126774. web_1 | > django.contrib.admin
  126775. web_1 | > south
  126776. web_1 | > crispy_forms
  126777. web_1 | > avatar
  126778. web_1 | > bootstrap3
  126779. web_1 | > users
  126780. web_1 | > allauth
  126781. web_1 | > allauth.account
  126782. web_1 | > django.contrib.humanize
  126783. web_1 | > debug_toolbar
  126784. web_1 |
  126785. web_1 | Not synced (use migrations):
  126786. web_1 | - allauth.socialaccount
  126787. web_1 | - django_extensions
  126788. web_1 | (use ./manage.py migrate to migrate these)
  126789. web_1 | Running migrations for socialaccount:
  126790. web_1 | - Nothing to migrate.
  126791. web_1 | - Loading initial data for socialaccount.
  126792. web_1 | Installed 0 object(s) from 0 fixture(s)
  126793. web_1 | Running migrations for django_extensions:
  126794. web_1 | - Nothing to migrate.
  126795. web_1 | - Loading initial data for django_extensions.
  126796. web_1 | Installed 0 object(s) from 0 fixture(s)
  126797. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126798. web_1 | [GCC 4.9.2] on linux2
  126799. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126800. web_1 | (InteractiveConsole)
  126801. web_1 |
  126802. web_1 | >>> >>> Starting the server
  126803. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126804. web_1 |
  126805. web_1 | Fatal error: Unable to find local grunt.
  126806. web_1 |
  126807. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126808. web_1 | your project. For more information about installing and configuring grunt,
  126809. web_1 | please see the Getting Started guide:
  126810. web_1 |
  126811. web_1 | http://gruntjs.com/getting-started
  126812. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126813. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126814. web_1 | Syncing...
  126815. web_1 | Creating tables ...
  126816. web_1 | Installing custom SQL ...
  126817. web_1 | Installing indexes ...
  126818. web_1 | Installed 0 object(s) from 0 fixture(s)
  126819. web_1 |
  126820. web_1 | Synced:
  126821. web_1 | > django.contrib.auth
  126822. web_1 | > django.contrib.contenttypes
  126823. web_1 | > django.contrib.sessions
  126824. web_1 | > django.contrib.sites
  126825. web_1 | > django.contrib.messages
  126826. web_1 | > django.contrib.staticfiles
  126827. web_1 | > django.contrib.admin
  126828. web_1 | > south
  126829. web_1 | > crispy_forms
  126830. web_1 | > avatar
  126831. web_1 | > bootstrap3
  126832. web_1 | > users
  126833. web_1 | > allauth
  126834. web_1 | > allauth.account
  126835. web_1 | > django.contrib.humanize
  126836. web_1 | > debug_toolbar
  126837. web_1 |
  126838. web_1 | Not synced (use migrations):
  126839. web_1 | - allauth.socialaccount
  126840. web_1 | - django_extensions
  126841. web_1 | (use ./manage.py migrate to migrate these)
  126842. web_1 | Running migrations for socialaccount:
  126843. web_1 | - Nothing to migrate.
  126844. web_1 | - Loading initial data for socialaccount.
  126845. web_1 | Installed 0 object(s) from 0 fixture(s)
  126846. web_1 | Running migrations for django_extensions:
  126847. web_1 | - Nothing to migrate.
  126848. web_1 | - Loading initial data for django_extensions.
  126849. web_1 | Installed 0 object(s) from 0 fixture(s)
  126850. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126851. web_1 | [GCC 4.9.2] on linux2
  126852. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126853. web_1 | (InteractiveConsole)
  126854. web_1 |
  126855. web_1 | >>> >>> Starting the server
  126856. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126857. web_1 |
  126858. web_1 | Fatal error: Unable to find local grunt.
  126859. web_1 |
  126860. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126861. web_1 | your project. For more information about installing and configuring grunt,
  126862. web_1 | please see the Getting Started guide:
  126863. web_1 |
  126864. web_1 | http://gruntjs.com/getting-started
  126865. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126866. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126867. web_1 | Syncing...
  126868. web_1 | Creating tables ...
  126869. web_1 | Installing custom SQL ...
  126870. web_1 | Installing indexes ...
  126871. web_1 | Installed 0 object(s) from 0 fixture(s)
  126872. web_1 |
  126873. web_1 | Synced:
  126874. web_1 | > django.contrib.auth
  126875. web_1 | > django.contrib.contenttypes
  126876. web_1 | > django.contrib.sessions
  126877. web_1 | > django.contrib.sites
  126878. web_1 | > django.contrib.messages
  126879. web_1 | > django.contrib.staticfiles
  126880. web_1 | > django.contrib.admin
  126881. web_1 | > south
  126882. web_1 | > crispy_forms
  126883. web_1 | > avatar
  126884. web_1 | > bootstrap3
  126885. web_1 | > users
  126886. web_1 | > allauth
  126887. web_1 | > allauth.account
  126888. web_1 | > django.contrib.humanize
  126889. web_1 | > debug_toolbar
  126890. web_1 |
  126891. web_1 | Not synced (use migrations):
  126892. web_1 | - allauth.socialaccount
  126893. web_1 | - django_extensions
  126894. web_1 | (use ./manage.py migrate to migrate these)
  126895. web_1 | Running migrations for socialaccount:
  126896. web_1 | - Nothing to migrate.
  126897. web_1 | - Loading initial data for socialaccount.
  126898. web_1 | Installed 0 object(s) from 0 fixture(s)
  126899. web_1 | Running migrations for django_extensions:
  126900. web_1 | - Nothing to migrate.
  126901. web_1 | - Loading initial data for django_extensions.
  126902. web_1 | Installed 0 object(s) from 0 fixture(s)
  126903. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126904. web_1 | [GCC 4.9.2] on linux2
  126905. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126906. web_1 | (InteractiveConsole)
  126907. web_1 |
  126908. web_1 | >>> >>> Starting the server
  126909. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126910. web_1 |
  126911. web_1 | Fatal error: Unable to find local grunt.
  126912. web_1 |
  126913. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126914. web_1 | your project. For more information about installing and configuring grunt,
  126915. web_1 | please see the Getting Started guide:
  126916. web_1 |
  126917. web_1 | http://gruntjs.com/getting-started
  126918. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126919. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126920. web_1 | Syncing...
  126921. web_1 | Creating tables ...
  126922. web_1 | Installing custom SQL ...
  126923. web_1 | Installing indexes ...
  126924. web_1 | Installed 0 object(s) from 0 fixture(s)
  126925. web_1 |
  126926. web_1 | Synced:
  126927. web_1 | > django.contrib.auth
  126928. web_1 | > django.contrib.contenttypes
  126929. web_1 | > django.contrib.sessions
  126930. web_1 | > django.contrib.sites
  126931. web_1 | > django.contrib.messages
  126932. web_1 | > django.contrib.staticfiles
  126933. web_1 | > django.contrib.admin
  126934. web_1 | > south
  126935. web_1 | > crispy_forms
  126936. web_1 | > avatar
  126937. web_1 | > bootstrap3
  126938. web_1 | > users
  126939. web_1 | > allauth
  126940. web_1 | > allauth.account
  126941. web_1 | > django.contrib.humanize
  126942. web_1 | > debug_toolbar
  126943. web_1 |
  126944. web_1 | Not synced (use migrations):
  126945. web_1 | - allauth.socialaccount
  126946. web_1 | - django_extensions
  126947. web_1 | (use ./manage.py migrate to migrate these)
  126948. web_1 | Running migrations for socialaccount:
  126949. web_1 | - Nothing to migrate.
  126950. web_1 | - Loading initial data for socialaccount.
  126951. web_1 | Installed 0 object(s) from 0 fixture(s)
  126952. web_1 | Running migrations for django_extensions:
  126953. web_1 | - Nothing to migrate.
  126954. web_1 | - Loading initial data for django_extensions.
  126955. web_1 | Installed 0 object(s) from 0 fixture(s)
  126956. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  126957. web_1 | [GCC 4.9.2] on linux2
  126958. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  126959. web_1 | (InteractiveConsole)
  126960. web_1 |
  126961. web_1 | >>> >>> Starting the server
  126962. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  126963. web_1 |
  126964. web_1 | Fatal error: Unable to find local grunt.
  126965. web_1 |
  126966. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  126967. web_1 | your project. For more information about installing and configuring grunt,
  126968. web_1 | please see the Getting Started guide:
  126969. web_1 |
  126970. web_1 | http://gruntjs.com/getting-started
  126971. web_1 | Starting OpenBSD Secure Shell server: sshd.
  126972. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  126973. web_1 | Syncing...
  126974. web_1 | Creating tables ...
  126975. web_1 | Installing custom SQL ...
  126976. web_1 | Installing indexes ...
  126977. web_1 | Installed 0 object(s) from 0 fixture(s)
  126978. web_1 |
  126979. web_1 | Synced:
  126980. web_1 | > django.contrib.auth
  126981. web_1 | > django.contrib.contenttypes
  126982. web_1 | > django.contrib.sessions
  126983. web_1 | > django.contrib.sites
  126984. web_1 | > django.contrib.messages
  126985. web_1 | > django.contrib.staticfiles
  126986. web_1 | > django.contrib.admin
  126987. web_1 | > south
  126988. web_1 | > crispy_forms
  126989. web_1 | > avatar
  126990. web_1 | > bootstrap3
  126991. web_1 | > users
  126992. web_1 | > allauth
  126993. web_1 | > allauth.account
  126994. web_1 | > django.contrib.humanize
  126995. web_1 | > debug_toolbar
  126996. web_1 |
  126997. web_1 | Not synced (use migrations):
  126998. web_1 | - allauth.socialaccount
  126999. web_1 | - django_extensions
  127000. web_1 | (use ./manage.py migrate to migrate these)
  127001. web_1 | Running migrations for socialaccount:
  127002. web_1 | - Nothing to migrate.
  127003. web_1 | - Loading initial data for socialaccount.
  127004. web_1 | Installed 0 object(s) from 0 fixture(s)
  127005. web_1 | Running migrations for django_extensions:
  127006. web_1 | - Nothing to migrate.
  127007. web_1 | - Loading initial data for django_extensions.
  127008. web_1 | Installed 0 object(s) from 0 fixture(s)
  127009. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127010. web_1 | [GCC 4.9.2] on linux2
  127011. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127012. web_1 | (InteractiveConsole)
  127013. web_1 |
  127014. web_1 | >>> >>> Starting the server
  127015. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127016. web_1 |
  127017. web_1 | Fatal error: Unable to find local grunt.
  127018. web_1 |
  127019. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127020. web_1 | your project. For more information about installing and configuring grunt,
  127021. web_1 | please see the Getting Started guide:
  127022. web_1 |
  127023. web_1 | http://gruntjs.com/getting-started
  127024. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127025. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127026. web_1 | Syncing...
  127027. web_1 | Creating tables ...
  127028. web_1 | Installing custom SQL ...
  127029. web_1 | Installing indexes ...
  127030. web_1 | Installed 0 object(s) from 0 fixture(s)
  127031. web_1 |
  127032. web_1 | Synced:
  127033. web_1 | > django.contrib.auth
  127034. web_1 | > django.contrib.contenttypes
  127035. web_1 | > django.contrib.sessions
  127036. web_1 | > django.contrib.sites
  127037. web_1 | > django.contrib.messages
  127038. web_1 | > django.contrib.staticfiles
  127039. web_1 | > django.contrib.admin
  127040. web_1 | > south
  127041. web_1 | > crispy_forms
  127042. web_1 | > avatar
  127043. web_1 | > bootstrap3
  127044. web_1 | > users
  127045. web_1 | > allauth
  127046. web_1 | > allauth.account
  127047. web_1 | > django.contrib.humanize
  127048. web_1 | > debug_toolbar
  127049. web_1 |
  127050. web_1 | Not synced (use migrations):
  127051. web_1 | - allauth.socialaccount
  127052. web_1 | - django_extensions
  127053. web_1 | (use ./manage.py migrate to migrate these)
  127054. web_1 | Running migrations for socialaccount:
  127055. web_1 | - Nothing to migrate.
  127056. web_1 | - Loading initial data for socialaccount.
  127057. web_1 | Installed 0 object(s) from 0 fixture(s)
  127058. web_1 | Running migrations for django_extensions:
  127059. web_1 | - Nothing to migrate.
  127060. web_1 | - Loading initial data for django_extensions.
  127061. web_1 | Installed 0 object(s) from 0 fixture(s)
  127062. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127063. web_1 | [GCC 4.9.2] on linux2
  127064. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127065. web_1 | (InteractiveConsole)
  127066. web_1 |
  127067. web_1 | >>> >>> Starting the server
  127068. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127069. web_1 |
  127070. web_1 | Fatal error: Unable to find local grunt.
  127071. web_1 |
  127072. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127073. web_1 | your project. For more information about installing and configuring grunt,
  127074. web_1 | please see the Getting Started guide:
  127075. web_1 |
  127076. web_1 | http://gruntjs.com/getting-started
  127077. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127078. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127079. web_1 | Syncing...
  127080. web_1 | Creating tables ...
  127081. web_1 | Installing custom SQL ...
  127082. web_1 | Installing indexes ...
  127083. web_1 | Installed 0 object(s) from 0 fixture(s)
  127084. web_1 |
  127085. web_1 | Synced:
  127086. web_1 | > django.contrib.auth
  127087. web_1 | > django.contrib.contenttypes
  127088. web_1 | > django.contrib.sessions
  127089. web_1 | > django.contrib.sites
  127090. web_1 | > django.contrib.messages
  127091. web_1 | > django.contrib.staticfiles
  127092. web_1 | > django.contrib.admin
  127093. web_1 | > south
  127094. web_1 | > crispy_forms
  127095. web_1 | > avatar
  127096. web_1 | > bootstrap3
  127097. web_1 | > users
  127098. web_1 | > allauth
  127099. web_1 | > allauth.account
  127100. web_1 | > django.contrib.humanize
  127101. web_1 | > debug_toolbar
  127102. web_1 |
  127103. web_1 | Not synced (use migrations):
  127104. web_1 | - allauth.socialaccount
  127105. web_1 | - django_extensions
  127106. web_1 | (use ./manage.py migrate to migrate these)
  127107. web_1 | Running migrations for socialaccount:
  127108. web_1 | - Nothing to migrate.
  127109. web_1 | - Loading initial data for socialaccount.
  127110. web_1 | Installed 0 object(s) from 0 fixture(s)
  127111. web_1 | Running migrations for django_extensions:
  127112. web_1 | - Nothing to migrate.
  127113. web_1 | - Loading initial data for django_extensions.
  127114. web_1 | Installed 0 object(s) from 0 fixture(s)
  127115. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127116. web_1 | [GCC 4.9.2] on linux2
  127117. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127118. web_1 | (InteractiveConsole)
  127119. web_1 |
  127120. web_1 | >>> >>> Starting the server
  127121. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127122. web_1 |
  127123. web_1 | Fatal error: Unable to find local grunt.
  127124. web_1 |
  127125. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127126. web_1 | your project. For more information about installing and configuring grunt,
  127127. web_1 | please see the Getting Started guide:
  127128. web_1 |
  127129. web_1 | http://gruntjs.com/getting-started
  127130. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127131. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127132. web_1 | Syncing...
  127133. web_1 | Creating tables ...
  127134. web_1 | Installing custom SQL ...
  127135. web_1 | Installing indexes ...
  127136. web_1 | Installed 0 object(s) from 0 fixture(s)
  127137. web_1 |
  127138. web_1 | Synced:
  127139. web_1 | > django.contrib.auth
  127140. web_1 | > django.contrib.contenttypes
  127141. web_1 | > django.contrib.sessions
  127142. web_1 | > django.contrib.sites
  127143. web_1 | > django.contrib.messages
  127144. web_1 | > django.contrib.staticfiles
  127145. web_1 | > django.contrib.admin
  127146. web_1 | > south
  127147. web_1 | > crispy_forms
  127148. web_1 | > avatar
  127149. web_1 | > bootstrap3
  127150. web_1 | > users
  127151. web_1 | > allauth
  127152. web_1 | > allauth.account
  127153. web_1 | > django.contrib.humanize
  127154. web_1 | > debug_toolbar
  127155. web_1 |
  127156. web_1 | Not synced (use migrations):
  127157. web_1 | - allauth.socialaccount
  127158. web_1 | - django_extensions
  127159. web_1 | (use ./manage.py migrate to migrate these)
  127160. web_1 | Running migrations for socialaccount:
  127161. web_1 | - Nothing to migrate.
  127162. web_1 | - Loading initial data for socialaccount.
  127163. web_1 | Installed 0 object(s) from 0 fixture(s)
  127164. web_1 | Running migrations for django_extensions:
  127165. web_1 | - Nothing to migrate.
  127166. web_1 | - Loading initial data for django_extensions.
  127167. web_1 | Installed 0 object(s) from 0 fixture(s)
  127168. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127169. web_1 | [GCC 4.9.2] on linux2
  127170. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127171. web_1 | (InteractiveConsole)
  127172. web_1 |
  127173. web_1 | >>> >>> Starting the server
  127174. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127175. web_1 |
  127176. web_1 | Fatal error: Unable to find local grunt.
  127177. web_1 |
  127178. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127179. web_1 | your project. For more information about installing and configuring grunt,
  127180. web_1 | please see the Getting Started guide:
  127181. web_1 |
  127182. web_1 | http://gruntjs.com/getting-started
  127183. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127184. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127185. web_1 | Syncing...
  127186. web_1 | Creating tables ...
  127187. web_1 | Installing custom SQL ...
  127188. web_1 | Installing indexes ...
  127189. web_1 | Installed 0 object(s) from 0 fixture(s)
  127190. web_1 |
  127191. web_1 | Synced:
  127192. web_1 | > django.contrib.auth
  127193. web_1 | > django.contrib.contenttypes
  127194. web_1 | > django.contrib.sessions
  127195. web_1 | > django.contrib.sites
  127196. web_1 | > django.contrib.messages
  127197. web_1 | > django.contrib.staticfiles
  127198. web_1 | > django.contrib.admin
  127199. web_1 | > south
  127200. web_1 | > crispy_forms
  127201. web_1 | > avatar
  127202. web_1 | > bootstrap3
  127203. web_1 | > users
  127204. web_1 | > allauth
  127205. web_1 | > allauth.account
  127206. web_1 | > django.contrib.humanize
  127207. web_1 | > debug_toolbar
  127208. web_1 |
  127209. web_1 | Not synced (use migrations):
  127210. web_1 | - allauth.socialaccount
  127211. web_1 | - django_extensions
  127212. web_1 | (use ./manage.py migrate to migrate these)
  127213. web_1 | Running migrations for socialaccount:
  127214. web_1 | - Nothing to migrate.
  127215. web_1 | - Loading initial data for socialaccount.
  127216. web_1 | Installed 0 object(s) from 0 fixture(s)
  127217. web_1 | Running migrations for django_extensions:
  127218. web_1 | - Nothing to migrate.
  127219. web_1 | - Loading initial data for django_extensions.
  127220. web_1 | Installed 0 object(s) from 0 fixture(s)
  127221. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127222. web_1 | [GCC 4.9.2] on linux2
  127223. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127224. web_1 | (InteractiveConsole)
  127225. web_1 |
  127226. web_1 | >>> >>> Starting the server
  127227. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127228. web_1 |
  127229. web_1 | Fatal error: Unable to find local grunt.
  127230. web_1 |
  127231. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127232. web_1 | your project. For more information about installing and configuring grunt,
  127233. web_1 | please see the Getting Started guide:
  127234. web_1 |
  127235. web_1 | http://gruntjs.com/getting-started
  127236. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127237. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127238. web_1 | Syncing...
  127239. web_1 | Creating tables ...
  127240. web_1 | Installing custom SQL ...
  127241. web_1 | Installing indexes ...
  127242. web_1 | Installed 0 object(s) from 0 fixture(s)
  127243. web_1 |
  127244. web_1 | Synced:
  127245. web_1 | > django.contrib.auth
  127246. web_1 | > django.contrib.contenttypes
  127247. web_1 | > django.contrib.sessions
  127248. web_1 | > django.contrib.sites
  127249. web_1 | > django.contrib.messages
  127250. web_1 | > django.contrib.staticfiles
  127251. web_1 | > django.contrib.admin
  127252. web_1 | > south
  127253. web_1 | > crispy_forms
  127254. web_1 | > avatar
  127255. web_1 | > bootstrap3
  127256. web_1 | > users
  127257. web_1 | > allauth
  127258. web_1 | > allauth.account
  127259. web_1 | > django.contrib.humanize
  127260. web_1 | > debug_toolbar
  127261. web_1 |
  127262. web_1 | Not synced (use migrations):
  127263. web_1 | - allauth.socialaccount
  127264. web_1 | - django_extensions
  127265. web_1 | (use ./manage.py migrate to migrate these)
  127266. web_1 | Running migrations for socialaccount:
  127267. web_1 | - Nothing to migrate.
  127268. web_1 | - Loading initial data for socialaccount.
  127269. web_1 | Installed 0 object(s) from 0 fixture(s)
  127270. web_1 | Running migrations for django_extensions:
  127271. web_1 | - Nothing to migrate.
  127272. web_1 | - Loading initial data for django_extensions.
  127273. web_1 | Installed 0 object(s) from 0 fixture(s)
  127274. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127275. web_1 | [GCC 4.9.2] on linux2
  127276. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127277. web_1 | (InteractiveConsole)
  127278. web_1 |
  127279. web_1 | >>> >>> Starting the server
  127280. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127281. web_1 |
  127282. web_1 | Fatal error: Unable to find local grunt.
  127283. web_1 |
  127284. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127285. web_1 | your project. For more information about installing and configuring grunt,
  127286. web_1 | please see the Getting Started guide:
  127287. web_1 |
  127288. web_1 | http://gruntjs.com/getting-started
  127289. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127290. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127291. web_1 | Syncing...
  127292. web_1 | Creating tables ...
  127293. web_1 | Installing custom SQL ...
  127294. web_1 | Installing indexes ...
  127295. web_1 | Installed 0 object(s) from 0 fixture(s)
  127296. web_1 |
  127297. web_1 | Synced:
  127298. web_1 | > django.contrib.auth
  127299. web_1 | > django.contrib.contenttypes
  127300. web_1 | > django.contrib.sessions
  127301. web_1 | > django.contrib.sites
  127302. web_1 | > django.contrib.messages
  127303. web_1 | > django.contrib.staticfiles
  127304. web_1 | > django.contrib.admin
  127305. web_1 | > south
  127306. web_1 | > crispy_forms
  127307. web_1 | > avatar
  127308. web_1 | > bootstrap3
  127309. web_1 | > users
  127310. web_1 | > allauth
  127311. web_1 | > allauth.account
  127312. web_1 | > django.contrib.humanize
  127313. web_1 | > debug_toolbar
  127314. web_1 |
  127315. web_1 | Not synced (use migrations):
  127316. web_1 | - allauth.socialaccount
  127317. web_1 | - django_extensions
  127318. web_1 | (use ./manage.py migrate to migrate these)
  127319. web_1 | Running migrations for socialaccount:
  127320. web_1 | - Nothing to migrate.
  127321. web_1 | - Loading initial data for socialaccount.
  127322. web_1 | Installed 0 object(s) from 0 fixture(s)
  127323. web_1 | Running migrations for django_extensions:
  127324. web_1 | - Nothing to migrate.
  127325. web_1 | - Loading initial data for django_extensions.
  127326. web_1 | Installed 0 object(s) from 0 fixture(s)
  127327. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127328. web_1 | [GCC 4.9.2] on linux2
  127329. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127330. web_1 | (InteractiveConsole)
  127331. web_1 |
  127332. web_1 | >>> >>> Starting the server
  127333. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127334. web_1 |
  127335. web_1 | Fatal error: Unable to find local grunt.
  127336. web_1 |
  127337. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127338. web_1 | your project. For more information about installing and configuring grunt,
  127339. web_1 | please see the Getting Started guide:
  127340. web_1 |
  127341. web_1 | http://gruntjs.com/getting-started
  127342. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127343. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127344. web_1 | Syncing...
  127345. web_1 | Creating tables ...
  127346. web_1 | Installing custom SQL ...
  127347. web_1 | Installing indexes ...
  127348. web_1 | Installed 0 object(s) from 0 fixture(s)
  127349. web_1 |
  127350. web_1 | Synced:
  127351. web_1 | > django.contrib.auth
  127352. web_1 | > django.contrib.contenttypes
  127353. web_1 | > django.contrib.sessions
  127354. web_1 | > django.contrib.sites
  127355. web_1 | > django.contrib.messages
  127356. web_1 | > django.contrib.staticfiles
  127357. web_1 | > django.contrib.admin
  127358. web_1 | > south
  127359. web_1 | > crispy_forms
  127360. web_1 | > avatar
  127361. web_1 | > bootstrap3
  127362. web_1 | > users
  127363. web_1 | > allauth
  127364. web_1 | > allauth.account
  127365. web_1 | > django.contrib.humanize
  127366. web_1 | > debug_toolbar
  127367. web_1 |
  127368. web_1 | Not synced (use migrations):
  127369. web_1 | - allauth.socialaccount
  127370. web_1 | - django_extensions
  127371. web_1 | (use ./manage.py migrate to migrate these)
  127372. web_1 | Running migrations for socialaccount:
  127373. web_1 | - Nothing to migrate.
  127374. web_1 | - Loading initial data for socialaccount.
  127375. web_1 | Installed 0 object(s) from 0 fixture(s)
  127376. web_1 | Running migrations for django_extensions:
  127377. web_1 | - Nothing to migrate.
  127378. web_1 | - Loading initial data for django_extensions.
  127379. web_1 | Installed 0 object(s) from 0 fixture(s)
  127380. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127381. web_1 | [GCC 4.9.2] on linux2
  127382. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127383. web_1 | (InteractiveConsole)
  127384. web_1 |
  127385. web_1 | >>> >>> Starting the server
  127386. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127387. web_1 |
  127388. web_1 | Fatal error: Unable to find local grunt.
  127389. web_1 |
  127390. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127391. web_1 | your project. For more information about installing and configuring grunt,
  127392. web_1 | please see the Getting Started guide:
  127393. web_1 |
  127394. web_1 | http://gruntjs.com/getting-started
  127395. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127396. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127397. web_1 | Syncing...
  127398. web_1 | Creating tables ...
  127399. web_1 | Installing custom SQL ...
  127400. web_1 | Installing indexes ...
  127401. web_1 | Installed 0 object(s) from 0 fixture(s)
  127402. web_1 |
  127403. web_1 | Synced:
  127404. web_1 | > django.contrib.auth
  127405. web_1 | > django.contrib.contenttypes
  127406. web_1 | > django.contrib.sessions
  127407. web_1 | > django.contrib.sites
  127408. web_1 | > django.contrib.messages
  127409. web_1 | > django.contrib.staticfiles
  127410. web_1 | > django.contrib.admin
  127411. web_1 | > south
  127412. web_1 | > crispy_forms
  127413. web_1 | > avatar
  127414. web_1 | > bootstrap3
  127415. web_1 | > users
  127416. web_1 | > allauth
  127417. web_1 | > allauth.account
  127418. web_1 | > django.contrib.humanize
  127419. web_1 | > debug_toolbar
  127420. web_1 |
  127421. web_1 | Not synced (use migrations):
  127422. web_1 | - allauth.socialaccount
  127423. web_1 | - django_extensions
  127424. web_1 | (use ./manage.py migrate to migrate these)
  127425. web_1 | Running migrations for socialaccount:
  127426. web_1 | - Nothing to migrate.
  127427. web_1 | - Loading initial data for socialaccount.
  127428. web_1 | Installed 0 object(s) from 0 fixture(s)
  127429. web_1 | Running migrations for django_extensions:
  127430. web_1 | - Nothing to migrate.
  127431. web_1 | - Loading initial data for django_extensions.
  127432. web_1 | Installed 0 object(s) from 0 fixture(s)
  127433. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127434. web_1 | [GCC 4.9.2] on linux2
  127435. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127436. web_1 | (InteractiveConsole)
  127437. web_1 |
  127438. web_1 | >>> >>> Starting the server
  127439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127440. web_1 |
  127441. web_1 | Fatal error: Unable to find local grunt.
  127442. web_1 |
  127443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127444. web_1 | your project. For more information about installing and configuring grunt,
  127445. web_1 | please see the Getting Started guide:
  127446. web_1 |
  127447. web_1 | http://gruntjs.com/getting-started
  127448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127449. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127450. web_1 | Syncing...
  127451. web_1 | Creating tables ...
  127452. web_1 | Installing custom SQL ...
  127453. web_1 | Installing indexes ...
  127454. web_1 | Installed 0 object(s) from 0 fixture(s)
  127455. web_1 |
  127456. web_1 | Synced:
  127457. web_1 | > django.contrib.auth
  127458. web_1 | > django.contrib.contenttypes
  127459. web_1 | > django.contrib.sessions
  127460. web_1 | > django.contrib.sites
  127461. web_1 | > django.contrib.messages
  127462. web_1 | > django.contrib.staticfiles
  127463. web_1 | > django.contrib.admin
  127464. web_1 | > south
  127465. web_1 | > crispy_forms
  127466. web_1 | > avatar
  127467. web_1 | > bootstrap3
  127468. web_1 | > users
  127469. web_1 | > allauth
  127470. web_1 | > allauth.account
  127471. web_1 | > django.contrib.humanize
  127472. web_1 | > debug_toolbar
  127473. web_1 |
  127474. web_1 | Not synced (use migrations):
  127475. web_1 | - allauth.socialaccount
  127476. web_1 | - django_extensions
  127477. web_1 | (use ./manage.py migrate to migrate these)
  127478. web_1 | Running migrations for socialaccount:
  127479. web_1 | - Nothing to migrate.
  127480. web_1 | - Loading initial data for socialaccount.
  127481. web_1 | Installed 0 object(s) from 0 fixture(s)
  127482. web_1 | Running migrations for django_extensions:
  127483. web_1 | - Nothing to migrate.
  127484. web_1 | - Loading initial data for django_extensions.
  127485. web_1 | Installed 0 object(s) from 0 fixture(s)
  127486. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127487. web_1 | [GCC 4.9.2] on linux2
  127488. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127489. web_1 | (InteractiveConsole)
  127490. web_1 |
  127491. web_1 | >>> >>> Starting the server
  127492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127493. web_1 |
  127494. web_1 | Fatal error: Unable to find local grunt.
  127495. web_1 |
  127496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127497. web_1 | your project. For more information about installing and configuring grunt,
  127498. web_1 | please see the Getting Started guide:
  127499. web_1 |
  127500. web_1 | http://gruntjs.com/getting-started
  127501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127502. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127503. web_1 | Syncing...
  127504. web_1 | Creating tables ...
  127505. web_1 | Installing custom SQL ...
  127506. web_1 | Installing indexes ...
  127507. web_1 | Installed 0 object(s) from 0 fixture(s)
  127508. web_1 |
  127509. web_1 | Synced:
  127510. web_1 | > django.contrib.auth
  127511. web_1 | > django.contrib.contenttypes
  127512. web_1 | > django.contrib.sessions
  127513. web_1 | > django.contrib.sites
  127514. web_1 | > django.contrib.messages
  127515. web_1 | > django.contrib.staticfiles
  127516. web_1 | > django.contrib.admin
  127517. web_1 | > south
  127518. web_1 | > crispy_forms
  127519. web_1 | > avatar
  127520. web_1 | > bootstrap3
  127521. web_1 | > users
  127522. web_1 | > allauth
  127523. web_1 | > allauth.account
  127524. web_1 | > django.contrib.humanize
  127525. web_1 | > debug_toolbar
  127526. web_1 |
  127527. web_1 | Not synced (use migrations):
  127528. web_1 | - allauth.socialaccount
  127529. web_1 | - django_extensions
  127530. web_1 | (use ./manage.py migrate to migrate these)
  127531. web_1 | Running migrations for socialaccount:
  127532. web_1 | - Nothing to migrate.
  127533. web_1 | - Loading initial data for socialaccount.
  127534. web_1 | Installed 0 object(s) from 0 fixture(s)
  127535. web_1 | Running migrations for django_extensions:
  127536. web_1 | - Nothing to migrate.
  127537. web_1 | - Loading initial data for django_extensions.
  127538. web_1 | Installed 0 object(s) from 0 fixture(s)
  127539. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127540. web_1 | [GCC 4.9.2] on linux2
  127541. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127542. web_1 | (InteractiveConsole)
  127543. web_1 |
  127544. web_1 | >>> >>> Starting the server
  127545. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127546. web_1 |
  127547. web_1 | Fatal error: Unable to find local grunt.
  127548. web_1 |
  127549. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127550. web_1 | your project. For more information about installing and configuring grunt,
  127551. web_1 | please see the Getting Started guide:
  127552. web_1 |
  127553. web_1 | http://gruntjs.com/getting-started
  127554. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127555. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127556. web_1 | Syncing...
  127557. web_1 | Creating tables ...
  127558. web_1 | Installing custom SQL ...
  127559. web_1 | Installing indexes ...
  127560. web_1 | Installed 0 object(s) from 0 fixture(s)
  127561. web_1 |
  127562. web_1 | Synced:
  127563. web_1 | > django.contrib.auth
  127564. web_1 | > django.contrib.contenttypes
  127565. web_1 | > django.contrib.sessions
  127566. web_1 | > django.contrib.sites
  127567. web_1 | > django.contrib.messages
  127568. web_1 | > django.contrib.staticfiles
  127569. web_1 | > django.contrib.admin
  127570. web_1 | > south
  127571. web_1 | > crispy_forms
  127572. web_1 | > avatar
  127573. web_1 | > bootstrap3
  127574. web_1 | > users
  127575. web_1 | > allauth
  127576. web_1 | > allauth.account
  127577. web_1 | > django.contrib.humanize
  127578. web_1 | > debug_toolbar
  127579. web_1 |
  127580. web_1 | Not synced (use migrations):
  127581. web_1 | - allauth.socialaccount
  127582. web_1 | - django_extensions
  127583. web_1 | (use ./manage.py migrate to migrate these)
  127584. web_1 | Running migrations for socialaccount:
  127585. web_1 | - Nothing to migrate.
  127586. web_1 | - Loading initial data for socialaccount.
  127587. web_1 | Installed 0 object(s) from 0 fixture(s)
  127588. web_1 | Running migrations for django_extensions:
  127589. web_1 | - Nothing to migrate.
  127590. web_1 | - Loading initial data for django_extensions.
  127591. web_1 | Installed 0 object(s) from 0 fixture(s)
  127592. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127593. web_1 | [GCC 4.9.2] on linux2
  127594. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127595. web_1 | (InteractiveConsole)
  127596. web_1 |
  127597. web_1 | >>> >>> Starting the server
  127598. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127599. web_1 |
  127600. web_1 | Fatal error: Unable to find local grunt.
  127601. web_1 |
  127602. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127603. web_1 | your project. For more information about installing and configuring grunt,
  127604. web_1 | please see the Getting Started guide:
  127605. web_1 |
  127606. web_1 | http://gruntjs.com/getting-started
  127607. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127608. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127609. web_1 | Syncing...
  127610. web_1 | Creating tables ...
  127611. web_1 | Installing custom SQL ...
  127612. web_1 | Installing indexes ...
  127613. web_1 | Installed 0 object(s) from 0 fixture(s)
  127614. web_1 |
  127615. web_1 | Synced:
  127616. web_1 | > django.contrib.auth
  127617. web_1 | > django.contrib.contenttypes
  127618. web_1 | > django.contrib.sessions
  127619. web_1 | > django.contrib.sites
  127620. web_1 | > django.contrib.messages
  127621. web_1 | > django.contrib.staticfiles
  127622. web_1 | > django.contrib.admin
  127623. web_1 | > south
  127624. web_1 | > crispy_forms
  127625. web_1 | > avatar
  127626. web_1 | > bootstrap3
  127627. web_1 | > users
  127628. web_1 | > allauth
  127629. web_1 | > allauth.account
  127630. web_1 | > django.contrib.humanize
  127631. web_1 | > debug_toolbar
  127632. web_1 |
  127633. web_1 | Not synced (use migrations):
  127634. web_1 | - allauth.socialaccount
  127635. web_1 | - django_extensions
  127636. web_1 | (use ./manage.py migrate to migrate these)
  127637. web_1 | Running migrations for socialaccount:
  127638. web_1 | - Nothing to migrate.
  127639. web_1 | - Loading initial data for socialaccount.
  127640. web_1 | Installed 0 object(s) from 0 fixture(s)
  127641. web_1 | Running migrations for django_extensions:
  127642. web_1 | - Nothing to migrate.
  127643. web_1 | - Loading initial data for django_extensions.
  127644. web_1 | Installed 0 object(s) from 0 fixture(s)
  127645. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127646. web_1 | [GCC 4.9.2] on linux2
  127647. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127648. web_1 | (InteractiveConsole)
  127649. web_1 |
  127650. web_1 | >>> >>> Starting the server
  127651. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127652. web_1 |
  127653. web_1 | Fatal error: Unable to find local grunt.
  127654. web_1 |
  127655. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127656. web_1 | your project. For more information about installing and configuring grunt,
  127657. web_1 | please see the Getting Started guide:
  127658. web_1 |
  127659. web_1 | http://gruntjs.com/getting-started
  127660. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127661. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127662. web_1 | Syncing...
  127663. web_1 | Creating tables ...
  127664. web_1 | Installing custom SQL ...
  127665. web_1 | Installing indexes ...
  127666. web_1 | Installed 0 object(s) from 0 fixture(s)
  127667. web_1 |
  127668. web_1 | Synced:
  127669. web_1 | > django.contrib.auth
  127670. web_1 | > django.contrib.contenttypes
  127671. web_1 | > django.contrib.sessions
  127672. web_1 | > django.contrib.sites
  127673. web_1 | > django.contrib.messages
  127674. web_1 | > django.contrib.staticfiles
  127675. web_1 | > django.contrib.admin
  127676. web_1 | > south
  127677. web_1 | > crispy_forms
  127678. web_1 | > avatar
  127679. web_1 | > bootstrap3
  127680. web_1 | > users
  127681. web_1 | > allauth
  127682. web_1 | > allauth.account
  127683. web_1 | > django.contrib.humanize
  127684. web_1 | > debug_toolbar
  127685. web_1 |
  127686. web_1 | Not synced (use migrations):
  127687. web_1 | - allauth.socialaccount
  127688. web_1 | - django_extensions
  127689. web_1 | (use ./manage.py migrate to migrate these)
  127690. web_1 | Running migrations for socialaccount:
  127691. web_1 | - Nothing to migrate.
  127692. web_1 | - Loading initial data for socialaccount.
  127693. web_1 | Installed 0 object(s) from 0 fixture(s)
  127694. web_1 | Running migrations for django_extensions:
  127695. web_1 | - Nothing to migrate.
  127696. web_1 | - Loading initial data for django_extensions.
  127697. web_1 | Installed 0 object(s) from 0 fixture(s)
  127698. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127699. web_1 | [GCC 4.9.2] on linux2
  127700. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127701. web_1 | (InteractiveConsole)
  127702. web_1 |
  127703. web_1 | >>> >>> Starting the server
  127704. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127705. web_1 |
  127706. web_1 | Fatal error: Unable to find local grunt.
  127707. web_1 |
  127708. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127709. web_1 | your project. For more information about installing and configuring grunt,
  127710. web_1 | please see the Getting Started guide:
  127711. web_1 |
  127712. web_1 | http://gruntjs.com/getting-started
  127713. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127714. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127715. web_1 | Syncing...
  127716. web_1 | Creating tables ...
  127717. web_1 | Installing custom SQL ...
  127718. web_1 | Installing indexes ...
  127719. web_1 | Installed 0 object(s) from 0 fixture(s)
  127720. web_1 |
  127721. web_1 | Synced:
  127722. web_1 | > django.contrib.auth
  127723. web_1 | > django.contrib.contenttypes
  127724. web_1 | > django.contrib.sessions
  127725. web_1 | > django.contrib.sites
  127726. web_1 | > django.contrib.messages
  127727. web_1 | > django.contrib.staticfiles
  127728. web_1 | > django.contrib.admin
  127729. web_1 | > south
  127730. web_1 | > crispy_forms
  127731. web_1 | > avatar
  127732. web_1 | > bootstrap3
  127733. web_1 | > users
  127734. web_1 | > allauth
  127735. web_1 | > allauth.account
  127736. web_1 | > django.contrib.humanize
  127737. web_1 | > debug_toolbar
  127738. web_1 |
  127739. web_1 | Not synced (use migrations):
  127740. web_1 | - allauth.socialaccount
  127741. web_1 | - django_extensions
  127742. web_1 | (use ./manage.py migrate to migrate these)
  127743. web_1 | Running migrations for socialaccount:
  127744. web_1 | - Nothing to migrate.
  127745. web_1 | - Loading initial data for socialaccount.
  127746. web_1 | Installed 0 object(s) from 0 fixture(s)
  127747. web_1 | Running migrations for django_extensions:
  127748. web_1 | - Nothing to migrate.
  127749. web_1 | - Loading initial data for django_extensions.
  127750. web_1 | Installed 0 object(s) from 0 fixture(s)
  127751. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127752. web_1 | [GCC 4.9.2] on linux2
  127753. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127754. web_1 | (InteractiveConsole)
  127755. web_1 |
  127756. web_1 | >>> >>> Starting the server
  127757. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127758. web_1 |
  127759. web_1 | Fatal error: Unable to find local grunt.
  127760. web_1 |
  127761. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127762. web_1 | your project. For more information about installing and configuring grunt,
  127763. web_1 | please see the Getting Started guide:
  127764. web_1 |
  127765. web_1 | http://gruntjs.com/getting-started
  127766. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127767. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127768. web_1 | Syncing...
  127769. web_1 | Creating tables ...
  127770. web_1 | Installing custom SQL ...
  127771. web_1 | Installing indexes ...
  127772. web_1 | Installed 0 object(s) from 0 fixture(s)
  127773. web_1 |
  127774. web_1 | Synced:
  127775. web_1 | > django.contrib.auth
  127776. web_1 | > django.contrib.contenttypes
  127777. web_1 | > django.contrib.sessions
  127778. web_1 | > django.contrib.sites
  127779. web_1 | > django.contrib.messages
  127780. web_1 | > django.contrib.staticfiles
  127781. web_1 | > django.contrib.admin
  127782. web_1 | > south
  127783. web_1 | > crispy_forms
  127784. web_1 | > avatar
  127785. web_1 | > bootstrap3
  127786. web_1 | > users
  127787. web_1 | > allauth
  127788. web_1 | > allauth.account
  127789. web_1 | > django.contrib.humanize
  127790. web_1 | > debug_toolbar
  127791. web_1 |
  127792. web_1 | Not synced (use migrations):
  127793. web_1 | - allauth.socialaccount
  127794. web_1 | - django_extensions
  127795. web_1 | (use ./manage.py migrate to migrate these)
  127796. web_1 | Running migrations for socialaccount:
  127797. web_1 | - Nothing to migrate.
  127798. web_1 | - Loading initial data for socialaccount.
  127799. web_1 | Installed 0 object(s) from 0 fixture(s)
  127800. web_1 | Running migrations for django_extensions:
  127801. web_1 | - Nothing to migrate.
  127802. web_1 | - Loading initial data for django_extensions.
  127803. web_1 | Installed 0 object(s) from 0 fixture(s)
  127804. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127805. web_1 | [GCC 4.9.2] on linux2
  127806. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127807. web_1 | (InteractiveConsole)
  127808. web_1 |
  127809. web_1 | >>> >>> Starting the server
  127810. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127811. web_1 |
  127812. web_1 | Fatal error: Unable to find local grunt.
  127813. web_1 |
  127814. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127815. web_1 | your project. For more information about installing and configuring grunt,
  127816. web_1 | please see the Getting Started guide:
  127817. web_1 |
  127818. web_1 | http://gruntjs.com/getting-started
  127819. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127820. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127821. web_1 | Syncing...
  127822. web_1 | Creating tables ...
  127823. web_1 | Installing custom SQL ...
  127824. web_1 | Installing indexes ...
  127825. web_1 | Installed 0 object(s) from 0 fixture(s)
  127826. web_1 |
  127827. web_1 | Synced:
  127828. web_1 | > django.contrib.auth
  127829. web_1 | > django.contrib.contenttypes
  127830. web_1 | > django.contrib.sessions
  127831. web_1 | > django.contrib.sites
  127832. web_1 | > django.contrib.messages
  127833. web_1 | > django.contrib.staticfiles
  127834. web_1 | > django.contrib.admin
  127835. web_1 | > south
  127836. web_1 | > crispy_forms
  127837. web_1 | > avatar
  127838. web_1 | > bootstrap3
  127839. web_1 | > users
  127840. web_1 | > allauth
  127841. web_1 | > allauth.account
  127842. web_1 | > django.contrib.humanize
  127843. web_1 | > debug_toolbar
  127844. web_1 |
  127845. web_1 | Not synced (use migrations):
  127846. web_1 | - allauth.socialaccount
  127847. web_1 | - django_extensions
  127848. web_1 | (use ./manage.py migrate to migrate these)
  127849. web_1 | Running migrations for socialaccount:
  127850. web_1 | - Nothing to migrate.
  127851. web_1 | - Loading initial data for socialaccount.
  127852. web_1 | Installed 0 object(s) from 0 fixture(s)
  127853. web_1 | Running migrations for django_extensions:
  127854. web_1 | - Nothing to migrate.
  127855. web_1 | - Loading initial data for django_extensions.
  127856. web_1 | Installed 0 object(s) from 0 fixture(s)
  127857. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127858. web_1 | [GCC 4.9.2] on linux2
  127859. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127860. web_1 | (InteractiveConsole)
  127861. web_1 |
  127862. web_1 | >>> >>> Starting the server
  127863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127864. web_1 |
  127865. web_1 | Fatal error: Unable to find local grunt.
  127866. web_1 |
  127867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127868. web_1 | your project. For more information about installing and configuring grunt,
  127869. web_1 | please see the Getting Started guide:
  127870. web_1 |
  127871. web_1 | http://gruntjs.com/getting-started
  127872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127873. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127874. web_1 | Syncing...
  127875. web_1 | Creating tables ...
  127876. web_1 | Installing custom SQL ...
  127877. web_1 | Installing indexes ...
  127878. web_1 | Installed 0 object(s) from 0 fixture(s)
  127879. web_1 |
  127880. web_1 | Synced:
  127881. web_1 | > django.contrib.auth
  127882. web_1 | > django.contrib.contenttypes
  127883. web_1 | > django.contrib.sessions
  127884. web_1 | > django.contrib.sites
  127885. web_1 | > django.contrib.messages
  127886. web_1 | > django.contrib.staticfiles
  127887. web_1 | > django.contrib.admin
  127888. web_1 | > south
  127889. web_1 | > crispy_forms
  127890. web_1 | > avatar
  127891. web_1 | > bootstrap3
  127892. web_1 | > users
  127893. web_1 | > allauth
  127894. web_1 | > allauth.account
  127895. web_1 | > django.contrib.humanize
  127896. web_1 | > debug_toolbar
  127897. web_1 |
  127898. web_1 | Not synced (use migrations):
  127899. web_1 | - allauth.socialaccount
  127900. web_1 | - django_extensions
  127901. web_1 | (use ./manage.py migrate to migrate these)
  127902. web_1 | Running migrations for socialaccount:
  127903. web_1 | - Nothing to migrate.
  127904. web_1 | - Loading initial data for socialaccount.
  127905. web_1 | Installed 0 object(s) from 0 fixture(s)
  127906. web_1 | Running migrations for django_extensions:
  127907. web_1 | - Nothing to migrate.
  127908. web_1 | - Loading initial data for django_extensions.
  127909. web_1 | Installed 0 object(s) from 0 fixture(s)
  127910. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127911. web_1 | [GCC 4.9.2] on linux2
  127912. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127913. web_1 | (InteractiveConsole)
  127914. web_1 |
  127915. web_1 | >>> >>> Starting the server
  127916. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127917. web_1 |
  127918. web_1 | Fatal error: Unable to find local grunt.
  127919. web_1 |
  127920. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127921. web_1 | your project. For more information about installing and configuring grunt,
  127922. web_1 | please see the Getting Started guide:
  127923. web_1 |
  127924. web_1 | http://gruntjs.com/getting-started
  127925. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127926. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127927. web_1 | Syncing...
  127928. web_1 | Creating tables ...
  127929. web_1 | Installing custom SQL ...
  127930. web_1 | Installing indexes ...
  127931. web_1 | Installed 0 object(s) from 0 fixture(s)
  127932. web_1 |
  127933. web_1 | Synced:
  127934. web_1 | > django.contrib.auth
  127935. web_1 | > django.contrib.contenttypes
  127936. web_1 | > django.contrib.sessions
  127937. web_1 | > django.contrib.sites
  127938. web_1 | > django.contrib.messages
  127939. web_1 | > django.contrib.staticfiles
  127940. web_1 | > django.contrib.admin
  127941. web_1 | > south
  127942. web_1 | > crispy_forms
  127943. web_1 | > avatar
  127944. web_1 | > bootstrap3
  127945. web_1 | > users
  127946. web_1 | > allauth
  127947. web_1 | > allauth.account
  127948. web_1 | > django.contrib.humanize
  127949. web_1 | > debug_toolbar
  127950. web_1 |
  127951. web_1 | Not synced (use migrations):
  127952. web_1 | - allauth.socialaccount
  127953. web_1 | - django_extensions
  127954. web_1 | (use ./manage.py migrate to migrate these)
  127955. web_1 | Running migrations for socialaccount:
  127956. web_1 | - Nothing to migrate.
  127957. web_1 | - Loading initial data for socialaccount.
  127958. web_1 | Installed 0 object(s) from 0 fixture(s)
  127959. web_1 | Running migrations for django_extensions:
  127960. web_1 | - Nothing to migrate.
  127961. web_1 | - Loading initial data for django_extensions.
  127962. web_1 | Installed 0 object(s) from 0 fixture(s)
  127963. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  127964. web_1 | [GCC 4.9.2] on linux2
  127965. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  127966. web_1 | (InteractiveConsole)
  127967. web_1 |
  127968. web_1 | >>> >>> Starting the server
  127969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  127970. web_1 |
  127971. web_1 | Fatal error: Unable to find local grunt.
  127972. web_1 |
  127973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  127974. web_1 | your project. For more information about installing and configuring grunt,
  127975. web_1 | please see the Getting Started guide:
  127976. web_1 |
  127977. web_1 | http://gruntjs.com/getting-started
  127978. oclweb_web_1 exited with code 99
  127979. web_1 | Starting OpenBSD Secure Shell server: sshd.
  127980. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  127981. web_1 | Syncing...
  127982. web_1 | Traceback (most recent call last):
  127983. web_1 | File "ocl_web/manage.py", line 19, in <module>
  127984. web_1 | execute_from_command_line(sys.argv)
  127985. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  127986. web_1 | utility.execute()
  127987. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  127988. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  127989. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  127990. web_1 | self.execute(*args, **options.__dict__)
  127991. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  127992. web_1 | output = self.handle(*args, **options)
  127993. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  127994. web_1 | return self.handle_noargs(**options)
  127995. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  127996. web_1 | syncdb.Command().execute(**options)
  127997. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  127998. web_1 | output = self.handle(*args, **options)
  127999. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  128000. web_1 | return self.handle_noargs(**options)
  128001. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  128002. web_1 | cursor = connection.cursor()
  128003. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  128004. web_1 | cursor = self.make_debug_cursor(self._cursor())
  128005. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  128006. web_1 | self.ensure_connection()
  128007. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128008. web_1 | self.connect()
  128009. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  128010. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  128011. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128012. web_1 | self.connect()
  128013. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  128014. web_1 | self.connection = self.get_new_connection(conn_params)
  128015. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  128016. web_1 | return Database.connect(**conn_params)
  128017. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  128018. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  128019. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  128020. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  128021. web_1 | TCP/IP connections on port 5432?
  128022. web_1 |
  128023. web_1 | Traceback (most recent call last):
  128024. web_1 | File "ocl_web/manage.py", line 19, in <module>
  128025. web_1 | execute_from_command_line(sys.argv)
  128026. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  128027. web_1 | utility.execute()
  128028. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  128029. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  128030. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  128031. web_1 | self.execute(*args, **options.__dict__)
  128032. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  128033. web_1 | output = self.handle(*args, **options)
  128034. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  128035. web_1 | ignore_ghosts = ignore_ghosts,
  128036. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  128037. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  128038. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  128039. web_1 | for h in histories:
  128040. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  128041. web_1 | self._fetch_all()
  128042. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  128043. web_1 | self._result_cache = list(self.iterator())
  128044. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  128045. web_1 | for row in compiler.results_iter():
  128046. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  128047. web_1 | for rows in self.execute_sql(MULTI):
  128048. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  128049. web_1 | cursor = self.connection.cursor()
  128050. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  128051. web_1 | cursor = self.make_debug_cursor(self._cursor())
  128052. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  128053. web_1 | self.ensure_connection()
  128054. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128055. web_1 | self.connect()
  128056. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  128057. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  128058. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128059. web_1 | self.connect()
  128060. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  128061. web_1 | self.connection = self.get_new_connection(conn_params)
  128062. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  128063. web_1 | return Database.connect(**conn_params)
  128064. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  128065. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  128066. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  128067. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  128068. web_1 | TCP/IP connections on port 5432?
  128069. web_1 |
  128070. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128071. web_1 | [GCC 4.9.2] on linux2
  128072. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128073. web_1 | (InteractiveConsole)
  128074. web_1 | Traceback (most recent call last):
  128075. web_1 | File "<console>", line 1, in <module>
  128076. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  128077. web_1 | return self.query.get_count(using=self.db)
  128078. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  128079. web_1 | number = obj.get_aggregation(using=using)[None]
  128080. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  128081. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  128082. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  128083. web_1 | cursor = self.connection.cursor()
  128084. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  128085. web_1 | cursor = self.make_debug_cursor(self._cursor())
  128086. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  128087. web_1 | self.ensure_connection()
  128088. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128089. web_1 | self.connect()
  128090. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  128091. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  128092. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  128093. web_1 | self.connect()
  128094. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  128095. web_1 | self.connection = self.get_new_connection(conn_params)
  128096. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  128097. web_1 | return Database.connect(**conn_params)
  128098. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  128099. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  128100. web_1 | OperationalError: could not connect to server: Connection refused
  128101. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  128102. web_1 | TCP/IP connections on port 5432?
  128103. web_1 |
  128104. web_1 |
  128105. web_1 | >>> >>> Starting the server
  128106. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128107. web_1 |
  128108. web_1 | Fatal error: Unable to find local grunt.
  128109. web_1 |
  128110. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128111. web_1 | your project. For more information about installing and configuring grunt,
  128112. web_1 | please see the Getting Started guide:
  128113. web_1 |
  128114. web_1 | http://gruntjs.com/getting-started
  128115. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128116. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128117. web_1 | Syncing...
  128118. web_1 | Creating tables ...
  128119. web_1 | Creating table auth_permission
  128120. web_1 | Creating table auth_group_permissions
  128121. web_1 | Creating table auth_group
  128122. web_1 | Creating table django_content_type
  128123. web_1 | Creating table django_session
  128124. web_1 | Creating table django_site
  128125. web_1 | Creating table django_admin_log
  128126. web_1 | Creating table south_migrationhistory
  128127. web_1 | Creating table avatar_avatar
  128128. web_1 | Creating table users_user_groups
  128129. web_1 | Creating table users_user_user_permissions
  128130. web_1 | Creating table users_user
  128131. web_1 | Creating table account_emailaddress
  128132. web_1 | Creating table account_emailconfirmation
  128133. web_1 | Installing custom SQL ...
  128134. web_1 | Installing indexes ...
  128135. web_1 | Installed 0 object(s) from 0 fixture(s)
  128136. web_1 |
  128137. web_1 | Synced:
  128138. web_1 | > django.contrib.auth
  128139. web_1 | > django.contrib.contenttypes
  128140. web_1 | > django.contrib.sessions
  128141. web_1 | > django.contrib.sites
  128142. web_1 | > django.contrib.messages
  128143. web_1 | > django.contrib.staticfiles
  128144. web_1 | > django.contrib.admin
  128145. web_1 | > south
  128146. web_1 | > crispy_forms
  128147. web_1 | > avatar
  128148. web_1 | > bootstrap3
  128149. web_1 | > users
  128150. web_1 | > allauth
  128151. web_1 | > allauth.account
  128152. web_1 | > django.contrib.humanize
  128153. web_1 | > debug_toolbar
  128154. web_1 |
  128155. web_1 | Not synced (use migrations):
  128156. web_1 | - allauth.socialaccount
  128157. web_1 | - django_extensions
  128158. web_1 | (use ./manage.py migrate to migrate these)
  128159. web_1 | Running migrations for socialaccount:
  128160. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  128161. web_1 | > socialaccount:0001_initial
  128162. web_1 | > socialaccount:0002_genericmodels
  128163. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  128164. web_1 | > socialaccount:0004_add_sites
  128165. web_1 | > socialaccount:0005_set_sites
  128166. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  128167. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  128168. web_1 | > socialaccount:0008_client_id
  128169. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  128170. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  128171. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  128172. web_1 | - Loading initial data for socialaccount.
  128173. web_1 | Installed 0 object(s) from 0 fixture(s)
  128174. web_1 | Running migrations for django_extensions:
  128175. web_1 | - Migrating forwards to 0001_empty.
  128176. web_1 | > django_extensions:0001_empty
  128177. web_1 | - Loading initial data for django_extensions.
  128178. web_1 | Installed 0 object(s) from 0 fixture(s)
  128179. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128180. web_1 | [GCC 4.9.2] on linux2
  128181. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128182. web_1 | (InteractiveConsole)
  128183. web_1 |
  128184. web_1 | >>> >>> Starting the server
  128185. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128186. web_1 |
  128187. web_1 | Fatal error: Unable to find local grunt.
  128188. web_1 |
  128189. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128190. web_1 | your project. For more information about installing and configuring grunt,
  128191. web_1 | please see the Getting Started guide:
  128192. web_1 |
  128193. web_1 | http://gruntjs.com/getting-started
  128194. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128195. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128196. web_1 | Syncing...
  128197. web_1 | Creating tables ...
  128198. web_1 | Installing custom SQL ...
  128199. web_1 | Installing indexes ...
  128200. web_1 | Installed 0 object(s) from 0 fixture(s)
  128201. web_1 |
  128202. web_1 | Synced:
  128203. web_1 | > django.contrib.auth
  128204. web_1 | > django.contrib.contenttypes
  128205. web_1 | > django.contrib.sessions
  128206. web_1 | > django.contrib.sites
  128207. web_1 | > django.contrib.messages
  128208. web_1 | > django.contrib.staticfiles
  128209. web_1 | > django.contrib.admin
  128210. web_1 | > south
  128211. web_1 | > crispy_forms
  128212. web_1 | > avatar
  128213. web_1 | > bootstrap3
  128214. web_1 | > users
  128215. web_1 | > allauth
  128216. web_1 | > allauth.account
  128217. web_1 | > django.contrib.humanize
  128218. web_1 | > debug_toolbar
  128219. web_1 |
  128220. web_1 | Not synced (use migrations):
  128221. web_1 | - allauth.socialaccount
  128222. web_1 | - django_extensions
  128223. web_1 | (use ./manage.py migrate to migrate these)
  128224. web_1 | Running migrations for socialaccount:
  128225. web_1 | - Nothing to migrate.
  128226. web_1 | - Loading initial data for socialaccount.
  128227. web_1 | Installed 0 object(s) from 0 fixture(s)
  128228. web_1 | Running migrations for django_extensions:
  128229. web_1 | - Nothing to migrate.
  128230. web_1 | - Loading initial data for django_extensions.
  128231. web_1 | Installed 0 object(s) from 0 fixture(s)
  128232. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128233. web_1 | [GCC 4.9.2] on linux2
  128234. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128235. web_1 | (InteractiveConsole)
  128236. web_1 |
  128237. web_1 | >>> >>> Starting the server
  128238. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128239. web_1 |
  128240. web_1 | Fatal error: Unable to find local grunt.
  128241. web_1 |
  128242. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128243. web_1 | your project. For more information about installing and configuring grunt,
  128244. web_1 | please see the Getting Started guide:
  128245. web_1 |
  128246. web_1 | http://gruntjs.com/getting-started
  128247. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128248. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128249. web_1 | Syncing...
  128250. web_1 | Creating tables ...
  128251. web_1 | Installing custom SQL ...
  128252. web_1 | Installing indexes ...
  128253. web_1 | Installed 0 object(s) from 0 fixture(s)
  128254. web_1 |
  128255. web_1 | Synced:
  128256. web_1 | > django.contrib.auth
  128257. web_1 | > django.contrib.contenttypes
  128258. web_1 | > django.contrib.sessions
  128259. web_1 | > django.contrib.sites
  128260. web_1 | > django.contrib.messages
  128261. web_1 | > django.contrib.staticfiles
  128262. web_1 | > django.contrib.admin
  128263. web_1 | > south
  128264. web_1 | > crispy_forms
  128265. web_1 | > avatar
  128266. web_1 | > bootstrap3
  128267. web_1 | > users
  128268. web_1 | > allauth
  128269. web_1 | > allauth.account
  128270. web_1 | > django.contrib.humanize
  128271. web_1 | > debug_toolbar
  128272. web_1 |
  128273. web_1 | Not synced (use migrations):
  128274. web_1 | - allauth.socialaccount
  128275. web_1 | - django_extensions
  128276. web_1 | (use ./manage.py migrate to migrate these)
  128277. web_1 | Running migrations for socialaccount:
  128278. web_1 | - Nothing to migrate.
  128279. web_1 | - Loading initial data for socialaccount.
  128280. web_1 | Installed 0 object(s) from 0 fixture(s)
  128281. web_1 | Running migrations for django_extensions:
  128282. web_1 | - Nothing to migrate.
  128283. web_1 | - Loading initial data for django_extensions.
  128284. web_1 | Installed 0 object(s) from 0 fixture(s)
  128285. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128286. web_1 | [GCC 4.9.2] on linux2
  128287. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128288. web_1 | (InteractiveConsole)
  128289. web_1 |
  128290. web_1 | >>> >>> Starting the server
  128291. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128292. web_1 |
  128293. web_1 | Fatal error: Unable to find local grunt.
  128294. web_1 |
  128295. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128296. web_1 | your project. For more information about installing and configuring grunt,
  128297. web_1 | please see the Getting Started guide:
  128298. web_1 |
  128299. web_1 | http://gruntjs.com/getting-started
  128300. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128301. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128302. web_1 | Syncing...
  128303. web_1 | Creating tables ...
  128304. web_1 | Installing custom SQL ...
  128305. web_1 | Installing indexes ...
  128306. web_1 | Installed 0 object(s) from 0 fixture(s)
  128307. web_1 |
  128308. web_1 | Synced:
  128309. web_1 | > django.contrib.auth
  128310. web_1 | > django.contrib.contenttypes
  128311. web_1 | > django.contrib.sessions
  128312. web_1 | > django.contrib.sites
  128313. web_1 | > django.contrib.messages
  128314. web_1 | > django.contrib.staticfiles
  128315. web_1 | > django.contrib.admin
  128316. web_1 | > south
  128317. web_1 | > crispy_forms
  128318. web_1 | > avatar
  128319. web_1 | > bootstrap3
  128320. web_1 | > users
  128321. web_1 | > allauth
  128322. web_1 | > allauth.account
  128323. web_1 | > django.contrib.humanize
  128324. web_1 | > debug_toolbar
  128325. web_1 |
  128326. web_1 | Not synced (use migrations):
  128327. web_1 | - allauth.socialaccount
  128328. web_1 | - django_extensions
  128329. web_1 | (use ./manage.py migrate to migrate these)
  128330. web_1 | Running migrations for socialaccount:
  128331. web_1 | - Nothing to migrate.
  128332. web_1 | - Loading initial data for socialaccount.
  128333. web_1 | Installed 0 object(s) from 0 fixture(s)
  128334. web_1 | Running migrations for django_extensions:
  128335. web_1 | - Nothing to migrate.
  128336. web_1 | - Loading initial data for django_extensions.
  128337. web_1 | Installed 0 object(s) from 0 fixture(s)
  128338. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128339. web_1 | [GCC 4.9.2] on linux2
  128340. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128341. web_1 | (InteractiveConsole)
  128342. web_1 |
  128343. web_1 | >>> >>> Starting the server
  128344. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128345. web_1 |
  128346. web_1 | Fatal error: Unable to find local grunt.
  128347. web_1 |
  128348. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128349. web_1 | your project. For more information about installing and configuring grunt,
  128350. web_1 | please see the Getting Started guide:
  128351. web_1 |
  128352. web_1 | http://gruntjs.com/getting-started
  128353. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128354. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128355. web_1 | Syncing...
  128356. web_1 | Creating tables ...
  128357. web_1 | Installing custom SQL ...
  128358. web_1 | Installing indexes ...
  128359. web_1 | Installed 0 object(s) from 0 fixture(s)
  128360. web_1 |
  128361. web_1 | Synced:
  128362. web_1 | > django.contrib.auth
  128363. web_1 | > django.contrib.contenttypes
  128364. web_1 | > django.contrib.sessions
  128365. web_1 | > django.contrib.sites
  128366. web_1 | > django.contrib.messages
  128367. web_1 | > django.contrib.staticfiles
  128368. web_1 | > django.contrib.admin
  128369. web_1 | > south
  128370. web_1 | > crispy_forms
  128371. web_1 | > avatar
  128372. web_1 | > bootstrap3
  128373. web_1 | > users
  128374. web_1 | > allauth
  128375. web_1 | > allauth.account
  128376. web_1 | > django.contrib.humanize
  128377. web_1 | > debug_toolbar
  128378. web_1 |
  128379. web_1 | Not synced (use migrations):
  128380. web_1 | - allauth.socialaccount
  128381. web_1 | - django_extensions
  128382. web_1 | (use ./manage.py migrate to migrate these)
  128383. web_1 | Running migrations for socialaccount:
  128384. web_1 | - Nothing to migrate.
  128385. web_1 | - Loading initial data for socialaccount.
  128386. web_1 | Installed 0 object(s) from 0 fixture(s)
  128387. web_1 | Running migrations for django_extensions:
  128388. web_1 | - Nothing to migrate.
  128389. web_1 | - Loading initial data for django_extensions.
  128390. web_1 | Installed 0 object(s) from 0 fixture(s)
  128391. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128392. web_1 | [GCC 4.9.2] on linux2
  128393. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128394. web_1 | (InteractiveConsole)
  128395. web_1 |
  128396. web_1 | >>> >>> Starting the server
  128397. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128398. web_1 |
  128399. web_1 | Fatal error: Unable to find local grunt.
  128400. web_1 |
  128401. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128402. web_1 | your project. For more information about installing and configuring grunt,
  128403. web_1 | please see the Getting Started guide:
  128404. web_1 |
  128405. web_1 | http://gruntjs.com/getting-started
  128406. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128407. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128408. web_1 | Syncing...
  128409. web_1 | Creating tables ...
  128410. web_1 | Installing custom SQL ...
  128411. web_1 | Installing indexes ...
  128412. web_1 | Installed 0 object(s) from 0 fixture(s)
  128413. web_1 |
  128414. web_1 | Synced:
  128415. web_1 | > django.contrib.auth
  128416. web_1 | > django.contrib.contenttypes
  128417. web_1 | > django.contrib.sessions
  128418. web_1 | > django.contrib.sites
  128419. web_1 | > django.contrib.messages
  128420. web_1 | > django.contrib.staticfiles
  128421. web_1 | > django.contrib.admin
  128422. web_1 | > south
  128423. web_1 | > crispy_forms
  128424. web_1 | > avatar
  128425. web_1 | > bootstrap3
  128426. web_1 | > users
  128427. web_1 | > allauth
  128428. web_1 | > allauth.account
  128429. web_1 | > django.contrib.humanize
  128430. web_1 | > debug_toolbar
  128431. web_1 |
  128432. web_1 | Not synced (use migrations):
  128433. web_1 | - allauth.socialaccount
  128434. web_1 | - django_extensions
  128435. web_1 | (use ./manage.py migrate to migrate these)
  128436. web_1 | Running migrations for socialaccount:
  128437. web_1 | - Nothing to migrate.
  128438. web_1 | - Loading initial data for socialaccount.
  128439. web_1 | Installed 0 object(s) from 0 fixture(s)
  128440. web_1 | Running migrations for django_extensions:
  128441. web_1 | - Nothing to migrate.
  128442. web_1 | - Loading initial data for django_extensions.
  128443. web_1 | Installed 0 object(s) from 0 fixture(s)
  128444. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128445. web_1 | [GCC 4.9.2] on linux2
  128446. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128447. web_1 | (InteractiveConsole)
  128448. web_1 |
  128449. web_1 | >>> >>> Starting the server
  128450. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128451. web_1 |
  128452. web_1 | Fatal error: Unable to find local grunt.
  128453. web_1 |
  128454. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128455. web_1 | your project. For more information about installing and configuring grunt,
  128456. web_1 | please see the Getting Started guide:
  128457. web_1 |
  128458. web_1 | http://gruntjs.com/getting-started
  128459. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128460. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128461. web_1 | Syncing...
  128462. web_1 | Creating tables ...
  128463. web_1 | Installing custom SQL ...
  128464. web_1 | Installing indexes ...
  128465. web_1 | Installed 0 object(s) from 0 fixture(s)
  128466. web_1 |
  128467. web_1 | Synced:
  128468. web_1 | > django.contrib.auth
  128469. web_1 | > django.contrib.contenttypes
  128470. web_1 | > django.contrib.sessions
  128471. web_1 | > django.contrib.sites
  128472. web_1 | > django.contrib.messages
  128473. web_1 | > django.contrib.staticfiles
  128474. web_1 | > django.contrib.admin
  128475. web_1 | > south
  128476. web_1 | > crispy_forms
  128477. web_1 | > avatar
  128478. web_1 | > bootstrap3
  128479. web_1 | > users
  128480. web_1 | > allauth
  128481. web_1 | > allauth.account
  128482. web_1 | > django.contrib.humanize
  128483. web_1 | > debug_toolbar
  128484. web_1 |
  128485. web_1 | Not synced (use migrations):
  128486. web_1 | - allauth.socialaccount
  128487. web_1 | - django_extensions
  128488. web_1 | (use ./manage.py migrate to migrate these)
  128489. web_1 | Running migrations for socialaccount:
  128490. web_1 | - Nothing to migrate.
  128491. web_1 | - Loading initial data for socialaccount.
  128492. web_1 | Installed 0 object(s) from 0 fixture(s)
  128493. web_1 | Running migrations for django_extensions:
  128494. web_1 | - Nothing to migrate.
  128495. web_1 | - Loading initial data for django_extensions.
  128496. web_1 | Installed 0 object(s) from 0 fixture(s)
  128497. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128498. web_1 | [GCC 4.9.2] on linux2
  128499. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128500. web_1 | (InteractiveConsole)
  128501. web_1 |
  128502. web_1 | >>> >>> Starting the server
  128503. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128504. web_1 |
  128505. web_1 | Fatal error: Unable to find local grunt.
  128506. web_1 |
  128507. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128508. web_1 | your project. For more information about installing and configuring grunt,
  128509. web_1 | please see the Getting Started guide:
  128510. web_1 |
  128511. web_1 | http://gruntjs.com/getting-started
  128512. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128513. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128514. web_1 | Syncing...
  128515. web_1 | Creating tables ...
  128516. web_1 | Installing custom SQL ...
  128517. web_1 | Installing indexes ...
  128518. web_1 | Installed 0 object(s) from 0 fixture(s)
  128519. web_1 |
  128520. web_1 | Synced:
  128521. web_1 | > django.contrib.auth
  128522. web_1 | > django.contrib.contenttypes
  128523. web_1 | > django.contrib.sessions
  128524. web_1 | > django.contrib.sites
  128525. web_1 | > django.contrib.messages
  128526. web_1 | > django.contrib.staticfiles
  128527. web_1 | > django.contrib.admin
  128528. web_1 | > south
  128529. web_1 | > crispy_forms
  128530. web_1 | > avatar
  128531. web_1 | > bootstrap3
  128532. web_1 | > users
  128533. web_1 | > allauth
  128534. web_1 | > allauth.account
  128535. web_1 | > django.contrib.humanize
  128536. web_1 | > debug_toolbar
  128537. web_1 |
  128538. web_1 | Not synced (use migrations):
  128539. web_1 | - allauth.socialaccount
  128540. web_1 | - django_extensions
  128541. web_1 | (use ./manage.py migrate to migrate these)
  128542. web_1 | Running migrations for socialaccount:
  128543. web_1 | - Nothing to migrate.
  128544. web_1 | - Loading initial data for socialaccount.
  128545. web_1 | Installed 0 object(s) from 0 fixture(s)
  128546. web_1 | Running migrations for django_extensions:
  128547. web_1 | - Nothing to migrate.
  128548. web_1 | - Loading initial data for django_extensions.
  128549. web_1 | Installed 0 object(s) from 0 fixture(s)
  128550. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128551. web_1 | [GCC 4.9.2] on linux2
  128552. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128553. web_1 | (InteractiveConsole)
  128554. web_1 |
  128555. web_1 | >>> >>> Starting the server
  128556. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128557. web_1 |
  128558. web_1 | Fatal error: Unable to find local grunt.
  128559. web_1 |
  128560. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128561. web_1 | your project. For more information about installing and configuring grunt,
  128562. web_1 | please see the Getting Started guide:
  128563. web_1 |
  128564. web_1 | http://gruntjs.com/getting-started
  128565. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128566. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128567. web_1 | Syncing...
  128568. web_1 | Creating tables ...
  128569. web_1 | Installing custom SQL ...
  128570. web_1 | Installing indexes ...
  128571. web_1 | Installed 0 object(s) from 0 fixture(s)
  128572. web_1 |
  128573. web_1 | Synced:
  128574. web_1 | > django.contrib.auth
  128575. web_1 | > django.contrib.contenttypes
  128576. web_1 | > django.contrib.sessions
  128577. web_1 | > django.contrib.sites
  128578. web_1 | > django.contrib.messages
  128579. web_1 | > django.contrib.staticfiles
  128580. web_1 | > django.contrib.admin
  128581. web_1 | > south
  128582. web_1 | > crispy_forms
  128583. web_1 | > avatar
  128584. web_1 | > bootstrap3
  128585. web_1 | > users
  128586. web_1 | > allauth
  128587. web_1 | > allauth.account
  128588. web_1 | > django.contrib.humanize
  128589. web_1 | > debug_toolbar
  128590. web_1 |
  128591. web_1 | Not synced (use migrations):
  128592. web_1 | - allauth.socialaccount
  128593. web_1 | - django_extensions
  128594. web_1 | (use ./manage.py migrate to migrate these)
  128595. web_1 | Running migrations for socialaccount:
  128596. web_1 | - Nothing to migrate.
  128597. web_1 | - Loading initial data for socialaccount.
  128598. web_1 | Installed 0 object(s) from 0 fixture(s)
  128599. web_1 | Running migrations for django_extensions:
  128600. web_1 | - Nothing to migrate.
  128601. web_1 | - Loading initial data for django_extensions.
  128602. web_1 | Installed 0 object(s) from 0 fixture(s)
  128603. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128604. web_1 | [GCC 4.9.2] on linux2
  128605. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128606. web_1 | (InteractiveConsole)
  128607. web_1 |
  128608. web_1 | >>> >>> Starting the server
  128609. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128610. web_1 |
  128611. web_1 | Fatal error: Unable to find local grunt.
  128612. web_1 |
  128613. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128614. web_1 | your project. For more information about installing and configuring grunt,
  128615. web_1 | please see the Getting Started guide:
  128616. web_1 |
  128617. web_1 | http://gruntjs.com/getting-started
  128618. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128619. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128620. web_1 | Syncing...
  128621. web_1 | Creating tables ...
  128622. web_1 | Installing custom SQL ...
  128623. web_1 | Installing indexes ...
  128624. web_1 | Installed 0 object(s) from 0 fixture(s)
  128625. web_1 |
  128626. web_1 | Synced:
  128627. web_1 | > django.contrib.auth
  128628. web_1 | > django.contrib.contenttypes
  128629. web_1 | > django.contrib.sessions
  128630. web_1 | > django.contrib.sites
  128631. web_1 | > django.contrib.messages
  128632. web_1 | > django.contrib.staticfiles
  128633. web_1 | > django.contrib.admin
  128634. web_1 | > south
  128635. web_1 | > crispy_forms
  128636. web_1 | > avatar
  128637. web_1 | > bootstrap3
  128638. web_1 | > users
  128639. web_1 | > allauth
  128640. web_1 | > allauth.account
  128641. web_1 | > django.contrib.humanize
  128642. web_1 | > debug_toolbar
  128643. web_1 |
  128644. web_1 | Not synced (use migrations):
  128645. web_1 | - allauth.socialaccount
  128646. web_1 | - django_extensions
  128647. web_1 | (use ./manage.py migrate to migrate these)
  128648. web_1 | Running migrations for socialaccount:
  128649. web_1 | - Nothing to migrate.
  128650. web_1 | - Loading initial data for socialaccount.
  128651. web_1 | Installed 0 object(s) from 0 fixture(s)
  128652. web_1 | Running migrations for django_extensions:
  128653. web_1 | - Nothing to migrate.
  128654. web_1 | - Loading initial data for django_extensions.
  128655. web_1 | Installed 0 object(s) from 0 fixture(s)
  128656. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128657. web_1 | [GCC 4.9.2] on linux2
  128658. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128659. web_1 | (InteractiveConsole)
  128660. web_1 |
  128661. web_1 | >>> >>> Starting the server
  128662. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128663. web_1 |
  128664. web_1 | Fatal error: Unable to find local grunt.
  128665. web_1 |
  128666. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128667. web_1 | your project. For more information about installing and configuring grunt,
  128668. web_1 | please see the Getting Started guide:
  128669. web_1 |
  128670. web_1 | http://gruntjs.com/getting-started
  128671. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128672. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128673. web_1 | Syncing...
  128674. web_1 | Creating tables ...
  128675. web_1 | Installing custom SQL ...
  128676. web_1 | Installing indexes ...
  128677. web_1 | Installed 0 object(s) from 0 fixture(s)
  128678. web_1 |
  128679. web_1 | Synced:
  128680. web_1 | > django.contrib.auth
  128681. web_1 | > django.contrib.contenttypes
  128682. web_1 | > django.contrib.sessions
  128683. web_1 | > django.contrib.sites
  128684. web_1 | > django.contrib.messages
  128685. web_1 | > django.contrib.staticfiles
  128686. web_1 | > django.contrib.admin
  128687. web_1 | > south
  128688. web_1 | > crispy_forms
  128689. web_1 | > avatar
  128690. web_1 | > bootstrap3
  128691. web_1 | > users
  128692. web_1 | > allauth
  128693. web_1 | > allauth.account
  128694. web_1 | > django.contrib.humanize
  128695. web_1 | > debug_toolbar
  128696. web_1 |
  128697. web_1 | Not synced (use migrations):
  128698. web_1 | - allauth.socialaccount
  128699. web_1 | - django_extensions
  128700. web_1 | (use ./manage.py migrate to migrate these)
  128701. web_1 | Running migrations for socialaccount:
  128702. web_1 | - Nothing to migrate.
  128703. web_1 | - Loading initial data for socialaccount.
  128704. web_1 | Installed 0 object(s) from 0 fixture(s)
  128705. web_1 | Running migrations for django_extensions:
  128706. web_1 | - Nothing to migrate.
  128707. web_1 | - Loading initial data for django_extensions.
  128708. web_1 | Installed 0 object(s) from 0 fixture(s)
  128709. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128710. web_1 | [GCC 4.9.2] on linux2
  128711. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128712. web_1 | (InteractiveConsole)
  128713. web_1 |
  128714. web_1 | >>> >>> Starting the server
  128715. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128716. web_1 |
  128717. web_1 | Fatal error: Unable to find local grunt.
  128718. web_1 |
  128719. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128720. web_1 | your project. For more information about installing and configuring grunt,
  128721. web_1 | please see the Getting Started guide:
  128722. web_1 |
  128723. web_1 | http://gruntjs.com/getting-started
  128724. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128725. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128726. web_1 | Syncing...
  128727. web_1 | Creating tables ...
  128728. web_1 | Installing custom SQL ...
  128729. web_1 | Installing indexes ...
  128730. web_1 | Installed 0 object(s) from 0 fixture(s)
  128731. web_1 |
  128732. web_1 | Synced:
  128733. web_1 | > django.contrib.auth
  128734. web_1 | > django.contrib.contenttypes
  128735. web_1 | > django.contrib.sessions
  128736. web_1 | > django.contrib.sites
  128737. web_1 | > django.contrib.messages
  128738. web_1 | > django.contrib.staticfiles
  128739. web_1 | > django.contrib.admin
  128740. web_1 | > south
  128741. web_1 | > crispy_forms
  128742. web_1 | > avatar
  128743. web_1 | > bootstrap3
  128744. web_1 | > users
  128745. web_1 | > allauth
  128746. web_1 | > allauth.account
  128747. web_1 | > django.contrib.humanize
  128748. web_1 | > debug_toolbar
  128749. web_1 |
  128750. web_1 | Not synced (use migrations):
  128751. web_1 | - allauth.socialaccount
  128752. web_1 | - django_extensions
  128753. web_1 | (use ./manage.py migrate to migrate these)
  128754. web_1 | Running migrations for socialaccount:
  128755. web_1 | - Nothing to migrate.
  128756. web_1 | - Loading initial data for socialaccount.
  128757. web_1 | Installed 0 object(s) from 0 fixture(s)
  128758. web_1 | Running migrations for django_extensions:
  128759. web_1 | - Nothing to migrate.
  128760. web_1 | - Loading initial data for django_extensions.
  128761. web_1 | Installed 0 object(s) from 0 fixture(s)
  128762. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128763. web_1 | [GCC 4.9.2] on linux2
  128764. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128765. web_1 | (InteractiveConsole)
  128766. web_1 |
  128767. web_1 | >>> >>> Starting the server
  128768. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128769. web_1 |
  128770. web_1 | Fatal error: Unable to find local grunt.
  128771. web_1 |
  128772. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128773. web_1 | your project. For more information about installing and configuring grunt,
  128774. web_1 | please see the Getting Started guide:
  128775. web_1 |
  128776. web_1 | http://gruntjs.com/getting-started
  128777. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128778. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128779. web_1 | Syncing...
  128780. web_1 | Creating tables ...
  128781. web_1 | Installing custom SQL ...
  128782. web_1 | Installing indexes ...
  128783. web_1 | Installed 0 object(s) from 0 fixture(s)
  128784. web_1 |
  128785. web_1 | Synced:
  128786. web_1 | > django.contrib.auth
  128787. web_1 | > django.contrib.contenttypes
  128788. web_1 | > django.contrib.sessions
  128789. web_1 | > django.contrib.sites
  128790. web_1 | > django.contrib.messages
  128791. web_1 | > django.contrib.staticfiles
  128792. web_1 | > django.contrib.admin
  128793. web_1 | > south
  128794. web_1 | > crispy_forms
  128795. web_1 | > avatar
  128796. web_1 | > bootstrap3
  128797. web_1 | > users
  128798. web_1 | > allauth
  128799. web_1 | > allauth.account
  128800. web_1 | > django.contrib.humanize
  128801. web_1 | > debug_toolbar
  128802. web_1 |
  128803. web_1 | Not synced (use migrations):
  128804. web_1 | - allauth.socialaccount
  128805. web_1 | - django_extensions
  128806. web_1 | (use ./manage.py migrate to migrate these)
  128807. web_1 | Running migrations for socialaccount:
  128808. web_1 | - Nothing to migrate.
  128809. web_1 | - Loading initial data for socialaccount.
  128810. web_1 | Installed 0 object(s) from 0 fixture(s)
  128811. web_1 | Running migrations for django_extensions:
  128812. web_1 | - Nothing to migrate.
  128813. web_1 | - Loading initial data for django_extensions.
  128814. web_1 | Installed 0 object(s) from 0 fixture(s)
  128815. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128816. web_1 | [GCC 4.9.2] on linux2
  128817. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128818. web_1 | (InteractiveConsole)
  128819. web_1 |
  128820. web_1 | >>> >>> Starting the server
  128821. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128822. web_1 |
  128823. web_1 | Fatal error: Unable to find local grunt.
  128824. web_1 |
  128825. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128826. web_1 | your project. For more information about installing and configuring grunt,
  128827. web_1 | please see the Getting Started guide:
  128828. web_1 |
  128829. web_1 | http://gruntjs.com/getting-started
  128830. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128831. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128832. web_1 | Syncing...
  128833. web_1 | Creating tables ...
  128834. web_1 | Installing custom SQL ...
  128835. web_1 | Installing indexes ...
  128836. web_1 | Installed 0 object(s) from 0 fixture(s)
  128837. web_1 |
  128838. web_1 | Synced:
  128839. web_1 | > django.contrib.auth
  128840. web_1 | > django.contrib.contenttypes
  128841. web_1 | > django.contrib.sessions
  128842. web_1 | > django.contrib.sites
  128843. web_1 | > django.contrib.messages
  128844. web_1 | > django.contrib.staticfiles
  128845. web_1 | > django.contrib.admin
  128846. web_1 | > south
  128847. web_1 | > crispy_forms
  128848. web_1 | > avatar
  128849. web_1 | > bootstrap3
  128850. web_1 | > users
  128851. web_1 | > allauth
  128852. web_1 | > allauth.account
  128853. web_1 | > django.contrib.humanize
  128854. web_1 | > debug_toolbar
  128855. web_1 |
  128856. web_1 | Not synced (use migrations):
  128857. web_1 | - allauth.socialaccount
  128858. web_1 | - django_extensions
  128859. web_1 | (use ./manage.py migrate to migrate these)
  128860. web_1 | Running migrations for socialaccount:
  128861. web_1 | - Nothing to migrate.
  128862. web_1 | - Loading initial data for socialaccount.
  128863. web_1 | Installed 0 object(s) from 0 fixture(s)
  128864. web_1 | Running migrations for django_extensions:
  128865. web_1 | - Nothing to migrate.
  128866. web_1 | - Loading initial data for django_extensions.
  128867. web_1 | Installed 0 object(s) from 0 fixture(s)
  128868. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128869. web_1 | [GCC 4.9.2] on linux2
  128870. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128871. web_1 | (InteractiveConsole)
  128872. web_1 |
  128873. web_1 | >>> >>> Starting the server
  128874. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128875. web_1 |
  128876. web_1 | Fatal error: Unable to find local grunt.
  128877. web_1 |
  128878. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128879. web_1 | your project. For more information about installing and configuring grunt,
  128880. web_1 | please see the Getting Started guide:
  128881. web_1 |
  128882. web_1 | http://gruntjs.com/getting-started
  128883. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128884. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128885. web_1 | Syncing...
  128886. web_1 | Creating tables ...
  128887. web_1 | Installing custom SQL ...
  128888. web_1 | Installing indexes ...
  128889. web_1 | Installed 0 object(s) from 0 fixture(s)
  128890. web_1 |
  128891. web_1 | Synced:
  128892. web_1 | > django.contrib.auth
  128893. web_1 | > django.contrib.contenttypes
  128894. web_1 | > django.contrib.sessions
  128895. web_1 | > django.contrib.sites
  128896. web_1 | > django.contrib.messages
  128897. web_1 | > django.contrib.staticfiles
  128898. web_1 | > django.contrib.admin
  128899. web_1 | > south
  128900. web_1 | > crispy_forms
  128901. web_1 | > avatar
  128902. web_1 | > bootstrap3
  128903. web_1 | > users
  128904. web_1 | > allauth
  128905. web_1 | > allauth.account
  128906. web_1 | > django.contrib.humanize
  128907. web_1 | > debug_toolbar
  128908. web_1 |
  128909. web_1 | Not synced (use migrations):
  128910. web_1 | - allauth.socialaccount
  128911. web_1 | - django_extensions
  128912. web_1 | (use ./manage.py migrate to migrate these)
  128913. web_1 | Running migrations for socialaccount:
  128914. web_1 | - Nothing to migrate.
  128915. web_1 | - Loading initial data for socialaccount.
  128916. web_1 | Installed 0 object(s) from 0 fixture(s)
  128917. web_1 | Running migrations for django_extensions:
  128918. web_1 | - Nothing to migrate.
  128919. web_1 | - Loading initial data for django_extensions.
  128920. web_1 | Installed 0 object(s) from 0 fixture(s)
  128921. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128922. web_1 | [GCC 4.9.2] on linux2
  128923. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128924. web_1 | (InteractiveConsole)
  128925. web_1 |
  128926. web_1 | >>> >>> Starting the server
  128927. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128928. web_1 |
  128929. web_1 | Fatal error: Unable to find local grunt.
  128930. web_1 |
  128931. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128932. web_1 | your project. For more information about installing and configuring grunt,
  128933. web_1 | please see the Getting Started guide:
  128934. web_1 |
  128935. web_1 | http://gruntjs.com/getting-started
  128936. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128937. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128938. web_1 | Syncing...
  128939. web_1 | Creating tables ...
  128940. web_1 | Installing custom SQL ...
  128941. web_1 | Installing indexes ...
  128942. web_1 | Installed 0 object(s) from 0 fixture(s)
  128943. web_1 |
  128944. web_1 | Synced:
  128945. web_1 | > django.contrib.auth
  128946. web_1 | > django.contrib.contenttypes
  128947. web_1 | > django.contrib.sessions
  128948. web_1 | > django.contrib.sites
  128949. web_1 | > django.contrib.messages
  128950. web_1 | > django.contrib.staticfiles
  128951. web_1 | > django.contrib.admin
  128952. web_1 | > south
  128953. web_1 | > crispy_forms
  128954. web_1 | > avatar
  128955. web_1 | > bootstrap3
  128956. web_1 | > users
  128957. web_1 | > allauth
  128958. web_1 | > allauth.account
  128959. web_1 | > django.contrib.humanize
  128960. web_1 | > debug_toolbar
  128961. web_1 |
  128962. web_1 | Not synced (use migrations):
  128963. web_1 | - allauth.socialaccount
  128964. web_1 | - django_extensions
  128965. web_1 | (use ./manage.py migrate to migrate these)
  128966. web_1 | Running migrations for socialaccount:
  128967. web_1 | - Nothing to migrate.
  128968. web_1 | - Loading initial data for socialaccount.
  128969. web_1 | Installed 0 object(s) from 0 fixture(s)
  128970. web_1 | Running migrations for django_extensions:
  128971. web_1 | - Nothing to migrate.
  128972. web_1 | - Loading initial data for django_extensions.
  128973. web_1 | Installed 0 object(s) from 0 fixture(s)
  128974. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  128975. web_1 | [GCC 4.9.2] on linux2
  128976. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  128977. web_1 | (InteractiveConsole)
  128978. web_1 |
  128979. web_1 | >>> >>> Starting the server
  128980. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  128981. web_1 |
  128982. web_1 | Fatal error: Unable to find local grunt.
  128983. web_1 |
  128984. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  128985. web_1 | your project. For more information about installing and configuring grunt,
  128986. web_1 | please see the Getting Started guide:
  128987. web_1 |
  128988. web_1 | http://gruntjs.com/getting-started
  128989. web_1 | Starting OpenBSD Secure Shell server: sshd.
  128990. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  128991. web_1 | Syncing...
  128992. web_1 | Creating tables ...
  128993. web_1 | Installing custom SQL ...
  128994. web_1 | Installing indexes ...
  128995. web_1 | Installed 0 object(s) from 0 fixture(s)
  128996. web_1 |
  128997. web_1 | Synced:
  128998. web_1 | > django.contrib.auth
  128999. web_1 | > django.contrib.contenttypes
  129000. web_1 | > django.contrib.sessions
  129001. web_1 | > django.contrib.sites
  129002. web_1 | > django.contrib.messages
  129003. web_1 | > django.contrib.staticfiles
  129004. web_1 | > django.contrib.admin
  129005. web_1 | > south
  129006. web_1 | > crispy_forms
  129007. web_1 | > avatar
  129008. web_1 | > bootstrap3
  129009. web_1 | > users
  129010. web_1 | > allauth
  129011. web_1 | > allauth.account
  129012. web_1 | > django.contrib.humanize
  129013. web_1 | > debug_toolbar
  129014. web_1 |
  129015. web_1 | Not synced (use migrations):
  129016. web_1 | - allauth.socialaccount
  129017. web_1 | - django_extensions
  129018. web_1 | (use ./manage.py migrate to migrate these)
  129019. web_1 | Running migrations for socialaccount:
  129020. web_1 | - Nothing to migrate.
  129021. web_1 | - Loading initial data for socialaccount.
  129022. web_1 | Installed 0 object(s) from 0 fixture(s)
  129023. web_1 | Running migrations for django_extensions:
  129024. web_1 | - Nothing to migrate.
  129025. web_1 | - Loading initial data for django_extensions.
  129026. web_1 | Installed 0 object(s) from 0 fixture(s)
  129027. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129028. web_1 | [GCC 4.9.2] on linux2
  129029. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129030. web_1 | (InteractiveConsole)
  129031. web_1 |
  129032. web_1 | >>> >>> Starting the server
  129033. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129034. web_1 |
  129035. web_1 | Fatal error: Unable to find local grunt.
  129036. web_1 |
  129037. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129038. web_1 | your project. For more information about installing and configuring grunt,
  129039. web_1 | please see the Getting Started guide:
  129040. web_1 |
  129041. web_1 | http://gruntjs.com/getting-started
  129042. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129043. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129044. web_1 | Syncing...
  129045. web_1 | Creating tables ...
  129046. web_1 | Installing custom SQL ...
  129047. web_1 | Installing indexes ...
  129048. web_1 | Installed 0 object(s) from 0 fixture(s)
  129049. web_1 |
  129050. web_1 | Synced:
  129051. web_1 | > django.contrib.auth
  129052. web_1 | > django.contrib.contenttypes
  129053. web_1 | > django.contrib.sessions
  129054. web_1 | > django.contrib.sites
  129055. web_1 | > django.contrib.messages
  129056. web_1 | > django.contrib.staticfiles
  129057. web_1 | > django.contrib.admin
  129058. web_1 | > south
  129059. web_1 | > crispy_forms
  129060. web_1 | > avatar
  129061. web_1 | > bootstrap3
  129062. web_1 | > users
  129063. web_1 | > allauth
  129064. web_1 | > allauth.account
  129065. web_1 | > django.contrib.humanize
  129066. web_1 | > debug_toolbar
  129067. web_1 |
  129068. web_1 | Not synced (use migrations):
  129069. web_1 | - allauth.socialaccount
  129070. web_1 | - django_extensions
  129071. web_1 | (use ./manage.py migrate to migrate these)
  129072. web_1 | Running migrations for socialaccount:
  129073. web_1 | - Nothing to migrate.
  129074. web_1 | - Loading initial data for socialaccount.
  129075. web_1 | Installed 0 object(s) from 0 fixture(s)
  129076. web_1 | Running migrations for django_extensions:
  129077. web_1 | - Nothing to migrate.
  129078. web_1 | - Loading initial data for django_extensions.
  129079. web_1 | Installed 0 object(s) from 0 fixture(s)
  129080. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129081. web_1 | [GCC 4.9.2] on linux2
  129082. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129083. web_1 | (InteractiveConsole)
  129084. web_1 |
  129085. web_1 | >>> >>> Starting the server
  129086. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129087. web_1 |
  129088. web_1 | Fatal error: Unable to find local grunt.
  129089. web_1 |
  129090. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129091. web_1 | your project. For more information about installing and configuring grunt,
  129092. web_1 | please see the Getting Started guide:
  129093. web_1 |
  129094. web_1 | http://gruntjs.com/getting-started
  129095. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129096. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129097. web_1 | Syncing...
  129098. web_1 | Creating tables ...
  129099. web_1 | Installing custom SQL ...
  129100. web_1 | Installing indexes ...
  129101. web_1 | Installed 0 object(s) from 0 fixture(s)
  129102. web_1 |
  129103. web_1 | Synced:
  129104. web_1 | > django.contrib.auth
  129105. web_1 | > django.contrib.contenttypes
  129106. web_1 | > django.contrib.sessions
  129107. web_1 | > django.contrib.sites
  129108. web_1 | > django.contrib.messages
  129109. web_1 | > django.contrib.staticfiles
  129110. web_1 | > django.contrib.admin
  129111. web_1 | > south
  129112. web_1 | > crispy_forms
  129113. web_1 | > avatar
  129114. web_1 | > bootstrap3
  129115. web_1 | > users
  129116. web_1 | > allauth
  129117. web_1 | > allauth.account
  129118. web_1 | > django.contrib.humanize
  129119. web_1 | > debug_toolbar
  129120. web_1 |
  129121. web_1 | Not synced (use migrations):
  129122. web_1 | - allauth.socialaccount
  129123. web_1 | - django_extensions
  129124. web_1 | (use ./manage.py migrate to migrate these)
  129125. web_1 | Running migrations for socialaccount:
  129126. web_1 | - Nothing to migrate.
  129127. web_1 | - Loading initial data for socialaccount.
  129128. web_1 | Installed 0 object(s) from 0 fixture(s)
  129129. web_1 | Running migrations for django_extensions:
  129130. web_1 | - Nothing to migrate.
  129131. web_1 | - Loading initial data for django_extensions.
  129132. web_1 | Installed 0 object(s) from 0 fixture(s)
  129133. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129134. web_1 | [GCC 4.9.2] on linux2
  129135. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129136. web_1 | (InteractiveConsole)
  129137. web_1 |
  129138. web_1 | >>> >>> Starting the server
  129139. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129140. web_1 |
  129141. web_1 | Fatal error: Unable to find local grunt.
  129142. web_1 |
  129143. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129144. web_1 | your project. For more information about installing and configuring grunt,
  129145. web_1 | please see the Getting Started guide:
  129146. web_1 |
  129147. web_1 | http://gruntjs.com/getting-started
  129148. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129149. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129150. web_1 | Syncing...
  129151. web_1 | Creating tables ...
  129152. web_1 | Installing custom SQL ...
  129153. web_1 | Installing indexes ...
  129154. web_1 | Installed 0 object(s) from 0 fixture(s)
  129155. web_1 |
  129156. web_1 | Synced:
  129157. web_1 | > django.contrib.auth
  129158. web_1 | > django.contrib.contenttypes
  129159. web_1 | > django.contrib.sessions
  129160. web_1 | > django.contrib.sites
  129161. web_1 | > django.contrib.messages
  129162. web_1 | > django.contrib.staticfiles
  129163. web_1 | > django.contrib.admin
  129164. web_1 | > south
  129165. web_1 | > crispy_forms
  129166. web_1 | > avatar
  129167. web_1 | > bootstrap3
  129168. web_1 | > users
  129169. web_1 | > allauth
  129170. web_1 | > allauth.account
  129171. web_1 | > django.contrib.humanize
  129172. web_1 | > debug_toolbar
  129173. web_1 |
  129174. web_1 | Not synced (use migrations):
  129175. web_1 | - allauth.socialaccount
  129176. web_1 | - django_extensions
  129177. web_1 | (use ./manage.py migrate to migrate these)
  129178. web_1 | Running migrations for socialaccount:
  129179. web_1 | - Nothing to migrate.
  129180. web_1 | - Loading initial data for socialaccount.
  129181. web_1 | Installed 0 object(s) from 0 fixture(s)
  129182. web_1 | Running migrations for django_extensions:
  129183. web_1 | - Nothing to migrate.
  129184. web_1 | - Loading initial data for django_extensions.
  129185. web_1 | Installed 0 object(s) from 0 fixture(s)
  129186. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129187. web_1 | [GCC 4.9.2] on linux2
  129188. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129189. web_1 | (InteractiveConsole)
  129190. web_1 |
  129191. web_1 | >>> >>> Starting the server
  129192. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129193. web_1 |
  129194. web_1 | Fatal error: Unable to find local grunt.
  129195. web_1 |
  129196. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129197. web_1 | your project. For more information about installing and configuring grunt,
  129198. web_1 | please see the Getting Started guide:
  129199. web_1 |
  129200. web_1 | http://gruntjs.com/getting-started
  129201. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129202. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129203. web_1 | Syncing...
  129204. web_1 | Creating tables ...
  129205. web_1 | Installing custom SQL ...
  129206. web_1 | Installing indexes ...
  129207. web_1 | Installed 0 object(s) from 0 fixture(s)
  129208. web_1 |
  129209. web_1 | Synced:
  129210. web_1 | > django.contrib.auth
  129211. web_1 | > django.contrib.contenttypes
  129212. web_1 | > django.contrib.sessions
  129213. web_1 | > django.contrib.sites
  129214. web_1 | > django.contrib.messages
  129215. web_1 | > django.contrib.staticfiles
  129216. web_1 | > django.contrib.admin
  129217. web_1 | > south
  129218. web_1 | > crispy_forms
  129219. web_1 | > avatar
  129220. web_1 | > bootstrap3
  129221. web_1 | > users
  129222. web_1 | > allauth
  129223. web_1 | > allauth.account
  129224. web_1 | > django.contrib.humanize
  129225. web_1 | > debug_toolbar
  129226. web_1 |
  129227. web_1 | Not synced (use migrations):
  129228. web_1 | - allauth.socialaccount
  129229. web_1 | - django_extensions
  129230. web_1 | (use ./manage.py migrate to migrate these)
  129231. web_1 | Running migrations for socialaccount:
  129232. web_1 | - Nothing to migrate.
  129233. web_1 | - Loading initial data for socialaccount.
  129234. web_1 | Installed 0 object(s) from 0 fixture(s)
  129235. web_1 | Running migrations for django_extensions:
  129236. web_1 | - Nothing to migrate.
  129237. web_1 | - Loading initial data for django_extensions.
  129238. web_1 | Installed 0 object(s) from 0 fixture(s)
  129239. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129240. web_1 | [GCC 4.9.2] on linux2
  129241. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129242. web_1 | (InteractiveConsole)
  129243. web_1 |
  129244. web_1 | >>> >>> Starting the server
  129245. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129246. web_1 |
  129247. web_1 | Fatal error: Unable to find local grunt.
  129248. web_1 |
  129249. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129250. web_1 | your project. For more information about installing and configuring grunt,
  129251. web_1 | please see the Getting Started guide:
  129252. web_1 |
  129253. web_1 | http://gruntjs.com/getting-started
  129254. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129255. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129256. web_1 | Syncing...
  129257. web_1 | Creating tables ...
  129258. web_1 | Installing custom SQL ...
  129259. web_1 | Installing indexes ...
  129260. web_1 | Installed 0 object(s) from 0 fixture(s)
  129261. web_1 |
  129262. web_1 | Synced:
  129263. web_1 | > django.contrib.auth
  129264. web_1 | > django.contrib.contenttypes
  129265. web_1 | > django.contrib.sessions
  129266. web_1 | > django.contrib.sites
  129267. web_1 | > django.contrib.messages
  129268. web_1 | > django.contrib.staticfiles
  129269. web_1 | > django.contrib.admin
  129270. web_1 | > south
  129271. web_1 | > crispy_forms
  129272. web_1 | > avatar
  129273. web_1 | > bootstrap3
  129274. web_1 | > users
  129275. web_1 | > allauth
  129276. web_1 | > allauth.account
  129277. web_1 | > django.contrib.humanize
  129278. web_1 | > debug_toolbar
  129279. web_1 |
  129280. web_1 | Not synced (use migrations):
  129281. web_1 | - allauth.socialaccount
  129282. web_1 | - django_extensions
  129283. web_1 | (use ./manage.py migrate to migrate these)
  129284. web_1 | Running migrations for socialaccount:
  129285. web_1 | - Nothing to migrate.
  129286. web_1 | - Loading initial data for socialaccount.
  129287. web_1 | Installed 0 object(s) from 0 fixture(s)
  129288. web_1 | Running migrations for django_extensions:
  129289. web_1 | - Nothing to migrate.
  129290. web_1 | - Loading initial data for django_extensions.
  129291. web_1 | Installed 0 object(s) from 0 fixture(s)
  129292. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129293. web_1 | [GCC 4.9.2] on linux2
  129294. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129295. web_1 | (InteractiveConsole)
  129296. web_1 |
  129297. web_1 | >>> >>> Starting the server
  129298. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129299. web_1 |
  129300. web_1 | Fatal error: Unable to find local grunt.
  129301. web_1 |
  129302. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129303. web_1 | your project. For more information about installing and configuring grunt,
  129304. web_1 | please see the Getting Started guide:
  129305. web_1 |
  129306. web_1 | http://gruntjs.com/getting-started
  129307. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129308. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129309. web_1 | Syncing...
  129310. web_1 | Creating tables ...
  129311. web_1 | Installing custom SQL ...
  129312. web_1 | Installing indexes ...
  129313. web_1 | Installed 0 object(s) from 0 fixture(s)
  129314. web_1 |
  129315. web_1 | Synced:
  129316. web_1 | > django.contrib.auth
  129317. web_1 | > django.contrib.contenttypes
  129318. web_1 | > django.contrib.sessions
  129319. web_1 | > django.contrib.sites
  129320. web_1 | > django.contrib.messages
  129321. web_1 | > django.contrib.staticfiles
  129322. web_1 | > django.contrib.admin
  129323. web_1 | > south
  129324. web_1 | > crispy_forms
  129325. web_1 | > avatar
  129326. web_1 | > bootstrap3
  129327. web_1 | > users
  129328. web_1 | > allauth
  129329. web_1 | > allauth.account
  129330. web_1 | > django.contrib.humanize
  129331. web_1 | > debug_toolbar
  129332. web_1 |
  129333. web_1 | Not synced (use migrations):
  129334. web_1 | - allauth.socialaccount
  129335. web_1 | - django_extensions
  129336. web_1 | (use ./manage.py migrate to migrate these)
  129337. web_1 | Running migrations for socialaccount:
  129338. web_1 | - Nothing to migrate.
  129339. web_1 | - Loading initial data for socialaccount.
  129340. web_1 | Installed 0 object(s) from 0 fixture(s)
  129341. web_1 | Running migrations for django_extensions:
  129342. web_1 | - Nothing to migrate.
  129343. web_1 | - Loading initial data for django_extensions.
  129344. web_1 | Installed 0 object(s) from 0 fixture(s)
  129345. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129346. web_1 | [GCC 4.9.2] on linux2
  129347. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129348. web_1 | (InteractiveConsole)
  129349. web_1 |
  129350. web_1 | >>> >>> Starting the server
  129351. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129352. web_1 |
  129353. web_1 | Fatal error: Unable to find local grunt.
  129354. web_1 |
  129355. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129356. web_1 | your project. For more information about installing and configuring grunt,
  129357. web_1 | please see the Getting Started guide:
  129358. web_1 |
  129359. web_1 | http://gruntjs.com/getting-started
  129360. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129361. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129362. web_1 | Syncing...
  129363. web_1 | Creating tables ...
  129364. web_1 | Installing custom SQL ...
  129365. web_1 | Installing indexes ...
  129366. web_1 | Installed 0 object(s) from 0 fixture(s)
  129367. web_1 |
  129368. web_1 | Synced:
  129369. web_1 | > django.contrib.auth
  129370. web_1 | > django.contrib.contenttypes
  129371. web_1 | > django.contrib.sessions
  129372. web_1 | > django.contrib.sites
  129373. web_1 | > django.contrib.messages
  129374. web_1 | > django.contrib.staticfiles
  129375. web_1 | > django.contrib.admin
  129376. web_1 | > south
  129377. web_1 | > crispy_forms
  129378. web_1 | > avatar
  129379. web_1 | > bootstrap3
  129380. web_1 | > users
  129381. web_1 | > allauth
  129382. web_1 | > allauth.account
  129383. web_1 | > django.contrib.humanize
  129384. web_1 | > debug_toolbar
  129385. web_1 |
  129386. web_1 | Not synced (use migrations):
  129387. web_1 | - allauth.socialaccount
  129388. web_1 | - django_extensions
  129389. web_1 | (use ./manage.py migrate to migrate these)
  129390. web_1 | Running migrations for socialaccount:
  129391. web_1 | - Nothing to migrate.
  129392. web_1 | - Loading initial data for socialaccount.
  129393. web_1 | Installed 0 object(s) from 0 fixture(s)
  129394. web_1 | Running migrations for django_extensions:
  129395. web_1 | - Nothing to migrate.
  129396. web_1 | - Loading initial data for django_extensions.
  129397. web_1 | Installed 0 object(s) from 0 fixture(s)
  129398. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129399. web_1 | [GCC 4.9.2] on linux2
  129400. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129401. web_1 | (InteractiveConsole)
  129402. web_1 |
  129403. web_1 | >>> >>> Starting the server
  129404. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129405. web_1 |
  129406. web_1 | Fatal error: Unable to find local grunt.
  129407. web_1 |
  129408. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129409. web_1 | your project. For more information about installing and configuring grunt,
  129410. web_1 | please see the Getting Started guide:
  129411. web_1 |
  129412. web_1 | http://gruntjs.com/getting-started
  129413. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129414. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129415. web_1 | Syncing...
  129416. web_1 | Creating tables ...
  129417. web_1 | Installing custom SQL ...
  129418. web_1 | Installing indexes ...
  129419. web_1 | Installed 0 object(s) from 0 fixture(s)
  129420. web_1 |
  129421. web_1 | Synced:
  129422. web_1 | > django.contrib.auth
  129423. web_1 | > django.contrib.contenttypes
  129424. web_1 | > django.contrib.sessions
  129425. web_1 | > django.contrib.sites
  129426. web_1 | > django.contrib.messages
  129427. web_1 | > django.contrib.staticfiles
  129428. web_1 | > django.contrib.admin
  129429. web_1 | > south
  129430. web_1 | > crispy_forms
  129431. web_1 | > avatar
  129432. web_1 | > bootstrap3
  129433. web_1 | > users
  129434. web_1 | > allauth
  129435. web_1 | > allauth.account
  129436. web_1 | > django.contrib.humanize
  129437. web_1 | > debug_toolbar
  129438. web_1 |
  129439. web_1 | Not synced (use migrations):
  129440. web_1 | - allauth.socialaccount
  129441. web_1 | - django_extensions
  129442. web_1 | (use ./manage.py migrate to migrate these)
  129443. web_1 | Running migrations for socialaccount:
  129444. web_1 | - Nothing to migrate.
  129445. web_1 | - Loading initial data for socialaccount.
  129446. web_1 | Installed 0 object(s) from 0 fixture(s)
  129447. web_1 | Running migrations for django_extensions:
  129448. web_1 | - Nothing to migrate.
  129449. web_1 | - Loading initial data for django_extensions.
  129450. web_1 | Installed 0 object(s) from 0 fixture(s)
  129451. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129452. web_1 | [GCC 4.9.2] on linux2
  129453. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129454. web_1 | (InteractiveConsole)
  129455. web_1 |
  129456. web_1 | >>> >>> Starting the server
  129457. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129458. web_1 |
  129459. web_1 | Fatal error: Unable to find local grunt.
  129460. web_1 |
  129461. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129462. web_1 | your project. For more information about installing and configuring grunt,
  129463. web_1 | please see the Getting Started guide:
  129464. web_1 |
  129465. web_1 | http://gruntjs.com/getting-started
  129466. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129467. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129468. web_1 | Syncing...
  129469. web_1 | Creating tables ...
  129470. web_1 | Installing custom SQL ...
  129471. web_1 | Installing indexes ...
  129472. web_1 | Installed 0 object(s) from 0 fixture(s)
  129473. web_1 |
  129474. web_1 | Synced:
  129475. web_1 | > django.contrib.auth
  129476. web_1 | > django.contrib.contenttypes
  129477. web_1 | > django.contrib.sessions
  129478. web_1 | > django.contrib.sites
  129479. web_1 | > django.contrib.messages
  129480. web_1 | > django.contrib.staticfiles
  129481. web_1 | > django.contrib.admin
  129482. web_1 | > south
  129483. web_1 | > crispy_forms
  129484. web_1 | > avatar
  129485. web_1 | > bootstrap3
  129486. web_1 | > users
  129487. web_1 | > allauth
  129488. web_1 | > allauth.account
  129489. web_1 | > django.contrib.humanize
  129490. web_1 | > debug_toolbar
  129491. web_1 |
  129492. web_1 | Not synced (use migrations):
  129493. web_1 | - allauth.socialaccount
  129494. web_1 | - django_extensions
  129495. web_1 | (use ./manage.py migrate to migrate these)
  129496. web_1 | Running migrations for socialaccount:
  129497. web_1 | - Nothing to migrate.
  129498. web_1 | - Loading initial data for socialaccount.
  129499. web_1 | Installed 0 object(s) from 0 fixture(s)
  129500. web_1 | Running migrations for django_extensions:
  129501. web_1 | - Nothing to migrate.
  129502. web_1 | - Loading initial data for django_extensions.
  129503. web_1 | Installed 0 object(s) from 0 fixture(s)
  129504. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129505. web_1 | [GCC 4.9.2] on linux2
  129506. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129507. web_1 | (InteractiveConsole)
  129508. web_1 |
  129509. web_1 | >>> >>> Starting the server
  129510. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129511. web_1 |
  129512. web_1 | Fatal error: Unable to find local grunt.
  129513. web_1 |
  129514. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129515. web_1 | your project. For more information about installing and configuring grunt,
  129516. web_1 | please see the Getting Started guide:
  129517. web_1 |
  129518. web_1 | http://gruntjs.com/getting-started
  129519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129520. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129521. web_1 | Syncing...
  129522. web_1 | Creating tables ...
  129523. web_1 | Installing custom SQL ...
  129524. web_1 | Installing indexes ...
  129525. web_1 | Installed 0 object(s) from 0 fixture(s)
  129526. web_1 |
  129527. web_1 | Synced:
  129528. web_1 | > django.contrib.auth
  129529. web_1 | > django.contrib.contenttypes
  129530. web_1 | > django.contrib.sessions
  129531. web_1 | > django.contrib.sites
  129532. web_1 | > django.contrib.messages
  129533. web_1 | > django.contrib.staticfiles
  129534. web_1 | > django.contrib.admin
  129535. web_1 | > south
  129536. web_1 | > crispy_forms
  129537. web_1 | > avatar
  129538. web_1 | > bootstrap3
  129539. web_1 | > users
  129540. web_1 | > allauth
  129541. web_1 | > allauth.account
  129542. web_1 | > django.contrib.humanize
  129543. web_1 | > debug_toolbar
  129544. web_1 |
  129545. web_1 | Not synced (use migrations):
  129546. web_1 | - allauth.socialaccount
  129547. web_1 | - django_extensions
  129548. web_1 | (use ./manage.py migrate to migrate these)
  129549. web_1 | Running migrations for socialaccount:
  129550. web_1 | - Nothing to migrate.
  129551. web_1 | - Loading initial data for socialaccount.
  129552. web_1 | Installed 0 object(s) from 0 fixture(s)
  129553. web_1 | Running migrations for django_extensions:
  129554. web_1 | - Nothing to migrate.
  129555. web_1 | - Loading initial data for django_extensions.
  129556. web_1 | Installed 0 object(s) from 0 fixture(s)
  129557. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129558. web_1 | [GCC 4.9.2] on linux2
  129559. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129560. web_1 | (InteractiveConsole)
  129561. web_1 |
  129562. web_1 | >>> >>> Starting the server
  129563. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129564. web_1 |
  129565. web_1 | Fatal error: Unable to find local grunt.
  129566. web_1 |
  129567. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129568. web_1 | your project. For more information about installing and configuring grunt,
  129569. web_1 | please see the Getting Started guide:
  129570. web_1 |
  129571. web_1 | http://gruntjs.com/getting-started
  129572. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129573. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129574. web_1 | Syncing...
  129575. web_1 | Creating tables ...
  129576. web_1 | Installing custom SQL ...
  129577. web_1 | Installing indexes ...
  129578. web_1 | Installed 0 object(s) from 0 fixture(s)
  129579. web_1 |
  129580. web_1 | Synced:
  129581. web_1 | > django.contrib.auth
  129582. web_1 | > django.contrib.contenttypes
  129583. web_1 | > django.contrib.sessions
  129584. web_1 | > django.contrib.sites
  129585. web_1 | > django.contrib.messages
  129586. web_1 | > django.contrib.staticfiles
  129587. web_1 | > django.contrib.admin
  129588. web_1 | > south
  129589. web_1 | > crispy_forms
  129590. web_1 | > avatar
  129591. web_1 | > bootstrap3
  129592. web_1 | > users
  129593. web_1 | > allauth
  129594. web_1 | > allauth.account
  129595. web_1 | > django.contrib.humanize
  129596. web_1 | > debug_toolbar
  129597. web_1 |
  129598. web_1 | Not synced (use migrations):
  129599. web_1 | - allauth.socialaccount
  129600. web_1 | - django_extensions
  129601. web_1 | (use ./manage.py migrate to migrate these)
  129602. web_1 | Running migrations for socialaccount:
  129603. web_1 | - Nothing to migrate.
  129604. web_1 | - Loading initial data for socialaccount.
  129605. web_1 | Installed 0 object(s) from 0 fixture(s)
  129606. web_1 | Running migrations for django_extensions:
  129607. web_1 | - Nothing to migrate.
  129608. web_1 | - Loading initial data for django_extensions.
  129609. web_1 | Installed 0 object(s) from 0 fixture(s)
  129610. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129611. web_1 | [GCC 4.9.2] on linux2
  129612. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129613. web_1 | (InteractiveConsole)
  129614. web_1 |
  129615. web_1 | >>> >>> Starting the server
  129616. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129617. web_1 |
  129618. web_1 | Fatal error: Unable to find local grunt.
  129619. web_1 |
  129620. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129621. web_1 | your project. For more information about installing and configuring grunt,
  129622. web_1 | please see the Getting Started guide:
  129623. web_1 |
  129624. web_1 | http://gruntjs.com/getting-started
  129625. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129626. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129627. web_1 | Syncing...
  129628. web_1 | Creating tables ...
  129629. web_1 | Installing custom SQL ...
  129630. web_1 | Installing indexes ...
  129631. web_1 | Installed 0 object(s) from 0 fixture(s)
  129632. web_1 |
  129633. web_1 | Synced:
  129634. web_1 | > django.contrib.auth
  129635. web_1 | > django.contrib.contenttypes
  129636. web_1 | > django.contrib.sessions
  129637. web_1 | > django.contrib.sites
  129638. web_1 | > django.contrib.messages
  129639. web_1 | > django.contrib.staticfiles
  129640. web_1 | > django.contrib.admin
  129641. web_1 | > south
  129642. web_1 | > crispy_forms
  129643. web_1 | > avatar
  129644. web_1 | > bootstrap3
  129645. web_1 | > users
  129646. web_1 | > allauth
  129647. web_1 | > allauth.account
  129648. web_1 | > django.contrib.humanize
  129649. web_1 | > debug_toolbar
  129650. web_1 |
  129651. web_1 | Not synced (use migrations):
  129652. web_1 | - allauth.socialaccount
  129653. web_1 | - django_extensions
  129654. web_1 | (use ./manage.py migrate to migrate these)
  129655. web_1 | Running migrations for socialaccount:
  129656. web_1 | - Nothing to migrate.
  129657. web_1 | - Loading initial data for socialaccount.
  129658. web_1 | Installed 0 object(s) from 0 fixture(s)
  129659. web_1 | Running migrations for django_extensions:
  129660. web_1 | - Nothing to migrate.
  129661. web_1 | - Loading initial data for django_extensions.
  129662. web_1 | Installed 0 object(s) from 0 fixture(s)
  129663. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129664. web_1 | [GCC 4.9.2] on linux2
  129665. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129666. web_1 | (InteractiveConsole)
  129667. web_1 |
  129668. web_1 | >>> >>> Starting the server
  129669. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129670. web_1 |
  129671. web_1 | Fatal error: Unable to find local grunt.
  129672. web_1 |
  129673. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129674. web_1 | your project. For more information about installing and configuring grunt,
  129675. web_1 | please see the Getting Started guide:
  129676. web_1 |
  129677. web_1 | http://gruntjs.com/getting-started
  129678. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129679. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129680. web_1 | Syncing...
  129681. web_1 | Creating tables ...
  129682. web_1 | Installing custom SQL ...
  129683. web_1 | Installing indexes ...
  129684. web_1 | Installed 0 object(s) from 0 fixture(s)
  129685. web_1 |
  129686. web_1 | Synced:
  129687. web_1 | > django.contrib.auth
  129688. web_1 | > django.contrib.contenttypes
  129689. web_1 | > django.contrib.sessions
  129690. web_1 | > django.contrib.sites
  129691. web_1 | > django.contrib.messages
  129692. web_1 | > django.contrib.staticfiles
  129693. web_1 | > django.contrib.admin
  129694. web_1 | > south
  129695. web_1 | > crispy_forms
  129696. web_1 | > avatar
  129697. web_1 | > bootstrap3
  129698. web_1 | > users
  129699. web_1 | > allauth
  129700. web_1 | > allauth.account
  129701. web_1 | > django.contrib.humanize
  129702. web_1 | > debug_toolbar
  129703. web_1 |
  129704. web_1 | Not synced (use migrations):
  129705. web_1 | - allauth.socialaccount
  129706. web_1 | - django_extensions
  129707. web_1 | (use ./manage.py migrate to migrate these)
  129708. web_1 | Running migrations for socialaccount:
  129709. web_1 | - Nothing to migrate.
  129710. web_1 | - Loading initial data for socialaccount.
  129711. web_1 | Installed 0 object(s) from 0 fixture(s)
  129712. web_1 | Running migrations for django_extensions:
  129713. web_1 | - Nothing to migrate.
  129714. web_1 | - Loading initial data for django_extensions.
  129715. web_1 | Installed 0 object(s) from 0 fixture(s)
  129716. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129717. web_1 | [GCC 4.9.2] on linux2
  129718. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129719. web_1 | (InteractiveConsole)
  129720. web_1 |
  129721. web_1 | >>> >>> Starting the server
  129722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129723. web_1 |
  129724. web_1 | Fatal error: Unable to find local grunt.
  129725. web_1 |
  129726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129727. web_1 | your project. For more information about installing and configuring grunt,
  129728. web_1 | please see the Getting Started guide:
  129729. web_1 |
  129730. web_1 | http://gruntjs.com/getting-started
  129731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129732. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129733. web_1 | Syncing...
  129734. web_1 | Creating tables ...
  129735. web_1 | Installing custom SQL ...
  129736. web_1 | Installing indexes ...
  129737. web_1 | Installed 0 object(s) from 0 fixture(s)
  129738. web_1 |
  129739. web_1 | Synced:
  129740. web_1 | > django.contrib.auth
  129741. web_1 | > django.contrib.contenttypes
  129742. web_1 | > django.contrib.sessions
  129743. web_1 | > django.contrib.sites
  129744. web_1 | > django.contrib.messages
  129745. web_1 | > django.contrib.staticfiles
  129746. web_1 | > django.contrib.admin
  129747. web_1 | > south
  129748. web_1 | > crispy_forms
  129749. web_1 | > avatar
  129750. web_1 | > bootstrap3
  129751. web_1 | > users
  129752. web_1 | > allauth
  129753. web_1 | > allauth.account
  129754. web_1 | > django.contrib.humanize
  129755. web_1 | > debug_toolbar
  129756. web_1 |
  129757. web_1 | Not synced (use migrations):
  129758. web_1 | - allauth.socialaccount
  129759. web_1 | - django_extensions
  129760. web_1 | (use ./manage.py migrate to migrate these)
  129761. web_1 | Running migrations for socialaccount:
  129762. web_1 | - Nothing to migrate.
  129763. web_1 | - Loading initial data for socialaccount.
  129764. web_1 | Installed 0 object(s) from 0 fixture(s)
  129765. web_1 | Running migrations for django_extensions:
  129766. web_1 | - Nothing to migrate.
  129767. web_1 | - Loading initial data for django_extensions.
  129768. web_1 | Installed 0 object(s) from 0 fixture(s)
  129769. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129770. web_1 | [GCC 4.9.2] on linux2
  129771. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129772. web_1 | (InteractiveConsole)
  129773. web_1 |
  129774. web_1 | >>> >>> Starting the server
  129775. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129776. web_1 |
  129777. web_1 | Fatal error: Unable to find local grunt.
  129778. web_1 |
  129779. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129780. web_1 | your project. For more information about installing and configuring grunt,
  129781. web_1 | please see the Getting Started guide:
  129782. web_1 |
  129783. web_1 | http://gruntjs.com/getting-started
  129784. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129785. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129786. web_1 | Syncing...
  129787. web_1 | Creating tables ...
  129788. web_1 | Installing custom SQL ...
  129789. web_1 | Installing indexes ...
  129790. web_1 | Installed 0 object(s) from 0 fixture(s)
  129791. web_1 |
  129792. web_1 | Synced:
  129793. web_1 | > django.contrib.auth
  129794. web_1 | > django.contrib.contenttypes
  129795. web_1 | > django.contrib.sessions
  129796. web_1 | > django.contrib.sites
  129797. web_1 | > django.contrib.messages
  129798. web_1 | > django.contrib.staticfiles
  129799. web_1 | > django.contrib.admin
  129800. web_1 | > south
  129801. web_1 | > crispy_forms
  129802. web_1 | > avatar
  129803. web_1 | > bootstrap3
  129804. web_1 | > users
  129805. web_1 | > allauth
  129806. web_1 | > allauth.account
  129807. web_1 | > django.contrib.humanize
  129808. web_1 | > debug_toolbar
  129809. web_1 |
  129810. web_1 | Not synced (use migrations):
  129811. web_1 | - allauth.socialaccount
  129812. web_1 | - django_extensions
  129813. web_1 | (use ./manage.py migrate to migrate these)
  129814. web_1 | Running migrations for socialaccount:
  129815. web_1 | - Nothing to migrate.
  129816. web_1 | - Loading initial data for socialaccount.
  129817. web_1 | Installed 0 object(s) from 0 fixture(s)
  129818. web_1 | Running migrations for django_extensions:
  129819. web_1 | - Nothing to migrate.
  129820. web_1 | - Loading initial data for django_extensions.
  129821. web_1 | Installed 0 object(s) from 0 fixture(s)
  129822. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129823. web_1 | [GCC 4.9.2] on linux2
  129824. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129825. web_1 | (InteractiveConsole)
  129826. web_1 |
  129827. web_1 | >>> >>> Starting the server
  129828. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129829. web_1 |
  129830. web_1 | Fatal error: Unable to find local grunt.
  129831. web_1 |
  129832. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129833. web_1 | your project. For more information about installing and configuring grunt,
  129834. web_1 | please see the Getting Started guide:
  129835. web_1 |
  129836. web_1 | http://gruntjs.com/getting-started
  129837. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129838. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129839. web_1 | Syncing...
  129840. web_1 | Creating tables ...
  129841. web_1 | Installing custom SQL ...
  129842. web_1 | Installing indexes ...
  129843. web_1 | Installed 0 object(s) from 0 fixture(s)
  129844. web_1 |
  129845. web_1 | Synced:
  129846. web_1 | > django.contrib.auth
  129847. web_1 | > django.contrib.contenttypes
  129848. web_1 | > django.contrib.sessions
  129849. web_1 | > django.contrib.sites
  129850. web_1 | > django.contrib.messages
  129851. web_1 | > django.contrib.staticfiles
  129852. web_1 | > django.contrib.admin
  129853. web_1 | > south
  129854. web_1 | > crispy_forms
  129855. web_1 | > avatar
  129856. web_1 | > bootstrap3
  129857. web_1 | > users
  129858. web_1 | > allauth
  129859. web_1 | > allauth.account
  129860. web_1 | > django.contrib.humanize
  129861. web_1 | > debug_toolbar
  129862. web_1 |
  129863. web_1 | Not synced (use migrations):
  129864. web_1 | - allauth.socialaccount
  129865. web_1 | - django_extensions
  129866. web_1 | (use ./manage.py migrate to migrate these)
  129867. web_1 | Running migrations for socialaccount:
  129868. web_1 | - Nothing to migrate.
  129869. web_1 | - Loading initial data for socialaccount.
  129870. web_1 | Installed 0 object(s) from 0 fixture(s)
  129871. web_1 | Running migrations for django_extensions:
  129872. web_1 | - Nothing to migrate.
  129873. web_1 | - Loading initial data for django_extensions.
  129874. web_1 | Installed 0 object(s) from 0 fixture(s)
  129875. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129876. web_1 | [GCC 4.9.2] on linux2
  129877. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129878. web_1 | (InteractiveConsole)
  129879. web_1 |
  129880. web_1 | >>> >>> Starting the server
  129881. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129882. web_1 |
  129883. web_1 | Fatal error: Unable to find local grunt.
  129884. web_1 |
  129885. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129886. web_1 | your project. For more information about installing and configuring grunt,
  129887. web_1 | please see the Getting Started guide:
  129888. web_1 |
  129889. web_1 | http://gruntjs.com/getting-started
  129890. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129891. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129892. web_1 | Syncing...
  129893. web_1 | Creating tables ...
  129894. web_1 | Installing custom SQL ...
  129895. web_1 | Installing indexes ...
  129896. web_1 | Installed 0 object(s) from 0 fixture(s)
  129897. web_1 |
  129898. web_1 | Synced:
  129899. web_1 | > django.contrib.auth
  129900. web_1 | > django.contrib.contenttypes
  129901. web_1 | > django.contrib.sessions
  129902. web_1 | > django.contrib.sites
  129903. web_1 | > django.contrib.messages
  129904. web_1 | > django.contrib.staticfiles
  129905. web_1 | > django.contrib.admin
  129906. web_1 | > south
  129907. web_1 | > crispy_forms
  129908. web_1 | > avatar
  129909. web_1 | > bootstrap3
  129910. web_1 | > users
  129911. web_1 | > allauth
  129912. web_1 | > allauth.account
  129913. web_1 | > django.contrib.humanize
  129914. web_1 | > debug_toolbar
  129915. web_1 |
  129916. web_1 | Not synced (use migrations):
  129917. web_1 | - allauth.socialaccount
  129918. web_1 | - django_extensions
  129919. web_1 | (use ./manage.py migrate to migrate these)
  129920. web_1 | Running migrations for socialaccount:
  129921. web_1 | - Nothing to migrate.
  129922. web_1 | - Loading initial data for socialaccount.
  129923. web_1 | Installed 0 object(s) from 0 fixture(s)
  129924. web_1 | Running migrations for django_extensions:
  129925. web_1 | - Nothing to migrate.
  129926. web_1 | - Loading initial data for django_extensions.
  129927. web_1 | Installed 0 object(s) from 0 fixture(s)
  129928. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129929. web_1 | [GCC 4.9.2] on linux2
  129930. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129931. web_1 | (InteractiveConsole)
  129932. web_1 |
  129933. web_1 | >>> >>> Starting the server
  129934. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129935. web_1 |
  129936. web_1 | Fatal error: Unable to find local grunt.
  129937. web_1 |
  129938. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129939. web_1 | your project. For more information about installing and configuring grunt,
  129940. web_1 | please see the Getting Started guide:
  129941. web_1 |
  129942. web_1 | http://gruntjs.com/getting-started
  129943. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129944. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129945. web_1 | Syncing...
  129946. web_1 | Creating tables ...
  129947. web_1 | Installing custom SQL ...
  129948. web_1 | Installing indexes ...
  129949. web_1 | Installed 0 object(s) from 0 fixture(s)
  129950. web_1 |
  129951. web_1 | Synced:
  129952. web_1 | > django.contrib.auth
  129953. web_1 | > django.contrib.contenttypes
  129954. web_1 | > django.contrib.sessions
  129955. web_1 | > django.contrib.sites
  129956. web_1 | > django.contrib.messages
  129957. web_1 | > django.contrib.staticfiles
  129958. web_1 | > django.contrib.admin
  129959. web_1 | > south
  129960. web_1 | > crispy_forms
  129961. web_1 | > avatar
  129962. web_1 | > bootstrap3
  129963. web_1 | > users
  129964. web_1 | > allauth
  129965. web_1 | > allauth.account
  129966. web_1 | > django.contrib.humanize
  129967. web_1 | > debug_toolbar
  129968. web_1 |
  129969. web_1 | Not synced (use migrations):
  129970. web_1 | - allauth.socialaccount
  129971. web_1 | - django_extensions
  129972. web_1 | (use ./manage.py migrate to migrate these)
  129973. web_1 | Running migrations for socialaccount:
  129974. web_1 | - Nothing to migrate.
  129975. web_1 | - Loading initial data for socialaccount.
  129976. web_1 | Installed 0 object(s) from 0 fixture(s)
  129977. web_1 | Running migrations for django_extensions:
  129978. web_1 | - Nothing to migrate.
  129979. web_1 | - Loading initial data for django_extensions.
  129980. web_1 | Installed 0 object(s) from 0 fixture(s)
  129981. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  129982. web_1 | [GCC 4.9.2] on linux2
  129983. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  129984. web_1 | (InteractiveConsole)
  129985. web_1 |
  129986. web_1 | >>> >>> Starting the server
  129987. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  129988. web_1 |
  129989. web_1 | Fatal error: Unable to find local grunt.
  129990. web_1 |
  129991. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  129992. web_1 | your project. For more information about installing and configuring grunt,
  129993. web_1 | please see the Getting Started guide:
  129994. web_1 |
  129995. web_1 | http://gruntjs.com/getting-started
  129996. web_1 | Starting OpenBSD Secure Shell server: sshd.
  129997. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  129998. web_1 | Syncing...
  129999. web_1 | Creating tables ...
  130000. web_1 | Installing custom SQL ...
  130001. web_1 | Installing indexes ...
  130002. web_1 | Installed 0 object(s) from 0 fixture(s)
  130003. web_1 |
  130004. web_1 | Synced:
  130005. web_1 | > django.contrib.auth
  130006. web_1 | > django.contrib.contenttypes
  130007. web_1 | > django.contrib.sessions
  130008. web_1 | > django.contrib.sites
  130009. web_1 | > django.contrib.messages
  130010. web_1 | > django.contrib.staticfiles
  130011. web_1 | > django.contrib.admin
  130012. web_1 | > south
  130013. web_1 | > crispy_forms
  130014. web_1 | > avatar
  130015. web_1 | > bootstrap3
  130016. web_1 | > users
  130017. web_1 | > allauth
  130018. web_1 | > allauth.account
  130019. web_1 | > django.contrib.humanize
  130020. web_1 | > debug_toolbar
  130021. web_1 |
  130022. web_1 | Not synced (use migrations):
  130023. web_1 | - allauth.socialaccount
  130024. web_1 | - django_extensions
  130025. web_1 | (use ./manage.py migrate to migrate these)
  130026. web_1 | Running migrations for socialaccount:
  130027. web_1 | - Nothing to migrate.
  130028. web_1 | - Loading initial data for socialaccount.
  130029. web_1 | Installed 0 object(s) from 0 fixture(s)
  130030. web_1 | Running migrations for django_extensions:
  130031. web_1 | - Nothing to migrate.
  130032. web_1 | - Loading initial data for django_extensions.
  130033. web_1 | Installed 0 object(s) from 0 fixture(s)
  130034. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130035. web_1 | [GCC 4.9.2] on linux2
  130036. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130037. web_1 | (InteractiveConsole)
  130038. web_1 |
  130039. web_1 | >>> >>> Starting the server
  130040. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130041. web_1 |
  130042. web_1 | Fatal error: Unable to find local grunt.
  130043. web_1 |
  130044. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130045. web_1 | your project. For more information about installing and configuring grunt,
  130046. web_1 | please see the Getting Started guide:
  130047. web_1 |
  130048. web_1 | http://gruntjs.com/getting-started
  130049. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130050. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130051. web_1 | Syncing...
  130052. web_1 | Creating tables ...
  130053. web_1 | Installing custom SQL ...
  130054. web_1 | Installing indexes ...
  130055. web_1 | Installed 0 object(s) from 0 fixture(s)
  130056. web_1 |
  130057. web_1 | Synced:
  130058. web_1 | > django.contrib.auth
  130059. web_1 | > django.contrib.contenttypes
  130060. web_1 | > django.contrib.sessions
  130061. web_1 | > django.contrib.sites
  130062. web_1 | > django.contrib.messages
  130063. web_1 | > django.contrib.staticfiles
  130064. web_1 | > django.contrib.admin
  130065. web_1 | > south
  130066. web_1 | > crispy_forms
  130067. web_1 | > avatar
  130068. web_1 | > bootstrap3
  130069. web_1 | > users
  130070. web_1 | > allauth
  130071. web_1 | > allauth.account
  130072. web_1 | > django.contrib.humanize
  130073. web_1 | > debug_toolbar
  130074. web_1 |
  130075. web_1 | Not synced (use migrations):
  130076. web_1 | - allauth.socialaccount
  130077. web_1 | - django_extensions
  130078. web_1 | (use ./manage.py migrate to migrate these)
  130079. web_1 | Running migrations for socialaccount:
  130080. web_1 | - Nothing to migrate.
  130081. web_1 | - Loading initial data for socialaccount.
  130082. web_1 | Installed 0 object(s) from 0 fixture(s)
  130083. web_1 | Running migrations for django_extensions:
  130084. web_1 | - Nothing to migrate.
  130085. web_1 | - Loading initial data for django_extensions.
  130086. web_1 | Installed 0 object(s) from 0 fixture(s)
  130087. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130088. web_1 | [GCC 4.9.2] on linux2
  130089. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130090. web_1 | (InteractiveConsole)
  130091. web_1 |
  130092. web_1 | >>> >>> Starting the server
  130093. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130094. web_1 |
  130095. web_1 | Fatal error: Unable to find local grunt.
  130096. web_1 |
  130097. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130098. web_1 | your project. For more information about installing and configuring grunt,
  130099. web_1 | please see the Getting Started guide:
  130100. web_1 |
  130101. web_1 | http://gruntjs.com/getting-started
  130102. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130103. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130104. web_1 | Syncing...
  130105. web_1 | Creating tables ...
  130106. web_1 | Installing custom SQL ...
  130107. web_1 | Installing indexes ...
  130108. web_1 | Installed 0 object(s) from 0 fixture(s)
  130109. web_1 |
  130110. web_1 | Synced:
  130111. web_1 | > django.contrib.auth
  130112. web_1 | > django.contrib.contenttypes
  130113. web_1 | > django.contrib.sessions
  130114. web_1 | > django.contrib.sites
  130115. web_1 | > django.contrib.messages
  130116. web_1 | > django.contrib.staticfiles
  130117. web_1 | > django.contrib.admin
  130118. web_1 | > south
  130119. web_1 | > crispy_forms
  130120. web_1 | > avatar
  130121. web_1 | > bootstrap3
  130122. web_1 | > users
  130123. web_1 | > allauth
  130124. web_1 | > allauth.account
  130125. web_1 | > django.contrib.humanize
  130126. web_1 | > debug_toolbar
  130127. web_1 |
  130128. web_1 | Not synced (use migrations):
  130129. web_1 | - allauth.socialaccount
  130130. web_1 | - django_extensions
  130131. web_1 | (use ./manage.py migrate to migrate these)
  130132. web_1 | Running migrations for socialaccount:
  130133. web_1 | - Nothing to migrate.
  130134. web_1 | - Loading initial data for socialaccount.
  130135. web_1 | Installed 0 object(s) from 0 fixture(s)
  130136. web_1 | Running migrations for django_extensions:
  130137. web_1 | - Nothing to migrate.
  130138. web_1 | - Loading initial data for django_extensions.
  130139. web_1 | Installed 0 object(s) from 0 fixture(s)
  130140. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130141. web_1 | [GCC 4.9.2] on linux2
  130142. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130143. web_1 | (InteractiveConsole)
  130144. web_1 |
  130145. web_1 | >>> >>> Starting the server
  130146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130147. web_1 |
  130148. web_1 | Fatal error: Unable to find local grunt.
  130149. web_1 |
  130150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130151. web_1 | your project. For more information about installing and configuring grunt,
  130152. web_1 | please see the Getting Started guide:
  130153. web_1 |
  130154. web_1 | http://gruntjs.com/getting-started
  130155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130157. web_1 | Syncing...
  130158. web_1 | Creating tables ...
  130159. web_1 | Installing custom SQL ...
  130160. web_1 | Installing indexes ...
  130161. web_1 | Installed 0 object(s) from 0 fixture(s)
  130162. web_1 |
  130163. web_1 | Synced:
  130164. web_1 | > django.contrib.auth
  130165. web_1 | > django.contrib.contenttypes
  130166. web_1 | > django.contrib.sessions
  130167. web_1 | > django.contrib.sites
  130168. web_1 | > django.contrib.messages
  130169. web_1 | > django.contrib.staticfiles
  130170. web_1 | > django.contrib.admin
  130171. web_1 | > south
  130172. web_1 | > crispy_forms
  130173. web_1 | > avatar
  130174. web_1 | > bootstrap3
  130175. web_1 | > users
  130176. web_1 | > allauth
  130177. web_1 | > allauth.account
  130178. web_1 | > django.contrib.humanize
  130179. web_1 | > debug_toolbar
  130180. web_1 |
  130181. web_1 | Not synced (use migrations):
  130182. web_1 | - allauth.socialaccount
  130183. web_1 | - django_extensions
  130184. web_1 | (use ./manage.py migrate to migrate these)
  130185. web_1 | Running migrations for socialaccount:
  130186. web_1 | - Nothing to migrate.
  130187. web_1 | - Loading initial data for socialaccount.
  130188. web_1 | Installed 0 object(s) from 0 fixture(s)
  130189. web_1 | Running migrations for django_extensions:
  130190. web_1 | - Nothing to migrate.
  130191. web_1 | - Loading initial data for django_extensions.
  130192. web_1 | Installed 0 object(s) from 0 fixture(s)
  130193. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130194. web_1 | [GCC 4.9.2] on linux2
  130195. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130196. web_1 | (InteractiveConsole)
  130197. web_1 |
  130198. web_1 | >>> >>> Starting the server
  130199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130200. web_1 |
  130201. web_1 | Fatal error: Unable to find local grunt.
  130202. web_1 |
  130203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130204. web_1 | your project. For more information about installing and configuring grunt,
  130205. web_1 | please see the Getting Started guide:
  130206. web_1 |
  130207. web_1 | http://gruntjs.com/getting-started
  130208. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130209. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130210. web_1 | Syncing...
  130211. web_1 | Creating tables ...
  130212. web_1 | Installing custom SQL ...
  130213. web_1 | Installing indexes ...
  130214. web_1 | Installed 0 object(s) from 0 fixture(s)
  130215. web_1 |
  130216. web_1 | Synced:
  130217. web_1 | > django.contrib.auth
  130218. web_1 | > django.contrib.contenttypes
  130219. web_1 | > django.contrib.sessions
  130220. web_1 | > django.contrib.sites
  130221. web_1 | > django.contrib.messages
  130222. web_1 | > django.contrib.staticfiles
  130223. web_1 | > django.contrib.admin
  130224. web_1 | > south
  130225. web_1 | > crispy_forms
  130226. web_1 | > avatar
  130227. web_1 | > bootstrap3
  130228. web_1 | > users
  130229. web_1 | > allauth
  130230. web_1 | > allauth.account
  130231. web_1 | > django.contrib.humanize
  130232. web_1 | > debug_toolbar
  130233. web_1 |
  130234. web_1 | Not synced (use migrations):
  130235. web_1 | - allauth.socialaccount
  130236. web_1 | - django_extensions
  130237. web_1 | (use ./manage.py migrate to migrate these)
  130238. web_1 | Running migrations for socialaccount:
  130239. web_1 | - Nothing to migrate.
  130240. web_1 | - Loading initial data for socialaccount.
  130241. web_1 | Installed 0 object(s) from 0 fixture(s)
  130242. web_1 | Running migrations for django_extensions:
  130243. web_1 | - Nothing to migrate.
  130244. web_1 | - Loading initial data for django_extensions.
  130245. web_1 | Installed 0 object(s) from 0 fixture(s)
  130246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130247. web_1 | [GCC 4.9.2] on linux2
  130248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130249. web_1 | (InteractiveConsole)
  130250. web_1 |
  130251. web_1 | >>> >>> Starting the server
  130252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130253. web_1 |
  130254. web_1 | Fatal error: Unable to find local grunt.
  130255. web_1 |
  130256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130257. web_1 | your project. For more information about installing and configuring grunt,
  130258. web_1 | please see the Getting Started guide:
  130259. web_1 |
  130260. web_1 | http://gruntjs.com/getting-started
  130261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130262. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130263. web_1 | Syncing...
  130264. web_1 | Creating tables ...
  130265. web_1 | Installing custom SQL ...
  130266. web_1 | Installing indexes ...
  130267. web_1 | Installed 0 object(s) from 0 fixture(s)
  130268. web_1 |
  130269. web_1 | Synced:
  130270. web_1 | > django.contrib.auth
  130271. web_1 | > django.contrib.contenttypes
  130272. web_1 | > django.contrib.sessions
  130273. web_1 | > django.contrib.sites
  130274. web_1 | > django.contrib.messages
  130275. web_1 | > django.contrib.staticfiles
  130276. web_1 | > django.contrib.admin
  130277. web_1 | > south
  130278. web_1 | > crispy_forms
  130279. web_1 | > avatar
  130280. web_1 | > bootstrap3
  130281. web_1 | > users
  130282. web_1 | > allauth
  130283. web_1 | > allauth.account
  130284. web_1 | > django.contrib.humanize
  130285. web_1 | > debug_toolbar
  130286. web_1 |
  130287. web_1 | Not synced (use migrations):
  130288. web_1 | - allauth.socialaccount
  130289. web_1 | - django_extensions
  130290. web_1 | (use ./manage.py migrate to migrate these)
  130291. web_1 | Running migrations for socialaccount:
  130292. web_1 | - Nothing to migrate.
  130293. web_1 | - Loading initial data for socialaccount.
  130294. web_1 | Installed 0 object(s) from 0 fixture(s)
  130295. web_1 | Running migrations for django_extensions:
  130296. web_1 | - Nothing to migrate.
  130297. web_1 | - Loading initial data for django_extensions.
  130298. web_1 | Installed 0 object(s) from 0 fixture(s)
  130299. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130300. web_1 | [GCC 4.9.2] on linux2
  130301. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130302. web_1 | (InteractiveConsole)
  130303. web_1 |
  130304. web_1 | >>> >>> Starting the server
  130305. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130306. web_1 |
  130307. web_1 | Fatal error: Unable to find local grunt.
  130308. web_1 |
  130309. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130310. web_1 | your project. For more information about installing and configuring grunt,
  130311. web_1 | please see the Getting Started guide:
  130312. web_1 |
  130313. web_1 | http://gruntjs.com/getting-started
  130314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130316. web_1 | Syncing...
  130317. web_1 | Creating tables ...
  130318. web_1 | Installing custom SQL ...
  130319. web_1 | Installing indexes ...
  130320. web_1 | Installed 0 object(s) from 0 fixture(s)
  130321. web_1 |
  130322. web_1 | Synced:
  130323. web_1 | > django.contrib.auth
  130324. web_1 | > django.contrib.contenttypes
  130325. web_1 | > django.contrib.sessions
  130326. web_1 | > django.contrib.sites
  130327. web_1 | > django.contrib.messages
  130328. web_1 | > django.contrib.staticfiles
  130329. web_1 | > django.contrib.admin
  130330. web_1 | > south
  130331. web_1 | > crispy_forms
  130332. web_1 | > avatar
  130333. web_1 | > bootstrap3
  130334. web_1 | > users
  130335. web_1 | > allauth
  130336. web_1 | > allauth.account
  130337. web_1 | > django.contrib.humanize
  130338. web_1 | > debug_toolbar
  130339. web_1 |
  130340. web_1 | Not synced (use migrations):
  130341. web_1 | - allauth.socialaccount
  130342. web_1 | - django_extensions
  130343. web_1 | (use ./manage.py migrate to migrate these)
  130344. web_1 | Running migrations for socialaccount:
  130345. web_1 | - Nothing to migrate.
  130346. web_1 | - Loading initial data for socialaccount.
  130347. web_1 | Installed 0 object(s) from 0 fixture(s)
  130348. web_1 | Running migrations for django_extensions:
  130349. web_1 | - Nothing to migrate.
  130350. web_1 | - Loading initial data for django_extensions.
  130351. web_1 | Installed 0 object(s) from 0 fixture(s)
  130352. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130353. web_1 | [GCC 4.9.2] on linux2
  130354. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130355. web_1 | (InteractiveConsole)
  130356. web_1 |
  130357. web_1 | >>> >>> Starting the server
  130358. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130359. web_1 |
  130360. web_1 | Fatal error: Unable to find local grunt.
  130361. web_1 |
  130362. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130363. web_1 | your project. For more information about installing and configuring grunt,
  130364. web_1 | please see the Getting Started guide:
  130365. web_1 |
  130366. web_1 | http://gruntjs.com/getting-started
  130367. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130368. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130369. web_1 | Syncing...
  130370. web_1 | Creating tables ...
  130371. web_1 | Installing custom SQL ...
  130372. web_1 | Installing indexes ...
  130373. web_1 | Installed 0 object(s) from 0 fixture(s)
  130374. web_1 |
  130375. web_1 | Synced:
  130376. web_1 | > django.contrib.auth
  130377. web_1 | > django.contrib.contenttypes
  130378. web_1 | > django.contrib.sessions
  130379. web_1 | > django.contrib.sites
  130380. web_1 | > django.contrib.messages
  130381. web_1 | > django.contrib.staticfiles
  130382. web_1 | > django.contrib.admin
  130383. web_1 | > south
  130384. web_1 | > crispy_forms
  130385. web_1 | > avatar
  130386. web_1 | > bootstrap3
  130387. web_1 | > users
  130388. web_1 | > allauth
  130389. web_1 | > allauth.account
  130390. web_1 | > django.contrib.humanize
  130391. web_1 | > debug_toolbar
  130392. web_1 |
  130393. web_1 | Not synced (use migrations):
  130394. web_1 | - allauth.socialaccount
  130395. web_1 | - django_extensions
  130396. web_1 | (use ./manage.py migrate to migrate these)
  130397. web_1 | Running migrations for socialaccount:
  130398. web_1 | - Nothing to migrate.
  130399. web_1 | - Loading initial data for socialaccount.
  130400. web_1 | Installed 0 object(s) from 0 fixture(s)
  130401. web_1 | Running migrations for django_extensions:
  130402. web_1 | - Nothing to migrate.
  130403. web_1 | - Loading initial data for django_extensions.
  130404. web_1 | Installed 0 object(s) from 0 fixture(s)
  130405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130406. web_1 | [GCC 4.9.2] on linux2
  130407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130408. web_1 | (InteractiveConsole)
  130409. web_1 |
  130410. web_1 | >>> >>> Starting the server
  130411. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130412. web_1 |
  130413. web_1 | Fatal error: Unable to find local grunt.
  130414. web_1 |
  130415. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130416. web_1 | your project. For more information about installing and configuring grunt,
  130417. web_1 | please see the Getting Started guide:
  130418. web_1 |
  130419. web_1 | http://gruntjs.com/getting-started
  130420. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130421. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130422. web_1 | Syncing...
  130423. web_1 | Creating tables ...
  130424. web_1 | Installing custom SQL ...
  130425. web_1 | Installing indexes ...
  130426. web_1 | Installed 0 object(s) from 0 fixture(s)
  130427. web_1 |
  130428. web_1 | Synced:
  130429. web_1 | > django.contrib.auth
  130430. web_1 | > django.contrib.contenttypes
  130431. web_1 | > django.contrib.sessions
  130432. web_1 | > django.contrib.sites
  130433. web_1 | > django.contrib.messages
  130434. web_1 | > django.contrib.staticfiles
  130435. web_1 | > django.contrib.admin
  130436. web_1 | > south
  130437. web_1 | > crispy_forms
  130438. web_1 | > avatar
  130439. web_1 | > bootstrap3
  130440. web_1 | > users
  130441. web_1 | > allauth
  130442. web_1 | > allauth.account
  130443. web_1 | > django.contrib.humanize
  130444. web_1 | > debug_toolbar
  130445. web_1 |
  130446. web_1 | Not synced (use migrations):
  130447. web_1 | - allauth.socialaccount
  130448. web_1 | - django_extensions
  130449. web_1 | (use ./manage.py migrate to migrate these)
  130450. web_1 | Running migrations for socialaccount:
  130451. web_1 | - Nothing to migrate.
  130452. web_1 | - Loading initial data for socialaccount.
  130453. web_1 | Installed 0 object(s) from 0 fixture(s)
  130454. web_1 | Running migrations for django_extensions:
  130455. web_1 | - Nothing to migrate.
  130456. web_1 | - Loading initial data for django_extensions.
  130457. web_1 | Installed 0 object(s) from 0 fixture(s)
  130458. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130459. web_1 | [GCC 4.9.2] on linux2
  130460. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130461. web_1 | (InteractiveConsole)
  130462. web_1 |
  130463. web_1 | >>> >>> Starting the server
  130464. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130465. web_1 |
  130466. web_1 | Fatal error: Unable to find local grunt.
  130467. web_1 |
  130468. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130469. web_1 | your project. For more information about installing and configuring grunt,
  130470. web_1 | please see the Getting Started guide:
  130471. web_1 |
  130472. web_1 | http://gruntjs.com/getting-started
  130473. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130474. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130475. web_1 | Syncing...
  130476. web_1 | Creating tables ...
  130477. web_1 | Installing custom SQL ...
  130478. web_1 | Installing indexes ...
  130479. web_1 | Installed 0 object(s) from 0 fixture(s)
  130480. web_1 |
  130481. web_1 | Synced:
  130482. web_1 | > django.contrib.auth
  130483. web_1 | > django.contrib.contenttypes
  130484. web_1 | > django.contrib.sessions
  130485. web_1 | > django.contrib.sites
  130486. web_1 | > django.contrib.messages
  130487. web_1 | > django.contrib.staticfiles
  130488. web_1 | > django.contrib.admin
  130489. web_1 | > south
  130490. web_1 | > crispy_forms
  130491. web_1 | > avatar
  130492. web_1 | > bootstrap3
  130493. web_1 | > users
  130494. web_1 | > allauth
  130495. web_1 | > allauth.account
  130496. web_1 | > django.contrib.humanize
  130497. web_1 | > debug_toolbar
  130498. web_1 |
  130499. web_1 | Not synced (use migrations):
  130500. web_1 | - allauth.socialaccount
  130501. web_1 | - django_extensions
  130502. web_1 | (use ./manage.py migrate to migrate these)
  130503. web_1 | Running migrations for socialaccount:
  130504. web_1 | - Nothing to migrate.
  130505. web_1 | - Loading initial data for socialaccount.
  130506. web_1 | Installed 0 object(s) from 0 fixture(s)
  130507. web_1 | Running migrations for django_extensions:
  130508. web_1 | - Nothing to migrate.
  130509. web_1 | - Loading initial data for django_extensions.
  130510. web_1 | Installed 0 object(s) from 0 fixture(s)
  130511. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130512. web_1 | [GCC 4.9.2] on linux2
  130513. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130514. web_1 | (InteractiveConsole)
  130515. web_1 |
  130516. web_1 | >>> >>> Starting the server
  130517. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130518. web_1 |
  130519. web_1 | Fatal error: Unable to find local grunt.
  130520. web_1 |
  130521. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130522. web_1 | your project. For more information about installing and configuring grunt,
  130523. web_1 | please see the Getting Started guide:
  130524. web_1 |
  130525. web_1 | http://gruntjs.com/getting-started
  130526. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130527. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130528. web_1 | Syncing...
  130529. web_1 | Creating tables ...
  130530. web_1 | Installing custom SQL ...
  130531. web_1 | Installing indexes ...
  130532. web_1 | Installed 0 object(s) from 0 fixture(s)
  130533. web_1 |
  130534. web_1 | Synced:
  130535. web_1 | > django.contrib.auth
  130536. web_1 | > django.contrib.contenttypes
  130537. web_1 | > django.contrib.sessions
  130538. web_1 | > django.contrib.sites
  130539. web_1 | > django.contrib.messages
  130540. web_1 | > django.contrib.staticfiles
  130541. web_1 | > django.contrib.admin
  130542. web_1 | > south
  130543. web_1 | > crispy_forms
  130544. web_1 | > avatar
  130545. web_1 | > bootstrap3
  130546. web_1 | > users
  130547. web_1 | > allauth
  130548. web_1 | > allauth.account
  130549. web_1 | > django.contrib.humanize
  130550. web_1 | > debug_toolbar
  130551. web_1 |
  130552. web_1 | Not synced (use migrations):
  130553. web_1 | - allauth.socialaccount
  130554. web_1 | - django_extensions
  130555. web_1 | (use ./manage.py migrate to migrate these)
  130556. web_1 | Running migrations for socialaccount:
  130557. web_1 | - Nothing to migrate.
  130558. web_1 | - Loading initial data for socialaccount.
  130559. web_1 | Installed 0 object(s) from 0 fixture(s)
  130560. web_1 | Running migrations for django_extensions:
  130561. web_1 | - Nothing to migrate.
  130562. web_1 | - Loading initial data for django_extensions.
  130563. web_1 | Installed 0 object(s) from 0 fixture(s)
  130564. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130565. web_1 | [GCC 4.9.2] on linux2
  130566. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130567. web_1 | (InteractiveConsole)
  130568. web_1 |
  130569. web_1 | >>> >>> Starting the server
  130570. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130571. web_1 |
  130572. web_1 | Fatal error: Unable to find local grunt.
  130573. web_1 |
  130574. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130575. web_1 | your project. For more information about installing and configuring grunt,
  130576. web_1 | please see the Getting Started guide:
  130577. web_1 |
  130578. web_1 | http://gruntjs.com/getting-started
  130579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130580. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130581. web_1 | Syncing...
  130582. web_1 | Creating tables ...
  130583. web_1 | Installing custom SQL ...
  130584. web_1 | Installing indexes ...
  130585. web_1 | Installed 0 object(s) from 0 fixture(s)
  130586. web_1 |
  130587. web_1 | Synced:
  130588. web_1 | > django.contrib.auth
  130589. web_1 | > django.contrib.contenttypes
  130590. web_1 | > django.contrib.sessions
  130591. web_1 | > django.contrib.sites
  130592. web_1 | > django.contrib.messages
  130593. web_1 | > django.contrib.staticfiles
  130594. web_1 | > django.contrib.admin
  130595. web_1 | > south
  130596. web_1 | > crispy_forms
  130597. web_1 | > avatar
  130598. web_1 | > bootstrap3
  130599. web_1 | > users
  130600. web_1 | > allauth
  130601. web_1 | > allauth.account
  130602. web_1 | > django.contrib.humanize
  130603. web_1 | > debug_toolbar
  130604. web_1 |
  130605. web_1 | Not synced (use migrations):
  130606. web_1 | - allauth.socialaccount
  130607. web_1 | - django_extensions
  130608. web_1 | (use ./manage.py migrate to migrate these)
  130609. web_1 | Running migrations for socialaccount:
  130610. web_1 | - Nothing to migrate.
  130611. web_1 | - Loading initial data for socialaccount.
  130612. web_1 | Installed 0 object(s) from 0 fixture(s)
  130613. web_1 | Running migrations for django_extensions:
  130614. web_1 | - Nothing to migrate.
  130615. web_1 | - Loading initial data for django_extensions.
  130616. web_1 | Installed 0 object(s) from 0 fixture(s)
  130617. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130618. web_1 | [GCC 4.9.2] on linux2
  130619. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130620. web_1 | (InteractiveConsole)
  130621. web_1 |
  130622. web_1 | >>> >>> Starting the server
  130623. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130624. web_1 |
  130625. web_1 | Fatal error: Unable to find local grunt.
  130626. web_1 |
  130627. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130628. web_1 | your project. For more information about installing and configuring grunt,
  130629. web_1 | please see the Getting Started guide:
  130630. web_1 |
  130631. web_1 | http://gruntjs.com/getting-started
  130632. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130633. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130634. web_1 | Syncing...
  130635. web_1 | Creating tables ...
  130636. web_1 | Installing custom SQL ...
  130637. web_1 | Installing indexes ...
  130638. web_1 | Installed 0 object(s) from 0 fixture(s)
  130639. web_1 |
  130640. web_1 | Synced:
  130641. web_1 | > django.contrib.auth
  130642. web_1 | > django.contrib.contenttypes
  130643. web_1 | > django.contrib.sessions
  130644. web_1 | > django.contrib.sites
  130645. web_1 | > django.contrib.messages
  130646. web_1 | > django.contrib.staticfiles
  130647. web_1 | > django.contrib.admin
  130648. web_1 | > south
  130649. web_1 | > crispy_forms
  130650. web_1 | > avatar
  130651. web_1 | > bootstrap3
  130652. web_1 | > users
  130653. web_1 | > allauth
  130654. web_1 | > allauth.account
  130655. web_1 | > django.contrib.humanize
  130656. web_1 | > debug_toolbar
  130657. web_1 |
  130658. web_1 | Not synced (use migrations):
  130659. web_1 | - allauth.socialaccount
  130660. web_1 | - django_extensions
  130661. web_1 | (use ./manage.py migrate to migrate these)
  130662. web_1 | Running migrations for socialaccount:
  130663. web_1 | - Nothing to migrate.
  130664. web_1 | - Loading initial data for socialaccount.
  130665. web_1 | Installed 0 object(s) from 0 fixture(s)
  130666. web_1 | Running migrations for django_extensions:
  130667. web_1 | - Nothing to migrate.
  130668. web_1 | - Loading initial data for django_extensions.
  130669. web_1 | Installed 0 object(s) from 0 fixture(s)
  130670. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130671. web_1 | [GCC 4.9.2] on linux2
  130672. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130673. web_1 | (InteractiveConsole)
  130674. web_1 |
  130675. web_1 | >>> >>> Starting the server
  130676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130677. web_1 |
  130678. web_1 | Fatal error: Unable to find local grunt.
  130679. web_1 |
  130680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130681. web_1 | your project. For more information about installing and configuring grunt,
  130682. web_1 | please see the Getting Started guide:
  130683. web_1 |
  130684. web_1 | http://gruntjs.com/getting-started
  130685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130686. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130687. web_1 | Syncing...
  130688. web_1 | Creating tables ...
  130689. web_1 | Installing custom SQL ...
  130690. web_1 | Installing indexes ...
  130691. web_1 | Installed 0 object(s) from 0 fixture(s)
  130692. web_1 |
  130693. web_1 | Synced:
  130694. web_1 | > django.contrib.auth
  130695. web_1 | > django.contrib.contenttypes
  130696. web_1 | > django.contrib.sessions
  130697. web_1 | > django.contrib.sites
  130698. web_1 | > django.contrib.messages
  130699. web_1 | > django.contrib.staticfiles
  130700. web_1 | > django.contrib.admin
  130701. web_1 | > south
  130702. web_1 | > crispy_forms
  130703. web_1 | > avatar
  130704. web_1 | > bootstrap3
  130705. web_1 | > users
  130706. web_1 | > allauth
  130707. web_1 | > allauth.account
  130708. web_1 | > django.contrib.humanize
  130709. web_1 | > debug_toolbar
  130710. web_1 |
  130711. web_1 | Not synced (use migrations):
  130712. web_1 | - allauth.socialaccount
  130713. web_1 | - django_extensions
  130714. web_1 | (use ./manage.py migrate to migrate these)
  130715. web_1 | Running migrations for socialaccount:
  130716. web_1 | - Nothing to migrate.
  130717. web_1 | - Loading initial data for socialaccount.
  130718. web_1 | Installed 0 object(s) from 0 fixture(s)
  130719. web_1 | Running migrations for django_extensions:
  130720. web_1 | - Nothing to migrate.
  130721. web_1 | - Loading initial data for django_extensions.
  130722. web_1 | Installed 0 object(s) from 0 fixture(s)
  130723. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130724. web_1 | [GCC 4.9.2] on linux2
  130725. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130726. web_1 | (InteractiveConsole)
  130727. web_1 |
  130728. web_1 | >>> >>> Starting the server
  130729. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130730. web_1 |
  130731. web_1 | Fatal error: Unable to find local grunt.
  130732. web_1 |
  130733. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130734. web_1 | your project. For more information about installing and configuring grunt,
  130735. web_1 | please see the Getting Started guide:
  130736. web_1 |
  130737. web_1 | http://gruntjs.com/getting-started
  130738. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130739. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130740. web_1 | Syncing...
  130741. web_1 | Creating tables ...
  130742. web_1 | Installing custom SQL ...
  130743. web_1 | Installing indexes ...
  130744. web_1 | Installed 0 object(s) from 0 fixture(s)
  130745. web_1 |
  130746. web_1 | Synced:
  130747. web_1 | > django.contrib.auth
  130748. web_1 | > django.contrib.contenttypes
  130749. web_1 | > django.contrib.sessions
  130750. web_1 | > django.contrib.sites
  130751. web_1 | > django.contrib.messages
  130752. web_1 | > django.contrib.staticfiles
  130753. web_1 | > django.contrib.admin
  130754. web_1 | > south
  130755. web_1 | > crispy_forms
  130756. web_1 | > avatar
  130757. web_1 | > bootstrap3
  130758. web_1 | > users
  130759. web_1 | > allauth
  130760. web_1 | > allauth.account
  130761. web_1 | > django.contrib.humanize
  130762. web_1 | > debug_toolbar
  130763. web_1 |
  130764. web_1 | Not synced (use migrations):
  130765. web_1 | - allauth.socialaccount
  130766. web_1 | - django_extensions
  130767. web_1 | (use ./manage.py migrate to migrate these)
  130768. web_1 | Running migrations for socialaccount:
  130769. web_1 | - Nothing to migrate.
  130770. web_1 | - Loading initial data for socialaccount.
  130771. web_1 | Installed 0 object(s) from 0 fixture(s)
  130772. web_1 | Running migrations for django_extensions:
  130773. web_1 | - Nothing to migrate.
  130774. web_1 | - Loading initial data for django_extensions.
  130775. web_1 | Installed 0 object(s) from 0 fixture(s)
  130776. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130777. web_1 | [GCC 4.9.2] on linux2
  130778. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130779. web_1 | (InteractiveConsole)
  130780. web_1 |
  130781. web_1 | >>> >>> Starting the server
  130782. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130783. web_1 |
  130784. web_1 | Fatal error: Unable to find local grunt.
  130785. web_1 |
  130786. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130787. web_1 | your project. For more information about installing and configuring grunt,
  130788. web_1 | please see the Getting Started guide:
  130789. web_1 |
  130790. web_1 | http://gruntjs.com/getting-started
  130791. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130792. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130793. web_1 | Syncing...
  130794. web_1 | Creating tables ...
  130795. web_1 | Installing custom SQL ...
  130796. web_1 | Installing indexes ...
  130797. web_1 | Installed 0 object(s) from 0 fixture(s)
  130798. web_1 |
  130799. web_1 | Synced:
  130800. web_1 | > django.contrib.auth
  130801. web_1 | > django.contrib.contenttypes
  130802. web_1 | > django.contrib.sessions
  130803. web_1 | > django.contrib.sites
  130804. web_1 | > django.contrib.messages
  130805. web_1 | > django.contrib.staticfiles
  130806. web_1 | > django.contrib.admin
  130807. web_1 | > south
  130808. web_1 | > crispy_forms
  130809. web_1 | > avatar
  130810. web_1 | > bootstrap3
  130811. web_1 | > users
  130812. web_1 | > allauth
  130813. web_1 | > allauth.account
  130814. web_1 | > django.contrib.humanize
  130815. web_1 | > debug_toolbar
  130816. web_1 |
  130817. web_1 | Not synced (use migrations):
  130818. web_1 | - allauth.socialaccount
  130819. web_1 | - django_extensions
  130820. web_1 | (use ./manage.py migrate to migrate these)
  130821. web_1 | Running migrations for socialaccount:
  130822. web_1 | - Nothing to migrate.
  130823. web_1 | - Loading initial data for socialaccount.
  130824. web_1 | Installed 0 object(s) from 0 fixture(s)
  130825. web_1 | Running migrations for django_extensions:
  130826. web_1 | - Nothing to migrate.
  130827. web_1 | - Loading initial data for django_extensions.
  130828. web_1 | Installed 0 object(s) from 0 fixture(s)
  130829. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130830. web_1 | [GCC 4.9.2] on linux2
  130831. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130832. web_1 | (InteractiveConsole)
  130833. web_1 |
  130834. web_1 | >>> >>> Starting the server
  130835. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130836. web_1 |
  130837. web_1 | Fatal error: Unable to find local grunt.
  130838. web_1 |
  130839. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130840. web_1 | your project. For more information about installing and configuring grunt,
  130841. web_1 | please see the Getting Started guide:
  130842. web_1 |
  130843. web_1 | http://gruntjs.com/getting-started
  130844. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130845. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130846. web_1 | Syncing...
  130847. web_1 | Creating tables ...
  130848. web_1 | Installing custom SQL ...
  130849. web_1 | Installing indexes ...
  130850. web_1 | Installed 0 object(s) from 0 fixture(s)
  130851. web_1 |
  130852. web_1 | Synced:
  130853. web_1 | > django.contrib.auth
  130854. web_1 | > django.contrib.contenttypes
  130855. web_1 | > django.contrib.sessions
  130856. web_1 | > django.contrib.sites
  130857. web_1 | > django.contrib.messages
  130858. web_1 | > django.contrib.staticfiles
  130859. web_1 | > django.contrib.admin
  130860. web_1 | > south
  130861. web_1 | > crispy_forms
  130862. web_1 | > avatar
  130863. web_1 | > bootstrap3
  130864. web_1 | > users
  130865. web_1 | > allauth
  130866. web_1 | > allauth.account
  130867. web_1 | > django.contrib.humanize
  130868. web_1 | > debug_toolbar
  130869. web_1 |
  130870. web_1 | Not synced (use migrations):
  130871. web_1 | - allauth.socialaccount
  130872. web_1 | - django_extensions
  130873. web_1 | (use ./manage.py migrate to migrate these)
  130874. web_1 | Running migrations for socialaccount:
  130875. web_1 | - Nothing to migrate.
  130876. web_1 | - Loading initial data for socialaccount.
  130877. web_1 | Installed 0 object(s) from 0 fixture(s)
  130878. web_1 | Running migrations for django_extensions:
  130879. web_1 | - Nothing to migrate.
  130880. web_1 | - Loading initial data for django_extensions.
  130881. web_1 | Installed 0 object(s) from 0 fixture(s)
  130882. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130883. web_1 | [GCC 4.9.2] on linux2
  130884. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130885. web_1 | (InteractiveConsole)
  130886. web_1 |
  130887. web_1 | >>> >>> Starting the server
  130888. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130889. web_1 |
  130890. web_1 | Fatal error: Unable to find local grunt.
  130891. web_1 |
  130892. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130893. web_1 | your project. For more information about installing and configuring grunt,
  130894. web_1 | please see the Getting Started guide:
  130895. web_1 |
  130896. web_1 | http://gruntjs.com/getting-started
  130897. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130898. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130899. web_1 | Syncing...
  130900. web_1 | Creating tables ...
  130901. web_1 | Installing custom SQL ...
  130902. web_1 | Installing indexes ...
  130903. web_1 | Installed 0 object(s) from 0 fixture(s)
  130904. web_1 |
  130905. web_1 | Synced:
  130906. web_1 | > django.contrib.auth
  130907. web_1 | > django.contrib.contenttypes
  130908. web_1 | > django.contrib.sessions
  130909. web_1 | > django.contrib.sites
  130910. web_1 | > django.contrib.messages
  130911. web_1 | > django.contrib.staticfiles
  130912. web_1 | > django.contrib.admin
  130913. web_1 | > south
  130914. web_1 | > crispy_forms
  130915. web_1 | > avatar
  130916. web_1 | > bootstrap3
  130917. web_1 | > users
  130918. web_1 | > allauth
  130919. web_1 | > allauth.account
  130920. web_1 | > django.contrib.humanize
  130921. web_1 | > debug_toolbar
  130922. web_1 |
  130923. web_1 | Not synced (use migrations):
  130924. web_1 | - allauth.socialaccount
  130925. web_1 | - django_extensions
  130926. web_1 | (use ./manage.py migrate to migrate these)
  130927. web_1 | Running migrations for socialaccount:
  130928. web_1 | - Nothing to migrate.
  130929. web_1 | - Loading initial data for socialaccount.
  130930. web_1 | Installed 0 object(s) from 0 fixture(s)
  130931. web_1 | Running migrations for django_extensions:
  130932. web_1 | - Nothing to migrate.
  130933. web_1 | - Loading initial data for django_extensions.
  130934. web_1 | Installed 0 object(s) from 0 fixture(s)
  130935. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130936. web_1 | [GCC 4.9.2] on linux2
  130937. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130938. web_1 | (InteractiveConsole)
  130939. web_1 |
  130940. web_1 | >>> >>> Starting the server
  130941. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130942. web_1 |
  130943. web_1 | Fatal error: Unable to find local grunt.
  130944. web_1 |
  130945. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130946. web_1 | your project. For more information about installing and configuring grunt,
  130947. web_1 | please see the Getting Started guide:
  130948. web_1 |
  130949. web_1 | http://gruntjs.com/getting-started
  130950. web_1 | Starting OpenBSD Secure Shell server: sshd.
  130951. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  130952. web_1 | Syncing...
  130953. web_1 | Creating tables ...
  130954. web_1 | Installing custom SQL ...
  130955. web_1 | Installing indexes ...
  130956. web_1 | Installed 0 object(s) from 0 fixture(s)
  130957. web_1 |
  130958. web_1 | Synced:
  130959. web_1 | > django.contrib.auth
  130960. web_1 | > django.contrib.contenttypes
  130961. web_1 | > django.contrib.sessions
  130962. web_1 | > django.contrib.sites
  130963. web_1 | > django.contrib.messages
  130964. web_1 | > django.contrib.staticfiles
  130965. web_1 | > django.contrib.admin
  130966. web_1 | > south
  130967. web_1 | > crispy_forms
  130968. web_1 | > avatar
  130969. web_1 | > bootstrap3
  130970. web_1 | > users
  130971. web_1 | > allauth
  130972. web_1 | > allauth.account
  130973. web_1 | > django.contrib.humanize
  130974. web_1 | > debug_toolbar
  130975. web_1 |
  130976. web_1 | Not synced (use migrations):
  130977. web_1 | - allauth.socialaccount
  130978. web_1 | - django_extensions
  130979. web_1 | (use ./manage.py migrate to migrate these)
  130980. web_1 | Running migrations for socialaccount:
  130981. web_1 | - Nothing to migrate.
  130982. web_1 | - Loading initial data for socialaccount.
  130983. web_1 | Installed 0 object(s) from 0 fixture(s)
  130984. web_1 | Running migrations for django_extensions:
  130985. web_1 | - Nothing to migrate.
  130986. web_1 | - Loading initial data for django_extensions.
  130987. web_1 | Installed 0 object(s) from 0 fixture(s)
  130988. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  130989. web_1 | [GCC 4.9.2] on linux2
  130990. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  130991. web_1 | (InteractiveConsole)
  130992. web_1 |
  130993. web_1 | >>> >>> Starting the server
  130994. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  130995. web_1 |
  130996. web_1 | Fatal error: Unable to find local grunt.
  130997. web_1 |
  130998. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  130999. web_1 | your project. For more information about installing and configuring grunt,
  131000. web_1 | please see the Getting Started guide:
  131001. web_1 |
  131002. web_1 | http://gruntjs.com/getting-started
  131003. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131004. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131005. web_1 | Syncing...
  131006. web_1 | Creating tables ...
  131007. web_1 | Installing custom SQL ...
  131008. web_1 | Installing indexes ...
  131009. web_1 | Installed 0 object(s) from 0 fixture(s)
  131010. web_1 |
  131011. web_1 | Synced:
  131012. web_1 | > django.contrib.auth
  131013. web_1 | > django.contrib.contenttypes
  131014. web_1 | > django.contrib.sessions
  131015. web_1 | > django.contrib.sites
  131016. web_1 | > django.contrib.messages
  131017. web_1 | > django.contrib.staticfiles
  131018. web_1 | > django.contrib.admin
  131019. web_1 | > south
  131020. web_1 | > crispy_forms
  131021. web_1 | > avatar
  131022. web_1 | > bootstrap3
  131023. web_1 | > users
  131024. web_1 | > allauth
  131025. web_1 | > allauth.account
  131026. web_1 | > django.contrib.humanize
  131027. web_1 | > debug_toolbar
  131028. web_1 |
  131029. web_1 | Not synced (use migrations):
  131030. web_1 | - allauth.socialaccount
  131031. web_1 | - django_extensions
  131032. web_1 | (use ./manage.py migrate to migrate these)
  131033. web_1 | Running migrations for socialaccount:
  131034. web_1 | - Nothing to migrate.
  131035. web_1 | - Loading initial data for socialaccount.
  131036. web_1 | Installed 0 object(s) from 0 fixture(s)
  131037. web_1 | Running migrations for django_extensions:
  131038. web_1 | - Nothing to migrate.
  131039. web_1 | - Loading initial data for django_extensions.
  131040. web_1 | Installed 0 object(s) from 0 fixture(s)
  131041. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131042. web_1 | [GCC 4.9.2] on linux2
  131043. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131044. web_1 | (InteractiveConsole)
  131045. web_1 |
  131046. web_1 | >>> >>> Starting the server
  131047. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131048. web_1 |
  131049. web_1 | Fatal error: Unable to find local grunt.
  131050. web_1 |
  131051. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131052. web_1 | your project. For more information about installing and configuring grunt,
  131053. web_1 | please see the Getting Started guide:
  131054. web_1 |
  131055. web_1 | http://gruntjs.com/getting-started
  131056. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131057. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131058. web_1 | Syncing...
  131059. web_1 | Creating tables ...
  131060. web_1 | Installing custom SQL ...
  131061. web_1 | Installing indexes ...
  131062. web_1 | Installed 0 object(s) from 0 fixture(s)
  131063. web_1 |
  131064. web_1 | Synced:
  131065. web_1 | > django.contrib.auth
  131066. web_1 | > django.contrib.contenttypes
  131067. web_1 | > django.contrib.sessions
  131068. web_1 | > django.contrib.sites
  131069. web_1 | > django.contrib.messages
  131070. web_1 | > django.contrib.staticfiles
  131071. web_1 | > django.contrib.admin
  131072. web_1 | > south
  131073. web_1 | > crispy_forms
  131074. web_1 | > avatar
  131075. web_1 | > bootstrap3
  131076. web_1 | > users
  131077. web_1 | > allauth
  131078. web_1 | > allauth.account
  131079. web_1 | > django.contrib.humanize
  131080. web_1 | > debug_toolbar
  131081. web_1 |
  131082. web_1 | Not synced (use migrations):
  131083. web_1 | - allauth.socialaccount
  131084. web_1 | - django_extensions
  131085. web_1 | (use ./manage.py migrate to migrate these)
  131086. web_1 | Running migrations for socialaccount:
  131087. web_1 | - Nothing to migrate.
  131088. web_1 | - Loading initial data for socialaccount.
  131089. web_1 | Installed 0 object(s) from 0 fixture(s)
  131090. web_1 | Running migrations for django_extensions:
  131091. web_1 | - Nothing to migrate.
  131092. web_1 | - Loading initial data for django_extensions.
  131093. web_1 | Installed 0 object(s) from 0 fixture(s)
  131094. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131095. web_1 | [GCC 4.9.2] on linux2
  131096. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131097. web_1 | (InteractiveConsole)
  131098. web_1 |
  131099. web_1 | >>> >>> Starting the server
  131100. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131101. web_1 |
  131102. web_1 | Fatal error: Unable to find local grunt.
  131103. web_1 |
  131104. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131105. web_1 | your project. For more information about installing and configuring grunt,
  131106. web_1 | please see the Getting Started guide:
  131107. web_1 |
  131108. web_1 | http://gruntjs.com/getting-started
  131109. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131110. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131111. web_1 | Syncing...
  131112. web_1 | Creating tables ...
  131113. web_1 | Installing custom SQL ...
  131114. web_1 | Installing indexes ...
  131115. web_1 | Installed 0 object(s) from 0 fixture(s)
  131116. web_1 |
  131117. web_1 | Synced:
  131118. web_1 | > django.contrib.auth
  131119. web_1 | > django.contrib.contenttypes
  131120. web_1 | > django.contrib.sessions
  131121. web_1 | > django.contrib.sites
  131122. web_1 | > django.contrib.messages
  131123. web_1 | > django.contrib.staticfiles
  131124. web_1 | > django.contrib.admin
  131125. web_1 | > south
  131126. web_1 | > crispy_forms
  131127. web_1 | > avatar
  131128. web_1 | > bootstrap3
  131129. web_1 | > users
  131130. web_1 | > allauth
  131131. web_1 | > allauth.account
  131132. web_1 | > django.contrib.humanize
  131133. web_1 | > debug_toolbar
  131134. web_1 |
  131135. web_1 | Not synced (use migrations):
  131136. web_1 | - allauth.socialaccount
  131137. web_1 | - django_extensions
  131138. web_1 | (use ./manage.py migrate to migrate these)
  131139. web_1 | Running migrations for socialaccount:
  131140. web_1 | - Nothing to migrate.
  131141. web_1 | - Loading initial data for socialaccount.
  131142. web_1 | Installed 0 object(s) from 0 fixture(s)
  131143. web_1 | Running migrations for django_extensions:
  131144. web_1 | - Nothing to migrate.
  131145. web_1 | - Loading initial data for django_extensions.
  131146. web_1 | Installed 0 object(s) from 0 fixture(s)
  131147. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131148. web_1 | [GCC 4.9.2] on linux2
  131149. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131150. web_1 | (InteractiveConsole)
  131151. web_1 |
  131152. web_1 | >>> >>> Starting the server
  131153. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131154. web_1 |
  131155. web_1 | Fatal error: Unable to find local grunt.
  131156. web_1 |
  131157. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131158. web_1 | your project. For more information about installing and configuring grunt,
  131159. web_1 | please see the Getting Started guide:
  131160. web_1 |
  131161. web_1 | http://gruntjs.com/getting-started
  131162. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131163. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131164. web_1 | Syncing...
  131165. web_1 | Creating tables ...
  131166. web_1 | Installing custom SQL ...
  131167. web_1 | Installing indexes ...
  131168. web_1 | Installed 0 object(s) from 0 fixture(s)
  131169. web_1 |
  131170. web_1 | Synced:
  131171. web_1 | > django.contrib.auth
  131172. web_1 | > django.contrib.contenttypes
  131173. web_1 | > django.contrib.sessions
  131174. web_1 | > django.contrib.sites
  131175. web_1 | > django.contrib.messages
  131176. web_1 | > django.contrib.staticfiles
  131177. web_1 | > django.contrib.admin
  131178. web_1 | > south
  131179. web_1 | > crispy_forms
  131180. web_1 | > avatar
  131181. web_1 | > bootstrap3
  131182. web_1 | > users
  131183. web_1 | > allauth
  131184. web_1 | > allauth.account
  131185. web_1 | > django.contrib.humanize
  131186. web_1 | > debug_toolbar
  131187. web_1 |
  131188. web_1 | Not synced (use migrations):
  131189. web_1 | - allauth.socialaccount
  131190. web_1 | - django_extensions
  131191. web_1 | (use ./manage.py migrate to migrate these)
  131192. web_1 | Running migrations for socialaccount:
  131193. web_1 | - Nothing to migrate.
  131194. web_1 | - Loading initial data for socialaccount.
  131195. web_1 | Installed 0 object(s) from 0 fixture(s)
  131196. web_1 | Running migrations for django_extensions:
  131197. web_1 | - Nothing to migrate.
  131198. web_1 | - Loading initial data for django_extensions.
  131199. web_1 | Installed 0 object(s) from 0 fixture(s)
  131200. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131201. web_1 | [GCC 4.9.2] on linux2
  131202. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131203. web_1 | (InteractiveConsole)
  131204. web_1 |
  131205. web_1 | >>> >>> Starting the server
  131206. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131207. web_1 |
  131208. web_1 | Fatal error: Unable to find local grunt.
  131209. web_1 |
  131210. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131211. web_1 | your project. For more information about installing and configuring grunt,
  131212. web_1 | please see the Getting Started guide:
  131213. web_1 |
  131214. web_1 | http://gruntjs.com/getting-started
  131215. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131216. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131217. web_1 | Syncing...
  131218. web_1 | Creating tables ...
  131219. web_1 | Installing custom SQL ...
  131220. web_1 | Installing indexes ...
  131221. web_1 | Installed 0 object(s) from 0 fixture(s)
  131222. web_1 |
  131223. web_1 | Synced:
  131224. web_1 | > django.contrib.auth
  131225. web_1 | > django.contrib.contenttypes
  131226. web_1 | > django.contrib.sessions
  131227. web_1 | > django.contrib.sites
  131228. web_1 | > django.contrib.messages
  131229. web_1 | > django.contrib.staticfiles
  131230. web_1 | > django.contrib.admin
  131231. web_1 | > south
  131232. web_1 | > crispy_forms
  131233. web_1 | > avatar
  131234. web_1 | > bootstrap3
  131235. web_1 | > users
  131236. web_1 | > allauth
  131237. web_1 | > allauth.account
  131238. web_1 | > django.contrib.humanize
  131239. web_1 | > debug_toolbar
  131240. web_1 |
  131241. web_1 | Not synced (use migrations):
  131242. web_1 | - allauth.socialaccount
  131243. web_1 | - django_extensions
  131244. web_1 | (use ./manage.py migrate to migrate these)
  131245. web_1 | Running migrations for socialaccount:
  131246. web_1 | - Nothing to migrate.
  131247. web_1 | - Loading initial data for socialaccount.
  131248. web_1 | Installed 0 object(s) from 0 fixture(s)
  131249. web_1 | Running migrations for django_extensions:
  131250. web_1 | - Nothing to migrate.
  131251. web_1 | - Loading initial data for django_extensions.
  131252. web_1 | Installed 0 object(s) from 0 fixture(s)
  131253. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131254. web_1 | [GCC 4.9.2] on linux2
  131255. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131256. web_1 | (InteractiveConsole)
  131257. web_1 |
  131258. web_1 | >>> >>> Starting the server
  131259. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131260. web_1 |
  131261. web_1 | Fatal error: Unable to find local grunt.
  131262. web_1 |
  131263. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131264. web_1 | your project. For more information about installing and configuring grunt,
  131265. web_1 | please see the Getting Started guide:
  131266. web_1 |
  131267. web_1 | http://gruntjs.com/getting-started
  131268. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131269. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131270. web_1 | Syncing...
  131271. web_1 | Creating tables ...
  131272. web_1 | Installing custom SQL ...
  131273. web_1 | Installing indexes ...
  131274. web_1 | Installed 0 object(s) from 0 fixture(s)
  131275. web_1 |
  131276. web_1 | Synced:
  131277. web_1 | > django.contrib.auth
  131278. web_1 | > django.contrib.contenttypes
  131279. web_1 | > django.contrib.sessions
  131280. web_1 | > django.contrib.sites
  131281. web_1 | > django.contrib.messages
  131282. web_1 | > django.contrib.staticfiles
  131283. web_1 | > django.contrib.admin
  131284. web_1 | > south
  131285. web_1 | > crispy_forms
  131286. web_1 | > avatar
  131287. web_1 | > bootstrap3
  131288. web_1 | > users
  131289. web_1 | > allauth
  131290. web_1 | > allauth.account
  131291. web_1 | > django.contrib.humanize
  131292. web_1 | > debug_toolbar
  131293. web_1 |
  131294. web_1 | Not synced (use migrations):
  131295. web_1 | - allauth.socialaccount
  131296. web_1 | - django_extensions
  131297. web_1 | (use ./manage.py migrate to migrate these)
  131298. web_1 | Running migrations for socialaccount:
  131299. web_1 | - Nothing to migrate.
  131300. web_1 | - Loading initial data for socialaccount.
  131301. web_1 | Installed 0 object(s) from 0 fixture(s)
  131302. web_1 | Running migrations for django_extensions:
  131303. web_1 | - Nothing to migrate.
  131304. web_1 | - Loading initial data for django_extensions.
  131305. web_1 | Installed 0 object(s) from 0 fixture(s)
  131306. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131307. web_1 | [GCC 4.9.2] on linux2
  131308. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131309. web_1 | (InteractiveConsole)
  131310. web_1 |
  131311. web_1 | >>> >>> Starting the server
  131312. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131313. web_1 |
  131314. web_1 | Fatal error: Unable to find local grunt.
  131315. web_1 |
  131316. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131317. web_1 | your project. For more information about installing and configuring grunt,
  131318. web_1 | please see the Getting Started guide:
  131319. web_1 |
  131320. web_1 | http://gruntjs.com/getting-started
  131321. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131322. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131323. web_1 | Syncing...
  131324. web_1 | Creating tables ...
  131325. web_1 | Installing custom SQL ...
  131326. web_1 | Installing indexes ...
  131327. web_1 | Installed 0 object(s) from 0 fixture(s)
  131328. web_1 |
  131329. web_1 | Synced:
  131330. web_1 | > django.contrib.auth
  131331. web_1 | > django.contrib.contenttypes
  131332. web_1 | > django.contrib.sessions
  131333. web_1 | > django.contrib.sites
  131334. web_1 | > django.contrib.messages
  131335. web_1 | > django.contrib.staticfiles
  131336. web_1 | > django.contrib.admin
  131337. web_1 | > south
  131338. web_1 | > crispy_forms
  131339. web_1 | > avatar
  131340. web_1 | > bootstrap3
  131341. web_1 | > users
  131342. web_1 | > allauth
  131343. web_1 | > allauth.account
  131344. web_1 | > django.contrib.humanize
  131345. web_1 | > debug_toolbar
  131346. web_1 |
  131347. web_1 | Not synced (use migrations):
  131348. web_1 | - allauth.socialaccount
  131349. web_1 | - django_extensions
  131350. web_1 | (use ./manage.py migrate to migrate these)
  131351. web_1 | Running migrations for socialaccount:
  131352. web_1 | - Nothing to migrate.
  131353. web_1 | - Loading initial data for socialaccount.
  131354. web_1 | Installed 0 object(s) from 0 fixture(s)
  131355. web_1 | Running migrations for django_extensions:
  131356. web_1 | - Nothing to migrate.
  131357. web_1 | - Loading initial data for django_extensions.
  131358. web_1 | Installed 0 object(s) from 0 fixture(s)
  131359. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131360. web_1 | [GCC 4.9.2] on linux2
  131361. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131362. web_1 | (InteractiveConsole)
  131363. web_1 |
  131364. web_1 | >>> >>> Starting the server
  131365. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131366. web_1 |
  131367. web_1 | Fatal error: Unable to find local grunt.
  131368. web_1 |
  131369. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131370. web_1 | your project. For more information about installing and configuring grunt,
  131371. web_1 | please see the Getting Started guide:
  131372. web_1 |
  131373. web_1 | http://gruntjs.com/getting-started
  131374. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131375. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131376. web_1 | Syncing...
  131377. web_1 | Creating tables ...
  131378. web_1 | Installing custom SQL ...
  131379. web_1 | Installing indexes ...
  131380. web_1 | Installed 0 object(s) from 0 fixture(s)
  131381. web_1 |
  131382. web_1 | Synced:
  131383. web_1 | > django.contrib.auth
  131384. web_1 | > django.contrib.contenttypes
  131385. web_1 | > django.contrib.sessions
  131386. web_1 | > django.contrib.sites
  131387. web_1 | > django.contrib.messages
  131388. web_1 | > django.contrib.staticfiles
  131389. web_1 | > django.contrib.admin
  131390. web_1 | > south
  131391. web_1 | > crispy_forms
  131392. web_1 | > avatar
  131393. web_1 | > bootstrap3
  131394. web_1 | > users
  131395. web_1 | > allauth
  131396. web_1 | > allauth.account
  131397. web_1 | > django.contrib.humanize
  131398. web_1 | > debug_toolbar
  131399. web_1 |
  131400. web_1 | Not synced (use migrations):
  131401. web_1 | - allauth.socialaccount
  131402. web_1 | - django_extensions
  131403. web_1 | (use ./manage.py migrate to migrate these)
  131404. web_1 | Running migrations for socialaccount:
  131405. web_1 | - Nothing to migrate.
  131406. web_1 | - Loading initial data for socialaccount.
  131407. web_1 | Installed 0 object(s) from 0 fixture(s)
  131408. web_1 | Running migrations for django_extensions:
  131409. web_1 | - Nothing to migrate.
  131410. web_1 | - Loading initial data for django_extensions.
  131411. web_1 | Installed 0 object(s) from 0 fixture(s)
  131412. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131413. web_1 | [GCC 4.9.2] on linux2
  131414. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131415. web_1 | (InteractiveConsole)
  131416. web_1 |
  131417. web_1 | >>> >>> Starting the server
  131418. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131419. web_1 |
  131420. web_1 | Fatal error: Unable to find local grunt.
  131421. web_1 |
  131422. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131423. web_1 | your project. For more information about installing and configuring grunt,
  131424. web_1 | please see the Getting Started guide:
  131425. web_1 |
  131426. web_1 | http://gruntjs.com/getting-started
  131427. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131428. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131429. web_1 | Syncing...
  131430. web_1 | Creating tables ...
  131431. web_1 | Installing custom SQL ...
  131432. web_1 | Installing indexes ...
  131433. web_1 | Installed 0 object(s) from 0 fixture(s)
  131434. web_1 |
  131435. web_1 | Synced:
  131436. web_1 | > django.contrib.auth
  131437. web_1 | > django.contrib.contenttypes
  131438. web_1 | > django.contrib.sessions
  131439. web_1 | > django.contrib.sites
  131440. web_1 | > django.contrib.messages
  131441. web_1 | > django.contrib.staticfiles
  131442. web_1 | > django.contrib.admin
  131443. web_1 | > south
  131444. web_1 | > crispy_forms
  131445. web_1 | > avatar
  131446. web_1 | > bootstrap3
  131447. web_1 | > users
  131448. web_1 | > allauth
  131449. web_1 | > allauth.account
  131450. web_1 | > django.contrib.humanize
  131451. web_1 | > debug_toolbar
  131452. web_1 |
  131453. web_1 | Not synced (use migrations):
  131454. web_1 | - allauth.socialaccount
  131455. web_1 | - django_extensions
  131456. web_1 | (use ./manage.py migrate to migrate these)
  131457. web_1 | Running migrations for socialaccount:
  131458. web_1 | - Nothing to migrate.
  131459. web_1 | - Loading initial data for socialaccount.
  131460. web_1 | Installed 0 object(s) from 0 fixture(s)
  131461. web_1 | Running migrations for django_extensions:
  131462. web_1 | - Nothing to migrate.
  131463. web_1 | - Loading initial data for django_extensions.
  131464. web_1 | Installed 0 object(s) from 0 fixture(s)
  131465. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131466. web_1 | [GCC 4.9.2] on linux2
  131467. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131468. web_1 | (InteractiveConsole)
  131469. web_1 |
  131470. web_1 | >>> >>> Starting the server
  131471. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131472. web_1 |
  131473. web_1 | Fatal error: Unable to find local grunt.
  131474. web_1 |
  131475. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131476. web_1 | your project. For more information about installing and configuring grunt,
  131477. web_1 | please see the Getting Started guide:
  131478. web_1 |
  131479. web_1 | http://gruntjs.com/getting-started
  131480. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131481. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131482. web_1 | Syncing...
  131483. web_1 | Creating tables ...
  131484. web_1 | Installing custom SQL ...
  131485. web_1 | Installing indexes ...
  131486. web_1 | Installed 0 object(s) from 0 fixture(s)
  131487. web_1 |
  131488. web_1 | Synced:
  131489. web_1 | > django.contrib.auth
  131490. web_1 | > django.contrib.contenttypes
  131491. web_1 | > django.contrib.sessions
  131492. web_1 | > django.contrib.sites
  131493. web_1 | > django.contrib.messages
  131494. web_1 | > django.contrib.staticfiles
  131495. web_1 | > django.contrib.admin
  131496. web_1 | > south
  131497. web_1 | > crispy_forms
  131498. web_1 | > avatar
  131499. web_1 | > bootstrap3
  131500. web_1 | > users
  131501. web_1 | > allauth
  131502. web_1 | > allauth.account
  131503. web_1 | > django.contrib.humanize
  131504. web_1 | > debug_toolbar
  131505. web_1 |
  131506. web_1 | Not synced (use migrations):
  131507. web_1 | - allauth.socialaccount
  131508. web_1 | - django_extensions
  131509. web_1 | (use ./manage.py migrate to migrate these)
  131510. web_1 | Running migrations for socialaccount:
  131511. web_1 | - Nothing to migrate.
  131512. web_1 | - Loading initial data for socialaccount.
  131513. web_1 | Installed 0 object(s) from 0 fixture(s)
  131514. web_1 | Running migrations for django_extensions:
  131515. web_1 | - Nothing to migrate.
  131516. web_1 | - Loading initial data for django_extensions.
  131517. web_1 | Installed 0 object(s) from 0 fixture(s)
  131518. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131519. web_1 | [GCC 4.9.2] on linux2
  131520. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131521. web_1 | (InteractiveConsole)
  131522. web_1 |
  131523. web_1 | >>> >>> Starting the server
  131524. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131525. web_1 |
  131526. web_1 | Fatal error: Unable to find local grunt.
  131527. web_1 |
  131528. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131529. web_1 | your project. For more information about installing and configuring grunt,
  131530. web_1 | please see the Getting Started guide:
  131531. web_1 |
  131532. web_1 | http://gruntjs.com/getting-started
  131533. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131534. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131535. web_1 | Syncing...
  131536. web_1 | Creating tables ...
  131537. web_1 | Installing custom SQL ...
  131538. web_1 | Installing indexes ...
  131539. web_1 | Installed 0 object(s) from 0 fixture(s)
  131540. web_1 |
  131541. web_1 | Synced:
  131542. web_1 | > django.contrib.auth
  131543. web_1 | > django.contrib.contenttypes
  131544. web_1 | > django.contrib.sessions
  131545. web_1 | > django.contrib.sites
  131546. web_1 | > django.contrib.messages
  131547. web_1 | > django.contrib.staticfiles
  131548. web_1 | > django.contrib.admin
  131549. web_1 | > south
  131550. web_1 | > crispy_forms
  131551. web_1 | > avatar
  131552. web_1 | > bootstrap3
  131553. web_1 | > users
  131554. web_1 | > allauth
  131555. web_1 | > allauth.account
  131556. web_1 | > django.contrib.humanize
  131557. web_1 | > debug_toolbar
  131558. web_1 |
  131559. web_1 | Not synced (use migrations):
  131560. web_1 | - allauth.socialaccount
  131561. web_1 | - django_extensions
  131562. web_1 | (use ./manage.py migrate to migrate these)
  131563. web_1 | Running migrations for socialaccount:
  131564. web_1 | - Nothing to migrate.
  131565. web_1 | - Loading initial data for socialaccount.
  131566. web_1 | Installed 0 object(s) from 0 fixture(s)
  131567. web_1 | Running migrations for django_extensions:
  131568. web_1 | - Nothing to migrate.
  131569. web_1 | - Loading initial data for django_extensions.
  131570. web_1 | Installed 0 object(s) from 0 fixture(s)
  131571. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131572. web_1 | [GCC 4.9.2] on linux2
  131573. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131574. web_1 | (InteractiveConsole)
  131575. web_1 |
  131576. web_1 | >>> >>> Starting the server
  131577. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131578. web_1 |
  131579. web_1 | Fatal error: Unable to find local grunt.
  131580. web_1 |
  131581. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131582. web_1 | your project. For more information about installing and configuring grunt,
  131583. web_1 | please see the Getting Started guide:
  131584. web_1 |
  131585. web_1 | http://gruntjs.com/getting-started
  131586. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131587. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131588. web_1 | Syncing...
  131589. web_1 | Creating tables ...
  131590. web_1 | Installing custom SQL ...
  131591. web_1 | Installing indexes ...
  131592. web_1 | Installed 0 object(s) from 0 fixture(s)
  131593. web_1 |
  131594. web_1 | Synced:
  131595. web_1 | > django.contrib.auth
  131596. web_1 | > django.contrib.contenttypes
  131597. web_1 | > django.contrib.sessions
  131598. web_1 | > django.contrib.sites
  131599. web_1 | > django.contrib.messages
  131600. web_1 | > django.contrib.staticfiles
  131601. web_1 | > django.contrib.admin
  131602. web_1 | > south
  131603. web_1 | > crispy_forms
  131604. web_1 | > avatar
  131605. web_1 | > bootstrap3
  131606. web_1 | > users
  131607. web_1 | > allauth
  131608. web_1 | > allauth.account
  131609. web_1 | > django.contrib.humanize
  131610. web_1 | > debug_toolbar
  131611. web_1 |
  131612. web_1 | Not synced (use migrations):
  131613. web_1 | - allauth.socialaccount
  131614. web_1 | - django_extensions
  131615. web_1 | (use ./manage.py migrate to migrate these)
  131616. web_1 | Running migrations for socialaccount:
  131617. web_1 | - Nothing to migrate.
  131618. web_1 | - Loading initial data for socialaccount.
  131619. web_1 | Installed 0 object(s) from 0 fixture(s)
  131620. web_1 | Running migrations for django_extensions:
  131621. web_1 | - Nothing to migrate.
  131622. web_1 | - Loading initial data for django_extensions.
  131623. web_1 | Installed 0 object(s) from 0 fixture(s)
  131624. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131625. web_1 | [GCC 4.9.2] on linux2
  131626. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131627. web_1 | (InteractiveConsole)
  131628. web_1 |
  131629. web_1 | >>> >>> Starting the server
  131630. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131631. web_1 |
  131632. web_1 | Fatal error: Unable to find local grunt.
  131633. web_1 |
  131634. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131635. web_1 | your project. For more information about installing and configuring grunt,
  131636. web_1 | please see the Getting Started guide:
  131637. web_1 |
  131638. web_1 | http://gruntjs.com/getting-started
  131639. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131640. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131641. web_1 | Syncing...
  131642. web_1 | Creating tables ...
  131643. web_1 | Installing custom SQL ...
  131644. web_1 | Installing indexes ...
  131645. web_1 | Installed 0 object(s) from 0 fixture(s)
  131646. web_1 |
  131647. web_1 | Synced:
  131648. web_1 | > django.contrib.auth
  131649. web_1 | > django.contrib.contenttypes
  131650. web_1 | > django.contrib.sessions
  131651. web_1 | > django.contrib.sites
  131652. web_1 | > django.contrib.messages
  131653. web_1 | > django.contrib.staticfiles
  131654. web_1 | > django.contrib.admin
  131655. web_1 | > south
  131656. web_1 | > crispy_forms
  131657. web_1 | > avatar
  131658. web_1 | > bootstrap3
  131659. web_1 | > users
  131660. web_1 | > allauth
  131661. web_1 | > allauth.account
  131662. web_1 | > django.contrib.humanize
  131663. web_1 | > debug_toolbar
  131664. web_1 |
  131665. web_1 | Not synced (use migrations):
  131666. web_1 | - allauth.socialaccount
  131667. web_1 | - django_extensions
  131668. web_1 | (use ./manage.py migrate to migrate these)
  131669. web_1 | Running migrations for socialaccount:
  131670. web_1 | - Nothing to migrate.
  131671. web_1 | - Loading initial data for socialaccount.
  131672. web_1 | Installed 0 object(s) from 0 fixture(s)
  131673. web_1 | Running migrations for django_extensions:
  131674. web_1 | - Nothing to migrate.
  131675. web_1 | - Loading initial data for django_extensions.
  131676. web_1 | Installed 0 object(s) from 0 fixture(s)
  131677. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131678. web_1 | [GCC 4.9.2] on linux2
  131679. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131680. web_1 | (InteractiveConsole)
  131681. web_1 |
  131682. web_1 | >>> >>> Starting the server
  131683. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131684. web_1 |
  131685. web_1 | Fatal error: Unable to find local grunt.
  131686. web_1 |
  131687. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131688. web_1 | your project. For more information about installing and configuring grunt,
  131689. web_1 | please see the Getting Started guide:
  131690. web_1 |
  131691. web_1 | http://gruntjs.com/getting-started
  131692. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131693. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131694. web_1 | Syncing...
  131695. web_1 | Creating tables ...
  131696. web_1 | Installing custom SQL ...
  131697. web_1 | Installing indexes ...
  131698. web_1 | Installed 0 object(s) from 0 fixture(s)
  131699. web_1 |
  131700. web_1 | Synced:
  131701. web_1 | > django.contrib.auth
  131702. web_1 | > django.contrib.contenttypes
  131703. web_1 | > django.contrib.sessions
  131704. web_1 | > django.contrib.sites
  131705. web_1 | > django.contrib.messages
  131706. web_1 | > django.contrib.staticfiles
  131707. web_1 | > django.contrib.admin
  131708. web_1 | > south
  131709. web_1 | > crispy_forms
  131710. web_1 | > avatar
  131711. web_1 | > bootstrap3
  131712. web_1 | > users
  131713. web_1 | > allauth
  131714. web_1 | > allauth.account
  131715. web_1 | > django.contrib.humanize
  131716. web_1 | > debug_toolbar
  131717. web_1 |
  131718. web_1 | Not synced (use migrations):
  131719. web_1 | - allauth.socialaccount
  131720. web_1 | - django_extensions
  131721. web_1 | (use ./manage.py migrate to migrate these)
  131722. web_1 | Running migrations for socialaccount:
  131723. web_1 | - Nothing to migrate.
  131724. web_1 | - Loading initial data for socialaccount.
  131725. web_1 | Installed 0 object(s) from 0 fixture(s)
  131726. web_1 | Running migrations for django_extensions:
  131727. web_1 | - Nothing to migrate.
  131728. web_1 | - Loading initial data for django_extensions.
  131729. web_1 | Installed 0 object(s) from 0 fixture(s)
  131730. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131731. web_1 | [GCC 4.9.2] on linux2
  131732. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131733. web_1 | (InteractiveConsole)
  131734. web_1 |
  131735. web_1 | >>> >>> Starting the server
  131736. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131737. web_1 |
  131738. web_1 | Fatal error: Unable to find local grunt.
  131739. web_1 |
  131740. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131741. web_1 | your project. For more information about installing and configuring grunt,
  131742. web_1 | please see the Getting Started guide:
  131743. web_1 |
  131744. web_1 | http://gruntjs.com/getting-started
  131745. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131746. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131747. web_1 | Syncing...
  131748. web_1 | Creating tables ...
  131749. web_1 | Installing custom SQL ...
  131750. web_1 | Installing indexes ...
  131751. web_1 | Installed 0 object(s) from 0 fixture(s)
  131752. web_1 |
  131753. web_1 | Synced:
  131754. web_1 | > django.contrib.auth
  131755. web_1 | > django.contrib.contenttypes
  131756. web_1 | > django.contrib.sessions
  131757. web_1 | > django.contrib.sites
  131758. web_1 | > django.contrib.messages
  131759. web_1 | > django.contrib.staticfiles
  131760. web_1 | > django.contrib.admin
  131761. web_1 | > south
  131762. web_1 | > crispy_forms
  131763. web_1 | > avatar
  131764. web_1 | > bootstrap3
  131765. web_1 | > users
  131766. web_1 | > allauth
  131767. web_1 | > allauth.account
  131768. web_1 | > django.contrib.humanize
  131769. web_1 | > debug_toolbar
  131770. web_1 |
  131771. web_1 | Not synced (use migrations):
  131772. web_1 | - allauth.socialaccount
  131773. web_1 | - django_extensions
  131774. web_1 | (use ./manage.py migrate to migrate these)
  131775. web_1 | Running migrations for socialaccount:
  131776. web_1 | - Nothing to migrate.
  131777. web_1 | - Loading initial data for socialaccount.
  131778. web_1 | Installed 0 object(s) from 0 fixture(s)
  131779. web_1 | Running migrations for django_extensions:
  131780. web_1 | - Nothing to migrate.
  131781. web_1 | - Loading initial data for django_extensions.
  131782. web_1 | Installed 0 object(s) from 0 fixture(s)
  131783. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131784. web_1 | [GCC 4.9.2] on linux2
  131785. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131786. web_1 | (InteractiveConsole)
  131787. web_1 |
  131788. web_1 | >>> >>> Starting the server
  131789. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131790. web_1 |
  131791. web_1 | Fatal error: Unable to find local grunt.
  131792. web_1 |
  131793. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131794. web_1 | your project. For more information about installing and configuring grunt,
  131795. web_1 | please see the Getting Started guide:
  131796. web_1 |
  131797. web_1 | http://gruntjs.com/getting-started
  131798. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131799. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131800. web_1 | Syncing...
  131801. web_1 | Creating tables ...
  131802. web_1 | Installing custom SQL ...
  131803. web_1 | Installing indexes ...
  131804. web_1 | Installed 0 object(s) from 0 fixture(s)
  131805. web_1 |
  131806. web_1 | Synced:
  131807. web_1 | > django.contrib.auth
  131808. web_1 | > django.contrib.contenttypes
  131809. web_1 | > django.contrib.sessions
  131810. web_1 | > django.contrib.sites
  131811. web_1 | > django.contrib.messages
  131812. web_1 | > django.contrib.staticfiles
  131813. web_1 | > django.contrib.admin
  131814. web_1 | > south
  131815. web_1 | > crispy_forms
  131816. web_1 | > avatar
  131817. web_1 | > bootstrap3
  131818. web_1 | > users
  131819. web_1 | > allauth
  131820. web_1 | > allauth.account
  131821. web_1 | > django.contrib.humanize
  131822. web_1 | > debug_toolbar
  131823. web_1 |
  131824. web_1 | Not synced (use migrations):
  131825. web_1 | - allauth.socialaccount
  131826. web_1 | - django_extensions
  131827. web_1 | (use ./manage.py migrate to migrate these)
  131828. web_1 | Running migrations for socialaccount:
  131829. web_1 | - Nothing to migrate.
  131830. web_1 | - Loading initial data for socialaccount.
  131831. web_1 | Installed 0 object(s) from 0 fixture(s)
  131832. web_1 | Running migrations for django_extensions:
  131833. web_1 | - Nothing to migrate.
  131834. web_1 | - Loading initial data for django_extensions.
  131835. web_1 | Installed 0 object(s) from 0 fixture(s)
  131836. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131837. web_1 | [GCC 4.9.2] on linux2
  131838. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131839. web_1 | (InteractiveConsole)
  131840. web_1 |
  131841. web_1 | >>> >>> Starting the server
  131842. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131843. web_1 |
  131844. web_1 | Fatal error: Unable to find local grunt.
  131845. web_1 |
  131846. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131847. web_1 | your project. For more information about installing and configuring grunt,
  131848. web_1 | please see the Getting Started guide:
  131849. web_1 |
  131850. web_1 | http://gruntjs.com/getting-started
  131851. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131852. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131853. web_1 | Syncing...
  131854. web_1 | Creating tables ...
  131855. web_1 | Installing custom SQL ...
  131856. web_1 | Installing indexes ...
  131857. web_1 | Installed 0 object(s) from 0 fixture(s)
  131858. web_1 |
  131859. web_1 | Synced:
  131860. web_1 | > django.contrib.auth
  131861. web_1 | > django.contrib.contenttypes
  131862. web_1 | > django.contrib.sessions
  131863. web_1 | > django.contrib.sites
  131864. web_1 | > django.contrib.messages
  131865. web_1 | > django.contrib.staticfiles
  131866. web_1 | > django.contrib.admin
  131867. web_1 | > south
  131868. web_1 | > crispy_forms
  131869. web_1 | > avatar
  131870. web_1 | > bootstrap3
  131871. web_1 | > users
  131872. web_1 | > allauth
  131873. web_1 | > allauth.account
  131874. web_1 | > django.contrib.humanize
  131875. web_1 | > debug_toolbar
  131876. web_1 |
  131877. web_1 | Not synced (use migrations):
  131878. web_1 | - allauth.socialaccount
  131879. web_1 | - django_extensions
  131880. web_1 | (use ./manage.py migrate to migrate these)
  131881. web_1 | Running migrations for socialaccount:
  131882. web_1 | - Nothing to migrate.
  131883. web_1 | - Loading initial data for socialaccount.
  131884. web_1 | Installed 0 object(s) from 0 fixture(s)
  131885. web_1 | Running migrations for django_extensions:
  131886. web_1 | - Nothing to migrate.
  131887. web_1 | - Loading initial data for django_extensions.
  131888. web_1 | Installed 0 object(s) from 0 fixture(s)
  131889. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131890. web_1 | [GCC 4.9.2] on linux2
  131891. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131892. web_1 | (InteractiveConsole)
  131893. web_1 |
  131894. web_1 | >>> >>> Starting the server
  131895. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131896. web_1 |
  131897. web_1 | Fatal error: Unable to find local grunt.
  131898. web_1 |
  131899. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131900. web_1 | your project. For more information about installing and configuring grunt,
  131901. web_1 | please see the Getting Started guide:
  131902. web_1 |
  131903. web_1 | http://gruntjs.com/getting-started
  131904. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131905. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131906. web_1 | Syncing...
  131907. web_1 | Creating tables ...
  131908. web_1 | Installing custom SQL ...
  131909. web_1 | Installing indexes ...
  131910. web_1 | Installed 0 object(s) from 0 fixture(s)
  131911. web_1 |
  131912. web_1 | Synced:
  131913. web_1 | > django.contrib.auth
  131914. web_1 | > django.contrib.contenttypes
  131915. web_1 | > django.contrib.sessions
  131916. web_1 | > django.contrib.sites
  131917. web_1 | > django.contrib.messages
  131918. web_1 | > django.contrib.staticfiles
  131919. web_1 | > django.contrib.admin
  131920. web_1 | > south
  131921. web_1 | > crispy_forms
  131922. web_1 | > avatar
  131923. web_1 | > bootstrap3
  131924. web_1 | > users
  131925. web_1 | > allauth
  131926. web_1 | > allauth.account
  131927. web_1 | > django.contrib.humanize
  131928. web_1 | > debug_toolbar
  131929. web_1 |
  131930. web_1 | Not synced (use migrations):
  131931. web_1 | - allauth.socialaccount
  131932. web_1 | - django_extensions
  131933. web_1 | (use ./manage.py migrate to migrate these)
  131934. web_1 | Running migrations for socialaccount:
  131935. web_1 | - Nothing to migrate.
  131936. web_1 | - Loading initial data for socialaccount.
  131937. web_1 | Installed 0 object(s) from 0 fixture(s)
  131938. web_1 | Running migrations for django_extensions:
  131939. web_1 | - Nothing to migrate.
  131940. web_1 | - Loading initial data for django_extensions.
  131941. web_1 | Installed 0 object(s) from 0 fixture(s)
  131942. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131943. web_1 | [GCC 4.9.2] on linux2
  131944. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131945. web_1 | (InteractiveConsole)
  131946. web_1 |
  131947. web_1 | >>> >>> Starting the server
  131948. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  131949. web_1 |
  131950. web_1 | Fatal error: Unable to find local grunt.
  131951. web_1 |
  131952. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  131953. web_1 | your project. For more information about installing and configuring grunt,
  131954. web_1 | please see the Getting Started guide:
  131955. web_1 |
  131956. web_1 | http://gruntjs.com/getting-started
  131957. web_1 | Starting OpenBSD Secure Shell server: sshd.
  131958. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  131959. web_1 | Syncing...
  131960. web_1 | Creating tables ...
  131961. web_1 | Installing custom SQL ...
  131962. web_1 | Installing indexes ...
  131963. web_1 | Installed 0 object(s) from 0 fixture(s)
  131964. web_1 |
  131965. web_1 | Synced:
  131966. web_1 | > django.contrib.auth
  131967. web_1 | > django.contrib.contenttypes
  131968. web_1 | > django.contrib.sessions
  131969. web_1 | > django.contrib.sites
  131970. web_1 | > django.contrib.messages
  131971. web_1 | > django.contrib.staticfiles
  131972. web_1 | > django.contrib.admin
  131973. web_1 | > south
  131974. web_1 | > crispy_forms
  131975. web_1 | > avatar
  131976. web_1 | > bootstrap3
  131977. web_1 | > users
  131978. web_1 | > allauth
  131979. web_1 | > allauth.account
  131980. web_1 | > django.contrib.humanize
  131981. web_1 | > debug_toolbar
  131982. web_1 |
  131983. web_1 | Not synced (use migrations):
  131984. web_1 | - allauth.socialaccount
  131985. web_1 | - django_extensions
  131986. web_1 | (use ./manage.py migrate to migrate these)
  131987. web_1 | Running migrations for socialaccount:
  131988. web_1 | - Nothing to migrate.
  131989. web_1 | - Loading initial data for socialaccount.
  131990. web_1 | Installed 0 object(s) from 0 fixture(s)
  131991. web_1 | Running migrations for django_extensions:
  131992. web_1 | - Nothing to migrate.
  131993. web_1 | - Loading initial data for django_extensions.
  131994. web_1 | Installed 0 object(s) from 0 fixture(s)
  131995. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  131996. web_1 | [GCC 4.9.2] on linux2
  131997. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  131998. web_1 | (InteractiveConsole)
  131999. web_1 |
  132000. web_1 | >>> >>> Starting the server
  132001. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132002. web_1 |
  132003. web_1 | Fatal error: Unable to find local grunt.
  132004. web_1 |
  132005. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132006. web_1 | your project. For more information about installing and configuring grunt,
  132007. web_1 | please see the Getting Started guide:
  132008. web_1 |
  132009. web_1 | http://gruntjs.com/getting-started
  132010. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132011. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132012. web_1 | Syncing...
  132013. web_1 | Creating tables ...
  132014. web_1 | Installing custom SQL ...
  132015. web_1 | Installing indexes ...
  132016. web_1 | Installed 0 object(s) from 0 fixture(s)
  132017. web_1 |
  132018. web_1 | Synced:
  132019. web_1 | > django.contrib.auth
  132020. web_1 | > django.contrib.contenttypes
  132021. web_1 | > django.contrib.sessions
  132022. web_1 | > django.contrib.sites
  132023. web_1 | > django.contrib.messages
  132024. web_1 | > django.contrib.staticfiles
  132025. web_1 | > django.contrib.admin
  132026. web_1 | > south
  132027. web_1 | > crispy_forms
  132028. web_1 | > avatar
  132029. web_1 | > bootstrap3
  132030. web_1 | > users
  132031. web_1 | > allauth
  132032. web_1 | > allauth.account
  132033. web_1 | > django.contrib.humanize
  132034. web_1 | > debug_toolbar
  132035. web_1 |
  132036. web_1 | Not synced (use migrations):
  132037. web_1 | - allauth.socialaccount
  132038. web_1 | - django_extensions
  132039. web_1 | (use ./manage.py migrate to migrate these)
  132040. web_1 | Running migrations for socialaccount:
  132041. web_1 | - Nothing to migrate.
  132042. web_1 | - Loading initial data for socialaccount.
  132043. web_1 | Installed 0 object(s) from 0 fixture(s)
  132044. web_1 | Running migrations for django_extensions:
  132045. web_1 | - Nothing to migrate.
  132046. web_1 | - Loading initial data for django_extensions.
  132047. web_1 | Installed 0 object(s) from 0 fixture(s)
  132048. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132049. web_1 | [GCC 4.9.2] on linux2
  132050. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132051. web_1 | (InteractiveConsole)
  132052. web_1 |
  132053. web_1 | >>> >>> Starting the server
  132054. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132055. web_1 |
  132056. web_1 | Fatal error: Unable to find local grunt.
  132057. web_1 |
  132058. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132059. web_1 | your project. For more information about installing and configuring grunt,
  132060. web_1 | please see the Getting Started guide:
  132061. web_1 |
  132062. web_1 | http://gruntjs.com/getting-started
  132063. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132064. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132065. web_1 | Syncing...
  132066. web_1 | Creating tables ...
  132067. web_1 | Installing custom SQL ...
  132068. web_1 | Installing indexes ...
  132069. web_1 | Installed 0 object(s) from 0 fixture(s)
  132070. web_1 |
  132071. web_1 | Synced:
  132072. web_1 | > django.contrib.auth
  132073. web_1 | > django.contrib.contenttypes
  132074. web_1 | > django.contrib.sessions
  132075. web_1 | > django.contrib.sites
  132076. web_1 | > django.contrib.messages
  132077. web_1 | > django.contrib.staticfiles
  132078. web_1 | > django.contrib.admin
  132079. web_1 | > south
  132080. web_1 | > crispy_forms
  132081. web_1 | > avatar
  132082. web_1 | > bootstrap3
  132083. web_1 | > users
  132084. web_1 | > allauth
  132085. web_1 | > allauth.account
  132086. web_1 | > django.contrib.humanize
  132087. web_1 | > debug_toolbar
  132088. web_1 |
  132089. web_1 | Not synced (use migrations):
  132090. web_1 | - allauth.socialaccount
  132091. web_1 | - django_extensions
  132092. web_1 | (use ./manage.py migrate to migrate these)
  132093. web_1 | Running migrations for socialaccount:
  132094. web_1 | - Nothing to migrate.
  132095. web_1 | - Loading initial data for socialaccount.
  132096. web_1 | Installed 0 object(s) from 0 fixture(s)
  132097. web_1 | Running migrations for django_extensions:
  132098. web_1 | - Nothing to migrate.
  132099. web_1 | - Loading initial data for django_extensions.
  132100. web_1 | Installed 0 object(s) from 0 fixture(s)
  132101. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132102. web_1 | [GCC 4.9.2] on linux2
  132103. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132104. web_1 | (InteractiveConsole)
  132105. web_1 |
  132106. web_1 | >>> >>> Starting the server
  132107. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132108. web_1 |
  132109. web_1 | Fatal error: Unable to find local grunt.
  132110. web_1 |
  132111. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132112. web_1 | your project. For more information about installing and configuring grunt,
  132113. web_1 | please see the Getting Started guide:
  132114. web_1 |
  132115. web_1 | http://gruntjs.com/getting-started
  132116. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132117. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132118. web_1 | Syncing...
  132119. web_1 | Creating tables ...
  132120. web_1 | Installing custom SQL ...
  132121. web_1 | Installing indexes ...
  132122. web_1 | Installed 0 object(s) from 0 fixture(s)
  132123. web_1 |
  132124. web_1 | Synced:
  132125. web_1 | > django.contrib.auth
  132126. web_1 | > django.contrib.contenttypes
  132127. web_1 | > django.contrib.sessions
  132128. web_1 | > django.contrib.sites
  132129. web_1 | > django.contrib.messages
  132130. web_1 | > django.contrib.staticfiles
  132131. web_1 | > django.contrib.admin
  132132. web_1 | > south
  132133. web_1 | > crispy_forms
  132134. web_1 | > avatar
  132135. web_1 | > bootstrap3
  132136. web_1 | > users
  132137. web_1 | > allauth
  132138. web_1 | > allauth.account
  132139. web_1 | > django.contrib.humanize
  132140. web_1 | > debug_toolbar
  132141. web_1 |
  132142. web_1 | Not synced (use migrations):
  132143. web_1 | - allauth.socialaccount
  132144. web_1 | - django_extensions
  132145. web_1 | (use ./manage.py migrate to migrate these)
  132146. web_1 | Running migrations for socialaccount:
  132147. web_1 | - Nothing to migrate.
  132148. web_1 | - Loading initial data for socialaccount.
  132149. web_1 | Installed 0 object(s) from 0 fixture(s)
  132150. web_1 | Running migrations for django_extensions:
  132151. web_1 | - Nothing to migrate.
  132152. web_1 | - Loading initial data for django_extensions.
  132153. web_1 | Installed 0 object(s) from 0 fixture(s)
  132154. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132155. web_1 | [GCC 4.9.2] on linux2
  132156. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132157. web_1 | (InteractiveConsole)
  132158. web_1 |
  132159. web_1 | >>> >>> Starting the server
  132160. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132161. web_1 |
  132162. web_1 | Fatal error: Unable to find local grunt.
  132163. web_1 |
  132164. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132165. web_1 | your project. For more information about installing and configuring grunt,
  132166. web_1 | please see the Getting Started guide:
  132167. web_1 |
  132168. web_1 | http://gruntjs.com/getting-started
  132169. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132170. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132171. web_1 | Syncing...
  132172. web_1 | Creating tables ...
  132173. web_1 | Installing custom SQL ...
  132174. web_1 | Installing indexes ...
  132175. web_1 | Installed 0 object(s) from 0 fixture(s)
  132176. web_1 |
  132177. web_1 | Synced:
  132178. web_1 | > django.contrib.auth
  132179. web_1 | > django.contrib.contenttypes
  132180. web_1 | > django.contrib.sessions
  132181. web_1 | > django.contrib.sites
  132182. web_1 | > django.contrib.messages
  132183. web_1 | > django.contrib.staticfiles
  132184. web_1 | > django.contrib.admin
  132185. web_1 | > south
  132186. web_1 | > crispy_forms
  132187. web_1 | > avatar
  132188. web_1 | > bootstrap3
  132189. web_1 | > users
  132190. web_1 | > allauth
  132191. web_1 | > allauth.account
  132192. web_1 | > django.contrib.humanize
  132193. web_1 | > debug_toolbar
  132194. web_1 |
  132195. web_1 | Not synced (use migrations):
  132196. web_1 | - allauth.socialaccount
  132197. web_1 | - django_extensions
  132198. web_1 | (use ./manage.py migrate to migrate these)
  132199. web_1 | Running migrations for socialaccount:
  132200. web_1 | - Nothing to migrate.
  132201. web_1 | - Loading initial data for socialaccount.
  132202. web_1 | Installed 0 object(s) from 0 fixture(s)
  132203. web_1 | Running migrations for django_extensions:
  132204. web_1 | - Nothing to migrate.
  132205. web_1 | - Loading initial data for django_extensions.
  132206. web_1 | Installed 0 object(s) from 0 fixture(s)
  132207. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132208. web_1 | [GCC 4.9.2] on linux2
  132209. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132210. web_1 | (InteractiveConsole)
  132211. web_1 |
  132212. web_1 | >>> >>> Starting the server
  132213. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132214. web_1 |
  132215. web_1 | Fatal error: Unable to find local grunt.
  132216. web_1 |
  132217. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132218. web_1 | your project. For more information about installing and configuring grunt,
  132219. web_1 | please see the Getting Started guide:
  132220. web_1 |
  132221. web_1 | http://gruntjs.com/getting-started
  132222. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132223. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132224. web_1 | Syncing...
  132225. web_1 | Creating tables ...
  132226. web_1 | Installing custom SQL ...
  132227. web_1 | Installing indexes ...
  132228. web_1 | Installed 0 object(s) from 0 fixture(s)
  132229. web_1 |
  132230. web_1 | Synced:
  132231. web_1 | > django.contrib.auth
  132232. web_1 | > django.contrib.contenttypes
  132233. web_1 | > django.contrib.sessions
  132234. web_1 | > django.contrib.sites
  132235. web_1 | > django.contrib.messages
  132236. web_1 | > django.contrib.staticfiles
  132237. web_1 | > django.contrib.admin
  132238. web_1 | > south
  132239. web_1 | > crispy_forms
  132240. web_1 | > avatar
  132241. web_1 | > bootstrap3
  132242. web_1 | > users
  132243. web_1 | > allauth
  132244. web_1 | > allauth.account
  132245. web_1 | > django.contrib.humanize
  132246. web_1 | > debug_toolbar
  132247. web_1 |
  132248. web_1 | Not synced (use migrations):
  132249. web_1 | - allauth.socialaccount
  132250. web_1 | - django_extensions
  132251. web_1 | (use ./manage.py migrate to migrate these)
  132252. web_1 | Running migrations for socialaccount:
  132253. web_1 | - Nothing to migrate.
  132254. web_1 | - Loading initial data for socialaccount.
  132255. web_1 | Installed 0 object(s) from 0 fixture(s)
  132256. web_1 | Running migrations for django_extensions:
  132257. web_1 | - Nothing to migrate.
  132258. web_1 | - Loading initial data for django_extensions.
  132259. web_1 | Installed 0 object(s) from 0 fixture(s)
  132260. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132261. web_1 | [GCC 4.9.2] on linux2
  132262. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132263. web_1 | (InteractiveConsole)
  132264. web_1 |
  132265. web_1 | >>> >>> Starting the server
  132266. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132267. web_1 |
  132268. web_1 | Fatal error: Unable to find local grunt.
  132269. web_1 |
  132270. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132271. web_1 | your project. For more information about installing and configuring grunt,
  132272. web_1 | please see the Getting Started guide:
  132273. web_1 |
  132274. web_1 | http://gruntjs.com/getting-started
  132275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132276. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132277. web_1 | Syncing...
  132278. web_1 | Creating tables ...
  132279. web_1 | Installing custom SQL ...
  132280. web_1 | Installing indexes ...
  132281. web_1 | Installed 0 object(s) from 0 fixture(s)
  132282. web_1 |
  132283. web_1 | Synced:
  132284. web_1 | > django.contrib.auth
  132285. web_1 | > django.contrib.contenttypes
  132286. web_1 | > django.contrib.sessions
  132287. web_1 | > django.contrib.sites
  132288. web_1 | > django.contrib.messages
  132289. web_1 | > django.contrib.staticfiles
  132290. web_1 | > django.contrib.admin
  132291. web_1 | > south
  132292. web_1 | > crispy_forms
  132293. web_1 | > avatar
  132294. web_1 | > bootstrap3
  132295. web_1 | > users
  132296. web_1 | > allauth
  132297. web_1 | > allauth.account
  132298. web_1 | > django.contrib.humanize
  132299. web_1 | > debug_toolbar
  132300. web_1 |
  132301. web_1 | Not synced (use migrations):
  132302. web_1 | - allauth.socialaccount
  132303. web_1 | - django_extensions
  132304. web_1 | (use ./manage.py migrate to migrate these)
  132305. web_1 | Running migrations for socialaccount:
  132306. web_1 | - Nothing to migrate.
  132307. web_1 | - Loading initial data for socialaccount.
  132308. web_1 | Installed 0 object(s) from 0 fixture(s)
  132309. web_1 | Running migrations for django_extensions:
  132310. web_1 | - Nothing to migrate.
  132311. web_1 | - Loading initial data for django_extensions.
  132312. web_1 | Installed 0 object(s) from 0 fixture(s)
  132313. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132314. web_1 | [GCC 4.9.2] on linux2
  132315. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132316. web_1 | (InteractiveConsole)
  132317. web_1 |
  132318. web_1 | >>> >>> Starting the server
  132319. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132320. web_1 |
  132321. web_1 | Fatal error: Unable to find local grunt.
  132322. web_1 |
  132323. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132324. web_1 | your project. For more information about installing and configuring grunt,
  132325. web_1 | please see the Getting Started guide:
  132326. web_1 |
  132327. web_1 | http://gruntjs.com/getting-started
  132328. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132329. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132330. web_1 | Syncing...
  132331. web_1 | Creating tables ...
  132332. web_1 | Installing custom SQL ...
  132333. web_1 | Installing indexes ...
  132334. web_1 | Installed 0 object(s) from 0 fixture(s)
  132335. web_1 |
  132336. web_1 | Synced:
  132337. web_1 | > django.contrib.auth
  132338. web_1 | > django.contrib.contenttypes
  132339. web_1 | > django.contrib.sessions
  132340. web_1 | > django.contrib.sites
  132341. web_1 | > django.contrib.messages
  132342. web_1 | > django.contrib.staticfiles
  132343. web_1 | > django.contrib.admin
  132344. web_1 | > south
  132345. web_1 | > crispy_forms
  132346. web_1 | > avatar
  132347. web_1 | > bootstrap3
  132348. web_1 | > users
  132349. web_1 | > allauth
  132350. web_1 | > allauth.account
  132351. web_1 | > django.contrib.humanize
  132352. web_1 | > debug_toolbar
  132353. web_1 |
  132354. web_1 | Not synced (use migrations):
  132355. web_1 | - allauth.socialaccount
  132356. web_1 | - django_extensions
  132357. web_1 | (use ./manage.py migrate to migrate these)
  132358. web_1 | Running migrations for socialaccount:
  132359. web_1 | - Nothing to migrate.
  132360. web_1 | - Loading initial data for socialaccount.
  132361. web_1 | Installed 0 object(s) from 0 fixture(s)
  132362. web_1 | Running migrations for django_extensions:
  132363. web_1 | - Nothing to migrate.
  132364. web_1 | - Loading initial data for django_extensions.
  132365. web_1 | Installed 0 object(s) from 0 fixture(s)
  132366. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132367. web_1 | [GCC 4.9.2] on linux2
  132368. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132369. web_1 | (InteractiveConsole)
  132370. web_1 |
  132371. web_1 | >>> >>> Starting the server
  132372. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132373. web_1 |
  132374. web_1 | Fatal error: Unable to find local grunt.
  132375. web_1 |
  132376. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132377. web_1 | your project. For more information about installing and configuring grunt,
  132378. web_1 | please see the Getting Started guide:
  132379. web_1 |
  132380. web_1 | http://gruntjs.com/getting-started
  132381. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132382. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132383. web_1 | Syncing...
  132384. web_1 | Creating tables ...
  132385. web_1 | Installing custom SQL ...
  132386. web_1 | Installing indexes ...
  132387. web_1 | Installed 0 object(s) from 0 fixture(s)
  132388. web_1 |
  132389. web_1 | Synced:
  132390. web_1 | > django.contrib.auth
  132391. web_1 | > django.contrib.contenttypes
  132392. web_1 | > django.contrib.sessions
  132393. web_1 | > django.contrib.sites
  132394. web_1 | > django.contrib.messages
  132395. web_1 | > django.contrib.staticfiles
  132396. web_1 | > django.contrib.admin
  132397. web_1 | > south
  132398. web_1 | > crispy_forms
  132399. web_1 | > avatar
  132400. web_1 | > bootstrap3
  132401. web_1 | > users
  132402. web_1 | > allauth
  132403. web_1 | > allauth.account
  132404. web_1 | > django.contrib.humanize
  132405. web_1 | > debug_toolbar
  132406. web_1 |
  132407. web_1 | Not synced (use migrations):
  132408. web_1 | - allauth.socialaccount
  132409. web_1 | - django_extensions
  132410. web_1 | (use ./manage.py migrate to migrate these)
  132411. web_1 | Running migrations for socialaccount:
  132412. web_1 | - Nothing to migrate.
  132413. web_1 | - Loading initial data for socialaccount.
  132414. web_1 | Installed 0 object(s) from 0 fixture(s)
  132415. web_1 | Running migrations for django_extensions:
  132416. web_1 | - Nothing to migrate.
  132417. web_1 | - Loading initial data for django_extensions.
  132418. web_1 | Installed 0 object(s) from 0 fixture(s)
  132419. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132420. web_1 | [GCC 4.9.2] on linux2
  132421. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132422. web_1 | (InteractiveConsole)
  132423. web_1 |
  132424. web_1 | >>> >>> Starting the server
  132425. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132426. web_1 |
  132427. web_1 | Fatal error: Unable to find local grunt.
  132428. web_1 |
  132429. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132430. web_1 | your project. For more information about installing and configuring grunt,
  132431. web_1 | please see the Getting Started guide:
  132432. web_1 |
  132433. web_1 | http://gruntjs.com/getting-started
  132434. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132435. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132436. web_1 | Syncing...
  132437. web_1 | Creating tables ...
  132438. web_1 | Installing custom SQL ...
  132439. web_1 | Installing indexes ...
  132440. web_1 | Installed 0 object(s) from 0 fixture(s)
  132441. web_1 |
  132442. web_1 | Synced:
  132443. web_1 | > django.contrib.auth
  132444. web_1 | > django.contrib.contenttypes
  132445. web_1 | > django.contrib.sessions
  132446. web_1 | > django.contrib.sites
  132447. web_1 | > django.contrib.messages
  132448. web_1 | > django.contrib.staticfiles
  132449. web_1 | > django.contrib.admin
  132450. web_1 | > south
  132451. web_1 | > crispy_forms
  132452. web_1 | > avatar
  132453. web_1 | > bootstrap3
  132454. web_1 | > users
  132455. web_1 | > allauth
  132456. web_1 | > allauth.account
  132457. web_1 | > django.contrib.humanize
  132458. web_1 | > debug_toolbar
  132459. web_1 |
  132460. web_1 | Not synced (use migrations):
  132461. web_1 | - allauth.socialaccount
  132462. web_1 | - django_extensions
  132463. web_1 | (use ./manage.py migrate to migrate these)
  132464. web_1 | Running migrations for socialaccount:
  132465. web_1 | - Nothing to migrate.
  132466. web_1 | - Loading initial data for socialaccount.
  132467. web_1 | Installed 0 object(s) from 0 fixture(s)
  132468. web_1 | Running migrations for django_extensions:
  132469. web_1 | - Nothing to migrate.
  132470. web_1 | - Loading initial data for django_extensions.
  132471. web_1 | Installed 0 object(s) from 0 fixture(s)
  132472. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132473. web_1 | [GCC 4.9.2] on linux2
  132474. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132475. web_1 | (InteractiveConsole)
  132476. web_1 |
  132477. web_1 | >>> >>> Starting the server
  132478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132479. web_1 |
  132480. web_1 | Fatal error: Unable to find local grunt.
  132481. web_1 |
  132482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132483. web_1 | your project. For more information about installing and configuring grunt,
  132484. web_1 | please see the Getting Started guide:
  132485. web_1 |
  132486. web_1 | http://gruntjs.com/getting-started
  132487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132488. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132489. web_1 | Syncing...
  132490. web_1 | Creating tables ...
  132491. web_1 | Installing custom SQL ...
  132492. web_1 | Installing indexes ...
  132493. web_1 | Installed 0 object(s) from 0 fixture(s)
  132494. web_1 |
  132495. web_1 | Synced:
  132496. web_1 | > django.contrib.auth
  132497. web_1 | > django.contrib.contenttypes
  132498. web_1 | > django.contrib.sessions
  132499. web_1 | > django.contrib.sites
  132500. web_1 | > django.contrib.messages
  132501. web_1 | > django.contrib.staticfiles
  132502. web_1 | > django.contrib.admin
  132503. web_1 | > south
  132504. web_1 | > crispy_forms
  132505. web_1 | > avatar
  132506. web_1 | > bootstrap3
  132507. web_1 | > users
  132508. web_1 | > allauth
  132509. web_1 | > allauth.account
  132510. web_1 | > django.contrib.humanize
  132511. web_1 | > debug_toolbar
  132512. web_1 |
  132513. web_1 | Not synced (use migrations):
  132514. web_1 | - allauth.socialaccount
  132515. web_1 | - django_extensions
  132516. web_1 | (use ./manage.py migrate to migrate these)
  132517. web_1 | Running migrations for socialaccount:
  132518. web_1 | - Nothing to migrate.
  132519. web_1 | - Loading initial data for socialaccount.
  132520. web_1 | Installed 0 object(s) from 0 fixture(s)
  132521. web_1 | Running migrations for django_extensions:
  132522. web_1 | - Nothing to migrate.
  132523. web_1 | - Loading initial data for django_extensions.
  132524. web_1 | Installed 0 object(s) from 0 fixture(s)
  132525. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132526. web_1 | [GCC 4.9.2] on linux2
  132527. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132528. web_1 | (InteractiveConsole)
  132529. web_1 |
  132530. web_1 | >>> >>> Starting the server
  132531. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132532. web_1 |
  132533. web_1 | Fatal error: Unable to find local grunt.
  132534. web_1 |
  132535. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132536. web_1 | your project. For more information about installing and configuring grunt,
  132537. web_1 | please see the Getting Started guide:
  132538. web_1 |
  132539. web_1 | http://gruntjs.com/getting-started
  132540. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132541. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132542. web_1 | Syncing...
  132543. web_1 | Creating tables ...
  132544. web_1 | Installing custom SQL ...
  132545. web_1 | Installing indexes ...
  132546. web_1 | Installed 0 object(s) from 0 fixture(s)
  132547. web_1 |
  132548. web_1 | Synced:
  132549. web_1 | > django.contrib.auth
  132550. web_1 | > django.contrib.contenttypes
  132551. web_1 | > django.contrib.sessions
  132552. web_1 | > django.contrib.sites
  132553. web_1 | > django.contrib.messages
  132554. web_1 | > django.contrib.staticfiles
  132555. web_1 | > django.contrib.admin
  132556. web_1 | > south
  132557. web_1 | > crispy_forms
  132558. web_1 | > avatar
  132559. web_1 | > bootstrap3
  132560. web_1 | > users
  132561. web_1 | > allauth
  132562. web_1 | > allauth.account
  132563. web_1 | > django.contrib.humanize
  132564. web_1 | > debug_toolbar
  132565. web_1 |
  132566. web_1 | Not synced (use migrations):
  132567. web_1 | - allauth.socialaccount
  132568. web_1 | - django_extensions
  132569. web_1 | (use ./manage.py migrate to migrate these)
  132570. web_1 | Running migrations for socialaccount:
  132571. web_1 | - Nothing to migrate.
  132572. web_1 | - Loading initial data for socialaccount.
  132573. web_1 | Installed 0 object(s) from 0 fixture(s)
  132574. web_1 | Running migrations for django_extensions:
  132575. web_1 | - Nothing to migrate.
  132576. web_1 | - Loading initial data for django_extensions.
  132577. web_1 | Installed 0 object(s) from 0 fixture(s)
  132578. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132579. web_1 | [GCC 4.9.2] on linux2
  132580. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132581. web_1 | (InteractiveConsole)
  132582. web_1 |
  132583. web_1 | >>> >>> Starting the server
  132584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132585. web_1 |
  132586. web_1 | Fatal error: Unable to find local grunt.
  132587. web_1 |
  132588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132589. web_1 | your project. For more information about installing and configuring grunt,
  132590. web_1 | please see the Getting Started guide:
  132591. web_1 |
  132592. web_1 | http://gruntjs.com/getting-started
  132593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132594. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132595. web_1 | Syncing...
  132596. web_1 | Creating tables ...
  132597. web_1 | Installing custom SQL ...
  132598. web_1 | Installing indexes ...
  132599. web_1 | Installed 0 object(s) from 0 fixture(s)
  132600. web_1 |
  132601. web_1 | Synced:
  132602. web_1 | > django.contrib.auth
  132603. web_1 | > django.contrib.contenttypes
  132604. web_1 | > django.contrib.sessions
  132605. web_1 | > django.contrib.sites
  132606. web_1 | > django.contrib.messages
  132607. web_1 | > django.contrib.staticfiles
  132608. web_1 | > django.contrib.admin
  132609. web_1 | > south
  132610. web_1 | > crispy_forms
  132611. web_1 | > avatar
  132612. web_1 | > bootstrap3
  132613. web_1 | > users
  132614. web_1 | > allauth
  132615. web_1 | > allauth.account
  132616. web_1 | > django.contrib.humanize
  132617. web_1 | > debug_toolbar
  132618. web_1 |
  132619. web_1 | Not synced (use migrations):
  132620. web_1 | - allauth.socialaccount
  132621. web_1 | - django_extensions
  132622. web_1 | (use ./manage.py migrate to migrate these)
  132623. web_1 | Running migrations for socialaccount:
  132624. web_1 | - Nothing to migrate.
  132625. web_1 | - Loading initial data for socialaccount.
  132626. web_1 | Installed 0 object(s) from 0 fixture(s)
  132627. web_1 | Running migrations for django_extensions:
  132628. web_1 | - Nothing to migrate.
  132629. web_1 | - Loading initial data for django_extensions.
  132630. web_1 | Installed 0 object(s) from 0 fixture(s)
  132631. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132632. web_1 | [GCC 4.9.2] on linux2
  132633. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132634. web_1 | (InteractiveConsole)
  132635. web_1 |
  132636. web_1 | >>> >>> Starting the server
  132637. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132638. web_1 |
  132639. web_1 | Fatal error: Unable to find local grunt.
  132640. web_1 |
  132641. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132642. web_1 | your project. For more information about installing and configuring grunt,
  132643. web_1 | please see the Getting Started guide:
  132644. web_1 |
  132645. web_1 | http://gruntjs.com/getting-started
  132646. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132647. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132648. web_1 | Syncing...
  132649. web_1 | Creating tables ...
  132650. web_1 | Installing custom SQL ...
  132651. web_1 | Installing indexes ...
  132652. web_1 | Installed 0 object(s) from 0 fixture(s)
  132653. web_1 |
  132654. web_1 | Synced:
  132655. web_1 | > django.contrib.auth
  132656. web_1 | > django.contrib.contenttypes
  132657. web_1 | > django.contrib.sessions
  132658. web_1 | > django.contrib.sites
  132659. web_1 | > django.contrib.messages
  132660. web_1 | > django.contrib.staticfiles
  132661. web_1 | > django.contrib.admin
  132662. web_1 | > south
  132663. web_1 | > crispy_forms
  132664. web_1 | > avatar
  132665. web_1 | > bootstrap3
  132666. web_1 | > users
  132667. web_1 | > allauth
  132668. web_1 | > allauth.account
  132669. web_1 | > django.contrib.humanize
  132670. web_1 | > debug_toolbar
  132671. web_1 |
  132672. web_1 | Not synced (use migrations):
  132673. web_1 | - allauth.socialaccount
  132674. web_1 | - django_extensions
  132675. web_1 | (use ./manage.py migrate to migrate these)
  132676. web_1 | Running migrations for socialaccount:
  132677. web_1 | - Nothing to migrate.
  132678. web_1 | - Loading initial data for socialaccount.
  132679. web_1 | Installed 0 object(s) from 0 fixture(s)
  132680. web_1 | Running migrations for django_extensions:
  132681. web_1 | - Nothing to migrate.
  132682. web_1 | - Loading initial data for django_extensions.
  132683. web_1 | Installed 0 object(s) from 0 fixture(s)
  132684. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132685. web_1 | [GCC 4.9.2] on linux2
  132686. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132687. web_1 | (InteractiveConsole)
  132688. web_1 |
  132689. web_1 | >>> >>> Starting the server
  132690. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132691. web_1 |
  132692. web_1 | Fatal error: Unable to find local grunt.
  132693. web_1 |
  132694. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132695. web_1 | your project. For more information about installing and configuring grunt,
  132696. web_1 | please see the Getting Started guide:
  132697. web_1 |
  132698. web_1 | http://gruntjs.com/getting-started
  132699. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132700. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132701. web_1 | Syncing...
  132702. web_1 | Creating tables ...
  132703. web_1 | Installing custom SQL ...
  132704. web_1 | Installing indexes ...
  132705. web_1 | Installed 0 object(s) from 0 fixture(s)
  132706. web_1 |
  132707. web_1 | Synced:
  132708. web_1 | > django.contrib.auth
  132709. web_1 | > django.contrib.contenttypes
  132710. web_1 | > django.contrib.sessions
  132711. web_1 | > django.contrib.sites
  132712. web_1 | > django.contrib.messages
  132713. web_1 | > django.contrib.staticfiles
  132714. web_1 | > django.contrib.admin
  132715. web_1 | > south
  132716. web_1 | > crispy_forms
  132717. web_1 | > avatar
  132718. web_1 | > bootstrap3
  132719. web_1 | > users
  132720. web_1 | > allauth
  132721. web_1 | > allauth.account
  132722. web_1 | > django.contrib.humanize
  132723. web_1 | > debug_toolbar
  132724. web_1 |
  132725. web_1 | Not synced (use migrations):
  132726. web_1 | - allauth.socialaccount
  132727. web_1 | - django_extensions
  132728. web_1 | (use ./manage.py migrate to migrate these)
  132729. web_1 | Running migrations for socialaccount:
  132730. web_1 | - Nothing to migrate.
  132731. web_1 | - Loading initial data for socialaccount.
  132732. web_1 | Installed 0 object(s) from 0 fixture(s)
  132733. web_1 | Running migrations for django_extensions:
  132734. web_1 | - Nothing to migrate.
  132735. web_1 | - Loading initial data for django_extensions.
  132736. web_1 | Installed 0 object(s) from 0 fixture(s)
  132737. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132738. web_1 | [GCC 4.9.2] on linux2
  132739. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132740. web_1 | (InteractiveConsole)
  132741. web_1 |
  132742. web_1 | >>> >>> Starting the server
  132743. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132744. web_1 |
  132745. web_1 | Fatal error: Unable to find local grunt.
  132746. web_1 |
  132747. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132748. web_1 | your project. For more information about installing and configuring grunt,
  132749. web_1 | please see the Getting Started guide:
  132750. web_1 |
  132751. web_1 | http://gruntjs.com/getting-started
  132752. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132753. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132754. web_1 | Syncing...
  132755. web_1 | Creating tables ...
  132756. web_1 | Installing custom SQL ...
  132757. web_1 | Installing indexes ...
  132758. web_1 | Installed 0 object(s) from 0 fixture(s)
  132759. web_1 |
  132760. web_1 | Synced:
  132761. web_1 | > django.contrib.auth
  132762. web_1 | > django.contrib.contenttypes
  132763. web_1 | > django.contrib.sessions
  132764. web_1 | > django.contrib.sites
  132765. web_1 | > django.contrib.messages
  132766. web_1 | > django.contrib.staticfiles
  132767. web_1 | > django.contrib.admin
  132768. web_1 | > south
  132769. web_1 | > crispy_forms
  132770. web_1 | > avatar
  132771. web_1 | > bootstrap3
  132772. web_1 | > users
  132773. web_1 | > allauth
  132774. web_1 | > allauth.account
  132775. web_1 | > django.contrib.humanize
  132776. web_1 | > debug_toolbar
  132777. web_1 |
  132778. web_1 | Not synced (use migrations):
  132779. web_1 | - allauth.socialaccount
  132780. web_1 | - django_extensions
  132781. web_1 | (use ./manage.py migrate to migrate these)
  132782. web_1 | Running migrations for socialaccount:
  132783. web_1 | - Nothing to migrate.
  132784. web_1 | - Loading initial data for socialaccount.
  132785. web_1 | Installed 0 object(s) from 0 fixture(s)
  132786. web_1 | Running migrations for django_extensions:
  132787. web_1 | - Nothing to migrate.
  132788. web_1 | - Loading initial data for django_extensions.
  132789. web_1 | Installed 0 object(s) from 0 fixture(s)
  132790. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132791. web_1 | [GCC 4.9.2] on linux2
  132792. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132793. web_1 | (InteractiveConsole)
  132794. web_1 |
  132795. web_1 | >>> >>> Starting the server
  132796. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132797. web_1 |
  132798. web_1 | Fatal error: Unable to find local grunt.
  132799. web_1 |
  132800. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132801. web_1 | your project. For more information about installing and configuring grunt,
  132802. web_1 | please see the Getting Started guide:
  132803. web_1 |
  132804. web_1 | http://gruntjs.com/getting-started
  132805. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132806. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132807. web_1 | Syncing...
  132808. web_1 | Creating tables ...
  132809. web_1 | Installing custom SQL ...
  132810. web_1 | Installing indexes ...
  132811. web_1 | Installed 0 object(s) from 0 fixture(s)
  132812. web_1 |
  132813. web_1 | Synced:
  132814. web_1 | > django.contrib.auth
  132815. web_1 | > django.contrib.contenttypes
  132816. web_1 | > django.contrib.sessions
  132817. web_1 | > django.contrib.sites
  132818. web_1 | > django.contrib.messages
  132819. web_1 | > django.contrib.staticfiles
  132820. web_1 | > django.contrib.admin
  132821. web_1 | > south
  132822. web_1 | > crispy_forms
  132823. web_1 | > avatar
  132824. web_1 | > bootstrap3
  132825. web_1 | > users
  132826. web_1 | > allauth
  132827. web_1 | > allauth.account
  132828. web_1 | > django.contrib.humanize
  132829. web_1 | > debug_toolbar
  132830. web_1 |
  132831. web_1 | Not synced (use migrations):
  132832. web_1 | - allauth.socialaccount
  132833. web_1 | - django_extensions
  132834. web_1 | (use ./manage.py migrate to migrate these)
  132835. web_1 | Running migrations for socialaccount:
  132836. web_1 | - Nothing to migrate.
  132837. web_1 | - Loading initial data for socialaccount.
  132838. web_1 | Installed 0 object(s) from 0 fixture(s)
  132839. web_1 | Running migrations for django_extensions:
  132840. web_1 | - Nothing to migrate.
  132841. web_1 | - Loading initial data for django_extensions.
  132842. web_1 | Installed 0 object(s) from 0 fixture(s)
  132843. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132844. web_1 | [GCC 4.9.2] on linux2
  132845. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132846. web_1 | (InteractiveConsole)
  132847. web_1 |
  132848. web_1 | >>> >>> Starting the server
  132849. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132850. web_1 |
  132851. web_1 | Fatal error: Unable to find local grunt.
  132852. web_1 |
  132853. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132854. web_1 | your project. For more information about installing and configuring grunt,
  132855. web_1 | please see the Getting Started guide:
  132856. web_1 |
  132857. web_1 | http://gruntjs.com/getting-started
  132858. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132859. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132860. web_1 | Syncing...
  132861. web_1 | Creating tables ...
  132862. web_1 | Installing custom SQL ...
  132863. web_1 | Installing indexes ...
  132864. web_1 | Installed 0 object(s) from 0 fixture(s)
  132865. web_1 |
  132866. web_1 | Synced:
  132867. web_1 | > django.contrib.auth
  132868. web_1 | > django.contrib.contenttypes
  132869. web_1 | > django.contrib.sessions
  132870. web_1 | > django.contrib.sites
  132871. web_1 | > django.contrib.messages
  132872. web_1 | > django.contrib.staticfiles
  132873. web_1 | > django.contrib.admin
  132874. web_1 | > south
  132875. web_1 | > crispy_forms
  132876. web_1 | > avatar
  132877. web_1 | > bootstrap3
  132878. web_1 | > users
  132879. web_1 | > allauth
  132880. web_1 | > allauth.account
  132881. web_1 | > django.contrib.humanize
  132882. web_1 | > debug_toolbar
  132883. web_1 |
  132884. web_1 | Not synced (use migrations):
  132885. web_1 | - allauth.socialaccount
  132886. web_1 | - django_extensions
  132887. web_1 | (use ./manage.py migrate to migrate these)
  132888. web_1 | Running migrations for socialaccount:
  132889. web_1 | - Nothing to migrate.
  132890. web_1 | - Loading initial data for socialaccount.
  132891. web_1 | Installed 0 object(s) from 0 fixture(s)
  132892. web_1 | Running migrations for django_extensions:
  132893. web_1 | - Nothing to migrate.
  132894. web_1 | - Loading initial data for django_extensions.
  132895. web_1 | Installed 0 object(s) from 0 fixture(s)
  132896. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132897. web_1 | [GCC 4.9.2] on linux2
  132898. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132899. web_1 | (InteractiveConsole)
  132900. web_1 |
  132901. web_1 | >>> >>> Starting the server
  132902. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132903. web_1 |
  132904. web_1 | Fatal error: Unable to find local grunt.
  132905. web_1 |
  132906. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132907. web_1 | your project. For more information about installing and configuring grunt,
  132908. web_1 | please see the Getting Started guide:
  132909. web_1 |
  132910. web_1 | http://gruntjs.com/getting-started
  132911. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132912. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132913. web_1 | Syncing...
  132914. web_1 | Creating tables ...
  132915. web_1 | Installing custom SQL ...
  132916. web_1 | Installing indexes ...
  132917. web_1 | Installed 0 object(s) from 0 fixture(s)
  132918. web_1 |
  132919. web_1 | Synced:
  132920. web_1 | > django.contrib.auth
  132921. web_1 | > django.contrib.contenttypes
  132922. web_1 | > django.contrib.sessions
  132923. web_1 | > django.contrib.sites
  132924. web_1 | > django.contrib.messages
  132925. web_1 | > django.contrib.staticfiles
  132926. web_1 | > django.contrib.admin
  132927. web_1 | > south
  132928. web_1 | > crispy_forms
  132929. web_1 | > avatar
  132930. web_1 | > bootstrap3
  132931. web_1 | > users
  132932. web_1 | > allauth
  132933. web_1 | > allauth.account
  132934. web_1 | > django.contrib.humanize
  132935. web_1 | > debug_toolbar
  132936. web_1 |
  132937. web_1 | Not synced (use migrations):
  132938. web_1 | - allauth.socialaccount
  132939. web_1 | - django_extensions
  132940. web_1 | (use ./manage.py migrate to migrate these)
  132941. web_1 | Running migrations for socialaccount:
  132942. web_1 | - Nothing to migrate.
  132943. web_1 | - Loading initial data for socialaccount.
  132944. web_1 | Installed 0 object(s) from 0 fixture(s)
  132945. web_1 | Running migrations for django_extensions:
  132946. web_1 | - Nothing to migrate.
  132947. web_1 | - Loading initial data for django_extensions.
  132948. web_1 | Installed 0 object(s) from 0 fixture(s)
  132949. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  132950. web_1 | [GCC 4.9.2] on linux2
  132951. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  132952. web_1 | (InteractiveConsole)
  132953. web_1 |
  132954. web_1 | >>> >>> Starting the server
  132955. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  132956. web_1 |
  132957. web_1 | Fatal error: Unable to find local grunt.
  132958. web_1 |
  132959. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  132960. web_1 | your project. For more information about installing and configuring grunt,
  132961. web_1 | please see the Getting Started guide:
  132962. web_1 |
  132963. web_1 | http://gruntjs.com/getting-started
  132964. web_1 | Starting OpenBSD Secure Shell server: sshd.
  132965. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  132966. web_1 | Syncing...
  132967. web_1 | Creating tables ...
  132968. web_1 | Installing custom SQL ...
  132969. web_1 | Installing indexes ...
  132970. web_1 | Installed 0 object(s) from 0 fixture(s)
  132971. web_1 |
  132972. web_1 | Synced:
  132973. web_1 | > django.contrib.auth
  132974. web_1 | > django.contrib.contenttypes
  132975. web_1 | > django.contrib.sessions
  132976. web_1 | > django.contrib.sites
  132977. web_1 | > django.contrib.messages
  132978. web_1 | > django.contrib.staticfiles
  132979. web_1 | > django.contrib.admin
  132980. web_1 | > south
  132981. web_1 | > crispy_forms
  132982. web_1 | > avatar
  132983. web_1 | > bootstrap3
  132984. web_1 | > users
  132985. web_1 | > allauth
  132986. web_1 | > allauth.account
  132987. web_1 | > django.contrib.humanize
  132988. web_1 | > debug_toolbar
  132989. web_1 |
  132990. web_1 | Not synced (use migrations):
  132991. web_1 | - allauth.socialaccount
  132992. web_1 | - django_extensions
  132993. web_1 | (use ./manage.py migrate to migrate these)
  132994. web_1 | Running migrations for socialaccount:
  132995. web_1 | - Nothing to migrate.
  132996. web_1 | - Loading initial data for socialaccount.
  132997. web_1 | Installed 0 object(s) from 0 fixture(s)
  132998. web_1 | Running migrations for django_extensions:
  132999. web_1 | - Nothing to migrate.
  133000. web_1 | - Loading initial data for django_extensions.
  133001. web_1 | Installed 0 object(s) from 0 fixture(s)
  133002. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133003. web_1 | [GCC 4.9.2] on linux2
  133004. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133005. web_1 | (InteractiveConsole)
  133006. web_1 |
  133007. web_1 | >>> >>> Starting the server
  133008. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133009. web_1 |
  133010. web_1 | Fatal error: Unable to find local grunt.
  133011. web_1 |
  133012. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133013. web_1 | your project. For more information about installing and configuring grunt,
  133014. web_1 | please see the Getting Started guide:
  133015. web_1 |
  133016. web_1 | http://gruntjs.com/getting-started
  133017. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133018. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133019. web_1 | Syncing...
  133020. web_1 | Creating tables ...
  133021. web_1 | Installing custom SQL ...
  133022. web_1 | Installing indexes ...
  133023. web_1 | Installed 0 object(s) from 0 fixture(s)
  133024. web_1 |
  133025. web_1 | Synced:
  133026. web_1 | > django.contrib.auth
  133027. web_1 | > django.contrib.contenttypes
  133028. web_1 | > django.contrib.sessions
  133029. web_1 | > django.contrib.sites
  133030. web_1 | > django.contrib.messages
  133031. web_1 | > django.contrib.staticfiles
  133032. web_1 | > django.contrib.admin
  133033. web_1 | > south
  133034. web_1 | > crispy_forms
  133035. web_1 | > avatar
  133036. web_1 | > bootstrap3
  133037. web_1 | > users
  133038. web_1 | > allauth
  133039. web_1 | > allauth.account
  133040. web_1 | > django.contrib.humanize
  133041. web_1 | > debug_toolbar
  133042. web_1 |
  133043. web_1 | Not synced (use migrations):
  133044. web_1 | - allauth.socialaccount
  133045. web_1 | - django_extensions
  133046. web_1 | (use ./manage.py migrate to migrate these)
  133047. web_1 | Running migrations for socialaccount:
  133048. web_1 | - Nothing to migrate.
  133049. web_1 | - Loading initial data for socialaccount.
  133050. web_1 | Installed 0 object(s) from 0 fixture(s)
  133051. web_1 | Running migrations for django_extensions:
  133052. web_1 | - Nothing to migrate.
  133053. web_1 | - Loading initial data for django_extensions.
  133054. web_1 | Installed 0 object(s) from 0 fixture(s)
  133055. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133056. web_1 | [GCC 4.9.2] on linux2
  133057. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133058. web_1 | (InteractiveConsole)
  133059. web_1 |
  133060. web_1 | >>> >>> Starting the server
  133061. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133062. web_1 |
  133063. web_1 | Fatal error: Unable to find local grunt.
  133064. web_1 |
  133065. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133066. web_1 | your project. For more information about installing and configuring grunt,
  133067. web_1 | please see the Getting Started guide:
  133068. web_1 |
  133069. web_1 | http://gruntjs.com/getting-started
  133070. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133071. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133072. web_1 | Syncing...
  133073. web_1 | Creating tables ...
  133074. web_1 | Installing custom SQL ...
  133075. web_1 | Installing indexes ...
  133076. web_1 | Installed 0 object(s) from 0 fixture(s)
  133077. web_1 |
  133078. web_1 | Synced:
  133079. web_1 | > django.contrib.auth
  133080. web_1 | > django.contrib.contenttypes
  133081. web_1 | > django.contrib.sessions
  133082. web_1 | > django.contrib.sites
  133083. web_1 | > django.contrib.messages
  133084. web_1 | > django.contrib.staticfiles
  133085. web_1 | > django.contrib.admin
  133086. web_1 | > south
  133087. web_1 | > crispy_forms
  133088. web_1 | > avatar
  133089. web_1 | > bootstrap3
  133090. web_1 | > users
  133091. web_1 | > allauth
  133092. web_1 | > allauth.account
  133093. web_1 | > django.contrib.humanize
  133094. web_1 | > debug_toolbar
  133095. web_1 |
  133096. web_1 | Not synced (use migrations):
  133097. web_1 | - allauth.socialaccount
  133098. web_1 | - django_extensions
  133099. web_1 | (use ./manage.py migrate to migrate these)
  133100. web_1 | Running migrations for socialaccount:
  133101. web_1 | - Nothing to migrate.
  133102. web_1 | - Loading initial data for socialaccount.
  133103. web_1 | Installed 0 object(s) from 0 fixture(s)
  133104. web_1 | Running migrations for django_extensions:
  133105. web_1 | - Nothing to migrate.
  133106. web_1 | - Loading initial data for django_extensions.
  133107. web_1 | Installed 0 object(s) from 0 fixture(s)
  133108. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133109. web_1 | [GCC 4.9.2] on linux2
  133110. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133111. web_1 | (InteractiveConsole)
  133112. web_1 |
  133113. web_1 | >>> >>> Starting the server
  133114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133115. web_1 |
  133116. web_1 | Fatal error: Unable to find local grunt.
  133117. web_1 |
  133118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133119. web_1 | your project. For more information about installing and configuring grunt,
  133120. web_1 | please see the Getting Started guide:
  133121. web_1 |
  133122. web_1 | http://gruntjs.com/getting-started
  133123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133124. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133125. web_1 | Syncing...
  133126. web_1 | Creating tables ...
  133127. web_1 | Installing custom SQL ...
  133128. web_1 | Installing indexes ...
  133129. web_1 | Installed 0 object(s) from 0 fixture(s)
  133130. web_1 |
  133131. web_1 | Synced:
  133132. web_1 | > django.contrib.auth
  133133. web_1 | > django.contrib.contenttypes
  133134. web_1 | > django.contrib.sessions
  133135. web_1 | > django.contrib.sites
  133136. web_1 | > django.contrib.messages
  133137. web_1 | > django.contrib.staticfiles
  133138. web_1 | > django.contrib.admin
  133139. web_1 | > south
  133140. web_1 | > crispy_forms
  133141. web_1 | > avatar
  133142. web_1 | > bootstrap3
  133143. web_1 | > users
  133144. web_1 | > allauth
  133145. web_1 | > allauth.account
  133146. web_1 | > django.contrib.humanize
  133147. web_1 | > debug_toolbar
  133148. web_1 |
  133149. web_1 | Not synced (use migrations):
  133150. web_1 | - allauth.socialaccount
  133151. web_1 | - django_extensions
  133152. web_1 | (use ./manage.py migrate to migrate these)
  133153. web_1 | Running migrations for socialaccount:
  133154. web_1 | - Nothing to migrate.
  133155. web_1 | - Loading initial data for socialaccount.
  133156. web_1 | Installed 0 object(s) from 0 fixture(s)
  133157. web_1 | Running migrations for django_extensions:
  133158. web_1 | - Nothing to migrate.
  133159. web_1 | - Loading initial data for django_extensions.
  133160. web_1 | Installed 0 object(s) from 0 fixture(s)
  133161. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133162. web_1 | [GCC 4.9.2] on linux2
  133163. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133164. web_1 | (InteractiveConsole)
  133165. web_1 |
  133166. web_1 | >>> >>> Starting the server
  133167. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133168. web_1 |
  133169. web_1 | Fatal error: Unable to find local grunt.
  133170. web_1 |
  133171. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133172. web_1 | your project. For more information about installing and configuring grunt,
  133173. web_1 | please see the Getting Started guide:
  133174. web_1 |
  133175. web_1 | http://gruntjs.com/getting-started
  133176. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133177. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133178. web_1 | Syncing...
  133179. web_1 | Creating tables ...
  133180. web_1 | Installing custom SQL ...
  133181. web_1 | Installing indexes ...
  133182. web_1 | Installed 0 object(s) from 0 fixture(s)
  133183. web_1 |
  133184. web_1 | Synced:
  133185. web_1 | > django.contrib.auth
  133186. web_1 | > django.contrib.contenttypes
  133187. web_1 | > django.contrib.sessions
  133188. web_1 | > django.contrib.sites
  133189. web_1 | > django.contrib.messages
  133190. web_1 | > django.contrib.staticfiles
  133191. web_1 | > django.contrib.admin
  133192. web_1 | > south
  133193. web_1 | > crispy_forms
  133194. web_1 | > avatar
  133195. web_1 | > bootstrap3
  133196. web_1 | > users
  133197. web_1 | > allauth
  133198. web_1 | > allauth.account
  133199. web_1 | > django.contrib.humanize
  133200. web_1 | > debug_toolbar
  133201. web_1 |
  133202. web_1 | Not synced (use migrations):
  133203. web_1 | - allauth.socialaccount
  133204. web_1 | - django_extensions
  133205. web_1 | (use ./manage.py migrate to migrate these)
  133206. web_1 | Running migrations for socialaccount:
  133207. web_1 | - Nothing to migrate.
  133208. web_1 | - Loading initial data for socialaccount.
  133209. web_1 | Installed 0 object(s) from 0 fixture(s)
  133210. web_1 | Running migrations for django_extensions:
  133211. web_1 | - Nothing to migrate.
  133212. web_1 | - Loading initial data for django_extensions.
  133213. web_1 | Installed 0 object(s) from 0 fixture(s)
  133214. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133215. web_1 | [GCC 4.9.2] on linux2
  133216. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133217. web_1 | (InteractiveConsole)
  133218. web_1 |
  133219. web_1 | >>> >>> Starting the server
  133220. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133221. web_1 |
  133222. web_1 | Fatal error: Unable to find local grunt.
  133223. web_1 |
  133224. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133225. web_1 | your project. For more information about installing and configuring grunt,
  133226. web_1 | please see the Getting Started guide:
  133227. web_1 |
  133228. web_1 | http://gruntjs.com/getting-started
  133229. oclweb_web_1 exited with code 99
  133230. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133231. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133232. web_1 | Syncing...
  133233. web_1 | Traceback (most recent call last):
  133234. web_1 | File "ocl_web/manage.py", line 19, in <module>
  133235. web_1 | execute_from_command_line(sys.argv)
  133236. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  133237. web_1 | utility.execute()
  133238. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  133239. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  133240. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  133241. web_1 | self.execute(*args, **options.__dict__)
  133242. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  133243. web_1 | output = self.handle(*args, **options)
  133244. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  133245. web_1 | return self.handle_noargs(**options)
  133246. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  133247. web_1 | syncdb.Command().execute(**options)
  133248. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  133249. web_1 | output = self.handle(*args, **options)
  133250. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  133251. web_1 | return self.handle_noargs(**options)
  133252. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
  133253. web_1 | cursor = connection.cursor()
  133254. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  133255. web_1 | cursor = self.make_debug_cursor(self._cursor())
  133256. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  133257. web_1 | self.ensure_connection()
  133258. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133259. web_1 | self.connect()
  133260. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  133261. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  133262. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133263. web_1 | self.connect()
  133264. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  133265. web_1 | self.connection = self.get_new_connection(conn_params)
  133266. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  133267. web_1 | return Database.connect(**conn_params)
  133268. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  133269. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  133270. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  133271. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  133272. web_1 | TCP/IP connections on port 5432?
  133273. web_1 |
  133274. web_1 | Traceback (most recent call last):
  133275. web_1 | File "ocl_web/manage.py", line 19, in <module>
  133276. web_1 | execute_from_command_line(sys.argv)
  133277. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  133278. web_1 | utility.execute()
  133279. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  133280. web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
  133281. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  133282. web_1 | self.execute(*args, **options.__dict__)
  133283. web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  133284. web_1 | output = self.handle(*args, **options)
  133285. web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
  133286. web_1 | ignore_ghosts = ignore_ghosts,
  133287. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
  133288. web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
  133289. web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
  133290. web_1 | for h in histories:
  133291. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  133292. web_1 | self._fetch_all()
  133293. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
  133294. web_1 | self._result_cache = list(self.iterator())
  133295. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
  133296. web_1 | for row in compiler.results_iter():
  133297. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
  133298. web_1 | for rows in self.execute_sql(MULTI):
  133299. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  133300. web_1 | cursor = self.connection.cursor()
  133301. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  133302. web_1 | cursor = self.make_debug_cursor(self._cursor())
  133303. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  133304. web_1 | self.ensure_connection()
  133305. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133306. web_1 | self.connect()
  133307. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  133308. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  133309. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133310. web_1 | self.connect()
  133311. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  133312. web_1 | self.connection = self.get_new_connection(conn_params)
  133313. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  133314. web_1 | return Database.connect(**conn_params)
  133315. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  133316. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  133317. web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
  133318. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  133319. web_1 | TCP/IP connections on port 5432?
  133320. web_1 |
  133321. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133322. web_1 | [GCC 4.9.2] on linux2
  133323. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133324. web_1 | (InteractiveConsole)
  133325. web_1 | Traceback (most recent call last):
  133326. web_1 | File "<console>", line 1, in <module>
  133327. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
  133328. web_1 | return self.query.get_count(using=self.db)
  133329. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
  133330. web_1 | number = obj.get_aggregation(using=using)[None]
  133331. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
  133332. web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
  133333. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
  133334. web_1 | cursor = self.connection.cursor()
  133335. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
  133336. web_1 | cursor = self.make_debug_cursor(self._cursor())
  133337. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
  133338. web_1 | self.ensure_connection()
  133339. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133340. web_1 | self.connect()
  133341. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  133342. web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
  133343. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
  133344. web_1 | self.connect()
  133345. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
  133346. web_1 | self.connection = self.get_new_connection(conn_params)
  133347. web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
  133348. web_1 | return Database.connect(**conn_params)
  133349. web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  133350. web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
  133351. web_1 | OperationalError: could not connect to server: Connection refused
  133352. web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
  133353. web_1 | TCP/IP connections on port 5432?
  133354. web_1 |
  133355. web_1 |
  133356. web_1 | >>> >>> Starting the server
  133357. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133358. web_1 |
  133359. web_1 | Fatal error: Unable to find local grunt.
  133360. web_1 |
  133361. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133362. web_1 | your project. For more information about installing and configuring grunt,
  133363. web_1 | please see the Getting Started guide:
  133364. web_1 |
  133365. web_1 | http://gruntjs.com/getting-started
  133366. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133367. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133368. web_1 | Syncing...
  133369. web_1 | Creating tables ...
  133370. web_1 | Creating table auth_permission
  133371. web_1 | Creating table auth_group_permissions
  133372. web_1 | Creating table auth_group
  133373. web_1 | Creating table django_content_type
  133374. web_1 | Creating table django_session
  133375. web_1 | Creating table django_site
  133376. web_1 | Creating table django_admin_log
  133377. web_1 | Creating table south_migrationhistory
  133378. web_1 | Creating table avatar_avatar
  133379. web_1 | Creating table users_user_groups
  133380. web_1 | Creating table users_user_user_permissions
  133381. web_1 | Creating table users_user
  133382. web_1 | Creating table account_emailaddress
  133383. web_1 | Creating table account_emailconfirmation
  133384. web_1 | Installing custom SQL ...
  133385. web_1 | Installing indexes ...
  133386. web_1 | Installed 0 object(s) from 0 fixture(s)
  133387. web_1 |
  133388. web_1 | Synced:
  133389. web_1 | > django.contrib.auth
  133390. web_1 | > django.contrib.contenttypes
  133391. web_1 | > django.contrib.sessions
  133392. web_1 | > django.contrib.sites
  133393. web_1 | > django.contrib.messages
  133394. web_1 | > django.contrib.staticfiles
  133395. web_1 | > django.contrib.admin
  133396. web_1 | > south
  133397. web_1 | > crispy_forms
  133398. web_1 | > avatar
  133399. web_1 | > bootstrap3
  133400. web_1 | > users
  133401. web_1 | > allauth
  133402. web_1 | > allauth.account
  133403. web_1 | > django.contrib.humanize
  133404. web_1 | > debug_toolbar
  133405. web_1 |
  133406. web_1 | Not synced (use migrations):
  133407. web_1 | - allauth.socialaccount
  133408. web_1 | - django_extensions
  133409. web_1 | (use ./manage.py migrate to migrate these)
  133410. web_1 | Running migrations for socialaccount:
  133411. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  133412. web_1 | > socialaccount:0001_initial
  133413. web_1 | > socialaccount:0002_genericmodels
  133414. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  133415. web_1 | > socialaccount:0004_add_sites
  133416. web_1 | > socialaccount:0005_set_sites
  133417. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  133418. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  133419. web_1 | > socialaccount:0008_client_id
  133420. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  133421. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  133422. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  133423. web_1 | - Loading initial data for socialaccount.
  133424. web_1 | Installed 0 object(s) from 0 fixture(s)
  133425. web_1 | Running migrations for django_extensions:
  133426. web_1 | - Migrating forwards to 0001_empty.
  133427. web_1 | > django_extensions:0001_empty
  133428. web_1 | - Loading initial data for django_extensions.
  133429. web_1 | Installed 0 object(s) from 0 fixture(s)
  133430. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133431. web_1 | [GCC 4.9.2] on linux2
  133432. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133433. web_1 | (InteractiveConsole)
  133434. web_1 |
  133435. web_1 | >>> >>> Starting the server
  133436. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133437. web_1 |
  133438. web_1 | Fatal error: Unable to find local grunt.
  133439. web_1 |
  133440. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133441. web_1 | your project. For more information about installing and configuring grunt,
  133442. web_1 | please see the Getting Started guide:
  133443. web_1 |
  133444. web_1 | http://gruntjs.com/getting-started
  133445. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133446. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133447. web_1 | Syncing...
  133448. web_1 | Creating tables ...
  133449. web_1 | Installing custom SQL ...
  133450. web_1 | Installing indexes ...
  133451. web_1 | Installed 0 object(s) from 0 fixture(s)
  133452. web_1 |
  133453. web_1 | Synced:
  133454. web_1 | > django.contrib.auth
  133455. web_1 | > django.contrib.contenttypes
  133456. web_1 | > django.contrib.sessions
  133457. web_1 | > django.contrib.sites
  133458. web_1 | > django.contrib.messages
  133459. web_1 | > django.contrib.staticfiles
  133460. web_1 | > django.contrib.admin
  133461. web_1 | > south
  133462. web_1 | > crispy_forms
  133463. web_1 | > avatar
  133464. web_1 | > bootstrap3
  133465. web_1 | > users
  133466. web_1 | > allauth
  133467. web_1 | > allauth.account
  133468. web_1 | > django.contrib.humanize
  133469. web_1 | > debug_toolbar
  133470. web_1 |
  133471. web_1 | Not synced (use migrations):
  133472. web_1 | - allauth.socialaccount
  133473. web_1 | - django_extensions
  133474. web_1 | (use ./manage.py migrate to migrate these)
  133475. web_1 | Running migrations for socialaccount:
  133476. web_1 | - Nothing to migrate.
  133477. web_1 | - Loading initial data for socialaccount.
  133478. web_1 | Installed 0 object(s) from 0 fixture(s)
  133479. web_1 | Running migrations for django_extensions:
  133480. web_1 | - Nothing to migrate.
  133481. web_1 | - Loading initial data for django_extensions.
  133482. web_1 | Installed 0 object(s) from 0 fixture(s)
  133483. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133484. web_1 | [GCC 4.9.2] on linux2
  133485. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133486. web_1 | (InteractiveConsole)
  133487. web_1 |
  133488. web_1 | >>> >>> Starting the server
  133489. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133490. web_1 |
  133491. web_1 | Fatal error: Unable to find local grunt.
  133492. web_1 |
  133493. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133494. web_1 | your project. For more information about installing and configuring grunt,
  133495. web_1 | please see the Getting Started guide:
  133496. web_1 |
  133497. web_1 | http://gruntjs.com/getting-started
  133498. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133499. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133500. web_1 | Syncing...
  133501. web_1 | Creating tables ...
  133502. web_1 | Installing custom SQL ...
  133503. web_1 | Installing indexes ...
  133504. web_1 | Installed 0 object(s) from 0 fixture(s)
  133505. web_1 |
  133506. web_1 | Synced:
  133507. web_1 | > django.contrib.auth
  133508. web_1 | > django.contrib.contenttypes
  133509. web_1 | > django.contrib.sessions
  133510. web_1 | > django.contrib.sites
  133511. web_1 | > django.contrib.messages
  133512. web_1 | > django.contrib.staticfiles
  133513. web_1 | > django.contrib.admin
  133514. web_1 | > south
  133515. web_1 | > crispy_forms
  133516. web_1 | > avatar
  133517. web_1 | > bootstrap3
  133518. web_1 | > users
  133519. web_1 | > allauth
  133520. web_1 | > allauth.account
  133521. web_1 | > django.contrib.humanize
  133522. web_1 | > debug_toolbar
  133523. web_1 |
  133524. web_1 | Not synced (use migrations):
  133525. web_1 | - allauth.socialaccount
  133526. web_1 | - django_extensions
  133527. web_1 | (use ./manage.py migrate to migrate these)
  133528. web_1 | Running migrations for socialaccount:
  133529. web_1 | - Nothing to migrate.
  133530. web_1 | - Loading initial data for socialaccount.
  133531. web_1 | Installed 0 object(s) from 0 fixture(s)
  133532. web_1 | Running migrations for django_extensions:
  133533. web_1 | - Nothing to migrate.
  133534. web_1 | - Loading initial data for django_extensions.
  133535. web_1 | Installed 0 object(s) from 0 fixture(s)
  133536. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133537. web_1 | [GCC 4.9.2] on linux2
  133538. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133539. web_1 | (InteractiveConsole)
  133540. web_1 |
  133541. web_1 | >>> >>> Starting the server
  133542. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133543. web_1 |
  133544. web_1 | Fatal error: Unable to find local grunt.
  133545. web_1 |
  133546. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133547. web_1 | your project. For more information about installing and configuring grunt,
  133548. web_1 | please see the Getting Started guide:
  133549. web_1 |
  133550. web_1 | http://gruntjs.com/getting-started
  133551. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133552. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133553. web_1 | Syncing...
  133554. web_1 | Creating tables ...
  133555. web_1 | Installing custom SQL ...
  133556. web_1 | Installing indexes ...
  133557. web_1 | Installed 0 object(s) from 0 fixture(s)
  133558. web_1 |
  133559. web_1 | Synced:
  133560. web_1 | > django.contrib.auth
  133561. web_1 | > django.contrib.contenttypes
  133562. web_1 | > django.contrib.sessions
  133563. web_1 | > django.contrib.sites
  133564. web_1 | > django.contrib.messages
  133565. web_1 | > django.contrib.staticfiles
  133566. web_1 | > django.contrib.admin
  133567. web_1 | > south
  133568. web_1 | > crispy_forms
  133569. web_1 | > avatar
  133570. web_1 | > bootstrap3
  133571. web_1 | > users
  133572. web_1 | > allauth
  133573. web_1 | > allauth.account
  133574. web_1 | > django.contrib.humanize
  133575. web_1 | > debug_toolbar
  133576. web_1 |
  133577. web_1 | Not synced (use migrations):
  133578. web_1 | - allauth.socialaccount
  133579. web_1 | - django_extensions
  133580. web_1 | (use ./manage.py migrate to migrate these)
  133581. web_1 | Running migrations for socialaccount:
  133582. web_1 | - Nothing to migrate.
  133583. web_1 | - Loading initial data for socialaccount.
  133584. web_1 | Installed 0 object(s) from 0 fixture(s)
  133585. web_1 | Running migrations for django_extensions:
  133586. web_1 | - Nothing to migrate.
  133587. web_1 | - Loading initial data for django_extensions.
  133588. web_1 | Installed 0 object(s) from 0 fixture(s)
  133589. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133590. web_1 | [GCC 4.9.2] on linux2
  133591. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133592. web_1 | (InteractiveConsole)
  133593. web_1 |
  133594. web_1 | >>> >>> Starting the server
  133595. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133596. web_1 |
  133597. web_1 | Fatal error: Unable to find local grunt.
  133598. web_1 |
  133599. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133600. web_1 | your project. For more information about installing and configuring grunt,
  133601. web_1 | please see the Getting Started guide:
  133602. web_1 |
  133603. web_1 | http://gruntjs.com/getting-started
  133604. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133605. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133606. web_1 | Syncing...
  133607. web_1 | Creating tables ...
  133608. web_1 | Installing custom SQL ...
  133609. web_1 | Installing indexes ...
  133610. web_1 | Installed 0 object(s) from 0 fixture(s)
  133611. web_1 |
  133612. web_1 | Synced:
  133613. web_1 | > django.contrib.auth
  133614. web_1 | > django.contrib.contenttypes
  133615. web_1 | > django.contrib.sessions
  133616. web_1 | > django.contrib.sites
  133617. web_1 | > django.contrib.messages
  133618. web_1 | > django.contrib.staticfiles
  133619. web_1 | > django.contrib.admin
  133620. web_1 | > south
  133621. web_1 | > crispy_forms
  133622. web_1 | > avatar
  133623. web_1 | > bootstrap3
  133624. web_1 | > users
  133625. web_1 | > allauth
  133626. web_1 | > allauth.account
  133627. web_1 | > django.contrib.humanize
  133628. web_1 | > debug_toolbar
  133629. web_1 |
  133630. web_1 | Not synced (use migrations):
  133631. web_1 | - allauth.socialaccount
  133632. web_1 | - django_extensions
  133633. web_1 | (use ./manage.py migrate to migrate these)
  133634. web_1 | Running migrations for socialaccount:
  133635. web_1 | - Nothing to migrate.
  133636. web_1 | - Loading initial data for socialaccount.
  133637. web_1 | Installed 0 object(s) from 0 fixture(s)
  133638. web_1 | Running migrations for django_extensions:
  133639. web_1 | - Nothing to migrate.
  133640. web_1 | - Loading initial data for django_extensions.
  133641. web_1 | Installed 0 object(s) from 0 fixture(s)
  133642. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133643. web_1 | [GCC 4.9.2] on linux2
  133644. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133645. web_1 | (InteractiveConsole)
  133646. web_1 |
  133647. web_1 | >>> >>> Starting the server
  133648. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133649. web_1 |
  133650. web_1 | Fatal error: Unable to find local grunt.
  133651. web_1 |
  133652. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133653. web_1 | your project. For more information about installing and configuring grunt,
  133654. web_1 | please see the Getting Started guide:
  133655. web_1 |
  133656. web_1 | http://gruntjs.com/getting-started
  133657. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133658. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133659. web_1 | Syncing...
  133660. web_1 | Creating tables ...
  133661. web_1 | Installing custom SQL ...
  133662. web_1 | Installing indexes ...
  133663. web_1 | Installed 0 object(s) from 0 fixture(s)
  133664. web_1 |
  133665. web_1 | Synced:
  133666. web_1 | > django.contrib.auth
  133667. web_1 | > django.contrib.contenttypes
  133668. web_1 | > django.contrib.sessions
  133669. web_1 | > django.contrib.sites
  133670. web_1 | > django.contrib.messages
  133671. web_1 | > django.contrib.staticfiles
  133672. web_1 | > django.contrib.admin
  133673. web_1 | > south
  133674. web_1 | > crispy_forms
  133675. web_1 | > avatar
  133676. web_1 | > bootstrap3
  133677. web_1 | > users
  133678. web_1 | > allauth
  133679. web_1 | > allauth.account
  133680. web_1 | > django.contrib.humanize
  133681. web_1 | > debug_toolbar
  133682. web_1 |
  133683. web_1 | Not synced (use migrations):
  133684. web_1 | - allauth.socialaccount
  133685. web_1 | - django_extensions
  133686. web_1 | (use ./manage.py migrate to migrate these)
  133687. web_1 | Running migrations for socialaccount:
  133688. web_1 | - Nothing to migrate.
  133689. web_1 | - Loading initial data for socialaccount.
  133690. web_1 | Installed 0 object(s) from 0 fixture(s)
  133691. web_1 | Running migrations for django_extensions:
  133692. web_1 | - Nothing to migrate.
  133693. web_1 | - Loading initial data for django_extensions.
  133694. web_1 | Installed 0 object(s) from 0 fixture(s)
  133695. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133696. web_1 | [GCC 4.9.2] on linux2
  133697. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133698. web_1 | (InteractiveConsole)
  133699. web_1 |
  133700. web_1 | >>> >>> Starting the server
  133701. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133702. web_1 |
  133703. web_1 | Fatal error: Unable to find local grunt.
  133704. web_1 |
  133705. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133706. web_1 | your project. For more information about installing and configuring grunt,
  133707. web_1 | please see the Getting Started guide:
  133708. web_1 |
  133709. web_1 | http://gruntjs.com/getting-started
  133710. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133711. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133712. web_1 | Syncing...
  133713. web_1 | Creating tables ...
  133714. web_1 | Installing custom SQL ...
  133715. web_1 | Installing indexes ...
  133716. web_1 | Installed 0 object(s) from 0 fixture(s)
  133717. web_1 |
  133718. web_1 | Synced:
  133719. web_1 | > django.contrib.auth
  133720. web_1 | > django.contrib.contenttypes
  133721. web_1 | > django.contrib.sessions
  133722. web_1 | > django.contrib.sites
  133723. web_1 | > django.contrib.messages
  133724. web_1 | > django.contrib.staticfiles
  133725. web_1 | > django.contrib.admin
  133726. web_1 | > south
  133727. web_1 | > crispy_forms
  133728. web_1 | > avatar
  133729. web_1 | > bootstrap3
  133730. web_1 | > users
  133731. web_1 | > allauth
  133732. web_1 | > allauth.account
  133733. web_1 | > django.contrib.humanize
  133734. web_1 | > debug_toolbar
  133735. web_1 |
  133736. web_1 | Not synced (use migrations):
  133737. web_1 | - allauth.socialaccount
  133738. web_1 | - django_extensions
  133739. web_1 | (use ./manage.py migrate to migrate these)
  133740. web_1 | Running migrations for socialaccount:
  133741. web_1 | - Nothing to migrate.
  133742. web_1 | - Loading initial data for socialaccount.
  133743. web_1 | Installed 0 object(s) from 0 fixture(s)
  133744. web_1 | Running migrations for django_extensions:
  133745. web_1 | - Nothing to migrate.
  133746. web_1 | - Loading initial data for django_extensions.
  133747. web_1 | Installed 0 object(s) from 0 fixture(s)
  133748. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133749. web_1 | [GCC 4.9.2] on linux2
  133750. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133751. web_1 | (InteractiveConsole)
  133752. web_1 |
  133753. web_1 | >>> >>> Starting the server
  133754. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133755. web_1 |
  133756. web_1 | Fatal error: Unable to find local grunt.
  133757. web_1 |
  133758. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133759. web_1 | your project. For more information about installing and configuring grunt,
  133760. web_1 | please see the Getting Started guide:
  133761. web_1 |
  133762. web_1 | http://gruntjs.com/getting-started
  133763. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133764. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133765. web_1 | Syncing...
  133766. web_1 | Creating tables ...
  133767. web_1 | Installing custom SQL ...
  133768. web_1 | Installing indexes ...
  133769. web_1 | Installed 0 object(s) from 0 fixture(s)
  133770. web_1 |
  133771. web_1 | Synced:
  133772. web_1 | > django.contrib.auth
  133773. web_1 | > django.contrib.contenttypes
  133774. web_1 | > django.contrib.sessions
  133775. web_1 | > django.contrib.sites
  133776. web_1 | > django.contrib.messages
  133777. web_1 | > django.contrib.staticfiles
  133778. web_1 | > django.contrib.admin
  133779. web_1 | > south
  133780. web_1 | > crispy_forms
  133781. web_1 | > avatar
  133782. web_1 | > bootstrap3
  133783. web_1 | > users
  133784. web_1 | > allauth
  133785. web_1 | > allauth.account
  133786. web_1 | > django.contrib.humanize
  133787. web_1 | > debug_toolbar
  133788. web_1 |
  133789. web_1 | Not synced (use migrations):
  133790. web_1 | - allauth.socialaccount
  133791. web_1 | - django_extensions
  133792. web_1 | (use ./manage.py migrate to migrate these)
  133793. web_1 | Running migrations for socialaccount:
  133794. web_1 | - Nothing to migrate.
  133795. web_1 | - Loading initial data for socialaccount.
  133796. web_1 | Installed 0 object(s) from 0 fixture(s)
  133797. web_1 | Running migrations for django_extensions:
  133798. web_1 | - Nothing to migrate.
  133799. web_1 | - Loading initial data for django_extensions.
  133800. web_1 | Installed 0 object(s) from 0 fixture(s)
  133801. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133802. web_1 | [GCC 4.9.2] on linux2
  133803. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133804. web_1 | (InteractiveConsole)
  133805. web_1 |
  133806. web_1 | >>> >>> Starting the server
  133807. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133808. web_1 |
  133809. web_1 | Fatal error: Unable to find local grunt.
  133810. web_1 |
  133811. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133812. web_1 | your project. For more information about installing and configuring grunt,
  133813. web_1 | please see the Getting Started guide:
  133814. web_1 |
  133815. web_1 | http://gruntjs.com/getting-started
  133816. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133817. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133818. web_1 | Syncing...
  133819. web_1 | Creating tables ...
  133820. web_1 | Installing custom SQL ...
  133821. web_1 | Installing indexes ...
  133822. web_1 | Installed 0 object(s) from 0 fixture(s)
  133823. web_1 |
  133824. web_1 | Synced:
  133825. web_1 | > django.contrib.auth
  133826. web_1 | > django.contrib.contenttypes
  133827. web_1 | > django.contrib.sessions
  133828. web_1 | > django.contrib.sites
  133829. web_1 | > django.contrib.messages
  133830. web_1 | > django.contrib.staticfiles
  133831. web_1 | > django.contrib.admin
  133832. web_1 | > south
  133833. web_1 | > crispy_forms
  133834. web_1 | > avatar
  133835. web_1 | > bootstrap3
  133836. web_1 | > users
  133837. web_1 | > allauth
  133838. web_1 | > allauth.account
  133839. web_1 | > django.contrib.humanize
  133840. web_1 | > debug_toolbar
  133841. web_1 |
  133842. web_1 | Not synced (use migrations):
  133843. web_1 | - allauth.socialaccount
  133844. web_1 | - django_extensions
  133845. web_1 | (use ./manage.py migrate to migrate these)
  133846. web_1 | Running migrations for socialaccount:
  133847. web_1 | - Nothing to migrate.
  133848. web_1 | - Loading initial data for socialaccount.
  133849. web_1 | Installed 0 object(s) from 0 fixture(s)
  133850. web_1 | Running migrations for django_extensions:
  133851. web_1 | - Nothing to migrate.
  133852. web_1 | - Loading initial data for django_extensions.
  133853. web_1 | Installed 0 object(s) from 0 fixture(s)
  133854. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133855. web_1 | [GCC 4.9.2] on linux2
  133856. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133857. web_1 | (InteractiveConsole)
  133858. web_1 |
  133859. web_1 | >>> >>> Starting the server
  133860. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133861. web_1 |
  133862. web_1 | Fatal error: Unable to find local grunt.
  133863. web_1 |
  133864. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133865. web_1 | your project. For more information about installing and configuring grunt,
  133866. web_1 | please see the Getting Started guide:
  133867. web_1 |
  133868. web_1 | http://gruntjs.com/getting-started
  133869. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133870. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133871. web_1 | Syncing...
  133872. web_1 | Creating tables ...
  133873. web_1 | Installing custom SQL ...
  133874. web_1 | Installing indexes ...
  133875. web_1 | Installed 0 object(s) from 0 fixture(s)
  133876. web_1 |
  133877. web_1 | Synced:
  133878. web_1 | > django.contrib.auth
  133879. web_1 | > django.contrib.contenttypes
  133880. web_1 | > django.contrib.sessions
  133881. web_1 | > django.contrib.sites
  133882. web_1 | > django.contrib.messages
  133883. web_1 | > django.contrib.staticfiles
  133884. web_1 | > django.contrib.admin
  133885. web_1 | > south
  133886. web_1 | > crispy_forms
  133887. web_1 | > avatar
  133888. web_1 | > bootstrap3
  133889. web_1 | > users
  133890. web_1 | > allauth
  133891. web_1 | > allauth.account
  133892. web_1 | > django.contrib.humanize
  133893. web_1 | > debug_toolbar
  133894. web_1 |
  133895. web_1 | Not synced (use migrations):
  133896. web_1 | - allauth.socialaccount
  133897. web_1 | - django_extensions
  133898. web_1 | (use ./manage.py migrate to migrate these)
  133899. web_1 | Running migrations for socialaccount:
  133900. web_1 | - Nothing to migrate.
  133901. web_1 | - Loading initial data for socialaccount.
  133902. web_1 | Installed 0 object(s) from 0 fixture(s)
  133903. web_1 | Running migrations for django_extensions:
  133904. web_1 | - Nothing to migrate.
  133905. web_1 | - Loading initial data for django_extensions.
  133906. web_1 | Installed 0 object(s) from 0 fixture(s)
  133907. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133908. web_1 | [GCC 4.9.2] on linux2
  133909. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133910. web_1 | (InteractiveConsole)
  133911. web_1 |
  133912. web_1 | >>> >>> Starting the server
  133913. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133914. web_1 |
  133915. web_1 | Fatal error: Unable to find local grunt.
  133916. web_1 |
  133917. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133918. web_1 | your project. For more information about installing and configuring grunt,
  133919. web_1 | please see the Getting Started guide:
  133920. web_1 |
  133921. web_1 | http://gruntjs.com/getting-started
  133922. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133923. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133924. web_1 | Syncing...
  133925. web_1 | Creating tables ...
  133926. web_1 | Installing custom SQL ...
  133927. web_1 | Installing indexes ...
  133928. web_1 | Installed 0 object(s) from 0 fixture(s)
  133929. web_1 |
  133930. web_1 | Synced:
  133931. web_1 | > django.contrib.auth
  133932. web_1 | > django.contrib.contenttypes
  133933. web_1 | > django.contrib.sessions
  133934. web_1 | > django.contrib.sites
  133935. web_1 | > django.contrib.messages
  133936. web_1 | > django.contrib.staticfiles
  133937. web_1 | > django.contrib.admin
  133938. web_1 | > south
  133939. web_1 | > crispy_forms
  133940. web_1 | > avatar
  133941. web_1 | > bootstrap3
  133942. web_1 | > users
  133943. web_1 | > allauth
  133944. web_1 | > allauth.account
  133945. web_1 | > django.contrib.humanize
  133946. web_1 | > debug_toolbar
  133947. web_1 |
  133948. web_1 | Not synced (use migrations):
  133949. web_1 | - allauth.socialaccount
  133950. web_1 | - django_extensions
  133951. web_1 | (use ./manage.py migrate to migrate these)
  133952. web_1 | Running migrations for socialaccount:
  133953. web_1 | - Nothing to migrate.
  133954. web_1 | - Loading initial data for socialaccount.
  133955. web_1 | Installed 0 object(s) from 0 fixture(s)
  133956. web_1 | Running migrations for django_extensions:
  133957. web_1 | - Nothing to migrate.
  133958. web_1 | - Loading initial data for django_extensions.
  133959. web_1 | Installed 0 object(s) from 0 fixture(s)
  133960. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  133961. web_1 | [GCC 4.9.2] on linux2
  133962. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  133963. web_1 | (InteractiveConsole)
  133964. web_1 |
  133965. web_1 | >>> >>> Starting the server
  133966. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  133967. web_1 |
  133968. web_1 | Fatal error: Unable to find local grunt.
  133969. web_1 |
  133970. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  133971. web_1 | your project. For more information about installing and configuring grunt,
  133972. web_1 | please see the Getting Started guide:
  133973. web_1 |
  133974. web_1 | http://gruntjs.com/getting-started
  133975. web_1 | Starting OpenBSD Secure Shell server: sshd.
  133976. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  133977. web_1 | Syncing...
  133978. web_1 | Creating tables ...
  133979. web_1 | Installing custom SQL ...
  133980. web_1 | Installing indexes ...
  133981. web_1 | Installed 0 object(s) from 0 fixture(s)
  133982. web_1 |
  133983. web_1 | Synced:
  133984. web_1 | > django.contrib.auth
  133985. web_1 | > django.contrib.contenttypes
  133986. web_1 | > django.contrib.sessions
  133987. web_1 | > django.contrib.sites
  133988. web_1 | > django.contrib.messages
  133989. web_1 | > django.contrib.staticfiles
  133990. web_1 | > django.contrib.admin
  133991. web_1 | > south
  133992. web_1 | > crispy_forms
  133993. web_1 | > avatar
  133994. web_1 | > bootstrap3
  133995. web_1 | > users
  133996. web_1 | > allauth
  133997. web_1 | > allauth.account
  133998. web_1 | > django.contrib.humanize
  133999. web_1 | > debug_toolbar
  134000. web_1 |
  134001. web_1 | Not synced (use migrations):
  134002. web_1 | - allauth.socialaccount
  134003. web_1 | - django_extensions
  134004. web_1 | (use ./manage.py migrate to migrate these)
  134005. web_1 | Running migrations for socialaccount:
  134006. web_1 | - Nothing to migrate.
  134007. web_1 | - Loading initial data for socialaccount.
  134008. web_1 | Installed 0 object(s) from 0 fixture(s)
  134009. web_1 | Running migrations for django_extensions:
  134010. web_1 | - Nothing to migrate.
  134011. web_1 | - Loading initial data for django_extensions.
  134012. web_1 | Installed 0 object(s) from 0 fixture(s)
  134013. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134014. web_1 | [GCC 4.9.2] on linux2
  134015. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134016. web_1 | (InteractiveConsole)
  134017. web_1 |
  134018. web_1 | >>> >>> Starting the server
  134019. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134020. web_1 |
  134021. web_1 | Fatal error: Unable to find local grunt.
  134022. web_1 |
  134023. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134024. web_1 | your project. For more information about installing and configuring grunt,
  134025. web_1 | please see the Getting Started guide:
  134026. web_1 |
  134027. web_1 | http://gruntjs.com/getting-started
  134028. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134029. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134030. web_1 | Syncing...
  134031. web_1 | Creating tables ...
  134032. web_1 | Installing custom SQL ...
  134033. web_1 | Installing indexes ...
  134034. web_1 | Installed 0 object(s) from 0 fixture(s)
  134035. web_1 |
  134036. web_1 | Synced:
  134037. web_1 | > django.contrib.auth
  134038. web_1 | > django.contrib.contenttypes
  134039. web_1 | > django.contrib.sessions
  134040. web_1 | > django.contrib.sites
  134041. web_1 | > django.contrib.messages
  134042. web_1 | > django.contrib.staticfiles
  134043. web_1 | > django.contrib.admin
  134044. web_1 | > south
  134045. web_1 | > crispy_forms
  134046. web_1 | > avatar
  134047. web_1 | > bootstrap3
  134048. web_1 | > users
  134049. web_1 | > allauth
  134050. web_1 | > allauth.account
  134051. web_1 | > django.contrib.humanize
  134052. web_1 | > debug_toolbar
  134053. web_1 |
  134054. web_1 | Not synced (use migrations):
  134055. web_1 | - allauth.socialaccount
  134056. web_1 | - django_extensions
  134057. web_1 | (use ./manage.py migrate to migrate these)
  134058. web_1 | Running migrations for socialaccount:
  134059. web_1 | - Nothing to migrate.
  134060. web_1 | - Loading initial data for socialaccount.
  134061. web_1 | Installed 0 object(s) from 0 fixture(s)
  134062. web_1 | Running migrations for django_extensions:
  134063. web_1 | - Nothing to migrate.
  134064. web_1 | - Loading initial data for django_extensions.
  134065. web_1 | Installed 0 object(s) from 0 fixture(s)
  134066. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134067. web_1 | [GCC 4.9.2] on linux2
  134068. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134069. web_1 | (InteractiveConsole)
  134070. web_1 |
  134071. web_1 | >>> >>> Starting the server
  134072. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134073. web_1 |
  134074. web_1 | Fatal error: Unable to find local grunt.
  134075. web_1 |
  134076. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134077. web_1 | your project. For more information about installing and configuring grunt,
  134078. web_1 | please see the Getting Started guide:
  134079. web_1 |
  134080. web_1 | http://gruntjs.com/getting-started
  134081. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134082. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134083. web_1 | Syncing...
  134084. web_1 | Creating tables ...
  134085. web_1 | Installing custom SQL ...
  134086. web_1 | Installing indexes ...
  134087. web_1 | Installed 0 object(s) from 0 fixture(s)
  134088. web_1 |
  134089. web_1 | Synced:
  134090. web_1 | > django.contrib.auth
  134091. web_1 | > django.contrib.contenttypes
  134092. web_1 | > django.contrib.sessions
  134093. web_1 | > django.contrib.sites
  134094. web_1 | > django.contrib.messages
  134095. web_1 | > django.contrib.staticfiles
  134096. web_1 | > django.contrib.admin
  134097. web_1 | > south
  134098. web_1 | > crispy_forms
  134099. web_1 | > avatar
  134100. web_1 | > bootstrap3
  134101. web_1 | > users
  134102. web_1 | > allauth
  134103. web_1 | > allauth.account
  134104. web_1 | > django.contrib.humanize
  134105. web_1 | > debug_toolbar
  134106. web_1 |
  134107. web_1 | Not synced (use migrations):
  134108. web_1 | - allauth.socialaccount
  134109. web_1 | - django_extensions
  134110. web_1 | (use ./manage.py migrate to migrate these)
  134111. web_1 | Running migrations for socialaccount:
  134112. web_1 | - Nothing to migrate.
  134113. web_1 | - Loading initial data for socialaccount.
  134114. web_1 | Installed 0 object(s) from 0 fixture(s)
  134115. web_1 | Running migrations for django_extensions:
  134116. web_1 | - Nothing to migrate.
  134117. web_1 | - Loading initial data for django_extensions.
  134118. web_1 | Installed 0 object(s) from 0 fixture(s)
  134119. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134120. web_1 | [GCC 4.9.2] on linux2
  134121. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134122. web_1 | (InteractiveConsole)
  134123. web_1 |
  134124. web_1 | >>> >>> Starting the server
  134125. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134126. web_1 |
  134127. web_1 | Fatal error: Unable to find local grunt.
  134128. web_1 |
  134129. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134130. web_1 | your project. For more information about installing and configuring grunt,
  134131. web_1 | please see the Getting Started guide:
  134132. web_1 |
  134133. web_1 | http://gruntjs.com/getting-started
  134134. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134135. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134136. web_1 | Syncing...
  134137. web_1 | Creating tables ...
  134138. web_1 | Installing custom SQL ...
  134139. web_1 | Installing indexes ...
  134140. web_1 | Installed 0 object(s) from 0 fixture(s)
  134141. web_1 |
  134142. web_1 | Synced:
  134143. web_1 | > django.contrib.auth
  134144. web_1 | > django.contrib.contenttypes
  134145. web_1 | > django.contrib.sessions
  134146. web_1 | > django.contrib.sites
  134147. web_1 | > django.contrib.messages
  134148. web_1 | > django.contrib.staticfiles
  134149. web_1 | > django.contrib.admin
  134150. web_1 | > south
  134151. web_1 | > crispy_forms
  134152. web_1 | > avatar
  134153. web_1 | > bootstrap3
  134154. web_1 | > users
  134155. web_1 | > allauth
  134156. web_1 | > allauth.account
  134157. web_1 | > django.contrib.humanize
  134158. web_1 | > debug_toolbar
  134159. web_1 |
  134160. web_1 | Not synced (use migrations):
  134161. web_1 | - allauth.socialaccount
  134162. web_1 | - django_extensions
  134163. web_1 | (use ./manage.py migrate to migrate these)
  134164. web_1 | Running migrations for socialaccount:
  134165. web_1 | - Nothing to migrate.
  134166. web_1 | - Loading initial data for socialaccount.
  134167. web_1 | Installed 0 object(s) from 0 fixture(s)
  134168. web_1 | Running migrations for django_extensions:
  134169. web_1 | - Nothing to migrate.
  134170. web_1 | - Loading initial data for django_extensions.
  134171. web_1 | Installed 0 object(s) from 0 fixture(s)
  134172. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134173. web_1 | [GCC 4.9.2] on linux2
  134174. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134175. web_1 | (InteractiveConsole)
  134176. web_1 |
  134177. web_1 | >>> >>> Starting the server
  134178. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134179. web_1 |
  134180. web_1 | Fatal error: Unable to find local grunt.
  134181. web_1 |
  134182. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134183. web_1 | your project. For more information about installing and configuring grunt,
  134184. web_1 | please see the Getting Started guide:
  134185. web_1 |
  134186. web_1 | http://gruntjs.com/getting-started
  134187. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134188. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134189. web_1 | Syncing...
  134190. web_1 | Creating tables ...
  134191. web_1 | Installing custom SQL ...
  134192. web_1 | Installing indexes ...
  134193. web_1 | Installed 0 object(s) from 0 fixture(s)
  134194. web_1 |
  134195. web_1 | Synced:
  134196. web_1 | > django.contrib.auth
  134197. web_1 | > django.contrib.contenttypes
  134198. web_1 | > django.contrib.sessions
  134199. web_1 | > django.contrib.sites
  134200. web_1 | > django.contrib.messages
  134201. web_1 | > django.contrib.staticfiles
  134202. web_1 | > django.contrib.admin
  134203. web_1 | > south
  134204. web_1 | > crispy_forms
  134205. web_1 | > avatar
  134206. web_1 | > bootstrap3
  134207. web_1 | > users
  134208. web_1 | > allauth
  134209. web_1 | > allauth.account
  134210. web_1 | > django.contrib.humanize
  134211. web_1 | > debug_toolbar
  134212. web_1 |
  134213. web_1 | Not synced (use migrations):
  134214. web_1 | - allauth.socialaccount
  134215. web_1 | - django_extensions
  134216. web_1 | (use ./manage.py migrate to migrate these)
  134217. web_1 | Running migrations for socialaccount:
  134218. web_1 | - Nothing to migrate.
  134219. web_1 | - Loading initial data for socialaccount.
  134220. web_1 | Installed 0 object(s) from 0 fixture(s)
  134221. web_1 | Running migrations for django_extensions:
  134222. web_1 | - Nothing to migrate.
  134223. web_1 | - Loading initial data for django_extensions.
  134224. web_1 | Installed 0 object(s) from 0 fixture(s)
  134225. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134226. web_1 | [GCC 4.9.2] on linux2
  134227. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134228. web_1 | (InteractiveConsole)
  134229. web_1 |
  134230. web_1 | >>> >>> Starting the server
  134231. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134232. web_1 |
  134233. web_1 | Fatal error: Unable to find local grunt.
  134234. web_1 |
  134235. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134236. web_1 | your project. For more information about installing and configuring grunt,
  134237. web_1 | please see the Getting Started guide:
  134238. web_1 |
  134239. web_1 | http://gruntjs.com/getting-started
  134240. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134241. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134242. web_1 | Syncing...
  134243. web_1 | Creating tables ...
  134244. web_1 | Installing custom SQL ...
  134245. web_1 | Installing indexes ...
  134246. web_1 | Installed 0 object(s) from 0 fixture(s)
  134247. web_1 |
  134248. web_1 | Synced:
  134249. web_1 | > django.contrib.auth
  134250. web_1 | > django.contrib.contenttypes
  134251. web_1 | > django.contrib.sessions
  134252. web_1 | > django.contrib.sites
  134253. web_1 | > django.contrib.messages
  134254. web_1 | > django.contrib.staticfiles
  134255. web_1 | > django.contrib.admin
  134256. web_1 | > south
  134257. web_1 | > crispy_forms
  134258. web_1 | > avatar
  134259. web_1 | > bootstrap3
  134260. web_1 | > users
  134261. web_1 | > allauth
  134262. web_1 | > allauth.account
  134263. web_1 | > django.contrib.humanize
  134264. web_1 | > debug_toolbar
  134265. web_1 |
  134266. web_1 | Not synced (use migrations):
  134267. web_1 | - allauth.socialaccount
  134268. web_1 | - django_extensions
  134269. web_1 | (use ./manage.py migrate to migrate these)
  134270. web_1 | Running migrations for socialaccount:
  134271. web_1 | - Nothing to migrate.
  134272. web_1 | - Loading initial data for socialaccount.
  134273. web_1 | Installed 0 object(s) from 0 fixture(s)
  134274. web_1 | Running migrations for django_extensions:
  134275. web_1 | - Nothing to migrate.
  134276. web_1 | - Loading initial data for django_extensions.
  134277. web_1 | Installed 0 object(s) from 0 fixture(s)
  134278. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134279. web_1 | [GCC 4.9.2] on linux2
  134280. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134281. web_1 | (InteractiveConsole)
  134282. web_1 |
  134283. web_1 | >>> >>> Starting the server
  134284. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134285. web_1 |
  134286. web_1 | Fatal error: Unable to find local grunt.
  134287. web_1 |
  134288. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134289. web_1 | your project. For more information about installing and configuring grunt,
  134290. web_1 | please see the Getting Started guide:
  134291. web_1 |
  134292. web_1 | http://gruntjs.com/getting-started
  134293. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134294. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134295. web_1 | Syncing...
  134296. web_1 | Creating tables ...
  134297. web_1 | Installing custom SQL ...
  134298. web_1 | Installing indexes ...
  134299. web_1 | Installed 0 object(s) from 0 fixture(s)
  134300. web_1 |
  134301. web_1 | Synced:
  134302. web_1 | > django.contrib.auth
  134303. web_1 | > django.contrib.contenttypes
  134304. web_1 | > django.contrib.sessions
  134305. web_1 | > django.contrib.sites
  134306. web_1 | > django.contrib.messages
  134307. web_1 | > django.contrib.staticfiles
  134308. web_1 | > django.contrib.admin
  134309. web_1 | > south
  134310. web_1 | > crispy_forms
  134311. web_1 | > avatar
  134312. web_1 | > bootstrap3
  134313. web_1 | > users
  134314. web_1 | > allauth
  134315. web_1 | > allauth.account
  134316. web_1 | > django.contrib.humanize
  134317. web_1 | > debug_toolbar
  134318. web_1 |
  134319. web_1 | Not synced (use migrations):
  134320. web_1 | - allauth.socialaccount
  134321. web_1 | - django_extensions
  134322. web_1 | (use ./manage.py migrate to migrate these)
  134323. web_1 | Running migrations for socialaccount:
  134324. web_1 | - Nothing to migrate.
  134325. web_1 | - Loading initial data for socialaccount.
  134326. web_1 | Installed 0 object(s) from 0 fixture(s)
  134327. web_1 | Running migrations for django_extensions:
  134328. web_1 | - Nothing to migrate.
  134329. web_1 | - Loading initial data for django_extensions.
  134330. web_1 | Installed 0 object(s) from 0 fixture(s)
  134331. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134332. web_1 | [GCC 4.9.2] on linux2
  134333. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134334. web_1 | (InteractiveConsole)
  134335. web_1 |
  134336. web_1 | >>> >>> Starting the server
  134337. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134338. web_1 |
  134339. web_1 | Fatal error: Unable to find local grunt.
  134340. web_1 |
  134341. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134342. web_1 | your project. For more information about installing and configuring grunt,
  134343. web_1 | please see the Getting Started guide:
  134344. web_1 |
  134345. web_1 | http://gruntjs.com/getting-started
  134346. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134347. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134348. web_1 | Syncing...
  134349. web_1 | Creating tables ...
  134350. web_1 | Installing custom SQL ...
  134351. web_1 | Installing indexes ...
  134352. web_1 | Installed 0 object(s) from 0 fixture(s)
  134353. web_1 |
  134354. web_1 | Synced:
  134355. web_1 | > django.contrib.auth
  134356. web_1 | > django.contrib.contenttypes
  134357. web_1 | > django.contrib.sessions
  134358. web_1 | > django.contrib.sites
  134359. web_1 | > django.contrib.messages
  134360. web_1 | > django.contrib.staticfiles
  134361. web_1 | > django.contrib.admin
  134362. web_1 | > south
  134363. web_1 | > crispy_forms
  134364. web_1 | > avatar
  134365. web_1 | > bootstrap3
  134366. web_1 | > users
  134367. web_1 | > allauth
  134368. web_1 | > allauth.account
  134369. web_1 | > django.contrib.humanize
  134370. web_1 | > debug_toolbar
  134371. web_1 |
  134372. web_1 | Not synced (use migrations):
  134373. web_1 | - allauth.socialaccount
  134374. web_1 | - django_extensions
  134375. web_1 | (use ./manage.py migrate to migrate these)
  134376. web_1 | Running migrations for socialaccount:
  134377. web_1 | - Nothing to migrate.
  134378. web_1 | - Loading initial data for socialaccount.
  134379. web_1 | Installed 0 object(s) from 0 fixture(s)
  134380. web_1 | Running migrations for django_extensions:
  134381. web_1 | - Nothing to migrate.
  134382. web_1 | - Loading initial data for django_extensions.
  134383. web_1 | Installed 0 object(s) from 0 fixture(s)
  134384. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134385. web_1 | [GCC 4.9.2] on linux2
  134386. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134387. web_1 | (InteractiveConsole)
  134388. web_1 |
  134389. web_1 | >>> >>> Starting the server
  134390. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134391. web_1 |
  134392. web_1 | Fatal error: Unable to find local grunt.
  134393. web_1 |
  134394. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134395. web_1 | your project. For more information about installing and configuring grunt,
  134396. web_1 | please see the Getting Started guide:
  134397. web_1 |
  134398. web_1 | http://gruntjs.com/getting-started
  134399. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134400. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134401. web_1 | Syncing...
  134402. web_1 | Creating tables ...
  134403. web_1 | Installing custom SQL ...
  134404. web_1 | Installing indexes ...
  134405. web_1 | Installed 0 object(s) from 0 fixture(s)
  134406. web_1 |
  134407. web_1 | Synced:
  134408. web_1 | > django.contrib.auth
  134409. web_1 | > django.contrib.contenttypes
  134410. web_1 | > django.contrib.sessions
  134411. web_1 | > django.contrib.sites
  134412. web_1 | > django.contrib.messages
  134413. web_1 | > django.contrib.staticfiles
  134414. web_1 | > django.contrib.admin
  134415. web_1 | > south
  134416. web_1 | > crispy_forms
  134417. web_1 | > avatar
  134418. web_1 | > bootstrap3
  134419. web_1 | > users
  134420. web_1 | > allauth
  134421. web_1 | > allauth.account
  134422. web_1 | > django.contrib.humanize
  134423. web_1 | > debug_toolbar
  134424. web_1 |
  134425. web_1 | Not synced (use migrations):
  134426. web_1 | - allauth.socialaccount
  134427. web_1 | - django_extensions
  134428. web_1 | (use ./manage.py migrate to migrate these)
  134429. web_1 | Running migrations for socialaccount:
  134430. web_1 | - Nothing to migrate.
  134431. web_1 | - Loading initial data for socialaccount.
  134432. web_1 | Installed 0 object(s) from 0 fixture(s)
  134433. web_1 | Running migrations for django_extensions:
  134434. web_1 | - Nothing to migrate.
  134435. web_1 | - Loading initial data for django_extensions.
  134436. web_1 | Installed 0 object(s) from 0 fixture(s)
  134437. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134438. web_1 | [GCC 4.9.2] on linux2
  134439. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134440. web_1 | (InteractiveConsole)
  134441. web_1 |
  134442. web_1 | >>> >>> Starting the server
  134443. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134444. web_1 |
  134445. web_1 | Fatal error: Unable to find local grunt.
  134446. web_1 |
  134447. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134448. web_1 | your project. For more information about installing and configuring grunt,
  134449. web_1 | please see the Getting Started guide:
  134450. web_1 |
  134451. web_1 | http://gruntjs.com/getting-started
  134452. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134453. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134454. web_1 | Syncing...
  134455. web_1 | Creating tables ...
  134456. web_1 | Installing custom SQL ...
  134457. web_1 | Installing indexes ...
  134458. web_1 | Installed 0 object(s) from 0 fixture(s)
  134459. web_1 |
  134460. web_1 | Synced:
  134461. web_1 | > django.contrib.auth
  134462. web_1 | > django.contrib.contenttypes
  134463. web_1 | > django.contrib.sessions
  134464. web_1 | > django.contrib.sites
  134465. web_1 | > django.contrib.messages
  134466. web_1 | > django.contrib.staticfiles
  134467. web_1 | > django.contrib.admin
  134468. web_1 | > south
  134469. web_1 | > crispy_forms
  134470. web_1 | > avatar
  134471. web_1 | > bootstrap3
  134472. web_1 | > users
  134473. web_1 | > allauth
  134474. web_1 | > allauth.account
  134475. web_1 | > django.contrib.humanize
  134476. web_1 | > debug_toolbar
  134477. web_1 |
  134478. web_1 | Not synced (use migrations):
  134479. web_1 | - allauth.socialaccount
  134480. web_1 | - django_extensions
  134481. web_1 | (use ./manage.py migrate to migrate these)
  134482. web_1 | Running migrations for socialaccount:
  134483. web_1 | - Nothing to migrate.
  134484. web_1 | - Loading initial data for socialaccount.
  134485. web_1 | Installed 0 object(s) from 0 fixture(s)
  134486. web_1 | Running migrations for django_extensions:
  134487. web_1 | - Nothing to migrate.
  134488. web_1 | - Loading initial data for django_extensions.
  134489. web_1 | Installed 0 object(s) from 0 fixture(s)
  134490. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134491. web_1 | [GCC 4.9.2] on linux2
  134492. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134493. web_1 | (InteractiveConsole)
  134494. web_1 |
  134495. web_1 | >>> >>> Starting the server
  134496. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134497. web_1 |
  134498. web_1 | Fatal error: Unable to find local grunt.
  134499. web_1 |
  134500. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134501. web_1 | your project. For more information about installing and configuring grunt,
  134502. web_1 | please see the Getting Started guide:
  134503. web_1 |
  134504. web_1 | http://gruntjs.com/getting-started
  134505. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134506. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134507. web_1 | Syncing...
  134508. web_1 | Creating tables ...
  134509. web_1 | Installing custom SQL ...
  134510. web_1 | Installing indexes ...
  134511. web_1 | Installed 0 object(s) from 0 fixture(s)
  134512. web_1 |
  134513. web_1 | Synced:
  134514. web_1 | > django.contrib.auth
  134515. web_1 | > django.contrib.contenttypes
  134516. web_1 | > django.contrib.sessions
  134517. web_1 | > django.contrib.sites
  134518. web_1 | > django.contrib.messages
  134519. web_1 | > django.contrib.staticfiles
  134520. web_1 | > django.contrib.admin
  134521. web_1 | > south
  134522. web_1 | > crispy_forms
  134523. web_1 | > avatar
  134524. web_1 | > bootstrap3
  134525. web_1 | > users
  134526. web_1 | > allauth
  134527. web_1 | > allauth.account
  134528. web_1 | > django.contrib.humanize
  134529. web_1 | > debug_toolbar
  134530. web_1 |
  134531. web_1 | Not synced (use migrations):
  134532. web_1 | - allauth.socialaccount
  134533. web_1 | - django_extensions
  134534. web_1 | (use ./manage.py migrate to migrate these)
  134535. web_1 | Running migrations for socialaccount:
  134536. web_1 | - Nothing to migrate.
  134537. web_1 | - Loading initial data for socialaccount.
  134538. web_1 | Installed 0 object(s) from 0 fixture(s)
  134539. web_1 | Running migrations for django_extensions:
  134540. web_1 | - Nothing to migrate.
  134541. web_1 | - Loading initial data for django_extensions.
  134542. web_1 | Installed 0 object(s) from 0 fixture(s)
  134543. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134544. web_1 | [GCC 4.9.2] on linux2
  134545. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134546. web_1 | (InteractiveConsole)
  134547. web_1 |
  134548. web_1 | >>> >>> Starting the server
  134549. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134550. web_1 |
  134551. web_1 | Fatal error: Unable to find local grunt.
  134552. web_1 |
  134553. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134554. web_1 | your project. For more information about installing and configuring grunt,
  134555. web_1 | please see the Getting Started guide:
  134556. web_1 |
  134557. web_1 | http://gruntjs.com/getting-started
  134558. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134559. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134560. web_1 | Syncing...
  134561. web_1 | Creating tables ...
  134562. web_1 | Installing custom SQL ...
  134563. web_1 | Installing indexes ...
  134564. web_1 | Installed 0 object(s) from 0 fixture(s)
  134565. web_1 |
  134566. web_1 | Synced:
  134567. web_1 | > django.contrib.auth
  134568. web_1 | > django.contrib.contenttypes
  134569. web_1 | > django.contrib.sessions
  134570. web_1 | > django.contrib.sites
  134571. web_1 | > django.contrib.messages
  134572. web_1 | > django.contrib.staticfiles
  134573. web_1 | > django.contrib.admin
  134574. web_1 | > south
  134575. web_1 | > crispy_forms
  134576. web_1 | > avatar
  134577. web_1 | > bootstrap3
  134578. web_1 | > users
  134579. web_1 | > allauth
  134580. web_1 | > allauth.account
  134581. web_1 | > django.contrib.humanize
  134582. web_1 | > debug_toolbar
  134583. web_1 |
  134584. web_1 | Not synced (use migrations):
  134585. web_1 | - allauth.socialaccount
  134586. web_1 | - django_extensions
  134587. web_1 | (use ./manage.py migrate to migrate these)
  134588. web_1 | Running migrations for socialaccount:
  134589. web_1 | - Nothing to migrate.
  134590. web_1 | - Loading initial data for socialaccount.
  134591. web_1 | Installed 0 object(s) from 0 fixture(s)
  134592. web_1 | Running migrations for django_extensions:
  134593. web_1 | - Nothing to migrate.
  134594. web_1 | - Loading initial data for django_extensions.
  134595. web_1 | Installed 0 object(s) from 0 fixture(s)
  134596. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134597. web_1 | [GCC 4.9.2] on linux2
  134598. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134599. web_1 | (InteractiveConsole)
  134600. web_1 |
  134601. web_1 | >>> >>> Starting the server
  134602. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134603. web_1 |
  134604. web_1 | Fatal error: Unable to find local grunt.
  134605. web_1 |
  134606. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134607. web_1 | your project. For more information about installing and configuring grunt,
  134608. web_1 | please see the Getting Started guide:
  134609. web_1 |
  134610. web_1 | http://gruntjs.com/getting-started
  134611. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134612. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134613. web_1 | Syncing...
  134614. web_1 | Creating tables ...
  134615. web_1 | Installing custom SQL ...
  134616. web_1 | Installing indexes ...
  134617. web_1 | Installed 0 object(s) from 0 fixture(s)
  134618. web_1 |
  134619. web_1 | Synced:
  134620. web_1 | > django.contrib.auth
  134621. web_1 | > django.contrib.contenttypes
  134622. web_1 | > django.contrib.sessions
  134623. web_1 | > django.contrib.sites
  134624. web_1 | > django.contrib.messages
  134625. web_1 | > django.contrib.staticfiles
  134626. web_1 | > django.contrib.admin
  134627. web_1 | > south
  134628. web_1 | > crispy_forms
  134629. web_1 | > avatar
  134630. web_1 | > bootstrap3
  134631. web_1 | > users
  134632. web_1 | > allauth
  134633. web_1 | > allauth.account
  134634. web_1 | > django.contrib.humanize
  134635. web_1 | > debug_toolbar
  134636. web_1 |
  134637. web_1 | Not synced (use migrations):
  134638. web_1 | - allauth.socialaccount
  134639. web_1 | - django_extensions
  134640. web_1 | (use ./manage.py migrate to migrate these)
  134641. web_1 | Running migrations for socialaccount:
  134642. web_1 | - Nothing to migrate.
  134643. web_1 | - Loading initial data for socialaccount.
  134644. web_1 | Installed 0 object(s) from 0 fixture(s)
  134645. web_1 | Running migrations for django_extensions:
  134646. web_1 | - Nothing to migrate.
  134647. web_1 | - Loading initial data for django_extensions.
  134648. web_1 | Installed 0 object(s) from 0 fixture(s)
  134649. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134650. web_1 | [GCC 4.9.2] on linux2
  134651. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134652. web_1 | (InteractiveConsole)
  134653. web_1 |
  134654. web_1 | >>> >>> Starting the server
  134655. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134656. web_1 |
  134657. web_1 | Fatal error: Unable to find local grunt.
  134658. web_1 |
  134659. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134660. web_1 | your project. For more information about installing and configuring grunt,
  134661. web_1 | please see the Getting Started guide:
  134662. web_1 |
  134663. web_1 | http://gruntjs.com/getting-started
  134664. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134665. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134666. web_1 | Syncing...
  134667. web_1 | Creating tables ...
  134668. web_1 | Installing custom SQL ...
  134669. web_1 | Installing indexes ...
  134670. web_1 | Installed 0 object(s) from 0 fixture(s)
  134671. web_1 |
  134672. web_1 | Synced:
  134673. web_1 | > django.contrib.auth
  134674. web_1 | > django.contrib.contenttypes
  134675. web_1 | > django.contrib.sessions
  134676. web_1 | > django.contrib.sites
  134677. web_1 | > django.contrib.messages
  134678. web_1 | > django.contrib.staticfiles
  134679. web_1 | > django.contrib.admin
  134680. web_1 | > south
  134681. web_1 | > crispy_forms
  134682. web_1 | > avatar
  134683. web_1 | > bootstrap3
  134684. web_1 | > users
  134685. web_1 | > allauth
  134686. web_1 | > allauth.account
  134687. web_1 | > django.contrib.humanize
  134688. web_1 | > debug_toolbar
  134689. web_1 |
  134690. web_1 | Not synced (use migrations):
  134691. web_1 | - allauth.socialaccount
  134692. web_1 | - django_extensions
  134693. web_1 | (use ./manage.py migrate to migrate these)
  134694. web_1 | Running migrations for socialaccount:
  134695. web_1 | - Nothing to migrate.
  134696. web_1 | - Loading initial data for socialaccount.
  134697. web_1 | Installed 0 object(s) from 0 fixture(s)
  134698. web_1 | Running migrations for django_extensions:
  134699. web_1 | - Nothing to migrate.
  134700. web_1 | - Loading initial data for django_extensions.
  134701. web_1 | Installed 0 object(s) from 0 fixture(s)
  134702. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134703. web_1 | [GCC 4.9.2] on linux2
  134704. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134705. web_1 | (InteractiveConsole)
  134706. web_1 |
  134707. web_1 | >>> >>> Starting the server
  134708. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134709. web_1 |
  134710. web_1 | Fatal error: Unable to find local grunt.
  134711. web_1 |
  134712. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134713. web_1 | your project. For more information about installing and configuring grunt,
  134714. web_1 | please see the Getting Started guide:
  134715. web_1 |
  134716. web_1 | http://gruntjs.com/getting-started
  134717. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134718. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134719. web_1 | Syncing...
  134720. web_1 | Creating tables ...
  134721. web_1 | Installing custom SQL ...
  134722. web_1 | Installing indexes ...
  134723. web_1 | Installed 0 object(s) from 0 fixture(s)
  134724. web_1 |
  134725. web_1 | Synced:
  134726. web_1 | > django.contrib.auth
  134727. web_1 | > django.contrib.contenttypes
  134728. web_1 | > django.contrib.sessions
  134729. web_1 | > django.contrib.sites
  134730. web_1 | > django.contrib.messages
  134731. web_1 | > django.contrib.staticfiles
  134732. web_1 | > django.contrib.admin
  134733. web_1 | > south
  134734. web_1 | > crispy_forms
  134735. web_1 | > avatar
  134736. web_1 | > bootstrap3
  134737. web_1 | > users
  134738. web_1 | > allauth
  134739. web_1 | > allauth.account
  134740. web_1 | > django.contrib.humanize
  134741. web_1 | > debug_toolbar
  134742. web_1 |
  134743. web_1 | Not synced (use migrations):
  134744. web_1 | - allauth.socialaccount
  134745. web_1 | - django_extensions
  134746. web_1 | (use ./manage.py migrate to migrate these)
  134747. web_1 | Running migrations for socialaccount:
  134748. web_1 | - Nothing to migrate.
  134749. web_1 | - Loading initial data for socialaccount.
  134750. web_1 | Installed 0 object(s) from 0 fixture(s)
  134751. web_1 | Running migrations for django_extensions:
  134752. web_1 | - Nothing to migrate.
  134753. web_1 | - Loading initial data for django_extensions.
  134754. web_1 | Installed 0 object(s) from 0 fixture(s)
  134755. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134756. web_1 | [GCC 4.9.2] on linux2
  134757. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134758. web_1 | (InteractiveConsole)
  134759. web_1 |
  134760. web_1 | >>> >>> Starting the server
  134761. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134762. web_1 |
  134763. web_1 | Fatal error: Unable to find local grunt.
  134764. web_1 |
  134765. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134766. web_1 | your project. For more information about installing and configuring grunt,
  134767. web_1 | please see the Getting Started guide:
  134768. web_1 |
  134769. web_1 | http://gruntjs.com/getting-started
  134770. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134771. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134772. web_1 | Syncing...
  134773. web_1 | Creating tables ...
  134774. web_1 | Installing custom SQL ...
  134775. web_1 | Installing indexes ...
  134776. web_1 | Installed 0 object(s) from 0 fixture(s)
  134777. web_1 |
  134778. web_1 | Synced:
  134779. web_1 | > django.contrib.auth
  134780. web_1 | > django.contrib.contenttypes
  134781. web_1 | > django.contrib.sessions
  134782. web_1 | > django.contrib.sites
  134783. web_1 | > django.contrib.messages
  134784. web_1 | > django.contrib.staticfiles
  134785. web_1 | > django.contrib.admin
  134786. web_1 | > south
  134787. web_1 | > crispy_forms
  134788. web_1 | > avatar
  134789. web_1 | > bootstrap3
  134790. web_1 | > users
  134791. web_1 | > allauth
  134792. web_1 | > allauth.account
  134793. web_1 | > django.contrib.humanize
  134794. web_1 | > debug_toolbar
  134795. web_1 |
  134796. web_1 | Not synced (use migrations):
  134797. web_1 | - allauth.socialaccount
  134798. web_1 | - django_extensions
  134799. web_1 | (use ./manage.py migrate to migrate these)
  134800. web_1 | Running migrations for socialaccount:
  134801. web_1 | - Nothing to migrate.
  134802. web_1 | - Loading initial data for socialaccount.
  134803. web_1 | Installed 0 object(s) from 0 fixture(s)
  134804. web_1 | Running migrations for django_extensions:
  134805. web_1 | - Nothing to migrate.
  134806. web_1 | - Loading initial data for django_extensions.
  134807. web_1 | Installed 0 object(s) from 0 fixture(s)
  134808. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134809. web_1 | [GCC 4.9.2] on linux2
  134810. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134811. web_1 | (InteractiveConsole)
  134812. web_1 |
  134813. web_1 | >>> >>> Starting the server
  134814. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134815. web_1 |
  134816. web_1 | Fatal error: Unable to find local grunt.
  134817. web_1 |
  134818. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134819. web_1 | your project. For more information about installing and configuring grunt,
  134820. web_1 | please see the Getting Started guide:
  134821. web_1 |
  134822. web_1 | http://gruntjs.com/getting-started
  134823. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134824. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134825. web_1 | Syncing...
  134826. web_1 | Creating tables ...
  134827. web_1 | Installing custom SQL ...
  134828. web_1 | Installing indexes ...
  134829. web_1 | Installed 0 object(s) from 0 fixture(s)
  134830. web_1 |
  134831. web_1 | Synced:
  134832. web_1 | > django.contrib.auth
  134833. web_1 | > django.contrib.contenttypes
  134834. web_1 | > django.contrib.sessions
  134835. web_1 | > django.contrib.sites
  134836. web_1 | > django.contrib.messages
  134837. web_1 | > django.contrib.staticfiles
  134838. web_1 | > django.contrib.admin
  134839. web_1 | > south
  134840. web_1 | > crispy_forms
  134841. web_1 | > avatar
  134842. web_1 | > bootstrap3
  134843. web_1 | > users
  134844. web_1 | > allauth
  134845. web_1 | > allauth.account
  134846. web_1 | > django.contrib.humanize
  134847. web_1 | > debug_toolbar
  134848. web_1 |
  134849. web_1 | Not synced (use migrations):
  134850. web_1 | - allauth.socialaccount
  134851. web_1 | - django_extensions
  134852. web_1 | (use ./manage.py migrate to migrate these)
  134853. web_1 | Running migrations for socialaccount:
  134854. web_1 | - Nothing to migrate.
  134855. web_1 | - Loading initial data for socialaccount.
  134856. web_1 | Installed 0 object(s) from 0 fixture(s)
  134857. web_1 | Running migrations for django_extensions:
  134858. web_1 | - Nothing to migrate.
  134859. web_1 | - Loading initial data for django_extensions.
  134860. web_1 | Installed 0 object(s) from 0 fixture(s)
  134861. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134862. web_1 | [GCC 4.9.2] on linux2
  134863. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134864. web_1 | (InteractiveConsole)
  134865. web_1 |
  134866. web_1 | >>> >>> Starting the server
  134867. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134868. web_1 |
  134869. web_1 | Fatal error: Unable to find local grunt.
  134870. web_1 |
  134871. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134872. web_1 | your project. For more information about installing and configuring grunt,
  134873. web_1 | please see the Getting Started guide:
  134874. web_1 |
  134875. web_1 | http://gruntjs.com/getting-started
  134876. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134877. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134878. web_1 | Syncing...
  134879. web_1 | Creating tables ...
  134880. web_1 | Installing custom SQL ...
  134881. web_1 | Installing indexes ...
  134882. web_1 | Installed 0 object(s) from 0 fixture(s)
  134883. web_1 |
  134884. web_1 | Synced:
  134885. web_1 | > django.contrib.auth
  134886. web_1 | > django.contrib.contenttypes
  134887. web_1 | > django.contrib.sessions
  134888. web_1 | > django.contrib.sites
  134889. web_1 | > django.contrib.messages
  134890. web_1 | > django.contrib.staticfiles
  134891. web_1 | > django.contrib.admin
  134892. web_1 | > south
  134893. web_1 | > crispy_forms
  134894. web_1 | > avatar
  134895. web_1 | > bootstrap3
  134896. web_1 | > users
  134897. web_1 | > allauth
  134898. web_1 | > allauth.account
  134899. web_1 | > django.contrib.humanize
  134900. web_1 | > debug_toolbar
  134901. web_1 |
  134902. web_1 | Not synced (use migrations):
  134903. web_1 | - allauth.socialaccount
  134904. web_1 | - django_extensions
  134905. web_1 | (use ./manage.py migrate to migrate these)
  134906. web_1 | Running migrations for socialaccount:
  134907. web_1 | - Nothing to migrate.
  134908. web_1 | - Loading initial data for socialaccount.
  134909. web_1 | Installed 0 object(s) from 0 fixture(s)
  134910. web_1 | Running migrations for django_extensions:
  134911. web_1 | - Nothing to migrate.
  134912. web_1 | - Loading initial data for django_extensions.
  134913. web_1 | Installed 0 object(s) from 0 fixture(s)
  134914. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134915. web_1 | [GCC 4.9.2] on linux2
  134916. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134917. web_1 | (InteractiveConsole)
  134918. web_1 |
  134919. web_1 | >>> >>> Starting the server
  134920. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134921. web_1 |
  134922. web_1 | Fatal error: Unable to find local grunt.
  134923. web_1 |
  134924. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134925. web_1 | your project. For more information about installing and configuring grunt,
  134926. web_1 | please see the Getting Started guide:
  134927. web_1 |
  134928. web_1 | http://gruntjs.com/getting-started
  134929. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134930. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134931. web_1 | Syncing...
  134932. web_1 | Creating tables ...
  134933. web_1 | Installing custom SQL ...
  134934. web_1 | Installing indexes ...
  134935. web_1 | Installed 0 object(s) from 0 fixture(s)
  134936. web_1 |
  134937. web_1 | Synced:
  134938. web_1 | > django.contrib.auth
  134939. web_1 | > django.contrib.contenttypes
  134940. web_1 | > django.contrib.sessions
  134941. web_1 | > django.contrib.sites
  134942. web_1 | > django.contrib.messages
  134943. web_1 | > django.contrib.staticfiles
  134944. web_1 | > django.contrib.admin
  134945. web_1 | > south
  134946. web_1 | > crispy_forms
  134947. web_1 | > avatar
  134948. web_1 | > bootstrap3
  134949. web_1 | > users
  134950. web_1 | > allauth
  134951. web_1 | > allauth.account
  134952. web_1 | > django.contrib.humanize
  134953. web_1 | > debug_toolbar
  134954. web_1 |
  134955. web_1 | Not synced (use migrations):
  134956. web_1 | - allauth.socialaccount
  134957. web_1 | - django_extensions
  134958. web_1 | (use ./manage.py migrate to migrate these)
  134959. web_1 | Running migrations for socialaccount:
  134960. web_1 | - Nothing to migrate.
  134961. web_1 | - Loading initial data for socialaccount.
  134962. web_1 | Installed 0 object(s) from 0 fixture(s)
  134963. web_1 | Running migrations for django_extensions:
  134964. web_1 | - Nothing to migrate.
  134965. web_1 | - Loading initial data for django_extensions.
  134966. web_1 | Installed 0 object(s) from 0 fixture(s)
  134967. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  134968. web_1 | [GCC 4.9.2] on linux2
  134969. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  134970. web_1 | (InteractiveConsole)
  134971. web_1 |
  134972. web_1 | >>> >>> Starting the server
  134973. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  134974. web_1 |
  134975. web_1 | Fatal error: Unable to find local grunt.
  134976. web_1 |
  134977. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  134978. web_1 | your project. For more information about installing and configuring grunt,
  134979. web_1 | please see the Getting Started guide:
  134980. web_1 |
  134981. web_1 | http://gruntjs.com/getting-started
  134982. web_1 | Starting OpenBSD Secure Shell server: sshd.
  134983. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  134984. web_1 | Syncing...
  134985. web_1 | Creating tables ...
  134986. web_1 | Installing custom SQL ...
  134987. web_1 | Installing indexes ...
  134988. web_1 | Installed 0 object(s) from 0 fixture(s)
  134989. web_1 |
  134990. web_1 | Synced:
  134991. web_1 | > django.contrib.auth
  134992. web_1 | > django.contrib.contenttypes
  134993. web_1 | > django.contrib.sessions
  134994. web_1 | > django.contrib.sites
  134995. web_1 | > django.contrib.messages
  134996. web_1 | > django.contrib.staticfiles
  134997. web_1 | > django.contrib.admin
  134998. web_1 | > south
  134999. web_1 | > crispy_forms
  135000. web_1 | > avatar
  135001. web_1 | > bootstrap3
  135002. web_1 | > users
  135003. web_1 | > allauth
  135004. web_1 | > allauth.account
  135005. web_1 | > django.contrib.humanize
  135006. web_1 | > debug_toolbar
  135007. web_1 |
  135008. web_1 | Not synced (use migrations):
  135009. web_1 | - allauth.socialaccount
  135010. web_1 | - django_extensions
  135011. web_1 | (use ./manage.py migrate to migrate these)
  135012. web_1 | Running migrations for socialaccount:
  135013. web_1 | - Nothing to migrate.
  135014. web_1 | - Loading initial data for socialaccount.
  135015. web_1 | Installed 0 object(s) from 0 fixture(s)
  135016. web_1 | Running migrations for django_extensions:
  135017. web_1 | - Nothing to migrate.
  135018. web_1 | - Loading initial data for django_extensions.
  135019. web_1 | Installed 0 object(s) from 0 fixture(s)
  135020. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135021. web_1 | [GCC 4.9.2] on linux2
  135022. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135023. web_1 | (InteractiveConsole)
  135024. web_1 |
  135025. web_1 | >>> >>> Starting the server
  135026. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135027. web_1 |
  135028. web_1 | Fatal error: Unable to find local grunt.
  135029. web_1 |
  135030. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135031. web_1 | your project. For more information about installing and configuring grunt,
  135032. web_1 | please see the Getting Started guide:
  135033. web_1 |
  135034. web_1 | http://gruntjs.com/getting-started
  135035. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135036. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135037. web_1 | Syncing...
  135038. web_1 | Creating tables ...
  135039. web_1 | Installing custom SQL ...
  135040. web_1 | Installing indexes ...
  135041. web_1 | Installed 0 object(s) from 0 fixture(s)
  135042. web_1 |
  135043. web_1 | Synced:
  135044. web_1 | > django.contrib.auth
  135045. web_1 | > django.contrib.contenttypes
  135046. web_1 | > django.contrib.sessions
  135047. web_1 | > django.contrib.sites
  135048. web_1 | > django.contrib.messages
  135049. web_1 | > django.contrib.staticfiles
  135050. web_1 | > django.contrib.admin
  135051. web_1 | > south
  135052. web_1 | > crispy_forms
  135053. web_1 | > avatar
  135054. web_1 | > bootstrap3
  135055. web_1 | > users
  135056. web_1 | > allauth
  135057. web_1 | > allauth.account
  135058. web_1 | > django.contrib.humanize
  135059. web_1 | > debug_toolbar
  135060. web_1 |
  135061. web_1 | Not synced (use migrations):
  135062. web_1 | - allauth.socialaccount
  135063. web_1 | - django_extensions
  135064. web_1 | (use ./manage.py migrate to migrate these)
  135065. web_1 | Running migrations for socialaccount:
  135066. web_1 | - Nothing to migrate.
  135067. web_1 | - Loading initial data for socialaccount.
  135068. web_1 | Installed 0 object(s) from 0 fixture(s)
  135069. web_1 | Running migrations for django_extensions:
  135070. web_1 | - Nothing to migrate.
  135071. web_1 | - Loading initial data for django_extensions.
  135072. web_1 | Installed 0 object(s) from 0 fixture(s)
  135073. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135074. web_1 | [GCC 4.9.2] on linux2
  135075. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135076. web_1 | (InteractiveConsole)
  135077. web_1 |
  135078. web_1 | >>> >>> Starting the server
  135079. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135080. web_1 |
  135081. web_1 | Fatal error: Unable to find local grunt.
  135082. web_1 |
  135083. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135084. web_1 | your project. For more information about installing and configuring grunt,
  135085. web_1 | please see the Getting Started guide:
  135086. web_1 |
  135087. web_1 | http://gruntjs.com/getting-started
  135088. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135089. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135090. web_1 | Syncing...
  135091. web_1 | Creating tables ...
  135092. web_1 | Installing custom SQL ...
  135093. web_1 | Installing indexes ...
  135094. web_1 | Installed 0 object(s) from 0 fixture(s)
  135095. web_1 |
  135096. web_1 | Synced:
  135097. web_1 | > django.contrib.auth
  135098. web_1 | > django.contrib.contenttypes
  135099. web_1 | > django.contrib.sessions
  135100. web_1 | > django.contrib.sites
  135101. web_1 | > django.contrib.messages
  135102. web_1 | > django.contrib.staticfiles
  135103. web_1 | > django.contrib.admin
  135104. web_1 | > south
  135105. web_1 | > crispy_forms
  135106. web_1 | > avatar
  135107. web_1 | > bootstrap3
  135108. web_1 | > users
  135109. web_1 | > allauth
  135110. web_1 | > allauth.account
  135111. web_1 | > django.contrib.humanize
  135112. web_1 | > debug_toolbar
  135113. web_1 |
  135114. web_1 | Not synced (use migrations):
  135115. web_1 | - allauth.socialaccount
  135116. web_1 | - django_extensions
  135117. web_1 | (use ./manage.py migrate to migrate these)
  135118. web_1 | Running migrations for socialaccount:
  135119. web_1 | - Nothing to migrate.
  135120. web_1 | - Loading initial data for socialaccount.
  135121. web_1 | Installed 0 object(s) from 0 fixture(s)
  135122. web_1 | Running migrations for django_extensions:
  135123. web_1 | - Nothing to migrate.
  135124. web_1 | - Loading initial data for django_extensions.
  135125. web_1 | Installed 0 object(s) from 0 fixture(s)
  135126. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135127. web_1 | [GCC 4.9.2] on linux2
  135128. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135129. web_1 | (InteractiveConsole)
  135130. web_1 |
  135131. web_1 | >>> >>> Starting the server
  135132. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135133. web_1 |
  135134. web_1 | Fatal error: Unable to find local grunt.
  135135. web_1 |
  135136. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135137. web_1 | your project. For more information about installing and configuring grunt,
  135138. web_1 | please see the Getting Started guide:
  135139. web_1 |
  135140. web_1 | http://gruntjs.com/getting-started
  135141. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135142. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135143. web_1 | Syncing...
  135144. web_1 | Creating tables ...
  135145. web_1 | Installing custom SQL ...
  135146. web_1 | Installing indexes ...
  135147. web_1 | Installed 0 object(s) from 0 fixture(s)
  135148. web_1 |
  135149. web_1 | Synced:
  135150. web_1 | > django.contrib.auth
  135151. web_1 | > django.contrib.contenttypes
  135152. web_1 | > django.contrib.sessions
  135153. web_1 | > django.contrib.sites
  135154. web_1 | > django.contrib.messages
  135155. web_1 | > django.contrib.staticfiles
  135156. web_1 | > django.contrib.admin
  135157. web_1 | > south
  135158. web_1 | > crispy_forms
  135159. web_1 | > avatar
  135160. web_1 | > bootstrap3
  135161. web_1 | > users
  135162. web_1 | > allauth
  135163. web_1 | > allauth.account
  135164. web_1 | > django.contrib.humanize
  135165. web_1 | > debug_toolbar
  135166. web_1 |
  135167. web_1 | Not synced (use migrations):
  135168. web_1 | - allauth.socialaccount
  135169. web_1 | - django_extensions
  135170. web_1 | (use ./manage.py migrate to migrate these)
  135171. web_1 | Running migrations for socialaccount:
  135172. web_1 | - Nothing to migrate.
  135173. web_1 | - Loading initial data for socialaccount.
  135174. web_1 | Installed 0 object(s) from 0 fixture(s)
  135175. web_1 | Running migrations for django_extensions:
  135176. web_1 | - Nothing to migrate.
  135177. web_1 | - Loading initial data for django_extensions.
  135178. web_1 | Installed 0 object(s) from 0 fixture(s)
  135179. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135180. web_1 | [GCC 4.9.2] on linux2
  135181. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135182. web_1 | (InteractiveConsole)
  135183. web_1 |
  135184. web_1 | >>> >>> Starting the server
  135185. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135186. web_1 |
  135187. web_1 | Fatal error: Unable to find local grunt.
  135188. web_1 |
  135189. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135190. web_1 | your project. For more information about installing and configuring grunt,
  135191. web_1 | please see the Getting Started guide:
  135192. web_1 |
  135193. web_1 | http://gruntjs.com/getting-started
  135194. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135195. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135196. web_1 | Syncing...
  135197. web_1 | Creating tables ...
  135198. web_1 | Installing custom SQL ...
  135199. web_1 | Installing indexes ...
  135200. web_1 | Installed 0 object(s) from 0 fixture(s)
  135201. web_1 |
  135202. web_1 | Synced:
  135203. web_1 | > django.contrib.auth
  135204. web_1 | > django.contrib.contenttypes
  135205. web_1 | > django.contrib.sessions
  135206. web_1 | > django.contrib.sites
  135207. web_1 | > django.contrib.messages
  135208. web_1 | > django.contrib.staticfiles
  135209. web_1 | > django.contrib.admin
  135210. web_1 | > south
  135211. web_1 | > crispy_forms
  135212. web_1 | > avatar
  135213. web_1 | > bootstrap3
  135214. web_1 | > users
  135215. web_1 | > allauth
  135216. web_1 | > allauth.account
  135217. web_1 | > django.contrib.humanize
  135218. web_1 | > debug_toolbar
  135219. web_1 |
  135220. web_1 | Not synced (use migrations):
  135221. web_1 | - allauth.socialaccount
  135222. web_1 | - django_extensions
  135223. web_1 | (use ./manage.py migrate to migrate these)
  135224. web_1 | Running migrations for socialaccount:
  135225. web_1 | - Nothing to migrate.
  135226. web_1 | - Loading initial data for socialaccount.
  135227. web_1 | Installed 0 object(s) from 0 fixture(s)
  135228. web_1 | Running migrations for django_extensions:
  135229. web_1 | - Nothing to migrate.
  135230. web_1 | - Loading initial data for django_extensions.
  135231. web_1 | Installed 0 object(s) from 0 fixture(s)
  135232. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135233. web_1 | [GCC 4.9.2] on linux2
  135234. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135235. web_1 | (InteractiveConsole)
  135236. web_1 |
  135237. web_1 | >>> >>> Starting the server
  135238. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135239. web_1 |
  135240. web_1 | Fatal error: Unable to find local grunt.
  135241. web_1 |
  135242. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135243. web_1 | your project. For more information about installing and configuring grunt,
  135244. web_1 | please see the Getting Started guide:
  135245. web_1 |
  135246. web_1 | http://gruntjs.com/getting-started
  135247. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135248. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135249. web_1 | Syncing...
  135250. web_1 | Creating tables ...
  135251. web_1 | Installing custom SQL ...
  135252. web_1 | Installing indexes ...
  135253. web_1 | Installed 0 object(s) from 0 fixture(s)
  135254. web_1 |
  135255. web_1 | Synced:
  135256. web_1 | > django.contrib.auth
  135257. web_1 | > django.contrib.contenttypes
  135258. web_1 | > django.contrib.sessions
  135259. web_1 | > django.contrib.sites
  135260. web_1 | > django.contrib.messages
  135261. web_1 | > django.contrib.staticfiles
  135262. web_1 | > django.contrib.admin
  135263. web_1 | > south
  135264. web_1 | > crispy_forms
  135265. web_1 | > avatar
  135266. web_1 | > bootstrap3
  135267. web_1 | > users
  135268. web_1 | > allauth
  135269. web_1 | > allauth.account
  135270. web_1 | > django.contrib.humanize
  135271. web_1 | > debug_toolbar
  135272. web_1 |
  135273. web_1 | Not synced (use migrations):
  135274. web_1 | - allauth.socialaccount
  135275. web_1 | - django_extensions
  135276. web_1 | (use ./manage.py migrate to migrate these)
  135277. web_1 | Running migrations for socialaccount:
  135278. web_1 | - Nothing to migrate.
  135279. web_1 | - Loading initial data for socialaccount.
  135280. web_1 | Installed 0 object(s) from 0 fixture(s)
  135281. web_1 | Running migrations for django_extensions:
  135282. web_1 | - Nothing to migrate.
  135283. web_1 | - Loading initial data for django_extensions.
  135284. web_1 | Installed 0 object(s) from 0 fixture(s)
  135285. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135286. web_1 | [GCC 4.9.2] on linux2
  135287. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135288. web_1 | (InteractiveConsole)
  135289. web_1 |
  135290. web_1 | >>> >>> Starting the server
  135291. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135292. web_1 |
  135293. web_1 | Fatal error: Unable to find local grunt.
  135294. web_1 |
  135295. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135296. web_1 | your project. For more information about installing and configuring grunt,
  135297. web_1 | please see the Getting Started guide:
  135298. web_1 |
  135299. web_1 | http://gruntjs.com/getting-started
  135300. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135301. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135302. web_1 | Syncing...
  135303. web_1 | Creating tables ...
  135304. web_1 | Installing custom SQL ...
  135305. web_1 | Installing indexes ...
  135306. web_1 | Installed 0 object(s) from 0 fixture(s)
  135307. web_1 |
  135308. web_1 | Synced:
  135309. web_1 | > django.contrib.auth
  135310. web_1 | > django.contrib.contenttypes
  135311. web_1 | > django.contrib.sessions
  135312. web_1 | > django.contrib.sites
  135313. web_1 | > django.contrib.messages
  135314. web_1 | > django.contrib.staticfiles
  135315. web_1 | > django.contrib.admin
  135316. web_1 | > south
  135317. web_1 | > crispy_forms
  135318. web_1 | > avatar
  135319. web_1 | > bootstrap3
  135320. web_1 | > users
  135321. web_1 | > allauth
  135322. web_1 | > allauth.account
  135323. web_1 | > django.contrib.humanize
  135324. web_1 | > debug_toolbar
  135325. web_1 |
  135326. web_1 | Not synced (use migrations):
  135327. web_1 | - allauth.socialaccount
  135328. web_1 | - django_extensions
  135329. web_1 | (use ./manage.py migrate to migrate these)
  135330. web_1 | Running migrations for socialaccount:
  135331. web_1 | - Nothing to migrate.
  135332. web_1 | - Loading initial data for socialaccount.
  135333. web_1 | Installed 0 object(s) from 0 fixture(s)
  135334. web_1 | Running migrations for django_extensions:
  135335. web_1 | - Nothing to migrate.
  135336. web_1 | - Loading initial data for django_extensions.
  135337. web_1 | Installed 0 object(s) from 0 fixture(s)
  135338. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135339. web_1 | [GCC 4.9.2] on linux2
  135340. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135341. web_1 | (InteractiveConsole)
  135342. web_1 |
  135343. web_1 | >>> >>> Starting the server
  135344. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135345. web_1 |
  135346. web_1 | Fatal error: Unable to find local grunt.
  135347. web_1 |
  135348. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135349. web_1 | your project. For more information about installing and configuring grunt,
  135350. web_1 | please see the Getting Started guide:
  135351. web_1 |
  135352. web_1 | http://gruntjs.com/getting-started
  135353. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135354. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135355. web_1 | Syncing...
  135356. web_1 | Creating tables ...
  135357. web_1 | Installing custom SQL ...
  135358. web_1 | Installing indexes ...
  135359. web_1 | Installed 0 object(s) from 0 fixture(s)
  135360. web_1 |
  135361. web_1 | Synced:
  135362. web_1 | > django.contrib.auth
  135363. web_1 | > django.contrib.contenttypes
  135364. web_1 | > django.contrib.sessions
  135365. web_1 | > django.contrib.sites
  135366. web_1 | > django.contrib.messages
  135367. web_1 | > django.contrib.staticfiles
  135368. web_1 | > django.contrib.admin
  135369. web_1 | > south
  135370. web_1 | > crispy_forms
  135371. web_1 | > avatar
  135372. web_1 | > bootstrap3
  135373. web_1 | > users
  135374. web_1 | > allauth
  135375. web_1 | > allauth.account
  135376. web_1 | > django.contrib.humanize
  135377. web_1 | > debug_toolbar
  135378. web_1 |
  135379. web_1 | Not synced (use migrations):
  135380. web_1 | - allauth.socialaccount
  135381. web_1 | - django_extensions
  135382. web_1 | (use ./manage.py migrate to migrate these)
  135383. web_1 | Running migrations for socialaccount:
  135384. web_1 | - Nothing to migrate.
  135385. web_1 | - Loading initial data for socialaccount.
  135386. web_1 | Installed 0 object(s) from 0 fixture(s)
  135387. web_1 | Running migrations for django_extensions:
  135388. web_1 | - Nothing to migrate.
  135389. web_1 | - Loading initial data for django_extensions.
  135390. web_1 | Installed 0 object(s) from 0 fixture(s)
  135391. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135392. web_1 | [GCC 4.9.2] on linux2
  135393. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135394. web_1 | (InteractiveConsole)
  135395. web_1 |
  135396. web_1 | >>> >>> Starting the server
  135397. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135398. web_1 |
  135399. web_1 | Fatal error: Unable to find local grunt.
  135400. web_1 |
  135401. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135402. web_1 | your project. For more information about installing and configuring grunt,
  135403. web_1 | please see the Getting Started guide:
  135404. web_1 |
  135405. web_1 | http://gruntjs.com/getting-started
  135406. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135407. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135408. web_1 | Syncing...
  135409. web_1 | Creating tables ...
  135410. web_1 | Installing custom SQL ...
  135411. web_1 | Installing indexes ...
  135412. web_1 | Installed 0 object(s) from 0 fixture(s)
  135413. web_1 |
  135414. web_1 | Synced:
  135415. web_1 | > django.contrib.auth
  135416. web_1 | > django.contrib.contenttypes
  135417. web_1 | > django.contrib.sessions
  135418. web_1 | > django.contrib.sites
  135419. web_1 | > django.contrib.messages
  135420. web_1 | > django.contrib.staticfiles
  135421. web_1 | > django.contrib.admin
  135422. web_1 | > south
  135423. web_1 | > crispy_forms
  135424. web_1 | > avatar
  135425. web_1 | > bootstrap3
  135426. web_1 | > users
  135427. web_1 | > allauth
  135428. web_1 | > allauth.account
  135429. web_1 | > django.contrib.humanize
  135430. web_1 | > debug_toolbar
  135431. web_1 |
  135432. web_1 | Not synced (use migrations):
  135433. web_1 | - allauth.socialaccount
  135434. web_1 | - django_extensions
  135435. web_1 | (use ./manage.py migrate to migrate these)
  135436. web_1 | Running migrations for socialaccount:
  135437. web_1 | - Nothing to migrate.
  135438. web_1 | - Loading initial data for socialaccount.
  135439. web_1 | Installed 0 object(s) from 0 fixture(s)
  135440. web_1 | Running migrations for django_extensions:
  135441. web_1 | - Nothing to migrate.
  135442. web_1 | - Loading initial data for django_extensions.
  135443. web_1 | Installed 0 object(s) from 0 fixture(s)
  135444. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135445. web_1 | [GCC 4.9.2] on linux2
  135446. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135447. web_1 | (InteractiveConsole)
  135448. web_1 |
  135449. web_1 | >>> >>> Starting the server
  135450. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135451. web_1 |
  135452. web_1 | Fatal error: Unable to find local grunt.
  135453. web_1 |
  135454. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135455. web_1 | your project. For more information about installing and configuring grunt,
  135456. web_1 | please see the Getting Started guide:
  135457. web_1 |
  135458. web_1 | http://gruntjs.com/getting-started
  135459. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135460. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135461. web_1 | Syncing...
  135462. web_1 | Creating tables ...
  135463. web_1 | Installing custom SQL ...
  135464. web_1 | Installing indexes ...
  135465. web_1 | Installed 0 object(s) from 0 fixture(s)
  135466. web_1 |
  135467. web_1 | Synced:
  135468. web_1 | > django.contrib.auth
  135469. web_1 | > django.contrib.contenttypes
  135470. web_1 | > django.contrib.sessions
  135471. web_1 | > django.contrib.sites
  135472. web_1 | > django.contrib.messages
  135473. web_1 | > django.contrib.staticfiles
  135474. web_1 | > django.contrib.admin
  135475. web_1 | > south
  135476. web_1 | > crispy_forms
  135477. web_1 | > avatar
  135478. web_1 | > bootstrap3
  135479. web_1 | > users
  135480. web_1 | > allauth
  135481. web_1 | > allauth.account
  135482. web_1 | > django.contrib.humanize
  135483. web_1 | > debug_toolbar
  135484. web_1 |
  135485. web_1 | Not synced (use migrations):
  135486. web_1 | - allauth.socialaccount
  135487. web_1 | - django_extensions
  135488. web_1 | (use ./manage.py migrate to migrate these)
  135489. web_1 | Running migrations for socialaccount:
  135490. web_1 | - Nothing to migrate.
  135491. web_1 | - Loading initial data for socialaccount.
  135492. web_1 | Installed 0 object(s) from 0 fixture(s)
  135493. web_1 | Running migrations for django_extensions:
  135494. web_1 | - Nothing to migrate.
  135495. web_1 | - Loading initial data for django_extensions.
  135496. web_1 | Installed 0 object(s) from 0 fixture(s)
  135497. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135498. web_1 | [GCC 4.9.2] on linux2
  135499. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135500. web_1 | (InteractiveConsole)
  135501. web_1 |
  135502. web_1 | >>> >>> Starting the server
  135503. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135504. web_1 |
  135505. web_1 | Fatal error: Unable to find local grunt.
  135506. web_1 |
  135507. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135508. web_1 | your project. For more information about installing and configuring grunt,
  135509. web_1 | please see the Getting Started guide:
  135510. web_1 |
  135511. web_1 | http://gruntjs.com/getting-started
  135512. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135513. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135514. web_1 | Syncing...
  135515. web_1 | Creating tables ...
  135516. web_1 | Installing custom SQL ...
  135517. web_1 | Installing indexes ...
  135518. web_1 | Installed 0 object(s) from 0 fixture(s)
  135519. web_1 |
  135520. web_1 | Synced:
  135521. web_1 | > django.contrib.auth
  135522. web_1 | > django.contrib.contenttypes
  135523. web_1 | > django.contrib.sessions
  135524. web_1 | > django.contrib.sites
  135525. web_1 | > django.contrib.messages
  135526. web_1 | > django.contrib.staticfiles
  135527. web_1 | > django.contrib.admin
  135528. web_1 | > south
  135529. web_1 | > crispy_forms
  135530. web_1 | > avatar
  135531. web_1 | > bootstrap3
  135532. web_1 | > users
  135533. web_1 | > allauth
  135534. web_1 | > allauth.account
  135535. web_1 | > django.contrib.humanize
  135536. web_1 | > debug_toolbar
  135537. web_1 |
  135538. web_1 | Not synced (use migrations):
  135539. web_1 | - allauth.socialaccount
  135540. web_1 | - django_extensions
  135541. web_1 | (use ./manage.py migrate to migrate these)
  135542. web_1 | Running migrations for socialaccount:
  135543. web_1 | - Nothing to migrate.
  135544. web_1 | - Loading initial data for socialaccount.
  135545. web_1 | Installed 0 object(s) from 0 fixture(s)
  135546. web_1 | Running migrations for django_extensions:
  135547. web_1 | - Nothing to migrate.
  135548. web_1 | - Loading initial data for django_extensions.
  135549. web_1 | Installed 0 object(s) from 0 fixture(s)
  135550. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135551. web_1 | [GCC 4.9.2] on linux2
  135552. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135553. web_1 | (InteractiveConsole)
  135554. web_1 |
  135555. web_1 | >>> >>> Starting the server
  135556. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135557. web_1 |
  135558. web_1 | Fatal error: Unable to find local grunt.
  135559. web_1 |
  135560. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135561. web_1 | your project. For more information about installing and configuring grunt,
  135562. web_1 | please see the Getting Started guide:
  135563. web_1 |
  135564. web_1 | http://gruntjs.com/getting-started
  135565. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135566. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135567. web_1 | Syncing...
  135568. web_1 | Creating tables ...
  135569. web_1 | Installing custom SQL ...
  135570. web_1 | Installing indexes ...
  135571. web_1 | Installed 0 object(s) from 0 fixture(s)
  135572. web_1 |
  135573. web_1 | Synced:
  135574. web_1 | > django.contrib.auth
  135575. web_1 | > django.contrib.contenttypes
  135576. web_1 | > django.contrib.sessions
  135577. web_1 | > django.contrib.sites
  135578. web_1 | > django.contrib.messages
  135579. web_1 | > django.contrib.staticfiles
  135580. web_1 | > django.contrib.admin
  135581. web_1 | > south
  135582. web_1 | > crispy_forms
  135583. web_1 | > avatar
  135584. web_1 | > bootstrap3
  135585. web_1 | > users
  135586. web_1 | > allauth
  135587. web_1 | > allauth.account
  135588. web_1 | > django.contrib.humanize
  135589. web_1 | > debug_toolbar
  135590. web_1 |
  135591. web_1 | Not synced (use migrations):
  135592. web_1 | - allauth.socialaccount
  135593. web_1 | - django_extensions
  135594. web_1 | (use ./manage.py migrate to migrate these)
  135595. web_1 | Running migrations for socialaccount:
  135596. web_1 | - Nothing to migrate.
  135597. web_1 | - Loading initial data for socialaccount.
  135598. web_1 | Installed 0 object(s) from 0 fixture(s)
  135599. web_1 | Running migrations for django_extensions:
  135600. web_1 | - Nothing to migrate.
  135601. web_1 | - Loading initial data for django_extensions.
  135602. web_1 | Installed 0 object(s) from 0 fixture(s)
  135603. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135604. web_1 | [GCC 4.9.2] on linux2
  135605. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135606. web_1 | (InteractiveConsole)
  135607. web_1 |
  135608. web_1 | >>> >>> Starting the server
  135609. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135610. web_1 |
  135611. web_1 | Fatal error: Unable to find local grunt.
  135612. web_1 |
  135613. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135614. web_1 | your project. For more information about installing and configuring grunt,
  135615. web_1 | please see the Getting Started guide:
  135616. web_1 |
  135617. web_1 | http://gruntjs.com/getting-started
  135618. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135619. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135620. web_1 | Syncing...
  135621. web_1 | Creating tables ...
  135622. web_1 | Installing custom SQL ...
  135623. web_1 | Installing indexes ...
  135624. web_1 | Installed 0 object(s) from 0 fixture(s)
  135625. web_1 |
  135626. web_1 | Synced:
  135627. web_1 | > django.contrib.auth
  135628. web_1 | > django.contrib.contenttypes
  135629. web_1 | > django.contrib.sessions
  135630. web_1 | > django.contrib.sites
  135631. web_1 | > django.contrib.messages
  135632. web_1 | > django.contrib.staticfiles
  135633. web_1 | > django.contrib.admin
  135634. web_1 | > south
  135635. web_1 | > crispy_forms
  135636. web_1 | > avatar
  135637. web_1 | > bootstrap3
  135638. web_1 | > users
  135639. web_1 | > allauth
  135640. web_1 | > allauth.account
  135641. web_1 | > django.contrib.humanize
  135642. web_1 | > debug_toolbar
  135643. web_1 |
  135644. web_1 | Not synced (use migrations):
  135645. web_1 | - allauth.socialaccount
  135646. web_1 | - django_extensions
  135647. web_1 | (use ./manage.py migrate to migrate these)
  135648. web_1 | Running migrations for socialaccount:
  135649. web_1 | - Nothing to migrate.
  135650. web_1 | - Loading initial data for socialaccount.
  135651. web_1 | Installed 0 object(s) from 0 fixture(s)
  135652. web_1 | Running migrations for django_extensions:
  135653. web_1 | - Nothing to migrate.
  135654. web_1 | - Loading initial data for django_extensions.
  135655. web_1 | Installed 0 object(s) from 0 fixture(s)
  135656. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135657. web_1 | [GCC 4.9.2] on linux2
  135658. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135659. web_1 | (InteractiveConsole)
  135660. web_1 |
  135661. web_1 | >>> >>> Starting the server
  135662. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135663. web_1 |
  135664. web_1 | Fatal error: Unable to find local grunt.
  135665. web_1 |
  135666. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135667. web_1 | your project. For more information about installing and configuring grunt,
  135668. web_1 | please see the Getting Started guide:
  135669. web_1 |
  135670. web_1 | http://gruntjs.com/getting-started
  135671. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135672. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135673. web_1 | Syncing...
  135674. web_1 | Creating tables ...
  135675. web_1 | Installing custom SQL ...
  135676. web_1 | Installing indexes ...
  135677. web_1 | Installed 0 object(s) from 0 fixture(s)
  135678. web_1 |
  135679. web_1 | Synced:
  135680. web_1 | > django.contrib.auth
  135681. web_1 | > django.contrib.contenttypes
  135682. web_1 | > django.contrib.sessions
  135683. web_1 | > django.contrib.sites
  135684. web_1 | > django.contrib.messages
  135685. web_1 | > django.contrib.staticfiles
  135686. web_1 | > django.contrib.admin
  135687. web_1 | > south
  135688. web_1 | > crispy_forms
  135689. web_1 | > avatar
  135690. web_1 | > bootstrap3
  135691. web_1 | > users
  135692. web_1 | > allauth
  135693. web_1 | > allauth.account
  135694. web_1 | > django.contrib.humanize
  135695. web_1 | > debug_toolbar
  135696. web_1 |
  135697. web_1 | Not synced (use migrations):
  135698. web_1 | - allauth.socialaccount
  135699. web_1 | - django_extensions
  135700. web_1 | (use ./manage.py migrate to migrate these)
  135701. web_1 | Running migrations for socialaccount:
  135702. web_1 | - Nothing to migrate.
  135703. web_1 | - Loading initial data for socialaccount.
  135704. web_1 | Installed 0 object(s) from 0 fixture(s)
  135705. web_1 | Running migrations for django_extensions:
  135706. web_1 | - Nothing to migrate.
  135707. web_1 | - Loading initial data for django_extensions.
  135708. web_1 | Installed 0 object(s) from 0 fixture(s)
  135709. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135710. web_1 | [GCC 4.9.2] on linux2
  135711. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135712. web_1 | (InteractiveConsole)
  135713. web_1 |
  135714. web_1 | >>> >>> Starting the server
  135715. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135716. web_1 |
  135717. web_1 | Fatal error: Unable to find local grunt.
  135718. web_1 |
  135719. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135720. web_1 | your project. For more information about installing and configuring grunt,
  135721. web_1 | please see the Getting Started guide:
  135722. web_1 |
  135723. web_1 | http://gruntjs.com/getting-started
  135724. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135725. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135726. web_1 | Syncing...
  135727. web_1 | Creating tables ...
  135728. web_1 | Installing custom SQL ...
  135729. web_1 | Installing indexes ...
  135730. web_1 | Installed 0 object(s) from 0 fixture(s)
  135731. web_1 |
  135732. web_1 | Synced:
  135733. web_1 | > django.contrib.auth
  135734. web_1 | > django.contrib.contenttypes
  135735. web_1 | > django.contrib.sessions
  135736. web_1 | > django.contrib.sites
  135737. web_1 | > django.contrib.messages
  135738. web_1 | > django.contrib.staticfiles
  135739. web_1 | > django.contrib.admin
  135740. web_1 | > south
  135741. web_1 | > crispy_forms
  135742. web_1 | > avatar
  135743. web_1 | > bootstrap3
  135744. web_1 | > users
  135745. web_1 | > allauth
  135746. web_1 | > allauth.account
  135747. web_1 | > django.contrib.humanize
  135748. web_1 | > debug_toolbar
  135749. web_1 |
  135750. web_1 | Not synced (use migrations):
  135751. web_1 | - allauth.socialaccount
  135752. web_1 | - django_extensions
  135753. web_1 | (use ./manage.py migrate to migrate these)
  135754. web_1 | Running migrations for socialaccount:
  135755. web_1 | - Nothing to migrate.
  135756. web_1 | - Loading initial data for socialaccount.
  135757. web_1 | Installed 0 object(s) from 0 fixture(s)
  135758. web_1 | Running migrations for django_extensions:
  135759. web_1 | - Nothing to migrate.
  135760. web_1 | - Loading initial data for django_extensions.
  135761. web_1 | Installed 0 object(s) from 0 fixture(s)
  135762. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135763. web_1 | [GCC 4.9.2] on linux2
  135764. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135765. web_1 | (InteractiveConsole)
  135766. web_1 |
  135767. web_1 | >>> >>> Starting the server
  135768. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135769. web_1 |
  135770. web_1 | Fatal error: Unable to find local grunt.
  135771. web_1 |
  135772. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135773. web_1 | your project. For more information about installing and configuring grunt,
  135774. web_1 | please see the Getting Started guide:
  135775. web_1 |
  135776. web_1 | http://gruntjs.com/getting-started
  135777. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135778. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135779. web_1 | Syncing...
  135780. web_1 | Creating tables ...
  135781. web_1 | Installing custom SQL ...
  135782. web_1 | Installing indexes ...
  135783. web_1 | Installed 0 object(s) from 0 fixture(s)
  135784. web_1 |
  135785. web_1 | Synced:
  135786. web_1 | > django.contrib.auth
  135787. web_1 | > django.contrib.contenttypes
  135788. web_1 | > django.contrib.sessions
  135789. web_1 | > django.contrib.sites
  135790. web_1 | > django.contrib.messages
  135791. web_1 | > django.contrib.staticfiles
  135792. web_1 | > django.contrib.admin
  135793. web_1 | > south
  135794. web_1 | > crispy_forms
  135795. web_1 | > avatar
  135796. web_1 | > bootstrap3
  135797. web_1 | > users
  135798. web_1 | > allauth
  135799. web_1 | > allauth.account
  135800. web_1 | > django.contrib.humanize
  135801. web_1 | > debug_toolbar
  135802. web_1 |
  135803. web_1 | Not synced (use migrations):
  135804. web_1 | - allauth.socialaccount
  135805. web_1 | - django_extensions
  135806. web_1 | (use ./manage.py migrate to migrate these)
  135807. web_1 | Running migrations for socialaccount:
  135808. web_1 | - Nothing to migrate.
  135809. web_1 | - Loading initial data for socialaccount.
  135810. web_1 | Installed 0 object(s) from 0 fixture(s)
  135811. web_1 | Running migrations for django_extensions:
  135812. web_1 | - Nothing to migrate.
  135813. web_1 | - Loading initial data for django_extensions.
  135814. web_1 | Installed 0 object(s) from 0 fixture(s)
  135815. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135816. web_1 | [GCC 4.9.2] on linux2
  135817. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135818. web_1 | (InteractiveConsole)
  135819. web_1 |
  135820. web_1 | >>> >>> Starting the server
  135821. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135822. web_1 |
  135823. web_1 | Fatal error: Unable to find local grunt.
  135824. web_1 |
  135825. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135826. web_1 | your project. For more information about installing and configuring grunt,
  135827. web_1 | please see the Getting Started guide:
  135828. web_1 |
  135829. web_1 | http://gruntjs.com/getting-started
  135830. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135831. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135832. web_1 | Syncing...
  135833. web_1 | Creating tables ...
  135834. web_1 | Installing custom SQL ...
  135835. web_1 | Installing indexes ...
  135836. web_1 | Installed 0 object(s) from 0 fixture(s)
  135837. web_1 |
  135838. web_1 | Synced:
  135839. web_1 | > django.contrib.auth
  135840. web_1 | > django.contrib.contenttypes
  135841. web_1 | > django.contrib.sessions
  135842. web_1 | > django.contrib.sites
  135843. web_1 | > django.contrib.messages
  135844. web_1 | > django.contrib.staticfiles
  135845. web_1 | > django.contrib.admin
  135846. web_1 | > south
  135847. web_1 | > crispy_forms
  135848. web_1 | > avatar
  135849. web_1 | > bootstrap3
  135850. web_1 | > users
  135851. web_1 | > allauth
  135852. web_1 | > allauth.account
  135853. web_1 | > django.contrib.humanize
  135854. web_1 | > debug_toolbar
  135855. web_1 |
  135856. web_1 | Not synced (use migrations):
  135857. web_1 | - allauth.socialaccount
  135858. web_1 | - django_extensions
  135859. web_1 | (use ./manage.py migrate to migrate these)
  135860. web_1 | Running migrations for socialaccount:
  135861. web_1 | - Nothing to migrate.
  135862. web_1 | - Loading initial data for socialaccount.
  135863. web_1 | Installed 0 object(s) from 0 fixture(s)
  135864. web_1 | Running migrations for django_extensions:
  135865. web_1 | - Nothing to migrate.
  135866. web_1 | - Loading initial data for django_extensions.
  135867. web_1 | Installed 0 object(s) from 0 fixture(s)
  135868. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135869. web_1 | [GCC 4.9.2] on linux2
  135870. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135871. web_1 | (InteractiveConsole)
  135872. web_1 |
  135873. web_1 | >>> >>> Starting the server
  135874. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135875. web_1 |
  135876. web_1 | Fatal error: Unable to find local grunt.
  135877. web_1 |
  135878. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135879. web_1 | your project. For more information about installing and configuring grunt,
  135880. web_1 | please see the Getting Started guide:
  135881. web_1 |
  135882. web_1 | http://gruntjs.com/getting-started
  135883. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135884. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135885. web_1 | Syncing...
  135886. web_1 | Creating tables ...
  135887. web_1 | Installing custom SQL ...
  135888. web_1 | Installing indexes ...
  135889. web_1 | Installed 0 object(s) from 0 fixture(s)
  135890. web_1 |
  135891. web_1 | Synced:
  135892. web_1 | > django.contrib.auth
  135893. web_1 | > django.contrib.contenttypes
  135894. web_1 | > django.contrib.sessions
  135895. web_1 | > django.contrib.sites
  135896. web_1 | > django.contrib.messages
  135897. web_1 | > django.contrib.staticfiles
  135898. web_1 | > django.contrib.admin
  135899. web_1 | > south
  135900. web_1 | > crispy_forms
  135901. web_1 | > avatar
  135902. web_1 | > bootstrap3
  135903. web_1 | > users
  135904. web_1 | > allauth
  135905. web_1 | > allauth.account
  135906. web_1 | > django.contrib.humanize
  135907. web_1 | > debug_toolbar
  135908. web_1 |
  135909. web_1 | Not synced (use migrations):
  135910. web_1 | - allauth.socialaccount
  135911. web_1 | - django_extensions
  135912. web_1 | (use ./manage.py migrate to migrate these)
  135913. web_1 | Running migrations for socialaccount:
  135914. web_1 | - Nothing to migrate.
  135915. web_1 | - Loading initial data for socialaccount.
  135916. web_1 | Installed 0 object(s) from 0 fixture(s)
  135917. web_1 | Running migrations for django_extensions:
  135918. web_1 | - Nothing to migrate.
  135919. web_1 | - Loading initial data for django_extensions.
  135920. web_1 | Installed 0 object(s) from 0 fixture(s)
  135921. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135922. web_1 | [GCC 4.9.2] on linux2
  135923. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135924. web_1 | (InteractiveConsole)
  135925. web_1 |
  135926. web_1 | >>> >>> Starting the server
  135927. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135928. web_1 |
  135929. web_1 | Fatal error: Unable to find local grunt.
  135930. web_1 |
  135931. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135932. web_1 | your project. For more information about installing and configuring grunt,
  135933. web_1 | please see the Getting Started guide:
  135934. web_1 |
  135935. web_1 | http://gruntjs.com/getting-started
  135936. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135937. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135938. web_1 | Syncing...
  135939. web_1 | Creating tables ...
  135940. web_1 | Installing custom SQL ...
  135941. web_1 | Installing indexes ...
  135942. web_1 | Installed 0 object(s) from 0 fixture(s)
  135943. web_1 |
  135944. web_1 | Synced:
  135945. web_1 | > django.contrib.auth
  135946. web_1 | > django.contrib.contenttypes
  135947. web_1 | > django.contrib.sessions
  135948. web_1 | > django.contrib.sites
  135949. web_1 | > django.contrib.messages
  135950. web_1 | > django.contrib.staticfiles
  135951. web_1 | > django.contrib.admin
  135952. web_1 | > south
  135953. web_1 | > crispy_forms
  135954. web_1 | > avatar
  135955. web_1 | > bootstrap3
  135956. web_1 | > users
  135957. web_1 | > allauth
  135958. web_1 | > allauth.account
  135959. web_1 | > django.contrib.humanize
  135960. web_1 | > debug_toolbar
  135961. web_1 |
  135962. web_1 | Not synced (use migrations):
  135963. web_1 | - allauth.socialaccount
  135964. web_1 | - django_extensions
  135965. web_1 | (use ./manage.py migrate to migrate these)
  135966. web_1 | Running migrations for socialaccount:
  135967. web_1 | - Nothing to migrate.
  135968. web_1 | - Loading initial data for socialaccount.
  135969. web_1 | Installed 0 object(s) from 0 fixture(s)
  135970. web_1 | Running migrations for django_extensions:
  135971. web_1 | - Nothing to migrate.
  135972. web_1 | - Loading initial data for django_extensions.
  135973. web_1 | Installed 0 object(s) from 0 fixture(s)
  135974. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  135975. web_1 | [GCC 4.9.2] on linux2
  135976. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  135977. web_1 | (InteractiveConsole)
  135978. web_1 |
  135979. web_1 | >>> >>> Starting the server
  135980. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  135981. web_1 |
  135982. web_1 | Fatal error: Unable to find local grunt.
  135983. web_1 |
  135984. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  135985. web_1 | your project. For more information about installing and configuring grunt,
  135986. web_1 | please see the Getting Started guide:
  135987. web_1 |
  135988. web_1 | http://gruntjs.com/getting-started
  135989. web_1 | Starting OpenBSD Secure Shell server: sshd.
  135990. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  135991. web_1 | Syncing...
  135992. web_1 | Creating tables ...
  135993. web_1 | Installing custom SQL ...
  135994. web_1 | Installing indexes ...
  135995. web_1 | Installed 0 object(s) from 0 fixture(s)
  135996. web_1 |
  135997. web_1 | Synced:
  135998. web_1 | > django.contrib.auth
  135999. web_1 | > django.contrib.contenttypes
  136000. web_1 | > django.contrib.sessions
  136001. web_1 | > django.contrib.sites
  136002. web_1 | > django.contrib.messages
  136003. web_1 | > django.contrib.staticfiles
  136004. web_1 | > django.contrib.admin
  136005. web_1 | > south
  136006. web_1 | > crispy_forms
  136007. web_1 | > avatar
  136008. web_1 | > bootstrap3
  136009. web_1 | > users
  136010. web_1 | > allauth
  136011. web_1 | > allauth.account
  136012. web_1 | > django.contrib.humanize
  136013. web_1 | > debug_toolbar
  136014. web_1 |
  136015. web_1 | Not synced (use migrations):
  136016. web_1 | - allauth.socialaccount
  136017. web_1 | - django_extensions
  136018. web_1 | (use ./manage.py migrate to migrate these)
  136019. web_1 | Running migrations for socialaccount:
  136020. web_1 | - Nothing to migrate.
  136021. web_1 | - Loading initial data for socialaccount.
  136022. web_1 | Installed 0 object(s) from 0 fixture(s)
  136023. web_1 | Running migrations for django_extensions:
  136024. web_1 | - Nothing to migrate.
  136025. web_1 | - Loading initial data for django_extensions.
  136026. web_1 | Installed 0 object(s) from 0 fixture(s)
  136027. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136028. web_1 | [GCC 4.9.2] on linux2
  136029. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136030. web_1 | (InteractiveConsole)
  136031. web_1 |
  136032. web_1 | >>> >>> Starting the server
  136033. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136034. web_1 |
  136035. web_1 | Fatal error: Unable to find local grunt.
  136036. web_1 |
  136037. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136038. web_1 | your project. For more information about installing and configuring grunt,
  136039. web_1 | please see the Getting Started guide:
  136040. web_1 |
  136041. web_1 | http://gruntjs.com/getting-started
  136042. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136043. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136044. web_1 | Syncing...
  136045. web_1 | Creating tables ...
  136046. web_1 | Installing custom SQL ...
  136047. web_1 | Installing indexes ...
  136048. web_1 | Installed 0 object(s) from 0 fixture(s)
  136049. web_1 |
  136050. web_1 | Synced:
  136051. web_1 | > django.contrib.auth
  136052. web_1 | > django.contrib.contenttypes
  136053. web_1 | > django.contrib.sessions
  136054. web_1 | > django.contrib.sites
  136055. web_1 | > django.contrib.messages
  136056. web_1 | > django.contrib.staticfiles
  136057. web_1 | > django.contrib.admin
  136058. web_1 | > south
  136059. web_1 | > crispy_forms
  136060. web_1 | > avatar
  136061. web_1 | > bootstrap3
  136062. web_1 | > users
  136063. web_1 | > allauth
  136064. web_1 | > allauth.account
  136065. web_1 | > django.contrib.humanize
  136066. web_1 | > debug_toolbar
  136067. web_1 |
  136068. web_1 | Not synced (use migrations):
  136069. web_1 | - allauth.socialaccount
  136070. web_1 | - django_extensions
  136071. web_1 | (use ./manage.py migrate to migrate these)
  136072. web_1 | Running migrations for socialaccount:
  136073. web_1 | - Nothing to migrate.
  136074. web_1 | - Loading initial data for socialaccount.
  136075. web_1 | Installed 0 object(s) from 0 fixture(s)
  136076. web_1 | Running migrations for django_extensions:
  136077. web_1 | - Nothing to migrate.
  136078. web_1 | - Loading initial data for django_extensions.
  136079. web_1 | Installed 0 object(s) from 0 fixture(s)
  136080. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136081. web_1 | [GCC 4.9.2] on linux2
  136082. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136083. web_1 | (InteractiveConsole)
  136084. web_1 |
  136085. web_1 | >>> >>> Starting the server
  136086. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136087. web_1 |
  136088. web_1 | Fatal error: Unable to find local grunt.
  136089. web_1 |
  136090. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136091. web_1 | your project. For more information about installing and configuring grunt,
  136092. web_1 | please see the Getting Started guide:
  136093. web_1 |
  136094. web_1 | http://gruntjs.com/getting-started
  136095. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136096. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136097. web_1 | Syncing...
  136098. web_1 | Creating tables ...
  136099. web_1 | Installing custom SQL ...
  136100. web_1 | Installing indexes ...
  136101. web_1 | Installed 0 object(s) from 0 fixture(s)
  136102. web_1 |
  136103. web_1 | Synced:
  136104. web_1 | > django.contrib.auth
  136105. web_1 | > django.contrib.contenttypes
  136106. web_1 | > django.contrib.sessions
  136107. web_1 | > django.contrib.sites
  136108. web_1 | > django.contrib.messages
  136109. web_1 | > django.contrib.staticfiles
  136110. web_1 | > django.contrib.admin
  136111. web_1 | > south
  136112. web_1 | > crispy_forms
  136113. web_1 | > avatar
  136114. web_1 | > bootstrap3
  136115. web_1 | > users
  136116. web_1 | > allauth
  136117. web_1 | > allauth.account
  136118. web_1 | > django.contrib.humanize
  136119. web_1 | > debug_toolbar
  136120. web_1 |
  136121. web_1 | Not synced (use migrations):
  136122. web_1 | - allauth.socialaccount
  136123. web_1 | - django_extensions
  136124. web_1 | (use ./manage.py migrate to migrate these)
  136125. web_1 | Running migrations for socialaccount:
  136126. web_1 | - Nothing to migrate.
  136127. web_1 | - Loading initial data for socialaccount.
  136128. web_1 | Installed 0 object(s) from 0 fixture(s)
  136129. web_1 | Running migrations for django_extensions:
  136130. web_1 | - Nothing to migrate.
  136131. web_1 | - Loading initial data for django_extensions.
  136132. web_1 | Installed 0 object(s) from 0 fixture(s)
  136133. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136134. web_1 | [GCC 4.9.2] on linux2
  136135. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136136. web_1 | (InteractiveConsole)
  136137. web_1 |
  136138. web_1 | >>> >>> Starting the server
  136139. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136140. web_1 |
  136141. web_1 | Fatal error: Unable to find local grunt.
  136142. web_1 |
  136143. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136144. web_1 | your project. For more information about installing and configuring grunt,
  136145. web_1 | please see the Getting Started guide:
  136146. web_1 |
  136147. web_1 | http://gruntjs.com/getting-started
  136148. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136149. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136150. web_1 | Syncing...
  136151. web_1 | Creating tables ...
  136152. web_1 | Installing custom SQL ...
  136153. web_1 | Installing indexes ...
  136154. web_1 | Installed 0 object(s) from 0 fixture(s)
  136155. web_1 |
  136156. web_1 | Synced:
  136157. web_1 | > django.contrib.auth
  136158. web_1 | > django.contrib.contenttypes
  136159. web_1 | > django.contrib.sessions
  136160. web_1 | > django.contrib.sites
  136161. web_1 | > django.contrib.messages
  136162. web_1 | > django.contrib.staticfiles
  136163. web_1 | > django.contrib.admin
  136164. web_1 | > south
  136165. web_1 | > crispy_forms
  136166. web_1 | > avatar
  136167. web_1 | > bootstrap3
  136168. web_1 | > users
  136169. web_1 | > allauth
  136170. web_1 | > allauth.account
  136171. web_1 | > django.contrib.humanize
  136172. web_1 | > debug_toolbar
  136173. web_1 |
  136174. web_1 | Not synced (use migrations):
  136175. web_1 | - allauth.socialaccount
  136176. web_1 | - django_extensions
  136177. web_1 | (use ./manage.py migrate to migrate these)
  136178. web_1 | Running migrations for socialaccount:
  136179. web_1 | - Nothing to migrate.
  136180. web_1 | - Loading initial data for socialaccount.
  136181. web_1 | Installed 0 object(s) from 0 fixture(s)
  136182. web_1 | Running migrations for django_extensions:
  136183. web_1 | - Nothing to migrate.
  136184. web_1 | - Loading initial data for django_extensions.
  136185. web_1 | Installed 0 object(s) from 0 fixture(s)
  136186. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136187. web_1 | [GCC 4.9.2] on linux2
  136188. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136189. web_1 | (InteractiveConsole)
  136190. web_1 |
  136191. web_1 | >>> >>> Starting the server
  136192. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136193. web_1 |
  136194. web_1 | Fatal error: Unable to find local grunt.
  136195. web_1 |
  136196. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136197. web_1 | your project. For more information about installing and configuring grunt,
  136198. web_1 | please see the Getting Started guide:
  136199. web_1 |
  136200. web_1 | http://gruntjs.com/getting-started
  136201. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136202. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136203. web_1 | Syncing...
  136204. web_1 | Creating tables ...
  136205. web_1 | Installing custom SQL ...
  136206. web_1 | Installing indexes ...
  136207. web_1 | Installed 0 object(s) from 0 fixture(s)
  136208. web_1 |
  136209. web_1 | Synced:
  136210. web_1 | > django.contrib.auth
  136211. web_1 | > django.contrib.contenttypes
  136212. web_1 | > django.contrib.sessions
  136213. web_1 | > django.contrib.sites
  136214. web_1 | > django.contrib.messages
  136215. web_1 | > django.contrib.staticfiles
  136216. web_1 | > django.contrib.admin
  136217. web_1 | > south
  136218. web_1 | > crispy_forms
  136219. web_1 | > avatar
  136220. web_1 | > bootstrap3
  136221. web_1 | > users
  136222. web_1 | > allauth
  136223. web_1 | > allauth.account
  136224. web_1 | > django.contrib.humanize
  136225. web_1 | > debug_toolbar
  136226. web_1 |
  136227. web_1 | Not synced (use migrations):
  136228. web_1 | - allauth.socialaccount
  136229. web_1 | - django_extensions
  136230. web_1 | (use ./manage.py migrate to migrate these)
  136231. web_1 | Running migrations for socialaccount:
  136232. web_1 | - Nothing to migrate.
  136233. web_1 | - Loading initial data for socialaccount.
  136234. web_1 | Installed 0 object(s) from 0 fixture(s)
  136235. web_1 | Running migrations for django_extensions:
  136236. web_1 | - Nothing to migrate.
  136237. web_1 | - Loading initial data for django_extensions.
  136238. web_1 | Installed 0 object(s) from 0 fixture(s)
  136239. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136240. web_1 | [GCC 4.9.2] on linux2
  136241. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136242. web_1 | (InteractiveConsole)
  136243. web_1 |
  136244. web_1 | >>> >>> Starting the server
  136245. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136246. web_1 |
  136247. web_1 | Fatal error: Unable to find local grunt.
  136248. web_1 |
  136249. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136250. web_1 | your project. For more information about installing and configuring grunt,
  136251. web_1 | please see the Getting Started guide:
  136252. web_1 |
  136253. web_1 | http://gruntjs.com/getting-started
  136254. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136255. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136256. web_1 | Syncing...
  136257. web_1 | Creating tables ...
  136258. web_1 | Installing custom SQL ...
  136259. web_1 | Installing indexes ...
  136260. web_1 | Installed 0 object(s) from 0 fixture(s)
  136261. web_1 |
  136262. web_1 | Synced:
  136263. web_1 | > django.contrib.auth
  136264. web_1 | > django.contrib.contenttypes
  136265. web_1 | > django.contrib.sessions
  136266. web_1 | > django.contrib.sites
  136267. web_1 | > django.contrib.messages
  136268. web_1 | > django.contrib.staticfiles
  136269. web_1 | > django.contrib.admin
  136270. web_1 | > south
  136271. web_1 | > crispy_forms
  136272. web_1 | > avatar
  136273. web_1 | > bootstrap3
  136274. web_1 | > users
  136275. web_1 | > allauth
  136276. web_1 | > allauth.account
  136277. web_1 | > django.contrib.humanize
  136278. web_1 | > debug_toolbar
  136279. web_1 |
  136280. web_1 | Not synced (use migrations):
  136281. web_1 | - allauth.socialaccount
  136282. web_1 | - django_extensions
  136283. web_1 | (use ./manage.py migrate to migrate these)
  136284. web_1 | Running migrations for socialaccount:
  136285. web_1 | - Nothing to migrate.
  136286. web_1 | - Loading initial data for socialaccount.
  136287. web_1 | Installed 0 object(s) from 0 fixture(s)
  136288. web_1 | Running migrations for django_extensions:
  136289. web_1 | - Nothing to migrate.
  136290. web_1 | - Loading initial data for django_extensions.
  136291. web_1 | Installed 0 object(s) from 0 fixture(s)
  136292. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136293. web_1 | [GCC 4.9.2] on linux2
  136294. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136295. web_1 | (InteractiveConsole)
  136296. web_1 |
  136297. web_1 | >>> >>> Starting the server
  136298. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136299. web_1 |
  136300. web_1 | Fatal error: Unable to find local grunt.
  136301. web_1 |
  136302. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136303. web_1 | your project. For more information about installing and configuring grunt,
  136304. web_1 | please see the Getting Started guide:
  136305. web_1 |
  136306. web_1 | http://gruntjs.com/getting-started
  136307. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136308. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136309. web_1 | Syncing...
  136310. web_1 | Creating tables ...
  136311. web_1 | Installing custom SQL ...
  136312. web_1 | Installing indexes ...
  136313. web_1 | Installed 0 object(s) from 0 fixture(s)
  136314. web_1 |
  136315. web_1 | Synced:
  136316. web_1 | > django.contrib.auth
  136317. web_1 | > django.contrib.contenttypes
  136318. web_1 | > django.contrib.sessions
  136319. web_1 | > django.contrib.sites
  136320. web_1 | > django.contrib.messages
  136321. web_1 | > django.contrib.staticfiles
  136322. web_1 | > django.contrib.admin
  136323. web_1 | > south
  136324. web_1 | > crispy_forms
  136325. web_1 | > avatar
  136326. web_1 | > bootstrap3
  136327. web_1 | > users
  136328. web_1 | > allauth
  136329. web_1 | > allauth.account
  136330. web_1 | > django.contrib.humanize
  136331. web_1 | > debug_toolbar
  136332. web_1 |
  136333. web_1 | Not synced (use migrations):
  136334. web_1 | - allauth.socialaccount
  136335. web_1 | - django_extensions
  136336. web_1 | (use ./manage.py migrate to migrate these)
  136337. web_1 | Running migrations for socialaccount:
  136338. web_1 | - Nothing to migrate.
  136339. web_1 | - Loading initial data for socialaccount.
  136340. web_1 | Installed 0 object(s) from 0 fixture(s)
  136341. web_1 | Running migrations for django_extensions:
  136342. web_1 | - Nothing to migrate.
  136343. web_1 | - Loading initial data for django_extensions.
  136344. web_1 | Installed 0 object(s) from 0 fixture(s)
  136345. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136346. web_1 | [GCC 4.9.2] on linux2
  136347. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136348. web_1 | (InteractiveConsole)
  136349. web_1 |
  136350. web_1 | >>> >>> Starting the server
  136351. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136352. web_1 |
  136353. web_1 | Fatal error: Unable to find local grunt.
  136354. web_1 |
  136355. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136356. web_1 | your project. For more information about installing and configuring grunt,
  136357. web_1 | please see the Getting Started guide:
  136358. web_1 |
  136359. web_1 | http://gruntjs.com/getting-started
  136360. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136361. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136362. web_1 | Syncing...
  136363. web_1 | Creating tables ...
  136364. web_1 | Installing custom SQL ...
  136365. web_1 | Installing indexes ...
  136366. web_1 | Installed 0 object(s) from 0 fixture(s)
  136367. web_1 |
  136368. web_1 | Synced:
  136369. web_1 | > django.contrib.auth
  136370. web_1 | > django.contrib.contenttypes
  136371. web_1 | > django.contrib.sessions
  136372. web_1 | > django.contrib.sites
  136373. web_1 | > django.contrib.messages
  136374. web_1 | > django.contrib.staticfiles
  136375. web_1 | > django.contrib.admin
  136376. web_1 | > south
  136377. web_1 | > crispy_forms
  136378. web_1 | > avatar
  136379. web_1 | > bootstrap3
  136380. web_1 | > users
  136381. web_1 | > allauth
  136382. web_1 | > allauth.account
  136383. web_1 | > django.contrib.humanize
  136384. web_1 | > debug_toolbar
  136385. web_1 |
  136386. web_1 | Not synced (use migrations):
  136387. web_1 | - allauth.socialaccount
  136388. web_1 | - django_extensions
  136389. web_1 | (use ./manage.py migrate to migrate these)
  136390. web_1 | Running migrations for socialaccount:
  136391. web_1 | - Nothing to migrate.
  136392. web_1 | - Loading initial data for socialaccount.
  136393. web_1 | Installed 0 object(s) from 0 fixture(s)
  136394. web_1 | Running migrations for django_extensions:
  136395. web_1 | - Nothing to migrate.
  136396. web_1 | - Loading initial data for django_extensions.
  136397. web_1 | Installed 0 object(s) from 0 fixture(s)
  136398. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136399. web_1 | [GCC 4.9.2] on linux2
  136400. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136401. web_1 | (InteractiveConsole)
  136402. web_1 |
  136403. web_1 | >>> >>> Starting the server
  136404. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136405. web_1 |
  136406. web_1 | Fatal error: Unable to find local grunt.
  136407. web_1 |
  136408. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136409. web_1 | your project. For more information about installing and configuring grunt,
  136410. web_1 | please see the Getting Started guide:
  136411. web_1 |
  136412. web_1 | http://gruntjs.com/getting-started
  136413. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136414. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136415. web_1 | Syncing...
  136416. web_1 | Creating tables ...
  136417. web_1 | Installing custom SQL ...
  136418. web_1 | Installing indexes ...
  136419. web_1 | Installed 0 object(s) from 0 fixture(s)
  136420. web_1 |
  136421. web_1 | Synced:
  136422. web_1 | > django.contrib.auth
  136423. web_1 | > django.contrib.contenttypes
  136424. web_1 | > django.contrib.sessions
  136425. web_1 | > django.contrib.sites
  136426. web_1 | > django.contrib.messages
  136427. web_1 | > django.contrib.staticfiles
  136428. web_1 | > django.contrib.admin
  136429. web_1 | > south
  136430. web_1 | > crispy_forms
  136431. web_1 | > avatar
  136432. web_1 | > bootstrap3
  136433. web_1 | > users
  136434. web_1 | > allauth
  136435. web_1 | > allauth.account
  136436. web_1 | > django.contrib.humanize
  136437. web_1 | > debug_toolbar
  136438. web_1 |
  136439. web_1 | Not synced (use migrations):
  136440. web_1 | - allauth.socialaccount
  136441. web_1 | - django_extensions
  136442. web_1 | (use ./manage.py migrate to migrate these)
  136443. web_1 | Running migrations for socialaccount:
  136444. web_1 | - Nothing to migrate.
  136445. web_1 | - Loading initial data for socialaccount.
  136446. web_1 | Installed 0 object(s) from 0 fixture(s)
  136447. web_1 | Running migrations for django_extensions:
  136448. web_1 | - Nothing to migrate.
  136449. web_1 | - Loading initial data for django_extensions.
  136450. web_1 | Installed 0 object(s) from 0 fixture(s)
  136451. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136452. web_1 | [GCC 4.9.2] on linux2
  136453. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136454. web_1 | (InteractiveConsole)
  136455. web_1 |
  136456. web_1 | >>> >>> Starting the server
  136457. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136458. web_1 |
  136459. web_1 | Fatal error: Unable to find local grunt.
  136460. web_1 |
  136461. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136462. web_1 | your project. For more information about installing and configuring grunt,
  136463. web_1 | please see the Getting Started guide:
  136464. web_1 |
  136465. web_1 | http://gruntjs.com/getting-started
  136466. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136467. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136468. web_1 | Syncing...
  136469. web_1 | Creating tables ...
  136470. web_1 | Installing custom SQL ...
  136471. web_1 | Installing indexes ...
  136472. web_1 | Installed 0 object(s) from 0 fixture(s)
  136473. web_1 |
  136474. web_1 | Synced:
  136475. web_1 | > django.contrib.auth
  136476. web_1 | > django.contrib.contenttypes
  136477. web_1 | > django.contrib.sessions
  136478. web_1 | > django.contrib.sites
  136479. web_1 | > django.contrib.messages
  136480. web_1 | > django.contrib.staticfiles
  136481. web_1 | > django.contrib.admin
  136482. web_1 | > south
  136483. web_1 | > crispy_forms
  136484. web_1 | > avatar
  136485. web_1 | > bootstrap3
  136486. web_1 | > users
  136487. web_1 | > allauth
  136488. web_1 | > allauth.account
  136489. web_1 | > django.contrib.humanize
  136490. web_1 | > debug_toolbar
  136491. web_1 |
  136492. web_1 | Not synced (use migrations):
  136493. web_1 | - allauth.socialaccount
  136494. web_1 | - django_extensions
  136495. web_1 | (use ./manage.py migrate to migrate these)
  136496. web_1 | Running migrations for socialaccount:
  136497. web_1 | - Nothing to migrate.
  136498. web_1 | - Loading initial data for socialaccount.
  136499. web_1 | Installed 0 object(s) from 0 fixture(s)
  136500. web_1 | Running migrations for django_extensions:
  136501. web_1 | - Nothing to migrate.
  136502. web_1 | - Loading initial data for django_extensions.
  136503. web_1 | Installed 0 object(s) from 0 fixture(s)
  136504. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136505. web_1 | [GCC 4.9.2] on linux2
  136506. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136507. web_1 | (InteractiveConsole)
  136508. web_1 |
  136509. web_1 | >>> >>> Starting the server
  136510. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136511. web_1 |
  136512. web_1 | Fatal error: Unable to find local grunt.
  136513. web_1 |
  136514. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136515. web_1 | your project. For more information about installing and configuring grunt,
  136516. web_1 | please see the Getting Started guide:
  136517. web_1 |
  136518. web_1 | http://gruntjs.com/getting-started
  136519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136520. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136521. web_1 | Syncing...
  136522. web_1 | Creating tables ...
  136523. web_1 | Installing custom SQL ...
  136524. web_1 | Installing indexes ...
  136525. web_1 | Installed 0 object(s) from 0 fixture(s)
  136526. web_1 |
  136527. web_1 | Synced:
  136528. web_1 | > django.contrib.auth
  136529. web_1 | > django.contrib.contenttypes
  136530. web_1 | > django.contrib.sessions
  136531. web_1 | > django.contrib.sites
  136532. web_1 | > django.contrib.messages
  136533. web_1 | > django.contrib.staticfiles
  136534. web_1 | > django.contrib.admin
  136535. web_1 | > south
  136536. web_1 | > crispy_forms
  136537. web_1 | > avatar
  136538. web_1 | > bootstrap3
  136539. web_1 | > users
  136540. web_1 | > allauth
  136541. web_1 | > allauth.account
  136542. web_1 | > django.contrib.humanize
  136543. web_1 | > debug_toolbar
  136544. web_1 |
  136545. web_1 | Not synced (use migrations):
  136546. web_1 | - allauth.socialaccount
  136547. web_1 | - django_extensions
  136548. web_1 | (use ./manage.py migrate to migrate these)
  136549. web_1 | Running migrations for socialaccount:
  136550. web_1 | - Nothing to migrate.
  136551. web_1 | - Loading initial data for socialaccount.
  136552. web_1 | Installed 0 object(s) from 0 fixture(s)
  136553. web_1 | Running migrations for django_extensions:
  136554. web_1 | - Nothing to migrate.
  136555. web_1 | - Loading initial data for django_extensions.
  136556. web_1 | Installed 0 object(s) from 0 fixture(s)
  136557. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136558. web_1 | [GCC 4.9.2] on linux2
  136559. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136560. web_1 | (InteractiveConsole)
  136561. web_1 |
  136562. web_1 | >>> >>> Starting the server
  136563. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136564. web_1 |
  136565. web_1 | Fatal error: Unable to find local grunt.
  136566. web_1 |
  136567. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136568. web_1 | your project. For more information about installing and configuring grunt,
  136569. web_1 | please see the Getting Started guide:
  136570. web_1 |
  136571. web_1 | http://gruntjs.com/getting-started
  136572. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136573. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136574. web_1 | Syncing...
  136575. web_1 | Creating tables ...
  136576. web_1 | Installing custom SQL ...
  136577. web_1 | Installing indexes ...
  136578. web_1 | Installed 0 object(s) from 0 fixture(s)
  136579. web_1 |
  136580. web_1 | Synced:
  136581. web_1 | > django.contrib.auth
  136582. web_1 | > django.contrib.contenttypes
  136583. web_1 | > django.contrib.sessions
  136584. web_1 | > django.contrib.sites
  136585. web_1 | > django.contrib.messages
  136586. web_1 | > django.contrib.staticfiles
  136587. web_1 | > django.contrib.admin
  136588. web_1 | > south
  136589. web_1 | > crispy_forms
  136590. web_1 | > avatar
  136591. web_1 | > bootstrap3
  136592. web_1 | > users
  136593. web_1 | > allauth
  136594. web_1 | > allauth.account
  136595. web_1 | > django.contrib.humanize
  136596. web_1 | > debug_toolbar
  136597. web_1 |
  136598. web_1 | Not synced (use migrations):
  136599. web_1 | - allauth.socialaccount
  136600. web_1 | - django_extensions
  136601. web_1 | (use ./manage.py migrate to migrate these)
  136602. web_1 | Running migrations for socialaccount:
  136603. web_1 | - Nothing to migrate.
  136604. web_1 | - Loading initial data for socialaccount.
  136605. web_1 | Installed 0 object(s) from 0 fixture(s)
  136606. web_1 | Running migrations for django_extensions:
  136607. web_1 | - Nothing to migrate.
  136608. web_1 | - Loading initial data for django_extensions.
  136609. web_1 | Installed 0 object(s) from 0 fixture(s)
  136610. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136611. web_1 | [GCC 4.9.2] on linux2
  136612. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136613. web_1 | (InteractiveConsole)
  136614. web_1 |
  136615. web_1 | >>> >>> Starting the server
  136616. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136617. web_1 |
  136618. web_1 | Fatal error: Unable to find local grunt.
  136619. web_1 |
  136620. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136621. web_1 | your project. For more information about installing and configuring grunt,
  136622. web_1 | please see the Getting Started guide:
  136623. web_1 |
  136624. web_1 | http://gruntjs.com/getting-started
  136625. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136626. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136627. web_1 | Syncing...
  136628. web_1 | Creating tables ...
  136629. web_1 | Installing custom SQL ...
  136630. web_1 | Installing indexes ...
  136631. web_1 | Installed 0 object(s) from 0 fixture(s)
  136632. web_1 |
  136633. web_1 | Synced:
  136634. web_1 | > django.contrib.auth
  136635. web_1 | > django.contrib.contenttypes
  136636. web_1 | > django.contrib.sessions
  136637. web_1 | > django.contrib.sites
  136638. web_1 | > django.contrib.messages
  136639. web_1 | > django.contrib.staticfiles
  136640. web_1 | > django.contrib.admin
  136641. web_1 | > south
  136642. web_1 | > crispy_forms
  136643. web_1 | > avatar
  136644. web_1 | > bootstrap3
  136645. web_1 | > users
  136646. web_1 | > allauth
  136647. web_1 | > allauth.account
  136648. web_1 | > django.contrib.humanize
  136649. web_1 | > debug_toolbar
  136650. web_1 |
  136651. web_1 | Not synced (use migrations):
  136652. web_1 | - allauth.socialaccount
  136653. web_1 | - django_extensions
  136654. web_1 | (use ./manage.py migrate to migrate these)
  136655. web_1 | Running migrations for socialaccount:
  136656. web_1 | - Nothing to migrate.
  136657. web_1 | - Loading initial data for socialaccount.
  136658. web_1 | Installed 0 object(s) from 0 fixture(s)
  136659. web_1 | Running migrations for django_extensions:
  136660. web_1 | - Nothing to migrate.
  136661. web_1 | - Loading initial data for django_extensions.
  136662. web_1 | Installed 0 object(s) from 0 fixture(s)
  136663. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136664. web_1 | [GCC 4.9.2] on linux2
  136665. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136666. web_1 | (InteractiveConsole)
  136667. web_1 |
  136668. web_1 | >>> >>> Starting the server
  136669. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136670. web_1 |
  136671. web_1 | Fatal error: Unable to find local grunt.
  136672. web_1 |
  136673. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136674. web_1 | your project. For more information about installing and configuring grunt,
  136675. web_1 | please see the Getting Started guide:
  136676. web_1 |
  136677. web_1 | http://gruntjs.com/getting-started
  136678. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136679. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136680. web_1 | Syncing...
  136681. web_1 | Creating tables ...
  136682. web_1 | Installing custom SQL ...
  136683. web_1 | Installing indexes ...
  136684. web_1 | Installed 0 object(s) from 0 fixture(s)
  136685. web_1 |
  136686. web_1 | Synced:
  136687. web_1 | > django.contrib.auth
  136688. web_1 | > django.contrib.contenttypes
  136689. web_1 | > django.contrib.sessions
  136690. web_1 | > django.contrib.sites
  136691. web_1 | > django.contrib.messages
  136692. web_1 | > django.contrib.staticfiles
  136693. web_1 | > django.contrib.admin
  136694. web_1 | > south
  136695. web_1 | > crispy_forms
  136696. web_1 | > avatar
  136697. web_1 | > bootstrap3
  136698. web_1 | > users
  136699. web_1 | > allauth
  136700. web_1 | > allauth.account
  136701. web_1 | > django.contrib.humanize
  136702. web_1 | > debug_toolbar
  136703. web_1 |
  136704. web_1 | Not synced (use migrations):
  136705. web_1 | - allauth.socialaccount
  136706. web_1 | - django_extensions
  136707. web_1 | (use ./manage.py migrate to migrate these)
  136708. web_1 | Running migrations for socialaccount:
  136709. web_1 | - Nothing to migrate.
  136710. web_1 | - Loading initial data for socialaccount.
  136711. web_1 | Installed 0 object(s) from 0 fixture(s)
  136712. web_1 | Running migrations for django_extensions:
  136713. web_1 | - Nothing to migrate.
  136714. web_1 | - Loading initial data for django_extensions.
  136715. web_1 | Installed 0 object(s) from 0 fixture(s)
  136716. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136717. web_1 | [GCC 4.9.2] on linux2
  136718. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136719. web_1 | (InteractiveConsole)
  136720. web_1 |
  136721. web_1 | >>> >>> Starting the server
  136722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136723. web_1 |
  136724. web_1 | Fatal error: Unable to find local grunt.
  136725. web_1 |
  136726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136727. web_1 | your project. For more information about installing and configuring grunt,
  136728. web_1 | please see the Getting Started guide:
  136729. web_1 |
  136730. web_1 | http://gruntjs.com/getting-started
  136731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136732. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136733. web_1 | Syncing...
  136734. web_1 | Creating tables ...
  136735. web_1 | Installing custom SQL ...
  136736. web_1 | Installing indexes ...
  136737. web_1 | Installed 0 object(s) from 0 fixture(s)
  136738. web_1 |
  136739. web_1 | Synced:
  136740. web_1 | > django.contrib.auth
  136741. web_1 | > django.contrib.contenttypes
  136742. web_1 | > django.contrib.sessions
  136743. web_1 | > django.contrib.sites
  136744. web_1 | > django.contrib.messages
  136745. web_1 | > django.contrib.staticfiles
  136746. web_1 | > django.contrib.admin
  136747. web_1 | > south
  136748. web_1 | > crispy_forms
  136749. web_1 | > avatar
  136750. web_1 | > bootstrap3
  136751. web_1 | > users
  136752. web_1 | > allauth
  136753. web_1 | > allauth.account
  136754. web_1 | > django.contrib.humanize
  136755. web_1 | > debug_toolbar
  136756. web_1 |
  136757. web_1 | Not synced (use migrations):
  136758. web_1 | - allauth.socialaccount
  136759. web_1 | - django_extensions
  136760. web_1 | (use ./manage.py migrate to migrate these)
  136761. web_1 | Running migrations for socialaccount:
  136762. web_1 | - Nothing to migrate.
  136763. web_1 | - Loading initial data for socialaccount.
  136764. web_1 | Installed 0 object(s) from 0 fixture(s)
  136765. web_1 | Running migrations for django_extensions:
  136766. web_1 | - Nothing to migrate.
  136767. web_1 | - Loading initial data for django_extensions.
  136768. web_1 | Installed 0 object(s) from 0 fixture(s)
  136769. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136770. web_1 | [GCC 4.9.2] on linux2
  136771. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136772. web_1 | (InteractiveConsole)
  136773. web_1 |
  136774. web_1 | >>> >>> Starting the server
  136775. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136776. web_1 |
  136777. web_1 | Fatal error: Unable to find local grunt.
  136778. web_1 |
  136779. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136780. web_1 | your project. For more information about installing and configuring grunt,
  136781. web_1 | please see the Getting Started guide:
  136782. web_1 |
  136783. web_1 | http://gruntjs.com/getting-started
  136784. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136785. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136786. web_1 | Syncing...
  136787. web_1 | Creating tables ...
  136788. web_1 | Installing custom SQL ...
  136789. web_1 | Installing indexes ...
  136790. web_1 | Installed 0 object(s) from 0 fixture(s)
  136791. web_1 |
  136792. web_1 | Synced:
  136793. web_1 | > django.contrib.auth
  136794. web_1 | > django.contrib.contenttypes
  136795. web_1 | > django.contrib.sessions
  136796. web_1 | > django.contrib.sites
  136797. web_1 | > django.contrib.messages
  136798. web_1 | > django.contrib.staticfiles
  136799. web_1 | > django.contrib.admin
  136800. web_1 | > south
  136801. web_1 | > crispy_forms
  136802. web_1 | > avatar
  136803. web_1 | > bootstrap3
  136804. web_1 | > users
  136805. web_1 | > allauth
  136806. web_1 | > allauth.account
  136807. web_1 | > django.contrib.humanize
  136808. web_1 | > debug_toolbar
  136809. web_1 |
  136810. web_1 | Not synced (use migrations):
  136811. web_1 | - allauth.socialaccount
  136812. web_1 | - django_extensions
  136813. web_1 | (use ./manage.py migrate to migrate these)
  136814. web_1 | Running migrations for socialaccount:
  136815. web_1 | - Nothing to migrate.
  136816. web_1 | - Loading initial data for socialaccount.
  136817. web_1 | Installed 0 object(s) from 0 fixture(s)
  136818. web_1 | Running migrations for django_extensions:
  136819. web_1 | - Nothing to migrate.
  136820. web_1 | - Loading initial data for django_extensions.
  136821. web_1 | Installed 0 object(s) from 0 fixture(s)
  136822. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136823. web_1 | [GCC 4.9.2] on linux2
  136824. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136825. web_1 | (InteractiveConsole)
  136826. web_1 |
  136827. web_1 | >>> >>> Starting the server
  136828. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136829. web_1 |
  136830. web_1 | Fatal error: Unable to find local grunt.
  136831. web_1 |
  136832. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136833. web_1 | your project. For more information about installing and configuring grunt,
  136834. web_1 | please see the Getting Started guide:
  136835. web_1 |
  136836. web_1 | http://gruntjs.com/getting-started
  136837. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136838. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136839. web_1 | Syncing...
  136840. web_1 | Creating tables ...
  136841. web_1 | Installing custom SQL ...
  136842. web_1 | Installing indexes ...
  136843. web_1 | Installed 0 object(s) from 0 fixture(s)
  136844. web_1 |
  136845. web_1 | Synced:
  136846. web_1 | > django.contrib.auth
  136847. web_1 | > django.contrib.contenttypes
  136848. web_1 | > django.contrib.sessions
  136849. web_1 | > django.contrib.sites
  136850. web_1 | > django.contrib.messages
  136851. web_1 | > django.contrib.staticfiles
  136852. web_1 | > django.contrib.admin
  136853. web_1 | > south
  136854. web_1 | > crispy_forms
  136855. web_1 | > avatar
  136856. web_1 | > bootstrap3
  136857. web_1 | > users
  136858. web_1 | > allauth
  136859. web_1 | > allauth.account
  136860. web_1 | > django.contrib.humanize
  136861. web_1 | > debug_toolbar
  136862. web_1 |
  136863. web_1 | Not synced (use migrations):
  136864. web_1 | - allauth.socialaccount
  136865. web_1 | - django_extensions
  136866. web_1 | (use ./manage.py migrate to migrate these)
  136867. web_1 | Running migrations for socialaccount:
  136868. web_1 | - Nothing to migrate.
  136869. web_1 | - Loading initial data for socialaccount.
  136870. web_1 | Installed 0 object(s) from 0 fixture(s)
  136871. web_1 | Running migrations for django_extensions:
  136872. web_1 | - Nothing to migrate.
  136873. web_1 | - Loading initial data for django_extensions.
  136874. web_1 | Installed 0 object(s) from 0 fixture(s)
  136875. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136876. web_1 | [GCC 4.9.2] on linux2
  136877. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136878. web_1 | (InteractiveConsole)
  136879. web_1 |
  136880. web_1 | >>> >>> Starting the server
  136881. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136882. web_1 |
  136883. web_1 | Fatal error: Unable to find local grunt.
  136884. web_1 |
  136885. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136886. web_1 | your project. For more information about installing and configuring grunt,
  136887. web_1 | please see the Getting Started guide:
  136888. web_1 |
  136889. web_1 | http://gruntjs.com/getting-started
  136890. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136891. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136892. web_1 | Syncing...
  136893. web_1 | Creating tables ...
  136894. web_1 | Installing custom SQL ...
  136895. web_1 | Installing indexes ...
  136896. web_1 | Installed 0 object(s) from 0 fixture(s)
  136897. web_1 |
  136898. web_1 | Synced:
  136899. web_1 | > django.contrib.auth
  136900. web_1 | > django.contrib.contenttypes
  136901. web_1 | > django.contrib.sessions
  136902. web_1 | > django.contrib.sites
  136903. web_1 | > django.contrib.messages
  136904. web_1 | > django.contrib.staticfiles
  136905. web_1 | > django.contrib.admin
  136906. web_1 | > south
  136907. web_1 | > crispy_forms
  136908. web_1 | > avatar
  136909. web_1 | > bootstrap3
  136910. web_1 | > users
  136911. web_1 | > allauth
  136912. web_1 | > allauth.account
  136913. web_1 | > django.contrib.humanize
  136914. web_1 | > debug_toolbar
  136915. web_1 |
  136916. web_1 | Not synced (use migrations):
  136917. web_1 | - allauth.socialaccount
  136918. web_1 | - django_extensions
  136919. web_1 | (use ./manage.py migrate to migrate these)
  136920. web_1 | Running migrations for socialaccount:
  136921. web_1 | - Nothing to migrate.
  136922. web_1 | - Loading initial data for socialaccount.
  136923. web_1 | Installed 0 object(s) from 0 fixture(s)
  136924. web_1 | Running migrations for django_extensions:
  136925. web_1 | - Nothing to migrate.
  136926. web_1 | - Loading initial data for django_extensions.
  136927. web_1 | Installed 0 object(s) from 0 fixture(s)
  136928. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136929. web_1 | [GCC 4.9.2] on linux2
  136930. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136931. web_1 | (InteractiveConsole)
  136932. web_1 |
  136933. web_1 | >>> >>> Starting the server
  136934. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136935. web_1 |
  136936. web_1 | Fatal error: Unable to find local grunt.
  136937. web_1 |
  136938. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136939. web_1 | your project. For more information about installing and configuring grunt,
  136940. web_1 | please see the Getting Started guide:
  136941. web_1 |
  136942. web_1 | http://gruntjs.com/getting-started
  136943. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136944. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136945. web_1 | Syncing...
  136946. web_1 | Creating tables ...
  136947. web_1 | Installing custom SQL ...
  136948. web_1 | Installing indexes ...
  136949. web_1 | Installed 0 object(s) from 0 fixture(s)
  136950. web_1 |
  136951. web_1 | Synced:
  136952. web_1 | > django.contrib.auth
  136953. web_1 | > django.contrib.contenttypes
  136954. web_1 | > django.contrib.sessions
  136955. web_1 | > django.contrib.sites
  136956. web_1 | > django.contrib.messages
  136957. web_1 | > django.contrib.staticfiles
  136958. web_1 | > django.contrib.admin
  136959. web_1 | > south
  136960. web_1 | > crispy_forms
  136961. web_1 | > avatar
  136962. web_1 | > bootstrap3
  136963. web_1 | > users
  136964. web_1 | > allauth
  136965. web_1 | > allauth.account
  136966. web_1 | > django.contrib.humanize
  136967. web_1 | > debug_toolbar
  136968. web_1 |
  136969. web_1 | Not synced (use migrations):
  136970. web_1 | - allauth.socialaccount
  136971. web_1 | - django_extensions
  136972. web_1 | (use ./manage.py migrate to migrate these)
  136973. web_1 | Running migrations for socialaccount:
  136974. web_1 | - Nothing to migrate.
  136975. web_1 | - Loading initial data for socialaccount.
  136976. web_1 | Installed 0 object(s) from 0 fixture(s)
  136977. web_1 | Running migrations for django_extensions:
  136978. web_1 | - Nothing to migrate.
  136979. web_1 | - Loading initial data for django_extensions.
  136980. web_1 | Installed 0 object(s) from 0 fixture(s)
  136981. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  136982. web_1 | [GCC 4.9.2] on linux2
  136983. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  136984. web_1 | (InteractiveConsole)
  136985. web_1 |
  136986. web_1 | >>> >>> Starting the server
  136987. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  136988. web_1 |
  136989. web_1 | Fatal error: Unable to find local grunt.
  136990. web_1 |
  136991. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  136992. web_1 | your project. For more information about installing and configuring grunt,
  136993. web_1 | please see the Getting Started guide:
  136994. web_1 |
  136995. web_1 | http://gruntjs.com/getting-started
  136996. web_1 | Starting OpenBSD Secure Shell server: sshd.
  136997. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  136998. web_1 | Syncing...
  136999. web_1 | Creating tables ...
  137000. web_1 | Installing custom SQL ...
  137001. web_1 | Installing indexes ...
  137002. web_1 | Installed 0 object(s) from 0 fixture(s)
  137003. web_1 |
  137004. web_1 | Synced:
  137005. web_1 | > django.contrib.auth
  137006. web_1 | > django.contrib.contenttypes
  137007. web_1 | > django.contrib.sessions
  137008. web_1 | > django.contrib.sites
  137009. web_1 | > django.contrib.messages
  137010. web_1 | > django.contrib.staticfiles
  137011. web_1 | > django.contrib.admin
  137012. web_1 | > south
  137013. web_1 | > crispy_forms
  137014. web_1 | > avatar
  137015. web_1 | > bootstrap3
  137016. web_1 | > users
  137017. web_1 | > allauth
  137018. web_1 | > allauth.account
  137019. web_1 | > django.contrib.humanize
  137020. web_1 | > debug_toolbar
  137021. web_1 |
  137022. web_1 | Not synced (use migrations):
  137023. web_1 | - allauth.socialaccount
  137024. web_1 | - django_extensions
  137025. web_1 | (use ./manage.py migrate to migrate these)
  137026. web_1 | Running migrations for socialaccount:
  137027. web_1 | - Nothing to migrate.
  137028. web_1 | - Loading initial data for socialaccount.
  137029. web_1 | Installed 0 object(s) from 0 fixture(s)
  137030. web_1 | Running migrations for django_extensions:
  137031. web_1 | - Nothing to migrate.
  137032. web_1 | - Loading initial data for django_extensions.
  137033. web_1 | Installed 0 object(s) from 0 fixture(s)
  137034. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137035. web_1 | [GCC 4.9.2] on linux2
  137036. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137037. web_1 | (InteractiveConsole)
  137038. web_1 |
  137039. web_1 | >>> >>> Starting the server
  137040. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137041. web_1 |
  137042. web_1 | Fatal error: Unable to find local grunt.
  137043. web_1 |
  137044. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137045. web_1 | your project. For more information about installing and configuring grunt,
  137046. web_1 | please see the Getting Started guide:
  137047. web_1 |
  137048. web_1 | http://gruntjs.com/getting-started
  137049. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137050. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137051. web_1 | Syncing...
  137052. web_1 | Creating tables ...
  137053. web_1 | Installing custom SQL ...
  137054. web_1 | Installing indexes ...
  137055. web_1 | Installed 0 object(s) from 0 fixture(s)
  137056. web_1 |
  137057. web_1 | Synced:
  137058. web_1 | > django.contrib.auth
  137059. web_1 | > django.contrib.contenttypes
  137060. web_1 | > django.contrib.sessions
  137061. web_1 | > django.contrib.sites
  137062. web_1 | > django.contrib.messages
  137063. web_1 | > django.contrib.staticfiles
  137064. web_1 | > django.contrib.admin
  137065. web_1 | > south
  137066. web_1 | > crispy_forms
  137067. web_1 | > avatar
  137068. web_1 | > bootstrap3
  137069. web_1 | > users
  137070. web_1 | > allauth
  137071. web_1 | > allauth.account
  137072. web_1 | > django.contrib.humanize
  137073. web_1 | > debug_toolbar
  137074. web_1 |
  137075. web_1 | Not synced (use migrations):
  137076. web_1 | - allauth.socialaccount
  137077. web_1 | - django_extensions
  137078. web_1 | (use ./manage.py migrate to migrate these)
  137079. web_1 | Running migrations for socialaccount:
  137080. web_1 | - Nothing to migrate.
  137081. web_1 | - Loading initial data for socialaccount.
  137082. web_1 | Installed 0 object(s) from 0 fixture(s)
  137083. web_1 | Running migrations for django_extensions:
  137084. web_1 | - Nothing to migrate.
  137085. web_1 | - Loading initial data for django_extensions.
  137086. web_1 | Installed 0 object(s) from 0 fixture(s)
  137087. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137088. web_1 | [GCC 4.9.2] on linux2
  137089. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137090. web_1 | (InteractiveConsole)
  137091. web_1 |
  137092. web_1 | >>> >>> Starting the server
  137093. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137094. web_1 |
  137095. web_1 | Fatal error: Unable to find local grunt.
  137096. web_1 |
  137097. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137098. web_1 | your project. For more information about installing and configuring grunt,
  137099. web_1 | please see the Getting Started guide:
  137100. web_1 |
  137101. web_1 | http://gruntjs.com/getting-started
  137102. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137103. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137104. web_1 | Syncing...
  137105. web_1 | Creating tables ...
  137106. web_1 | Installing custom SQL ...
  137107. web_1 | Installing indexes ...
  137108. web_1 | Installed 0 object(s) from 0 fixture(s)
  137109. web_1 |
  137110. web_1 | Synced:
  137111. web_1 | > django.contrib.auth
  137112. web_1 | > django.contrib.contenttypes
  137113. web_1 | > django.contrib.sessions
  137114. web_1 | > django.contrib.sites
  137115. web_1 | > django.contrib.messages
  137116. web_1 | > django.contrib.staticfiles
  137117. web_1 | > django.contrib.admin
  137118. web_1 | > south
  137119. web_1 | > crispy_forms
  137120. web_1 | > avatar
  137121. web_1 | > bootstrap3
  137122. web_1 | > users
  137123. web_1 | > allauth
  137124. web_1 | > allauth.account
  137125. web_1 | > django.contrib.humanize
  137126. web_1 | > debug_toolbar
  137127. web_1 |
  137128. web_1 | Not synced (use migrations):
  137129. web_1 | - allauth.socialaccount
  137130. web_1 | - django_extensions
  137131. web_1 | (use ./manage.py migrate to migrate these)
  137132. web_1 | Running migrations for socialaccount:
  137133. web_1 | - Nothing to migrate.
  137134. web_1 | - Loading initial data for socialaccount.
  137135. web_1 | Installed 0 object(s) from 0 fixture(s)
  137136. web_1 | Running migrations for django_extensions:
  137137. web_1 | - Nothing to migrate.
  137138. web_1 | - Loading initial data for django_extensions.
  137139. web_1 | Installed 0 object(s) from 0 fixture(s)
  137140. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137141. web_1 | [GCC 4.9.2] on linux2
  137142. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137143. web_1 | (InteractiveConsole)
  137144. web_1 |
  137145. web_1 | >>> >>> Starting the server
  137146. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137147. web_1 |
  137148. web_1 | Fatal error: Unable to find local grunt.
  137149. web_1 |
  137150. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137151. web_1 | your project. For more information about installing and configuring grunt,
  137152. web_1 | please see the Getting Started guide:
  137153. web_1 |
  137154. web_1 | http://gruntjs.com/getting-started
  137155. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137156. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137157. web_1 | Syncing...
  137158. web_1 | Creating tables ...
  137159. web_1 | Installing custom SQL ...
  137160. web_1 | Installing indexes ...
  137161. web_1 | Installed 0 object(s) from 0 fixture(s)
  137162. web_1 |
  137163. web_1 | Synced:
  137164. web_1 | > django.contrib.auth
  137165. web_1 | > django.contrib.contenttypes
  137166. web_1 | > django.contrib.sessions
  137167. web_1 | > django.contrib.sites
  137168. web_1 | > django.contrib.messages
  137169. web_1 | > django.contrib.staticfiles
  137170. web_1 | > django.contrib.admin
  137171. web_1 | > south
  137172. web_1 | > crispy_forms
  137173. web_1 | > avatar
  137174. web_1 | > bootstrap3
  137175. web_1 | > users
  137176. web_1 | > allauth
  137177. web_1 | > allauth.account
  137178. web_1 | > django.contrib.humanize
  137179. web_1 | > debug_toolbar
  137180. web_1 |
  137181. web_1 | Not synced (use migrations):
  137182. web_1 | - allauth.socialaccount
  137183. web_1 | - django_extensions
  137184. web_1 | (use ./manage.py migrate to migrate these)
  137185. web_1 | Running migrations for socialaccount:
  137186. web_1 | - Nothing to migrate.
  137187. web_1 | - Loading initial data for socialaccount.
  137188. web_1 | Installed 0 object(s) from 0 fixture(s)
  137189. web_1 | Running migrations for django_extensions:
  137190. web_1 | - Nothing to migrate.
  137191. web_1 | - Loading initial data for django_extensions.
  137192. web_1 | Installed 0 object(s) from 0 fixture(s)
  137193. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137194. web_1 | [GCC 4.9.2] on linux2
  137195. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137196. web_1 | (InteractiveConsole)
  137197. web_1 |
  137198. web_1 | >>> >>> Starting the server
  137199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137200. web_1 |
  137201. web_1 | Fatal error: Unable to find local grunt.
  137202. web_1 |
  137203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137204. web_1 | your project. For more information about installing and configuring grunt,
  137205. web_1 | please see the Getting Started guide:
  137206. web_1 |
  137207. web_1 | http://gruntjs.com/getting-started
  137208. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137209. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137210. web_1 | Syncing...
  137211. web_1 | Creating tables ...
  137212. web_1 | Installing custom SQL ...
  137213. web_1 | Installing indexes ...
  137214. web_1 | Installed 0 object(s) from 0 fixture(s)
  137215. web_1 |
  137216. web_1 | Synced:
  137217. web_1 | > django.contrib.auth
  137218. web_1 | > django.contrib.contenttypes
  137219. web_1 | > django.contrib.sessions
  137220. web_1 | > django.contrib.sites
  137221. web_1 | > django.contrib.messages
  137222. web_1 | > django.contrib.staticfiles
  137223. web_1 | > django.contrib.admin
  137224. web_1 | > south
  137225. web_1 | > crispy_forms
  137226. web_1 | > avatar
  137227. web_1 | > bootstrap3
  137228. web_1 | > users
  137229. web_1 | > allauth
  137230. web_1 | > allauth.account
  137231. web_1 | > django.contrib.humanize
  137232. web_1 | > debug_toolbar
  137233. web_1 |
  137234. web_1 | Not synced (use migrations):
  137235. web_1 | - allauth.socialaccount
  137236. web_1 | - django_extensions
  137237. web_1 | (use ./manage.py migrate to migrate these)
  137238. web_1 | Running migrations for socialaccount:
  137239. web_1 | - Nothing to migrate.
  137240. web_1 | - Loading initial data for socialaccount.
  137241. web_1 | Installed 0 object(s) from 0 fixture(s)
  137242. web_1 | Running migrations for django_extensions:
  137243. web_1 | - Nothing to migrate.
  137244. web_1 | - Loading initial data for django_extensions.
  137245. web_1 | Installed 0 object(s) from 0 fixture(s)
  137246. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137247. web_1 | [GCC 4.9.2] on linux2
  137248. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137249. web_1 | (InteractiveConsole)
  137250. web_1 |
  137251. web_1 | >>> >>> Starting the server
  137252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137253. web_1 |
  137254. web_1 | Fatal error: Unable to find local grunt.
  137255. web_1 |
  137256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137257. web_1 | your project. For more information about installing and configuring grunt,
  137258. web_1 | please see the Getting Started guide:
  137259. web_1 |
  137260. web_1 | http://gruntjs.com/getting-started
  137261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137262. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137263. web_1 | Syncing...
  137264. web_1 | Creating tables ...
  137265. web_1 | Installing custom SQL ...
  137266. web_1 | Installing indexes ...
  137267. web_1 | Installed 0 object(s) from 0 fixture(s)
  137268. web_1 |
  137269. web_1 | Synced:
  137270. web_1 | > django.contrib.auth
  137271. web_1 | > django.contrib.contenttypes
  137272. web_1 | > django.contrib.sessions
  137273. web_1 | > django.contrib.sites
  137274. web_1 | > django.contrib.messages
  137275. web_1 | > django.contrib.staticfiles
  137276. web_1 | > django.contrib.admin
  137277. web_1 | > south
  137278. web_1 | > crispy_forms
  137279. web_1 | > avatar
  137280. web_1 | > bootstrap3
  137281. web_1 | > users
  137282. web_1 | > allauth
  137283. web_1 | > allauth.account
  137284. web_1 | > django.contrib.humanize
  137285. web_1 | > debug_toolbar
  137286. web_1 |
  137287. web_1 | Not synced (use migrations):
  137288. web_1 | - allauth.socialaccount
  137289. web_1 | - django_extensions
  137290. web_1 | (use ./manage.py migrate to migrate these)
  137291. web_1 | Running migrations for socialaccount:
  137292. web_1 | - Nothing to migrate.
  137293. web_1 | - Loading initial data for socialaccount.
  137294. web_1 | Installed 0 object(s) from 0 fixture(s)
  137295. web_1 | Running migrations for django_extensions:
  137296. web_1 | - Nothing to migrate.
  137297. web_1 | - Loading initial data for django_extensions.
  137298. web_1 | Installed 0 object(s) from 0 fixture(s)
  137299. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137300. web_1 | [GCC 4.9.2] on linux2
  137301. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137302. web_1 | (InteractiveConsole)
  137303. web_1 |
  137304. web_1 | >>> >>> Starting the server
  137305. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137306. web_1 |
  137307. web_1 | Fatal error: Unable to find local grunt.
  137308. web_1 |
  137309. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137310. web_1 | your project. For more information about installing and configuring grunt,
  137311. web_1 | please see the Getting Started guide:
  137312. web_1 |
  137313. web_1 | http://gruntjs.com/getting-started
  137314. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137315. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137316. web_1 | Syncing...
  137317. web_1 | Creating tables ...
  137318. web_1 | Installing custom SQL ...
  137319. web_1 | Installing indexes ...
  137320. web_1 | Installed 0 object(s) from 0 fixture(s)
  137321. web_1 |
  137322. web_1 | Synced:
  137323. web_1 | > django.contrib.auth
  137324. web_1 | > django.contrib.contenttypes
  137325. web_1 | > django.contrib.sessions
  137326. web_1 | > django.contrib.sites
  137327. web_1 | > django.contrib.messages
  137328. web_1 | > django.contrib.staticfiles
  137329. web_1 | > django.contrib.admin
  137330. web_1 | > south
  137331. web_1 | > crispy_forms
  137332. web_1 | > avatar
  137333. web_1 | > bootstrap3
  137334. web_1 | > users
  137335. web_1 | > allauth
  137336. web_1 | > allauth.account
  137337. web_1 | > django.contrib.humanize
  137338. web_1 | > debug_toolbar
  137339. web_1 |
  137340. web_1 | Not synced (use migrations):
  137341. web_1 | - allauth.socialaccount
  137342. web_1 | - django_extensions
  137343. web_1 | (use ./manage.py migrate to migrate these)
  137344. web_1 | Running migrations for socialaccount:
  137345. web_1 | - Nothing to migrate.
  137346. web_1 | - Loading initial data for socialaccount.
  137347. web_1 | Installed 0 object(s) from 0 fixture(s)
  137348. web_1 | Running migrations for django_extensions:
  137349. web_1 | - Nothing to migrate.
  137350. web_1 | - Loading initial data for django_extensions.
  137351. web_1 | Installed 0 object(s) from 0 fixture(s)
  137352. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137353. web_1 | [GCC 4.9.2] on linux2
  137354. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137355. web_1 | (InteractiveConsole)
  137356. web_1 |
  137357. web_1 | >>> >>> Starting the server
  137358. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137359. web_1 |
  137360. web_1 | Fatal error: Unable to find local grunt.
  137361. web_1 |
  137362. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137363. web_1 | your project. For more information about installing and configuring grunt,
  137364. web_1 | please see the Getting Started guide:
  137365. web_1 |
  137366. web_1 | http://gruntjs.com/getting-started
  137367. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137368. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137369. web_1 | Syncing...
  137370. web_1 | Creating tables ...
  137371. web_1 | Installing custom SQL ...
  137372. web_1 | Installing indexes ...
  137373. web_1 | Installed 0 object(s) from 0 fixture(s)
  137374. web_1 |
  137375. web_1 | Synced:
  137376. web_1 | > django.contrib.auth
  137377. web_1 | > django.contrib.contenttypes
  137378. web_1 | > django.contrib.sessions
  137379. web_1 | > django.contrib.sites
  137380. web_1 | > django.contrib.messages
  137381. web_1 | > django.contrib.staticfiles
  137382. web_1 | > django.contrib.admin
  137383. web_1 | > south
  137384. web_1 | > crispy_forms
  137385. web_1 | > avatar
  137386. web_1 | > bootstrap3
  137387. web_1 | > users
  137388. web_1 | > allauth
  137389. web_1 | > allauth.account
  137390. web_1 | > django.contrib.humanize
  137391. web_1 | > debug_toolbar
  137392. web_1 |
  137393. web_1 | Not synced (use migrations):
  137394. web_1 | - allauth.socialaccount
  137395. web_1 | - django_extensions
  137396. web_1 | (use ./manage.py migrate to migrate these)
  137397. web_1 | Running migrations for socialaccount:
  137398. web_1 | - Nothing to migrate.
  137399. web_1 | - Loading initial data for socialaccount.
  137400. web_1 | Installed 0 object(s) from 0 fixture(s)
  137401. web_1 | Running migrations for django_extensions:
  137402. web_1 | - Nothing to migrate.
  137403. web_1 | - Loading initial data for django_extensions.
  137404. web_1 | Installed 0 object(s) from 0 fixture(s)
  137405. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137406. web_1 | [GCC 4.9.2] on linux2
  137407. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137408. web_1 | (InteractiveConsole)
  137409. web_1 |
  137410. web_1 | >>> >>> Starting the server
  137411. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137412. web_1 |
  137413. web_1 | Fatal error: Unable to find local grunt.
  137414. web_1 |
  137415. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137416. web_1 | your project. For more information about installing and configuring grunt,
  137417. web_1 | please see the Getting Started guide:
  137418. web_1 |
  137419. web_1 | http://gruntjs.com/getting-started
  137420. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137421. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137422. web_1 | Syncing...
  137423. web_1 | Creating tables ...
  137424. web_1 | Installing custom SQL ...
  137425. web_1 | Installing indexes ...
  137426. web_1 | Installed 0 object(s) from 0 fixture(s)
  137427. web_1 |
  137428. web_1 | Synced:
  137429. web_1 | > django.contrib.auth
  137430. web_1 | > django.contrib.contenttypes
  137431. web_1 | > django.contrib.sessions
  137432. web_1 | > django.contrib.sites
  137433. web_1 | > django.contrib.messages
  137434. web_1 | > django.contrib.staticfiles
  137435. web_1 | > django.contrib.admin
  137436. web_1 | > south
  137437. web_1 | > crispy_forms
  137438. web_1 | > avatar
  137439. web_1 | > bootstrap3
  137440. web_1 | > users
  137441. web_1 | > allauth
  137442. web_1 | > allauth.account
  137443. web_1 | > django.contrib.humanize
  137444. web_1 | > debug_toolbar
  137445. web_1 |
  137446. web_1 | Not synced (use migrations):
  137447. web_1 | - allauth.socialaccount
  137448. web_1 | - django_extensions
  137449. web_1 | (use ./manage.py migrate to migrate these)
  137450. web_1 | Running migrations for socialaccount:
  137451. web_1 | - Nothing to migrate.
  137452. web_1 | - Loading initial data for socialaccount.
  137453. web_1 | Installed 0 object(s) from 0 fixture(s)
  137454. web_1 | Running migrations for django_extensions:
  137455. web_1 | - Nothing to migrate.
  137456. web_1 | - Loading initial data for django_extensions.
  137457. web_1 | Installed 0 object(s) from 0 fixture(s)
  137458. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137459. web_1 | [GCC 4.9.2] on linux2
  137460. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137461. web_1 | (InteractiveConsole)
  137462. web_1 |
  137463. web_1 | >>> >>> Starting the server
  137464. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137465. web_1 |
  137466. web_1 | Fatal error: Unable to find local grunt.
  137467. web_1 |
  137468. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137469. web_1 | your project. For more information about installing and configuring grunt,
  137470. web_1 | please see the Getting Started guide:
  137471. web_1 |
  137472. web_1 | http://gruntjs.com/getting-started
  137473. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137474. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137475. web_1 | Syncing...
  137476. web_1 | Creating tables ...
  137477. web_1 | Installing custom SQL ...
  137478. web_1 | Installing indexes ...
  137479. web_1 | Installed 0 object(s) from 0 fixture(s)
  137480. web_1 |
  137481. web_1 | Synced:
  137482. web_1 | > django.contrib.auth
  137483. web_1 | > django.contrib.contenttypes
  137484. web_1 | > django.contrib.sessions
  137485. web_1 | > django.contrib.sites
  137486. web_1 | > django.contrib.messages
  137487. web_1 | > django.contrib.staticfiles
  137488. web_1 | > django.contrib.admin
  137489. web_1 | > south
  137490. web_1 | > crispy_forms
  137491. web_1 | > avatar
  137492. web_1 | > bootstrap3
  137493. web_1 | > users
  137494. web_1 | > allauth
  137495. web_1 | > allauth.account
  137496. web_1 | > django.contrib.humanize
  137497. web_1 | > debug_toolbar
  137498. web_1 |
  137499. web_1 | Not synced (use migrations):
  137500. web_1 | - allauth.socialaccount
  137501. web_1 | - django_extensions
  137502. web_1 | (use ./manage.py migrate to migrate these)
  137503. web_1 | Running migrations for socialaccount:
  137504. web_1 | - Nothing to migrate.
  137505. web_1 | - Loading initial data for socialaccount.
  137506. web_1 | Installed 0 object(s) from 0 fixture(s)
  137507. web_1 | Running migrations for django_extensions:
  137508. web_1 | - Nothing to migrate.
  137509. web_1 | - Loading initial data for django_extensions.
  137510. web_1 | Installed 0 object(s) from 0 fixture(s)
  137511. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137512. web_1 | [GCC 4.9.2] on linux2
  137513. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137514. web_1 | (InteractiveConsole)
  137515. web_1 |
  137516. web_1 | >>> >>> Starting the server
  137517. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137518. web_1 |
  137519. web_1 | Fatal error: Unable to find local grunt.
  137520. web_1 |
  137521. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137522. web_1 | your project. For more information about installing and configuring grunt,
  137523. web_1 | please see the Getting Started guide:
  137524. web_1 |
  137525. web_1 | http://gruntjs.com/getting-started
  137526. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137527. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137528. web_1 | Syncing...
  137529. web_1 | Creating tables ...
  137530. web_1 | Installing custom SQL ...
  137531. web_1 | Installing indexes ...
  137532. web_1 | Installed 0 object(s) from 0 fixture(s)
  137533. web_1 |
  137534. web_1 | Synced:
  137535. web_1 | > django.contrib.auth
  137536. web_1 | > django.contrib.contenttypes
  137537. web_1 | > django.contrib.sessions
  137538. web_1 | > django.contrib.sites
  137539. web_1 | > django.contrib.messages
  137540. web_1 | > django.contrib.staticfiles
  137541. web_1 | > django.contrib.admin
  137542. web_1 | > south
  137543. web_1 | > crispy_forms
  137544. web_1 | > avatar
  137545. web_1 | > bootstrap3
  137546. web_1 | > users
  137547. web_1 | > allauth
  137548. web_1 | > allauth.account
  137549. web_1 | > django.contrib.humanize
  137550. web_1 | > debug_toolbar
  137551. web_1 |
  137552. web_1 | Not synced (use migrations):
  137553. web_1 | - allauth.socialaccount
  137554. web_1 | - django_extensions
  137555. web_1 | (use ./manage.py migrate to migrate these)
  137556. web_1 | Running migrations for socialaccount:
  137557. web_1 | - Nothing to migrate.
  137558. web_1 | - Loading initial data for socialaccount.
  137559. web_1 | Installed 0 object(s) from 0 fixture(s)
  137560. web_1 | Running migrations for django_extensions:
  137561. web_1 | - Nothing to migrate.
  137562. web_1 | - Loading initial data for django_extensions.
  137563. web_1 | Installed 0 object(s) from 0 fixture(s)
  137564. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137565. web_1 | [GCC 4.9.2] on linux2
  137566. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137567. web_1 | (InteractiveConsole)
  137568. web_1 |
  137569. web_1 | >>> >>> Starting the server
  137570. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137571. web_1 |
  137572. web_1 | Fatal error: Unable to find local grunt.
  137573. web_1 |
  137574. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137575. web_1 | your project. For more information about installing and configuring grunt,
  137576. web_1 | please see the Getting Started guide:
  137577. web_1 |
  137578. web_1 | http://gruntjs.com/getting-started
  137579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137580. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137581. web_1 | Syncing...
  137582. web_1 | Creating tables ...
  137583. web_1 | Installing custom SQL ...
  137584. web_1 | Installing indexes ...
  137585. web_1 | Installed 0 object(s) from 0 fixture(s)
  137586. web_1 |
  137587. web_1 | Synced:
  137588. web_1 | > django.contrib.auth
  137589. web_1 | > django.contrib.contenttypes
  137590. web_1 | > django.contrib.sessions
  137591. web_1 | > django.contrib.sites
  137592. web_1 | > django.contrib.messages
  137593. web_1 | > django.contrib.staticfiles
  137594. web_1 | > django.contrib.admin
  137595. web_1 | > south
  137596. web_1 | > crispy_forms
  137597. web_1 | > avatar
  137598. web_1 | > bootstrap3
  137599. web_1 | > users
  137600. web_1 | > allauth
  137601. web_1 | > allauth.account
  137602. web_1 | > django.contrib.humanize
  137603. web_1 | > debug_toolbar
  137604. web_1 |
  137605. web_1 | Not synced (use migrations):
  137606. web_1 | - allauth.socialaccount
  137607. web_1 | - django_extensions
  137608. web_1 | (use ./manage.py migrate to migrate these)
  137609. web_1 | Running migrations for socialaccount:
  137610. web_1 | - Nothing to migrate.
  137611. web_1 | - Loading initial data for socialaccount.
  137612. web_1 | Installed 0 object(s) from 0 fixture(s)
  137613. web_1 | Running migrations for django_extensions:
  137614. web_1 | - Nothing to migrate.
  137615. web_1 | - Loading initial data for django_extensions.
  137616. web_1 | Installed 0 object(s) from 0 fixture(s)
  137617. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137618. web_1 | [GCC 4.9.2] on linux2
  137619. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137620. web_1 | (InteractiveConsole)
  137621. web_1 |
  137622. web_1 | >>> >>> Starting the server
  137623. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137624. web_1 |
  137625. web_1 | Fatal error: Unable to find local grunt.
  137626. web_1 |
  137627. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137628. web_1 | your project. For more information about installing and configuring grunt,
  137629. web_1 | please see the Getting Started guide:
  137630. web_1 |
  137631. web_1 | http://gruntjs.com/getting-started
  137632. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137633. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137634. web_1 | Syncing...
  137635. web_1 | Creating tables ...
  137636. web_1 | Installing custom SQL ...
  137637. web_1 | Installing indexes ...
  137638. web_1 | Installed 0 object(s) from 0 fixture(s)
  137639. web_1 |
  137640. web_1 | Synced:
  137641. web_1 | > django.contrib.auth
  137642. web_1 | > django.contrib.contenttypes
  137643. web_1 | > django.contrib.sessions
  137644. web_1 | > django.contrib.sites
  137645. web_1 | > django.contrib.messages
  137646. web_1 | > django.contrib.staticfiles
  137647. web_1 | > django.contrib.admin
  137648. web_1 | > south
  137649. web_1 | > crispy_forms
  137650. web_1 | > avatar
  137651. web_1 | > bootstrap3
  137652. web_1 | > users
  137653. web_1 | > allauth
  137654. web_1 | > allauth.account
  137655. web_1 | > django.contrib.humanize
  137656. web_1 | > debug_toolbar
  137657. web_1 |
  137658. web_1 | Not synced (use migrations):
  137659. web_1 | - allauth.socialaccount
  137660. web_1 | - django_extensions
  137661. web_1 | (use ./manage.py migrate to migrate these)
  137662. web_1 | Running migrations for socialaccount:
  137663. web_1 | - Nothing to migrate.
  137664. web_1 | - Loading initial data for socialaccount.
  137665. web_1 | Installed 0 object(s) from 0 fixture(s)
  137666. web_1 | Running migrations for django_extensions:
  137667. web_1 | - Nothing to migrate.
  137668. web_1 | - Loading initial data for django_extensions.
  137669. web_1 | Installed 0 object(s) from 0 fixture(s)
  137670. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137671. web_1 | [GCC 4.9.2] on linux2
  137672. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137673. web_1 | (InteractiveConsole)
  137674. web_1 |
  137675. web_1 | >>> >>> Starting the server
  137676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137677. web_1 |
  137678. web_1 | Fatal error: Unable to find local grunt.
  137679. web_1 |
  137680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137681. web_1 | your project. For more information about installing and configuring grunt,
  137682. web_1 | please see the Getting Started guide:
  137683. web_1 |
  137684. web_1 | http://gruntjs.com/getting-started
  137685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137686. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137687. web_1 | Syncing...
  137688. web_1 | Creating tables ...
  137689. web_1 | Installing custom SQL ...
  137690. web_1 | Installing indexes ...
  137691. web_1 | Installed 0 object(s) from 0 fixture(s)
  137692. web_1 |
  137693. web_1 | Synced:
  137694. web_1 | > django.contrib.auth
  137695. web_1 | > django.contrib.contenttypes
  137696. web_1 | > django.contrib.sessions
  137697. web_1 | > django.contrib.sites
  137698. web_1 | > django.contrib.messages
  137699. web_1 | > django.contrib.staticfiles
  137700. web_1 | > django.contrib.admin
  137701. web_1 | > south
  137702. web_1 | > crispy_forms
  137703. web_1 | > avatar
  137704. web_1 | > bootstrap3
  137705. web_1 | > users
  137706. web_1 | > allauth
  137707. web_1 | > allauth.account
  137708. web_1 | > django.contrib.humanize
  137709. web_1 | > debug_toolbar
  137710. web_1 |
  137711. web_1 | Not synced (use migrations):
  137712. web_1 | - allauth.socialaccount
  137713. web_1 | - django_extensions
  137714. web_1 | (use ./manage.py migrate to migrate these)
  137715. web_1 | Running migrations for socialaccount:
  137716. web_1 | - Nothing to migrate.
  137717. web_1 | - Loading initial data for socialaccount.
  137718. web_1 | Installed 0 object(s) from 0 fixture(s)
  137719. web_1 | Running migrations for django_extensions:
  137720. web_1 | - Nothing to migrate.
  137721. web_1 | - Loading initial data for django_extensions.
  137722. web_1 | Installed 0 object(s) from 0 fixture(s)
  137723. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137724. web_1 | [GCC 4.9.2] on linux2
  137725. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137726. web_1 | (InteractiveConsole)
  137727. web_1 |
  137728. web_1 | >>> >>> Starting the server
  137729. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137730. web_1 |
  137731. web_1 | Fatal error: Unable to find local grunt.
  137732. web_1 |
  137733. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137734. web_1 | your project. For more information about installing and configuring grunt,
  137735. web_1 | please see the Getting Started guide:
  137736. web_1 |
  137737. web_1 | http://gruntjs.com/getting-started
  137738. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137739. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137740. web_1 | Syncing...
  137741. web_1 | Creating tables ...
  137742. web_1 | Installing custom SQL ...
  137743. web_1 | Installing indexes ...
  137744. web_1 | Installed 0 object(s) from 0 fixture(s)
  137745. web_1 |
  137746. web_1 | Synced:
  137747. web_1 | > django.contrib.auth
  137748. web_1 | > django.contrib.contenttypes
  137749. web_1 | > django.contrib.sessions
  137750. web_1 | > django.contrib.sites
  137751. web_1 | > django.contrib.messages
  137752. web_1 | > django.contrib.staticfiles
  137753. web_1 | > django.contrib.admin
  137754. web_1 | > south
  137755. web_1 | > crispy_forms
  137756. web_1 | > avatar
  137757. web_1 | > bootstrap3
  137758. web_1 | > users
  137759. web_1 | > allauth
  137760. web_1 | > allauth.account
  137761. web_1 | > django.contrib.humanize
  137762. web_1 | > debug_toolbar
  137763. web_1 |
  137764. web_1 | Not synced (use migrations):
  137765. web_1 | - allauth.socialaccount
  137766. web_1 | - django_extensions
  137767. web_1 | (use ./manage.py migrate to migrate these)
  137768. web_1 | Running migrations for socialaccount:
  137769. web_1 | - Nothing to migrate.
  137770. web_1 | - Loading initial data for socialaccount.
  137771. web_1 | Installed 0 object(s) from 0 fixture(s)
  137772. web_1 | Running migrations for django_extensions:
  137773. web_1 | - Nothing to migrate.
  137774. web_1 | - Loading initial data for django_extensions.
  137775. web_1 | Installed 0 object(s) from 0 fixture(s)
  137776. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137777. web_1 | [GCC 4.9.2] on linux2
  137778. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137779. web_1 | (InteractiveConsole)
  137780. web_1 |
  137781. web_1 | >>> >>> Starting the server
  137782. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137783. web_1 |
  137784. web_1 | Fatal error: Unable to find local grunt.
  137785. web_1 |
  137786. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137787. web_1 | your project. For more information about installing and configuring grunt,
  137788. web_1 | please see the Getting Started guide:
  137789. web_1 |
  137790. web_1 | http://gruntjs.com/getting-started
  137791. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137792. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137793. web_1 | Syncing...
  137794. web_1 | Creating tables ...
  137795. web_1 | Installing custom SQL ...
  137796. web_1 | Installing indexes ...
  137797. web_1 | Installed 0 object(s) from 0 fixture(s)
  137798. web_1 |
  137799. web_1 | Synced:
  137800. web_1 | > django.contrib.auth
  137801. web_1 | > django.contrib.contenttypes
  137802. web_1 | > django.contrib.sessions
  137803. web_1 | > django.contrib.sites
  137804. web_1 | > django.contrib.messages
  137805. web_1 | > django.contrib.staticfiles
  137806. web_1 | > django.contrib.admin
  137807. web_1 | > south
  137808. web_1 | > crispy_forms
  137809. web_1 | > avatar
  137810. web_1 | > bootstrap3
  137811. web_1 | > users
  137812. web_1 | > allauth
  137813. web_1 | > allauth.account
  137814. web_1 | > django.contrib.humanize
  137815. web_1 | > debug_toolbar
  137816. web_1 |
  137817. web_1 | Not synced (use migrations):
  137818. web_1 | - allauth.socialaccount
  137819. web_1 | - django_extensions
  137820. web_1 | (use ./manage.py migrate to migrate these)
  137821. web_1 | Running migrations for socialaccount:
  137822. web_1 | - Nothing to migrate.
  137823. web_1 | - Loading initial data for socialaccount.
  137824. web_1 | Installed 0 object(s) from 0 fixture(s)
  137825. web_1 | Running migrations for django_extensions:
  137826. web_1 | - Nothing to migrate.
  137827. web_1 | - Loading initial data for django_extensions.
  137828. web_1 | Installed 0 object(s) from 0 fixture(s)
  137829. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137830. web_1 | [GCC 4.9.2] on linux2
  137831. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137832. web_1 | (InteractiveConsole)
  137833. web_1 |
  137834. web_1 | >>> >>> Starting the server
  137835. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137836. web_1 |
  137837. web_1 | Fatal error: Unable to find local grunt.
  137838. web_1 |
  137839. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137840. web_1 | your project. For more information about installing and configuring grunt,
  137841. web_1 | please see the Getting Started guide:
  137842. web_1 |
  137843. web_1 | http://gruntjs.com/getting-started
  137844. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137845. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137846. web_1 | Syncing...
  137847. web_1 | Creating tables ...
  137848. web_1 | Installing custom SQL ...
  137849. web_1 | Installing indexes ...
  137850. web_1 | Installed 0 object(s) from 0 fixture(s)
  137851. web_1 |
  137852. web_1 | Synced:
  137853. web_1 | > django.contrib.auth
  137854. web_1 | > django.contrib.contenttypes
  137855. web_1 | > django.contrib.sessions
  137856. web_1 | > django.contrib.sites
  137857. web_1 | > django.contrib.messages
  137858. web_1 | > django.contrib.staticfiles
  137859. web_1 | > django.contrib.admin
  137860. web_1 | > south
  137861. web_1 | > crispy_forms
  137862. web_1 | > avatar
  137863. web_1 | > bootstrap3
  137864. web_1 | > users
  137865. web_1 | > allauth
  137866. web_1 | > allauth.account
  137867. web_1 | > django.contrib.humanize
  137868. web_1 | > debug_toolbar
  137869. web_1 |
  137870. web_1 | Not synced (use migrations):
  137871. web_1 | - allauth.socialaccount
  137872. web_1 | - django_extensions
  137873. web_1 | (use ./manage.py migrate to migrate these)
  137874. web_1 | Running migrations for socialaccount:
  137875. web_1 | - Nothing to migrate.
  137876. web_1 | - Loading initial data for socialaccount.
  137877. web_1 | Installed 0 object(s) from 0 fixture(s)
  137878. web_1 | Running migrations for django_extensions:
  137879. web_1 | - Nothing to migrate.
  137880. web_1 | - Loading initial data for django_extensions.
  137881. web_1 | Installed 0 object(s) from 0 fixture(s)
  137882. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137883. web_1 | [GCC 4.9.2] on linux2
  137884. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137885. web_1 | (InteractiveConsole)
  137886. web_1 |
  137887. web_1 | >>> >>> Starting the server
  137888. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137889. web_1 |
  137890. web_1 | Fatal error: Unable to find local grunt.
  137891. web_1 |
  137892. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137893. web_1 | your project. For more information about installing and configuring grunt,
  137894. web_1 | please see the Getting Started guide:
  137895. web_1 |
  137896. web_1 | http://gruntjs.com/getting-started
  137897. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137898. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137899. web_1 | Syncing...
  137900. web_1 | Creating tables ...
  137901. web_1 | Installing custom SQL ...
  137902. web_1 | Installing indexes ...
  137903. web_1 | Installed 0 object(s) from 0 fixture(s)
  137904. web_1 |
  137905. web_1 | Synced:
  137906. web_1 | > django.contrib.auth
  137907. web_1 | > django.contrib.contenttypes
  137908. web_1 | > django.contrib.sessions
  137909. web_1 | > django.contrib.sites
  137910. web_1 | > django.contrib.messages
  137911. web_1 | > django.contrib.staticfiles
  137912. web_1 | > django.contrib.admin
  137913. web_1 | > south
  137914. web_1 | > crispy_forms
  137915. web_1 | > avatar
  137916. web_1 | > bootstrap3
  137917. web_1 | > users
  137918. web_1 | > allauth
  137919. web_1 | > allauth.account
  137920. web_1 | > django.contrib.humanize
  137921. web_1 | > debug_toolbar
  137922. web_1 |
  137923. web_1 | Not synced (use migrations):
  137924. web_1 | - allauth.socialaccount
  137925. web_1 | - django_extensions
  137926. web_1 | (use ./manage.py migrate to migrate these)
  137927. web_1 | Running migrations for socialaccount:
  137928. web_1 | - Nothing to migrate.
  137929. web_1 | - Loading initial data for socialaccount.
  137930. web_1 | Installed 0 object(s) from 0 fixture(s)
  137931. web_1 | Running migrations for django_extensions:
  137932. web_1 | - Nothing to migrate.
  137933. web_1 | - Loading initial data for django_extensions.
  137934. web_1 | Installed 0 object(s) from 0 fixture(s)
  137935. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137936. web_1 | [GCC 4.9.2] on linux2
  137937. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137938. web_1 | (InteractiveConsole)
  137939. web_1 |
  137940. web_1 | >>> >>> Starting the server
  137941. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137942. web_1 |
  137943. web_1 | Fatal error: Unable to find local grunt.
  137944. web_1 |
  137945. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137946. web_1 | your project. For more information about installing and configuring grunt,
  137947. web_1 | please see the Getting Started guide:
  137948. web_1 |
  137949. web_1 | http://gruntjs.com/getting-started
  137950. web_1 | Starting OpenBSD Secure Shell server: sshd.
  137951. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  137952. web_1 | Syncing...
  137953. web_1 | Creating tables ...
  137954. web_1 | Installing custom SQL ...
  137955. web_1 | Installing indexes ...
  137956. web_1 | Installed 0 object(s) from 0 fixture(s)
  137957. web_1 |
  137958. web_1 | Synced:
  137959. web_1 | > django.contrib.auth
  137960. web_1 | > django.contrib.contenttypes
  137961. web_1 | > django.contrib.sessions
  137962. web_1 | > django.contrib.sites
  137963. web_1 | > django.contrib.messages
  137964. web_1 | > django.contrib.staticfiles
  137965. web_1 | > django.contrib.admin
  137966. web_1 | > south
  137967. web_1 | > crispy_forms
  137968. web_1 | > avatar
  137969. web_1 | > bootstrap3
  137970. web_1 | > users
  137971. web_1 | > allauth
  137972. web_1 | > allauth.account
  137973. web_1 | > django.contrib.humanize
  137974. web_1 | > debug_toolbar
  137975. web_1 |
  137976. web_1 | Not synced (use migrations):
  137977. web_1 | - allauth.socialaccount
  137978. web_1 | - django_extensions
  137979. web_1 | (use ./manage.py migrate to migrate these)
  137980. web_1 | Running migrations for socialaccount:
  137981. web_1 | - Nothing to migrate.
  137982. web_1 | - Loading initial data for socialaccount.
  137983. web_1 | Installed 0 object(s) from 0 fixture(s)
  137984. web_1 | Running migrations for django_extensions:
  137985. web_1 | - Nothing to migrate.
  137986. web_1 | - Loading initial data for django_extensions.
  137987. web_1 | Installed 0 object(s) from 0 fixture(s)
  137988. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  137989. web_1 | [GCC 4.9.2] on linux2
  137990. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  137991. web_1 | (InteractiveConsole)
  137992. web_1 |
  137993. web_1 | >>> >>> Starting the server
  137994. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  137995. web_1 |
  137996. web_1 | Fatal error: Unable to find local grunt.
  137997. web_1 |
  137998. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  137999. web_1 | your project. For more information about installing and configuring grunt,
  138000. web_1 | please see the Getting Started guide:
  138001. web_1 |
  138002. web_1 | http://gruntjs.com/getting-started
  138003. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138004. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138005. web_1 | Syncing...
  138006. web_1 | Creating tables ...
  138007. web_1 | Installing custom SQL ...
  138008. web_1 | Installing indexes ...
  138009. web_1 | Installed 0 object(s) from 0 fixture(s)
  138010. web_1 |
  138011. web_1 | Synced:
  138012. web_1 | > django.contrib.auth
  138013. web_1 | > django.contrib.contenttypes
  138014. web_1 | > django.contrib.sessions
  138015. web_1 | > django.contrib.sites
  138016. web_1 | > django.contrib.messages
  138017. web_1 | > django.contrib.staticfiles
  138018. web_1 | > django.contrib.admin
  138019. web_1 | > south
  138020. web_1 | > crispy_forms
  138021. web_1 | > avatar
  138022. web_1 | > bootstrap3
  138023. web_1 | > users
  138024. web_1 | > allauth
  138025. web_1 | > allauth.account
  138026. web_1 | > django.contrib.humanize
  138027. web_1 | > debug_toolbar
  138028. web_1 |
  138029. web_1 | Not synced (use migrations):
  138030. web_1 | - allauth.socialaccount
  138031. web_1 | - django_extensions
  138032. web_1 | (use ./manage.py migrate to migrate these)
  138033. web_1 | Running migrations for socialaccount:
  138034. web_1 | - Nothing to migrate.
  138035. web_1 | - Loading initial data for socialaccount.
  138036. web_1 | Installed 0 object(s) from 0 fixture(s)
  138037. web_1 | Running migrations for django_extensions:
  138038. web_1 | - Nothing to migrate.
  138039. web_1 | - Loading initial data for django_extensions.
  138040. web_1 | Installed 0 object(s) from 0 fixture(s)
  138041. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138042. web_1 | [GCC 4.9.2] on linux2
  138043. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138044. web_1 | (InteractiveConsole)
  138045. web_1 |
  138046. web_1 | >>> >>> Starting the server
  138047. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138048. web_1 |
  138049. web_1 | Fatal error: Unable to find local grunt.
  138050. web_1 |
  138051. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138052. web_1 | your project. For more information about installing and configuring grunt,
  138053. web_1 | please see the Getting Started guide:
  138054. web_1 |
  138055. web_1 | http://gruntjs.com/getting-started
  138056. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138057. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138058. web_1 | Syncing...
  138059. web_1 | Creating tables ...
  138060. web_1 | Installing custom SQL ...
  138061. web_1 | Installing indexes ...
  138062. web_1 | Installed 0 object(s) from 0 fixture(s)
  138063. web_1 |
  138064. web_1 | Synced:
  138065. web_1 | > django.contrib.auth
  138066. web_1 | > django.contrib.contenttypes
  138067. web_1 | > django.contrib.sessions
  138068. web_1 | > django.contrib.sites
  138069. web_1 | > django.contrib.messages
  138070. web_1 | > django.contrib.staticfiles
  138071. web_1 | > django.contrib.admin
  138072. web_1 | > south
  138073. web_1 | > crispy_forms
  138074. web_1 | > avatar
  138075. web_1 | > bootstrap3
  138076. web_1 | > users
  138077. web_1 | > allauth
  138078. web_1 | > allauth.account
  138079. web_1 | > django.contrib.humanize
  138080. web_1 | > debug_toolbar
  138081. web_1 |
  138082. web_1 | Not synced (use migrations):
  138083. web_1 | - allauth.socialaccount
  138084. web_1 | - django_extensions
  138085. web_1 | (use ./manage.py migrate to migrate these)
  138086. web_1 | Running migrations for socialaccount:
  138087. web_1 | - Nothing to migrate.
  138088. web_1 | - Loading initial data for socialaccount.
  138089. web_1 | Installed 0 object(s) from 0 fixture(s)
  138090. web_1 | Running migrations for django_extensions:
  138091. web_1 | - Nothing to migrate.
  138092. web_1 | - Loading initial data for django_extensions.
  138093. web_1 | Installed 0 object(s) from 0 fixture(s)
  138094. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138095. web_1 | [GCC 4.9.2] on linux2
  138096. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138097. web_1 | (InteractiveConsole)
  138098. web_1 |
  138099. web_1 | >>> >>> Starting the server
  138100. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138101. web_1 |
  138102. web_1 | Fatal error: Unable to find local grunt.
  138103. web_1 |
  138104. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138105. web_1 | your project. For more information about installing and configuring grunt,
  138106. web_1 | please see the Getting Started guide:
  138107. web_1 |
  138108. web_1 | http://gruntjs.com/getting-started
  138109. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138110. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138111. web_1 | Syncing...
  138112. web_1 | Creating tables ...
  138113. web_1 | Installing custom SQL ...
  138114. web_1 | Installing indexes ...
  138115. web_1 | Installed 0 object(s) from 0 fixture(s)
  138116. web_1 |
  138117. web_1 | Synced:
  138118. web_1 | > django.contrib.auth
  138119. web_1 | > django.contrib.contenttypes
  138120. web_1 | > django.contrib.sessions
  138121. web_1 | > django.contrib.sites
  138122. web_1 | > django.contrib.messages
  138123. web_1 | > django.contrib.staticfiles
  138124. web_1 | > django.contrib.admin
  138125. web_1 | > south
  138126. web_1 | > crispy_forms
  138127. web_1 | > avatar
  138128. web_1 | > bootstrap3
  138129. web_1 | > users
  138130. web_1 | > allauth
  138131. web_1 | > allauth.account
  138132. web_1 | > django.contrib.humanize
  138133. web_1 | > debug_toolbar
  138134. web_1 |
  138135. web_1 | Not synced (use migrations):
  138136. web_1 | - allauth.socialaccount
  138137. web_1 | - django_extensions
  138138. web_1 | (use ./manage.py migrate to migrate these)
  138139. web_1 | Running migrations for socialaccount:
  138140. web_1 | - Nothing to migrate.
  138141. web_1 | - Loading initial data for socialaccount.
  138142. web_1 | Installed 0 object(s) from 0 fixture(s)
  138143. web_1 | Running migrations for django_extensions:
  138144. web_1 | - Nothing to migrate.
  138145. web_1 | - Loading initial data for django_extensions.
  138146. web_1 | Installed 0 object(s) from 0 fixture(s)
  138147. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138148. web_1 | [GCC 4.9.2] on linux2
  138149. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138150. web_1 | (InteractiveConsole)
  138151. web_1 |
  138152. web_1 | >>> >>> Starting the server
  138153. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138154. web_1 |
  138155. web_1 | Fatal error: Unable to find local grunt.
  138156. web_1 |
  138157. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138158. web_1 | your project. For more information about installing and configuring grunt,
  138159. web_1 | please see the Getting Started guide:
  138160. web_1 |
  138161. web_1 | http://gruntjs.com/getting-started
  138162. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138163. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138164. web_1 | Syncing...
  138165. web_1 | Creating tables ...
  138166. web_1 | Installing custom SQL ...
  138167. web_1 | Installing indexes ...
  138168. web_1 | Installed 0 object(s) from 0 fixture(s)
  138169. web_1 |
  138170. web_1 | Synced:
  138171. web_1 | > django.contrib.auth
  138172. web_1 | > django.contrib.contenttypes
  138173. web_1 | > django.contrib.sessions
  138174. web_1 | > django.contrib.sites
  138175. web_1 | > django.contrib.messages
  138176. web_1 | > django.contrib.staticfiles
  138177. web_1 | > django.contrib.admin
  138178. web_1 | > south
  138179. web_1 | > crispy_forms
  138180. web_1 | > avatar
  138181. web_1 | > bootstrap3
  138182. web_1 | > users
  138183. web_1 | > allauth
  138184. web_1 | > allauth.account
  138185. web_1 | > django.contrib.humanize
  138186. web_1 | > debug_toolbar
  138187. web_1 |
  138188. web_1 | Not synced (use migrations):
  138189. web_1 | - allauth.socialaccount
  138190. web_1 | - django_extensions
  138191. web_1 | (use ./manage.py migrate to migrate these)
  138192. web_1 | Running migrations for socialaccount:
  138193. web_1 | - Nothing to migrate.
  138194. web_1 | - Loading initial data for socialaccount.
  138195. web_1 | Installed 0 object(s) from 0 fixture(s)
  138196. web_1 | Running migrations for django_extensions:
  138197. web_1 | - Nothing to migrate.
  138198. web_1 | - Loading initial data for django_extensions.
  138199. web_1 | Installed 0 object(s) from 0 fixture(s)
  138200. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138201. web_1 | [GCC 4.9.2] on linux2
  138202. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138203. web_1 | (InteractiveConsole)
  138204. web_1 |
  138205. web_1 | >>> >>> Starting the server
  138206. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138207. web_1 |
  138208. web_1 | Fatal error: Unable to find local grunt.
  138209. web_1 |
  138210. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138211. web_1 | your project. For more information about installing and configuring grunt,
  138212. web_1 | please see the Getting Started guide:
  138213. web_1 |
  138214. web_1 | http://gruntjs.com/getting-started
  138215. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138216. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138217. web_1 | Syncing...
  138218. web_1 | Creating tables ...
  138219. web_1 | Installing custom SQL ...
  138220. web_1 | Installing indexes ...
  138221. web_1 | Installed 0 object(s) from 0 fixture(s)
  138222. web_1 |
  138223. web_1 | Synced:
  138224. web_1 | > django.contrib.auth
  138225. web_1 | > django.contrib.contenttypes
  138226. web_1 | > django.contrib.sessions
  138227. web_1 | > django.contrib.sites
  138228. web_1 | > django.contrib.messages
  138229. web_1 | > django.contrib.staticfiles
  138230. web_1 | > django.contrib.admin
  138231. web_1 | > south
  138232. web_1 | > crispy_forms
  138233. web_1 | > avatar
  138234. web_1 | > bootstrap3
  138235. web_1 | > users
  138236. web_1 | > allauth
  138237. web_1 | > allauth.account
  138238. web_1 | > django.contrib.humanize
  138239. web_1 | > debug_toolbar
  138240. web_1 |
  138241. web_1 | Not synced (use migrations):
  138242. web_1 | - allauth.socialaccount
  138243. web_1 | - django_extensions
  138244. web_1 | (use ./manage.py migrate to migrate these)
  138245. web_1 | Running migrations for socialaccount:
  138246. web_1 | - Nothing to migrate.
  138247. web_1 | - Loading initial data for socialaccount.
  138248. web_1 | Installed 0 object(s) from 0 fixture(s)
  138249. web_1 | Running migrations for django_extensions:
  138250. web_1 | - Nothing to migrate.
  138251. web_1 | - Loading initial data for django_extensions.
  138252. web_1 | Installed 0 object(s) from 0 fixture(s)
  138253. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138254. web_1 | [GCC 4.9.2] on linux2
  138255. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138256. web_1 | (InteractiveConsole)
  138257. web_1 |
  138258. web_1 | >>> >>> Starting the server
  138259. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138260. web_1 |
  138261. web_1 | Fatal error: Unable to find local grunt.
  138262. web_1 |
  138263. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138264. web_1 | your project. For more information about installing and configuring grunt,
  138265. web_1 | please see the Getting Started guide:
  138266. web_1 |
  138267. web_1 | http://gruntjs.com/getting-started
  138268. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138269. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138270. web_1 | Syncing...
  138271. web_1 | Creating tables ...
  138272. web_1 | Installing custom SQL ...
  138273. web_1 | Installing indexes ...
  138274. web_1 | Installed 0 object(s) from 0 fixture(s)
  138275. web_1 |
  138276. web_1 | Synced:
  138277. web_1 | > django.contrib.auth
  138278. web_1 | > django.contrib.contenttypes
  138279. web_1 | > django.contrib.sessions
  138280. web_1 | > django.contrib.sites
  138281. web_1 | > django.contrib.messages
  138282. web_1 | > django.contrib.staticfiles
  138283. web_1 | > django.contrib.admin
  138284. web_1 | > south
  138285. web_1 | > crispy_forms
  138286. web_1 | > avatar
  138287. web_1 | > bootstrap3
  138288. web_1 | > users
  138289. web_1 | > allauth
  138290. web_1 | > allauth.account
  138291. web_1 | > django.contrib.humanize
  138292. web_1 | > debug_toolbar
  138293. web_1 |
  138294. web_1 | Not synced (use migrations):
  138295. web_1 | - allauth.socialaccount
  138296. web_1 | - django_extensions
  138297. web_1 | (use ./manage.py migrate to migrate these)
  138298. web_1 | Running migrations for socialaccount:
  138299. web_1 | - Nothing to migrate.
  138300. web_1 | - Loading initial data for socialaccount.
  138301. web_1 | Installed 0 object(s) from 0 fixture(s)
  138302. web_1 | Running migrations for django_extensions:
  138303. web_1 | - Nothing to migrate.
  138304. web_1 | - Loading initial data for django_extensions.
  138305. web_1 | Installed 0 object(s) from 0 fixture(s)
  138306. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138307. web_1 | [GCC 4.9.2] on linux2
  138308. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138309. web_1 | (InteractiveConsole)
  138310. web_1 |
  138311. web_1 | >>> >>> Starting the server
  138312. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138313. web_1 |
  138314. web_1 | Fatal error: Unable to find local grunt.
  138315. web_1 |
  138316. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138317. web_1 | your project. For more information about installing and configuring grunt,
  138318. web_1 | please see the Getting Started guide:
  138319. web_1 |
  138320. web_1 | http://gruntjs.com/getting-started
  138321. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138322. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138323. web_1 | Syncing...
  138324. web_1 | Creating tables ...
  138325. web_1 | Installing custom SQL ...
  138326. web_1 | Installing indexes ...
  138327. web_1 | Installed 0 object(s) from 0 fixture(s)
  138328. web_1 |
  138329. web_1 | Synced:
  138330. web_1 | > django.contrib.auth
  138331. web_1 | > django.contrib.contenttypes
  138332. web_1 | > django.contrib.sessions
  138333. web_1 | > django.contrib.sites
  138334. web_1 | > django.contrib.messages
  138335. web_1 | > django.contrib.staticfiles
  138336. web_1 | > django.contrib.admin
  138337. web_1 | > south
  138338. web_1 | > crispy_forms
  138339. web_1 | > avatar
  138340. web_1 | > bootstrap3
  138341. web_1 | > users
  138342. web_1 | > allauth
  138343. web_1 | > allauth.account
  138344. web_1 | > django.contrib.humanize
  138345. web_1 | > debug_toolbar
  138346. web_1 |
  138347. web_1 | Not synced (use migrations):
  138348. web_1 | - allauth.socialaccount
  138349. web_1 | - django_extensions
  138350. web_1 | (use ./manage.py migrate to migrate these)
  138351. web_1 | Running migrations for socialaccount:
  138352. web_1 | - Nothing to migrate.
  138353. web_1 | - Loading initial data for socialaccount.
  138354. web_1 | Installed 0 object(s) from 0 fixture(s)
  138355. web_1 | Running migrations for django_extensions:
  138356. web_1 | - Nothing to migrate.
  138357. web_1 | - Loading initial data for django_extensions.
  138358. web_1 | Installed 0 object(s) from 0 fixture(s)
  138359. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138360. web_1 | [GCC 4.9.2] on linux2
  138361. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138362. web_1 | (InteractiveConsole)
  138363. web_1 |
  138364. web_1 | >>> >>> Starting the server
  138365. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138366. web_1 |
  138367. web_1 | Fatal error: Unable to find local grunt.
  138368. web_1 |
  138369. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138370. web_1 | your project. For more information about installing and configuring grunt,
  138371. web_1 | please see the Getting Started guide:
  138372. web_1 |
  138373. web_1 | http://gruntjs.com/getting-started
  138374. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138375. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138376. web_1 | Syncing...
  138377. web_1 | Creating tables ...
  138378. web_1 | Installing custom SQL ...
  138379. web_1 | Installing indexes ...
  138380. web_1 | Installed 0 object(s) from 0 fixture(s)
  138381. web_1 |
  138382. web_1 | Synced:
  138383. web_1 | > django.contrib.auth
  138384. web_1 | > django.contrib.contenttypes
  138385. web_1 | > django.contrib.sessions
  138386. web_1 | > django.contrib.sites
  138387. web_1 | > django.contrib.messages
  138388. web_1 | > django.contrib.staticfiles
  138389. web_1 | > django.contrib.admin
  138390. web_1 | > south
  138391. web_1 | > crispy_forms
  138392. web_1 | > avatar
  138393. web_1 | > bootstrap3
  138394. web_1 | > users
  138395. web_1 | > allauth
  138396. web_1 | > allauth.account
  138397. web_1 | > django.contrib.humanize
  138398. web_1 | > debug_toolbar
  138399. web_1 |
  138400. web_1 | Not synced (use migrations):
  138401. web_1 | - allauth.socialaccount
  138402. web_1 | - django_extensions
  138403. web_1 | (use ./manage.py migrate to migrate these)
  138404. web_1 | Running migrations for socialaccount:
  138405. web_1 | - Nothing to migrate.
  138406. web_1 | - Loading initial data for socialaccount.
  138407. web_1 | Installed 0 object(s) from 0 fixture(s)
  138408. web_1 | Running migrations for django_extensions:
  138409. web_1 | - Nothing to migrate.
  138410. web_1 | - Loading initial data for django_extensions.
  138411. web_1 | Installed 0 object(s) from 0 fixture(s)
  138412. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138413. web_1 | [GCC 4.9.2] on linux2
  138414. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138415. web_1 | (InteractiveConsole)
  138416. web_1 |
  138417. web_1 | >>> >>> Starting the server
  138418. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138419. web_1 |
  138420. web_1 | Fatal error: Unable to find local grunt.
  138421. web_1 |
  138422. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138423. web_1 | your project. For more information about installing and configuring grunt,
  138424. web_1 | please see the Getting Started guide:
  138425. web_1 |
  138426. web_1 | http://gruntjs.com/getting-started
  138427. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138428. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138429. web_1 | Syncing...
  138430. web_1 | Creating tables ...
  138431. web_1 | Installing custom SQL ...
  138432. web_1 | Installing indexes ...
  138433. web_1 | Installed 0 object(s) from 0 fixture(s)
  138434. web_1 |
  138435. web_1 | Synced:
  138436. web_1 | > django.contrib.auth
  138437. web_1 | > django.contrib.contenttypes
  138438. web_1 | > django.contrib.sessions
  138439. web_1 | > django.contrib.sites
  138440. web_1 | > django.contrib.messages
  138441. web_1 | > django.contrib.staticfiles
  138442. web_1 | > django.contrib.admin
  138443. web_1 | > south
  138444. web_1 | > crispy_forms
  138445. web_1 | > avatar
  138446. web_1 | > bootstrap3
  138447. web_1 | > users
  138448. web_1 | > allauth
  138449. web_1 | > allauth.account
  138450. web_1 | > django.contrib.humanize
  138451. web_1 | > debug_toolbar
  138452. web_1 |
  138453. web_1 | Not synced (use migrations):
  138454. web_1 | - allauth.socialaccount
  138455. web_1 | - django_extensions
  138456. web_1 | (use ./manage.py migrate to migrate these)
  138457. web_1 | Running migrations for socialaccount:
  138458. web_1 | - Nothing to migrate.
  138459. web_1 | - Loading initial data for socialaccount.
  138460. web_1 | Installed 0 object(s) from 0 fixture(s)
  138461. web_1 | Running migrations for django_extensions:
  138462. web_1 | - Nothing to migrate.
  138463. web_1 | - Loading initial data for django_extensions.
  138464. web_1 | Installed 0 object(s) from 0 fixture(s)
  138465. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138466. web_1 | [GCC 4.9.2] on linux2
  138467. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138468. web_1 | (InteractiveConsole)
  138469. web_1 |
  138470. web_1 | >>> >>> Starting the server
  138471. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138472. web_1 |
  138473. web_1 | Fatal error: Unable to find local grunt.
  138474. web_1 |
  138475. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138476. web_1 | your project. For more information about installing and configuring grunt,
  138477. web_1 | please see the Getting Started guide:
  138478. web_1 |
  138479. web_1 | http://gruntjs.com/getting-started
  138480. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138481. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138482. web_1 | Syncing...
  138483. web_1 | Creating tables ...
  138484. web_1 | Installing custom SQL ...
  138485. web_1 | Installing indexes ...
  138486. web_1 | Installed 0 object(s) from 0 fixture(s)
  138487. web_1 |
  138488. web_1 | Synced:
  138489. web_1 | > django.contrib.auth
  138490. web_1 | > django.contrib.contenttypes
  138491. web_1 | > django.contrib.sessions
  138492. web_1 | > django.contrib.sites
  138493. web_1 | > django.contrib.messages
  138494. web_1 | > django.contrib.staticfiles
  138495. web_1 | > django.contrib.admin
  138496. web_1 | > south
  138497. web_1 | > crispy_forms
  138498. web_1 | > avatar
  138499. web_1 | > bootstrap3
  138500. web_1 | > users
  138501. web_1 | > allauth
  138502. web_1 | > allauth.account
  138503. web_1 | > django.contrib.humanize
  138504. web_1 | > debug_toolbar
  138505. web_1 |
  138506. web_1 | Not synced (use migrations):
  138507. web_1 | - allauth.socialaccount
  138508. web_1 | - django_extensions
  138509. web_1 | (use ./manage.py migrate to migrate these)
  138510. web_1 | Running migrations for socialaccount:
  138511. web_1 | - Nothing to migrate.
  138512. web_1 | - Loading initial data for socialaccount.
  138513. web_1 | Installed 0 object(s) from 0 fixture(s)
  138514. web_1 | Running migrations for django_extensions:
  138515. web_1 | - Nothing to migrate.
  138516. web_1 | - Loading initial data for django_extensions.
  138517. web_1 | Installed 0 object(s) from 0 fixture(s)
  138518. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138519. web_1 | [GCC 4.9.2] on linux2
  138520. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138521. web_1 | (InteractiveConsole)
  138522. web_1 |
  138523. web_1 | >>> >>> Starting the server
  138524. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138525. web_1 |
  138526. web_1 | Fatal error: Unable to find local grunt.
  138527. web_1 |
  138528. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138529. web_1 | your project. For more information about installing and configuring grunt,
  138530. web_1 | please see the Getting Started guide:
  138531. web_1 |
  138532. web_1 | http://gruntjs.com/getting-started
  138533. web_1 | Starting OpenBSD Secure Shell server: sshd.
  138534. web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
  138535. web_1 | Syncing...
  138536. web_1 | Creating tables ...
  138537. web_1 | Installing custom SQL ...
  138538. web_1 | Installing indexes ...
  138539. web_1 | Installed 0 object(s) from 0 fixture(s)
  138540. web_1 |
  138541. web_1 | Synced:
  138542. web_1 | > django.contrib.auth
  138543. web_1 | > django.contrib.contenttypes
  138544. web_1 | > django.contrib.sessions
  138545. web_1 | > django.contrib.sites
  138546. web_1 | > django.contrib.messages
  138547. web_1 | > django.contrib.staticfiles
  138548. web_1 | > django.contrib.admin
  138549. web_1 | > south
  138550. web_1 | > crispy_forms
  138551. web_1 | > avatar
  138552. web_1 | > bootstrap3
  138553. web_1 | > users
  138554. web_1 | > allauth
  138555. web_1 | > allauth.account
  138556. web_1 | > django.contrib.humanize
  138557. web_1 | > debug_toolbar
  138558. web_1 |
  138559. web_1 | Not synced (use migrations):
  138560. web_1 | - allauth.socialaccount
  138561. web_1 | - django_extensions
  138562. web_1 | (use ./manage.py migrate to migrate these)
  138563. web_1 | Running migrations for socialaccount:
  138564. web_1 | - Nothing to migrate.
  138565. web_1 | - Loading initial data for socialaccount.
  138566. web_1 | Installed 0 object(s) from 0 fixture(s)
  138567. web_1 | Running migrations for django_extensions:
  138568. web_1 | - Nothing to migrate.
  138569. web_1 | - Loading initial data for django_extensions.
  138570. web_1 | Installed 0 object(s) from 0 fixture(s)
  138571. web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
  138572. web_1 | [GCC 4.9.2] on linux2
  138573. web_1 | Type "help", "copyright", "credits" or "license" for more information.
  138574. web_1 | (InteractiveConsole)
  138575. web_1 |
  138576. web_1 | >>> >>> Starting the server
  138577. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  138578. web_1 |
  138579. web_1 | Fatal error: Unable to find local grunt.
  138580. web_1 |
  138581. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  138582. web_1 | your project. For more information about installing and configuring grunt,
  138583. web_1 | please see the Getting Started guide:
  138584. web_1 |
  138585. web_1 | http://gruntjs.com/getting-started
  138586. oclweb_web_1 exited with code 99
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement