Skip to content

Latest commit

 

History

History
93 lines (57 loc) · 2.75 KB

README.rst

File metadata and controls

93 lines (57 loc) · 2.75 KB
Version:0.2.0
Source:https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments
Keywords:<keywords>
PythonVersion:3.10, 3.12

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

Extra payment attributes for Open Forms StUF-ZDS registration backend

  • Extra payment attributes for Open Forms StUF-ZDS registration backend
  • Python 3.10/3.12 or above
  • Django 4.2 or newer
pip install open-forms-ext-stuf-zds-payments

<document or refer to docs>

To install and develop the library locally, use:

.. code-block:: bash
pip install -e .[tests,coverage,docs,release]

When running management commands via django-admin, make sure to add the root directory to the python path (or use python -m django <command>):

export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
django-admin check
# or other commands like:
# django-admin makemessages -l nl