Closed CARocha closed 5 years ago
go to site-packages/treenav/migrations/0001_initial.py
or the place where your packages are installed.
Locate models.ForeignKey
and mptt.fields.TreeForeignKey
Add the following line on_delete=models.CASCADE
after null=True
Hi, i have this Error TypeError: init() missing 1 required positional argument: 'on_delete'