Using django admin like feature for multiple users
14 views
Skip to first unread message
Chinmoy Panda
unread,
Mar 23, 2016, 8:34:13 AM3/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I have developed a data sharing app in django where any user can share their data with all other users. Now I want the app to work in an organisational level i.e., the organisation signs with me and creates its users, who can share data within the users of the organisation(Multi tenancy). Is there any simple way to do it(using mysql as db) ?