Skip to main content

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:

DJANGO_APP_GRAPHQL = {
    "BACKEND_TYPE": "ariadne|graphene"
}

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_koldar_utils-1.18.16-py3-none-any.whl (26.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page