[source,python] ---- INSTALLED_APPS = [ "django.contrib..." ] ---- peut ĂȘtre splittĂ© en plusieurs parties: [source,python] ---- INSTALLED_APPS = [ ] THIRD_PARTIES = [ ] MY_APPS = [ ] ----