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 52bba81 commit 9b7b8a8Copy full SHA for 9b7b8a8
README.md
@@ -29,6 +29,10 @@ $ pip install -r requirements.txt
29
# migrate the database
30
$ python manage.py migrate
31
32
+# Create a personal Github access token in settings and use github username for CLIENT_ID
33
+# export Github credentials to bypass rate limit
34
+$ export GITHUB_CLIENT_ID=<username> && export GITHUB_CLIENT_SECRET=<token>
35
+
36
# start the server
37
$ python manage.py runserver
38
0 commit comments