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 fc03c3a commit 5fce447Copy full SHA for 5fce447
pythonie/pythonie/settings/base.py
@@ -15,7 +15,7 @@
15
16
# Absolute filesystem path to the Django project directory:
17
PROJECT_ROOT = dirname(dirname(dirname(abspath(__file__))))
18
-print(f'{PROJECT_ROOT=}')
+print(f"{PROJECT_ROOT=}")
19
20
# Quick-start development settings - unsuitable for production
21
# See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/
0 commit comments