Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-b0t committed Oct 12, 2023
1 parent 6f49963 commit e4baa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
"""
cmsplugin-blocks configuration using its defaults
"""
from cmsplugin_blocks.defaults import * # noqa: E402,F401,F403
from lotus_cms_plugin.defaults import * # noqa: E402,F401,F403

INSTALLED_APPS.extend([
"cmsplugin_blocks",
"lotus_cms_plugin",
])

0 comments on commit e4baa98

Please sign in to comment.