|
- from django.db import models, migrations
-
-
- # this is a dummy migration required for replacing this outdated version
- # of jet with the maintained django-jet-reboot package.
- class Migration(migrations.Migration):
-
- dependencies = [
- ('jet', '0001_initial'),
- ]
-
- operations = [
- ]
|