Removing excessive OSS_INSTALLATION from dev setting
This commit is contained in:
parent
464fbcae9f
commit
85de2f65af
1 changed files with 0 additions and 3 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue