Skip to content

Commit e6e1148

Browse files
committed
refactor: [#2081] sort project applications in INSTALLED_APPS alphabetically
1 parent cdd624e commit e6e1148

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/open_inwoner/conf/base.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -215,41 +215,41 @@
215215
"objectsapiclient",
216216
*default_health_check_apps,
217217
# 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",
219223
"open_inwoner.components",
220-
"open_inwoner.kvk",
221-
"open_inwoner.laposta",
222-
"open_inwoner.qmatic",
223-
"open_inwoner.search",
224-
"open_inwoner.utils",
225224
"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",
231233
"open_inwoner.custom_csp",
234+
"open_inwoner.extended_sessions",
235+
"open_inwoner.haalcentraal",
236+
"open_inwoner.kvk",
237+
"open_inwoner.laposta",
232238
"open_inwoner.mail",
233239
"open_inwoner.media",
234-
"open_inwoner.userfeed",
240+
"open_inwoner.mijn_aanvragen.cms", # mijn_aanvragen is loaded early (L. 143)
235241
"open_inwoner.mijn_afval",
236242
"open_inwoner.mijn_afval.cms",
237-
"open_inwoner.mijn_uitkeringen",
238243
"open_inwoner.mijn_samenwerkingen",
244+
"open_inwoner.mijn_uitkeringen",
239245
"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",
253253
# Temporary fix: the notifications lib interferes with
254254
# celery's task loading meachanism, which prevents certain
255255
# tasks from showing up in the admin when OIP is run with

0 commit comments

Comments
 (0)