Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d14f3253d40668190bb790b158c3e8d8 to your computer and use it in GitHub Desktop.
Save ryantm/d14f3253d40668190bb790b158c3e8d8 to your computer and use it in GitHub Desktop.
/nix/store/cyf0hnrsiqagy8194bzr9bpwyjakxlcp-python3.7-Django-2.1.5
├── bin
│   ├── django-admin
│   └── django-admin.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django
│   │   ├── apps
│   │   │   ├── config.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── registry.cpython-37.pyc
│   │   │   └── registry.py
│   │   ├── bin
│   │   │   ├── django-admin.py
│   │   │   └── __pycache__
│   │   │   └── django-admin.cpython-37.pyc
│   │   ├── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ast
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── az
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── be
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── bg
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── bn
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── br
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── bs
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ca
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── cs
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── cy
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── da
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── de
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── de_CH
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── dsb
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── el
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── en
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── en_AU
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── en_GB
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── eo
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_AR
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_CO
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_MX
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_NI
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_PR
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── es_VE
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── et
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── eu
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── fa
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── fi
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── fr
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── fy
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ga
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── gd
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── gl
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── he
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── hi
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── hr
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── hsb
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── hu
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ia
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── id
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── io
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── is
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── it
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ja
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ka
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── kab
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── kk
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── km
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── kn
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ko
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── lb
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── lt
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── lv
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── mk
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ml
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── mn
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ne
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── nl
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── nn
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── pt
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── pt_BR
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ro
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ru
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sk
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sl
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sq
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sr
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sr_Latn
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sv
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── sw
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── ta
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── te
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── th
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── tr
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ur
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   ├── vi
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── zh_Hans
│   │   │   │   │   ├── formats.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── zh_Hant
│   │   │   │   ├── formats.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── LC_MESSAGES
│   │   │   │   │   ├── django.mo
│   │   │   │   │   └── django.po
│   │   │   │   └── __pycache__
│   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── project_template
│   │   │   │   ├── manage.py-tpl
│   │   │   │   └── project_name
│   │   │   │   ├── __init__.py-tpl
│   │   │   │   ├── settings.py-tpl
│   │   │   │   ├── urls.py-tpl
│   │   │   │   └── wsgi.py-tpl
│   │   │   ├── __pycache__
│   │   │   │   ├── global_settings.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── urls
│   │   │   ├── i18n.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── i18n.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── static.cpython-37.pyc
│   │   │   └── static.py
│   │   ├── contrib
│   │   │   ├── admin
│   │   │   │   ├── actions.py
│   │   │   │   ├── apps.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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 0003_logentry_add_action_flag_choices.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   ├── 0002_logentry_remove_auto_add.cpython-37.pyc
│   │   │   │   │   ├── 0003_logentry_add_action_flag_choices.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── options.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── checks.cpython-37.pyc
│   │   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── filters.cpython-37.pyc
│   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   │   ├── sites.cpython-37.pyc
│   │   │   │   │   ├── tests.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   ├── sites.py
│   │   │   │   ├── static
│   │   │   │   │   └── admin
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── autocomplete.css
│   │   │   │   │   │   ├── base.css
│   │   │   │   │   │   ├── changelists.css
│   │   │   │   │   │   ├── dashboard.css
│   │   │   │   │   │   ├── fonts.css
│   │   │   │   │   │   ├── forms.css
│   │   │   │   │   │   ├── login.css
│   │   │   │   │   │   ├── responsive.css
│   │   │   │   │   │   ├── responsive_rtl.css
│   │   │   │   │   │   ├── rtl.css
│   │   │   │   │   │   ├── vendor
│   │   │   │   │   │   │   └── select2
│   │   │   │   │   │   │   ├── LICENSE-SELECT2.md
│   │   │   │   │   │   │   ├── select2.css
│   │   │   │   │   │   │   └── select2.min.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-viewlink.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
│   │   │   │   │   ├── autocomplete.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.txt
│   │   │   │   │   ├── select2
│   │   │   │   │   │   ├── i18n
│   │   │   │   │   │   │   ├── ar.js
│   │   │   │   │   │   │   ├── az.js
│   │   │   │   │   │   │   ├── bg.js
│   │   │   │   │   │   │   ├── ca.js
│   │   │   │   │   │   │   ├── cs.js
│   │   │   │   │   │   │   ├── da.js
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── el.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   │   ├── et.js
│   │   │   │   │   │   │   ├── eu.js
│   │   │   │   │   │   │   ├── fa.js
│   │   │   │   │   │   │   ├── fi.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── gl.js
│   │   │   │   │   │   │   ├── he.js
│   │   │   │   │   │   │   ├── hi.js
│   │   │   │   │   │   │   ├── hr.js
│   │   │   │   │   │   │   ├── hu.js
│   │   │   │   │   │   │   ├── id.js
│   │   │   │   │   │   │   ├── is.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   ├── ja.js
│   │   │   │   │   │   │   ├── km.js
│   │   │   │   │   │   │   ├── ko.js
│   │   │   │   │   │   │   ├── lt.js
│   │   │   │   │   │   │   ├── lv.js
│   │   │   │   │   │   │   ├── mk.js
│   │   │   │   │   │   │   ├── ms.js
│   │   │   │   │   │   │   ├── nb.js
│   │   │   │   │   │   │   ├── nl.js
│   │   │   │   │   │   │   ├── pl.js
│   │   │   │   │   │   │   ├── pt-BR.js
│   │   │   │   │   │   │   ├── pt.js
│   │   │   │   │   │   │   ├── ro.js
│   │   │   │   │   │   │   ├── ru.js
│   │   │   │   │   │   │   ├── sk.js
│   │   │   │   │   │   │   ├── sr-Cyrl.js
│   │   │   │   │   │   │   ├── sr.js
│   │   │   │   │   │   │   ├── sv.js
│   │   │   │   │   │   │   ├── th.js
│   │   │   │   │   │   │   ├── tr.js
│   │   │   │   │   │   │   ├── uk.js
│   │   │   │   │   │   │   ├── vi.js
│   │   │   │   │   │   │   ├── zh-CN.js
│   │   │   │   │   │   │   └── zh-TW.js
│   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   ├── select2.full.js
│   │   │   │   │   │   └── select2.full.min.js
│   │   │   │   │   └── xregexp
│   │   │   │   │   ├── LICENSE.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_form_object_tools.html
│   │   │   │   │   │   ├── change_list.html
│   │   │   │   │   │   ├── change_list_object_tools.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
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── log.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── admin_list.cpython-37.pyc
│   │   │   │   │   ├── admin_modify.cpython-37.pyc
│   │   │   │   │   ├── admin_static.cpython-37.pyc
│   │   │   │   │   ├── admin_urls.cpython-37.pyc
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── log.cpython-37.pyc
│   │   │   │   ├── tests.py
│   │   │   │   ├── utils.py
│   │   │   │   ├── views
│   │   │   │   │   ├── autocomplete.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── autocomplete.cpython-37.pyc
│   │   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── main.cpython-37.pyc
│   │   │   │   └── 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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── modwsgi.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   ├── changepassword.cpython-37.pyc
│   │   │   │   │   │   └── createsuperuser.cpython-37.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   ├── 0009_alter_user_last_name_max_length.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   ├── 0002_alter_permission_name_max_length.cpython-37.pyc
│   │   │   │   │   ├── 0003_alter_user_email_max_length.cpython-37.pyc
│   │   │   │   │   ├── 0004_alter_user_username_opts.cpython-37.pyc
│   │   │   │   │   ├── 0005_alter_user_last_login_null.cpython-37.pyc
│   │   │   │   │   ├── 0006_require_contenttypes_0002.cpython-37.pyc
│   │   │   │   │   ├── 0007_alter_validators_add_error_messages.cpython-37.pyc
│   │   │   │   │   ├── 0008_alter_user_username_max_length.cpython-37.pyc
│   │   │   │   │   ├── 0009_alter_user_last_name_max_length.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── mixins.py
│   │   │   │   ├── models.py
│   │   │   │   ├── password_validation.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── backends.cpython-37.pyc
│   │   │   │   │   ├── base_user.cpython-37.pyc
│   │   │   │   │   ├── checks.cpython-37.pyc
│   │   │   │   │   ├── context_processors.cpython-37.pyc
│   │   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   ├── hashers.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── mixins.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   ├── password_validation.cpython-37.pyc
│   │   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   │   ├── tokens.cpython-37.pyc
│   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   ├── validators.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates
│   │   │   │   │   ├── auth
│   │   │   │   │   │   └── widgets
│   │   │   │   │   │   └── read_only_password_hash.html
│   │   │   │   │   └── registration
│   │   │   │   │   └── password_reset_subject.txt
│   │   │   │   ├── 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
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── remove_stale_contenttypes.cpython-37.pyc
│   │   │   │   │   │   └── remove_stale_contenttypes.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── migrations
│   │   │   │   │   ├── 0001_initial.py
│   │   │   │   │   ├── 0002_remove_content_type_name.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   ├── 0002_remove_content_type_name.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── checks.cpython-37.pyc
│   │   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   └── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   ├── sitemaps.cpython-37.pyc
│   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── sitemaps.py
│   │   │   │   ├── templatetags
│   │   │   │   │   ├── flatpages.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── flatpages.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── gis
│   │   │   │   ├── admin
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── options.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   │   └── widgets.py
│   │   │   │   ├── apps.py
│   │   │   │   ├── db
│   │   │   │   │   ├── backends
│   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── features.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── operations.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   │   └── operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── mysql
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── features.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── operations.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   │   │   │   └── schema.py
│   │   │   │   │   │   ├── oracle
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── features.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── operations.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   │   │   │   └── schema.py
│   │   │   │   │   │   ├── postgis
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── const.py
│   │   │   │   │   │   │   ├── features.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── operations.py
│   │   │   │   │   │   │   ├── pgraster.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── const.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── pgraster.cpython-37.pyc
│   │   │   │   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   │   │   │   └── schema.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   │   ├── spatialite
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── features.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── operations.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   │   │   │   └── schema.py
│   │   │   │   │   │   └── utils.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models
│   │   │   │   │   │   ├── aggregates.py
│   │   │   │   │   │   ├── fields.py
│   │   │   │   │   │   ├── functions.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── lookups.py
│   │   │   │   │   │   ├── proxy.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── aggregates.cpython-37.pyc
│   │   │   │   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   │   │   │   ├── functions.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── lookups.cpython-37.pyc
│   │   │   │   │   │   │   └── proxy.cpython-37.pyc
│   │   │   │   │   │   └── sql
│   │   │   │   │   │   ├── conversion.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   ├── conversion.cpython-37.pyc
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── feeds.py
│   │   │   │   ├── forms
│   │   │   │   │   ├── fields.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   │   └── 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
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── ds.cpython-37.pyc
│   │   │   │   │   │   │   ├── errcheck.cpython-37.pyc
│   │   │   │   │   │   │   ├── generation.cpython-37.pyc
│   │   │   │   │   │   │   ├── geom.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   │   │   │   └── srs.cpython-37.pyc
│   │   │   │   │   │   ├── raster.py
│   │   │   │   │   │   └── srs.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── datasource.cpython-37.pyc
│   │   │   │   │   │   ├── driver.cpython-37.pyc
│   │   │   │   │   │   ├── envelope.cpython-37.pyc
│   │   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   │   ├── feature.cpython-37.pyc
│   │   │   │   │   │   ├── field.cpython-37.pyc
│   │   │   │   │   │   ├── geometries.cpython-37.pyc
│   │   │   │   │   │   ├── geomtype.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── layer.cpython-37.pyc
│   │   │   │   │   │   ├── libgdal.cpython-37.pyc
│   │   │   │   │   │   └── srs.cpython-37.pyc
│   │   │   │   │   ├── raster
│   │   │   │   │   │   ├── band.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── const.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── band.cpython-37.pyc
│   │   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   │   ├── const.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   └── source.cpython-37.pyc
│   │   │   │   │   │   └── source.py
│   │   │   │   │   └── srs.py
│   │   │   │   ├── geoip2
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── resources.cpython-37.pyc
│   │   │   │   │   └── resources.py
│   │   │   │   ├── geometry.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
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── coordseq.cpython-37.pyc
│   │   │   │   │   │   │   ├── errcheck.cpython-37.pyc
│   │   │   │   │   │   │   ├── geom.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── io.cpython-37.pyc
│   │   │   │   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   │   │   │   ├── predicates.cpython-37.pyc
│   │   │   │   │   │   │   ├── prepared.cpython-37.pyc
│   │   │   │   │   │   │   ├── threadsafe.cpython-37.pyc
│   │   │   │   │   │   │   └── topology.cpython-37.pyc
│   │   │   │   │   │   ├── threadsafe.py
│   │   │   │   │   │   └── topology.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── collections.cpython-37.pyc
│   │   │   │   │   ├── coordseq.cpython-37.pyc
│   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   │   ├── geometry.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── io.cpython-37.pyc
│   │   │   │   │   ├── libgeos.cpython-37.pyc
│   │   │   │   │   ├── linestring.cpython-37.pyc
│   │   │   │   │   ├── mutable_list.cpython-37.pyc
│   │   │   │   │   ├── point.cpython-37.pyc
│   │   │   │   │   ├── polygon.cpython-37.pyc
│   │   │   │   │   └── prepared.cpython-37.pyc
│   │   │   │   ├── __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
│   │   │   │   │   ├── inspectdb.py
│   │   │   │   │   ├── ogrinspect.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── inspectdb.cpython-37.pyc
│   │   │   │   │   └── ogrinspect.cpython-37.pyc
│   │   │   │   ├── measure.py
│   │   │   │   ├── ptr.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── feeds.cpython-37.pyc
│   │   │   │   │   ├── geometry.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── measure.cpython-37.pyc
│   │   │   │   │   ├── ptr.cpython-37.pyc
│   │   │   │   │   ├── shortcuts.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── serializers
│   │   │   │   │   ├── geojson.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── geojson.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── shortcuts.py
│   │   │   │   ├── sitemaps
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── kml.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── kml.cpython-37.pyc
│   │   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   │   └── 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
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── layermapping.cpython-37.pyc
│   │   │   │   │   │   ├── ogrinfo.cpython-37.pyc
│   │   │   │   │   │   ├── ogrinspect.cpython-37.pyc
│   │   │   │   │   │   └── srs.cpython-37.pyc
│   │   │   │   │   └── srs.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
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── templatetags
│   │   │   │   ├── humanize.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── humanize.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── messages
│   │   │   │   ├── api.py
│   │   │   │   ├── apps.py
│   │   │   │   ├── constants.py
│   │   │   │   ├── context_processors.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── middleware.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   │   ├── context_processors.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── storage
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cookie.py
│   │   │   │   │   ├── fallback.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── cookie.cpython-37.pyc
│   │   │   │   │   │   ├── fallback.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── session.cpython-37.pyc
│   │   │   │   │   └── session.py
│   │   │   │   ├── utils.py
│   │   │   │   └── views.py
│   │   │   ├── postgres
│   │   │   │   ├── aggregates
│   │   │   │   │   ├── general.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── general.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── statistics.cpython-37.pyc
│   │   │   │   │   └── statistics.py
│   │   │   │   ├── apps.py
│   │   │   │   ├── fields
│   │   │   │   │   ├── array.py
│   │   │   │   │   ├── citext.py
│   │   │   │   │   ├── hstore.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── jsonb.py
│   │   │   │   │   ├── mixins.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── array.cpython-37.pyc
│   │   │   │   │   │   ├── citext.cpython-37.pyc
│   │   │   │   │   │   ├── hstore.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── jsonb.cpython-37.pyc
│   │   │   │   │   │   ├── mixins.cpython-37.pyc
│   │   │   │   │   │   ├── ranges.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── ranges.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── forms
│   │   │   │   │   ├── array.py
│   │   │   │   │   ├── hstore.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── jsonb.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── array.cpython-37.pyc
│   │   │   │   │   │   ├── hstore.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── jsonb.cpython-37.pyc
│   │   │   │   │   │   └── ranges.cpython-37.pyc
│   │   │   │   │   └── ranges.py
│   │   │   │   ├── functions.py
│   │   │   │   ├── indexes.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── jinja2
│   │   │   │   │   └── postgres
│   │   │   │   │   └── widgets
│   │   │   │   │   └── split_array.html
│   │   │   │   ├── locale
│   │   │   │   │   ├── ar
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── functions.cpython-37.pyc
│   │   │   │   │   ├── indexes.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── lookups.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── search.cpython-37.pyc
│   │   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── validators.cpython-37.pyc
│   │   │   │   ├── search.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates
│   │   │   │   │   └── postgres
│   │   │   │   │   └── widgets
│   │   │   │   │   └── split_array.html
│   │   │   │   ├── utils.py
│   │   │   │   └── validators.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── 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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uz
│   │   │   │   │   │   └── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   └── models.cpython-37.pyc
│   │   │   ├── sessions
│   │   │   │   ├── apps.py
│   │   │   │   ├── backends
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cached_db.py
│   │   │   │   │   ├── cache.py
│   │   │   │   │   ├── db.py
│   │   │   │   │   ├── file.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   │   │   ├── cached_db.cpython-37.pyc
│   │   │   │   │   │   ├── db.cpython-37.pyc
│   │   │   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── signed_cookies.cpython-37.pyc
│   │   │   │   │   └── 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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uz
│   │   │   │   │   │   └── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── clearsessions.cpython-37.pyc
│   │   │   │   ├── middleware.py
│   │   │   │   ├── migrations
│   │   │   │   │   ├── 0001_initial.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── base_session.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   └── serializers.cpython-37.pyc
│   │   │   │   └── serializers.py
│   │   │   ├── sitemaps
│   │   │   │   ├── apps.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management
│   │   │   │   │   └── commands
│   │   │   │   │   ├── ping_google.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── ping_google.cpython-37.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   ├── kab
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uz
│   │   │   │   │   │   └── 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
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   │   │   ├── 0002_alter_domain_unique.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── admin.cpython-37.pyc
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management.cpython-37.pyc
│   │   │   │   │   ├── managers.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   ├── requests.cpython-37.pyc
│   │   │   │   │   └── shortcuts.cpython-37.pyc
│   │   │   │   ├── requests.py
│   │   │   │   └── shortcuts.py
│   │   │   ├── staticfiles
│   │   │   │   ├── apps.py
│   │   │   │   ├── checks.py
│   │   │   │   ├── finders.py
│   │   │   │   ├── handlers.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management
│   │   │   │   │   └── commands
│   │   │   │   │   ├── collectstatic.py
│   │   │   │   │   ├── findstatic.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── collectstatic.cpython-37.pyc
│   │   │   │   │   │   ├── findstatic.cpython-37.pyc
│   │   │   │   │   │   └── runserver.cpython-37.pyc
│   │   │   │   │   └── runserver.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   │   ├── checks.cpython-37.pyc
│   │   │   │   │   ├── finders.cpython-37.pyc
│   │   │   │   │   ├── handlers.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── storage.cpython-37.pyc
│   │   │   │   │   ├── testing.cpython-37.pyc
│   │   │   │   │   ├── urls.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── views.cpython-37.pyc
│   │   │   │   ├── storage.py
│   │   │   │   ├── templatetags
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── staticfiles.cpython-37.pyc
│   │   │   │   │   └── staticfiles.py
│   │   │   │   ├── testing.py
│   │   │   │   ├── urls.py
│   │   │   │   ├── utils.py
│   │   │   │   └── views.py
│   │   │   └── syndication
│   │   │   ├── apps.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── apps.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── views.cpython-37.pyc
│   │   │   └── views.py
│   │   ├── core
│   │   │   ├── cache
│   │   │   │   ├── backends
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── db.py
│   │   │   │   │   ├── dummy.py
│   │   │   │   │   ├── filebased.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── locmem.py
│   │   │   │   │   ├── memcached.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── db.cpython-37.pyc
│   │   │   │   │   ├── dummy.cpython-37.pyc
│   │   │   │   │   ├── filebased.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── locmem.cpython-37.pyc
│   │   │   │   │   └── memcached.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   └── utils.py
│   │   │   ├── checks
│   │   │   │   ├── caches.py
│   │   │   │   ├── compatibility
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── database.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── messages.py
│   │   │   │   ├── model_checks.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── caches.cpython-37.pyc
│   │   │   │   │   ├── database.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── messages.cpython-37.pyc
│   │   │   │   │   ├── model_checks.cpython-37.pyc
│   │   │   │   │   ├── registry.cpython-37.pyc
│   │   │   │   │   ├── templates.cpython-37.pyc
│   │   │   │   │   └── urls.cpython-37.pyc
│   │   │   │   ├── registry.py
│   │   │   │   ├── security
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── csrf.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── csrf.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── sessions.cpython-37.pyc
│   │   │   │   │   └── sessions.py
│   │   │   │   ├── templates.py
│   │   │   │   └── urls.py
│   │   │   ├── exceptions.py
│   │   │   ├── files
│   │   │   │   ├── base.py
│   │   │   │   ├── images.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── locks.py
│   │   │   │   ├── move.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── images.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── locks.cpython-37.pyc
│   │   │   │   │   ├── move.cpython-37.pyc
│   │   │   │   │   ├── storage.cpython-37.pyc
│   │   │   │   │   ├── temp.cpython-37.pyc
│   │   │   │   │   ├── uploadedfile.cpython-37.pyc
│   │   │   │   │   ├── uploadhandler.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── storage.py
│   │   │   │   ├── temp.py
│   │   │   │   ├── uploadedfile.py
│   │   │   │   ├── uploadhandler.py
│   │   │   │   └── utils.py
│   │   │   ├── handlers
│   │   │   │   ├── base.py
│   │   │   │   ├── exception.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── exception.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── wsgi.cpython-37.pyc
│   │   │   │   └── wsgi.py
│   │   │   ├── __init__.py
│   │   │   ├── mail
│   │   │   │   ├── backends
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── console.py
│   │   │   │   │   ├── dummy.py
│   │   │   │   │   ├── filebased.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── locmem.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── console.cpython-37.pyc
│   │   │   │   │   │   ├── dummy.cpython-37.pyc
│   │   │   │   │   │   ├── filebased.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── locmem.cpython-37.pyc
│   │   │   │   │   │   └── smtp.cpython-37.pyc
│   │   │   │   │   └── smtp.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── message.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── message.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   └── utils.py
│   │   │   ├── management
│   │   │   │   ├── base.py
│   │   │   │   ├── color.py
│   │   │   │   ├── commands
│   │   │   │   │   ├── check.py
│   │   │   │   │   ├── compilemessages.py
│   │   │   │   │   ├── createcachetable.py
│   │   │   │   │   ├── dbshell.py
│   │   │   │   │   ├── diffsettings.py
│   │   │   │   │   ├── dumpdata.py
│   │   │   │   │   ├── flush.py
│   │   │   │   │   ├── inspectdb.py
│   │   │   │   │   ├── loaddata.py
│   │   │   │   │   ├── makemessages.py
│   │   │   │   │   ├── makemigrations.py
│   │   │   │   │   ├── migrate.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── check.cpython-37.pyc
│   │   │   │   │   │   ├── compilemessages.cpython-37.pyc
│   │   │   │   │   │   ├── createcachetable.cpython-37.pyc
│   │   │   │   │   │   ├── dbshell.cpython-37.pyc
│   │   │   │   │   │   ├── diffsettings.cpython-37.pyc
│   │   │   │   │   │   ├── dumpdata.cpython-37.pyc
│   │   │   │   │   │   ├── flush.cpython-37.pyc
│   │   │   │   │   │   ├── inspectdb.cpython-37.pyc
│   │   │   │   │   │   ├── loaddata.cpython-37.pyc
│   │   │   │   │   │   ├── makemessages.cpython-37.pyc
│   │   │   │   │   │   ├── makemigrations.cpython-37.pyc
│   │   │   │   │   │   ├── migrate.cpython-37.pyc
│   │   │   │   │   │   ├── runserver.cpython-37.pyc
│   │   │   │   │   │   ├── sendtestemail.cpython-37.pyc
│   │   │   │   │   │   ├── shell.cpython-37.pyc
│   │   │   │   │   │   ├── showmigrations.cpython-37.pyc
│   │   │   │   │   │   ├── sqlflush.cpython-37.pyc
│   │   │   │   │   │   ├── sqlmigrate.cpython-37.pyc
│   │   │   │   │   │   ├── sqlsequencereset.cpython-37.pyc
│   │   │   │   │   │   ├── squashmigrations.cpython-37.pyc
│   │   │   │   │   │   ├── startapp.cpython-37.pyc
│   │   │   │   │   │   ├── startproject.cpython-37.pyc
│   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   └── testserver.cpython-37.pyc
│   │   │   │   │   ├── 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
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── color.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── sql.cpython-37.pyc
│   │   │   │   │   ├── templates.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── sql.py
│   │   │   │   ├── templates.py
│   │   │   │   └── utils.py
│   │   │   ├── paginator.py
│   │   │   ├── __pycache__
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── paginator.cpython-37.pyc
│   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   ├── signing.cpython-37.pyc
│   │   │   │   ├── validators.cpython-37.pyc
│   │   │   │   └── wsgi.cpython-37.pyc
│   │   │   ├── serializers
│   │   │   │   ├── base.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── json.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── json.cpython-37.pyc
│   │   │   │   │   ├── python.cpython-37.pyc
│   │   │   │   │   ├── pyyaml.cpython-37.pyc
│   │   │   │   │   └── xml_serializer.cpython-37.pyc
│   │   │   │   ├── python.py
│   │   │   │   ├── pyyaml.py
│   │   │   │   └── xml_serializer.py
│   │   │   ├── servers
│   │   │   │   ├── basehttp.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── basehttp.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── signals.py
│   │   │   ├── signing.py
│   │   │   ├── validators.py
│   │   │   └── wsgi.py
│   │   ├── db
│   │   │   ├── backends
│   │   │   │   ├── base
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   │   │   └── validation.cpython-37.pyc
│   │   │   │   │   ├── schema.py
│   │   │   │   │   └── validation.py
│   │   │   │   ├── ddl_references.py
│   │   │   │   ├── dummy
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mysql
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── compiler.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── compiler.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   │   │   └── validation.cpython-37.pyc
│   │   │   │   │   ├── schema.py
│   │   │   │   │   └── validation.py
│   │   │   │   ├── oracle
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── compiler.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── functions.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── compiler.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── functions.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   │   └── validation.cpython-37.pyc
│   │   │   │   │   ├── schema.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── validation.py
│   │   │   │   ├── postgresql
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── schema.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── postgresql_psycopg2
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── schema.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── ddl_references.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── signals.py
│   │   │   │   ├── sqlite3
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── creation.py
│   │   │   │   │   ├── features.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── introspection.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   │   │   ├── features.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   │   └── 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
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   ├── special.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── special.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── optimizer.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── autodetector.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── executor.cpython-37.pyc
│   │   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── loader.cpython-37.pyc
│   │   │   │   │   ├── migration.cpython-37.pyc
│   │   │   │   │   ├── optimizer.cpython-37.pyc
│   │   │   │   │   ├── questioner.cpython-37.pyc
│   │   │   │   │   ├── recorder.cpython-37.pyc
│   │   │   │   │   ├── serializer.cpython-37.pyc
│   │   │   │   │   ├── state.cpython-37.pyc
│   │   │   │   │   ├── topological_sort.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── writer.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   │   │   ├── mixins.py
│   │   │   │   │   ├── proxy.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── mixins.cpython-37.pyc
│   │   │   │   │   │   ├── proxy.cpython-37.pyc
│   │   │   │   │   │   ├── related.cpython-37.pyc
│   │   │   │   │   │   ├── related_descriptors.cpython-37.pyc
│   │   │   │   │   │   ├── related_lookups.cpython-37.pyc
│   │   │   │   │   │   └── reverse_related.cpython-37.pyc
│   │   │   │   │   ├── related_descriptors.py
│   │   │   │   │   ├── related_lookups.py
│   │   │   │   │   ├── related.py
│   │   │   │   │   └── reverse_related.py
│   │   │   │   ├── functions
│   │   │   │   │   ├── comparison.py
│   │   │   │   │   ├── datetime.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── comparison.cpython-37.pyc
│   │   │   │   │   │   ├── datetime.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   │   │   └── window.cpython-37.pyc
│   │   │   │   │   ├── text.py
│   │   │   │   │   └── window.py
│   │   │   │   ├── indexes.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── lookups.py
│   │   │   │   ├── manager.py
│   │   │   │   ├── options.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aggregates.cpython-37.pyc
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   │   ├── deletion.cpython-37.pyc
│   │   │   │   │   ├── expressions.cpython-37.pyc
│   │   │   │   │   ├── indexes.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── lookups.cpython-37.pyc
│   │   │   │   │   ├── manager.cpython-37.pyc
│   │   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   │   ├── query.cpython-37.pyc
│   │   │   │   │   ├── query_utils.cpython-37.pyc
│   │   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── query.py
│   │   │   │   ├── query_utils.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── sql
│   │   │   │   │   ├── compiler.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── datastructures.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── compiler.cpython-37.pyc
│   │   │   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   │   │   ├── datastructures.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── query.cpython-37.pyc
│   │   │   │   │   │   ├── subqueries.cpython-37.pyc
│   │   │   │   │   │   └── where.cpython-37.pyc
│   │   │   │   │   ├── query.py
│   │   │   │   │   ├── subqueries.py
│   │   │   │   │   └── where.py
│   │   │   │   └── utils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── transaction.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── transaction.py
│   │   │   └── utils.py
│   │   ├── dispatch
│   │   │   ├── dispatcher.py
│   │   │   ├── __init__.py
│   │   │   ├── license.txt
│   │   │   └── __pycache__
│   │   │   ├── dispatcher.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── forms
│   │   │   ├── boundfield.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
│   │   │   ├── __pycache__
│   │   │   │   ├── boundfield.cpython-37.pyc
│   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   ├── forms.cpython-37.pyc
│   │   │   │   ├── formsets.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── renderers.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   ├── 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
│   │   │   ├── __pycache__
│   │   │   │   ├── cookie.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── multipartparser.cpython-37.pyc
│   │   │   │   ├── request.cpython-37.pyc
│   │   │   │   └── response.cpython-37.pyc
│   │   │   ├── 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
│   │   │   ├── __pycache__
│   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   ├── clickjacking.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── csrf.cpython-37.pyc
│   │   │   │   ├── gzip.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── locale.cpython-37.pyc
│   │   │   │   └── security.cpython-37.pyc
│   │   │   └── security.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   └── shortcuts.cpython-37.pyc
│   │   ├── shortcuts.py
│   │   ├── template
│   │   │   ├── backends
│   │   │   │   ├── base.py
│   │   │   │   ├── django.py
│   │   │   │   ├── dummy.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── jinja2.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── django.cpython-37.pyc
│   │   │   │   │   ├── dummy.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── jinja2.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   └── 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
│   │   │   │   ├── filesystem.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── locmem.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── app_directories.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── cached.cpython-37.pyc
│   │   │   │   ├── filesystem.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── locmem.cpython-37.pyc
│   │   │   ├── loader_tags.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── context.cpython-37.pyc
│   │   │   │   ├── context_processors.cpython-37.pyc
│   │   │   │   ├── defaultfilters.cpython-37.pyc
│   │   │   │   ├── defaulttags.cpython-37.pyc
│   │   │   │   ├── engine.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── library.cpython-37.pyc
│   │   │   │   ├── loader.cpython-37.pyc
│   │   │   │   ├── loader_tags.cpython-37.pyc
│   │   │   │   ├── response.cpython-37.pyc
│   │   │   │   ├── smartif.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── response.py
│   │   │   ├── smartif.py
│   │   │   └── utils.py
│   │   ├── templatetags
│   │   │   ├── cache.py
│   │   │   ├── i18n.py
│   │   │   ├── __init__.py
│   │   │   ├── l10n.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   ├── i18n.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── l10n.cpython-37.pyc
│   │   │   │   ├── static.cpython-37.pyc
│   │   │   │   └── tz.cpython-37.pyc
│   │   │   ├── static.py
│   │   │   └── tz.py
│   │   ├── test
│   │   │   ├── client.py
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── runner.cpython-37.pyc
│   │   │   │   ├── selenium.cpython-37.pyc
│   │   │   │   ├── signals.cpython-37.pyc
│   │   │   │   ├── testcases.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── runner.py
│   │   │   ├── selenium.py
│   │   │   ├── signals.py
│   │   │   ├── testcases.py
│   │   │   └── utils.py
│   │   ├── urls
│   │   │   ├── base.py
│   │   │   ├── conf.py
│   │   │   ├── converters.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── conf.cpython-37.pyc
│   │   │   │   ├── converters.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── resolvers.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── 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
│   │   │   ├── hashable.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
│   │   │   ├── __pycache__
│   │   │   │   ├── archive.cpython-37.pyc
│   │   │   │   ├── autoreload.cpython-37.pyc
│   │   │   │   ├── baseconv.cpython-37.pyc
│   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   ├── crypto.cpython-37.pyc
│   │   │   │   ├── datastructures.cpython-37.pyc
│   │   │   │   ├── dateformat.cpython-37.pyc
│   │   │   │   ├── dateparse.cpython-37.pyc
│   │   │   │   ├── dates.cpython-37.pyc
│   │   │   │   ├── datetime_safe.cpython-37.pyc
│   │   │   │   ├── deconstruct.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── deprecation.cpython-37.pyc
│   │   │   │   ├── duration.cpython-37.pyc
│   │   │   │   ├── encoding.cpython-37.pyc
│   │   │   │   ├── feedgenerator.cpython-37.pyc
│   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   ├── functional.cpython-37.pyc
│   │   │   │   ├── hashable.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── inspect.cpython-37.pyc
│   │   │   │   ├── ipv6.cpython-37.pyc
│   │   │   │   ├── itercompat.cpython-37.pyc
│   │   │   │   ├── jslex.cpython-37.pyc
│   │   │   │   ├── log.cpython-37.pyc
│   │   │   │   ├── lorem_ipsum.cpython-37.pyc
│   │   │   │   ├── lru_cache.cpython-37.pyc
│   │   │   │   ├── module_loading.cpython-37.pyc
│   │   │   │   ├── numberformat.cpython-37.pyc
│   │   │   │   ├── _os.cpython-37.pyc
│   │   │   │   ├── regex_helper.cpython-37.pyc
│   │   │   │   ├── safestring.cpython-37.pyc
│   │   │   │   ├── six.cpython-37.pyc
│   │   │   │   ├── termcolors.cpython-37.pyc
│   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   ├── timesince.cpython-37.pyc
│   │   │   │   ├── timezone.cpython-37.pyc
│   │   │   │   ├── tree.cpython-37.pyc
│   │   │   │   ├── version.cpython-37.pyc
│   │   │   │   └── xmlutils.cpython-37.pyc
│   │   │   ├── regex_helper.py
│   │   │   ├── safestring.py
│   │   │   ├── six.py
│   │   │   ├── termcolors.py
│   │   │   ├── text.py
│   │   │   ├── timesince.py
│   │   │   ├── timezone.py
│   │   │   ├── translation
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── template.cpython-37.pyc
│   │   │   │   │   ├── trans_null.cpython-37.pyc
│   │   │   │   │   └── trans_real.cpython-37.pyc
│   │   │   │   ├── 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
│   │   │   ├── __pycache__
│   │   │   │   ├── cache.cpython-37.pyc
│   │   │   │   ├── clickjacking.cpython-37.pyc
│   │   │   │   ├── csrf.cpython-37.pyc
│   │   │   │   ├── debug.cpython-37.pyc
│   │   │   │   ├── gzip.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── vary.cpython-37.pyc
│   │   │   └── vary.py
│   │   ├── defaults.py
│   │   ├── generic
│   │   │   ├── base.py
│   │   │   ├── dates.py
│   │   │   ├── detail.py
│   │   │   ├── edit.py
│   │   │   ├── __init__.py
│   │   │   ├── list.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── dates.cpython-37.pyc
│   │   │   ├── detail.cpython-37.pyc
│   │   │   ├── edit.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── list.cpython-37.pyc
│   │   ├── i18n.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── csrf.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── defaults.cpython-37.pyc
│   │   │   ├── i18n.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── static.cpython-37.pyc
│   │   ├── static.py
│   │   └── templates
│   │   ├── default_urlconf.html
│   │   ├── technical_404.html
│   │   ├── technical_500.html
│   │   └── technical_500.txt
│   └── Django-2.1.5.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
2428 directories, 4169 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment