graphene-django/docs
Gabriel Lacroix bfe44b494e
Make instructions runnable without tweaking
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.
```
2021-07-09 10:06:44 -04:00
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst document auth pattern: return None with resolve method (#1106) 2021-02-02 09:58:21 -08: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 Add typed filters (v3) (#1148) 2021-03-31 10:31:45 -07: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 WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08: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 Added GraphQLTransactionTestCase (#1099) 2021-02-22 20:24:02 -08:00
tutorial-plain.rst Make instructions runnable without tweaking 2021-07-09 10:06:44 -04:00
tutorial-relay.rst Tox & actions updates (#1143) 2021-03-24 09:32:37 +03:00