Removing excessive OSS_INSTALLATION from dev setting

This commit is contained in:
Matvey Kukuy 2022-06-13 16:13:24 +03:00
parent 464fbcae9f
commit 85de2f65af

View file

@ -30,9 +30,6 @@ DATABASES = {
},
}
os.environ.setdefault("OSS", "True")
INSTALLED_APPS += ["apps.oss_installation"] # noqa
TESTING = "pytest" in sys.modules or "unittest" in sys.modules
READONLY_DATABASES = {}