On 18 August 2011 11:55, michael kapelko <[email protected]> wrote:

> I think I have to emulate Delphi app with a server process, and make
> Django interact with the process. The process can login to DB
> directly. That's not so easy, but I guess that's the only option here
> - move Delphi app from client machine to server one.
>

If you only want to authenticate users against the database you can write
your own auth backend.
The docs for these is here
https://docs.djangoproject.com/en/1.3/topics/auth/#writing-an-authentication-backend
HTH
Fabrizio

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to