From 517c3eb0c0b03b899aed396439677b4152128da5 Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 31 Oct 2024 15:04:28 +0100 Subject: [PATCH] DEBUG false -> true we are not ready to deploy without DEBUG - collect static is not configured - current demo in debug helps to find problems easily --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0f7e6d0..ce046cd 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ DOMAIN=localhost # note that DEBUG=true make snapshot parsing more verbose -DEMO=false +DEMO=true STATIC_ROOT=/tmp/static/ MEDIA_ROOT=/tmp/media/