Thanks, everyone! While I'm here: is there a way to create additional db objects in the syncdb phase? Specifically, I'd like to create some database VIEWs as a means of avoding using raw queries in my code. Ideally, I would like a way of specifying my own SQL which creates a Model's database object (so I can do a CREATE VIEW instead of CREATE TABLE), or something like that.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

