Skip to content

Plugin for NEMO allowing creation, approval and rendering of custom forms for users/staff

License

Notifications You must be signed in to change notification settings

usnistgov/NEMO-custom-forms

Repository files navigation

NEMO-custom-forms

Code style: black PyPI - Python Version PyPI Changelog

Plugin for NEMO allowing creation, rendering and approval of custom forms for users/staff

Installation

python -m install nemo-custom-forms

in settings.py add to INSTALLED_APPS:

INSTALLED_APPS = [
    '...',
    'NEMO_custom_forms',
    '...'
]

Usage

Usage instructions go here.

Tests

To run the tests:

python runtests.py

About

Plugin for NEMO allowing creation, approval and rendering of custom forms for users/staff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published