Metadata-Version: 2.1
Name: django-all-in-one-accessibility
Version: 1.0
Summary: A Django App enhance the accessibility and usability of their website
Home-page: https://www.skynettechnologies.com
Author: Skynet Technologies USA LLC
Author-email: Skynet Technologies USA LLC <developer3@skynettechnologies.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

All in One Accessibility
===============================

All in One Accessibility 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 
