Source code for autowisp.browser_interface.home.apps

from django.apps import AppConfig


[docs] class HomeConfig(AppConfig): default_auto_field = "django.db.models.BigAutoField" name = "home"