Skip to main content

No project description provided

Project description

django-willing-zg

A Django app to hold common utilities for Zygoat-managed applications

What it does

willing_zg provides a means to define frontend configuration in the django settings and an API endpoint to make that configuration accessible.

Usage

  1. Add "willing_zg" to INSTALLED_APPS in the django settings

  2. Define ZYGOAT_FRONTEND_META_CONFIG in the django settings

    ZYGOAT_FRONTEND_META_CONFIG = { "example_frontend_config": "example_value" }

  3. Include the willing_zg URLconf in your project's urls.py:

    path('api/zygoat/', include('willing_zg.urls')),

  4. Import willing-zg settings into the django settings

    from willing_zg.settings import * # noqa

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_willing_zg-0.5.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

django_willing_zg-0.5.1-py3-none-any.whl (6.9 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