from django.apps import AppConfig

class appMobileConfig(AppConfig):
    name = 'app_mobile'
    path = './app_mobile'