Skip to content

Commit

Permalink
add tips into README about unsafe characters in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Nov 13, 2016
1 parent 0b07046 commit 4bc24eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ Supported Types
Tips
====

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.
.. code-block::
DATABASE_URL=mysql://user:%23password@127.0.0.1:3306/dbname
See `https://perishablepress.com/stop-using-unsafe-characters-in-urls/` for reference.

Email settings
--------------

Expand Down

0 comments on commit 4bc24eb

Please sign in to comment.