Gnijuohz
Gnijuohz

Reputation: 3364

Do I have to drop tables once i change the django models

I am now to Django and i find that every time i change my models.py, i have to drop some tables to get things working again.Is there any better way?I really hate to drop tables. Also,is it a problem that i find myself change models.py?what you would do if your site is up and running when you find you need to add something else to the models?

Upvotes: 1

Views: 91

Answers (1)

second
second

Reputation: 28637

have a look at south

Upvotes: 7

Related Questions