Coder Social home page Coder Social logo

django-2021's People

Contributors

divanov11 avatar shahriarpshuvo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-2021's Issues

TemplateDoesNotExist

TemplateDoesNotExist at /project/2/

/projects/single-project.html
Request Method: GET
http://127.0.0.1:8000/project/2/
3.2.6
TemplateDoesNotExist
/projects/single-project.html
C:\Users\inter\AppData\Local\Programs\Python\Python39\lib\site-packages\django\template\loader.py, line 19, in get_template
C:\Users\inter\AppData\Local\Programs\Python\Python39\python.exe
3.9.6
['C:\Users\inter\OneDrive\Django_Course\devsearch', 'C:\Users\inter\AppData\Local\Programs\Python\Python39\python39.zip', 'C:\Users\inter\AppData\Local\Programs\Python\Python39\DLLs', 'C:\Users\inter\AppData\Local\Programs\Python\Python39\lib', 'C:\Users\inter\AppData\Local\Programs\Python\Python39', 'C:\Users\inter\AppData\Local\Programs\Python\Python39\lib\site-packages']
Thu, 02 Sep 2021 08:02:47 +0000

NoReverseMatch at /projects/

NoReverseMatch at /projects/
Reverse for 'user-profile' with arguments '('',)' not found. 1 pattern(s) tried: ['profile/(?P[^/]+)/$']

hey Dennis, i'm following your tutorial and stuck on an error for last five days. i don't know where it goes wrong... i reviewed the code for a thousands time but cant find the issue anyway. can you please help me out what should i do?

Showing this error

Uncaught ReferenceError: hljs is not defined at HTMLDocument. (app.js:5:3)

Rendring Data to Templates

Hi
i have problem with passing data from view to single-project.html

`this is the code on single-project.html
<
{% extends 'main.html' %}
{% block content %}

hello

\\\\ i have add this to know if page loading good and it is loaded

{{project.title}}


{{project.description}}

{% endblock %}>

the View code

def project(request,pk):
projectObj = None
for i in projectslist:
if i['id'] == pk:
projectObj = i
return render(request,'projects/single-project.html', {'projectObj':projectObj})

i'd lik to know what is wrong

License missing

Hi,
I saw that this repo does not yet have a license.
Could you add one?
Thanks

Error on deploying .please help me to deploy my project.

2023-03-27T16:02:50.458002+00:00 app[api]: Release v10 created by user [email protected]
2023-03-27T16:02:56.000000+00:00 app[api]: Build succeeded
2023-03-27T16:03:01.054842+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=d5b3b8da-eb2b-4783-bec0-4bd843ee2d50 fwd="104.132.181.101" dyno= connect= service= status=503 bytes= protocol=https
2023-03-27T16:03:01.646715+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=19ef796f-826c-449e-a271-d79022860df9 fwd="104.132.181.101" dyno= connect= service= status=503 bytes= protocol=https
2023-03-27T16:08:57.000000+00:00 app[api]: Build started by user [email protected]
2023-03-27T16:09:16.224470+00:00 app[api]: Release v11 created by user [email protected]
2023-03-27T16:09:16.224470+00:00 app[api]: Deploy cc953611 by user [email protected]
2023-03-27T16:09:22.000000+00:00 app[api]: Build succeeded
2023-03-27T16:09:26.550264+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=283f2949-dd61-429b-8490-67367f6c59e2 fwd="104.132.181.101" dyno= connect= service= status=503 bytes= protocol=https
2023-03-27T16:09:27.839841+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=1cfe0901-559c-4b1a-bd5d-79e88be0836c fwd="104.132.181.101" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:31:03.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T12:31:22.482491+00:00 app[api]: Deploy e2c841a1 by user [email protected]
2023-03-28T12:31:22.482491+00:00 app[api]: Release v12 created by user [email protected]
2023-03-28T12:31:28.000000+00:00 app[api]: Build succeeded
2023-03-28T12:31:32.951756+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=b3d7f341-7341-440f-b85c-2265b816c34c fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:31:33.555540+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=18762a87-b355-4365-86a1-eb189a50ab1a fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:31:36.058358+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=dc93d9ca-6a81-4913-8b8d-04d7daba9c9c fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:31:36.799997+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=3b812a77-115e-4824-8a2d-4872e50f47c8 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:55:11.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T12:56:07.865709+00:00 app[api]: Release v13 created by user [email protected]
2023-03-28T12:56:07.865709+00:00 app[api]: Deploy 19698ced by user [email protected]
2023-03-28T12:56:13.000000+00:00 app[api]: Build succeeded
2023-03-28T12:56:19.866624+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=d753a69b-315b-416e-ac33-b7c268d11324 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T12:56:20.482335+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=a3de29d2-d2de-4ee9-a4db-a0357dce746d fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:10:17.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:10:21.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/60972028-4212-4a26-ac4b-f90d8d0099be
2023-03-28T13:12:10.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:13:33.165981+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=ce088800-90b5-409e-ba9b-9d7e45078c01 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:13:33.994187+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=53d61d9c-158c-49ee-89bf-a42452987a9b fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:13:38.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/722cbaf8-f4b3-4a23-ba6a-2822d367ca3e
2023-03-28T13:15:40.574836+00:00 app[api]: Set DISABLE_COLLECTSTATIC config vars by user [email protected]
2023-03-28T13:15:40.574836+00:00 app[api]: Release v14 created by user [email protected]
2023-03-28T13:15:55.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:16:50.113626+00:00 app[api]: Deploy d2db2544 by user [email protected]
2023-03-28T13:16:50.113626+00:00 app[api]: Release v15 created by user [email protected]
2023-03-28T13:16:56.000000+00:00 app[api]: Build succeeded
2023-03-28T13:17:00.122141+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=c5772fc0-d98d-481c-b1b6-78a493b8dd37 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:17:00.715995+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=e13ab832-a233-4c36-abc9-f72a4700a686 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:17:19.725543+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=4a894bce-e596-45b2-bd26-8449938b8ff6 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:17:20.282810+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=ecd11269-5631-4d1d-9c68-bc328ab5e839 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:19:21.338715+00:00 app[api]: Remove DISABLE_COLLECTSTATIC config vars by user [email protected]
2023-03-28T13:19:21.338715+00:00 app[api]: Release v16 created by user [email protected]
2023-03-28T13:19:34.856595+00:00 app[api]: Release v17 created by user [email protected]
2023-03-28T13:19:34.856595+00:00 app[api]: Set DISABLE_COLLECTSTATIC config vars by user [email protected]
2023-03-28T13:19:46.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:20:16.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/f00d0fef-de97-42b9-8cf7-fa42a0233717
2023-03-28T13:20:47.795410+00:00 app[api]: Release v18 created by user [email protected]
2023-03-28T13:20:47.795410+00:00 app[api]: Set DISABLE_COLLECTSTATIC config vars by user [email protected]
2023-03-28T13:20:59.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:21:36.988512+00:00 app[api]: Deploy d2db2544 by user [email protected]
2023-03-28T13:21:36.988512+00:00 app[api]: Release v19 created by user [email protected]
2023-03-28T13:21:43.000000+00:00 app[api]: Build succeeded
2023-03-28T13:21:56.162079+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=eddd55f9-b941-4fb0-94c2-5939f90d0236 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:21:56.713812+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=b735ecf6-e1c9-4aac-8426-70a4ffe94263 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:28:23.437462+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=44a20830-d42a-448c-8394-9def1ee7ec3c fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:28:24.828538+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=67f50bac-2a8c-40ba-8079-ce47ffde6220 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:28:46.073436+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=e11ccdc7-fd99-41c3-9556-28bf014bdcfa fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:28:46.841818+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=ab5ed293-d88f-403e-a2ca-43c277585f2b fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:41:39.403046+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=7dcef164-d0e7-4c03-a205-bf2069d4ace3 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:41:39.983220+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=4964ffa5-509a-4966-ac9e-9223b79d999f fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:45:06.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T13:45:26.738752+00:00 app[api]: Release v20 created by user [email protected]
2023-03-28T13:45:26.738752+00:00 app[api]: Deploy d2db2544 by user [email protected]
2023-03-28T13:45:35.000000+00:00 app[api]: Build succeeded
2023-03-28T13:46:11.869102+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=5a25bf27-5ab1-4d62-99cb-1c4ba3895d58 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T13:46:12.511171+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=b5ea34ba-f20d-42ee-9c39-b24e7c15075d fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:35:31.017505+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=9819302e-604f-4bcd-ba8e-81e3de7066b5 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:35:31.610601+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=40a3060c-f015-4508-a586-5cb93460c462 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:35:33.711681+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=a99de2e6-1e37-48f8-a536-77ade4432a45 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:35:35.446878+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=fda2d198-4de0-498f-a0f6-45860a2994e9 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:45:19.889051+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=b490ea5a-35a2-4edb-81ca-8cfbf2abcf4d fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T14:45:20.410800+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=f92f2ba0-99a3-4b83-9087-2a181933ca75 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:02:44.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:03:15.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/cdd110bc-2108-48cf-8e15-39ce5638690f
2023-03-28T15:04:50.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:05:15.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/dc8c994a-54d1-4d6f-ae5c-c9462e362093
2023-03-28T15:06:46.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:08:35.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/8b132a0f-7a09-43a7-b864-e96a0a48da9c
2023-03-28T15:09:33.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:10:34.943097+00:00 app[api]: Deploy b001410a by user [email protected]
2023-03-28T15:10:34.943097+00:00 app[api]: Release v21 created by user [email protected]
2023-03-28T15:10:50.000000+00:00 app[api]: Build succeeded
2023-03-28T15:10:55.519712+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=16300e05-f204-4a43-8cf0-843072c79c4e fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:10:56.055831+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=c53c407c-39dd-4809-b5c0-1660285ebe09 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:14:46.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:15:22.218625+00:00 app[api]: Deploy b001410a by user [email protected]
2023-03-28T15:15:22.218625+00:00 app[api]: Release v22 created by user [email protected]
2023-03-28T15:15:36.000000+00:00 app[api]: Build succeeded
2023-03-28T15:15:40.647637+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=73d875a4-2bad-44c3-9aae-a5611cb263e2 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:15:41.225936+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=29eaf8f7-4be6-4ac2-aad4-8260b5f87656 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:15:43.088060+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=432bba9b-cd11-4172-9b39-b516181bd4f4 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:15:44.829670+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=4277fd33-d0de-429b-8e5d-abb54d747d0b fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:15:56.630143+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=5ccbf7e8-eb56-45ee-a673-ad9b27845c48 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:15:57.656144+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=e47766ef-1c89-4536-b3bd-d5ea98f37f79 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:19:55.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:21:37.403421+00:00 app[api]: Deploy d838ea80 by user [email protected]
2023-03-28T15:21:37.403421+00:00 app[api]: Release v23 created by user [email protected]
2023-03-28T15:21:51.000000+00:00 app[api]: Build succeeded
2023-03-28T15:21:56.722082+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=8297f6d0-b497-4f2a-9a18-f8dc4843daaa fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:21:57.252392+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=60ec6d38-323a-4da6-84ed-7f7fb450ff0f fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:31:26.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:32:21.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/dd58d058-7b21-431b-a2ed-48ae75fae6df/activity/builds/146f5d09-eba0-46ee-ac4a-e99c279e0445
2023-03-28T15:38:37.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:39:41.936875+00:00 app[api]: Release v24 created by user [email protected]
2023-03-28T15:39:41.936875+00:00 app[api]: Deploy c2ef7df0 by user [email protected]
2023-03-28T15:39:56.000000+00:00 app[api]: Build succeeded
2023-03-28T15:40:02.424971+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=f06c1114-4b28-4909-8699-a11d407d8ae3 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:40:02.999914+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=04f80914-6b71-46ba-81e8-49c84c90896d fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:41:19.000000+00:00 app[api]: Build started by user [email protected]
2023-03-28T15:41:59.219779+00:00 app[api]: Deploy 788c6fe5 by user [email protected]
2023-03-28T15:41:59.219779+00:00 app[api]: Release v25 created by user [email protected]
2023-03-28T15:42:13.000000+00:00 app[api]: Build succeeded
2023-03-28T15:42:21.579040+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=devdig.herokuapp.com request_id=5a7c0a51-364c-422e-b7f6-c35bae0cc5e0 fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https
2023-03-28T15:42:22.197109+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=devdig.herokuapp.com request_id=5ed30325-8e71-4573-a4e2-45570025753e fwd="104.132.181.105" dyno= connect= service= status=503 bytes= protocol=https

28. Reviews Dropdown Styling is not working

Hey there!

In Lection "28. Reviews" the styling is not working for the Dropdown. Also the custom labels are not shown which where mentioned by Dennis. There are a lot of other students with the same issue... Could you please respond with a solution here and also in the Udemy Comment section?

Thanks a lot!

VSCode virtual environment issues: PIP list is always my local package

Hey guys,i don't know if somebody met this issue like me ,but it bother me really, please help~
let me say this for a quick explain:
image
as you can see from the above ,I do have access to the virtual environment, but my Pip List is always my locally installed package, and the Python interpreter in the bottom right corner is also virtual, so I want to ask what the problem is.
I search a lot from Chinese CSDN ,but it's not work,so please help me,really thank you

Spacing on profile page

Hey you think this spacing looks a but weird? Feels like too much for me but I wanted to run it by you first..
Capture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.