Changes between Initial Version and Version 1 of Ticket #34163


Ignore:
Timestamp:
Nov 16, 2022, 12:50:30 AM (18 months ago)
Author:
Mariusz Felisiak
Comment:

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34163

    • Property Resolutioninvalid
    • Property Severity Release blockerNormal
    • Property Status newclosed
    • Property Summary django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured
  • Ticket #34163 – Description

    initial v1  
    11I have tried everything to resolve this issue. Still its not resolving . I did makemigrtions ,migrate user modules are loading . I will add my traceback below for reference.
    2 
     2{{{
    33 from adam.common.common import check_database_exists
    44  File "/home/finq/review/106_review/adam/adam/common/common.py", line 9, in <module>
     
    1717    raise ImproperlyConfigured(
    1818django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
     19}}}
Back to Top