os.environ.setdefault("DJANGO_SETTINGS_MODULE","cms.envs.aws")importcms.startupasstartupstartup.run()# 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()