Skip to content

A tool to simplify making Subject Access Requests under the UK Data Protection Act

Notifications You must be signed in to change notification settings

openrightsgroup/autosar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making Subject Access Requests under the UK Data Protection Act

Quick Start

  1. Set up the base environment

    git clone [email protected]:openrightsgroup/autosar.git
    cd autosar
    virtualenv ./
    
  2. Enter the env

    source bin/activate
    
  3. Install the dependencies

    pip install django
    pip install requests
    
  4. Start the server

    python manage.py runserver
    

Editing templates

  1. Enter the folder requests/templates.
  2. Edit the files in there.

About

A tool to simplify making Subject Access Requests under the UK Data Protection Act

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages