gva/gnuviechadmin/dashboard/__init__.py
Jan Dittberner 8a29e4001c add dashboard app
- add new dashboard app providing dashboards for anonymous and logged in users
- cleanup gnuviechadmin.urls:
  - import dashboard.urls and include dashboard_urls at URL root
  - import authentication urls and include them below /auth
  - remove generated commented code
2015-01-17 14:05:04 +01:00

5 lines
84 B
Python

"""
This app contains the customer dashboard implementation for gnuviechadmin.
"""