Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8181109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:24:39+00:00 2026-06-07T00:24:39+00:00

I am new to Flask and am implementing a tiny application. I successfully got

  • 0

I am new to Flask and am implementing a tiny application. I successfully got it to display “Hello World” when visiting a certain web page, but I cannot change it to say “Hello World Again,” even if I change the code. Why is it still running the old code and how can I get it to run the new code? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T00:24:42+00:00Added an answer on June 7, 2026 at 12:24 am

    You need to run the app in debug mode:

    app.debug = True
    app.run()
    

    or

    app.run(debug=True)
    

    But remember, only do that in your development environment:

    Even though the interactive debugger does not work in forking environments (which makes it nearly impossible to use on production servers), it still allows the execution of arbitrary code. This makes it a major security risk and therefore it must never be used on production machines.

    You could also use use_reloader=True without enabling debug mode, but that’s not a good idea since you really want the debugger during development.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting new Google App Engine application and currently considering two frameworks: Flask and
A little new to python and the wonderful world of Flask. I'm trying to
I am pretty new to web development. I am working with Flask, Sqlalchemy and
I'm new to web development in Python and I've chosen Flask to start my
Preface: I am 100% new to the Flash and ActionScript world, doing research for
I've set up a Flask application to run on a tornado server backed by
I have a flash map application that I want to rebuild on the new
I'm making a new website to replace a current one, using Flask micro-framework (based
I was following this quickstart guide: http://devcenter.heroku.com/articles/python but when I got to the part
I've bought the virtual gallery from flashden but I'm having problems implementing it.. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.