We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc0f5f commit 3d6041eCopy full SHA for 3d6041e
README.md
@@ -13,6 +13,8 @@ For instaling graphene, just run this command in your shell
13
14
```bash
15
pip install graphene
16
+# Or in case of need Django model support
17
+pip install graphene[django]
18
```
19
20
0 commit comments