summaryrefslogtreecommitdiff
path: root/saleor/settings.py
diff options
context:
space:
mode:
authorArtur Smęt <artur.smet@mirumee.com>2017-01-23 11:53:01 +0100
committerArtur Smęt <artur.smet@mirumee.com>2017-01-23 11:53:01 +0100
commit578b165f1a8c949a318c05ec26ca5a0a0af580b2 (patch)
tree50afa7ca4d974b8301fd1fd1d25cb368f480cd1d /saleor/settings.py
parent719c32bf908f658812ab0eaab277c5f4ffb2f6a8 (diff)
downloadsaleor-frontend-578b165f1a8c949a318c05ec26ca5a0a0af580b2.tar.gz
saleor-frontend-578b165f1a8c949a318c05ec26ca5a0a0af580b2.tar.bz2
saleor-frontend-578b165f1a8c949a318c05ec26ca5a0a0af580b2.zip
Add trailing slash to LOGIN_URL
Diffstat (limited to 'saleor/settings.py')
-rw-r--r--saleor/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saleor/settings.py b/saleor/settings.py
index f66ae080..c17c4b7d 100644
--- a/saleor/settings.py
+++ b/saleor/settings.py
@@ -225,7 +225,7 @@ LOGGING = {
AUTH_USER_MODEL = 'userprofile.User'
-LOGIN_URL = '/account/login'
+LOGIN_URL = '/account/login/'
DEFAULT_COUNTRY = 'US'
DEFAULT_CURRENCY = 'USD'