Guest User

Untitled

a guest
May 26th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. url(r'^login/$', auth_views.login, {'template_name': 'accounts/registered/login.html',}, name='login'),
  2.  
  3. LOGIN_REDIRECT_URL = '/'
  4.  
  5. http://127.0.0.1:8000/accounts/login/?next=/accounts/dashboard/
  6.  
  7. http://127.0.0.1:8000/
Add Comment
Please, Sign In to add comment