appsembler / edx-platform

Appsembler Tahoe fork of Open edX. Branches: `main` for Juniper and `hawthorn/main` for Hawthorn.
https://appsembler.com/products/tahoe/
GNU Affero General Public License v3.0
13 stars 15 forks source link

Tech Debt: Fix Site Configuration and Organizations hacks #329

Closed OmarIthawi closed 2 years ago

OmarIthawi commented 5 years ago

Both the Site Configuration Django app and the edx-organizations repository have substantial hacks to enable Tahoe multi-tenancy.

This is a technical debt that we should address by moving those hacks into a new app, let's call it tahoe-sites, or even to the existing appsembler/sites Django application.

We've had a lot of migration issues and RuntimeError: Model class organizations.models.Organization doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. exceptions to keep it for the next release.

OmarIthawi commented 5 years ago

cc: @thraxil @melvinsoft @abeals

OmarIthawi commented 2 years ago

Closing in favor of https://appsembler.atlassian.net/browse/RED-46