Some stuff that i used when developing with django
Project description
# Introduction
Django app that expose a graphql schema as well as a graphiql interface.
# User
## Installation
` pip install django-app-graphql `
## Configuration
in INSTALLED_APPS you need to add:
` 'graphene_django', 'django_filters', `
After all your apps you need to use this app (this is important otherwise some models won’t be detected at all!):
` 'django_app_graphql', `
The first thing you need to do is determine if you want your grpahql server setupped using graphene or uysing ariadne. In settings, write:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_koldar_utils-1.18.18-py3-none-any.whl.
File metadata
- Download URL: django_koldar_utils-1.18.18-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bfd9c5f0bc8cc6fb77700851304d8b6e497ca443c000ce830120ee63482a031
|
|
| MD5 |
cae6926802b7bba89d06974cf253187b
|
|
| BLAKE2b-256 |
30b3aa2783d3970758764fe253b4876fdd3a8a9ff569de416e669541de598aa0
|