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. ]