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 33add8f commit 990cc00Copy full SHA for 990cc00
README.md
@@ -87,6 +87,8 @@ The meaning of each variable can be found below:
87
- `DEBUG`: if `True` the app runs in develoment mode
88
- For production value `False` should be used
89
- `SECRET_KEY`: used in assets management
90
+- `GITHUB_CLIENT_ID`: For GitHub social login
91
+- `GITHUB_SECRET_KEY`: For GitHub social login
92
93
<br />
94
env.sample
@@ -3,3 +3,6 @@ DEBUG=True
3
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
4
DB_ENGINE=django.db.backends.sqlite3
5
DATABASE=db.sqlite3
6
+
7
+GITHUB_CLIENT_ID=
8
+GITHUB_SECRET_KEY=
0 commit comments