Changes between Initial Version and Version 1 of Ticket #34163
- Timestamp:
- Nov 16, 2022, 12:50:30 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34163
- Property Resolution → invalid
- Property Severity Release blocker → Normal
- Property Status new → closed
- 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 1 1 I 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 {{{ 3 3 from adam.common.common import check_database_exists 4 4 File "/home/finq/review/106_review/adam/adam/common/common.py", line 9, in <module> … … 17 17 raise ImproperlyConfigured( 18 18 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. 19 }}}