Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 969 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 969 Bytes

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