Skip to content

Commit

Permalink
Update README.md (#355)
Browse files Browse the repository at this point in the history
* Update README.md

Added .env copy to steps

* Update README.md

Co-authored-by: Andrew Dickinson <[email protected]>

---------

Co-authored-by: Andrew Dickinson <[email protected]>
  • Loading branch information
ll2jwork and Andrew-Dickinson authored Apr 23, 2024
1 parent a696d6f commit 14aa234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 14aa234

Please sign in to comment.