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
I got this warning while running running python -Wall manage.py runserver localhost:8000.
.virtualenvs/dcolumn/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'debug_toolbar' defines default_app_config = 'debug_toolbar.apps.DebugToolbarConfig'. Django now detects this configuration automatically. You can remove default_app_config.
I'm the developer of dcolumn and was doing updates to my code when I found this.
The text was updated successfully, but these errors were encountered:
I got this warning while running running
python -Wall manage.py runserver localhost:8000
..virtualenvs/dcolumn/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'debug_toolbar' defines default_app_config = 'debug_toolbar.apps.DebugToolbarConfig'. Django now detects this configuration automatically. You can remove default_app_config.
I'm the developer of
dcolumn
and was doing updates to my code when I found this.The text was updated successfully, but these errors were encountered: