mik3y / django-db-multitenant

A simple multi-tenancy solution for Django apps.
Other
155 stars 34 forks source link

Fixes to ValueError on SQLInjection prevention #29

Closed leapoli closed 1 month ago

leapoli commented 4 years ago

Hi

I've been testing a bit in Django 3, and it solves my need. But i had to make some modifications cause it complains when tries to find the database; you will see i had to predefine an existing database althought never used. Maybe there is a better way to do that; but as you long as you follow the tutorial, you won't get it to function. Well, that's all; if you find a better way, please let me know. I will be glad to colaborate too.

Regards