generalobj


Namegeneralobj JSON
Version 0.10.24 PyPI version JSON
download
home_page
SummaryGeneralobj is a package for easy form handling for general Form Objects
upload_time2024-01-18 09:56:41
maintainer
docs_urlNone
authorCsaba Saranszky
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Generalobj - the form handling package

**= Install =**

To install the package type simply

pip install generalobj

with the desired version.

**= Setup =**

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

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

2) 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.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "generalobj",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Csaba Saranszky",
    "author_email": "alt@256.hu",
    "download_url": "https://files.pythonhosted.org/packages/0b/c4/d430e2228809d713c7c146747fd5c53725df9202b536eaf3354845490a3c/generalobj-0.10.24.tar.gz",
    "platform": null,
    "description": "Generalobj - the form handling package\n\n**= Install =**\n\nTo install the package type simply\n\npip install generalobj\n\nwith the desired version.\n\n**= Setup =**\n\n0) To use this package You need to have Django and python installed on your system or in your virtual environment.\n\n1) Go to project root, open up the settings.py and add generalobj to your INSTALLED_APPS\n\n2) Run the migration files: python manage migrate\n\n**= How to use =**\n\nRead the README.wanted file\n\n**= Info =**\n\nThis package is designed for easy form handling for general processes.\nFor instance if You need to edit / create / search a model, this is an easy tool for that.\nIt uses DataTables heavily, and the search results can be exported to .xlsx file with one button press.\nMany hooks / callbacks for formhandling can be used like postaction, postsaveaction, prevalidation, postvalidation.",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Generalobj is a package for easy form handling for general Form Objects",
    "version": "0.10.24",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bc4d430e2228809d713c7c146747fd5c53725df9202b536eaf3354845490a3c",
                "md5": "db70b6d19fa75b741ea3bf2d89b315c1",
                "sha256": "a56c6d85ca32cf44b802d76e6c7f2e4aa0548d277efeac4e0fdce2a73cc4ab4c"
            },
            "downloads": -1,
            "filename": "generalobj-0.10.24.tar.gz",
            "has_sig": false,
            "md5_digest": "db70b6d19fa75b741ea3bf2d89b315c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17721,
            "upload_time": "2024-01-18T09:56:41",
            "upload_time_iso_8601": "2024-01-18T09:56:41.745164Z",
            "url": "https://files.pythonhosted.org/packages/0b/c4/d430e2228809d713c7c146747fd5c53725df9202b536eaf3354845490a3c/generalobj-0.10.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 09:56:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "generalobj"
}
        
Elapsed time: 0.20606s