Skip to content

Commit

Permalink
Merge branch 'main' into james/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Apr 25, 2024
2 parents 5b012eb + 14aa234 commit a3d7ba5
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 a3d7ba5

Please sign in to comment.