Make the change to the model and then run django-admin.py sql
myproject. I'm using PostgreSQL so I type psql databasename and then
create the new table with the sql code for the new table that was
generated previously. Then I restart the django server.
Would that work? Is there an easier way?
I really like how Ruby on Rails does it. You add the table to the
database and its automatically added to your website.