Skip to content

Commit

Permalink
Make debug = False
Browse files Browse the repository at this point in the history
closes #528
  • Loading branch information
fao89 committed Dec 3, 2021
1 parent b86dbd0 commit 462c6b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/528.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabled the debugging mode.
2 changes: 1 addition & 1 deletion plugin-template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DEFAULT_SETTINGS = {
"plugin_snake": None,
"publish_docs_to_pulpprojectdotorg": False,
"pulp_settings": None,
"pulpcore_branch": "master",
"pulpcore_branch": "main",
"pulpcore_revision": None,
"pulpcore_pip_version_specifier": None,
"pulpprojectdotorg_key_id": None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ then
exit $s
fi

sed -i -e 's/DEBUG = False/DEBUG = True/' pulpcore/pulpcore/app/settings.py
{%- if not tasking_allow_async_unsafe %}
# Patch DJANGO_ALLOW_ASYNC_UNSAFE out of the pulpcore tasking_system
# Don't let it fail. Be opportunistic.
Expand Down

0 comments on commit 462c6b5

Please sign in to comment.