Re: Creating database views, functions, stored procedures etc

2013-06-20 Thread akaariai
On 20 kesä, 14:32, Mark Robson wrote: > Hi, > > I've got a Django application which uses a mixture of managed and unmanaged > models. > > The managed models get their tables created in the usual way, the unmanaged > ones via a number of .sql files in the application/sql directory. > > This works f

Creating database views, functions, stored procedures etc

2013-06-20 Thread Mark Robson
Hi, I've got a Django application which uses a mixture of managed and unmanaged models. The managed models get their tables created in the usual way, the unmanaged ones via a number of .sql files in the application/sql directory. This works fine, but I also have some views and user-defined fun