importosos.environ.setdefault("DJANGO_SETTINGS_MODULE","lms.envs.aws")# 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()fromdjango.confimportsettingsfromxmodule.modulestore.djangoimportmodulestoreforstore_nameinsettings.MODULESTORE:modulestore(store_name)