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 962f4d5 commit b6eef78Copy full SHA for b6eef78
pyproject.toml
@@ -8,6 +8,7 @@ exclude = '''
8
/(
9
\.git
10
| \.venv
11
+ | \.tox
12
| dist
13
)/
14
'''
runtests.py
@@ -74,11 +74,11 @@
74
},
75
76
],
77
- ROOT_URLCONF = 'fluent_blogs.tests.testapp.urls',
78
- TEST_RUNNER = 'django.test.runner.DiscoverRunner',
+ ROOT_URLCONF="fluent_blogs.tests.testapp.urls",
+ TEST_RUNNER="django.test.runner.DiscoverRunner",
79
SECRET_KEY="testtest",
80
- SITE_ID = 4,
81
- PARLER_LANGUAGES = {
+ SITE_ID=4,
+ PARLER_LANGUAGES={
82
4: (
83
{"code": "nl", "fallback": "en"},
84
{"code": "en"},
0 commit comments