You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are installing the app in the production. While installing we are getting the following error. But in the production.yml there is no app for debug_toolbar.
We are installing the app in the production. While installing we are getting the following error. But in the production.yml there is no app for debug_toolbar.
django config in .envs/.production/.django
General
------------------------------------------------------------------------------
USE_DOCKER=yes
IPYTHONDIR=/app/.ipython
Any thing am i missing here. Below is the complete error stack. new to python ```
idpass-card-generator-django-1 | Traceback (most recent call last):
idpass-card-generator-django-1 | File "/app/manage.py", line 31, in
idpass-card-generator-django-1 | execute_from_command_line(sys.argv)
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/site-packages/django/core/management/init.py", line 446, in execute_from_command_line
idpass-card-generator-django-1 | utility.execute()
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/site-packages/django/core/management/init.py", line 420, in execute
idpass-card-generator-django-1 | django.setup()
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/site-packages/django/init.py", line 24, in setup
idpass-card-generator-django-1 | apps.populate(settings.INSTALLED_APPS)
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/site-packages/django/apps/registry.py", line 91, in populate
idpass-card-generator-django-1 | app_config = AppConfig.create(entry)
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/site-packages/django/apps/config.py", line 193, in create
idpass-card-generator-django-1 | import_module(entry)
idpass-card-generator-django-1 | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
idpass-card-generator-django-1 | return _bootstrap._gcd_import(name[level:], package, level)
idpass-card-generator-django-1 | File "", line 1030, in _gcd_import
idpass-card-generator-django-1 | File "", line 1007, in _find_and_load
idpass-card-generator-django-1 | File "", line 984, in _find_and_load_unlocked
idpass-card-generator-django-1 | ModuleNotFoundError: No module named 'debug_toolbar'
The text was updated successfully, but these errors were encountered: