About Resetting Local Changes
To update the code from remote Git repository while ignoring local changes, do this:
$ git fetch --all
$ git reset --hard origin/main
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You