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, logic, Portuguese, French and 
English exercises, a link on their account and another link to disconnect .
They will also have a "scoring" and a "graph" to show their skills.

The "admin", it will be able to see all the "scoring" of all the "users", 
or to select one to see where it has in the form of "graphical".
It will also be able to reset the passwords.

Also have something secure during authentication.


   - I would like to know if django-rest-framework is suitable for my 
   project ?
   - You say that it is not necessary to take a package, you mean to do it 
   by hand (html, css, js) ?
   - If django-rest-framework does not match me, which package do you 
   advise me for the authentication ? 
   And level dashboard, I find that (django-controlcenter 
    and 
   django-responsive-dashboard 
   ), what 
   do you think ?
   
I know that's a lot of questions I apologize in advance but it would help 
me a lot to know which path best fits what I want.

Thanks :)

Le mardi 8 janvier 2019 12:04:37 UTC+1, Jani Tiainen a écrit :
>
> 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"? What would be 
> insecure?
>
> On Tue, Jan 8, 2019 at 12:08 PM > 
> wrote:
>
>> 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-01-07_16h17_25-ConvertImage.jpg]
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Or better to go on another package of its kind django-control 
>>  ?
>>
>> Thank you, you would help me a lot by answering it is question. :)
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django REST framework" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-rest-framework+unsubscr...@googlegroups.com 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Jani Tiainen
>
> - Well planned is half done, and a half done has been sufficient before...
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, logic, Portuguese, French and
English exercises, a link on their account and another link to disconnect .
They will also have a "scoring" and a "graph" to show their skills.

The "admin", it will be able to see all the "scoring" of all the "users",
or to select one to see where it has in the form of "graphical".
It will also be able to reset the passwords.

Also have something secure during authentication.


   - I would like to know if django-rest-framework is suitable for my
   project ?
   - You say that it is not necessary to take a package, you mean to do it
   by hand (html, css, js) ?
   - If django-rest-framework does not match me, which package do you
   advise me for the authentication ?
   And level dashboard, I find that (django-controlcenter
    and
   django-responsive-dashboard
   ), what
   do you think ?

I know that's a lot of questions I apologize in advance but it would help
me a lot to know which path best fits what I want.

Thanks :)

Le mar. 8 janv. 2019 à 12:04, Jani Tiainen  a écrit :

> 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"? What would be
> insecure?
>
> On Tue, Jan 8, 2019 at 12:08 PM  wrote:
>
>> 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-01-07_16h17_25-ConvertImage.jpg]
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Or better to go on another package of its kind django-control
>>  ?
>>
>> Thank you, you would help me a lot by answering it is question. :)
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django REST framework" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-rest-framework+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Jani Tiainen
>
> - Well planned is half done, and a half done has been sufficient before...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django REST framework" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-rest-framework+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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"? What would be
insecure?

On Tue, Jan 8, 2019 at 12:08 PM  wrote:

> 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-01-07_16h17_25-ConvertImage.jpg]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Or better to go on another package of its kind django-control
>  ?
>
> Thank you, you would help me a lot by answering it is question. :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django REST framework" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-rest-framework+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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-01-07_16h17_25-ConvertImage.jpg] 





















Or better to go on another package of its kind django-control 
 ?

Thank you, you would help me a lot by answering it is question. :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.