Pavel 'LEdoian' Turinsky
8 months ago
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
from django.db import migrations |
||||
|
class Migration(migrations.Migration): |
||||
|
dependencies = [ |
||||
|
('APP', 'MIGR'), |
||||
|
] |
||||
|
operations = [] |
@ -0,0 +1,3 @@ |
|||||
|
for app in whatever I want; do |
||||
|
./manage.py makemigrations --empty $app |
||||
|
vim seminar/migrations/whatever.py # add the other as depends. |
Loading…
Reference in new issue