django-accessibility


Namedjango-accessibility JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://www.skynettechnologies.com
SummaryA Django App enhance the accessibility and usability of their website
upload_time2023-06-07 05:33:25
maintainer
docs_urlNone
authorSkynet Technologies USA LLC
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django All in One Accessibility
===============================

Django All in One Accessibility is a django App based on assistive technology that helps organizations enhance the accessibility and usability of their website Detailed documentation is in the "docs" directory.


Quick start
============

- ``settings.py`` — add 'accessibility' in your INSTALLED_APPS

- ``settings.TEMPLATES`` — put this line in TEMPLATES context_processors to `accessibility.context_processors.admin_AIOA`

- ``base.html`` — put this line in footer of your base. html to `<script id="aioa-adawidget" src="{{ AIOA_URL }}"></script>`

Run ``python manage.py migrate`` to create the  All in One Accessibility models

Start the development server and visit http://127.0.0.1:8000/admin/ to create a All in One Accessibility 

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.skynettechnologies.com",
    "name": "django-accessibility",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Skynet Technologies USA LLC",
    "author_email": "Skynet Technologies USA LLC <developer3@skynettechnologies.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/eb/076b382e6ad4c3c5d8f283f54ad9c3af13c945e77fe078b0131a8bc183cb/django-accessibility-1.0.tar.gz",
    "platform": null,
    "description": "Django All in One Accessibility\r\n===============================\r\n\r\nDjango All in One Accessibility is a django App based on assistive technology that helps organizations enhance the accessibility and usability of their website Detailed documentation is in the \"docs\" directory.\r\n\r\n\r\nQuick start\r\n============\r\n\r\n- ``settings.py`` \u2014 add 'accessibility' in your INSTALLED_APPS\r\n\r\n- ``settings.TEMPLATES`` \u2014 put this line in TEMPLATES context_processors to `accessibility.context_processors.admin_AIOA`\r\n\r\n- ``base.html`` \u2014 put this line in footer of your base. html to `<script id=\"aioa-adawidget\" src=\"{{ AIOA_URL }}\"></script>`\r\n\r\nRun ``python manage.py migrate`` to create the  All in One Accessibility models\r\n\r\nStart the development server and visit http://127.0.0.1:8000/admin/ to create a All in One Accessibility \r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Django App enhance the accessibility and usability of their website",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://www.skynettechnologies.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aac81d716c12468331ad46ba0b6d0134a21543d5d2db67af7a96855abb7ff99",
                "md5": "cfa9c8b81695857602dfadc0696f5e6a",
                "sha256": "20088b7b89dc6628db40c3c48912a1e2c734005fc05ab9d8e728b8db7324980c"
            },
            "downloads": -1,
            "filename": "django_accessibility-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfa9c8b81695857602dfadc0696f5e6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9123,
            "upload_time": "2023-06-07T05:33:23",
            "upload_time_iso_8601": "2023-06-07T05:33:23.399116Z",
            "url": "https://files.pythonhosted.org/packages/7a/ac/81d716c12468331ad46ba0b6d0134a21543d5d2db67af7a96855abb7ff99/django_accessibility-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07eb076b382e6ad4c3c5d8f283f54ad9c3af13c945e77fe078b0131a8bc183cb",
                "md5": "8ec5c9749b7958571541364fab979395",
                "sha256": "fb978ad584522e9cb6307113aa0aa272eb9f2456706c0b7c61ec66e8fcac3276"
            },
            "downloads": -1,
            "filename": "django-accessibility-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8ec5c9749b7958571541364fab979395",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6495,
            "upload_time": "2023-06-07T05:33:25",
            "upload_time_iso_8601": "2023-06-07T05:33:25.305869Z",
            "url": "https://files.pythonhosted.org/packages/07/eb/076b382e6ad4c3c5d8f283f54ad9c3af13c945e77fe078b0131a8bc183cb/django-accessibility-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 05:33:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-accessibility"
}
        
Elapsed time: 0.43907s