Skip to content

Commit

Permalink
Merge pull request #6 from andersinno/region-dropdown
Browse files Browse the repository at this point in the history
Add region changer for theme
  • Loading branch information
tulimaki committed May 26, 2016
2 parents 9615bc3 + cc2970d commit 81dd754
Show file tree
Hide file tree
Showing 6 changed files with 1,992 additions and 2 deletions.
3 changes: 3 additions & 0 deletions shoop_beauty_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ class ShoopBeautyThemeAppConfig(AppConfig):
"xtheme": __name__ + ":ShoopBeautyTheme",
"xtheme_plugin": [
"shoop_beauty_theme.plugins:ProductHighlightPlugin",
],
"front_urls": [
"shoop_beauty_theme.urls:urlpatterns"
]
}

Expand Down
Loading

0 comments on commit 81dd754

Please sign in to comment.