How to improve the accessibility of your Django website quickly?

How to improve the accessibility of your Django website quickly?
By: Skynet Technologies USA LLC
Jul 26, 23
Aug 03, 23
django web accessibility widget

The internet landscape is changing. For website owners, it is essential to deliver accessible and seamless user experience by ensuring all visitors can see, understand, navigate, and easily use your Django website conveniently!

Using web accessibility overlay or widget is a quick, cost-effective, and feasible way to kick-start your efforts into improving website accessibility.

We have developed Django All in One Accessibility - a quick website accessibility improvements widget; based on AI and assistive technology. It allows users to select available accessibility features as per their needs and peruse the content. It is ideal for start-ups, micro, small, and medium business websites.

The most important competitive advantage of All in One Accessibility widget is; it can be installed in just 2 minutes. This guide provides the installation steps for improving your website content accessibility among people with disabilities.

How to install Django All in One Accessibility widget on your website?

  • Install the django- all-in-one-accessibility module like generic Django module: https://pypi.org/project/django-all-in-one-accessibility/

  • Update settings.py file with following lines of code:

    INSTALLED_APPS = [
      'django.contrib.admin',
      'django.contrib.auth',
      'django.contrib.contenttypes',
      'django.contrib.sessions',
      'django.contrib.messages',
      'django.contrib.staticfiles',
      'accessibility',
    ]
    
    TEMPLATES = [
      {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [os.path.join('template')],
        'APP_DIRS': True,
        'OPTIONS': {
          'context_processors': [
            'accessibility.context_processors.admin_AIOA',
          ],
        },
      },
    ]
  • Add script tag in your base.html footer

    {% block footer %}
      <script id="aioa-adawidget" src="{{ AIOA_URL }}"></script>
    {% endblock %}
  • Execute following command to migration All in One Accessibility Module

    python manage.py migrate
  • Once All in One Accessibility module installed, you can see the setting screen as below

  • Go to Admin panel and see the ACCESSIBILITY Tab and Click on Add link

    django website accessibility remediation
  • To change widget colour- go to Admin panel ➝ All-in-one accessibility Settings

  • Add Hex Colour Code

    django wcag web accessibility
  • If you would like to change default widget position as you can select from dropdown as per your need.

    django ada website accessibility
  • If you have purchased License key, then please add as per screenshot, and save the Model.

    django all in one accessibility

Reach out if you need any help with the installation or technical assistance! We’d love to help!

Report a problem

We are an organizational member of W3C (World Wide Web Consortium) and IAAP (International Association of Accessibility Professionals) which help us to be a part of the global accessibility community and stay up to date with compliance guidelines.

The businesses, large enterprises, Federal and state governments, educational institutions and universities who are considering remediating websites with full ADA WCAG 2.1 compliance; we provide full website accessibility remediation solution including audit, consulting, remediation, regular maintenance, monitoring, training, and support.

If you are looking for enterprise or custom web accessibility solutions, request a free ADA website accessibility remediation quote or email us at hello@skynettechnologies.com.

Request Free Quote

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
4 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
223