Re: Models over SQL views - disable regeneration of model

2007-11-02 Thread Honeyman
to handle SQL views is planned already?), as well as testing (especially in the area of many-to-many tables) are appreciated. On 2 нояб, 00:27, Honeyman <[EMAIL PROTECTED]> wrote: ... > My opinion is that the most trivial way to let Django-users use the > custom SQL views in a Djan

Models over SQL views - disable regeneration of model

2007-11-01 Thread Honeyman
Hello. I recently tried to create a custom SQL view on my Django-powered site and use it via usual Django ORM approach; I created a view and then manually built the Django model resembling this view, but quickly noticed that any attempt to request Django to regenerate the Django- generated tables