Django Channels Production Error
a year ago
raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLEDAPPS, but settings are not configured. You must either define the environment variable DJANGOSETTINGS_MODULE or call settings.configure() before accessing settings.
This deployed logs error comes when I am deploying Django Channels on Production .
My Project Id : a15d6fa5-744f-422a-998a-349807951c51
My Githubb Repo : https://github.com/datamind321/chat-application
Can You Check Me What I am mistake on production .
0 Replies