Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
allow utf-8 characters inside names without errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hixi committed Feb 19, 2016
1 parent ff0dda3 commit 751db86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose-common.yml
Expand Up @@ -23,6 +23,8 @@ base:
# Logging
- PYTHONUNBUFFERED=non-empty-string
- PYTHONIOENCODING=utf-8
- LC_ALL=C.UTF-8
- LANG=C.UTF-8

# We enable Python hash randomization to protect Django from certain DoS attacks.
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options
Expand Down

0 comments on commit 751db86

Please sign in to comment.