Open bjrne opened 4 years ago
We definitely need to remove all the 'from match4healthcare import ...
from the project - this dependency structure is a bit weird.
We need to import vie django.conf.settings
instead (logic: register the participant config in the django settings for our app - this way it would also be easy to document)
This needs one swipe over the project to make the modifications and document them.
I think this issue was about a duality between web pack and Django, but the changes you're proposing sound interesting as well 😬
we currently have stuff in common.py & webpack config and possibly somewhere else. Maybe this could use a central file to get the info to prevent different names circulating.