On 05/03/2013 03:48 PM, Lakshmi Prasad wrote:
> Hi
>  
> I am new to Python-Django Development
>  
> we have one django application running on windows machine and DB which
> I needs to access is from Linux machine. First of all I want  to
> connect to Linux machine and I need to access the DB tables from  my
> windows machine. Please help me to write connection string and
> required parameters to be passed in order to access DB
connection string is just "host=xxx dbname=yyy port=5432"

most likely you also need on linux/database side to:

edit the port postgresql listens on in postgresql.conf (requires
postgresql restart)

and

edit pg_hba.conf to allow connections from your windows machine

--------------
Hannu

> -- 
> 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 http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to