Skip to content

Fix: disable DEBUG in non-local environments - #293

Merged
erick-GeGe merged 1 commit into
mainfrom
fix/disable-debug
Jul 2, 2026
Merged

Fix: disable DEBUG in non-local environments#293
erick-GeGe merged 1 commit into
mainfrom
fix/disable-debug

Conversation

@erick-GeGe

@erick-GeGe erick-GeGe commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Description

DEBUG=True was hardcoded in config.settings.local, which all environments use. This exposed all URL patterns on 404 pages and served static files only through Django's dev server helper.

Issue

  • Github Issue ID.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project.
  • I have made corresponding changes to the documentation.
  • New and existing tests pass locally with my changes.
  • If this change is a core feature, I have added thorough tests.
  • If this change affects or depends on the behavior of other estela repositories, I have created pull requests with the relevant changes in the affected repositories. Please, refer to our official documentation.
  • I understand that my pull request may be closed if it becomes obvious or I did not perform all of the steps above.

@erick-GeGe
erick-GeGe merged commit 796452c into main Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants