Re: authenticate a user without databse

2016-06-06 Thread prabhat jha
hey bro thanx,but i am not using django authentication pattern.
so @login required will not work in my condition.

>
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/ab5a26dc-16a8-4638-9350-8f8ad26bf83d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


authenticate a user without databse

2016-06-02 Thread prabhat jha
 i have created a login page in django,where user will authenticate through 
c++ server i.e running in background.
i made communication between c++ server and python server through name 
pipe(ipc).everything is working fine.
but if user will type link of homepage without authentication of login 
page,this page is open.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/6234c1fe-f1f6-4056-b9b5-3219c85ccebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.