I notice that the conversation is mostly about IIS vs Apache.

You'll also want to think about the database. Django doesn't have
built in support for MSSQL. You could run Postgres or MySQL on
Windows, or there are some adapters for Django that will let it talk
to SQL Server. Either way, you'll probably want to think about this up
front.

I haven't got any experience with this, but others here probably do.
If you want to stick with MSSQL, here's a discussion from a year ago
on SO to get you started:
http://stackoverflow.com/questions/842831/using-sql-server-with-django-in-production

Matt


On Fri, Dec 3, 2010 at 5:32 AM, ashdesigner <antony.shash...@gmail.com> wrote:
> Ok, I see. Happily, this is not the case with us. We've discussed the
> issue with the crew, and our decision is that most likely we'll deploy
> on Win+Apache.
> Hope there won't be any considerable development limitations due to
> the use of the Windows Server OS.
>
> Thank you a lot!
>
> Regards,
> Anthony

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

Reply via email to