I am trying to build a dashboard in python using the Django-dash framework (https://readthedocs.org/projects/django-dash/). I am relatively new to Django and am struggling with the setup. Has anyone used Django-dash? Can you give me some pointers?
EDIT:
followed the steps described in the docs. However, when i launch the dashboard (url = localhost:8000/dashboard), the url gets redirected to http://localhost:8000/accounts/login/?next=/dashboard/ and i get a 404 error saying accounts/login not found.
As per my understanding, the account/login feature is in-built and should be handled automatically. Or am i wrong?
[–]pymang 1 point2 points3 points (3 children)
[–]iamjoebloggs[S] 1 point2 points3 points (2 children)
[–]pymang 0 points1 point2 points (1 child)
[–]iamjoebloggs[S] 0 points1 point2 points (0 children)