Closed nerdoc closed 3 years ago
Thank you for the reminder of application.consumer
. Right now I'm planning to take over the control of what StimulusReflex is doing which you can see in #135. So this won't be relevant so I will close this PR. I appreciate you making it though!
Python since v3.4 uses pathlib for paths preferrably: https://www.python.org/dev/peps/pep-0428/. Django, when using a new project, automatically imports
Path
in the settings:no need for that. And, BASE_DIR is declared automatically too, even if is no Python standard.