Skip to content

Per-flag documentation using help_text #65

@jonwhittlestone

Description

@jonwhittlestone

Suggestion:
A way for Django Admin users to view tooltips/help text about the purpose of a flag

How:
Use the Django model instance property help_text

https://docs.djangoproject.com/en/3.0/ref/models/fields/#help-text

Proposed Usage:
Specify in the settings

    'FLAG_DOES_A_THING': [{'condition': 'boolean', 'value': False, 'help_text': 'When set to True, this will do something great'}],

Does django-flags already have a way to achieve something similar?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions