Changeset - 091ac19f778f
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2017-08-18 17:51:21
chrisjrn@gmail.com
Sitetree updates, and make logins take you to the dashboard
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
fixtures/sitetree.json
Show inline comments
...
 
@@ -351,4 +351,4 @@
 
        "hint": "",
 
        "url": "/account/login/",
 
        "urlaspattern": false,
 
        "url": "nbpy_login",
 
        "urlaspattern": true,
 
        "tree": 1,
pinaxcon/settings.py
Show inline comments
...
 
@@ -270,3 +270,3 @@ ACCOUNT_EMAIL_UNIQUE = True
 
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False if DEBUG else True
 
ACCOUNT_LOGIN_REDIRECT_URL = "home"
 
ACCOUNT_LOGIN_REDIRECT_URL = "dashboard"
 
ACCOUNT_LOGOUT_REDIRECT_URL = "home"
0 comments (0 inline, 0 general)