소스 검색

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

master
부모
커밋
0126d5596f
로그인 계정: christian <christian@flavigny.de> GPG 키 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 = [
]

불러오는 중...
취소
저장