vue_ssr.apps
class
VueSSRConfig(django.apps.config.AppConfig):
7class VueSSRConfig(AppConfig): 8 name = "vue_ssr" 9 verbose_name = "Vue SSR" 10 11 def ready(self): 12 setup_renderer()
Class representing a Django application and its configuration.