mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-14 08:42:45 +02:00
feat: multi tenancy support
This commit is contained in:
@@ -24,3 +24,6 @@ class AccountResource(resources.ModelResource):
|
||||
|
||||
class Meta:
|
||||
model = Account
|
||||
|
||||
def get_queryset(self):
|
||||
return Account.all_objects.all()
|
||||
|
||||
Reference in New Issue
Block a user