
 X                 @   sE   d  d l  m Z d  d l m Z d Z e e  Z d d d	  Z d
 S)    )unicode_literals)get_version   
      finalTc             C   s   d d l  m } d d l m } d d l m } d d l m } d d l m	 } | | j
 | j  |  r | | j d k r d n | | j   n  | j | j  d S)	z
    Configure the settings (this happens as a side effect of accessing the
    first setting), configure logging and populate the app registry.
    Set the thread-local urlresolvers script prefix if `set_prefix` is True.
    r   )apps)settings)set_script_prefix)
force_text)configure_loggingN/)Zdjango.appsr   Zdjango.confr	   Zdjango.urlsr
   Zdjango.utils.encodingr   Zdjango.utils.logr   ZLOGGING_CONFIGZLOGGINGZFORCE_SCRIPT_NAMEZpopulateZINSTALLED_APPS)Z
set_prefixr   r	   r
   r   r    r   =/home/ubuntu/projects/ifolica/build/django/django/__init__.pysetup
   s    (r   N)r   r   r   zfinalr   )
__future__r   Zdjango.utils.versionr   VERSION__version__r   r   r   r   r   <module>   s   