Added app.py to mobile_api to resolve migration issue (#25327)

removed un-necessary imports
This commit is contained in:
Ahtisham Shahid
2020-10-13 12:41:22 +05:00
committed by GitHub
parent 775932b506
commit fe8119a6c6
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
"""
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"

View File

@@ -2589,7 +2589,7 @@ INSTALLED_APPS = [
'django_countries',
# edX Mobile API
'mobile_api',
'lms.djangoapps.mobile_api.apps.MobileApiConfig',
'social_django',
# Surveys