Settings

Base

This module is based and should not be used directly. It’s intended to load middlewares, installed apps, configure another module like Django REST framework, etc.

Development

Used for local testing. Module shouldn’t use any external services like storages or shared cached.

QA

Used for QA the module is most similar to production environment.

Test

Used for testing - no cache, simple password hashing, temporary file as media root, ...