A Collection of GDPR Tools for Alliance Auth
Project description
AA-GDPR
A Collection of overrides and resources to help Alliance Auth installs meet GDPR legislation.
This Repository cannot guarantee your Legal requirements but aims to reduce the technical burden on Web/System Administrators
Current Features
Overrides Alliance Auth default resource bundles to use staticfile delivery.
Local staticfile delivery of resources to avoid using CDNs
- Javascript
- Less 3.12.2, 4.1.2
- Moment.js 2.27, 2.29.1 https://github.com/moment/moment
- jQuery 2.2.4, 3.6.0 https://github.com/jquery/jquery
- jQuery-DateTimePicker 2.5.20 https://github.com/xdan/datetimepicker
- jQuery-UI 1.12.1 https://jqueryui.com/
- Twitter-Bootstrap 3.4.1, 4.4.1, 4.5.2, 4.6.1, 5.0.1 https://github.com/twbs/bootstrap
- x-editable 1.5.1 http://vitalets.github.io/x-editable
- Less 2.7.3 & 3.12.2 http://lesscss.org/
- DataTables 1.10.21 http://datatables.net/
- Clipboard.js 2.0.6, 2.0.8 https://clipboardjs.com/
- Fonts
- FontAwesome 5.11.2, 5.14.0, 5.15.4 https://github.com/FortAwesome/Font-Awesome
- OFL Lato 16 https://fonts.google.com/specimen/Lato
- CSS
- DataTables 1.10.21 http://datatables.net/
- FontAwesome 5.11.2, 5.14.0, 5.15.4 https://github.com/FortAwesome/Font-Awesome
- jQuery-DateTimePicker 2.5.20 https://github.com/xdan/datetimepicker
- jQuery-UI 1.12.1 https://jqueryui.com/
- x-editable 1.5.1 http://vitalets.github.io/x-editable
Planned Features
- Consent Management
- Terms of Use Management
- Data Transparency
- Right to be Forgotten Requests
Installation
Step One - Install
Install the app with your venv active
pip install aa-gdpr
Step Two - Configure
- Add
INSTALLED_APPS.insert(0, 'aagdpr')right before yourINSTALLED_APPSlist in your projectslocal.py - Add the below lines to your
local.pysettings file
## Settings for AA-GDPR ##
# Instruct third party apps to avoid CDNs
AVOID_CDN = False
Step Three - Update Project
- Run migrations
python manage.py migrate(There should be none yet) - Gather your staticfiles
python manage.py collectstatic
Settings
AVOID_CDN - Will attempt to instruct third party applications to attempt to load CSS JS and Fonts from staticfiles, Default False.
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
aa-gdpr-0.3.3.tar.gz
(11.4 MB
view details)
File details
Details for the file aa-gdpr-0.3.3.tar.gz.
File metadata
- Download URL: aa-gdpr-0.3.3.tar.gz
- Upload date:
- Size: 11.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d682276d50b5822a997ca8f9e065c1bb1e43dcc44b9f02052410c1fc6b1f0607
|
|
| MD5 |
c7e37d271bc205ed281568ba0db01f69
|
|
| BLAKE2b-256 |
f44a636f1cd563e35847fd817087bb32bd70750d57d4c0fce72c4f6a81def4ab
|