We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be8f4b commit db4d14aCopy full SHA for db4d14a
README.md
@@ -79,7 +79,17 @@ $ pip install -r requirements.txt
79
80
<br />
81
82
-> **Step #4** - Start the API server
+> **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
93
94
```bash
95
$ python manage.py migrate
0 commit comments