diff --git a/migrations/0002_delete_userdashboardmodule.py b/migrations/0002_delete_userdashboardmodule.py new file mode 100644 index 0000000..b351274 --- /dev/null +++ b/migrations/0002_delete_userdashboardmodule.py @@ -0,0 +1,13 @@ +from django.db import models, migrations + + +# this is a dummy migration required for replacing this outdated version +# of jet with the maintained django-jet-reboot package. +class Migration(migrations.Migration): + + dependencies = [ + ('jet', '0001_initial'), + ] + + operations = [ + ]