django-semantic-forms


Namedjango-semantic-forms JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/globophobe/django-semantic-forms
SummaryDjango Semantic UI forms
upload_time2024-03-24 06:31:48
maintainerNone
docs_urlNone
authorAlex
requires_python>=3.8
licenseMIT
keywords django semantic forms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django Semantic UI forms
------------------------

Django forms with [Semantic UI](https://semantic-ui.com/) style. Semantic UI forms may be used both with [django-semantic-admin](https://github.com/globophobe/django-semantic-admin), as well as outside the admin.


Why?
----

* JavaScript datepicker and timepicker components.
* JavaScript selects, including multiple selections, which integrate well with Django autocomplete fields.
* Semantic UI has libraries for [React](https://react.semantic-ui.com/) and [Vue](https://semantic-ui-vue.github.io/#/), in addition to jQuery. This means you can save time by using django-semantic-forms for simple forms, and use React or Vue for more complex use cases.


Install
-------

Install from PyPI:

```
pip install django-semantic-forms
```

Add to `settings.py`:

```python
INSTALLED_APPS = [
    "semantic_forms",
    ...
]
```

Please remember to run `python manage.py collectstatic` for production deployments.

This package uses [Fomantic UI](https://fomantic-ui.com/) the official community fork of Semantic UI. Please add the Fomantic UI dependencies to your Django template.

For example:

```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8/dist/semantic.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8/dist/semantic.min.js"></script>
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/globophobe/django-semantic-forms",
    "name": "django-semantic-forms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "django, semantic, forms",
    "author": "Alex",
    "author_email": "globophobe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/3a/43ed950c64f2ef14daf53827b41299cd0a721f5f05761a35738e0b8a10ca/django_semantic_forms-0.1.5.tar.gz",
    "platform": null,
    "description": "Django Semantic UI forms\n------------------------\n\nDjango forms with [Semantic UI](https://semantic-ui.com/) style. Semantic UI forms may be used both with [django-semantic-admin](https://github.com/globophobe/django-semantic-admin), as well as outside the admin.\n\n\nWhy?\n----\n\n* JavaScript datepicker and timepicker components.\n* JavaScript selects, including multiple selections, which integrate well with Django autocomplete fields.\n* Semantic UI has libraries for [React](https://react.semantic-ui.com/) and [Vue](https://semantic-ui-vue.github.io/#/), in addition to jQuery. This means you can save time by using django-semantic-forms for simple forms, and use React or Vue for more complex use cases.\n\n\nInstall\n-------\n\nInstall from PyPI:\n\n```\npip install django-semantic-forms\n```\n\nAdd to `settings.py`:\n\n```python\nINSTALLED_APPS = [\n    \"semantic_forms\",\n    ...\n]\n```\n\nPlease remember to run `python manage.py collectstatic` for production deployments.\n\nThis package uses [Fomantic UI](https://fomantic-ui.com/) the official community fork of Semantic UI. Please add the Fomantic UI dependencies to your Django template.\n\nFor example:\n\n```html\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8/dist/semantic.min.css\">\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.8/dist/semantic.min.js\"></script>\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django Semantic UI forms",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/globophobe/django-semantic-forms",
        "Repository": "https://github.com/globophobe/django-semantic-forms"
    },
    "split_keywords": [
        "django",
        " semantic",
        " forms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ecd7e7645eac4de76b9019fb93a5316c59489f699e9c77ee9363a882e15d78f",
                "md5": "f809d77b95721f5491f48a35680a2c1f",
                "sha256": "62ee0a136e659161423fa3b2d115c7fdf4858e7e4000883c2c751ce42b5bc49e"
            },
            "downloads": -1,
            "filename": "django_semantic_forms-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f809d77b95721f5491f48a35680a2c1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23576,
            "upload_time": "2024-03-24T06:31:45",
            "upload_time_iso_8601": "2024-03-24T06:31:45.886400Z",
            "url": "https://files.pythonhosted.org/packages/2e/cd/7e7645eac4de76b9019fb93a5316c59489f699e9c77ee9363a882e15d78f/django_semantic_forms-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c73a43ed950c64f2ef14daf53827b41299cd0a721f5f05761a35738e0b8a10ca",
                "md5": "e86d3dd049b2c73f9d44646cd60a915f",
                "sha256": "6a4f399e84cfacce802eac4da7779df1300fca72a8c9a85b2a57c6b9167ddccb"
            },
            "downloads": -1,
            "filename": "django_semantic_forms-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e86d3dd049b2c73f9d44646cd60a915f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13144,
            "upload_time": "2024-03-24T06:31:48",
            "upload_time_iso_8601": "2024-03-24T06:31:48.448602Z",
            "url": "https://files.pythonhosted.org/packages/c7/3a/43ed950c64f2ef14daf53827b41299cd0a721f5f05761a35738e0b8a10ca/django_semantic_forms-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 06:31:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "globophobe",
    "github_project": "django-semantic-forms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-semantic-forms"
}
        
Elapsed time: 0.23580s