Plugin for NEMO allowing creation, rendering and approval of custom forms for users/staff
python -m install nemo-custom-formsin settings.py add to INSTALLED_APPS:
INSTALLED_APPS = [
'...',
'NEMO_custom_forms',
'...'
]Usage instructions go here.
To run the tests:
python runtests.py