Skip to content

Commit

Permalink
Merge pull request #4722 from mirumee/default-plugins-config
Browse files Browse the repository at this point in the history
Enable tax plugins by default
  • Loading branch information
maarcingebala committed Sep 6, 2019
2 parents 0ea50c9 + c37f9ee commit 2058378
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion saleor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,10 @@ def get_host():

EXTENSIONS_MANAGER = "saleor.extensions.manager.ExtensionsManager"

PLUGINS = os.environ.get("PLUGINS", [])
PLUGINS = [
"saleor.extensions.plugins.avatax.plugin.AvataxPlugin",
"saleor.extensions.plugins.vatlayer.plugin.VatlayerPlugin",
]

# Whether DraftJS should be used be used instead of HTML
# True to use DraftJS (JSON based), for the 2.0 dashboard
Expand Down

0 comments on commit 2058378

Please sign in to comment.