This website requires JavaScript.
Explore
Help
Register
Sign In
graphql-python
/
graphene-django
Watch
1
Star
1
Fork
0
You've already forked graphene-django
mirror of
https://github.com/graphql-python/graphene-django.git
synced
2024-11-14 21:57:14 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a64994e52
graphene-django
/
examples
/
cookbook-plain
/
requirements.txt
4 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix graphiql explorer styles by including official CSS, and update local example app for testing (#1418) * Add venv and .venv to gitignore since common venv paths * Update cookbook-plain app requirements and local-dev notes This also adds the DEFAULT_AUTO_FIELD to the app's Django settings to resolve this warning when running `migrate`: ``` ingredients.Category: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. HINT: Configure the DEFAULT_AUTO_FIELD setting or the IngredientsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. ``` * Fix #1417 graphiql explorer styles by including official CSS Like in the official graphiql-plugin-explorer example here https://github.com/graphql/graphiql/blob/619864691941c46cc0b0848e8713028e20212c36/packages/graphiql-plugin-explorer/examples/index.html#L26-L29 Resolves https://github.com/graphql-python/graphene-django/issues/1417 * Update GraphiQL version --------- Co-authored-by: Steven DeMartini <sjdemartini@users.noreply.github.com> Co-authored-by: Kien Dang <mail@kien.ai>
2023-06-02 11:48:53 +03:00
django~=3.2
graphene
graphene-django>=3.1
Reference in New Issue
Copy Permalink