kingsdigitallab / django-kdl-wagtail

A collection of Wagtail components used across several KDL projects
MIT License
4 stars 0 forks source link

Simplify the name of the core and people apps (use defaults). #2

Closed geoffroy-noel-ddh closed 5 years ago

geoffroy-noel-ddh commented 5 years ago

The following INSTALLED_APPS settings can be simplified by using defaults.

'kdl_wagtail.core.apps.KdlWagtailCoreConfig', 'kdl_wagtail.people.apps.KdlWagtailPeopleConfig',

=>

'kdl_wagtail.core', 'kdl_wagtail.people',

See https://docs.djangoproject.com/en/2.1/ref/applications/#for-application-authors