igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Disable allauth login and signup messages. #127

Open igorsimb opened 2 months ago

igorsimb commented 2 months ago

They are not necessary and just spam the messages for the user.

How to

Create 2 empty files:

For reference, these are all the messages in django-allauth: https://github.com/pennersr/django-allauth/tree/main/allauth/templates/account/messages

igorsimb commented 1 day ago

I think we did it already. Need to check.