Changes between Version 2 and Version 3 of CommandReference
- Timestamp:
- 11/25/08 23:05:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommandReference
v2 v3 13 13 }}} 14 14 15 This will migrate the app `myapp` forwards through all the migrations. You can also specify a specific migration to migrate to: 15 This will migrate the app `myapp` forwards through all the migrations. If you want to migrate all the apps at once, run: 16 17 {{{ 18 ./manage.py migrate myapp 19 }}} 20 21 This has the same effect as calling the first example for every app, and will deal with [wiki:Dependencies Dependencies] properly. 22 23 24 You can also specify a specific migration to migrate to: 16 25 17 26 {{{
