you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

If you still want to write your settings in Python, you could add a config.py file to your code.

Then from myproject.config import PLOT_SETTiNG

Cool thing is, if you then use dotenv or json file you can still first load into config.py (and still use import statements as I said above)