Jet fork des offiziellen jet-admin projekts. Geupdated für Django4.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

14 líneas
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. ]