Skip to content

Commit

Permalink
[chores] Added openwisp2_theme to tasks that need it
Browse files Browse the repository at this point in the history
Without these tasks, the application will not load the new theme.
  • Loading branch information
nemesifier committed Apr 4, 2024
1 parent 589777a commit 25139bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
recurse: true
tags:
- molecule-idempotence-notest
- openwisp2_theme

- name: Copy static files
become: true
Expand All @@ -171,6 +172,7 @@
changed_when: '"\n0 static files" not in collectstatic_output.out'
tags:
- molecule-idempotence-notest
- openwisp2_theme

# needed to run compilemessages
# some .mo files are created in virtualenv_path
Expand Down

0 comments on commit 25139bf

Please sign in to comment.