Skip to content

Commit db4d14a

Browse files
committed
Update README.md
1 parent 8be8f4b commit db4d14a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,17 @@ $ pip install -r requirements.txt
7979

8080
<br />
8181

82-
> **Step #4** - Start the API server
82+
> **Step #4** - Create a new `.env` file using sample `env.sample`
83+
84+
The meaning of each variable can be found below:
85+
86+
- `DEBUG`: if `True` the app runs in develoment mode
87+
- For production value `False` should be used
88+
- `SECRET_KEY`: used in assets management
89+
90+
<br />
91+
92+
> **Step #5** - Start the API server
8393
8494
```bash
8595
$ python manage.py migrate

0 commit comments

Comments
 (0)