Does Django natively support migrations -


i've heard new web frameworks ror, django etc. follow general principle of agile , tdd. 1 part of following agile , tdd make own design go 1 iteration other. means models , schema evolve different versions of app. know ror supports schema migrations natively, i'm not sure django. major concern how can decide upfront schema related issues. isn't going waterfall kind of design philosophy.

i know there external packages 'south' schema migrations. question inquiring why django doesn't support migrations natively ror

django 1.7 first version providing schema migrations in core source. check dev. version of docs regarding topic.

andrew godwin, creator of south, did work, backed kickstarter project.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -