fromdjango.confimportsettingsfromxmodule.modulestore.djangoimportmodulestore# Trigger a forced initialization of our modulestores since this can take a# while to complete and we want this done before HTTP requests are accepted.
# This application object is used by the development server# as well as any WSGI server configured to use this file.fromdjango.core.wsgiimportget_wsgi_applicationapplication=get_wsgi_application()