I'm thinking of using a model for a database view (for convinience). Is there anyway one could set anything int the META of a model to tell it *not* to create a database table when doing a "django-admin sqlreset", or do I have to manually filter out the "create table..." statement?
/stava

