Top "Django-settings" questions

A Django settings file is a Python module with module-level variables that contains all the configuration of your Django installation such as, Databases, Installed apps and Media and Static location to name a few.

Is there a function for generating settings.SECRET_KEY in django?

I wrote an ansible-role for openwisp2 to ease its deployment, it's a series of django apps. To ease the deployment …

django django-settings
Django settings.py variables in templates

I'm encountering a very strange error. I have an app ID defined in my settings.py file like so: CARDSPRING_…

python django django-templates django-settings
CommandError: You appear not to have the 'psql' program installed or on your path

I'm using Windows, no virtualenv. I have psycopg2 installed with Pip, and the latest version of PostgreSQL installed as well. …

django postgresql django-settings django-database
Django can't find staticfiles with Debug=False and Allowed_Hosts

Hi all I'm having trouble solving this issue: If I turn DEBUG to False, I can't run manage.py runserver: …

django django-settings django-staticfiles