diff --git a/mwmbl/settings_common.py b/mwmbl/settings_common.py index 93cbba7..ca01872 100644 --- a/mwmbl/settings_common.py +++ b/mwmbl/settings_common.py @@ -9,7 +9,6 @@ https://docs.djangoproject.com/en/4.2/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/4.2/ref/settings/ """ -import os from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'.