Skip to content

Commit 695872a

Browse files
committed
Update manage.py to enable app reloading based on the reload flag for improved development workflow.
1 parent 31a4170 commit 695872a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def run(workers="1", host="localhost", port=8080, reload=False):
1515
# Validate the configuration
1616
Config.validate()
1717

18-
if reload and False:
18+
if reload:
1919
# Get the app instance
2020
from app import create_app
2121
app = create_app()

0 commit comments

Comments
 (0)