Skip to content

SaptakS/django-accessibility-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-accessibility-demos

Demos showing why a Django developer should care about accessibility

Setup

  1. Install Django dependency
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
  1. Run migrations: python3 manage.py migrate

  2. Create an admin: python3 manage.py createsuperuser

About

Demos showing why a Django developer should care about accessibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published