Source code for pages.apps

from django.apps import AppConfig


[docs] class PagesConfig(AppConfig): name = "pages"