django-beginners-guide
django-beginners-guide copied to clipboard
missing 1 required positional argument: 'on_delete' in boards/models.py
in boards/models.py you miss the on_delete parameter for the ForeignKeys.