Changeset - cdb31327ec4a
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 3 months ago 2024-02-06 10:52:59
ben@sturm.com.au
Remove `DEBUG = False` as it's the default
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy/settings.py
Show inline comments
...
 
@@ -16,14 +16,12 @@
 
# You should have received a copy of the GNU Affero General Public License
 
# along with this program in a file in the toplevel directory called
 
# "AGPLv3".  If not, see <http://www.gnu.org/licenses/>.
 

	
 
from pathlib import Path
 

	
 
DEBUG = False
 

	
 
from .djangocommonsettings import *
 

	
 
SITE_ID = 2
 
ROOT_URLCONF = 'conservancy.urls'
 

	
 
FORCE_CANONICAL_HOSTNAME = False if DEBUG else 'sfconservancy.org'
0 comments (0 inline, 0 general)