import mongoengine DATABASES = { 'default': { 'ENGINE': '', }, } SESSION_ENGINE = 'mongoengine.django.sessions' # optional ...
確定! 回上一頁