Python

Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.

View on GitHub

Env Variables

[!NOTE]

Even though I hate it, but I could not get around having plain_rabbitmq_uri, rabbitmq_username, and rabbitmq_password when I am instantiating from Settings class.

I tried to prefix them with _, but then I got this error message:

NameError: Fields must not use names with leading underscores; e.g., use 'plain_rabbitmq_uri' instead of '_plain_rabbitmq_uri'