Guest User

Untitled

a guest
Oct 24th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 KB | None | 0 0
  1. import os
  2.  
  3. from django.core.wsgi import get_wsgi_application
  4.  
  5. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings.prod") # mysite.settings.prod when in prod
  6.  
  7. application = get_wsgi_application()
  8.  
  9. SET DJANGO_SETTINGS_MODULE=mysite.settings.prod
  10.  
  11. akismet==1.0.1
  12. certifi==2018.10.15
  13. chardet==3.0.4
  14. dj-database-url==0.5.0
  15. Django==2.1.2
  16. django-heroku==0.3.1
  17. gunicorn==19.9.0
  18. idna==2.7
  19. pytz==2018.5
  20. requests==2.20.0
  21. urllib3==1.24
  22. whitenoise==4.1
  23. psycopg2-binary==2.7.5
  24.  
  25. 2018-10-24T19:19:32.262690+00:00 app[web.1]: [2018-10-24 19:19:32 +0000] [11] [INFO] Worker exiting (pid: 11)
  26. 2018-10-24T19:19:32.262706+00:00 app[web.1]: [2018-10-24 19:19:32 +0000] [10] [INFO] Worker exiting (pid: 10)
  27. 2018-10-24T19:19:32.262708+00:00 app[web.1]: [2018-10-24 19:19:32 +0000] [4] [INFO] Handling signal: term
  28. 2018-10-24T19:19:32.357695+00:00 app[web.1]: [2018-10-24 19:19:32 +0000] [4] [INFO] Shutting down: Master
  29. 2018-10-24T19:19:32.441038+00:00 heroku[web.1]: Process exited with status 0
  30. 2018-10-24T19:19:38.848024+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi`
  31. 2018-10-24T19:19:41.369271+00:00 app[web.1]: [2018-10-24 19:19:41 +0000] [4] [INFO] Starting gunicorn 19.9.0
  32. 2018-10-24T19:19:41.369754+00:00 app[web.1]: [2018-10-24 19:19:41 +0000] [4] [INFO] Listening at: http://0.0.0.0:58681 (4)
  33. 2018-10-24T19:19:41.369856+00:00 app[web.1]: [2018-10-24 19:19:41 +0000] [4] [INFO] Using worker: sync
  34. 2018-10-24T19:19:41.373709+00:00 app[web.1]: [2018-10-24 19:19:41 +0000] [10] [INFO] Booting worker with pid: 10
  35. 2018-10-24T19:19:41.390778+00:00 app[web.1]: [2018-10-24 19:19:41 +0000] [11] [INFO] Booting worker with pid: 11
  36. 2018-10-24T19:19:42.263256+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  37. 2018-10-24T19:19:42.263300+00:00 app[web.1]: """)
  38. 2018-10-24T19:19:42.267771+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  39. 2018-10-24T19:19:42.267772+00:00 app[web.1]: """)
  40. 2018-10-24T19:19:42.490111+00:00 heroku[web.1]: State changed from starting to up
  41. 2018-10-24T19:19:42.000000+00:00 app[api]: Build succeeded
  42. 2018-10-24T19:20:07.694254+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=d1386441-a60f-4e7b-9520-f8e2201299ae fwd="68.129.236.143" dyno=web.1 connect=1ms service=64ms status=400 bytes=332 protocol=https
  43. 2018-10-24T19:20:07.694475+00:00 app[web.1]: 10.155.96.176 - - [24/Oct/2018:19:20:07 +0000] "GET / HTTP/1.1" 400 26 "https://dashboard.heroku.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  44. 2018-10-24T19:20:08.607341+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=intense-wildwood-34882.herokuapp.com request_id=78865762-75fb-48c2-93f7-65be12b9d3e7 fwd="68.129.236.143" dyno=web.1 connect=1ms service=16ms status=400 bytes=332 protocol=https
  45. 2018-10-24T19:20:08.606788+00:00 app[web.1]: 10.155.96.176 - - [24/Oct/2018:19:20:08 +0000] "GET /favicon.ico HTTP/1.1" 400 26 "https://intense-wildwood-34882.herokuapp.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  46. 2018-10-24T19:30:05.000000+00:00 app[api]: Build started by user myemail@address.com
  47. 2018-10-24T19:30:33.278998+00:00 heroku[web.1]: Restarting
  48. 2018-10-24T19:30:33.279660+00:00 heroku[web.1]: State changed from up to starting
  49. 2018-10-24T19:30:33.978069+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  50. 2018-10-24T19:30:33.989236+00:00 app[web.1]: [2018-10-24 19:30:33 +0000] [10] [INFO] Worker exiting (pid: 10)
  51. 2018-10-24T19:30:33.989251+00:00 app[web.1]: [2018-10-24 19:30:33 +0000] [11] [INFO] Worker exiting (pid: 11)
  52. 2018-10-24T19:30:33.989261+00:00 app[web.1]: [2018-10-24 19:30:33 +0000] [4] [INFO] Handling signal: term
  53. 2018-10-24T19:30:34.190156+00:00 app[web.1]: [2018-10-24 19:30:34 +0000] [4] [INFO] Shutting down: Master
  54. 2018-10-24T19:30:34.274951+00:00 heroku[web.1]: Process exited with status 0
  55. 2018-10-24T19:30:32.102218+00:00 app[api]: Deploy 077a31d7 by user myemail@address.com
  56. 2018-10-24T19:30:32.102218+00:00 app[api]: Release v48 created by user myemail@address.com
  57. 2018-10-24T19:30:38.786077+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi`
  58. 2018-10-24T19:30:41.337497+00:00 app[web.1]: [2018-10-24 19:30:41 +0000] [4] [INFO] Starting gunicorn 19.9.0
  59. 2018-10-24T19:30:41.338349+00:00 app[web.1]: [2018-10-24 19:30:41 +0000] [4] [INFO] Listening at: http://0.0.0.0:37552 (4)
  60. 2018-10-24T19:30:41.338516+00:00 app[web.1]: [2018-10-24 19:30:41 +0000] [4] [INFO] Using worker: sync
  61. 2018-10-24T19:30:41.342931+00:00 app[web.1]: [2018-10-24 19:30:41 +0000] [10] [INFO] Booting worker with pid: 10
  62. 2018-10-24T19:30:41.354590+00:00 app[web.1]: [2018-10-24 19:30:41 +0000] [11] [INFO] Booting worker with pid: 11
  63. 2018-10-24T19:30:42.292060+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  64. 2018-10-24T19:30:42.292103+00:00 app[web.1]: """)
  65. 2018-10-24T19:30:42.294802+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  66. 2018-10-24T19:30:42.294805+00:00 app[web.1]: """)
  67. 2018-10-24T19:30:42.461211+00:00 heroku[web.1]: State changed from starting to up
  68. 2018-10-24T19:30:42.000000+00:00 app[api]: Build succeeded
  69. 2018-10-24T19:30:49.811760+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=13bf8b4b-8d41-4567-bbb1-162cfc1c8273 fwd="68.129.236.143" dyno=web.1 connect=1ms service=73ms status=500 bytes=361 protocol=https
  70. 2018-10-24T19:30:49.811571+00:00 app[web.1]: 10.13.184.197 - - [24/Oct/2018:19:30:49 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  71. 2018-10-24T19:30:50.615983+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=intense-wildwood-34882.herokuapp.com request_id=26fafd25-6f18-49d1-af12-864203269120 fwd="68.129.236.143" dyno=web.1 connect=0ms service=16ms status=404 bytes=393 protocol=https
  72. 2018-10-24T19:30:50.616049+00:00 app[web.1]: 10.13.184.197 - - [24/Oct/2018:19:30:50 +0000] "GET /favicon.ico HTTP/1.1" 404 85 "https://intense-wildwood-34882.herokuapp.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  73. 2018-10-24T19:36:37.000000+00:00 app[api]: Build started by user myemail@address.com
  74. 2018-10-24T19:37:00.628099+00:00 app[api]: Release v49 created by user myemail@address.com
  75. 2018-10-24T19:37:00.628099+00:00 app[api]: Deploy 4e857122 by user myemail@address.com
  76. 2018-10-24T19:37:00.931532+00:00 heroku[web.1]: Restarting
  77. 2018-10-24T19:37:00.932171+00:00 heroku[web.1]: State changed from up to starting
  78. 2018-10-24T19:37:01.514825+00:00 app[web.1]: [2018-10-24 19:37:01 +0000] [11] [INFO] Worker exiting (pid: 11)
  79. 2018-10-24T19:37:01.515131+00:00 app[web.1]: [2018-10-24 19:37:01 +0000] [4] [INFO] Handling signal: term
  80. 2018-10-24T19:37:01.515142+00:00 app[web.1]: [2018-10-24 19:37:01 +0000] [10] [INFO] Worker exiting (pid: 10)
  81. 2018-10-24T19:37:01.616019+00:00 app[web.1]: [2018-10-24 19:37:01 +0000] [4] [INFO] Shutting down: Master
  82. 2018-10-24T19:37:01.507281+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  83. 2018-10-24T19:37:01.699865+00:00 heroku[web.1]: Process exited with status 0
  84. 2018-10-24T19:37:09.599249+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi`
  85. 2018-10-24T19:37:11.000000+00:00 app[api]: Build succeeded
  86. 2018-10-24T19:37:13.390868+00:00 heroku[web.1]: State changed from starting to up
  87. 2018-10-24T19:37:13.044033+00:00 app[web.1]: [2018-10-24 19:37:13 +0000] [4] [INFO] Starting gunicorn 19.9.0
  88. 2018-10-24T19:37:13.049051+00:00 app[web.1]: [2018-10-24 19:37:13 +0000] [4] [INFO] Listening at: http://0.0.0.0:9883 (4)
  89. 2018-10-24T19:37:13.049251+00:00 app[web.1]: [2018-10-24 19:37:13 +0000] [4] [INFO] Using worker: sync
  90. 2018-10-24T19:37:13.055578+00:00 app[web.1]: [2018-10-24 19:37:13 +0000] [10] [INFO] Booting worker with pid: 10
  91. 2018-10-24T19:37:13.111664+00:00 app[web.1]: [2018-10-24 19:37:13 +0000] [11] [INFO] Booting worker with pid: 11
  92. 2018-10-24T19:37:15.543328+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  93. 2018-10-24T19:37:15.543352+00:00 app[web.1]: """)
  94. 2018-10-24T19:37:15.583875+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  95. 2018-10-24T19:37:15.583880+00:00 app[web.1]: """)
  96. 2018-10-24T19:38:12.299843+00:00 app[web.1]: 10.61.174.77 - - [24/Oct/2018:19:38:12 +0000] "GET / HTTP/1.1" 400 26 "https://dashboard.heroku.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  97. 2018-10-24T19:38:12.331967+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=77c83268-875b-48f1-9148-c06b936364fc fwd="68.129.236.143" dyno=web.1 connect=2ms service=615ms status=400 bytes=332 protocol=https
  98. 2018-10-24T19:38:20.745217+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=9ecef8bc-c0c8-43e2-bd26-9e9320be1dee fwd="68.129.236.143" dyno=web.1 connect=1ms service=77ms status=400 bytes=332 protocol=https
  99. 2018-10-24T19:38:20.743998+00:00 app[web.1]: 10.61.240.254 - - [24/Oct/2018:19:38:20 +0000] "GET / HTTP/1.1" 400 26 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  100. 2018-10-24T19:40:38.000000+00:00 app[api]: Build started by user myemail@address.com
  101. 2018-10-24T19:41:03.490127+00:00 heroku[web.1]: Restarting
  102. 2018-10-24T19:41:03.490715+00:00 heroku[web.1]: State changed from up to starting
  103. 2018-10-24T19:41:04.548606+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  104. 2018-10-24T19:41:04.569367+00:00 app[web.1]: [2018-10-24 19:41:04 +0000] [4] [INFO] Handling signal: term
  105. 2018-10-24T19:41:04.572075+00:00 app[web.1]: [2018-10-24 19:41:04 +0000] [10] [INFO] Worker exiting (pid: 10)
  106. 2018-10-24T19:41:04.573492+00:00 app[web.1]: [2018-10-24 19:41:04 +0000] [11] [INFO] Worker exiting (pid: 11)
  107. 2018-10-24T19:41:05.119187+00:00 app[web.1]: [2018-10-24 19:41:05 +0000] [4] [INFO] Shutting down: Master
  108. 2018-10-24T19:41:05.297642+00:00 heroku[web.1]: Process exited with status 0
  109. 2018-10-24T19:41:03.089730+00:00 app[api]: Deploy bccc3fd4 by user myemail@address.com
  110. 2018-10-24T19:41:03.089730+00:00 app[api]: Release v50 created by user myemail@address.com
  111. 2018-10-24T19:41:14.000000+00:00 app[api]: Build succeeded
  112. 2018-10-24T19:41:20.358580+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi`
  113. 2018-10-24T19:41:29.482679+00:00 heroku[web.1]: State changed from starting to up
  114. 2018-10-24T19:41:29.696781+00:00 app[web.1]: [2018-10-24 19:41:29 +0000] [11] [INFO] Booting worker with pid: 11
  115. 2018-10-24T19:41:29.329799+00:00 app[web.1]: [2018-10-24 19:41:29 +0000] [4] [INFO] Starting gunicorn 19.9.0
  116. 2018-10-24T19:41:29.341417+00:00 app[web.1]: [2018-10-24 19:41:29 +0000] [4] [INFO] Listening at: http://0.0.0.0:39723 (4)
  117. 2018-10-24T19:41:29.351086+00:00 app[web.1]: [2018-10-24 19:41:29 +0000] [4] [INFO] Using worker: sync
  118. 2018-10-24T19:41:29.450320+00:00 app[web.1]: [2018-10-24 19:41:29 +0000] [10] [INFO] Booting worker with pid: 10
  119. 2018-10-24T19:41:45.351654+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  120. 2018-10-24T19:41:45.351680+00:00 app[web.1]: """)
  121. 2018-10-24T19:41:45.359432+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  122. 2018-10-24T19:41:45.359440+00:00 app[web.1]: """)
  123. 2018-10-24T19:42:48.706923+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=e5a7d8d4-2e9e-42f8-bb8d-5de57659ad96 fwd="68.129.236.143" dyno=web.1 connect=2ms service=725ms status=500 bytes=361 protocol=https
  124. 2018-10-24T19:42:48.707687+00:00 app[web.1]: 10.9.255.135 - - [24/Oct/2018:19:42:48 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
  125. 2018-10-24T19:44:21.772303+00:00 heroku[router]: at=info method=GET path="/" host=intense-wildwood-34882.herokuapp.com request_id=0de905bc-4c9f-41cf-9b8e-ffb68df865e6 fwd="68.129.236.143" dyno=web.1 connect=1ms service=232ms status=500 bytes=361 protocol=https
  126. 2018-10-24T19:44:21.773005+00:00 app[web.1]: 10.31.242.53 - - [24/Oct/2018:19:44:21 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36"
Add Comment
Please, Sign In to add comment