bennylope / django-organizations

:couple: Multi-user accounts for Django projects
http://django-organizations.readthedocs.org/
BSD 2-Clause "Simplified" License
1.31k stars 212 forks source link

Could you please give me a instance? #180

Closed Chise1 closed 4 years ago

bennylope commented 5 years ago

Sorry, I don't know what you're asking! Can you elaborate?

Chise1 commented 5 years ago

I'd like to see a little more of django-organizations, and I hope you provide a good example for reference.

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用


发件人: Ben Lopatin notifications@github.com 发送时间: Tuesday, July 9, 2019 1:25:34 AM 收件人: bennylope/django-organizations 抄送: Chise1; Author 主题: Re: [bennylope/django-organizations] Could you please give me a instance? (#180)

Sorry, I don't know what you're asking! Can you elaborate?

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bennylope/django-organizations/issues/180?email_source=notifications&email_token=ALKPN2SKEHQV77FQVB3NIHLP6N2A5A5CNFSM4H64Q232YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZNZETQ#issuecomment-509317710, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALKPN2QLI7FC2W4L2KRHW2LP6N2A5ANCNFSM4H64Q23Q.

dzungrevo commented 5 years ago

Hi @bennylope ,

I'm trying to run example on your git repos, but cant get it run normaly. This logs is what i've got when runserver:

ERRORS: accounts.AccountUser: (models.E012) 'unique_together' refers to the non-existent field 'organization'. accounts.AccountUser: (models.E012) 'unique_together' refers to the non-existent field 'user'. accounts.AccountUser: (models.E015) 'ordering' refers to the non-existent field 'organization'. accounts.AccountUser: (models.E015) 'ordering' refers to the non-existent field 'user'. vendors.VendorUser: (models.E012) 'unique_together' refers to the non-existent field 'organization'. vendors.VendorUser: (models.E012) 'unique_together' refers to the non-existent field 'user'. vendors.VendorUser: (models.E015) 'ordering' refers to the non-existent field 'organization'. vendors.VendorUser: (models.E015) 'ordering' refers to the non-existent field 'user'.

System check identified 8 issues (0 silenced).

(Using Django 2.1 and Python 3.6)

I've same request as Chise1, could you provide us a good example (a little more detail) for reference?

Many Thanks,