bennylope / django-organizations

:couple: Multi-user accounts for Django projects

Home Page:http://django-organizations.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please give me a instance?

Chise1 opened this issue · comments

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

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,