Dear team,
I have noticed a circular dependency between the users/models.py and organization/admin.py.
Each of the models cites the other and thus the code does not compile.
To create tables in the database, for now the workaround seems to be manually creating the entries using Django shell.
Please help resolve this issue.
Best Regards,
Shubham Kumar