issues Search Results · repo:drgarcia1986/simple-settings language:Python
Filter by
40 results
(68 ms)40 results
indrgarcia1986/simple-settings (press backspace or delete to remove)If there is a setting that does not exist, settings_stub will gladly add it, but will not remove it.
with settings_stub(SOME_SETTING_THAT_DOES_NOT_EXIST=1):
print(settings.SOME_SETTING_THAT_DOES_NOT_EXIST) ...
gandhis1
- Opened on Jun 20, 2024
- #295
from simple_settings import LazySettings
/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/simple_settings/init.py:1: in module from .models
import Settings /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/simple_settings/models.py:2: ...
itsMGA
- 1
- Opened on May 4, 2023
- #294
The code in strategies/python.py masks errors that occur during the import process. I spent several hours looking into
why imports were not working on a remotely managed box and it boiled down to problems ...
dcompiled
- 2
- Opened on Nov 11, 2022
- #291
conftest.py
import pytest
from simple_settings import settings
def pytest_addoption(parser):
parser.addoption( --settings ,
action= store ,
default= config.env_qa ...
longweiqiang
- 1
- Opened on Apr 30, 2022
- #290
As the title explains, I can t seem to find the docs for this package or an example of how to use toml files. It would
be nice if this information was easy to find
sa-
- 1
- Opened on Feb 1, 2022
- #289
As of Python 3.10, distutils has been deprecated, which results in this DeprecationWarning when using simple_settings:
lib/python3.10/site-packages/simple_settings/special_settings.py:5: DeprecationWarning: ...
leorochael
- 1
- Opened on Dec 1, 2021
- #273
Hi!
I saw a 5 day old issue, so I hope you re still maintaining this :) it looks like a brilliant package.
I noticed the following line raises an uncaught exception when giving it an empty config file: ...
rhtenhove
- 2
- Opened on Oct 25, 2021
- #254
drgarcia1986
- Opened on Oct 20, 2021
- #252
Could not understand the reason of error in _get_strategy_by_file, raising RuntimeError( Invalid settings file [{}]
.format(settings_file))
The reason was I did not install a package. But import error ...
igolkotek
- 4
- Opened on Nov 11, 2020
- #199

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.