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 9b7b8a8 commit f7b55a7Copy full SHA for f7b55a7
README.md
@@ -41,3 +41,9 @@ $ python manage.py updatecomponents
41
```
42
43
Navigate to [127.0.0.1:8000](http://127.0.0.1:8000/).
44
+
45
+## Settings
46
47
+### Debugging
48
49
+Enable debug logs by editing the DEBUG=False setting in `biojs/settings.py`
biojs/settings.py
@@ -25,6 +25,8 @@
25
GITHUB_CLIENT_ID = os.environ.get('GITHUB_CLIENT_ID') or ''
26
GITHUB_CLIENT_SECRET = os.environ.get('GITHUB_CLIENT_SECRET') or ''
27
28
+DEBUG=False
29
30
# SECURITY WARNING: don't run with debug turned on in production!
31
try:
32
from config import *
0 commit comments