将Django部署到Heroku中的服务器错误500

时间:2019-01-26 18:49:09

标签: python django heroku

因此,我对部署到Heroku的Django项目有问题。 我终于完成了部署项目的整个过程,以解决大量错误。现在,该站点已正确部署,我的登录应用程序遇到了麻烦(在本地主机上运行正常)。每当我尝试注册或登录用户(或在管理页面中登录)时,我都会收到Server 500错误(您可以在Universalvvfamily.herokuapp.com链接上尝试一下),但是我不明白为什么... < / p>

我应该向您展示我的代码什么,以便您可以帮助我? 预先非常感谢

这些是我的“ heroku日志”:

2019-01-26T19:29:13.450294+00:00 app[web.1]: [2019-01-26 19:29:13 +0000] [4] [INFO] Shutting down: Master
2019-01-26T19:56:34.521268+00:00 heroku[web.1]: Unidling
2019-01-26T19:56:34.538844+00:00 heroku[web.1]: State changed from down to starting
2019-01-26T19:56:38.851520+00:00 heroku[web.1]: Starting process with command `gunicorn sitoassociazione.wsgi`
2019-01-26T19:56:40.948296+00:00 app[web.1]: [2019-01-26 19:56:40 +0000] [4] [INFO] Starting gunicorn 19.9.0
2019-01-26T19:56:40.949466+00:00 app[web.1]: [2019-01-26 19:56:40 +0000] [4] [INFO] Listening at: http://0.0.0.0:51408 (4)
2019-01-26T19:56:40.949635+00:00 app[web.1]: [2019-01-26 19:56:40 +0000] [4] [INFO] Using worker: sync
2019-01-26T19:56:40.953626+00:00 app[web.1]: [2019-01-26 19:56:40 +0000] [10] [INFO] Booting worker with pid: 10
2019-01-26T19:56:41.020179+00:00 app[web.1]: [2019-01-26 19:56:41 +0000] [11] [INFO] Booting worker with pid: 11
2019-01-26T19:56:41.221478+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>.
2019-01-26T19:56:41.221499+00:00 app[web.1]: """)
2019-01-26T19:56:41.295979+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>.
2019-01-26T19:56:41.295984+00:00 app[web.1]: """)
2019-01-26T19:56:42.843861+00:00 heroku[router]: at=info method=GET path="/static/css/main.cb2f4f0a017c.css" host=universalvvfamily.herokuapp.com request_id=aac31589-f5e1-41e3-9035-df4b059026e8 fwd="130.89.178.187" dyno=web.1 connect=0ms service=7ms status=200 bytes=2126 protocol=http
2019-01-26T19:56:43.188154+00:00 heroku[router]: at=info method=GET path="/static/images/sfondobase.bf5bb000563f.jpg" host=universalvvfamily.herokuapp.com request_id=54eb4781-c802-4a23-adce-14c75aa71cb1 fwd="130.89.178.187" dyno=web.1 connect=0ms service=10ms status=200 bytes=231272 protocol=http
2019-01-26T19:56:43.850918+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:56:43 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:56:43.849481+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=ccb021ea-545a-482b-88fb-c24d78391d57 fwd="130.89.178.187" dyno=web.1 connect=0ms service=45ms status=404 bytes=2028 protocol=http
2019-01-26T19:56:45.435398+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:56:45 +0000] "GET /universallogin HTTP/1.1" 200 1953 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:56:48.133197+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:56:48 +0000] "GET /utenti/login/ HTTP/1.1" 200 2352 "http://universalvvfamily.herokuapp.com/universallogin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:56:48.131841+00:00 heroku[router]: at=info method=GET path="/utenti/login/" host=universalvvfamily.herokuapp.com request_id=ac669fa3-ec21-417b-941e-52ee303b2e8d fwd="130.89.178.187" dyno=web.1 connect=0ms service=11ms status=200 bytes=2827 protocol=http
2019-01-26T19:56:52.259752+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:56:52 +0000] "POST /utenti/login/ HTTP/1.1" 500 27 "http://universalvvfamily.herokuapp.com/utenti/login/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:56:53.181373+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=f05ecc54-294d-435e-8c52-b410da9b0908 fwd="130.89.178.187" dyno=web.1 connect=0ms service=3ms status=404 bytes=2028 protocol=http
2019-01-26T19:56:59.835694+00:00 heroku[router]: at=info method=GET path="/utenti/login/" host=universalvvfamily.herokuapp.com request_id=aafc8089-2895-4cc3-940b-6e624d231d2a fwd="130.89.178.187" dyno=web.1 connect=0ms service=14ms status=200 bytes=2827 protocol=http
2019-01-26T19:57:05.155378+00:00 heroku[router]: at=info method=GET path="/admin" host=universalvvfamily.herokuapp.com request_id=3048e838-6024-4dac-a32e-01eb929cf2fc fwd="130.89.178.187" dyno=web.1 connect=0ms service=2ms status=301 bytes=193 protocol=http
2019-01-26T19:57:05.279852+00:00 heroku[router]: at=info method=GET path="/admin/" host=universalvvfamily.herokuapp.com request_id=801c197e-fcb8-4f18-bbd5-faed57859f56 fwd="130.89.178.187" dyno=web.1 connect=0ms service=10ms status=302 bytes=346 protocol=http
2019-01-26T19:57:05.428561+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:57:05 +0000] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 1858 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.564964+00:00 app[web.1]: 10.33.161.198 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/css/base.4e3bba263270.css HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.567607+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/css/login.a846c0e2ef65.css HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.665213+00:00 app[web.1]: 10.95.241.53 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/css/responsive.d1e3572cb104.css HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.563362+00:00 heroku[router]: at=info method=GET path="/static/admin/css/base.4e3bba263270.css" host=universalvvfamily.herokuapp.com request_id=ec3e90be-337b-4a69-b022-4150884ded07 fwd="130.89.178.187" dyno=web.1 connect=1ms service=2ms status=200 bytes=4196 protocol=http
2019-01-26T19:57:05.665040+00:00 heroku[router]: at=info method=GET path="/static/admin/css/responsive.d1e3572cb104.css" host=universalvvfamily.herokuapp.com request_id=24d8c2e8-5f43-4d46-bdf4-6fadfe31c6cb fwd="130.89.178.187" dyno=web.1 connect=0ms service=11ms status=200 bytes=3657 protocol=http
2019-01-26T19:57:05.566922+00:00 heroku[router]: at=info method=GET path="/static/admin/css/login.a846c0e2ef65.css" host=universalvvfamily.herokuapp.com request_id=66e60824-bc13-409e-aebb-1bada9b31f1c fwd="130.89.178.187" dyno=web.1 connect=1ms service=1ms status=200 bytes=849 protocol=http
2019-01-26T19:57:05.715877+00:00 heroku[router]: at=info method=GET path="/static/admin/css/fonts.494e4ec545c9.css" host=universalvvfamily.herokuapp.com request_id=1fdbe6bb-cf79-40d5-a14c-e65d62d0b9df fwd="130.89.178.187" dyno=web.1 connect=1ms service=3ms status=200 bytes=551 protocol=http
2019-01-26T19:57:05.716872+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/css/fonts.494e4ec545c9.css HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.841192+00:00 app[web.1]: 10.95.241.53 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/fonts/Roboto-Regular-webfont.ec39515ae8c6.woff HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/static/admin/css/fonts.494e4ec545c9.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.850395+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:05 +0000] "GET /static/admin/fonts/Roboto-Light-webfont.b446c2399bb6.woff HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/static/admin/css/fonts.494e4ec545c9.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:05.853621+00:00 heroku[router]: at=info method=GET path="/static/admin/fonts/Roboto-Light-webfont.b446c2399bb6.woff" host=universalvvfamily.herokuapp.com request_id=6995cc4d-0bb6-44d9-811d-884d06ea0262 fwd="130.89.178.187" dyno=web.1 connect=1ms service=7ms status=200 bytes=81663 protocol=http
2019-01-26T19:57:08.255320+00:00 heroku[router]: at=info method=POST path="/admin/login/?next,/admin/" host=universalvvfamily.herokuapp.com request_id=3b3d0da3-26b1-4423-9826-8bcd467a652b fwd="130.89.178.187" dyno=web.1 connect=1ms service=122ms status=500 bytes=234 protocol=http
2019-01-26T19:57:08.941179+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=5de73da0-7b20-4eb8-97af-4f60627cfde3 fwd="130.89.178.187" dyno=web.1 connect=1ms service=4ms status=404 bytes=2028 protocol=http
2019-01-26T19:57:08.941863+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:08 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:09.990703+00:00 heroku[router]: at=info method=GET path="/admin/login/?next,/admin/" host=universalvvfamily.herokuapp.com request_id=cfc50b81-a192-40fc-bb1f-78e2e44d8757 fwd="130.89.178.187" dyno=web.1 connect=1ms service=8ms status=200 bytes=2333 protocol=http
2019-01-26T19:57:09.991500+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:09 +0000] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 1858 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:10.751543+00:00 app[web.1]: 10.33.189.216 - - [26/Jan/2019:19:57:10 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/admin/login/?next=/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
2019-01-26T19:57:10.750826+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=edcc5730-9de1-4a73-91a1-d24b83085f44 fwd="130.89.178.187" dyno=web.1 connect=1ms service=4ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:01.941398+00:00 app[web.1]: 10.45.122.173 - - [26/Jan/2019:20:04:01 +0000] "GET / HTTP/1.1" 200 1867 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:02.229524+00:00 app[web.1]: 10.45.122.173 - - [26/Jan/2019:20:04:02 +0000] "GET /static/css/main.cb2f4f0a017c.css HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:02.709460+00:00 app[web.1]: 10.45.122.173 - - [26/Jan/2019:20:04:02 +0000] "GET /static/images/sfondobase.bf5bb000563f.jpg HTTP/1.1" 200 0 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:02.722284+00:00 heroku[router]: at=info method=GET path="/static/images/sfondobase.bf5bb000563f.jpg" host=universalvvfamily.herokuapp.com request_id=eb9fbde2-89a7-4dcb-ab84-766a80d51939 fwd="5.90.46.175" dyno=web.1 connect=1ms service=17ms status=200 bytes=231272 protocol=http
2019-01-26T20:04:03.603866+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=c4954220-f4f1-49e4-8c20-792aa27af056 fwd="5.90.46.175" dyno=web.1 connect=1ms service=4ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:03.604714+00:00 app[web.1]: 10.45.122.173 - - [26/Jan/2019:20:04:03 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:12.784930+00:00 heroku[router]: at=info method=GET path="/progetti" host=universalvvfamily.herokuapp.com request_id=41c7fce4-56d7-4193-b41a-7946e5d0f513 fwd="5.90.46.175" dyno=web.1 connect=0ms service=11ms status=200 bytes=2785 protocol=http
2019-01-26T20:04:12.785993+00:00 app[web.1]: 10.5.233.198 - - [26/Jan/2019:20:04:12 +0000] "GET /progetti HTTP/1.1" 200 2594 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:13.059591+00:00 heroku[router]: at=info method=GET path="/static/images/calcio.9688a9f21280.jpeg" host=universalvvfamily.herokuapp.com request_id=2971dc39-c064-4f33-b052-f9b24331a055 fwd="5.90.46.175" dyno=web.1 connect=0ms service=4ms status=200 bytes=10918 protocol=http
2019-01-26T20:04:13.216706+00:00 heroku[router]: at=info method=GET path="/static/images/salamellata.beb16f99eee2.jpeg" host=universalvvfamily.herokuapp.com request_id=4a019715-ac62-450a-87c9-8005d7bcaf40 fwd="5.90.46.175" dyno=web.1 connect=0ms service=6ms status=200 bytes=86987 protocol=http
2019-01-26T20:04:13.222327+00:00 heroku[router]: at=info method=GET path="/static/images/colazione.981dd854f8b1.jpeg" host=universalvvfamily.herokuapp.com request_id=1d4c5061-283e-47d6-a020-c9dba6409f11 fwd="5.90.46.175" dyno=web.1 connect=0ms service=4ms status=200 bytes=13855 protocol=http
2019-01-26T20:04:13.395846+00:00 heroku[router]: at=info method=GET path="/static/images/festa.84f74b6700b2.jpeg" host=universalvvfamily.herokuapp.com request_id=50f69ade-752f-45a5-a903-a824c6efe123 fwd="5.90.46.175" dyno=web.1 connect=0ms service=2ms status=200 bytes=9864 protocol=http
2019-01-26T20:04:17.816162+00:00 heroku[router]: at=info method=GET path="/progettibeach" host=universalvvfamily.herokuapp.com request_id=a2e844b0-2d11-4d42-9109-cfb58d85e428 fwd="5.90.46.175" dyno=web.1 connect=1ms service=4ms status=200 bytes=1975 protocol=http
2019-01-26T20:04:18.109329+00:00 heroku[router]: at=info method=GET path="/static/images//beachvolley.6ded0a9596d2.jpeg" host=universalvvfamily.herokuapp.com request_id=920f8eb5-997b-424a-b20d-39811daa2816 fwd="5.90.46.175" dyno=web.1 connect=1ms service=5ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:18.348855+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=c28d377c-9cb1-473a-b344-54da755a8c03 fwd="5.90.46.175" dyno=web.1 connect=1ms service=4ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:23.195953+00:00 heroku[router]: at=info method=GET path="/progetticolazione" host=universalvvfamily.herokuapp.com request_id=dcd49d7d-e2ba-4c8d-aa0e-c1ebb8c757da fwd="5.90.46.175" dyno=web.1 connect=0ms service=3ms status=200 bytes=1970 protocol=http
2019-01-26T20:04:23.536364+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=884da993-f6e0-4272-8c8b-7f1aaac19354 fwd="5.90.46.175" dyno=web.1 connect=0ms service=6ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:23.536957+00:00 app[web.1]: 10.43.242.234 - - [26/Jan/2019:20:04:23 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/progetticolazione" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:33.032739+00:00 heroku[router]: at=info method=GET path="/progettisalamellata" host=universalvvfamily.herokuapp.com request_id=cfdfb90a-ee3d-45ca-b261-ffee6ed48cea fwd="5.90.46.175" dyno=web.1 connect=1ms service=18ms status=200 bytes=1971 protocol=http
2019-01-26T20:04:37.754639+00:00 app[web.1]: 10.65.121.147 - - [26/Jan/2019:20:04:37 +0000] "GET /progettifeste HTTP/1.1" 200 1770 "http://universalvvfamily.herokuapp.com/progetti" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:38.084675+00:00 app[web.1]: 10.65.121.147 - - [26/Jan/2019:20:04:38 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/progettifeste" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:41.268263+00:00 app[web.1]: 10.109.164.225 - - [26/Jan/2019:20:04:41 +0000] "GET /progettistudio HTTP/1.1" 200 1765 "http://universalvvfamily.herokuapp.com/progetti" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:41.591415+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=46ca8e8f-185d-42a3-9c0f-2dedde1fc790 fwd="5.90.46.175" dyno=web.1 connect=1ms service=5ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:41.591409+00:00 app[web.1]: 10.109.164.225 - - [26/Jan/2019:20:04:41 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/progettistudio" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:45.101648+00:00 heroku[router]: at=info method=GET path="/progetticalcio" host=universalvvfamily.herokuapp.com request_id=5bbff87b-cd60-43fb-93d9-833494ef1541 fwd="5.90.46.175" dyno=web.1 connect=1ms service=6ms status=200 bytes=1956 protocol=http
2019-01-26T20:04:45.440454+00:00 app[web.1]: 10.31.125.56 - - [26/Jan/2019:20:04:45 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/progetticalcio" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:50.571832+00:00 app[web.1]: 10.61.185.3 - - [26/Jan/2019:20:04:50 +0000] "GET /universallogin HTTP/1.1" 200 1953 "http://universalvvfamily.herokuapp.com/progetti" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:50.868756+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=9f7b9307-51ea-4d2f-a059-2965bce9f6eb fwd="5.90.46.175" dyno=web.1 connect=1ms service=5ms status=404 bytes=2028 protocol=http
2019-01-26T20:04:50.870152+00:00 app[web.1]: 10.61.185.3 - - [26/Jan/2019:20:04:50 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/universallogin" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:04:58.729265+00:00 heroku[router]: at=info method=GET path="/utenti/signup/" host=universalvvfamily.herokuapp.com request_id=68637db7-017b-41ce-bb24-178bd6439653 fwd="5.90.46.175" dyno=web.1 connect=1ms service=37ms status=200 bytes=6298 protocol=http
2019-01-26T20:05:43.173037+00:00 heroku[router]: at=info method=GET path="/utenti/login/" host=universalvvfamily.herokuapp.com request_id=ac30efbb-7fda-4ada-ade3-739ab282d699 fwd="5.90.46.175" dyno=web.1 connect=1ms service=6ms status=200 bytes=2827 protocol=http
2019-01-26T20:05:43.503912+00:00 app[web.1]: 10.37.253.239 - - [26/Jan/2019:20:05:43 +0000] "GET /favicon.ico HTTP/1.1" 404 1816 "http://universalvvfamily.herokuapp.com/utenti/login/" "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
2019-01-26T20:05:43.503849+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=universalvvfamily.herokuapp.com request_id=e5b43735-7ef1-4aa4-9472-0452de02162e fwd="5.90.46.175" dyno=web.1 connect=1ms service=5ms status=404 bytes=2028 protocol=http
2019-01-26T20:40:56.570219+00:00 heroku[web.1]: Idling
2019-01-26T20:40:57.367177+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2019-01-26T20:40:57.554253+00:00 heroku[web.1]: Process exited with status 0
2019-01-26T22:45:08.990383+00:00 heroku[web.1]: Unidling
2019-01-26T22:45:08.996065+00:00 heroku[web.1]: State changed from down to starting
2019-01-26T22:45:13.957055+00:00 heroku[web.1]: Starting process with command `gunicorn sitoassociazione.wsgi`
2019-01-26T22:45:16.842938+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>.
2019-01-26T22:45:16.842992+00:00 app[web.1]: """)
2019-01-26T22:45:16.949411+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>.
2019-01-26T22:45:16.949416+00:00 app[web.1]: """)
2019-01-26T22:45:17.747938+00:00 heroku[web.1]: State changed from starting to up
2019-01-26T22:45:18.128747+00:00 heroku[router]: at=info method=GET path="/" host=universalvvfamily.herokuapp.com request_id=4d593206-c353-4fd2-a625-b5b507a5fa43 fwd="109.116.159.205" dyno=web.1 connect=1ms service=73ms status=200 bytes=2072 protocol=http
2019-01-26T22:45:18.569446+00:00 app[web.1]: 10.47.234.240 - - [26/Jan/2019:22:45:18 +0000] "GET / HTTP/1.1" 200 1867 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1"
2019-01-26T22:45:26.739426+00:00 app[web.1]: 10.47.234.240 - - [26/Jan/2019:22:45:26 +0000] "GET /progetti HTTP/1.1" 200 2594 "http://universalvvfamily.herokuapp.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1"
2019-01-26T22:45:26.738929+00:00 heroku[router]: at=info method=GET path="/progetti" host=universalvvfamily.herokuapp.com request_id=2696fa54-bf2b-434a-8e89-b65226e3ac2f fwd="109.116.159.205" dyno=web.1 connect=0ms service=18ms status=200 bytes=2785 protocol=http
2019-01-26T22:45:36.016273+00:00 app[web.1]: 10.47.234.240 - - [26/Jan/2019:22:45:36 +0000] "GET /contatti HTTP/1.1" 200 2288 "http://universalvvfamily.herokuapp.com/progetti" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1"
2019-01-26T22:46:02.554826+00:00 heroku[router]: at=info method=GET path="/universallogin" host=universalvvfamily.herokuapp.com request_id=e7ac675a-65b1-40e9-b8c3-9d9e13990704 fwd="109.116.159.205" dyno=web.1 connect=0ms service=4ms status=200 bytes=2158 protocol=http
2019-01-26T22:46:02.554404+00:00 app[web.1]: 10.47.234.240 - - [26/Jan/2019:22:46:02 +0000] "GET /universallogin HTTP/1.1" 200 1953 "http://universalvvfamily.herokuapp.com/contatti" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1"
2019-01-26T22:46:05.613956+00:00 app[web.1]: 10.47.234.240 - - [26/Jan/2019:22:46:05 +0000] "GET /utenti/signup/ HTTP/1.1" 200 5926 "http://universalvvfamily.herokuapp.com/universallogin" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1"
2019-01-26T22:46:29.620591+00:00 heroku[router]: at=info method=GET path="/universallogin" host=universalvvfamily.herokuapp.com request_id=d8d66c72-2aca-4380-bfe8-19327098f82c fwd="109.116.159.205" dyno=web.1 connect=0ms service=4ms status=200 bytes=2158 protocol=http
2019-01-26T22:46:34.702185+00:00 heroku[router]: at=info method=GET path="/utenti/login/" host=universalvvfamily.herokuapp.com request_id=4be0db0d-4e92-4724-8106-d1aac49f9ea3 fwd="109.116.159.205" dyno=web.1 connect=0ms service=25ms status=200 bytes=2827 protocol=http
2019-01-26T23:19:06.361613+00:00 heroku[web.1]: Idling
2019-01-26T23:19:06.365265+00:00 heroku[web.1]: State changed from up to down 

0 个答案:

没有答案