Skip to content

Commit

Permalink
fix(images): add missing env_bool import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keviiin38 committed Jan 6, 2025
1 parent efd9b11 commit 290af53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/openwisp_dashboard/load_init_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'openwisp.settings')
django.setup()
from django.conf import settings # noqa
from openwisp.utils import env_bool


def create_admin():
Expand Down

0 comments on commit 290af53

Please sign in to comment.