Jet fork des offiziellen jet-admin projekts. Geupdated für Django4.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 řádky
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. ]