Re: Production server on windows

2012-02-21 Thread Eugeny Klementev
> But apart from that, I suggest that even on Windows you should use > Apache and mod_wsgi.  It'f fast, effective, free (as in beer and as in > speech), widely used (meaning it's easier to get help for this > configuration on the web). > > Bill > > On 2/21/12, Euge

Production server on windows

2012-02-21 Thread Eugeny Klementev
I implement application on django framework. Now i select web server for production deployment of my application. Platform is Windows Azure. For development i used embedded 'python manage.py runserver'. django documentation does not recommend use it as production solution. I try to use rocket web

Error on cascade deletion OneToOneField link with django-pyodbc backend

2012-02-18 Thread Eugeny Klementev
I have two models with OneToOne relation class Unit (models.Model): label = models.CharField(max_length=32) datastream = models.OneToOneField ('Datastream', null=True, blank=True, related_name="unit") ... class Datastream (models.Model): idd = models.AutoField(primary_key=True, au

django on windows azure

2012-02-06 Thread Eugeny Klementev
Hello, I'm porting django application on windows azure cloud. I looking for ways to use azure's database from django application. I see two ways: 1. Use Azure SQL and use the any open-source odbc backend (i found django-pyodbc http://code.google.com/p/django-pyodbc/) 2. Use the windows azure tab