We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab09e4 commit 3252159Copy full SHA for 3252159
template_profiler_panel/__init__.py
@@ -1 +1,2 @@
1
-default_app_config = "template_profiler_panel.apps.TemplateProfilerPanelAppConfig"
+if django.VERSION < (4, 0):
2
+ default_app_config = "template_profiler_panel.apps.TemplateProfilerPanelAppConfig"
0 commit comments