django_twitter
django_twitter copied to clipboard
An example app built using getstream.io
django.db.utils.OperationalError: no such table: main.auth_user__old [18/Aug/2020 17:46:01] "POST /admin/movies/genre/add/ HTTP/1.1" 500 203325 I was just trying a project and it keeps showing me this error Request Method: | POST --...
I noticed that if multiple users are following a target user and one of them tries to unfollow said target user, you get an error: `stream_twitter.models.MultipleObjectsReturned: get() returned more than...
If multiple users are following a user and one of them tries to unfollow said target user, you get an error: `stream_twitter.models.MultipleObjectsReturned: get() returned more than one Follow -- it...