Преглед изворни кода

chore(migrations): add dummy migration for compatibility with django-jet-reboot

master
Christian Merten пре 1 година
родитељ
комит
0126d5596f
Signed by: christian <christian@flavigny.de> GPG Key ID: D953D69721B948B3
1 измењених фајлова са 13 додато и 0 уклоњено
  1. +13
    -0
      migrations/0002_delete_userdashboardmodule.py

+ 13
- 0
migrations/0002_delete_userdashboardmodule.py Прегледај датотеку

@@ -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 = [
]

Loading…
Откажи
Сачувај