New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generalobj

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generalobj

Generalobj is a package for easy form handling for general Form Objects

  • 0.10.24
  • PyPI
  • Socket score

Maintainers
1

Generalobj - the form handling package

= Install =

To install the package type simply

pip install generalobj

with the desired version.

= Setup =

  1. To use this package You need to have Django and python installed on your system or in your virtual environment.

  2. Go to project root, open up the settings.py and add generalobj to your INSTALLED_APPS

  3. 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc