From 2a826b1b557d2d331499d33a1d57d4b9a6ec9c0e Mon Sep 17 00:00:00 2001 From: sergiogimenez Date: Tue, 25 Feb 2025 07:33:46 +0100 Subject: [PATCH] Update README --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a39255..b8d3088 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,10 @@ export PYTHONPATH="${PYTHONPATH}:/usr/lib/python3/dist-packages" #### Environment Variables -Now, configure the environment variables. For this, we will expand a `.env` file. You can use the following content as an example: +Now, configure the environment variables. For this, we will expand a `.env` file. For a quickstart with localhost, you can use the default values in the `.env.example` file: -```source -STATIC_ROOT=/tmp/static/ -MEDIA_ROOT=/tmp/media/ -ALLOWED_HOSTS=localhost,localhost:8000,127.0.0.1, -DOMAIN=localhost -DEBUG=True +```bash +cp .env.example .env ``` Now, expand the environment variables: