We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a39211 commit c22b823Copy full SHA for c22b823
tests/test_django_configurations.py
@@ -15,9 +15,9 @@
15
'https://github.com/jezdez/django-configurations/issues/65') # noqa
16
17
BARE_SETTINGS = '''
18
-from configurations import Settings
+from configurations import Configuration
19
20
-class MySettings(Settings):
+class MySettings(Configuration):
21
# At least one database must be configured
22
DATABASES = {
23
'default': {
tox.ini
@@ -12,7 +12,7 @@ envlist =
12
13
[testenv]
14
deps =
- django-configurations==1.0
+ django-configurations==2.0
pytest-xdist==1.15
checkqa: flake8
0 commit comments