Generalobj is a package for easy form handling for general Form Objects
Project description
Generalobj - the form handling package
= Install =
To install the package type simply
pip install generalobj
with the desired version.
= Setup =
-
To use this package You need to have Django and python installed on your system or in your virtual environment.
-
Go to project root, open up the settings.py and add generalobj to your INSTALLED_APPS
-
Run the migration files: python manage migrate
= How to use =
Read the README.wanted file
= Info =
This package is designed for easy form handling for general processes. For instance if You need to edit / create / search a model, this is an easy tool for that. It uses DataTables heavily, and the search results can be exported to .xlsx file with one button press. Many hooks / callbacks for formhandling can be used like postaction, postsaveaction, prevalidation, postvalidation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.