restframeworkmongoengine

ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured

ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Question: I’m trying to make MongoDB and Django get on with each other the way I want them to. That’s the error I’m getting when trying to import viewsets from rest_framework_mongoengine. The whole error looks like this: ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. …

Total answers: 7