Scan, monitor, and identify website accessibility issues across WCAG 2.0, 2.1, 2.2, ADA, Section 508, EN 301 549, UK Equality Act, Australian DDA, and Canada ACA. Get simple issue highlights with recommended fixes.
Project description
Django SkynetAccessibility Scanner
Overview
SkynetAccessibility Scanner is a powerful Django accessibility testing and scanning module designed to help organizations identify, monitor, and fix accessibility issues across their websites. It enables businesses, agencies, and government organizations to maintain compliance with global accessibility standards while improving user experience for all visitors.
Built for Django 4.0 – 6.x, this module provides automated scanning, detailed reporting, and continuous monitoring - making accessibility management simple and scalable.
Why use Automated Django accessibility monitoring plugin - SkynetAccessibility Scanner?
Accessibility is not a one-time task. With evolving standards and legal requirements, websites require continuous monitoring and improvements. This module helps you:
- Detect accessibility issues automatically
- Track compliance across multiple pages
- Prioritize fixes with actionable recommendations
- Maintain long-term accessibility compliance
It acts as both an accessibility checker and compliance testing tool, helping teams proactively manage accessibility risks.
Features
- Automated Accessibility Scanning.
- Detailed Automated generated reports with severity levels, issues descriptions, and clear remediation guidance.
- Sitemap-Based Scanning and Monitoring
- Multi Resolution Monitoring
- Set up weekly, monthly, or quarterly scheduled ongoing accessibility compliance monitoring
- Supports scanning in 190+ languages, making it ideal for global websites.
- Seamlessly integrates with the All in One Accessibility dashboard for centralized management.
Supported Global Accessibility Compliance Standards
- WCAG 2.0, 2.1, 2.2
- ADA
- Section 508
- EAA EN 301 549 (EU)
- UK Equality Act
- Australian DDA
- Canada ACA
- Ontario AODA
- California Unruh
- Israeli Standard 5568
- Germany BITV 2.0
- France RGAA
- Spain UNE 139803
- Italy Stanca Act
- Indian RPD Act
- GIGW 3.0
- Brazilian Inclusion law LBI 13.146/2015
- Japan JIS X 8341
Key Benefits for Django Users
- Works directly within the Django ecosystem
- Reduces manual accessibility testing efforts
- Helps improve user experience for people with disabilities
- Supports legal and compliance requirements
- Scales across multiple Django websites and projects
Explore the full capabilities of the accessibility monitoring Django module. Flexible plans allow to evaluate website accessibility requirements.
Pricing
- 10 Days free trial
Single Site
- Small Site (Up to 25 pages): $9 Per Month
- Medium Site (Up to 250 pages): $19 per month
- Large Site (Up to 1000 pages): $89 per month
- Extra Large Site (Up to 2500 pages): $199 per month
Multi-site
- Silver (3 websites up to 1500 pages): $129 per month
- Gold (5 websites up to 2500 pages): $219 per month
- Platinum (10 websites up to 5000 pages): $399 per month
Paid Add-ons
- Manual Accessibility Audit Report
- Manual Accessibility Remediation
- PDF/Document Accessibility Remediation
- VPAT Report/Accessibility Conformance Report (ACR)
How does Django accessibility scanning and monitoring work?
- Scan Your Website – Run automated scans to detect accessibility issues with our Accessibility Testing Tool.
- Review Reports – Access prioritized issue lists with remediation recommendations.
- Monitor & Maintain – Keep your website accessible with ongoing monitoring using the Accessibility Scanning Monitoring Application.
Getting Started with SkynetAccessibility Scanner
- Visit WCAG Accessibility Scanning and Monitoring
- Request a demo or sign up for a free trial to explore accessibility scanning features.
- Configure website domains and customize accessibility scan settings.
- Start monitoring WCAG compliance, track accessibility issues, and download detailed audit report.
Compatibility
Version Support
Compatibility Table
If badges above do not display correctly, please refer to the table below:
| Python Versions | Django Versions | Django CMS | Django Oscar |
|---|---|---|---|
| 3.10, 3.11, 3.12, 3.13 | 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0 | 4.1.x (LTS), 5.0.0 | 3.2.x, 4.0 |
Note: Django 6.0 requires Python 3.12 or higher.
Installation
Prerequisites
- Python 3.10+
- Django 4.0 – 6.x
Steps
To install the plugin, follow these instructions.
Using pip
pip install django_skynetaccessibility_scanner
Then add to your project:
- Add
django_skynetaccessibility_scannertoINSTALLED_APPSinsettings.py:
INSTALLED_APPS = [
...
'django_skynetaccessibility_scanner',
]
- Add URL routes in your project's
urls.py:
from django.urls import path, include
urlpatterns = [
...
path('', include('django_skynetaccessibility_scanner.urls')),
]
- Add the context processor in
settings.py(optional — for template access):
TEMPLATES = [
{
...
'OPTIONS': {
'context_processors': [
...
'django_skynetaccessibility_scanner.context_processors.skynet_scanner',
],
},
},
]
- Run migrations:
python manage.py migrate
- Collect static files:
python manage.py collectstatic
- In the Admin panel, go to Skynet Accessibility Scanner → DjangoSkynetAccessibility Scanner Settings.
Using download zip
-
Extract the zip and place the
django_skynetaccessibility_scannerfolder inside your Django project (next tomanage.py). -
Follow steps 1–6 from the pip installation above.
-
In the Admin panel, go to Skynet Accessibility Scanner → DjangoSkynetAccessibility Scanner Settings.
Activation and Deactivation
- Navigate to Django Admin.
- Locate DjangoSkynetAccessibility Scanner Settings under the Skynet Accessibility Scanner section.
- Add or remove
django_skynetaccessibility_scannerfromINSTALLED_APPSinsettings.pyto activate or deactivate the module as needed.
CORS Policy Configuration
To avoid CORS policy issues, ensure the following URLs are allowed in your website. These URLs should be added to your CORS configuration or trusted domains list.
| Domain | Description | Usage |
|---|---|---|
https://skynetaccessibilityscan.com |
Skynet Accessibility Scan (Global Domain) | API access and resources |
https://*.skynettechnologies.com |
Skynet Technologies (Global Domain) | API access and resources |
https://*.skynettechnologies.us |
Skynet Technologies (US Domain) | API access and resources |
https://*.googleapis.com |
Google APIs | Services like Fonts, Translation |
https://*.gstatic.com |
Fonts APIs | Custom Fonts |
Instructions
- Update your server's CORS configuration to include these URLs.
- Ensure wildcard subdomains (
*) are supported where necessary. - Verify the application functionality by testing requests to these domains.
- If issues persist, consult the documentation for CORS configuration guidance.
Screenshots
Video
Submit a Support Request
Please visit our support page and fill out the form. Our team will get back to you as soon as possible.
Send Us an Email
Alternatively, you can send an email to our support team: hello@skynettechnologies.com
Accessibility Partnership Opportunities
Accessibility Agency Partnership
Partner with us as an agency to provide comprehensive accessibility solutions to your existing clients. Get access to exclusive resources, training, and support to help you implement and manage accessibility features effectively.
Accessibility Affiliate Partnership
Join our affiliate program and earn hefty commissions by promoting SkynetAccessibility Scanner. Share our accessibility solution within your network and help businesses improve their website accessibility while generating additional revenue.
For more details, please visit Accessibility Partnership Opportunities Page.
Credits
This Accessibility Scanning Monitoring Application is developed and maintained by Skynet Technologies USA LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_skynetaccessibility_scanner-1.0.0.tar.gz.
File metadata
- Download URL: django_skynetaccessibility_scanner-1.0.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21181a9fbe2a2d849c89fb39609ab9aa58df0547bc3ef8b9d92805e8ed5985bb
|
|
| MD5 |
5462b5ddd32797aff9574bcece417811
|
|
| BLAKE2b-256 |
5af2a4c4a81fa467f8699a82fb16afaa4575096107fa30ef6c0642b34bd85750
|
File details
Details for the file django_skynetaccessibility_scanner-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_skynetaccessibility_scanner-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
359d55d72be435122d47e68177343e416586700f99f60d469e8514df31ce87fd
|
|
| MD5 |
62143da443816b9fc59893ea9f666e6a
|
|
| BLAKE2b-256 |
65242fd223e01a7060c3b28debb40edeaccf0099be6a3d7a9ab04ebfbf0935f4
|