Skip to content

Commit 1c5d2e6

Browse files
authored
Update README.md
1 parent 6048219 commit 1c5d2e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ This is a method to run the project in standalone, based on a local SQLite datab
5858
NAME=rosearch
5959
MEDIA_ROOT=/home/roback/media
6060
MEDIA_URL=media/
61-
# To fill
62-
SECRET_KEY=''
61+
SECRET_KEY='' # To fill
6362
```
6463

6564
The SECRET_KEY variable is used internally by Django to encrypt personal app data (more info in [the official doc](https://docs.djangoproject.com/en/5.1/ref/settings/#std-setting-SECRET_KEY)).

0 commit comments

Comments
 (0)