Jet fork des offiziellen jet-admin projekts. Geupdated für Django4.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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