Skip to content

Commit

Permalink
feat: Add django-harlequin mention (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Oct 12, 2024
1 parent 7b6fbd1 commit f82e2a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ harlequin -a sqlite

Other adapters can be installed using `pip install <adapter package>` or `pipx inject harlequin <adapter package>`, depending on how you installed Harlequin. Several adapters are under active development; for a list of known adapters provided either by the Harlequin maintainers or the broader community, see the [adapters](adapters) page.

## Using Harlequin with Django

[django-harlequin](https://pypi.org/project/django-harlequin/) provides a command to launch Harlequin using Django’s database configuration, like:

```bash
./manage.py harlequin
```

## Getting Help

To view these docs from within the app, press <Key>F1</Key>.
Expand All @@ -69,4 +77,4 @@ See the [Troubleshooting](troubleshooting/index) guide for help with key binding

[GitHub Issues](https://github.com/tconbeer/harlequin/issues) are the best place to report bugs.

[GitHub Discussions](https://github.com/tconbeer/harlequin/discussions) are a good place to ask questions, request features, and more.
[GitHub Discussions](https://github.com/tconbeer/harlequin/discussions) are a good place to ask questions, request features, and more.

0 comments on commit f82e2a8

Please sign in to comment.