* General localization:
- Add gettext to literals
- Add trans template tag to templates
- Set localized date and time
- Add locale option to TEMPLATE.env
- Add migrations that result from model field changes
* Add german locale
* Add german locale
SQLite DB was not writable because it was always located in
/usr/src/shynet/, which is owned by root and not writable by
appuser. SQLite needs the parent directory containing the DB file to be
writable by the running user.
The applied fix is to place the DB file in /var/local/shynet/db and to
create that directory in the Docker image with the right permissions.
SQLite setup is now documented in README as an alternative to Postgres.
* Black autoformat
* Add percent and divide filters
* Remove divide filter
* Add percents in brackets and visualization
* Apply percents and visualization to all data
* Switch absolute to relative
* Increase percent bar height
* Move bar to separated file
* Add USE_RELATIVE_MAX_IN_BAR_VISUALIZATION to settings
* Add flex items-center
* Move bar to left
* Remove spaces
* Fix USE_RELATIVE_MAX_IN_BAR_VISUALIZATION
* Remove unnecessary True
* Add bar_width tag
* Add flex-none to make flag not get squished
* Fix flex-none