graphene-django/examples
Steven DeMartini 0d9142726a 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'.
```
2023-06-01 10:38:25 -07:00
..
cookbook Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
cookbook-plain Update cookbook-plain app requirements and local-dev notes 2023-06-01 10:38:25 -07:00
starwars 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
__init__.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
django_test_settings.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00