Skip to content

Commit

Permalink
django_debug_set_to_false (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Oct 25, 2024
2 parents 97605d3 + f110da4 commit d2313d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ log/*

.env
.envrc
etc
etc
myenv
2 changes: 1 addition & 1 deletion sefaria/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@


################ These are things you DO NOT NEED to touch unless you know what you are doing. ##############################
DEBUG = os.getenv("DEBUG", True)
DEBUG = os.getenv("DEBUG", False)

REMOTE_HOSTS = os.getenv('REMOTE_HOSTS', 'staging.pecha.org').replace(" ", "")

Expand Down

0 comments on commit d2313d9

Please sign in to comment.