实例介绍
Django安装包,Django框架,可以使用Python进行编程,进行网站制作,项目制作。
【实例截图】
【核心代码】
16359647256910544177.gz
└── django-1.11.6
├── AUTHORS
├── CONTRIBUTING.rst
├── django
│ ├── apps
│ │ ├── config.py
│ │ ├── __init__.py
│ │ └── registry.py
│ ├── bin
│ │ └── django-admin.py
│ ├── conf
│ │ ├── app_template
│ │ │ ├── admin.py-tpl
│ │ │ ├── apps.py-tpl
│ │ │ ├── __init__.py-tpl
│ │ │ ├── migrations
│ │ │ │ └── __init__.py-tpl
│ │ │ ├── models.py-tpl
│ │ │ ├── tests.py-tpl
│ │ │ └── views.py-tpl
│ │ ├── global_settings.py
│ │ ├── __init__.py
│ │ ├── locale
│ │ │ ├── af
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ar
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ast
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── az
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── be
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── bg
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── bn
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── br
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── bs
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ca
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── cs
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── cy
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── da
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── de
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── de_CH
│ │ │ │ ├── formats.py
│ │ │ │ └── __init__.py
│ │ │ ├── dsb
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── el
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── en
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── en_AU
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── en_GB
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── eo
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── es
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── es_AR
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── es_CO
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── es_MX
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── es_NI
│ │ │ │ ├── formats.py
│ │ │ │ └── __init__.py
│ │ │ ├── es_PR
│ │ │ │ ├── formats.py
│ │ │ │ └── __init__.py
│ │ │ ├── es_VE
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── et
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── eu
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fa
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fi
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fr
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fy
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ga
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── gd
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── gl
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── he
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── hi
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── hr
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── hsb
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── hu
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ia
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── id
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── __init__.py
│ │ │ ├── io
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── is
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── it
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ja
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ka
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── kk
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── km
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── kn
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ko
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── lb
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── lt
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── lv
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── mk
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ml
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── mn
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── mr
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── my
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── nb
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ne
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── nl
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── nn
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── os
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── pa
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── pl
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── pt
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── pt_BR
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ro
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ru
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sk
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sl
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sq
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sr
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sr_Latn
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sv
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── sw
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ta
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── te
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── th
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── tr
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── tt
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── udm
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── uk
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── ur
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── vi
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── zh_Hans
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ └── zh_Hant
│ │ │ ├── formats.py
│ │ │ ├── __init__.py
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ └── django.po
│ │ ├── project_template
│ │ │ ├── manage.py-tpl
│ │ │ └── project_name
│ │ │ ├── __init__.py-tpl
│ │ │ ├── settings.py-tpl
│ │ │ ├── urls.py-tpl
│ │ │ └── wsgi.py-tpl
│ │ └── urls
│ │ ├── i18n.py
│ │ ├── __init__.py
│ │ └── static.py
│ ├── contrib
│ │ ├── admin
│ │ │ ├── actions.py
│ │ │ ├── apps.py
│ │ │ ├── bin
│ │ │ │ └── compress.py
│ │ │ ├── checks.py
│ │ │ ├── decorators.py
│ │ │ ├── exceptions.py
│ │ │ ├── filters.py
│ │ │ ├── forms.py
│ │ │ ├── helpers.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── am
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── djangojs.mo
│ │ │ │ │ ├── djangojs.po
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ ├── djangojs.po
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_logentry_remove_auto_add.py
│ │ │ │ └── __init__.py
│ │ │ ├── models.py
│ │ │ ├── options.py
│ │ │ ├── sites.py
│ │ │ ├── static
│ │ │ │ └── admin
│ │ │ │ ├── css
│ │ │ │ │ ├── base.css
│ │ │ │ │ ├── changelists.css
│ │ │ │ │ ├── dashboard.css
│ │ │ │ │ ├── fonts.css
│ │ │ │ │ ├── forms.css
│ │ │ │ │ ├── login.css
│ │ │ │ │ ├── rtl.css
│ │ │ │ │ └── widgets.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── Roboto-Bold-webfont.woff
│ │ │ │ │ ├── Roboto-Light-webfont.woff
│ │ │ │ │ └── Roboto-Regular-webfont.woff
│ │ │ │ ├── img
│ │ │ │ │ ├── calendar-icons.svg
│ │ │ │ │ ├── gis
│ │ │ │ │ │ ├── move_vertex_off.svg
│ │ │ │ │ │ └── move_vertex_on.svg
│ │ │ │ │ ├── icon-addlink.svg
│ │ │ │ │ ├── icon-alert.svg
│ │ │ │ │ ├── icon-calendar.svg
│ │ │ │ │ ├── icon-changelink.svg
│ │ │ │ │ ├── icon-clock.svg
│ │ │ │ │ ├── icon-deletelink.svg
│ │ │ │ │ ├── icon-no.svg
│ │ │ │ │ ├── icon-unknown-alt.svg
│ │ │ │ │ ├── icon-unknown.svg
│ │ │ │ │ ├── icon-yes.svg
│ │ │ │ │ ├── inline-delete.svg
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── search.svg
│ │ │ │ │ ├── selector-icons.svg
│ │ │ │ │ ├── sorting-icons.svg
│ │ │ │ │ ├── tooltag-add.svg
│ │ │ │ │ └── tooltag-arrowright.svg
│ │ │ │ └── js
│ │ │ │ ├── actions.js
│ │ │ │ ├── actions.min.js
│ │ │ │ ├── admin
│ │ │ │ │ ├── DateTimeShortcuts.js
│ │ │ │ │ └── RelatedObjectLookups.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── cancel.js
│ │ │ │ ├── change_form.js
│ │ │ │ ├── collapse.js
│ │ │ │ ├── collapse.min.js
│ │ │ │ ├── core.js
│ │ │ │ ├── inlines.js
│ │ │ │ ├── inlines.min.js
│ │ │ │ ├── jquery.init.js
│ │ │ │ ├── popup_response.js
│ │ │ │ ├── prepopulate_init.js
│ │ │ │ ├── prepopulate.js
│ │ │ │ ├── prepopulate.min.js
│ │ │ │ ├── SelectBox.js
│ │ │ │ ├── SelectFilter2.js
│ │ │ │ ├── timeparse.js
│ │ │ │ ├── urlify.js
│ │ │ │ └── vendor
│ │ │ │ ├── jquery
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ └── LICENSE-JQUERY.txt
│ │ │ │ └── xregexp
│ │ │ │ ├── LICENSE-XREGEXP.txt
│ │ │ │ ├── xregexp.js
│ │ │ │ └── xregexp.min.js
│ │ │ ├── templates
│ │ │ │ ├── admin
│ │ │ │ │ ├── 404.html
│ │ │ │ │ ├── 500.html
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── app_index.html
│ │ │ │ │ ├── auth
│ │ │ │ │ │ └── user
│ │ │ │ │ │ ├── add_form.html
│ │ │ │ │ │ └── change_password.html
│ │ │ │ │ ├── base.html
│ │ │ │ │ ├── base_site.html
│ │ │ │ │ ├── change_form.html
│ │ │ │ │ ├── change_list.html
│ │ │ │ │ ├── change_list_results.html
│ │ │ │ │ ├── date_hierarchy.html
│ │ │ │ │ ├── delete_confirmation.html
│ │ │ │ │ ├── delete_selected_confirmation.html
│ │ │ │ │ ├── edit_inline
│ │ │ │ │ │ ├── stacked.html
│ │ │ │ │ │ └── tabular.html
│ │ │ │ │ ├── filter.html
│ │ │ │ │ ├── includes
│ │ │ │ │ │ ├── fieldset.html
│ │ │ │ │ │ └── object_delete_summary.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── invalid_setup.html
│ │ │ │ │ ├── login.html
│ │ │ │ │ ├── object_history.html
│ │ │ │ │ ├── pagination.html
│ │ │ │ │ ├── popup_response.html
│ │ │ │ │ ├── prepopulated_fields_js.html
│ │ │ │ │ ├── related_widget_wrapper.html
│ │ │ │ │ ├── search_form.html
│ │ │ │ │ ├── submit_line.html
│ │ │ │ │ └── widgets
│ │ │ │ │ ├── clearable_file_input.html
│ │ │ │ │ ├── foreign_key_raw_id.html
│ │ │ │ │ ├── many_to_many_raw_id.html
│ │ │ │ │ ├── radio.html
│ │ │ │ │ ├── related_widget_wrapper.html
│ │ │ │ │ ├── split_datetime.html
│ │ │ │ │ └── url.html
│ │ │ │ └── registration
│ │ │ │ ├── logged_out.html
│ │ │ │ ├── password_change_done.html
│ │ │ │ ├── password_change_form.html
│ │ │ │ ├── password_reset_complete.html
│ │ │ │ ├── password_reset_confirm.html
│ │ │ │ ├── password_reset_done.html
│ │ │ │ ├── password_reset_email.html
│ │ │ │ └── password_reset_form.html
│ │ │ ├── templatetags
│ │ │ │ ├── admin_list.py
│ │ │ │ ├── admin_modify.py
│ │ │ │ ├── admin_static.py
│ │ │ │ ├── admin_urls.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── log.py
│ │ │ ├── tests.py
│ │ │ ├── utils.py
│ │ │ ├── views
│ │ │ │ ├── decorators.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── main.py
│ │ │ └── widgets.py
│ │ ├── admindocs
│ │ │ ├── apps.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── middleware.py
│ │ │ ├── templates
│ │ │ │ └── admin_doc
│ │ │ │ ├── bookmarklets.html
│ │ │ │ ├── index.html
│ │ │ │ ├── missing_docutils.html
│ │ │ │ ├── model_detail.html
│ │ │ │ ├── model_index.html
│ │ │ │ ├── template_detail.html
│ │ │ │ ├── template_filter_index.html
│ │ │ │ ├── template_tag_index.html
│ │ │ │ ├── view_detail.html
│ │ │ │ └── view_index.html
│ │ │ ├── urls.py
│ │ │ ├── utils.py
│ │ │ └── views.py
│ │ ├── auth
│ │ │ ├── admin.py
│ │ │ ├── apps.py
│ │ │ ├── backends.py
│ │ │ ├── base_user.py
│ │ │ ├── checks.py
│ │ │ ├── common-passwords.txt.gz
│ │ │ ├── context_processors.py
│ │ │ ├── decorators.py
│ │ │ ├── forms.py
│ │ │ ├── handlers
│ │ │ │ ├── __init__.py
│ │ │ │ └── modwsgi.py
│ │ │ ├── hashers.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── changepassword.py
│ │ │ │ │ ├── createsuperuser.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── __init__.py
│ │ │ ├── middleware.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_alter_permission_name_max_length.py
│ │ │ │ ├── 0003_alter_user_email_max_length.py
│ │ │ │ ├── 0004_alter_user_username_opts.py
│ │ │ │ ├── 0005_alter_user_last_login_null.py
│ │ │ │ ├── 0006_require_contenttypes_0002.py
│ │ │ │ ├── 0007_alter_validators_add_error_messages.py
│ │ │ │ ├── 0008_alter_user_username_max_length.py
│ │ │ │ └── __init__.py
│ │ │ ├── mixins.py
│ │ │ ├── models.py
│ │ │ ├── password_validation.py
│ │ │ ├── signals.py
│ │ │ ├── templates
│ │ │ │ ├── auth
│ │ │ │ │ └── widgets
│ │ │ │ │ └── read_only_password_hash.html
│ │ │ │ └── registration
│ │ │ │ └── password_reset_subject.txt
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ └── utils.py
│ │ │ ├── tokens.py
│ │ │ ├── urls.py
│ │ │ ├── validators.py
│ │ │ └── views.py
│ │ ├── contenttypes
│ │ │ ├── admin.py
│ │ │ ├── apps.py
│ │ │ ├── checks.py
│ │ │ ├── fields.py
│ │ │ ├── forms.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── remove_stale_contenttypes.py
│ │ │ │ └── __init__.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_remove_content_type_name.py
│ │ │ │ └── __init__.py
│ │ │ ├── models.py
│ │ │ └── views.py
│ │ ├── flatpages
│ │ │ ├── admin.py
│ │ │ ├── apps.py
│ │ │ ├── forms.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── middleware.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ ├── models.py
│ │ │ ├── sitemaps.py
│ │ │ ├── templatetags
│ │ │ │ ├── flatpages.py
│ │ │ │ └── __init__.py
│ │ │ ├── urls.py
│ │ │ └── views.py
│ │ ├── gis
│ │ │ ├── admin
│ │ │ │ ├── __init__.py
│ │ │ │ ├── options.py
│ │ │ │ └── widgets.py
│ │ │ ├── apps.py
│ │ │ ├── db
│ │ │ │ ├── backends
│ │ │ │ │ ├── base
│ │ │ │ │ │ ├── adapter.py
│ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ └── operations.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── mysql
│ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ └── schema.py
│ │ │ │ │ ├── oracle
│ │ │ │ │ │ ├── adapter.py
│ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ └── schema.py
│ │ │ │ │ ├── postgis
│ │ │ │ │ │ ├── adapter.py
│ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ ├── const.py
│ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ ├── pgraster.py
│ │ │ │ │ │ └── schema.py
│ │ │ │ │ ├── spatialite
│ │ │ │ │ │ ├── adapter.py
│ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ ├── client.py
│ │ │ │ │ │ ├── features.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── introspection.py
│ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ ├── operations.py
│ │ │ │ │ │ └── schema.py
│ │ │ │ │ └── utils.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── models
│ │ │ │ ├── aggregates.py
│ │ │ │ ├── fields.py
│ │ │ │ ├── functions.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── lookups.py
│ │ │ │ ├── manager.py
│ │ │ │ ├── proxy.py
│ │ │ │ ├── query.py
│ │ │ │ └── sql
│ │ │ │ ├── conversion.py
│ │ │ │ └── __init__.py
│ │ │ ├── feeds.py
│ │ │ ├── forms
│ │ │ │ ├── fields.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── widgets.py
│ │ │ ├── gdal
│ │ │ │ ├── base.py
│ │ │ │ ├── datasource.py
│ │ │ │ ├── driver.py
│ │ │ │ ├── envelope.py
│ │ │ │ ├── error.py
│ │ │ │ ├── feature.py
│ │ │ │ ├── field.py
│ │ │ │ ├── geometries.py
│ │ │ │ ├── geomtype.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── layer.py
│ │ │ │ ├── libgdal.py
│ │ │ │ ├── LICENSE
│ │ │ │ ├── prototypes
│ │ │ │ │ ├── ds.py
│ │ │ │ │ ├── errcheck.py
│ │ │ │ │ ├── generation.py
│ │ │ │ │ ├── geom.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── raster.py
│ │ │ │ │ └── srs.py
│ │ │ │ ├── raster
│ │ │ │ │ ├── band.py
│ │ │ │ │ ├── const.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── source.py
│ │ │ │ └── srs.py
│ │ │ ├── geoip
│ │ │ │ ├── base.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── libgeoip.py
│ │ │ │ └── prototypes.py
│ │ │ ├── geoip2
│ │ │ │ ├── base.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── resources.py
│ │ │ ├── geometry
│ │ │ │ ├── backend
│ │ │ │ │ ├── geos.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── regex.py
│ │ │ ├── geos
│ │ │ │ ├── base.py
│ │ │ │ ├── collections.py
│ │ │ │ ├── coordseq.py
│ │ │ │ ├── error.py
│ │ │ │ ├── factory.py
│ │ │ │ ├── geometry.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── io.py
│ │ │ │ ├── libgeos.py
│ │ │ │ ├── LICENSE
│ │ │ │ ├── linestring.py
│ │ │ │ ├── mutable_list.py
│ │ │ │ ├── point.py
│ │ │ │ ├── polygon.py
│ │ │ │ ├── prepared.py
│ │ │ │ └── prototypes
│ │ │ │ ├── coordseq.py
│ │ │ │ ├── errcheck.py
│ │ │ │ ├── geom.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── io.py
│ │ │ │ ├── misc.py
│ │ │ │ ├── predicates.py
│ │ │ │ ├── prepared.py
│ │ │ │ ├── threadsafe.py
│ │ │ │ └── topology.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── inspectdb.py
│ │ │ │ │ └── ogrinspect.py
│ │ │ │ └── __init__.py
│ │ │ ├── measure.py
│ │ │ ├── ptr.py
│ │ │ ├── serializers
│ │ │ │ ├── geojson.py
│ │ │ │ └── __init__.py
│ │ │ ├── shortcuts.py
│ │ │ ├── sitemaps
│ │ │ │ ├── __init__.py
│ │ │ │ ├── kml.py
│ │ │ │ └── views.py
│ │ │ ├── static
│ │ │ │ └── gis
│ │ │ │ ├── css
│ │ │ │ │ └── ol3.css
│ │ │ │ ├── img
│ │ │ │ │ ├── draw_line_off.svg
│ │ │ │ │ ├── draw_line_on.svg
│ │ │ │ │ ├── draw_point_off.svg
│ │ │ │ │ ├── draw_point_on.svg
│ │ │ │ │ ├── draw_polygon_off.svg
│ │ │ │ │ └── draw_polygon_on.svg
│ │ │ │ └── js
│ │ │ │ └── OLMapWidget.js
│ │ │ ├── templates
│ │ │ │ └── gis
│ │ │ │ ├── admin
│ │ │ │ │ ├── openlayers.html
│ │ │ │ │ ├── openlayers.js
│ │ │ │ │ ├── osm.html
│ │ │ │ │ └── osm.js
│ │ │ │ ├── kml
│ │ │ │ │ ├── base.kml
│ │ │ │ │ └── placemarks.kml
│ │ │ │ ├── openlayers.html
│ │ │ │ └── openlayers-osm.html
│ │ │ ├── utils
│ │ │ │ ├── __init__.py
│ │ │ │ ├── layermapping.py
│ │ │ │ ├── ogrinfo.py
│ │ │ │ ├── ogrinspect.py
│ │ │ │ ├── srs.py
│ │ │ │ └── wkt.py
│ │ │ └── views.py
│ │ ├── humanize
│ │ │ ├── apps.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ └── templatetags
│ │ │ ├── humanize.py
│ │ │ └── __init__.py
│ │ ├── __init__.py
│ │ ├── messages
│ │ │ ├── api.py
│ │ │ ├── apps.py
│ │ │ ├── constants.py
│ │ │ ├── context_processors.py
│ │ │ ├── __init__.py
│ │ │ ├── middleware.py
│ │ │ ├── storage
│ │ │ │ ├── base.py
│ │ │ │ ├── cookie.py
│ │ │ │ ├── fallback.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── session.py
│ │ │ ├── utils.py
│ │ │ └── views.py
│ │ ├── postgres
│ │ │ ├── aggregates
│ │ │ │ ├── general.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── statistics.py
│ │ │ ├── apps.py
│ │ │ ├── fields
│ │ │ │ ├── array.py
│ │ │ │ ├── citext.py
│ │ │ │ ├── hstore.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── jsonb.py
│ │ │ │ ├── ranges.py
│ │ │ │ └── utils.py
│ │ │ ├── forms
│ │ │ │ ├── array.py
│ │ │ │ ├── hstore.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── jsonb.py
│ │ │ │ └── ranges.py
│ │ │ ├── functions.py
│ │ │ ├── indexes.py
│ │ │ ├── __init__.py
│ │ │ ├── jinja2
│ │ │ │ └── postgres
│ │ │ │ └── widgets
│ │ │ │ └── split_array.html
│ │ │ ├── locale
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── lookups.py
│ │ │ ├── operations.py
│ │ │ ├── search.py
│ │ │ ├── signals.py
│ │ │ ├── templates
│ │ │ │ └── postgres
│ │ │ │ └── widgets
│ │ │ │ └── split_array.html
│ │ │ ├── utils.py
│ │ │ └── validators.py
│ │ ├── redirects
│ │ │ ├── admin.py
│ │ │ ├── apps.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── middleware.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ └── models.py
│ │ ├── sessions
│ │ │ ├── apps.py
│ │ │ ├── backends
│ │ │ │ ├── base.py
│ │ │ │ ├── cached_db.py
│ │ │ │ ├── cache.py
│ │ │ │ ├── db.py
│ │ │ │ ├── file.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── signed_cookies.py
│ │ │ ├── base_session.py
│ │ │ ├── exceptions.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── clearsessions.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── __init__.py
│ │ │ ├── middleware.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ ├── models.py
│ │ │ └── serializers.py
│ │ ├── sitemaps
│ │ │ ├── apps.py
│ │ │ ├── __init__.py
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── ping_google.py
│ │ │ │ └── __init__.py
│ │ │ ├── templates
│ │ │ │ ├── sitemap_index.xml
│ │ │ │ └── sitemap.xml
│ │ │ └── views.py
│ │ ├── sites
│ │ │ ├── admin.py
│ │ │ ├── apps.py
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── af
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ar
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ast
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── az
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── be
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bg
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── br
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── bs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ca
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cs
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── cy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── da
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── de
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── dsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── el
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_AU
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── en_GB
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eo
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_CO
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_MX
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_VE
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── et
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── eu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── fy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ga
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gd
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── gl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── he
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hsb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hu
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── hy
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ia
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── id
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── io
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── is
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── it
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ka
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── km
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── kn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── lv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ml
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── mr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── my
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nb
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ne
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── os
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pa
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ro
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sq
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sr_Latn
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sv
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── sw
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ta
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── te
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── th
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── tt
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── udm
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── uk
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── ur
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── vi
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── zh_Hans
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── zh_Hant
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── management.py
│ │ │ ├── managers.py
│ │ │ ├── middleware.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_alter_domain_unique.py
│ │ │ │ └── __init__.py
│ │ │ ├── models.py
│ │ │ ├── requests.py
│ │ │ └── shortcuts.py
│ │ ├── staticfiles
│ │ │ ├── apps.py
│ │ │ ├── finders.py
│ │ │ ├── handlers.py
│ │ │ ├── __init__.py
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── collectstatic.py
│ │ │ │ │ ├── findstatic.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── runserver.py
│ │ │ │ └── __init__.py
│ │ │ ├── storage.py
│ │ │ ├── templatetags
│ │ │ │ ├── __init__.py
│ │ │ │ └── staticfiles.py
│ │ │ ├── testing.py
│ │ │ ├── urls.py
│ │ │ ├── utils.py
│ │ │ └── views.py
│ │ └── syndication
│ │ ├── apps.py
│ │ ├── __init__.py
│ │ └── views.py
│ ├── core
│ │ ├── cache
│ │ │ ├── backends
│ │ │ │ ├── base.py
│ │ │ │ ├── db.py
│ │ │ │ ├── dummy.py
│ │ │ │ ├── filebased.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── locmem.py
│ │ │ │ └── memcached.py
│ │ │ ├── __init__.py
│ │ │ └── utils.py
│ │ ├── checks
│ │ │ ├── caches.py
│ │ │ ├── compatibility
│ │ │ │ ├── django_1_10.py
│ │ │ │ ├── django_1_8_0.py
│ │ │ │ └── __init__.py
│ │ │ ├── database.py
│ │ │ ├── __init__.py
│ │ │ ├── messages.py
│ │ │ ├── model_checks.py
│ │ │ ├── registry.py
│ │ │ ├── security
│ │ │ │ ├── base.py
│ │ │ │ ├── csrf.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── sessions.py
│ │ │ ├── templates.py
│ │ │ ├── urls.py
│ │ │ └── utils.py
│ │ ├── exceptions.py
│ │ ├── files
│ │ │ ├── base.py
│ │ │ ├── images.py
│ │ │ ├── __init__.py
│ │ │ ├── locks.py
│ │ │ ├── move.py
│ │ │ ├── storage.py
│ │ │ ├── temp.py
│ │ │ ├── uploadedfile.py
│ │ │ ├── uploadhandler.py
│ │ │ └── utils.py
│ │ ├── handlers
│ │ │ ├── base.py
│ │ │ ├── exception.py
│ │ │ ├── __init__.py
│ │ │ └── wsgi.py
│ │ ├── __init__.py
│ │ │ ├── backends
│ │ │ │ ├── base.py
│ │ │ │ ├── console.py
│ │ │ │ ├── dummy.py
│ │ │ │ ├── filebased.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── locmem.py
│ │ │ │ └── smtp.py
│ │ │ ├── __init__.py
│ │ │ ├── message.py
│ │ │ └── utils.py
│ │ ├── management
│ │ │ ├── base.py
│ │ │ ├── color.py
│ │ │ ├── commands
│ │ │ │ ├── check.py
│ │ │ │ ├── compilemessages.py
│ │ │ │ ├── createcachetable.py
│ │ │ │ ├── dbshell.py
│ │ │ │ ├── diffsettings.py
│ │ │ │ ├── dumpdata.py
│ │ │ │ ├── flush.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── inspectdb.py
│ │ │ │ ├── loaddata.py
│ │ │ │ ├── makemessages.py
│ │ │ │ ├── makemigrations.py
│ │ │ │ ├── migrate.py
│ │ │ │ ├── runserver.py
│ │ │ │ ├── sendtestemail.py
│ │ │ │ ├── shell.py
│ │ │ │ ├── showmigrations.py
│ │ │ │ ├── sqlflush.py
│ │ │ │ ├── sqlmigrate.py
│ │ │ │ ├── sqlsequencereset.py
│ │ │ │ ├── squashmigrations.py
│ │ │ │ ├── startapp.py
│ │ │ │ ├── startproject.py
│ │ │ │ ├── test.py
│ │ │ │ └── testserver.py
│ │ │ ├── __init__.py
│ │ │ ├── sql.py
│ │ │ ├── templates.py
│ │ │ └── utils.py
│ │ ├── paginator.py
│ │ ├── serializers
│ │ │ ├── base.py
│ │ │ ├── __init__.py
│ │ │ ├── json.py
│ │ │ ├── python.py
│ │ │ ├── pyyaml.py
│ │ │ └── xml_serializer.py
│ │ ├── servers
│ │ │ ├── basehttp.py
│ │ │ └── __init__.py
│ │ ├── signals.py
│ │ ├── signing.py
│ │ ├── urlresolvers.py
│ │ ├── validators.py
│ │ └── wsgi.py
│ ├── db
│ │ ├── backends
│ │ │ ├── base
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ ├── schema.py
│ │ │ │ └── validation.py
│ │ │ ├── dummy
│ │ │ │ ├── base.py
│ │ │ │ ├── features.py
│ │ │ │ └── __init__.py
│ │ │ ├── __init__.py
│ │ │ ├── mysql
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── compiler.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ ├── schema.py
│ │ │ │ └── validation.py
│ │ │ ├── oracle
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── compiler.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── functions.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ ├── schema.py
│ │ │ │ └── utils.py
│ │ │ ├── postgresql
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ ├── schema.py
│ │ │ │ ├── utils.py
│ │ │ │ └── version.py
│ │ │ ├── postgresql_psycopg2
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ ├── schema.py
│ │ │ │ ├── utils.py
│ │ │ │ └── version.py
│ │ │ ├── signals.py
│ │ │ ├── sqlite3
│ │ │ │ ├── base.py
│ │ │ │ ├── client.py
│ │ │ │ ├── creation.py
│ │ │ │ ├── features.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── introspection.py
│ │ │ │ ├── operations.py
│ │ │ │ └── schema.py
│ │ │ └── utils.py
│ │ ├── __init__.py
│ │ ├── migrations
│ │ │ ├── autodetector.py
│ │ │ ├── exceptions.py
│ │ │ ├── executor.py
│ │ │ ├── graph.py
│ │ │ ├── __init__.py
│ │ │ ├── loader.py
│ │ │ ├── migration.py
│ │ │ ├── operations
│ │ │ │ ├── base.py
│ │ │ │ ├── fields.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── models.py
│ │ │ │ └── special.py
│ │ │ ├── optimizer.py
│ │ │ ├── questioner.py
│ │ │ ├── recorder.py
│ │ │ ├── serializer.py
│ │ │ ├── state.py
│ │ │ ├── topological_sort.py
│ │ │ ├── utils.py
│ │ │ └── writer.py
│ │ ├── models
│ │ │ ├── aggregates.py
│ │ │ ├── base.py
│ │ │ ├── constants.py
│ │ │ ├── deletion.py
│ │ │ ├── expressions.py
│ │ │ ├── fields
│ │ │ │ ├── files.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── proxy.py
│ │ │ │ ├── related_descriptors.py
│ │ │ │ ├── related_lookups.py
│ │ │ │ ├── related.py
│ │ │ │ └── reverse_related.py
│ │ │ ├── functions
│ │ │ │ ├── base.py
│ │ │ │ ├── datetime.py
│ │ │ │ └── __init__.py
│ │ │ ├── indexes.py
│ │ │ ├── __init__.py
│ │ │ ├── lookups.py
│ │ │ ├── manager.py
│ │ │ ├── options.py
│ │ │ ├── query.py
│ │ │ ├── query_utils.py
│ │ │ ├── signals.py
│ │ │ ├── sql
│ │ │ │ ├── compiler.py
│ │ │ │ ├── constants.py
│ │ │ │ ├── datastructures.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── query.py
│ │ │ │ ├── subqueries.py
│ │ │ │ └── where.py
│ │ │ └── utils.py
│ │ ├── transaction.py
│ │ └── utils.py
│ ├── dispatch
│ │ ├── dispatcher.py
│ │ ├── __init__.py
│ │ ├── license.txt
│ │ └── weakref_backports.py
│ ├── forms
│ │ ├── boundfield.py
│ │ ├── extras
│ │ │ ├── __init__.py
│ │ │ └── widgets.py
│ │ ├── fields.py
│ │ ├── formsets.py
│ │ ├── forms.py
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── django
│ │ │ └── forms
│ │ │ └── widgets
│ │ │ ├── attrs.html
│ │ │ ├── checkbox.html
│ │ │ ├── checkbox_option.html
│ │ │ ├── checkbox_select.html
│ │ │ ├── clearable_file_input.html
│ │ │ ├── date.html
│ │ │ ├── datetime.html
│ │ │ ├── email.html
│ │ │ ├── file.html
│ │ │ ├── hidden.html
│ │ │ ├── input.html
│ │ │ ├── input_option.html
│ │ │ ├── multiple_hidden.html
│ │ │ ├── multiple_input.html
│ │ │ ├── multiwidget.html
│ │ │ ├── number.html
│ │ │ ├── password.html
│ │ │ ├── radio.html
│ │ │ ├── radio_option.html
│ │ │ ├── select_date.html
│ │ │ ├── select.html
│ │ │ ├── select_option.html
│ │ │ ├── splitdatetime.html
│ │ │ ├── splithiddendatetime.html
│ │ │ ├── textarea.html
│ │ │ ├── text.html
│ │ │ ├── time.html
│ │ │ └── url.html
│ │ ├── models.py
│ │ ├── renderers.py
│ │ ├── templates
│ │ │ └── django
│ │ │ └── forms
│ │ │ └── widgets
│ │ │ ├── attrs.html
│ │ │ ├── checkbox.html
│ │ │ ├── checkbox_option.html
│ │ │ ├── checkbox_select.html
│ │ │ ├── clearable_file_input.html
│ │ │ ├── date.html
│ │ │ ├── datetime.html
│ │ │ ├── email.html
│ │ │ ├── file.html
│ │ │ ├── hidden.html
│ │ │ ├── input.html
│ │ │ ├── input_option.html
│ │ │ ├── multiple_hidden.html
│ │ │ ├── multiple_input.html
│ │ │ ├── multiwidget.html
│ │ │ ├── number.html
│ │ │ ├── password.html
│ │ │ ├── radio.html
│ │ │ ├── radio_option.html
│ │ │ ├── select_date.html
│ │ │ ├── select.html
│ │ │ ├── select_option.html
│ │ │ ├── splitdatetime.html
│ │ │ ├── splithiddendatetime.html
│ │ │ ├── textarea.html
│ │ │ ├── text.html
│ │ │ ├── time.html
│ │ │ └── url.html
│ │ ├── utils.py
│ │ └── widgets.py
│ ├── http
│ │ ├── cookie.py
│ │ ├── __init__.py
│ │ ├── multipartparser.py
│ │ ├── request.py
│ │ └── response.py
│ ├── __init__.py
│ ├── __main__.py
│ ├── middleware
│ │ ├── cache.py
│ │ ├── clickjacking.py
│ │ ├── common.py
│ │ ├── csrf.py
│ │ ├── gzip.py
│ │ ├── http.py
│ │ ├── __init__.py
│ │ ├── locale.py
│ │ └── security.py
│ ├── shortcuts.py
│ ├── template
│ │ ├── backends
│ │ │ ├── base.py
│ │ │ ├── django.py
│ │ │ ├── dummy.py
│ │ │ ├── __init__.py
│ │ │ ├── jinja2.py
│ │ │ └── utils.py
│ │ ├── base.py
│ │ ├── context_processors.py
│ │ ├── context.py
│ │ ├── defaultfilters.py
│ │ ├── defaulttags.py
│ │ ├── engine.py
│ │ ├── exceptions.py
│ │ ├── __init__.py
│ │ ├── library.py
│ │ ├── loader.py
│ │ ├── loaders
│ │ │ ├── app_directories.py
│ │ │ ├── base.py
│ │ │ ├── cached.py
│ │ │ ├── eggs.py
│ │ │ ├── filesystem.py
│ │ │ ├── __init__.py
│ │ │ └── locmem.py
│ │ ├── loader_tags.py
│ │ ├── response.py
│ │ ├── smartif.py
│ │ └── utils.py
│ ├── templatetags
│ │ ├── cache.py
│ │ ├── i18n.py
│ │ ├── __init__.py
│ │ ├── l10n.py
│ │ ├── static.py
│ │ └── tz.py
│ ├── test
│ │ ├── client.py
│ │ ├── html.py
│ │ ├── __init__.py
│ │ ├── runner.py
│ │ ├── selenium.py
│ │ ├── signals.py
│ │ ├── testcases.py
│ │ └── utils.py
│ ├── urls
│ │ ├── base.py
│ │ ├── exceptions.py
│ │ ├── __init__.py
│ │ ├── resolvers.py
│ │ └── utils.py
│ ├── utils
│ │ ├── archive.py
│ │ ├── autoreload.py
│ │ ├── baseconv.py
│ │ ├── cache.py
│ │ ├── crypto.py
│ │ ├── datastructures.py
│ │ ├── dateformat.py
│ │ ├── dateparse.py
│ │ ├── dates.py
│ │ ├── datetime_safe.py
│ │ ├── deconstruct.py
│ │ ├── decorators.py
│ │ ├── deprecation.py
│ │ ├── duration.py
│ │ ├── encoding.py
│ │ ├── feedgenerator.py
│ │ ├── formats.py
│ │ ├── functional.py
│ │ ├── glob.py
│ │ ├── html_parser.py
│ │ ├── html.py
│ │ ├── http.py
│ │ ├── __init__.py
│ │ ├── inspect.py
│ │ ├── ipv6.py
│ │ ├── itercompat.py
│ │ ├── jslex.py
│ │ ├── log.py
│ │ ├── lorem_ipsum.py
│ │ ├── lru_cache.py
│ │ ├── module_loading.py
│ │ ├── numberformat.py
│ │ ├── _os.py
│ │ ├── regex_helper.py
│ │ ├── safestring.py
│ │ ├── six.py
│ │ ├── synch.py
│ │ ├── termcolors.py
│ │ ├── text.py
│ │ ├── timesince.py
│ │ ├── timezone.py
│ │ ├── translation
│ │ │ ├── __init__.py
│ │ │ ├── template.py
│ │ │ ├── trans_null.py
│ │ │ └── trans_real.py
│ │ ├── tree.py
│ │ ├── version.py
│ │ └── xmlutils.py
│ └── views
│ ├── csrf.py
│ ├── debug.py
│ ├── decorators
│ │ ├── cache.py
│ │ ├── clickjacking.py
│ │ ├── csrf.py
│ │ ├── debug.py
│ │ ├── gzip.py
│ │ ├── http.py
│ │ ├── __init__.py
│ │ └── vary.py
│ ├── defaults.py
│ ├── generic
│ │ ├── base.py
│ │ ├── dates.py
│ │ ├── detail.py
│ │ ├── edit.py
│ │ ├── __init__.py
│ │ └── list.py
│ ├── i18n.py
│ ├── __init__.py
│ └── static.py
├── docs
│ ├── conf.py
│ ├── contents.txt
│ ├── _ext
│ │ ├── cve_role.py
│ │ ├── djangodocs.py
│ │ └── ticket_role.py
│ ├── faq
│ │ ├── admin.txt
│ │ ├── contributing.txt
│ │ ├── general.txt
│ │ ├── help.txt
│ │ ├── index.txt
│ │ ├── install.txt
│ │ ├── models.txt
│ │ ├── troubleshooting.txt
│ │ └── usage.txt
│ ├── glossary.txt
│ ├── howto
│ │ ├── auth-remote-user.txt
│ │ ├── custom-file-storage.txt
│ │ ├── custom-lookups.txt
│ │ ├── custom-management-commands.txt
│ │ ├── custom-model-fields.txt
│ │ ├── custom-template-tags.txt
│ │ ├── deployment
│ │ │ ├── checklist.txt
│ │ │ ├── index.txt
│ │ │ └── wsgi
│ │ │ ├── apache-auth.txt
│ │ │ ├── gunicorn.txt
│ │ │ ├── index.txt
│ │ │ ├── modwsgi.txt
│ │ │ └── uwsgi.txt
│ │ ├── error-reporting.txt
│ │ ├── index.txt
│ │ ├── initial-data.txt
│ │ ├── jython.txt
│ │ ├── legacy-databases.txt
│ │ ├── outputting-csv.txt
│ │ ├── outputting-pdf.txt
│ │ ├── overriding-templates.txt
│ │ ├── static-files
│ │ │ ├── deployment.txt
│ │ │ └── index.txt
│ │ ├── upgrade-version.txt
│ │ ├── windows.txt
│ │ └── writing-migrations.txt
│ ├── index.txt
│ ├── internals
│ │ ├── contributing
│ │ │ ├── bugs-and-features.txt
│ │ │ ├── committing-code.txt
│ │ │ ├── index.txt
│ │ │ ├── localizing.txt
│ │ │ ├── new-contributors.txt
│ │ │ ├── triaging-tickets.txt
│ │ │ ├── writing-code
│ │ │ │ ├── coding-style.txt
│ │ │ │ ├── index.txt
│ │ │ │ ├── javascript.txt
│ │ │ │ ├── submitting-patches.txt
│ │ │ │ ├── unit-tests.txt
│ │ │ │ └── working-with-git.txt
│ │ │ └── writing-documentation.txt
│ │ ├── deprecation.txt
│ │ ├── git.txt
│ │ ├── howto-release-django.txt
│ │ ├── _images
│ │ │ ├── triage_process.graffle
│ │ │ ├── triage_process.pdf
│ │ │ └── triage_process.svg
│ │ ├── index.txt
│ │ ├── mailing-lists.txt
│ │ ├── organization.txt
│ │ ├── release-process.txt
│ │ └── security.txt
│ ├── intro
│ │ ├── contributing.txt
│ │ ├── _images
│ │ │ ├── admin01.png
│ │ │ ├── admin02.png
│ │ │ ├── admin03t.png
│ │ │ ├── admin04t.png
│ │ │ ├── admin05t.png
│ │ │ ├── admin06t.png
│ │ │ ├── admin07.png
│ │ │ ├── admin08t.png
│ │ │ ├── admin09.png
│ │ │ ├── admin10t.png
│ │ │ ├── admin11t.png
│ │ │ ├── admin12t.png
│ │ │ ├── admin13t.png
│ │ │ └── admin14t.png
│ │ ├── index.txt
│ │ ├── install.txt
│ │ ├── overview.txt
│ │ ├── reusable-apps.txt
│ │ ├── tutorial01.txt
│ │ ├── tutorial02.txt
│ │ ├── tutorial03.txt
│ │ ├── tutorial04.txt
│ │ ├── tutorial05.txt
│ │ ├── tutorial06.txt
│ │ ├── tutorial07.txt
│ │ └── whatsnext.txt
│ ├── make.bat
│ ├── Makefile
│ ├── man
│ │ └── django-admin.1
│ ├── misc
│ │ ├── api-stability.txt
│ │ ├── design-philosophies.txt
│ │ ├── distributions.txt
│ │ └── index.txt
│ ├── README
│ ├── ref
│ │ ├── applications.txt
│ │ ├── checks.txt
│ │ ├── class-based-views
│ │ │ ├── base.txt
│ │ │ ├── flattened-index.txt
│ │ │ ├── generic-date-based.txt
│ │ │ ├── generic-display.txt
│ │ │ ├── generic-editing.txt
│ │ │ ├── index.txt
│ │ │ ├── mixins-date-based.txt
│ │ │ ├── mixins-editing.txt
│ │ │ ├── mixins-multiple-object.txt
│ │ │ ├── mixins-simple.txt
│ │ │ ├── mixins-single-object.txt
│ │ │ └── mixins.txt
│ │ ├── clickjacking.txt
│ │ ├── contrib
│ │ │ ├── admin
│ │ │ │ ├── actions.txt
│ │ │ │ ├── admindocs.txt
│ │ │ │ ├── _images
│ │ │ │ │ ├── actions-as-modeladmin-methods.png
│ │ │ │ │ ├── adding-actions-to-the-modeladmin.png
│ │ │ │ │ ├── admin-actions.png
│ │ │ │ │ ├── fieldsets.png
│ │ │ │ │ ├── list_filter.png
│ │ │ │ │ └── raw_id_fields.png
│ │ │ │ ├── index.txt
│ │ │ │ └── javascript.txt
│ │ │ ├── auth.txt
│ │ │ ├── contenttypes.txt
│ │ │ ├── flatpages.txt
│ │ │ ├── gis
│ │ │ │ ├── admin.txt
│ │ │ │ ├── commands.txt
│ │ │ │ ├── db-api.txt
│ │ │ │ ├── deployment.txt
│ │ │ │ ├── feeds.txt
│ │ │ │ ├── forms-api.txt
│ │ │ │ ├── functions.txt
│ │ │ │ ├── gdal.txt
│ │ │ │ ├── geoip2.txt
│ │ │ │ ├── geoip.txt
│ │ │ │ ├── geoquerysets.txt
│ │ │ │ ├── geos.txt
│ │ │ │ ├── index.txt
│ │ │ │ ├── install
│ │ │ │ │ ├── geodjango_setup.bat
│ │ │ │ │ ├── geolibs.txt
│ │ │ │ │ ├── index.txt
│ │ │ │ │ ├── postgis.txt
│ │ │ │ │ └── spatialite.txt
│ │ │ │ ├── layermapping.txt
│ │ │ │ ├── measure.txt
│ │ │ │ ├── model-api.txt
│ │ │ │ ├── ogrinspect.txt
│ │ │ │ ├── serializers.txt
│ │ │ │ ├── sitemaps.txt
│ │ │ │ ├── testing.txt
│ │ │ │ ├── tutorial.txt
│ │ │ │ └── utils.txt
│ │ │ ├── humanize.txt
│ │ │ ├── index.txt
│ │ │ ├── messages.txt
│ │ │ ├── postgres
│ │ │ │ ├── aggregates.txt
│ │ │ │ ├── fields.txt
│ │ │ │ ├── forms.txt
│ │ │ │ ├── functions.txt
│ │ │ │ ├── indexes.txt
│ │ │ │ ├── index.txt
│ │ │ │ ├── lookups.txt
│ │ │ │ ├── operations.txt
│ │ │ │ ├── search.txt
│ │ │ │ └── validators.txt
│ │ │ ├── redirects.txt
│ │ │ ├── sitemaps.txt
│ │ │ ├── sites.txt
│ │ │ ├── staticfiles.txt
│ │ │ └── syndication.txt
│ │ ├── csrf.txt
│ │ ├── databases.txt
│ │ ├── django-admin.txt
│ │ ├── exceptions.txt
│ │ ├── files
│ │ │ ├── file.txt
│ │ │ ├── index.txt
│ │ │ ├── storage.txt
│ │ │ └── uploads.txt
│ │ ├── forms
│ │ │ ├── api.txt
│ │ │ ├── fields.txt
│ │ │ ├── formsets.txt
│ │ │ ├── index.txt
│ │ │ ├── models.txt
│ │ │ ├── renderers.txt
│ │ │ ├── validation.txt
│ │ │ └── widgets.txt
│ │ ├── index.txt
│ │ ├── middleware.txt
│ │ ├── migration-operations.txt
│ │ ├── models
│ │ │ ├── class.txt
│ │ │ ├── conditional-expressions.txt
│ │ │ ├── database-functions.txt
│ │ │ ├── expressions.txt
│ │ │ ├── fields.txt
│ │ │ ├── indexes.txt
│ │ │ ├── index.txt
│ │ │ ├── instances.txt
│ │ │ ├── lookups.txt
│ │ │ ├── meta.txt
│ │ │ ├── options.txt
│ │ │ ├── querysets.txt
│ │ │ └── relations.txt
│ │ ├── request-response.txt
│ │ ├── schema-editor.txt
│ │ ├── settings.txt
│ │ ├── signals.txt
│ │ ├── template-response.txt
│ │ ├── templates
│ │ │ ├── api.txt
│ │ │ ├── builtins.txt
│ │ │ ├── index.txt
│ │ │ ├── language.txt
│ │ │ └── upgrading.txt
│ │ ├── unicode.txt
│ │ ├── urlresolvers.txt
│ │ ├── urls.txt
│ │ ├── utils.txt
│ │ ├── validators.txt
│ │ └── views.txt
│ ├── releases
│ │ ├── 0.95.txt
│ │ ├── 0.96.txt
│ │ ├── 1.0.1.txt
│ │ ├── 1.0.2.txt
│ │ ├── 1.0-porting-guide.txt
│ │ ├── 1.0.txt
│ │ ├── 1.10.1.txt
│ │ ├── 1.10.2.txt
│ │ ├── 1.10.3.txt
│ │ ├── 1.10.4.txt
│ │ ├── 1.10.5.txt
│ │ ├── 1.10.6.txt
│ │ ├── 1.10.7.txt
│ │ ├── 1.10.8.txt
│ │ ├── 1.10.txt
│ │ ├── 1.11.1.txt
│ │ ├── 1.11.2.txt
│ │ ├── 1.11.3.txt
│ │ ├── 1.11.4.txt
│ │ ├── 1.11.5.txt
│ │ ├── 1.11.6.txt
│ │ ├── 1.11.txt
│ │ ├── 1.1.2.txt
│ │ ├── 1.1.3.txt
│ │ ├── 1.1.4.txt
│ │ ├── 1.1.txt
│ │ ├── 1.2.1.txt
│ │ ├── 1.2.2.txt
│ │ ├── 1.2.3.txt
│ │ ├── 1.2.4.txt
│ │ ├── 1.2.5.txt
│ │ ├── 1.2.6.txt
│ │ ├── 1.2.7.txt
│ │ ├── 1.2.txt
│ │ ├── 1.3.1.txt
│ │ ├── 1.3.2.txt
│ │ ├── 1.3.3.txt
│ │ ├── 1.3.4.txt
│ │ ├── 1.3.5.txt
│ │ ├── 1.3.6.txt
│ │ ├── 1.3.7.txt
│ │ ├── 1.3.txt
│ │ ├── 1.4.10.txt
│ │ ├── 1.4.11.txt
│ │ ├── 1.4.12.txt
│ │ ├── 1.4.13.txt
│ │ ├── 1.4.14.txt
│ │ ├── 1.4.15.txt
│ │ ├── 1.4.16.txt
│ │ ├── 1.4.17.txt
│ │ ├── 1.4.18.txt
│ │ ├── 1.4.19.txt
│ │ ├── 1.4.1.txt
│ │ ├── 1.4.20.txt
│ │ ├── 1.4.21.txt
│ │ ├── 1.4.22.txt
│ │ ├── 1.4.2.txt
│ │ ├── 1.4.3.txt
│ │ ├── 1.4.4.txt
│ │ ├── 1.4.5.txt
│ │ ├── 1.4.6.txt
│ │ ├── 1.4.7.txt
│ │ ├── 1.4.8.txt
│ │ ├── 1.4.9.txt
│ │ ├── 1.4.txt
│ │ ├── 1.5.10.txt
│ │ ├── 1.5.11.txt
│ │ ├── 1.5.12.txt
│ │ ├── 1.5.1.txt
│ │ ├── 1.5.2.txt
│ │ ├── 1.5.3.txt
│ │ ├── 1.5.4.txt
│ │ ├── 1.5.5.txt
│ │ ├── 1.5.6.txt
│ │ ├── 1.5.7.txt
│ │ ├── 1.5.8.txt
│ │ ├── 1.5.9.txt
│ │ ├── 1.5.txt
│ │ ├── 1.6.10.txt
│ │ ├── 1.6.11.txt
│ │ ├── 1.6.1.txt
│ │ ├── 1.6.2.txt
│ │ ├── 1.6.3.txt
│ │ ├── 1.6.4.txt
│ │ ├── 1.6.5.txt
│ │ ├── 1.6.6.txt
│ │ ├── 1.6.7.txt
│ │ ├── 1.6.8.txt
│ │ ├── 1.6.9.txt
│ │ ├── 1.6.txt
│ │ ├── 1.7.10.txt
│ │ ├── 1.7.11.txt
│ │ ├── 1.7.1.txt
│ │ ├── 1.7.2.txt
│ │ ├── 1.7.3.txt
│ │ ├── 1.7.4.txt
│ │ ├── 1.7.5.txt
│ │ ├── 1.7.6.txt
│ │ ├── 1.7.7.txt
│ │ ├── 1.7.8.txt
│ │ ├── 1.7.9.txt
│ │ ├── 1.7.txt
│ │ ├── 1.8.10.txt
│ │ ├── 1.8.11.txt
│ │ ├── 1.8.12.txt
│ │ ├── 1.8.13.txt
│ │ ├── 1.8.14.txt
│ │ ├── 1.8.15.txt
│ │ ├── 1.8.16.txt
│ │ ├── 1.8.17.txt
│ │ ├── 1.8.18.txt
│ │ ├── 1.8.1.txt
│ │ ├── 1.8.2.txt
│ │ ├── 1.8.3.txt
│ │ ├── 1.8.4.txt
│ │ ├── 1.8.5.txt
│ │ ├── 1.8.6.txt
│ │ ├── 1.8.7.txt
│ │ ├── 1.8.8.txt
│ │ ├── 1.8.9.txt
│ │ ├── 1.8.txt
│ │ ├── 1.9.10.txt
│ │ ├── 1.9.11.txt
│ │ ├── 1.9.12.txt
│ │ ├── 1.9.13.txt
│ │ ├── 1.9.1.txt
│ │ ├── 1.9.2.txt
│ │ ├── 1.9.3.txt
│ │ ├── 1.9.4.txt
│ │ ├── 1.9.5.txt
│ │ ├── 1.9.6.txt
│ │ ├── 1.9.7.txt
│ │ ├── 1.9.8.txt
│ │ ├── 1.9.9.txt
│ │ ├── 1.9.txt
│ │ ├── index.txt
│ │ └── security.txt
│ ├── spelling_wordlist
│ ├── _theme
│ │ ├── djangodocs
│ │ │ ├── genindex.html
│ │ │ ├── layout.html
│ │ │ ├── modindex.html
│ │ │ ├── search.html
│ │ │ ├── static
│ │ │ │ ├── default.css
│ │ │ │ ├── djangodocs.css
│ │ │ │ ├── docicons-behindscenes.png
│ │ │ │ ├── docicons-note.png
│ │ │ │ ├── docicons-philosophy.png
│ │ │ │ ├── docicons-warning.png
│ │ │ │ ├── homepage.css
│ │ │ │ └── reset-fonts-grids.css
│ │ │ └── theme.conf
│ │ └── djangodocs-epub
│ │ ├── epub-cover.html
│ │ ├── static
│ │ │ ├── docicons-behindscenes.png -> ../../djangodocs/static/docicons-behindscenes.png
│ │ │ ├── docicons-note.png -> ../../djangodocs/static/docicons-note.png
│ │ │ ├── docicons-philosophy.png -> ../../djangodocs/static/docicons-philosophy.png
│ │ │ ├── docicons-warning.png -> ../../djangodocs/static/docicons-warning.png
│ │ │ └── epub.css
│ │ └── theme.conf
│ └── topics
│ ├── auth
│ │ ├── customizing.txt
│ │ ├── default.txt
│ │ ├── index.txt
│ │ └── passwords.txt
│ ├── cache.txt
│ ├── checks.txt
│ ├── class-based-views
│ │ ├── generic-display.txt
│ │ ├── generic-editing.txt
│ │ ├── index.txt
│ │ ├── intro.txt
│ │ └── mixins.txt
│ ├── conditional-view-processing.txt
│ ├── db
│ │ ├── aggregation.txt
│ │ ├── examples
│ │ │ ├── index.txt
│ │ │ ├── many_to_many.txt
│ │ │ ├── many_to_one.txt
│ │ │ └── one_to_one.txt
│ │ ├── index.txt
│ │ ├── managers.txt
│ │ ├── models.txt
│ │ ├── multi-db.txt
│ │ ├── optimization.txt
│ │ ├── queries.txt
│ │ ├── search.txt
│ │ ├── sql.txt
│ │ ├── tablespaces.txt
│ │ └── transactions.txt
│ ├── email.txt
│ ├── external-packages.txt
│ ├── files.txt
│ ├── forms
│ │ ├── formsets.txt
│ │ ├── index.txt
│ │ ├── media.txt
│ │ └── modelforms.txt
│ ├── http
│ │ ├── decorators.txt
│ │ ├── file-uploads.txt
│ │ ├── generic-views.txt
│ │ ├── _images
│ │ │ └── middleware.pdf
│ │ ├── index.txt
│ │ ├── middleware.txt
│ │ ├── sessions.txt
│ │ ├── shortcuts.txt
│ │ ├── urls.txt
│ │ └── views.txt
│ ├── i18n
│ │ ├── formatting.txt
│ │ ├── index.txt
│ │ ├── timezones.txt
│ │ └── translation.txt
│ ├── _images
│ │ ├── postmortem.png
│ │ └── template-lines.png
│ ├── index.txt
│ ├── install.txt
│ ├── logging.txt
│ ├── migrations.txt
│ ├── pagination.txt
│ ├── performance.txt
│ ├── python3.txt
│ ├── security.txt
│ ├── serialization.txt
│ ├── settings.txt
│ ├── signals.txt
│ ├── signing.txt
│ ├── templates.txt
│ └── testing
│ ├── advanced.txt
│ ├── _images
│ │ ├── django_unittest_classes_hierarchy.graffle
│ │ ├── django_unittest_classes_hierarchy.pdf
│ │ └── django_unittest_classes_hierarchy.svg
│ ├── index.txt
│ ├── overview.txt
│ └── tools.txt
├── extras
│ ├── django_bash_completion
│ ├── Makefile
│ └── README.TXT
├── Gruntfile.js
├── INSTALL
├── js_tests
│ ├── admin
│ │ ├── actions.test.js
│ │ ├── core.test.js
│ │ ├── DateTimeShortcuts.test.js
│ │ ├── inlines.test.js
│ │ ├── jsi18n-mocks.test.js
│ │ ├── RelatedObjectLookups.test.js
│ │ ├── SelectBox.test.js
│ │ ├── SelectFilter2.test.js
│ │ └── timeparse.test.js
│ ├── gis
│ │ └── mapwidget.test.js
│ ├── qunit
│ │ ├── qunit.css
│ │ └── qunit.js
│ └── tests.html
├── LICENSE
├── LICENSE.python
├── MANIFEST.in
├── package.json
├── README.rst
├── scripts
│ ├── manage_translations.py
│ └── rpm-install.sh
├── setup.cfg
├── setup.py
├── tests
│ ├── absolute_url_overrides
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── admin_autodiscover
│ │ ├── admin.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── admin_changelist
│ │ ├── admin.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── admin_checks
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── admin_custom_urls
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── admin_docs
│ │ ├── evilfile.txt
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── namespace_urls.py
│ │ ├── test_middleware.py
│ │ ├── tests.py
│ │ ├── test_utils.py
│ │ ├── test_views.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── admin_filters
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── admin_inlines
│ │ ├── admin.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ ├── test_templates.py
│ │ └── urls.py
│ ├── admin_ordering
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── admin_registration
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── admin_scripts
│ │ ├── another_app_waiting_migration
│ │ │ ├── __init__.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ └── models.py
│ │ ├── app_raising_messages
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── app_raising_warning
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── app_waiting_migration
│ │ │ ├── __init__.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ └── models.py
│ │ ├── app_with_import
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── broken_app
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── complex_app
│ │ │ ├── admin
│ │ │ │ ├── foo.py
│ │ │ │ └── __init__.py
│ │ │ ├── __init__.py
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── duplicate.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── __init__.py
│ │ │ └── models
│ │ │ ├── bar.py
│ │ │ ├── foo.py
│ │ │ └── __init__.py
│ │ ├── custom_templates
│ │ │ ├── app_template
│ │ │ │ ├── api.py
│ │ │ │ └── __init__.py
│ │ │ ├── project_template
│ │ │ │ ├── additional_dir
│ │ │ │ │ ├── additional_file.py
│ │ │ │ │ ├── extra.py
│ │ │ │ │ ├── localized.py
│ │ │ │ │ ├── Procfile
│ │ │ │ │ └── requirements.txt
│ │ │ │ ├── manage.py-tpl
│ │ │ │ ├── project_name
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── settings.py
│ │ │ │ ├── ticket-18091-non-ascii-template.txt
│ │ │ │ └── ticket-19397-binary-file.ico
│ │ │ └── project_template.tgz
│ │ ├── __init__.py
│ │ ├── management
│ │ │ ├── commands
│ │ │ │ ├── app_command.py
│ │ │ │ ├── base_command.py
│ │ │ │ ├── custom_startproject.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── label_command.py
│ │ │ │ └── noargs_command.py
│ │ │ └── __init__.py
│ │ ├── simple_app
│ │ │ ├── __init__.py
│ │ │ ├── management
│ │ │ │ ├── commands
│ │ │ │ │ ├── duplicate.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── __init__.py
│ │ │ └── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── admin_utils
│ │ ├── admin.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_logentry.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── admin_views
│ │ ├── admin.py
│ │ ├── customadmin.py
│ │ ├── custom_has_permission_admin.py
│ │ ├── forms.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── templates
│ │ │ ├── admin
│ │ │ │ └── base_site.html
│ │ │ └── custom_filter_template.html
│ │ ├── test_adminsite.py
│ │ ├── test_multidb.py
│ │ ├── tests.py
│ │ ├── test_templatetags.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── admin_widgets
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── widgetadmin.py
│ ├── aggregation
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── aggregation_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── annotations
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── app_loading
│ │ ├── eggs
│ │ │ ├── brokenapp.egg
│ │ │ ├── modelapp.egg
│ │ │ ├── nomodelapp.egg
│ │ │ └── omelet.egg
│ │ ├── __init__.py
│ │ ├── not_installed
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ └── tests.py
│ ├── apps
│ │ ├── apps.py
│ │ ├── default_config_app
│ │ │ ├── apps.py
│ │ │ └── __init__.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── namespace_package_base
│ │ │ └── nsapp
│ │ │ └── apps.py
│ │ ├── namespace_package_other_base
│ │ │ └── nsapp
│ │ └── tests.py
│ ├── auth_tests
│ │ ├── backend_alias.py
│ │ ├── client.py
│ │ ├── common-passwords-custom.txt
│ │ ├── fixtures
│ │ │ ├── natural.json
│ │ │ └── regular.json
│ │ ├── __init__.py
│ │ ├── models
│ │ │ ├── custom_permissions.py
│ │ │ ├── custom_user.py
│ │ │ ├── __init__.py
│ │ │ ├── invalid_models.py
│ │ │ ├── is_active.py
│ │ │ ├── uuid_pk.py
│ │ │ ├── with_custom_email_field.py
│ │ │ ├── with_foreign_key.py
│ │ │ └── with_integer_username.py
│ │ ├── settings.py
│ │ ├── templates
│ │ │ ├── context_processors
│ │ │ │ ├── auth_attrs_access.html
│ │ │ │ ├── auth_attrs_messages.html
│ │ │ │ ├── auth_attrs_no_access.html
│ │ │ │ ├── auth_attrs_perm_in_perms.html
│ │ │ │ ├── auth_attrs_perms.html
│ │ │ │ ├── auth_attrs_test_access.html
│ │ │ │ └── auth_attrs_user.html
│ │ │ └── registration
│ │ │ ├── html_password_reset_email.html
│ │ │ ├── logged_out.html
│ │ │ ├── login.html
│ │ │ ├── password_change_form.html
│ │ │ ├── password_reset_complete.html
│ │ │ ├── password_reset_confirm.html
│ │ │ ├── password_reset_done.html
│ │ │ ├── password_reset_email.html
│ │ │ ├── password_reset_form.html
│ │ │ └── password_reset_subject.txt
│ │ ├── test_admin_multidb.py
│ │ ├── test_auth_backends_deprecation.py
│ │ ├── test_auth_backends.py
│ │ ├── test_basic.py
│ │ ├── test_checks.py
│ │ ├── test_context_processors.py
│ │ ├── test_decorators.py
│ │ ├── test_deprecated_views.py
│ │ ├── test_forms.py
│ │ ├── test_handlers.py
│ │ ├── test_hashers.py
│ │ ├── test_management.py
│ │ ├── test_middleware.py
│ │ ├── test_mixins.py
│ │ ├── test_models.py
│ │ ├── test_remote_user.py
│ │ ├── test_signals.py
│ │ ├── test_templates.py
│ │ ├── test_tokens.py
│ │ ├── test_validators.py
│ │ ├── test_views.py
│ │ ├── urls_admin.py
│ │ ├── urls_custom_user_admin.py
│ │ ├── urls_deprecated.py
│ │ └── urls.py
│ ├── backends
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_creation.py
│ │ ├── test_features.py
│ │ ├── test_mysql.py
│ │ ├── test_postgresql.py
│ │ ├── tests.py
│ │ └── test_utils.py
│ ├── base
│ │ ├── __init__.py
│ │ └── models.py
│ ├── bash_completion
│ │ ├── __init__.py
│ │ ├── management
│ │ │ ├── commands
│ │ │ │ ├── __init__.py
│ │ │ │ └── test_command.py
│ │ │ └── __init__.py
│ │ └── tests.py
│ ├── basic
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── builtin_server
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── bulk_create
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── cache
│ │ ├── closeable_cache.py
│ │ ├── __init__.py
│ │ ├── liberal_backend.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── check_framework
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_caches.py
│ │ ├── test_database.py
│ │ ├── test_model_field_deprecation.py
│ │ ├── test_multi_db.py
│ │ ├── tests_1_10_compatibility.py
│ │ ├── tests_1_8_compatibility.py
│ │ ├── test_security.py
│ │ ├── tests.py
│ │ ├── test_templates.py
│ │ ├── test_urls.py
│ │ └── urls
│ │ ├── beginning_with_slash.py
│ │ ├── contains_tuple.py
│ │ ├── include_with_dollar.py
│ │ ├── __init__.py
│ │ ├── name_with_colon.py
│ │ ├── non_unique_namespaces.py
│ │ ├── no_warnings.py
│ │ ├── unique_namespaces.py
│ │ └── warning_in_include.py
│ ├── choices
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── conditional_processing
│ │ ├── __init__.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── contenttypes_tests
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── operations_migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_rename_foo.py
│ │ │ └── __init__.py
│ │ ├── test_models.py
│ │ ├── test_order_with_respect_to.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── context_processors
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── templates
│ │ │ └── context_processors
│ │ │ ├── debug.html
│ │ │ └── request_attrs.html
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── csrf_tests
│ │ ├── csrf_token_error_handler_urls.py
│ │ ├── __init__.py
│ │ ├── test_context_processor.py
│ │ ├── tests.py
│ │ └── views.py
│ ├── custom_columns
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── custom_lookups
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── custom_managers
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── custom_methods
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── custom_migration_operations
│ │ ├── __init__.py
│ │ ├── more_operations.py
│ │ └── operations.py
│ ├── custom_pk
│ │ ├── fields.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── datatypes
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── dates
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── datetimes
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── db_functions
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_cast.py
│ │ ├── test_datetime.py
│ │ └── tests.py
│ ├── dbshell
│ │ ├── __init__.py
│ │ ├── test_mysql.py
│ │ └── test_postgresql_psycopg2.py
│ ├── db_typecasts
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── decorators
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── defer
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── defer_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── delete
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── delete_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── deprecation
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── dispatch
│ │ ├── __init__.py
│ │ ├── test_removedindjango20.py
│ │ └── tests.py
│ ├── distinct_on_fields
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── empty
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── no_models
│ │ │ └── __init__.py
│ │ └── tests.py
│ ├── expressions
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_queryset_values.py
│ │ └── tests.py
│ ├── expressions_case
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── extra_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── field_deconstruction
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── field_defaults
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── field_subclassing
│ │ ├── fields.py
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── files
│ │ ├── brokenimg.png
│ │ ├── __init__.py
│ │ ├── magic.png
│ │ ├── test1.png
│ │ ├── test.png
│ │ └── tests.py
│ ├── file_storage
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_generate_filename.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── file_uploads
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ ├── uploadhandler.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── fixtures
│ │ ├── fixtures
│ │ │ ├── db_fixture_1.default.json
│ │ │ ├── db_fixture_2.default.json.gz
│ │ │ ├── db_fixture_3.nosuchdb.json
│ │ │ ├── fixture1.json
│ │ │ ├── fixture2.json
│ │ │ ├── fixture2.xml
│ │ │ ├── fixture3.xml
│ │ │ ├── fixture4.json.zip
│ │ │ ├── fixture5.json.gz
│ │ │ ├── fixture5.json.zip
│ │ │ ├── fixture6.json
│ │ │ ├── fixture7.xml
│ │ │ ├── fixture8.json
│ │ │ ├── fixture9.xml
│ │ │ ├── fixture_with[special]chars.json
│ │ │ └── invalid.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── fixtures_model_package
│ │ ├── fixtures
│ │ │ ├── fixture1.json
│ │ │ ├── fixture2.json
│ │ │ └── fixture2.xml
│ │ ├── __init__.py
│ │ ├── models
│ │ │ └── __init__.py
│ │ └── tests.py
│ ├── fixtures_regress
│ │ ├── fixtures
│ │ │ ├── absolute.json
│ │ │ ├── animal.xml
│ │ │ ├── bad_fixture1.unkn
│ │ │ ├── bad_fixture2.xml
│ │ │ ├── big-fixture.json
│ │ │ ├── empty.json
│ │ │ ├── feature.json
│ │ │ ├── forward_ref_bad_data.json
│ │ │ ├── forward_ref.json
│ │ │ ├── forward_ref_lookup.json
│ │ │ ├── m2mtoself.json
│ │ │ ├── model-inheritance.json
│ │ │ ├── nk-inheritance2.xml
│ │ │ ├── nk-inheritance.json
│ │ │ ├── non_natural_1.json
│ │ │ ├── non_natural_2.xml
│ │ │ ├── path.containing.dots.json
│ │ │ ├── pretty.xml
│ │ │ ├── sequence_extra.json
│ │ │ ├── sequence_extra_xml.xml
│ │ │ ├── sequence.json
│ │ │ ├── special-article.json
│ │ │ └── thingy.json
│ │ ├── fixtures_1
│ │ │ ├── forward_ref_1.json
│ │ │ └── inner
│ │ │ └── absolute.json
│ │ ├── fixtures_2
│ │ │ └── forward_ref_2.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── flatpages_tests
│ │ ├── __init__.py
│ │ ├── settings.py
│ │ ├── templates
│ │ │ ├── flatpages
│ │ │ │ └── default.html
│ │ │ └── registration
│ │ │ └── login.html
│ │ ├── test_csrf.py
│ │ ├── test_forms.py
│ │ ├── test_middleware.py
│ │ ├── test_models.py
│ │ ├── test_sitemaps.py
│ │ ├── test_templatetags.py
│ │ ├── test_views.py
│ │ └── urls.py
│ ├── force_insert_update
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── foreign_object
│ │ ├── __init__.py
│ │ ├── models
│ │ │ ├── article.py
│ │ │ ├── customers.py
│ │ │ ├── empty_join.py
│ │ │ ├── __init__.py
│ │ │ └── person.py
│ │ ├── test_agnostic_order_trimjoin.py
│ │ ├── test_empty_join.py
│ │ ├── test_forms.py
│ │ └── tests.py
│ ├── forms_tests
│ │ ├── field_tests
│ │ │ ├── __init__.py
│ │ │ ├── test_base.py
│ │ │ ├── test_booleanfield.py
│ │ │ ├── test_charfield.py
│ │ │ ├── test_choicefield.py
│ │ │ ├── test_combofield.py
│ │ │ ├── test_datefield.py
│ │ │ ├── test_datetimefield.py
│ │ │ ├── test_decimalfield.py
│ │ │ ├── test_durationfield.py
│ │ │ ├── test_emailfield.py
│ │ │ ├── test_filefield.py
│ │ │ ├── test_filepathfield.py
│ │ │ ├── test_floatfield.py
│ │ │ ├── test_genericipaddressfield.py
│ │ │ ├── test_imagefield.py
│ │ │ ├── test_integerfield.py
│ │ │ ├── test_multiplechoicefield.py
│ │ │ ├── test_multivaluefield.py
│ │ │ ├── test_nullbooleanfield.py
│ │ │ ├── test_regexfield.py
│ │ │ ├── test_slugfield.py
│ │ │ ├── test_splitdatetimefield.py
│ │ │ ├── test_timefield.py
│ │ │ ├── test_typedchoicefield.py
│ │ │ ├── test_typedmultiplechoicefield.py
│ │ │ ├── test_urlfield.py
│ │ │ └── test_uuidfield.py
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── forms_tests
│ │ │ └── custom_widget.html
│ │ ├── models.py
│ │ ├── templates
│ │ │ └── forms_tests
│ │ │ ├── article_form.html
│ │ │ └── custom_widget.html
│ │ ├── tests
│ │ │ ├── filepath_test_files
│ │ │ │ ├── 1x1.bmp
│ │ │ │ ├── 1x1.png
│ │ │ │ ├── directory
│ │ │ │ ├── fake-image.jpg
│ │ │ │ └── real-text-file.txt
│ │ │ ├── __init__.py
│ │ │ ├── test_error_messages.py
│ │ │ ├── test_formsets.py
│ │ │ ├── test_forms.py
│ │ │ ├── test_i18n.py
│ │ │ ├── test_input_formats.py
│ │ │ ├── test_media.py
│ │ │ ├── test_renderers.py
│ │ │ ├── tests.py
│ │ │ ├── test_utils.py
│ │ │ ├── test_validators.py
│ │ │ └── test_widgets.py
│ │ ├── urls.py
│ │ ├── views.py
│ │ └── widget_tests
│ │ ├── base.py
│ │ ├── __init__.py
│ │ ├── test_checkboxinput.py
│ │ ├── test_checkboxselectmultiple.py
│ │ ├── test_clearablefileinput.py
│ │ ├── test_dateinput.py
│ │ ├── test_datetimeinput.py
│ │ ├── test_fileinput.py
│ │ ├── test_hiddeninput.py
│ │ ├── test_input.py
│ │ ├── test_multiplehiddeninput.py
│ │ ├── test_multiwidget.py
│ │ ├── test_nullbooleanselect.py
│ │ ├── test_numberinput.py
│ │ ├── test_passwordinput.py
│ │ ├── test_radioselect.py
│ │ ├── test_render_deprecation.py
│ │ ├── test_selectdatewidget.py
│ │ ├── test_selectmultiple.py
│ │ ├── test_select.py
│ │ ├── test_splitdatetimewidget.py
│ │ ├── test_splithiddendatetimewidget.py
│ │ ├── test_textarea.py
│ │ ├── test_textinput.py
│ │ ├── test_timeinput.py
│ │ └── test_widget.py
│ ├── from_db_value
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── generic_inline_admin
│ │ ├── admin.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── generic_relations
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── generic_relations_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── generic_views
│ │ ├── forms.py
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── generic_views
│ │ │ └── using.html
│ │ ├── models.py
│ │ ├── templates
│ │ │ ├── generic_views
│ │ │ │ ├── about.html
│ │ │ │ ├── apple_detail.html
│ │ │ │ ├── artist_detail.html
│ │ │ │ ├── artist_form.html
│ │ │ │ ├── author_confirm_delete.html
│ │ │ │ ├── author_detail.html
│ │ │ │ ├── author_form.html
│ │ │ │ ├── author_list.html
│ │ │ │ ├── author_objects.html
│ │ │ │ ├── author_view.html
│ │ │ │ ├── book_archive_day.html
│ │ │ │ ├── book_archive.html
│ │ │ │ ├── book_archive_month.html
│ │ │ │ ├── book_archive_week.html
│ │ │ │ ├── book_archive_year.html
│ │ │ │ ├── book_detail.html
│ │ │ │ ├── book_list.html
│ │ │ │ ├── confirm_delete.html
│ │ │ │ ├── detail.html
│ │ │ │ ├── form.html
│ │ │ │ ├── list.html
│ │ │ │ ├── page_template.html
│ │ │ │ ├── robots.txt
│ │ │ │ └── using.html
│ │ │ └── registration
│ │ │ └── login.html
│ │ ├── test_base.py
│ │ ├── test_dates.py
│ │ ├── test_detail.py
│ │ ├── test_edit.py
│ │ ├── test_list.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── get_earliest_or_latest
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── get_object_or_404
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── get_or_create
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── gis_tests
│ │ ├── admin.py
│ │ ├── data
│ │ │ ├── ch-city
│ │ │ │ ├── ch-city.dbf
│ │ │ │ ├── ch-city.prj
│ │ │ │ ├── ch-city.shp
│ │ │ │ └── ch-city.shx
│ │ │ ├── cities
│ │ │ │ ├── cities.dbf
│ │ │ │ ├── cities.prj
│ │ │ │ ├── cities.shp
│ │ │ │ └── cities.shx
│ │ │ ├── counties
│ │ │ │ ├── counties.dbf
│ │ │ │ ├── counties.shp
│ │ │ │ └── counties.shx
│ │ │ ├── gas_lines
│ │ │ │ ├── gas_leitung.dbf
│ │ │ │ ├── gas_leitung.prj
│ │ │ │ ├── gas_leitung.shp
│ │ │ │ └── gas_leitung.shx
│ │ │ ├── geometries.json
│ │ │ ├── __init__.py
│ │ │ ├── interstates
│ │ │ │ ├── interstates.dbf
│ │ │ │ ├── interstates.prj
│ │ │ │ ├── interstates.shp
│ │ │ │ └── interstates.shx
│ │ │ ├── invalid
│ │ │ │ ├── emptypoints.dbf
│ │ │ │ ├── emptypoints.shp
│ │ │ │ └── emptypoints.shx
│ │ │ ├── rasters
│ │ │ │ ├── __init__.py
│ │ │ │ ├── raster.numpy.txt
│ │ │ │ ├── raster.tif
│ │ │ │ └── textrasters.py
│ │ │ ├── test_point
│ │ │ │ ├── test_point.dbf
│ │ │ │ ├── test_point.prj
│ │ │ │ ├── test_point.shp
│ │ │ │ └── test_point.shx
│ │ │ ├── test_poly
│ │ │ │ ├── test_poly.dbf
│ │ │ │ ├── test_poly.prj
│ │ │ │ ├── test_poly.shp
│ │ │ │ └── test_poly.shx
│ │ │ ├── test_vrt
│ │ │ │ ├── test_vrt.csv
│ │ │ │ └── test_vrt.vrt
│ │ │ └── texas.dbf
│ │ ├── distapp
│ │ │ ├── fixtures
│ │ │ │ └── initial.json
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── tests.py
│ │ ├── gdal_tests
│ │ │ ├── __init__.py
│ │ │ ├── test_driver.py
│ │ │ ├── test_ds.py
│ │ │ ├── test_envelope.py
│ │ │ ├── test_geom.py
│ │ │ ├── test_raster.py
│ │ │ └── test_srs.py
│ │ ├── geo3d
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ ├── tests.py
│ │ │ └── views.py
│ │ ├── geoadmin
│ │ │ ├── admin.py
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ ├── tests.py
│ │ │ └── urls.py
│ │ ├── geoapp
│ │ │ ├── feeds.py
│ │ │ ├── fixtures
│ │ │ │ └── initial.json.gz
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ ├── sitemaps.py
│ │ │ ├── test_expressions.py
│ │ │ ├── test_feeds.py
│ │ │ ├── test_functions.py
│ │ │ ├── test_regress.py
│ │ │ ├── test_serializers.py
│ │ │ ├── test_sitemaps.py
│ │ │ ├── tests.py
│ │ │ └── urls.py
│ │ ├── geogapp
│ │ │ ├── fixtures
│ │ │ │ └── initial.json
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── tests.py
│ │ ├── geos_tests
│ │ │ ├── __init__.py
│ │ │ ├── test_geos_mutation.py
│ │ │ ├── test_geos.py
│ │ │ ├── test_io.py
│ │ │ └── test_mutable_list.py
│ │ ├── gis_migrations
│ │ │ ├── __init__.py
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ ├── test_commands.py
│ │ │ └── test_operations.py
│ │ ├── __init__.py
│ │ ├── inspectapp
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── tests.py
│ │ ├── layermap
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── tests.py
│ │ ├── maps
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ ├── rasterapp
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── test_rasterfield.py
│ │ ├── relatedapp
│ │ │ ├── fixtures
│ │ │ │ └── initial.json
│ │ │ ├── __init__.py
│ │ │ ├── models.py
│ │ │ └── tests.py
│ │ ├── test_data.py
│ │ ├── test_geoforms.py
│ │ ├── test_geoip2.py
│ │ ├── test_geoip.py
│ │ ├── test_measure.py
│ │ ├── test_ptr.py
│ │ ├── test_spatialrefsys.py
│ │ ├── tests.py
│ │ ├── test_wkt.py
│ │ └── utils.py
│ ├── handlers
│ │ ├── __init__.py
│ │ ├── templates
│ │ │ └── test_handler.html
│ │ ├── test_exception.py
│ │ ├── tests_custom_error_handlers.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── httpwrappers
│ │ ├── abc.txt
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── humanize_tests
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── i18n
│ │ ├── commands
│ │ │ ├── app_with_locale
│ │ │ │ └── locale
│ │ │ │ └── ru
│ │ │ │ └── LC_MESSAGES
│ │ │ │ └── django.po
│ │ │ ├── code.sample
│ │ │ ├── ignore_dir
│ │ │ │ └── ignored.html
│ │ │ ├── __init__.py
│ │ │ ├── javascript.js
│ │ │ ├── locale
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── es_AR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── hr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── ja
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── ko
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── pt_BR
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.pristine
│ │ │ │ ├── ru
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ └── xxx
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── media_root
│ │ │ │ └── media_ignored.html
│ │ │ ├── not_utf8.sample
│ │ │ ├── someapp
│ │ │ │ └── static
│ │ │ │ └── javascript.js
│ │ │ ├── static
│ │ │ │ ├── javascript_ignored.js
│ │ │ │ └── static_ignored.html
│ │ │ └── templates
│ │ │ ├── comments.thtml
│ │ │ ├── empty.html
│ │ │ ├── plural.djtpl
│ │ │ ├── subdir
│ │ │ │ └── ignored.html
│ │ │ ├── template_with_error.tpl
│ │ │ ├── test.html
│ │ │ └── xxx_ignored.html
│ │ ├── contenttypes
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ └── tests.py
│ │ ├── exclude
│ │ │ ├── canned_locale
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ ├── fr
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── django.po
│ │ │ │ └── it
│ │ │ │ └── LC_MESSAGES
│ │ │ │ └── django.po
│ │ │ └── __init__.py
│ │ ├── forms.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── other
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ ├── de
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fr
│ │ │ │ ├── formats.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ └── __init__.py
│ │ ├── other2
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ ├── de
│ │ │ │ ├── formats.py
│ │ │ │ └── __init__.py
│ │ │ └── __init__.py
│ │ ├── patterns
│ │ │ ├── __init__.py
│ │ │ ├── locale
│ │ │ │ ├── en
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ ├── nl
│ │ │ │ │ └── LC_MESSAGES
│ │ │ │ │ ├── django.mo
│ │ │ │ │ └── django.po
│ │ │ │ └── pt_BR
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── templates
│ │ │ │ ├── 404.html
│ │ │ │ └── dummy.html
│ │ │ ├── tests.py
│ │ │ └── urls
│ │ │ ├── default.py
│ │ │ ├── disabled.py
│ │ │ ├── included.py
│ │ │ ├── __init__.py
│ │ │ ├── namespace.py
│ │ │ ├── path_unused.py
│ │ │ ├── wrong_namespace.py
│ │ │ └── wrong.py
│ │ ├── project_dir
│ │ │ ├── app_no_locale
│ │ │ │ ├── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── app_with_locale
│ │ │ │ ├── __init__.py
│ │ │ │ ├── locale
│ │ │ │ └── models.py
│ │ │ ├── __init__.py
│ │ │ └── project_locale
│ │ ├── resolution
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── de
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ └── django.po
│ │ ├── sampleproject
│ │ │ ├── locale
│ │ │ │ └── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── manage.py
│ │ │ ├── sampleproject
│ │ │ │ ├── __init__.py
│ │ │ │ └── settings.py
│ │ │ ├── templates
│ │ │ │ └── percents.html
│ │ │ └── update_catalogs.py
│ │ ├── test_compilation.py
│ │ ├── test_extraction.py
│ │ ├── test_management.py
│ │ ├── test_percents.py
│ │ ├── tests.py
│ │ ├── urls_default_unprefixed.py
│ │ ├── urls.py
│ │ └── utils.py
│ ├── import_error_package
│ │ └── __init__.py
│ ├── indexes
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── inline_formsets
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── inspectdb
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── introspection
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── invalid_models_tests
│ │ ├── __init__.py
│ │ ├── test_backend_specific.py
│ │ ├── test_custom_fields.py
│ │ ├── test_deprecated_fields.py
│ │ ├── test_models.py
│ │ ├── test_ordinary_fields.py
│ │ └── test_relative_fields.py
│ ├── known_related_objects
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── logging_tests
│ │ ├── __init__.py
│ │ ├── logconfig.py
│ │ ├── tests.py
│ │ ├── urls_i18n.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── lookup
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_decimalfield.py
│ │ ├── tests.py
│ │ └── test_timefield.py
│ ├── m2m_and_m2o
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_intermediary
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_multiple
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_recursive
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_signals
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_through
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── m2m_through_regress
│ │ ├── fixtures
│ │ │ └── m2m_through.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_multitable.py
│ │ └── tests.py
│ ├── m2o_recursive
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ │ ├── attachments
│ │ │ ├── file.png
│ │ │ ├── file_png
│ │ │ ├── file_png.txt
│ │ │ ├── file.txt
│ │ │ ├── file_txt
│ │ │ └── file_txt.png
│ │ ├── custombackend.py
│ │ ├── __init__.py
│ │ ├── test_sendtestemail.py
│ │ └── tests.py
│ ├── managers_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── many_to_many
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── many_to_one
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── many_to_one_null
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── max_lengths
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── messages_tests
│ │ ├── base.py
│ │ ├── __init__.py
│ │ ├── test_api.py
│ │ ├── test_cookie.py
│ │ ├── test_fallback.py
│ │ ├── test_middleware.py
│ │ ├── test_mixins.py
│ │ ├── test_session.py
│ │ └── urls.py
│ ├── middleware
│ │ ├── cond_get_urls.py
│ │ ├── extra_urls.py
│ │ ├── __init__.py
│ │ ├── test_security.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── middleware_exceptions
│ │ ├── __init__.py
│ │ ├── middleware.py
│ │ ├── test_legacy.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── migrate_signals
│ │ ├── custom_migrations
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── migrations
│ │ ├── deprecated_field_migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_remove_ipaddressfield_ip.py
│ │ │ └── __init__.py
│ │ ├── faulty_migrations
│ │ │ ├── file.py
│ │ │ ├── __init__.py
│ │ │ └── namespace
│ │ │ └── foo
│ │ │ └── __init__.py
│ │ ├── __init__.py
│ │ ├── migrations_test_apps
│ │ │ ├── alter_fk
│ │ │ │ ├── author_app
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ ├── 0002_alter_id.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── book_app
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── __init__.py
│ │ │ ├── conflicting_app_with_dependencies
│ │ │ │ ├── __init__.py
│ │ │ │ └── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_conflicting_second.py
│ │ │ │ ├── 0002_second.py
│ │ │ │ └── __init__.py
│ │ │ ├── __init__.py
│ │ │ ├── lookuperror_a
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ ├── 0002_a2.py
│ │ │ │ │ ├── 0003_a3.py
│ │ │ │ │ ├── 0004_a4.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── lookuperror_b
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ ├── 0002_b2.py
│ │ │ │ │ ├── 0003_b3.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── lookuperror_c
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ ├── 0002_c2.py
│ │ │ │ │ ├── 0003_c3.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── migrated_app
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── migrated_unapplied_app
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── mutate_state_a
│ │ │ │ ├── __init__.py
│ │ │ │ └── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ └── __init__.py
│ │ │ ├── mutate_state_b
│ │ │ │ ├── __init__.py
│ │ │ │ └── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0002_add_field.py
│ │ │ │ └── __init__.py
│ │ │ ├── normal
│ │ │ │ └── __init__.py
│ │ │ ├── unmigrated_app
│ │ │ │ ├── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── unmigrated_app_syncdb
│ │ │ │ ├── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── unspecified_app_with_conflict
│ │ │ │ ├── __init__.py
│ │ │ │ ├── migrations
│ │ │ │ │ ├── 0001_initial.py
│ │ │ │ │ ├── 0002_conflicting_second.py
│ │ │ │ │ ├── 0002_second.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── models.py
│ │ │ ├── without_init_file
│ │ │ │ ├── __init__.py
│ │ │ │ └── migrations
│ │ │ └── with_package_model
│ │ │ ├── __init__.py
│ │ │ └── models
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ ├── related_models_app
│ │ │ └── __init__.py
│ │ ├── routers.py
│ │ ├── test_add_many_to_many_field_initial
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_initial.py
│ │ │ └── __init__.py
│ │ ├── test_autodetector.py
│ │ ├── test_auto_now_add
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_base.py
│ │ ├── test_commands.py
│ │ ├── test_deprecated_fields.py
│ │ ├── test_exceptions.py
│ │ ├── test_executor.py
│ │ ├── test_graph.py
│ │ ├── test_loader.py
│ │ ├── test_migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_atomic_operation
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_backwards_deps_1
│ │ │ ├── 0001_initial.py
│ │ │ └── 0002_second.py
│ │ ├── test_migrations_conflict
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_conflicting_second.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_custom_user
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_empty
│ │ │ └── __init__.py
│ │ ├── test_migrations_fake_split_initial
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_first
│ │ │ ├── __init__.py
│ │ │ ├── second.py
│ │ │ └── thefirst.py
│ │ ├── test_migrations_initial_false
│ │ │ ├── 0001_not_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_no_ancestor
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_conflicting_second.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_no_changes
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ ├── 0003_third.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_no_default
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_non_atomic
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_order
│ │ │ ├── 0001.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_run_before
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ ├── 0003_third.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0001_squashed_0002.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed_complex
│ │ │ ├── 1_auto.py
│ │ │ ├── 2_auto.py
│ │ │ ├── 3_auto.py
│ │ │ ├── 3_squashed_5.py
│ │ │ ├── 4_auto.py
│ │ │ ├── 5_auto.py
│ │ │ ├── 6_auto.py
│ │ │ ├── 7_auto.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed_complex_multi_apps
│ │ │ ├── app1
│ │ │ │ ├── 1_auto.py
│ │ │ │ ├── 2_auto.py
│ │ │ │ ├── 2_squashed_3.py
│ │ │ │ ├── 3_auto.py
│ │ │ │ ├── 4_auto.py
│ │ │ │ └── __init__.py
│ │ │ ├── app2
│ │ │ │ ├── 1_auto.py
│ │ │ │ ├── 1_squashed_2.py
│ │ │ │ ├── 2_auto.py
│ │ │ │ └── __init__.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed_erroneous
│ │ │ ├── 1_auto.py
│ │ │ ├── 2_auto.py
│ │ │ ├── 3_squashed_5.py
│ │ │ ├── 6_auto.py
│ │ │ ├── 7_auto.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed_extra
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0001_squashed_0002.py
│ │ │ ├── 0002_second.py
│ │ │ ├── 0003_third.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squashed_ref_squashed
│ │ │ ├── app1
│ │ │ │ ├── 1_auto.py
│ │ │ │ ├── 2_auto.py
│ │ │ │ ├── 2_squashed_3.py
│ │ │ │ ├── 3_auto.py
│ │ │ │ ├── 4_auto.py
│ │ │ │ └── __init__.py
│ │ │ ├── app2
│ │ │ │ ├── 1_auto.py
│ │ │ │ ├── 1_squashed_2.py
│ │ │ │ ├── 2_auto.py
│ │ │ │ └── __init__.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_squash_noop
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_unmigdep
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_multidb.py
│ │ ├── test_operations.py
│ │ ├── test_optimizer.py
│ │ ├── test_questioner.py
│ │ ├── test_state.py
│ │ └── test_writer.py
│ ├── migrations2
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_migrations_2
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── test_migrations_2_first
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_second.py
│ │ │ └── __init__.py
│ │ └── test_migrations_2_no_deps
│ │ ├── 0001_initial.py
│ │ └── __init__.py
│ ├── migration_test_data_persistence
│ │ ├── __init__.py
│ │ ├── migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_add_book.py
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── modeladmin
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_checks.py
│ │ └── tests.py
│ ├── model_fields
│ │ ├── 4x8.png
│ │ ├── 8x4.png
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_binaryfield.py
│ │ ├── test_booleanfield.py
│ │ ├── test_charfield.py
│ │ ├── test_datetimefield.py
│ │ ├── test_decimalfield.py
│ │ ├── test_durationfield.py
│ │ ├── test_field_flags.py
│ │ ├── test_filefield.py
│ │ ├── test_floatfield.py
│ │ ├── test_foreignkey.py
│ │ ├── test_genericipaddressfield.py
│ │ ├── test_imagefield.py
│ │ ├── test_integerfield.py
│ │ ├── test_manytomanyfield.py
│ │ ├── test_promises.py
│ │ ├── test_slugfield.py
│ │ ├── tests.py
│ │ ├── test_textfield.py
│ │ └── test_uuid.py
│ ├── model_forms
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test2.png
│ │ ├── test.png
│ │ ├── tests.py
│ │ └── test_uuid.py
│ ├── model_formsets
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── test_uuid.py
│ ├── model_formsets_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── model_indexes
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── model_inheritance
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_abstract_inheritance.py
│ │ └── tests.py
│ ├── model_inheritance_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── model_meta
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── results.py
│ │ ├── test_removedindjango21.py
│ │ └── tests.py
│ ├── model_options
│ │ ├── __init__.py
│ │ ├── models
│ │ │ ├── default_related_name.py
│ │ │ ├── __init__.py
│ │ │ └── tablespaces.py
│ │ ├── test_default_related_name.py
│ │ └── test_tablespaces.py
│ ├── model_package
│ │ ├── __init__.py
│ │ ├── models
│ │ │ ├── article.py
│ │ │ ├── __init__.py
│ │ │ └── publication.py
│ │ └── tests.py
│ ├── model_permalink
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── model_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_pickle.py
│ │ └── tests.py
│ ├── multiple_database
│ │ ├── fixtures
│ │ │ ├── multidb-common.json
│ │ │ ├── multidb.default.json
│ │ │ ├── multidb.other.json
│ │ │ └── pets.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── routers.py
│ │ └── tests.py
│ ├── mutually_referential
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── nested_foreign_keys
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── no_models
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── null_fk
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── null_fk_ordering
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── null_queries
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── one_to_one
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── ordering
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── order_with_respect_to
│ │ ├── base_tests.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── or_lookups
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── pagination
│ │ ├── custom.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── postgres_tests
│ │ ├── array_default_migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── 0002_integerarraymodel_field_2.py
│ │ │ └── __init__.py
│ │ ├── array_index_migrations
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── fields.py
│ │ ├── __init__.py
│ │ ├── migrations
│ │ │ ├── 0001_setup_extensions.py
│ │ │ ├── 0002_create_test_models.py
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ ├── test_aggregates.py
│ │ ├── test_array.py
│ │ ├── test_citext.py
│ │ ├── test_functions.py
│ │ ├── test_hstore.py
│ │ ├── test_indexes.py
│ │ ├── test_json.py
│ │ ├── test_ranges.py
│ │ ├── test_search.py
│ │ ├── test_trigram.py
│ │ └── test_unaccent.py
│ ├── prefetch_related
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_prefetch_related_objects.py
│ │ ├── tests.py
│ │ └── test_uuid.py
│ ├── project_template
│ │ ├── __init__.py
│ │ ├── test_settings.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── properties
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── proxy_model_inheritance
│ │ ├── app1
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── app2
│ │ │ ├── __init__.py
│ │ │ └── models.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── proxy_models
│ │ ├── admin.py
│ │ ├── fixtures
│ │ │ └── mypeople.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── queries
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_qs_combinators.py
│ │ └── tests.py
│ ├── queryset_pickle
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── raw_query
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── README.rst
│ ├── redirects_tests
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── requests
│ │ ├── __init__.py
│ │ ├── test_data_upload_settings.py
│ │ └── tests.py
│ ├── requirements
│ │ ├── base.txt
│ │ ├── mysql.txt
│ │ ├── oracle.txt
│ │ ├── postgres.txt
│ │ ├── py2.txt
│ │ └── py3.txt
│ ├── reserved_names
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── resolve_url
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── responses
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── reverse_lookup
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── runtests.py
│ ├── save_delete_hooks
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── schema
│ │ ├── fields.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── select_for_update
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── select_related
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── select_related_onetoone
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── select_related_regress
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── serializers
│ │ ├── __init__.py
│ │ ├── models
│ │ │ ├── base.py
│ │ │ ├── data.py
│ │ │ ├── __init__.py
│ │ │ └── natural.py
│ │ ├── test_data.py
│ │ ├── test_deserializedobject.py
│ │ ├── test_json.py
│ │ ├── test_natural.py
│ │ ├── tests.py
│ │ ├── test_xml.py
│ │ └── test_yaml.py
│ ├── servers
│ │ ├── another_app
│ │ │ ├── __init__.py
│ │ │ └── static
│ │ │ └── another_app
│ │ │ └── another_app_static_file.txt
│ │ ├── fixtures
│ │ │ └── testdata.json
│ │ ├── __init__.py
│ │ ├── media
│ │ │ └── example_media_file.txt
│ │ ├── models.py
│ │ ├── static
│ │ │ └── example_static_file.txt
│ │ ├── test_basehttp.py
│ │ ├── test_liveserverthread.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── sessions_tests
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── settings_tests
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── shell
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── shortcuts
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── shortcuts
│ │ │ └── using.html
│ │ ├── templates
│ │ │ └── shortcuts
│ │ │ ├── render_test.html
│ │ │ └── using.html
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── signals
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── signed_cookies_tests
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── signing
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── sitemaps_tests
│ │ ├── base.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── templates
│ │ │ ├── custom_sitemap_index.xml
│ │ │ └── custom_sitemap.xml
│ │ ├── test_generic.py
│ │ ├── test_http.py
│ │ ├── test_https.py
│ │ ├── test_management.py
│ │ ├── test_utils.py
│ │ └── urls
│ │ ├── empty.py
│ │ ├── http.py
│ │ ├── https.py
│ │ ├── index_only.py
│ │ └── __init__.py
│ ├── sites_framework
│ │ ├── __init__.py
│ │ ├── migrations
│ │ │ ├── 0001_initial.py
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── sites_tests
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── staticfiles_tests
│ │ ├── apps
│ │ │ ├── __init__.py
│ │ │ ├── no_label
│ │ │ │ ├── __init__.py
│ │ │ │ └── static
│ │ │ │ └── file2.txt
│ │ │ ├── staticfiles_config.py
│ │ │ └── test
│ │ │ ├── __init__.py
│ │ │ ├── otherdir
│ │ │ │ └── odfile.txt
│ │ │ └── static
│ │ │ └── test
│ │ │ ├── CVS
│ │ │ ├── file1.txt
│ │ │ ├── file.txt
│ │ │ ├── nonascii.css
│ │ │ ├── test.ignoreme
│ │ │ ├── ⊗.txt
│ │ │ └── window.png
│ │ ├── cases.py
│ │ ├── __init__.py
│ │ ├── project
│ │ │ ├── documents
│ │ │ │ ├── absolute_root.css
│ │ │ │ ├── cached
│ │ │ │ │ ├── absolute.css
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ ├── font.eot
│ │ │ │ │ │ │ └── font.svg
│ │ │ │ │ │ ├── fragments.css
│ │ │ │ │ │ ├── ignored.css
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ └── window.png
│ │ │ │ │ │ └── window.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── relative.png
│ │ │ │ │ ├── import.css
│ │ │ │ │ ├── other.css
│ │ │ │ │ ├── relative.css
│ │ │ │ │ ├── styles.css
│ │ │ │ │ ├── styles_insensitive.css
│ │ │ │ │ ├── test.js
│ │ │ │ │ └── url.css
│ │ │ │ ├── styles_root.css
│ │ │ │ ├── subdir
│ │ │ │ │ └── test.txt
│ │ │ │ ├── test
│ │ │ │ │ ├── backup~
│ │ │ │ │ ├── camelCase.txt
│ │ │ │ │ └── file.txt
│ │ │ │ └── test.txt
│ │ │ ├── faulty
│ │ │ │ └── faulty.css
│ │ │ ├── loop
│ │ │ │ ├── bar.css
│ │ │ │ └── foo.css
│ │ │ ├── prefixed
│ │ │ │ └── test.txt
│ │ │ └── site_media
│ │ │ ├── media
│ │ │ │ └── media-file.txt
│ │ │ └── static
│ │ │ └── testfile.txt
│ │ ├── settings.py
│ │ ├── storage.py
│ │ ├── test_finders.py
│ │ ├── test_forms.py
│ │ ├── test_liveserver.py
│ │ ├── test_management.py
│ │ ├── test_storage.py
│ │ ├── test_templatetags.py
│ │ ├── test_views.py
│ │ └── urls
│ │ ├── default.py
│ │ ├── helper.py
│ │ └── __init__.py
│ ├── str
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── string_lookup
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── swappable_models
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── syndication_tests
│ │ ├── feeds.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── templates
│ │ │ └── syndication
│ │ │ ├── description_context.html
│ │ │ ├── description.html
│ │ │ ├── title_context.html
│ │ │ └── title.html
│ │ ├── tests.py
│ │ └── urls.py
│ ├── template_backends
│ │ ├── apps
│ │ │ ├── good
│ │ │ │ ├── __init__.py
│ │ │ │ └── templatetags
│ │ │ │ ├── empty.py
│ │ │ │ ├── good_tags.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── override.py
│ │ │ │ └── subpackage
│ │ │ │ ├── __init__.py
│ │ │ │ └── tags.py
│ │ │ ├── importerror
│ │ │ │ ├── __init__.py
│ │ │ │ └── templatetags
│ │ │ │ ├── broken_tags.py
│ │ │ │ └── __init__.py
│ │ │ └── __init__.py
│ │ ├── forbidden
│ │ │ └── template_backends
│ │ │ └── hello.html
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── template_backends
│ │ │ ├── csrf.html
│ │ │ ├── django_escaping.html
│ │ │ ├── hello.html
│ │ │ ├── syntax_error2.html
│ │ │ └── syntax_error.html
│ │ ├── templates
│ │ │ └── template_backends
│ │ │ ├── csrf.html
│ │ │ ├── django_escaping.html
│ │ │ ├── hello.html
│ │ │ └── syntax_error.html
│ │ ├── template_strings
│ │ │ └── template_backends
│ │ │ ├── csrf.html
│ │ │ └── hello.html
│ │ ├── test_django.py
│ │ ├── test_dummy.py
│ │ ├── test_jinja2.py
│ │ └── test_utils.py
│ ├── template_loader
│ │ ├── __init__.py
│ │ ├── templates
│ │ │ └── template_loader
│ │ │ ├── goodbye.html
│ │ │ ├── hello.html
│ │ │ └── request.html
│ │ ├── template_strings
│ │ │ └── template_loader
│ │ │ └── hello.html
│ │ └── tests.py
│ ├── templates
│ │ ├── base.html
│ │ ├── comments
│ │ │ └── comment_notification_email.txt
│ │ ├── custom_admin
│ │ │ ├── add_form.html
│ │ │ ├── app_index.html
│ │ │ ├── change_form.html
│ │ │ ├── change_list.html
│ │ │ ├── delete_confirmation.html
│ │ │ ├── delete_selected_confirmation.html
│ │ │ ├── index.html
│ │ │ ├── login.html
│ │ │ ├── logout.html
│ │ │ ├── object_history.html
│ │ │ ├── password_change_done.html
│ │ │ ├── password_change_form.html
│ │ │ └── popup_response.html
│ │ ├── extended.html
│ │ ├── form_view.html
│ │ ├── login.html
│ │ └── views
│ │ ├── article_archive_day.html
│ │ ├── article_archive_month.html
│ │ ├── article_confirm_delete.html
│ │ ├── article_detail.html
│ │ ├── article_form.html
│ │ ├── article_list.html
│ │ ├── datearticle_archive_month.html
│ │ ├── urlarticle_detail.html
│ │ └── urlarticle_form.html
│ ├── template_tests
│ │ ├── alternate_urls.py
│ │ ├── annotated_tag_function.py
│ │ ├── broken_tag.py
│ │ ├── eggs
│ │ │ └── tagsegg.egg
│ │ ├── filter_tests
│ │ │ ├── __init__.py
│ │ │ ├── test_add.py
│ │ │ ├── test_addslashes.py
│ │ │ ├── test_autoescape.py
│ │ │ ├── test_capfirst.py
│ │ │ ├── test_center.py
│ │ │ ├── test_chaining.py
│ │ │ ├── test_cut.py
│ │ │ ├── test_date.py
│ │ │ ├── test_default_if_none.py
│ │ │ ├── test_default.py
│ │ │ ├── test_dictsort.py
│ │ │ ├── test_dictsortreversed.py
│ │ │ ├── test_divisibleby.py
│ │ │ ├── test_escapejs.py
│ │ │ ├── test_escape.py
│ │ │ ├── test_filesizeformat.py
│ │ │ ├── test_first.py
│ │ │ ├── test_floatformat.py
│ │ │ ├── test_force_escape.py
│ │ │ ├── test_get_digit.py
│ │ │ ├── test_iriencode.py
│ │ │ ├── test_join.py
│ │ │ ├── test_last.py
│ │ │ ├── test_length_is.py
│ │ │ ├── test_length.py
│ │ │ ├── test_linebreaksbr.py
│ │ │ ├── test_linebreaks.py
│ │ │ ├── test_linenumbers.py
│ │ │ ├── test_ljust.py
│ │ │ ├── test_lower.py
│ │ │ ├── test_make_list.py
│ │ │ ├── test_phone2numeric.py
│ │ │ ├── test_pluralize.py
│ │ │ ├── test_random.py
│ │ │ ├── test_rjust.py
│ │ │ ├── test_safe.py
│ │ │ ├── test_safeseq.py
│ │ │ ├── test_slice.py
│ │ │ ├── test_slugify.py
│ │ │ ├── test_stringformat.py
│ │ │ ├── test_striptags.py
│ │ │ ├── test_time.py
│ │ │ ├── test_timesince.py
│ │ │ ├── test_timeuntil.py
│ │ │ ├── test_title.py
│ │ │ ├── test_truncatechars_html.py
│ │ │ ├── test_truncatechars.py
│ │ │ ├── test_truncatewords_html.py
│ │ │ ├── test_truncatewords.py
│ │ │ ├── test_unordered_list.py
│ │ │ ├── test_upper.py
│ │ │ ├── test_urlencode.py
│ │ │ ├── test_urlize.py
│ │ │ ├── test_urlizetrunc.py
│ │ │ ├── test_wordcount.py
│ │ │ ├── test_wordwrap.py
│ │ │ ├── test_yesno.py
│ │ │ └── timezone_utils.py
│ │ ├── __init__.py
│ │ ├── jinja2
│ │ │ └── template_tests
│ │ │ └── using.html
│ │ ├── other_templates
│ │ │ ├── priority
│ │ │ │ └── foo.html
│ │ │ └── test_dirs.html
│ │ ├── recursive_templates
│ │ │ ├── fs
│ │ │ │ ├── extend-missing.html
│ │ │ │ ├── one.html
│ │ │ │ ├── other-recursive.html
│ │ │ │ ├── recursive.html
│ │ │ │ ├── self.html
│ │ │ │ ├── three.html
│ │ │ │ └── two.html
│ │ │ ├── fs2
│ │ │ │ └── recursive.html
│ │ │ └── fs3
│ │ │ └── recursive.html
│ │ ├── relative_templates
│ │ │ ├── dir1
│ │ │ │ ├── dir2
│ │ │ │ │ ├── inc1.html
│ │ │ │ │ ├── inc2.html
│ │ │ │ │ ├── include_content.html
│ │ │ │ │ └── one.html
│ │ │ │ ├── looped.html
│ │ │ │ ├── one1.html
│ │ │ │ ├── one2.html
│ │ │ │ ├── one3.html
│ │ │ │ ├── one.html
│ │ │ │ ├── three.html
│ │ │ │ └── two.html
│ │ │ ├── error_extends.html
│ │ │ ├── error_include.html
│ │ │ ├── one.html
│ │ │ ├── three.html
│ │ │ └── two.html
│ │ ├── syntax_tests
│ │ │ ├── i18n
│ │ │ │ ├── base.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_blocktrans.py
│ │ │ │ ├── test_filters.py
│ │ │ │ ├── test_get_available_languages.py
│ │ │ │ ├── test_get_language_info_list.py
│ │ │ │ ├── test_get_language_info.py
│ │ │ │ ├── test_trans.py
│ │ │ │ └── test_underscore_syntax.py
│ │ │ ├── __init__.py
│ │ │ ├── test_autoescape.py
│ │ │ ├── test_basic.py
│ │ │ ├── test_builtins.py
│ │ │ ├── test_cache.py
│ │ │ ├── test_comment.py
│ │ │ ├── test_cycle.py
│ │ │ ├── test_exceptions.py
│ │ │ ├── test_extends.py
│ │ │ ├── test_filter_syntax.py
│ │ │ ├── test_filter_tag.py
│ │ │ ├── test_firstof.py
│ │ │ ├── test_for.py
│ │ │ ├── test_if_changed.py
│ │ │ ├── test_if_equal.py
│ │ │ ├── test_if.py
│ │ │ ├── test_include.py
│ │ │ ├── test_invalid_string.py
│ │ │ ├── test_list_index.py
│ │ │ ├── test_load.py
│ │ │ ├── test_lorem.py
│ │ │ ├── test_multiline.py
│ │ │ ├── test_named_endblock.py
│ │ │ ├── test_now.py
│ │ │ ├── test_numpy.py
│ │ │ ├── test_regroup.py
│ │ │ ├── test_resetcycle.py
│ │ │ ├── test_setup.py
│ │ │ ├── test_simple_tag.py
│ │ │ ├── test_spaceless.py
│ │ │ ├── test_static.py
│ │ │ ├── test_template_tag.py
│ │ │ ├── test_url.py
│ │ │ ├── test_verbatim.py
│ │ │ ├── test_width_ratio.py
│ │ │ └── test_with.py
│ │ ├── templates
│ │ │ ├── 27584_child.html
│ │ │ ├── 27584_parent.html
│ │ │ ├── 27956_child.html
│ │ │ ├── 27956_parent.html
│ │ │ ├── broken_base.html
│ │ │ ├── first
│ │ │ │ └── test.html
│ │ │ ├── included_base.html
│ │ │ ├── included_content.html
│ │ │ ├── include_tpl.html
│ │ │ ├── inclusion_base.html
│ │ │ ├── inclusion_extends1.html
│ │ │ ├── inclusion_extends2.html
│ │ │ ├── inclusion.html
│ │ │ ├── index.html
│ │ │ ├── priority
│ │ │ │ └── foo.html
│ │ │ ├── recursive_include.html
│ │ │ ├── response.html
│ │ │ ├── second
│ │ │ │ └── test.html
│ │ │ ├── ssi_include.html
│ │ │ ├── ssi include with spaces.html
│ │ │ ├── template_tests
│ │ │ │ └── using.html
│ │ │ ├── test_context.html
│ │ │ ├── test_context_stack.html
│ │ │ ├── test_extends_error.html
│ │ │ ├── test_incl_tag_use_l10n.html
│ │ │ └── test_include_error.html
│ │ ├── templatetags
│ │ │ ├── bad_tag.py
│ │ │ ├── custom.py
│ │ │ ├── inclusion.py
│ │ │ ├── __init__.py
│ │ │ ├── subpackage
│ │ │ │ ├── echo.py
│ │ │ │ └── __init__.py
│ │ │ ├── tag_27584.py
│ │ │ └── testtags.py
│ │ ├── test_callables.py
│ │ ├── test_context.py
│ │ ├── test_custom.py
│ │ ├── test_engine.py
│ │ ├── test_extends.py
│ │ ├── test_extends_relative.py
│ │ ├── test_library.py
│ │ ├── test_loaders.py
│ │ ├── test_logging.py
│ │ ├── test_nodelist.py
│ │ ├── test_origin.py
│ │ ├── test_parser.py
│ │ ├── test_response.py
│ │ ├── test_smartif.py
│ │ ├── tests.py
│ │ ├── test_unicode.py
│ │ ├── urls.py
│ │ ├── utils.py
│ │ └── views.py
│ ├── test_client
│ │ ├── auth_backends.py
│ │ ├── __init__.py
│ │ ├── test_conditional_content_removal.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── test_client_regress
│ │ ├── auth_backends.py
│ │ ├── bad_templates
│ │ │ └── 404.html
│ │ ├── context_processors.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── session.py
│ │ ├── templates
│ │ │ ├── request_context.html
│ │ │ └── unicode.html
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── test_discovery_sample
│ │ ├── doctests.py
│ │ ├── empty.py
│ │ ├── __init__.py
│ │ ├── pattern_tests.py
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ └── tests.py
│ │ └── tests_sample.py
│ ├── test_discovery_sample2
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── test_exceptions
│ │ ├── __init__.py
│ │ └── test_validation_error.py
│ ├── test_runner
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── runner.py
│ │ ├── test_debug_sql.py
│ │ ├── test_discover_runner.py
│ │ ├── test_parallel.py
│ │ └── tests.py
│ ├── test_sqlite.py
│ ├── test_utils
│ │ ├── fixtures
│ │ │ └── should_not_be_loaded.json
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── templates
│ │ │ └── template_used
│ │ │ ├── alternative.html
│ │ │ ├── base.html
│ │ │ ├── extends.html
│ │ │ └── include.html
│ │ ├── tests.py
│ │ ├── test_testcase.py
│ │ ├── test_transactiontestcase.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── timezones
│ │ ├── admin.py
│ │ ├── forms.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── transaction_hooks
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── transactions
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── unmanaged_models
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── update
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── update_only_fields
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── tests.py
│ ├── urlpatterns_reverse
│ │ ├── erroneous_urls.py
│ │ ├── extra_urls.py
│ │ ├── included_app_urls.py
│ │ ├── included_named_urls2.py
│ │ ├── included_named_urls.py
│ │ ├── included_namespace_urls.py
│ │ ├── included_no_kwargs_urls.py
│ │ ├── included_urls2.py
│ │ ├── included_urls.py
│ │ ├── __init__.py
│ │ ├── method_view_urls.py
│ │ ├── middleware.py
│ │ ├── named_urls_conflict.py
│ │ ├── named_urls.py
│ │ ├── namespace_urls.py
│ │ ├── nested_urls.py
│ │ ├── nonimported_module.py
│ │ ├── no_urls.py
│ │ ├── reverse_lazy_urls.py
│ │ ├── test_deprecated.py
│ │ ├── test_localeregexprovider.py
│ │ ├── tests.py
│ │ ├── translations
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ ├── de
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── fr
│ │ │ │ ├── __init__.py
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ └── __init__.py
│ │ ├── urlconf_inner.py
│ │ ├── urlconf_outer.py
│ │ ├── urls_error_handlers_callables.py
│ │ ├── urls_error_handlers.py
│ │ ├── urls.py
│ │ ├── urls_without_full_import.py
│ │ ├── utils.py
│ │ ├── views_broken.py
│ │ └── views.py
│ ├── urls.py
│ ├── user_commands
│ │ ├── eggs
│ │ │ └── basic.egg
│ │ ├── __init__.py
│ │ ├── management
│ │ │ ├── commands
│ │ │ │ ├── dance.py
│ │ │ │ ├── hal.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── leave_locale_alone_false.py
│ │ │ │ ├── leave_locale_alone_true.py
│ │ │ │ ├── reverse_url.py
│ │ │ │ └── transaction.py
│ │ │ └── __init__.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ └── urls.py
│ ├── utils_tests
│ │ ├── archives
│ │ │ ├── foobar.tar
│ │ │ ├── foobar.tar.bz2
│ │ │ ├── foobar.tar.gz
│ │ │ ├── foobar.zip
│ │ │ ├── leadpath_foobar.tar
│ │ │ ├── leadpath_foobar.tar.bz2
│ │ │ ├── leadpath_foobar.tar.gz
│ │ │ └── leadpath_foobar.zip
│ │ ├── eggs
│ │ │ └── test_egg.egg
│ │ ├── files
│ │ │ ├── strip_tags1.html
│ │ │ └── strip_tags2.txt
│ │ ├── __init__.py
│ │ ├── locale
│ │ │ └── nl
│ │ │ └── LC_MESSAGES
│ │ │ ├── django.mo
│ │ │ └── django.po
│ │ ├── models.py
│ │ ├── test_archive.py
│ │ ├── test_autoreload.py
│ │ ├── test_baseconv.py
│ │ ├── test_crypto.py
│ │ ├── test_datastructures.py
│ │ ├── test_dateformat.py
│ │ ├── test_dateparse.py
│ │ ├── test_datetime_safe.py
│ │ ├── test_decorators.py
│ │ ├── test_deprecation.py
│ │ ├── test_duration.py
│ │ ├── test_encoding.py
│ │ ├── test_feedgenerator.py
│ │ ├── test_functional.py
│ │ ├── test_glob.py
│ │ ├── test_html.py
│ │ ├── test_http.py
│ │ ├── test_inspect.py
│ │ ├── test_ipv6.py
│ │ ├── test_itercompat.py
│ │ ├── test_jslex.py
│ │ ├── test_lazyobject.py
│ │ ├── test_lorem_ipsum.py
│ │ ├── test_module
│ │ │ ├── another_bad_module.py
│ │ │ ├── another_good_module.py
│ │ │ ├── bad_module.py
│ │ │ ├── good_module.py
│ │ │ └── __init__.py
│ │ ├── test_module_loading.py
│ │ ├── test_no_submodule.py
│ │ ├── test_numberformat.py
│ │ ├── test_os_utils.py
│ │ ├── test_regex_helper.py
│ │ ├── test_safestring.py
│ │ ├── test_simplelazyobject.py
│ │ ├── test_termcolors.py
│ │ ├── test_text.py
│ │ ├── test_timesince.py
│ │ ├── test_timezone.py
│ │ └── test_tree.py
│ ├── validation
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── test_custom_messages.py
│ │ ├── test_error_messages.py
│ │ ├── test_picklable.py
│ │ ├── tests.py
│ │ ├── test_unique.py
│ │ └── test_validators.py
│ ├── validators
│ │ ├── __init__.py
│ │ ├── invalid_urls.txt
│ │ ├── tests.py
│ │ └── valid_urls.txt
│ ├── version
│ │ ├── __init__.py
│ │ └── tests.py
│ ├── view_tests
│ │ ├── app0
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── en
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── app1
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── fr
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── app2
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── fr
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── app3
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── es_AR
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── app4
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── es_AR
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── app5
│ │ │ ├── __init__.py
│ │ │ └── locale
│ │ │ └── fr
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── default_urls.py
│ │ ├── generic_urls.py
│ │ ├── __init__.py
│ │ ├── locale
│ │ │ ├── de
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ └── djangojs.po
│ │ │ ├── en_GB
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ └── djangojs.po
│ │ │ ├── es
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ └── djangojs.po
│ │ │ ├── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ └── djangojs.po
│ │ │ ├── nl
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── django.mo
│ │ │ │ └── django.po
│ │ │ ├── pt
│ │ │ │ └── LC_MESSAGES
│ │ │ │ ├── djangojs.mo
│ │ │ │ └── djangojs.po
│ │ │ └── ru
│ │ │ └── LC_MESSAGES
│ │ │ ├── djangojs.mo
│ │ │ └── djangojs.po
│ │ ├── media
│ │ │ ├── file.txt
│ │ │ ├── file.txt.gz
│ │ │ ├── file.unknown
│ │ │ └── long-line.txt
│ │ ├── models.py
│ │ ├── regression_21530_urls.py
│ │ ├── templates
│ │ │ ├── debug
│ │ │ │ └── template_exception.html
│ │ │ ├── jsi18n.html
│ │ │ ├── jsi18n-multi-catalogs.html
│ │ │ ├── old_jsi18n.html
│ │ │ └── old_jsi18n-multi-catalogs.html
│ │ ├── templatetags
│ │ │ ├── debugtags.py
│ │ │ └── __init__.py
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ ├── py3_test_debug.py
│ │ │ ├── test_csrf.py
│ │ │ ├── test_debug.py
│ │ │ ├── test_defaults.py
│ │ │ ├── test_i18n_deprecated.py
│ │ │ ├── test_i18n.py
│ │ │ ├── test_json.py
│ │ │ ├── test_specials.py
│ │ │ └── test_static.py
│ │ ├── urls.py
│ │ └── views.py
│ └── wsgi
│ ├── __init__.py
│ ├── tests.py
│ ├── urls.py
│ └── wsgi.py
└── tox.ini
2878 directories, 5730 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论