-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues/2023 11 16 #849
Issues/2023 11 16 #849
Conversation
…ATH via environment variables and .env file.
3f7f49f
to
059cad5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #849 +/- ##
========================================
Coverage 92.85% 92.85%
========================================
Files 759 759
Lines 26312 26314 +2
========================================
+ Hits 24431 24433 +2
Misses 1881 1881 ☔ View full report in Codecov by Sentry. |
Not sure why this would be necessary, please do a review with a colleague first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@svenvandescheur Could you add a description that explains what the issue is? If this is about Mac-specific library paths, you should put the code in your conf/local.py
, which is intended for machine-specific settings. Depending on the issue, we could update the installation instructions with a subsection for Mac users (in this case, feel free to include any other Mac-related problems you encountered), but the general settings shouldn't contain machine-specific stuff.
This is equal to: open-zaak/open-zaak#1472 This adds the possibility to configure the On Mac system, the relevant library may not be installed on the location expected by default. Django provides an escape hatch to alter the path using a setting and point it towards the correct files. Setting this using a |
@svenvandescheur The database settings (among other things) are configurable via |
I don't see why we should use At tis point I don't see any reason not to support this and I do see reasons why we do want to support this (setting the envar globally for instance) is only to keep in sync with other open-X projects. |
@alextreme Discussed with @svenvandescheur. The library paths are indeed relevant for Mac/Windows users, but the bigger issue is how we structure our settings, in particular, how we use the settings in |
@pi-sigma in principle I'd adhere to using |
No description provided.