Categories
Python Answers

How to fix Python Django DB Settings ‘Improperly Configured’ Error?

Spread the love

To fix Python Django DB Settings ‘Improperly Configured’ Error, we can load the settings with settings.configure.

For instance, we write

from django.conf import settings

settings.configure()

to call settings.configure to load the settings for our Python Django app.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *