wsgi.py 99 Bytes Edit Raw Blame History 1 2 3 ROOT_URLCONF = '{{ project_name }}.urls' WSGI_APPLICATION = '{{ project_name }}.wsgi.application'