Hi, As soon as I understand you need to enable django authentication for you applications. Please check following django documentation page. <https://docs.djangoproject.com/en/2.0/topics/auth/>
Regards, Constantine C. On Fri, Dec 15, 2017 at 11:16 AM, R design <[email protected]> wrote: > I've built a couple of basic django projects and would now like to add > User Authentication and SSL. > > The objective is to be able to securely send data to/from a WIFI module > (ATWINC1500) <=> Django's database through normal http channels (no need > for anything fancy). > > Can user login be compressed into the same http GET data or POST data? Or > must one perform a login before afterwards sending the GET/POST? > > Will the user session remain open afterwards and, if so, for how long? > > Would anyone explain the steps involved? > > Any observations welcome! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/ba213547-7d4f-4fb7-871e-28c24e8a63a1%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/ba213547-7d4f-4fb7-871e-28c24e8a63a1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Sincerely yours, Constantine C -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK52boVe_qBK9S9CLM94KABdjqaJpPKvpQd4PGGzzT%2BbbsZu1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

