Skip to content

Commit

Permalink
Add region changer for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikkupomo committed May 26, 2016
1 parent 9615bc3 commit cc2970d
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 cc2970d

Please sign in to comment.