graphene-django/docs
Gabriel Lacroix 9a60589732
Make instructions runnable without tweaking (#1224)
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.
```
2022-09-24 16:02:33 +03:00
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
conf.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
debug.rst enhancement: DjangoDebugContext captures exceptions and allows captured stack traces to be queried (#1122) 2021-03-02 10:45:46 -08:00
extra-types.rst Add extra types documentation (#902) 2020-05-09 12:19:02 +01:00
fields.rst document purpose of DjangoConnectionField (#1107) 2021-02-02 09:58:43 -08:00
filtering.rst I found another wrong link in the filter dokumentation see #1309 (#1311) 2022-02-13 08:50:53 +03:00
index.rst Update GraphiQL, add GraphiQL subscription support (#1001) 2020-07-12 14:42:31 +01:00
installation.rst WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
introspection.rst Detect format from output file path (#868) 2020-03-13 10:04:55 +00:00
Makefile Update doc setup (#673) 2019-06-14 12:33:37 +01:00
mutations.rst WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
queries.rst Fix code examples in queries.rst (#1265) 2022-09-24 16:00:22 +03:00
requirements.txt Update doc setup (#673) 2019-06-14 12:33:37 +01:00
schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
schema.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
settings.rst Merge branch 'master' into v3 2020-08-12 07:06:35 +01:00
subscriptions.rst Update GraphiQL, add GraphiQL subscription support (#1001) 2020-07-12 14:42:31 +01:00
testing.rst Fix documentation references: op_name -> operation_name (#1312) 2022-03-03 16:58:48 +03:00
tutorial-plain.rst Make instructions runnable without tweaking (#1224) 2022-09-24 16:02:33 +03:00
tutorial-relay.rst minor fix on schema.py part (#1306) 2022-09-22 19:10:52 +01:00