ó
ø¢TQc           @   sB   d  Z  d d l Z e j j d d ƒ d d l m Z e ƒ  Z d S(   s™  
WSGI config for {{ project_name }} project.

This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
this application via the ``WSGI_APPLICATION`` setting.

Usually you will have the standard Django WSGI application here, but it also
might make sense to replace the whole Django WSGI application with a custom one
that later delegates to the Django one. For example, you could introduce WSGI
middleware here, or combine a Django application with an application of another
framework.

iÿÿÿÿNt   DJANGO_SETTINGS_MODULEs   {{ project_name }}.settings(   t   get_wsgi_application(   t   __doc__t   ost   environt
   setdefaultt   django.core.wsgiR   t   application(    (    (    sG   ../Django//lib/python/django/conf/project_template/project_name/wsgi.pyt   <module>   s   