Skip to content

Commit 6b05aa7

Browse files
add migrations step to installation docs
1 parent 3e49a02 commit 6b05aa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ The library is async-only at the moment (following gidgethub), with sync support
5454
]
5555
```
5656
57+
4. Run the `migrate` management command to add django-github-app's models to your database:
58+
59+
```bash
60+
python manage.py migrate
61+
62+
# or for those living on the bleeding edge
63+
64+
uv run manage.py migrate
65+
```
66+
5767
4. Add django-github-app's webhook view to your Django project's urls:
5868

5969
```python

0 commit comments

Comments
 (0)