Skip to content

Commit 59e69cc

Browse files
add note about endpoint matching
1 parent 10fe19b commit 59e69cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
6666
For the moment, django-github-app only supports an async webhook view, as this library is a wrapper around [gidgethub](https://github.com/gidgethub/gidgethub) which is async only. Sync support is planned.
6767
68+
As noted above in step 1, the path here must match the Webhook URL you entered when setting up your GitHub App.
69+
6870
5. Add the following dictionary to your Django project's `DJANGO_SETTINGS_MODULE`, filling in the values from step 1 above. The example below uses [environs](https://github.com/sloria/environs) to load the values from an `.env` file.
6971

7072
```python

0 commit comments

Comments
 (0)