chore(migrations): add dummy migration for compatibility with django-jet-reboot
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
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 = [
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user