mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
9a60589732
Introduces two changes to make sure the instructions in the tutorial don't require debugging: - Add `cd ..` when first syncing the database so that `manage.py` is accessible in the working directory. - Change `cookbook.ingredients.apps.IngredientsConfig.name` to `cookbook.ingredients` from `ingredients` to prevent the following exception: ```python django.core.exceptions.ImproperlyConfigured: Cannot import 'ingredients'. Check that 'cookbook.ingredients.apps.IngredientsConfig.name' is correct. ``` |
||
---|---|---|
.. | ||
_static | ||
authorization.rst | ||
conf.py | ||
debug.rst | ||
extra-types.rst | ||
fields.rst | ||
filtering.rst | ||
index.rst | ||
installation.rst | ||
introspection.rst | ||
Makefile | ||
mutations.rst | ||
queries.rst | ||
requirements.txt | ||
schema.py | ||
schema.rst | ||
settings.rst | ||
subscriptions.rst | ||
testing.rst | ||
tutorial-plain.rst | ||
tutorial-relay.rst |