Changes between Initial Version and Version 1 of Ticket #25944, comment 2
- Timestamp:
- Dec 15, 2015, 5:33:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25944, comment 2
initial v1 1 1 Thanks and excuse my English :) 2 I meant is "Put the newly created migration file in a specified app migrations folder instead of its 'normal' place"2 What I meant is "Put the newly created migration file in a specified app migrations folder instead of its 'normal' place" 3 3 4 4 So, for example, i can write something like ``makemigrations --to-app=myapp`` so the output 0002_auto_something.py file goes to myapp/migrations, instead of thirdparty_package/migrations