Skip to content

riodw/django-graphene-filters

Repository files navigation

Django Graphene Filters

This package contains Advanced auto related filters for graphene-django.

Installation

# pip
pip install django-graphene-filters
# poetry
poetry add django-graphene-filters

Build

poetry update
poetry build

Publish

poetry publish --username __token__ --password PASSWORD

Testing

Local testing

  1. go to the project you want to install the package
  2. run pipenv shell
  3. run pip install -e .

Updating:

  • poetry upgradeable packages
poetry show -o
poetry add --dev
poetry show --outdated
poetry lock
poetry env remove 3.11
poetry run flake8 .
poetry run black .

Notes:

Files to do:

  • filterset.py AdvancedFilterSet
  • input_data_factories.py

About

Advanced auto related filters for Graphene Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages