No description
6a3d48e6e1
This upgrade is to patch security fixes included in 2.2.16 |
||
---|---|---|
dal | ||
logs | ||
.gitignore | ||
manage.py | ||
nameko-func.py | ||
README.md | ||
requirements-os.txt | ||
requirements.txt |
Ungleich Account Management Webapp
This service runs on account.ungleich.ch and allows customers manage their ungleich account (register, edit mail & password, ...).
Makes use of Django 2.2 LTS (not compatible with 3.0 at the moment) which is supported until early 2022.
Development Setup
- Clone this repository and enter top-level directory.
- (Optional) Setup a Python virtualenv and install dependencies via pip:
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Note: you might have to install some OS dependencies (i.e. libldap2, libsasl).
- Configure the
dal
django app (uses the decouple library underneath) - Copydal/env.sample
todal/.env
- Populatedal/.env