Skip to content

Commit 24a66c9

Browse files
authored
docs/example_project.md: Drop out-of-sync "cp env.example .env" (#10)
There is no file "env.example", and file ".env" already exists in Git. Follow-up to commit 80aac17.
1 parent 73a0074 commit 24a66c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/example_project.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Run it locally and play with it to get a better understanding of how the library
77
```bash
88
poetry install
99
cd example
10-
cp env.example .env
1110
poetry run python manage.py migrate
1211
poetry run python manage.py runserver
1312
```

0 commit comments

Comments
 (0)