|
214 | 214 | "custom_migrations", |
215 | 215 | "objectsapiclient", |
216 | 216 | *default_health_check_apps, |
217 | | - # Project applications. |
218 | | - "open_inwoner.core", |
| 217 | + # Project applications - sorted alphabetically |
| 218 | + "open_inwoner._legacy.cms.plugins", # Legacy - migrations only |
| 219 | + "open_inwoner.accounts.cms.mijn_profiel", |
219 | 220 | "open_inwoner.components", |
| 221 | + "open_inwoner.configurations", |
| 222 | + "open_inwoner.core", |
220 | 223 | "open_inwoner.core.cms.cms_plugins.banner", |
221 | 224 | "open_inwoner.core.cms.cms_plugins.extensions", |
222 | 225 | "open_inwoner.core.cms.cms_plugins.footer", |
|
229 | 232 | "open_inwoner.haalcentraal", |
230 | 233 | "open_inwoner.kvk", |
231 | 234 | "open_inwoner.laposta", |
232 | | - "open_inwoner.qmatic", |
233 | | - "open_inwoner.search", |
234 | | - "open_inwoner.utils", |
235 | | - "open_inwoner.configurations", |
236 | | - "open_inwoner.openklant", |
237 | | - "open_inwoner.soap", |
238 | | - "open_inwoner.questionnaire", |
239 | 235 | "open_inwoner.mail", |
240 | 236 | "open_inwoner.media", |
241 | | - "open_inwoner.userfeed", |
| 237 | + "open_inwoner.mijn_aanvragen.cms.apps.MijnAanvragenCmsConfig", |
242 | 238 | "open_inwoner.mijn_afval", |
243 | 239 | "open_inwoner.mijn_afval.cms", |
244 | | - "open_inwoner.mijn_uitkeringen", |
245 | 240 | "open_inwoner.mijn_samenwerkingen", |
| 241 | + "open_inwoner.mijn_uitkeringen", |
246 | 242 | "open_inwoner.onderwerpen", |
247 | | - "open_inwoner.accounts.cms.mijn_profiel", |
248 | | - "open_inwoner.mijn_aanvragen.cms.apps.MijnAanvragenCmsConfig", |
249 | | - "open_inwoner._legacy.cms.plugins", # Legacy - migrations only |
250 | | - "djchoices", |
| 243 | + "open_inwoner.openklant", |
| 244 | + "open_inwoner.qmatic", |
| 245 | + "open_inwoner.questionnaire", |
| 246 | + "open_inwoner.search", |
| 247 | + "open_inwoner.soap", |
| 248 | + "open_inwoner.userfeed", |
| 249 | + "open_inwoner.utils", |
251 | 250 | "django_celery_beat", |
252 | 251 | "django_celery_monitor", |
| 252 | + "djchoices", |
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