Metadata-Version: 2.1
Name: django-koldar-utils
Version: 1.18.14
Summary: Some stuff that i used when developing with django
Home-page: https://github.com/Koldar/django-koldar-common-apps
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: MIT
Keywords: utils
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: pmakeup-cache.json
License-File: PMakeupfile.py
License-File: README.md
License-File: requirements.txt
License-File: setup.py
License-File: TWINE_PYPI_PASSWORD
Requires-Dist: arrow (>=1.1.0)
Requires-Dist: Django (>=3.2.3)
Requires-Dist: django-currentuser (>=0.5.3)
Requires-Dist: django-filter (>=2.4.0)
Requires-Dist: django-graphql-jwt (>=0.3.2)
Requires-Dist: django-polymorphic (>=3.0.0)
Requires-Dist: graphene (>=3.0b7)
Requires-Dist: graphene-django (>=3.0.0b7)
Requires-Dist: graphene-django-extras (>=0.5.1)
Requires-Dist: graphql-core (>=3.1.5)
Requires-Dist: networkx (>=2.5.1)
Requires-Dist: pydot (>=1.4.2)
Requires-Dist: PyJWT (>=2.1.0)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: stringcase (>=1.2.0)
Requires-Dist: urllib3 (>=1.26.5)
Requires-Dist: jmespath (>=0.10.0)

# 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',
```



