|
215 | 215 | "objectsapiclient", |
216 | 216 | *default_health_check_apps, |
217 | 217 | # Project applications. |
218 | | - "open_inwoner.core", |
| 218 | + "django_celery_beat", |
| 219 | + "django_celery_monitor", |
| 220 | + "djchoices", |
| 221 | + "open_inwoner._legacy.cms.plugins", # Legacy - migrations only |
| 222 | + "open_inwoner.accounts.cms.mijn_profiel", |
219 | 223 | "open_inwoner.components", |
220 | | - "open_inwoner.kvk", |
221 | | - "open_inwoner.laposta", |
222 | | - "open_inwoner.qmatic", |
223 | | - "open_inwoner.search", |
224 | | - "open_inwoner.utils", |
225 | 224 | "open_inwoner.configurations", |
226 | | - "open_inwoner.haalcentraal", |
227 | | - "open_inwoner.openklant", |
228 | | - "open_inwoner.soap", |
229 | | - "open_inwoner.questionnaire", |
230 | | - "open_inwoner.extended_sessions", |
| 225 | + "open_inwoner.core", |
| 226 | + "open_inwoner.core.cms.plugins.banner_plugin", |
| 227 | + "open_inwoner.core.cms.plugins.extensions_plugin", |
| 228 | + "open_inwoner.core.cms.plugins.footer_plugin", |
| 229 | + "open_inwoner.core.cms.plugins.link_plugin", |
| 230 | + "open_inwoner.core.cms.plugins.text_plugin", |
| 231 | + "open_inwoner.core.cms.plugins.userfeed_plugin", |
| 232 | + "open_inwoner.core.cms.plugins.videoplayer_plugin", |
231 | 233 | "open_inwoner.custom_csp", |
| 234 | + "open_inwoner.extended_sessions", |
| 235 | + "open_inwoner.haalcentraal", |
| 236 | + "open_inwoner.kvk", |
| 237 | + "open_inwoner.laposta", |
232 | 238 | "open_inwoner.mail", |
233 | 239 | "open_inwoner.media", |
234 | | - "open_inwoner.userfeed", |
| 240 | + "open_inwoner.mijn_aanvragen.cms", # mijn_aanvragen is loaded early (L. 143) |
235 | 241 | "open_inwoner.mijn_afval", |
236 | 242 | "open_inwoner.mijn_afval.cms", |
237 | | - "open_inwoner.mijn_uitkeringen", |
238 | 243 | "open_inwoner.mijn_samenwerkingen", |
| 244 | + "open_inwoner.mijn_uitkeringen", |
239 | 245 | "open_inwoner.onderwerpen", |
240 | | - "open_inwoner.accounts.cms.mijn_profiel", |
241 | | - "open_inwoner.mijn_aanvragen.cms", |
242 | | - "open_inwoner.core.cms.plugins.banner_plugin", |
243 | | - "open_inwoner._legacy.cms.plugins", # Legacy - migrations only |
244 | | - "open_inwoner.core.cms.plugins.extensions_plugin", |
245 | | - "open_inwoner.core.cms.plugins.footer_plugin", |
246 | | - "open_inwoner.core.cms.plugins.text_plugin", |
247 | | - "open_inwoner.core.cms.plugins.videoplayer_plugin", |
248 | | - "open_inwoner.core.cms.plugins.userfeed_plugin", |
249 | | - "open_inwoner.core.cms.plugins.link_plugin", |
250 | | - "djchoices", |
251 | | - "django_celery_beat", |
252 | | - "django_celery_monitor", |
| 246 | + "open_inwoner.openklant", |
| 247 | + "open_inwoner.qmatic", |
| 248 | + "open_inwoner.questionnaire", |
| 249 | + "open_inwoner.search", |
| 250 | + "open_inwoner.soap", |
| 251 | + "open_inwoner.userfeed", |
| 252 | + "open_inwoner.utils", |
253 | 253 | # Temporary fix: the notifications lib interferes with |
254 | 254 | # celery's task loading meachanism, which prevents certain |
255 | 255 | # tasks from showing up in the admin when OIP is run with |
|
0 commit comments