Skip to content

Commit

Permalink
Merge pull request #98 from pirates-cat/gdpr
Browse files Browse the repository at this point in the history
Wip GDPR, i18n and translations
  • Loading branch information
txels authored Oct 4, 2021
2 parents 98180bb + 9775762 commit a3ff82e
Show file tree
Hide file tree
Showing 15 changed files with 401 additions and 92 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules/
/.venv/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ i18n:
@echo "Please edit locale/ca/LC_MESSAGES/django.po to add new translations"

i18n-compile:
./indocker.sh ./manage.py compilemessages
./indocker.sh ./manage.py compilemessages --ignore .venv
docker-compose restart web

package:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
image: postgres:11
environment:
- "POSTGRES_HOST_AUTH_METHOD=trust"
#ports:
#- 5432:5432
ports:
- 5432:5432
volumes:
- postgres_data:/var/lib/postgresql/data/
ldap:
Expand Down
2 changes: 1 addition & 1 deletion humans/legacy/export.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
from datetime import datetime, date
from functools import partial
import traceback
Expand Down
Loading

0 comments on commit a3ff82e

Please sign in to comment.