1from django.apps import AppConfig 2 3 4class StockscreenerConfig(AppConfig): 5 name = 'stockscreener' 6 7