I have inserted a definition for a view in $template_dir/sql/$someTableName.sql file. (create or replace view) so every time I run syncdb, the db views are created.
syncdb
Try to use python manage.py inspectdb or python manage.py inspectdb > models.py