You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't use the default views (defined in friendship/views.py) in Speedy Net and anyway, these views depend on the username. So I guess you can keep it this way. It's possible to use django-friendship without using the default views.
Sugestion: use USERNAME_FIELD instead of the attribute "username". If the model "User" is overwritten, this may not work.
The text was updated successfully, but these errors were encountered: