Skip to content

Commit

Permalink
Coerce --noreload
Browse files Browse the repository at this point in the history
  • Loading branch information
Coumes Quentin committed Feb 11, 2019
1 parent 165a659 commit de32162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@

if sys.argv[1] == "runserver":
sys.argv.append("--noreload")
print("--noreload enforced. You will have to restart the server to apply changes.")

execute_from_command_line(sys.argv)

0 comments on commit de32162

Please sign in to comment.