|
|
|||
File indexing completed on 2026-04-27 07:41:45
0001 import os 0002 from django.core.wsgi import get_wsgi_application 0003 0004 os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'swf_remote_project.settings') 0005 application = get_wsgi_application()
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|