l="nofollow" class="ui sha label" href="/tum/whitesports/commit/d01d7cf85d91a5a348d3c2b81cc93097ca7ba935">d01d7cf85d first commit 4 years ago link-template.php d01d7cf85d first commit 4 years ago load.php d01d7cf85d first commit 4 years ago locale.php d01d7cf85d first commit 4 years ago media-template.php d01d7cf85d first commit 4 years ago media.php d01d7cf85d first commit 4 years ago meta.php d01d7cf85d first commit 4 years ago ms-blogs.php d01d7cf85d first commit 4 years ago ms-default-constants.php d01d7cf85d first commit 4 years ago ms-default-filters.php d01d7cf85d first commit 4 years ago ms-deprecated.php d01d7cf85d first commit 4 years ago ms-files.php d01d7cf85d first commit 4 years ago ms-functions.php d01d7cf85d first commit 4 years ago ms-load.php d01d7cf85d first commit 4 years ago ms-network.php d01d7cf85d first commit 4 years ago ms-settings.php d01d7cf85d first commit 4 years ago ms-site.php d01d7cf85d first commit 4 years ago nav-menu-template.php d01d7cf85d first commit 4 years ago nav-menu.php d01d7cf85d first commit 4 years ago option.php d01d7cf85d first commit 4 years ago pluggable-deprecated.php d01d7cf85d first commit 4 years ago pluggable.php d01d7cf85d first commit 4 years ago plugin.php d01d7cf85d first commit 4 years ago post-formats.php d01d7cf85d first commit 4 years ago post-template.php d01d7cf85d first commit 4 years ago post-thumbnail-template.php d01d7cf85d first commit 4 years ago post.php d01d7cf85d first commit 4 years ago query.php d01d7cf85d first commit 4 years ago registration-functions.php d01d7cf85d first commit 4 years ago registration.php d01d7cf85d first commit 4 years ago rest-api.php d01d7cf85d first commit 4 years ago revision.php d01d7cf85d first commit 4 years ago rewrite.php d01d7cf85d first commit 4 years ago robots-template.php d01d7cf85d first commit 4 years ago rss-functions.php d01d7cf85d first commit 4 years ago rss.php d01d7cf85d first commit 4 years ago script-loader.php d01d7cf85d first commit 4 years ago session.php d01d7cf85d first commit 4 years ago shortcodes.php d01d7cf85d first commit 4 years ago sitemaps.php d01d7cf85d first commit 4 years ago spl-autoload-compat.php d01d7cf85d first commit 4 years ago taxonomy.php d01d7cf85d first commit 4 years ago template-canvas.php d01d7cf85d first commit 4 years ago template-loader.php d01d7cf85d first commit 4 years ago template.php d01d7cf85d first commit 4 years ago theme-i18n.json d01d7cf85d first commit 4 years ago theme-templates.php d01d7cf85d first commit 4 years ago theme.json d01d7cf85d first commit 4 years ago theme.php d01d7cf85d first commit 4 years ago update.php d01d7cf85d first commit 4 years ago user.php d01d7cf85d first commit 4 years ago vars.php d01d7cf85d first commit 4 years ago version.php d01d7cf85d first commit 4 years ago widgets.php d01d7cf85d first commit 4 years ago wlwmanifest.xml d01d7cf85d first commit 4 years ago wp-db.php d01d7cf85d first commit 4 years ago wp-diff.php d01d7cf85d first commit 4 years ago tum/commu - Gogs: Simplico Git Service

Нет описания

asgi.py 401B

1234567891011121314151617
  1. """
  2. ASGI config for django_commu project.
  3. It exposes the ASGI callable as a module-level variable named ``application``.
  4. For more information on this file, see
  5. https://docs.djangoproject.com/en/5.2/howto/deployment/asgi/
  6. """
  7. import os
  8. from django.core.asgi import get_asgi_application
  9. os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'django_commu.settings')
  10. application = get_asgi_application()