Open aditya-cns opened 3 years ago
Hey @aditya-cns , thanks for this report - at first glance, this looks like you're using a newer version of django than this project supports. It hasn't been updated in a number of years, so back then, on_delete
wasn't required.
I'd welcome a PR to bring it up to date, but if you're just trying to get things done, honestly, the built-in strip libraries these days are pretty straightforward. I've built one out not using django-zebra recently, and it was almost as easy as using django-zebra.
Closing this for now, but feel free to reopen if you'd like to take on updating this project with a PR! :)
thank you @skoczen for the advice. Appreciate it.👍
I will definitely try to update this with a PR.
actions done
INSTALLED_APPS
re_path(r'zebra/', include(('zebra.urls', 'zebra'), namespace="zebra",)),
ZEBRA_ENABLE_APP
set to True./manage.py makemigrations
, got error