Hi
Helping people get started at work with PostgreSQL ad the most common
problem coming from MySQL users is they have trouble connecting to the
database:
setting up hg_hba.conf and some of the basic operations are different
to MySQL which confuses them.

I dont think there is an easiest way. Nginx+fcgi script but it depends
on your deployment. Setting up static files to be handled outside of
django is the other major stumbling block.

A starting point:
*read nginx documentation (a howto tutorial)
*read postgresql documentation
*look at writing fcgi init scripts so you can /etc/init.d/fcgi
stop|start|restart
*use manage.py sqlall <appname> to see what django is doing with the SQL
*and the connection.cursor to see what your ORM is doing in RAW SQL

hope this helps.


On Fri, Feb 22, 2013 at 9:32 PM, Shawn Milochik <sh...@milochik.com> wrote:
> To answer the original question, my vote is for nginx + gunicorn.
>
> --
> 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