Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pillard <[email protected]>
  • Loading branch information
KevinMind and diox committed Feb 23, 2024
1 parent 020742f commit 11f6de6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ def insert_debug_toolbar_middleware(middlewares):
if not os.path.exists(local_settings_path):
with open(local_settings_path, 'w') as file:
file.write(
'# If you have settings you want to overload,'
'put them in a local_settings.py.\n'
'# Put settings you want to overload in this file.\n'
)

from local_settings import * # noqa
Expand Down

0 comments on commit 11f6de6

Please sign in to comment.