-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in getting the url address after the installation of pip #140
Comments
Thats the ip adress to your local host which is hosting the project, with the port pointed to 5000. You don't make that, Flask takes care of it. |
Thank you for your response
Please how do I check my own host address from the code
…On Sun, 28 Jan 2024, 06:59 Maxence, ***@***.***> wrote:
Thats the ip adress to your local host which is hosting the project, with
the port pointed to 5000. You don't make that, Flask takes care of it.
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A27ZGIOSGVJSG5AYNI7G37LYQXZLPAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGQ3TQNBSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
By host address do you mean IP? You can do that in your terminal, and 127.0.0.1 is always your localhost |
Ok, thanks for the clarification.
…On Wed, 31 Jan 2024, 04:53 Maxence, ***@***.***> wrote:
By host address do you mean IP? You can do that in your terminal, and
127.0.0.1 is always your localhost
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A27ZGIO3T56EIQUCURA7JPTYRHE6FAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJYGM4DCNZSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I came across your contents when searching on how to learn a python. Your information about on develop "Flask Web App Tutorial" are very fantabulous and seriously educative.
Thank you for impact your knowledge positively
Please i have some issues when following your tutorial and the issue is that , i can't generate how you get the url address http://127.0.0.1:5000 from the terminal after debug. Although , i am very new to python programming language.
Please help me on how to rectify the issue. Thank you
The text was updated successfully, but these errors were encountered: