'TEST': { # this gets you in-memory sqlite for tests, which is fast 'ENGINE': 'django.db.backends.sqlite3', } } } if 'test' in sys.argv and ...
確定! 回上一頁