Paweł Kotiuk

Results 236 comments of Paweł Kotiuk

I use this site to find new, active forks of unmaintained apps. This feature would help a lot (but tbh I think this repo is also currently unmaintained, so we...

That's great. Than k you for this info. I have also found github project where it is developed https://github.com/lukaszmn/active-forks

It prevents only when you use LoginView from allauth. (`from allauth.account`) You have to either use LoginView from allauth or ensure that your LoginView checks this. This is not directly...

@hsouna You could create your own class inheriting from `allauth.account.LoginView` or just copy some code from this class.

This approach requires storing user data in shared app. This issue may be linked with https://github.com/bernardopires/django-tenant-schemas/issues/346

Thank for examples, I really needed them. I agree that is should be added to repo.

I still have this problem, but 0.6 has already been released. ```sql create table tab1 ( xxxxxx int ); drop table tab1; ```

Maybe I misunderstood something, this description seemed to match my issue. > Split the string queries via delimiter (i.e., ";") That's what I am doing. I put multiple strings with...

> I need to work on that feature. If it is a thing to implement maybe this issue should be reopened? To mark it as a something to be done.