graphql-python / graphql-python/graphene
Tutorial mistakes
- Langage dominant
- Python
- Étoiles
- 8.2k
- Forks
- 818
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hey :). Don't know where else to post this so...
Found 2 mistakes in this tutorial:
https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/
Where it says: "Now sync your database for the first time:"
There is no manage.py in that directory. One must go back one directory. So, `cd ..` first, and then execute the `python manage.py` migrate command.
Where it says: "Don’t forget to create & run migrations:"
This will fail because in `class IngredientsConfig(AppConfig): ` we have `name = 'ingredients'`. The name is wrong. It should be `name = 'cookbook.ingredients'`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par le tutoriel disponible à l’adresse docs.graphene-python.org/projects/django/en/latest/tutorial-plain/ et localisez sa source dans le dépôt. Vérifiez le répertoire de la commande de migration de la base de données et le nom IngredientsConfig, puis mettez à jour le tutoriel et confirmez que les deux étapes fonctionnent comme indiqué.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- django, graphql, python
- Domaine
- documentation
- Type d'issue
- Documentation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 72/100