django-versatileimagefield icon indicating copy to clipboard operation
django-versatileimagefield copied to clipboard

Deleted unnecessary default_app_config settings starting with django3.2

Open LeeHanYeong opened this issue 3 years ago • 0 comments

Warning problem solving python3.9/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'versatileimagefield' defines default_app_config = 'versatileimagefield.apps.VersatileImageFieldConfig'. Django now detects this configuration automatically. You can remove default_app_config.

LeeHanYeong avatar Jan 05 '22 04:01 LeeHanYeong