Skip to content

Commit 1009534

Browse files
start import section in README
1 parent dc577f0 commit 1009534

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The library is async-only at the moment (following gidgethub), with sync support
3535

3636
For the Webhook URL, the endpoint is up to you. See step 4 below for how the endpoint is configured. Using these installation instructions as an example, you would enter `<your project's base url>/gh/` as the Webhook URL.
3737

38+
> [!NOTE] Have an existing GitHub App?
39+
> To use an existing GitHub App with django-github-app, see [Import an Existing GitHub App](#importing-an-existing-github-app).
40+
3841
2. Install the package from PyPI:
3942

4043
```bash
@@ -285,6 +288,8 @@ issues = await repo.aget_issues(params={"state": "open"})
285288
- `owner`: Repository owner from full name
286289
- `repo`: Repository name from full name
287290
291+
### Importing an Existing GitHub App
292+
288293
## Configuration
289294
290295
Configuration of django-github-app is done through a `GITHUB_APP` dictionary in your Django project's `DJANGO_SETTINGS_MODULE`.

0 commit comments

Comments
 (0)