Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 Forbidden #71

Open
bash-j opened this issue Nov 29, 2016 · 0 comments
Open

403 Forbidden #71

bash-j opened this issue Nov 29, 2016 · 0 comments

Comments

@bash-j
Copy link

bash-j commented Nov 29, 2016

Hi,

Following the documentation, I have added the IsAuthenticated permission to the configuration. How do I set the redirect to login setting so that an unauthenticated user is redirected to my site's login page?

# settings for django-dashing dashboard
DASHING = {
    'INSTALLED_WIDGETS': ('number', 'list', 'graph', 'clock', 'knob', ),
    'PERMISSION_CLASSES':  (
        'dashing.permissions.IsAuthenticated',
    )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant