We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1f67a commit c5ecedfCopy full SHA for c5ecedf
README.md
@@ -38,6 +38,7 @@ GAUTH_INSTALLED_CLIENTSECRET=Google_OAuth_Desktop_Client_Secret
38
GAUTH_DEVICE_CLIENTID=Google_OAuth_TV_and_Limited_Input_Client_ID
39
GAUTH_DEVICE_CLIENTSECRET=Google_OAuth_TV_and_Limited_Input_Client_Secret
40
MQTT_TOKEN_PRIVKEY=/path/to/your/test/key/file.pem
41
+DJANGO_LOG_LEVEL=DEBUG
42
```
43
4. Create db: ```make migrate```
44
5. Create admin user: ```python3 manage.py createsuperuser --email [email protected] --username admin```
0 commit comments