Files
Ahtisham Shahid fe8119a6c6 Added app.py to mobile_api to resolve migration issue (#25327)
removed un-necessary imports
2020-10-13 12:41:22 +05:00

15 lines
283 B
Python

"""
Configuration for the mobile_api Django application.
"""
from django.apps import AppConfig
class MobileApiConfig(AppConfig):
"""
Configuration class for the mobile_api Django application.
"""
name = 'lms.djangoapps.mobile_api'
verbose_name = "Mobile API"