From db59a4f09a32479ca7f1fb9f059beb92d737a49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9?= Date: Tue, 9 Apr 2024 21:03:27 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20.e?= =?UTF-8?q?xample=5Fenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example_env | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .example_env diff --git a/.example_env b/.example_env new file mode 100644 index 0000000..7d9408e --- /dev/null +++ b/.example_env @@ -0,0 +1,3 @@ +SECRET_KEY=amazon +DJANGO_DEBUG=T +DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1 \ No newline at end of file