mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Fix login/logout urls.
This commit is contained in:
@@ -150,4 +150,7 @@ HAYSTACK_CONNECTIONS = {
|
||||
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
|
||||
'PATH': os.path.join(os.path.dirname(__file__), 'whoosh_index'),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
LOGIN_REDIRECT_URL = 'home'
|
||||
LOGIN_URL = 'login'
|
||||
Reference in New Issue
Block a user