Skip to content

Commit

Permalink
Switch default homepage to catalogue index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaevsky committed Mar 25, 2019
1 parent a02e48f commit d43fa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/ref/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The tagline that is displayed next to the shop name and in the browser title.
``OSCAR_HOMEPAGE``
------------------

Default: ``reverse_lazy('promotions:home')``
Default: ``reverse_lazy('catalogue:index')``

URL of home page of your site. This value is used for `Home` link in
navigation and redirection page after logout. Useful if you use a different app
Expand Down
2 changes: 1 addition & 1 deletion src/oscar/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

OSCAR_SHOP_NAME = 'Oscar'
OSCAR_SHOP_TAGLINE = ''
OSCAR_HOMEPAGE = reverse_lazy('promotions:home')
OSCAR_HOMEPAGE = reverse_lazy('catalogue:index')

# Dynamic class loading
OSCAR_DYNAMIC_CLASS_LOADER = 'oscar.core.loading.default_class_loader'
Expand Down

0 comments on commit d43fa02

Please sign in to comment.