django-sqlviews
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Django management command for creating views of multi-table models
Copyright (c) 2009,2010 Dennis Kaarsemaker 
Management command for creating views of multi-table models

When doing multi-table inheritance, it is somewhat annoying that you constantly
need to type INNER JOIN when accessing the data outside the django ORM, for
instance in a database shell or with external applications. This management
commands makes it easy to create views for these models that are simpler to
query.

Install: python setup.py install
Usage: 
- Add 'sqlviews' to INSTALLED_APPS 
- Run: ./manage.py sqlviews 

Tested only on MySQL, bugreports or testreports for other databases are
welcome.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。