
u^                 @   s5   d  d l  m Z d	 Z e e  Z d d d  Z d S)
    )get_version      finalTc             C   s   d d l  m } d d l m } d d l m } d d l m } | | j | j	  |  r{ | | j
 d k rq d n | j
  | 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)configure_loggingN/)Zdjango.appsr   Zdjango.confr   Zdjango.urlsr   Zdjango.utils.logr	   ZLOGGING_CONFIGZLOGGINGZFORCE_SCRIPT_NAMEZpopulateZINSTALLED_APPS)Z
set_prefixr   r   r   r	    r   1/tmp/pip-build-8lau8j11/django/django/__init__.pysetup   s    r   N)r   r   r   zfinalr   )Zdjango.utils.versionr   VERSION__version__r   r   r   r   r   <module>   s   