mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #762] Connection refused #535
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#535
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vic51993 on GitHub (Dec 20, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/762
Hi, good day!
I am new to this. Can you please tell me what seems to be wrong with this?
I managed to ./manage.py runserver as shown
but when I try to open it to my browser, it says connection refused
@gamerlv commented on GitHub (Dec 21, 2022):
The
manage.py runserveris only intended for development of the application, thus it only started on localhost. You tried to access it externally. For production deployment it is recommended to to setup a full Django stack using uWSGI or gunicorn.It may be easier to use Docker compose to setup a running instance.