Skip to content

Commit c5ecedf

Browse files
authored
Update README.md with debug logging
1 parent 7a1f67a commit c5ecedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ GAUTH_INSTALLED_CLIENTSECRET=Google_OAuth_Desktop_Client_Secret
3838
GAUTH_DEVICE_CLIENTID=Google_OAuth_TV_and_Limited_Input_Client_ID
3939
GAUTH_DEVICE_CLIENTSECRET=Google_OAuth_TV_and_Limited_Input_Client_Secret
4040
MQTT_TOKEN_PRIVKEY=/path/to/your/test/key/file.pem
41+
DJANGO_LOG_LEVEL=DEBUG
4142
```
4243
4. Create db: ```make migrate```
4344
5. Create admin user: ```python3 manage.py createsuperuser --email [email protected] --username admin```

0 commit comments

Comments
 (0)