Skip to content

Commit

Permalink
Default to debug False
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 9, 2024
1 parent 5d311be commit d096bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class AppConfig(GoodConf):
"""Configuration for {{ project_name }}"""

DEBUG: bool
DEBUG: bool = False
ALLOWED_HOSTS: List[str] = Field(
default=["*"],
description="Hosts allowed to serve the site "
Expand Down

0 comments on commit d096bc5

Please sign in to comment.