Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
/ django-admin508 Public archive

Improved accessibility for Django's admin interface.

License

Notifications You must be signed in to change notification settings

18F/django-admin508

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin508

Admin508 offers improved accessibility for Django's admin interface.

This package is a work in progress. The goal is to bring Django admin interfaces into full compliance with Web Content Accessibility Guidelines 2.0's AA standards.

Currently supporting Django 1.9

Quick start

  1. Add admin508 to your project as an app

  2. Add admin508 to your INSTALLED_APPS in settings.py:

    INSTALLED_APPS = [
        'admin508.apps.Admin508Config',
        ...
    ]
  1. Start the development server and visit http://127.0.0.1:8000/admin/ to see the updated admin in action.

About

Improved accessibility for Django's admin interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published