Proof-of-concept Implementation of a Personally Identifiable Information (PII) Manager
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Paul Marillonnet a0391b2bdd initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
locale/fr/LC_MESSAGES initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
manager initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
code-style.sh initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
getlasso3.sh initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
manage.py initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
readme.md initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00
setup.py initial commit, draft support for oauth and rest sources 2021-06-23 09:25:50 +02:00

readme.md

h1. Quickstart:

On Debian stable/testing, install within a python3 virtual environment:

sudo apt install virtualenv python3-xstatic
mkdir ~/pii-manager-venv/
virtualenv -p python3 ~/pii-manager-venv/
source ~/pii-manager-venv/bin/activate
python3 ./setup.py develop

h1. Local testing:

python3 ./manage.py makemigrations
python3 ./manage.py migrate
python3 ./manage.py runserver 127.0.0.1:8080

h1. Todolist:

  • PostgreSQL integration
  • uwsgi/nginx configuration
  • gadjo support
  • crud api views on main models

h1. Optional todos: