From 14aa234aeacfe4c29d59f5dfad6f1eb88135709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=84=D9=84=D9=A2=D8=AC?= <40523414+ll2jwork@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:15:22 -0400 Subject: [PATCH] Update README.md (#355) * Update README.md Added .env copy to steps * Update README.md Co-authored-by: Andrew Dickinson --------- Co-authored-by: Andrew Dickinson --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b561ba8..d8f05290 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ pip install -e '.[dev]' Next, fill out the `.env.sample` file and load it into your environment. +``` +cp .env.sample .env +nano .env # Or your favorite text editor, fill in the blank variables +``` You're gonna need a `DJANGO_SECRET_KEY`: ### Generating `DJANGO_SECRET_KEY`