Skip to content

Commit 9b7b8a8

Browse files
author
Dennis Schwartz
committed
Add docs for github credentials.
1 parent 52bba81 commit 9b7b8a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ pip install -r requirements.txt
2929
# migrate the database
3030
$ python manage.py migrate
3131

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+
3236
# start the server
3337
$ python manage.py runserver
3438

0 commit comments

Comments
 (0)