Jet fork des offiziellen jet-admin projekts. Geupdated für Django4.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
298B

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