Information

2019-01-08 Thread anthonymorreau
Hello, I started in Django and I would like to know if Django REST framework could meet my needs: - Manages authentication in a secure way (admin & user) ? - Have a vertical dashboard as on this image (user & admin, of course the admin will have more functionality) ? [image: 2019

Re: Information

2019-01-08 Thread Jani Tiainen
Hi. Before jumping into more advanced stuff, what problem you do have that DRF would resolve for you? Because building a dashboard like that doesn't require DRF, you can do it very well with Django itself without any additional packages. Also what do you mean with "authentication in a secure way

Re: Information

2019-01-08 Thread Anthony Morreau
Hi :) I will tell you my project, it will be easier to understand :) I have to create a dashboard as on the image for "users" as the "admin", of course it will have more functionality. The "users" by logging will have a list (links) in their dashboard with different themes that will cover math,

Re: Information

2019-01-08 Thread anthonymorreau
Hi :) I will tell you my project, it will be easier to understand :) I have to create a dashboard as on the image for "users" as the "admin", of course it will have more functionality. The "users" by logging will have a list (links) in their dashboard with different themes that will cover math