gva/gnuviechadmin/dashboard
Jan Dittberner 2bc278ae92 implement login and logout
- add LogoutView to dashboard app
- define logout URL pattern
- only use login view from django.contrib.auth.views instead of including all
  auth URLs
- change base template to support login/logout
- add template dashboard/user_dashboard.html
2015-01-17 15:42:47 +01:00
..
migrations add dashboard app 2015-01-17 14:05:04 +01:00
__init__.py add dashboard app 2015-01-17 14:05:04 +01:00
models.py add dashboard app 2015-01-17 14:05:04 +01:00
urls.py implement login and logout 2015-01-17 15:42:47 +01:00
views.py implement login and logout 2015-01-17 15:42:47 +01:00