agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
348 stars 86 forks source link

Fix default_app_config deprecation #262

Closed CleitonDeLima closed 2 years ago

CleitonDeLima commented 2 years ago

Fix warnings:

RemovedInDjango41Warning: 'dynamic_preferences' defines default_app_config = 'dynamic_preferences.apps.DynamicPreferencesConfig'. Django now detects this configuration automatically. You can remove default_app_config.