mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 00:32:24 +03:00
Update README.md
This commit is contained in:
parent
485c429769
commit
62080add3b
|
@ -80,7 +80,7 @@ from . import schema
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# ...
|
# ...
|
||||||
path('graphql/', GraphQLView.as_view(graphiql=True, schema=schema.schema)),
|
path('graphql/', GraphQLView.as_view(graphiql=True)), # Given that schema path is defined in GRAPHENE['SCHEMA'] in your settings.py
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -146,8 +146,6 @@ Graphene-Django is released under the [MIT License](https://github.com/graphql-p
|
||||||
|
|
||||||
If you encounter any issues or have questions regarding Graphene-Django, feel free to [submit an issue](https://github.com/graphql-python/graphene-django/issues/new) on the official GitHub repository. You can also ask for help and share your experiences with the Graphene-Django community on [💬 Discord](https://discord.gg/Fftt273T79)
|
If you encounter any issues or have questions regarding Graphene-Django, feel free to [submit an issue](https://github.com/graphql-python/graphene-django/issues/new) on the official GitHub repository. You can also ask for help and share your experiences with the Graphene-Django community on [💬 Discord](https://discord.gg/Fftt273T79)
|
||||||
|
|
||||||
To keep up to date with the latest news, updates, and releases, follow Graphene-Django on [Twitter](https://twitter.com/graphene_python) and [GitHub](https://github.com/graphql-python/graphene-django).
|
|
||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
* See [Releases page on github](https://github.com/graphql-python/graphene-django/releases)
|
* See [Releases page on github](https://github.com/graphql-python/graphene-django/releases)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user