Skip to content

Instantly share code, notes, and snippets.

@luanjpb
Created August 6, 2022 21:33
Show Gist options
  • Save luanjpb/d8f4bc60ed8250de4241fc08b17f0488 to your computer and use it in GitHub Desktop.
Save luanjpb/d8f4bc60ed8250de4241fc08b17f0488 to your computer and use it in GitHub Desktop.
from django.db import migrations
class Migration(migrations.Migration):
...
run_before = [
('third_party_app', '0001_initial'),
]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment