openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

Use catalog name and url settings instead of Site model #742

Closed lunika closed 3 months ago

lunika commented 3 months ago

Purpose

We want to use the Site model for joanie usage only. We added in a previous PR the setting JOANIE_CATALOG_BASE_URL. In this one the setting JOANIE_CATALOG_NAME is added. The Site model is them removed everywhere we need an url to the catalog.

Proposal