Skip to content
Snippets Groups Projects
Select Git revision
  • 7d23fab0c33b2c9c7aa125d89f08353e15f4e8de
  • main default protected
2 results

Set Outlook delegate sent items folder.reg

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    asgi.py 395 B
    """
    ASGI config for drugstone project.
    
    It exposes the ASGI callable as a module-level variable named ``application``.
    
    For more information on this file, see
    https://docs.djangoproject.com/en/3.0/howto/deployment/asgi/
    """
    
    import os
    
    from django.core.asgi import get_asgi_application
    
    os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'drugstone.settings')
    
    application = get_asgi_application()