Skip to content

Commit

Permalink
Merge pull request #374 from normic/patch-1
Browse files Browse the repository at this point in the history
Update tips to work with Python3
  • Loading branch information
sergeyklay committed Jun 13, 2022
2 parents ab66054 + 91f72e6 commit 9a4c7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ the example ``docker-compose.yml`` for would contain:
Using unsafe characters in URLs
===============================

In order to use unsafe characters you have to encode with ``urllib.parse.encode`` before you set into ``.env`` file.
In order to use unsafe characters you have to encode with ``urllib.parse.quote`` before you set into ``.env`` file.
Encode only the value (i.e. the password) not the whole url.

.. code-block:: shell
Expand Down

0 comments on commit 9a4c7db

Please sign in to comment.